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

/* 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;}
table{border-collapse:collapse;border-spacing:0;}
caption{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 "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #4f4e4e;
	background: #fff;
}

a{
	color: #4f4e4e;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

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


#wrapper{
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
}


/* ヘッダー
------------------------------------------------------------*/
#headerWrap{
	margin-top: 3%;
}

#header{
	text-align: center;
	border-bottom: solid #000 1px;
}
#header h1{
	width: 300px;
	margin: 0 auto 2%;
}

#footer h1{
	width: 200px;
	margin: 0 auto 2%;
}
#header h1 img{
	width: 100%;
}

#mainnav a{
	color: #4f4e4e;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#mainImg{
  overflow: hidden;
  width: 100%;
}

#mainImg iframe{
  width: 100%;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 0 50px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
    color: #000;
    background-color: #fff;
}


/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
}

section h2{
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

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

header,
#mainImg,
#sec10,
#sec01,
#sec03,
#sec04,
#sec05,
footer{
    background-color: #fff;
}

#sec01 h2{
	margin: 0 auto;
}


/*hometop 最初----------------------------------------------*/

#hometop{
	width: 60%;
	margin: 0 auto;
}
	
#hometop .innerS0 h2 {
	width: 100% ;
	margin: 0;
	text-align: left;
}

#hometop .innerS0 div{
	width: 100%;
	height: auto;
}
#hometop .innerS0 .newste{
	width: 80%;
	margin: 0 auto;
	padding: 2%;
}

#hometop .innerS0 .newste img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#hometop .innerS0 p{
	text-align: center;
	font-size: 1.2em;
	padding: 5%;
	border: solid 1px #000;
}

/*-テスト--------------------------------------------------*/

.example{
    position: relative;
    display: inline-block;
}
.example img{
    display: block;
    max-width: 100%;
    height: auto;
}
.example img:nth-of-type(2){
    position: absolute;
	left: 0%;
    top: 0%;
    width: 50%;
    height: 100%;
	transition-delay: .4s;
}
.example img:nth-of-type(3){
    position: absolute;
	left: 20%;
    top: 40%;
    width: 20%;
    height: auto;
	transition-delay: .8s;
}

		
/*scroll------------------------------------------------------*/

#scroll{
	width: 100%;
    text-align: center;
    margin: 10% auto 20%;
}




/*fade in------------------------------------------------------*/

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;

}

.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}




/*各ページ共通-------------------------------------------------*/

#pagetop{
	width: 30%;
	margin: 10% auto;
}


/*restaurant-------------------------------------------------*/

#tenpo{
	margin-bottom: 10%;
}

.pict{
	width: 70%;
	margin: 0 auto;
}

.pict .insta{
	width: 50%;
	margin: 10% auto 0%;
}

.only{
	width: 85%;
	margin: 0 auto;
}

.only .lunch{
	width: 20%;
	margin: 10% auto;
}
.only .lunch2{
	width: 25%;
	margin: 10% auto;

}

.only .border{
	margin-top: 20%;
}



.open {
	cursor:pointer;
	color: #d27d00;
}

#pop-up,
#pop-up1,
#pop-up2,
#pop-up3 {
	display: none;
}
.overlay {
	display: none;
}
#pop-up:checked + .overlay,
#pop-up1:checked + .overlay,
#pop-up2:checked + .overlay,
#pop-up3:checked + .overlay{
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
}
.window {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90vw;
	max-width: 900px;
    padding: 20px;
	height: 1100px;
	background-color: #fff;
	border-radius: 4px;
	align-items: center;
	transform: translate(-50%, -50%);
	overflow: scroll;
}
.close {
	position: fixed;
	top: 100px;
	right: 20px;
	cursor:pointer;
	font-size: 1.5em;
	font-weight: 500;
	padding: 30px;
	color: #000;
	width: 10%;
}

.close2 {
	position: absolute;
	right: 420px;
	cursor:pointer;
	font-size: 1.5em;
	font-weight: 500;
	padding: 0 30px 200px 30px;
	color: #000;
	width: 10%;
}


.window div{
	width: 100%;
	margin: 0 auto;
}
.window div img{
	width: 100%;
}

/*about us------------------------------------------------------*/
#tenpo .about{
	width: 50%;
	margin: 0 auto;
}

.about .about1{
	width: 100%;
	margin-bottom: 30%;
}
.about .about2{
	width: 100%;
	margin: 0 auto; 
}


/*contact------------------------------------------------------*/

