@charset "utf-8";

/* =======================================

	model css

======================================= */

/*--------------------------------------------
モデルハウス共通設定
--------------------------------------------*/

.sub section#subContainer div.main_box time{
	color:#fff;
	font-size:300%;
	font-family: 'Jost', sans-serif;
	text-align:center;
	display:block;
	line-height:1em;
	padding:5px 10px;
	margin:0 0 20px 0;
	background:#f12c97;
	border-radius:5px;
}
.sub section#subContainer div.main_box time span{
	font-size:70%;
	margin:0 0 0 0.1em;
	line-height:1em;
}
.sub section#subContainer div.main_box time em{
	font-size:100%;
	margin:0 0 0 0.3em;
	line-height:1em;
}

.wrap{
	width: 100%;
	margin: 0 auto;
	position: relative;		
}

.sub section#subContainer div.main_box h4 {
}

/*共通*/

.sub section#subContainer div.main_box section#concept h3 {
	border-left: 1px solid #000;
}


/*メインビジュアル*/

/*ep*/
section#ep{
	background:#f9f9f9;
	padding:100px 0;
}
section#ep ol{
	max-width:800px;
	margin:0 auto;
	box-sizing:border-box;
}
section#ep ol dl{
	margin-bottom:80px;
	display:flex;
	flex-direction: row-reverse;
}
section#ep ol dl dt {
	width:50%;
	margin:auto;
}
section#ep ol dl dt img{
	width:100%;
	max-height:300px;
}
section#ep ol dl dd{
	width:50%;
	margin:auto;
}
section#ep ol dl dd h5{
	font-size:250%;
	display:block;
	margin:0 auto;
	padding:20px;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
section#ep ol dl dd h5 span{
	font-size:110%;
}
section#ep ol p{
	width:90%;
	margin:auto;
}


/*---#all_perth---*/
section#all_perth{
}



/*---.model_house---*/
	
section.model_house {
	width: 96%;
	margin: 0 auto;
}

section.model_house > div{
	margin-bottom:70px;
}
section.model_house .flex_top {
	display: flex;
	margin-bottom:7px;
	justify-content:space-between;
}
section.model_house .flex_top .spImage {
	display: none;
}

section.model_house .flex_top .text{
	width:48%;
	padding:0 20px 20px;
	box-sizing:border-box;
}
section.model_house .flex_top > div:first-child {
	width:50%;
}
section.model_house   .flex_top > div:last-child {
	margin-left: 0;
	margin-right: 3%;
}
/*-- renew --*/
section.model_house .flex_top .renew{
	padding:1em 2em;
	margin-bottom:30px;
	position: relative;
	 display: inline-block;
}
section.model_house .flex_top .renew p{
	font-size:95%;
	line-height:1.8em;
	margin-bottom:0 !important;
	color:#b02d1b;
}
section.model_house .flex_top .renew:before,
section.model_house .flex_top .renew:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 15px;
  height: 100%;
  display: inline-block;
}
section.model_house .flex_top .renew:before {
  border-left: solid 1px #b02d1b;
  border-top: solid 1px #b02d1b;
  border-bottom: solid 1px #b02d1b;
  left: 0;
}
section.model_house .flex_top .renew:after {
  content: '';
  border-top: solid 1px #b02d1b;
  border-right: solid 1px #b02d1b;
  border-bottom: solid 1px #b02d1b;
  right: 0;
}
section.model_house .flex_top h3{
	text-align:left !important;
	font-size: 20px !important;
	margin:unset !important;
	font-weight: 700;
}
section.model_house .flex_top h3 span{
	display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
	font-weight: bold;
}
section.model_house .flex_top h3 span::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 40px;
	height: 1px;
	background-color: #000;
}
section.model_house .flex_top h4{
	font-weight: normal !important;
	text-align: left;
	color: #000000;
	font-family: 'Jost', sans-serif;
	font-size: 400% !important;
	letter-spacing: 0em;
	line-height:1em;
	margin-bottom:30px!important;
}
section.model_house .flex_top h4 span {
	display: block;
	font-size: 20px;
}

section.model_house .singlestyle .flex_top > div:first-child {
	overflow:hidden;
}

.no-webp section.model_house .singlestyle .flex_top > div:first-child {

}

section.model_house .singlestyle .flex_top > div:first-child img{
	object-fit:cover;
	width:100%;
	height:100%;
}


