@charset "UTF-8";
.sp_view{
	display: none;
}
.u-mt70{
	margin-top: 70px!important;
}
.co-pre{
	position: relative;
}
.co-elli1{
	display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 2!important;
}
.co-fwn{
	font-weight: normal;
}
.lh-1{
	line-height: 1;
}
/*------
contents（共通）
-------*/
a:hover{
	cursor: pointer;
}
.bgc_g{
	background-color: #191919;
}
.section_wrap .sec_conts{
	margin: 0 auto;
	padding: 50px 0;
	width: 1041px;
}
.sec_conts h2{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
}
.flex_wrap{
	align-items: stretch;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.footer_wrap{
	color: #FFF;
	background-color: #333;
	box-sizing: border-box;
	text-align: center;
	padding: 15px 0;
	width: 100%;
}
.footerMenu{
	text-align: center;
	padding: 0 0 8px;
}
.footerMenu a{
	color: #FFF;
}
/*------
contents（section1）
-------*/
.m_header img{
	vertical-align: bottom;
}
.conts_tit01{
	background-image: url(../img/tit01.gif);
	padding: 4% 0 0;
	width: 61.576%;
}
.list_img_wrap{
	margin: 3% 0 0;
}
/*------
contents（section2）
-------*/
.bgi_cr{
	background-image: url(../img/cream.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.conts_tit02{
	background-image: url(../img/tit02.png);
	padding: 9.318% 0 0;
	width: 65.323%;
}
.waki_reason{
	display: block;
	max-width: 1150px;
	margin: 0 auto;
}
/*------
contents（section3）
-------*/
.conts_tit03{
	background-image: url(../img/tit03.gif);
	margin: 70px auto 0!important;
	padding: 3% 0 0;
	width: 50.337%;
}
.commnet_wrap{
	margin: 40px auto 0;
	width: 86%;
}
.commnet_wrap li{
	align-items: stretch;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 0 0;
	width: 100%;
}
.commnet_wrap li:first-child{
	margin: 0;
}
.commnet_wrap .list_commentImg{
	width: 170px;
}
.commnet_wrap dl{
	margin: 10px 0 0;
	width: 690px;
}
.commnet_wrap dt{
	font-size: 16px;
	font-weight: bold;
}
.commnet_wrap dd{
	font-size: 14px;
	line-height: 1.8;
	margin: 14px 0 0;
}
/*------
contents（section4）
-------*/
.conts_tit04{
	background-image: url(../img/tit04.gif);
	margin: 70px auto 0!important;
	padding: 10% 0 0;
	width: 64.938%;
}
.house_wrap{
	margin: 0 auto 200px;
	width: 86%;
}
.house_wrap li{
	align-items: stretch;
	background-color: #f5f5f5;
	border-radius: 6px;
	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 0 0;
	padding: 45px;
	width: 100%;
}
.house_wrap dl{
	margin: 5px 0 0;
	width: 545px;
}
.house_wrap dt{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
.house_wrap dd{
	font-size: 14px;
	line-height: 1.8;
	margin: 5px 0 0;
}
dd.house_cost{
	color: #ff4848;
	font-size: 30px;
	font-weight: bold;
}
span.cost_n{
	color: #000000;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	padding: 0 6px 0 0;
}
span.cost_n_l{
	color: #000000;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	padding: 0 6px 0 12px;
}
span.cont_yen{
	font-size: 20px;
}
.house_btn{
	height: 68px;
	position: relative;
}
.house_btn_inner{
	background: -moz-linear-gradient(left, #3ba8ff, #09d9fd);
	background: -webkit-linear-gradient(left, #3ba8ff, #09d9fd);
	background: linear-gradient(to right, #3ba8ff, #09d9fd);
	border-radius: 6px;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	margin: 22px auto 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 275px;
}
.house_btn_inner a{
	color: #FFF;
	display: block;
	padding: 16px;
}
.house_btn_inner:hover{
	opacity: 0.9;	
}
.house_btn_inner a:hover{
	cursor: pointer;
	text-decoration: none;
	opacity: 0.9;
	border-radius: 6px;
}
/*------
PopUp
-------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 1041px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
.conts_tit05{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	height: 0;
	margin: 60px auto 0;
	overflow: hidden;
	background-image: url(../img/about.gif);
	padding: 8% 0 0;
	width: 26.706%;
}
.popup_wrap{
	margin: 0 auto;
	width: 60%;
}
.popup_img img{
	display: block;
	height: auto;
	margin: auto;
	width: 431px;
}
.popup_paraWrap{
	margin: 40px 0 60px;
	width: 96%
}
.popup_paraWrap dt{
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 0;
}
.popup_paraWrap dt:first-child{
	margin: 0;
}
.popup_paraWrap dd{
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 0;
}
#close_link{
	color: #119FF0;
}
#js-show-popup{
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#js-show-popup img{
	display: block;
	height: auto;
	width: 98px;
}
/*------
contents（sp）
-------*/
@media only screen and (max-width: 960px) {
	.section_wrap .sec_conts{
		width: 94%;
	}
}
@media only screen and (max-width: 767px){
	/*------
	contents（共通）
	-------*/
	.pc_view{
		display: none;
	}
	.sp_view{
		display: block;
	}
	.section_wrap .sec_conts{
		padding: 6% 0;
		width: 100%;
	}
	/*------
	contents（section1）
	-------*/
	.conts_tit01{
		width: 87.576%;
	}
	.list_img_wrap img{
		margin: 3% auto 0;
		height: auto;
		width: 80%;
	}
	/*------
	contents（section2）
	-------*/
	.conts_tit02 {
	    padding: 15.318% 0 0;
	    width: 88.323%;
	}
	/*------
	contents（section3）
	-------*/
	.conts_tit03{
		margin: 3% auto 0!important;
		padding: 12% 0 0;
		width: 83.337%;
	}
	.commnet_wrap{
		margin: 20px auto 0;
	}
	.commnet_wrap li{
		margin: 30px 0 0;
	}
	.commnet_wrap .list_commentImg{
		margin: 0 auto;
	}
	.commnet_wrap dt{
		margin: 4px 0 0;
		text-align: center;
	}
	/*------
	contents（section4）
	-------*/
	.conts_tit04 {
	    margin: 3% auto 0!important;
		padding: 14% 0 0;
		width: 94%;
	}
	.house_wrap li{
		margin: 5% 0 0;
		padding: 5%;
	}
	.house_wrap li p img{
		display: block;
		margin: 0 auto;
		width: 70%;
	}
	.house_wrap dt{
		margin: 8px 0 0;
		font-size: 20px;
	}
	.house_btn_inner{
		right: 0;
		left: 0;
		margin: auto;
	}
	.house_cost{
		text-align: right;
	}
	span.cost_n_l{
		padding: 0 6px 0 0;
	}
	/*------
	PopUp
	-------*/
	.conts_tit05{
		margin: 35px auto 0;
	    padding: 10% 0 0;
	    width: 64%;		
	}
	.popup-inner{
		height: 450px;
		overflow: scroll;
	}
	.popup_wrap{
		margin: 10px 0 0;
		width: 90%;
	}
	.popup_paraWrap{
		margin: 20px 0 30px;
		width: 100%;
	}
	.popup-inner {
	  width: 80%;
	  max-width: inherit;
	  padding: 3%;
	}
	#js-show-popup img{
		width: 55px;
	}
}