@charset "UTF-8";

/* 
===== CONTENTS ===========================================

	1：main_img
    2：shop_info
    3：information
    4：selector
    5：parallax
    6：product_～noie
    7：staff
    8：annotation
    9：Construction_example
    10：Close_to_the_model_house
    11：multi
	12:air_graph
	
==========================================================
*/
.Construction_example ul.slick-box{	display: none;}
.bg_gray2 {
    display: block;
    width: 100%;
    background: #f7f7f7;
    margin-bottom: 40px;
}
/*
==================== 1：main_img ====================
*/
figure {
	/*position: relative;*/
}
#mainImg{
	overflow:hidden;
	position:relative;
}
#mainImg ul {
	margin:0;
	padding:0;
}
#mainImg li {
	position:absolute;
	margin:0;
	padding:0;
	background:#fff;
	list-style:none;
	width: 100%;
}
.main_img:after{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}
.main_img img{
	max-width: none !important;
	z-index: 0;
}
/**/
.main_pc{display: block;}
.main_tb{display: none;}
.main_sp{display: none;}
/*
===== response ======
*/
@media only screen and (max-width: 768px){
.main_pc{display: none;}
.main_tb{display: block; width: 100%;}
.main_sp{display: none;}
/**/
.main_img{
	z-index: 0;
	background-size: 100% auto;
	max-height: 600px;
}
}
@media only screen and (max-width: 480px){
.main_pc{display: none;}
.main_tb{display: none;}
.main_sp{display: block; width: 100%;}
/**/
.main_img{
	z-index: 0;
    background-size: 100% auto;
	max-height: 800px;
}
}

/*
==================== 2：shop_info ====================
*/
.shop_info{
	margin-bottom: 20px !important;
	background: #fff;
}
.shop_info span.relatedLink{
	margin:  0 5% 10px 0 !important;
}
/* 校正結果で左右入替 */
.shop_info .reverse_position-right {
	float: left !important;
	margin-bottom: 20px;
}
.shop_info .reverse_position-left {
	float: right !important;
}
/* 校正結果で左右入替 */