section.model_house .flex_top > div:last-child p {
	margin-bottom: 20px;
}


/*---.flex_bottom---*/
section.model_house .flex_bottom ul{
    margin: 0 auto;
    box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
section.model_house .flex_bottom ul dl{
	width:49.7%;
	box-sizing: border-box;
	margin:0 0 40px 0;
}
section.model_house .flex_bottom ul dl:last-child{
	margin-bottom: unset;
}
section.model_house .flex_bottom ul dl:nth-child(2),
section.model_house .flex_bottom ul dl:nth-child(4){
	flex-direction: row-reverse;
}
section.model_house .flex_bottom ul dl dt{
	width: 100%;
	margin:0 0 10px 0;
}
section.model_house .flex_bottom ul dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.model_house .flex_bottom ul dl dd{
	width: 100%;
	padding:20px 0px 0;
	margin: auto;
	box-sizing:border-box;
}
section.model_house .flex_bottom ul dl dd h4{
	font-size: 120% !important;
	border-bottom: unset !important;
	text-align: left !important;
	margin: 0 auto 0.5em !important;
	padding: unset !important;
}


/*---.contents---*/
section#contents {
	width: 100%;
	position:relative;
	background:#f5f5f5;
	padding:70px 2% 70px 0;
	box-sizing:border-box;
	margin:0 0 100px 0;
}

section#contents h3{
	height:100%;
	font-family: 'Jost', sans-serif !important;
	font-size:200% !important;
	font-weight:normal !important;
	line-height:1em !important;
	text-align:left !important;
	margin:0 !important;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position:absolute  !important;
	top:70px;
	left:calc(10% - 7%);
}
section#contents h3 span{
	display:block;
	line-height:1em !important;
}

section#contents > ul {
	width:85%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-left:15%;
}
section#contents > ul li{
		width:48%;
}
section#contents > ul li:nth-child(1),
section#contents > ul li:nth-child(2){
	margin-bottom:70px;
}
section#contents > ul li picture{
}
section#contents > ul li picture img{
	width:100%;
	margin-bottom:20px;
}
section#contents > ul li p {
}
section#contents > ul li > ul {
	margin-top:20px;
}
section#contents > ul li > ul li.btn{
	width:90%;
	text-align:center;
	margin:0 auto 20px auto;
}
section#contents > ul li > ul li.btn a{
	font-weight:bold;
    padding:10px;
}

.info {
	max-width: 96%;
	margin: 0 auto;
	line-height: 2.2em;
	padding: 30px;
	margin-bottom: 100px;
	border:1px solid #000;
	box-sizing:border-box;
}

/* pont */
.flex_point ul {
    width: 96%;
	box-sizing: border-box;
    margin: auto;
	overflow: hidden;
	position: relative;
	padding: 5px;
	border: solid 1px #000;
}

.flex_point ul li{
	display: flex;
	justify-content: space-between;
	margin: 100px auto;
    width: 96%;
}
.flex_point dd{
	width: 50%;
	margin-bottom: 20px;
}
.flex_point ul li dd h5{
	width: 90%;
	font-weight: normal;
    background-size: contain;
    text-align: left;
	font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.num{
	position: relative;
}

.flex_point ul li dd h5::before{
	content: attr(data-number);
	display: block;
	color: #dde3e59e;
	font-size: 100px;
	font-family: 'Jost', sans-serif;
}
.flex_point ul li dd h5 span{
	font-weight: bold;
	display: block;
	font-size: 180% !important;
	letter-spacing:0.3em;
}
.flex_point dt{
    width: 40%;
    height: 300px;
}
.flex_point dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul li:nth-child(2){
	flex-flow: row-reverse;
}



@media screen and (max-width: 959px) {
.sub #subContainer .subTitleBox .homeHead h2 {
	font-size: 25px;
	}
.main_box .sub_image_block_info20200408{
    width:96%;
    max-width:1200px;
    font-size:95%;
    line-height:2em;
    border:1px solid #ccc;
    padding:10px;
    margin:50px auto;
    box-sizing:border-box;
   }
}

