@charset "UTF-8";



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

main {
	margin-top: 200px;
}

.plan_hanrei-wrap {
	margin-top: 80px;
}

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




.spec {
	display: flex;
	flex-wrap: wrap;
	color: #333;
	margin-left: 10%;
}

.spec > li:nth-child(1) {
	width: 45%
}

.spec > li:nth-child(2) {
	width: 45%
}

.spec dl {
	font-family: 'EB Garamond',serif;
	line-height: 1.0;
}

.spec dt {
	font-size: 3.0rem;
}

.spec dt .l {
	font-size: 2.0em;
}

.spec dt .m {
	font-size: 0.6em;
}

.spec dd {
	font-size: 3.0rem;
}

.spec dd .l {
	font-size: 2.0em;
}

.spec dd .s {
	font-size: 0.7em;
}

.spec .area01 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: -5px;
}

.spec .area01 .ll {
	font-family: 'EB Garamond',serif;
	font-size: 3.0em;
}

.spec .area01 .l {
	font-family: 'EB Garamond',serif;
	font-size: 2.5em;
}


.spec .area02 {
	font-size: 1.6rem;
	line-height: 1.5;
}

.type_01-wrap {
	margin-top: 80px;
}

.type_bt-wrap {
	margin-top: 80px;
}

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

.type_bt-wrap ul li {
	width: 22%;
	margin: 0 10px;
}

.type_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	background: #716865;
	padding: 15px 0;
	height: 100%;
	transition: all 0.2s ease;
}

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










