@charset "utf-8";
/* -- 独自デザイン無効CSS -- */
.arietta_hd {
	position: static;
}
.imageBox01 {
	width: auto !important;
	height: auto !important;
	position: static;
}
.imageBox01 .logo {
	height: auto;
	position: static;
	margin: auto;
}
.imageBox01In {
	width: auto !important;
	height: auto !important;
}
.contentsOrdermade {
	margin-top: 60px;
}
/* -- 独自デザイン無効CSS -- */

.red-btn {
	overflow: visible;
}
.red-btn a {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	color: #fff;
	min-width: 405px;
	padding: 20px 20px;
	margin-top: 15px;
	border-radius: 5px;
	display: inline-block;
	border-bottom: solid 3px #750000;
	position: relative;
	background: #E21F14;
}
.red-btn a::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: auto;
	width: 35px;
	height: 24px;
	background: url(../img/ordermade/btn_red_arrow.png) no-repeat 0 0 / cover;
}

.red-btn a strong {
    font-size: 2.7rem;
}

/* ------------------------------
 PC用コード
------------------------------ */
@media print, screen and (min-width: 768px) {
	.imageBox01 {
		margin-top: 40px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.imageBox01 .logo {
		width: 100%;
	}
	.contentsOrdermade {
		margin-top: 30px;
	}
	.red-btn a {
		min-width:inherit;
	}
}
/* ------------------------------
 家づくりの流れ
------------------------------ */

.housemap {
	font-size: 0;
	border-top: solid 2px #003366;
	border-bottom: solid 2px #003366;
	background: #F9EFD8;
	padding: 90px 20px 0;
	position: relative;
}
.housemap::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 4px;
	height: 1px;
	background: #003366;
}
.housemap::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 1px;
	background: #003366;
}
.map_title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #003366;
	width: 382px;
	position: absolute;
	left: 0;
	right: 0;
	top: -25px;
	margin: auto;
	padding: 13px 15px;
	border: solid 1px #003366;
	background: #fff;
}
.housemap .step {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	width: 215px;
	min-height: 85px;
	text-align: center;
	vertical-align: top;
	margin-right: 26px;
	margin-bottom: 65px;
	background: #fff;
	border-radius: 5px;
	border: solid 1px #AB8A61;
	display: inline-block;
	position: relative;
	overflow: visible;
	color: #333;
	padding: 30px 10px 10px;
}
.housemap .step.right {
	margin-right: 0;
}
.housemap .step.right::before,
.housemap .step.right::after {
	display: none;
}
.housemap .step::before {
	content: '';
	position: absolute;
	right: -29px;
	top: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid #AB8A61;
}
.housemap .step::after{
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 4px;
	background: #AB8A61;
}
.stepflow .step,
.housemap .step p {
	font-size: 1.2rem;
	line-height: 1.1;
	color: #fff;
	width: 72px;
	height: 59px;
	padding-top: 17px;
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
	background: url(../img/guide/step_house.png) no-repeat 0 0 / cover;
}
.stepflow .step strong,
.housemap .step p strong {
	font-size: 2.2rem;
}
/* STEP緑 */
.housemap.gr .step {
	border-color: #758A3B;
}
.stepflow.gr .step,
.housemap.gr .step p {
	background: url(../img/guide/step_house_gr.png) no-repeat 0 0 / cover;
}
.housemap.gr .step::before {
	border-left: 8px solid #758A3B;
}
.housemap.gr .step::after{
	background: #758A3B;
}

/* STEP00 */
.housemap .step.start {
	color: #CC4B1F;
	border-color: #CC4B1F;
	padding: 30px 10px 10px;
}
.stepflow.start .step,
.housemap .step.start p {
	background: url(../img/guide/step_house_or.png) no-repeat 0 0 / cover;
}


