@charset "UTF-8";



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

.container-type {
    max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

footer {
	padding-top: 60px;
}


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




.main-wrap {
	display: grid;
	grid-template-columns: 36% 60%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	margin-top: 60px;
}

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

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

.main-wrap > li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	align-self: flex-end;
}

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

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

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

.spec dd {
	display: flex;
	align-items: flex-end;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 20px 0;
	margin-top: 10px;
}

.spec dd .txt1 {
	font-size: 3.2rem;
}

.spec dd .txt1 .l {
	font-family:'Noto Serif JP', serif;
	font-size: 1.4em;
}

.spec dd .txt2 {
	font-size: 2.2rem;
	margin-left: 0.2em;
}

.spec .txt-sub1 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-top: 20px;
}

.spec .txt-sub1 .l {
	font-size: 2.8em;
}

.spec .txt-sub1 .m {
	font-size: 1.6em;
}

.spec .txt-sub2 {
	font-size: 1.4rem;
	margin-top: 20px;
}


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

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

.type_bt-wrap ul li {
	width: 28%;
	border: 1px solid #333;
	margin: 0 10px;
}

.type_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	background-image: url("../images/mk_arrow_b.png");
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	height: 100%;
	transition: all 0.2s ease;
}

.type_bt-wrap ul li a:hover {
	background-color: #ddd;
	text-decoration: none;
}

.type_bt-wrap ul li:nth-child(2) a {
	background-image: url("../images/mk_print.png");
	background-size: 20px auto;
}


















