@charset "utf-8";

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

	model css

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

/*--------------------------------------------
モデルハウス共通設定
--------------------------------------------*/
.wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;		
}
.sub section#subContainer div.main_box h4 {
}

.sub section#subContainer div.main_box time{
	color:#fff;
	font-size:340%;
	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;
}

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


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

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

/*---.model_house---*/
	
section.model_house {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
	margin-top: 100px;
}
section.model_house > div{
	margin-bottom:50px;
}
section.model_house .flex_top {
	display: flex;
	justify-content:space-between;
	margin-bottom:7px;
}
section.model_house .flex_top .spImage {
	display: none;
}
section.model_house .flex_top .text{
	width:49.9%;
	padding:50px;
	box-sizing:border-box;
}
section.model_house .flex_top > div:last-child {
}

/*-- renew --*/
section.model_house .flex_top .renew{
	padding:1em 3em;
	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{
    font-size: 16px !important;
	font-weight: bold;
}
section.model_house .flex_top h4{
	font-weight: normal !important;
	text-align: left;
	color: #000000;
	font-family: 'Jost', sans-serif;
	font-size: 3.5rem !important;
	letter-spacing: 0em;
	line-height:1em;
	margin:0 0 30px 0 !important;
	border-bottom:none !important;
}
section.model_house .flex_top h4 span {
	display: block;
	font-size: 20px;
	letter-spacing:0.3em;
}


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

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.8%;
	box-sizing: border-box;
	margin-bottom:70px;
}
section.model_house .flex_bottom ul dl:last-child{
	margin-bottom: unset;
}

section.model_house .flex_bottom ul dl dt{
	width: 100%;
}
section.model_house .flex_bottom ul dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.model_house .flex_bottom ul dl dd{
	margin: auto;
	padding:50px 20px 0;
}
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 70px 70px 0;
	box-sizing:border-box;
	margin:0 0 150px 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% - 50px);
}
section#contents h3 span{
	display: block;
	line-height:1em !important;
	font-size: 20px;
}

section#contents > ul {
	width:80%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-left:20%;
}
section#contents > ul li{
		width:45%;
}
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: 100%;
	margin: 0 auto;
	line-height: 2.2em;
	padding: 30px;
	margin-bottom: 100px;
	border:1px solid #000;
	box-sizing:border-box;
}


/* point */
.flex_point ul {
	box-sizing: border-box;
    margin: auto;
}
.flex_point ul li{
	display:flex;
	justify-content:space-between;
	margin:0 0 20px;
}
.flex_point dd{
	width:50%;
}
.flex_point ul li dd h5{
	width: 90%;
	font-weight: normal;
	background-size: contain;
	text-align: left;
	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{
}
.flex_point ul li dd h5 span{
	font-weight: bold;
	display: block;
	font-size: 150% !important;
}
.flex_point dt{
	width:47%;
	overflow:hidden;
}
.flex_point dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



@media screen and (max-width: 1200px) {
	.main_image_block + h4 + p {
		width: 96%;
		margin: 0 auto;
	}
	section.model_house .flex_top .text{
	}
	section.model_house .flex_top h4{
		font-size: 400% !important;
	}
	section.model_house .flex_bottom {
		margin:auto;
	}
}


/* アクセス・フォーム */
.sub section#subContainer .main_box .sub_access_block.form_box {
	display:flex;
	margin-bottom:0px;
	justify-content: space-between;
	background: none;
}
.sub section#subContainer .main_box .sub_access_block.form_box li {
	list-style:none;
	position: relative;
	padding: 6% 3% 0;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) {
	width:50%;
}
.sub section#subContainer .main_box .sub_access_block.form_box > li:nth-of-type(1)::after{
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	height: 100%;
	background: #F5F5f5;
	left: -100%;
	top: 0;
	z-index: 0;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(2) {
	width:50%;
}
.sub section#subContainer .main_box .sub_access_block.form_box > li:nth-of-type(2)::after{
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	height: 100%;
	background: #f9f9f9;
	right: -100%;
	top: 0;
	z-index: 0;
}
.sub section#subContainer .main_box .sub_access_block.form_box li iframe {
	float:none;
	width:100%;
	height:400px;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}
.sub section#subContainer .main_box .sub_access_block.form_box li h5 {
	font-size: 20px;
    font-weight: bold;
    margin: 0 0 30px;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(2) h5 {
	text-align:center;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl {
	margin: 0;
	position: relative;
	z-index: 1;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt {
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	display:block;
	border-bottom: none;
	font-weight: normal;
}
.sub section#subContainer .main_box .sub_access_block.form_box 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:10px;
	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;
	justify-content:space-between;
}
.sub section#subContainer .main_box .sub_access_block.form_box li:nth-of-type(1) dl dt .bus_plat ul li{
	width:48%;
	background:none;
	padding:0;
	font-size:85%;
	margin-bottom:15px;
}

/*フォームなし */
.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;
}


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

/* -------- 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;
}


/*--------------------------------------------
other_stores
--------------------------------------------*/
section#other_stores {
	width: 90%;
	margin: 80px auto;
}
section#other_stores h3 {
	font-size: 20px !important;
	line-height: 1em !important;
	text-align: left !important;
	margin: 0 0 1em!important;
}
section#other_stores h4 {
	font-weight: normal !important;
	padding: 0 0 0.5em 0 !important;
	text-align: left;
	font-size: 16px !important;
	letter-spacing: 0em;
	line-height:1em;
	margin: 0 0 0.5em 0 !important;
}
section#other_stores ol {
	margin-bottom: 30px;
}
section#other_stores ol:last-child {
	margin-bottom: 0px;
}
section#other_stores ol ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
section#other_stores ol ul li {
	width: 33%;
	padding: 2px 0;
	transition: 0.3s;
}
section#other_stores ol ul li:hover{
	opacity:0.5;
}
section#other_stores ol ul li i {
    padding-right: 5px;
}