@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- page_ttl
- anchor_nav_sec
- point_sttl
- point_intro
- point1_sec
- point2_sec
- point3_sec
- premium_sec
-------------------------*/
/*============================
#page_ttl
============================*/
#page_ttl {
    background: url(../plan/img/detail/kv.jpg) no-repeat;
    background-size: cover;
    height: 283px;
}
@media screen and (max-width: 768px) {
    #page_ttl {
        height: 130px;
        background: url(../plan/img/detail/kv_sp.jpg) no-repeat;
        background-size: cover;
    }
}

/*============================
#detail_sec
============================*/
#detail_sec .inner .ttl_area {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 80px;
    background: #FAFAFA;
    padding: 20px 5% 10px;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .ttl_area {
        margin-bottom: 30px;
        padding: 15px 20px 10px;
    }
}
#detail_sec .inner .ttl_area::after {
    content: "";
    position: absolute;
    bottom: -33.09px;
    left: 0;
    width: 100%;
    height: 33.09px;
    background: rgb(170, 170, 136);
    background: linear-gradient(180deg, rgb(170, 170, 136) 0%, rgb(170, 170, 136) 75%, rgba(250, 250, 248, 0.06) 100%);
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .ttl_area::after {
        bottom: -18px;
        height: 17px;
    }
}
#detail_sec .inner .ttl_area .type {
    padding-right: 51.5px;
    font-family: "Baskervville", serif;
    font-size: 8rem;
    color: #AAAA88;
    text-align: center;
    line-height: 1;
    border-right: 1px solid #AAAA88;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .ttl_area .type {
        padding-right: 20px;
        font-size: 4rem;
    }
}
#detail_sec .inner .ttl_area .type .small {
    display: block;
    font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .ttl_area .type .small {
        font-size: 1.15rem;
    }
}
#detail_sec .inner .ttl_area .ldk {
    display: flex;
    padding-left: 30.5px;
    font-size: 4rem;
    align-items: center;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .ttl_area .ldk {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-left: 18px;
        font-size: 1.85rem;
        gap: 5px;
    }
}
#detail_sec .inner .ttl_area .ldk .floors {
    font-size: 80%;
    padding-left: 5px;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .ttl_area .ldk .floors {
        padding-left: 0px;
    }
}
#detail_sec .inner .ttl_area .ldk .premium {
    margin-left: 3.8rem;
    padding: 4px 10px 2px;
    font-size: 1.8rem;
    background: #AAAA88;
    border-radius: 11px;
    border: 1px solid #C6C6A0;
    color: #fff;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .ttl_area .ldk .premium {
        padding: 2px 5px 1px;
        margin-left: 0;
        display: block;
        font-size: 0.9rem;
    }
}
#detail_sec .inner .area {
    padding-left: 45px;
    margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .area {
        padding-left: 20px;
        margin-bottom: 48px;
    }
}
#detail_sec .inner .area > li {
    position: relative;
    padding-left: 1.3em;
    font-size: 2.3rem;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .area > li {
        font-size: 1.15rem;
    }
}
#detail_sec .inner .area > li::before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8em;
    height: 0.8em;
    border: 1px solid #000000;
}
#detail_sec .inner .area > li.flex_item {
    display: flex;
    align-items: center;
}
#detail_sec .inner .area > li.flex_item .right {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.5em;
    padding-left: 10px;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .area > li.flex_item .right {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0;
        padding-top: 10px;
    }
}
#detail_sec .inner .area > li:not(:last-child) {
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .area > li:not(:last-child) {
        margin-bottom: 13px;
    }
}
#detail_sec .inner .area > li .t52 {
    font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .area > li .t52 {
        font-size: 2.6rem;
    }
}
#detail_sec .inner .area > li .t37 {
    font-size: 3.7rem;
    font-size: 1.85rem;
}
#detail_sec .inner .area > li .caption {
    font-size: 1.3rem;
    padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .area > li .caption {
        font-size: 1rem;
        padding-bottom: 0;
    }
}
#detail_sec .inner .drawing {
    position: relative;
    margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .drawing {
        margin-bottom: 50px;
    }
}
#detail_sec .inner .drawing .img_area {
    padding: 0;
    text-align: center;
}
#detail_sec .inner .drawing .img_area > img {
    width: inherit;
    max-width: 100%;
}
#detail_sec .inner .drawing .arrow_prev {
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .drawing .arrow_prev {
        width: 30px;
    }
}
#detail_sec .inner .drawing .arrow_next {
    position: absolute;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .drawing .arrow_next {
        width: 30px;
    }
}
#detail_sec .inner .notes {
    display: flex;
    gap: 10px 25px;
    padding-left: 45px;
    margin-bottom: 89.2px;
    font-size: 1.3rem;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .notes {
        padding-left: 0;
        margin-bottom: 50px;
        align-items: flex-start;
        font-size: 0.9rem;
    }
}
#detail_sec .inner .notes .box {
    display: flex;
    align-items: center;
    gap: 10px 25px;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .notes .box {
        gap: 10px;
    }
}
#detail_sec .inner .notes .box span {
    position: relative;
    padding-left: 4em;
}
#detail_sec .inner .notes .box span.heat::after {
    content: "";
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0.8em;
    width: 3.5em;
    background: #EFEDE1;
    border: 1px solid #707070;
}
#detail_sec .inner .notes .box span.storage::after {
    content: "";
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0.8em;
    width: 3.5em;
    background: #DAD9D4;
    border: 1px solid #707070;
}
#detail_sec .inner .notes .box span.wind::after {
    content: "";
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0.8em;
    width: 3.5em;
    background: url(../plan/img/icon_wind.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .notes .box span.wind::after {
        padding-left: 2em;
        height: 0.8em;
        width: 1.5em;
    }
}
#detail_sec .inner .notes .box span.light::after {
    content: "";
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0.8em;
    width: 3.5em;
    background: url(../plan/img/icon_light.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .notes .box span.light::after {
        padding-left: 2em;
        height: 0.8em;
        width: 1.5em;
    }
}
#detail_sec .inner .cmn_btn02 {
    max-width: 342.87px;
    margin: 0 auto;
    height: 73.86px;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .cmn_btn02 {
        max-width: 145.935px;
        height: 37.04px;
    }
}
#detail_sec .inner .cmn_btn02 a {
    font-weight: 400;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    color: #fff;
    background: #AAAA88;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 16px;
    padding: 0;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .cmn_btn02 a {
        font-size: 1.2rem;
        border-radius: 8px;
    }
}
#detail_sec .inner .cmn_btn02 a::before, #detail_sec .inner .cmn_btn02 a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
#detail_sec .inner .cmn_btn02 a::before {
    background: #939376;
    width: 18.59px;
    height: 18.59px;
    border-radius: 50vw;
    right: -9.295px;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .cmn_btn02 a::before {
        width: 9.275px;
        height: 9.275px;
        right: -4.6375px;
    }
}
#detail_sec .inner .cmn_btn02 a::after {
    background: #939377;
    width: 45px;
    height: 1px;
    right: 2px;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .cmn_btn02 a::after {
        width: 21.53px;
    }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
    #detail_sec .inner .cmn_btn02:hover a::before {
        transform: translate(15px, -50%);
    }
    #detail_sec .inner .cmn_btn02:hover a::after {
        transform: translate(10px, -50%);
    }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
    #detail_sec .inner .cmn_btn02:hover a::before {
        transform: translate(15px, -50%);
    }
    #detail_sec .inner .cmn_btn02:hover a::after {
        transform: translate(10px, -50%);
    }
}
#detail_sec .inner .scroll {
    position: relative;
    height: 65.2px;
    margin-bottom: 224.4px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .scroll {
        height: 10px;
        margin-bottom: 120px;
    }
}
#detail_sec .inner .scroll::after {
    content: "";
    background: #CCC;
    height: 148px;
    width: 1px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -157px;
    animation: arrowmove 2.2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .scroll::after {
        height: 70px;
        bottom: -80px;
    }
}
#detail_sec .inner .scroll::before {
    content: "";
    position: absolute;
    bottom: -157px;
    left: 50.6%;
    width: 1px;
    height: 15px;
    background: #CCC;
    transform: skewX(-45deg);
    animation: arrowmove 2.2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
    #detail_sec .inner .scroll::before {
        bottom: -80px;
        height: 6px;
    }
}

