@charset "UTF-8";
/*----------------------------------------------------
	楽天パーツ
----------------------------------------------------*/
#htlRmSrch {
  top: 1320px;
  left: 0px; }

#upfrntPlans {
  top: 1840px;
  left: 0px; }

#htlSide-A #latest_cstm_review {
  top: 2040px !important;
  left: 0px; }

#htlSide-A .module-history-domsearch {
  top: 2190px !important;
  left: 0px; }

/*header
----------------------------------------------------*/
#header {
	height: 700px;
}
.room {
	background: url(../images/room/room_mv.jpg) no-repeat center;
	background-size: cover;
}
#h_logo {
    top: 50px;
	left: 50px;
	width: 250px;
}


/*concept
----------------------------------------------------*/
#concept_area {
	margin-bottom: 110px;
	padding-top: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#concept_area h2 {
	width: 50%;
}
.concept_txt {
	width: 50%;
	padding-top: 60px;
	line-height: 2.5;
}
.roomarea {
	margin: 0 0 0 220px;
}
@media screen and (min-width:1440px){
	.roomarea {
		margin: 0 auto;
	}
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:0px auto 130px;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  display: block;
  order: -1;
}
.tab-label {
  background: #e6e6e6;
  white-space: nowrap;
  text-align: center;
  margin: 0 5px;
  padding: 20px .5em 15px;
  font-size: 15px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
}
.tab-label span {
	display: block;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1.0;
	letter-spacing: 0.05em;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding-top: 50px;
  opacity: 1;
  transition: .5s opacity;
}
.tab-switch {
  display: none;
}

.room_list {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.room_list li {
	width: 190px;
	border-right: 1px solid #d1d1d1;
	text-align: center;
}
.room_list li:last-of-type {
	border-right: none;
}
.room_list li a {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	background: url(../images/arr_gray02.png) no-repeat center 95%;
	line-height: 1.8;
	text-align: center;
	transition: all 0.5s;
}
.room_list li a:hover {
	background: url(../images/arr_gray02.png) no-repeat center 98% #f1f1f1;
}

.roonm_col {
	width: 900px;
	margin: 0 auto 70px;
}

.roonm_col .sub_col {
	width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.sub_col h3 {
	width: 50%;
	font-size: 16px;
	font-weight: bold;
}
.sub_col p {
	width: 50%;
	text-align: right;
}
.room_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.room_btn a {
	display: block;
	width: 180px;
	padding: 12px 5px;
	border-bottom: 1px solid #d1d1d1;
	background: url(../images/arr_gray.png) no-repeat 95% center;
	font-size: 12px;
	transition: all 0.5s;
}
.room_btn a:hover {
	background: url(../images/arr_wht.png) no-repeat 98% center #000000;
	color: #ffffff !important;
}

.amenities {
	margin-bottom: 150px;
	padding: 50px 30px 0;
	border-top: double #d1d1d1;
}
.amenities h3 {
	margin-bottom: 50px;
	font-size: 25px;
	font-weight: 400;
	font-family: Helvetica, sans-serif;
}
.tab02 {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tab02_tl {
	width: 170px;
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
.tab02_tl::before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	right: 0;
	width: 30px;
	height: 1px;
	background: #d1d1d1;
}
.tab02_txt {
	width: calc( 100% - 170px );
	padding-left: 25px;
}
/*2025.5.12追記*/
.p-room__cont {
    display: flex;
    align-items: flex-end;
    margin-bottom: 200px;
}
.p-room__txtarea {
    width: 65%;
    padding-right: 50px;
    border-right: 1px solid #cfcfcf;
}
.p-room__lead {
    padding: 240px 0;
    font-size: 1.125rem;
    line-height: 2.2;
    text-align: center;
}
.p-room__ttl {
    margin-bottom: 30px;
}
.p-room-ttl--en {
    margin-bottom: 20px;
    color: #8e1515;
    font-weight: 400;
}
.p-room-ttl--ja {
    font-size: 2.6rem;
    font-weight: 400;
}
.p-room__txt {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 35px;
}
.p-room__txt span{
  color: #b19532;
  font-size: 0.9rem;
}
.p-room__info {
    width: 35%;
    padding-left: 50px;
}
.p-room__info dl {
    display: flex;
}
.p-room__info dt {
    width: 55px;
}
.p-room__info dd {
    width: calc(100% - 55px);
    padding-left: 30px;
}
.p-room-other__top{
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.p-room-other__col{
  width: 450px;
}
.p-room-other-col__img{
  margin-bottom: 35px
}
.p-room-other-info-col__ttl{
  font-size:1.375rem;
  line-height: 1;
  margin-bottom: 20px;
}
.p-room-other-info-col__ttl span{
  color: #999;
  font-size: 1rem;
}
.p-room-other-info__txt{
  margin-bottom: 30px;
  line-height: 1.8;
}
.p-room-other-info__txt span{ 
    color: #b19532;
}
.p-room-other__amenity{
  padding: 45px 50px;
  margin-bottom: 250px;
  background: #f6f6f6;
  border-top: 1px solid #dcdcdc;
}
.p-room-other-amenity__ttl{
  margin-bottom: 20px;
  font-size:1.25rem;
  line-height: 1;
}