
/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
 font-family: "Oswald", serif;
  	font-weight: 400;
*/

/** *********************** **/

.main-contents {
	width: 100%;
	padding-top: 21.33vw;
}

/** *********************** **/

.guide_wrap {
	width: 90.66vw;
	margin: 0 auto;
	padding-bottom: 10.66vw;
}
.guide_wrap h2 {
	width: 90.66vw;
	font-size: 5.33vw;
	line-height: 8vw;
	font-weight: 700;
	border-top: 2px solid rgba(227,214,196,1.0);
	border-bottom: 1px solid rgba(227,214,196,0.6);
	margin: 0 auto 8vw auto;
	padding: 4.8vw 2.66vw 4vw 2.66vw;
	position: relative;
}
.guide_wrap h2::after {
	content: "";
	width: 90.66vw;
	height: 1px;
	background: rgba(227,214,196,0.6);
	position: absolute;
	top: 2px;
	left: 0;
}

/** *********************** **/

.guide_wrap h3 {
	font-size: 4.8vw;
	line-height: 7.46vw;
	font-weight: 700;
	color: #bd9259;
	padding: 0 2.66vw 2.66vw 2.66vw;
	margin-bottom: 2.66vw;
	border-bottom: 1px solid #eee6dc;
}
.guide_margin {
	margin-bottom: 12vw !important;
}
.guide_wrap p {
	font-size: 3.73vw;
	line-height: 6.4vw;
	padding: 0 2.66vw;
	margin-bottom: 6.66vw;
}
.guide_wrap dl {
	margin-bottom: 6.66vw;
	padding: 0 2.66vw;
}
.guide_wrap dt {
	font-size: 4.26vw;
	line-height: 6.93vw;
	font-weight: 700;
	margin-bottom: 1.33vw;
}
.guide_wrap dt span {
	color: #bd9259;
	padding-right: 1.33vw;
}
.guide_wrap dd {
	font-size: 3.73vw;
	line-height: 6.4vw;
}
.guide_wrap ul {
	margin-bottom: 55px;
	padding: 0 20px;
}
.guide_wrap li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 1em;
}
.guide_wrap li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.guide_wrap li:last-child {
	margin-bottom: 0;
}

/** *********************** **/