﻿@charset "utf-8";
@import url(icon.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

/*  共通
============================================================================= */
.contents-wraper{
	font-family: 'Zen Maru Gothic', sans-serif;
}
.sect-ttl{
	position: relative;
	padding-bottom: 10px;
	font-size: 2.5rem;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.sect-ttl::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 50%;
    height: 1px;
    background: linear-gradient(to right, #000 0%, #000 35%, #eee 35%, #eee 100%);
}

.sect-txt{
	margin-top: 20px;
}

p.subtitle {
    margin: 10px;
}

/* ========== PC ========== */
.-contents-pc .sect-ttl{
	font-size: 3.5rem;
}
.-contents-pc .sect-subttl{
	font-size: 2.5rem;
}

/* ========== SP ========== */
.-contents-sp .sect-ttl {
	margin-right: 10px;
	margin-left: 10px;
}


/*  キービジュアル
============================================================================= */
.mv{
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #000;
}
.mv-inner{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 5px;
	width: 100%;
	color: #fff;
	font-weight: bold;
}
.mv-txt{
	position: relative;
	z-index: 1;
	margin-top: 10px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	
}
.mv-img{
	position: absolute!important;
	left: 0;
	top: 0;
	width: 100%;
}
.mv-img:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.20);
}
.mv-img img{
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.mv-img figcaption{
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
/* ========== PC ========== */
.-contents-pc .mv {
	height: 450px;
}
.-contents-pc .mv-img {
	height: 450px;
}
.-contents-pc .mv-img img {
	height: 450px;
}
.-contents-pc .mv-inner {
	height: 450px;
}
.-contents-pc .mv-box{
    padding-top: 40px;
    margin-right: 10px;
}
.-contents-pc .mv-ttl{
	padding-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: solid 3px #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	font-family: 'Zen Maru Gothic', sans-serif;
}
.-contents-pc p.mv-title {
	margin-top: 20px;
	font-size: 1.7rem;
}
.-contents-pc .mv-ttl em{
	font-size: 2.8rem;
	font-weight: bold;
}
.-contents-pc .sect-ttl{
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
}

/* ========== SP ========== */
.-contents-sp .mv, .mv-inner, .mv-img, .mv-img img {
	height: 350px;
}
.-contents-sp .mv-box{
    padding-top: 80px;
}
.-contents-sp .mv-ttl{
	margin-top: 25px;
	padding-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: solid 3px #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	font-family: 'Zen Maru Gothic', sans-serif;
}
.-contents-sp p.mv-title {
	margin-top: 20px;
	font-size: 1.4rem;
}
.-contents-sp .mv-ttl em{
	font-size: 3.2rem;
	font-weight: bold;
}
.-contents-sp .sect-ttl{
	position: relative;
	padding-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.other-feature{
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 2;
}
.other-feature a{
	position: relative;
	display: block;
	padding: 8px 30px 8px 20px;
	color: #fff;
	border: solid 1px #fff;
	background-color: rgba(0, 0, 0, 0.5);
	transition: ease .2s;
}
.other-feature a:before{
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
	display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e5cc";
	transition: all .5s ease;
}

/* ========== PC ========== */
.-contents-pc .mv{
	margin-top: 10px;
}
.-contents-pc .mv-inner{
	min-width: 970px;
	max-width: 1246px;
}
.-contents-pc .mv-ttl{
	font-size: 3.0rem;
}
.-contents-pc .mv-ttl em{
	font-size: 6.0rem;
}
.-contents-pc .mv-txt{
	margin-top: 30px;
	font-size: 2.0rem;
}
.-contents-pc .other-feature a:hover{
	border-color: #aaa;
	background-color: rgba(0, 0, 0, 0.3);
}

/* ========== SP ========== */
.-contents-sp .mv-img figcaption{
    text-align: end;
}

/*  ページ内アンカー
============================================================================= */
.pagenav{
	width: 100%;
	background: #888888;
    box-shadow: 0px 0px 10px 0 rgb(106 106 106 / 80%);
}
.pagenav_list{
	display: flex;
	justify-content: center;
}
.pagenav_list li{
	position: relative;
	width: 100%;
}
.pagenav_list li:after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1px;
	height: calc(100% - 10px);
	background: #fff;
}
.pagenav_list li a{
	position: relative;
	display: block;
	padding: 10px 10px 20px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}
.pagenav_list li a:after{
	position: absolute;
    left: 50%;
	bottom: 0;
	z-index: 4;
	transform: translateX(-50%);
	font-family: 'Material Icons Round';
	content: "\e5cf";
	font-size: 1.5rem;
}
.fixed .pagenav{
	position: fixed;
	left: 0;
	top: 0px;
	z-index: 100;
}





	
	
/* ========== SP ========== */
.-contents-sp .pagenav_list li{
	width: 100%;
}
.-contents-sp .pagenav_list li:last-child:after{
	display: none;
}
/* ========== PC ========== */
.-contents-pc .pagenav_list li:first-child:before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1px;
	height: calc(100% - 10px);
	background: #fff;
}
.-contents-pc .pagenav_list li a{
	overflow: hidden;
	padding: 15px 25px 25px;
	font-size: 1.6rem;
	outline: none;
	transition: ease .2s;
}
.-contents-pc .pagenav_list li span {
	position: relative;
	z-index: 3;
}
.-contents-pc .pagenav_list li a:before {
	position: absolute;
	top:0;
	left: 0;
	content: '';
	z-index: 2;
	width: 100%;
	height: 0;
	background: #333;
	transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.-contents-pc .pagenav_list li a:hover:before{
   height: 100%;  
   background-color: #555;
}


/*  エリア
============================================================================= */
.area-sect .sect-ttl{
	display: flex;
	flex-direction: column;
}
.area-sect .sect-ttl:before{
	content: "Travel Area";
	font-size: 1.6rem;
	font-weight: normal;
	color: #ccc;
}
.area-sect .sect-txt{
	margin-bottom: 20px;
}
.area-tab{
	position: relative;
}
.area-head_list{
	display: flex;
	margin-left: -2px;
}
.area-head_list li{
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 2px;
	padding: 5px;
	width: 100%;
	min-height: 40px;
	line-height: 1.3;
	text-align: center;
	background: #f5f5f5;
}
.area-head_list li:after{
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0;
	content: "";
	transform: translateX(-50%);
	border-bottom: 1px solid #323743;
	transition: -webkit-width .2s ease;
	transition: width .2s ease;
	transition: width .2s ease, -webkit-width .2s ease;
}
.area-head_list li:not(.is-active):hover:after{
	width: 100%;
}
.area-head_list li.is-active{
	font-weight: bold;
}
.area-head_list li.is-active:after{
	width: 100%;
}

.area-title{
	margin-top: 10px;
	font-weight:bold;
	font-size: 1.6rem;
}
.area-cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px;
}
.area-cassette_item{
	position: relative;
	margin-top: 10px;
	padding-bottom: 10px;
	background: #f5f5f5;
	width: 100%;
}
.area-cassette_photo img{
	image-rendering: -webkit-optimize-contrast;
}
.area-cassette_body{
	padding: 10px 20px;
}
.area-cassette_name{
	font-weight: bold;
}
.area-cassette_mesh{
	font-size: 1.2rem;
}
.area-cassette_txt{
	margin-top: 10px;
	line-height: 1.3;
}
.area-cassette_access{
	margin-top: 10px;
	font-size: 1.2rem;
}
.area-cassette_access dt{
	position: relative;
	display: inline-block;
	padding: 2px 10px 2px 25px;
	color: #fff;
	font-weight: bold;
    background: #555;
    border-radius: 50vw;
    white-space: nowrap;
}
.area-cassette_access dt:before{
	position: absolute;
    left: 5px;
    top: 0;
	font-weight: normal;
	font-family: 'Material Icons Round';
	content: "\e0c8";
	font-size: 1.5rem;
}
.area-cassette_access dd{
	margin-top: 2px;
}
.area-cassette_bt{
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px 0 5px;
}
.area-cassette_bt-item{
	margin: 5px 0 0  5px;
	width: calc(100% / 2 - 5px);
}
.area-cassette_bt-item.-hotel{
	width: calc(100% - 5px);
}
.area-cassette_bt-item a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	min-height: 50px;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.3;
	border-radius: 5px;
	border: solid 1px #877457;
	background: #877457;
	transition: ease .2s;
}
.area-cassette_bt-item div{
	display: block;
}
.area-cassette_bt-item a:before{
	margin-right: 5px;
    font-family: 'Material Icons Round';
	font-size: 2.0rem;
	color: #fff;
	line-height: 1;
}
.area-cassette_bt-item.-hotel a:before{
    content: "\ea40";
}
.area-cassette_bt-item.-jr a:before{
    content: "\e570";
}
.area-cassette_bt-item.-air a:before{
    content: "\e539";
}
.area-cassette_bt-item em{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
}