.modaal-image .modaal-container {
    max-height: 80vh;
}

.modaal-outer-wrapper {
    background-color: rgba(0, 0, 0, 0.7);
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #484646;
}

#plan_nav {
    margin-bottom: 250px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    #plan_nav {
        margin-bottom: 100px;
    }
}
#plan_nav .inner .cate_st {
    margin: 0 0 77px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st {
        margin: 0 0 30px 0;
    }
}
#plan_nav .inner .cate_st h3 {
    transform: rotate(90deg);
    transform-origin: 0 0;
    font-size: 6rem;
    color: #AAAA88;
    display: flex;
    font-family: "Baskervville", serif;
    position: absolute;
    left: 90px;
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st h3 {
        font-size: 2.9rem;
        left: 30px;
    }
}
#plan_nav .inner .cate_st h3 .jp {
    font-size: 1.8rem;
    position: relative;
    top: 38px;
    left: 25px;
    width: 150px;
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st h3 .jp {
        font-size: 0.9rem;
        top: 20px;
        left: 5px;
        width: 75px;
    }
}
#plan_nav .inner .cate_st h3.fadeIn {
    opacity: 0.5;
}
#plan_nav .inner .cate_st .img {
    max-width: 945px;
    margin: 0 0 0 150px;
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st .img {
        margin: 0 0 0 40px;
    }
}
#plan_nav .inner .cate_st .img ul {
    display: flex;
    gap: 6.5rem 2%;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st .img ul {
        gap: 15px 0;
    }
}
#plan_nav .inner .cate_st .img ul li {
    width: 49%;
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st .img ul li {
        width: 100%;
    }
}
#plan_nav .inner .cate_st .img ul.basic {
    margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st .img ul.basic {
        margin-bottom: 35px;
    }
}
#plan_nav .inner .cate_st .img ul.premium {
    margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st .img ul.premium {
        margin-bottom: 100px;
    }
}
#plan_nav .inner .cate_st .img .catch03 {
    color: #AAAA88;
}
#plan_nav .inner .cate_st .img .kijun {
    width: 66.3043478261%;
}
#plan_nav .inner .cate_st .img .kijun .img {
    max-width: 305px;
    margin-left: 0;
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st .img .kijun .img {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st .img .kijun {
        position: relative;
        width: 110%;
        left: -11.5%;
    }
}
#plan_nav .inner .cate_st .img .kijun .caption {
    font-size: 1.2rem;
    margin-top: 18.3px;
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .cate_st .img .kijun .caption {
        font-size: 0.9rem;
        margin-top: 9px;
    }
}
@media screen and (max-width: 768px) {
    #plan_nav .inner .kijun.sp {
        display: block;
        width: 100%;
        max-width: 305px;
        margin: 0 auto;
    }
}
/*# sourceMappingURL=plan_detail.css.map */