@charset "UTF-8";


/* Adobe TypeKit
https://typekit.com/kit_editor/kits/cba0xcg?popup=1 */

/*==================
画面設計
768px をブレイクポイントとし
それ以上はPCレイアウト
767px以下はスマホレイアウトととする
@media screen and ( max-width:48rem) { }
==================*/

.fontKozuka{
	font-family: "kozuka-gothic-pr6n", sans-serif;
}
.fontRiftsoft{
	font-family: "rift-soft", sans-serif;
	font-weight: 700;
}
/*
Light	"rift-soft"	300	normal
Light Italic	"rift-soft"	300	italic
Regular	"rift-soft"	400	normal
Italic	"rift-soft"	400	italic
Medium	"rift-soft"	500	normal
Medium Italic	"rift-soft"	500	italic
Demi	"rift-soft"	600	normal
Demi Italic	"rift-soft"	600	italic
Bold	"rift-soft"	700	normal
Bold Italic	"rift-soft"	700	italic
*/

h1,th{
	font-weight: normal;
}
ul li{
	list-style: none;
}
html{
	background-color: #FFFFFF;
	color: #3c3c3c;
	text-align: center;
	font-size: 16px;

	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 300;
}
img {
    width:auto;
    height:auto;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #3c3c3c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:hover img{
	opacity: 0.6;
}


@media ( max-width:48rem) {
}


.wrapper{
	width: 100%;
	text-align: left;
	position: relative;
}
.sideMenuBox{
	width: 180px;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	top: 0px;
	left: 0px;
	border: #dec77b 6px solid;
	box-sizing: border-box;
	background-color: #ffffff;
	z-index: 99;

	overflow: hidden;
}
.sideMenuBox .inner{
	width: 197px;
	height: 100%;
	padding-right: 17px;
	box-sizing: border-box;
	overflow-y: scroll;
}
@media screen and ( max-width:47rem) {
	.sideMenuBox{
		display: none;
	}
}
.sideMenuBox .logo{
	text-align: center;
	margin: 40px auto;
}
.sideMenuBox nav li{
	font-family: "rift-soft", sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	padding: 16px 0 16px 5px;
}
.sideMenuBox nav li span{
	display: block;
	font-size: 0.75rem;
	margin-top: 3px;
	margin-left: 0.5em;
	color: #b6871d;
}
.sideMenuBox .stuff{
	margin: 30px auto 0;
	text-align: center;
}
.sideMenuBox .storeNavi{
	margin-top: 0px;
}
.sideMenuBox .storeNavi li{
	font-size: 1rem;
	padding: 5px 0 5px 30px;
}


