@charset "utf-8";
.about_content {
	padding: 6rem 0;
}
.anchor {
	display: flex;
	justify-content: space-between;
	margin: 0 0 6rem;
}
.anchor li {
	width: 31.8%;
}
.anchor a {
	font-size: 2.4rem;
	padding: 1.5rem 0;
	text-align: center;
	display: block;
	border-radius: 0.8rem;
	color: #e877a5;
	border: 3px solid #e877a5;
}
.anchor a:hover {
	color: #fff;
	background: #e877a5;
}
/* content_box */
.content_box1,
.content_box2,
.content_box3 {
	max-width: calc(820px + 100px);
	padding: 0 5rem;
	margin: 0 auto;
}
.content_box1 {
	text-align: center;
	margin-bottom: 6rem;
}
.about_content h4 {
	font-size: 3.5rem;
	color: #e877a5;
	margin: 0;
}
.content_box1 .about_txt {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 6rem;
}
.asahi_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.5rem;
}
.asahi_box2 {
	flex-direction: row-reverse;
}
.asahi_img {
	margin: 0;
	width: 42%;
}
.asahi_img img {
	width: 100%;
}
.asahi_info {
	text-align: left;
	width: 53%;
}
.asahi_info h5 {
	font-size: 2.4rem;
	margin: 0 0 1.5rem;
	color: #e877a5;
}
.asahi_info_txt {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.8;
}
.content_box2 {
	margin-bottom: 6rem;
}
.content_box2 h4 {
	text-align: center;
	margin-bottom: 3rem;
}
.greeting_txt {
	font-size: 1.8rem;
	line-height: 1.8;
}
.content_box3 h4 {
	font-size: 3.5rem;
	color: #e877a5;
	margin: 0;
	border-left: 10px solid #e877a5;
	padding-left: 1.2rem;
	line-height: 1.2;
	margin-bottom: 3rem;
}
.content_box3 dl {
	display: flex;
	font-size: 1.8rem;
	margin: 2.5rem 0;
}
.content_box3 dt {
	width: 10em;
}
.content_box3 dd {
	margin-left: 0;
}
.about_map {
	margin-top: 4rem;
}
@media screen and (max-width: 768px) {
	.about_content {
		padding: 4rem 0;
	}
	/* anchor */
	.anchor {
		flex-direction: column;
		margin-bottom: 4rem;
	}
	.anchor li {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.anchor a {
		font-size: 2rem;
		padding: 1.2rem 0;
		border: 2px solid #e877a5;
	}
	.about_content h4 {
		font-size: 2.5rem;
	}
	.content_box1,
	.content_box2,
	.content_box3 {
		padding: 0;
	}
	.content_box1 .about_txt {
		font-size: 1.6rem;
		text-align: left;
		margin-bottom: 3rem;
	}
	.asahi_box {
		flex-direction: column;
	}
	.asahi_img {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.asahi_info {
		width: 100%;
	}
	.asahi_info h5 {
		font-size: 2rem;
		margin: 0 0 1rem;
	}
	.asahi_info_txt {
		font-size: 1.6rem;
	}
	.greeting_txt {
		font-size: 1.6rem;
	}
	.content_box3 h4 {
		border-left: 6px solid #e877a5;
	}
	.content_box3 dl {
		font-size: 1.6rem;
		flex-direction: column;
	}
	.content_box3 dt {
		width: 100%;
		background: #ffedf4;
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.map_frame {
		height: 250px;
	}
}
