@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  roomplan.css
// style info :  スタイル指定
=================================================================== */
.contents-property-innerWrap section {
    margin: 0;
}
.contents-property-innerWrap #planDetail figure {
    display: block !important;
	width: 790px;
	max-width: 100%;
  	margin: 0 auto;
}
.contents-property-innerWrap #planDetail figure figcaption{
z-index: 1;
  background-color: rgba(0,0,0,.7);
  bottom: 0;
  right: 0;
}







.planDetail #captionArea li:first-child {
    padding-left: 0 !important;
}
.planDetail #captionArea li:first-child::before {
    content: none !important;
}
#kvWrap h2 {
    background: none;
    z-index: 2;
}
.con_inner {
    padding: 50px 0;
}
.con_inner_wrap {
    width: 100%;
    max-width: 1300px;
    background: #fff;
    margin: 0 auto;
    padding: 50px;
}
/*#roomplanPage #kvWrap h2 {
	color: #ab9f5d;
	text-shadow: 0px 0px 5px rgba(255,255,255,1),
		0px 0px 5px rgba(255,255,255,1),
		0px 0px 5px rgba(255,255,255,1);
}*/
/*#kvWrap h2 span {	color: #333; }*/
@media screen and (max-width:1300px) {
    .con_inner_wrap {
        width: 95%;
    }
}
@media screen and (max-width:767px) {
    /*.con_inner_wrap{ width: 90%;}*/
}
@media screen and (max-width:640px) {
    .con_inner {
        padding: 0 0 50px;
    }
    .con_inner:first-child {
        padding-top: 50px;
    }
    .con_inner_wrap {
        padding: 25px;
    }
}
/* #roomplan_con01 */
#roomplan_con01 {
    padding-top: 100px;
}
.roomplanHead {
    margin: 0 0 30px;
}
.roomplan_FloorPlan {}
.roomplan_FloorPlan .inner {
    max-width: 1020px;
    margin: 0 auto;
}
.roomplan_FloorPlan .FloorPlan_HeadTitle {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 0;
}
.FloorPlan_List {
    display: flex;
    justify-content: space-between;
    /*justify-content: center;*/
    flex-wrap: wrap;
}
.FloorPlan_List__item {
    width: 45%;
    margin-top: 60px;
    position: relative;
}
.colour_beige .spec-box {
    background: #f9f9f7;
}
.colour_beige .spec-box.spec-box:after {
    background: #a49880;
}
.roomplan_FloorPlan .roomplan_layout_img {
    margin-top: 30px;
    display: inline-block; /*border: 1px solid #eee;*/ position: relative;
}
/*.roomplan_FloorPlan .roomplan_layout_img::after{ 
	content: "";
    display: block;
    position: absolute;
    background-image: url("../../../img/pages/common/bg_brick_texture02.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    bottom: 0;
    left: 50px;
    width: 100%;
    height: 70%;
    z-index: -1;}*/