.yoyaku{
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 5%;
}
.yoyaku img{
	width: 100%;
	height: auto;
}
.yo_chu{
}
.yo_bu{
	position: absolute;
	top: 20%;
}





/*yosen------------------------------------------------------*/

#yosen{
	width: 100%;
}

#yosen .yosen h2{
	width: 60%;
	margin:0;
}

.yosen{
	width: 80%;
	margin: 0 auto 5%;
}

.yosen div img{
	width: 100%;
	height: auto;
}

.yosen .tobutton1{
    width: 100%;
    margin: 0 auto;
}


.yosen .tobutton1 div{
    margin: 0 auto;
    width: 100%;
}

.yosen .tobutton1 div a{
    text-align: center;
    display: block;
    font-size: 1.4em;
}




/*Information---------------------------------------------*/

#wrapper #sec07{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}


/*--40th-----------------------------------------------------*/



.today{
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 40px;
}

.today .tobutton{
    width: 90%;
    margin: 0 auto;
}


.today .tobutton div{
    margin: 0 auto;
    width: 80%;
}

.today .tobutton div a{
    text-align: center;
    display: block;
    font-size: 1.4em;
}

.today .tobutton2{
    width: 90%;
    margin: 0 auto;
}

#wrapper #sec09 .today a:hover, .active{
	text-decoration: none;
  }



.btn-square-pop1 {
   position: relative;
   display: inline-block;
   padding: 0.25em 0.5em;
   text-decoration: none;
   color: #000;
   border-bottom: solid 2px #000;/*少し濃い目の色に*/
   font-weight: bold;
 }
 
.btn-square-pop1:active {
   border-bottom: solid 2px #0B2AA;
   box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
 }



.btn-square-pop {
   position: relative;
   display: inline-block;
   padding: 0.25em 0.5em;
   text-decoration: none;
   color: #000;
   background: #fd9535;/*背景色*/
   border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
   border-radius: 4px;/*角の丸み*/
   box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
   font-weight: bold;
 }
 
.btn-square-pop:active {
   border-bottom: solid 2px #fd9535;
   box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
 }




.line{
	overflow: hidden;
	width: 500px;
	margin: 10% auto;
}

.line h5{
	font-size: 1.5em;
	margin-bottom: 5%;	
}

.line .lineleft{
	float: left;
	width: 40%;
}

.lineright{
	float: left;
	width: 58%;
	margin-left: 2%;
	text-align: left;
}



/*History---------------------------------------------------*/

#wrapper #sec08{
	width: 80%;
	text-align: center;
	margin: 5% auto 0;
}

#wrapper #sec07{
	width: 80%;
	text-align: center;
	margin: 5% auto 0;
}



/*Sponsor---------------------------------------------------*/

.innerS0{
	width: 100%;
	margin: 20% auto;
}



/*全体------------------------------------------------------*/
.hidden_box {
    margin: 35px 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}



/*---------------------------------------------*/
.form div{
	padding-top: 3%;
}

.form dd{
	padding-bottom: 10px;
}

.form li{
	margin: 0;
	padding-left: 10px;
	display: block;
}

.form span{
	padding-left: 5%;
	color: #ff0000;
}

span.required,
span.optional{
	padding: 0 2%;
}

.form textarea{
	padding:7px;
}






/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}

}

@media only screen and (max-width: 1200px){
	#wrapper{
		width: 100%;
	}
	.yoyaku{
		width: 80%;
	}

}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.pane{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 25px 25px;
		font-size: 16px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 100px 0 70px 0;
	}

}




@media only screen and (min-width: 799px){
	.col2 li{
		width: 80%;
		vertical-align: top;
		margin: 0 auto;
	}
}

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

	.innerS{
		width: 94%;
		padding-bottom: 50px;
	}

	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 50px;
		margin-bottom: 10px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}

}

