@charset "utf-8";

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* GENERAL */
a:link, a:visited {color: #f1d22e;text-decoration: none;}
a:hover {color: #f1d22e;text-decoration: none;}
a{outline: none;}

/* CLEARFIX */
.clearfix
{zoom: 1;}

.clearfix:after,
.headerBox:after,
.box:after,
.foodBox:after,
.foodList:after,
.menuList:after,
.mapBox:after,
footer:after,
aaaaaaaaaa:after
{content: "."; display: block; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0;}

strong{
font-weight: bold;
}

img{
vertical-align: bottom;
}

*{
	box-sizing: border-box;
}




/* ------------------------------------------
LAYOUT
------------------------------------------ */

html{
	height: 100%; 
}

body{
	font: 12px/1.4 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	width: 100%; 
	height: 100%; 
	background-color: #000;
	color: #f1d22e;
	position:relative;
	font-size: 14px;
	letter-spacing: 0.05em;	
	
	line-height: 180%;
}

footer{
	background-color: #000;
	clear: both;
}

section.sec{
	padding: 120px 0;
	position: relative;
	clear: both;
}

section.sec.yellow{
	background-color: #f1d22e;
	color: #000;
}

section.sec.gray{
	background-color: #d4d4d4;
	color: #000;
}

.onlyPc{
	display: block;
}

.onlySp{
	display: none;
}

.contentBox{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
}
.contentBox.contentBoxMini{
	max-width: 980px;
}



/* ------------------------------------------
header
------------------------------------------ */

header{
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;

	background-color: rgba(0,0,0);
	background-color: #000;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header.active{
	height: 80px;
}

.headerBox{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

h1.logo{
	position: absolute;
	left: 50%;
	top: 23px;
	margin-left: -46px;
}

h1.logo a{
	text-indent: -9999px;
	display: block;
	width: 93px;
	height: 66px;
	background-image:url(../images/hd_logo.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center top;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header.active h1.logo{
	top: 15px;
}

header.active h1.logo a{
	height: 50px;
}

h1.logo a:hover{
	opacity: 0.6;
}



.navList{
	float: left;
	margin-top: 40px;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header.active .navList{
	margin-top: 28px;
}

.navList.left{
	float: left;
}
.navList.right{
	float: right;
}

.navList li{
	display: inline-block;
	margin-left: 25px;
}
.navList li a{
	font-size: 14px;

	letter-spacing: 0.15em;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);

font-family: futura-pt-bold, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 700;
font-style: normal;
}

.navList li a:hover{
	opacity: 0.6;
}

.navList li.instagram a{
	display: inline-block;
	width: 40px;
	text-indent: -9999px;
	background-image:url(../images/ico_instagram.png);
	background-repeat:no-repeat;
	background-size: 19px auto;
	
	position: relative;
	top: 2px;
}

.instagramBtn a{
	display: inline-block;
	width: 40px;
	text-indent: -9999px;
	background-image:url(../images/ico_instagram.png);
	background-repeat:no-repeat;
	background-size: 19px auto;
	
	position: absolute;
	right: 60px;
	top: 34px;
	
	display: none;
}


.mainVisual{
	width: 100%;
	height: 100%;
}

#topFlexslider,
#topFlexslider .flex-viewport,
#topFlexslider .slides,
#topFlexslider .slides li,
#topFlexslider .slides li .img{
	width: 100%;
	height: 100%;
}

#topFlexslider .slides li{
	position: relative;
}



strong{
	-webkit-text-emphasis: filled circle #f1d22e;
	text-emphasis: filled circle #f1d22e;
}
strong.yellow{
	-webkit-text-emphasis: filled circle red;
	text-emphasis: filled circle red;
}
strong.black{
	-webkit-text-emphasis: filled circle #000000;
	text-emphasis: filled circle #000000;
}




h2.ttl{
	font-size: 42px;
	text-align: center;

font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 0.1em;

position: relative;
margin-bottom: 80px;
}

h2.ttl:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	
	margin-left: -20px;
	
	width: 40px;
	border-bottom: 2px solid #f1d22e;
}

section.sec.yellow h2.ttl:after{
	border-bottom: 2px solid #000;
}

section.sec.gray h2.ttl:after{
	border-bottom: 2px solid #000;
}

h3.ttl{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 75px;
}

.aboutImg{
	text-align: center;
	margin-bottom: 60px;
	

}

.aboutImg img{
	max-width: 100%;
}


.mainDesp{
	width: 700px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 220%;
	font-weight: bold;
}


.maxImg img{
	width: 100%;
}

.foodBox .left{
	float: left;
	width: 50%;
}

.foodBox .left img{
	width: 100%;
}

.foodBox .right{
	float: right;
	width: 43%;
	margin-left: 7%;
	padding-top: 40px;
}
.foodBox .right.noM{
	padding-top: 0;
}

.foodBox .right .ttl{
font-weight: 600;
font-style: normal;
letter-spacing: 0.1em;
font-size: 32px;
font-weight: bold;
	margin-bottom: 40px;
	margin-left: -3px;
}
.foodBox .right .ttl.str{
font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 0.1em;
font-size: 42px;
line-height: 120%;
}



.foodBox .right .ttl img{
	max-width: 100%;
}

.foodBox .right .desp{
	margin-bottom: 30px;
}
.foodBox .right .desp.big{
	font-size: 18px;
}

.foodBox .right .price{
font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 0.1em;

font-size: 38px;
}

.foodBox .right .price span{
	font-size: 34px;
	padding-right: 5px;
}

.yellowBox .box .price{
font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 0.1em;

font-size: 38px;
padding-top: 20px;
}

.yellowBox .box .price span{
	font-size: 34px;
	padding-right: 5px;
}


.foodBox{
	margin-bottom: 80px;
}

.foodList{
	margin-left: -20px;
	margin-right: -20px;
}
.foodList li{
	float: left;
	width: 33.33%;
	width: calc(33.33% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	
	font-size: 13px;
	line-height: 160%;
}

.foodList li img{
	width: 100%;
	margin-bottom: 10px;
}

.source{
	padding: 2px 8px;
	color: #f1d22e;
	background-color: #000;
	display: inline-block;
	
	border-radius: 6px;
	margin-bottom: 10px;
}



.yellowBox{
	border: 1px solid #000;
	border-radius: 20px;
	padding: 40px;
	position: relative;
}

.yellowTtl{
	border: 20px solid #f1d22e;

	position: absolute;
	left: -25px;
	top: -41px;
	display: inline-block;
	margin-bottom: 10px;
}

.yellowTtl2{
	display: inline-block;
	background-color: #f1d22e;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
	top: -4px;
}

.yellowTtl span{
	padding: 10px 30px;
	color: #f1d22e;
	background-color: #000;
	display: inline-block;
	
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
}

.yellowBox{
	margin-bottom: 60px;
}

.yellowBox .box{
	font-weight: bold;
	font-size: 16px;
}

.yellowBox .box .left{
	float: left;
	width: 60%;
	padding-top: 30px;
}
.yellowBox .box .right{
	float: right;
	width: 40%;
}

.yellowBox .box .right img{
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.caption{
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

.caption2{
	font-size: 13px;
	padding-top: 30px;
	;line-height: 160%;
}


.sourceList{
	margin-top: 20px;
}

.sourceList li{
	margin-bottom: 30px;
}
.sourceList li:last-child{
	margin-bottom: 0;
}

.sourceList li .ttl{
	font-size: 14px;
	margin-bottom: 5px;
	
	background-color: #000;
	border-radius: 6px;
	padding: 2px 20px;
	color: #f1d22e;
	background-color: #000;
	display: inline-block;
	margin-bottom: 5px;
}
.sourceList .desp{
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
}









.recommend{
	text-align: right;
	margin-bottom: -27px;
	font-weight: bold;
}


.menuList{
	margin-left: -20px;
	margin-right: -20px;
}

.menuList > li{
	float: left;
	width: 33.33%;
	width: calc(33.33% - 40px);
	margin-left: 20px;
	margin-right: 20px;
}

.menuList.menuList2{
	margin-left: -30px;
	margin-right: -30px;
}

.menuList.menuList2 > li{
	width: calc(50% - 60px);
	margin-left: 30px;
	margin-right: 30px;
}

.menuList > li > .ttl .ttl1{
	padding: 2px 20px;
	color: #f1d22e;
	background-color: #000;
	display: inline-block;
	
	border-radius: 6px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-right: 10px;
	font-weight: bold;
}

.menuList > li > .ttl .ttl1.yellow{
	background-color: #f1d22e;
	color: #000;
}

.menuList > li > .ttl .ttl2{
	display: inline-block;

font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 0.1em;

font-size: 24px;
position: relative;
padding-left: 60px;
}

.menuList > li > .ttl .ttl2:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
		
	width: 50px;
	border-bottom: 1px solid #000;
}

.menuList > li > .ttl{
	margin-bottom: 20px;
}


.menuDetailList > li > .ttl{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.menuDetailList > li > .ttl .price{
	float: right;

font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 0.1em;
}

.menuDetailList > li > .desp{
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0;
}

.menuDetailList > li{
	margin-bottom: 30px;
}





.foodBox .right .jp{
	margin-bottom: 30px;
	font-size: 12px;
}


span.under{
	text-decoration: underline;
}







.mapBox{
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 60px;
}

.mapBox .left{
	float: left;
	width: 50%;
}

.mapBox .right{
	float: right;
	width: 50%;
}

.shopName{
	font-weight: bold;
	font-size: 18px;
}



a.mapBtn{
	padding: 10px 30px;
	background-color: #000;
	border-radius: 10px;


font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 0em;

	background-image:url(../images/ico_link.png);
	background-repeat:no-repeat;
	background-size: 8px auto;
	background-position: right 15px center;
	padding-right: 40px;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.mapBtn:hover{
	opacity: 0.6;
}


.contactBtn a{
	display: block;
	padding: 20px 30px;
	background-color: #000;
	border-radius: 10px;

font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 0.1em;
font-size: 22px;
text-align: center;
margin-bottom: 40px;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.contactBtn a:hover{
	opacity: 0.6;
}

.contactStr{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 180%;
}

.contactStr a{
	color: #000;
	text-decoration: underline;
}


footer{
	padding: 40px;
}

footer nav{
	float: left;
}

footer .navList{
	margin-top: 0;
}

.copyright{
	float: right;
	font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 13px;
}





address a{
	color: #000 !important;
	text-decoration: underline !important;
}



























/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 980px){


#button_container{
	display: block;
}

header nav{
	display: none;
}

section.sec{
	padding: 80px 0;
}

.foodBox .right{
	padding-top: 0;
}

.contentBox{
	padding-left: 40px;
	padding-right: 40px;
}


.yellowBox{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.foodBox .right .ttl.str{
	font-size: 32px;
}

.foodBox .right .jp{
	display: none;
}


.mapBox .left{
	float: none;
	width: auto;
	margin-bottom: 30px;
}

.mapBox .right{
	float: none;
	width: auto;
}


.copyright{
	float: none;
	clear: both;
	
	text-align: center;
	padding-top: 30px;
}

footer{
	padding-bottom: 20px;
}


.menuDetailList > li > .ttl{
	font-size: 14px;
}


.yellowBox .box .left{
	padding-top: 20px;
}
.yellowBox .box .right{
	padding-top: 20px;
}







}












/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px){

.onlyPc{
	display: none;
}

.onlySp{
	display: block;
}

header{
	height: 80px;
}

h1.logo{
	top: 15px;
}

header h1.logo a{
	height: 50px;
	background-position: left top;
}

#button_container{
	top: 34px;
	right: 15px;
}

#toggle span{
	width: 30px;
}



.aboutImg{
	margin-bottom: 20px;
}

.contentBox{
	padding-left: 30px;
	padding-right: 30px;
}

.mainDesp{
	font-size: 14px;
	text-align:justify;
}


h3.ttl{
	margin-bottom: 45px;
}


.foodBox .left{
	float: none;
	width: auto;
	margin-bottom: 20px;
}

.foodBox .right{
	float: none;
	width: auto;
	margin-left: 0;
}

.foodBox .right .ttl{
	margin-bottom: 20px;
	font-size: 26px;
}

.foodBox .right .desp{
	text-align:justify;
	letter-spacing: 0;
}


.foodList li{
	float: none;
	width: auto;
	margin-bottom: 20px;
}


.foodBox{
	margin-bottom: 20px;
}


.foodList .caption{
	font-size: 14px;
}


.yellowBox{
	margin-top: 60px;
}




.yellowBox .box .left{
	float: none;
	width: auto;
	margin-bottom: 40px;
}

.yellowBox .box .right{
	float: none;
	width: auto;
	margin-left: 0;
}

.yellowTtl{
	border: none;
	left: -1px;
	right: -1px;
	top: -1px;
	
	position: relative;
	margin-bottom: 0;
}

.yellowTtl span{
	display: block;
	margin-left: -20px;
	margin-right: -22px;
	margin-top: -20px;
	
	text-align: center;
}

.yellowTtl2{
	background-color: transparent;
	padding-top: 30px;
	padding-left: 0;
}

.yellowBox{
	padding-top: 20px;
}

.yellowBox .box .left{
	padding-top: 0;
}

.sourceList .desp{
	font-size: 12px;
}

.sourceList li .ttl{
	margin-bottom: 10px;
}

.menuList > li{
	float: none;
	width: auto;
	margin-bottom: 40px;
}
.menuList > li:last-child{
	margin-bottom: 0;
}

.menuList > li > .ttl{
	margin-bottom: 10px;
}

.menuDetailList > li{
	margin-bottom: 20px;
}

.menuDetailList > li > .ttl{
	margin-bottom: 0;
	font-size: 14px;
}


h2.ttl{
	margin-bottom: 60px;
}



.foodBox .right.noM{
	margin-bottom: 40px;
}

.menuList.menuList2 > li{
	float: none;
	width: auto;
	margin-bottom: 0px;
}


.yellowTtl{
	display: block;
}

.caption2{
	font-size: 12px;
}

.yellowBox.yellowBox2{
	margin-bottom: 0;
}

address{
	font-size: 14px;
	line-height: 160%;
}

.shopName{
	margin-bottom: 10px;
}

.mapBox{
	margin-bottom: 30px;
}

.mapBox .right{
	font-size: 14px;
	line-height: 160%;
}

.contactBtn a{
	padding: 15px 0;
}




.no{
	display: none;	
}

.contactStr{
	font-size: 16px;
}


footer{
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	padding-top: 30px;
}

.navList li{
	margin-left: 10px;
	margin-right: 10px;
}

.navList li.instagram a{
	width: 19px;
}


.mainVisual{
	padding-top: 80px;
}


h1.logo{
	left: 30px;
	margin-left: 0;
}



.instagramBtn a{
	display: block;
}



.yellowBox .box .right{
	padding-top: 0px;
}













}























