/*---▼スケジュール▼---*/
@media screen and (max-width: 420px) {
.schedule_sec iframe{
        height: 400px;
}
}
/*---ご利用について---*/
.reservation_sec h2{
    text-align: center;
    margin-bottom: 2rem;
}
.reservation_sec table.price{
    width: 100%;
    text-align: center;
}
.reservation_sec table.price th {
  background: #4C3B30;
  border: solid 1px #4C3B30;
  color: #FFF;
font-family: "Noto Serif JP";
font-size: 1.25rem;
font-weight: 500;
line-height: 150%; /* 1.875rem */
  padding: 10px;
  width: 50%;
}
.reservation_sec table.price th:first-child{
border-right: solid 1px #fff;
}
.reservation_sec table.price td {
  border: solid 1px #4C3B30;
  font-size: 1.125rem;
  padding: 10px;
  background: #fff;
  width: 50%;
}
.reservation_sec table.price tr.last td{
    color: #000;
font-family: "Noto Serif JP";
font-size: 1.5625rem;
font-weight: 500;
line-height: 150%;
}
.reservation_sec table.price tr.last td span{
    font-size: 1.25rem;
}
.text_bottom{
    margin-top: 2rem;
    text-align: center;
}
.reservation_sec table.check{
border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    background: #fff;
    border: none;
    margin: 2rem 0 4rem 0;
}
.reservation_sec table.check tr:first-child th {
    border-bottom: 1px solid #fff;
}
.reservation_sec table.check tr th {
    border: solid 1px #4C3B30;
    background: #4C3B30;
  font-size: 1.125rem;
  color: #fff;
  width: 30%;
  padding: 10px;
}
.reservation_sec table.check td {
    border: 1px solid #4C3B30;
    color: #000;
  padding: 10px;
}
.reservation_sec table.check td span{
    color: #312828;
font-family: "Noto Sans JP";
font-size: 1rem;
font-weight: 400;
line-height: 150%;
}
.reservation_sec ol{
    list-style: decimal;
    margin: 6rem 0;
}
.reservation_sec ol li{
color: #4C3B30;
font-family: "Noto Serif JP";
font-size: 1.5625rem;
font-weight: 500;
line-height: 150%;
}
.reservation_sec ol li ul{
    margin-top: 0.95rem;
    margin-bottom: 4.5rem;
}
.reservation_sec ol li ul li{
    list-style: disc;
    margin-bottom: -1.5rem;
    margin-left: 1rem;
    font-family: "Noto Sans JP";
font-size: 1rem;
font-style: normal;
font-weight: 400;
}
@media screen and (max-width: 780px) {
.reservation_sec table.price tr.last td span,
.reservation_sec table.check td span{
    display: block;
}
.reservation_sec table.check td span{
    font-size: 0.85rem;
}
.reservation_sec table.check tr th,
.reservation_sec table.check tr td{
    width: auto;
    font-size: 1rem;
}
.reservation_sec ol li{
    margin-left: 2rem;
}
}
 

/*--- フォーム ---*/
.form_sec{
    background: #fff;
}
.wpcf7{
    width: 75%;
    margin: 0 auto;
}
.form_sec h2,.contact_sec h2{
    text-align: center;
    margin-bottom: 2rem;
}
.form_sec h3{
        font-family: "Noto Serif JP";
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.form__item{
     display: flex;
    margin-bottom: 1.72rem;
    border-bottom: 1px solid #4C3B30;
    padding-bottom: 1.72rem;
}
.form__item:last-child{
    border-bottom: none;
}
.form__item .form__term{
    width: 360px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: #312828;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 150%;
}
.form__term.is-required::before {
    content: "必須";
    color: #4C3B30;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 150%;
    border-radius: 0.3125rem;
    background: #FCCF00;
    padding: 0.1875rem 0.625rem;
}
.form__item .form__desc{
    width: 100%;
}
input,textarea{
    border: 1px solid #000;
    border-radius: 0.3125rem;
    padding: 0.5rem;
    width: 100%;
}
input[type="radio"]{
    width: auto;
    padding: 0;
    margin: 0;
}
span.wpcf7-list-item-label{
    font-weight: 700;
}
.wpcf7-submit{
    text-align: center;
}
.wpcf7-submit input{
    border-radius: 3.125rem;
background: #4C3B30;
border: 1px solid #4C3B30;
padding: 1rem 2.1875rem;
color: #FFF;
text-align: center;
font-family: "Noto Sans JP";
font-size: 1.25rem;
font-weight: 700;
line-height: 100%;
width: auto;
cursor: pointer;
transition:0.5s;
}
.wpcf7-submit input:hover{
    color: #4C3B30;
    background: #FFF;
}
input.wpcf7-validates-as-date{
    border: 1px solid #000;
    border-radius: 0.3125rem;
    padding: 0.5rem;
    margin-right: 0.5rem;
    width: auto;
}

select{
        border: 1px solid #000;
    border-radius: 0.3125rem;
    padding: 0.5rem;
    margin-right: 0.5rem;
}

.form__item .wpcf7-radio {
    display: flex;
    gap: 0 1rem;
    flex-wrap: wrap;
}

.form__item .wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.form__item .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.bottom{
    background: #D9D9D9;
    text-align: center;
    padding: 4rem 0;
    margin-top: 2rem;
}
.reservation_footer #footer .contact_box a.yellow_btn {
    display: none!important;
}
.contact_footer #footer .contact_box a.brown_btn:nth-of-type(2){
    display: none!important;
}
.reservation_footer #footer .contact_box a.yellow_btn {
    display: none!important;
}
#footer {
    padding-top: 5rem!important;
}

@media screen and (max-width: 780px) {
.wpcf7 {
    width: auto;
}
.form__item {
    flex-direction: column;
    gap: 1rem;
}

.form__term.is-required::before{
        padding: 0.1875rem 0.225rem;
}
.bottom{
    text-align: left;
    padding: 2rem 1rem;
    margin-top: 2rem;
}
}

/*---サンクスページ---*/
.thanks_txt{
    background: #fff;
    padding: 4rem 0;
    text-align: center;
    margin: 2rem 0;
}
.thanks_txt h3{
    color: #b91911;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.thanks_txt p{
    font-weight: 700;
}
@media screen and (max-width: 780px) {
    .thanks_sec h2{
        text-align: left;
    }
    .thanks_txt{
        padding: 2rem 1rem;
    }
    .thanks_txt h3{
        font-size: 1.8rem;
    }
}