/* ========== SP ========== */
.-contents-sp .area-title span {
    margin-left: 10px;
}
.-contents-sp .area-head_list{
	flex-wrap: wrap;
	padding-bottom: 2px;
	background: #fff;
}
.-contents-sp .area-head_list li{
	margin-top: 2px;
	width: calc(100% / 6 - 2px);
	font-size: 1.1rem;
}

/* ========== PC ========== */
.-contents-pc .area-sect .sect-txt{
	margin-bottom: 50px;
}
.-contents-pc .area-head_list li:hover{
	opacity: .6;
}
.-contents-pc .area-cassette{
	margin: 0 0 0 -30px;
}
.-contents-pc .area-head_list li{
	min-height: 55px;
}
.-contents-pc .area-cassette_item{
    display: flex;
    flex-direction: column;
	margin: 30px 0 0 30px;
	width: calc(100% / 3 - 30px);
}
.-contents-pc .area-cassette_bt-item a:hover{
	opacity: .8;
}
.-contents-pc .area-cassette_body {
    flex: 1 auto;
}

/*  過ごし方
============================================================================= */
.spend-sect .sect-ttl{
	display: flex;
	flex-direction: column;
}
.spend-cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 10px 0;
}
.spend-cassette_item{
	position: relative;
	margin-top: 10px;
	padding-bottom: 15px;
	background: #f5f5f5;
}
.spend-cassette_photo figure{
	position: relative;
}
.spend-cassette_photo figcaption{
	position: absolute;
	right: 0;
	top: 5px;
	padding: 0 5px;
	font-size: 1.2rem;
	line-height: 1.1rem;
	color: #fff;
	text-shadow: 1px 1px 0 #333, -1px -1px 0 #333,
		-1px 1px 0 #333, 1px -1px 0 #333,
		0px 1px 0 #333,  0-1px 0 #333,
		-1px 0 0 #333, 1px 0 0 #333;
}
.spend-cassette_photo img{
	image-rendering: -webkit-optimize-contrast;
}
.spend-cassette_body{
	position: relative;
	z-index: 1;
	margin: -40px 15px 0;
	padding: 15px;
	/*border: solid 1px #877457;*/
	background-color: rgba(255, 255, 255, 0.95);
}
.spend-cassette_body h2{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.spend-cassette_body h2 span{
	display: inline-block;
}
.spend-cassette_body h2 span:before{
	content: "－";
	margin-right: 10px;
}
.spend-cassette_body h2 span:after{
	content: "－";
	margin-left: 10px;
}
.spend-cassette_name{
	text-align: center;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.spend-cassette_bt{
	margin-top: 10px;
}
.spend-cassette_bt-item{
	margin-top: 5px;
}
.spend-cassette_bt-item a{
	display: block;
	position: relative;
	padding: 10px 10px 10px 30px;
	color: #fff;
	font-weight: bold;
	background: #f29cac;
	border-radius: 5px;
	transition: ease .2s;
}
.spend-cassette_bt-item a:before{
	position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
	display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e5cc";
}



/* ========== PC ========== */
.-contents-pc .spend-cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 -30px;
}
.-contents-pc .spend-cassette_item{
	margin: 30px 0 0 30px;
	width: calc(100% / 3 - 30px);
}
.-contents-pc .spend-cassette_bt-item a:hover{
	opacity: .8;
}
.-contents-pc .spend-cassette_name{
	font-size: 2.0rem;
}

/* ========== SP ========== */
.-contents-sp .spend-cassette_name{
	font-size: 1.8rem;
}
.-contents-sp .spend-cassette_body {
    font-size: 1.5rem;
}

/*  ホテル
============================================================================= */
.hotel-sect .sect-ttl{
	display: flex;
	flex-direction: column;
}
.hotel-tab{
	position: relative;
	margin-top: 20px;
}

.hotel-head_list{
	display: flex;
	margin-left: -2px;
}
.hotel-head_list li{
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 2px;
	padding: 5px;
	width: 100%;
	min-height: 40px;
	line-height: 1.3;
	text-align: center;
	background: #f5f5f5;
}
.hotel-head_list li:after{
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0;
	content: "";
	transform: translateX(-50%);
	border-bottom: 1px solid #323743;
	transition: -webkit-width .2s ease;
	transition: width .2s ease;
	transition: width .2s ease, -webkit-width .2s ease;
}
.hotel-head_list li:not(.is-active):hover:after{
	width: 100%;
}
.hotel-head_list li.is-active{
	font-weight: bold;
}
.hotel-head_list li.is-active:after{
	width: 100%;
}
.hotel-cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px;
}
.hotel-cassette_item{
	position: relative;
	margin-top: 10px;
	padding-bottom: 10px;
	background: #f5f5f5;
}
.hotel-cassette_photo figure{
	position: relative;
	overflow: hidden;
}
.hotel-cassette_photo figcaption{
	position: absolute;
	right: 0;
	bottom: 5px;
	padding: 0 5px;
	font-size: 1.2rem;
	line-height: 1.1rem;
	color: #fff;
	text-shadow: 1px 1px 0 #333, -1px -1px 0 #333,
		-1px 1px 0 #333, 1px -1px 0 #333,
		0px 1px 0 #333,  0-1px 0 #333,
		-1px 0 0 #333, 1px 0 0 #333;
}
.hotel-cassette_photo img{
    vertical-align: bottom;
    transform: scale(1.2,1.2);
	image-rendering: -webkit-optimize-contrast;
}
.hotel-cassette_body{
	padding: 10px 20px;
}
.hotel-cassette_name{
    font-size: 2.3rem;
	font-weight: bold;
}
.hotel-cassette_mesh{
	font-size: 1.3rem;
	font-weight: bold;
}
.hotel-cassette_txt{
	margin-top: 20px;
	line-height: 1.3;
	font-size: 1.8rem;
}
.hotel-cassette_recommend{
	position: relative;
	margin-top: 20px;
	padding: 20px 10px 10px;
	border: solid 1px #ccc;
	background-color: rgba(255,255,255,0.5);
}
.hotel-cassette_recommend li a{
	font-size: 1.3rem;
	line-height: 1.3;
	text-decoration: underline;
}
.hotel-cassette_recommend dt{
	position: absolute;
    left: 10px;
    top: -10px;
    padding: 2px 10px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    background: #317f43;
	border-radius: 50vw;
	white-space: nowrap;
}
.hotel-cassette_access dt:before{
	position: absolute;
    left: 0px;
    top: -3px;
	font-family: 'Material Icons Round';
	content: "\e0c8";
	font-size: 1.5rem;
}
.hotel-cassette_recommend-list li{
	position: relative;
	padding-left: 20px;
}
.hotel-cassette_recommend-list li:after{
	position: absolute;
    left: 0;
	top: 0;
	display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e838";
	font-size: 1.6rem;
}
.hotel-cassette_recommend-list a:hover{
	opacity: .6;
}
.hotel-cassette_bt{
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px 0 5px;
}
.hotel-cassette_bt-item{
	margin: 5px 0 0  5px;
	width: calc(100% / 2 - 5px);
}
.hotel-cassette_bt-item.-hotel,
.hotel-cassette_bt-item.-jrtour,
.hotel-cassette_bt-item.-airtour{
	width: calc(100% - 5px);
}
.hotel-cassette_bt-item a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	min-height: 50px;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.3;
	border-radius: 5px;
	border: solid 1px #F29CAC;
	background: #F29CAC;
	transition: ease .2s;
}
.hotel-cassette_activity_title{
    font-weight: bold;
}

