<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(icon.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&amp;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: -webkit-linear-gradient(left, #000 0%, #000 35%, #eee 35%, #eee 100%);
	background: -o-linear-gradient(left, #000 0%, #000 35%, #eee 35%, #eee 100%);
	background: linear-gradient(to right, #000 0%, #000 35%, #eee 35%, #eee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sect-subttl{
	font-size: 2.0rem;
	font-weight: bold;
}
.sect-txt{
	margin-top: 20px;
}



/* ========== PC ========== */
.-contents-pc .sect-ttl{
	font-size: 3.5rem;
}
.-contents-pc .sect-subttl{
	font-size: 2.5rem;
}

/*  メインビジュアル
============================================================================= */
.mv-area { background: url(/kokunai/theme/kogen/_images/MV.png) no-repeat center; background-size: cover; }
.mv-area.mv-spr{ background: url(/kokunai/theme/kogen/_images/MV.png) no-repeat center; background-size: cover; }
.mv-area.mv-sum{ background: url(/kokunai/theme/kogen/_images/MV.png) no-repeat center; background-size: cover; }
.mv-area.mv-aut{ background: url(/kokunai/theme/kogen/_images/MV2.jpg) no-repeat center; background-size: cover; }
.mv-area.mv-win { background: url(/kokunai/theme/kogen/_images/MV3.png) no-repeat center; background-size: cover; }



/*  キービジュアル
============================================================================= */
.mv-area, .mv-area-inner, .mv-area-img, .mv-area-img img{
	height: 400px;
}
.mv-area {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #000;
}

.mv-area-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-area-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,1);
	font-family: 'Zen Maru Gothic', sans-serif;
}
.mv-area-ttl em{
	font-size: 2.8rem;
	font-weight: bold;
}
.mv-area-txt{
	position: relative;
	z-index: 1;
	margin-top: 10px;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 100%);	
}
.mv-area-img{
	position: absolute!important;
	left: 0;
	top: 0;
	width: 100%;
}
.mv-area-img:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
}
.mv-area-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-area-img figcaption{
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
.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-area{
	margin-top: 10px;
}
.-contents-pc .mv-area-inner{
	min-width: 970px;
	max-width: 1246px;
}
.-contents-pc .mv-area-ttl{
	font-size: 3.0rem;
}
.-contents-pc .mv-area-ttl em{
	font-size: 6.0rem;
}
.-contents-pc .mv-area-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);
}


/*  ページ内アンカー
============================================================================= */
.pagenav{
	width: 100%;
	background: #8FC31F;
    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: #555;
}
.pagenav_list li a{
	position: relative;
	display: block;
	padding: 10px 0px 24px 0px;
	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: -64px;
	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: #555;
}
.-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: #638C0B;
}


/*  エリア
============================================================================= */
.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-cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px;
}
.area-cassette_item{
	position: relative;
	margin-top: 20px;
	padding-bottom: 10px;
	background: #f5f5f5;
}
.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 #638C0B;
	background: #638C0B;
	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-sect .sect-ttl,
.-contents-sp .area-sect .sect-txt{
	margin-right: 10px;
	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: 15px;
	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-size: 2.0rem;
	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;
    margin-right: -8px;
    margin-left: -8px;
	color: #fff;
	font-weight: bold;
	background: #779438;
	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";
}

/* ========== SP ========== */
.-contents-sp .spend-sect .sect-ttl,
.-contents-sp .spend-sect .sect-txt{
	margin-right: 10px;
	margin-left: 10px;
}

/* ========== 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;
}


/*  ホテル
============================================================================= */
.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-weight: bold;
	font-size: 1.8rem;
}
.hotel-cassette_mesh{
	font-size: 1.0rem;
}
.hotel-sect_mesh{
	margin: 10px 10px 0 10px;
}
.hotel-cassette_txt{
	margin-top: 10px;
	line-height: 1.3;
}
.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: #555;
	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{
	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 #779438;
	background: #779438;
	transition: ease .2s;
}
.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 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: #877457;
	font-weight: bold;
	text-align: center;
    line-height: 1.3;
	border:  solid 2px #877457;
	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;
}

/* ========== SP ========== */
.-contents-sp .hotel-sect .sect-ttl,
.-contents-sp .hotel-sect .sect-txt{
	margin-right: 10px;
	margin-left: 10px;
}
.-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% / 5 - 2px);
	font-size: 1.1rem;
}

/* ========== PC ========== */
.-contents-pc .hotel-sect .sect-txt{
	margin-bottom: 50px;
}
.-contents-pc .hotel-head_list li:hover{
	opacity: .6;
}
.-contents-pc .hotel-cassette{
	margin: 0 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% / 3 - 30px);
}
.-contents-pc .hotel-allbt{
	margin: 50px 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;
}
/*  チェーン
============================================================================= */
.feature-cassette label {
    font-weight: bold;
    position: relative;
    display: block;
    width: 30%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0.3em 1em;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    color: #877457;
    border: 2px solid #877457;
    border-radius: 3px;
    border-radius: 5px;
}
.feature-cassette label:hover {
    transition: all 0.3s;
    color: #ffffff;
    background: #877457;
}
.feature-cassette label::after {
    font-family: 'Material Icons Round';
    content: "もっと見る" "\e5cf";
    color: #877457;
}
.feature-cassette label:hover::after {
    color: #ffffff;
}
.feature-cassette input:checked ~ label::after {
    font-family: 'Material Icons Round';
    content: "閉じる" "\e5ce";
    color: #877457;
}
.feature-cassette input:checked ~ label:hover::after {
    color: #ffffff;
}

.feature-cassette input {
    display: none;
}
.feature-cassette .kw-cassette {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 0;
    margin-top: -1px;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    background: rgba(255, 255, 255, 0.5);
}
.feature-cassette input:checked ~ div {
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
.feature-cassette input:checked ~ div.kw-cassette {
    height: 100px;
}
.kw-cassette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #fff;
}
.kw-cassette a {
    display: inline-block;
    margin: 0 0.1em 0.6em 0.6em;
    padding: 0.8em;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    color: #323743;
    background-color: #fff;
    border: 1px solid #BCBDC2;
    border-radius: 1em;
}
@media screen and (max-width: 767px){
.feature-cassette label {
    font-weight: bold;
    position: relative;
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0.3em 1em;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    color: #877457;
    border: 2px solid #877457;
    border-radius: 3px;
    border-radius: 5px;
}
.feature-cassette input:checked ~ div.kw-cassette {
    height: 300px;
}
}

/*  おすすめ特集
============================================================================= */
.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;
}

/* ========== SP ========== */
.-contents-sp .feature-sect .sect-ttl,
.-contents-sp .feature-sect .sect-txt{
	margin-right: 10px;
	margin-left: 10px;
}

/* ========== PC ========== */
.-contents-pc .feature-cassette{
	display: flex;
	flex-wrap: wrap;
	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;
}

/*  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: #1a73e8; 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: #1a73e8; 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: #1a73e8; content: "Q." }
.-contents-sp .faq__item--q::after { color: #1a73e8; 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;
}
</pre></body></html>