@charset "UTF-8";

/*========================================
日本語用設定CSS
========================================*/
.page-news-press .row.content {
	margin-bottom: 30px;
}

.page-news-press h3.title {
	font-size:40px;
	text-align: center;
	margin: 0.25em;
}

.page-not-found .title.en,
.page-fc .title.en {
	font-family: "BlockBeCnPro", Arial, Helvetica, sans-serif;
}


/*
店舗一覧ページ
--------------------------------------------------*/
/* アイコンセット */
.page-stores .fa {
	width: 20px;
	height: 20px;
}
.page-stores .fa-wifi {
	background: url(../img/store/icon_wifi_on.png) no-repeat;
	background-size: contain;
	display: inline-block;
}
.page-stores .fa-wifi.gray {
	background: url(../img/store/icon_wifi_off.png) no-repeat;
	background-size: contain;
}
.page-stores .fa-plug {
	background: url(../img/store/icon_power_on.png) no-repeat;
	background-size: contain;
	display: inline-block;
}
.page-stores .fa-plug.gray {
	background: url(../img/store/icon_power_off.png) no-repeat;
	background-size: contain;
}
.page-stores .fa-coffee {
	background: url(../img/store/icon_morning_on.png) no-repeat;
	background-size: contain;
	display: inline-block;
}
.page-stores .fa-coffee.gray {
	background: url(../img/store/icon_morning_off.png) no-repeat;
	background-size: contain;
}

.page-stores .title + p {
	padding-bottom: .5em;
	background: url(../img/bg/line-med-horz.png) repeat-x bottom;
	margin-bottom: 1em;
}

.page-stores .store-lists li {
	overflow: hidden;
	text-align: left;
	padding-bottom: 1em;
	background: url(../img/bg/line-med-horz.png) repeat-x bottom;
	margin-bottom: 1em;
}
.page-stores .store-lists dt,
.page-stores .store-lists dd {
	margin-bottom: 0.3em;
}

.page-stores .store-lists dt a {
	color: #ed7800;
	font-weight: 900;
	font-size: 1.2em;
}

@media screen and (min-width: 768px) {
	.page-stores .store-lists label {
		float: left;
		margin-right: .5em;
	}

	.page-stores .store-lists .qr {
		width: 100px;
		text-align: center;
		float: left;
		padding-top: 1em;
		margin-left: 10px;
	}

	.page-stores .store-lists .qr img {
		width: 100px;
		height: 100px;
	}

	.page-stores .store-lists dl {
		float: left;
		margin-left: 40px;
		width: 70%;
	}

	.page-stores .store-lists dl dd {
		margin-left: 0px;
		display: block;
	}

	.page-stores .store-lists dl dd .fa {
		width: 30px;
		height: 30px;
	}
}

/*
店舗詳細ページ
--------------------------------------------------*/
.page-store-detail .pageTitle h2 {
	font-weight: 900;
}

.page-store-detail .col-xs-6 {
	text-align: left;
	float: none;
	width: auto;
}

.page-store-detail .col-xs-6 dt {
	font-weight: 900;
	margin-right: 1em;
}

.page-store-detail .col-xs-6 dd {
	margin-bottom: 2em;
}

.page-store-detail .col-xs-6 .fa {
	width: 45px;
	height: 45px;
}

.page-store-detail .col-xs-6 .qr {
	width: 180px;
	text-align: center;
	margin-left: 0;
}

.page-store-detail .col-xs-6 .gmap {
	width: 100%;
	height: 240px;
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
	.page-store-detail .col-xs-6 dt {
		min-height: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.page-store-detail .col-xs-6 {
		float: left;
		width: 50%;
	}

	.page-store-detail .col-xs-6 dt {
		float: left;
	}

	.page-store-detail .col-xs-6 .gmap {
		width: 460px;
		height: 460px;
	}
}


/*
お問い合わせページ
--------------------------------------------------*/
.page-inquiry-input .attention {
	font-size: 17px;
	margin: 0 auto;
	line-height: 1.5;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	padding-left: 1.5em;
	list-style-type: disc;
}

.page-inquiry-input .alert-signup h3 {
	font-weight: 900;
}

.page-inquiry-input .alert-signup label {
	display: block;
}


/*
メニューページ
--------------------------------------------------*/
.setchoice{
	max-width:658px;
	margin:0 auto;
	margin-top:10%;
}

.setchoice img{
	width:100%;
}

.menu-attention {
	font-size: 16px;
	width: 580px;
	margin: 0 auto;
}