@charset "utf-8";
.sp{
    display: none!important;
}
.red{
    color: #e80007;
    font-weight: bold;
}
.nav {
    padding: 35px 30px 40px 30px;
}
.nav_text {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.prefectures_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.prefectures_nav li {}
.prefectures_nav li a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 1.8rem;
    border: 1px solid #0058db;
    border-radius: 5px;
    color: #0058db;
    /* width: 65px; */
    text-align: center;
}
.prefectures_nav li a:hover {
    background-color: #c2d6f4;
}
.prefectures_nav li a.off {
    background-color: #e9e9e9;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    pointer-events: none;
}
.ocerview {
    background-color: #f3f8ff;
    padding: 0 30px;
}
.about {
    padding: 45px 0;
    border-bottom: 1px solid #0058db;
}
.main_tit {
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}
.lead_text {
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.6rem;
}
.explanation {
    box-sizing: border-box;
    border: 1px solid #0058db;
    padding: 25px;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.explanation_text {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.explanation_text span {
    color: #e80007;
}
.explanation img {
    display: block;
    margin-bottom: 20px;
}
.explanation_note {}
.explanation_note li {
    text-indent: -1em;
    padding-left: 1em;
}
.explanation_note li:not(:last-child) {
    margin-bottom: 5px;
}
.holiday {}
.holiday_tit {
    display: block;
    font-weight: bold;
}
.holiday_list {
    margin-top: 7px;
}
.holiday_list li {
    display: table;
}
.holiday_list li span {
    display: table-cell;
    width: 55px;
    font-weight: bold;
}
.checkin {
    padding: 40px 0 50px 0px;
    border-bottom: 1px solid #0058db;
}
.sub_tit {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.checkin_text {
    font-size: 1.5rem;
}
.checkin_text dt {
    font-weight: bold;
    margin-bottom: 5px;
}
.checkin_text dd {
    margin-bottom: 15px;
}
.important {
    border: 1px solid #e80007;
    background-color: #ffffff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    box-sizing: border-box;
    color: #e80007;
}
.booking {
    padding: 40px 0;
}
.area {
    padding: 45px 30px 30px 30px;
}
.area_table {
    border-top: 1px solid #636363;
    border-left: 1px solid #636363;
    font-size: 1.2rem;
    width: 100%;
}
.area_table tr {}
.area_table th {
    border-bottom: 1px solid #636363;
    border-right: 1px solid #636363;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 8px;
    width: 80px;
    vertical-align: top;
}
.area_table th span.on {
    display: block;
    padding: 2px 2px 1px 2px;
    font-weight: normal;
    background-color: #e80007;
    text-align: center;
    color: #ffffff;
}
.area_table th span.off {
    display: block;
    padding: 2px 2px 1px 2px;
    font-weight: normal;
    background-color: #636363;
    text-align: center;
    color: #ffffff;
}
.area_table td {
    border-bottom: 1px solid #636363;
    border-right: 1px solid #636363;
    padding: 8px;
}
.area_table td:nth-child(3) {
    width: 240px;
    padding: 8px 0;
}
.area_table td .remarks {
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
}
.area_btn {
    display: table;
    border-collapse: separate;
    border-spacing: 8px 0;
    width: 100%;
    font-size: 1.2rem;
}
.area_booking_btn {
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    background-color: #24b4a6;
    display: table-cell;
    width: 50%;
}
.area_booking_btn:hover {
    color: #ffffff;
    background-color: #FF9600;
}
.area_official_btn {
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    background-color: #2990df;
    display: block;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.area_official_btn:hover {
    color: #ffffff;
    background-color: #FF9600;
}
.area_list {
    margin-top: 20px;
    border-top: 1px solid #636363;
    border-left: 1px solid #636363;
}
.area_list li {
    display: table;
    border-bottom: 1px solid #636363;
    /* border-right: 1px solid #636363; */
    /* justify-content: space-between; */
    width: 100%;
}
.area_list li .prefectures {
    /* border-right: 1px solid #ccc; */
    /* padding: 8px; */
    /* border-top: 1px solid #636363; */
    border-right: 1px solid #636363;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 8px;
    width: 10%;
    text-align: center;
    vertical-align: top;
    display: table-cell;
}
.area_list li .prefectures .on {
    display: block;
    padding: 2px 2px 1px 2px;
    font-weight: normal;
    background-color: #e80007;
    text-align: center;
    color: #ffffff;
}
.area_list li .prefectures .off {
    display: block;
    padding: 2px 2px 1px 2px;
    font-weight: normal;
    background-color: #636363;
    text-align: center;
    color: #ffffff;
}
.area_list li .schedule {
    border-right: 1px solid #636363;
    padding: 8px;
    font-size: 1.2rem;
    display: table-cell;
    vertical-align: top;
    width: 55%;
}
.area_list li .remarks{
    margin-top: 5px;
}
.area_list li .link {
    border-right: 1px solid #636363;
    padding: 8px 0;
    display: table-cell;
    width: 35%;
}
.area_list li {}
.area_list li {}
.area_list {}
.area_list {}
.area_list {}
.area_list {}
.detail {
    padding: 45px 30px 30px 30px;
}
.detail_category {
    background-color: #0058db;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 15px;
    /* font-weight: normal; */
}
.detail_tit {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.detail_text {
    margin-bottom: 10px;
    font-size: 1.3rem;
}
.detail_list {
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.detail_list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
}