@charset "utf-8";

.contents_mv .cap{
    bottom: 66px;
}

.con_item{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:80%;
}

.intro {
    background-image: url(../image/intro_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 88px 0 40px;
}
.intro h2 {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: center;
    color: var(--green1);
}
.intro h2 span {
    font-size: 130%;
}
.intro h2 span.s {font-size: 70%;}
.intro h2 small {font-size: 1.2rem; vertical-align: 16px;}
.intro p {
    font-size: 1.6rem;
    text-align: center;
    color: var(--green1);
    margin-top: 24px;
}
.contents_box {
    padding-bottom: 48px;
}
.contents_box .main_ttl_wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 90%;
    margin: auto;
    z-index: 1;
    margin-bottom: 64px;
}
.contents_box.planlist_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl01.svg);
}
.contents_box.roomplan_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl01.svg);
}
.contents_box .main_ttl {
    text-align: center;
    color: var(--light);
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 32px;
}



.item{position: absolute;}
.b7 .item.img{
        top: -109px;
    left: -63px;
    max-width: 59%;
}
.b7 .item.img02{
    top: -78px;
    right: -26px;
    max-width: 17%;
}
.b7 .item.txt{
    top: -109px;
    left: 94px;
    max-width: 29%;
}
.b12 .item.img{
        top: -115px;
    right: -47px;
    max-width: 58%;
}
.b12 .item.img02{
    top: -57px;
    left: -25px;
    max-width: 13%;
}
.b12 .item.txt{
    top: -109px;
    right: 136px;
    max-width: 26%;
}
.c5 .item.img{
        top: -111px;
    left: -20px;
    max-width: 47%;
}
.c5 .item.img02{
    top: -70px;
    right: -20px;
    max-width: 13%;
}
.c5 .item.txt{
    top: -94px;
    left: 70px;
    max-width: 30%;
}
.c7 .item.img{
    top: -110px;
    right: -27px;
    max-width: 24%;
}
.c7 .item.txt{
    top: -74px;
    right: 111px;
    max-width: 30%;
}


.plan_list_box{
    padding-top: 120px;
}
.plan_list{
    max-width: 70%;
    margin: auto;
    position: relative;
    background: var(--green4);
    border: 2px solid var(--green1);
    padding: 0 32px 16px;
}
.plan_list:not(:first-child){
    margin-top: 140px;
}
.plan_list a{
    display: block;
    transition: .3s;
}
@media (hover: hover){
    .plan_list a:hover{
    opacity: .7;
}
}
.plan_list .plan_mane{
    width: fit-content;
    margin: -24px auto 0;
    background: var(--brown2);
    text-align: center;
    color: var(--light);
    font-size: 2.2rem;
    line-height: 1;
    padding: 12px 24px;
}
.plan_list .menseki{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 8px;
    border-bottom: 1px solid var(--green1);
    padding-top: 32px;
    padding-bottom: 16px;
    color: var(--brown2);
    line-height: 1;
}
.plan_list .menseki .ja{
    font-size: 1.8rem;
}
.plan_list .menseki .num{
    font-size: 4rem;
}
.plan_list .menseki .num small{
    font-size: 70%;
}
.plan_list .menseki .tsubo{
    font-size: 1.6rem;
}
.plan_list .ldk{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--brown2);
    padding-top: 16px;
}
.plan_list .ldk .main{
    font-size: 3.2rem;
    line-height: 1;
}
.plan_list .ldk .other{
    font-size: 1.8rem;
}
.plan_list .other_menseki{
    padding-top: 16px;
    text-align: center;
    font-size: 1.6rem;
    color: var(--brown2);
}

.contents_box.roomplan_wrap{
    background: var(--beije);
}