@media print, screen and (min-width: 768px) {
	.open_close {
		display: none;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.housemap {
		padding: 50px 5% 25px;
		margin: 0 -5.5%;
	}
	.map_title {
		font-size: 1.6rem;
		text-align: center;
		color: #003366;
		width: auto;
		position: absolute;
		left: 10%;
		right: 10%;
		top: -25px;
		padding: 10px 10px;
	}
	.housemap .step {
		width: 100%;
		min-height: 38px;
		text-align: left;
		margin-right: 0;
		margin-bottom: 13px;
		display: block;
	}
	.housemap .step.start,
	.housemap .step {
		min-height: 38px;
		padding: 15px 10px 15px 73px;
	}
	.housemap .step br {
		display: none;
	}
	.housemap .step::before,
	.housemap .step::after {
		display: none;
	}
	
	.stepflow .step,
	.housemap .step p {
		text-align: center;
		width: 63px;
		height: 52px;
		left: 5px;
		right: auto;
		top: -3px;
	}
	.stepflow .step br,
	.housemap .step p br {
		display: block;
	}
	.stepflow .step strong,
	.housemap .step p strong {
		font-size: 1.7rem;
	}
}

/* 流れ */
.stepflow {
	padding-left: 110px;
	position: relative;
}
.stepflow .deco {
	position: absolute;
	right: 0px;
	top: -20px;
}
.stepflow::before {
	content: '';
	position: absolute;
	left: 32px;
	top: 5px;
	bottom: -20px;
	width: 4px;
	margin: auto;
	background: #AB8A61;
}
.stepflow::after {
	content: '';
	position: absolute;
	left: 26px;
	bottom: -30px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-top: 8px solid #AB8A61;
}
.stepflow.last::before,
.stepflow.last::after {
	display: none;
}
.stepflow .step {
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
}

/* STEP緑 */
.stepflow.gr::before {
	background: #758A3B;
}
.stepflow.gr::after {
	border-top: 8px solid #758A3B;
}

/* STEP00 */
.stepflow.gr.start::before {
	background: #CC4B1F;
}
.stepflow.start::after {
	border-top: 8px solid #CC4B1F;
}

/* POINT アイコン */
.point p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	width: 72px;
	text-align: center;
	margin-bottom: 5px;
	background: #4D4D4D;
}
.deco img{
	position:absolute;
	right: 8px;
    bottom: 0;
    width: 276px;
	z-index:50;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	
	/* 流れ */
	.stepflow {
		padding-left: 0;
	}
	.stepflow .deco {
		display: none;
	}
	.stepflow::before {
		display: none;
	}
	.stepflow::after {
		display: none;
	}
	
	.stepflow .step {
		font-weight: bold;
		text-align: center;
		position: static;
		margin-bottom: 10px;
	}

	/* POINT アイコン */
	.point p {
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 20px;
		color: #fff;
		width: 72px;
		text-align: center;
		margin-bottom: 5px;
		background: #4D4D4D;
	}
	.deco img {
		position:inherit;
		width:auto;
	}
}


.season_winter {
	width:60px;
	height:60px;
	border-radius: 100%;
	background:#038fca;
	color:#FFFFFF;
	font-weight:bold;
	font-size:2.8rem;
	text-align: center;
    margin: 0 auto;
    line-height: 2.2em;
	margin-bottom: 30px;
}
.season_summer {
	width:60px;
	height:60px;
	border-radius: 100%;
	background:#e36e28;
	color:#FFFFFF;
	font-weight:bold;
	font-size:2.8rem;
	text-align: center;
    margin: 0 auto;
    line-height: 2.2em;
	margin-bottom: 30px;
}

.seasonBox {
	padding: 55px 70px;
	border: dotted 4px;
	margin-bottom: 40px !important;
	position: relative;
}
.season-icon {
	font-size: 5rem;
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	left: 10px;
}
.seasonBox.sum {
	border-color: #0096DF;
}
.seasonBox.sum .season-icon {
	background:#0096DF;
}

.seasonBox.win {
	border-color: #EA5E00;
}
.seasonBox.win .season-icon {
	background:#EA5E00;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.seasonBox {
		padding: 30px;
		margin-bottom: 20px !important;
	}
	.season-icon {
		font-size: 3rem;
		width: 60px;
		height: 60px;
		top: 5px;
		left: 5px;
	}
}
/* ------------------------------
 youtube埋め込み
------------------------------ */
.movieBox {
	position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}
.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ブライト-S ZEH 電力自給自足型メイン上アキなくす */
.mainimgPage {
	margin-top: 0;
}
