@charset "utf-8";
article.maincolmn {
	margin-bottom: 40px;
}
h3.h3noimg {
	text-align: center;
}
.post-course-box {
	width: 90%;
	margin: 10px auto;
	border: 1px solid #111;
	box-sizing: border-box;
}

.post_menu_div {
	margin: 10px;
	padding: 10px;
	border-bottom: 1px solid #111;
}
.course-img-box {
	padding: 10px;
	text-align: center;
}

.course-img-box img {
	width: calc(100% - 20px);
	max-width: 400px;
	height: auto;
}

.course-name {
	font-size: 32px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.post-course-box-none {
	display: none;
}

div.page-layout-section ul {
	margin-bottom: 0;
}

div.page-in-content p {
	font-size: 16px;
}

p.content-color {
	display: inline-block;
	font-size: 18px;
	color: #aa8047;
	margin-bottom: 20px;
	line-height: 1.4em;
}

p.course-content-ex {
	display: block;
	padding: 10px;
	border: 1px solid #b00016;
}

p.course-content-ex {
	letter-spacing: -0.004em;
}

.course-title p.course-sub-name {
	font-size: 14px;
	color: #000;
	margin-top: 10px;
}

.course-title p.course-name {
	font-size: 20px;
	font-weight: bold;
	color: #b00016;
}

p.course-type1,
p.course-type2,
p.course-type3 {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	background-color: #b00016;
	padding: 1px 10px;
}

p.course-type2 {
	background-color: #ab8047;
}
p.course-type3 {
	background-color: #40220f;
}
.course-price-box {
	display: block;
	font-size: 30px;
	color: #bb172b;
	text-align: left;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.course-price-box span {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.course-price-box span.en-mark {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
}

.course-price-box span.tax-in {
	font-size: 15px;
	color: #111;
}
.course-content-box {
	width: 100%;
	margin-top: 10px;
}
.course-reserve {
	text-align: center;
	margin-bottom: 20px;
}
.course-reserve a {
	display: inline-block;
	background: #bb172b;
	color: #fff;
	padding: 15px;
	width: 160px;
}
.content-setsumei-box {
	padding: 10px;
	margin-bottom: 10px;
}

.content-left {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.course-content-text,
.esthe-content-plan1,
.esthe-content-plan2,
.esthe-content-plan3 {
	display: inline-block;
}

.plan-box {
	display: inline-block;
	text-align: center;
}

.esthe-content-plan1 img,
.esthe-content-plan2 img,
.esthe-content-plan3 img {
	width: 84px;
	height: 84px;
	object-fit: cover;
	border-radius: 50%;
}

.esthe-content-plan1 p,
.esthe-content-plan2 p,
.esthe-content-plan3 p {
	font-size: 13px;
	color: #40220f;
	width: 90px;
	margin: 0 auto;
}

.course-content-text {
	text-align: left;
}

.course-content-text p {
	font-size: 16px;
	color: #aa8047;
}

.content-right {
	display: inline-block;
	vertical-align: middle;
}

.center-teian {
	font-size: 18px;
	text-align: center;
	color: #ab8047;
	font-weight: bold;
	margin: 30px 0;
}

.contents-img-block-3retsu ul {
	text-align: center;
}
@media screen and (min-width: 769px) {

	/*PC*/

	.post-course-box {
		width: 80%;
		font-size: 0;
	}
	.course-box-left {
		display: inline-block;
		width: calc(75% - 20px);
		font-size: 15px;
		vertical-align: top;
		margin: 0 10px;
	}
	.post_menu_div {
		padding-top: 0;
	}
	.course-box-right {
		display: inline-block;
		width: calc(25% - 10px);
		margin: 10px 10px 10px 0;
	}
	.course-img-box {
		margin: 0;
		padding: 0;
	}
	.course-img-box img {
		width: 100%;
	}
	.course-content-text {
		width: 25%;
		height: 100%;
		vertical-align: top;
	}

	.course-content-text p {
		text-align: center;
		line-height: 160px;
	}

	.plan-box {
		width: 75%;
		margin-top: 19px;
	}

	.esthe-content-plan1,
	.esthe-content-plan2,
	.esthe-content-plan3 {
		width: 30%;
		height: 100%;
		margin: 0 0.2vw;
	}

	.course-title {
		display: block;
		text-align: left;
	}

	.content-left {
		width: 45%;
		height: 100%;
	}

	.content-right {
		border-left: 1px solid #fff;
		width: 55%;
		height: 80%;
		margin: 16px 0;
		box-sizing: border-box;
	}

	.content-right-box {
		width: 100%;
		height: 100%;
		display: flex;
    justify-content: center;
    align-items: center;
	}

	.content-right p {
		font-size: 15px;
		padding: 0 20px;
	}

	.contents-text-block-wide {
		width: 780px;
		margin: 0 auto 20px;
	}

}

@media screen and (max-width: 769px) {

	/*スマホ*/

	.contents-text-block p,
	p.course-content-ex {
		letter-spacing: 0.13em;
	}

	.post-course-box {
		margin: 0 auto 30px;
	}

	.contents-text-block-wide p.course-content-ex {
		margin: 0;
	}

	.course-price-box {
		width: 100%;
		text-align: left;
	}

	.course-price-box span {
		font-size: 16px;
		margin-right: 0;
	}

	.content-left {
		width: 100%;
	}

	.course-content-text {
		display: block;
		text-align: center;
		margin: 15px 0;
	}

	.plan-box {
		width: 100%;
	}

	.esthe-content-plan1,
	.esthe-content-plan2,
	.esthe-content-plan3 {
		width: 30%;
	}

	.content-right {
		text-align: center;
		margin-top: 10px;
	}

	.content-right-box {
		width: 96%;
		display: inline-block;
		border-top: 1px solid #fff;
	}

	.content-right-box p {
		padding: 10px;
		text-align: left;
	}

}
