@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- direction_mark
- page_ttl
- area_sec
- life_sec
- photogallery_sec
-------------------------*/
/*============================
common
============================*/
main {
    color: #1C3A1C;
}

/*============================
direction_mark
============================*/
.caption01 {
    color: var(--color_white);
    font-size: 1.2rem;
    right: 11px;
    position: absolute;
    right: 11px;
    bottom: 13.9px;
}
@media screen and (max-width: 768px) {
    .caption01 {
        font-size: 0.9rem;
        right: 7px;
    }
}

/*============================
#page_ttl
============================*/
#page_ttl::after {
    background: url(../plan/img/kv.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    #page_ttl::after {
        background: url(../plan/img/kv_sp.jpg) no-repeat;
        background-size: cover;
    }
}

/*============================
area_sec
============================*/
.area_sec {
    padding: 90px 0 95px;
    background: url(../plan/img/bg_01.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .area_sec {
        padding: 80px 0 30px;
    }
}
.area_sec .inner {
    text-align: center;
}
.area_sec .inner .ttl_area {
    margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .ttl_area {
        margin-bottom: 60px;
    }
}
.area_sec .inner .ttl_area .sttl_f31 {
    position: relative;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .ttl_area .sttl_f31 {
        margin-bottom: 60px;
    }
}
.area_sec .inner .ttl_area .sttl_f31::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    width: 36.68px;
    height: 20.45px;
    background: url(../img/flower_icon01.svg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .ttl_area .sttl_f31::after {
        width: 26.91px;
        height: 15px;
        bottom: -35px;
    }
}
.area_sec .inner .detail_area .sttl_f25 {
    position: relative;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .detail_area .sttl_f25 {
        margin-bottom: 60px;
    }
}
.area_sec .inner .detail_area .sttl_f25::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    width: 70px;
    height: 14.77px;
    background: url(../img/flower_icon02.svg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .detail_area .sttl_f25::after {
        width: 50px;
        height: 10.55px;
        bottom: -35px;
    }
}
.area_sec .inner .detail_area .txt_f16 {
    margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .detail_area .txt_f16 {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 51px;
    }
}
.area_sec .inner .detail_area .txt_f18 {
    margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .detail_area .txt_f18 {
        font-size: 1.4rem;
        margin-bottom: 28px;
    }
}
.area_sec .inner .detail_area .img_area {
    width: 100%;
}
.area_sec .inner .detail_area .img_area .cap {
    font-size: 1rem;
    text-align: left;
    margin-top: 16px;
}

.mt115 {
    margin-top: 115px;
}
@media screen and (max-width: 768px) {
    .mt115 {
        margin-top: 60px;
    }
}

/*============================
life_sec
============================*/
.life_sec {
    padding: 56px 0 52px;
    background: url(../plan/img/bg_02.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .life_sec {
        padding: 30px 0;
        background: url(../plan/img/bg_02_sp.jpg) no-repeat;
        background-size: cover;
    }
}
.life_sec .inner {
    text-align: center;
    color: #FFFAF0;
}
.life_sec .inner .ttl_area .sttl_f25 {
    position: relative;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .ttl_area .sttl_f25 {
        margin-bottom: 60px;
    }
}
.life_sec .inner .ttl_area .sttl_f25::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    width: 70px;
    height: 14.77px;
    background: url(../img/flower_icon02.svg) no-repeat;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(93%) sepia(5%) saturate(1726%) hue-rotate(312deg) brightness(108%) contrast(106%);
}
@media screen and (max-width: 768px) {
    .life_sec .inner .ttl_area .sttl_f25::after {
        width: 50px;
        height: 10.55px;
        bottom: -35px;
    }
}
.life_sec .inner .cont_area .life_list .item {
    position: relative;
    width: 90%;
    max-width: 403px;
    margin-top: 32px;
}
.life_sec .inner .cont_area .life_list .item:nth-child(1) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item:nth-child(1) {
        margin: 30px auto 0;
    }
}
.life_sec .inner .cont_area .life_list .item:nth-child(2) {
    margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item:nth-child(2) {
        margin: 30px auto 0;
    }
}
.life_sec .inner .cont_area .life_list .item:nth-child(3) {
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item:nth-child(3) {
        margin: 30px auto 0;
    }
}
.life_sec .inner .cont_area .life_list .item .life_ttl {
    position: absolute;
    top: 10px;
    left: 15px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item .life_ttl {
        top: 5px;
        left: 11px;
    }
}
.life_sec .inner .cont_area .life_list .item .life_ttl .en {
    display: block;
    margin-bottom: 5px;
    font-family: "Caudex", serif;
    font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item .life_ttl .en {
        font-size: 2rem;
    }
}
.life_sec .inner .cont_area .life_list .item .life_ttl .jp {
    font-size: 1.68rem;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item .life_ttl .jp {
        font-size: 1.2rem;
    }
}
.life_sec .inner .cont_area .life_list .item .txt_f16 {
    position: absolute;
    left: 15px;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item .txt_f16 {
        left: 11px;
    }
}

