@charset "utf-8";
/* CSS Document */

#rooms {
		box-sizing: border-box;
}
div#kv {
	width: 100%;
    aspect-ratio: 3 / 1;
    overflow: hidden;
    position: relative;
    margin-top: 70px;
}
div#kv img {
	width: 100%;
	height: auto;
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

	@media only screen and (max-width: 750px) {
		div#kv {
			width: 100%;
			height: 420px;
			margin-top: 0;
		}
	    div#kv img {
			width: auto;
			height: 100%;
    	}
	}

div#lead {
	margin: 60px 0 80px;
}
div#lead > div {
	display: block;
	width: 700px;
	margin: 0 auto;
}
div#lead > div > h1 {
	font-size: 15px!important;
	margin: 0 0 30px;
}
div#lead > div > h1 > span {
	display: block;
	font-size: 38px;
	margin-top: 10px;
}
div#lead > div > h1 > span:before,
div#lead > div > h1 > span:after {
    content: "";
    display: inline-block;
    background-image: url(/common/top/pc/h2_layout.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 3px;
    background-size: contain;
    margin: 0 16px;
    vertical-align: 7px;
}
div#lead > div > p {
	text-align: left;
	line-height: 200%;
	margin-bottom: 20px;
}
a.link {border-bottom:#585757 1px dashed;}

@media only screen and (max-width: 750px) {
	div#lead {
		width: 90%;
		margin: 60px auto 40px;
	}
    div#lead > div {
        width: 100%;
    }
	div#lead > div > h1 > span {
		font-size: 7vw;
	}
}


body#rooms .moreBTN {
	width: 765px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 40px;
}
body#rooms .moreBTN > div {
	width: 50%;
	display: flex;
	justify-content: center;
}
body#rooms .moreBTN > div > a {
	display: inline-block;
	width:240px;
    font-size: 16px;
    line-height: 0.8;
	border: #d1d1d2 1px solid;
	padding: 20px 0;
}
body#rooms .moreBTN2 a {
	display: block;
	color: #53585a;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 0.8;
    padding: 15px 50px;
}
	@media only screen and (max-width: 750px) {
		body#rooms .moreBTN {
			width: 100%;
			display: block;
			flex-wrap: nowrap;
			margin: 0 auto 40px;
		}
		body#rooms .moreBTN > div {
			width: 100%;
			margin-bottom: 20px;
		}
	}



#rooms section {
	max-width: 1200px;
	border-bottom:#ccc 1px dotted;
	margin:0 auto 50px;
	padding:20px 0;	
}
#rooms section h3 {
	font-size: 24px;
	text-align:left;
	margin-bottom:15px;
	margin-top:0;
}
#rooms section p {
	text-align: left;
	line-height:1.6;
	margin:0 0 15px 0!important;
}
#rooms section:first-child {
	border-top:none;
	padding-top:0;
}
#rooms section ul.detail {
	display:flex;
	flex-wrap:wrap;
}
#rooms section ul.detail li {
	width:600px;
	box-sizing: border-box;
}
body#rooms h5 {
	font-size:25px;
	margin-bottom:20px;
}

	@media only screen and (max-width: 750px) {
		#rooms section {
			max-width: 90%;
			border-bottom:#ccc 1px dotted;
			margin:0 auto 50px;
			padding:20px 0;	
		}
		#rooms section h3 {
			font-size: 5vw;
			text-align:left;
			margin-bottom:15px;
			margin-top:0;
		}
		#rooms section p {
			text-align: left;
			line-height:1.6;
			margin:0 0 15px 0!important;
		}
		#rooms section:first-child {
			border-top:none;
			padding-top:0;
		}
		#rooms section ul.detail {
			display:flex;
			flex-wrap:wrap;
		}
		#rooms section ul.detail li {
			width:600px;
			box-sizing: border-box;
		}
		body#rooms h5 {
			font-size:25px;
			margin-bottom:20px;
		}
	}


/* .flickSlider
--------------------------- */
.flickSlider {
    margin: 0 auto;
    text-align: left;
    display: none;
}
 