.roomplan_layout_img .roomplan_layout_iframe {
    display: block;
    pointer-events: none; /*padding-bottom: 60px;*/
}
.roomplan_layout_img .icon_plus {
    display: none;
}
.roomplan_layout_img .layout-img_annotation {
    font-size: 13px;
    text-align: right;
}
#roomplan_con01 .flexslider .slides > li {
    display: block !important;
}
@media screen and (max-width:960px) {
    .FloorPlan_List__item {
        width: 48%;
    }
    /*.roomplan_layout_img .roomplan_layout_iframe{ padding-bottom: 50px;}*/
    .roomplan_FloorPlan .roomplan_layout_img::after {
        left: 30px;
    }
}
@media screen and (max-width:767px) {
    #roomplan_con01 {
        padding-top: 50px;
    }
    .FloorPlan_List__item {
        width: 100%;
        margin-top: 30px;
    }
    .roomplan_FloorPlan .FloorPlan_HeadTitle {
        font-size: 16px;
    }
    .roomplan_layout_img .roomplan_layout_iframe {
        pointer-events: all; /*padding-bottom: 30px;*/
    }
    #roomplan_layout-con {
        position: relative;
    }
    #roomplan_layout-con figure {
        position: relative;
    }
    .roomplan_layout_img .icon_plus {
        display: block;
    }
    .roomplan_layout_img .layout-img_annotation {
        font-size: 10px;
    }
    .roomplan_FloorPlan .roomplan_layout_img::after {
        left: 15px;
    }
}
/* #roomplan_con02 */
#roomplan_con02 {
    padding-bottom: 100px;
    margin-bottom: 50px;
}
@media screen and (max-width:767px) {
    #roomplan_con02 {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}
/* .roomplan_lead_txt */
#roomplan_lead {
    position: relative;
    padding-bottom: 80px;
}
#roomplan_lead.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#roomplan_lead .roomplan_lead_txt {
    width: 77%;
    padding-right: 2%;
}
#roomplan_lead .roomplan_lead_txt h2 {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
    color: #666;
}
#roomplan_lead .photoArea {
    width: 23%;
    position: relative;
    z-index: 2;
}
#roomplan_lead .photoArea::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../../../img/pages/common/bg_brick_texture.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    bottom: -20px;
    left: 20px;
    width: 100%;
    height: 70%;
    z-index: -1;
}
@media screen and (max-width:768px) {
    #roomplan_lead .roomplan_lead_txt h2 {
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {
    #roomplan_lead {
        padding-bottom: 30px;
    }
    #roomplan_lead .roomplan_lead_txt {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    #roomplan_lead .photoArea {
        width: 100%;
        margin: 0 auto;
    }
    #roomplan_lead .photoArea::after {
        bottom: -15px;
        left: 15px;
    }
}
/* .spec-boxroomplan_merit-box */
.roomplan_merit-box {}
.roomplan_merit-box_wrap {
    padding: 0 0 20px;
}
.roomplan_merit-box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.roomplan_merit-box ul li {
    font-size: 20px;
    width: 45%;
    padding: 25px 15px; /*background: #389785;*/ /*background: #ada78f;*/ background: #d7cfbe;
    color: #666;
    margin-bottom: 20px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    line-height: 1;
    letter-spacing: 1.5px;
}
.roomplan_merit-box ul li b {
    font-size: 1.6em;
    font-weight: bold;
    color: #3e6284; /*text-shadow: 0px 0px 3px #fff, 0px 0px 4px #fff;*/
}
.roomplan_merit-box ul li span {
    font-size: 1.6em;
    font-weight: bold;
    color: #3e6284; /*text-shadow: 0px 0px 3px #fff, 0px 0px 4px #fff;*/
}
.roomplan_merit-box ul li small {
    font-size: 12px;
    word-wrap: break-word;
}
.roomplan_merit-box ul li:nth-child(4) {
    padding: 35px 15px;
}
@media screen and (max-width:991px) {
    .roomplan_merit-box ul {
        justify-content: space-between;
    }
    .roomplan_merit-box ul li {
        width: 48%;
        font-size: 15px;
    }
    .roomplan_merit-box ul li small {
        display: block;
        padding-top: 5px;
    }
}
@media screen and (max-width:857px) {
    .roomplan_merit-box ul li {
        line-height: 1.5;
    }
    .roomplan_merit-box ul li:nth-child(4) {
        padding: 45px 15px;
    }
}
@media screen and (max-width:767px) {
    .roomplan_merit-box ul li {
        width: 100%;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
        padding: 25px 10px;
    }
    .roomplan_merit-box ul li:nth-child(4) {
        padding: 25px 10px;
    }
}
/* .spec-boxroomplan_merit-box02 */
.roomplan_merit-box02 {}
.roomplan_merit-box_wrap {
    padding: 0 0 20px;
}
.roomplan_merit-box02 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.roomplan_merit-box02 ul li {
    font-size: 20px;
    width: 48%;
    padding: 10px 15px 15px;
    background: #fff;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: 1.5px;
    position: relative;
    /*box-shadow: 6px 6px 0px #00704b;
    border: 1px solid #00704b;*/
    box-shadow: 6px 6px 0px #BBA991;
    border: 1px solid #BBA991;
}
.roomplan_merit-box02 ul li p {
    position: absolute;
    left: -1px;
    top: -12px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    display: block;
   /* background: #00704b;*/
    background: #BBA991;
}
.roomplan_merit-box02 ul li b {
    font-size: 1.5em;
    font-weight: bold;
    /*color: #00704b;*/
    color: #BBA991;
    
    
}
.roomplan_merit-box02 ul li span {
    font-size: 1.6em;
    font-weight: bold;
    /*color: #00704b;*/
    color: #BBA991;
}
.roomplan_merit-box02 ul li small {
    font-size: 12px;
    word-wrap: break-word;
}
/*.roomplan_merit-box02 ul li:nth-child(3){ padding: 23px 15px 20px;}*/
@media screen and (max-width:991px) {
    .roomplan_merit-box02 ul {
        justify-content: space-between;
    }
    .roomplan_merit-box02 ul li {
        width: 48%;
        font-size: 14px;
    }
    .roomplan_merit-box02 ul li small {
        display: block;
        padding-top: 5px;
    }
    .roomplan_merit-box02 ul li b {
        font-size: 1.3em;
        font-weight: bold;
    }
    .roomplan_merit-box02 ul li span {
        font-size: 1.4em;
        font-weight: bold;
    }
}
@media screen and (max-width:862px) {
    .roomplan_merit-box02 ul li {
        line-height: 1.5;
    }
}
@media screen and (max-width:767px) {
    .roomplan_merit-box02 ul li {
        width: 100%;
        padding: 10px 10px 15px;
    }
    /*.roomplan_merit-box02 ul li:nth-child(3){ padding: 10px 10px 15px;}*/
    .roomplan_merit-box02 ul li p {
        font-size: 14px;
    }
    .roomplan_merit-box02 ul li small {
        font-size: 10px;
    }
}
.roomplanMeritSlideOuter {
    margin-bottom: 50px;
}
.roomplanMeritSlide {
    position: relative;
    margin: 0;
    /*
  overflow: hidden;
*/
}
.roomplanMeritSlideList {
    display: flex;
    width: 2200px;
    padding-top: 130px;
}
.roomplanMeritSlideList li {
    width: 550px;
    /*
  margin: 0 25px;
*/
}
.roomplanMeritSlideListInner {
    height: 700px;
    height: 500px;
    font-size: 20px;
    padding: 10px 15px 15px;
    background: #FFFBF3;
    /* color: #B0A691; */
    border: 1px solid #f98e00;
    line-height: 1;
    letter-spacing: 1.5px;
    position: relative;
    box-shadow: 6px 6px 0px #f98e00;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 25px;
}
.roomplanMeritSlideListFrame {}
.roomplanMeritSlideListFrame p {
    position: absolute;
    left: -1px;
    top: -12px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    display: block;
    background: #f98e00;
}
.roomplanMeritSlideListFrame b {
    font-size: 1.5em;
    font-weight: bold;
    color: #f98e00;
}
.roomplanMeritSlideListFrame span {
    font-size: 1.6em;
    font-weight: bold;
    color: #f98e00;
}
.roomplanMeritSlideListFrame small {
    font-size: 12px;
    word-wrap: break-word;
}
@media screen and (max-width:991px) {
    .roomplanMeritSlideList {
        padding-top: 0;
    }
    .roomplanMeritSlideListInner {
        font-size: 14px;
    }
    .roomplanMeritSlideListFrame small {
        display: block;
        padding-top: 5px;
    }
    .roomplanMeritSlideListFrame b {
        font-size: 1.3em;
        font-weight: bold;
    }
    .roomplanMeritSlideListFrame span {
        font-size: 1.4em;
        font-weight: bold;
    }
}
@media screen and (max-width:862px) {
    .roomplanMeritSlideListInner {
        line-height: 1.5;
    }
}
@media screen and (max-width: 960px) {
    .roomplanMeritSlideList {
        display: block;
        width: 100%;
    }
    .roomplanMeritSlideList .slick-prev {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        transform: rotate(-45deg);
    }
    .roomplanMeritSlideList .slick-next {
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(-45deg);
    }
    .roomplanMeritSlideList .slick-prev:before, .roomplanMeritSlideList .slick-next:before {
        display: none;
    }
    /*.roomplanMeritSlideList li{width: 100%;}
	.roomplanMeritSlideList li + li{margin-top: 40px;}*/
    .roomplanMeritSlideListInner {
        height: 300px;
        padding: 10px 10px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        margin: 20px 15px 15px;
    }
    .roomplanMeritSlideListFrame p {
        font-size: 14px;
    }
    .roomplanMeritSlideListFrame small {
        font-size: 10px;
    }
}
@media screen and (max-width:767px) {
    .roomplanMeritSlideOuter {
        margin-bottom: 30px;
    }
}
/* .spec-box */
.spec-box {
    position: relative;
    display: block;
    height: 100%;
    padding: 30px 40px 60px;
    transition: 0.5s;
   /* background: rgb(0 112 75 / 10%);*/
    background: rgb(187 169 145 /.3);
    border: 1px solid #e5e5e5;
    color: #000;
    transition: .2s all ease-in-out;
}
.spec-box.color_b {
    background: rgba(9, 40, 133, .1)
}