.area-cassette_bt-item div{
	display: block;
}
.hotel-cassette_bt-item a:before{
	margin-right: 5px;
    font-family: 'Material Icons Round';
	font-size: 2.0rem;
	color: #fff;
	line-height: 1;
}
.hotel-cassette_bt-item.-hotel a:before{
    content: "\ea40";
}
.hotel-cassette_bt-item.-jr a:before{
    content: "\e570";
}
.hotel-cassette_bt-item.-air a:before{
    content: "\e539";
}
.hotel-cassette_bt-item.-jrtour a:before{
    content: "\e570";
}
.hotel-cassette_bt-item.-airtour a:before{
    content: "\e539";
}

.hotel-cassette_bt-item em{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
}

.hotel-allbt{
	margin: 30px 20px 0;
	max-width: 800px;
}
.-contents-sp .hotel-allbt_list{
    margin-top: -10px;
}
.-contents-sp .hotel-allbt_list li{
    margin-top: 10px;
}



.hotel-allbt a{
	position: relative;
	display: block;
	padding: 15px 25px;
	color: #D17280;
	font-weight: bold;
	text-align: center;
    line-height: 1.3;
	border:  solid 2px #D17280;
	transition: ease .2s;
}
.hotel-allbt a:after{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e5cc";
	font-size: 2.0rem;
}

