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


#rooms_list {
	padding-top:5.38%;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  text-align: center; /* ← タブを中央に揃える */
}

.tab_item {
  display: inline-block; /* ← float: left をやめて中央寄せ可能に */
  margin-right: 0.19%;
  box-sizing: border-box;
  width: 18.46%;
  height: 38px;
  line-height: 38px;
/*  font-size: 20px;*/
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease;
  border: 1.6px solid #36519D;
  border-bottom: 0;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  vertical-align: top;
	color: #36519D;
}
.tab_item:first-of-type{
	font-size: 16px;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    box-sizing: border-box;
    display: none;
    padding: 4.61%;
    padding-bottom: 3.07%;
    clear: both;
    overflow: hidden;
    background-color: #36519D;
}
.tab_content ul{
	box-sizing: border-box;
	padding-right: 6.92%;
	padding-left: 6.92%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.tab_content ul li{
    box-sizing: border-box;
    /* [disabled]width: 13.84%; */
    margin-right: 3.392%;
    margin-bottom: 2.3%;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.14em;
    text-align: center;
    /* [disabled]border-color: hsla(0,0%,100%,1.00); */
    /* [disabled]border-style: solid; */
}
.tab_content li a{
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.6em;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 2px;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#rooms_3f:checked ~ #rooms_3f_content,
#rooms_4f:checked ~ #rooms_4f_content,
#rooms_5f:checked ~ #rooms_5f_content,
#rooms_6f:checked ~ #rooms_6f_content,
#rooms_8f:checked ~ #rooms_8f_content,
#rooms_9f:checked ~ #rooms_9f_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #36519D;
	color: #FFFFFF;
}
#tab_flow{
    font-family: fot-tsukuardgothic-std, sans-serif;
    margin-top: 2.3%;
    width: 47.69%;
    margin-right: auto;
    margin-left: auto;
    background-color: #E05581;
    color: #FFFFFF;
    text-align: center;
    border-radius: 40px;
}
#tab_flow a{
	display: block;
	height: 48px;
  line-height: 48px;
  font-size: 22px;
	letter-spacing: 0.024em;
	font-weight: 600;
}




#rooms_list_page{
	margin-top: 1.53%;
}
#r_l_wrap{
}
.r-l_box{
	padding-top: 4.61%;
	padding-bottom: 4.61%;
	border-bottom: 1px solid #9AAEC7;
	display: flex;
	flex-wrap: wrap;
}
.r-l_box:last-child{
	border-bottom: inherit;
	padding-bottom: 1.53%;
}
.r-l_F{
	width: 15.38%;
	    position: sticky;
top:96px;
	height: 324px;
}
.r-l_F h2{
	font-size: 64px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 48px;
	color: #36519D;
    letter-spacing: 0;
    font-family: century-gothic, sans-serif;
}
.r-l_F_img{
	
}
.r-l_F_img img{
	width: 100%;
}
.r-l_F_in{
	position: sticky;
    top: 0;
}
.r-l_detail{
	display: flex;
	align-items: flex-start;
	width: 76.15%;
	margin-left: auto;
	padding-bottom: 5.38%;
}
.r-l_box .r-l_detail:last-child{
	padding-bottom: 0;
}
.r-l_detail h3{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 26px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 6.15%;
	letter-spacing: 0.024em;
}
.r-l_detail_in{
	width: 53.84%;
	margin-right: 6.93%;
}
.r-l_detail_ue_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4.61%;
}

.r-l_detail_txt{
	width: 75.38%;
}
.r-l_detail_txt p{
	font-size: 15px;
    line-height: 1.6em;
}
.r-l_detail_ico{
	width: 20%;
	display: flex;
	flex-wrap: wrap;
}
.r-l_detail_ico img{
	width: 42.3%;
	margin-right: 15.4%;
	margin-bottom: 6.92%;
}
.r-l_detail_ico img:nth-child(2n){
	margin-right: 0;
}
.r-l_detail_in table{
	width: 100%;
	border-top: 1px solid #36519D;
	border-bottom: 1px solid #36519D;
	margin-bottom: 5.38%;
}
.r-l_detail_in table th{
	background-color: #36519D;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.2em;
    padding: 10px;
	border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	letter-spacing: 0.02em;
	width: 46.15%;
}
.r-l_detail_in table td{
	border-bottom: 1px solid #36519D;
    border-right: 1px solid #36519D;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
    padding: 8px;
	letter-spacing: 0.02em;
	text-align: center;
}
.r-l_detail_in table td ul {

}
.r-l_detail_in table td ul li {
	font-weight: normal;
	font-size: 14px;
    line-height: 1.4em;
}

.r-l_detail_in table tr:last-of-type th{
	border-bottom: 0;
}
.r-l_detail_in table tr:last-of-type td{
	border-bottom: 0;
}
.r-l_detail_right{
	width: 39.23%;
}
.r-l_detail_right img{
	width: 100%;
	aspect-ratio: 9 / 9;
	object-fit: cover;
	object-position: top center;
	border-radius: 10px;
}
.r-l_detail_in .link-btn {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
	border-bottom: 1px solid;
	padding-bottom: 12px;
	display: block;
	margin-left: auto;
	width: 140px;
}
.r-l_detail_in .link-btn a {
    background-size: 18px auto;
    padding-right: 32px;
}









#ro_how{
    padding-top: 9.23%;
}
#ro_how .kage-tit{
	margin-bottom: 4.61%;
}
#ro_how .kage-tit::after{
	font-family: fot-tsukuardgothic-std, sans-serif;
	position: absolute;
    content: "How to Book?";
	top:-40%;
}
#ro_how_img{
	width: 100%;
	margin-bottom: 4.61%;
}
#ro_how_img img{
	width: 100%;
}
#ro_how_osusume{
    font-family: fot-tsukuardgothic-std, sans-serif;
    text-align: center;
    font-size: 26px;
    line-height: 1em;
    font-weight: 900;
    color: #E05581;
    margin-bottom: 12px;
}
#ro_how p{
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-align: center;
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	color: #36519D;
	margin-bottom: 2.3%;
}
.detail_btn{
    text-align: center;
}
.detail_btn a{
    font-family: fot-tsukuardgothic-std, sans-serif;
    box-sizing: border-box;
    padding: 14px 20px;
    border-radius: 24px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    background-color: #E05581;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    margin-right: auto;
    margin-left: auto;
}
#ro_how_notice{
	margin-top: 4.61%;
	margin-bottom: 1.53%;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #36519D;
	font-size: 22px;
	line-height: 1em;
	font-weight: 700;
}
#ro_how ul{
	list-style: disc;
	padding-left: 16px;
}
#ro_how ul li{
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 8px;
}
#ro_how ul li a{
		text-decoration: underline;
	}