.spec-box:hover {
    box-shadow: 8px 10px 15px rgba(0, 0, 0, 0.16);
    transform: translateY(-5px);
}
.spec-box .spec {
    display: flex;
    justify-content: space-between; /*justify-content: center;*/ max-width: 1020px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.spec-box .text {
    display: block;
    background: #fff;
    padding: 10px;
    color: #000;
    font-size: 13px;
}
.spec-box__stage {
    display: table;
    width: 100%;
    padding: 0 20px 10px;
    line-height: 1;
    border-bottom: 1px solid #fff;
}
.spec-box__stage li {
    display: table-cell;
    font-size: 26px;
    font-weight: 500;
    vertical-align: middle;
}
.spec-box__stage li span {
    display: block;
    font-size: 48px;
}
.spec-box__stage li small {
    font-size: 14px;
}
.spec-box__stage li:nth-child(1) {
    width: 20%;
}
.spec-box__stage li:nth-child(2) {
    width: 74%;
    text-align: left;
    padding-left: 6%;
    word-wrap: break-word;
    word-break: break-all;
}
.spec-box__area {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    margin: 15px 20px;
}
.spec-box__area li b {
    font-size: 26px;
    padding-left: 10px;
}
.spec-box.roomplan_first-served:before {
    content: "先着順住戸";
    display: block;
    padding: 6px 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #3e6284;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.roomplan_example a:before {
    content: "返済例掲載中";
    display: block;
    padding: 6px 5px;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
    background: #547378;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.spec-box.roomplan_priceYotei:before {
    content: "第12期販売予定住戸";
    display: block;
    padding: 2px 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #3e6284;
    color: #fff;
    font-size: 12px;
}
.spec-box.roomplan_priceSale:before {
    content: "第11期販売住戸";
    display: block;
    padding: 2px 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*background: #f2ad49;*/
    background: #BBA991;
    color: #fff;
    font-size: 12px;
}
.spec-box.spec-box:after {
    content: '▶ 詳細を見る';
    display: block;
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: #00704b;*/
    background: #BBA991;
    font-size: 14px;
    color: #fff;
}
.spec-box.spec-box.color_b:after {
    background:#092885;

}
.label_ST:before, .label_ST234::after {
    display: block;
    padding: 6px 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; /*background: #389785;*/ /*background: #f2ad49;*/ background: #3e6284;
    color: #fff;
    font-size: 15px;
    line-height: 1;
}
.ST227_label .label_ST::before {
    content: "大型テラス・LD吹き抜け";
}
.ST230_label .label_ST::before {
    content: "ウッドデッキ・南東角住戸";
}
.ST234_label .label_ST::before {
    content: "2台駐車　・WIC3畳";
}
.ST234_label .label_ST::after {
    content: "※";
    font-size: 10px;
    background: none;
    left: 60px;
    position: absolute;
    color: #fff;
    top: 0;
    z-index: 2;
}
.ST248_label .label_ST::before {
    content: "ダブルバルコニー・サイクルポート";
}
.ST255_label .label_ST::before {
    content: "LD吹き抜け・浴室1620";
}
.ST231_label .label_ST::before {
    content: "大型のダブルバルコニー・FC付き";
}
.ST252_label .label_ST::before {
    content: "LD吹き抜け・南西角住戸";
}
.ST226_label .label_ST::before {
    content: "ダブルバルコニー・収納充実";
}
.ST229_label .label_ST::before {
    content: "大型収納・FC付き";
}
.ST249_label .label_ST::before {
    content: "ダブルバルコニー・LD吹き抜け";
}
.ST254_label .label_ST::before {
    content: "大型バルコニー・外部物入付き";
}
.ST233_label .label_ST::before {
    content: "サイクルポート・インナーバルコニー";
}
.ST232_label .label_ST::before {
    content: "LD吹き抜け・収納充実";
}
.ST250_label .label_ST::before {
    content: "サイクルポート・インナーバルコニー";
}
.label_ldk::before {
    display: block;
    padding: 6px 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #f2ad49;
    color: #fff;
    font-size: 15px;
    line-height: 1;
}
.ST248_label .label_ldk::before {
    content: "5LDK";
    left: 251px;
}
.label_img::after {
    content: "室内画像掲載中";
    display: block;
    padding: 6px 5px;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 2;
    background: #a49880;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    transition: .2s all ease-in-out;
}
.FloorPlan_List__item:hover.label_img::after {
    transform: translateY(-5px);
}
.ST227_label.label_img::after {
    left: 290px;
}
.ST255_label.label_img::after {
    left: 173px;
}
.ST231_label.label_img::after {
    left: 243px;
}
.ST229_label.roomplan_example:before {
    left: 140px;
}
.ST254_label.roomplan_example:before {
    left: 225px;
}
.ST232_label.roomplan_example:before {
    left: 172px;
}
.ST250_label.roomplan_example:before {
    left: 267px;
}
@media screen and (max-width:1151px) {
    .ST231_label a {
        padding-top: 70px;
    }
}
@media screen and (max-width:1052px) {
    .ST227_label.label_img::after {
        left: 0;
        top: 32px;
    }
    .ST227_label.label_img a {
        padding-top: 70px;
    }
}
@media screen and (max-width:890px) {}
@media screen and (max-width:991px) {
    .spec-box {
        padding: 30px 10px 60px;
    }
    .spec-box__stage li {
        font-size: 14px;
    }
    .spec-box__stage li span {
        font-size: 28px;
    }
    .spec-box__area {
        font-size: 11px;
    }
    .spec-box__area li b {
        font-size: 180%;
    }
    .ST231_label.label_img::after, .ST250_label.roomplan_example:before, .ST255_label.label_img::after {
        left: 0px;
        top: 32px;
    }
    .ST231_label a, .ST250_label a, .ST255_label a {
        padding-top: 70px;
    }
}
@media screen and (max-width:834px) {
    .label_img::after, .spec-box.roomplan_priceYotei:before, .roomplan_example:before, .label_ST:before, .label_ldk::before, .spec-box.roomplan_first-served:before {
        font-size: 14px;
    }
    .ST234_label .label_ST::after {
        left: 56px;
    }
    .ST248_label .label_ldk::before {
        left: 233px;
    }
    .ST229_label.roomplan_example:before {
        left: 130px;
    }
    .ST254_label.roomplan_example:before {
        left: 210px;
        padding: 6px 4px;
    }
    .ST232_label.roomplan_example:before {
        left: 160px;
    }
    .ST231_label a {
        padding-top: 70px;
    }
}
@media screen and (max-width:767px) {
    .ST248_label a, .ST254_label a {
        padding-top: 70px;
    }
    .ST248_label .label_ldk::before {
        left: 0;
        top: 31px;
    }
    .ST254_label.roomplan_example:before {
        top: 31px;
        left: 0;
        padding: 6px 5px;
    }
}
@media screen and (max-width:349px) {
    .ST233_label .label_ST::before {
        font-size: 12px !important;
    }
}
/* #siteArea130 */
#siteArea130 {
    padding-top: 100px; /*padding-bottom: 50px;*/ margin-bottom: 50px;
}
.siteArea130_subtitle {
    margin-bottom: 15px;
}
.siteArea130_subtitle span {
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: #f98e00;
    padding: 0 50px;
}
.siteArea130_subtitle span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background: #f98e00;
}
.siteArea130_subtitle span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 1px;
    background: #f98e00;
}
@media screen and (max-width:767px) {
    #siteArea130 {
        padding-top: 50px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .siteArea130_subtitle span {
        display: block;
        font-size: 18px;
        padding: 0 20px;
    }
    .siteArea130_subtitle span:before, .siteArea130_subtitle span:after {
        width: 15px;
    }
}
/* 庭の広いプラン */
.Garden {
    margin-top: 60px;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}
