@charset "utf-8";
/* ===================================================================

 file name  :reason2.css
 style info :私たちが「グランアッシュ八尾山本」を選んだ理由！

=================================================================== */

/* =============================

	overwrite

=============================== */
#main{
	padding-top: 50px;

	background: url("../images/reason2/bg.jpg") 50% 50%;
}
#main img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px){
	#main{
		padding-top: 130px;
	}
}
/* =============================== */
/*
 * #mv
 * ----------------------------------------------------------- */
#mv{
	position: relative;
}
#mv h1{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px){
	#mv h1{
		width: 50%;
	}
}



/*
 * point
 * ----------------------------------------------------------- */
#main .point{
	margin: 0 0 60px;
	position: relative;
}
#main .point::before{
	content: "";
	display: block;
	width: 90%;
	margin: 0 0 0 auto;
	border-top: solid 1px #bea657;
	position: absolute;
	top: 0;
	right: -10px;
}
#main .point .sec-head{
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: dotted 2px #439a64;
}
#main .point .ttl-point{
	width: 180px;
	position: absolute;
	top: -20px;
}
#main .point .head-fig{
	width: 35%;
	float: right;
	margin: 0 -10px 0 0;
}
#main .point h2{
	width: 65%;
	margin: 0 0 20px;
	padding: 50px 0 0;
}
#main .point .txt mark{
	background: none;
	color: #db4e64;
	font-weight: 700;
}

@media screen and (min-width: 768px){
	#main .point{
		margin: 0 0 120px;
	}
	#main .point::before{
		border-top: solid 2px #bea657;
	}
	#main .point .sec-head{
		margin: 0 0 50px;
		padding: 0 0 50px;
		border-bottom: dotted 3px #439a64;
	}
	#main .point .ttl-point{
		width: 380px;
		top: -40px;
	}
	#main .point .head-fig{
		width: 40%;
		margin: 0 -10px 0 0;
		shape-outside: circle();
	}
	#main .point h2{
		width: 56%;
		margin: 0 0 40px;
		padding: 110px 0 0;
	}
	#main .point .txt{
		font-size: 2rem;
	}

}


/*
 * #sec01
 * ----------------------------------------------------------- */
#sec01 ul li{
	margin: 0 0 30px;
}
#sec01 ul li:nth-child(2){
	margin-left: -3%;
}

@media screen and (min-width: 768px){
	#sec01.point h2{
		width: 50%;
	}
	#sec01 ul{
		display: flex;
		justify-content: space-between;
	}
	#sec01 ul li{
		width: 49%;
	}
	#sec01 ul li:nth-child(2){
		margin-left: 0;
	}
}

/*
 * #sec02
 * ----------------------------------------------------------- */
#sec02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec02 ul li{
	width: 49%;
	margin: 0 0 20px;
}
#sec02 ul li:nth-child(-n + 2){
	width: 100%;
	text-align: center;
}
#sec02 ul li figure figcaption{
	margin: 5px 0 0;
	font-size: 1.1rem;
	line-height: 1.3;
}
#sec02 ul li figure figcaption span{
	display: block;
	font-size: 1rem;
}
#sec02 ul li:nth-child(-n + 2) figure figcaption{
	font-size: 1.6rem;
}


@media screen and (min-width: 768px){
	#sec02 ul li{
		width: 24%;
		margin: 0;
	}
	#sec02 ul li:nth-child(-n + 2){
		width: 49%;
		margin: 0 0 50px;
	}
	#sec02 ul li figure figcaption{
		margin: 5px 0 0;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	#sec02 ul li figure figcaption span{
		display: block;
		font-size: 1.4rem;
	}
	#sec02 ul li:nth-child(-n + 2) figure figcaption{
		font-size: 2.6rem;
	}
}

/*
 * #sec03
 * ----------------------------------------------------------- */
#sec03 ul{
	margin: 30px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec03 ul li{
	width: 49%;
	margin: 0 0 20px;
}
#sec03 ul li figure figcaption{
	margin: 5px 0 0;
	font-size: 1.4rem;
	line-height: 1.3;
}
#sec03 ul li figure figcaption span{
	display: block;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px){
	#sec03 .f-block{
		display: flex;
		justify-content: space-between;
		margin: 0 0 10px;
	}
	#sec03 .f-block > figure{
		width: 60%;
	}
	#sec03 ul{
		width: 39%;
		margin: 0;
	}
	#sec03 ul li{
		width: 49%;
		margin: 0 0 30px;
	}
	#sec03 ul li figure figcaption{
		font-size: 1.6rem;
	}
	#sec03 ul li figure figcaption span{
		font-size: 1.4rem;
	}


}

/*
 * #sec04
 * ----------------------------------------------------------- */
#sec04 h3{
	margin: 0 0 20px;
}
#sec04 ul li + li{
	margin: 30px 0 0;
}
@media screen and (min-width: 768px){
	#sec04 ul{
		margin: 30px 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#sec04 ul li{
		width: 55%;
	}
	#sec04 ul li + li{
		width: 45%;
		margin: 0;
	}
}

/*
 * #sec05
 * ----------------------------------------------------------- */
#sec05 h3{
	width: 80%;
	margin: 0 0 20px;
}
#sec05 ul li + li{
	margin: 30px 0 0;
}
@media screen and (min-width: 768px){
	#sec05 h3{
		width: 874px;
		margin: 0 0 40px;
	}
	#sec05 ul{
		margin: 30px 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#sec05 ul li{
		width: 46%;
	}
	#sec05 ul li + li{
		width: 50%;
		margin: 0;
	}
}