.roomplan_ttl{
    max-width: 60%;
    margin: auto;
    position: relative;
}
.roomplan_ttl .img{
        top: -11px;
    right: -64px;
    max-width: 30%;
}
.roomplan_ttl .img02{
        top: -11px;
    left: -64px;
    max-width: 15%;
}
.roomplan_flex{
    margin: 32px auto 0;
    max-width: 70%;
}
.roomplan_flex ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 16px;
}
.roomplan_flex li{
    flex-basis: 46%;
}
.roomplan_flex li .img{
    padding-bottom: 8px;
}
.roomplan_flex li .txt{
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
    color: var(--green1);
}
.roomplan_flex li .txt small{
    font-size: 50%;
    vertical-align: 5px;
}
.roomplan_flex li .txt_cap{
    font-size: 1rem;
    line-height: 1.3;
    color: var(--green1);
    text-align: center;
}
.structure{
    margin-top: 48px;
}




/* プラン詳細 */

.plan_detal{
    border: 3px solid var(--green1);
    padding: 32px 24px;
}
.plan_ttl_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0 8px;
}
.plan_ttl_wrap .ttl{
    color: var(--light);
    background: var(--brown2);
    text-align: center;
    width: fit-content;
    font-size: 2.4rem;
    line-height: 1;
    padding: 8px 16px;
}
.plan_ttl_wrap .ldk{
    font-size: 4rem;
    line-height: 1;
}
.plan_ttl_wrap .ldk small{
    font-size: 70%;
}
.menseki{
    margin: 24px auto;
    padding: 16px 0;
    border-top: 2px solid var(--green1);
    border-bottom: 2px solid var(--green1);
    display: flex;
    align-items: flex-end;
    gap: 0 8px;
}

.menseki .ja{
    font-size: 1.3rem;
    line-height: 1.1;
}
.menseki .num{
    font-size: 4rem;
    line-height: 1;
}
.menseki .num small{
    font-size: 70%;
}
.menseki .tsubo{
    font-size: 1.3rem;
    line-height: 1;
}
.menseki .other{
    font-size: 1.3rem;
    line-height: 1;
}
.point li{
    position: relative;
    font-size: 1.6rem;
    padding-top: 8px;
}
.point li::before{
    content: '■';
    padding-right: 4px;
}
.madori{
    max-width: 90%;
    margin: auto;
    padding: 40px 0 ;
}
.plan_cap{
    margin-top: 48px;
}
.plan_cap p{
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0 8px;
}
.plan_cap p span:not(.img){
    display: inline-block;
    padding-right: 8px;
}
.plan_cap p span.img{
    width: 39px;
    display: inline-block;
    vertical-align: -6px;
    padding-left: 5px;
}


