@charset "utf-8";
html {
	scroll-behavior: smooth;
}

.hummenu ul li.nav-plan::before {
	width: 50% !important;
}
/* common */
body{
    font-family: "shippori-mincho", sans-serif;
    color: #000;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.en{
    font-family: adobe-garamond-pro, serif!important;
}



.plan_ttl{
    text-align: center;
    font-size: 40px;
    margin: 1em auto 0;
    padding-bottom: 0.6em;
    border-bottom: dashed #318dc9 1px;
    line-height: 1.3;
}
.plan_ttl .blue{
    color: #318cc9;
    /* font-size: 1.3em; */
}
.plan_ttl .en .blue{
    font-size: 1.3em;
}
.plan_ttl .en .small{
    font-size: 0.8em;
}
.roomplan_head{
    padding-bottom: 60px;
}
.roomplan_item{
    padding: 0 0 60px;
}
.madori_box{
    max-width: 650px;
    margin: auto;
}

#roomplan_slide .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #318cc9;
}
#roomplan_slide .slick-dots li button:before {
    opacity: .75;
    color: #a5b0b7;
    font-size: 15px;
}
#roomplan_slide .slick-next:before{
    content: "";
    background: url(../img/plan/roomplan_next.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
}
#roomplan_slide .slick-prev:before {
    content: "";
    background: url(../img/plan/roomplan_prev.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
}
#roomplan_slide .slick-next{
    right: 5px;
}
#roomplan_slide .slick-prev{
    left: 5px;
}
#roomplan_slide .slick-prev, #roomplan_slide .slick-next {
    top: 70%;
    display: block;
    height: 48px;
    width: 31px;
    z-index: 2;
}
#roomplan_slide .slick-prev.slick-disabled:before, #roomplan_slide .slick-next.slick-disabled:before {
    opacity: 0;
}


.som_box{
    margin: 0 auto 80px;
}
.som_flex{
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 40px auto 40px;
    gap: 40px;
    align-items: center;
}
.som_r{
    max-width: 200px;
}
.som_ttl{
    font-size: 28px;
    color: #318cc9;
    line-height: 1.5;
    margin-bottom: 0.5em;
    white-space: nowrap;
}
.som_free{
    font-size: 20px;
    line-height: 1;
    padding: 0.2em 0.5em;
    border: solid 1px #000;
    display: inline-block;
    white-space: nowrap;
}
.som_free::after{
    content: "※1";
    position: absolute;
    bottom: 0;
    right: -2.5em;
    font-size: 10px;
}

.som_door{
    max-width: 500px;
    margin: 0 auto 40px;
}

.som_link a{
    height: 50px;
    max-width: 250px;
    margin: 0 auto;
    border: solid 1px #318cc9;
    color: #318cc9;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.3s;
}
.som_link a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.7em;
    height: 0.7em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    transition: 0.3s;
}
.som_link a:hover{
    background: #318cc9;
    color: #fff;
}
.som_link a:hover::after{
    right: 0.8em;
}
.hanrei{
    max-width: 540px;
    margin: 40px 0 0;
    width: 100%;
}
.hanrei p{
    font-size: 10px;
    white-space: nowrap;
    margin-top: 0.5em;
}

/* 20251105 */
.merit_ttl {
    font-weight: 600;
    text-align: center;
    text-align: center;
    margin-top: 1em;
    font-size: 20px;
    line-height: 1.8;
    color: #318cc9;
}
.merit_lead_box {
    display: flex;
    justify-content: center;
}
.merit_lead {
    /* text-align: center; */
    font-size: 20px;
    line-height: 1.8;
    color: #318cc9;
    max-width: 750px;
}
.db850 {
    display: none;
}
.btn_flx{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 30px auto 0;
	flex-wrap: wrap;
	row-gap:20px;
}