@media screen and (max-width:768px) {
	section#ep ol dl{
		display:unset;
		flex-direction:unset;
	}
	section#ep ol dl dt {
		width:100%;
		margin:auto;
	}
	section#ep ol dl dt img{
		width:100%;
		max-width:300px;
		display:block;
	}
	section#ep ol dl dd h5{
		width:8em;
		font-size:250%;
		display:block;
		margin:20px auto;
		padding:unset;
	}
	section.model_house .flex_top {
		display: unset;
		margin-bottom:0px;
	}
	section.model_house  .paushouse .flex_top h4{
		text-align:unset;
	}
	section.model_house .flex_top .text{
		width:100%;
		box-sizing:border-box;
	}
	section.model_house .flex_top .text p{
        width:100%;
        margin:auto;		
	}
	section.model_house .flex_top > div:first-child {
		width:100%;
		height:500px;
		margin-left: 0;
		margin-bottom:20px;
	}
	section.model_house  .paushouse .flex_top > div:first-child {
		margin-left: 0;
		margin-right:0;
	}
	section.model_house .flex_top h4{
		font-weight: normal !important;
		text-align: left;
		color: #000000;
		font-family: 'Jost', sans-serif;
		font-size: 600% !important;
		letter-spacing: 0em;
		line-height:1em;
		margin:0 0 0.5em 0!important;
	}
	section.model_house .flex_bottom {
		margin:auto;
	}
	section#contents {
		width: 96%;
		position:relative;
		background:#f9f9f9;
		padding:40px 2%;;
		box-sizing:border-box;
		margin:0 auto 50px;
	}
	section#contents > ul {
		width:100%;
		display: flex;
		flex-wrap:wrap;
		margin-left:auto !important;
		margin-right:auto !important;
	}
	section#contents h3{
		height:unset;
		font-family: 'Jost', sans-serif !important;
		font-size:300% !important;
		font-weight:normal !important;
		line-height:1em !important;
		text-align:left !important;
		margin:0 0 1em 0!important;
		-ms-writing-mode:unset ;
		writing-mode:unset ;
		position:unset !important;
		top:unset ;
		left:unset;
	}
	.flex_point ul {
		width: 96%;
	}
	.flex_point ul li{
		display: block;
		width: 96%;
	}
	.flex_point dd{
		width: 100%;
	}
	.flex_point ul li dd h5{
		width: 90%;
		font-size: 18px;
	}
	.flex_point ul li dd h5 span{
		font-size: 145% !important;
	}
	.flex_point dt{
		width: 100%;
	}
	.flex_point ul li:first-child{
		margin-top: 10%;
	}
	.flex_point ul li:last-child{
		margin-bottom: 3%;
	}
}

@media screen and (max-width:599px) {
	section#main_v {
	    min-height:370px;
    }
    section#ep ol dl dt {
		width:100%;
		margin:auto;
	}
	section#ep ol dl dt img{
		width:40%;
		display:block;
	}
	section.model_house .flex_top > div:last-child {
		width:100%;
	}
	section.model_house .flex_bottom ul dl{
		display: block;
		justify-content: unset;
		align-items: unset;
	}
	section.model_house .flex_bottom ul dl:nth-child(2),
	section.model_house .flex_bottom ul dl:nth-child(4){
		flex-direction: row-reverse;
	}
	section.model_house .flex_bottom ul dl dt{
		width: unset;
		height: 300px;
		margin-bottom: 0.5em;
	}
	section.model_house .flex_bottom ul dl dd{
		width: unset;
	}
	section.model_house .flex_top h4{
		font-size: 13vw !important;
	}
	section#contents > ul {
		width:100%;
		display: unset;
		flex-wrap:unset;
		margin-left:auto !important;
		margin-right:auto !important;
	}
	section#contents > ul li{
		width:100%;
		margin-bottom:70px;
	}
	section#contents > ul li:last-child{
		margin-bottom:0px;
	}
}

@media screen and (max-width:520px) {
	section#ep ol dl dd{
		width:100%;
		margin:auto;
	}
	section.model_house .flex_bottom ul{
	    margin: 0 auto;
		display: block;
		justify-content:unset;
		flex-wrap:unset;
	}
	section.model_house .flex_bottom ul dl{
		width:100%;
		box-sizing: border-box;
		margin:0 0 50px 0;
	}
	section.model_house .flex_bottom ul dl dd{
		width: unset;
	}
	.sub #subContainer .subTitleBox .homeHead h2 {
		font-size: 130%;
	}
	.sub #subContainer .subTitleBox .homeHead h3 {
		font-size: 90%;
	}
}


