@charset "utf-8";
.tpl-header__logo .tpl-header__svg {
    fill: #3F2021;
}

.tpl-header__name {
    color: #3F2021;
}

/* .tpl-drawer__line {
    background: #3F2021;
} */
.modelroom{
    background: #F8F7F6;
}
.mv .tpl-stack.swiper {
    padding-bottom: 0;
}
.mv .m-cap {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #ffffff;
    line-height: 1.3;
    opacity: 0;
    visibility: hidden;
}
.mv .swiper-slide-visible .m-cap {
    opacity: 1;
    visibility: visible;
}
.c-section {
    padding-bottom: min(12vw, 10rem);
}
.c-section .tpl-headline__title-en{
    font-size: 2.2rem;
    margin: min(3vw, 3rem) 0 min(5vw, 4rem);
}

.c-section_gr-img{
    max-width: 762px;
    margin: min(15vw, 20rem) auto;
}
.gr-img_item{
    display: flex;
    align-items: center;
}
.gr-img_item .tpl-figure{
    width: 50%;
}
.gr-img_item-title{
    width: 50%;
}
.tpl-figure{
    margin-bottom: 2px;
}
 .mv .m-cap   {
        margin: 5px 0 0 14px;
        position: unset;
        color: #3F2121;
    }
@media screen and (max-width: 768px) {
    .mv .m-cap   {
        margin: 5px 0 0 14px;
        position: unset;
        color: #3F2121;
    }
    .gr-img_item{
        flex-direction: column;
    }
    .gr-img_item:not(:last-child){
        margin-bottom: min(12vw, 10rem);
    }
    .gr-img_item .tpl-figure{
        width: 86vw;
        order: 2;
    }
    .gr-img_item-title{
        width: 100%;
        order: 1;
    }
    .tpl-caption.tpl-caption-clr-sp{color: #3F2021;}
}