@charset "utf-8";

.mainimgTop {
	height: auto;
	background: none;
}
.mainimgTop h1 {
	padding: 60px 0 10px;
	background: none;
}
.mainimgTop h1 img {
	width: 68px;
	height: auto;
}

/* 大文字見出し */
.contentsTop .mainLead {
	font-size: 2.3rem;
	color: #3F3B3A;
	position: relative;
	padding-bottom: 25px;
}

.contentsTop .mainLead:after {
	content: "";
	width: 60px;
	height: 3px;
	background: #003366;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.contentsTop .contents_navi {
		width: 805px;
		margin: auto;
	}
	.contentsTop .contents_navi li:nth-child(2n) {
		margin-right: 0;
	}
	
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop .mainLead {
		font-size: 2rem;
	}
}

/* ------------------------------
 下層
------------------------------ */
.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: 175px;
	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;
}
.housemap .step a {
	color: #333;
	display: block;
	min-height: 85px;
	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 a {
		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;
}

/* グレーボックス */
.grayBox {
	padding: 15px 20px;
	background: #F2F2F2;
	border-radius: 10px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@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;
	}

	/* グレーボックス */
	.grayBox {
		padding: 15px 20px;
		background: #F2F2F2;
		border-radius: 10px;
	}
}


