@charset "utf-8";
/* CSS Document */


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}

/**================================= Link Setting =================================**/

a:link		{color:#0000CB; text-decoration:underline;}
a:visited	{color:#0000CB; text-decoration:underline;}
a:hover		{color:#F3002D; text-decoration:underline;}
a:active	{color:#F3002D; text-decoration:underline;}

a[href^="tel:"] {
	color: #000;
	text-decoration: none;
	cursor: text;
}

/**================================= Common Setting =================================**/
html{
	font-size: 62.5%;
}

body {
	background: #fff;
	font-family: Arial,'Helvetica Neue',Helvetica,Roboto,'Droid Sans','游ゴシック','Noto Sans JP','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo ,sans-serif;
	/*font-family: Arial,'Helvetica Neue','Noto Sans JP',Helvetica,Roboto,'Droid Sans','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;*/
	color: #000;
	font-size: 1rem;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: .05em;
	font-weight: 500;
}

/* fade load */
/*body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

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

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    5% {opacity: 0}
	100% {opacity: 1}
}*/

/* li Setting */
.blockHeader li,
.blockFooter li {
	list-style: none;
}

/**================================= Header Setting =================================**/

.blockHeader {
	background-color: #F7CF0A;
}
.headInner {
	max-width: 1300px;
	padding: 35px 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.glogo__h {
	width: 400px;
}

.glogo_shopname{
	width: 360px;
	margin: 20px auto 0;
}


.hSnsBox {
	position: absolute;
	right: 0;
	top: 50%;
	text-align: right;
	transform: translateY(-50%);
}
.hSns__item {
	display: inline-block;
	margin-left: 15px;
	width: 40px;
	vertical-align: middle;
}


/**================================= Navi Setting =================================**/
/*開閉ボタン*/
/*.nav_toggle{
	display: block;
	width: 30px;
	height: 24px;
	position: fixed;
	right: 50px;
	top: 50px;
	z-index: 100;
	box-sizing: content-box;
	padding: 10px;
	z-index: 2000;
}
.nav_toggle div {
	position: relative;
	animation-name: rotatey;
	animation-duration:6s;
	animation-timing-function: ease;
	animation-delay: 3s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}
.nav_toggle span{
	display: block;
	height: 3px;
	background: #FFF;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav_toggle span:nth-child(1){
	top:0px;
}
.nav_toggle span:nth-child(2){
	top:10px;
}
.nav_toggle span:nth-child(3){
	top:20px;
}
.nav_toggle.js-cc span{
	background: #000;
}*/

/* 通常アニメーション */
/*@keyframes rotatey {
    0% {transform:rotateY(0deg);}
    5% {transform:rotateY(180deg);}
    100% {transform:rotateY(180deg);}
}
*/
/*開閉ボタンopen時*/
/*.open .nav_toggle span:nth-child(1) {
	top: 10px;
   -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open .nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .nav_toggle span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
*/
/**================================= Contents Setting =================================**/

.blockContentsWapper {
	
}

/**================================= Footer Setting =================================**/
/* Shop Info */
.shopInfoBox {
	background-color: #F7CF0A;
	position: relative;
	padding: 90px 0 40px;
}
.shopInfoBox::before {
	content: "";
	display: block;
	width: 198px;
	height: 152px;
	background: url(../images/common/logo_tate.png) no-repeat center center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.shopInfoBox__clmBox {
	display: flex;
	justify-content: space-between;
	max-width: 1070px;
	margin: 0 auto;
}
.shopInfoBox__img {
	/*margin: 0 auto;*/
	width: 50%;
}
.shopInfo__txt {
	/*margin: 35px auto 0;*/
	width: 44%;
	padding: 60px 0;
	/*display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;*/
}
.shopInfo__item:nth-of-type(1) {
	margin-bottom: 30px;
}
.shopInfo__item:nth-of-type(2) {
	margin-bottom: 20px;
}
/*.shopInfo__item:nth-of-type(n+2) {
	margin-left: 60px;
}
.shopInfo__logo {
	width: 223px;
}*/
/*.shopInfo__shopname {
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 10px;
}*/
.shopInfo__shopname {
	margin-top: 18px;
	width: 360px;
}

.shopInfo__info,
.shopInfo__access,
.shopInfo__map {
	font-size: 1.6rem;
	line-height: 1.8;
}
.shopInfo__info dt {
	width: 8.5em;
	float: left;
    text-align: right;
}
.shopInfo__info dd {
	padding-left: 8.8em;
}
.shopInfo__info2 dt {
	width: 4.2em;
	float: left;
    text-align: left;
}
.shopInfo__info2 dd {
	padding-left: 4.2em;
}
.shopInfo__info--tel a {
	font-size: 3.2rem;
	font-weight: bold;
	color: #F00;
}

/* Google Map */
.shopInfo__map {
	max-width: 1070px;
	margin: 50px auto 0;
	height: 580px;
}

/* instafeedWrap */


.jump-Instagram{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	padding-right: 1rem;
}
.jump-Instagram a{
	color: #4e2f04;
	font-size: 1.6rem;
	position: relative;
	text-decoration: none;
}
.jump-Instagram a:hover{
	opacity: 0.8;
}

.jump-Instagram img{
	width: 24px;
	vertical-align: middle;
	margin-right: 1rem;
}


.instafeedWrap {
	max-width: 1070px;
	margin: 90px auto 0;
	position: relative;
}
.instafeedBox {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.instafeedBox li {
	width: 18.444444%;
	margin-bottom: 2%;
	margin-left: 1.8888888%;
}
.instafeedBox li:nth-child(5n+1) {
	margin-left: 0;
}

.feed--more{
	margin-top: 40px;
	text-align: center;
}

a.btn-more{
	font-size: 1.4rem;
	background-color: #4E2F04;
	border-radius: 10px;
	width: 250px;
	line-height: 52px;
	margin: 0 auto;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	pointer-events: none;
}


.orderLinks{
	background-color: #F7CF0A;
	text-align: center;
	padding-top: 30px;
}
.orderbnrWraper{
	margin: 0 auto;
}
.orderbnrWraper li{
	display: inline-block;
	margin-left: 40px;
}
.orderbnrWraper li:first-child{
	margin-left: 0;
}


.orderBnr{
	text-align: center;
	padding: 30px 0 40px;
	list-style: none;
}
.orderBnr img{
	width: 210px;
}
.takeout--tex{
	font-size: 2.4rem;
	font-weight: bold;
}


/* Company Info */
.fCompanyInfoBox {
	background-color: #4E2F04;
	color: #FFF;
	padding: 20px 0 40px;
}
.fCompanyName {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.faddress,
.fInfo,
.fLink {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8;
}
.fInfoWrap {
	text-align: center;
}
.fInfo,
.fInfo dt,
.fInfo dd {
	display: inline-block;
	position: relative;
}
.fInfo:nth-of-type(n+2) dt {
	margin-left: 40px;
}
.fInfo:nth-of-type(n+2) dt::before {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #FFF;
	position: absolute;
	top: 7px;
	left: -20px;
}
.fLink a {
	color: #FFF;
	text-decoration: none;
}

.copyright {
	color: #FFCC00;
	margin-top: 30px;
	text-align: center;
	font-size: 1.4rem;
}


.youtubeWrap{
	max-width: 860px;
	margin: 0 auto 80px;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.foot--shopName{
	width: 260px;
	margin: 0 auto;
}

/**================================= pagetop Setting =================================**/

@media only screen and (min-width:768px) {
	.spOnly {
		display: none;
	}
	
}
@media only screen and (min-width:1024px) {
	.hSnsBox--notPc {
		display: none;
	}
}
@media only screen and (max-width:1370px) {
	.hSnsBox {
		right: 20px;
	}
}
@media only screen and (max-width:1023px) {
	.glogo__h {
		width: 300px;
	}
	.hSnsBox--pc {
		display: none;
	}
	.hSnsBox {
		margin-top: 40px;
		position: static;
		text-align: center;
		transform: translateY(0);
		width: auto;
	}
	.hSns__item {
		display: inline-block;
		margin-left: 15px;
		width: 40px;
		vertical-align: middle;
	}
	.hSns__item:nth-of-type(2n + 1) {
		margin-left: 15px;
	}
	.hSns__item:nth-of-type(3),
	.hSns__item:nth-of-type(4) {
		margin-top: 0;
	}
	/*.hSnsBox {
		width: 100px;
	}
	.hSns__item {
		margin-left: 5px;
	}
	.hSns__item:nth-of-type(2n + 1) {
		margin-left: 0;
	}
	.hSns__item:nth-of-type(3),
	.hSns__item:nth-of-type(4) {
		margin-top: 10px;
	}*/
	
	/**================================= Footer Setting =================================**/
	.shopInfo__item:nth-of-type(1) {
		width: 100%;
		margin-bottom: 30px;
	}
	.shopInfo__item:nth-of-type(2) {
		margin-left: 0;
	}
	.shopInfo__logo {
		margin: 0 auto;
	}
}

@media only screen and (max-width:767px) {
	.pcOnly {
		display: none;
	}
	/**================================= Header Setting =================================**/
	.headInner {
		padding: 20px 0 25px;
		display: block;
	}
	.glogo__h {
		width: 60%;
		max-width: 418px;
		margin: 0 auto;
	}
	.glogo_shopname{
		width: 100%;
		margin: 10px auto 0;
	}
	/**================================= Footer Setting =================================**/
	/* Shop Info */
	.shopInfoBox {
		padding: 70px 0 0px;
	}
	.shopInfoBox::before {
		width: 129px;
		height: 98px;
	}
	.shopInfoBox__clmBox {
		display: block;
	}
	.shopInfoBox__img {
		/*padding: 0 6%;*/
		width: 100%;
		text-align: center;
	}
	.shopInfo__txt {
		margin-top: 20px;
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	.shopInfo__item:nth-of-type(1) {
		margin-bottom: 0;
	}
	.shopInfo__item:nth-of-type(n+2) {
		margin-left: 0;
		margin-top: 20px;
	}
	.shopInfo__logo {
		width: 260px;
		margin: 0 auto;
	}
	.shopInfo__shopname {
		font-size: 1.6rem;
		text-align: center;
		margin: 20px auto;
		width: 84%;
	}
	.shopInfo__info,
	.shopInfo__access {
		font-size: 1.4rem;
		line-height: 1.6;
		padding: 0 8%;
		display: block;
	}
	.shopInfo__info dt {
		width: 5.5em;
		float: left;
	}
	.shopInfo__info dd {
		padding-left: 5.5em;
	}
	.shopInfo__info--tel{
		padding: 0 8%;
	}
	
	/* Google Map */
	.shopInfo__map {
		width: 100%;
		margin-top: 40px;
		height: 300px;
	}

/* instafeedWrap */
	
.jump-Instagram{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	padding-right: 0;
}
	
.instafeedWrap {
	max-width: auto;
	margin: 50px auto 0;
	padding-bottom: 50px;
	position: relative;
}
.instafeedBox {
	padding: 5%;
	flex-wrap: wrap;
}
.instafeedBox li {
	width: 31.33333%;
	margin-left: 2.99999%;
	margin-bottom: 3%;
}

.instafeedBox li:nth-child(5n+1) {
	margin-left: inherit;
}
.instafeedBox li:nth-child(3n+1) {
	margin: 0;
}

	.feed--more{
		margin: 0;
	}	
	
	.orderLinks{
		padding-top: 0;
	}
	
.orderBnr{
	text-align: center;
	padding: 0 0 30px;
	list-style: none;
}	
.orderBnr img{
	width: 140px;
	}
	.orderbnrWraper li{
		margin-left: 10px;
	}
	.orderbnrWraper li:last-child{
		margin-left: 0;
	}
	
	
.takeout--tex{
	font-size: 1.6rem;
	margin-bottom: 20px;
}

	
	/* Company Info */
	.fCompanyInfoBox {
		background-color: #4E2F04;
		color: #FFF;
		padding: 20px 0 40px;
	}
	.fCompanyName {
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.faddress,
	.fInfo,
	.fLink {
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.fInfoWrap {
		text-align: center;
	}
	.fInfo {
		display: block;
	}
	.fInfo:nth-of-type(n+2) dt {
		margin-left: 30px;
	}
	.fInfo:nth-of-type(n+2) dt:before {
		content: "";
		width: 1px;
		height: 10px;
		background-color: #FFF;
		position: absolute;
		top: 6px;
		left: -15px;
	}
	.fInfo:nth-of-type(n+2) dt:nth-of-type(1) {
		margin-left: 0;
	}
	.fInfo:nth-of-type(n+2) dt:nth-of-type(1)::before {
		display: none;
	}
	.fLink a {
		color: #FFF;
		text-decoration: none;
	}

	.copyright {
		color: #FFCC00;
		margin-top: 30px;
		text-align: center;
		font-size: 1.2rem;
	}
	
.youtubeWrap{
	margin: 40px auto 80px;
}
	
}

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

.orderBnr img{
    width: 85px;
}

}

.orderBnr span {
    margin-top: 10px;
    display: block;
    font-size: 13px;
}
