/*=========================================================
■ グルメCSS（スマートナビ用）
■ Copyright(c) スカヘルネット
■ https://isp.sukaheru.net/
=========================================================*/
.page-top {
	width: 98%;
	margin: 15px auto;
	text-align: right;
}

/* リスト -------------------------------------*/
.arealist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 600px;
	width: 98%;
	margin: 15px auto 5px;
}
.arealist li {
	background: #999;
	border-radius: 10px;
	padding: 6px 15px 3px;
	margin: 0 5px 15px;
	font-size: 0.85em;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}
.listview li .com {
	line-height: 1.2;
}
.listview li .com .name+.catch,
.listview li .com .catch+.name {
	margin-top: 2px;
}
.listview li .com .name {
	font-weight: bold;
}
.listview li .com .catch {
	font-size: 0.7rem;
}

/* エリアカラー -----*/
/* 田山 */
.arealist li[data-filter="area1"]	{ background: #9b9bff; }
.listview.area1 li.ttl			{ color: #0000e1; }
/* 安代・安比 */
.arealist li[data-filter="area2"]	{ background: #00b7b7; }
.listview.area2 li.ttl			{ color: #007d7d; }
/* 安比高原 */
.arealist li[data-filter="area3"]	{ background: #9b9bff; }
.listview.area3 li.ttl			{ color: #0000e1; }
/* 平舘 */
.arealist li[data-filter="area4"]	{ background: #ff8080; }
.listview.area4 li.ttl			{ color: #ff0000; }
/* 大更 */
.arealist li[data-filter="area5"]	{ background: #ff8080; }
.listview.area5 li.ttl			{ color: #ff0000; }
/* 松尾・八幡平 */
.arealist li[data-filter="area6"]	{ background: #00b7b7; }
.listview.area6 li.ttl			{ color: #008080; }
/* 松川温泉 */
.arealist li[data-filter="area7"]	{ background: #c40000; }
.listview.area7 li.ttl			{ color: #800000; }
/* 岩手山麓 */
.arealist li[data-filter="area8"]	{ background: #00c400; }
.listview.area8 li.ttl			{ color: #008000; }

/* 詳細 -------------------------------------*/
.bx-wrapper {
	display: flex;
	align-items: center;
	background-color: transparent;
	border: 1px solid #acacac;
	border-radius: 6px;
	height: 32px;
	box-shadow: none;
	margin: 20px auto;
	font-size: 0.85em;
}
.bx-wrapper li {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 4px 20px;
	white-space: nowrap;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	position: relative;
	background: none;
	marign: auto;
	width: 12px !important;
}
.bx-wrapper .bx-prev {
	left: 0;
}
.bx-wrapper .bx-next {
	right: 0;
}
.bx-wrapper .bx-prev::after,
.bx-wrapper .bx-next::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	margin: auto;
}
.bx-wrapper .bx-prev::after {
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #ccc transparent transparent;
}
.bx-wrapper .bx-next::after {
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #ccc;
}
.bx-wrapper .bx-prev:hover::after,
.bx-wrapper .bx-next:hover::after {
	color: #bbb;
}

.eatery-com {
	padding: 15px;
}
.eatery-image {
	text-align: center;
}
.eatery-image img {
	max-width: 90%;
	width: auto;
	max-height: 200px;
	height: auto;
}
/* おすすめ */
.pickuplist .box {
	width: 94%;
	margin: 5px auto;
	font-size: 0.95em;
	line-height: 1.4;
}
.pickuplist .box {
	padding: 5px 5px 5px 10px;
	border-top: 1px dotted #aaa;
}
.pickuplist .box:last-child {
	border-bottom: 1px dotted #aaa;
}
.pickuplist .box .itemimage {
	float: left;
	margin-right: 15px;
	pointer-events: none;
}
.pickuplist .box .itemimage img {
	max-width: 180px;
	width: auto;
	min-width: 140px;
	max-height: 180px;
	height: auto;
}
.pickuplist .box .itemname {
	color: #f3898e;
	font-weight: bold;
}

/* お知らせ */
.infolist {
	width: 94%;
	margin: 5px auto;
	font-size: 0.95em;
	line-height: 1.4;
}
.infolist li {
	padding: 5px 5px 5px 10px;
	border-top: 1px dotted #aaa;
}
.infolist li:last-child {
	border-bottom: 1px dotted #aaa;
}

/* 店舗詳細 */
.data .detail dl {
	width: 94%;
	margin: auto;
}
.data .detail dl dt {
	color: #f3898e;
}
.data .detail dl dt::before {
	content: "【";
}
.data .detail dl dt::after {
	content: "】";
}
.data .detail dl dd+dt {
	margin-top: 15px;
}
.data .detail dl dd {
	padding-left: 20px;
}
.data .detail dl dt.contact+dd.tel {
	font-size: 1.5em;
	font-weight: bold;
}
.data .detail dl dt.contact+dd.tel::before {
	font-size: 1rem;
	font-weight: normal;
}

/* エラー -------------------------------------*/
.err {
	margin: 50px auto;
	text-align: center;
}