@media screen and (max-width: 1250px) {

    .contents_mv .cap{
    bottom: 38px;
}
.intro {
    padding: 48px 0 40px;
}
.intro h2 {
    font-size: 2.0rem;
    line-height: 1.6;
}
.intro p {
    font-size: 1.3rem;
}
.contents_box .main_ttl_wrap {
    min-height: 161px;
    width: 98%;
    margin-bottom: 32px;
}
.contents_box .main_ttl {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-bottom: 17px;
}



.b7 .item.img{
    top: -67px;
    left: -20px;
    max-width: 38%;
}
.b7 .item.img02{
    top: -60px;
    right: -3px;
    max-width: 17%;
}
.b7 .item.txt{
    top: -79px;
    left: 74px;
    max-width: 30%;
}
.b12 .item.img{
    top: -62px;
    right: -14px;
    max-width: 29%;
}
.b12 .item.img02{
    top: -48px;
    left: -9px;
    max-width: 15%;
}
.b12 .item.txt{
    top: -72px;
    right: 53px;
    max-width: 29%;
}
.c5 .item.img{
    top: -76px;
    left: -14px;
    max-width: 21%;
}
.c5 .item.img02{
    top: -61px;
    right: -6px;
    max-width: 16%;
}
.c5 .item.txt{
    top: -61px;
    left: 48px;
    max-width: 37%;
}
.c7 .item.img{
    top: -81px;
    right: -19px;
    max-width: 25%;
}
.c7 .item.txt{
    top: -59px;
    right: 72px;
    max-width: 37%;
}


.plan_list_box{
    padding-top: 60px;
}
.plan_list{
    max-width: 90%;
    padding: 0 24px 16px;
}
.plan_list:not(:first-child){
    margin-top: 90px;
}

.plan_list .plan_mane{
    margin: -20px auto 0;
    font-size: 1.8rem;
    padding: 8px 16px;
}
.plan_list .menseki{
    padding-top: 16px;
    padding-bottom: 8px;
}
.plan_list .menseki .ja{
    font-size: 1.3rem;
}
.plan_list .menseki .num{
    font-size: 4.0rem;
}
.plan_list .menseki .num small{
    font-size: 70%;
}
.plan_list .menseki .tsubo{
    font-size: 1.2rem;
}
.plan_list .ldk{
    padding-top: 8px;
}
.plan_list .ldk .main{
    font-size: 3.2rem;
    line-height: 1;
}
.plan_list .ldk .other{
    font-size: 1.6rem;
}
.plan_list .other_menseki{
    padding-top: 8px;
    font-size: 1.2rem;
}

.contents_box.roomplan_wrap{
    padding: 32px 0;
}

.roomplan_ttl{
    max-width: 80%;
}
.roomplan_ttl .img{
        top: -11px;
    right: -38px;
    max-width: 28%;
}
.roomplan_ttl .img02{
        top: -11px;
    left: -26px;
    max-width: 15%;
}
.roomplan_flex{
    margin: 32px auto 0;
    max-width: 95%;
}
.roomplan_flex ul{
    gap: 24px 8px;
}
.roomplan_flex li{
    flex-basis: 48%;
}
.roomplan_flex li .txt{
    font-size: 1.3rem;
}
.roomplan_flex li .txt small{
    font-size: 50%;
    vertical-align: 5px;
}
.roomplan_flex li .txt_cap{
    font-size: .9rem;
    line-height: 1.3;
    color: var(--green1);
}
.structure{
    margin-top: 48px;
}





/* プラン詳細 */

.plan_detal{
    border: 3px solid var(--green1);
    padding: 24px 16px;
}
.plan_ttl_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0 8px;
}
.plan_ttl_wrap .ttl{
    color: var(--light);
    background: var(--brown2);
    text-align: center;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 1;
    padding: 8px 16px;
}
.plan_ttl_wrap .ldk{
    font-size: 2.8rem;
    line-height: 1;
}
.plan_ttl_wrap .ldk small{
    font-size: 70%;
}
.menseki{
    margin: 24px auto;
    padding: 16px 0;
    border-top: 2px solid var(--green1);
    border-bottom: 2px solid var(--green1);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px 8px;
}

.menseki .ja{
    font-size: 1.3rem;
    line-height: 1.1;
}
.menseki .num{
    font-size: 4rem;
    line-height: 1;
}
.menseki .num small{
    font-size: 70%;
}
.menseki .tsubo{
    font-size: 1.3rem;
    line-height: 1;
}
.menseki .other{
    font-size: 1.3rem;
    line-height: 1;
}
.point li{
    position: relative;
    font-size: 1.3rem;
    padding-top: 8px;
}
.point li::before{
    content: '■';
    padding-right: 4px;
}
.madori{
    max-width: 85%;
    margin: auto;
    padding: 40px 0 0 ;
}
.plan_cap{
    margin-top: 48px;
}
.plan_cap p{
    font-size: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 8px;
}
.plan_cap p span:not(.img){
    display: flex;
    padding-right: 8px;
    align-items: center;
}
.plan_cap p span.img{
    width: 39px;
    display: block;
    vertical-align: 0;
    padding-left: 5px;
            padding-top: 12px;

}

}
