﻿@charset "utf-8";


/* commmon
-------------------------------------------------------------------*/
.sec_ttl{
	font-size: 3rem;
	letter-spacing: -1px;
	margin-bottom: 0.25em;
	word-break: auto-phrase;
}
.sec_ttl span{
	color: #80a4ad;
}
.sec_lead{
	font-size: 1.75rem;
	margin-bottom: 1.75em;
	letter-spacing: -2px;
	line-height: 1.6;
}
.sec_text{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
}

@media screen and (max-width:767px) {
	.sec_ttl{
		font-size: 2rem;
		word-break: unset;
		letter-spacing: -1px;
	}
	.sec_lead{
		font-size: 1.35rem;
		margin-bottom: 1.25em;
		letter-spacing: -1px;
	}
	.sec_text{
		line-height: 1.6;
	}
}
.lead_wrap{
	padding-block: 2em;
}
.lead_wrap .lead_items{
	display: flex;
	max-width: 1000px;
	margin: 0 auto 2.5em;
	flex-wrap: wrap;
	justify-content: center;
}
.lead_wrap .lead_items li{
	width: calc(100% / 3);
	min-width: 330px;
	border-right: 1px solid;
	padding: 0.25em 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.75em;
}
.lead_wrap .lead_items li:first-child{
	border-left: 1px solid;
}
.lead_wrap .lead_items li .item_ttl{
	font-size: 3rem;
	letter-spacing: -0.5px;
	white-space: normal;
	font-weight: 500;
}
.lead_wrap .lead_items li .item_ttl_ad{
	letter-spacing: -5px;
}
.lead_wrap .lead_items li .item_ttl span{
	color: #a7c2c9; 
}
.lead_wrap .lead_items li .item_text{
	font-weight: 500;
	line-height: 1.6;
}
.lead_wrap .lead_items li .item_text span{
	font-weight: 600;
	color: #e86655;
}
@media screen and (max-width: 1124px){
	.lead_wrap .lead_items li:nth-child(3){
		border-left: 1px solid;
	}
}
@media screen and (max-width: 767px){
	.lead_wrap{

	}
	.lead_wrap .lead_items{
		gap: 0.75em 0;
	}
	.lead_wrap .lead_items li{
		width: 50%;
		min-width: unset;
		border-right: 1px solid;
		padding: 0em 1em;
		gap: 0;
		flex-direction: column;
	}
	.lead_wrap .lead_items li .item_ttl{
		font-size: 1.65rem;
		letter-spacing: 0;
	}
	.lead_wrap .lead_items li .item_ttl_ad{
		letter-spacing: -2px;
	}
	.lead_wrap .lead_items li .item_text{
		text-align: center;
		font-size: 0.9rem;
		line-height: 1.4;
	}
}


