@charset "UTF-8";



/*********** 共通 *************/

.plan_3ldk-bg {
	color: #fff;
	background: #808080;
	padding-top: 100px;
	padding-bottom: 150px;
}

.plan_4ldk-bg {
	color: #fff;
	background: #6B6A68;
	padding-top: 40px;
	padding-bottom: 150px;
}

.plan_mbt-wrap ul {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.plan_mbt-wrap li {
	width: 159px;
	margin: 0 40px;
}

.plan_mbt-wrap li a {
	opacity: 0.4;
	transition: all 0.2s;
}

.plan_mbt-wrap li a:hover {
	opacity: 1;
}

.plan_mbt-wrap li.current a {
	opacity: 1;
}


/*********** ↑共通 *************/


h3 {
	font-family: 'Cinzel', serif;
	font-size: 6.0rem;
	text-align: center;
}




/*********** plan_bt *************/

.plan_bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.plan_bt-wrap li {
	width: 31.67%;
	margin-top: 30px;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);
}

.plan_bt-wrap li a {
	transition: all 0.2s;
}

.plan_bt-wrap li a:hover {
	filter: brightness(120%);
}


.plan_bt-wrap.second ul {
	justify-content: center;
}

.plan_bt-wrap.second li {
	margin: 0 15px;
}

/*********** ↑plan_bt *************/




/*********** plan_fbt *************/

.plan_fbt-wrap {
	margin-top: 180px;
}

.plan_fbt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.plan_fbt-wrap ul li {
	width: 430px;
	margin: 0 30px;
}

.plan_fbt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	background-image: url("/content/dam/31sumai/mfr/G2301/images/common/bt_mk03.png");
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-color: #A7A2A4;
	color: #fff;
	font-size: 3.0rem;
	text-decoration: none;
	outline : 1px solid #fff;
	outline-offset : -10px;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);
	transition: all 0.2s ease;
}

.plan_fbt-wrap ul li a:hover {
	filter: brightness(130%);
	text-decoration: none;
}

.plan_fbt-wrap .txt1 {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 10px;
}

.plan_fbt-wrap .txt2 {
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.6;
	margin-top: 20px;
}

.plan_fbt-wrap ul li .f-gara a {
	font-size: 3.4rem;
}

/*********** ↑plan_fbt *************/





.anc_plan_3ldk,
.anc_plan_4ldk {
	display: block;
    padding-top: 20px;
	margin-top: -20px;
}







