@charset "utf-8";
/* CSS Document */

#guide {
	margin-bottom: 110px;
}
.guide_bg {
	background: #fafaf8;
	padding: 90px 6%;
}
#guide .linkArea li {
	word-break: keep-all;
}
@media screen and (max-width: 1194px) {
	#guide .link_4 {
		padding: 0;
	}
}
@media screen and (max-width: 1024px) {
	.guide_bg {
		padding: 90px 5%;
	}
}
@media screen and (max-width: 896px) {
	#guide .link_4 {
		gap: 30px;
	}
}
@media screen and (max-width: 768px) {
	#guide .link_4 {
		flex-flow: row wrap;
	}
	#guide .link_4 li {
		flex: none;
		width: calc((100% - 30px) / 2);
	}
}
@media screen and (max-width: 480px) {
	#guide {
		margin-bottom: 0;
	}
	.guide_bg {
		padding: 60px 5%;
	}
	#guide .link_4 li {
		line-height: 120%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* ==============================================

	guide_about

================================================= */
#guide_about {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row-reverse;
	max-width: 1000px;
	margin: 110px auto;
}
.guide_about_img {
	width: 50%;
}
.guide_about_txt {
	width: 41%;
}
.guide_about_ttl {
	margin-bottom: 70px;
}
.guide_about_txt > p {
	line-height: 228%;
	text-align: left;
}
@media screen and (max-width: 1194px) {
	#guide_about {
		max-width: inherit;
		padding: 0 7%;
	}
}
@media screen and (max-width: 768px) {
	#guide_about {
		flex-flow: column;
	}
	#guide_about > * {
		max-width: 500px;
		width: inherit;
	}
	.guide_about_txt {
		margin-bottom: 40px;
	}
	.guide_about_ttl {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	#guide_about {
		margin: 60px 0;
		padding: 0 10%;
	}
	.guide_about_txt {
		margin-bottom: 25px;
	}
	.guide_about_txt > p {
		line-height: 200%;
		text-align: left;
	}
}

/* ==============================================

	guide_exp

================================================= */
#guide_exp {
	max-width: 1100px;
	margin: 0 auto;
}
.guide_exp_ttl {
	text-align: center;
	margin-bottom: 45px;
}
#guide_exp .fair_dtlContInner {
	max-width: 1100px;
}
#guide_exp .fair_dtlContBox {
	display: flex;
	flex-flow: row wrap;
	gap: 25px;
	margin-bottom: 50px;
}
#guide_exp .fair_dtlContSlide {
	width: calc((100% - 50px) / 3);
	margin: 0;
	background: #fff;
	padding: 20px 20px 30px;
}
#guide_exp .fair_dtlContInner ul li figure {
	aspect-ratio: 31 / 26;
	margin-bottom: 20px;
}
#guide_exp .fair_dtlContInner ul li div p {
	line-height: 169%;
}
.guide_exp_txt {
	text-align: center;
	line-height: 157%;
	margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	.guide_exp_txt {
		font-size: 1.3rem;
	}
	#guide_exp .fair_dtlContSlide {
		width: calc((100% - 25px) / 2);
	}
}
@media screen and (max-width: 480px) {
	#guide_exp .fair_dtlContBox {
		margin: 0 auto 25px;
		gap: 15px;
	}
	#guide_exp .fair_dtlContSlide {
		width: calc((100% - 15px) / 2);
		padding: 10px 10px 20px;
	}
	#guide_exp .fair_dtlContInner ul li figure {
		margin-bottom: 15px;
	}
	.guide_exp_txt {
		line-height: 175%;
		margin-bottom: 25px;
	}
	.guide_exp_ttl {
		margin-bottom: 30px;
	}
	.fair_dtlContInner ul li div p {
		line-height: 150%;
	}
	#guide_exp .fair_dtlContInner ul li div p {
		line-height: 150%;
	}
}



/* ==============================================

	guide_preparation

================================================= */
#guide_prep {
	max-width: 760px;
	margin: 110px auto;
}
#guide_prep .cmn_ttl_m {
	margin-bottom: 60px;
}
.guide_prep_intro {
	line-height: 228%;
	text-align: center;
	margin-bottom: 60px;
}

.guide_prep_point {
	background: #F9F8F5;
	position: relative;
}
.preparation_point {
	position: absolute;
	top: -25px;
	left: -40px;
}
.guide_prep_pointInner {
	padding: 45px 20px 30px;
	text-align: center;
	margin-bottom: 35px;
}
.guide_prep_ttl {
	color: #a78937;
	margin-bottom: 40px;
}
.guide_prep_ttl h3 {
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	display: flex;
	align-items: center;
	white-space: nowrap;
	justify-content: center;
	line-height: 130%;
}
.guide_prep_ttl h3::after, .guide_prep_ttl h3::before {
	border-top: 1px solid #a78937;
	content: "";
	width: 60px;
}
.guide_prep_ttl h3::after {
	margin-left: 20px;
}
.guide_prep_ttl h3::before {
	margin-right: 20px;
}
.guide_prep_txt {
	font-size: 1.3rem;
	line-height: 184%;
	margin-bottom: 60px;
}