.Garden::after {
    content: "";
    display: block;
    position: absolute;
    /*background-image: url(../../../img/pages/common/bg_brick_texture.jpg);
    background-repeat: no-repeat;
    background-size: auto;*/
   /* background: #00704b;*/
   background-image: url("../../../img/pages/top/re/dec_info01.svg");
     background-repeat: no-repeat;
     background-size: cover;
    background-position: center right;
    bottom: 0;
    width: 82%;
    right: 30px;
    height: 60%;
    z-index: -1;
}
/* 「駐車スペース」にゆとりがあるプラン */
.ParkingSpace {
    margin-top: 60px;
}
.ParkingSpace .siteArea130_subtitle {
    text-align: left;
}
.ParkingSpace_flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.ParkingSpace_flexBox .photo {
    width: 40%;
    order: 2;
}
.ParkingSpace_flexBox .text {
    width: 55%;
    order: 1;
}
/* 「2台駐車」が可能なプラン */
.TwoParkingSpace {
    margin-top: 60px;
}
.TwoParkingSpace .siteArea130_subtitle {
    text-align: left;
}
.TwoParkingSpace_flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.TwoParkingSpace_flexBox .photo {
    width: 48%;
}
.TwoParkingSpace_flexBox .text {
    width: 48%;
}
/* バルコニーの広いプラン */
.Balcony {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
}
.Balcony::after {
    content: "";
    display: block;
    position: absolute;
    /*background-image: url(../../../img/pages/common/bg_brick_texture02.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;*/
    background: #00704B;
    bottom: 0;
    width: 82%;
    right: 30px;
    height: 60%;
    z-index: -1;
}
@media screen and (max-width:960px) {
    .Balcony {
        padding-bottom: 40px;
    }
    .Balcony::after {
        right: -30px;
        width: 92%;
    }
    .Garden {
        padding-bottom: 25px;
    }
    .Garden::after {
        right: -30px;
        width: 92%;
    }
}
@media screen and (max-width:767px) {
    .ParkingSpace_flexBox .photo {
        width: 100%;
        order: 1;
    }
    .ParkingSpace_flexBox .text {
        width: 100%;
        order: 2;
        margin-top: 15px;
    }
    .TwoParkingSpace_flexBox .photo {
        width: 100%;
    }
    .TwoParkingSpace_flexBox .text {
        width: 100%;
        margin-top: 15px;
    }
    .ParkingSpace .siteArea130_subtitle, .TwoParkingSpace .siteArea130_subtitle {
        text-align: center;
    }
    .Garden {
        padding-bottom: 0px;
    }
    .Garden::after {
        right: -15px;
        height: 50%;
    }
    .Balcony {
        padding-bottom: 20px;
        margin-top: 30px;
    }
    .Balcony::after {
        right: -15px;
        height: 40%;
    }
}
/*　flexslider*/
.flexslider {
    background: inherit !important;
    margin-top: 30px !important;
}
/* slides */
.flexslider .slides {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}
.flexslider .slides .shopBox {
    position: absolute;
    top: 55px;
    left: -20px;
    width: 30%;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 5;
}
.flexslider .slides .shopBox p {
    font-size: 16px;
}
.flexslider .slides .shopBox2 {
    top: inherit;
    left: inherit;
    right: -25px;
    top: 150px;
}
.flexslider .slides .shopBox3 {
    top: inherit;
    left: inherit;
    left: -40px;
    bottom: 85px;
}
.flexslider .slides .shopBox4 {
    top: inherit;
    left: inherit;
    right: -45px;
    bottom: 130px;
}
/* flex-direction-nav */
.flex-direction-nav a {
    opacity: 1 !important;
    overflow: visible !important;
}
.flex-direction-nav .flex-prev {
    left: 0 !important;
    background-image: url(../../../img/pages/roomplan/prevBtn.png) !important;
    transition: all 300ms 0s ease;
}
.flex-direction-nav .flex-next {
    right: 0 !important;
    background-image: url(../../../img/pages/roomplan/nextBtn.png) !important;
    transition: all 300ms 0s ease;
}
.flex-direction-nav .flex-prev:hover {
    animation: prev 2s ease 0s infinite normal none running;
}
.flex-direction-nav .flex-next:hover {
    animation: next 2s ease 0s infinite normal none running;
}
@keyframes prev {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes next {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}
@media only screen and (max-width: 960px) {
    .flexslider .slides {
        width: 100%;
    }
    .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
        display: none;
    }
    .flexslider .slides .shopBox {
        position: relative;
        top: inherit;
        left: inherit;
        width: 96%;
        margin: 20px 2%;
        padding: 15px;
    }
    .flexslider .slides .shopBox2 {
        top: inherit;
        right: inherit;
    }
    .flexslider .slides .shopBox3 {
        bottom: inherit;
        left: inherit;
    }
    .flexslider .slides .shopBox4 {
        bottom: inherit;
        right: inherit;
    }
}
.roomplanSlide2Outer {
    margin: 30px auto 0;
}
.roomplanSlide2 {
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.roomplanSlide2List {
    display: flex;
    width: 400%;
}
.roomplanSlide2List li {
    width: 25%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}
.roomplanSlide2ListItemInner {
    position: relative;
    width: 85%;
    margin: 0 auto;
}
.roomplanSlide2List li .shopBox {
    position: absolute;
    top: 55px;
    left: -20px;
    width: 30%;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 5;
}
.roomplanSlide2List li .shopBox p {
    font-size: 16px;
}
.roomplanSlide2List li .shopBox2 {
    top: inherit;
    left: inherit;
    right: -25px;
    top: 150px;
}
.roomplanSlide2List li .shopBox3 {
    top: inherit;
    left: inherit;
    left: -40px;
    bottom: 85px;
}
.roomplanSlide2List li .shopBox4 {
    top: inherit;
    left: inherit;
    right: -45px;
    bottom: 130px;
}
@media only screen and (max-width: 960px) {
    .roomplanSlide2Outer {
        margin: 30px auto 0;
        padding-bottom: 10px;
    }
    .roomplanSlide2 {}
    .roomplanSlide2List {
        display: block;
        width: 100%;
    }
    .roomplanSlide2List li {
        width: 100%;
        padding: 0 0;
    }
    .roomplanSlide2ListItemInner {
        width: 100%;
    }
    .roomplanSlide2List li .shopBox p {
        font-size: 14px;
    }
    .roomplanSlide2List li .shopBox {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        margin: 20px auto;
        padding: 15px;
    }
    .roomplanSlide2List li .shopBox2 {
        top: inherit;
        right: inherit;
    }
    .roomplanSlide2List li .shopBox3 {
        bottom: inherit;
        left: inherit;
    }
    .roomplanSlide2List li .shopBox4 {
        bottom: inherit;
        right: inherit;
    }
}
/* planDetail */
#planDetail {
    margin: 50px 0 100px;
}
#planDetail h3 {
    margin: 20px 0 7px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 15px;
}
#planDetail h3.priceYotei:before {
    content: "第12期販売予定住戸";
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 5px;
    /*background: #389785;*/
    /*background: #f2ad49;*/
    background: #3e6284;
    color: #ffffff;
    font-size: 12px;
    z-index: 2;
}
#planDetail h3.price-Sale:before {
    content: "第11期販売住戸";
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 5px;
    /*background: #389785;*/
    /*background: #f2ad49;*/
    background: #3e6284;
    color: #ffffff;
    font-size: 12px;
    z-index: 2;
}
#planDetail h3.first-served:before {
    content: "先着順販売対象住戸";
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 5px;
    background: #a49880;
    color: #ffffff;
    font-size: 12px;
    z-index: 2;
}
#planDetail h3 span {
    margin: 0 15px;
    font-size: 100px;
    font-size: 60px;
}
#planDetail .spec {
    font-size: 24px;
    text-align: center;
}
#planDetail .area {
    margin: 0 0 5px;
    font-size: 18px;
    text-align: center;
    letter-spacing: .01em;
}
#planDetail .area span.num1 {
    font-size: 48px;
    line-height: 1;
}
#planDetail .area span.num2 {
    font-size: 36px;
}
#planDetail .area .spacer {
    padding: 0 20px;
}
#planDetail .area2 {
    margin: -20px 0 30px;
    font-size: 18px;
    text-align: center;
    letter-spacing: .01em;
}
#planDetail .area2 span.num1 {
    font-size: 30px;
}
#planDetail .area2 span.num2 {
    font-size: 20px;
}
#planDetail .area2 .spacer {
    padding: 0 10px;
}
#planDetail .btnArea {
    margin: 30px 0 0;
}
#planDetail .copy {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 10px 30px;
    margin-bottom: 50px;
    border: 1px solid;
    /*color: #00704b;*/
    color: #BBA991;
        background: #fff;

}
#planDetail .copy.color_blue {
    color: #092885;
}
 