/**/
.google-maps {
	position: relative;
	padding-bottom: 23%;  /*縦横比 */
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*
===== response ======
*/
@media only screen and (max-width: 768px){
.google-maps {
	padding-bottom: 33%;  /*縦横比 */
}		
}
@media only screen and (max-width: 480px){
.google-maps {
	padding-bottom: 50%;  /*縦横比 */
}		
}

/*
==================== 3：information  ====================
*/
.infnews, .infevent{
	clear: both;
	margin: 20px 0;
}
.infnews h3, .infevent h3 {
	float: left;
	width: 15%;
    margin: 1em 0 0 0;
    font-size: 16px;
	line-height: 1.8;
}
.infnews ul, .infevent ul {
	float: right;
	width: 85%;
	margin-top: 1em;
}
.infevent ul {
	margin-bottom: 0;
}
.infnews li, .infevent li {
	line-height: 1.8 !important;
}
/*
===== response ======
*/
@media only screen and (max-width: 480px) {
.infnews h3, .infevent h3, .infhatsuie h3 {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
.infevent h3 {
	margin-top: 0;
}
.infnews ul, .infevent ul, .infhatsuie ul {
	float: none;
	width: 100%;
	margin-top: 0;
	padding-bottom: 1em;
}
}

/*
==================== 4：selector  ====================
*/
.selecter_wide{
	background: #fff;
	max-width: 700px;
}
.selector h4{
	text-align: center;
	margin: 30px 0;	
}
.selector img.product_photo{
	max-width: 300px;
	margin-bottom: 20px;
}
.selector div.col_selecter1{
	max-width: 300px;
}
.selector div.col_selecter2{
	max-width: 300px;
}
.selector div.col_selecter1{
	float: left;
}
.selector div.col_selecter2{
	float: right;
}
.selector div.col_selecter1 a{
	display: block;
	text-decoration: none !important;
}
.selector div.col_selecter2 a{
	display: block;
	text-decoration: none !important;	
}
.selecter:after{
	clear: both;
}
.selector div.col_selecter1{
    display: block;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.selector div.col_selecter1 span {
	color: #ccc;
	-webkit-text-stroke: 2px white;
}
.selector div.col_selecter1 span:before {
    font-family: 'iconfont';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal !important;
    content: '';
}
.selector div.col_selecter2{
    display: block;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.selector div.col_selecter2 span {
	color: #ccc;
-webkit-text-stroke: 2px white;
}
.selector div.col_selecter2 span:before {
    font-family: 'iconfont';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal !important;
    content: '';
}
/*
===== response ======
*/
@media only screen and (max-width: 700px){
.selector h4{
	margin: 10px 0;	
}
.selector div.col_selecter1{
	float: none;
	margin: 0 auto;
}
.selector div.col_selecter2{
	float: none;
	margin: 50px auto 0 auto;
}
}

/*
==================== 5：parallax  ====================
*/
.parallax_sec {
   height: 100vh;
   padding: 10% 0 0 0;
   text-align: center;
  }
/*
===== response ======
*/
/*店舗毎背景は各個店bg.cssに記述*/
@media screen and (max-width: 768px) {
.parallax_sec {
   height: auto;
   padding: 10% 0 0 0;
   text-align: center;
  }

}
/*
==================== 6：product_～noie  ====================
*/
#plan{
	padding-top: 40px;
}

#plan h4 span.floorarea{
    font-weight: normal;
    font-size: 12px;
    padding-left: 20px;
}
.bg_gray_madori {
    display: block;
    width: 100%;
    background: #f7f7f7;
    margin-bottom: 40px;
}
/**/
.product_logo{
	width: 10%;
	margin: 0 auto;
}
.product_logo img{
    padding-top: 100%;
}
.price_tag{
	width: 270px;
	margin: 0 auto;
}
.price_tag img{
    padding-top: 25%;
	/*opacity: .85;*/
}
/*
===== response ======
*/
@media screen and (max-width: 768px) {
.bg_gray_madori{
	margin-bottom: 0 !important;
}
.price_tag img{
    padding-bottom: 40%;
}
}
@media screen and (max-width: 480px) {
.product_logo{
	width: 18%;
	margin: 0 auto;
}
}
/*
==================== 7：staff  ====================
*/
.staff{
	padding: 40px 0 0 0;
}
.staff .staff_photo{
	max-width: 320px;
	margin: 0 auto;
}
.staff h4.midashi_tx{
	text-align: center;
	font-size: 22px;
	margin: 30px auto 15px auto !important;
	font-weight: bold;
}
/**/
.SNS_wrap{
	width: 90px;
	margin: 40px auto 0 auto;
}
.SNS_wrap img{
	max-width: 39px;
}
.SNS_wrap .col-2 {
    width: 48%!important;
    margin: 0!important;
}
.SNS_wrap .col-2:nth-child(2n) {
    width: 48%!important;
    margin: 0 0 0 4% !important;
}
/*
===== response ======
*/
@media screen and (max-width: 750px) {
.SNS_wrap .col-2 {
    width: 48%!important;
    margin: 0!important;
}
.SNS_wrap .col-2:nth-child(2n) {
    width: 48%!important;
    margin: 0 0 0 4% !important;
}
}
@media screen and (max-width: 768px) {
.staff h4.midashi_tx{
	text-align: center !important;
	font-size: 20px !important;
    margin: 20px auto 10px auto !important;
	font-weight: bold !important;
}
}
@media screen and (max-width: 480px) {
.staff h4.midashi_tx{
	text-align: center !important;
	font-size: 18px !important;
	margin: 20px auto 10px auto !important;
	font-weight: bold !important;
}
}

/*
==================== 8：annotation  ====================
*/
.annotation{
	margin-top: 0 !important;
}
.annotation li{
	font-size: 11px;
	color: #999999;
	line-height: 1;
}
/*
===== response ======
*/
@media screen and (max-width: 768px) {
.annotation li{
	font-size: 11px !important;
	color: #999999;
	line-height: 1;
}
}
/*
==================== 9：Construction_example  ====================
*/
.Construction_example{
	padding: 40px 0 0 0;
}
.Construction_example a{
	text-decoration: none !important;
}
.Construction_example h4.midashi_tx{
	font-size: 22px;
	text-align: center;
	margin: 30px 0;
	font-weight: bold;
}
.Construction_example span.product_name{
	font-size: 11px !important;
	color: #999 !important;
}
.Construction_example p.thum_tx{
	font-size: 12px !important;
	line-height: 1.5 !important;
}
.Construction_example img{
	margin-bottom: 5px;
}
/**/
.Construction_example .slick-slide img{
    display: block;
	width: 100%;
    -webkit-filter: brightness(0.85);
    filter: brightness(0.85);
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}
.Construction_example .slick-slide a:hover img{
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.Construction_example .slick-box li{
	position: inherit;
}
.Construction_example .slick-dots li{
	position: relative;
}
.Construction_example .slick-dots li a img{
    width: 100%;
    -webkit-filter: brightness(0.85);
    filter: brightness(0.85);
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}
.Construction_example .slick-box li span.img_title{
	/*margin: 0 5px;*/
	font-weight: normal !important;
	font-size: 12px !important;
    line-height: 1.5 !important;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important;*/
	left: 10px !important;
}
/**/
ul.slick-box .slick-prev
{
	left: 0 !important;
	z-index: 3 !important;
}
ul.slick-box .slick-next
{
	right: 0 !important;
	z-index: 3 !important;
}
ul.slick-box .slick-prev,
ul.slick-box .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 20%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;	
	
}
ul.slick-box .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px !important;
    line-height: 1 !important;
    opacity: .7 !important;
    color: white !important;
}
button.slick-disabled{
	display : none !important;
}
/*
===== response ======
*/
@media screen and (max-width: 768px) {
.Construction_example h4.midashi_tx{
	font-size: 20px !important;
	text-align: center !important;
	margin: 30px 0 !important;
	font-weight: bold !important;	
}
.Construction_example span.product_name{
	font-size: 11px !important;
	color: #999 !important;
}
.Construction_example p.thum_tx{
	font-size: 12px !important;
	line-height: 1.5 !important;
}
.slick-initialized .slick-slide
{
    display: block;
	padding: 0 5px !important;
}
}
@media screen and (max-width: 480px) {
.Construction_example h4.midashi_tx{
	font-size: 18px !important;
	text-align: center !important;
	margin: 30px 0 !important;
	font-weight: bold !important;	
}
.Construction_example span.product_name{
	font-size: 11px !important;
	color: #999 !important;
}
.Construction_example p.thum_tx{
	font-size: 11px !important;
	line-height: 1.5 !important;
}
.Construction_example .slick-box li span.img_title{
    line-height: 1.3 !important;
}
/**/
.Construction_example .slick-dots {
    text-align: left;
	position: static;
	line-height: 1;
}
ul.slick-box .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px !important;
    line-height: 1 !important;
    opacity: .7 !important;
    color: white !important;
}
ul.slick-box .slick-prev,
ul.slick-box .slick-next{
    top: 10%;
	width: 35px;
    height: 35px;
}
}

