@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Vollkorn&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Taviraj:wght@500&display=swap');

/* 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,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;
}

a{
	color: #0066ff;
	text-decoration: none;
}

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

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


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: #000;
}

.mainImgJs {
  padding-left: 10px;
  padding-right: 10px;
}

.mainImgJs div {
}

.mainImgJs img {
    margin:0 auto;
  width: 100%;
	max-width: 1200px;
}

#mainImgTxt{
	max-width: 1360px;
    text-align: right;
    margin-bottom:50px;
}

#mainImgTxt p{
    margin-right:10px;
	font-family: 'Vollkorn', serif;
    line-height: 1.5;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 0;
	text-align: center;
	font-size: 12px;
    background: #7393B4;
    color: #FFF;
}


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

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

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family: 'Vollkorn', serif;
	width: 60%;
	margin: 0 auto 60px;
	font-size: 25px;
	font-weight:normal;
	text-align: center;
}

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

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

.innerS img{
	width: 100%;
}

.txtC{
    text-align: center;
}



/* CONCEPT
------------------------------------------------------------*/
#sec01 p{
    margin-bottom: 20px;
}


/* MENU
------------------------------------------------------------*/
#menuList{
    margin-top: 50px;
}

#menuList li{
    padding-bottom: 50px;
}

#menuList h3{
	background: url(../images/i_cut.png) no-repeat 0 0;
    text-indent: 2.1em;
    border-bottom: 1px solid #999999;
	font-family: 'Vollkorn', serif;
	font-size: 18px;
	font-weight:normal;
}


#menuList table{
    width:100%;
}

#menuList table th{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
    border-bottom: 1px dotted #999999;
    padding-left:10px;
    line-height: 3.8;
    vertical-align: top;
}

#menuList table td{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
    border-bottom: 1px dotted #999999;
    text-align: right;
    padding-right:10px;
    line-height: 3.8;
}

#menuList table th.menuTxt{
    width:120px;
}

#menuList table td p.menuTxt{
    text-align: left;
}

#menuList .comment{
    text-align:right;
    padding-right:10px;
    margin-top:10px;
}

#menuList .menuList2{
    margin-top: 50px;
}

/* RESERVE
------------------------------------------------------------*/

#reserve li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
#reserve p{
    text-align: center;
}

#reserve p.tel-link{
	font: 28px/2.8 'Taviraj', serif;
    margin:30px 0;
    color: #7393B4;
}

#reserve p.tel-link a {
    color: #7393B4;
    border:3px solid #7393B4;
    display: block;
}

#reserve p.tel-link span{
    background: url(../images/i_tel.png) no-repeat 0 10px;
    padding-left:42px;
}

#reserve p.tel-link a:hover{
    text-decoration: none;
    
}

#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 設定
------------------------------------------------------------*/

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

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

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	

	#menuList li{
		display: inline-block;
		width: 44%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
    
    #reserve .tel{
        a[href*="tel:0563567700"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        }
    }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
	}
	
	#header h1{
        text-align: left;
		padding-top: 10px;
		padding-left: 15px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 50px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	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: 0;
		z-index: 100;
	}

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

	#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);
	}
    .mainImgJs{
        padding-top:100px;
    }

    #mainImgTxt p{
        font-size: 11px;
    }
	#menuList li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}

    #map iframe{
        height: 100% !important;
    }
}