@CHARSET "UTF-8";
/******************************************************************************
 * 新「いい家」が欲しい。ランディングページ
 * WEB SITE ver.2017
 * RESPONSIVE
 * PC width min-width:769px
 * SP max-width: 768px(iPhone6+ ヨコイチまで)
******************************************************************************/
@import url(../../css/html5-doctor-reset-stylesheet.min.css);

* {
	box-sizing: border-box;
}
html,body {
	width: 100%;
	height: 100%;
	color:#333;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	transition: .3s;
}
img {
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
	width:100%;
	height:auto;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	* {font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Verdana,Geneva,Arial,Helvetica;}
	.sp {display: none;}
	section{ min-width:1290px;}
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	* {font-family: sans-serif;}
	.pc {display: none;}
}


/******************************************************************************

 * HEADER
 
******************************************************************************/
header{
	width:100%;
	background:url(../img/head_bg.jpg) no-repeat;
	background-size:cover;
}
header>div{
	display: -webkit-flex; /* Safari etc. */
	display: -ms-flexbox; /* IE10*/
	display: flex;
	-webkit-justify-content: center;/* Safari etc. */
	-ms-justify-content: center;/* IE10*/
	justify-content: center;
	margin:auto;
	padding:70px 16px 0;
}
header>div>div{
	padding-top:70px;
}
header>div>div>div{
	display:table;
	margin:30px auto 0;
}
header>div>div>div>h2{
	font-size:26px;
	font-weight:normal;
	line-height:1.2;
}
header>div>div>div>dl{
	font-size:18px;
	line-height:1.5;
	margin:20px auto;
}
header>div>div>div>dl>dd{
	float:left;
	clear:left;
	margin-right:20px;
}
header>div>div>p{
	display:table;
	margin:auto;
}
header>div>div>p>a{
	display:block;
	background:#A72126;
	border-radius:10px;
	border-bottom: #AE9285 solid 5px;
	padding:14px 80px 14px 68px;
	font-size:23px;
	font-weight:bold;
	color:#fff;
}
header>div>div>p>a>span{position:relative;}
header>div>div>p>a>span::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 50%;
	right:-20px;
	transform: translateY(-50%);
}
/** PC ***********************************************************************/
@media screen and (min-width:768px),print{
	header{
		min-width:1290px;
	}
	header>div>div>p>a:hover{
		opacity: 0.7;
	}
}
/** SP **************************************************************/
@media screen and (max-width:767px){
	header>div{
		-webkit-flex-direction: column-reverse;/* Safari etc. */
		-ms-flex-direction: column-reverse;/* IE10*/
		flex-direction: column-reverse;
		margin:auto;
		padding:30px 0;
	}
	header>div>div{
		padding-top:20px;
	}
	header>div>div>h1{
		width:60%;
		margin:auto;
	}
	header>div>div>div>h2{
		font-size:20px;
	}
	header>div>div>div>dl{
		font-size:16px;
	}
	header>div>figure{
		width:60%;
		margin:auto;
	}
	header>div>div>p>a{
		padding:12px 40px 12px 28px;
		font-size:18px;
	}
}