#planDetail .info_st {
    margin-bottom: 40px;
}
#planDetail .info_st_wrap {
    display: inline-block;
    border-bottom: 2px solid #d7d2c8;
    border-top: 2px solid #d7d2c8;
    padding: 10px 15px 20px;
}
#planDetail .info_st_wrap p {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    line-height: 1;
}
#planDetail .info_st_wrap p:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
#planDetail .info_st_wrap p.info_head {
    font-size: 18px;
    border: 1px solid;
    padding: 8px;
    display: inline-block;
}
#planDetail .info_st_wrap p span {
    font-size: 1.5em;
}
#planDetail .info_st_wrap p small {
    font-size: 0.5em;
}
#load-planList {
    padding: 0 15px;
}
#load-planList .roomplanMeritSlideOuter {
    display: none;
}
@media only screen and (max-width: 991px) {
    #planDetail {
        margin: 100px 0 100px;
    }
}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 834px) {
    #planDetail .area .spacer {
        display: block;
    }
    #planDetail .area2 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    #planDetail {
        margin: 100px 0 50px;
    }
    #planDetail .area {
        margin-bottom: 20px;
        font-size: 14px;
        border-bottom: 1px dotted #389785;
        border-bottom: 1px dotted #f2ad49;
    }
    #planDetail .area span.num1 {
        font-size: 36px;
    }
    #planDetail .area span.num2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    #planDetail .area2 {
        margin: -20px 0 30px;
        font-size: 14px;
    }
    #planDetail .area2 span.num1 {
        font-size: 24px;
    }
    #planDetail .area2 span.num2 {
        font-size: 18px;
    }
    #planDetail .area2 .spacer {
        padding: 0 10px;
    }
    .printBtn {
        margin-bottom: 10px;
    }
    .backBtn {
        margin-top: 10px;
    }
    #planDetail .spec {
        font-size: 5vw;
    }
    #planDetail .copy {
        text-align: left;
        font-size: 5vw;
    }
    #planDetail .info_st_wrap p.info_head {
        font-size: 15px;
    }
    #planDetail .info_st_wrap p {
        font-size: 22px;
    }
    #planDetail .info_st_wrap p span {
        font-size: 1.3em;
    }
}
@media print {
    #planDetail {
        width: 100%;
        margin: 0 auto;
    }
    #planDetail .container {
        width: 100%;
    }
    #planDetail h3 {
        border-bottom: none;
    }
    #planDetail h3 span {
        font-size: 150%;
    }
    #planDetail .area, #planDetail .area2, #planDetail .spec {
        font-size: 13px;
    }
    #planDetail .copy {
        font-size: 10px;
        margin-bottom: 0;
    }
    #planDetail .area span.num1, #planDetail .area span.num2, #planDetail .area2 span.num1, #planDetail .area2 span.num2 {
        font-size: 24px;
    }
    #planDetail img {
        width: 65%;
    }
    #load-planList {
        display: none;
    }
}
.br_636-block {
    display: none;
}
.br_435-block {
    display: none;
}
@media screen and (max-width: 636px) {
    .br_636-block {
        display: block;
    }
}
@media screen and (max-width: 435px) {
    .br_435-block {
        display: block;
    }
    .top_m10 {
        position: relative;
        top: -10px;
    }
}
.coming_soon {
    margin: 100px auto 0;
    width: 100%;
}
.coming_soon p {
    font-size: 5em;
    text-align: center;
    line-height: 1;
    color: #777;
    display: inline-block;
    margin: 0 auto;
}
.coming_soon p span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.coming_soon p span::before, .coming_soon p span::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #777;
    position: relative;
    top: 8px;
}
.coming_soon p span::before {
    margin-right: 20px;
    padding: 0 20px;
}
.coming_soon p span::after {
    margin-left: 20px;
    padding: 0 20px;
}
@media screen and (max-width: 414px) {
    .coming_soon p span::before {
        margin-right: 10px;
    }
    .coming_soon p span::after {
        margin-left: 10px;
    }
}
.view3D {
    margin-top: 30px;
}
.view3D iframe {
    max-width: 853px;
    height: 480px;
    margin: 0 auto;
    width: 100%;
}
.view3D h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
}
p.view3Dcaption {
    font-size: 11px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    p.view3Dcaption {
        text-align: left;
    }
    .view3D h2 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 375px) {
    p.view3Dcaption {
        text-align: left;
    }
    .view3D h2 {
        font-size: 27px;
    }
}
.selling_price_have {}
.selling_price_have .spec-box__stage {
    border-bottom: none;
}
.selling_price_have p.selling_price_text {
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    line-height: 1.2;
}
.selling_price_have p.selling_price_text span {
    font-size: 40px;
    color: #014b3a;
}
.selling_price_have p.selling_price_text small {
    font-size: 16px;
    padding-right: 5px;
}
a.spec-box:hover .selling_price_have p.selling_price_text, a.spec-box:hover .selling_price_have p.selling_price_text span {
    color: #fff;
}
.selling_price_have .plan_point_box {
    text-align: center
}
.selling_price_have .plan_point_box p.text {
    background: #f3efe4 !important;
    margin-bottom: 10px;
}
.selling_price_have .plan_point_box p.text:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 460px) {
    .selling_price_have p.selling_price_text small {
        font-size: 3.6vw;
    }
}
#planDetail .selling_price_text {
    font-size: 30px;
    text-align: center;
    line-height: 1;
}
#planDetail .selling_price_text span {
    font-size: 40px;
    color: #014b3a;
}
#planDetail .selling_price_text small {
    font-size: 18px;
    padding-right: 5px;
}
#planDetail h4.plan_point_box {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}
#planDetail h4.plan_point_box span.text {
    font-size: 20px;
    line-height: 1.2;
    padding: 10px;
    display: block;
    background: #f3efe4;
    margin-bottom: 10px;
    color: #8a8000;
}
#planDetail h4.plan_point_box span.text:last-child {
    margin-bottom: 0;
}
#planDetail figure.reference_photo {
    margin: 30px 0;
    display: inline-block;
}
#planDetail figure.reference_photo figcaption {
    bottom: -25px;
    left: 0;
    right: 0;
    color: #000;
}
@media only screen and (max-width: 767px) {
    #planDetail h4.plan_point_box span.text {
        font-size: 15px;
    }
    #planDetail .selling_price_text small {
        font-size: 14px;
    }
}
.planList_annotation p {
    font-size: 12px;
    max-width: 1020px;
    width: 100%;
    margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
    .planList_annotation p {
        padding: 0 15px;
    }
}
br.sp_only {
    display: none;
}
@media only screen and (max-width: 767px) {
    br.sp_only {
        display: block;
    }
}
/*********** シミュレーション例 ***********/
.simulation-example_wrap {
    padding-bottom: 40px;
}
.simulation-example_wrap .simulation-example {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.simulation-example_wrap .simulation-example h3 {
    color: #004b38;
    font-size: 35px !important;
    margin-bottom: 20px !important;
    border: none !important;
}
.simulation-example_wrap .simulation-example p {
    text-align: center;
    font-size: 11px;
}
.simulation-example_wrap .simulation-example p span {
    padding-top: 10px;
    font-size: 11px;
    display: block;
    text-align: left;
    max-width: 320px;
    margin: 0 auto;
}
@media (max-width: 640px) {
    .simulation-example_wrap .simulation-example h3 {
        font-size: 24px !important;
    }
}
@media (max-width: 320px) {
    .simulation-example_wrap .simulation-example p {
        font-size: 10px;
    }
    .simulation-example_wrap .simulation-example p span {
        font-size: 10px;
        max-width: 280px;
    }
}
/*********** プラン詳細内VR ***********/
.vr-p_link {
    margin-bottom: 50px;
}
.vr-p_link_wrap {
    margin: 0 auto;
    display: inline-block;
}
.vr-p_link_wrap a {
    display: block;
    width: 100%;
}
.vr-p_link_wrap a:hover {
    opacity: 0.8;
}
#planDetail .vr-p_link_wrap figure {
    position: relative;
    display: inline-block !important;
}
.vr-p_link_wrap figure figcaption {
    width: 100%;
    max-width: 360px;
    font-size: 40px;
    font-weight: bold;
    padding: 15px;
    top: 50%;
    left: 50%;
    bottom: initial;
    transform: translateY(-50%) translateX(-50%);
    color: #a49880;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}
.vr-p_link_wrap figure figcaption span.vr_cap {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    display: block;
    margin-top: 8px;
}
@media only screen and (max-width: 767px) {
    .vr-p_link_wrap figure figcaption {
        max-width: 200px;
        font-size: 20px;
    }
}
.plan_coming-soon {
    background: #f3f2ee;
    padding: 30px 20px;
}
/** loorPlan_List_hed **/
.loorPlan_List_hed {
    padding: 160px 0 0;
	margin-top:-80px;
    position: relative;
    display: inline-block;
		display: flex;
	justify-content: center;
	gap:5%;

}
.loorPlan_List_hed.adjust01 {
   /* padding-top: 160px;
	padding: -80px 0 0;*/
}
.loorPlan_List_hed h3 {
	padding:0 8px 8px;
    margin-bottom: 0; 

	/*font-size: 42px;*/
}
.loorPlan_List_hed h3 a{
	color:#838383;transition: .3s;
}
.loorPlan_List_hed h3 a:hover{
	color:#000;
}



.loorPlan_List_hed h3 span{
	display: inline-block;
}
.loorPlan_List_hed h3.on {
	
   border-bottom:2px solid #00704b;
	pointer-events: none;
}
.loorPlan_List_hed h3.on a{
   color:#000;
}

.loorPlan_List_hed.adjust01 h3.on{
    border-bottom:2px solid #092885;
}


.loorPlan_List_hed h3 span {
    position: relative;
    display: inline-block;
}
/*.loorPlan_List_hed h3 span::after{ 
	content: "";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    line-height: 0;
    font-size: 0;
    background-repeat: no-repeat;
	background-image: url(../../../img/pages/top/img/icon_location.png);
    right: -10%;
    top: -6px;
    width: 32px;
    height: 36px;}
.loorPlan_List_hed02 h3 span::after{ right: -20%;}*/
/*.loorPlan_List_hed h3 span::after{ 
	content: "";
    width: 35%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #B0A691;
    display: inline-block;}
.loorPlan_List_hed h3 span::before{ 
	content: "";
    width: 35%;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    background: #B0A691;
    display: inline-block;}*/
@media only screen and (max-width: 767px) {
    /*.loorPlan_List_hed.adjust01 {
        padding-top: 50px;
    }*/ 
	.loorPlan_List_hed {
        padding-top: 90px;
    margin-top: -50px;
    }
    .loorPlan_List_hed h3 {
        font-size: 25px;
		font-size: calc(16 / 375 * 100vw);
    }
    .loorPlan_List_hed h3 span::after {
        width: 20px;
    }
    /*.loorPlan_List_hed h3 span::after{ width: 20%;}
	.loorPlan_List_hed h3 span::before{ width: 20%;}*/
}
#planDetail .backBtn {
    /*background: #00704b;*/
    background: #BBA991;
}
#planDetail .backBtn.color_blue {
    background: #092885;
}
/* price_example */
.price_example {}
.price_example_wrap {
    text-align: center;
    padding: 30px 0 60px;
    max-width: 820px;
    margin: 0 auto;
}
.price_example p.price_example_hd {
    width: 100%;
    text-align: center;
    position: relative;
}
.price_example p.price_example_hd span {
    font-size: 20px;
    color: #666;
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.price_example p.price_example_hd::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 1px;
    background: #666;
    z-index: 1;
    left: 50%;
}
.price_example h3 {
    border-bottom: none !important;
    font-size: 40px !important;
    font-weight: bold;
    color: #3e6284;
    margin-top: 0 !important;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(#3e6284 20%, #628bb1 40%, #8aa4bd 50%, #628bb1 60%, #3e6284 80%);
    background: -o-linear-gradient(#3e6284 20%, #628bb1 40%, #8aa4bd 50%, #628bb1 60%, #3e6284 80%);
    background: linear-gradient(#3e6284 20%, #628bb1 40%, #8aa4bd 50%, #628bb1 60%, #3e6284 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.price_example h3 b {
    font-size: 2em;
}
.price_example .price_example_box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 765px;
}
.price_example .price_example_box p {
    position: relative;
    padding-left: 15px;
    line-height: 1.2;
    width: auto;
    font-size: 14px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.price_example .price_example_box p::before {
    content: "■";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 2px;
}
.price_example .price_example_box p:nth-child(2) {
    bottom: 4px;
}
.price_example .price_example_box p:nth-child(2)::before {
    top: 6px;
}
.price_example .price_example_box p:nth-child(-n+4) {
    padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
    .price_example .price_example_box p:nth-child(4) {
        padding-bottom: 10px;
    }
    .price_example .price_example_box p:nth-child(-n+3) {
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .price_example_wrap {
        padding: 0 0 30px;
    }
    .price_example .price_example_box {
        padding: 10px 0px 0;
    }
    .price_example .price_example_box p {
        font-size: 14px;
        padding-left: 20px;
    }
    .price_example .price_example_box p:nth-child(3) {
        padding-bottom: 10px;
    }
    .price_example .price_example_box p:nth-child(-n+2) {
        padding-bottom: 5px;
    }
    .price_example h3 {
        border-bottom: none !important;
        font-size: 32px !important;
        font-weight: bold;
        color: #3e6284;
        margin-top: 0 !important;
        letter-spacing: 2px;
    }
}
/*********** プラン詳細内スライダ― ***********/
.plan_detail_slider {
    margin-bottom: 50px;
}
.plan_detail_slider_wrap {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.plan_detail_slider_box {}
.plan_detail_slider_box ul.plan_detail_thumbnail {
    margin-bottom: 20px;
}
.plan_detail_slider_box ul.plan_detail_thumbnail .slick-track {
    transform: unset !important;
}
.plan_detail_slider_box ul.plan_detail_thumbnail li {
    opacity: 0.3;
    transition: opacity .3s linear;
    width: calc(100% / 4) !important;
}
.plan_detail_slider_box ul.plan_detail_thumbnail .slick-current {
    opacity: 1;
}
.plan_detail_slider_box .slick-dots {
    bottom: -20px;
}
.plan_detail_slider_box .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 2px;
}
.plan_detail_slider_box .slick-dots button {
    padding: 0;
    color: transparent;
    outline: none;
    border: unset;
    width: 60px;
    height: 4px;
    display: block;
    background: #ddd;
    cursor: pointer;
    border-radius: 0;
}
.plan_detail_slider_img .slick-prev, .plan_detail_slider_img .slick-next {
    z-index: 5;
}
.plan_detail_slider_img .slick-prev:before, .plan_detail_slider_img .slick-next:before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 70px;
    height: 90px;
    top: 50%;
    transform: translateY(-50%);
}
.plan_detail_slider_img .slick-next:before {
    right: -10px !important;
    background-image: url(../../../img/pages/roomplan/nextBtn.png) !important;
}
.plan_detail_slider_img .slick-prev:before {
    left: -10px !important;
    background-image: url(../../../img/pages/roomplan/prevBtn.png) !important;
}
@media only screen and (max-width: 767px) {
    .plan_detail_slider_box .slick-dots button {
        width: 30px;
    }
}
/*  repayment
--------------------------------------------------*/
#repayment {
    border: solid 1px #4a3e00;
    box-sizing: border-box;
    /* padding-bottom: 70px;*/
    width: 100%;
    margin: 70px auto 0;
    background-color: rgba(255, 255, 255, .7);
}
#repayment .payTypeTtl {
    /*padding: 7px 0 9px;*/
    padding: 10px 0 9px;
    /*background-color: #a88c00;*/
    background-color: #00704b;
    margin-bottom: 20px;
}
#repayment .payTypeTtl p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
}
#repayment .payTypeTtl span {
    font-size: 1.5em;
    margin-right: 0.1em;
}
#repayment .payTypeTtl em {
    display: block;
    font-size: 1em;
}
#repayment .inBox {
    width: 90%;
    margin: 0 auto;
}
#repayment .payPrice {
    border-bottom: solid 1px #999;
    padding-bottom: 20px;
    margin-bottom: 40px
}
#repayment .payPrice p {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .1em;
    text-align: center;
}
#repayment .payPrice span {
    /*font-size: 2em;*/
    font-size: 1.25em;
    /* font-family: 'EB Garamond', serif;*/
    font-weight: 400;
    /*color: #a88c00;*/
    color: #00704b;
}
#repayment .payPrice small {
    font-size: .7em;
}
#repayment .paySummary {
    width: min(100%, 800px);
    margin: 0 auto 20px;
}
#repayment .paySummary p {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: .05em;
}
#repayment .payCnt {
    width: min(100%, 800px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #f5f5dc;*/
    background: rgb(0 112 75 / 10%);
    padding: 15px 0 18px;
    margin: 0 auto 40px;
    gap: 0 1rem;
}
#repayment .payCnt p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .1em;
    text-align: center;
}
#repayment .payCnt p + p {
    /*margin-left: 1em;*/
}
#repayment .payCnt span {
    font-size: 1.5em;
    /*color: #a88c00;*/
    color: #00704b;
    vertical-align: -2px;
}
#repayment .payCnt small {
    font-size: .7em;
}
#repayment .notes {
	
	margin-bottom:32px;
	
}
#repayment .notes ul + ul {
    margin-top: 1em;
}
#repayment .notes li {
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: .03em;
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
}
@media screen and (max-width: 768px) {
    #repayment {
        /*padding-bottom: 30px;*/
    }
    #repayment .payTypeTtl {
        /*padding: 4px 0 5px;*/
        padding: 6px 0 5px;
        margin-bottom: 20px;
    }
    #repayment .payTypeTtl p {
        font-size: 16px;
    }
    #repayment .payTypeTtl span {}
    #repayment .inBox {
        width: 90%;
        margin: 0 auto;
    }
    #repayment .payPrice {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    #repayment .payPrice p {
        font-size: 18px;
    }
    #repayment .payPrice span {}
    #repayment .payPrice small {
        font-size: .7em;
    }
    #repayment .paySummary {
        margin-bottom: 20px;
    }
    #repayment .paySummary p {
        font-size: 12px;
    }
    #repayment .payCnt {
        padding: 15px 0 18px;
        margin-bottom: 30px;
    }
    #repayment .payCnt p {
        font-size: 16px;
    }
    #repayment .payCnt p + p {
        /*margin-left: 1em;*/
    }
    #repayment .payCnt p:nth-child(3) {
        width: 100%;
        /*margin-left: 0;*/
    }
    #repayment .payCnt span {
        font-size: 1.4em;
        vertical-align: -1px;
        letter-spacing: .01em;
    }
    #repayment .payCnt small {}
    #repayment .notes {}
    #repayment .notes ul + ul {
        margin-top: 1em;
    }
    #repayment .notes li {
        font-size: 11px;
        line-height: 1.6;
        letter-spacing: .03em;
        margin-left: 1em;
        text-indent: -1em;
    }
}
.FloorPlan_List__item .label01 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: .5em .5em;
    background-color: #00704b;
    color: #fff;
    line-height: 1;
}


.type {
	width:fit-content;
	margin: 30px auto 20px;
	background-color: #00704b;
	color:#fff;
	padding:.5em 2em;
}
.type_blue {
	background-color: #092885;
}


.eco_label {
    max-width: 640px;
    margin:80px auto 0;
}

    .captionbox {
        margin-top:16px;
        text-align: left;
    }

.captionbox li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.captionbox li {
  font-size: 1.2em;
  letter-spacing: 0.12em;
  line-height: 1.8;
  padding-left: 12px;
  position: relative;
}

@media only screen and (max-width: 991px) {
.captionbox li {
    font-size: 8px;
    line-height: 1.2;
    line-height: 1.5;
  }
}