@charset "UTF-8";
/*============================================================================*\
    紅葉＆味覚狩り
\*============================================================================*/

.page-header__teikyo {
	position: absolute;
	right: 5px;
	bottom: 0px;
	z-index: -1;
	max-width: 40%;
}

/* エリアマップ */
.map { display: none; }
@media (min-width:64em) {
	.map { display: block; }
}
@media print {
	.map {
		display: block;
		padding: 0 10%;
	}
}

/* ナビゲーション */
.page-nav a { color: #333;
border:1px solid #F18C5A; }
.page-nav a:after{content:"";}

@media (max-width:30em) {
	.page-nav a { font-size: 1.2rem; }
}


/* エリアブロック */
.area {
	position: relative;
	z-index: 0;
	padding: 40px 16px 40px;
	background-image: url(../img/resortbg.png);
	background-position: center 40px;
	background-repeat: repeat;
}

.resort-content{background:#fff;
max-width:800px;
width:100%;
margin:1rem auto;}

.resort-content .inner{margin:0 auto;
max-width:650px;
width:100%;
padding-top:2rem;
padding-bottom:2rem;}

.resort-content h2{border-bottom:1px dashed #333;
margin-bottom:1rem;
}

.resort-content p{margin-left:1rem;
margin-right:1rem;}

.area ~ .area {
	margin-top: 40px;
}
.area__heading {
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}
.area__heading:before,
.area__heading:after {
	position: absolute;
	top: 10px;
	z-index: -1;
	width: 100px;
	height: 88px;
	background-image: url(../img/ill.png);
	background-repeat: no-repeat;
	background-size: 200px 700px;
	content: "";
}
.area__heading:before {
	left: 3%;
	background-position: left top;
}
.area__heading:after {
	right: 3%;
	background-position: right top;
}
.area__subheading {
	margin-bottom: 20px;
	color: #000;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	page-break-inside: avoid;
}
.area__subheading small {
	display: inline-block;
	margin-top: -2px;
	margin-right: 4px;
	padding: 4px 10px 3px;
	border: 1px solid rgba(91,58,0,.8);
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
}
.area__subheading:before,
.area__subheading:after {
	display: inline-block;
	width: 60px;
	height: 1px;
	margin: 0 10px;
	border-top: 3px double;
	content: "";
	vertical-align: middle;
}
.area__subheading .u-ib {
	vertical-align: middle;
}
@media screen and (max-width:47.9375em) {
	.area {
		margin-left: -16px;
		margin-right: -16px;
		background-size: contain
	}
	.area__heading {
		max-width: 85%;
		margin: 0 auto 24px;
	}
	.area__subheading:before,
	.area__subheading:after {
		display: block;
		width: 100%;
		margin: 8px 0;
	}
}
@media screen and (min-width:48em) {
	.area {
		padding: 30px 20px 60px;
		background-position: center 55px;
	}
	.area ~ .area {
		margin-top: 80px;
	}
	.area__heading:before,
	.area__heading:after {
		top: 20px;
		width: 160px;
		height: 140px;
		background-size: auto;
	}
	.area__heading:before {
		left: 50%;
		margin-left: -350px;
	}
	.area__heading:after {
		right: 50%;
		margin-right: -350px;
	}
	.area__subheading {
		font-size: 2rem;
	}
}

/* スポット情報レイアウト */
.spot + .spot {
	margin-top: 40px;
}
.spot__image {
	position: relative;
	z-index: 0;
	margin-bottom: 16px;
}
@media print, (min-width:48em) {
	.spot {
		max-width: 100%;
		clear: both;
		page-break-inside: avoid;
	}
	.flexbox .spot {
		display: -webkit-flex;
		display: flex;
	}
	.flexbox .spot__image {
		-webkit-flex: 1 0 340px;
		flex: 1 0 340px;
		max-width: 340px;
		margin-bottom: 0;
		padding-right: 20px;
	}
	.flexbox .spot__body {
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		-webkit-flex: 1 1 0%;
		flex: 1 1 0%;
	}
	.spot__info {
		margin-top: auto;
		page-break-inside: avoid;
	}
	.no-flexbox .spot:after {
		display: table;
		clear: both;
		content: "";
	}
	.no-flexbox .spot__image {
		float: left;
		max-width: none;
		width: 340px;
		padding-right: 20px;
	}
	.no-flexbox .spot__body {
		margin-left: 360px;
	}
}
@media screen and (min-width:64em) {
	.spot + .spot {
		margin-top: 60px;
	}
	.flexbox .spot__image {
		-webkit-flex-basis: 510px;
		flex-basis: 510px;
		max-width: 510px;
	}
	.no-flexbox .spot__image {
		width: 510px;
	}
	.no-flexbox .spot__body {
		margin-left: 510px;
	}
}

/* スポット情報内容 */
.kouyou .spot__image:before,
.mikaku .spot__image:before,
.migoro .spot__image:before {
	display: block;
	position: absolute;
	left: -10px;
	top: -6px;
	z-index: 1;
	width: 155px;
	height: 44px;
	background-image: url(../img/spot-tag.png);
	background-repeat: no-repeat;
	background-size: 155px 132px;
	content: "";
}
.kouyou .spot__image:before { background-position: left top;}
.mikaku .spot__image:before { background-position: left -44px;}
.migoro .spot__image:before { background-position: left -88px;}
.spot__body {
	font-size: 1.3rem;
}
.spot-title {
	margin-bottom: 8px;
	padding-left: 10px;
	border-left: 6px solid;
	font-size: 2rem;
	line-height: 1.33;
}
.best-time {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 16px;
	background: #fff23f;
	color: #ef822b;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.33;
}
.price-box {
	padding: 10px 20px;
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
}
.price-box b {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 4px;
	padding: 4px 16px;
	background: #c71c11;
	color: #fff;
	line-height: 1;
}
.info-box {
	margin-top: 16px;
	padding: 6px 20px;
	border-radius: 10px;
	background: #fffce6;
	border: 2px solid;
}
.info-box i {
	position: relative;
	top: -1px;
	margin-right: .4em;
	vertical-align: middle;
}
@media print, (min-width:64em) {
	.kouyou .spot__image:before,
	.mikaku .spot__image:before,
	.migoro .spot__image:before { top: 12px; }
}

/* スポット情報　特別提携施設用 */
.teikei .area__heading {
	max-width: none;
}
.area__heading span {
	display: inline-block;
	position: relative;
	z-index: 0;
	width: 2em;
	height: 1.8em;
	margin-right: .1em;
	color: #fff;
	font-size: 1.7em;
	line-height: 1.85;
	text-align: center;
}
.area__heading span:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 50px 50px 60px 50px;
	background: #e04865;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	content: "";
}
.area__heading span + span {
	margin-left: -.6em;
}
.area__heading span + span:before {
	border-radius: 50px 50px 70px 50px;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.area__heading span + span + span:before {
	border-radius: 40px 45px 60px 50px;
	-webkit-transform: rotate(80deg);
	transform: rotate(80deg);
}
.teikei .area__heading:before,
.teikei .area__heading:after { display: none; }
@media (min-width: 48em) {
	.teikei .area__heading span {
		font-size: 2.5em;
	}
}


/* エリア別スタイル */
.yatsu.area { background-color: #f0dfe5; }
.yatsu .spot-title { border-left-color: #930948;}
.yatsu .spot-title,
.yatsu .best-time,
.yatsu .info-box i { color: #b34b75; }
.yatsu .info-box { border-color: #b34b75; }
.yatsu .price-box b { background: #b34b75; }

.azumino.area { background-color: #fce6d9; }
.azumino .spot-title { border-left-color: #c71c11;}
.azumino .spot-title,
.azumino .best-time,
.azumino .info-box i { color: #ef822b; }
.azumino .info-box { border-color: #ec6d45; }
.azumino .price-box b { background: #ef822b; }
.azumino .area__heading:before { background-position: left -88px; }
.azumino .area__heading:after { background-position: right -88px; }

.tateshina.area { background-color: #e9e6f3; }
.tateshina .spot-title { border-left-color: #3c2f89;}
.tateshina .spot-title,
.tateshina .best-time,
.tateshina .info-box i { color: #6e60a8; }
.tateshina .info-box { border-color: #8f82bc; }
.tateshina .price-box b { background: #6e60a8; }
.tateshina .area__heading:before { background-position: left -176px; }
.tateshina .area__heading:after { background-position: right -176px; }

.izu.area { background-color: #e0e9de; }
.izu .spot-title { border-left-color: #3f7746;}
.izu .spot-title,
.izu .best-time,
.izu .info-box i { color: #588e60; }
.izu .info-box { border-color: #72a57a; }
.izu .price-box b { background: #588e60; }
.izu .area__heading:before { background-position: left -264px; }
.izu .area__heading:after { background-position: right -264px; }

.hamanako.area { background-color: #f3f0e6; }
.hamanako .spot-title { border-left-color: #8e7138;}
.hamanako .spot-title,
.hamanako .best-time,
.hamanako .info-box i { color: #948053; }
.hamanako .info-box { border-color: #a9976d; }
.hamanako .price-box b { background: #948053; }
.hamanako .area__heading:before { background-position: left -352px; }
.hamanako .area__heading:after { background-position: right -352px; }

.takayama.area { background-color: #fcf6e6; }
.takayama .spot-title { border-left-color: #cc7b11; }
.takayama .spot-title,
.takayama .info-box i { color: #d39735; }
.takayama .info-box { border-color: #f6ad3c; }
.takayama .price-box b { background: #d39735; }
.takayama .area__heading:before { background-position: left -440px; }
.takayama .area__heading:after { background-position: right -440px; }

.toba.area { background-color: #f5ece6; }
.toba .spot-title { border-left-color: #7f4113;}
.toba .spot-title,
.toba .best-time,
.toba .info-box i { color: #956134; }
.toba .info-box { border-color: #956134; }
.toba .price-box b { background: #956134; }
.toba .area__heading:before { background-position: left -528px; }
.toba .area__heading:after { background-position: right -528px; }

.matsu.area { background-color: #d9eaf4; }
.matsu .spot-title { border-left-color: #004177;}
.matsu .spot-title,
.matsu .best-time,
.matsu .info-box i { color: #0066a9; }
.matsu .info-box { border-color: #0066a9; }
.matsu .price-box b { background: #0066a9; }
.matsu .area__heading:before { background-position: left -616px; }
.matsu .area__heading:after { background-position: right -616px; }

.teikei.area { background-color: #fbe6ea; }
.teikei .spot-title { border-left-color: #ce2444;}
.teikei .spot-title,
.teikei .best-time,
.teikei .info-box i { color: #e04865; }
.teikei .info-box { border-color: #e04865; }
.teikei .price-box b { background: #e04865; }

@media (min-width:48em) {
	.azumino .area__heading:before { background-position: left -140px; }
	.azumino .area__heading:after { background-position: right -140px; }
	.tateshina .area__heading:before { background-position: left -280px; }
	.tateshina .area__heading:after { background-position: right -280px; }
	.izu .area__heading:before { background-position: left -420px; }
	.izu .area__heading:after { background-position: right -420px; }
	.hamanako .area__heading:before { background-position: left -560px; }
	.hamanako .area__heading:after { background-position: right -560px; }
	.takayama .area__heading:before { background-position: left -700px; }
	.takayama .area__heading:after { background-position: right -700px; }
	.toba .area__heading:before { background-position: left -840px; }
	.toba .area__heading:after { background-position: right -840px; }
	.matsu .area__heading:before { background-position: left -980px; }
	.matsu .area__heading:after { background-position: right -980px; }
}