#freeContentsArea{
    background-color: #fff;
}
.commonKeyvisual{
    width: 100%;
    height: auto;
    background-color: #fff;
    aspect-ratio: 24 / 7;
}
.commonKeyvisual .imagearea{
    background-image: url(../images/kv.webp);
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.font-l{
    font-size: 150%;
}
.fit-img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.pc-none{
    display: none;
}
.sp-none{
    display: block;
}
.inline-block{
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .pc-none{
        display: block;
    }
    .sp-none{
        display: none;
    }
}
.font-blue{
    color: #0b318f;
}
.secondary-heading{
    margin: 0 auto 70px;
    width: fit-content;
    position: relative;
    text-align: center;
    font-size: 1.9rem
}
@media screen and (max-width: 767px) {
    .secondary-heading{
        margin-bottom: 40px;
        font-size: 4.2vw;
    }
}
.secondary-heading img{
    width: 90%;
    max-width: 750px;
}
.tertiary-heading{
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    width: fit-content;
    font-size: 1.8rem;
    position: relative;
}
.tertiary-heading::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(93, 58, 32, .7);
}
@media screen and (max-width: 767px) {
    .tertiary-heading{
        margin: 0 auto 23px;
        font-size: 4.2vw;
    }
}
.line-bottom{
    text-decoration: underline;
}
.info-box{
    margin: 40px 0 100px;
}
.info-wrap{
    margin-bottom: 50px;
}
.info-wrap .ttl{
    margin-bottom: 8px;
    font-size: 2.4rem;
}
.reserve-txt{
    font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.9rem);
    line-height: 1.8;
}
.reserve-txt2{
    font-size: clamp(1.8rem, 1.5rem + 1vw, 2.2rem);
}
.add{
    margin-top: 30px;
    font-size: 1.5rem;
}
.map-img{
    margin: 30px auto;
    max-width: 700px;
    width: calc(100% - 20px);
}
.large-text{
    font-size: 125%;
}
.is-bold{
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .info-wrap{
        margin-bottom: 30px;
    }
    .info-box{
        margin: 30px 0 40px;
    }
    .info-wrap .ttl{
        font-size: 1.9rem;
    }
    .add{
        margin-top: 20px;
    }
    .map-img{
        margin: 14px auto 20px;
    }
    .large-text{
        font-size: 110%;
    }
    .reserve-txt{
        line-height: 1.5;
    }
}
.mb-30{
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .mb-30{
        margin-bottom: 23px;
    }
}
.is-alert,.slightly span{
    color: #dc143c;
}
.is-full{
    background-color: #cc3634;
    color: #fff;
}
.status-list{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    letter-spacing: .05rem;
}
.caption{
    margin: 10px 0;
    font-size: 12px;
}
.table_box{
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}
.table-wrap{
    overflow-x: scroll;
    position: relative;
}
@media screen and (max-width: 767px) {
    .is-alert{
        font-size: 3.6vw;
    }
    .table_box table{
        width: 120vw;
        white-space: nowrap;
    }
    .scroll-icon {
        width: 40%;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
table{
    margin-top: 30px;
    width: 100%;
}
th,td{
    padding: 6px;
    width: calc(100%/8);
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
}
.table-none{
    background-color: #ededec;
}
.table-sat{
    background-color: #dfeaf4;
}
.table-sun{
    background-color: #f8e7e7;
}
.caption-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .caption-flex{
        gap: 4px;
    }
    th,td{
        font-size: 1.2rem;
    }
}
.link-btn{
    margin: 50px auto;
    max-width: 400px;
    width: 100%;
    background-color: #766554;
    border: 1px solid #766554;
    transition: all .3s ease-in-out;
}
/* .link-btn:hover{
    background-color: #fff;
}
.link-btn:hover a{
    color: #766554;
}
.link-btn:hover a::before{
    border-top: 2px solid #766554;
    border-right: 2px solid #766554;
} */
.link-btn a{
    padding: 14px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
}
.link-btn a::before{
    content: '';
    padding: .15rem;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.tel-box{
    margin: 100px auto 50px;
    padding: 50px 100px 20px;
    max-width: 900px;
    width: 90%;
    border: 1px solid #5d3a20;
}
@media screen and (max-width: 1200px) {
    .tel-box{
        padding: 50px;
    }
}
@media screen and (max-width: 960px) {
    .tel-box{
        padding: 50px 24px;
    }
}
@media screen and (max-width: 767px) {
    .link-btn{
        margin: 20px auto;
    }
    .tel-box{
        margin-top: 70px;
        padding: 35px 16px;
    }
}
.step-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.step-list li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    font-size: 1.4rem;
}
.step-list li .is-alert{
    font-size: 120%;
}
.step-list li img{
    max-width: 90px;
    width: 100%;
    height: auto;
}
.step-list2{
    margin: 30px 0;
    padding: 20px 10px 20px 4rem;
    background-color: #ededec;
    list-style: disc;
}
.step-list2 li{
    margin-bottom: 6px;
    font-size: 1.3rem;
}
.step-list2 li:last-of-type{
    margin-bottom: 0;
}
.contact-box{
    text-align: center;
}
.contact-txt{
    margin-top: 6px;
    font-size: 1.3rem;
}
.contact-txt2{
    font-size: 1.5rem;
}
.contact-txt .large-text{
    font-size: 120%
}
.tel2{
    margin-top: 10px;
    margin-left: 3px;
    padding-left: 5rem;
    color: #5D3A20;
    font-size: 4rem;
    position: relative;
    display: inline-block;
    line-height: 1;
}
.tel2::before{
    display: inline-block;
    content: '';
    width: 42px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/tel.svg) no-repeat center center;
    background-size: cover;
}
.add .link-btn{
    margin: 10px auto 50px;
    border: 1px solid #766554;
    background-color: #fff;
}
.add .link-btn a::before{
    border-top: 2px solid #766554;
    border-right: 2px solid #766554;
}
.add .link-btn:hover{
    background-color: #766554;
}
.add .link-btn:hover a{
    color: #fff;
}
.add .link-btn:hover a::before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.add .link-btn a{
    color: #766554;
}
.add .link-btn.ghost-btn{
    margin-bottom: 20px;
}
.map{
    margin: 100px 0 50px;
}
.map img{
    max-width: 860px;
    width: 100%;
}
.is-large{
    font-size: clamp(1.45rem, 2vw, 2rem);
}
@media screen and (max-width: 767px) {
    .step-list li{
        flex-direction: column;
        gap: 10px;
        font-size: 1.3rem;
        text-align: center;
    }
    .step-list li .is-alert{
        font-size: 110%;
    }
    .step-list2{
        padding-left: 2.4rem;
    }
    .step-list2 li{
        font-size: 1.2rem;
    }
    .tel2{
        font-size: 3.6rem;
    }
    .map{
        margin: 0 0 16px;
    }
    .add .link-btn{
        margin: 8px auto 20px;
    }
}