.guide_prep_pointArea {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	gap: 40px;
}
.guide_prep_point_box {
	width: 180px;
	height: 180px;
	background: #fff;
	border-radius: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.guide_prep_point_box p {
	position: absolute;
	top: -5px;
	left: -5px;
	font-size: 6rem;
	color: #a78937;
	letter-spacing: 0;
	font-family: "EB Garamond", serif;
	font-weight: 400;
}
.guide_prep_point_box h4 {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 137%;
}
.guide_prep_point_box small {
	font-size: 1.2rem;
	margin-top: 5px;
	display: block;
}


.guide_prep_atten {
	max-width: 620px;
	margin: 0 auto;
}
.guide_prep_atten li {
	display: flex;
	font-size: 1.2rem;
	line-height: 150%;
}
.guide_prep_atten li::before {
	content: "※";
	margin-right: 2px;
}
.guide_prep_atten li:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
	#guide_prep {
		max-width: inherit;
		padding: 0 6%;
	}
	.guide_prep_pointArea {
		gap: 10px 30px;
	}
}
@media screen and (max-width: 768px) {
	.preparation_point {
		left: -30px;
	}
	.guide_prep_pointArea {
		gap: 10px 20px;
	}
}
@media screen and (max-width: 640px) {
	.guide_prep_ttl h3 {
		font-size: 1.8rem;
	}
	.guide_prep_ttl h3::after, .guide_prep_ttl h3::before {
		flex-grow: 1;
	}
}
@media screen and (max-width: 480px) {
	#guide_prep {
		margin: 60px auto;
		padding: 0 7%;
	}
	.guide_prep_txt {
		text-align: left;
		margin-bottom: 30px;
	}
	#guide_prep .cmn_ttl_m {
		margin-bottom: 35px;
	}
	.preparation_point {
		zoom: 0.8;
	}
	.guide_prep_pointInner {
		margin-bottom: 30px;
	}
	.guide_prep_ttl {
		margin-bottom: 30px;
	}
	.guide_prep_pointArea {
		flex-flow: column;
		gap: 20px;
		width: 100%;
		margin: 0 auto;
	}
	.guide_prep_point_box {
		width: 100%;
		height: auto;
		border-radius: 10px;
		justify-content: flex-start;
		padding: 15px 20px;
	}
	.guide_prep_point_box p {
		position: inherit;
		font-size: 5rem;
	}
	.guide_prep_point_box div {
		flex: 1;
	}
	.guide_prep_ttl h3 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	.guide_prep_point_box h4 {
		font-size: 1.5rem;
	}
}




/* ==============================================

	guide_flow

================================================= */
#guide_flow {
	max-width: 790px;
	margin: 110px auto;
}
.guide_flow_ttl {
	text-align: center;
	margin-bottom: 70px;
}
.guide_flow_area {
	margin-bottom: 60px;
}
.guide_flow_area section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 50px;
}
.guide_flow_area section:not(:last-child) {
	margin-bottom: 50px;
}
.guide_flow_txt {
	width: 45.5%;
}
.guide_flow_img {
	width: 380px;
}
.guide_flow_no {
	display: flex;
	align-items: flex-end;
	color: #6f625d;
	border-bottom: 1px solid #87806e;
	padding: 0 0 10px 10px;
	margin-bottom: 25px;
}
.guide_flow_no span {
	font-size: 2.4rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}
.guide_flow_no h3 {
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	margin-left: 30px;
	font-weight: 500;
}
.guide_flow_txt p {
	font-size: 1.3rem;
	line-height: 184%;
	color: #222;
}
.guide_flow_txt .cmn_btn {
	margin-top: 20px;
}
@media screen and (max-width: 1024px) {
	#guide_flow {
		max-width: inherit;
		padding: 0 8%;
	}
}
@media screen and (max-width: 896px) {
	.guide_flow_txt {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.guide_flow_txt {
		width: 90%;
	}
	.guide_flow_no {
		padding-left: 0;
	}
	.guide_flow_no span {
		font-size: 2.2rem;
	}
	.guide_flow_no h3 {
		letter-spacing: 0.1rem;
		margin-left: 20px;
		font-size: 1.65rem;
	}
}
@media screen and (max-width: 640px) {
	#guide_flow {
		padding: 0 5%;
	}
	.guide_flow_txt p img {
		float: right;
		margin: 0 0 20px 30px;
		width: 45%;
	}
	.guide_flow_no {
		justify-content: center;
	}
}
@media screen and (max-width: 480px) {
	#guide_flow {
		margin: 60px 0;
	}
	.guide_flow_ttl {
		margin-bottom: 40px;
	}
	.guide_flow_txt p img {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
		display: block;
	}
	.guide_flow_no {
		margin-bottom: 30px;
	}
	.guide_flow_no h3 {
		font-size: 1.6rem;
	}
	.guide_flow_area {
		margin-bottom: 40px;
	}
	.guide_flow_txt p {
		padding: 0 30px;
	}
}

/* ==============================================

	guide_faq

================================================= */