.mainColumn{
	padding-left: 180px;
	box-sizing: border-box;
	width: 100%;
	min-width: 1000px;
	max-width: 1200px;
}
@media screen and ( max-width:47rem) {
	.mainColumn{
		padding-left: 0;
		width: 100%;
		min-width: 0;
	}
}
.mobileHeader{
	display: none;
}
.pagetopBtn{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
@media screen and ( max-width:47rem) {
	.mobileHeader{
		padding: 20px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mobileHeader .logo{
		text-align: center;
		padding: 0 10px;
	}
	.mobileHeader .logo img{
		width: 60%;
	}
}
.topHeadArea .slickBox{
	overflow: hidden;
}
.topHeadArea img{
	width: 100%;
	max-width: 1200px;
}
.secTitle{
	font-size: 2.625rem;
	font-family: "rift-soft", sans-serif;
	font-weight: 700;
}
.secTitle span{
	margin-left: 10px;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 700;
	font-size: 1rem;
}
@media screen and ( max-width:47rem) {
	.secTitle{
		font-size: 2rem;
	}
	.secTitle span{
		margin-left: 10px;
		font-family: "kozuka-gothic-pr6n", sans-serif;
		font-weight: 700;
		font-size: 0.85rem;
	}
}

/*トップ　お知らせ*/
.topNewsArea{
	margin: 40px 0;
	padding: 0px 45px;
	display: flex;
	justify-content: space-around;
}
.topNewsArea ul{
	margin: 10px 0;
}
.topNewsArea li{
	padding: 10px 0;
	margin:  10px 0;
	border-bottom: #CCCCCC 1px solid;
}
.topNewsArea li span{
	display: inline-block;
	background-color: #b6871d;
	border-radius: 3px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 5px;
	font-size: 0.8rem;
	margin-right: 20px;
}
@media screen and ( max-width:47rem) {
	.topNewsArea{
		margin: 40px 0;
		padding: 0px 10px;
		display: block;
	}
	.topNewsArea li{
		font-size: 0.8rem;
		line-height: 1.6;
	}
	.topNewsArea li span{
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/*トップ　バナーエリア*/
.topBannerArea{
	text-align: center;
	margin:  80px auto;
}
.topBannerArea img{
	width: 100%;
	max-width: 840px;
}
@media screen and ( max-width:47rem) {
	.topBannerArea{
		margin:  40px 10px;
	}
}

/*トップ　ABOUTはちの巣カフェの名前の由来*/
.topAboutArea{
	margin:  40px auto;
	min-height: 520px;
	background: url('../../image/topbgimg_01.jpg') no-repeat center top;
	position: relative;
}
.topAboutArea .whiteBox{
	background: rgba(255, 255, 255, 0.85) url('../../image/aboutimg_bee.png') no-repeat 0% 30%;
	padding: 45px 0 45px 300px;
	width: 720px;
	height: 400px;
	box-sizing: border-box;
}
.topAboutArea .whiteBox p{
	font-size: 0.825rem;
	font-weight: bold;
	line-height: 2.2;
	margin-top: 30px;
	width: 400px;
}
@media screen and ( max-width:47rem) {
	.topAboutArea{
		margin:  40px 10px;
		background: url('../../image/topbgimg_01.jpg') no-repeat center bottom;
		background-size: contain;
	}
	.topAboutArea .whiteBox{
		background: rgba(255, 255, 255, 0) url('../../image/aboutimg_bee.png') no-repeat 0 calc( 100% - 200px);
		background-size: 50%;
		padding: 45px 0 45px 0px;
		width: 95%;
		height:700px;
	}
	.topAboutArea .whiteBox p{
		width: 100%;
		line-height: 1.6;
	}
}
/*トップ　QBTパンケーキボタン*/
.topButtonArea {
	margin: 80px auto;
}
.topButtonArea ul{
	display: flex;
	justify-content: space-around;
}
.topButtonArea a.qbt{
	display: block;
	background-image: url('../../image/topbtnbg_qbt.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 110%;
	padding: 5px;
	transition-duration: .2s;
}
.topButtonArea a.pan{
	display: block;
	background-image: url('../../image/topbtnbg_pan.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 110%;
	padding: 5px;
	transition-duration: .2s;
}
.topButtonArea a.qbt:hover,
.topButtonArea a.pan:hover{
	transition-duration: .5s;
	background-size:  120%;
}
@media screen and ( max-width:47rem) {
	.topButtonArea {
		margin: 40px 10px;
	}
	.topButtonArea ul li{
		width: 48%;
	}
	.topButtonArea ul li img{
		width: 100%;
	}
}

/*トップ　店舗紹介*/
.topStoreArea{
	margin:  80px 0;
	padding: 60px 0;
	width: 100%;
	background-image: url('../../image/topbg_store.jpg');
	background-size:  cover;
	color: #FFFFFF;
}
.topStoreArea .secTitle{
	color: #FFFFFF;
	padding: 0 50px;
}
.topStoreArea .caption{
	margin: 30px 0 30px 90px;
	line-height: 1.8;
	font-size: 0.865rem;
}
.storeBox{
	display: flex;
	justify-content: space-around;
	max-width: 1100px;
	margin: 0 auto;
}
.storeUnit{
	width: 80%;
	max-width: 700px;
	aspect-ratio: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	font-size: 0.8rem;
	position: relative;
}
.storeNishiku{
	background-image: url('../../image/storebg_01.jpg');
	background-size:  cover;
}
.storeYaba{
	background-image: url('../../image/storebg_02.jpg');
	background-size:  cover;
}
.storeGifu{
	background-image: url('../../image/storebg_03.jpg');
	background-size:  cover;
}
.storeMozo{
	background-image: url('../../image/storebg_04.jpg');
	background-size:  cover;
}
ul.storeUnit .num{
	position: absolute;
	top: 150px;
	left: 10px;
}
ul.storeUnit .name{
	text-align: left;
	padding: 10px 10px 0px 20px;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba( 0, 0, 0, 0.6);
	font-size: 1.2rem;
	font-weight: 700;
}
ul.storeUnit .address{
	text-align: left;
	line-height: 1.6;
	padding: 10px 10px 10px 20px;
	width: 100%;
	white-space: nowrap;
	box-sizing: border-box;
	background-color: rgba( 0, 0, 0, 0.6);
}
ul.storeUnit .btn{
	text-align: center;
	padding: 0 0 10px;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.6);
}
ul.storeUnit .btn a:visited,
ul.storeUnit .btn a:active,
ul.storeUnit .btn a:link{
	margin: 0 auto;
	display:  block;
	width: 80%;
	padding: 12px 0;
	border-radius: 2px;
	background-color: #b6871d;
	color: #FFFFFF;
}
ul.storeUnit .btn a:hover{
}
@media screen and ( max-width:47rem) {
	.topStoreArea{
		margin:  80px 0;
		padding: 30px 10px;
		width: 100%;
		box-sizing: border-box;
		background-image: url('../../image/topbg_store.jpg');
		background-size:  cover;
		color: #FFFFFF;
	}
	.topStoreArea .secTitle{
		padding: 0 0px;
	}
	.topStoreArea .caption{
		margin: 30px 0 30px 0px;
		line-height: 1.6;
		font-size: 0.8rem;
	}
	.storeBox{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.storeUnit{
		aspect-ratio: 1;
		margin-bottom: 10px;
	}
	ul.storeUnit .num{
		position: absolute;
		top: 160px;
		left: 10px;
	}
	ul.storeUnit .address{
		font-size: 0.7rem;
	}
}



/*トップ　スタッフ募集*/
.topRecruitArea{
	margin:  80px 0 40px;
	padding: 200px 0 60px;
	width: 100%;
	background-image: url('../../image/recruitbg.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0 0;
}
.topRecruitArea .inner{
	width: 900px;
	padding: 60px;
	box-sizing: border-box;
	background-color: rgba(255, 219, 76, 0.9);
}
.topRecruitArea .inner .secTitle{
	color: #FFFFFF;
	background-color: #2b2720;
	padding: 60px 0 10px 30px;
	box-sizing: border-box;
	max-width: 400px;
	margin-top: -100px;
}
.topRecruitArea .inner>.caption{
	margin: 30px 0 30px 30px;
	line-height: 1.8;
	font-size: 0.865rem;
}
.recruitTableBox{
	display: flex;
	justify-content: space-around;
	padding: 30px 0;
}
.recruitTableBox ul{
	width: 350px;
	text-align: center;
}
.recruitTableBox ul li.caption{
	font-weight: bold;
	font-size:1.2rem;
	line-height: 1.6;
	padding: 30px 0;
}
.recruitTableBox ul .telnum{
	font-weight: bold;
	font-size:1.2rem;
	border: #000000 1px solid;
	padding: 10px 0;
	width: 70%;
	margin: 0 auto;
}
.recruitTableBox .tableWrapper{
	padding: 10px 5px;
	background-color: #FFFFFF;
}
.recruitTableBox table{
	border-collapse: collapse;
	border-top: #CCC 1px solid;
}
.recruitTableBox table th,
.recruitTableBox table td{
	padding: 8px 5px;
	border-bottom: #CCC 1px solid;
	line-height: 1.6;
	font-size: 0.8rem;
}
@media screen and ( max-width:47rem) {
	.topRecruitArea{
		margin:  80px 0 40px;
		padding: 120px 0 60px;
	}
	.topRecruitArea .inner{
		width: 100%;
		padding: 60px 10px;
		box-sizing: border-box;
		background-color: rgba(255, 219, 76, 0.9);
	}
	.topRecruitArea .inner .secTitle{
		padding: 40px 0 10px 10px;
		margin-top: -100px;
	}
	.topRecruitArea .inner>.caption{
		margin: 30px 0 30px 0px;
		line-height: 1.6;
		font-size: 0.8rem;
	}
	.topRecruitArea .inner{
		width: 100%;
	}
	.recruitTableBox{
		display: block;
		padding: 30px 0;
	}
	.recruitTableBox ul{
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
}


footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 900px;
}
footer ul{
	border-left: #b6871d 1px solid;
	padding: 0px 10px;
	box-sizing: border-box;
	width: 20%;
	font-weight: bold;
	font-size: 0.8rem;
}
footer ul:first-child{
	width: 40%;
	margin: 0 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	border-left: none;
}
footer ul:first-child img{
	width: 80%;
}
footer ul li{
	padding: 5px 0;
}
footer .copyright{
	text-align: center;
	width: 100%;
	font-size: 0.6rem;
	margin-top: 40px;
	padding: 20px 0;
}

@media screen and ( max-width:47rem) {
	footer ul:first-child{
		width: 30%;
		margin: 0 20px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-around;
		border-left: none;
	}
}








/* STORE 共通　head */
.storeHeader{
	width: 100%;
	max-width: 880px;
	text-align: center;
}
.storeHeader .storeLogo{
	margin: 60px auto;
}
	#nishiku .storeHeader .storeLogo{
		margin: 30px auto 60px;
	}
@media screen and ( max-width:47rem) {
	.storeHeader img{
		width: 70%;
	}
	#nishiku .storeHeader img{
		width: 55%;
	}
}

/* STORE トップイメージ */
.storeMainImgArea{
	width: 100%;
	padding: 0 0 40px 30px;
	box-sizing: border-box;
	text-align: left;
}
.storeMainImgArea img{
	width: 100%;
	max-width: 856px;
}
	#nishiku .storeMainImgArea{
		background-image: linear-gradient(0,#eae671 0%,#eae671 50%,#FFFFFF 50%,#FFFFFF 0%);
	}
	#yaba .storeMainImgArea{
		background-image: url('../../yaba/image/store_mailimgbg_yaba.jpg');
		background-position: center bottom;
		background-repeat: repeat-x;
	}
	#gifu .storeMainImgArea{
		background-image: url('../../gifu/image/store_mainimgbg_gifu.jpg');
		background-position: center bottom;
		background-repeat: repeat-x;
	}
	#mozo .storeMainImgArea{
		background-image: url('../../mozo/image/store_mainimgbg_mozo.jpg');
		background-position: center bottom;
		background-repeat: repeat-x;
	}

@media screen and ( max-width:47rem) {
	.storeMainImgArea{
		padding: 0 10px 20px 10px;
	}
	.storeMainImgArea img{
		margin-top: -20px;
	}
}

/* STORE 店舗紹介 */
.storeInfoArea{
	margin: 40px auto 80px 30px;
	width: 100%;
	min-height: 460px;
	max-width:  860px;
	box-sizing: border-box;
	padding: 0 30px 0;
	background-repeat: no-repeat;
	background-position: center right;
}
.storeInfoArea .caption{
	font-size: 1rem;
	line-height: 1.8;
}
	#nishiku .storeInfoArea{
		background-image: url('../../ichinomiya/image/store_entrance_nishiku.jpg');
	}
	#yaba .storeInfoArea{
		background-image: url('../../yaba/image/store_entrance_yaba.jpg');
	}
	#gifu .storeInfoArea{
		background-image: url('../../gifu/image/store_entrance_gifu.jpg');
	}
	#mozo .storeInfoArea{
		background-image: url('../../mozo/image/store_entrance_mozo.jpg');
	}
