@charset "UTF-8";
/* CSS Document */

.container {
	min-width: 500px;
}

.c-breadcrumb {
	margin-bottom: 30px
}

.typeWrap {
	background-color: #d7d7d2;
	padding: 40px;
	font-family: 'EB Garamond', serif;
}

.typeBox {
	max-width: 1000px;
	margin: auto;
	background-color: #fff;
	border-top: 3px #807f69 solid;
	padding: 0px;
	text-align: left;
}

.typeName {
	color: #807f69;
	font-size: 26px;
	padding: 0 20px;
	letter-spacing: 0.1em
}

.typeName span {
	font-size: 180%;
}

.madoriBox {
	background-color: #807f69;
	color: white;
	padding: 3px 15px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.madoriBox .colL {
	padding-left: 20px;
}

.madori {
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: 0.1em
}

.madori span {
	font-size: 180%
}

.madoriHanrei {
	font-size: 12px;
}

.specBox {
	padding: 10px 20px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.specBox .menseki1 {
	font-size: 18px;
	line-height: 1;
}

.specBox .menseki1 span {
	font-size: 180%;
}

.specBox .menseki2 {
	font-size: 14px;
}

.specBox .trank {
	font-size: 10px;
	margin-bottom: 5px;
}

.typeInner {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	flex-wrap: wrap
}

.typeImg {
	width: 100%;
	text-align: center;
	padding: 15px;
	text-align: center;
	margin: 0 auto 50px;
}

.typeImg.typeA {
	max-width: 336px;
}

.typeImg.typeB {
	max-width: 342px;
}

.typeImg.typeC {
	max-width: 342px;
}

.typeImg.typeE {
	max-width: 342px;
}

.typeImg.typeF {
	max-width: 381px;
}

.typeImg.typeMr {
	max-width: 560px;
}

.typeImg.typeJr {
	max-width: 467px;
}


.typeImg.typeDt {
	display: flex;
	justify-content: center;
	max-width: 80%;
}

.typeImg.typeDt .planImgDt {
	max-width: 342px;

}

.typeImg.typeDt .hensai {
	text-align: left;
	font-size: 11px;
	flex-basis: 350px;
	line-height: 1.8;
}

.typeImg.typeDt .hensai .txt01 {
	margin: 10px 0 30px;
	text-align: center;
}

.typeImg.typeH {
	max-width: 286px;
}

.typeImg.typeG {
	max-width: 500px;
}

.typeTxt {
	width: 100%;
	padding-bottom: 20px;
}

.typeTxt ul {
	padding-left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap
}

.typeTxt li {
	list-style: none;
	font-size: 13px;
	background-color: #ebebeb;
	padding: 15px 15px;
	letter-spacing: 0.1em;
	width: 30%;
	margin: 0 10px 10px;
	display: inline-flex;
	align-items: center
}

.hanrei {
	font-size: 10px;
	text-align: left;
	padding: 10px 20px;
}

.hanreiImg {
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.typeWrap {
		padding: 10px;
	}

	.container {
		min-width: auto;
	}

	.madoriBox {
		padding: 10px;
	}

	.madoriBox .colL,
	.madoriBox .colR {
		width: 100%;
	}

	.typeImg {
		width: 100%;
	}

	.typeTxt {
		width: 100%;
		padding: 20px;
	}

	.typeTxt li {
		width: 100%;
		margin: 0 0 10px;
	}

	.specBox .menseki2 {
		font-size: 3.1vw;
	}

}

.vrWrap {
	max-width: 800px;
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	margin: 0 auto 20px;
}

.vrWrap iframe {
	width: 100%;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: none;
}


.bnrVr {
	max-width: 600px;

	margin: 0 auto 60px;
	text-align: center;
}

.bnrVr a {
	transition: all 0.3s ease;
	display: block;
	margin: auto
}

.bnrVr a:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {

	.bnrVr {
		width: 80%;
		margin: 0 auto 60px
	}

}