/* -----------------------------------------------
	Body
-------------------------------------------------- */

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-image:url(../images/back.gif);
  text-align: left;
  line-height: 1.48;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  position: relative;
  left: 0;
  overflow-x: hidden;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
body, input, textarea {
  font-size: 16px;
  *font-size: 100%;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


p {
  margin: 0;
  padding: 0;
  line-height: 1;
  color:#444;
}

section {
    position: relative;
    width: 100%;
    height: 100%;
}
section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
}

/* ---------- base ---------- */
.disp-sp {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

img, video {
  border: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 20px;
}

a {
  color: #0a7a9f;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

a:hover {
  color: #35afd8;
  text-decoration: underline;
  opacity: 0.7;
}

a[href^=tel] {
  color: #111;
}

a[href^=tel]:hover {
  opacity: 1;
  cursor: default;
}


/* -----------------------------------------------
	slide_menu
-------------------------------------------------- */


/* -----------------------------------------------
	Top Full Screen
-------------------------------------------------- */
.scroll-area {
  height: 100vh;
  overflow: auto;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100vh);
  scroll-snap-points-y: repeat(100vh);
}
.box {
  width: 100%;
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  flex-direction: column;
  position:relative;
}
.box_main {
  background: url(../images/main01.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.toplogo img{
	max-height:100%;
	width:auto;
}

@media screen and (max-width: 700px) {
.box_main {
  background: url(../images/main02.jpg) 50% 0 no-repeat fixed;
 -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.toplogo img{
	max-height:50%;
	width:auto;
}
}

/* -----------------------------------------------
	Scroll
-------------------------------------------------- */
.scroll_btn a:hover {
    opacity: .5;
}
.scroll_btn a {
	position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 2;
    display: inline-block;
	transform: translate(0, -50%);
    color: #fff;
    font: 16px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.scroll_btn a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -20px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

/* -----------------------------------------------
   animation
-------------------------------------------------- */



/* -----------------------------------------------
   contents
-------------------------------------------------- */
#contents{
	margin:0px auto;
}
#contents .menutit img{
	max-width:40%;
	margin:auto;
}

/* -----------------------------------------------
  concept
-------------------------------------------------- */
#concept {
	margin:100px auto 0;
	max-width:980px;
}
#concept .text {
	max-width:500px;
	margin:0;
}
#concept p {
	margin:20px auto;
	line-height:200%;
}
#concept .menuimg {
	margin: 0;
}
#concept .concepttxt img{
	float:left;
	max-width:100%;
}
#concept .text{
	float:left;
	margin-bottom:100px;
}
#concept .conceptimg img{
	float:right;
	margin: -200px -70px 0;
}

@media screen and (max-width: 800px) {
#concept {
	margin:70px auto 50px;
	max-width:100%;
	text-align:center;
	overflow:hidden;
}
#concept .concepttxt img{
	max-width:90%;
	margin:auto 10%;
}
#concept .text{
	font-size:0.9em;
	margin:auto 10% 0;
	width:80%;
}
#concept .conceptimg img{
float:right;
width:0%;
overflow:hidden;
}
}
@media screen and (max-width: 600px) {
#concept .text{
	font-size:0.9em;
	margin-top:10px;
	margin-bottom:50px;
}
}


/* -----------------------------------------------
  concept-back
-------------------------------------------------- */
#concept-back .back {
  margin:0 0 0 0;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  flex-direction: column;
}
#concept-back .backimg {
  background: url(../images/con-back.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 600px) {
#concept-back .backmin{
display:none;
}
}
@media screen and (max-width: 599px) {
#concept-back .backimg {
display:none;
}
#concept-back .backmin{
  width: 100%;
 }
}

/* -----------------------------------------------
   menulist
-------------------------------------------------- */
#menulist {
	margin:70px auto 40px;
	max-width:980px;
	text-align:center;
}
#menulist .menulist li{
	float:left;
	width:50%;
	max-margin:auto 20px;
	min-height:570px;
}
#menulist .menulist li p{
	margin:10px;
	line-height:170%;
	margin:5px 60px;
	font-size:1em;
}
#menulist .menulist .side-g{
	min-height:400px;
}
#menulist .menulist .side{
	min-height:450px;
}
#menulist .menulist li .tit{
	font-size:1.4em;
	font-weight:bold;
}
#menulist .menulist li .price{
	font-size:1.2em;
	font-weight:bold;
}
@media screen and (max-width: 800px) {
#menulist .menulist li{
	float:left;
	width:45%;
	margin:auto 10px;
	min-height:500px;
}
#menulist .menulist img{
	width:90%;
}
}
@media screen and (max-width: 600px) {
#menulist .menulist ul{
	margin:auto;
	text-align:center;
	width:100%;
}
#menulist .menulist li{
	width:100%;
	float:left;
	text-align:center;
	margin:20px auto;
	padding:auto 30px;
	min-height:250px;
}
#menulist .menulist img{
	width:80%;
}
#menulist .menulist li p{
	font-size:0.9em;
}
#menulist .menulist .side{
	min-height:300px;
}
#menulist .menulist li .tit img{
	width:100%;
}
#menulist .menulist li .price img{
	width:100%;
}
}