/*============================
photogallery_sec
============================*/
.photogallery_sec {
    padding: 90px 0 95px;
    background: url(../modelroom/img/bg_01.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .photogallery_sec {
        padding: 60px 0 30px;
    }
}
.photogallery_sec .inner {
    text-align: center;
}
.photogallery_sec .inner .ttl_area {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .photogallery_sec .inner .ttl_area {
        margin-bottom: 20px;
    }
}
.photogallery_sec .inner .ttl_area .sttl_f31 {
    position: relative;
    margin-bottom: 0;
}
.photogallery_sec .inner .ttl_area .sttl_f31::after {
    display: none;
}
@media screen and (max-width: 768px) {
    .photogallery_sec .inner .ttl_area .sttl_f31 {
        margin-bottom: 0;
    }
}
.photogallery_sec .inner .detail_area {
    width: 100%;
}
.photogallery_sec .inner .detail_area .pg_swiper_main {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 5/3;
    overflow: hidden;
}
.photogallery_sec .inner .detail_area .pg_swiper_main .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.photogallery_sec .inner .detail_area .pg_swiper_ctrl {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    margin-top: 12px;
    color: #1c3a1c;
}
.photogallery_sec .inner .detail_area .pg_swiper_ctrl button {
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photogallery_sec .inner .detail_area .pg_swiper_ctrl button span {
    position: relative;
    display: block;
    width: 16px;
    height: 1px;
    background: #000;
}
.photogallery_sec .inner .detail_area .pg_swiper_ctrl button span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
}
.photogallery_sec .inner .detail_area .pg_swiper_ctrl .pg_swiper_prev span {
    transform: rotate(180deg);
}
.photogallery_sec .inner .detail_area .pg_swiper_ctrl .swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}
.photogallery_sec .inner .detail_area .pg_swiper_ctrl .pg_swiper_pagination {
    position: static;
    width: auto;
    font-family: "Caudex", serif;
    font-size: 2rem;
    line-height: 1;
    color: #1c3a1c;
}
.photogallery_sec .inner .detail_area .pg_swiper_thumb {
    width: 100%;
    max-width: 1000px;
    margin: 32px auto 0;
}
.photogallery_sec .inner .detail_area .pg_swiper_thumb .swiper-slide {
    height: auto;
    aspect-ratio: 187.2/140;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    overflow: hidden;
}
.photogallery_sec .inner .detail_area .pg_swiper_thumb .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.photogallery_sec .inner .detail_area .pg_swiper_thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 768px) {
    .photogallery_sec .inner .detail_area .pg_swiper_ctrl {
        gap: 16px;
        margin-top: 10px;
    }
    .photogallery_sec .inner .detail_area .pg_swiper_ctrl .pg_swiper_pagination {
        font-size: 1.8rem;
    }
    .photogallery_sec .inner .detail_area .pg_swiper_thumb {
        margin-top: 16px;
    }
    .photogallery_sec .inner .detail_area .pg_swiper_thumb .swiper-slide {
        height: auto;
        aspect-ratio: 187.2/140;
    }
}

/*============================
include
============================*/
.ft_btn_area,
.contents_nav,
.notes_area {
    position: relative;
    z-index: 2;
}

.notes_area {
    background: #fff;
}
/*# sourceMappingURL=modelroom.css.map */