/******************************************************************************

 * #iiie01
 
******************************************************************************/
#iiie01{
	width:80%;
	color:#333;
	margin:16px auto 0;
}
#iiie01>div{
	display: -webkit-flex; /* Safari etc. */
	display: -ms-flexbox; /* IE10*/
	display: flex;
	-webkit-align-items: center;/* Safari etc. */
	-ms-align-items: center;/* IE10*/
	align-items: center;
}
#iiie01>div:nth-of-type(2){
	-webkit-flex-direction: row-reverse;/* Safari etc. */
	-ms-flex-direction: row-reverse;/* IE10*/
	flex-direction: row-reverse;
}
#iiie01>div>h2{
	width:50%;
	padding:0 16px;
	font-size:26px;
	font-weight:normal;
	line-height:1.8;
	color:#680f1c;
}
#iiie01>div>h2>span{
	display:table;
	margin:0 50px 0 auto;
}
#iiie01>div:nth-of-type(2)>h2>span{
	display:table;
	margin:0 auto 0 50px;
}
#iiie01>div>figure{
	width:50%;
}
/***/
#iiie01>div:nth-of-type(3){
	display:block;
	background:#f7efe2;
	padding-bottom:40px;
	margin-top:16px;
}
#iiie01>div:nth-of-type(3)>figure{
	width:100%;
	margin-bottom:40px;
}
#iiie01>div>div{
	display:table;
	margin:auto;
	padding:0 20px;
}
#iiie01>div>div>h2{
	text-align:center;
	font-size:32px;
	line-height:1.4;
	color:#680f1c;
}
#iiie01>div>div>p{
	font-size:18px;
	line-height:1.8;
	margin-top:20px;
}
/** SP **************************************************************/
@media screen and (max-width:767px){
	#iiie01{
		width:100%;
		margin-top:1px;
	}
	#iiie01>div,
	#iiie01>div:nth-of-type(2){
		display: -webkit-flex; /* Safari etc. */
		display: -ms-flexbox; /* IE10*/
		display: flex;
		-webkit-flex-direction: column-reverse;/* Safari etc. */
		-ms-flex-direction: column-reverse;/* IE10*/
		flex-direction: column-reverse;
	}
	#iiie01>div>h2{
		width:100%;
		font-size:24px;
		line-height:1.5;
		text-align:center;
		padding:36px 0 40px;
	}
	#iiie01>div>h2>span,
	#iiie01>div:nth-of-type(2)>h2>span{
		display:table;
		margin:0 auto 0;
	}
	#iiie01>div>figure{
		width:100%;
		padding-bottom:0;
	}
	/***/
	#iiie01>div:nth-of-type(3){
		padding-bottom:30px;
	}
	#iiie01>div:nth-of-type(3)>figure{
		margin-bottom:10px;
	}
	#iiie01>div>div>h2{
		font-size:24px;
		line-height:1.4;
		color:#680f1c;
		margin-top:20px;
	}
	#iiie01>div>div>p{
		font-size:16px;
	}
}

/******************************************************************************

 * #iiie02
 
******************************************************************************/
#iiie02{
	display: -webkit-flex; /* Safari etc. */
	display: -ms-flexbox; /* IE10*/
	display: flex;
	-webkit-justify-content: center;/* Safari etc. */
	-ms-justify-content: center;/* IE10*/
	justify-content: center;
	-webkit-align-items: center;/* Safari etc. */
	-ms-align-items: center;/* IE10*/
	align-items: center;
	margin:60px auto 20px;
}
#iiie02>div{
	margin:30px 0 0 30px;
}
#iiie02>div>div{
	display:table;
	margin:auto;
}
#iiie02>div>div>h2{
	font-size:26px;
	font-weight:normal;
	line-height:1.2;
}
#iiie02>div>div>dl{
	font-size:18px;
	line-height:1.5;
	margin:20px auto;
}
#iiie02>div>div>dl>dd{
	float:left;
	clear:left;
	margin-right:20px;
}
#iiie02>div>p{
	display:table;
	margin:auto;
}
#iiie02>div>p>a{
	display:block;
	background:#ff8d28;
	border-radius:10px;
	border-bottom: #e15e00 solid 5px;
	padding:16px 80px 14px 68px;
	font-size:23px;
	font-weight:bold;
	color:#fff;
}
#iiie02>div>p>a>span{position:relative;}
#iiie02>div>p>a>span::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 50%;
	right:-20px;
	transform: translateY(-50%);
}
/** PC ***********************************************************************/
@media screen and (min-width:768px),print{
	#iiie02>div>p>a:hover{
		opacity: 0.7;
	}
}
/** SP **************************************************************/
@media screen and (max-width:767px){
	#iiie02{
		-webkit-flex-direction: column;/* Safari etc. */
		-ms-flex-direction: column;/* IE10*/
		flex-direction: column;
		margin:auto;
		padding-top:30px;
	}
	#iiie02>div{
		margin:20px 0 0;
	}
	#iiie02>div>h1{
		width:60%;
		margin:auto;
	}
	#iiie02>div>div>h2{
		font-size:20px;
	}
	#iiie02>div>div>dl{
		font-size:16px;
	}
	#iiie02>figure{
		width:60%;
		margin:auto;
	}
	#iiie02>div>p>a{
		display:block;
		padding:12px 40px 12px 28px;
		font-size:18px;
		font-weight:bold;
	}
}


