@charset "utf-8";

/* --------------------------------------
 コンパクトな建物に夢いっぱい！ ガレージハウス始めました
-------------------------------------- */
.flow-block{
		width: 100%;
		background: #EEEEEA;
		border-radius: 8px;
		position: relative;
		overflow: visible !important;
		padding: 20px 30px 20px 30px;
		margin-bottom: 40px;
}
.flow-block:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #eeeeea transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
.flow-block.last:after{
	content: none;
}
.flow-block p{
	width: 104px;
	height: 40px;
	background: url(../img/icon-point-bg.png) no-repeat 0 0;
	background-size: 104px auto;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 1.7rem;
	padding-top: 8px;
	text-align: center;
	font-weight: normal;
	margin-top: -40px;
	margin-left: -10px;
	margin-bottom: 10px;
}
.flow-block strong{
	color: #247ABF;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.flow-block{
			margin-bottom: 35px;
	}
	.flow-block p{
		width: 80px;
		height: 40px;
		background: url(../img/icon-point-bg.png) no-repeat 0 0;
		background-size: 80px auto;
		font-size: 1.6rem;
		padding-top: 4px;
		margin-top: -35px;
		margin-left: auto;
		margin-right: auto; 
		margin-bottom: 0;
	}
	.flow-block:after{
		border-width: 15px 15px 0 15px;
		bottom: -15px;
	}
	.flow-block strong{
		margin-right: 0;
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
}
/* ------------------------------
枠
------------------------------ */
.border-frame{
	border: solid  10px #EDEEEA;
	padding: 30px;
}
@media screen and (max-width: 767px) {
	.border-frame{
		border: solid  5px #EDEEEA;
		padding: 25px;
	}
}

/* ------------------------------
 お問合せ
------------------------------ */
.reservation-block{
	background:#EDEEEA;
	text-align: center;
	padding: 40px 20px 25px 20px;
}
.reservation-btn{
	display: block;
	width: 400px;
	line-height: 98px;
	background:#fff;
	color: #D06139;
	font-size: 1.8rem;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
.reservation-btn:hover{
	color: #D06139;
}
.reservation-lead{
	color: #247ABF;
	font-size: 1.8rem;
	font-weight: bold;
}
.reservation-btn span{
	background: url(../img/cam2019win_icon05.png) no-repeat 0 center;
	background-size: 40.5px auto;
	line-heigth: 50px;
	display: inline-block;
	padding-left: 50px;
}

.reservation-txt{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.reservation-txt p{
	margin-top: 0 !important;
}
.reservation-txt .tel{
	font-family: "游明朝体", "Yu Mincho";
	color: #7F4D45;
	font-size: 3.5rem;
}
@media screen and (min-width: 768px) {
	.reservation-lead br{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.reservation-block{
		background:#EDEEEA;
		text-align: center;
		padding: 25px 20px;
	}
	.reservation-lead{
		color: #247ABF;
		font-size: 1.6rem;
		text-align: left;
	}
	.reservation-txt{
		display: block;
	}
	.reservation-btn{
		width: 100%;
		line-height: 70px;
		margin-bottom: 20px;
	}
	.reservation-txt .tel{
		font-size: 3rem;
	}
	.reservation-block .mb20{
		text-align: left;
	}
}
.option ul{
	 width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.option li{
	width: 390px;
	margin-bottom: 10px;
	padding-left: 1em;
	background: #EEEEEA;
	position: relative;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 1.8rem;
	color: #247ABF;
}
@media screen and (max-width: 767px) {
	.option li{
		width: 48%;
		font-size: 1.4rem;
	}
	.cms_image {
		text-align: left !important;
	}
}

/* ------------------------------
 3ブロック
------------------------------ */
.block3{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.block3 .cms_text{
	width: 390px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.block3 .cms_text{
		width: 100%;
	}
}