/* .flickView
--------------------------- */
.flickSlider .flickView {
    width: 100%;
    max-width:750px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.flickSlider .flickView ul {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.flickSlider .flickView ul li {
    width: 100%;
    float: left;
    display: inline;
    overflow: hidden;
}
.flickSlider .flickView ul li img {
    width: 100%;
}
 
/* .flickThumb
--------------------------- */
.flickSlider .flickThumb {
    width: 100%;
    overflow: hidden;
}
.flickSlider .flickThumb ul {
    width: 110%;
    margin-top:15px;
}
.flickSlider .flickThumb ul li {
    float: left;
    cursor: pointer;
    display: inline;
    margin-right:10px;
}
.flickSlider .flickThumb ul li img {
    width: 100%;
}
.flickSlider .flickThumb ul li.s {
    margin-right:0!important;
    width:65px!important;
    }
.flickSlider .flickThumb ul li.s img {
    width: 90%;
    }
.flickSlider .flickThumb ul li.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* sideNavi
------------------------- */
.flickSlider .btnPrev,
.flickSlider .btnNext {
    top: 0;
    width: 5%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}
.flickSlider .btnPrev {
    left: 0;
    background: url(../images/detail/left.png) no-repeat center center;
}
 
.flickSlider .btnNext {
    right: 0;
    background: url(../images/detail/right.png) no-repeat center center;
}
	@media only screen and (max-width: 750px) {
		.flickSlider .flickThumb {
			display: none;
		}
	}
 
/* =======================================
    ClearFixElements
======================================= */
.flickSlider .flickView ul:after,
.flickSlider .flickThumb ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.flickSlider .flickView ul,
.flickSlider .flickThumb ul {
    display: inline-block;
    overflow: hidden;
}



/* --- */
#rooms section ul.detail li.second {
	padding-left:30px;
	text-align: left;
}

dl {
	display: flex;
	flex-wrap: wrap;
	width:600px;
	margin-top:30px;
}
dl dt {
	width:110px;
	line-height:1.6;
	margin-bottom:15px;
}
dl dd {
	width:490px;
	line-height:1.6;
	margin-bottom:15px;
}
dl::after {
  content: "";
  display: block;
  clear: both;
}
.roombtn {
	display: inline-block;
	font-size: 18px;
    line-height: 0.8;
	border: #d1d1d2 1px solid;
	margin: 20px 15px 20px 0;
	padding: 20px 60px;
}
 
ul.caution li{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 90%;
    margin-bottom: 10px;
    line-height: 1.4;
}
	@media only screen and (max-width: 750px) {
		#rooms section ul.detail li.second {
			padding-left:0;
			margin-top:20px;
		}
		dl {
			width:100%;
			margin-top:0px;
		}
		dl dt {
			width:30%;
		}
		dl dd {
			width:70%;
		}

		ul.caution li{
			font-size:100%;
			margin-bottom:10px;
		}
	}


/*折り畳み*/
.acd-check{
    display: none;
}
.acd-label{
	font-size:18px;
    color: #fff;
	background-color:#000;
	width:240px;
    display: block;
    margin: auto;
    padding: 20px 0;
    position: relative;
	line-height:1.4;
}
.acd-label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  color:#fff;
  padding-right:5px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:before{
    content: '\f0d8';
    font-family: "Font Awesome 5 Free";
	font-weight:900;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
	@media only screen and (max-width: 750px) {
		.acd-label{
			width:80%;	
			margin-top:30px;
		}
	}

/*客室一覧*/
div#RoomsTable {
	padding:30px 20px;
	font-size:14px;
}
div#RoomsTable div {
	width:100%;
	display:-webkit-flex;
	display:flex;
	border-collapse: collapse;
  	border-spacing: 0;
}
div#RoomsTable div:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin:0;
}

div#RoomsTable div div.rtype {
	flex:0 0 60%;
	text-align:left;
	padding:10px;
	border-right:#585757 1px dotted;
	border-bottom:#585757 1px solid;
}
div#RoomsTable div div a {
	display:block;
}

div#RoomsTable div div.item {
	flex:1 1 30%;
	text-align:center;
		padding:10px;
	border-right:#585757 1px dotted;
	border-bottom:#585757 1px solid;
}
.none {
	width:9%;
	float:left;
	margin:0;
	padding:10px 10px;
	border-left:none;
	border-bottom:#585757 1px solid;
}

div#RoomsTable ul li.item:last-child {
	border-right:#585757 1px solid;
}
.pageTop {display:none;}

#RoomsTable p { margin:20px 0 0; font-size:13px; line-height: 1.5; text-align: left; }


#RoomsList { width: 100%; margin-bottom:50px; }
#RoomsList ul li {
	float:left;
	margin-right: 35px;
}
#RoomsList ul li:nth-child(even) {
	margin-right:0;
}

@media only screen and (max-width: 750px) {
	div#RoomsTable {
		padding:3% 3%;
	}
	div#RoomsTable div {
		width:100%;
		display:block;
		flex-wrap:none; 
		border-collapse: collapse;
		border-spacing: 0;
	}
	div#RoomsTable div div.spt {
		display:flex;
	flex-wrap:wrap; 
	}
	div#RoomsTable div div.rtype {
		text-align:left;
		margin:0;
		width:auto;
		font-weight:bold;
		border-right:none;
		border-bottom:#585757 1px solid;
	}

	div#RoomsTable div div.item {
		flex:1 1 30%;
		text-align:center;
		margin:0;
		padding:10px 0px;
		width : 33%;
		border-right:#585757 1px dotted;
		border-bottom:#585757 1px solid;
	}
	div#RoomsTable div div.item:last-child {
		border-right:none;
	}
}