.-contents-sp .hotel-head_list{
	flex-wrap: wrap;
	padding-bottom: 2px;
	background: #fff;
}
.-contents-sp .hotel-head_list li{
	margin-top: 2px;
	width: calc(100% / 6 - 2px);
	font-size: 1.1rem;
}

.-contents-sp .hotel-cassette_txt{
	font-size: 1.6rem;
}

.-contents-sp .hotel-cassette_recommend{
    font-size: 1.2rem;
}
.-contents-sp .hotel-cassette_activity_title{
    letter-spacing: 0px;
}

/* ========== PC ========== */
.-contents-pc .hotel-cassette_subtitle{
    margin: 10px;
    line-height: 1.3;
    color: #9a5339;
    font-weight: bold;
    font-size: 1.8rem;
}
.-contents-pc .hotel-sect .sect-txt{
	margin-bottom: 50px;
}
.-contents-pc .hotel-head_list li:hover{
	opacity: .6;
}
.-contents-pc .hotel-cassette{
	margin: -20px 0 0 -30px;
}
.-contents-pc .hotel-head_list li{
	min-height: 55px;
}
.-contents-pc .hotel-cassette_recommend li a:hover{
	color: #877457;
}
.-contents-pc .hotel-cassette_item{
	display: flex;
	flex-direction: column;
	margin: 30px 0 0 30px;
	width: calc(100% / 2 - 30px);
}
.-contents-pc .hotel-allbt{
	margin: 20px auto 0;
}

