@charset "utf-8";
/* ------------------------------
    access
------------------------------ */
/*pagettl*/
#pagettl {
	background-image: url(../img/bath/bg_pagettl_bath.jpg);
}
span5{
	color: #F00;
}
#intro {
	padding: 100px 0 120px;
}
#intro .ttl {
	font-size: 2.4rem;
	margin-bottom: 1em;
	line-height: 1.3;
}
#intro .ttl2 {
	margin-top: 60px;
}
#intro .ttl2 .ico {
	margin-right: .5em;
}
#intro .txt {
	font-size: 1.8rem;
}
#intro .txt01 {
	font-size: 2rem;
}
#twin .txt01 {
	font-size: 2rem;
}
#twin .txt02 {
	font-size: 1.6rem;
}
/*facility,equipment*/
#ns {
	background: #F2F2F2;
}
#bfree {
	background: #F2F2F2;
	margin-top: 0px;
	padding: 60px 0 60px;
}
#twin, #room_spec{
	background: #FFF;	
	margin-top: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}
#facility {
	padding-top: 60px;
}
#custmars_voice {
	background: #FFF;
	margin-top: 0px;
	padding: 60px 0 50px;
}

#ns .wrap, #double .wrap, #twin .wrap {
	max-width: 1110px;
}
.contents .list.flex {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.contents .list .box {
	width: 100%;
	margin-right: 30px;
	padding: 15px;
	min-height: 620px;
}
.contents .list .box > div {
	display: inline-block;
	vertical-align: top;
}
.room_left {
	width: 650px;
	padding-right: 50px;
}
.main-img {
	width: 100%;
}
.main-img li {
	height: 400px;
}
.main-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sub-img {
	width: 100%;
	height: auto;
	padding: 20px 0px;
	box-sizing: border-box;
}
.sub-img li {
	cursor: pointer;
	height: 90px;
	width: 23.6%;
	display: inline-block;
	padding: 0 5px;
	position: relative;
	transition: all 0.3s ease;
}
.sub-img li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sub-img .slick-current, .sub-img li:hover {
	opacity: 0.5;
}
.room_right {
	width: 37%;
	text-align: left;
}
/*
.contents #ns .list .box:nth-child(2n){
	margin-right: 0;
}
.contents #ns .list .box:nth-child(n + 3){
	margin-top: 50px;
}
.contents #double .list .box:nth-child(2n){
	margin-right: 0;
}
.contents #double .list .box:nth-child(n + 3){
	margin-top: 50px;
}
*/ .contents .list .box dl dt {
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.3;
	margin: 0px 0px 1em;
}
.contents .list .box dl dd {
	font-size: 1.7rem;
	line-height: 164%;
}
.contents .list .box.pillow {
	width: 730px;
}
.contents .list .box .txtbox {
	padding: 40px 145px 35px;
}
.contents .list .box .ttl {
	font-size: 3.4rem;
	color: #c30d23;
	margin-bottom: .9em;
	line-height: 1.3;
}
.contents .list .box .txt {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.45;
	min-height: 7.8em;
}
.contents .list .box .txtbox .btn {
	margin-top: 6px;
}
.contents .list .box .txtbox .btn a {
	margin-left: auto;
}
.txtbox2 {
	margin: 0 auto;
	text-align: center;
}
.txtbox2 .btn2 {
	margin-top: 6px;
}
.txtbox2 .btn2 a {
	margin: 0 auto;
	margin-top: 20px;
}
.room_navi {
	max-width: 980px;
	height: auto;
	margin: 0px auto;
	position: relative;
	padding: 0px 0px 40px;
}
.room_navi ul {
	width: 100%;
}
.room_navi li {
	display: inline-block;
	width: 46%;
	vertical-align: top;
}
.room_navi li:nth-child(2) {
	margin: 0px 30px;
}
.room_navi li > p {
	text-align: center;
	width: 98%;
	margin: 15px auto;
}
.kouji {
	padding: 10px 0px;
}
.room_navi li > p a {
	color: inherit;
	display: block;
	padding: 5px 0px;
}
.room_cate {
	background: #734E30;
	color: #FFF;
	font-size: 2.4rem;
	width: 100% !important;
}
.room_spec {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 20px 0px;
}
.room_spec td {
	border-bottom: 1px solid #000;
	padding: 5px 10px;
}
.room_spec td:first-child {
	width: 30%;
}
.room_spec td:last-child {
	width: 70%;
}
section#room_spec .ttl_line {
	margin-bottom: 20px;
}
.spec_02 {
	padding: 50px 0px;
}
.att{
	padding: 15px 0px 15px 20px; 
}
.spec_detail {
	max-width: 900px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.spec_detail li {
	width: 20%;
	border: 1px solid #734E30;
	border-collapse: collapse;
	padding: 10px 10px 10px 20px;
	margin: 0px 0px -1px -1px;
}
.spec_btn {
	max-width: 500px;
	margin: 0px auto;
	position: relative;
	color: #FFF;
	text-align: center;
}
.spec_btn a {
	display: block;
	color: inherit;
	padding: 4px 0px;
}
.rental_btn {
	color: #FFF;
}
.more_btn {
	color: #000;
	margin: 50px auto;
}
.more_btn a::after {
	content: '';
}

@media screen and (max-width: 768px) {
	#pagettl .ttl_box .ttl {
		font-size: 4.4vw;
	}
	.sub-img.slider-nav {
		display: none!important;
	}
	.main-img {
		margin-bottom: 10px;
	}
	
	/*facility,equipment*/
	#double, #twin {
		margin-top: 0px;
		padding: 30px 0 8vw;
	}
	#ns .wrap, #double .wrap, #twin .wrap {
		max-width: inherit;
	}
	#ns {
		margin-top: 0px;
		padding: 30px 0 0;
	}
	.contents section#facility {
		padding-top: 0;
		margin-top: 0;
	}
	
	
	#custmars_voice {
		padding: 60px 0 0;
	}
	.contents .list .box {
		width: 98%;
		margin-right: 2% !important;
		padding: 3vw;
		min-height: 55vw;
	}
	.contents #ns .list .box:nth-child(1n) {
		margin-right: 0 !important;
	}
	.contents #ns .list .box:nth-child(n + 2) {
		margin-top: 2%;
	}
	.contents #double .list .box:nth-child(1n) {
		margin-right: 0 !important;
	}
	.contents #double .list .box:nth-child(n + 2) {
		margin-top: 2%;
	}
	.contents .list .box dl dt {
		font-size: 3.8vw;
		text-align: center;
	}
	.contents .list .box dl dd {
		font-size: 3.1vw;
	}
	.contents .list .box.pillow {
		width: 100%;
		margin-right: 0 !important;
	}
	.contents .list .box .txtbox {
		padding: 5vw 20vw 4vw;
	}
	.contents .list .box .txtbox .ttl {
		font-size: 5vw;
	}
	.contents .list .box .txtbox .txt {
		font-size: 3.4vw;
		min-height: inherit;
	}
	.contents .list .box .txtbox .btn {
		margin-top: 4vw;
	}
	.txtbox2 {
		margin: 0 auto;
		text-align: center;
	}
	.txtbox2 .txt {
		font-size: 3.4vw;
		min-height: inherit;
	}
	.txtbox2 .btn2 {
		margin-top: 2vw;
	}
	#intro {
		padding: 12vw 0 10vw;
	}
	#intro .ttl {
		font-size: 3.8vw;
	}
	#intro .txt {
		font-size: 3.2vw;
	}
	#intro .ttl2 {
		margin-top: 8vw;
	}
	#intro .ttl2 .ico img {
		width: 4.4vw
	}
	#intro .txt01 {
		font-size: 3.4vw;
	}
	#twin .txt01 {
		font-size: 3.4vw;
	}
	#twin .txt02 {
		font-size: 3.0vw;
	}
	.contents .list .box {
		width: 100%;
		margin-right: 0px;
		padding: 15px 0px;
	}
	.room_navi ul {
		text-align: center;
	}
	.room_navi li {
		width: 48%;
	}
	.room_navi li:nth-child(2) {
		margin: 0px 0px 0px 10px;
	}
	.room_cate {
		font-size: 1.6rem;
	}
	.room_left {
		width: 100%;
		padding: 0px;
	}
	.main-img li {
		height: 224px;
	}
	.sub-img li {
		height: 50px;
		width: 22.9%;
	}
	.room_right {
		width: 100%;
	}
	.spec_detail li {
		width: 33%;
		padding: 10px 4px;
	}
	.spec_btn {
		font-size: 1.4rem;
	}
	
}

.gradBox1 a::after {
	content: "▼";
}
.gradBox1.more_btn a::after {
	content: none;
}