/*
==================== 10：Close_to_the_model_house  ====================
*/
.Close_to_the_model_house h4.midashi_tx{
	font-size: 22px;
	margin: 70px 0 10px 0;
	font-weight: bold;
}
/**/
.Close_to_the_model_house ul.other_link__list{
	margin-top: 0;
}
.Close_to_the_model_house li.other_link__item {
	border-bottom: 1px solid #d6d6d6;
    font-weight: bold;
}
.Close_to_the_model_house li.other_link__item a {
    display: block;
    position: relative;
    padding: 20px 40px 20px 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.Close_to_the_model_house li.other_link__item a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(51, 51, 51, 0.6);
    content: '＞';
}
/*
===== response ======
*/
@media screen and (max-width: 768px) {
.Close_to_the_model_house li.other_link__item  a{
	text-decoration: none !important;
}
.Close_to_the_model_house  h4.midashi_tx{
	font-size: 20px !important;
	margin: 60px 0 10px 0 !important;
	font-weight: bold !important;	
}
}
@media screen and (max-width: 480px) {
.Close_to_the_model_house li.other_link__item  a{
	text-decoration: none !important;
}
.Close_to_the_model_house  h4.midashi_tx{
	font-size: 18px !important;
	margin: 50px 0 10px 0 !important;
	font-weight: bold !important;	
}
}

