@charset "utf-8";

@media screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
}

/* =============================
  TOPページ 改修
============================= */
article.about .p-reservation {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
article.about .p-reservation p {
    padding: 0;
    text-align: center;
}
article.about .p-reservation a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    border-radius: 100vmax;
    color: #fff;
    background: rgb(3, 73, 71);
}

@media screen and (min-width: 769px) {
    article.about .p-reservation {
        margin-top: 160px;
    }
    article.about .p-reservation a {
        font-size: 24px;
    }
}

/* =============================
  見学予約 固定ページ
============================= */
.reservation {
    margin: 60px auto 120px;
}
.reservation .entry-content,
.reservation__inner {
    margin-inline: auto;
    width: 70%;
}

@media screen and (max-width: 1024px) {
    .reservation {
        margin: 40px auto 80px;
    }
    .reservation .entry-content,
    .reservation__inner {
        width: 90%;
    }
}

/* 利用規約 */
.reservation__textWrap {
    margin-block: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
}
.reservation__textWrap-title strong {
    font-size: 20px;
}
.reservation__sec {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.reservation__sec .-title {
    font-weight: 700;
}
.reservation__sec .-body {
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.reservation__sec .-grid {
    display: grid;
    grid-template: "title time01" auto ". time02" auto / auto 1fr;
    gap: 8px 0;
}
.reservation__sec .-grid span:nth-of-type(1) {
    grid-area: title;
}
.reservation__sec .-grid span:nth-of-type(2) {
    grid-area: time01;
}
.reservation__sec .-grid span:nth-of-type(3) {
    grid-area: time02;
}

/* 同意する */
.reservation__inner label,
.reservation__inner input {
    cursor: pointer;
}
.reservation__form-label {
    margin-inline: auto;
    padding: 16px 40px;
    width: fit-content;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 100vmax;
}
.reservation__btn {
    margin: 40px auto 0;
    padding: 24px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #034947;
    font-size: 18px;
    cursor: pointer;
    border-radius: 100vmax;
}

/* タイトル */
.reservation header {
    width: auto;
    text-align: left;
}
.reservation header h1,
.reservation header h2 {
    padding: 10px 40px 10px 40px;
    background: #f1f6f6;
    border-radius: 0 50px 50px 0;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    letter-spacing: 0.05;
}
.reservation p.headCap {
    padding: 0 0 0 24px;
    width: 80%;
    margin: 0 0;
}

@media screen and (min-width: 769px) {
    .reservation header h1,
    .reservation header h2 {
        font-size: 28px;
    }
    .reservation p.headCap {
        padding: 0 0 0 40px;
        font-size: 14px;
    }
}
@media screen and (max-width: 486px) {
    .reservation header h1,
    .reservation header h2 {
        display: block;
        width: 80%;
        text-align: left;
        padding: 10px 5% 10px 5%;
    }
}

.reservation .reservation-text {
    margin-block: 40px 24px;
    font-size: 18px;
}

/*  見学予約
  ============================= */
.p-reservation__title {
    font-size: 20px;
    font-weight: 700;
}
.p-reservation__caution {
    margin-block: 16px;
}
.p-reservation__checkbox {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 事務所案内 */
.reservation__place {
    margin-top: 60px;
}
.reservation__place-wrap {
    display: grid;
    gap: 24px;
}
.reservation__place-address {
    font-size: 16px;
    font-weight: 700;
}
.reservation__place-map {
    min-height: 240px;
}
.reservation__place-map iframe {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 769px) {
    .reservation__place {
        margin-top: 120px;
    }
    .reservation__place-wrap {
        grid-template-columns: 2fr 3fr;
        gap: 60px;
    }
    .reservation__place-address {
        font-size: 20px;
    }
    .reservation__place-map {
        min-height: 420px;
    }
}

/*  カレンダー調整
  ============================= */
.reservation #booking-package_inputFormPanel {
    margin-inline: auto;
    max-width: 780px;
}
.reservation #booking-package_inputFormPanel .row {
    padding: 24px;
}
.reservation #booking-package_inputFormPanel .row > * {
    display: block;
    text-align: start;
}
.reservation #booking-package_inputFormPanel .row .name {
    margin-bottom: 12px;
}
.reservation #booking-package_inputFormPanel .row:nth-of-type(10),
.reservation #booking-package_inputFormPanel .row:nth-of-type(12),
.reservation #booking-package_inputFormPanel .row:nth-of-type(15) {
    border-bottom: none;
}
.reservation #booking-package_inputFormPanel .row:nth-of-type(11),
.reservation #booking-package_inputFormPanel .row:nth-of-type(13),
.reservation #booking-package_inputFormPanel .row:nth-of-type(16) {
    margin-top: -24px;
}
.reservation #booking-package_inputFormPanel .row:nth-of-type(11) .name,
.reservation #booking-package_inputFormPanel .row:nth-of-type(13) .name,
.reservation #booking-package_inputFormPanel .row:nth-of-type(16) .name {
    display: none;
}

.reservation #booking-package_inputFormPanel .row:not(:nth-of-type(2)) .value {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
}
.reservation #booking-package_inputFormPanel textarea {
    min-height: 10em;
}

.reservation #booking_package_totalNumberOfGuests {
    display: none;
}