.storeInfoArea .tableWrapper{
	margin: 40px 0;
}
.storeInfoArea .tableWrapper table{
	font-size: 0.9rem;
	border-collapse: separate;
	border-spacing: 3px;
}
.storeInfoArea .tableWrapper table th,
.storeInfoArea .tableWrapper table td {
	padding: 10px 30px;
}
.storeInfoArea .tableWrapper table th{
	background-color: #e5cc7d;
	text-align: center;
}
.storeInfoArea .tableWrapper table td {
	text-align: left;
}
@media screen and ( max-width:47rem) {
	.storeInfoArea{
		width: 90%;
		margin: 40px 5% 80px 5%;
		min-height: 800px;
		padding: 0 0px 400px;
		background-position: bottom center;
		background-size: 70%;
	}
	.storeInfoArea .caption{
		font-size: 0.8rem;
		line-height: 1.8;
	}
	.storeInfoArea .tableWrapper{
		margin: 40px 0;
	}
	.storeInfoArea .tableWrapper table{
		font-size: 0.8rem;
		border-collapse: separate;
		border-spacing: 3px;
	}
}
/* STORE 共通　予約リンクバナー */
.yoyakuBanner{
	overflow: hidden;
	margin: 40px 0;
}
.yoyakuBanner dt{
	font-family: "rift-soft", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	padding: 8px 0 8px 0px;
}
.yoyakuBanner dt span{
	display: inline-block;
	font-size: 1rem;
	margin-left: 20px;
}
.yoyakuBanner dd{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}

