@charset "utf-8";

/*---------------------------------------------

6月1日より『インターネット順番予約（アイチケット）』を開始しますページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼コンテンツ部分PC */
.mbx {margin-bottom: 40px;}

.kaisi th, .kaisi td {
	color: #727171;
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
	line-height: 2;
	font-weight: normal;
}

.kaisi th {
	text-align: right;
	padding-right: 15px;
}

.w550 {width: 550px;}

.box {position: relative;}

.storelist {
	display: flex;
	width: 340px;
	justify-content: space-between;
	margin: 0 0 50px 45px;
}

.qrimg {
	width: 120px;
	margin: 0 auto;
}

.qrimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.storebtn {
	width: 144px;
	margin: 0 auto;
}

.storebtn img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.machi {
	position: absolute;
	top: 25px;
	right: 80px;
}

}

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

/* ▼コンテンツ部分SP */
.mbx {margin-bottom: 8vw;}

.kaisi th, .kaisi td {
	color: #727171;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 2;
	font-weight: normal;
}

.kaisi th {
	text-align: right;
	padding-right: 4vw;
}

.storelist {
	margin-bottom:  10vw;
}

.qrimg {display: none;}

.storebtn {
	width: 70%;
	margin: 0 auto;
}

.storebtn img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.machi {
	width: 80%;
	margin: 0 auto 12vw auto;
}

.machi img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

}