.btn_flx div{
	width: 30%;
}
.plannote{
	font-size: 12px;
}
.hensai{
	margin: 20px auto;
}
.roomplan_box{
	padding-top: 60px;
}
.plantop{
	display: block;
	background-image: linear-gradient(90deg, rgba(41, 121, 175, 1), rgba(0, 180, 233, 1) 50%, rgba(41, 121, 175, 1));
	width: 48%;
    height: 52px;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 10;
	margin: 50px auto;
}
.plantop a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	
}

.madori_num_bg{
    width: 100%;
    margin: 0 auto;
    /* padding-top: 20px; */
    position: relative;
    /* background: url(../img/plan/plan_b_bg_pc.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    margin-bottom: 40px;
    aspect-ratio: 2000 / 1370;
    position: relative; */
}
.madori_num_bg_wh{
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    bottom: 5%;
    width: 100%;
    transform: translateX(-50%);
}
.madori_num{
    max-width: 650px;
    margin: 0 auto;
}


/* 20260330 */
.sec_pd {
    padding: 80px 0;
}
.sec_pb {
    padding-bottom: 80px;
}
.com_inner_1000 {
    max-width: 1000px;
    /* padding: 0 20px; */
    margin: 0 auto;
}
.com_inner_1040 {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}
.ta_c {
    text-align: center;
}
.img_cap.img_cap_bk {
    color: #000;
}
.img_cap.img_cap_l {
    left: 0.5em;
}
.img_cap.img_cap_top {
    top: 0.5em;
    right: 2em;
}
.madori_num_bg_pc {
    display: block;
}
.madori_num_bg_sp {
    display: none;
}
.bg_green01 {
    background: #9ad3cf;
    padding: 40px 0;
}
.bg_blue03 {
    background: #cbe1e9;
    border-radius: 0 80px 0 0;
    margin-left: calc(50% - 50vw);
    /* padding-left: 20px; */
}
.bg_purple01 {
    background: #e7d7e2;
    border-radius: 80px 0 0 0;
    margin-right: calc(50% - 50vw);
    /* padding-right: 20px; */
}
.bg_pink01 {
    background: #f1d2d7;
    border-radius: 0 80px 0 0;
    margin-left: calc(50% - 50vw);
    /* padding: 0 20px; */
}
.bg_beige01 {
    background: #f4e2ce;
    border-radius: 80px 0 0 0;
    margin-right: calc(50% - 50vw);
    /* padding: 0 20px; */
}
.bg_green02 {
    background: #e1e9d2;
    border-radius: 0 80px 0 0;
    margin-left: calc(50% - 50vw);
    /* padding: 0 20px; */
}
.bg_navy {
    background: #113758;
}
.bg_yellow {
    background: #e7e3c3;
    padding-top: 60px;
}
.txt_imgbox {
    max-width: 650px;
    width: 55%;
    /* width: 80%; */
    margin: 0 auto;
}
.txt_img:nth-child(n+2) {
    margin-top: 30px;
}