/* STORE 共通 PHOTO店内の様子 */
.storePhotoArea{
	width: 100%;
	margin: 80px 0;
	background-color: #f0f0f0;
	box-sizing: border-box;
	padding: 30px 0 30px 30px;
}
.storePhotoArea ul{
	margin: 30px 0;
	display: flex;
	justify-content: flex-start;
}
.storePhotoArea ul li{
	margin-right: 15px;
}
@media screen and ( max-width:47rem) {
	.storePhotoArea{
		width: 100%;
		margin: 80px 0;
		background-color: #f0f0f0;
		box-sizing: border-box;
		padding: 30px 10px 30px 10px;
	}
	.storePhotoArea ul{
		margin: 20px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.storePhotoArea ul li{
		margin: 5px;
	}
}

/* STORE 共通　トピック */
.storeTopicArea {
	width: 100%;
	max-width: 900px;
	box-sizing: border-box;
	margin: 80px 30px;
}
.storeTopicArea .storeTopicUnit{
	background-color: #f7f0d8;
	padding: 20px;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.storeTopicArea .storeTopicUnit .secTitle{
	width: 100%;
}
.storeTopicArea .storeTopicUnit .caption{
	margin-top: 20px;
	font-size: 0.9rem;
	line-height: 1.8;
}
.storeTopicArea .storeTopicUnit .caption a{
	text-decoration: underline;
}
@media screen and ( max-width:47rem) {
	.storeTopicArea {
		width: 90%;
		box-sizing: border-box;
		margin: 80px 5%;
	}
	.storeTopicArea .storeTopicUnit{
		background-color: #f7f0d8;
		width: 100%;
		padding: 20px;
		margin: 20px 0;
		box-sizing: border-box;
		display: block;
	}
}
/*STORE 共通*/
.storePrArea{
	margin: 80px 30px;
	max-width: 900px;
	box-sizing: border-box;
}
.storePrArea .inner{
	max-width: 500px;
	box-sizing: border-box;
	padding: 40px 30px;
	background-color: rgba(255,255,255,0.9);
}
.storePrArea .inner .caption{
	font-size: 0.9rem;
	line-height: 1.8;
	margin-top: 20px;
}
@media screen and ( max-width:47rem) {
	.storePrArea{
		margin: 80px 10px;
	}
	.storePrArea .inner{
		max-width: 500px;
		box-sizing: border-box;
		padding: 40px 10px;
		background-color: rgba(255,255,255,0.9);
	}
}
/**/
#nishiku .storePrArea .prUnit01{
	background-image: url('../../ichinomiya/image/store_ichinomiya_morning.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 40px 20px 0 0;
	position: relative;
}
#nishiku .storePrArea .prUnit01 .batch{
	position: absolute;
	top: 10px;
	right: 20px;
}
#nishiku .storePrArea .prUnit01 .inner{
	margin: 0px 0 0 auto;
}
#nishiku .storePrArea .prUnit02{
	background-image: url('../../ichinomiya/image/store_ichinomiya_lunch.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 20px 20px 0px 0;
	position: relative;
}
@media screen and ( max-width:47rem) {
	#nishiku .storePrArea .prUnit01{
		padding: 240px 10px 0 0;
	}
	#nishiku .storePrArea .prUnit02{
		padding: 220px 10px 0px 0;
	background-position: right top;
	}
}
/**/
#yaba .storePrArea .prUnit01{
	background-image: url('../../yaba/image/store_yaba_lunch.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 20px 20px 0px 0;
	position: relative;
}
#yaba .storePrArea .prUnit01 .inner{
	margin: 0px auto 0 0;
}

