@charset "UTF-8";

.section h3:first-child {
    margin-bottom: 24px;
}

.section hr {
    margin-bottom: 60px;
    margin-top: 60px;
    max-width: 1200px;
}

@media (min-width: 768px) {
    .section hr {
        margin-bottom: 100px;
        margin-top: 100px;
    }
}

.section_bg {
    background: #f6f1ed;
}

.section_bg .box_bg {
    background: #fff;
}

.section_bg .box_bg .box_bg {
    background: #f6f1ed;
}

.section_bg .box_bg .box_bg .box_bg {
    background: #fff;
}

.box_bg {
    background: #f6f1ed;
}

.box_bg .box_bg {
    background: #fff;
}

.box_bg .box_bg .box_bg {
    background: #f6f1ed;
}

.box_border {
    background: #fff;
    border: 5px solid #ddbe8b;
}

@media (max-width: 767px) {
    .box_border {
        border-width: 3px;
    }
}

.box_border .box_bg {
    background: #f5ebdc;
}

.section_bg .box_border .box_bg {
    background: #f5ebdc;
}

.box_bg,
.box_border {
    border-radius: var(--pd30);
    margin-top: 0;
    margin-bottom: 40px;
    padding: 24px 16px;
}

.box_bg:last-child,
.box_border:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {

    .box_bg,
    .box_border {
        margin-bottom: 50px;
        padding: 34px;
    }
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
    margin-top: 24px;
}

.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
    margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
    height: 100%;
}

.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border,
.row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
    height: auto;
}

@media (min-width: 768px) {

    .row .col_2 .box_bg,
    .row .col_2 .box_border,
    .row .col_3 .box_bg,
    .row .col_3 .box_border,
    .row .col_4 .box_bg,
    .row .col_4 .box_border,
    .row .col_5 .box_bg,
    .row .col_5 .box_border,
    .row .col_6 .box_bg,
    .row .col_6 .box_border {
        height: 100%;
    }

    .row .col_2 .box_bg .box_bg,
    .row .col_2 .box_bg .box_border,
    .row .col_2 .box_border .box_bg,
    .row .col_2 .box_border .box_border,
    .row .col_3 .box_bg .box_bg,
    .row .col_3 .box_bg .box_border,
    .row .col_3 .box_border .box_bg,
    .row .col_3 .box_border .box_border,
    .row .col_4 .box_bg .box_bg,
    .row .col_4 .box_bg .box_border,
    .row .col_4 .box_border .box_bg,
    .row .col_4 .box_border .box_border,
    .row .col_5 .box_bg .box_bg,
    .row .col_5 .box_bg .box_border,
    .row .col_5 .box_border .box_bg,
    .row .col_5 .box_border .box_border,
    .row .col_6 .box_bg .box_bg,
    .row .col_6 .box_bg .box_border,
    .row .col_6 .box_border .box_bg,
    .row .col_6 .box_border .box_border {
        height: auto;
    }
}

.googlemap,
.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.googlemap iframe,
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
    margin-top: 0;
}

div.clearfix {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    div.clearfix {
        margin-bottom: 50px;
    }
}

.mce-content-body .link_anchor {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .mce-content-body .link_anchor {
        margin-top: 20px;
    }
}

.link_anchor {
    background: #f6f1ed;
    border-radius: var(--pd30);
    padding: min(30px, 3.8vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: min(20px, 2.4vw);
}

.link_anchor li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    line-height: 1;
    margin: 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.link_anchor a {
    line-height: 1.3;
    position: relative;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--pd10);
    border: 1px solid #3b271c;
    color: #3b271c !important;
    padding: 1.1em 1.25em;
    padding-right: 1.75em;
    width: 100%;
    background: white;
    font-weight: 500;
}

.link_anchor a::after,
.link_anchor a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
}

.link_anchor a:before {
    display: none;
}

.link_anchor a::after {
    top: auto;
    bottom: auto;
}

.link_anchor a:hover {
    background: #3b271c;
    color: #fff !important;
}

.link_anchor a::after {
    width: 15px;
    height: 16px;
    background: url("../img/common/ic-arrow.png") no-repeat center/contain;
    left: auto;
    right: 15px;
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(40%) saturate(487%) hue-rotate(338deg) brightness(97%) contrast(98%);
    filter: brightness(0) saturate(100%) invert(15%) sepia(40%) saturate(487%) hue-rotate(338deg) brightness(97%) contrast(98%);
}

.link_anchor a:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(7489%) hue-rotate(194deg) brightness(122%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(7489%) hue-rotate(194deg) brightness(122%) contrast(100%);
}

@media (min-width: 768px) {
    .link_anchor li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc((100% - min(20px, 2.4vw)) / 2);
    }

    .link_anchor li a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .link_anchor.link_col_3 li {
        max-width: calc((100% - min(20px, 2.4vw) - min(20px, 2.4vw)) / 3);
    }
}

.ul_circle,
.ul_dot,
.ul_triangle,
.ul_check,
.ol_circle {
    margin-bottom: 24px;
}

.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
    margin-bottom: 0;
}

.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
    margin-top: 0;
    line-height: 1.75;
    margin-bottom: 12px;
    padding-left: 17.6px;
    position: relative;
}

.ul_circle li:last-child,
.ul_dot li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
    margin-bottom: 0;
}

.ul_circle li::before,
.ul_circle li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
    content: "";
    position: absolute;
    letter-spacing: 0;
}

.ul_circle li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
    margin-top: 12px;
}

.ul_circle+p,
.ul_dot+p,
.ul_triangle+p,
.ul_check+p,
.ol_circle+p {
    margin-bottom: 24px;
}

.ul_circle li::before {
    border-radius: 50%;
    background: #6eba90;
    height: calc(16px / 2);
    left: 0.2em;
    top: calc((16px * 1.75 / 2) - (16px / 4));
    width: calc(16px / 2);
}

.ul_dot li::before {
    border-radius: 50%;
    background: #6eba90;
    height: calc(16px / 3);
    left: 0.5em;
    top: calc((16px * 1.75 / 2) - (16px / 6));
    width: calc(16px / 3);
}

.ul_check li {
    padding-left: 2em;
}

.ul_check li::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 12px;
    left: 6px;
    margin-top: -4px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    top: calc((16px * 1.75 / 2) - (16px / 4));
    width: 7px;
    z-index: 1;
}

.ul_check li:after {
    content: '';
    position: absolute;
    display: block;
    background: #6eba90;
    width: 20px;
    height: 20px;
    margin: auto;
    left: 0;
    right: auto;
    top: 4px;
    bottom: auto;
    z-index: 0;
    border-radius: 2px;
}

.ul_triangle li::before {
    left: 2px;
    border: 4px solid transparent;
    border-left: 6px solid #6eba90;
    top: calc((16px * 1.75 / 2) - (16px / 4));
}

.ol_circle {
    counter-reset: ol_circle;
}

.ol_circle li {
    padding-left: 28px;
    position: relative;
}

.ol_circle li::before,
.ol_circle li:after {
    content: "";
    position: absolute;
}

.ol_circle li::before {
    background-color: #6eba90;
    border-radius: 50%;
    color: #fff;
    content: counter(ol_circle);
    counter-increment: ol_circle;
    display: block;
    font-size: 13.12px;
    height: 20px;
    left: 0;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: center;
    top: 6px;
    width: 20px;
    position: absolute;
}