.-contents-pc .hotel-allbt_list{
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
}
.-contents-pc .hotel-allbt li{
    margin: 20px 0 0 20px;
}
.-contents-pc .hotel-allbt.-col01 li{
    width: calc(100% / 1 - 20px);
}
.-contents-pc .hotel-allbt.-col02 li{
    width: calc(100% / 2 - 20px);
}
.-contents-pc .hotel-allbt.-col03 li{
    width: calc(100% / 3 - 20px);
}



.-contents-pc .hotel-cassette_bt-item a:hover{
	opacity: .8;
}
.-contents-pc .hotel-allbt a:hover{
	opacity: .6;
}
.-contents-pc .hotel-cassette_body{
	flex: 1 auto;
}

/* ========== SP ========== */
.-contents-sp .hotel-cassette_subtitle{
    margin: 0px;
    line-height: 1.3;
    color: #9a5339;
    font-weight: bold;
    font-size: 1.8rem;
}

/*  ＫＷ
============================================================================= */
.kw-list {
    border-radius: 0.75em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
}

.kw-word {
    border-radius: 0.25em;
    height: 2.25em;
    margin: 0.5em;
    padding: 0 1em;
    align-items: center;
    background-color: #fae4ca;
    border: 1px solid;
    display: inline-flex;
    justify-content: center;
}