/* -----------------------------------------------
   store
-------------------------------------------------- */
#store {
margin:50px auto 0;
padding:50px 0 0;
text-align:center;
background: url(../images/store-back.jpg) 50% 0 no-repeat fixed;
background-size: cover;
}
#store .txt{
	line-height:240%;
	text-align:left;
}
#store .store{
	float:right;
}
#store .txt .name{
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0;
}
#store ul,li{
	list-style-type:none;
	margin-left:0;
}
#store .flame {
	width:90%;
	max-width:900px;
	margin:50px auto 0;
	padding:80px 80px 50px 80px;
	text-align:center;
	background-color:#fff;
}
@media screen and (max-width: 960px) {
#store .flame {
	width:90%;
	margin:50px auto 0;
	padding:30px 20px;
	text-align:center;
	background-color:#fff;
}
#store .info {
	float:left;
	width:100%;
	margin:auto;
	}
#store .info li {
	width:100%;
}
#store .store img{
	width:100%;
}}
@media screen and (max-width: 600px) {
#store {
margin:50px auto 0;
padding:20px 0 0;
	text-align:center;
background: url(../images/store-back.jpg) 50% 0 no-repeat fixed;
background-size: cover;
}
#store .flame {
	width:90%;
	max-width:600px;
	margin:50px auto 0;
	padding:30px 20px;
	text-align:center;
	background-color:#fff;
}
#store .txt{
	font-size:0.9em;
	line-height:180%;
	text-align:left;
	margin:10px auto;
}
#store .txt .name{
	font-size:1.3em;
	font-weight:bold;
	margin:10px 0 0;
}
}

/* -----------------------------------------------
   profile
-------------------------------------------------- */
#profile {
	margin:0 auto 50px;
	padding: 0 0 30px;
	text-align:center;
	background-color:#07314a;
}
#profile .flame {
	max-width:900px;
	margin: 0 auto 50px;
	padding:30px 80px 60px 30px;
	text-align:center;
	background-color:#fff;
}
#profile .text {
	line-height:180%;
	margin:20px auto 20px;
}
#profile .tenshu img{
	margin-top:30px;
	width:100%;
}

@media screen and (max-width: 960px) {
#profile .flame {
	width:90%;
	margin:0 auto 50px;
	padding:20px 30px;
	text-align:center;
	background-color:#fff;
}
}
@media screen and (max-width: 600px) {
#profile .flame {
	width:90%;
	max-width:600px;
	margin:0 auto 50px;
	padding:30px 20px;
	text-align:center;
	background-color:#fff;
}
#profile .text {
	line-height:180%;
	margin:20px auto 30px;
	font-size:0.9em;
}
}

/* -----------------------------------------------
   news
-------------------------------------------------- */
#news {
	margin:100px auto 100px;
	max-width:600px;
	text-align:center;
}

.ggmap {
position: relative;
margin-top:30px;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* -----------------------------------------------
   footer
-------------------------------------------------- */
#copy {
  background-color: #000;
  text-align: center;
  margin:0;
  color:#fff;
  font-size:smaller;
}
#copy p {
	padding:15px;
}
#foot-wrap {
  background-color:#07314a;
}
footer {
  background: url(img/foot_map.jpg) no-repeat center top;
  padding-bottom: 28px;
  padding-top: 26px;
  text-align: center;
  width: 100%;
}

#inner-footer {
  margin: 40px auto;
}

#foot-why {
  margin-bottom: 140px;
}

#foot-logo {
  margin-bottom: 21px;
}
 #foot-logo p {
	 margin-bottom:30px;
 }

#foot-add,
#foot-tel {
  height: 13px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
#foot-add img,
#foot-tel img {
  height: 13px;
  vertical-align: top;
  width: auto;
}

#copyright {
  margin-top: 12px;
  height: 12px;
}
#copyright img {
  height: 12px;
  vertical-align: top;
  width: auto;
}

@media screen and (max-width: 767px) {
#copy {
  background-color: #000;
  text-align: center;
  margin:0;
  color:#fff;
  font-size:xx-small;
}
  footer {
    background-image: none;
    padding-top: 15px;
  }

  #inner-footer {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  #foot-why {
    display: none;
  }

  #foot-logo {
    margin-bottom: 10px;
  }
  #foot-logo img {
    height: auto;
    width: 180px;
  }

  #foot-add,
  #foot-tel {
    display: block;
    height: 11px;
  }
  #foot-add img,
  #foot-tel img {
    height: 11px;
    width: auto;
  }

  #foot-tel {
    margin-top: 2px;
  }

  #copyright {
    margin-top: 6px;
  }
}

/* -----------------------------------------------
   globalNavi
-------------------------------------------------- */

@media only screen and (min-width: 481px) {
#globalNavi2{
    display: none;
  }
}
@media only screen and (max-width: 480px) {
#globalNavi{
    display: none;
  }
#globalNavi2 {
    display:block;
	margin-bottom:0px;
}
#globalNavi2 li{
	 font-size:14px;
	 text-align:center;
	 margin:15px auto;
	   }
.fb-page{
	overflow: hidden;
}
}


/* -----------------------------------------------
   page-top
-------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
	font-size: 15px;
	}
#page-top a {
	display: block ;
	background: #011b2a ;
	width: 50px ;
	height: 50px ;
	border-radius: 50%;
	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
#page-top a:hover {
    text-decoration: none;
    background: #0b5480;
}



/* -----------------------------------------------
   contactbn
-------------------------------------------------- */
.contactbn{
	position:absolute;
	top:0;
	right:20px;	
}
@media screen and (max-width: 480px) {
.contactbn{
    display: none;
  }
}




#bn-sanukimen {
	margin:0 auto 100px auto;
	text-align:center;
}

#bn-sanukimen a:link {
display:block;
max-height:480px;
}
@media screen and (max-width: 900px) {
#bn-sanukimen img {
width:90%;
}
}