/*
==================== 11：multi  ====================
*/
.multi_column {
    width: 46%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 1%;
}
/**/
.multi_column ul{
    width: 100%;
}

/**/
.multi_column li{
    padding: 8px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 12px !important;
}
.multi_column li.multi_title{
    font-weight: bold;
    text-align: center;
    font-size: 14px !important;
}
.multi_column li.multi_title2{
    font-weight: bold;
    text-align: center;
    font-size: 14px !important;
    margin-top: 40px;
}
.multi_column li.multi_title3{
    font-weight: bold;
    text-align: center;
    font-size: 14px !important;
    margin-top: 0;
}
.multi_column li span.multi_columnL{
    display: inline-block;
	width: 30%;
	vertical-align: middle;    
    border-right: 1px solid #d8d8d8;
    margin-right: 5%;
    padding-right: 5%;
    text-align: right;
}
.multi_column li span.multi_columnR{
    display: inline-block;
	width: 64%;
	vertical-align: middle;    
}
/**/
ul.other_link__list_seinou{
	margin: 0;
}
li.other_link__item_seinou {
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    display: block;
    position: relative;
    padding: 15px 0;
	text-decoration: none;
	font-size: 14px;
    background: #efefef;
    cursor : pointer;
}
li.other_link__item_seinou:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(51, 51, 51, 0.6);
    content: '＋';
    font-weight: bold;
    font-size: 120%;
}
li.active:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(51, 51, 51, 0.6);
    content: '－';
    font-weight: bold;
    font-size: 120%;
}
li.active2:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(51, 51, 51, 0.6);
    content: '－';
}
/**/
.multi_column li.relatedLink{
    border-bottom: none !important;
    margin: 40px 0 40px 0 !important;
}
.multi_column li.relatedLink a{
    font-size: 12px !important;
}
/*
===== response ======
*/
@media screen and (max-width: 767px) {
.multi_column {
    width: 100%;
    display: block;
}
.multi_column ul.left-wide{
    width: 100%;
}
.multi_column li.multi_title3{
    margin-top: 20px;
}
}

/*
==================== 12:air_graph ====================
*/
    .spread_wrapper {
    max-width: 500px;/*640px;*/
	min-width: 280px;
	margin: 20px auto;
	padding: 10px;/*4px;*/
	border: 1px solid #CCC;  
    }
     
    .google_spread {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .google_spread iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    
    .google_spread iframe .legend ｛font-size: 12px;｝

/* --------------------------------
.air、.graph
-------------------------------- */+

.air {
	margin-top: 0 !important;
}

.air span.relatedLink {
    margin: 5px 5% 40px 0;
}

.graph {
    padding: 40px 0 0 0;
}

.graph h4.midashi_tx {
    font-size: 22px;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
}

section#air_graph {
	margin: 0 auto 0px auto !important;
}


/* --------------------------------
.int、.img
-------------------------------- */

.int {display: block;}
.img {display: none;}

/*
===== response ======
*/
@media only screen and (max-width : 768px){
.int {display: none;}
.img {display: block;}
}