.section_ttl_ja {
    font-size: 52px;
    margin: 0.5em auto;
}
.section_ttl_en {
    font-size: 32px;
    text-align: center;
    color: #318cc9;
    line-height: 1;
    padding-top: 10px;
}
.section_ttl_en::before {
    content: initial;
}
.section_lead {
    font-size: 34px;
    max-width: 1000px;
}
.section_lead.f_fm_bunkyu {
    font-size: 34px;
    max-width: 1000px;
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 600;
    font-style: normal;
}
.section_txt_box {
    /* width: 100vw; */
    max-width: 1000px;
}
.section_txt_box.mg_l{
    /* width: 100vw; */
    max-width: 1000px;
    margin-left: auto;
}
.section_ttl_num {
    font-size: 78px;
    text-align: center;
    color: #113758;
    line-height: 1;
}
.section_ttl_num.plan_b::after {
    content: "";
    background: #113758;
    height: 15px;
    width: 60px;
    display: block;
    margin: 0 auto;
}
.section_txt_box::before {
    /* border-left: dashed 1px #113758; */
    content: initial;
}
.line_dots{
    width: 5px;
    margin: 0 auto;
}
/* .line_dots::before {
    content: "";
    width: 2px;
    height: 40px;
    border-left: dotted 6px #113758;
    display: block;
    margin: 0 auto;
} */
.txt_navy {
    color: #113758;
}
.txt_bk {
    color: #000;
}
.flex_box {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    max-width: 1000px;
    margin: 40px auto 0;
}
.flex_box.point01 {
    padding-left: 20px;
}
.flex_box.point02 {
    padding-right: 20px;
}
.txt_item {
    width: 52%;
    margin-bottom: 20px;
}
.img_item {
    width: 100%;
    max-width: 850px;
    margin: 40px auto 0;
}
.img_item img {
    border-radius: 20px 20px 0 0;
}
.img_item.br_none img {
    border-radius: initial;
}
.img_item_rdus01 {
    width: 44%;
    max-width: 431px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 20px 0 0 0;
}
.img_item_rdus02 {
    width: 44%;
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 0 20px 0 0;
}
.img_item_rdus01.point01_img {
    align-content: center;
    background: url(../img/plan/point01_img.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.img_item_rdus02.point02_img {
    align-content: center;
    background: url(../img/plan/point02_img.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.point_txt_box:nth-child(n+2) {
    margin-top: 30px;
}
.point_ttl {
    color: #113758;
    font-size: 32px;
    border-bottom: 1px solid #113758;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.point_ttl.point02 {
    border-bottom: initial;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.bdr_bottom {
    border-bottom: 1px solid #113758;
}

.point_lead {
    /* color: #113758; */
    font-size: 18px;
    /* margin-right: 10px; */
}
.point_lead.point02 {
    margin-top: 10px;
}
.section_ttl_ja .lead_small{
    font-size: 38px;
}
.section_ttl_ja .lead_small.point03{
    font-size: 26px;
    line-height: 1;
    display: block;
}
.section_ttl_ja .lead_small.point02_04{
    /* font-size: 38px; */
    line-height: 1;
    /* display: block; */
}
.point_lead_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_ttl_ja .kome{
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 32.4em;
}
.section_ttl_ja .kome {
    bottom: -1.5em;
    right: 0;
    left: initial;
}
.section_ttl_ja .kome.point02_04 {
    bottom: -0.05em;
    right: 0;
    left: initial;
}
.sub_ttl {
    font-size: 46px;
    color: #113758;
    margin: 0.5em auto 0;
    /* padding-bottom: 10px; */
    text-align: center;
}
.sub_ttl::after {
    text-align: center;
    width: 650px;
    height: 2px;
    background: #113758;
    content: "";
    display: block;
    margin: 10px auto 10px;
}





.voice_ttl {
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
}
.voice_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
.voice_item {
    width: 48%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.voice_item:nth-child(n+3) {
    margin-top: 30px;
}
.voice_lead {
    font-size: 36px;
    font-family: "ta-oonishi", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: justify;
}
.txt_red {
    color: #8f1d25;
}
.loan_btn_box {
    max-width: 450px;
    margin: 40px auto;
    transition: 0.3s;
}
.loan_btn_box a:hover {
    transition: 0.3s;
    opacity: 0.7;
}
/* .voice_btn_box {
    max-width: 350px;
    margin: 40px auto;
    background: #113758;
} */
.voice_lead02 {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin-bottom: 40px;
}
.voice_btn_box {
    width: 100%;
    max-width: 350px;
    background: #113758;
    position: relative;
    color: #fff;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.voice_btn_box::before {
    content: '';
    width: 0.6em;
    height: 0.6em;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0,3s;
}
.voice_btn_box:hover {
    transition: 0,3s;
    opacity: 0.5;
}
.voice_btn_box a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 15px 10px;
    display: block;
    transition: 0.3s;
    width: 100%;
}
.voice_btn_box a:hover {
    transition: 0,3s;
    opacity: 0.5;
}



/* koujo */
#koujo {
    margin-top: -60px;
    padding-top: 60px;
}
.bg_pink02 {
    background: #c87c95;
    border-radius: 20px;
    /* padding: 40px; */
    padding: 60px 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.bg_pink02_img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 100%;
    max-width: 650px;
}
/* .bg_pink02_img {
    align-content: center;
    background-image: url(../img/plan/bg_pink02.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} */
.koujo_txt_box {
    max-width: 1000px;
    margin: 0 auto;
}
.koujo_ttl {
    color: #fff799;
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}
.koujo_ttl .f_fm_bunkyu {
    font-size: 48px;
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 600;
    font-style: normal;
}
.koujo_lead {
    color: #fff;
    font-size: 32px;
    line-height: 1.8;
    text-align: center;
}
.koujo_lead span {
    font-size: 40px;
    color: #fff799;
}

.plan_b_cap {
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
}
.koujo_img_box {
    margin: 30px auto 0;
    max-width: 650px;
    width: 90%;
}
.wd650_cap {
    max-width: 650px;
    margin: 40px auto 0;
}


/* btype_madori */
.btype_madori_ttl {
    max-width: 650px;
    margin: 0 auto 60px;
    width: 55%;
}
.madori_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.madori_item.madori {
    width: 52%;
}
.madori_item.txt {
    width: 44%;
}
.hanrei.plan_b p {
    color: #000;
    font-size: 10px;
}
.plan_b_cap.txt_bk {
    color: #000;
}

@media(max-width: 1000px){
.plan_ttl {
    font-size: 32px;
}
.floorplan {
    margin: 0px auto 40px;
}
.roomplan_item {
    /* padding: 40px 0; */
}
.roomplan_head {
    padding-bottom: 40px;
}
#roomplan_slide .slick-prev, #roomplan_slide .slick-next {
    height: 7vw;
    width: 4.8vw;
}


.sec_pd {
    padding: 60px 0;
}
.sec_pb {
    padding-bottom: 60px;
}
.section_ttl_en {
    font-size: 26px;
}
.section_ttl_num.plan_b::after {
    height: 12px;
    width: 50px;
}
.section_ttl_ja {
    font-size: 38px;
}
.section_ttl_ja .lead_small.point03 {
    font-size: 18px;
}
.section_lead.f_fm_bunkyu {
    font-size: 26px;
}
.section_ttl_num {
    font-size: 68px;
}
.point_ttl {
    font-size: 24px;
}
.point_lead {
    font-size: 16px;
}

.img_item_rdus01 {
    height: 450px;
}
.section_lead {
    font-size: 16px;
}
.sub_ttl {
    font-size: 34px;
}
.sub_ttl::after {
    width: 380px;
}
.voice_ttl {
    font-size: 30px;
}
.voice_lead {
    font-size: 28px;
}
.voice_lead02 {
    font-size: 28px;
}
.koujo_ttl {
    font-size: 36px;
}
.koujo_ttl .f_fm_bunkyu {
    font-size: 36px;
}
.koujo_lead {
    font-size: 26px;
}
.koujo_lead span {
    font-size: 32px;
}

.bg_yellow {
    padding-top: 30px;
}
.voice_btn_box a {
    font-size: 16px;
}


.bg_pink01 {
    padding: 0 20px;
}
.bg_beige01 {
    padding: 0 20px;
}
.bg_green02 {
    padding: 0 20px;
}
.txt_img:nth-child(n+2) {
    margin-top: 20px;
}

.madori_flex {
    margin-bottom: 60px;
}
}

@media(max-width: 850px){
.db850 {
    display: block;
}
.mt20 {
    margin-top: 0.5em;
    display: inline-block;
}
.section_lead.maxwd850_480 {
    max-width: 480px;
}
}

@media(max-width: 768px){
}


@media(max-width: 650px){
#roomplan_slide .slick-prev, #roomplan_slide .slick-next {
    height: 7vw;
    width: 4.8vw;
}
.plan_ttl {
    font-size: 20px;
}
#roomplan_slide .slick-dots li button:before {
    font-size: 10px;
}

.som_ttl {
    font-size: 18px;
}
.som_free {
    font-size: 16px;
}
.som_r {
    max-width: 160px;
}
.som_flex {
    justify-content: center;
}
.som_link a {
    height: 40px;
    max-width: 200px;
}
.section_merit {
    font-size: 16px;
}
.merit_ttl {
    font-size: 16px;
}
.merit_lead {
    font-size: 16px;
}
.btn_flx div{
	width: 48%;
}
.plantop{
    width: 80%;
}



/* 20260330 */
.madori_num_bg_pc {
    display: none;
}
.madori_num_bg_sp {
    display: block;
}

.txt_imgbox {
    max-width: 400px;
    width: 100%;
}

.sec_pd {
    padding: 40px 0;
}
.sec_pb {
    padding-bottom: 40px;
}

.section_ttl_en {
    font-size: 20px;
}
.section_ttl_num.plan_b::after {
    height: 10px;
    width: 40px;
}
.section_ttl_ja {
    font-size: 28px;
}
.section_ttl_ja .lead_small {
    font-size: 24px;
}
.section_ttl_ja .lead_small.point03 {
    font-size: 14px;
}
.section_lead.f_fm_bunkyu {
    font-size: 16px;
}
.section_ttl_num {
    font-size: 46px;
}
.point_ttl {
    font-size: 16px;
}
.point_lead {
    font-size: 11px;
}
.point_ttl.sp_ml {
    margin-left: 0.5em;
}
.point_lead.sp_ml {
    margin-left: 0.5em;
}
.img_item_rdus01 {
    height: 450px;
}
.point03_img_capbox {
    background: #f5f8fc;
    width: 100%;
}
.point03_img_capbox p {
    color: #000;
    font-size: 10px;
}



.section_lead {
    font-size: 16px;
}
.sub_ttl {
    font-size: 24px;
}
.sub_ttl::after {
    width: 330px;
}
.voice_ttl {
    font-size: 20px;
    margin-bottom: 20px;
}
.voice_lead {
    font-size: 18px;
}
.voice_lead02 {
    font-size: 16px;
    margin: 2em auto;
}
.koujo_ttl {
    font-size: 22px;
    margin-bottom: 20px;
}
.koujo_ttl .f_fm_bunkyu {
    font-size: 22px;
}
.koujo_lead {
    font-size: 13.5px;
}
.koujo_lead span {
    font-size: 20px;
}

.voice_btn_box a {
    font-size: 14px;
}




.img_item_rdus01 {
    max-height: 350px;
    height: 86vw;
    width: 55%;
    max-width: 280px;
}
.img_item_rdus02 {
    min-height: 300px;
    height: 62vw;
    width: 55%;
    max-width: 280px;
}
.point_txt_box:nth-child(n+2) {
    margin-top: 20px;
}
.flex_box {
    margin: 20px auto 0;
}
.img_item {
    margin: 20px auto 0;
}
.sp_lht0 {
    line-height: 0;
}
.point_lead_flex {
    margin: 0.5em auto;
}
.section_ttl_ja .kome.point02_04 {
    bottom: -0.5em;
}



.voice_item {
    width: 100%;
    padding: 20px;
}
.voice_item:nth-child(n+2) {
    margin-top: 20px;
}

#koujo {
    margin-top: -100px;
    padding-top: 100px;
}
.bg_pink02 {
    padding: 20px;
}
.bg_pink02_img {
    width: 100%;
    max-width: 320px;
}
.koujo_img_box {
    width: 100%;
    max-width: 500px;
}
.wd650_cap {
    max-width: 650px;
    margin: 30px auto 0;
}




.madori_flex {
    margin-bottom: 40px;
}
.btype_madori_ttl {
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%;
}
.madori_item.madori {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.madori_item.txt {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
}
.hanrei {
    max-width: 450px;
}


.roomplan_item{
    padding-bottom: 20px;
}
.bg_yellow {
    padding-top: 20px;
}
.loan_btn_box{
    margin: 20px auto 0;
}
}