@charset "utf-8";
/* CSS Document */
.main {
	position: static;
	margin-top: 2rem;
}
@media screen and (max-width: 959px) {
	.main {
		margin-top: 4rem;
	}
}
.pageheadline--wrap {
	position: relative;
	width: 100%;
	min-height: 22rem;
	background: url(../images/pagetitle__back.jpg);
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.pageheadline--wrap {
		height: 45vh;
	}
}
.pageheadline--back__topimage {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}
.pageheadline--back__bottomimage {
	position: absolute;
	bottom: 0rem;
	left: 0;
	display: inline-block;
}
@media screen and (max-width: 959px) {
	.pageheadline--back__topimage,.pageheadline--back__bottomimage {
		width: 25%;
	}
}
.pageheadline--inner {
	margin: 4rem auto;
	width: 3rem;
}
.pageheadline {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2.25rem;
	color: #fbfbfb;
	letter-spacing: 0.2rem;
	padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
	.pageheadline {
		font-size: 1.75rem;
	}
}
.message--wrap {
	position: relative;
	width: 100%;
	background: url(../images/message__back.jpg);
	background-size: cover;
}
.message--back__topimage {
	position: absolute;
	top: 2rem;
	left: 0;
	display: inline-block;
	width: 20%;
}
.message--back__bottomimage {
	position: absolute;
	bottom: 2rem;
	right: 0;
	display: inline-block;
	width: 20%;
}
@media screen and (max-width: 767px) {
	.message--back__topimage,.message--back__bottomimage {
		width: 35%;
	}
}
.message--inner {
	width: 80%;
	max-width: 60rem;
	color: #fbfbfb;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 8rem 2rem;
}
@media screen and (max-width: 767px) {
	.message--inner {
		width: 100%;
		padding: 6rem 1rem;
	}
}
.message__headline {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
	.message__headline {
		font-size: 1.5rem;
	}
}
.message__txt {
	font-size: 1.125rem;
	letter-spacing: 0.2rem;
	margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
	.message__txt {
	font-size: 1rem;
	}
}
.links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 3rem;
}
@media screen and (max-width: 959px) {
	.links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.links__button {
	text-align:right;
	margin: 0.5rem 0 1rem 0;
}
@media screen and (max-width: 959px) {
	.links__button {
		text-align: center;
		margin: 0.5rem 0 0 0;
	}
}
.links__link {
	position: relative;
	display: inline-block;
	width: 9rem;
	color:#fbfbfb;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-align: center;
	border: 1px solid #fbfbfb;
	margin-bottom: 2rem;
	padding: 0.5rem 5rem 0.5rem 2rem;
}
.links__link::after {
	position: absolute;
	top: 50%;
	content: '';
	margin: -0.5rem 0 0 1rem;
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #fbfbfb;
	border-right: 1px solid #fbfbfb;
	transform: skew(45deg);
}
.links__link:hover::after {
	margin: -0.5rem 0 0 2rem;
	transition: .3s;
}
.lesson--details--wrap {
	position: relative;
	width: 100%;
	padding: 6rem 0;
}
@media screen and (max-width: 767px) {
	.lesson--details--wrap {
		padding: 4rem 0;
	}
}
.lesson--details--back__topimage,.lesson--details--back__middleimage01,.lesson--details--back__middleimage02,.lesson--details--back__bottomimage {
	position: absolute;
	display: inline-block;
	max-width: 30%;
	z-index: -1;
}
.lesson--details--back__topimage {
	top: 0;
	right: 0;
}
.lesson--details--back__middleimage01 {
	top: 25%;
	left: 0;
}
.lesson--details--back__middleimage02 {
	top: 55%;
	right: 0;
}
.lesson--details--back__bottomimage {
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.lesson--details--back__topimage,.lesson--details--back__bottomimage {
		max-width: 45%;
	}
}
.lesson--details--inner {
	width: 80%;
	max-width: 60rem;
	background: rgba(251,251,251,.5);
	box-sizing: border-box;
	margin: 0 auto;
	padding: 2rem 2rem 4rem 2rem;
}
@media screen and (max-width: 767px) {
.lesson--details--inner {
		width: 94%;
		padding: 2rem 0.5rem;
	}
}
.lesson--details__headline--wrap {
	width: 10%;
	margin: 0 1rem 0 0;
}
@media screen and (max-width: 767px) {
	.lesson--details__headline--wrap {
		margin: 0 auto 2rem auto;
	}
}
.lesson--attraction--wrap {
	margin-bottom: 6rem;
}
.lesson--attraction__headline {
	color: #990000;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.lesson--attraction__headline {
		font-size: 1.5rem;
	}
}
.lesson--attraction__title {
	color: #990000;
	font-weight: bold;
	font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
	.lesson--attraction__title {
		font-size: 1.125rem;
	}
}
.lesson--attraction--group{
	counter-reset: item;
	padding-left: 0;
}
.lesson--attraction--box {
	display: flex;
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.lesson--attraction--box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.lesson--attraction--txtbox {
	width: 95%;
	margin-right: 2rem;
}
@media screen and (max-width: 767px) {
	.lesson--attraction--txtbox {
		width: 100%;
		margin-right: 0;
	}
}
.lesson--attraction--list::before {
	counter-increment: item;
	content: counter(item)'.';
	color: #990000;
	font-family: 'Spectral', serif;
	font-size: 3rem;
	padding-right: 0.5rem;
}
.lesson--attraction__txt {
	padding-left: 1.3em;
	margin: 0.5rem 0 2rem 0;
}
.lesson--attraction__img {
	box-shadow:1px 5px 4px -4px #5b5b5b;
}
@media screen and (max-width: 767px) {
	.lesson--attraction__img {
		text-align:center;
	
	}
}
.reason--wrap {
	text-align: center;
}
.reason__headline {
	position: relative;
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	padding: 0 3rem;
}
@media screen and (max-width: 767px) {
	.reason__headline {
		font-size: 1.25rem;
	}
}
.reason__headline::before, .reason__headline::after {
	position: absolute;
	display: inline-block;
	width: 2rem;
	content: '';
	top: 45%;
	height: 2px;
	border-top: solid 1px #990000;
	border-bottom: solid 1px #990000;
}
.reason__headline::before {
	left:0;
}
.reason__headline::after {
	right: 0;
}
.reason__group {
	max-width: 38rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
}
.reason__peopleimage {
	width: 12%;
	margin-top: 1.5rem;
}
.reason__comment {
	position: relative; 
	display: inline-block;
	width: 75%;
	text-align: left;
	border-radius: 12px;
	background: #e8e7e4;
	margin: 1.5rem 0 0 0.5rem;
	padding: 1rem 0.8rem;
}
.reason__comment::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 40%; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #e8e7e4;
}
.lesson--detail--wrap {
	padding-top: 6rem;
}
.lesson__image {
	position: relative;
	box-shadow:1px 5px 4px -4px #5b5b5b;
	box-sizing: border-box;
	margin-bottom: 3rem;
}
.lesson--detail__headline {
	position: absolute;
	display: inline-block;
	bottom: 15%;
	left: 0;
	color: #fbfbfb;
	background: #9a7e25;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	padding: 0 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
	.lesson--detail__headline {
		font-size: 1.5rem;
	}
}
.lesson--detail__title {
	font-size: 1.25rem;
	letter-spacing: 0.2rem;
	border-left: solid 6px #9a7e25;
	margin: 2rem 0 0.5rem 0;
	padding: 0.75rem;
}
@media screen and (max-width: 767px) {
	.lesson--detail__title {
		font-size: 1.125rem;
	}
}
.lesson--detail__txt {
	margin: 1rem 0 0 1rem;
}
.profile__button {
	text-align:right;
	margin: 3rem 0 1rem 0;
}
@media screen and (max-width: 767px) {
	.profile__button {
		text-align: center;
		margin: 2rem 0 0 0;
	}
}
.profile__link {
	position: relative;
	display: inline-block;
	color:#9a7e25;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-align: center;
	border: 1px solid #9a7e25;
	margin-bottom: 2rem;
	padding: 0.5rem 5rem 0.5rem 2rem;
}
.profile__link::after {
	position: absolute;
	top: 50%;
	content: '';
	margin: -0.5rem 0 0 1rem;
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #9a7e25;
	border-right: 1px solid #9a7e25;
	transform: skew(45deg);
}
.profile__link:hover::after {
	margin: -0.5rem 0 0 2rem;
	transition: .3s;
}
.guidance--wrap {
	position: relative;
	width: 100%;
	background: url(../images/guidance__back.jpg);
	background-size: cover;
}
.guidance--back__moonimage {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.guidance--inner {
	position: static;
	z-index:0;
}
.guidance__headline--wrap {
	width: 2rem;
	margin: 0 auto;
	padding: 6rem 0 4rem 0;
}
.guidance__headline {
	position: absolute;
	top: 4rem;
	left: 50%;
	transform: translateX(-50%);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	color: #fbfbfb;
	letter-spacing: 0.2rem;
	z-index: 2;
}
.guidance--inner {
	width: 80%;
	max-width: 60rem;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 8rem 2rem;
}
@media screen and (max-width: 767px) {
	.guidance--inner {
		width: 100%;
		padding: 6rem 1rem;
	}
}
.guidance--group {
	background: #fbfbfb;
	margin: 6rem auto;
	padding: 2rem;
}
@media screen and (max-width: 767px) {
	.guidance--group {
		background: #fbfbfb;
		margin: 4rem auto;
		padding: 1rem;
	}
}
.guidance__description__headline {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	border-bottom: 1px double #990000;
	margin: 2rem 0;
	padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
.guidance__description__headline {
		font-size: 1.5rem;
	}
}
.size__change {
		font-size: 1rem;
}
@media screen and (max-width: 767px) {
		.size__change {
			display: block;
	}
}
.guidance__course__headline {
	position: relative;
	display: inline-block;
	background: #990000;
	letter-spacing: 0.1rem;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 3rem;
	color: #fbfbfb;
	box-sizing: border-box;
	padding: 0 2.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
	.guidance__course__headline {
		font-size: 1.25rem;
	}
}
.guidance__course__headline::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
}
.guidance__course__headline::after {
	top: 0;
	right: 0;
	border-width: 1.5rem 1rem 1.5rem;
	border-color: transparent #fbfbfb transparent transparent;
	border-style: solid;
}
.guidance__description--group {
	display: flex;
	flex-wrap: wrap;
	max-width: 30rem;
	line-height: 1.2;
	font-size: 1.25rem;
	margin: 1rem auto 2rem auto;
}
@media screen and (max-width: 679px) {
	.guidance__description--group {
		font-size: 1.125rem;
	}
}
.guidance__description--course {
	width: 65%;
}
@media screen and (max-width: 679px) {
	.guidance__description--course {
		width: 60%;
	}
}
.guidance__description--price {
	width: 35%;
	text-align: right;
}
@media screen and (max-width: 679px) {
	.guidance__description--price {
		width: 40%;
	}
}
.font__change {
	color: #990000;
	font-family: 'Spectral', serif;
	font-size: 3rem;
	margin: 0 0.5rem;
}
@media screen and (max-width: 679px) {
	.font__change {
		font-size: 1.75rem;
		margin: 0 0.2rem;
	}
}
.guidance__txt {
	margin-bottom: 1rem;
}
.contact__link__black {
	color: #282828;
	border-bottom: 1px solid #282828;
}
.procedure__headline {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	color: #990000;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin: 1rem 0;
}
.procedure--group {
	counter-reset: item;
	max-width: 20rem;
	margin: 0.5rem auto 2rem auto;
	padding-left: 0;
}
.procedure--list::before {
	counter-increment: item;
	content: counter(item)'.';
	color: #990000;
	font-family: 'Spectral', serif;
	font-size: 1.75rem;
	padding-right: 0.5rem;
}
.application__txt {
	text-align: center;
	font-weight: bold;
	margin-top: 2rem;
}
.application {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 22rem;
	margin: 1rem auto;
}
@media screen and (max-width: 419px) {
	.application {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}
.experience__headline {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	border-bottom: 1px double #990000;
	margin: 2rem 0 0.5rem 0;
	padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
	.experience__headline {
		font-size: 1.5rem;
	}
}
.contact__link {
	color: #fbfbfb;
	border-bottom: 1px solid #fbfbfb;
}
#experience {
	margin-top: -6rem;
	padding-top: 4rem;
}
.experience--wrap {
	color: #fbfbfb;
}
.experience__headline {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	border-bottom: 1px double #990000;
	margin: 2rem 0 0.5rem 0;
	padding-bottom: 0.2rem;
}
.experience__txt {
	margin-bottom: 1rem;
}
.coubic__button {
	text-align: center;
	margin: 3rem 0 0 0;
}
.coubic__link {
	position: relative;
	display: inline-block;
	background: #990000;
	color:#fbfbfb;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-align: center;
	border: 1px solid #fbfbfb;
	margin-bottom: 2rem;
	padding: 0.5rem 5rem 0.5rem 2rem;
}
.coubic__link::after {
	position: absolute;
	top: 50%;
	content: '';
	margin: -0.5rem 0 0 1rem;
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #fbfbfb;
	border-right: 1px solid #fbfbfb;
	transform: skew(45deg);
}
.coubic__link:hover::after {
	margin: -0.5rem 0 0 2rem;
	transition: .3s;
}
.voice--wrap {
	width: 100%;
	background: url(../images/contents__back.jpg);
	background-size: cover;
}
.voice--inner {
	width: 80%;
	max-width: 60rem;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
	.voice--inner {
		width: 100%;
		padding: 6rem 1rem;
	}
}
.voice__headline {
	color: #fbfbfb;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	border-bottom: 2px solid #fbfbfb;
	margin-bottom: 2rem;
	padding-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
	.voice__headline {
		font-size: 1.5rem;
	}
}
.voice--group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background: #fbfbfb url(../images/voice__backimage.png) repeat-x bottom;
	margin-bottom: 3rem;
	padding: 2rem;
}
@media screen and (max-width: 767px) {
	.voice--group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 2rem;
		padding: 1rem 1rem 3rem 1rem;
	}
}
.voice__person {
	color: #04304d;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.voice__img {
	width: 25%;
	text-align: center;
	margin-right: 2rem;
}
@media screen and (max-width: 767px) {
	.voice__img {
		width: 60%;
		margin: 0 auto 1rem auto;
	}
}
.voice--txt--wrap {
	width: 100%;
}
.voice__txt {
	padding-bottom: 1rem;
}
.voice__txt__list {
	text-indent: -1rem;
	margin-left: 1rem;
}
.voice__txt__list::before {
	content: '●';
	text-indent: 0;
	display: inline-block;
	width: 1em;
	color: #04304d;
	margin-right: 0.2rem;
}
