@charset "UTF-8";

body {
    overflow-x: hidden;
    background-color: aliceblue;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
    font-feature-settings: "palt";
    color: #333;
    font-size: 17px;
}
*,*::before,*::after {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, ol, ul, li, p, a {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
h1, h2, h3 {
    font-weight: normal;
}
h2, h3 {
    line-height: 1.32;
}
a {
    text-decoration: none;
}
i {
    font-style: normal;
}
p {
    line-height: 1.8em;
}
h2 {
    font-size: 42px;
}
.w1024 {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.max {
    max-width: calc(100% - 32px);
}
.sp-only {
    display: none;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.harf-width {
    width: 50%;
}
.full-width {
    width: 100%;
}
.mfp_element_all {
    max-width: 100%;
}
div.mfp_ok {
    margin-left: 12px;
}
div.mfp_err {
    line-height: 1.2;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
}
input[type="text"],input[type="tel"],input[type="email"],select,textarea {
    background-color: #fafafa;
    border: 1px solid #eee;
    color: #333;
    font-family: inherit;
    font-size: 16px;
    padding: 16px;
    text-align: left;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    background-color: rgba(0,160,232,.03);
    border-radius: unset;
    border-color: #ddd;
    outline: none;
}
button:focus {
    outline: none;
}
::placeholder {
    color: rgba(200,200,200,1);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4;
}
form#mailformpro label {
    margin: 0;
}
input[type="checkbox"]:focus {
    outline: none;
}
input[type="checkbox"] {
    border: 1px solid rgba(144,144,144,.6);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-box-sizing: border-box;
    margin: 0;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    position: relative;
    -webkit-appearance: none;
}
input[type="checkbox"]:checked {
    border: none;
    background-color: rgba(240,240,240,0);
}
input[type="checkbox"]:checked::before {
    position: absolute;
    left: 0px;
    top: 12px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    content: "";
    width: 8px;
    height: 2px;
    background-color: rgba(0,160,232,.8);
    -webkit-transform: rotate(45deg) scale(0.95);
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked::after {
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width: 14px;
    height: 2px;
    background-color: rgba(0,160,232,.8);
    -webkit-transform: rotate(-53deg) scale(0.95);
    -webkit-transform-origin: left center;
}
.btn {
    background-color: rgba(255,255,255,.8);
    border: solid 1px rgba(40,64,104,.8);
    color: rgba(40,64,104,1);
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.2;
    height: 72px;
    width: 376px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn:hover {
    border-color: rgba(72,104,160,.5);
    background-color: rgba(72,104,160,1);
    color: rgba(255,255,255,1);
}
#container-form form {
    background-color: rgba(255,255,255,.98);
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 104px;
    padding: 72px 104px 80px;
}
#container-form_in {
    margin-bottom: 64px;
}
#container-form_in > div.flex {
    align-items: center;
    justify-content: flex-start;
}
#container-form_in > div:first-of-type {
    border-top: dotted 1px rgba(200,200,200,.5);
}
#container-form_in > div {
    border-bottom: dotted 1px rgba(200,200,200,.5);
    padding: 20px 0;
}
#container-form_in > .flex > div {
    padding: 0 32px;
    position: relative;
}
#container-form_in > .flex > div:first-of-type {
    width: 30%;
}
#container-form_in > .flex > div:last-of-type {
    width: 70%;
    padding-left: 40px;
    align-items: baseline;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#container-form .full-width {
    width: 100%;
    max-width: 100%;
}
#container-form .harf-width {
    width: 100%;
    max-width: 272px;
}
#container-form .required > span {
    width: 100%;
    display: block;
}
#container-form_in > div.prefer-row01 {
    border-bottom: none;
    padding-bottom: 16px;
    position: relative;
}
#container-form_in > div.prefer-row01::after {
    content: "";
    border-bottom: dashed 1px rgba(200,200,200,.3);
    width: 92%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
