:root {
    color: #000;
    margin: 0;
    padding: 0;
}
.alertMessage{
    border-width: 3px 3px 3px 5px;
    border-radius: 4px;
    border-style: solid;
    border-color: crimson;
    color: crimson;
    /* border: solid crimson; */
    background-color: mistyrose;
    text-align: left;
    width: 55%;
    height: auto;
    min-height: 50px;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
}
.input-Wrap{
    width: 100%;
    overflow: hidden;
    font-family: 'Noto Serif JP', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.c-head-line{
    position: relative;
    padding-top: 102px;
}
.c-headline-container{
    position: relative;
    height: 150px;
    margin-top: 3rem;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.c-head-name-eng{
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 6px;
    letter-spacing: 0.6rem;
}
.c-head-name-jpn{
    display: block;
    width: 100%;
    margin-top: 10px;
    line-height: 1.2;
    letter-spacing: 10px;
    letter-spacing: 1rem;
}
.c-head-line::after{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 410px;
    background-image: url(../img/bg_ptn02.jpg);
    background-size: 256px auto;
    content: "";
}
.reserverInfor-wrap{
    position: relative;
}
.reserverInfor-wrap::before{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: calc(100% - 70px);
    background-image: url(../img/bg_ptn01.jpg);
    background-color: beige;
    background-size: 256px auto;
}
.reserverInfor-wrap form{
    position: relative;
    z-index: 3;
    padding-bottom: 3rem;
}
.facility-infor{
    border: 1px solid #ccc;
    border-radius: 32px;
    padding: 1rem;
    height: auto;
    width: 55%;
    background-color: #fff;
    color: #000;
    margin: 1% auto 3rem;
    display: flex;
}
.facility-image{
    width: 40%;
}
.facility-image img{
    border-radius: 32px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    display: block;
}
.facility-txt{
    width: 60%;
    padding: 0 1.8rem;
}
.facility-name{
    margin: 1.5rem 0;
    text-align: left;
    font-size: 1.5rem;
}
.facility-explanation{
    margin: 0 auto;
    min-height: 5rem;
}
.explanation-button{
    color:#66cc00;
    text-align: right;
    display: block;
}
.facility-address{
    display: flex;
    margin-top: 1rem;
}
.adress-button{
    color: blue;
    margin-left: auto;
}

.facility-num{
    text-align: left;
}
.facility-price{
    text-align: left;
}
.smallTxt{
    font-size: 1rem;
    margin: 0 10px;
}
.checkDate{
    width: 55%;
    background-color: #fff;
    margin: 0 auto 1rem;
    /* border: 1px solid #888; */
    padding: 0.5rem 0.5rem 0;
}
.checkDate #calender{
    margin: 0 auto;
}
.numDate{
    margin: 0 auto 1rem;
    width: 55%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    font-size: 1.5rem;
    padding: 2rem;
}
.numDate > fieldset{
    display: contents;
}
.numAdults, .numChildren{
    width: 45%;
    padding: 10px;
    text-align: center;
}
input[name="numAdults"],input[name="numChildren"]
{
    max-width: 80px;
    width: 25%;
    text-align: center;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    padding: 0 0.5rem;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
  {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"]
{
    -moz-appearance: textfield;
}

/* 料金表示 */
.pay-infor{
    background-color: #f7f7f7;
    width: 55%;
    height: auto;
    margin: 0 auto 1rem;
    padding: 1.5rem 2rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}
.pay-infor p{
    width: 100%;
    font-size: 1.5rem;
}
.pay-list-left{
    font-size: 1.4rem;
    width: 45%;
    height: auto;
    text-align: end;
    align-content: end;
}
.pay-list-right{
    font-size: 1.3rem;
    width: 55%;
    height: auto;
}
.pay-txt{
    display: flex;
}
.pay-total{
    margin-top: 30px;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    text-align: end;
    align-content: end;
}
.pay-txt span, .pay-total span{
    margin-left: auto;
}

.guest-infor{
    background-color: white;
    width: 55%;
    height: auto;
    margin: 0 auto 3rem;
    padding: 2rem;
}


.guest-infor fieldset{
    border: none;
    padding: 0;
}
.captionTxt{
    text-decoration: underline;
    font-size: 1.4rem;
}
.guest-infor-input{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.guestInfor{
    width: 49%;
    align-items: center;
    text-align: left;
    margin-top: 1rem;
    /*padding-right: 1.3rem;*/
}
.guestInfor label input{
    width: 100%;
}
.guestInfor-span{
    display: block;
    margin-bottom: 5px;
    font-size: 1.2rem;
}
.guestPhonenum{
    display: flex;
}
.guestPhonenum select{
    width: 26%;
    min-width: 95px;
    cursor: pointer;
}
.guestPhonenum label{
    width: 72%;
    margin-left: auto;
}
.guestAddress{
    margin-top: 1.2rem;
    width: 100%;
    /*padding-right: 1.3rem;*/
}
.guestAddress input{
    width: 100%;
}
.guestImage{
    margin-top: 1.2rem;
    width: 100%;
}
.imageWrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.image-zone{
    position: relative;
    width: max(48%, 250px);
    aspect-ratio: 16 / 9;
    margin-top: 1rem;
    border-radius: 5px;
    border: 2px dashed #aaa;
    background: #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0.25rem 0;
}
.id-image-p {
    width: 100%;
    text-align: center;
}
.id-image-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.id-image-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.id-image-modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(60, 40, 20, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.id-image-btn {
    padding: 0.4rem 1.2rem;
    border: none;
    border-radius: 999px;
    background: #c05b3c;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.id-image-btn:hover {
    background: #a34730;
}

.image-zone:hover .id-image-modal,
.image-zone:focus-within .id-image-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* .imageDelete{
    position: relative;
    z-index: 3;
} */
.input-fotter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 55%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .input-fotter {
        width: 80%;
    }
}
@media screen and (max-width: 700px) {
    .input-fotter {
        width: 97%;
        flex-direction: column-reverse;
    }
}
.input-fotter a {
    margin: 1.5rem auto 0;
    background-color: #702c91;;
    color: #fff;
    /* width: 100%; */
    width: 300px;
    height: 100%;
    display: block;
    border: none;
    padding: 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    text-align: center;
}
.input-fotter a:hover {
    background-color: #8a38b4;
}
button[type="submit"]{
    margin: 1.5rem auto 0;
    background-color: #b6195b;
    color: #fff;
    /* width: 100%; */
    width: 300px;
    height: 100%;
    display: block;
    border: none;
    padding: 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #e91e63;
}

.guestInfor input,
.guestInfor select,
.guestAddress input {
    height: 3rem;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    padding: 0 0.5rem;
}

/* ここに乗せる */
@media screen and (max-width: 1520px) {
    .numDate {
        font-size: 1.5vw;
    }

}
@media screen and (max-width: 1500px) {
    .facility-image img{
        object-position: 50% 35%;
    }
}

@media screen and (max-width: 1200px) {
    .alertMessage{
        width:80%;
    }
    .facility-image{
        width: 100%;
    }
    .facility-infor{
        width:80%;
        flex-wrap: wrap;
    }
    .facility-txt{
        width: 100%;
        padding: 0 0.5rem;
        margin: 0 auto;
    }
    .checkDate {
        width: 80%;
    }
    .numDate {
        width: 80%;
        font-size: 2vw;
    }
    .pay-infor{
        width: 80%;
    }
    .guest-infor {
        width: 80%;
    }
    .captionTxt {
        font-size: 1rem;
    }

}
@media screen and (max-width: 900px) {
    .guestInfor{
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .numDate {
        padding: 1rem;
    }
}
@media screen and (max-width: 770px) {
    .facility-name {
        text-align: center;
        font-size: 1.4rem;
    }
    .smallTxt{
        font-size: 0.7rem;
        margin: 0 auto;
    }
}
@media screen and (max-width: 700px) {
    .alertMessage{
        width:97%;
    }
    .c-head-name-eng {
      font-size: 1.7rem;
    }
    .facility-infor {
      width: 97%;
    }
    .checkDate {
        width: 97%;
    }
    .numDate {
        width: 97%;
        font-size: 0.9rem;
    }
    .numDate legend{
        width:100%;
    }
    .pay-infor{
        width: 97%;
        padding: 1rem;
    }
    .pay-infor p{
        font-size: 1.2rem;
    }
    .pay-list-left, .pay-total{
        font-size: 1.2rem;
    }
    .pay-list-right{
        font-size: 1rem;
    }
    .guest-infor{
        width: 97%;
        padding: 2rem 1rem;
    }
    .guestInfor-span {
       font-size: 0.8rem;
   }
    .captionTxt {
        font-size: 0.8rem;
    }
    .guestPhonenum select {
        min-width: 60px;
        font-size: 0.8rem;
    }
    .numAdults, .numChildren {
        width: 50%;
        padding: 10px;
    }
    .line-break{
        display: block;
    }
}