@charset "UTF-8";
/*============================================================================*\
    特別提携施設
\*============================================================================*/

/* 地域ナビゲーション ドロップダウン設定 */
.place-list {
	display: none;
	margin: 0;
}
@media print, (min-width:48em) {
	.regions-list > li {
		position: relative;
		z-index: 1;
	}
	.place-list {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scaleY(0.8);
		-ms-transform: scaleY(0.8);
		transform: scaleY(0.8);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: -webkit-transform .3s ease-out, opacity .2s;
		transition: transform .3s ease-out, opacity .2s;
	}
	.regions-list > li:nth-child(n+5) .place-list {
		left: auto;
		right: 0;
	}
	.regions-list > li:hover {
		z-index: 2;
	}
	.regions-list > li:hover .place-list {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
}

/* 地域ナビゲーション スタイル */
.regions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.regions-list b {
	display: block;
	padding: 6px 8px;
	color: #286400;
	border-bottom: 1px solid #ccc;
}
.regions-list b:before {
	color: #286400;
	font-family: "icomoon";
	font-size: 1.8rem;
	line-height: 1;
	content: "\f107";
}
.place-list {
	background: #fff3c3;
}
.place-list dd {
	margin: 0;
}
.place-list a {
	display: block;
	color: #5b3a00;
	font-weight: bold;
}
@media (max-width:47.9375em) {
	.regions {
		margin: -20px -16px 0 -16px;
	}
	.regions-list > li {
		position: relative;
		border-bottom: 1px solid #fff;
	}
	.regions-list b:before {
		position: absolute;
		right: 10px;
		top: 12px;
	}
	.place-list__image {
		display: none;
	}
	.place-list dt {
		background: #cfbe7a;
		color: #5f5420;
		padding: 4px 8px;
		font-size: 1.2rem;
	}
	.place-list__name {
		padding: 8px;
		border-top: 1px solid #fff;
	}
}
@media print, (min-width:48em) {
	.regions-list {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.regions-list > li {
		display: table-cell;
	}
	.regions-list > li:nth-child(n+2) {
		border-left: 1px solid #fff;
	}
	.regions-list b {
		padding: 8px;
		border-bottom: none;
		background: #286400;
		color: #fff;
		font-size: 1.6rem;
		text-align: center;
	}
	.regions-list b:before {
		display: inline-block;
		margin-top: -2px;
		margin-right: 8px;
		color: #cfbe7a;
		vertical-align: middle;
	}
	.place-list {
		width: 400px;
		padding: 8px 16px;
	}
	.place-list li {
		clear: both;
		padding: 8px 0;
	}
	.place-list dt {
		display: none;
	}
	.place-list a:after {
		display: table;
		clear: both;
		content: "";
	}
	.place-list__image {
		float: left;
		margin-right: 10px;
	}
	.place-list i:before {
		display: inline-block;
		margin-bottom: 4px;
		padding: 4px 8px;
		background: #fff;
		color: #333;
		font-size: 1.3rem;
		font-style: normal;
		line-height: 1;
		text-align: center;
		content: attr(data-pref);
	}
}
@media screen and (min-width:64em) {
	.regions-list b {
		font-size: 2rem;
	}
}


/* 地図（PCのみ） */
.map { display: none; }
@media print, (min-width:48em) {
	.map {
		display: block;
		position: relative;
		border: 1px solid #cfbe7a;
	}
	.map__desc {
		position: absolute;
		left: 20px;
		top: 20px;
		z-index: 1;
		font-size: 1.3rem;
	}
	.map__area {
		position: relative;
		max-width: 760px;
		height: 600px;
		margin: 0 auto;
		background: url(../img/map.png) no-repeat center top;
	}
	.map__list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.map__list li {
		position: absolute;
		font-size: 2rem;
		line-height: 1;
	}
	.map__list a {
		display: inline-block;
		padding: 4px;
		background: #fff;
		color: #5b3a00;
	}
	.map-place01 { left: 44%; top: 52px;}
	.map-place02 { left: 92%; top: 177px;}
	.map-place03 { left: 91%; top: 281px;}
	.map-place04 { left: 32%; top: 53px;}
	.map-place05 { left: 92%; top: 361px;}
	.map-place06 { left: 19%; top: 142px;}
	.map-place07 { left: 92%; top: 418px;}
	.map-place08 { left: 48%; top: 540px;}
	.map-place09 { left: 28%; top: 215px;}
	.map-place10 { left: 17%; top: 205px;}
	.map-place11 { left: 7%; top: 205px;}
	.map-place12 { left: -2%; top: 307px;}
	.map-place13 { left: -4%; top: 263px;}
	.map-place14 { left: -1%; top: 419px;}
	.map-place15 { left: 79%; top: 512px;}
	.map-place16 { left: 31%; top: 109px;}
}

/* 施設概要 */
.partner {
	position: relative;
	z-index: 0;
	margin-top: 80px;
	border: 1px solid #5b3a00;
}
.partner__pref {
	position: absolute;
	top: -31px;
	right: -1px;
	height: 30px;
	padding: 0 20px;
	background: #5b3a00;
	color: #fff;
	line-height: 28px;
}
.partner__image img {
	width: 100%;
}
.partner__address {
	padding: 10px;
	font-size: 1.5rem;
}
.partner__name {
	max-width: 90%;
	margin: 8px 0;
	color: #042d6f;
	font-size: 2rem;
	line-height: 1;
}
.partner__name img {
	max-width: 100%;
	height: auto;
}
.partner__lower {
	padding: 10px;
	background: #286400;
	color: #fff;
	font-size: 1.3rem;
}
.partner__reserve a {
	display: inline-block;
	padding: 10px 12px 10px 20px;
	border-radius: 24px;
	background: #fff;
	color: #5b3a00;
	font-weight: bold;
	text-decoration: none !important;
}
.partner__reserve a:after {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -1px;
	margin-left: 6px;
	border-radius: 12px;
	background: #5b3a00;
	color: #fff;
	font-family: "icomoon";
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	content: "\f061";
}
.partner__reserve a:hover {
	background: #fff3c3;
}
@media (max-width:47.9375em) {
	.partner__reserve {
		margin-top: 10px;
	}
}
@media print, (min-width:48em) {
	.partner__upper {
		display: table;
		width: 100%;
		direction: rtl;
	}
	.partner__image,
	.partner__address {
		display: table-cell;
		width: 73.6%;
		text-align: left;
		direction: ltr;
		vertical-align: top;
	}
	.partner__image {
		position: relative;
		width: 73.6%;
	}
	.partner__address {
		padding: 80px 20px 20px;
		font-size: 1.4rem;
	}
	.partner__image:before {
		display: block;
		position: absolute;
		left: -1px;
		top: 0;
		bottom: 0;
		width: 30px;
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		content: "";
	}
	.partner__name {
		position: absolute;
		left: 16px;
		top: 20px;
		z-index: 1;
		margin: 0;
		font-size: 3.2rem;
	}
	.partner__lower {
		position: relative;
		z-index: 1;
		padding: 20px 20em 20px 20px;
		font-size: 1.4rem;
	}
	.partner__reserve {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
	}
}

/* 周辺情報 */
.info-box {
	border: 1px solid #ddd;
}
.info {
	padding: 10px;
}
.info__heading {
	margin-bottom: 1em;
}
.info__tag {
	display: inline-block;
	position: relative;
	margin-left: -11px;
	padding: 6px 16px;
	background: #666;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1;
}
.info__tag:before {
	display: block;
	position: absolute;
	left: 6px;
	top: 0;
	bottom: 0;
	width: 1px;
	border-left: 1px dashed #fff;
	content: "";
}
.info__tag:after {
	display: block;
	position: absolute;
	right: -1px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 12px 0;
	border-right-color: #fff;
	color: transparent;
	content: "";
}
.info__tag.event {
	background: #e49627;
}
.info__tag.spot {
	background: #0492db;
}
.info__tag.hotel_event {
	background: #318F32;
}
.info__title {
	margin-top: 10px;
	font-size: 2rem;
	line-height: 1.4;
}
.info__image {
	display: none;
}
@media print, (min-width:48em) {
	.info {
		padding: 20px;
		font-size: 1.4rem;
	}
	.info:after {
		display: table;
		clear: both;
		content: "";
	}
	.info__heading {
		margin-bottom: 1.5em;
	}
	.info__tag {
		margin-left: -21px;
		padding: 8px 20px;
		font-size: 1.3rem;
	}
	.info__tag:after {
		border-width: 15px 8px 15px 0;
	}
	.info__title {
		display: inline-block;
		margin-top: 0;
		margin-left: 8px;
		font-size: 2rem;
		vertical-align: middle;
	}
	.info__image {
		display: block;
		float: right;
		width: 220px;
	}
	.info__image img { width: 100%; }
	.info__detail { margin-right: 250px; }
}
@media (min-width:64em) {
	.info__image { width: 360px; }
	.info__detail { margin-right: 400px; }
}

/* その他の情報 */
.acc__head {
	margin-top: 20px;
	padding: 10px 10px 8px;
	background: #eee;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: pointer;
}
.acc__head i {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	background: #042d6f;
	vertical-align: middle;
}
.acc__head i:before,
.acc__head i:after {
	display: block;
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	background: #fff;
	content: "";
}
.acc__head i:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
}
.acc__head.is-active i:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.acc__body {
	display: none;
	padding: 16px 0;
}