#container-form_in > div.prefer-row02 {
    padding-top: 16px;
}
.prefer {
    width: 100%;
    max-width: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.prefer .comment-txt {
    margin-top: 4px;
}
#container-form .required {
    position: relative;
}
#container-form .required::after {
    content: "必須";
    color: white;
    background-color: rgba(0,160,232,1);
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 5px 6px 4px;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%) scale(.95);
}
.comment-txt {
    display: inline-block;
    font-size: 15px;
}
.kome.comment-txt {
    margin-top: 4px;
}
.timezone {
    align-items: center;
}
.timezone > span {
    margin-right: 8px;
}
.form-btn {
    background-color: rgba(255,255,255,1);
    border: solid 1px rgba(0,160,232,.8);
    border-radius: 48px;
    color: rgba(0,160,232,1);
    width: 520px;
    margin: auto;
}
.form-btn:hover {
    background-color: rgba(0,160,232,.8);
    border-color: rgba(0,160,232,0);
    color: rgba(255,255,255,1);
}
.form-btn span {
    transform: translateY(-1px);
}
.form-btn i {
    display: block;
    font-family: 'Century Gothic';
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    transform: scale(.75);
}
.note-form {
    margin: 72px auto 0;
    max-width: calc(100% - 32px);
}
.note-form ul {
    margin-bottom: 16px;
    text-align: left;
}
.note-form ul li {
    line-height: 1.4;
    padding-left: 2.5%;
    position: relative;
}
.note-form ul li::before,
.note-form ul li::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    transform: translateX(2px) translateY(6px);
}
.note-form ul li::before {
    background-color: rgba(40,64,104,.6);
    left: 0;
}
.note-form ul li::after {
    background-color: rgba(40,64,104,.3);
    left: 3px;
    top: 3px;
}
.note-form ul li:not(:last-of-type) {
    margin-bottom: .8em;
}
#thanks h2 + p {
    text-align: center;
}
#thanks h2 {
    margin-bottom: 24px;
    padding-bottom: 20px;
    position: relative;
}
div.mfp_buttons > * {
    background: #03A9F4;
    color: #fff;
    cursor: pointer;
    /* display: flex; */
    height: 35px;
    font-size: 16px;
    border: unset;
    width: 100px;
    /* align-items: center; */
    /* justify-content: center; */
}
#thanks h2::after {
    content: '';
    border-bottom: solid 1px rgba(136,208,224,.5);
    width: 32px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
section#thanks > div {
    background-color: rgba(255,255,255,.85);
    padding: 72px 0;
}

@media screen and (max-width: 768px) {
    #container-form form {
        background-color: transparent;
        margin-bottom: 40px;
        padding: 0;
    }
    #container-form_in {
        margin-bottom: 40px;
    }
    #container-form_in > div {
        border-bottom: none;
        padding: 16px 0;
    }
    #container-form_in > div:first-of-type {
        border-top: none;
    }
    #container-form_in > div.flex {
        background-color: white;
        box-shadow: 1px 1px 2px rgba(200,200,200,.4);
    }
    #container-form_in > div:not(:last-of-type) {
        margin-bottom: 12px;
    }
    #container-form_in > .flex > div:last-of-type {
        padding-left: 16px;
    }
    #container-form_in > div:last-of-type textarea {
        min-height: 176px;
    }
    #container-form_in > div.prefer-row01::after {
        content: none;
    }
    .form-btn {
        height: 68px;
    }
    .note-form {
        background-color: #f2f8fb;
        max-width: calc(100% - 32px);
        padding: 32px 40px;
        margin-top: 48px;
    }
}

@media screen and (max-width: 767px) {
    input[type="text"],input[type="tel"],input[type="email"],select,textarea {
        padding: 12px;
    }
    ::placeholder {
        line-height: 1;
    }
    #container-form form {
        margin-bottom: 0;
        background-color: white;
        box-shadow: 1px 1px 2px rgba(200,200,200,.4);
        padding: 20px 16px 32px;
    }
    #container-form_in {
        margin-bottom: 32px;
    }
    #container-form_in > div.flex {
        background-color: rgba(255,255,255,0);
        box-shadow: none;
        padding: 0;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    #container-form_in > div:not(:last-of-type) {
        margin-bottom: 20px;
    }
    #container-form_in > .flex > div:first-of-type,
    #container-form_in > .flex > div:last-of-type {
        width: 100%;
        padding: 0;
    }
    #container-form_in > .flex > div:first-of-type {
        background-color: rgba(148,210,234,1);
        border-radius: 3px;
        color: white;
        margin-bottom: 12px;
        padding: 10px 12px 8px;
    }
    #container-form .harf-width {
        max-width: 100%;
    }
    .prefer-row01 > .flex > div:first-of-type,
    .prefer-row02 > .flex > div:first-of-type {
        width: 100%;
    }
    .prefer-row01 > .flex > div:first-of-type input,
    .prefer-row02 > .flex > div:first-of-type input {
        width: 100%;
    }
    .prefer {
        max-width: unset;
        flex-direction: row;
        justify-content: flex-start;
    }
    .prefer .comment-txt {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 8px;
    }
    #container-form_in > .flex > div:first-of-type .comment-txt {
        color: white;
    }
    .timezone {
        width: 100%;
    }
    .timezone > span {
        width: calc(45% - 8px);
    }
    .timezone > div {
        width: 55%;
    }
    .timezone > div select {
        width: 100%;
    }
    #container-form .required::after {
        right: 12px;
    }
    .form-btn {
        height: 72px;
        width: 95%;
    }
    .note-form {
        background-color: rgba(255,255,255,0);
        box-shadow: none;
        max-width: 100%;
        margin-top: 24px;
        padding: 0 4px;
    }
    .note-form ul li {
        padding-left: 16px;
    }
    section#thanks > div {
        padding: 40px 32px;
    }
}

.header.header {
    position: static;
}
#reservation_section .kome {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}

@media screen and (max-width: 767px) {
    #reservation_section .reservation_sc02 {
        padding: 0 0 48px;
    }
}
