@charset "utf-8";
.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;
}



.subhead{
    background: url(../img/plan/subhead.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.floorplan_box::after{
    content: "";
    width: 2px;
    height: 40px;
    border-left: dashed 1px #318cc9;
    display: block;
    margin: 0 auto;
}
.floorplan{
    max-width: 650px;
    margin: 0px auto 60px;
}
.bg_blue01{
    background: linear-gradient(90deg, #ebf5fa, #fff, #ebf5fa);
}
.bg_blue02{
    background: linear-gradient(90deg, #d7ecf5, #fff, #d7ecf5);
}
.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: 60px 0;
}
.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: 300px;
    margin: 40px auto 0;
}
.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: 50px;
}
.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{
    background: url(../img/plan/plan_b_bg.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;
}


@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;
}
}

@media(max-width: 850px){
.db850 {
    display: block;
}
.mt20 {
    margin-top: 0.5em;
    display: inline-block;
}
.section_lead.maxwd850_480 {
    max-width: 480px;
}
/* .merit_lead {
    max-width: 480px;
} */
}

@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%;
	}
}