@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
a{text-decoration: none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

.panel ul li a{
	color: #0066ff;
	/* text-decoration: none; */
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.panel ul li a:hover, .active{
  /* text-decoration: underline; */
  letter-spacing: 0.1rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* HEADER
------------------------------------------------------------*/
#mainnav a{
	color: #000;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}


/* FOOTER
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* FIX BUTTON
------------------------------------------------------------*/
/*CONTENTS*/

/* .box{
	background:#ddd;
	width:100%;
	height:800px;
  } */

  /*予約ボタン*/
  .fix-btn{
	position:fixed;
	z-index:1;
	background:tomato;
	width:150px;
	border-radius:15px;
	text-decoration:none;
	font-size:14px;
	text-align:center;
	font-weight: bold;
	color:aliceblue;
	padding:20px 0;
	right:20px;
	bottom:20px;
	box-shadow:1px 1px 5px #aaa;
	animation: move 4s infinite;
  }

  @keyframes move {
	0%, 40% {
	  transform: skew(0deg, 0deg);
	}
	5% {
	  transform: skew(4deg, 4deg);
	}
	10% {
	  transform: skew(-3deg, -3deg);
	}
	15% {
	  transform: skew(2deg, 2deg);
	}
	20% {
	  transform: skew(-1deg, -1deg);
	}
	25% {
	  transform: skew(0.6deg, 0.6deg);
	}
	30% {
	  transform: skew(-0.4deg, -0.4deg);
	}
	35% {
	  transform: skew(0.2deg, 0.2deg);
	}
  }

  /* STEAM EFFECTS
------------------------------------------------------------*/
@keyframes steam01 {
	0% {
	  bottom: -600px;
	  filter: blur(16px);
	  transform: rotateY(0deg);
	  transform: scale(0.6, 1);
	  opacity: 0
	}
	11% { opacity: 0.1 }
	33% {
	  transform: rotateY(40deg);
	  transform: scale(1, 1.4);
	  opacity: 0.5
	}
	66% {
	  transform: rotateY(10deg);
	  transform: scaleY(1.8, 1);
	  opacity: 0.4
	}
	100% {
	  bottom: 0;
	  filter: blur(20px);
	  transform: rotateY(60deg);
	  transform: scaleY(2, 1.8);
	  opacity: 0
	}
  }
  @keyframes steam02 {
	0% {
	  bottom: -400px;
	  filter: blur(16px);
	  transform: rotateY(0deg);
	  transform: scale(0.6, 0.6);
	  opacity: 0
	}
	11% { opacity: 0.1 }
	33% {
	  transform: rotateY(40deg);
	  transform: scale(0.8, 1);
	  opacity: 0.4
	}
	66% {
	  transform: rotateY(2deg);
	  transform: scaleY(1, 1.2)
	}
	100% {
	  bottom: 0;
	  filter: blur(20px);
	  transform: rotateY(50deg);
	  transform: scaleY(1.2, 1.4);
	  opacity: 0
	}
  }
  .steamWrap {
	width: 740px;
	margin: 100px auto 0
  }
  .steamBox {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
  }
  .steamBox > img {
	width: 100%;
	display: block
  }
  .steam01 {
	position: absolute;
	right: 0;
	animation: steam01 10s infinite linear;
	opacity: 0
  }
  .steam02 {
	position: absolute;
	left: 0;
	animation: steam02 14s infinite linear;
	opacity: 0
  }
  .steam03 {
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	animation: steam02 12s infinite linear;
	animation-delay: 6s;
	opacity: 0
  }
  .steam01 img, .steam03 img {
	width: 532px;
	height: 800px
  }
  .steam02 img {
	width: 399px;
	height: 600px
  }  


/* SNS ICONS
------------------------------------------------------------*/
.fa-brands{
	font-size: 22px;
	margin-right: 10px;
}


/* 共通項目
------------------------------------------------------------*/
h1, h2{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

img{
	max-width: 100%;
	height: auto;
}

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* 写真に関する設定
------------------------------------------------------------*/
/* MAIN VISUAL
/* background-image */
#mainImg{
	width: 80vw;
	height: 100vh;
	background-image: url(../images/mainImg1.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 0;
	margin-left: 0;
	border-radius: 0 0 30px 0;
}

/* MAIN VISUAL
/* STEAM EFFECTS */

.steam01{
	width: 80vw;
	height: 100vh;
	background-image: url(../images/steam01.png);
	background-size: cover;
	background-position: center;
	margin-top: 0;
	margin-left: 0;
	border-radius: 0 0 30px 0;
}

.steam02{
	width: 80vw;
	height: 100vh;
	background-image: url(../images/steam02.png);
	background-size: cover;
	background-position: center;
	margin-top: 0;
	margin-left: 0;
	border-radius: 0 0 30px 0;
}

.steam03{
	width: 80vw;
	height: 100vh;
	background-image: url(../images/steam01.png);
	background-size: cover;
	background-position: center;
	margin-top: 0;
	margin-left: 0;
	border-radius: 0 0 30px 0;
}




/* SEC02 CUISINE
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	/* display: none; */
}

.gallery{
	overflow: hidden;
}

.gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

.gallery li.full{
	width: 100%;
}


.gallery img{
	display: block;
	width: 100%;
	height: auto;
}


/* SEC03 PLAN
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}


/* SEC04 ACTIVITY
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
	width: 370px;
	height: 224px;
}

.article p{
	margin-bottom: 20px;
}



/* SEC05 MAP
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* RESPONSIVE SETTING
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
		background: #fff;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){

	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){

	/* background-image 画面幅*/
	#mainImg{
		width: 100vw;
		height: 100vh;
		background-image: url(../images/mainImg3.jpg) !important;
		background-position: center;
		border-radius: 0;
	}

	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	.gallery li{
		float: none !important;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){

	/* background-image 画面幅*/
	#mainImg{
		width: 100vw;
		height: 100vh;
		background-image: url(../images/mainImg2.jpg);
		background-position: center;
		border-radius: 0;
	}

	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
		/* Glassmorphism */
		/* opacity: .9;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px); */
		/* //Glassmorphism */
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
}