.bnr_wrap{
	padding-top: 4em;
}
.bnr_wrap .bnr_item a{
	display: block;
	background: url(../img/common/bg_bnr01.png) no-repeat;
	background-size: cover;
	padding-block: 4em 2em;
	max-width: 800px;
	margin-inline: auto;
	position: relative;
	z-index: 0;
	margin-bottom: 3em;
	padding: 2.75em 3em;
	color: #fff;
	text-decoration: none;
	border: 1px solid #323232;
	transition: transform .3s;
}
.bnr_wrap .bnr_item02 a{
	background: url(../img/common/bg_bnr02.png) no-repeat;
	background-size: cover;
}
.bnr_wrap .bnr_item .bnr_ttl{
	font-size: 2.625rem;
	margin-bottom: 0.5rem;
	filter: drop-shadow(0px 0px 3px rgba(8,35,6,0.5));
	letter-spacing: -2.5px;
}
.bnr_wrap .bnr_item .bnr_text{
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	filter: drop-shadow(2px 2px 3px rgba(8,35,6,1));
}
.bnr_wrap .bnr_item .bnr_img{
	position: absolute;
	z-index: 1;
	margin:auto;
	inset: auto 2% 9% auto;
}
@media (any-hover: hover) {
	.bnr_wrap .bnr_item a:hover{
		transform: translateY(3px);
	}
}
@media screen and (max-width:767px){
	.bnr_wrap{
		padding-top: 3em;
	}
	.bnr_wrap .bnr_item a{
		padding-block: 2em;
		margin-inline: 1em;
		margin-bottom: 2em;
		padding: 1.75em 1em;
	}
	.bnr_wrap .bnr_item .bnr_ttl{
		font-size: 1.65rem;
		letter-spacing: -1px;
	}
	.bnr_wrap .bnr_item .bnr_text{
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.bnr_wrap .bnr_item .bnr_img{
		inset: auto 2% 2% auto;
		width: 20%;
	}
}


/* home
-------------------------------------------------------------------*/
.home .mv_wrap{
	position: relative;
	z-index: 0;
}
.home .mv_wrap .bg_area{
	min-height: 40em;
}
.home .mv_wrap .bg_area img{
	min-height: 40em;
	max-height: 880px;
	object-fit: cover;
	width: 100%;
	object-position: 10%;
}
.home .mv_wrap .title_area{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: auto 8% 20% auto;
	color: #fff;
	text-align: right;
}
.home .mv_wrap .title_area .mv_title{
	font-size: min( 3.5rem ,3.5vw);
	margin-bottom: 0.5em;
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 1), 0px 0px 14px rgba(0, 0, 0, 1);
}
.home .mv_wrap .title_area .mv_title em{
	font-size: 1.23em;
}
.home .mv_wrap .title_area .mv_text{
	line-height: 1.8;
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 1), 0px 0px 14px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 767px){
	.home .mv_wrap .bg_area{
		min-height: 520px;
	}
	.home .mv_wrap .bg_area img{
		min-height: 520px;
		object-fit: cover;
		object-position: 5%;
	}
	.home .mv_wrap .title_area{
		padding-inline: 15px;
		inset: 17% auto 20% 0;
		text-align: left;
	}
	.home .mv_wrap .title_area .mv_title{
		font-size: min( 1.65rem ,13.5vw);
		margin-bottom: 0.5em;
	}
	.home .mv_wrap .title_area .mv_title em{
		font-size: 1.15em;
		margin-inline: -0.3em;
	}
	.home .mv_wrap .title_area .mv_text{

	}
}
.amenity_wrap{
	position: relative;
	z-index: 0;
	padding-block: 6em 6em;
	background-image: linear-gradient(180deg, rgb(255 255 255), rgb(248 247 246) 18%);
}
.amenity_wrap .text_area{
	max-width: 52%;
	margin-bottom: 6em;
}
.amenity_wrap .amenity_items{
	display: flex;
	gap: 3%;
}
.amenity_wrap .amenity_items li{
	width: calc((100% - 9%) / 4);
	background: #fff;
	padding: 1.5em 1em;
	border-radius: 5px;
}
.amenity_wrap .amenity_items li .item_ttl{
	text-align: center;
	font-size: 1.25rem;
	font-weight: 800;
	margin-bottom: 0.5em;
}
.amenity_wrap .amenity_items li .item_img{
	text-align: center;
	margin-bottom: 0.5em;
}
.amenity_wrap .amenity_items li .item_text{
	max-width: 13em;
	margin-inline: auto;
	font-weight: 500;
}
.amenity_wrap .sec_img{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: 1em 0 auto auto;
	border: revert-layer;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	height: 566px;
	width: 47.25vw;
}
.amenity_wrap .sec_img img{
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px){
	.amenity_wrap{
		padding-block: 2em 4em;
	}
	.amenity_wrap .text_area{
		max-width: 100%;
		margin-bottom: 2em;
	}
	.amenity_wrap .amenity_items{
		gap: 1em 4%;
		flex-wrap: wrap;
	}
	.amenity_wrap .amenity_items li{
		width: 48%;
		padding: 1.5em 0.75em;
	}
	.amenity_wrap .amenity_items li .item_ttl{
		font-size: 1.125rem;
	}
	.amenity_wrap .amenity_items li .item_img{
		max-width: 50%;
		margin-inline: auto;
	}
	.amenity_wrap .amenity_items li .item_text{
		max-width: unset;
		margin-inline: auto;
	}
	.amenity_wrap .sec_img{
		position: relative;
		inset: unset;
		border-radius: 5px;
		height: 220px;
		width: 100%;
		margin-bottom: 1em;
	}	
}
.home .discount_wrap{
	position: relative;
	z-index: 0;
	padding-block: 4em 2em;
	overflow: hidden;
}
.home .discount_wrap .text_area{
	display: inline-block;
	margin-inline: 0 auto;
	margin-block: 3em 10em;
	padding-left: 36%;
	position: relative;
	z-index: 0;
}
.home .discount_wrap .text_area .discount_items{
	display: flex;
	margin-block: 4.5em 3em;
}
.home .discount_wrap .text_area .discount_items li{
	position: relative;
	z-index: 0;
	padding: 0.25em 1.25em 0.25em 1em;
	border-left: 1px solid;
}
.home .discount_wrap .text_area .discount_items li .item_text{
	font-size: 1.3rem;
}
.home .discount_wrap .text_area .discount_items li .item_text em{
	font-size: 1.65rem;
	font-weight: 800;
}
.home .discount_wrap .text_area .discount_items li .item_num{
	background: #80a4ad;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	text-align: center;
	color: #fff; 
	position: absolute;
	z-index: 0;
	inset: -1.75em auto auto -.75em;
}
.home .discount_wrap .text_area .common_btn a{
	max-width: 390px;
	margin-inline: 0 auto;
	font-size: 1rem;
}
.home .discount_wrap .text_area .bus_img{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: auto -17% -4em auto;
}
.home .discount_wrap .sec_img{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: 4% auto auto 0;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	height: 582px;
	width: 37vw;
}
.home .discount_wrap .sec_img img{
	height: 100%;
	object-fit: cover;
}
.home .discount_wrap .discount_lead{
	font-size: 2.25rem;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	word-break: auto-phrase;
	text-align: center;
}
.home .discount_wrap .discount_table table{
	width: 100%;
	margin-bottom: 1em;
}
.home .discount_wrap .discount_table table td,
.home .discount_wrap .discount_table table th{
	font-size: 1.25rem;
	text-align: center;
	padding: 1.15em 0.5em;
	width: 24.2%;
	display: inline-block;
	margin-right: 1%;
	border-bottom: 1px solid #a7c2c9;
	font-weight: 500;
	vertical-align: middle;
}
.home .discount_wrap .discount_table table tr:not(:first-child) th:first-child{
	background: #edf5f7;
}
.home .discount_wrap .discount_table table tr:first-child th{
	border: none;
	background: #cee5eb; 	
	padding-block: .75em;
	margin-bottom: 1em;
	position: relative;
	z-index: 0;
}
.home .discount_wrap .discount_table table tr:first-child th:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 14px 8px 0 8px;
	border-color: #cee5eb transparent transparent transparent;
    position: absolute;
    margin: auto;
    inset: auto 0 -13px;
}
.home .discount_wrap .discount_table table tr:first-child td{
	border: none;	
}
.home .discount_wrap .discount_table table tr *:last-child{
	margin-right:0;
}
.home .discount_wrap .discount_table .table_att{
	text-align: right;
	font-size: 0.875rem;
	margin-bottom: 3em;
	font-weight: 500;
}
.home .discount_wrap .discount_table .common_btn a{
	max-width: 360px;
	font-size: 1rem;
}
@media screen and (max-width: 1560px){
	.home .discount_wrap .text_area{
		padding-left: 40%;
	}
	.home .discount_wrap .text_area .discount_items li .item_text{
		font-size: 1.25rem;
	}
	.home .discount_wrap .text_area .discount_items li .item_text em{
		font-size: 1.35rem;
	}
	.home .discount_wrap .text_area .bus_img{
		inset: auto -4% -3em auto;
		width: 24%;
	}
}
@media screen and (max-width: 1240px){
	.home .discount_wrap .text_area .discount_items li .item_text{
		font-size: 1.125rem;
	}
	.home .discount_wrap .text_area .discount_items li .item_text em{
		font-size: 1.25rem;
	}	
	.home .discount_wrap .text_area .bus_img{
		inset: auto 0 -6em auto;
		width: 24%;
	}
}
@media screen and (max-width: 1150px){
	.home .discount_wrap .text_area .discount_items li .item_text br{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.home .discount_wrap{
		padding-block: 3em 4em;
	}
	.home .discount_wrap .text_area{
		margin-inline: 0 auto;
		margin-block: 0em 7em;
		padding-left: 0;
	}

	
	.home .discount_wrap .text_area .discount_items{
		margin-block: 2em 3em;
		flex-direction: column;
		gap: 1em;
	}
	.home .discount_wrap .text_area .discount_items li{
		padding: 0;
		border-left: none;
		display: flex;
		gap: 5%;
		align-items: center;
	}
	.home .discount_wrap .text_area .discount_items li .item_text{
		font-size: 1.125rem;
		width: 85%;
	}
	.home .discount_wrap .text_area .discount_items li .item_text em{
		font-size: 1.25rem;
	}
	.home .discount_wrap .text_area .discount_items li .item_num{
		width: 30px;
		height: 30px;
		font-size: 1.125rem;
		position: relative;
		inset: unset;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.home .discount_wrap .text_area .common_btn a{
		max-width: 320px;
		margin-inline: auto;
	}
	.home .discount_wrap .text_area .bus_img{
		inset: auto 0 -4em auto;
		width: 28%;
	}
	.home .discount_wrap .sec_img{
		inset: 4% auto auto 0;
		border-radius: 5px;
		height: 220px;
		width: 100%;
		position: relative;
	}

	
	.home .discount_wrap .discount_lead{
		font-size: 1.75rem;
	}
	.home .discount_wrap .js-scrollable{
		margin-bottom: 1em;
	}
	.home .discount_wrap .discount_table table{
		min-width: 570px;
	}
	.home .discount_wrap .discount_table table td,
	.home .discount_wrap .discount_table table th{
		font-size: 1rem;
	}
	.home .discount_wrap .discount_table table tr:not(:first-child) th:first-child{
		background: #edf5f7;
	}
	.home .discount_wrap .discount_table table tr:first-child th{
		border: none;
		background: #cee5eb; 	
		padding-block: .75em;
		margin-bottom: 1em;
		position: relative;
		z-index: 0;
	}
	.home .discount_wrap .discount_table table tr:first-child th:after {
	    content: "";
	    width: 0;
	    height: 0;
	    border-style: solid;
		border-width: 14px 8px 0 8px;
		border-color: #cee5eb transparent transparent transparent;
	    position: absolute;
	    margin: auto;
	    inset: auto 0 -13px;
	}
	.home .discount_wrap .discount_table table tr:first-child td{
		border: none;	
	}
	.home .discount_wrap .discount_table .table_att{
		text-align: right;
		font-size: 0.875rem;
		margin-bottom: 3em;
	}
	.home .discount_wrap .discount_table .common_btn a{
		max-width: 320px;
		font-size: 1rem;
	}
}
.home .use_wrap{
	background: #f8f7f6;
	padding-block: 6em;
	position: relative;
	z-index: 0;
	overflow: visible;
}
.home .use_wrap .sec_img{
	position: sticky;
	inset: 10% 0 auto auto;
	margin-inline: auto 0;
	width: 47vw;
	height: 655px;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}
.home .use_wrap .sec_img img{
	height: 100%;
	object-fit: cover;
}
.home .use_wrap .text_area{
	margin-top: -40em;
	padding-block: 4em 0;
	max-width: 49%;
}
.home .use_wrap .text_area .sec_ttl{
	font-size: 2.88rem;
}
.home .use_wrap .text_area .use_item{
	background: #fff;
	margin-top: 3em;
	padding: 3em 2.5em 2em;
}
.home .use_wrap .text_area .use_item .item_ttl{
	font-size: 1.5rem;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1.25em;
}
.home .use_wrap .text_area .use_item .item_list li{
	display: flex;
	gap: 1em;
	align-items: center;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 1em;
}
.home .use_wrap .text_area .use_item .item_list li .list_icon{
	min-width: 70px;
}
@media screen and (max-width: 1240px) {
	.home .use_wrap .text_area .sec_ttl{
		max-width:9em;
		margin-bottom: 0.25em;
	}
}
@media screen and (max-width: 1150px) {
	.home .use_wrap .text_area .use_item .item_list li .list_text br{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.home .use_wrap{
		padding-block: 3em;
	}
	.home .use_wrap .sec_img{
		position: relative;
		inset: unset;
		width: 100%;
		height: 220px;
		border-radius: 5px;
	}
	.home .use_wrap .text_area{
		margin-top: 0;
		padding-block: 0;
		max-width: 100%;
	}
	.home .use_wrap .text_area .sec_ttl{
		font-size: 2.25rem;
	}
	.home .use_wrap .text_area .use_item{
		margin-top:2em;
		padding: 1.5em 1.25em 1em;
	}
	.home .use_wrap .text_area .use_item .item_ttl{
		font-size: 1.35rem;
		margin-bottom: 1em;
	}
	.home .use_wrap .text_area .use_item .item_list li{
		font-size: 1rem;
	}
	.home .use_wrap .text_area .use_item .item_list li .list_icon{
		width: 50px;
		min-width: 50px;
	}
}
.home .reserve_wrap{
	background: #cee5eb;
	padding-block: 5em 6em;
}
.home .reserve_wrap .reserve_ttl{
	font-size: 2.25rem;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
.home .reserve_wrap .reserve_lead{
	font-size: 1.75rem;
	text-align: center;
	margin-bottom: 2rem;
}
.home .reserve_wrap .reserve_list{
	display: flex;
	gap: 4.5%;
	padding: 0;
	max-width: 1000px;
	margin-inline: auto;
	position: relative;
	z-index: 0;
}
.home .reserve_wrap .reserve_list::before{
	content: "";
    width: 100%;
    height: 5px;
	background: #edf5f7;
    position: absolute;
    margin: auto;
    inset: 0;
}
.home .reserve_wrap .reserve_list li{
	background: #fff;
	width: calc(91% / 3);
	list-style: none;
	padding: 0.5em 1.25em 0;
	position: relative;
	z-index: 0;
	border-radius: 5px;
}
.home .reserve_wrap .reserve_list li .title_area{
	display: flex;
	gap: 4%;
	align-items: center;
	margin-bottom: 1em;
}
.home .reserve_wrap .reserve_list li .title_area .item_num{
	font-size: 3.75rem;
	color: #80a4ad;
	line-height: 1;
	margin-bottom: 0.15em;
}
.home .reserve_wrap .reserve_list li .title_area .item_text{
	font-weight: 800;
}
.home .reserve_wrap .reserve_list li .item_img{
	text-align: center;
	margin: auto;
}
.home .reserve_wrap .reserve_list li .common_btn{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: auto 0 6%;
}
.home .reserve_wrap .reserve_list li .common_btn a{
	font-size: 1rem;
	border: 2px solid;
	max-width: 230px;
	min-height: 46px;
	padding-block: 0.5em;
}
@media screen and (max-width: 1060px) {
	.home .reserve_wrap .reserve_list{
		gap: 2%;
	}
	.home .reserve_wrap .reserve_list li{
		width: calc(96% / 3);
	}
}
@media screen and (max-width: 1000px) {
	.home .reserve_wrap .reserve_list li br{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.home .reserve_wrap{
		padding-block: 3em;
	}
	.home .reserve_wrap .reserve_ttl{
		font-size: 1.75rem;
		padding-bottom: 0.25em;
	}
	.home .reserve_wrap .reserve_lead{
		font-size: 1.35rem;
	}
	.home .reserve_wrap .reserve_list{
		gap: 1em 2%;
		flex-direction: column;
	}
	.home .reserve_wrap .reserve_list::before{
		height: 100%;
		width: 4px;
	}
	.home .reserve_wrap .reserve_list li{
		width: 100%;
		padding: 1em 2em 0;
		display: flex;
		gap: 5%;
	}
	.home .reserve_wrap .reserve_list li .title_area{
		display: flex;
		gap: 4%;
		align-items: flex-start;
		flex-direction: column;
		width: 60%;
	}
	.home .reserve_wrap .reserve_list li:first-child .title_area{
		margin-bottom: 5em;
	}
	.home .reserve_wrap .reserve_list li .title_area .item_num{
		font-size: 2.75rem;
	}
	.home .reserve_wrap .reserve_list li .item_img{
		width: 35%;
	}
}


/* pages
-------------------------------------------------------------------*/
.pages .mv_wrap{
	position: relative;
	z-index: 0;
}
.pages .mv_wrap .bg_area{
	min-height: 40em;
}
.pages .mv_wrap .bg_area img{
	min-height: 40em;
	max-height: 800px;
	width: 100%;
	object-fit: cover;
}
.pages .mv_wrap .title_area{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: 24% auto auto 8%;
	color: #fff;
	text-align: left;
}
.pages .mv_wrap .title_area .mv_title{
	font-size: min( 3.25rem ,3.5vw);
	margin-bottom: 0.5em;
	text-shadow: 0px 0px 14px rgb(20 64 18), 0px 0px 14px rgb(20 64 18), 0px 0px 14px rgb(20 64 18);
	letter-spacing: -1.5px;
}
.pages .mv_wrap .title_area .mv_title em{
	font-size: 1.2em;
}
.pages .mv_wrap .title_area .mv_text{
	text-shadow: 0px 0px 10px rgb(20 64 18), 0px 0px 14px rgb(20 64 18);
}
@media screen and (max-width: 767px){
	.pages .mv_wrap .bg_area{
		min-height: 500px;
		position: relative;
		z-index: 0;
		object-position: 90%;
	}
	.pages .mv_wrap .bg_area::after {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, transparent 0 70%, #0f0f0f 100%);
	}

	
	.pages .mv_wrap .bg_area img{
		min-height: 500px;
		object-fit: cover;
		object-position: 46.5%;
	}
	.pages .mv_wrap .title_area{
		padding-inline: 15px;
		inset: 17% 0 auto auto;
	}
	.pages .mv_wrap .title_area .mv_title{
		font-size: min( 1.75rem ,6.1vw);
	}
	.pages .mv_wrap .title_area .mv_title em{
		font-size: 1.1em;
	}
}
.pages .cta_wrap{
	background: #cde4ea;
	padding-block: 4em 5em;
	margin-bottom: 2em;
}
.pages .cta_wrap .cta_lead{
	font-size: 2.25rem;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	word-break: auto-phrase;
	text-align: center;
}
.pages .cta_wrap .cta_list{
	display: flex;
	gap: 1em 4%;
}
.pages .cta_wrap .cta_list li{
	width: 48%;
	background: #fff;
	padding: 2.5em 1em;
	text-align: center;
}
.pages .cta_wrap .cta_list li .cta_sub{
	font-size: 1.5rem;
	background: #edf5f7;
	padding: .25em 1em;
	max-width: 17em;
	border-radius: 2em;
	margin: 0 auto 1.5em;
}
.pages .cta_wrap .cta_list li .cta_text{
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 0.25em;
}
.pages .cta_wrap .cta_list li .common_btn{
	margin-top: 1em;
}

.pages .cta_wrap .cta_list li .tel_num{
	font-size: 2.5rem;
	font-weight: 800;
	margin-bottom: 0.25em;
	line-height: 1;
}
.pages .cta_wrap .cta_list li .tel_num a{
	text-decoration: none;
	pointer-events: none;
}
.pages .cta_wrap .cta_list li .tel_att{
	margin-bottom: 1em;
	font-weight: 500;
}
.pages .cta_wrap .cta_list li .tel_text{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	word-break: auto-phrase;
}
@media screen and (max-width:767px){
	.pages .cta_wrap{
		padding-block: 3em;
		margin-bottom: 0;
	}
	.pages .cta_wrap .cta_lead{
		font-size: 1.75rem;
		padding-bottom: 0.25em;
	}
	.pages .cta_wrap .cta_list{
		flex-direction: column;
	}
	.pages .cta_wrap .cta_list li{
		width: 100%;
		padding: 2em 1em;
	}
	.pages .cta_wrap .cta_list li .cta_sub{
		font-size: 1.35rem;
		margin-bottom: 1em;
	}
	.pages .cta_wrap .cta_list li .tel_num a{
		pointer-events: auto;
	}
}
.pages .equipment_wrap {  
	background: #f8f7f6;
	padding-block: 4em 6em;
}  
.pages .equipment_wrap .equipment_lead {  
	font-size: 2.25rem;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	word-break: auto-phrase;
	text-align: center;
}  
.pages .equipment_wrap .equipment_items {  
	display: flex;
	gap: 1em 3%;
	max-width: 1000px;
	margin-inline: auto;
}  
.pages .equipment_wrap .equipment_items li{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}  
.pages .equipment_wrap .equipment_items li .text_area {  
	padding: 1.5em 1em 2em;
	text-align: center;
}  
.pages .equipment_wrap .equipment_items li .text_area .equipment_ttl {  
	font-size: 1.125rem;
	font-weight: 800;
	margin-bottom: 0.5em;
}  
.pages .equipment_wrap .equipment_items li .text_area .equipment_text {  
	line-height: 1.6;
	font-weight: 500;
}  
@media screen and (max-width:767px){
	.pages .equipment_wrap {  
		padding-block: 3em 4em;
	}  
	.pages .equipment_wrap .equipment_lead {  
		font-size: 1.75rem;
		padding-bottom: 0.25em;
	}  
	.pages .equipment_wrap .equipment_items {  
		display: flex;
		gap: 1em 3%;
		max-width: 1000px;
		margin-inline: auto;
		flex-direction: column;
	}  
	.pages .equipment_wrap .equipment_items li{
		display: flex;
	}  
	.pages .equipment_wrap .equipment_items li{
		display: flex;
	}  
	.pages .equipment_wrap .equipment_items li .equipment_img{  
		width: 35%;
		aspect-ratio: 1/1;
		overflow: hidden;
	} 
	.pages .equipment_wrap .equipment_items li .equipment_img img{
		width: auto;
		height: 100%;
		object-fit: cover;
	}  
	.pages .equipment_wrap .equipment_items li .text_area {  
		padding: 1em 1em 1em 1.5em;
		text-align: left;
		width: 75%;
	}  
	.pages .equipment_wrap .equipment_items li .text_area .equipment_ttl {  
		font-size: 1.125rem;
		font-weight: 600;
		margin-bottom: 0.5em;
	}  
	.pages .equipment_wrap .equipment_items li .text_area .equipment_text {  
		line-height: 1.4;
	}  
}
.pages .info_wrap{
	padding-block: 5em 3em;
}  
.pages .info_wrap .info_lead {  
	font-size: 2.25rem;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	word-break: auto-phrase;
	text-align: center;
} 
.pages .info_wrap table{
	width: 100%;
	margin-bottom: 6em;
}
.pages .info_wrap table tr{
	width: 100%;
}
.pages .info_wrap table tr th,
.pages .info_wrap table tr td{
	font-size: 1.25rem;
	font-weight: 500;
	padding: 1.5rem 2em;
}
.pages .info_wrap table tr th{
	width: 28%;
	text-align: center;
	background: #edf5f7;
	position: relative;
	z-index: 0;
}
.pages .info_wrap table tr th::before{
	content: "";
	display: block;
	background: #bcd1d7;
	width: calc(100% - 4%);
	height: 1px;
	margin: auto;
	position: absolute;
	z-index: 0;
	inset: auto 0 0 0;
}
.pages .info_wrap table tr td{
	width: 75%;
	position: relative;
	z-index: 0;
	margin-left: 0.5em;
}
.pages .info_wrap table tr td span{
	display: inline-block;
	min-width: 6em;
}
.pages .info_wrap table tr td::before{
	content: "";
	display: block;
	background: #bcd1d7;
	width: calc(100% - 2%);
	height: 1px;
	margin: auto;
	position: absolute;
	z-index: 0;
	inset: auto 0 0 auto;
}
.pages .info_wrap table tr:first-child td::after{
	content: "";
	display: block;
	background: #bcd1d7;
	width: calc(100% - 2%);
	height: 1px;
	margin: auto;
	position: absolute;
	z-index: 0;
	inset: 0 0 auto auto;
}
.pages .info_wrap .common_btn a{
	font-size: 1.25rem;
	max-width: 430px;
}
.pages .info_wrap .common_btn a b{
	position: absolute;
	z-index: 1;
	font-size: 1.125rem;
	color: #282828;
	margin: auto;
	inset: -2em 0 auto;
	background: #fff;
	border: 2px solid #e86655;
	width: fit-content;
	border-radius: 2em;
	padding: 0.5em 2.5em;
}
.pages .info_wrap .common_btn a:before {
	position: absolute;
	z-index: 10;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 12px 0 12px;
	border-color: #ffffff transparent transparent transparent;
	margin: auto;
	top: 0em;
	bottom: auto;
	left: 0;
	right: 0;
}
@media screen and (max-width:767px) {
	.pages .info_wrap{
		padding-block: 3em 3em;
	}  
	.pages .info_wrap .info_lead {  
		font-size: 1.75rem;
		margin-bottom: 1em;
	} 
	.pages .info_wrap table{
		width: 100%;
		margin-bottom: 4em;
	}
	.pages .info_wrap table tr{
		width: 100%;
	}
	.pages .info_wrap table tr th,
	.pages .info_wrap table tr td{
		font-size: 1rem;
		padding: 1em;
	}
	.pages .info_wrap table tr th{
		width: 25%;
	}
	.pages .info_wrap .common_btn a{
		max-width: 270px;
	}
	.pages .info_wrap .common_btn a b{
		font-size: 1rem;
		inset: -2.25em 0 auto;
		padding: 0.5em 2em;
	}
	.pages .info_wrap .common_btn a:before {
		top: -0.25em;
	}
}
.pages .price_wrap{
	padding-block: 0 3em;
}  
.pages .price_wrap .price_lead{  
	font-size: 2.25rem;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	word-break: auto-phrase;
	text-align: center;
} 
.pages .price_wrap table{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 4em;
}
.pages .price_wrap table tr{
	width: 100%;
}
.pages .price_wrap table tr th,
.pages .price_wrap table tr td{
	font-size: 1.25rem;
	padding: 1.25rem 2em;
	padding: 1.15em 0.5em;
	width: 22%;
	display: inline-block;
	margin-right: 1%;
	border-bottom: 1px solid #a7c2c9;
	font-weight: 500;
	vertical-align: middle;
	text-align: center;
}
.pages .price_wrap table tr th{
	text-align: center;
	background: #edf5f7;
	position: relative;
	z-index: 0;
}
.pages .price_wrap table td:first-child{
	background: #edf5f7;
}
.pages .price_wrap table td:last-child,
.pages .price_wrap table th:last-child{
	width: 24.2%;
	margin-right: 0;
}
.pages .price_wrap  table tr:first-child th{
	border: none;
	background: #cee5eb;
	padding-block: .75em;
	margin-bottom: 1em;
	position: relative;
	z-index: 0;
}
.pages .price_wrap table tr:first-child th:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 14px 8px 0 8px;
	border-color: #cee5eb transparent transparent transparent;
    position: absolute;
    margin: auto;
    inset: auto 0 -13px;
}
.pages .price_wrap  table tr:first-child td{
	border: none;	
	background: none;
}
@media screen and (max-width:767px){
	.pages .price_wrap{
		padding-block: 0 4em;
	}  
	.pages .price_wrap .price_lead{  
		font-size: 1.75rem;
		margin-bottom: 1em;
	} 
	.pages .price_wrap table{
		min-width: 600px;
		width: 100%;
		margin: 0 auto 2em;
	}
	.pages .price_wrap table tr{
		width: 100%;
	}
	.pages .price_wrap table tr th,
	.pages .price_wrap table tr td{
		font-size: 1rem;
		padding: 1.15em 0.5em;
		width: 20%;
	}
	.pages .price_wrap table td:last-child,
	.pages .price_wrap table th:last-child{
		width: 37%;
	}
}
.pages .place_wrap{
	position: relative;
	z-index: 0;
	padding-block: 4em 8em;
	background-image: linear-gradient(180deg, rgb(255 255 255), rgb(248 247 246) 27%);
}
.pages .place_wrap .text_area{
	max-width: 50%;
	margin-block: 10em 4em;
}
.pages .place_wrap .text_area .sec_ttl{
	margin-bottom: 1em;
}
.pages .place_wrap .text_area .place_items li{
	display: flex;
	gap: 3%;
	align-items: center;
	margin-bottom: 1em;
}
.pages .place_wrap .text_area .place_items li .icon{
	width: 80px;
}
.pages .place_wrap .text_area .place_items .item_lead{
	font-size: 1.75rem;
	margin-bottom: 0.25rem;
}
.pages .place_wrap .text_area .place_items .item_text{
	font-size: 1.125rem;
	font-weight: 500;
}
.pages .place_wrap .sec_img{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: 6em 0 auto auto;
	border: revert-layer;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	height: 560px;
	width: 47.25vw;
}
.pages .place_wrap .sec_img img{
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:767px){
	.pages .place_wrap{
		padding-block: 2em 1em;
	}
	.pages .place_wrap .text_area{
		max-width: 100%;
		margin-block: 2em 0;
	}
	.pages .place_wrap .text_area .sec_ttl{
		margin-bottom: 0.5em;
	}
	.pages .place_wrap .text_area .place_items li{
		margin-bottom: 1.5em;
	}
	.pages .place_wrap .text_area .place_items li .icon{
		width: 60px;
	}
	.pages .place_wrap .text_area .place_items .item_lead{
		font-size: 1.35rem;
		margin-bottom: 0.25rem;
	}
	.pages .place_wrap .text_area .place_items .item_text{
		font-size: 1rem;
	}
	.pages .place_wrap .sec_img{
		position: relative;
		inset: unset;
		border-radius: 5px;
		height: 230px;
		width: 100%;
		margin-bottom: 1.5em;
	}
}
.pages .spot_wrap{
	background: #f8f7f6;
	padding-block: 3em 5em;
}
.pages .spot_wrap .spot_lead{
	font-size: 2.25rem;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	word-break: auto-phrase;
	text-align: center;
}
.pages .spot_wrap .spot_items{
	display: flex;
	gap: 1em 1.8%;
}
.pages .spot_wrap .spot_items li{
	background: #fff;
	width: calc(93.6% / 4);
	border-radius: 5px;
	overflow: hidden;
}
.pages .spot_wrap .spot_items li .spot_ttl{
	font-size: 1.125rem;
	font-weight: 800;
	padding: 1em 1rem 0.5em;
}
.pages .spot_wrap .spot_items li .spot_text{
	padding: 0 1rem 3em;
	font-weight: 500;
	line-height: 1.6;
}
@media screen and (max-width:767px){
	.pages .spot_wrap{
		padding-block: 2em 3em;
	}
	.pages .spot_wrap .spot_lead{
		font-size: 1.75rem;
	}
	.pages .spot_wrap .spot_items{
		display: flex;
		gap: 1em 4%;
		flex-wrap: wrap;
	}
	.pages .spot_wrap .spot_items li{
		width: 48%;
	}
	.pages .spot_wrap .spot_items li .spot_ttl{
		padding: 1em 1rem 0.25em;
	}
	.pages .spot_wrap .spot_items li .spot_text{
		padding: 0 1rem 1em;
	}
}
/* nara
-------------------------------------------------------------------*/
.nara .mv_wrap .title_area .mv_title{
	text-shadow: 0px 0px 14px rgb(0 0 0), 0px 0px 14px rgb(0 0 0), 0px 0px 14px rgb(0 0 0);
}
.nara .mv_wrap .title_area .mv_text{
	text-shadow: 0px 0px 10px rgb(0 0 0), 0px 0px 14px rgb(0 0 0);
}
.nara .feature_wrap{
	padding-block: 1em;
}
.nara .feature_wrap .sec_text{
	margin-bottom: 4em;
}
.nara .feature_wrap .feature_table{
	border: 1px solid #e2e2e2;
	max-width: 1500px;
	margin-inline: auto;
	padding-block: 4em 5em;
}
.nara .feature_wrap .feature_lead{
	font-size: 2.25rem;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	word-break: auto-phrase;
	text-align: center;
}
.nara .feature_wrap .feature_lead span{
	font-size: 1.75rem;	
}
.nara .feature_wrap table{
	width: 100%;
	margin-bottom: 1em;
	max-width: 1200px;
	margin-inline: auto;
}
.nara .feature_wrap table td,
.nara .feature_wrap table th{
	font-size: 1.25rem;
	text-align: center;
	padding: 1.15em 0.5em;
	width: 17%;
	display: inline-block;
	margin-right: 1%;
	border-bottom: 1px solid #e0a58f;
	font-weight: 500;
	vertical-align: middle;
}
.nara .feature_wrap table td:last-child,
.nara .feature_wrap table th:last-child{
	width: 28%;
	margin-right: 0;
}
.nara .feature_wrap table tr:not(:first-child) th:first-child{
	background: #ffeee8;
}
.nara .feature_wrap table tr:first-child th{
	border: none;
	background: #f7d9ce;
	padding-block: .75em;
	margin-bottom: 1em;
	position: relative;
	z-index: 0;
}
.nara .feature_wrap table tr:first-child th:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 14px 8px 0 8px;
	border-color: #f7d9ce transparent transparent transparent;
    position: absolute;
    margin: auto;
    inset: auto 0 -13px;
}
.nara .feature_wrap table tr:first-child td{
	border: none;	
}
.nara .feature_wrap table .red{
	color: #e86655; 
}
.nara .price_wrap table tr td:first-child{
	width: 20%;
}
.nara .price_wrap table tr th,
.nara .price_wrap table tr td,
.nara .price_wrap table td:last-child,
.nara .price_wrap table th:last-child{
	width: 25.6%;
}
.nara .price_wrap table tr th,
.nara .price_wrap table tr td{
	border-bottom: 1px solid #e0a58f;
}
.nara .price_wrap table tr th{
	background: #ffeee8;
}
.nara .price_wrap table td:first-child{
	background: #ffeee8;
}
.nara .price_wrap  table tr:first-child th{
	background: #f7d9ce;
}
.nara .price_wrap table tr:first-child th:after {
	border-color: #ffd5c5 transparent transparent transparent;
}
@media screen and (max-width: 1560px) {
	.nara .feature_wrap .feature_table{
		margin-inline: 2%;
		padding-inline: 1em;
	}
	.nara .feature_wrap .feature_table .sitewrap{
		min-width: unset;
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.nara .feature_wrap table td,
	.nara .feature_wrap table th{
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.nara .mv_wrap .title_area{
		padding-inline: 15px;
		inset: auto 0 8% auto;
	}
	.nara .feature_wrap{
		padding-block: 1em;
	}
	.nara .feature_wrap .sec_text{
		margin-bottom: 3em;
		text-align: left !important;
	}
	.nara .feature_wrap .feature_table{
		border: none;
		padding-block: 0;
		margin-inline: 0;
		padding-inline: 15px;
	}
	.nara .feature_wrap .feature_lead{
		font-size: 1.75rem;
	}
	.nara .feature_wrap .feature_lead span{
		font-size: 1.35rem;	
	}
	.nara .feature_wrap .js-scrollable{
		overflow-x: auto;
		padding-inline: 0;
	}
	.nara .feature_wrap table{
		width: 600px;
		margin-bottom: 1em;
	}
	.nara .price_wrap table tr th,
	.nara .price_wrap table tr td{
		width: 22%;
	}
	.nara .price_wrap table td:last-child,
	.nara .price_wrap table th:last-child{
		width: 33%;
	}
}
.nara .info_wrap table tr th{
	background: #ffeee8;
}
.nara .info_wrap table tr th::before{
	background: #f7d9ce;
}
.nara .info_wrap table tr td::before{
	background: #f7d9ce;
}
.nara .info_wrap table tr:first-child td::after{
	background: #f7d9ce;
}
.nara .cta_wrap{
	background: #f7d9ce;
}
.nara .cta_wrap .cta_list li .cta_sub{
	background: #ffeee8;
}
/* kamikouchi
-------------------------------------------------------------------*/
.kamikouchi .place_wrap{
	padding-block: 4em 4em;
	margin-top: -3.5em;
}
.kamikouchi .spot_wrap .spot_map{
	margin-bottom: 3em;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.kamikouchi .place_wrap{
		padding-block: 0 .1em;
		margin-top: 0;
	}
	.kamikouchi .spot_wrap .spot_map{
		margin-bottom: 0.5em;
		min-width: 600px;
	}
	.kamikouchi .spot_wrap .js-scrollable{
		margin-bottom: 1.5em;
	}
}
.kamikouchi .theme_wrap {
	padding-block: 4em 2em;
}  
.kamikouchi .theme_wrap .theme_lead {  
	font-size: 2.25rem;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	word-break: auto-phrase;
	text-align: center;
}  
.kamikouchi .theme_wrap .theme_box {  
	background: #edf5f7;
	max-width: 1500px;
	margin-inline: auto;
	margin-bottom: 3em;
	padding: 4em 2em;
}  
.kamikouchi .theme_wrap .theme_box .theme_col{
	display: flex;
	max-width: 1240px;
	padding-inline: 20px;
	margin-inline: auto;
	text-align: left;
	gap: 1em 7%;
	margin-bottom: 0.5em;
	justify-content: space-between;
} 
.kamikouchi .theme_wrap .theme_box.rev .theme_col{
	flex-direction: row-reverse;
}
.kamikouchi .theme_wrap .theme_box .theme_col .text_area{
	width: 48%;
	font-weight: 500;
}  
.kamikouchi .theme_wrap .theme_box .theme_col .text_area .theme_ttl {
	font-size: 2.125rem;
	margin-bottom: 0.3em;
}  
.kamikouchi .theme_wrap .theme_box .theme_col .text_area .theme_text {
	line-height: 1.8;
	margin-bottom: 2.25em;
	font-weight: 500;
}  
.kamikouchi .theme_wrap .theme_box .theme_col .text_area .img_col {
	display: flex;
	justify-content: space-between;
	gap: 4%;
}  
.kamikouchi .theme_wrap .theme_box .theme_col .text_area .img_col .img {
	width: 48%;
}  
.kamikouchi .theme_wrap .theme_box .theme_col .text_area .img_col .img img{
	border-radius: 5px;
}  
.kamikouchi .theme_wrap .theme_box .theme_col .img_area {
	width: 45%;
}  
.kamikouchi .theme_wrap .theme_box .theme_col .img_area .img{
	height: 360px;
	border-radius: 5px;
	overflow: hidden;
}  
.kamikouchi .theme_wrap .theme_box .theme_col .img_area .img img{
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}  
.kamikouchi .theme_wrap .theme_box .theme_att{
	text-align: right;
	font-size: 0.875rem;
	font-weight: 500;
	max-width: 1240px;
	padding-inline: 20px;
	margin-inline: auto;
}
.kamikouchi .theme_wrap .theme_box .theme_place{
	font-size: 1.5rem;
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
.kamikouchi .theme_wrap .theme_box .theme_detail{
	line-height: 1.6;
	margin-bottom: 1.5em;
}
.kamikouchi .theme_wrap .theme_box .lead_link a{
	border-bottom: 1px solid;
	text-decoration: none;
}
@media (any-hover: hover){
	.kamikouchi .theme_wrap .theme_box .lead_link a:hover{
		border-bottom: none;	
	}
}
.kamikouchi .theme_wrap .theme_box .plan_area{
	margin-top: 4em;
}
.kamikouchi .theme_wrap .theme_box .plan_area .plan_figure{
	margin-bottom: 4em;
}
.kamikouchi .theme_wrap .theme_box .plan_area .plan_figure img{
	border-radius: 10px;
	overflow: hidden;
}
.kamikouchi .theme_wrap .theme_box .plan_area .img_col{
	display: flex;
	justify-content: center;
	margin-bottom: 0.5em;
}
.kamikouchi .theme_wrap .theme_box .plan_area .img_col .img{
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}
.kamikouchi .theme_wrap .theme_box .plan_area .img_col .img + .img{
	border-radius: 0 5px 5px 0;
}
.kamikouchi .theme_wrap .theme_box .plan_area .plan_att{
	text-align: right;
	font-size: 0.875rem; 
	margin-inline: auto;
	max-width: 1200px;
	font-weight: 500;
}
@media screen and (max-width: 1540px){
	.kamikouchi .theme_wrap .theme_box {  
		margin-inline: 2%;
		padding: 4em 1em;
	}  
	.kamikouchi .theme_wrap .theme_box .theme_col {
		display: flex;
		max-width: 1240px;
		padding-inline: 20px;
		margin-inline: auto;
		text-align: left;
		gap: 1em 7%;
		margin-bottom: 0.5em;
		justify-content: space-between;
	} 
	.kamikouchi .theme_wrap .theme_box.rev .theme_col{
		flex-direction: row-reverse;
	}
	.kamikouchi .theme_wrap .theme_box .theme_col .text_area{
		width: 48%;
	}  
	.kamikouchi .theme_wrap .theme_box .plan_area{
		max-width: 1240px;
		padding-inline: 20px;
		margin-inline: auto;
	}
}
@media screen and (max-width:767px){
	.kamikouchi .theme_wrap {
		padding-block: 3em 2em;
		background: #edf5f7;
	}  
	.kamikouchi .theme_wrap .theme_lead {  
		font-size: 1.75rem;
		margin-bottom: 1em;
	}  
	.kamikouchi .theme_wrap .theme_box {  
		background: #edf5f7;
		margin-bottom: 3em;
		padding: 0;
	}  
	.kamikouchi .theme_wrap .theme_box .theme_col {
		flex-direction: column !important;
	} 
	.kamikouchi .theme_wrap .theme_box .theme_col .text_area{
		width: 100%;
	}  
	.kamikouchi .theme_wrap .theme_box .theme_col .text_area .theme_ttl {
		font-size: 1.55rem;
		margin-bottom: 0.25em;
	}  
	.kamikouchi .theme_wrap .theme_box .theme_col .text_area .theme_text {
		line-height: 1.6;
		margin-bottom: 1.5em;
	}  
	.kamikouchi .theme_wrap .theme_box .theme_col .text_area .img_col .img {
		width: 48%;
	}  
	.kamikouchi .theme_wrap .theme_box .theme_col .img_area {
		width: 100%;
	}  
	.kamikouchi .theme_wrap .theme_box .theme_col .img_area .img{
		height: auto;
	}  
	.kamikouchi .theme_wrap .theme_box .theme_col .img_area .img img{
		height: auto;
		object-fit: unset;
	}  
	.kamikouchi .theme_wrap .theme_box .theme_place{
		font-size: 1.35rem;
		padding-bottom: 0.25em;
		margin-bottom: 0.75em;
	}
	.kamikouchi .theme_wrap .theme_box .theme_detail{
		line-height: 1.6;
		margin-bottom: 1.5em;
	}
	.kamikouchi .theme_wrap .theme_box .lead_link a{
		border-bottom: 1px solid;
		text-decoration: none;
	}
	.kamikouchi .theme_wrap .theme_box .plan_area{
		margin-top: 2em;
	}
	.kamikouchi .theme_wrap .theme_box .plan_area .js-scrollable{
		margin-bottom: 2em;
	}
	.kamikouchi .theme_wrap .theme_box .plan_area .plan_title{
		text-align: center;
		font-size: 1.4rem;
		margin-block: 2.5em 0.5em;
	}
	.kamikouchi .theme_wrap .theme_box .plan_area .plan_figure {
		margin-bottom: 0;
		min-width: 750px;
	}
	.kamikouchi .theme_wrap .theme_box .plan_area .img_col{
		display: flex;
		justify-content: center;
		margin-bottom: 0.5em;
		flex-direction: column;
	}
	.kamikouchi .theme_wrap .theme_box .plan_area .img_col .img{
		border-radius: 5px 5px 0 0;
	}
	.kamikouchi .theme_wrap .theme_box .plan_area .img_col .img + .img{
		border-radius: 0 0 5px 5px;
	}
}
.kamikouchi .amenity_wrap{
	background: #f8f7f6;
	padding-top: 12em;
}
.kamikouchi .amenity_wrap .sec_img{
	inset: 6em 0 auto auto;
}
.kamikouchi .info_wrap .info_text{
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2em;
}
.kamikouchi .info_wrap .info_text em{
	font-weight: 800;
}
.kamikouchi .info_wrap .info_text span{
	font-size: 1.5rem;
}
.kamikouchi .price_wrap .price_text{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2em;
}
.kamikouchi .price_wrap table tr th,
.kamikouchi .price_wrap table tr td{
	width: 24.2%;
}
@media screen and (max-width:767px){
	.kamikouchi .amenity_wrap{
		padding-top: 3em;
	}
	.kamikouchi .amenity_wrap .sec_img{
		inset: 0;
	}
	.kamikouchi .info_wrap .info_text{
		font-size: 1.125rem;
		margin-bottom: 1.5em;
	}
	.kamikouchi .info_wrap .info_text span{
		font-size: 1.25rem;
	}
	.kamikouchi .price_wrap .price_text{
		font-size: 1.125rem;
		margin-bottom: 2em;
	}
	.kamikouchi .price_wrap .js-scrollable{
		margin-bottom: 1em;
	}
	.kamikouchi .price_wrap table{
		min-width: 560px;
		margin-bottom: 1.5em;
	}
	.kamikouchi .price_wrap table tr th,
	.kamikouchi .price_wrap table tr td{
		width: 24.5%;
	}
	.kamikouchi .price_wrap table tr th:first-child,
	.kamikouchi .price_wrap table tr td:first-child{
		width: 23%;
	}
	.kamikouchi .price_wrap table td:last-child,
	.kamikouchi .price_wrap table th:last-child{
		width: 24.5%;
	}
}