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

#price{
	padding-top:5.38%;
}
#price_room{
	margin-bottom: 3.07%;
}
#price_room h2 {
	font-family: fot-tsukuardgothic-std, sans-serif;
}
#price_room .price_room_catch {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: 12px;
    margin-bottom: 8px;
}
#price_room .price_unit {
    text-align: right;
    margin-bottom: 4px;
    font-size: 14px;
}

#price_room table{
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #36519D;
    border-left: 1px solid #36519D;
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    font-family: century-gothic, sans-serif;
}
#price_room table tr{
	
}
.tr_top{
	
}

#price_room .tr_top th{
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background-color: #36519D;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 6px;
    box-sizing: border-box;
}
#price_room .tr_top .th_top_w120 {
    width: 120px;
    min-width: 120px;
}

#price_room .tr_top .th_discount {
    color: #FFF900;
	font-weight:600;
}

#price_room .th_room-name{
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#price_room .th_room-name a{
    box-sizing: border-box;
    display: inline-table;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-decoration: underline;
    color: #36519D;
}

#price_room table tr th{
    box-sizing: border-box;
    line-height: 1.3em;
    border-bottom: 1px solid #36519D;
    border-right: 1px solid #36519D;
    font-weight: 500;
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
}
#price_room table tr td{
    box-sizing: border-box;
    border-bottom: 1px solid #36519D;
    border-right: 1px solid #36519D;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
}
#to_simu {
    text-align: center;
    margin-top: 6.15%;
    margin-bottom: 6.15%;
}
#to_simu p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 24px;
}
#to_simu p span {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    padding-right: 24px;
	
}

#to_simu p span::before{
    position: absolute;
    content: "＼";
    color: #E05581;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
}
#to_simu p span::after{
    position: absolute;
    content: "／";
    color: #E05581;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}
.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;
}

#price_special{
	
}

#price_special table{
	box-sizing: border-box;
	width: 100%;
    border-top: 1px solid #36519D;
	border-left: 1px solid #FFFFFF;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 5.38%;
	
}
#price_special table tr{
	
}
#price_special table tr th{
	box-sizing: border-box;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #36519D;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1em;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
}
#price_special table tr td{
	box-sizing: border-box;
	border-bottom: 1px solid #36519D;
	border-right: 1px solid #36519D;
	font-size: 15px;
	line-height: 1em;
	font-weight: 400;
	width: 40%;
}
#price_special #th_tokubetu{
	font-size: 16px;
	font-weight: 500;
	width: 12.3%;
}
#price_special ul{
	list-style: disc;
	padding-left: 20px;
}
#price_special ul li{
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 0.06em;
}
#price_special .btn_box ul{
	list-style: none;
}


#price_notice #rooms_notice{
    background-color: #EAECF7;
    border-radius: 20px;
    padding: 32px;
    border: 0.1em solid #36519D;
}
#rooms_notice h4{
	color: #36519D;
}
#rooms_notice ul{
	    list-style: decimal;
	padding-left: 24px;
}
#rooms_notice ul li{
	font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 6px;
}
#rooms_notice ul li a {
	color:blue;
	text-decoration:underline;
}
#rooms_notice ol{
	    list-style: decimal;
	padding-left: 24px;
}
#rooms_notice ol li{
	font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 6px;
}




#price_cancel{

}
/*
#price_cancel h2{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 26px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-bottom: 2px solid #36519D;
    padding-bottom: 14px;
    margin-bottom: 3.84%;
	color: #36519D;
}
*/
.pri_canc_txt{
	margin-bottom: 2.3%;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.pri_canc_txt p{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 0.04em;
}
#price_cancel{
	
}
#price_cancel table{
	width: 100%;
	box-sizing: border-box;
    border-top: 1px solid #36519D;
    border-left: 1px solid #FFFFFF;
    padding: 0;
    margin: 0;
	margin-bottom: 4.61%;
    text-align: center;
    letter-spacing: 0.06em;
}
#price_cancel table:last-child{
	margin-bottom: 0;
}
#price_cancel table tr{
	
}
#price_cancel table tr th{
	box-sizing: border-box;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #36519D;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1em;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
}
#price_cancel table tr td{
	box-sizing: border-box;
	border-bottom: 1px solid #36519D;
	border-right: 1px solid #36519D;
	font-size: 15px;
	line-height: 1em;
	font-weight: 400;
	width: 43.84%;
}
#price_cancel .th_cancel{
	font-size: 16px;
	font-weight: 500;
	width: 16.92%;
}