@media only screen and (max-width: 799px){
	
	#header{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 100px;
		border-bottom: 1px solid #000;
	}
	#footer{
		padding: 50px 0 30px 0;
	}

	#footer #headerWrap{
		width: 100%;
		height: 80px;
	}
	
	#header h1{
		padding-top: 15px;
		width: 40%;
	}
	#footer h1{
		width: 100%;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 80px;
		width: auto !important;
	}
	#footer h1 img{
		margin-bottom: 3px;
		max-height: 80px;
		width: auto !important;
	}


  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 45px;
  	height: 30px;
  	margin: 15px 20px;
	}

	#menuB{
  	display: block;
  	position: absolute;
  	top: 70%;
  	left: 40%;
  	width: 24px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #4f4e4e;
  	transition: .2s;
	}

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

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

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

	#footer #mainnav{
		display: none;
	}

	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);
	}

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

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

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

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #4f4e4e;
		font-weight: 400;
		font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	}

	#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 #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 170px;
		z-index: -100;
	}
	#mainImg iframe{
		width: 100%;
	}
	.col3 li{
		margin: 30px auto 0 auto;
		display: block;
	}
	
	section h2{
		margin: 0 auto 10px;
		width: 90%;
		font-size: 1.2em;
	}
	section h2 span {
		padding: 0 30px;
	}

	#wrapper #sec08{
		width: 95%;
		padding: 150px 0 0 0;
	}

	/*hometop 最初----------------------------------------------*/

	#hometop{
		width: 95%;
		margin: 0 auto;
		padding-top: 110px;
	}
	#hometop .innerS0{
		margin: 15% 0;
	}

	#hometop .innerS0 h2 {
		width: 80% ;
		margin: 0 auto;
	}

	#hometop .innerS0 div{
		width: 100%;
		height: auto;
	}
	


	/*scroll--------------------------------------*/

	#scroll {
		width: 100%;
		text-align: center;
	}

	.example img:nth-of-type(3){
		position: absolute;
		left: 12%;
		top: 40%;
		width: 30%;
		height: auto;
		transition-delay: .8s;
	}


	/*各ページ共通-------------------------------------------------*/

	#pagetop{
		width: 45%;
		margin: 10% auto;
		padding-top: 100px;
	}

	/*restaurant---------------------------------------------------*/

	#tenpo{
		margin: 10% auto;
	}

	.overlay .window {
		width: 80%;
	}

	.window {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 90vw;
		max-width: 800px;
		padding: 20px;
		height: 650px;
		background-color: #fff;
		border-radius: 4px;
		align-items: center;
		transform: translate(-50%, -50%);
		overflow: scroll;
	}

	.close2 {
		right: 125px;
		padding: 30px 30px 50px 30px;
	}
	.close {
		position: fixed;
		top: 25px;
		right: 10px;
		cursor:pointer;
		font-size: 1.5em;
		font-weight: 500;
		padding: 30px;
		color: #000;
	}

	.pict .insta{
		width: 70%;
	}
	
	#tenpo .only .lunch{
		width: 40%;
	}
	#tenpo .only .lunch2{
		width: 45%;
	}

/*about us------------------------------------------------------*/
#tenpo .about{
	width: 80%;
	margin: 15% auto 0;
}

.about .about1{
	width: 100%;
	margin-bottom: 20%;
}
	


    #wrapper #sec07{
		width: 95%;
		padding-top: 20px;
	}


	/*40th------------------------------------------*/

	.today{
		width: 100%;
		padding-top: 25px;
	}
	.today .tobutton div{
		width: 90%;
		font-size: 12px;
	}

	.line{
		width: 100%;
		margin: 10% auto 5%;
	}

	.line h5{
		font-size: 14px;
	}
	
	.line .lineleft{
		float: none;
		width: 45%;
		margin: 0 auto;
	}
	
	.lineright{
		float: none;
		width: 90%;
		text-align: center;
		margin: 2% auto 0;
	}

	/*index yosen--------------------------------------*/


	#yosen .yosen h2{
		width: 70%;
	}
		
	.yosen{
		width: 100%;
		margin: 0% auto;
		padding-top: 0px;
	}

	.yosen div img{
		width: 100%;
		height: auto;
	}

	.yosen .tobutton1{
		width: 100%;
		padding-bottom: 5%;
	}

	.yosen .tobutton1 div{
		width: 100%;
		font-size: 12px;
	}

	.yosen .tobutton1 div a{
		font-size: 1.2em;
	}



	/*content-------------------------------------------*/
	.yoyaku{
		position: relative;
		width: 95%;
		margin: 0 auto;
		padding-bottom: 5%;
	}
	.yoyaku img{
		width: 100%;
		height: auto;
	}
	.yo_chu{
	}
	.yo_bu{
		position: absolute;
		top: 20%;
	}


}




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

	#headerWrap {
        position: relative;
        width: 100%;
        height: 80px;
		border-bottom: none;
	}

/*白フィルターのやつ----------------------------------------------*/





	section#sec03 h2 {
		font-size : 18px;
	}
	section#sec03 h2 span{
		padding: 0 15px;
	}
	#sec03{
		padding-top: 30px;
    }

	#wrapper #sec08{
		margin: 0 auto 10%;
	}
	
	#sec09 h2{
		margin: 0 auto 5%;
	}


	


}