@media screen and ( max-width:47rem) {
	#yaba .storePrArea .prUnit01{
		padding: 260px 10px 0px 0;
		background-position: right top;
	}
}
/**/
#gifu .storePrArea .prUnit01{
	background-image: url('../../gifu/image/store_gifu_lunch.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 20px 20px 0px 0;
	position: relative;
}
#gifu .storePrArea .prUnit01 .inner{
	margin: 0px auto 0 0;
}
@media screen and ( max-width:47rem) {
	#gifu .storePrArea .prUnit01{
		background-position: right top;
		padding: 260px 20px 0px 0;
	}
}
/**/
#mozo .storePrArea .prUnit01{
	background-image: url('../../mozo/image/store_mozo_qbt.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 40px 20px 0 0;
	position: relative;
}
@media screen and ( max-width:47rem) {
	#mozo .storePrArea .prUnit01{
		background-position: right top;
		padding: 260px 20px 0 0;
	}
}
/**/
.storePrArea .prUnitDinner{
	background-image: url('../../gifu/image/store_gifu_dinner.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 0px 40px 40px 40px;
	position: relative;
	margin-top: 80px;
}
.storePrArea .prUnitDinner .inner{
	margin: 0px auto 0;
	text-align: center;
	max-width: 800px;
	box-sizing: border-box;
	padding: 40px 30px;
	background-color: rgba(255,255,255,0.9);
}

.storePrArea .prUnitDinner table{
	margin: 20px auto 20px;
}
.storePrArea .prUnitDinner table th,
.storePrArea .prUnitDinner table td{
	padding: 10px;
}
.storePrArea .prUnitDinner table th{
	background-color: #f8f1e0;
	font-weight: bold;
}
.storePrArea .prUnitDinner table td{
	padding: 10px;
	font-size: 0.9rem;
	line-height: 1.8;
}
.storePrArea .prUnitDinner table td.left{
	text-align: left;
}
.storePrArea .prUnitDinner table td.right{
	text-align: right;
	vertical-align: bottom;
}
.storePrArea .prUnitEvent .inner{
	margin: 0px auto 0;
	text-align: center;
	max-width: 800px;
	box-sizing: border-box;
	padding: 40px 30px;
	background-color: rgba(255,255,255,0.9);
}
@media screen and ( max-width:47rem) {
	.storePrArea .prUnitDinner{
		padding: 0px 10px 40px 10px;
		margin-top: 80px;
	}
	.storePrArea .prUnitDinner .inner{
		padding: 40px 20px;
	}
	.storePrArea .prUnitDinner .secTitle span{
		display: block;
	}
	.storePrArea .prUnitDinner table td.right{
		white-space: nowrap;
	}
	.storePrArea .prUnitEvent  .secTitle span{
		display: block;
	}
}

/**/
.storeMenuDlArea{
	width: 100%;
	margin: 80px auto;
	box-sizing: border-box;
	text-align: center;
}
.storeMenuDlArea img{
	width: 100%;
	max-width: 800px;
}


/**/
.storeAccessArea{
	width: 100%;
	margin: 80px 0 160px;
	box-sizing: border-box;
}
.storeAccessArea .secTitle{
	margin: 0 0 20px 30px;
}
.storeAccessArea .mapArea{
	width: 100%;
	min-height: 300px;
}
.storeAccessArea .mapArea iframe{
	width: 100%;
	min-height: 300px;
}
.storeAccessArea table{
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 20px 0 0 30px;
	border-collapse: separate;
	border-spacing: 3px;
}
.storeAccessArea table th,
.storeAccessArea table td {
	padding: 10px 30px;
	vertical-align: middle;
}
.storeAccessArea table th{
	background-color: #e5cc7d;
	text-align: center;
}
.storeAccessArea table td {
	text-align: left;
}

@media screen and ( max-width:47rem) {
	.storeAccessArea table{
		font-size: 0.8rem;
		line-height: 1.4;
		margin: 20px 0 0 10px;
		border-collapse: separate;
		border-spacing: 3px;
	}
}

.storeAccessArea .carport{
	width: 100%;
	max-width: 900px;
	margin: 40px 0;
	display: flex;
	justify-content: space-around;
}
.storeAccessArea .carport dl{
	line-height: 1.8;
}
.storeAccessArea .carport dl dt{
	font-weight: bold;
}
@media screen and ( max-width:47rem) {
	.storeAccessArea .carport{
		width: 100%;
		max-width: 900px;
		margin: 40px 0;
		display: block;
	}
}



.foodHeaderArea{
	width: 100%;
	padding: 150px 0 100px 50px;
	box-sizing: border-box;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
}
.foodHeaderArea dl{
	width: 100%;
	padding: 40px 0 40px 20px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	text-align: left;

	display: flex;
	justify-content: center;
	align-items: center;
}
.foodHeaderArea dt{
	padding: 0 20px;
}
.foodHeaderArea dd{
	padding: 0 20px;
	font-size: 0.8rem;
	line-height: 1.8;
}
.foodHeaderArea dd span{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
	#pancake .foodHeaderArea{
		background-image: url('../../pancake/image/pancake_headbg.jpg');
	}
	#pancake .foodHeaderArea dl{
		background-color: rgba(24,6,6,0.7);
		color: #FFFFFF;
	}
	#qbt .foodHeaderArea{
		background-image: url('../../qbt/image/qbt_headbg.jpg');
	}
	#qbt .foodHeaderArea dl{
		background-color: rgba(255,255,255,0.7);
	}
	#qbts .foodHeaderArea{
		background-image: url('../../qbt/image/qbtsw_headbg.jpg');
	}
