/* SUB　客室
/* -------------------------------------------------------------------------- */
.sec-sub_room{
	margin-top: 220px;
}

.sub_room_container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}
.sub_room_heading__box{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
.sub_room_catch{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
.sub_room_heading{
	display:flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: center;
	ustify-content: center;
}
.sub_room_heading__left{
	width:30%;
	padding-right: 10%;
	border-right: solid 1px #4e4e4e;
	text-align: right;
}
.sub_room_heading__right{
	width: 50%;
	margin-left: 10%;
}
.sub_room_heading__left h1{
	font-size:36px;
	margin: 0;
	padding-bottom: 5px;
}
.sub_room_heading__left p{
	font-size:16px;
	padding-right: 5px;
}
.sub_room_heading__right{
	font-size:20px;
}
.sub_room__box h2{
	font-size:28px;
	text-align:center;
}

.sub_room__textbox{
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	justify-content: space-between;
	background-color: #eee;
	padding: 50px 0;
}
.sub_room__textbox h4{
	font-size:16px;
}
.sub_room__textbox p{
	font-size:16px;
}
.sub_room_img_box{
	position: relative;
}
.sub_room_img{
	margin-left:auto;
	margin-right:auto;
}
/* .sub_room_img_bg{
	height: 100%;
	width: 100%;
	background-color: #eee;
	position: absolute;
	top: 0;
	left: 0;

} */
.sub_room_img_bg_right {
	width: 100%;
	height: 100%;
	background-color: #eee;
	position: absolute;
	top: 40px;
	left: 40px;
	opacity: 0.4;
	z-index: -1;
}
.sub_room_img_bg_left {
	width: 100%;
	height: 100%;
	background-color: #eee;
	position: absolute;
	top: 40px;
	right: 40px;
	opacity: 0.4;
	z-index: -1;
}
.room__introbox_1{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	/* line-height: 1.8; */
}
.room__introbox_2{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.room__detail_title{
	display: inline-block;
	padding: 5px 5px;
	border: solid 1px #8c8c8c;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.room__detail{
	font-size: 15px;
}
.btn__box_reserve {
	margin-top: 30px;
}
.more__btn_reserve {
	position: relative;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	border: solid 1px #000;
	text-align: center;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all 1s;
	margin: 0 0 0 auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all 1s;
}
.btn__box_reserve a {
	display: block;
	width: 100%;
}
.more__btn_reserve:hover {
	background-color: #5a5a5a;
	border: solid 1px #5a5a5a;
	color: #fff;
	cursor: pointer;
}
.footer_navi-list-service{
	margin: 0.5rem 0 0 2rem;
}

/* -------------------------------------------------------------------------- */

/* ▼よくある質問▼ */
.faq-container{
	margin-top:50px;
	margin-bottom:50px;
}
.hidden_item #label3:checked ~ .hidden_cont3 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label4:checked ~ .hidden_cont4 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label5:checked ~ .hidden_cont5 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label6:checked ~ .hidden_cont6 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label7:checked ~ .hidden_cont7 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label8:checked ~ .hidden_cont8 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label9:checked ~ .hidden_cont9 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label10:checked ~ .hidden_cont10 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label11:checked ~ .hidden_cont11 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label12:checked ~ .hidden_cont12 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label13:checked ~ .hidden_cont13 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label14:checked ~ .hidden_cont14 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label15:checked ~ .hidden_cont15 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label16:checked ~ .hidden_cont16 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_item #label17:checked ~ .hidden_cont17 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.faq_category{
	margin: 80px 0 15px 0;
}
.questions{
    border-bottom: solid 1px #333;
    padding: 15px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px;
}
.answers{
	font-size:18px;
}
.questions:before{
font-size: 30px;
    content: "Q";
    padding-right: 20px;
    color: #333;
}
.answers:before{
	font-size: 30px;
    content: "A";
    padding-right: 20px;
	padding-left: 15px;
    color: #689e49;
}

/* ▼感染症対策について▼ */
.covid-intro{
	margin-bottom: 80px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 35px;
	margin-top: 25px;
}
.covid-table{
	margin-bottom: 80px;
}
.covid-table th{
	font-size:15px;
	padding: 20px 15px;
	border: 0.1rem solid #333;
	background: #f7f7f7;
	width: 25%;
	border-bottom: none;
}
.covid-table td{
	font-size:15px;
	padding: 20px 15px;
	border: 0.1rem solid #333;
	width: 75%;
}
.covid-table:last-child{
	border-bottom: 0.1rem solid #333;
}
.covid-box{
	margin-bottom: 80px;
}
.covid-title{
	margin-bottom:50px;
}
.covid-txt{
	text-align:left;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.covid-img{
	width: 80%;
	margin-left: auto;
    margin-right: auto;
}
.covid-index-title{
	border-left: solid 4px #0089ff;
    padding-left: 10px;
    margin-top: 25px;
    width: 80%;
    text-align: left;
	margin-left:auto;
	margin-right:auto;
}
.covid-box {
    margin-bottom: 100px;
}
mt-30{
	margin:0 auto;
	margin-top: 30px!important;
}

/* ▼プライバシーポリシー▼ */
.privacy-txt{
	font-size:16px;
}

/* ▼宿泊約款▼ */
. privacy-txt{
	font-size:16px!important;
}

/* ▲よくある質問▲ */
@media (min-width: 992px){
.faq_menu {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.covid-block {
    width: 50%;
}
.covid-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
	.covid-index-title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
	.covid-txt {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
	.sub-page-container{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	
}

@media screen and (max-width: 760px){
.faq-container{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.questions{
    font-size: 18px;
}
.answers{
	font-size:16px;
}
.questions:before{
font-size: 25px;
}
.answers:before{
	font-size: 25px;
}

	
.covid-title{
	font-size: 19px;
}
.covid-intro {
   	margin-bottom: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    font-size: 15px;
}
.covid-table th {
    font-size: 14px;
    padding: 20px 15px;
	display:block;
	width:100%;
}
.covid-table td {
    font-size: 15px;
    padding: 20px 15px;
	display:block;
	width:100%;
	border-bottom: none;
}
.covid-table td:last {
	border-bottom: none;
}
.covid-block{
	width:50%;
}
.covid-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.covid-index-title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.covid-txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
	margin-bottom: 25px;
}
.covid-box {
    margin-bottom: 10px;
}
	.privacy-txt {
    font-size: 15px;
}
	
}

@media screen and (max-width: 468px){
.faq_category {
    font-size: 20px;
}
.questions{
    font-size: 16px;
}
.answers{
	font-size:14px;
}
.questions:before{
font-size: 18px;
}
.answers:before{
	font-size: 18px;
}

	
.covid-title{
	font-size: 18px;
	margin-bottom:30px;
}
.covid-block {
    width: 90%;
    margin-left: auto;
	margin-right: auto;
}
.covid-box {
    margin-bottom: 50px;
}
	
	
	
}