@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 700px) {


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

.tab_item {
  display: inline-block; /* ← float: left をやめて中央寄せ可能に */
  margin-right: .08px;
	margin-left: .08px;
  box-sizing: border-box;
  width: 23.07%;
  height: 48px;
  line-height: 1.2em;
  font-size: 14px;
  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;
	padding-top: 8px;
padding-left: 2px;
	padding-right: 2px;
	letter-spacing: 0;
}
.tab_item:first-of-type{
	font-size: 13px;
}

.tab_item:hover {
  opacity: 0.75;
}

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

/*タブ切り替えの中身のスタイル*/
.tab_content {
	box-sizing: border-box;
  display: none;
  padding: 9.23% 4.61%;
	padding-bottom: 4.61%;
  clear: both;
  overflow: hidden;
	background-color: #36519D;
}
.tab_content ul{
	box-sizing: border-box;
	padding-right: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.tab_content ul li{
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0;
    text-align: center;
    width: 48.845%;
    margin-right: 2.3%;
    margin-bottom: 6.92%;
}

.tab_content ul li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 6.92%;
}
.tab_content li a{
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.3em;
    text-decoration: none;
    display: block;
    letter-spacing: 0;
}


/*選択されているタブのコンテンツのみを表示*/
#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: 24px;
	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: 40px;
  line-height: 40px;
  font-size: 18px;
	letter-spacing: 0.024em;
	font-weight: 600;
}
	



#rooms_list_page{
	margin-top: 24px;
}
#r_l_wrap{
}
.r-l_box{
	padding-top: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #9AAEC7;
	display: flex;
	flex-wrap: wrap;
}
.r-l_box:last-child{
	border-bottom: inherit;
	padding-bottom: 0;
}
.r-l_F{
	width: 15.38%;
	    position: sticky;
top:96px;
	height: 324px;
}
.r-l_F h2{
	font-size: 48px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 24px;
	color: #36519D;
    letter-spacing: 0;
    font-family: century-gothic, sans-serif;
	        text-align: center;
}
.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: stretch;
	width: 76.15%;
	margin-left: auto;
	padding-bottom: 40px;
	flex-direction: column-reverse;
}
.r-l_box .r-l_detail:last-child{
	padding-bottom: 0;
}
.r-l_detail h3{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 0.024em;
}
.r-l_detail_in{
	width: 100%;
	margin-right: 0;
}
.r-l_detail_ue_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:20px;
	flex-direction: column;
}

.r-l_detail_txt{
	width: 100%;
	margin-bottom: 16px;
}
.r-l_detail_txt p{
	font-size: 15px;
    line-height: 1.5em;
}
.r-l_detail_ico{
	width: 33.84%;
        display: flex
;
        flex-wrap: nowrap;
	        justify-content: flex-start;
        margin-right: auto;
}
.r-l_detail_ico img{
	width: 38.46%;
        margin-right: 15.4%;
        margin-bottom: 0;
}
.r-l_detail_ico img:nth-child(2n){
	margin-right: 15.4%;
}
.r-l_detail_in table{
	width: 100%;
	border-top: 1px solid #36519D;
	border-bottom: 1px solid #36519D;
	margin-bottom: 18px;
}
.r-l_detail_in table th{
	background-color: #36519D;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.3em;
    padding: 10px;
	border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	letter-spacing: 0;
	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;
	text-align: center;
}
.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: 100%;
	margin-bottom: 16px;
}
.r-l_detail_right img{
	width: 100%;
	height: 100%;
	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 .kage-tit{
	margin-bottom: 9.23%;
}
#ro_how .kage-tit::after{
	font-family: fot-tsukuardgothic-std, sans-serif;
	position: absolute;
    content: "How to Book?";
	top:-20%;
}
#ro_how{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 12.3%;
}

#ro_how_img{
	width: 77.69%;
        margin-right: auto;
        margin-left: auto;
	margin-bottom: 24px;
}
#ro_how_img img{
	width: 100%;
}
#ro_how_osusume{
    font-family: fot-tsukuardgothic-std, sans-serif;
    text-align: center;
    font-size: 22px;
    line-height: 1em;
    font-weight: 700;
    color: #E05581;
    margin-bottom: 8px;
}
#ro_how p{
	text-align: center;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 600;
	color: #36519D;
	margin-bottom: 14px;
}
.detail_btn{
}
.detail_btn a{
    font-family: fot-tsukuardgothic-std, sans-serif;
    box-sizing: border-box;
    padding: 12px 20px;
    border-radius: 24px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    background-color: #E05581;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    margin-right: auto;
    margin-left: auto;
}

#ro_how_notice{
	margin-top: 32px;
	margin-bottom: 16px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	color: #36519D;
	font-size: 18px;
	line-height: 1em;
	font-weight: 700;
}
#ro_how ul{
	list-style: disc;
	padding-left: 14px;
}
#ro_how ul li{
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 6px;
}
#ro_how ul li a{
	text-decoration: underline;
}
	


}