@media screen and ( max-width:47rem) {
	.foodHeaderArea{
		width: 100%;
		padding: 150px 0 100px 0px;
		background-size: contain;
	}
	.foodHeaderArea dl{
		width: 100%;
		padding: 40px 0 40px 10px;
		box-sizing: border-box;
		background-color: rgba(255,255,255,0.9);

		display: block;
	}
	.foodHeaderArea dt{
		padding: 0 20px 20px;
		text-align: center;
	}
}


/**/
.foodListArea{
	margin: 40px 0;
}
.foodListArea .inner{
	width: 100%;
	max-width: 860px;
	box-sizing: border-box;
	padding-left: 30px;
	margin: 30px 0 80px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.foodListArea .innerV{
	width: 100%;
	max-width: 860px;
	height: 580px;
	box-sizing: border-box;
	padding-left: 30px;
	margin: 30px 0 0px;

	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
}
.foodListArea .menuUnitL img,
.foodListArea .menuUnit img{
	width: 100%;
}
.foodListArea .menuUnitL{
	width: 46%;
	margin: 1.2%;
	position: relative;
}
.foodListArea .inner .menuUnit{
	width: 47%;
	margin: 1%;
	position: relative;
}
.foodListArea .menuName{
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 0.8rem;
	font-weight: 700;
	text-align: right;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
}
.foodListArea .menuImg{
	font-size: 0px;
}
	#pancake .foodListArea{
		background-image: linear-gradient(-5deg, #fff 40%, #fff7d9 40%, #fff7d9 60%, #ffffff 60%, #ffffff);
	}
	#qbt .foodListArea{
		background-image: linear-gradient(-5deg, #fff 40%, #e5edd4 40%, #e5edd4 60%, #ffffff 60%, #ffffff);
	}
	#qbts .foodListArea{
		background-image: linear-gradient(-5deg, #fff 40%, #ffe3e3 40%, #ffe3e3 60%, #ffffff 60%, #ffffff);
	}
.foodListArea .secTitle{
	max-width: 860px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	font-size: 1.6rem;

	display: flex;
	justify-content: space-between;
}
.foodListArea .secTitle dd{
	font-size: 0.8rem;
	margin-right: 10px;
}
.foodListArea .caption{
	text-align: center;
	padding: 40px 0;
	width: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8;
}
.foodListArea .topping{
	width: 100%;
	padding: 0px 40px 30px;
	box-sizing: border-box;
	margin-bottom: 80px;
	line-height: 1.6;
}
.foodListArea .topping dt{
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.foodListArea .topping dt span{
	font-weight: 300;
	font-size: 0.8rem;
}
@media screen and ( max-width:47rem) {
	.foodListArea .inner{
		width: 100%;
		padding-left: 0px;
		margin: 30px 0 80px;
	}
	.foodListArea .innerV{
		width: 100%;
		height: auto;
		min-height: 70vw;
		padding-left: 0px;
		margin: 30px 0 10px;

		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}
	.foodListArea .menuUnit{
		width: 80%;
		margin: 2%;
	}
	.foodListArea .menuUnitL{
		/* width: 90%; */
		margin: 1.4% 1%;
	}
	.foodListArea .secTitle{
		padding-left: 10px;
		display: block;
	}
	.foodListArea .secTitle dd{
		margin-top: 10px;
	}
	.foodListArea .menuImg{
		font-size: 0;
	}
	.foodListArea .menuName{
		padding: 3px 3px;
		font-size: 0.6rem;
		line-height: 1.4;
	}
	.foodListArea .caption{
		text-align: center;
		padding: 40px 0;
		font-size: 0.8rem;
		font-weight: bold;
		line-height: 1.8;
	}
}


/*20190823追記　問い合わせ追加*/

/*問い合わせフォームエリア*/
#contactArea{
	background-color: #c0bdae;
	padding: 40px 0;
	color: #FFFFFF;
	margin-bottom: 30px;
}
#contactArea .inner{
	padding: 30px 30px;
}
#contactArea .sectionTitle{
	font-size: 2.4rem;
}
#contactArea .sectionTitle span{
	display: block;
	max-width: 200px;
	margin: 30px auto;
	font-size: 0.8rem;
	position: relative;
	padding: 0 55px;
}
#contactArea .sectionTitle span:before,
#contactArea .sectionTitle span:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: #FFFFFF;
}
#contactArea .sectionTitle span:before { left: 0; }
#contactArea .sectionTitle span:after { right: 0; }

