@charset "utf-8";
/*.video_dots{
    display: flex;
    justify-content: center;
    gap: .3rem;
    margin-top: .3rem;
}
.video_dots button{
    background-color: #ddd0c6;
    width: 5px;
    height: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -10000px;
    cursor: pointer;
}
.slick-active button{
    background-color: #560707;
    color: #ddd0c6;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}*/
.p-fv video{
    width: 100%;
}
.p-fv-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(233,217,173,.4);
}
.p-intro{
    padding-top: 1.5rem;
    position: relative;
}
.p-concept{
    padding: 1.2rem 0;
    position: relative;
    background: url(../img/index/concept_bg.png) no-repeat bottom left / 100% auto;
}
.p-concept-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(233,217,173,.4);
}
.p-concept-box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}
.p-concept-box-item{
    width: 50%;
    aspect-ratio: 25 / 17;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.p-concept-box-item:nth-child(1){
    background-image: url(../img/index/concept_pic.jpg);
}
.p-concept-box-item:nth-child(2){
    background-image: url(../img/index/concept_pic02.jpg);
}
.p-concept-box-item:nth-child(3){
    background-image: url(../img/index/concept_pic03.jpg);
}
.p-concept-box-item:nth-child(4){
    background-image: url(../img/index/concept_pic04.jpg);
}
.p-concept-box-item-num{
    font-size: 1.7rem;
    letter-spacing: -.05rem;
    position: absolute;
    top: -.6rem;
    left: -.4rem;
    background: linear-gradient(to bottom, #f4cc76, #eeb973);
    background-clip: text;
    color: transparent;
}
.p-concept-box-item-ttl{
    position: absolute;
    top: .4rem;
    left: 1.2rem;
    color: #fff;
}
.p-concept-box-item-txt{
    position: absolute;
    right: .4rem;
    bottom: .4rem;
    text-align: right;
    color: #fff;
}
.p-spa{
    padding: 1rem 0;
    background: #684942 url(../img/common/bg_brown.jpg) no-repeat center center / cover;
    position: relative;
}
.p-spa-deco{
    color: rgba(255,255,255,.15);
    position: absolute;
    top: 0;
    left: 0;
}
.p-spa-col{
    display: flex;
    gap: .7rem;
    margin-bottom: 1rem;
}
.p-spa-col figure{
    flex: 0 0 4.7rem;
}
.p-spa-col > div{
    display: grid;
    gap: .2rem;
}
.p-spa-col .c-sec-btn{
    margin-right: 0;
}
.p-menu{
    padding: 1rem 0;
    position: relative;
    background: url(../img/index/menu_bg.png) no-repeat center center / cover;
}
.p-menu-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(233,217,173,.4);
}
.p-review{
    background: #ddd0c6 url(../img/common/bg_beige.png) no-repeat center center / cover;
    padding: 1rem 0;
    position: relative;
}
.p-review-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255,255,255,.4);
}
.p-review .c-sec-txt{
    margin-bottom: .4rem;
}
.p-sns{
    padding: 1rem 0;
    background: #9c9281 url(../img/index/sns_bg.png) no-repeat bottom left / cover;
    position: relative;
}
.p-sns-deco{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255,255,255,.4);
    text-align: right;
}
.p-sns-conts{
    padding: .5rem;
    background: #fff;
    margin-bottom: .5rem;
    -webkit-box-shadow: 0 0 8px 2px rgba(63, 45, 41, .25);
    box-shadow: 0 0 8px 2px rgba(63, 45, 41, .25);
}
.p-blog{
    position: relative;
    padding: 1.2rem 0 1rem;
    background: #402420 url(../img/index/blog_bg.png) no-repeat right bottom / cover;
}
.p-blog-deco{
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255,255,255,.4);
}
.p-blog .c-sec-ttl{
    text-align: left;
}
.p-blog .c-sec-ttl::after{
    margin-left: 0;
}
.p-blog-col{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .4rem;
    position: relative;
}
.p-blog-col > div{
    width: 50%;
}
.p-blog-article li{
    border-bottom: 1px solid #fff;
}
.p-blog-article a{
    color: #fff;
    padding: .2rem 0;
    display: flex;
    gap: .4rem;
}
.p-blog-article time{
    flex: 0 0 auto;
}
.p-blog .c-sec-btn{
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 1024px) {
    .p-intro{
        padding: 2rem 0 1rem;
    }
    .p-concept-box{
        flex-direction: column;
    }
    .p-concept-box-item{
        width: 100%;
    }
    .p-spa-col{
        flex-direction: column-reverse;
    }
    .p-spa-col figure{
        flex: 1;
    }
    .p-spa-col .c-sec-btn{
        margin-right: auto;
    }
    .p-review{
        padding-top: 2rem;
        background-image: url(../img/common/bg_beige.png),url(../img/common/bg_beige.png);
        background-repeat: no-repeat, no-repeat;
        background-position: bottom right, bottom left;
    }
    .p-blog{
        padding-top: 2rem;
    }
    .p-blog-col{
        flex-direction: column;
        gap: 0;
    }
    .p-blog-col > div{
        width: 100%;
    }
    .p-blog .c-sec-btn{
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: .6rem;
    }
    .p-blog-article a{
        flex-direction: column;
        gap: .05rem;
    }
    .p-sns{
        padding-top: 2rem;
    }
}
@media only screen and (max-width: 430px) {
    .p-fv{
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
}