.kw-word:hover{
    background-color: #f9ffda;
}

.kw-word span::before {
    content: "＃";
    padding-right: 0.25em;
}

/*  テーマ
============================================================================= */
.theme-sect .sect-ttl{
    display: flex;
    font-weight: bold;
    font-size: 3rem;
    text-align: left;
    padding: 0 20px;
    border-left: solid 5px #57b42a;
}



/*  おすすめ特集
============================================================================= */
.feature-cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 10px 0 0;
}

.feature-cassette_item{
	position: relative;
	margin: 10px 0 0 10px;
	width: calc(100% / 2 - 10px);
}
.feature-cassette_item a{
	display: block;
	color: #323743;
	text-decoration: none;
	transition: ease .2s;
}
.feature-cassette_photo img{
	image-rendering: -webkit-optimize-contrast;
}

.feature-cassette_txt{
	margin-top: 5px;
	text-align: center;
	line-height: 1.3;
}


/* ========== PC ========== */
.-contents-pc .feature-cassette{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0 0 -50px;
}
.-contents-pc .feature-cassette_item{
	margin: 20px 0 0 50px;
	width: calc(100% / 4 - 50px);
}
.-contents-pc .feature-cassette_txt{
	margin-top: 10px;
}
.-contents-pc .feature-cassette_item a:hover{
	opacity: .8;
}

/*  注意文言
============================================================================= */
.notes_text {
    background-color: #e5ffe8;
}
.notes_text p {
    font-size: 1.6rem;
    padding: 30px 0;
    color: red;
    font-weight: bold;
}

/* ========== SP ========== */
.-contents-sp .notes_text p{
    font-size: 1.2rem;
    padding: 20px;
    color: red;
    font-weight: bold;
}


/*  温泉リスト
============================================================================= */
.islandslist-sitemap{
  margin-top: 50px;
}

/* ========== SP ========== */
.-contents-sp .islandslist-sitemap{
  margin-top: 20px;
}


/*  フッター サイトマップ
============================================================================= */
.htl-sitemap{
    position: relative;
	margin-top: 50px;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	background: #f7f7f7;
}
.htl-sitemap_dl{
    margin: 0 auto;
    width: 100%;
	font-size: 1.4rem;
}
.htl-sitemap_dl dt{
	font-weight: bold;
}

.htl-sitemap_list{
	display: flex;
	flex-wrap: wrap;
}