#contactArea .bigTitle{
	font-size: 1.65rem;
}
#contactArea .caption{
	font-size: 0.85rem;
	margin: 30px 0;
	line-height: 1.6;
}
#formBox{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
#formBox dl dt{ display: none; }
#formBox dl dd{
	margin: 10px 0;
}
#formBox ul li p{
	display: inline-block;
	margin: 0 10px;
}

@media screen and ( max-width:768px) {
	#contactArea .inner{
		padding: 30px 5%;
	}
	#formBox{
		width: 90%;
	}
}



/**/
.coronaCaution{
	width: 100%;
	height: auto;
	padding: 20px;
	border: 5px solid;
	box-sizing: border-box;

	text-align: center;
	background-color: #FFFDDE;
}
.coronaCaution dl dt{
	font-weight: bold;
	margin-bottom: 20px;
}
.coronaCaution dl dd{
	line-height: 1.6;
	font-size: 0.8rem;
}


/*thanksPage*/
#thanksWrapper{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
#thanksWrapper .thanksBox{
	width: calc( 100% - 40px);
	max-width: 600px;
	margin: auto;
	box-sizing: border-box;
	padding: 40px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: #dec77b 4px solid;
}
#thanksWrapper .logoImg{
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#thanksWrapper .logoImg .logo{
	padding:0 20px;
}
#thanksWrapper .thanksBox p{
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: left;
	font-size: 0.9rem;
}
#thanksWrapper .thanksBox p.state{
	text-align: center;
	font-weight: bold;
	color: #dec77b;
	padding: 10px;
	width: 100%;
	background-color: #F3F3F3;
}
#mfp_overlay h4{
	padding: 30px;
}