/******************************************************************************

 * #iiie03
 
******************************************************************************/
#iiie03{
	width:80%;
	color:#333;
	margin:16px auto 0;
	padding:80px 0 0;
}
#iiie03>h2{
	font-size:36px;
	line-height:1.4;
	color:#685656;
	text-align:center;
}
#iiie03>div{
	margin:50px 0 0;
	display: -webkit-flex; /* Safari etc. */
	display: -ms-flexbox; /* IE10*/
	display: flex;
	-webkit-align-items: center;/* Safari etc. */
	-ms-align-items: center;/* IE10*/
	align-items: center;
	justify-content: right;
}
#iiie03>div:nth-of-type(odd){
	-webkit-flex-direction: row-reverse;/* Safari etc. */
	-ms-flex-direction: row-reverse;/* IE10*/
	flex-direction: row-reverse;
	justify-content: left;
}
#iiie03>div>div{
	max-width:420px;
	width:40%;
	margin:auto 3%;
}
#iiie03>div>div>h3{
	font-size:26px;
	line-height:1.4;
	color:#680f1c;
	margin-bottom:20px;
}
#iiie03>div>div>p{
	font-size:18px;
	line-height:1.8;
}
#iiie03>div>figure{
	max-width:670px;
	width:60%;
}

/** SP **************************************************************/
@media screen and (max-width:767px){
	#iiie03{
		width:100%;
		margin-top:30px;
		padding:40px 0;
	}
	#iiie03>h2{
		font-size:24px;
	}
	#iiie03>div,
	#iiie03>div:nth-of-type(odd){
		margin-top:30px;
		-webkit-flex-direction: column-reverse;/* Safari etc. */
		-ms-flex-direction: column-reverse;/* IE10*/
		flex-direction: column-reverse;
	}
	#iiie03>div>div{
		width:100%;
		margin:20px auto 0;
		padding:0 16px;
	}
	#iiie03>div>div>h3{
		font-size:20px;
	}
	#iiie03>div>div>p{
		font-size:16px;
	}
	#iiie03>div>figure{
		width:100%;
	}
}

/******************************************************************************

 * #iiie04
 
******************************************************************************/
#iiie04{
	width:100%;
	padding:70px 16px 0;
	color:#000;
	display: -webkit-flex; /* Safari etc. */
	display: -ms-flexbox; /* IE10*/
	display: flex;
	-webkit-justify-content: center;/* Safari etc. */
	-ms-justify-content: center;/* IE10*/
	justify-content: center;
	margin:auto;
}
#iiie04>div{
	padding-top:30px;
	margin-right:50px;
}
#iiie04>div>h2{
	font-size:44px;
	color:#685656;
	line-height:1.4;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#iiie04>div>div{
	display:table;
	margin:30px auto 0;
}
#iiie04>div>div>h3{
	font-size:26px;
	font-weight:normal;
	line-height:1.2;
}
#iiie04>div>div>dl{
	font-size:18px;
	line-height:1.5;
	margin:20px auto;
}
#iiie04>div>div>dl>dd{
	float:left;
	clear:left;
	margin-right:20px;
}
#iiie04>div>p{
	display:table;
	margin:30px auto 0;
}
#iiie04>div>p>a{
	display:block;
	background:#ff8d28;
	border-radius:10px;
	border-bottom: #e15e00 solid 5px;
	padding:16px 80px 14px 68px;
	font-size:23px;
	font-weight:bold;
	color:#fff;
}
#iiie04>div>p>a>span{position:relative;}
#iiie04>div>p>a>span::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 50%;
	right:-20px;
	transform: translateY(-50%);
}
/** PC ***********************************************************************/
@media screen and (min-width:768px),print{
	#iiie04>div>p>a:hover{
		opacity: 0.7;
	}
}
/** SP **************************************************************/
@media screen and (max-width:767px){
	#iiie04{
		-webkit-flex-direction: column-reverse;/* Safari etc. */
		-ms-flex-direction: column-reverse;/* IE10*/
		flex-direction: column-reverse;
		margin:auto;
		padding-top:40px;
	}
	#iiie04>div{
		padding-top:10px;
		margin-right:0;
	}
	#iiie04>div>h2{
		font-size:26px;
		text-align:center;
		margin:auto;
	}
	#iiie04>div>div>h3{
		font-size:20px;
	}
	#iiie04>div>div>dl{
		font-size:16px;
	}
	#iiie04>figure{
		width:45%;
		margin:auto;
	}
	#iiie04>div>p{
		margin-top:0;
	}
	#iiie04>div>p>a{
		padding:12px 40px 12px 28px;
		font-size:18px;
	}
}


/******************************************************************************

 * footer
 
******************************************************************************/
footer{
	margin:100px auto 0;
	padding-bottom:50px;
}
footer>figure{
	width:240px;
	margin:auto;
}
/** PC **************************************************************/
@media screen and (min-width:768px),print{
	footer{
		min-width:1290px;
	}
}
/** SP **************************************************************/
@media screen and (max-width:767px){
	footer{
		margin:50px auto 30px;
	}
	footer>figure{
		width:120px;
	}
}