/* ========== PC ========== */
.-contents-pc .htl-sitemap{
 	padding: 50px 0;
}
.-contents-pc .htl-sitemap_dl{
	display: flex;
	flex-wrap: wrap;
    min-width: 970px;
    max-width: 1246px;
    padding: 0 5px;
}
.-contents-pc .htl-sitemap_dl dt{
	width: 120px;
}
.-contents-pc .htl-sitemap_dl dd{
	width: calc(100% - 120px);
}
.-contents-pc .htl-sitemap_dl dt:not(:first-of-type), .-contents-pc .htl-sitemap_dl dd:not(:first-of-type){
	margin-top: 20px;
}
.-contents-pc .htl-sitemap_list{
	margin: -10px 0 0 -20px;
}
.-contents-pc .htl-sitemap_list li{
	margin: 10px 0 0 10px;
	padding-left: 10px;
	border-left: dotted 1px #ccc;
}

/* ========== SP ========== */
.-contents-sp .htl-sitemap{
	margin-top: 30px;
}
.-contents-sp .htl-sitemap_dl dt{
	padding: 15px 30px 15px 15px;
}
.-contents-sp .htl-sitemap_dl dt:not(:first-of-type){
	border-top: solid 1px #eee;
}
.-contents-sp .htl-sitemap_dl dd{
	display: none;
	padding-bottom: 15px;
}
.-contents-sp .htl-sitemap_list{
	margin-right: 3px;
}
.-contents-sp .htl-sitemap_list li{
	margin: 3px 0 0 3px;
	width: calc(100% / 2 - 3px);
}
.-contents-sp .htl-sitemap_list li a{
	display: flex;
	align-items: center;
	padding: 5px 10px;
	min-height: 50px;
	height: 100%;
	line-height: 1.3;
	border-radius: 3px;
	background: #fff;
}

/*  アンケート評価
============================================================================= */
dl.cassette_valu {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    justify-content: flex-end;
    margin: 15px 0;
}
.cassette_valu dt {
    white-space: nowrap;
    vertical-align: bottom;
}
.cassette_valu dd {
    margin-left: 10px;
}
dd.cassette_valu-star {
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 60px; */
    vertical-align: middle;
    line-height: 1;
}

/* ========== SP ========== */
.-contents-sp dl.cassette_valu {
    font-size: 1.3rem;
}

/*  エリア毎のKW
============================================================================= */
section#spend {
    margin: 0 10px;
}
.c-sec__bottom {
    margin: 30px 10px 50px;
}

.c-list {
    background-color: #ffe0e6;
    border-radius: 0.75em;
    display: flex;
    margin-top: 1em;
    padding: 1.5em;
    flex-direction: column;
    align-items: center;
}
.c-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-title {
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 20px 0;
}
.c-list a {
    color: #873535;
}
.c-list a:hover {
    opacity: .6;
}
.c-word {
    border-radius: 0.25em;
    height: 2.25em;
    margin: 0.5em;
    padding: 0 1em;
}
.c-word {
    align-items: center;
    background-color: #fff;
    border: 1px solid;
    display: inline-flex;
    justify-content: center;
}
.c-word span::before {
    content: "＃";
    padding-right: 0.25em;
}


/* ========== SP ========== */
.-contents-sp .subtxt {
    padding: 10px;
    font-size: 1.5rem;
}
.-contents-sp .spend-sect .c-list {
    display: flex;
    justify-content: flex-start;
    padding: 1em 0;
}
.-contents-sp .c-title {
    margin: 0 0 10px 0;
}

/*  JS
============================================================================= */
.-contents-sp .js-accordion-sp{
	position: relative;
}
.-contents-sp .js-accordion-sp:after{
	position: absolute;
	right: 10px;
	top: 10px;
    font-family: 'Material Icons Round';
    content: "\e5cf";
	transition: all .2s ease;
	font-size: 1.8rem;
}
.-contents-sp .js-accordion-sp.is-open:after{
	transform: rotateZ(-180deg);
}


