@charset "UTF-8";




/*********** 共通・背景 *************/

.type_bg01 {
	background-image: url("../../plan/images/type_bg01.jpg");
	background-position: center top;
	background-size: cover;
	padding-top: 180px;
	padding-bottom: 80px;
}



/*********** ↑共通・背景 *************/




.type-wrap {
	display: grid;
	grid-template-columns: 50% 47.5%;
	grid-template-rows: auto 1fr auto;
	margin-top: 20px;
}

.type-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 4;
}

.type-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.type-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.type-wrap li:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	align-self: flex-end;
	margin-top: 60px;
}


.type-wrap .madori {
	margin-top: 30px;
}

.type-wrap .spec {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.type-wrap .spec p {
	margin-right: 1em;
}

.type-wrap .spec-sb {
	width: 12em;
}

.type-wrap .copy  {
	margin-top: 60px;
}

.type-wrap .copy p {
	color: #754c24;
	line-height: 1.6;
	text-align: justify;
	padding-left:1em;
	text-indent:-1em;
	padding-bottom: 15px;
}

.type-wrap .cap.mt1  {
	margin-top: 20px;
}

.type-wrap .cap.mt2  {
	margin-top: 40px;
}




.type_bt-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}

.type_bt-wrap li {
	width: 30%;
	margin: 0 20px;
}

.type_bt-wrap li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.0;
	text-decoration: none;
	border: 1px solid #000;
	width: 100%;
	padding: 25px 0;
	transition: all .2s ease;
}

.type_bt-wrap li a:hover {
	background: rgba(146,128,88,0.4);
}







