@charset "utf-8";
.section-group{
    background-color: #fff;
    border: 1px solid #CBCBCB;
    padding-bottom: 20px;
}
.section-group h3{
    padding: 10px;
    font-size: 1.6rem;
    color: #555353;
    background-color: #FCF2DF;
    border: 1px solid #CBCBCB;
}
/* top */
.top{
    margin: 0;
    position: relative;
}
.top ::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.14);
    top: 0;
    left: 0;
}
/* .section-top::after{
    content: "";
    display: block;
    width: 1px;
    height: 67px;
    margin-left: 50%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(170, 120, 77, 1));
    position: absolute;
    bottom: -35px;
} */
.top h2::before{
    display: none;
}
.top h2::after{
    display: none;
}
.top h2{
    width: 100%;
    padding: 20vh 0;
    margin: -85px 0;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    background-image: url(../img/kitsuke_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* info */
.info h2{
    margin-bottom: 20px;
}
.info-tel{
    width: 100vw;
    margin: 30px auto;
    margin-left: -14.5%;
    padding: 20px 0;
    background-color: #FCF2DF;
    text-align: center;
}
.info-tel p{
    font-size: 1.7rem;
}
.info-tel a{
    font-size: 4.3rem;
    color: #74441A;
}
.info-tel a span{
    font-weight: 900;
}
.q-btn-back {
    position: relative;
    width: fit-content;
    margin: auto;
}

.q-btn {
    display: block;
    width: 210px;
    margin: 30px auto;
    padding: 14px 0;
    color: #A38A59;
    font-size: 1.1rem;
    text-align: center;
    border: 2px solid #A38A59;
    border-radius: 25px;
    position: relative;
    z-index: 5;
}

.q-btn-back::after {
    content: "";
    display: block;
    width: 210px;
    height: 100%;
    border-radius: 25px;
    background-color: #A38A59;
    position: absolute;
    top: 3px;
    left: 6px;
    z-index: 1;
}

.question-btn {
    font-size: 1.4rem;
    color: #A38A59;
    display: block;
    margin: auto;
    padding: 30px 0;
    cursor: pointer;
}
.reservation-txt {
    width: 80%;
    height: 60%;
    padding: 6%;
    text-align: center;
    background-image: url(../img/kumo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.reservation-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 25px 0;
}

.reservation-item h3 {
    color: #707070;
    font-size: 1.8rem;
    margin: 0 15px;
    position: relative;
}

.reservation-item h3::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border-bottom: 1px solid #ACABAB;
    position: absolute;
    top: 9px;
    left: -50px;
}
.access-item-group {
    width: 100%;
    padding: 15px 0;
    color: #707070;
    font-size: 1.5rem;
    border-bottom: 1px solid #CBCBCB;
    display: flex;
    justify-content: space-between;
}
.reservation-item{
    width: 22%;
}
.access-item-group dt {
    font-weight: 900;
    width: 140px;
}
/* houmon */
.houmon{
    margin: 100px auto;
}
.huku-group{
    padding: 20px;
    margin: auto 20px;
    width: auto;
}
.houmon-inner{
    width: 90%;
    margin: auto;
}
.houmon-group{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.houmon-group figure{
    width: 24.7%;
    margin: 1px;
}
/* kid */
.kid-group{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.kid-group div,
.kid-group figure{
    width: 24.7%;
    margin: auto 1px;
}
.age-back {
    background-image: url(../img/age_frame.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 3.5rem;
    text-align: center;
    padding: 25px 0;
    color: #846A37;
}
.age-txt{
    font-size: 5rem;
}
/* thing */
.thing-big-group{
    margin: 40px auto;
}
.thing-group dt{
    width: 60%;
}
.thing-group .thing-atention{
    font-weight: 100;
}
.thing-ttl{
    font-size: 1.8rem;
    color: #707070;
}
.thing-ttl::before{
    background-image: none;
}
.thing-ttl::after{
    display: none;
}
/* confirmation */
.confirmation-txt{
    margin: 20px auto;
    color: #CC2A2A;
}
@media screen and (max-width: 1000px){
    .sp-nav{
        margin-top: 85px;
    }
    .section-top::after{
        display: none;
    }
    .reservation-group{
        display: block;
    }
    .houmon-group{
        align-items: center;
    }
    .reservation-item{
        width: 100%;
        margin: 40px auto;
    }
    .houmon-group figure{
        width: 49%;
    }
    .kid-group{
        align-items: center;
        margin: 20px auto;
    }
    .kid-group div, .kid-group figure{
        width: 49%;
    }
}