@media (min-width: 768px) {
    ul.list_columns_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px 2%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ul.list_columns_2 li {
        width: 49%;
        margin: 0;
    }

    ul.list_columns_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px 2%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ul.list_columns_3 li {
        width: 32%;
        margin: 0;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    line-height: 1.6;
}

table.table_address,
table.table_timetable,
table.table {
    margin-bottom: 1em;
}

table.table_address:last-child,
table.table_timetable:last-child,
table.table:last-child {
    margin-bottom: 0;
}

table.table_address {
    background: none;
}

table.table_address th,
table.table_address td {
    text-align: left;
    padding: 1em 0 1em 0.5em;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

table.table_address th {
    color: #ddbe8b;
    border-top: 1px solid #ddbe8b;
    border-bottom: 1px solid #ddbe8b;
    font-weight: 600;
    text-align: left;
    width: 32%;
}

@media (min-width: 768px) {
    table.table_address th {
        width: 25%;
    }

    table.table_address th,
    table.table_address td {
        padding: 1.5em 0 1.5em 1em;
    }
}

table.table_timetable {
    table-layout: fixed;
    margin-bottom: 6px;
}

table.table_timetable th,
table.table_timetable td {
    background: #fff;
    border: 1px solid #f2e3db;
    padding: .8rem .2rem;
    text-align: center;
    font-weight: normal;
}

@media (min-width: 768px) {

    table.table_timetable th,
    table.table_timetable td {
        padding: 1.6rem .2rem;
    }
}

table.table_timetable thead th {
    background: #f2e3db;
    color: #3b271c;
}

table.table_timetable thead th:first-child {
    width: 30%;
}

table.table_timetable tbody tr:last-child th,
table.table_timetable tbody tr:last-child td {
    border-bottom-width: 2px;
}

table.table_timetable tbody th {
    text-align: center;
}

@media (max-width: 767px) {
    table.table_timetable {
        font-size: 90%;
    }
}

table.table th,
table.table td {
    border: 1px solid #ddd;
    font-weight: normal;
    padding: 0.75em 0.35em;
    text-align: center;
}

table.table th.w1,
table.table td.w1 {
    width: 1%;
}

@media (max-width: 767px) {

    table.table th.sp-w1,
    table.table td.sp-w1 {
        width: 1%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w1,
    table.table td.pc-w1 {
        width: 1%;
    }
}

table.table th.w2,
table.table td.w2 {
    width: 2%;
}

@media (max-width: 767px) {

    table.table th.sp-w2,
    table.table td.sp-w2 {
        width: 2%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w2,
    table.table td.pc-w2 {
        width: 2%;
    }
}

table.table th.w3,
table.table td.w3 {
    width: 3%;
}

@media (max-width: 767px) {

    table.table th.sp-w3,
    table.table td.sp-w3 {
        width: 3%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w3,
    table.table td.pc-w3 {
        width: 3%;
    }
}

table.table th.w4,
table.table td.w4 {
    width: 4%;
}

@media (max-width: 767px) {

    table.table th.sp-w4,
    table.table td.sp-w4 {
        width: 4%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w4,
    table.table td.pc-w4 {
        width: 4%;
    }
}

table.table th.w5,
table.table td.w5 {
    width: 5%;
}

@media (max-width: 767px) {

    table.table th.sp-w5,
    table.table td.sp-w5 {
        width: 5%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w5,
    table.table td.pc-w5 {
        width: 5%;
    }
}

table.table th.w6,
table.table td.w6 {
    width: 6%;
}

@media (max-width: 767px) {

    table.table th.sp-w6,
    table.table td.sp-w6 {
        width: 6%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w6,
    table.table td.pc-w6 {
        width: 6%;
    }
}

table.table th.w7,
table.table td.w7 {
    width: 7%;
}

@media (max-width: 767px) {

    table.table th.sp-w7,
    table.table td.sp-w7 {
        width: 7%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w7,
    table.table td.pc-w7 {
        width: 7%;
    }
}

table.table th.w8,
table.table td.w8 {
    width: 8%;
}

@media (max-width: 767px) {

    table.table th.sp-w8,
    table.table td.sp-w8 {
        width: 8%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w8,
    table.table td.pc-w8 {
        width: 8%;
    }
}

table.table th.w9,
table.table td.w9 {
    width: 9%;
}

@media (max-width: 767px) {

    table.table th.sp-w9,
    table.table td.sp-w9 {
        width: 9%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w9,
    table.table td.pc-w9 {
        width: 9%;
    }
}

table.table th.w10,
table.table td.w10 {
    width: 10%;
}

@media (max-width: 767px) {

    table.table th.sp-w10,
    table.table td.sp-w10 {
        width: 10%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w10,
    table.table td.pc-w10 {
        width: 10%;
    }
}

table.table th.w11,
table.table td.w11 {
    width: 11%;
}

@media (max-width: 767px) {

    table.table th.sp-w11,
    table.table td.sp-w11 {
        width: 11%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w11,
    table.table td.pc-w11 {
        width: 11%;
    }
}

table.table th.w12,
table.table td.w12 {
    width: 12%;
}

@media (max-width: 767px) {

    table.table th.sp-w12,
    table.table td.sp-w12 {
        width: 12%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w12,
    table.table td.pc-w12 {
        width: 12%;
    }
}

table.table th.w13,
table.table td.w13 {
    width: 13%;
}

@media (max-width: 767px) {

    table.table th.sp-w13,
    table.table td.sp-w13 {
        width: 13%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w13,
    table.table td.pc-w13 {
        width: 13%;
    }
}

table.table th.w14,
table.table td.w14 {
    width: 14%;
}

@media (max-width: 767px) {

    table.table th.sp-w14,
    table.table td.sp-w14 {
        width: 14%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w14,
    table.table td.pc-w14 {
        width: 14%;
    }
}

table.table th.w15,
table.table td.w15 {
    width: 15%;
}

@media (max-width: 767px) {

    table.table th.sp-w15,
    table.table td.sp-w15 {
        width: 15%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w15,
    table.table td.pc-w15 {
        width: 15%;
    }
}

table.table th.w16,
table.table td.w16 {
    width: 16%;
}

@media (max-width: 767px) {

    table.table th.sp-w16,
    table.table td.sp-w16 {
        width: 16%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w16,
    table.table td.pc-w16 {
        width: 16%;
    }
}

table.table th.w17,
table.table td.w17 {
    width: 17%;
}

@media (max-width: 767px) {

    table.table th.sp-w17,
    table.table td.sp-w17 {
        width: 17%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w17,
    table.table td.pc-w17 {
        width: 17%;
    }
}

table.table th.w18,
table.table td.w18 {
    width: 18%;
}

@media (max-width: 767px) {

    table.table th.sp-w18,
    table.table td.sp-w18 {
        width: 18%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w18,
    table.table td.pc-w18 {
        width: 18%;
    }
}

table.table th.w19,
table.table td.w19 {
    width: 19%;
}

@media (max-width: 767px) {

    table.table th.sp-w19,
    table.table td.sp-w19 {
        width: 19%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w19,
    table.table td.pc-w19 {
        width: 19%;
    }
}

table.table th.w20,
table.table td.w20 {
    width: 20%;
}

@media (max-width: 767px) {

    table.table th.sp-w20,
    table.table td.sp-w20 {
        width: 20%;
    }
	}

@media (min-width: 768px) {

    table.table th.pc-w20,
    table.table td.pc-w20 {
        width: 20%;
    }
}

table.table th.w21,
table.table td.w21 {
    width: 21%;
}

@media (max-width: 767px) {

    table.table th.sp-w21,
    table.table td.sp-w21 {
        width: 21%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w21,
    table.table td.pc-w21 {
        width: 21%;
    }
}

table.table th.w22,
table.table td.w22 {
    width: 22%;
}

@media (max-width: 767px) {

    table.table th.sp-w22,
    table.table td.sp-w22 {
        width: 22%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w22,
    table.table td.pc-w22 {
        width: 22%;
    }
}

table.table th.w23,
table.table td.w23 {
    width: 23%;
}

@media (max-width: 767px) {

    table.table th.sp-w23,
    table.table td.sp-w23 {
        width: 23%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w23,
    table.table td.pc-w23 {
        width: 23%;
    }
}

table.table th.w24,
table.table td.w24 {
    width: 24%;
}

@media (max-width: 767px) {

    table.table th.sp-w24,
    table.table td.sp-w24 {
        width: 24%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w24,
    table.table td.pc-w24 {
        width: 24%;
    }
}

table.table th.w25,
table.table td.w25 {
    width: 25%;
}

@media (max-width: 767px) {

    table.table th.sp-w25,
    table.table td.sp-w25 {
        width: 25%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w25,
    table.table td.pc-w25 {
        width: 25%;
    }
}

table.table th.w26,
table.table td.w26 {
    width: 26%;
}

@media (max-width: 767px) {

    table.table th.sp-w26,
    table.table td.sp-w26 {
        width: 26%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w26,
    table.table td.pc-w26 {
        width: 26%;
    }
}

table.table th.w27,
table.table td.w27 {
    width: 27%;
}

@media (max-width: 767px) {

    table.table th.sp-w27,
    table.table td.sp-w27 {
        width: 27%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w27,
    table.table td.pc-w27 {
        width: 27%;
    }
}

table.table th.w28,
table.table td.w28 {
    width: 28%;
}

@media (max-width: 767px) {

    table.table th.sp-w28,
    table.table td.sp-w28 {
        width: 28%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w28,
    table.table td.pc-w28 {
        width: 28%;
    }
}

table.table th.w29,
table.table td.w29 {
    width: 29%;
}

@media (max-width: 767px) {

    table.table th.sp-w29,
    table.table td.sp-w29 {
        width: 29%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w29,
    table.table td.pc-w29 {
        width: 29%;
    }
}

table.table th.w30,
table.table td.w30 {
    width: 30%;
}

@media (max-width: 767px) {

    table.table th.sp-w30,
    table.table td.sp-w30 {
        width: 30%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w30,
    table.table td.pc-w30 {
        width: 30%;
    }
}

table.table th.w31,
table.table td.w31 {
    width: 31%;
}

@media (max-width: 767px) {

    table.table th.sp-w31,
    table.table td.sp-w31 {
        width: 31%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w31,
    table.table td.pc-w31 {
        width: 31%;
    }
}

table.table th.w32,
table.table td.w32 {
    width: 32%;
}

@media (max-width: 767px) {

    table.table th.sp-w32,
    table.table td.sp-w32 {
        width: 32%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w32,
    table.table td.pc-w32 {
        width: 32%;
    }
}

table.table th.w33,
table.table td.w33 {
    width: 33%;
}

@media (max-width: 767px) {

    table.table th.sp-w33,
    table.table td.sp-w33 {
        width: 33%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w33,
    table.table td.pc-w33 {
        width: 33%;
    }
}

table.table th.w34,
table.table td.w34 {
    width: 34%;
}

@media (max-width: 767px) {

    table.table th.sp-w34,
    table.table td.sp-w34 {
        width: 34%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w34,
    table.table td.pc-w34 {
        width: 34%;
    }
}

table.table th.w35,
table.table td.w35 {
    width: 35%;
}

@media (max-width: 767px) {

    table.table th.sp-w35,
    table.table td.sp-w35 {
        width: 35%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w35,
    table.table td.pc-w35 {
        width: 35%;
    }
}

table.table th.w36,
table.table td.w36 {
    width: 36%;
}

@media (max-width: 767px) {

    table.table th.sp-w36,
    table.table td.sp-w36 {
        width: 36%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w36,
    table.table td.pc-w36 {
        width: 36%;
    }
}

table.table th.w37,
table.table td.w37 {
    width: 37%;
}

@media (max-width: 767px) {

    table.table th.sp-w37,
    table.table td.sp-w37 {
        width: 37%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w37,
    table.table td.pc-w37 {
        width: 37%;
    }
}

table.table th.w38,
table.table td.w38 {
    width: 38%;
}

@media (max-width: 767px) {

    table.table th.sp-w38,
    table.table td.sp-w38 {
        width: 38%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w38,
    table.table td.pc-w38 {
        width: 38%;
    }
}

table.table th.w39,
table.table td.w39 {
    width: 39%;
}

@media (max-width: 767px) {

    table.table th.sp-w39,
    table.table td.sp-w39 {
        width: 39%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w39,
    table.table td.pc-w39 {
        width: 39%;
    }
}

table.table th.w40,
table.table td.w40 {
    width: 40%;
}

@media (max-width: 767px) {

    table.table th.sp-w40,
    table.table td.sp-w40 {
        width: 40%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w40,
    table.table td.pc-w40 {
        width: 40%;
    }
}

table.table th.w41,
table.table td.w41 {
    width: 41%;
}

@media (max-width: 767px) {

    table.table th.sp-w41,
    table.table td.sp-w41 {
        width: 41%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w41,
    table.table td.pc-w41 {
        width: 41%;
    }
}

table.table th.w42,
table.table td.w42 {
    width: 42%;
}

@media (max-width: 767px) {

    table.table th.sp-w42,
    table.table td.sp-w42 {
        width: 42%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w42,
    table.table td.pc-w42 {
        width: 42%;
    }
}

table.table th.w43,
table.table td.w43 {
    width: 43%;
}

@media (max-width: 767px) {

    table.table th.sp-w43,
    table.table td.sp-w43 {
        width: 43%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w43,
    table.table td.pc-w43 {
        width: 43%;
    }
}

table.table th.w44,
table.table td.w44 {
    width: 44%;
}

@media (max-width: 767px) {

    table.table th.sp-w44,
    table.table td.sp-w44 {
        width: 44%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w44,
    table.table td.pc-w44 {
        width: 44%;
    }
}

table.table th.w45,
table.table td.w45 {
    width: 45%;
}

@media (max-width: 767px) {

    table.table th.sp-w45,
    table.table td.sp-w45 {
        width: 45%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w45,
    table.table td.pc-w45 {
        width: 45%;
    }
}

table.table th.w46,
table.table td.w46 {
    width: 46%;
}

@media (max-width: 767px) {

    table.table th.sp-w46,
    table.table td.sp-w46 {
        width: 46%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w46,
    table.table td.pc-w46 {
        width: 46%;
    }
}

table.table th.w47,
table.table td.w47 {
    width: 47%;
}

@media (max-width: 767px) {

    table.table th.sp-w47,
    table.table td.sp-w47 {
        width: 47%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w47,
    table.table td.pc-w47 {
        width: 47%;
    }
}

table.table th.w48,
table.table td.w48 {
    width: 48%;
}

@media (max-width: 767px) {

    table.table th.sp-w48,
    table.table td.sp-w48 {
        width: 48%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w48,
    table.table td.pc-w48 {
        width: 48%;
    }
}

table.table th.w49,
table.table td.w49 {
    width: 49%;
}

@media (max-width: 767px) {

    table.table th.sp-w49,
    table.table td.sp-w49 {
        width: 49%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w49,
    table.table td.pc-w49 {
        width: 49%;
    }
}

table.table th.w50,
table.table td.w50 {
    width: 50%;
}

@media (max-width: 767px) {

    table.table th.sp-w50,
    table.table td.sp-w50 {
        width: 50%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w50,
    table.table td.pc-w50 {
        width: 50%;
    }
}

table.table th.w51,
table.table td.w51 {
    width: 51%;
}

@media (max-width: 767px) {

    table.table th.sp-w51,
    table.table td.sp-w51 {
        width: 51%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w51,
    table.table td.pc-w51 {
        width: 51%;
    }
}

table.table th.w52,
table.table td.w52 {
    width: 52%;
}

@media (max-width: 767px) {

    table.table th.sp-w52,
    table.table td.sp-w52 {
        width: 52%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w52,
    table.table td.pc-w52 {
        width: 52%;
    }
}

table.table th.w53,
table.table td.w53 {
    width: 53%;
}

@media (max-width: 767px) {

    table.table th.sp-w53,
    table.table td.sp-w53 {
        width: 53%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w53,
    table.table td.pc-w53 {
        width: 53%;
    }
}

table.table th.w54,
table.table td.w54 {
    width: 54%;
}

@media (max-width: 767px) {

    table.table th.sp-w54,
    table.table td.sp-w54 {
        width: 54%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w54,
    table.table td.pc-w54 {
        width: 54%;
    }
}

table.table th.w55,
table.table td.w55 {
    width: 55%;
}

@media (max-width: 767px) {

    table.table th.sp-w55,
    table.table td.sp-w55 {
        width: 55%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w55,
    table.table td.pc-w55 {
        width: 55%;
    }
}

table.table th.w56,
table.table td.w56 {
    width: 56%;
}

@media (max-width: 767px) {

    table.table th.sp-w56,
    table.table td.sp-w56 {
        width: 56%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w56,
    table.table td.pc-w56 {
        width: 56%;
    }
}

table.table th.w57,
table.table td.w57 {
    width: 57%;
}

@media (max-width: 767px) {

    table.table th.sp-w57,
    table.table td.sp-w57 {
        width: 57%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w57,
    table.table td.pc-w57 {
        width: 57%;
    }
}

table.table th.w58,
table.table td.w58 {
    width: 58%;
}

@media (max-width: 767px) {

    table.table th.sp-w58,
    table.table td.sp-w58 {
        width: 58%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w58,
    table.table td.pc-w58 {
        width: 58%;
    }
}

table.table th.w59,
table.table td.w59 {
    width: 59%;
}

@media (max-width: 767px) {

    table.table th.sp-w59,
    table.table td.sp-w59 {
        width: 59%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w59,
    table.table td.pc-w59 {
        width: 59%;
    }
}

table.table th.w60,
table.table td.w60 {
    width: 60%;
}

@media (max-width: 767px) {

    table.table th.sp-w60,
    table.table td.sp-w60 {
        width: 60%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w60,
    table.table td.pc-w60 {
        width: 60%;
    }
}

table.table th.w61,
table.table td.w61 {
    width: 61%;
}

@media (max-width: 767px) {

    table.table th.sp-w61,
    table.table td.sp-w61 {
        width: 61%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w61,
    table.table td.pc-w61 {
        width: 61%;
    }
}

table.table th.w62,
table.table td.w62 {
    width: 62%;
}

@media (max-width: 767px) {

    table.table th.sp-w62,
    table.table td.sp-w62 {
        width: 62%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w62,
    table.table td.pc-w62 {
        width: 62%;
    }
}

table.table th.w63,
table.table td.w63 {
    width: 63%;
}

@media (max-width: 767px) {

    table.table th.sp-w63,
    table.table td.sp-w63 {
        width: 63%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w63,
    table.table td.pc-w63 {
        width: 63%;
    }
}

table.table th.w64,
table.table td.w64 {
    width: 64%;
}

@media (max-width: 767px) {

    table.table th.sp-w64,
    table.table td.sp-w64 {
        width: 64%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w64,
    table.table td.pc-w64 {
        width: 64%;
    }
}

table.table th.w65,
table.table td.w65 {
    width: 65%;
}

@media (max-width: 767px) {

    table.table th.sp-w65,
    table.table td.sp-w65 {
        width: 65%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w65,
    table.table td.pc-w65 {
        width: 65%;
    }
}

table.table th.w66,
table.table td.w66 {
    width: 66%;
}

@media (max-width: 767px) {

    table.table th.sp-w66,
    table.table td.sp-w66 {
        width: 66%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w66,
    table.table td.pc-w66 {
        width: 66%;
    }
}

table.table th.w67,
table.table td.w67 {
    width: 67%;
}

@media (max-width: 767px) {

    table.table th.sp-w67,
    table.table td.sp-w67 {
        width: 67%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w67,
    table.table td.pc-w67 {
        width: 67%;
    }
}

table.table th.w68,
table.table td.w68 {
    width: 68%;
}

@media (max-width: 767px) {

    table.table th.sp-w68,
    table.table td.sp-w68 {
        width: 68%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w68,
    table.table td.pc-w68 {
        width: 68%;
    }
}

table.table th.w69,
table.table td.w69 {
    width: 69%;
}

@media (max-width: 767px) {

    table.table th.sp-w69,
    table.table td.sp-w69 {
        width: 69%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w69,
    table.table td.pc-w69 {
        width: 69%;
    }
}

table.table th.w70,
table.table td.w70 {
    width: 70%;
}

@media (max-width: 767px) {

    table.table th.sp-w70,
    table.table td.sp-w70 {
        width: 70%;
    }
}

@media (min-width: 768px) {

    table.table th.pc-w70,
    table.table td.pc-w70 {
        width: 70%;
    }
}

table.table thead th,
table.table thead td {
    background: #ddbe8b;
    color: #fff;
    font-weight: bold;
}

table.table tbody th {
    background: #f2e3db;
}

table.table tbody td {
    background: #fff;
}

@media (min-width: 768px) {

    table.table th,
    table.table td {
        padding: 1.3em 1em;
    }
}

table.th_td_left tbody th,
table.th_td_left tbody td {
    text-align: left;
}

table.th_left tbody th {
    text-align: left;
}

table.td_left tbody td {
    text-align: left;
}

table.td_right tbody td {
    text-align: right;
}

table.td_last_right tbody td:last-child {
    text-align: right;
}

table.table_default tbody th,
table.table_default tbody td {
    text-align: left;
}

table.table_default:not(.table_fixed) tbody tr th:first-child {
    width: 32%;
}

@media (min-width: 768px) {
    table.table_default:not(.table_fixed) tbody tr th:first-child {
        width: 25%;
    }
}

table.table_fee tbody th {
    text-align: left;
}

table.table_fee tbody td:last-child {
    text-align: right;
}

table.table_fixed {
    table-layout: fixed;
}

@media (max-width: 767px) {

    table.table_sp_stack,
    table.table_sp_stack_noborder {
        border-bottom: 1px solid #ddd;
    }

    table.table_sp_stack thead,
    table.table_sp_stack tbody,
    table.table_sp_stack tr,
    table.table_sp_stack th,
    table.table_sp_stack td,
    table.table_sp_stack_noborder thead,
    table.table_sp_stack_noborder tbody,
    table.table_sp_stack_noborder tr,
    table.table_sp_stack_noborder th,
    table.table_sp_stack_noborder td {
        display: block;
        width: auto;
    }

    table.table_sp_stack th,
    table.table_sp_stack_noborder th {
        border-bottom: none;
    }

    table.table_sp_stack td,
    table.table_sp_stack_noborder td {
        border-bottom: none;
    }

    table.table_sp_stack_noborder th {
        border-top-color: #ddd;
        padding-bottom: 0.25em;
    }

    table.table_sp_stack_noborder td {
        border-top: none;
        padding-top: 0.25em;
    }
}

.consul {
    color: #ddbe8b !important;
}

.consul2 {
    color: #6eba90 !important;
}

.js-scrollable,
.js-scrollable_pc {
    margin-bottom: 1em;
}

.js-scrollable table,
.js-scrollable_pc table {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .js-scrollable table {
        width: auto;
        min-width: 768px;
    }

    .js-scrollable table.table_fixed {
        width: 100%;
    }
}

.js-scrollable_pc table {
    width: auto;
    min-width: 768px;
}

.js-scrollable_pc table.table_fixed {
    width: 100%;
}

@media (min-width: 768px) {
    .js-scrollable_pc table {
        min-width: 1300px;
    }
}

.js-scrollable.scroll-hint {
    overflow-y: hidden !important;
}

.box_faq {
    border-bottom: 1px solid #ddd;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.box_faq:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.box_faq.box_bg {
    padding: var(--pd20);
    border: 0;
}

.box_faq .question,
.box_faq .answer {
    padding: 6px 0px 6px 60px;
    position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
    border-radius: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 600;
    height: 40px;
    left: 0;
    letter-spacing: 0;
    line-height: 36.8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.box_faq .question {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

.box_faq .question::before {
    content: 'Q';
    color: #fff;
    background: #aa8f63;
}

.box_faq .question .faq_title {
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 0;
    padding-right: 20px;
    position: relative;
}

.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
    position: absolute;
    content: '';
    top: 12px;
    right: 0;
    background: #ddbe8b;
    border-radius: 1px;
    width: 16px;
    height: 3px;
}

.box_faq .question .faq_title::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    transition: .3s;
}

.box_faq .question.open .faq_title::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.box_faq .answer {
    display: none;
    padding-top: 37px;
}

.box_faq .answer p {
    margin-top: 0;
}

.box_faq .answer::before {
    content: 'A';
    color: #fff;
    background: #6eba90;
    top: 30px;
}

.flow-box {
    margin-bottom: 50px;
}

.flow-box:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .flow-box {
        margin-bottom: 40px;
    }

    .flow-box:last-child {
        margin-bottom: 0;
    }
}

.flow-block {
    border: 5px solid #f6f1ed;
    background: #fff;
    border-radius: var(--pd30);
    margin-top: calc(16px * 5.125);
    padding: 34px;
    position: relative;
}

.flow-block:first-child {
    margin-top: 0;
}

.flow-block:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .flow-block {
        padding: 24px 16px;
        border-width: 3px;
    }
}

.flow-block::after {
    content: "";
    bottom: -95px;
    border: 32px solid transparent;
    border-top-color: #ddbe8b;
    left: 50%;
    margin-left: -32px;
    position: absolute;
}

@media (max-width: 767px) {
    .flow-block::after {
        bottom: -95px;
    }
}

.flow-block:last-child::after,
.flow-block.last::after {
    display: none;
}

.section_bg .flow-block {
    background: #fff;
    border-color: #ddbe8b;
}

.section_bg .flow-block::after {
    border-top-color: #ddbe8b;
}

.section_bg .flow-block .box_bg,
.section_bg .flow-block .box_border {
    background: #f5ebdc;
    border: 0;
}

.flow-block .title {
    --flow-title-font-size: 18px;
    /* .flow-block .title の font-size */
    --flow-title-line-height: 1.5;
    /* .flow-block .title の line-height */
    /**/
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: var(--flow-title-font-size);
    line-height: var(--flow-title-line-height);
    margin-top: 0 !important;
    padding: 0;
    text-align: left;
    border: none;
}

@media (min-width: 768px) {
    .flow-block .title {
        --flow-title-font-size: 24px;
        /* .flow-block .title の font-size */
    }
}

.flow-block .title::after,
.flow-block .title::before {
    display: none;
}

.flow-block .title .num {
    --flow-num-font-percent: 0.83;
    /* .flow-block .title .num フォントサイズ */
    --flow-num-width: calc(var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + (var(--flow-title-font-size) / 6));
    /* .flow-block .title .num の width*/
    /**/
    display: block;
    border: #ddbe8b;
    background: #ddbe8b;
    margin-right: .5em;
    margin-bottom: auto;
    color: #fff;
    border-radius: 2px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: var(--flow-num-width);
    width: var(--flow-num-width);
    aspect-ratio: 1;
    -webkit-transform: translateY(calc((var(--flow-title-font-size) / 6 / 2) - var(--yugo-minus)));
    transform: translateY(calc((var(--flow-title-font-size) / 6 / 2) - var(--yugo-minus)));
}

.flow-block .title .num.step {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    aspect-ratio: unset;
    padding: 0 .5rem .3rem;
}

.flow-block .title .number_text {
    margin-top: 2px;
}

@media (min-width: 768px) {
    .flow-block .title {
        font-size: var(--flow-title-font-size);
    }
}

.home .footer {
    border-top: none;
}

.footer {
    padding-top: clamp(50px, 10vw, 100px);
    background: #f6f1ed;
    overflow: hidden;
    border-top: 2px solid #ddbe8b;
}

.footer .sec_logo,
.footer .f-logo {
    margin: 0 0 30px;
}

.footer .f-logo {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 500;
}

.footer .f-logo .small {
    font-size: 18px;
}

@media (max-width: 767px) {
    .footer .f-logo {
        font-size: var(--pd36);
    }

    .footer .f-logo .small {
        font-size: var(--pd26);
    }
}

.footer .tel {
    font-family: "Tenor Sans", sans-serif;
    font-size: 24px;
    margin-bottom: 25px;
}

.footer .tel a {
    font-size: 28px;
    margin-left: 10px;
}

.footer .address {
    margin-bottom: 25px;
}

.footer .eki {
    line-height: calc(28 / 16);
    margin-bottom: 30px;
}

.footer table.address {
    margin-bottom: 10px;
}

.footer table.address th,
.footer table.address td {
    padding: 8px 0;
    line-height: 1.4;
}

.footer table.address th {
    width: 60px;
    text-align: left;
    padding-right: 8px;
}

.footer .table_timetable+p {
    margin-bottom: 30px;
}

.footer .box-pay .tit {
    background: #3b271c;
    color: white;
    text-align: center;
    border-radius: var(--pd30) var(--pd30) 0 0;
    padding: 11px 10px 10px;
    font-weight: 500;
}

.footer .box-pay .pay-tit {
    background: #f6f1ed;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 2px;
    font-weight: 500;
}

.footer .box-pay .flex {
    border: 2px solid #3b271c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
}

@media (min-width: 768px) {
    .footer .box-pay {
        margin-bottom: 60px;
    }

    .footer .box-pay .flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px 57px;
    }

    .footer .box-pay .flex .box {
        width: 330px;
    }
}

@media (max-width: 767px) {
    .footer .box-pay {
        margin-bottom: 50px;
    }

    .footer .box-pay .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: var(--pd40) var(--pd20);
        row-gap: var(--pd50);
    }

    .footer .box-pay .flex .box {
        width: 100%;
        border: 1px solid #f6f1ed;
    }

    .footer .box-pay .flex .box p {
        font-weight: bold;
        font-size: 18px;
        border-radius: 0;
    }

    .footer .box-pay .flex .box figure {
        padding: 0 var(--pd20) var(--pd20);
    }
}

.footer .box-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer .box-banner a {
    text-decoration: none;
    display: table;
    text-align: center;
    padding: 1.3rem 2rem 1rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer .box-banner a .small {
    display: block;
    font-size: 16px;
}

.footer .box-banner a .large {
    font-size: 24px;
    font-weight: 600;
}

.footer .box-banner .link1 {
    background: #ede5df;
    border: 1px solid #ccc;
}

.footer .box-banner .link1 .small {
    color: #70483c;
}

.footer .box-banner .link1 .large {
    color: #3b271c;
}

.footer .box-banner .link1:hover {
    background: white;
}

.footer .box-banner .link2 {
    background: white;
    border: 1px solid #e4dddb;
}

.footer .box-banner .link2 .small {
    color: #7e3900;
}

.footer .box-banner .link2 .large {
    color: #36302b;
}

.footer .box-banner .link2:hover {
    background: #ede5df;
}

@media (min-width: 768px) {
    .footer .box-banner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 767px) {
    .footer .box-banner {
        row-gap: 10px;
    }

    .footer .box-banner a {
        width: 100%;
    }

    .footer .box-banner a .small {
        font-size: var(--pd28);
    }

    .footer .box-banner a .large {
        font-size: var(--pd38);
    }
}

.footer .box-banner2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 50px;
}

.footer .box-banner2>* {
    max-width: 300px;
}

@media (max-width: 767px) {
    .footer .box-banner2 {
        -webkit-column-gap: var(--pd30);
        column-gap: var(--pd30);
    }
}

.footer .sitemap {
    text-align: center;
    margin-bottom: 30px;
}

.footer .sitemap a {
    text-decoration: none;
    color: #3b271c;
    position: relative;
    padding-left: 15px;
}

.footer .sitemap a:hover {
    text-decoration: underline;
}

.footer .sitemap a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    background: #3b271c;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .footer .googlemap {
        height: 100%;
        padding-top: initial;
    }

    .footer .btnstyle:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer .btnstyle.block a {
        padding: 2rem 2.4rem 2.3rem;
    }
}

.copyright {
    background: #ede5df;
    color: #3b271c;
    margin-top: clamp(30px, 10vw, 100px);
    padding: 20px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .copyright {
        padding: 20px 0 var(--pd200);
    }
}

.list_list dd a {
    color: #3b271c;
    text-decoration: none;
}

.list_list dd a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .list_list dt {
        padding: .5em 0 0;
    }

    .list_list dd {
        padding: 0 0 .5em;
    }
}

@media (min-width: 768px) {
    .list_list dt {
        float: left;
    }

    .list_list dd {
        padding-left: 120px;
    }
}

.loopslider_wrap {
    overflow: hidden;
	margin-top: clamp(50px, 12vw, 120px);
}

.loopslider_wrap .loopslider {
    -webkit-animation: loopslider 100s linear infinite;
    animation: loopslider 100s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .loopslider_wrap .loopslider {
        width: calc(200px * 16);
    }
	.loopslider_wrap .loopslider .loopslider_item{
        padding: 0 5px;
    }
	.loopslider_wrap .loopslider .loopslider_item:nth-child(even){
        margin-top: 10px;
    }

    @-webkit-keyframes loopslider {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(calc(-200px * 8));
            transform: translateX(calc(-200px * 8));
        }
    }

    @keyframes loopslider {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(calc(-200px * 8));
            transform: translateX(calc(-200px * 8));
        }
    }
}

@media (min-width: 768px) {
    .loopslider_wrap .loopslider {
        width: calc(320px * 16);
    }
	.loopslider_wrap .loopslider .loopslider_item{
        padding: 0 10px;
    }
    .loopslider_wrap .loopslider .loopslider_item:nth-child(even){
        margin-top: 20px;
    }

    @-webkit-keyframes loopslider {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(calc(-340px * 8));
            transform: translateX(calc(-340px * 8));
        }
    }

    @keyframes loopslider {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(calc(-340px * 8));
            transform: translateX(calc(-340px * 8));
        }
    }
}

.ic {
    position: relative;
    display: inline;
    line-height: 1;
}

.ic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ic__time {
    font-size: var(--pd18);
    line-height: calc(22 / 18);
    padding-left: 45px;
    display: table;
}

.ic__time:before {
    width: 35px;
    height: 36px;
    background: url("../img/common/ic-time.png") no-repeat center/contain;
}

.ictel {
    position: relative;
    font-size: clamp(30px, 3.4vw, 34px);
    color: #ddbe8b;
    padding-left: 35px;
}

.ictel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url("../img/common/icon_tel.svg") no-repeat center/contain;
}

.txt-rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.txt-lr {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.txt-shadow {
    text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 16px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}

.txt_underline {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(110, 186, 144, 0.3);
    text-decoration-color: rgba(110, 186, 144, 0.3);
    text-decoration-skip-ink: none;
    text-underline-offset: -5px;
    text-decoration-thickness: 12px;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
}

.txt_cl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#6eba90), to(#ddbe8b));
    background-image: linear-gradient(90deg, #6eba90, #ddbe8b);
}

.txt-bg {
    display: block;
}

.txt-bg>span {
    background-color: #ddbe8b;
    padding: 5px 10px 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 2.2;
    color: white;
    font-size: clamp(18px, 2.4vw, 24px);
    border-radius: 10px 0;
}

.txt-tenor,
.sec_top h2 .en,
.sec_1 .box-open .day .num,
.sec_3 .row .col a .more,
.sec_3 .box-link a .txt,
.sec_5 .row .col a .more,
.sec_6 .line .row .col__text .num {
    font-family: "Tenor Sans", sans-serif;
}

.txt-zen {
    font-family: "Zen Maru Gothic", sans-serif;
}

.sec_top.pd {
    padding: clamp(50px, 10vw, 100px) 0;
}

.sec_top.pdt {
    padding-top: clamp(50px, 10vw, 100px);
}

.sec_top.pdb {
    padding-bottom: clamp(50px, 10vw, 100px);
}

.sec_top.namitop {
    position: relative;
}

.sec_top.namitop:before {
    content: "";
    position: absolute;
    top: -1px;
    width: 100%;
    height: 50px;
    -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 28.34%, 1.67% 24.65%, 3.33% 21.08%, 5% 17.68%, 6.67% 14.5%, 8.33% 11.58%, 10% 8.96%, 11.67% 6.67%, 13.33% 4.74%, 15% 3.21%, 16.67% 2.08%, 18.33% 1.37%, 20% 1.1%, 21.67% 1.27%, 23.33% 1.87%, 25% 2.89%, 26.67% 4.34%, 28.33% 6.17%, 30% 8.37%, 31.67% 10.92%, 33.33% 13.77%, 35% 16.89%, 36.67% 20.24%, 38.33% 23.77%, 40% 27.44%, 41.67% 31.19%, 43.33% 34.99%, 45% 38.77%, 46.67% 42.49%, 48.33% 46.09%, 50% 49.54%, 51.67% 52.79%, 53.33% 55.78%, 55% 58.49%, 56.67% 60.87%, 58.33% 62.9%, 60% 64.55%, 61.67% 65.79%, 63.33% 66.61%, 65% 67%, 66.67% 66.95%, 68.33% 66.47%, 70% 65.56%, 71.67% 64.23%, 73.33% 62.5%, 75% 60.39%, 76.67% 57.94%, 78.33% 55.17%, 80% 52.12%, 81.67% 48.83%, 83.33% 45.34%, 85% 41.71%, 86.67% 37.97%, 88.33% 34.18%, 90% 30.39%, 91.67% 26.65%, 93.33% 23.01%, 95% 19.51%, 96.67% 16.21%, 98.33% 13.14%, 100% 10.35%);
    clip-path: polygon(100% 0%, 0% 0%, 0% 28.34%, 1.67% 24.65%, 3.33% 21.08%, 5% 17.68%, 6.67% 14.5%, 8.33% 11.58%, 10% 8.96%, 11.67% 6.67%, 13.33% 4.74%, 15% 3.21%, 16.67% 2.08%, 18.33% 1.37%, 20% 1.1%, 21.67% 1.27%, 23.33% 1.87%, 25% 2.89%, 26.67% 4.34%, 28.33% 6.17%, 30% 8.37%, 31.67% 10.92%, 33.33% 13.77%, 35% 16.89%, 36.67% 20.24%, 38.33% 23.77%, 40% 27.44%, 41.67% 31.19%, 43.33% 34.99%, 45% 38.77%, 46.67% 42.49%, 48.33% 46.09%, 50% 49.54%, 51.67% 52.79%, 53.33% 55.78%, 55% 58.49%, 56.67% 60.87%, 58.33% 62.9%, 60% 64.55%, 61.67% 65.79%, 63.33% 66.61%, 65% 67%, 66.67% 66.95%, 68.33% 66.47%, 70% 65.56%, 71.67% 64.23%, 73.33% 62.5%, 75% 60.39%, 76.67% 57.94%, 78.33% 55.17%, 80% 52.12%, 81.67% 48.83%, 83.33% 45.34%, 85% 41.71%, 86.67% 37.97%, 88.33% 34.18%, 90% 30.39%, 91.67% 26.65%, 93.33% 23.01%, 95% 19.51%, 96.67% 16.21%, 98.33% 13.14%, 100% 10.35%);
}

.sec_top.namibt {
    position: relative;
}

.sec_top.namibt:after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: -1px;
    width: 100%;
    height: 50px;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 60.21%, 1.67% 56.52%, 3.33% 52.95%, 5% 49.55%, 6.67% 46.37%, 8.33% 43.45%, 10% 40.83%, 11.67% 38.54%, 13.33% 36.61%, 15% 35.07%, 16.67% 33.95%, 18.33% 33.24%, 20% 32.97%, 21.67% 33.14%, 23.33% 33.74%, 25% 34.76%, 26.67% 36.2%, 28.33% 38.04%, 30% 40.24%, 31.67% 42.79%, 33.33% 45.64%, 35% 48.76%, 36.67% 52.11%, 38.33% 55.64%, 40% 59.31%, 41.67% 63.06%, 43.33% 66.85%, 45% 70.64%, 46.67% 74.36%, 48.33% 77.96%, 50% 81.41%, 51.67% 84.65%, 53.33% 87.65%, 55% 90.36%, 56.67% 92.74%, 58.33% 94.77%, 60% 96.41%, 61.67% 97.66%, 63.33% 98.48%, 65% 98.87%, 66.67% 98.82%, 68.33% 98.34%, 70% 97.43%, 71.67% 96.1%, 73.33% 94.37%, 75% 92.26%, 76.67% 89.81%, 78.33% 87.04%, 80% 83.99%, 81.67% 80.7%, 83.33% 77.21%, 85% 73.57%, 86.67% 69.84%, 88.33% 66.05%, 90% 62.26%, 91.67% 58.52%, 93.33% 54.88%, 95% 51.38%, 96.67% 48.08%, 98.33% 45.01%, 100% 42.22%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 60.21%, 1.67% 56.52%, 3.33% 52.95%, 5% 49.55%, 6.67% 46.37%, 8.33% 43.45%, 10% 40.83%, 11.67% 38.54%, 13.33% 36.61%, 15% 35.07%, 16.67% 33.95%, 18.33% 33.24%, 20% 32.97%, 21.67% 33.14%, 23.33% 33.74%, 25% 34.76%, 26.67% 36.2%, 28.33% 38.04%, 30% 40.24%, 31.67% 42.79%, 33.33% 45.64%, 35% 48.76%, 36.67% 52.11%, 38.33% 55.64%, 40% 59.31%, 41.67% 63.06%, 43.33% 66.85%, 45% 70.64%, 46.67% 74.36%, 48.33% 77.96%, 50% 81.41%, 51.67% 84.65%, 53.33% 87.65%, 55% 90.36%, 56.67% 92.74%, 58.33% 94.77%, 60% 96.41%, 61.67% 97.66%, 63.33% 98.48%, 65% 98.87%, 66.67% 98.82%, 68.33% 98.34%, 70% 97.43%, 71.67% 96.1%, 73.33% 94.37%, 75% 92.26%, 76.67% 89.81%, 78.33% 87.04%, 80% 83.99%, 81.67% 80.7%, 83.33% 77.21%, 85% 73.57%, 86.67% 69.84%, 88.33% 66.05%, 90% 62.26%, 91.67% 58.52%, 93.33% 54.88%, 95% 51.38%, 96.67% 48.08%, 98.33% 45.01%, 100% 42.22%);
}

.sec_top h2 {
    line-height: 1.4;
}

.sec_top h2 .en {
    font-weight: normal;
}

.sec_top h2.type1 .en {
    font-size: 55px;
    display: block;
}

.sec_top h2.type1 .jp {
    font-size: 20px;
}

.sec_top h2.type2 {
    position: relative;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.sec_top h2.type2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    top: 0;
    width: 1px;
    height: var(--pd80);
    background: #3b271c;
}

.sec_top h2.type2 .en {
    font-size: 180px;
    color: #f6f1ed;
}

.sec_top h2.type2 .en.white {
    color: white;
}

.sec_top h2.type2 .jp {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 35px;
}

.sec_top h2.type2.small {
    padding-top: var(--pd50);
}

.sec_top h2.type2.small .en {
    font-size: 120px;
}

.sec_top h2.type2.small .jp {
    bottom: 20px;
}

.sec_top h3.type1 {
    font-weight: 500;
    font-size: 35px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-thickness: 20px;
    text-decoration-skip-ink: none;
    text-underline-offset: -3px;
    color: #987e53;
    display: table;
    margin-inline: auto;
    margin-bottom: 25px;
}

.sec_top .l2.l3 {
    line-height: 2;
}

@media (min-width: 768px) {
    .sec_top .l3 {
        line-height: calc(40 / 18);
    }
}

@media (max-width: 767px) {
    .sec_top.namitop:before {
        height: var(--pd50);
    }

    .sec_top.namibt:after {
        height: var(--pd50);
    }

    .sec_top h2 {
        margin-bottom: 25px;
    }

    .sec_top h2.type1 {
        text-align: center;
    }

    .sec_top h2.type2:before {
        height: 30px;
    }

    .sec_top h2.type2 .en {
        font-size: 60px;
    }

    .sec_top h2.type2 .jp {
        font-size: 18px;
        bottom: 0;
    }

    .sec_top h2.type2.small .en {
        font-size: 50px;
    }

    .sec_top h2.type2.small .jp {
        font-size: 18px;
        bottom: 0;
    }

    .sec_top h3.type1 {
        font-size: var(--pd41);
        text-decoration-thickness: var(--pd20);
        text-underline-offset: calc(0px - var(--pd5));
        margin-bottom: var(--pd20);
    }
}

.sec_news .list_list {
    overflow: auto;
    max-height: 290px;
    font-weight: bold;
}

.sec_news .list_list dt {
    padding: 0 0;
    margin: 0 0;
}

.sec_news .list_list dd {
    padding: 0 0 .5em;
    margin: 0 0;
    border-bottom: 1px solid #ddd;
}

.sec_news .list_list dd:not(:last-child) {
    margin-bottom: .5em;
}

.sec_news .list_list dd a {
    color: #3b271c;
    text-decoration: none;
}

.sec_news .list_list dd a:hover {
    text-decoration: underline;
    color: #ddbe8b;
}

.sec_news .btnstyle a {
    max-width: 200px;
    padding: 1.1rem 2rem 1.3rem;
}

@media (max-width: 767px) {
    .sec_news .list_list dd p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sec_news .list_list dd p .cat {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .sec_news .list_list dt {
        padding: 1em 0;
    }

    .sec_news .list_list dt+dd {
        padding-left: 120px;
    }

    .sec_news .list_list dd {
        padding: 1em 0;
    }

    .sec_news .list_list dd:not(:last-child) {
        margin-bottom: 0;
    }

    .sec_news .list_list dd p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sec_news .list_list dd a {
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        white-space: nowrap;
        display: block;
    }
}

.sec_1 {
    background: url("../img/top/sec1-bg.jpg") no-repeat center/cover;
}

.sec_1 .box-open {
    background: white;
    border: 1px solid #3b271c;
    border-radius: 10px;
    padding: var(--pd20);
    text-align: center;
}

.sec_1 .box-open .day {
    font-weight: 500;
    margin-bottom: 0;
    display: table;
    margin-inline: auto;
    position: relative;
}

.sec_1 .box-open .day:before,
.sec_1 .box-open .day:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec_1 .box-open .day:before {
    right: calc(100% + var(--pd30));
    background: url("../img/top/icon1.png") no-repeat center/contain;
}

.sec_1 .box-open .day:after {
    left: calc(100% + var(--pd30));
    background: url("../img/top/icon2.png") no-repeat center/contain;
}

.sec_1 .box-open .day .num {
    color: #aa8f63;
}

.sec_1 .box-open .bd {
    background: #efe9de;
    border-radius: 100vmax;
    font-weight: 500;
    padding: .3rem .5rem .5rem;
}

.sec_1 .box-open .line {
    line-height: calc(32 / 20);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-color: rgba(221, 190, 139, 0.3);
    text-decoration-color: rgba(221, 190, 139, 0.3);
    text-decoration-skip-ink: none;
    text-underline-offset: -2px;
}

.sec_1 .row {
    background: white;
    border-radius: 10px;
    padding: var(--pd20);
}

@media (max-width: 767px) {
    .sec_1 .box-open {
        margin-bottom: 50px;
    }

    .sec_1 .box-open .day {
        font-size: var(--pd40);
    }

    .sec_1 .box-open .day:before,
    .sec_1 .box-open .day:after {
        width: var(--pd50);
        height: var(--pd20);
    }

    .sec_1 .box-open .day .num {
        font-size: var(--pd60);
    }

    .sec_1 .box-open .bd {
        font-size: var(--pd30);
        margin-bottom: var(--pd30);
    }

    .sec_1 .box-open .bd .small {
        font-size: var(--pd20);
    }

    .sec_1 .box-open .title {
        font-size: var(--pd32);
        margin-bottom: var(--pd30);
    }

    .sec_1 .box-open .title .small {
        font-size: var(--pd26);
    }

    .sec_1 .box-open .line {
        font-size: var(--pd26);
        text-decoration-thickness: var(--pd10);
    }

    .sec_1 .box-open .line .small {
        font-size: var(--pd22);
    }
}

@media (min-width: 768px) {
    .sec_1 .box-open {
        padding: 50px 55px 55px;
        margin-bottom: 40px;
    }

    .sec_1 .box-open .day {
        font-size: 40px;
    }

    .sec_1 .box-open .day:before,
    .sec_1 .box-open .day:after {
        width: 50px;
        height: 20px;
    }

    .sec_1 .box-open .day .num {
        font-size: 60px;
    }

    .sec_1 .box-open .bd {
        font-size: 30px;
    }

    .sec_1 .box-open .bd .small {
        font-size: 20px;
    }

    .sec_1 .box-open .title {
        font-size: 31px;
    }

    .sec_1 .box-open .title .small {
        font-size: 25px;
    }

    .sec_1 .box-open .line {
        font-size: 20px;
        text-decoration-thickness: 10px;
    }

    .sec_1 .box-open .line .small {
        font-size: 16px;
    }

    .sec_1 .row {
        padding: 60px;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

    .sec_1 .row .col__head {
        width: 225px;
    }

    .sec_1 .row .col__head h2 {
        margin-bottom: 25px;
    }

    .sec_1 .row .col__content {
        width: calc(100% - 225px);
        padding-left: 30px;
    }
}

.sec_2 {
    background: url("../img/top/sec2-bg.jpg");
}

.sec_2.namibt:after {
    background: #f6f1ed;
}

@media (max-width: 767px) {
    .sec_2 {
        padding: 50px 0;
    }

    .sec_2 .box-img {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .sec_2 {
        position: relative;
        z-index: 0;
        padding: 150px 0 190px;
    }

    .sec_2 .l3 {
        font-size: 18px;
        letter-spacing: normal;
    }

    .sec_2 .box-img {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 var(--pd20);
        left: 0;
        right: 0;
        top: var(--pd70);
        bottom: auto;
        margin: auto;
        z-index: -1;
    }

    .sec_2 .box-img img {
        max-width: calc(432 / 1920 * 100vw);
    }
}

.sec_3 {
    background: url("../img/top/sec3-bg.jpg") no-repeat center/cover;
}

.sec_3.namibt:after {
    background: #f2e3db;
}

.sec_3 .row .col a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    color: white;
    font-weight: 500;
    text-align: center;
    z-index: 0;
    -webkit-box-shadow: 0 5px 7px 3px rgba(59, 39, 28, 0.2);
    box-shadow: 0 5px 7px 3px rgba(59, 39, 28, 0.2);
}

.sec_3 .row .col a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(168, 142, 99, 0.6);
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sec_3 .row .col a .txt {
    width: 100%;
}

.sec_3 .row .col a .more {
    position: absolute;
    padding-right: 25px;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.sec_3 .row .col a .more:after {
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 16px;
    background: url("../img/common/ic-arrow.png") no-repeat center/contain;
}

.sec_3 .row .col a:hover:before {
    background: rgba(168, 142, 99, 0.9);
}

.sec_3 .box-link {
    border-radius: var(--pd30);
    padding: var(--pd20);
    position: relative;
    z-index: 0;
    color: white;
}

.sec_3 .box-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(110, 186, 144, 0.7);
    z-index: -1;
    border-radius: var(--pd30);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sec_3 .box-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec_3 .box-link a .txt {
    position: absolute;
    background: #ddbe8b;
    border-radius: 50%;
    margin: auto;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 5px 7px 3px rgba(59, 39, 28, 0.2);
    box-shadow: 0 5px 7px 3px rgba(59, 39, 28, 0.2);
}

.sec_3 .box-link a .txt .ar {
    position: relative;
    padding-bottom: 18px;
}

.sec_3 .box-link a .txt .ar:after {
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 15px;
    height: 16px;
    background: url("../img/common/ic-arrow.png") no-repeat center/contain;
}

.sec_3 .box-link h3,
.sec_3 .box-link h4 {
    font-weight: 500;
}

.sec_3 .box-link h3 {
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
}

.sec_3 .box-link h3:before {
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 4px solid currentColor;
    border-radius: 50%;
}

.sec_3 .box-link h4 {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 9px;
    margin-bottom: 20px;
}

.sec_3 .box-link p strong {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 7px;
}

.sec_3 .box-link:hover:before {
    background: rgba(110, 186, 144, 0.9);
}

.sec_3 .box-link:hover a .txt {
    background: #6eba90;
}

@media (max-width: 767px) {
    .sec_3 .row {
        row-gap: var(--pd70);
    }

    .sec_3 .row .col {
        width: 100%;
        height: calc(270 / 767 * 100vw);
    }

    .sec_3 .row .col a {
        text-align: left;
    }

    .sec_3 .row .col a .txt {
        font-size: var(--pd45);
        line-height: calc(60 / 45);
        margin-left: var(--pd70);
    }

    .sec_3 .row .col a .more {
        top: 0;
        bottom: 0;
        right: var(--pd20);
        margin: auto;
        font-size: var(--pd34);
    }

    .sec_3 .row .col.bg1 a {
        background: url("../img/top/sp-sec3-bg1.jpg") no-repeat center/cover;
    }

    .sec_3 .row .col.bg2 a {
        background: url("../img/top/sp-sec3-bg2.jpg") no-repeat center/cover;
    }

    .sec_3 .row .col.bg3 a {
        background: url("../img/top/sp-sec3-bg3.jpg") no-repeat center/cover;
    }

    .sec_3 .row .col.bg4 a {
        background: url("../img/top/sp-sec3-bg4.jpg") no-repeat center/cover;
    }

    .sec_3 .box-link {
        background: url("../img/top/sp-sec3-bg5.jpg") no-repeat center/cover;
        padding: var(--pd250) var(--pd20) var(--pd90);
        margin-bottom: var(--pd75);
    }

    .sec_3 .box-link a .txt {
        top: auto;
        left: 0;
        right: 0;
        bottom: calc(0px - var(--pd75));
        width: var(--pd150);
        height: var(--pd150);
        font-size: var(--pd30);
    }

    .sec_3 .box-link h3 {
        font-size: var(--pd44);
        margin-bottom: var(--pd15);
    }

    .sec_3 .box-link h3:before {
        top: var(--pd26);
    }

    .sec_3 .box-link h4 {
        font-size: var(--pd38);
        text-underline-offset: var(--pd8);
        margin-bottom: var(--pd15);
    }
}

@media (min-width: 768px) {
    .sec_3 .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sec_3 .row .col {
        width: 270px;
        height: 270px;
    }

    .sec_3 .row .col:nth-child(even) {
        margin-top: 30px;
    }

    .sec_3 .row .col a .txt {
        font-size: 26px;
    }

    .sec_3 .row .col a .more {
        bottom: 20px;
        right: 20px;
        font-size: 20px;
    }

    .sec_3 .row .col.bg1 a {
        background: url("../img/top/sec3-bg1.jpg") no-repeat center/cover;
    }

    .sec_3 .row .col.bg2 a {
        background: url("../img/top/sec3-bg2.jpg") no-repeat center/cover;
    }

    .sec_3 .row .col.bg3 a {
        background: url("../img/top/sec3-bg3.jpg") no-repeat center/cover;
    }

    .sec_3 .row .col.bg4 a {
        background: url("../img/top/sec3-bg4.jpg") no-repeat center/cover;
    }

    .sec_3 .box-link {
        background: url("../img/top/sec3-bg5.jpg") no-repeat center/cover;
        padding: 60px;
    }

    .sec_3 .box-link a .txt {
        width: 100px;
        height: 100px;
        font-size: 20px;
        right: 20px;
        bottom: -50px;
    }

    .sec_3 .box-link h3 {
        font-size: 35px;
    }

    .sec_3 .box-link h4 {
        font-size: 24px;
    }

    .sec_3 .box-link p {
        font-size: 17px;
        line-height: calc(32 / 17);
    }
}

.sec_4 {
    background: #f2e3db;
}

.sec_4.namibt:after {
    background: #fff;
}

.sec_4 .tab_wrap {
    background: white;
    padding: var(--pd20);
    border-radius: var(--pd30);
}

.sec_4 .tab_wrap .tab_btn_wrap {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f1ed;
    border-radius: 10px;
}

.sec_4 .tab_wrap .tab_btn_wrap .tab_btn {
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
}

.sec_4 .tab_wrap .tab_btn_wrap .tab_btn.active {
    cursor: default;
    background: #ddbe8b;
    color: white;
}

.sec_4 .tab_wrap .tab_content .tab_item:not(.active) {
    display: none;
}

.sec_4 .tab_wrap .tab_content .tab_item .row .btnstyle a {
    border-radius: 10px;
}

@media (max-width: 767px) {
    .sec_4 .tab_wrap .tab_btn_wrap .tab_btn {
        font-size: var(--pd34);
        line-height: 1.4;
        padding: .3rem;
    }

    .sec_4 .tab_wrap .tab_content .tab_item .row {
        gap: var(--pd10);
    }

    .sec_4 .tab_wrap .tab_content .tab_item .row .btnstyle a {
        font-size: var(--pd30);
        height: var(--pd100);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.5rem 1.8rem 1.7rem;
    }

    .sec_4 .tab_wrap .tab_content .tab_item .row .btnstyle a:after {
        width: var(--pd20);
        height: var(--pd21);
        right: var(--pd10);
    }

    .sec_4 .tab_wrap .tab_content .tab_item .row .col {
        width: calc((100% - var(--pd10)) / 2);
    }
}

@media (min-width: 768px) {
    .sec_4 .tab_wrap {
        padding: 60px;
    }

    .sec_4 .tab_wrap .tab_content .tab_item .row {
        gap: 10px;
    }

    .sec_4 .tab_wrap .tab_content .tab_item .row .col {
        width: calc((100% - 30px) / 4);
    }
}

.sec_5 {
    background: url("../img/top/sec5-bg.jpg") no-repeat center/cover;
}

.sec_5.namitop:before {
    background: #f2e3db;
}

.sec_5 .row .col a {
    text-decoration: none;
    display: block;
    color: white;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: background-size 0.3s ease;
    transition: background-size 0.3s ease;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 5px 7px 3px rgba(59, 39, 28, 0.2);
    box-shadow: 0 5px 7px 3px rgba(59, 39, 28, 0.2);
}

.sec_5 .row .col a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.sec_5 .row .col a .txt {
    font-weight: 500;
    position: absolute;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.sec_5 .row .col a .txt .small {
    display: block;
}

.sec_5 .row .col a .more {
    position: absolute;
    padding-right: 25px;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.sec_5 .row .col a .more:after {
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 16px;
    background: url("../img/common/ic-arrow.png") no-repeat center/contain;
}

.sec_5 .row .col a:hover {
    background-size: 110%;
}

@media (max-width: 767px) {
    .sec_5 .row .col {
        width: 100%;
        height: calc(982 / 767 * 100vw);
    }

    .sec_5 .row .col a {
        background-size: 105%;
    }

    .sec_5 .row .col a .txt {
        top: var(--pd80);
        left: var(--pd60);
        font-size: var(--pd59);
    }

    .sec_5 .row .col a .txt .small {
        font-size: var(--pd40);
    }

    .sec_5 .row .col a .more {
        right: var(--pd20);
        bottom: var(--pd20);
        font-size: var(--pd40);
    }

    .sec_5 .row .col a:hover {
        background-size: 115%;
    }

    .sec_5 .row .col.bg1 a {
        background-image: url("../img/top/sp-sec5-bg1.jpg");
    }

    .sec_5 .row .col.bg2 a {
        background-image: url("../img/top/sp-sec5-bg2.jpg");
    }

    .sec_5 .row .col.bg3 a {
        background-image: url("../img/top/sp-sec5-bg3.jpg");
    }
}

@media (min-width: 768px) {
    .sec_5 .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sec_5 .row .col {
        width: 384px;
        height: 503px;
    }

    .sec_5 .row .col a .txt {
        top: 45px;
        left: var(--pd60);
        font-size: 30px;
    }

    .sec_5 .row .col a .txt .small {
        font-size: 20px;
    }

    .sec_5 .row .col a .more {
        right: 20px;
        bottom: 20px;
        font-size: 20px;
    }

    .sec_5 .row .col.bg1 a {
        background-image: url("../img/top/sec5-bg1.jpg");
    }

    .sec_5 .row .col.bg2 a {
        background-image: url("../img/top/sec5-bg2.jpg");
    }

    .sec_5 .row .col.bg3 a {
        background-image: url("../img/top/sec5-bg3.jpg");
    }
}

.sec_6 {
    background: url("../img/top/sec6-bg.jpg") no-repeat center/cover;
}

.sec_6 .line .row .col__text {
    background: white;
    border-radius: var(--pd30);
    padding: var(--pd30);
    -webkit-box-shadow: 0 0 7px 5px rgba(59, 39, 28, 0.2);
    box-shadow: 0 0 7px 5px rgba(59, 39, 28, 0.2);
    position: relative;
    z-index: 0;
}

.sec_6 .line .row .col__text:before {
    content: "";
    position: absolute;
    top: var(--pd20);
    left: var(--pd20);
    width: 100%;
    height: 100%;
    border: 1px solid #ddbe8b;
    border-radius: var(--pd30);
    z-index: -1;
}

.sec_6 .line .row .col__text .num {
    line-height: 1;
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #dcbc88), to(#bb7e18));
    background-image: linear-gradient(to top, #dcbc88 40%, #bb7e18);
    font-size: var(--pd60);
}

.sec_6 .line .row .col__text .num .large {
    font-size: var(--pd120);
}

.sec_6 .line .row .col__text h3 {
    text-align: center;
    margin-bottom: 15px;
}

.sec_6 .line .row .col__text .more {
    text-align: right;
}

@media (max-width: 767px) {
    .sec_6 .line {
        padding: 0 10px;
    }

    .sec_6 .line:not(:last-child) {
        margin-bottom: 50px;
    }

    .sec_6 .line .row {
        row-gap: 0;
    }

    .sec_6 .line .row .col__img {
        margin-bottom: -20px;
    }

    .sec_6 .line .row .col__img img {
        max-width: calc(100% + 20px);
        translate: -10px;
    }

    .sec_6 .line .row .col__text:before {
        top: var(--pd10);
        left: var(--pd10);
    }

    .sec_6 .line .row .col__text .num {
        margin-inline: auto;
        margin-bottom: 10px;
    }

    .sec_6 .line .row .col__text h3 {
        font-size: var(--pd44);
    }
}

@media (min-width: 768px) {
    .sec_6 .line {
        margin-inline: auto;
    }

    .sec_6 .line:not(:last-child) {
        margin-bottom: 120px;
    }

    .sec_6 .line .row {
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .sec_6 .line .row .col__text {
        width: 44.5%;
        padding: var(--pd60);
    }

    .sec_6 .line .row .col__text .num {
        bottom: calc(100% - var(--pd15));
        right: 0;
        position: absolute;
    }

    .sec_6 .line .row .col__text h3 {
        font-size: 24px;
        line-height: calc(72 / 36);
        letter-spacing: normal;
    }

    .sec_6 .line .row .col__text .l3 {
        letter-spacing: normal;
    }

    .sec_6 .line .row .col__img {
        width: 55.5%;
        margin-bottom: 60px;
    }

    .sec_6 .line .row .col__img img {
        max-width: calc(100% + 100px);
    }

    .sec_6 .line .row.reverse .col__img img {
        border-radius: var(--pd50) 0 0 var(--pd50);
        translate: -100px;
    }

    .sec_6 .line .row:not(.reverse) .col__img img {
        border-radius: 0 var(--pd50) var(--pd50) 0;
    }
}

@media only screen and (min-width: 1240px) {
    .sec_6 .line {
        max-width: calc(100% - var(--pd200));
    }

    .sec_6 .line .row .col__img {
        height: calc(700 / 1920 * 100vw);
    }

    .sec_6 .line .row .col__img img {
        max-width: calc(1200 / 1920 * 100vw);
    }

    .sec_6 .line .row .col__text h3 {
        font-size: var(--pd36);
    }

    .sec_6 .line .row.reverse .col__img img {
        translate: calc(0px - var(--pd125));
    }

    .sec_6 .line .row:not(.reverse) .col__img {
        position: relative;
    }

    .sec_6 .line .row:not(.reverse) .col__img img {
        position: absolute;
        top: 0;
        right: calc(-125 / 1920 * 100vw);
    }
}

.sec_7 {
    background: url("../img/top/sec7-bg.jpg") no-repeat center/cover;
    position: relative;
    z-index: 0;
}

.sec_7 h2.type2:before {
    content: none;
}

.sec_7 .row .col__img {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.sec_7 .row .col__img img {
    border-radius: 30px;
}

.sec_7 .row .col__img .name {
    position: absolute;
    right: 40px;
    bottom: 0;
    background: white;
    -webkit-box-shadow: 0 0 7px 5px rgba(59, 39, 28, 0.2);
    box-shadow: 0 0 7px 5px rgba(59, 39, 28, 0.2);
    display: table;
    font-size: 18px;
    border-radius: 10px;
    padding: 2rem 2rem;
    width: 230px;
    text-align: center;
}

.sec_7 .row .col__img .name .large {
    font-size: 18px;
}

@media (max-width: 767px) {
    .sec_7.pd {
        padding-top: 0;
    }

    .sec_7 .img-bg {
        margin-bottom: 15px;
    }

    .sec_7 .row {
        row-gap: 0;
    }

    .sec_7 .row .col {
        display: contents;
    }

    .sec_7 .row .col h2 {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .sec_7 .row .col .box-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        position: relative;
        padding-bottom: var(--pd70);
        margin-bottom: 15px;
    }

    .sec_7 .row .col .box-img .name {
        font-size: var(--pd30);
        right: 0;
        left: 0;
        margin: auto;
        padding: var(--pd20) var(--pd10);
    }

    .sec_7 .row .col .box-img .name .large {
        font-size: var(--pd40);
    }

    .sec_7 .row .col .box-text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (min-width: 768px) {
    .sec_7 .img-bg {
        position: absolute;
        right: 0;
        top: 0;
        max-width: calc(700 / 1200 * 100vw);
        z-index: -1;
    }

    .sec_7 h2.type2 {
        text-align: left;
    }

    .sec_7 .row {
        -webkit-column-gap: 40px;
        column-gap: 40px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .sec_7 .row .col {
        width: calc((100% - 40px) / 2);
    }

    .sec_7 .row .col .l3 {
        letter-spacing: normal;
    }
}

@media only screen and (min-width: 1240px) {
    .sec_7 .img-bg {
        max-width: calc(700 / 1920 * 100vw);
    }
}

.mce-content-body {
    /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
    /* 指定日予約状況表示 */
    /* ミックスカレンダーデイリー */
    /* 予約フォーム */
    /* Ver.1.34.2 オプション選択肢料金非表示設定 */
    /* 予約フォーム料金表 */
    /* 予約フォーム　同意書　送信ボタン */
    /* 予約フォーム オプション表示項目 */
    /* 予約確認 キャンセル */
}

.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
    margin-bottom: 1.5em;
}

.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
    font-size: 1.1em;
    margin: 0.5em 0;
}

.mce-content-body .calendar-caption {
    font-size: 1.2em;
}

.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
    font-size: 1.1em;
}

.mce-content-body .monthly-prev-next {
    font-size: 1em;
}

.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
    font-size: 1.4em;
}

.mce-content-body .calendar-time-mark {
    line-height: 1.5em;
}

.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
    font-size: 0.8em;
}

.mce-content-body .day-calendar {
    margin-bottom: 1.5em;
}

.mce-content-body .day-calendar h3 {
    font-size: 1.1em;
}

.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
    font-size: 1em;
}

.mce-content-body th.day-left {
    line-height: 2.5em;
}

.mce-content-body td.day-right {
    font-size: 1.5em;
}

.mce-content-body .day-mix-calendar {
    margin-bottom: 1.5em;
}

.mce-content-body .day-mix-calendar th,
.mce-content-body .day-mix-calendar td {
    font-size: 1em;
}

.mce-content-body .mix-dayrow.space-line {
    height: 1em;
}

.mce-content-body .content-form {
    margin-bottom: 1em;
}

.mce-content-body .content-form .form-message {
    margin-bottom: 1em;
    padding: 0.5em;
}

.mce-content-body .content-form fieldset {
    margin: 0 0 1.5em 0;
}

.mce-content-body .content-form legend {
    font-size: 1.1em;
}

.mce-content-body .content-form th {
    font-size: 1em;
    line-height: 2.2em;
}

.mce-content-body .content-form td {
    font-size: 0.9em;
}

.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
    font-size: 1em;
}

.mce-content-body .content-text.small {
    width: 3em;
}

.mce-content-body .input-number {
    margin-right: 1em;
}

.mce-content-body .content-form .booking-seimei {
    width: 3em;
}

.mce-content-body .bill-details td {
    padding-right: 0.5em;
}

.mce-content-body .bill-total,
.mce-content-body .bill-tax {
    padding-right: 1.5em;
}

.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
    margin: 1em 0;
}

.mce-content-body .content-form input.booking-option-number {
    width: 3em;
}

.mce-content-body .content-form label.field-item {
    margin-right: 0.4em;
}

.mce-content-body .content-form label.field-item input {
    margin-right: 0.15em;
}

.mce-content-body .content-form select {
    font-size: 1em;
    padding: 0.1em 0.15em;
}

.mce-content-body .subscription-title {
    font-size: 1.2em;
}
















.popup_window_box {
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    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;
}

.bk_bg {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
}

.popup_container {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100vh;
    display: none;
}

.popup_window {
    padding: 64px 16px 52px;
    background: #fff;
    border-radius: 16px;
    max-width: 355px;
    width: 100%;
    margin: auto;
    position: fixed;
    top: 7vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 80vh;
    overflow-y: auto;
}

.popup_window .box {
    height: calc(100vh - 40px);
    overflow: scroll;
}

.popup_window__close {
    width: 52px;
    height: 52px;
    background: #423D38;
    border-radius: 0 16px 0 16px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popup_window__close img {
    width: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.popup_window__close:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popup_window__title {
    text-align: center;
    color: #0C3388;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin-bottom: 32px;
    line-height: 1.799;
}

.popup_window__list dt {
    font-size: 17px;
    background: #0C3388;
    color: #fff;
    padding: 8px;
    line-height: 1.5;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: clamp(20px, 2vw, 24px);
    line-height: 1.5;
}

.popup_window__list dt .num,
.popup_window__list dt .ttl {
    font-weight: 700;
}

.popup_window__list dt .num {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #DB924D;
    margin-right: 10px;
    letter-spacing: normal;
}

.popup_window__list dt .ttl {
    width: calc(100% - 46px);
}

.popup_window__list dd {
    padding: 0 15px;
}

.popup_window__list dd *:not(:last-child) {
    margin-bottom: 16px;
}

.popup_window__list dd p {
    font-size: clamp(16px, 1.5w, 18px);
    font-weight: 500;
    letter-spacing: 1.44px;
    line-height: 1.799;
}

.popup_window__list dd .color {
    color: #A65911;
    font-weight: 700;
}

.popup_window__list dd .mark {
    background: #E9E5E2;
    padding: 16px 12px;
    border-radius: 12px;
}

.popup_window__list dd .mark li {
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
    font-weight: 500;
    font-size: clamp(14px, 1.333vw, 16px);
}

.popup_window__list dd .time {
    line-height: 1.5;
}

.popup_window__list dd .holiday {
    background: #F2DECB;
    padding: 8px 16px;
    display: table;
    border-radius: 4px;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .popup_window {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .popup_window {
        max-width: 1080px;
        padding: 48px 120px 56px;
    }

    .popup_window__close {
        width: 64px;
        height: 64px;
    }

    .popup_window__close img {
        width: 21px;
    }

    .popup_window__title {
        margin-bottom: 24px;
    }

    .popup_window__list dt {
        border-radius: 27px;
    }

    .popup_window__list dt .num {
        margin-right: 16px;
    }

    .popup_window__list dt .ttl {
        width: calc(100% - 52px);
    }

    .popup_window .sp-only {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .popup_window__list dt .ttl {
        letter-spacing: 0.72px;
    }

    .popup_window .pc-only {
        display: none !important;
    }
}

















.popup_window {
    font-family: 'Noto Sans JP', sans-serif;
}


.popup_window__title {
    color: #3b271c;
    line-height: 1.4;
    font-size: 28px;
    letter-spacing: 0.01em;
}

.popup_window__title .txt_big {
    font-size: 36px;
}


.popup_window__list dt {
    background: #efe9de;
    font-size: 26px;
    color: #3b271c;
    text-align: center;
}

.popup_window__list dd {
    text-align: center;
    margin-bottom: 24px;
}


.popup_window__list dd .color {
    color: #aa8f63;
    font-weight: bold;
}



.popup_window__list dd .holiday {
    background: unset;
    border: 1px solid #3b271c;
    padding: 20px 60px;
    width: fit-content;
    margin: auto;
    margin-bottom: 24px;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.ls-002em {
    letter-spacing: 0.02em !important;
}


@media (max-width : 767px) {
    .popup_window__title .txt_big {
        font-size: 26px;
    }

    .popup_window__list dd .holiday {
        padding: 10px;
    }

    .popup_window__list dd {
        text-align: left;
    }

    .popup_window__title {
        font-size: 18px;
    }

    .popup_window__list dt {
        font-size: 18px;
        justify-content: center;
    }

    .sp-fs18 {
        font-size: 18px;
    }

}