/* アクセス・フォーム */
.sub section#subContainer .main_box .sub_access_block {
	display:block;
	margin-bottom:50px;
}
.sub section#subContainer .main_box .sub_access_block li {
	list-style:none;
}
.sub section#subContainer .main_box .sub_access_block li:nth-of-type(1) {
	background:#f5f5f5;
}
.sub section#subContainer .main_box .sub_access_block li:nth-of-type(2) {
	box-sizing: border-box;
	padding: 3% 2% 0;
}
.sub section#subContainer .main_box .sub_access_block li iframe {
	width: 100%;
	height:400px;
	margin-top: 0;
}
.sub section#subContainer .main_box .sub_access_block li h5 {
	font-weight:bold;
	margin:0 0 10px;
}
.sub section#subContainer .main_box .sub_access_block li dl h5,
.sub section#subContainer .main_box .sub_access_block li .formTitle h5{
	font-size:18px;
	margin:1.5em 0;
	padding:0 0 1em 0;
	border-bottom:1px solid #999;
	text-align:
	center;
}
.sub section#subContainer .main_box .sub_access_block li:nth-of-type(2) h5 {
	text-align:center;
}
.sub section#subContainer .main_box .sub_access_block li:nth-of-type(1) dl {
	box-sizing: border-box;
	padding: 3%;
	margin: 0;
}
.sub section#subContainer .main_box .sub_access_block li:nth-of-type(1) dl dt {
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0;
	display:block;
	border-bottom:1px dotted #000;
}
.sub section#subContainer .main_box .sub_access_block li:nth-of-type(1) dl dt span {
	color:#fff;
	width:45px;
	font-size:80%;
	text-align:center;
	padding:4px 15px;
	background:#000;
	margin-right:10px;
	display:inline-block;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt .bus_plat{
	padding:2%;
	margin:20px 0;
	border-radius:20px;
	background:#fff;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt .bus_plat h5{
	text-align:center;
	font-size:100%;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt .bus_plat ul{
	display:flex;
	flex-wrap:wrap;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt .bus_plat ul li{
	width:32%;
	background:none;
	padding:0;
	font-size:85%;
	margin-right: 2%;
	margin-bottom:15px;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt .bus_plat ul li:nth-child(3n) {
	margin-right: 0;
}

/*フォームなし */
.sub section#subContainer .main_box .sub_access_block.form_box.none_form li:nth-of-type(1) {
	width:100%;
	margin-bottom:150px;
}
.sub section#subContainer .main_box .sub_access_block.form_box.none_form {
	display:block;
	margin-bottom:0px;
	justify-content:unset;
}
.sub section#subContainer .main_box .sub_access_block.form_box.none_form li:nth-of-type(2) {
	display:none;
}
.sub section#subContainer .main_box .sub_access_block.form_box.none_form > li:nth-of-type(1)::after{
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	height: 100%;
	background: #F5F5f5;
	left: -100%;
	top: 0;
	z-index: 0;
	display:none;
}

@media screen and (max-width:768px) {
		/* アクセス・フォーム */
	.sub section#subContainer .main_box .sub_access_block li h5 {
		font-size:120%;
		font-weight:bold;
		margin:0 0 10px;
	}
	.sub section#subContainer .main_box .sub_access_block li:nth-of-type(1) dl dt {
		font-size:13px;
		font-weight:bold;
		margin:0 0 10px 0;
		display:block;
		border-bottom:1px dotted #000;
	}
	.sub section#subContainer .main_box .sub_access_block li:nth-of-type(1) dl dt span {
		color:#fff;
		width:45px;
		font-size:80%;
		text-align:center;
		padding:4px 15px;
		background:#000;
		margin-right:10px;
		display:inline-block;
	}
	.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt .bus_plat ul li{
		width:48.5%;
		margin-right: 0;
	}
	.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt .bus_plat ul li:nth-child(odd) {
		margin-right: 3%;
	}
}
@media screen and (max-width:500px) {
	.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt .bus_plat ul li{
		width:100%;
	}
	.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt .bus_plat ul li:nth-child(odd) {
		margin-right: 0;
	}
	/* -------- plaisir modelhouse ------- */
	section.model_house .flex_top .pcImage {
		display: none;
	}
	section.model_house .flex_top .spImage {
		display: block;
	}
}
/* -------- swiper ------- */
.main_box .swiper-slide, .swiper-slide img{
	width: auto;
	height: 300px!important;
}
.main_box .swiper-container {
	margin: 30px 0;
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
}
.main_box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: flex;
	align-items: center;
	width: auto;
}
.main_box .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom:0;
}