/*  FAQ
============================================================================= */
.faq__list { border-bottom: 1px solid #d7d7d7; text-align: left; }
.faq__item--q::before { color: #f29cac; content: "Q." }
.faq__item--q.is-open::after { transform: rotate(-180deg); }
.faq__item--a::before { color: #da0a1b; content: "A." }
.faq__item--a ul { margin-top: 1em; }
.faq__item--a li::before { content: "\e801"; display: inline-block; font-family: "icon"; padding-right: 1em; }
.faq__item--a a:link, a:visited {text-decoration: underline;}

/* ========== PC ========== */
.-contents-pc .faq-sect__inner{ margin: 50px auto 0; padding: 0 5px; width: 100%; min-width: 970px; max-width: 1246px;}
.-contents-pc .bottom__box { background-color: #fff; padding: 40px; }
.-contents-pc .faq__item { border-top: 1px solid #d7d7d7; padding: 0 2em; }
.-contents-pc .faq__item--q, .faq__item--a { font-size: 16px; padding-left: 3em; position: relative; }
.-contents-pc .faq__item--q { line-height: 1.5; font-weight: bold; padding-bottom: 2em; padding-top: 2em; }
.-contents-pc .faq__item--q:hover { cursor: pointer; }
.-contents-pc .faq__item--q::before, .faq__item--a::before { font-size: 16px; font-weight: normal; left: 0; line-height: 1; position: absolute;  }
.-contents-pc .faq__item--q::after { color: #f29cac; content: "\e804"; display: inline-block; font-family: "icon"; font-size: 16px; line-height: 1; position: absolute; right: 2em; transition: all .5s ease; }
.-contents-pc .faq__item--a { display: none; padding-bottom: 2em; font-size: 16px; padding-left: 48px;}


/* ========== sp ========== */

.-contents-sp .faq-sect__inner{ margin: 20px 10px 0;}
.-contents-sp .faq__list { border-bottom: 1px solid #d7d7d7; text-align: left; }
.-contents-sp .faq__item { border-top: 1px solid #d7d7d7; padding: 0 3%; }
.-contents-sp .faq__item--q, .faq__item--a { font-size: 3.466667vw; padding-left: 2em; position: relative; text-align: left; }
.-contents-sp .faq__item--q { line-height: 5.333333vw; font-weight: bold; padding-bottom: 1.2em; padding-top: 1.2em; }
.-contents-sp .faq__item--q::before, .faq__item--a::before { font-size: 16px; font-weight: normal; left: 0; line-height: 1; position: absolute;  }
.-contents-sp .faq__item--q::before { color: #f29cac; content: "Q." }
.-contents-sp .faq__item--q::after { color: #f29cac; content: "\e804"; display: inline-block; font-family: "icon"; font-size: 4.8vw; line-height: 1; position: absolute; right: 0; transition: all .5s ease; }
.-contents-sp .faq__item--q.is-open::after { transform: rotate(-180deg); }
.-contents-sp .faq__item--a { display: none; padding-bottom: 1em; }
.-contents-sp .faq__item--a::before { color: #da0a1b; content: "A." }
.-contents-sp .faq__item--a ul { margin-top: 1em; }
.-contents-sp .faq__item--a li::before { content: "\e801"; display: inline-block; font-family: "icon"; padding-right: 1em; }
.-contents-sp .faq__item--a a:link, a:visited {text-decoration: underline;}
.-contents-sp .faq-sect .sect-ttl{
	margin-right: 10px;
	margin-left: 10px;
}

/*  条件から探す
============================================================================= */
.search-tab__list li a {
    border-top: solid 5px #f29cac !important;
    background: #f29cac !important;
}

.search-tab__list li a.active {
    color: #151721 !important;
}

.hotel-tabbox .f-top-condition__button {
    color: #151721 !important;
}

.fixed .pagenav{
	position: fixed !important;
	left: 0;
	top: 0px;
	z-index: 100;
}

