.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-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;

    width: 55%;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    .reserverInfor-wrap form{
        width:80%;
    }
}

@media screen and (max-width: 700px) {
    .c-head-name-eng {
        font-size: 1.7rem;
    }

    .reserverInfor-wrap form {
        width: 97%;
    }
}
