@charset "utf-8";
#line_btn {
    width: 44.4rem;
}
.formLeft {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}
.formRight {
    display: block;
    margin-bottom: 3rem;
}
.formLeft span {
    display: inline-block;
    color: #fff;
    padding: 0 1rem;
    margin: 0 1rem;
    font-size: 2.8rem;
    font-weight: 300;
    font-style: normal;
    border-radius: 0.6rem;
    position: relative;
    top: -0.2rem;
    background: #fd4e00;
}
.formLeft span.optional {
    background: #6acc3a;
}
input,
select,
textarea {
    vertical-align: bottom;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0.9rem;
    height: 7.4rem;
    line-height: 7.4rem;
    width: 65rem;
    padding: 0 2rem;
    font-size: 3.4rem;
}
input.height {
    width: 13rem;
}
select {
    width: initial;
    color: #231815;
}
textarea {
    line-height: 4.6rem;
    height: 30rem;
    padding: 2rem;
}
input[name="reserve_at2"],
input[name="reserve_at3"],
input[name="reserve_at"] {
    width: 35rem;
}
.f_shop_area,
.f_shop_box {
    display: none;
}
.selectShop > div:first-child {
    border-radius: 0.9rem 0.9rem 0 0;
}
.selectShop > div:nth-child(11) {
    border-radius: 0 0 0.9rem 0.9rem;
}
.selectShop > div.active:nth-child(11) {
    border-radius: 0;
}
.f_shop_ttl01::after,
.f_shop_ttl02::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 2rem;
    top: calc(50% - 0.4rem);
    border-left: 0.8rem solid #fff;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    transition: 0.3s;
}
.f_shop_ttl01.active::after,
.f_shop_ttl02.active::after {
    transform: rotate(90deg);
}
.f_shop_ttl01 {
    background: #6acc3a;
    color: #fff;
    padding: 2rem;
    margin: 0 0 0.2rem 0;
    cursor: pointer;
    position: relative;
}
.f_shop_ttl02 {
    background: #529e20;
    color: #fff;
    padding: 2rem;
    margin: 0 0 0.2rem 0;
    cursor: pointer;
    position: relative;
}
.f_shop_area {
    padding: 2rem;
}
.file {
    display: inline-block;
    position: relative;
    background: #eee;
    border: 1px solid #ccc;
    color: #231815;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
    transition: all 0.3s;
    cursor: pointer;
}
.file:hover {
    background: #ddd;
}
.fileinput {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 59rem;
    height: 100%;
    font-size: 0;
    padding: 0;
    cursor: pointer;
}
.filename {
    margin: 0 0 0 1rem;
}
.radio {
    display: inline-block;
    padding-right: 2rem;
    line-height: 4.2rem;
    cursor: pointer;
}
.radio:hover .inner {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5;
}
#check_item_1,
.radio input {
    display: none;
}
.radio input:checked + .outer .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.radio input:checked + .outer {
    border: 1px solid #005cc8;
}
.radio input:focus + .outer .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #005cc8;
}
.radio .outer {
    height: 2rem;
    width: 2rem;
    display: block;
    float: left;
    margin: 1.2rem 0.5rem 1rem 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
.radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 1rem;
    width: 1rem;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 0.4rem;
    border-radius: 50%;
    background-color: #005cc8;
    opacity: 0;
}
.vir-label {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: max-content max-content;
    justify-content: center;
    cursor: pointer;
}
.vir-checkbox {
    border: 1px solid #ccc;
    border-radius: 0.6rem;
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    position: relative;
}
#check_item_1:checked + .vir-label .vir-checkbox::after {
    content: "";
    display: block;
    width: 1rem;
    height: 2rem;
    border-right: 0.5rem solid #005cc8;
    border-bottom: 0.5rem solid #005cc8;
    position: absolute;
    top: -0.5rem;
    left: 0.6rem;
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
}
.formDes {
    border: 1px solid #ccc;
    padding: 2rem;
    box-sizing: border-box;
    font-size: 2.4rem;
    line-height: 1.4;
}
button {
    height: 14rem;
    width: 65rem;
    padding: 0;
    border: none;
    background: url(../img/form/btn.webp) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    cursor: pointer;
    color: #ff7e15;
}
#errors {
    color: #f23c52;
    text-align: center;
}
.datepicker {
    width: 50rem !important;
    font-size: 2.8rem !important;
}
.datepicker--cell {
    height: auto !important;
    padding: 0.5rem 0;
}
@media screen and (max-width: 599px) {
    .radio .inner {
        margin: 0.3rem;
    }
    input[name="reserve_at2"],
    input[name="reserve_at3"],
    input[name="reserve_at"] {
        width: 35rem;
    }
}
