@charset "utf-8";

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

	model css

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

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

.sub section#subContainer div.main_box h4 {
	padding: 0 0%!important;
}

.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: 100%;
	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 .singlestyle .flex_top > div:first-child{
	width: 100%!important;
} */
section.model_house .flex_top .spImage {
	display: none;
}
section.model_house .flex_top .text{
	/* width:49.9%; */
	width: 100%;
	padding:50px 5%;
	box-sizing:border-box;
}
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: 500% !important;
	letter-spacing: 0em;
	line-height:1em;
	margin:0 0 30px 0 !important;
	border-bottom:none !important;
	padding: 0%;
}
section.model_house .flex_top h4 span {
	display: block;
	font-size: 43%;
	letter-spacing:0.2em;
}

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;
	line-height: 2.6em;
}

/* -----concept----- */
section.model_house .concept{
	margin-bottom: 130px;
	padding: 0 10%;
}
/* ----------------囲い---------------- */
.main_box h3.concept {
  position: relative;
  padding: 2% 10%!important;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.main_box h3.concept:before, .main_box h3.concept:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.main_box h3.concept:before {
  left: 10px;
}
.main_box h3.concept:after {
  right: 10px;
}
/* ------------囲いここまで---------------*/

.concept_contents01 {
	margin-bottom: 20px;
}
.concept_contents02 {
	margin-bottom: 20px;
}
.concept_contents03 {
	margin-bottom: 20px;
}
.concept_title01 h4{
	position: relative;
  padding: 0.25em 0;
	font-size: 400%!important;
	font-family: 'Century';
	font-weight: 500;
}
.concept_title01 h4:after {
  content: "";
  display: block;
  height: 4px;
	background: linear-gradient(to right, rgb(140 2 2), #f5e0e0);
}
.concept_title02 h4{
	position: relative;
  padding: 0.25em 0;
	font-size: 400%!important;
	font-family: 'Century';
	font-weight: 500;
}
.concept_title02 h4:after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, rgb(140 2 2), #f5e0e0);
}
.concept_title03 h4{
	position: relative;
  padding: 0.25em 0;
	font-size: 400%!important;
	font-family: 'Century';
	font-weight: 500;
}
.concept_title03 h4:after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, rgb(140 2 2), #f5e0e0);
}



section.model_house .concept ul{
	width: 80%!important;
	padding: 1% 10%;
}
section.model_house .concept ul li.img {
	width: 100%!important;
	padding: 1% 0%;
}
section.model_house .concept ul li.text{
	width: 100%!important;
}
.main_box h4{
	font-size: 180% !important;
	border-bottom: unset !important;
	text-align: left !important;
	margin: 0 auto 0.5em !important;
	padding: 0 10% !important;
}


/*---.flex_bottom---*/

/* --------------体感モール囲い------------ */
.flex_bottom_title h3 {
  position: relative;
  padding: 1% 2%!important;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.flex_bottom_title h3:before, .flex_bottom_title h3:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.flex_bottom_title h3:before {
  left: 10px;
}
.flex_bottom_title h3:after {
  right: 10px;
}
/* --------------体感モール囲いここまで------------ */


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 50px 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:350% !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: #eeeeee;
	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;
}
.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;
}
