@charset "UTF-8";
/* =====================================
	form
===================================== */

#wrapper{
    background-image: url("../img/common/bg02.png");
    background-repeat: no-repeat;
    background-position: top 23px left;
}

main{
    width: 100%;
    padding: 162px 50px 206px;
    position: relative;
}

main .lead{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

main .lead::before{
    content: "";
    background: url("../img/reservation/illust01.png") no-repeat center;
    background-size: contain;
    width: 380px;
    height: 490px;
    position: absolute;
    top: -22px;
    right: -179px;
}

main .lead h1{
    font-size: 7.625rem;
    font-weight: 250;
    text-align: center;
    line-height: 1;
    color: #5ac0c9;
    display: table;
    width: 100%;
    max-width: 797px;
    margin: 0 auto 32px;
    padding-bottom: 38px;
    background: url("../img/reservation/huki01.svg") no-repeat center bottom;
    position: relative;
    z-index: 3;
}

main .lead h1 small{
    font-size: 2.5rem;
    font-weight: normal;
    display: block;
    color: #232323;
    margin-top: -3px;
}

main .lead p{
    text-align: center;
    position: relative;
    z-index: 3;
}

main .lead .tel{
    position: relative;
    display: table;
    margin: 0 auto;
}

main .lead .tel::before{
    content: "";
    width: 2px;
    height: 100%;
    background: #232323;
    transform: rotate(-25deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: -6%;
}

main .lead .tel::after{
    content: "";
    width: 2px;
    height: 100%;
    background: #232323;
    transform: rotate(25deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -6%;
}

main .lead .tel small{
    display: block;
    margin: 0 auto 14px;
}

main .lead .tel span{
    font-size: 4.0rem;
    font-weight: 300;
    line-height: 1;
    display: block;
}

main .lead .hours{
    margin-bottom: 36px;
}

main .form{
    width: 100%;
    max-width: 900px;
    margin: 35px auto 0;
    position: relative;
}

main .form dl > div{
    width: 100%;
    display: flex;
    background: #fff;
    margin-bottom: 10px;
}

main .form dl > div.pink{
    background: #f9e2e3;
}

main .form dl > div:last-child{
    margin-bottom: 0;
}

main .form dl > div dt{
    width: 28.89%;
    padding: 24px 25px;
    position: relative;
    font-weight: 500;
}

main .form dl > div dt .hissu{
    font-size: 1.3rem;
    color: #fff;
    background: #ea6d8d;
    width: 38px;
    height: 18px;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 28px;
    right: 25px;
    padding-top: 2px;
}

main .form dl > div dt .note01{
    font-size: 1.4rem;
    color: #ea6d8d;
    display: block;
    margin-top: 3px;
}

main .form dl > div dt .note02{
    font-size: 1.4rem;
    color: #ea6d8d;
    display: block;
    line-height: 1;
    position: absolute;
    bottom: 9px;
    left: 25px;
}

main .form dl > div dd{
    width: 71.11%;
    padding: 15px 35px;
    position: relative;
    font-weight: 500;
    border-left: 1px solid #5ac0c9;
    vertical-align: middle;
}

main .form dl > div:first-child dd > span{
    display: block;
}

main .form dl > div dd > span + span{
    margin-left: 30px;
}

main .form dl > div:first-child dd > span + span{
    margin: 30px 0 0;
}

select{
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: 1px solid #232323;
    padding: 7px 60px 9px 20px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
}
.select{
    position: relative;
    display: inline-block;
}
.select:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 11px solid #ea6d8d;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

input[type="radio"]{
    display: none;
}

input[type="radio"] + span{
    padding-left: 34px;
    position: relative;
    cursor: pointer;
    margin-top: 9px;
    display: inline-block;
}

input[type="radio"]:checked + span::after{
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 6px;
    border-bottom: 3px solid #ea6d8d;
    border-left: 3px solid #ea6d8d;
    transform: rotate(-45deg);
}

input[type="radio"] + span::before{
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #232323;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

span + span input[type="radio"] + span{
    margin-left: 50px;
}

input[type="text"], input[type="email"], input[type="tel"]{
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    padding: 7px 20px 9px;
    border: 1px solid #232323;
    border-radius: 0;
}

input[type="text"].type01{
    width: 200px;
}

input[type="text"].type02{
    width: 131px;
}

input[type="text"].type03{
    width: 98px;
}

input[type="text"].type04, input[type="email"].type04{
    width: 100%;
}

input[type="text"].type05,
input[type="tel"].type05{
    width: 146px;
}

input[type="text"].type06{
    width: 305px;
}
input[type="text"].type06[disabled]{
    background: #ccc;
}
textarea{
    width: 100%;
    height: 190px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    padding: 7px 20px 9px;
    border: 1px solid #232323;
    border-radius: 0;
}

.codedropz-upload-handler{
/*    width: 100%;
    max-width: 548px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #ea6d8d;
    font-family: "Noto Sans JP", sans-serif;
    padding: 16px 20px;
    border: 3px solid #ea6d8d !important;
    border-radius: 10px !important;
    position: relative;*/
    display: none;
}

.codedropz-upload-container{
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.codedropz-upload-container::before{
    content: "";
    background: url("../img/common/icon10.svg") no-repeat;
    width: 55px;
    height: 42px;
    border: none;
    text-indent: -9999px;
    margin-right: 14px;
    display: block;
}

.codedropz-upload-container::after{
    content: "ファイルを選択してください";
}

.codedropz-upload-inner,
.dnd-upload-counter{
    display: none;
}

input[type="file"]{
    width: 100%;
    max-width: 548px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #ea6d8d;
    font-family: "Noto Sans JP", sans-serif;
    padding: 16px 20px;
    border: 3px solid #ea6d8d;
    border-radius: 10px;
    position: relative;
}

input[type="file"]::file-selector-button{
    background: url("../img/common/icon10.svg") no-repeat;
    width: 55px;
    height: 42px;
    border: none;
    text-indent: -9999px;
    margin-right: 14px;
}

.file > span + span{
    margin: 20px 0 0 !important;
    display: block;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-not-valid-tip{
    display: none !important;
}

input[type="checkbox"]{
    display: none;
}

input[type="checkbox"] + span{
    text-indent: -9999px;
    display: block;
}

main .privacyWrap{
    display: table;
    margin: 0 auto;
}
main .privacy{
    font-size: 1.4rem;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    margin: 33px auto 0;
    display: table;
    background: url("../img/common/icon09.svg") no-repeat center right;
}

main .privacy .hissu{
    font-size: 1.3rem;
    color: #fff;
    background: #ea6d8d;
    width: 38px;
    height: 18px;
    text-align: center;
    line-height: 1;
    padding-top: 2px;
    display: inline-block;
    margin: 0 16px 0 41px;
}

input[type="checkbox"]:checked + span::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 12px;
    height: 6px;
    border-bottom: 3px solid #ea6d8d;
    border-left: 3px solid #ea6d8d;
    transform: rotate(-45deg);
}

input[type="checkbox"] + span::before{
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #232323;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

main .form .submit{
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 32px auto 0;
    position: relative;
    display: table;
    z-index: 3;
    cursor: pointer;
    transition: 0.3s all ease;
}

main .form .submit input{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: 1px solid #232323;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

main .form .submit::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-image: linear-gradient(55deg, rgba(90, 192, 201, .5), rgba(255, 245, 183, .5));
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s all ease;
}

main .form .submit:hover::before{
    top: 0;
    left: 0;
}

main .form ul{
    margin: 40px 0 0 auto;
    width: 100%;
    max-width: 840px;
}

.wpcf7-spinner{
    display: none !important;
}

.error{
    font-size: 1.4rem;
    color: #c1272d;
}

@media screen and (max-width:768px){

input, select{
    -webkit-appearance: none;
}

#wrapper{
    background-image: url("../img/common/bg02.png");
    background-repeat: no-repeat;
    background-position: top 3.067vw left;
}

main{
    padding: 21.6vw 0 27.467vw;
}

main .lead{
    width: 86.979167vw;
}

main .lead::before{
    width: 58.67vw;
    height: 55.6vw;
    top: -6.4vw;
    right: -26.67vw;
}

main .lead h1{
    font-size: 12.2vw;
    line-height: 0.6;
    margin: 0 auto 4.267vw;
    padding-bottom: 8vw;
    background: url("../img/contact/huki01.svg") no-repeat center bottom;
    background-size: auto 2.4vw;
}

main .lead h1 small{
    font-size: 5vw;
    line-height: 1.35;
    margin-top: 3vw;
}

main .lead .tel::before{
    width: 0.267vw;
}

main .lead .tel::after{
    width: 0.267vw;
}

main .lead .tel small{
    margin: 0 auto 1.867vw;
}

main .lead .tel span{
    font-size: 8vw;
}

main .lead .hours{
    margin-bottom: 4.8vw;
}

main .form{
    width: 86.979167vw;
    margin: 4.67vw auto 0;
}

main .form dl > div{
    margin-bottom: 1.33vw;
    flex-wrap: wrap;
}

main .form dl > div dt{
    width: 100%;
    padding: 4.67vw;
}

main .form dl > div dt .hissu{
    font-size: 2.6vw;
    width: 7.6vw;
    height: 3.6vw;
    top: 3.733vw;
    right: 3.33vw;
    padding-top: 0.6vw;
}

main .form dl > div dt .note01{
    font-size: 2.8vw;
    margin-top: 0.4vw;
}

main .form dl > div dt .note02{
    font-size: 2.8vw;
    margin-top: 0.4vw;
    line-height: 1.625;
    position: relative;
    bottom: auto;
    left: auto;
}

main .form dl > div dd{
    width: 100%;
    padding: 4.67vw;
    border: none;
    border-top: 1px solid #5ac0c9;
}

main .form dl > div dd span + span{
    margin-left: 4vw;
}

main .form dl > div:first-child dd span + span{
    margin-top: 4vw;
}

select{
    padding: 0.933vw 5vw 1.2vw 2vw;
    font-size: 3.2vw;
    color: #232323;
}

.select:after{
    border-right: 1.067vw solid transparent;
    border-left: 1.067vw solid transparent;
    border-top: 1.467vw solid #ea6d8d;
    right: 1.6vw;
}

input[type="radio"] + span{
    padding-left: 4.533vw;
    margin-top: 0;
}

input[type="radio"]:checked + span::after{
    top: 1.6vw;
    left: 0.8vw;
    width: 1.6vw;
    height: 0.8vw;
    border-bottom: 0.6vw solid #ea6d8d;
    border-left: 0.6vw solid #ea6d8d;
}

input[type="radio"] + span::before{
    width: 3.2vw;
    height: 3.2vw;
}

span + span input[type="radio"] + span{
    margin-left: 17.067vw;
}

input[type="text"], input[type="email"]{
    font-size: 3.2vw;
    padding: 0.933vw 2.67vw 1.2vw;
}

input[type="text"].type01{
    width: 36vw;
}

input[type="text"].type02{
    width: 22vw;
}

input[type="text"].type03{
    width: 16vw;
}

input[type="text"].type05,
input[type="tel"].type05{
    width: 29.2vw;
}

input[type="text"].type06{
    width: 100%;
}

textarea{
    height: 25.33vw;
    font-size: 3.2vw;
    padding: 0.933vw 2.67vw 1.2vw;
}

.codedropz-upload-handler{
    max-width: inherit;
    font-size: 3.2vw;
    padding: 3.2vw 2.67vw;
    border: 0.4vw solid #ea6d8d !important;
    border-radius: 1.33vw !important;
}

.codedropz-upload-container::before{
    background: url("../img/common/icon10.svg") no-repeat;
    background-size: contain;
    width: 7.33vw;
    height: 5.6vw;
    margin-right: 1.867vw;
}

input[type="file"]{
    max-width: inherit;
    font-size: 3.2vw;
    padding: 3.2vw 2.67vw 3.2vw 20vw;
    border: 0.4vw solid #ea6d8d;
    border-radius: 1.33vw;
}

input[type="file"]::file-selector-button{
    background: url("../img/common/icon10.svg") no-repeat;
    background-size: contain;
    width: 7.33vw;
    height: 5.6vw;
    margin-right: 1.867vw;
}

.file > span + span{
    margin: 2.67vw 0 0 !important;
}

main .privacy{
    font-size: 2.8vw;
    padding-right: 4vw;
    margin: 4.4vw auto 0;
    background: url("../img/common/icon09.svg") no-repeat center right;
    background-size: 2.8vw auto;
}

main .privacy .hissu{
    font-size: 2.6vw;
    width: 7.6vw;
    height: 3.6vw;
    padding-top: 0.6vw;
    margin: 0 2.133vw 0 5.467vw;
}

input[type="checkbox"]:checked + span::after{
    top: 1.2vw;
    left: 0.8vw;
    width: 1.6vw;
    height: 0.8vw;
    border-bottom: 0.6vw solid #ea6d8d;
    border-left: 0.6vw solid #ea6d8d;
}

input[type="checkbox"] + span::before{
    width: 3.2vw;
    height: 3.2vw;
}

main .form .submit{
    max-width: 54.6875vw;
    height: 10.9375vw;
    margin: 4.267vw auto 0;
}

main .form .submit input{
    font-size: 4vw;
    height: 10.9375vw;
    border-radius: 1.33vw;
    color:#000;
}

main .form .submit::before{
    height: 10.9375vw;
    top: 0.933vw;
    left: 0.933vw;
    border-radius: 1.33vw;
}

main .form .submit:hover::before{
    top: 0.933vw;
    left: 0.933vw;
}

main .form ul{
    margin: 5.33vw 0 0 auto;
    max-width: inherit;
}

.error{
    font-size: 2.8vw;
}

}
.wpcf7-drag-n-drop-file.d-none{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: inherit !important;
    top: 0 !important;
}