@charset "UTF-8";
@import "common.pc.css?v200731";

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */
#wrapper {
	padding-top: 0;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 100vh;
	background: #f4eeeb;
	font-size: 0;
	line-height: 100vh;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

@media only screen and (max-height: 640px) {
	#visual {
		background-size: 100% auto;
	}
}

#visual video {
	height: 100vh;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}

@media only screen and (min-width: 1500px) {
	@media only screen and (max-height: 890px) {
		#visual video {
			width: 100%;
			height: auto;
		}
	}
}

@media only screen and (min-height: 890px) {
	@media only screen and (min-width: 1600px) {
		#visual video {
			width: 100%;
			height: auto;
		}
	}
}
@media screen and (min-aspect-ratio: 20/9) {
	#visual video {
		height: auto;
	}
}
@media screen and (max-aspect-ratio: 16/9) {
	#visual video {
		width: auto;
	}
}

#visual h2 {
	width: 100%;
	height: 146px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
}

/* ---------------------------------------------------------
	CSS Document visual > slider
--------------------------------------------------------- */

/*#slider .slides li {*/
	/*height: 100vh;*/
	/*overflow: hidden;*/
	/*position: relative;*/
/*}*/

/*#slider .slides img {*/
	/*width: 100%;*/
	/*transform: translateY(-50%);*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 0;*/
/*}*/

/* ---------------------------------------------------------
	CSS Document visual > news
--------------------------------------------------------- */

#visual .news {
	width: 100%;
	padding: 7px 0 5px;
	background: rgba(0, 0, 0, 0.6);
	line-height: 22px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

#visual .news a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

#visual .news dl {
	height: 22px;
	overflow: hidden;
	margin: 7px 0;
	text-align: left;
}

#visual .news dt {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	font-size: 13px;
	color: #fff;
}

#visual .news dt .cat {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 22px;
	margin-right: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e0d6d0;
	text-align: center;
	color: #2f2b29;
}

#visual .news dt .cat.cat_02 {
	background: #b92765;
	color: #fff;
}

#visual .news dt .date:before {
	display: inline-block;
	vertical-align: 1px;
	content: '';
	width: 0;
	height: 0;
	margin-right: 10px;
	border: solid 4px transparent;
	border-left: solid 6px #fff;
}

#visual .news dd {
	display: inline-block;
	vertical-align: top;
	width: 630px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

#visual .news dd a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

#visual .news .f_right {
	width: 150px;
	overflow: hidden;
	position: relative;
}

#visual .news .f_right a {
	display: block;
	height: 50px;
	padding-right: 3px;
	text-align: right;
	line-height: 50px;
}

#visual .news .f_right a:hover {
	opacity: 0.6;
}

#visual .news .f_right a:after {
	display: inline-block;
	vertical-align: 1px;
	content: '';
	width: 7px;
	height: 7px;
	margin-left: 5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#visual .news .f_right:before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-animation: sc_ani01 2s infinite;
	animation: sc_ani01 2s infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes sc_ani01 {
	0% {
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		width: 100%;
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 100%;
	}
	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 0;
	}
}

@keyframes sc_ani01 {
	0% {
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		width: 100%;
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 100%;
	}
	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 0;
	}
}

/* ---------------------------------------------------------
	CSS Document visual > scroll
--------------------------------------------------------- */

#visual .scroll {
	width: 60px;
/*
	max-height: 660px;
	height: 100vh;
*/
	margin-left: -30px;
	background: #000;
	font-family: 'Lora', serif;
	font-size: 19px;
	line-height: 1;
	position: absolute;
	left: 50%;
	bottom: 100px;
	z-index: 3;
}

/*
#visual .scroll:not(.effect) {
	position: fixed;
	top: 0;
}

#visual .scroll.effect {
	position: absolute;
	bottom: 20px;
}

@media only screen and (min-height: 860px) {
	#visual .scroll {
		position: absolute;
		bottom: 0;
	}
}
*/

#visual .scroll a {
	width: 60px;
	text-decoration: none;
	color: #2f2b29;
	position: absolute;
	bottom: 0;
	left: 0;
}

#visual .scroll a:after {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	margin: 0 auto;
	border-bottom: solid 2px #2f2b29;
	border-right: solid 2px #2f2b29;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#visual .scroll a:hover {
	opacity: 0.5;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 45px;
	font-size: 0;
}

#about .line {
	height: 80px;
}

#about h2 {
	margin-bottom: 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	color: #d57d7a;
}

#about p {
	margin-bottom: 30px;
	font-size: 16px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 60px;
	padding: 30px 50px 30px;
	background: #f4eeeb;
}

#case h3 {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	color: #96835e;
}

#case dl {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

#case dt {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
	padding: 5px 0 7px;
	background: #d57d7a;
	line-height: 22px;
	color: #fff;
}

#case dl:nth-of-type(2) dt {
	background: #72afc8;
}

#case dl:nth-of-type(3) dt {
	background: #adbd6b;
}

#case dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document explanation
--------------------------------------------------------- */

#explanation {
	margin-bottom: 45px;
	text-align: left;
}

#explanation h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	color: #d57d7a;
}

#explanation p {
	margin-top: 30px;
}

#explanation .w720 {
	width: 720px;
}

#explanation .w520 {
	margin-bottom: 50px;
	padding-right: 490px;
	padding-bottom: 150px;
	position: relative;
}

#explanation .w520 figure {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ---------------------------------------------------------
	CSS Document example
--------------------------------------------------------- */

#example {
	margin-bottom: 50px;
	padding: 40px;
	background: #f4eeeb;
	text-align: left;
	font-size: 0;
}

#example h3 {
	display: inline-block;
	vertical-align: top;
	width: 273px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	color: #96835e;
}

#example ul {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}

#example ul:after {
	content: '';
	width: 125px;
	height: 133px;
	background: url(../top/example_ill.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: -194px;
}

#example li {
	padding-left: 32px;
	background: url(../top/example_check.png) no-repeat left;
	background-size: 18px auto;
}

/* ---------------------------------------------------------
	CSS Document lastly
--------------------------------------------------------- */

#lastly {
	margin-bottom: 30px;
	text-align: left;
}

#lastly .w540 {
	width: 540px;
}

#lastly p {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------
	CSS Document voice
--------------------------------------------------------- */

#voice {
	width: 100%;
	background: #f1f6df;
	font-size: 0;
	position: relative;
	z-index: 0;
}

#voice:before {
	content: '';
	width: 100%;
	height: 236px;
	background: url(../top/voice_01.png) no-repeat top;
	background-size: 100% 236px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#voice .container {
	padding-top: 35px;
	position: relative;
	z-index: 2;
}

#voice .container:before {
	content: '';
	width: 300px;
	height: 198px;
	background: url(../top/voice_02.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: -110px;
	z-index: 2;
}

#voice .container:after {
	content: '';
	width: 300px;
	height: 198px;
	background: url(../top/voice_02.png) no-repeat 0 0;
	position: absolute;
	bottom: -200px;
	left: -180px;
	z-index: 2;
}

#voice .line {
	margin-bottom: 10px;
}

#voice h2 {
	margin-bottom: 70px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
	color: #96835e;
}

#voice h2 span {
	display: block;
	font-family: 'Lora', serif;
	font-size: 40px;
}

#voice .clearfix {
	width: 940px;
	margin: 0 auto 60px;
}

#voice .w540 {
	width: 540px;
	text-align: left;
}

#voice h3 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5;
	color: #d57d7a;
}

#voice p {
	font-size: 16px;
}

#voice .more {
	height: 250px;
	position: relative;
	z-index: 3;
}

#voice .more:before {
	content: '';
	width: 100%;
	height: 236px;
	background: url(../top/voice_05.png) no-repeat top;
	background-size: 100% 236px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#voice .more a {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 60px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 2px #d57d7a;
	background: #d57d7a;
	text-decoration: none;
	font-size: 16px;
	line-height: 56px;
	color: #fff;
}

#voice .more a:hover {
	background: #fff;
	color: #d57d7a;
}

#voice figure {
	position: relative;
	width: 360px;
	overflow: hidden;
	border-radius: 140px 0 140px 0;
	position: relative;
	transition: .4s;
}

#voice figure:hover {
	border-radius: 0;
}

#voice figure img {
	max-width: 410px;
	position: relative;
	left: -25px;
}

/* ---------------------------------------------------------
	CSS Document teacher
--------------------------------------------------------- */

#teacher {
	margin-top: -90px;
}

#teacher .container {
	padding-top: 35px;
	position: relative;
	z-index: 2;
}

#teacher .container:before {
	content: '';
	width: 500px;
	height: 411px;
	background: url(../top/teacher_ill.png) no-repeat 0 0;
	position: absolute;
	top: -65px;
	right: -310px;
	z-index: 2;
}

#teacher .line {
	margin-bottom: 10px;
}

#teacher h2 {
	margin-bottom: 45px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
	color: #96835e;
}

#teacher h2 span {
	display: block;
	font-family: 'Lora', serif;
	font-size: 40px;
}

#teacher h3 {
	height: 24px;
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	color: #96835e;
	position: relative;
	z-index: 0;
}

#teacher h3:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #96835e;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

#teacher h3 span {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	background: #fff;
}

/**/
#teacher .w610 {
	width: 610px;
	margin-bottom: 50px;
	text-align: left;
}

#teacher .w610 .name {
	margin-bottom: 5px;
	line-height: 24px;
}

#teacher .w610 .name span {
	display: inline-block;
	vertical-align: top;
}

#teacher .w610 .name span:nth-of-type(2) {
	margin-left: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 24px;
	line-height: 22px;
}

#teacher .w610 .name span:nth-of-type(3) {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

#teacher .w610 .copy {
	margin-bottom: 15px;
	color: #938278;
}

#teacher .w610 ul {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 10px 15px;
	background: #f4eeeb;
	font-size: 14px;
}

/**/
#teacher .publish {
	margin-bottom: 60px;
	font-size: 0;
}

#teacher .publish .amazon {
	margin-bottom: 20px;
}

#teacher .publish .amazon li {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}

#teacher .publish .amazon li:last-of-type {
	margin-right: 0;
}

#teacher .publish .amazon a {
	text-decoration: none;
	font-size: 14px;
	color: #2f2b29;
}

#teacher .publish .amazon img {
	height: 195px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	transition: .4s;
}

#teacher .publish .amazon a:hover img {
	transform: scale(1.05);
	opacity: 0.7;
}

#teacher .publish .amazon span {
	display: block;
	width: 138px;
	margin: 10px auto 0;
	text-align: left;
	transition: .4s;
}

#teacher .publish .amazon a:hover span {
	opacity: 0.5;
}

#teacher .publish h4 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	color: #b92765;
}

#teacher .publish .more a {
	width: 240px;
}

#teacher .publish .more a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 18px;
	height: 58px;
	margin-left: 7px;
	background: url(../top/teacher_off.png) no-repeat left;
	transition: .4s;
}

#teacher .publish .more a:hover:after {
	background-image: url(../top/teacher_on.png);
}

/**/
#teacher .media {
	margin-bottom: 110px;
	font-size: 0;
}

#teacher .media .list li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: left;
	font-size: 16px;
}

#teacher .media .right li {
	margin-top: 20px;
	font-size: 16px;
}

/* ---------------------------------------------------------
	CSS Document message
--------------------------------------------------------- */

#message {
	margin-bottom: 60px;
}

#message .article {
	margin-bottom: 35px;
	background: #feeee9;
}

#message .article:before {
	display: block;
	content: '';
	height: 8px;
	background: url(../top/message_02.png) repeat-x top;
}

#message .article:after {
	display: block;
	content: '';
	height: 8px;
	background: url(../top/message_03.png) repeat-x top;
}

#message .container {
	padding: 36px 0 60px;
	text-align: left;
	position: relative;
}

#message figure {
	position: absolute;
	top: -110px;
	right: -80px;
}

#message .w550 {
	width: 550px;
}

#message h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.3;
	color: #d57d7a;
}

#message p {
	margin-top: 30px;
}

/* ---------------------------------------------------------
	CSS Document curriculum
--------------------------------------------------------- */

#curriculum {
	margin-bottom: 80px;
}

#curriculum h2 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
	color: #96835e;
}

#curriculum h2 span {
	display: block;
	font-family: 'Lora', serif;
	font-size: 40px;
}

#curriculum .category .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	padding: 20px 25px;
	border-radius: 5px;
	background: #f0e7e5;
	text-align: left;
	font-size: 0;
	line-height: 34px;
}

#curriculum .category dl {
	min-width: 50%;
	margin: 7px 0;
}

#curriculum .category dt {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	margin-right: 15px;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d57d7a;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
}

#curriculum .category dd {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

#curriculum .schedule {
	margin-top: 50px;
	font-size: 0;
}

#curriculum .day {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

#curriculum .day dt {
	display: inline-block;
	vertical-align: top;
	width: 46px;
	height: 220px;
	margin-right: 30px;
	background: url(../top/curriculum_arrow.png) no-repeat bottom;
	line-height: 220px;
}

#curriculum .day dt span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5;
}

#curriculum .day dt span small {
	display: block;
	vertical-align: top;
	height: 20px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 16px;
	letter-spacing: -3px;
}

#curriculum .day dd {
	display: inline-block;
	vertical-align: top;
	width: 290px;
}

#curriculum .summary {
	display: inline-block;
	vertical-align: top;
	width: 628px;
	text-align: left;
	font-size: 16px;
}

#curriculum .summary h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	color: #d57d7a;
}

#curriculum .summary h3 span {
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 16px;
}

#curriculum .summary ul {
	margin-top: 15px;
	padding: 15px;
	font-size: 0;
	position: relative;
}

#curriculum .summary li {
	font-size: 14px;
	letter-spacing: -0.5px;
}

#curriculum .summary ul.etc li {
	display: inline-block;
	vertical-align: top;
	width: 46%;
}

#curriculum .summary ul.etc li:nth-of-type(odd) {
	width: 54%;
}

#curriculum .summary ul.etc li:last-of-type {
	width: auto;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

#curriculum .curriculum_01 dt {
	background-color: rgba(252, 224, 224, 1.0);
}

#curriculum .curriculum_01 ul {
	background-color: rgba(252, 224, 224, 0.5);
}

#curriculum .curriculum_02 dt {
	background-color: rgba(253, 228, 209, 1.0);
}

#curriculum .curriculum_02 ul {
	background-color: rgba(253, 228, 209, 0.5);
}

#curriculum .curriculum_03 dt {
	background-color: rgba(254, 243, 197, 1.0);
}

#curriculum .curriculum_03 ul {
	background-color: rgba(254, 243, 197, 0.5);
}

#curriculum .curriculum_04 dt {
	background-color: rgba(232, 253, 201, 1.0);
}

#curriculum .curriculum_04 ul {
	background-color: rgba(232, 253, 201, 0.5);
}

#curriculum .curriculum_05 dt {
	background-color: rgba(219, 239, 252, 1.0);
}

#curriculum .curriculum_05 ul {
	background-color: rgba(219, 239, 252, 0.5);
}

#curriculum .curriculum_06 dt {
	background-color: rgba(217, 220, 249, 1.0);
}

#curriculum .curriculum_06 ul {
	background-color: rgba(217, 220, 249, 0.5);
}

#curriculum .example {
	margin-top: 50px;
	margin-bottom: 40px;
	padding: 40px 0 40px 40px;
	background: #f4eeeb;
	text-align: left;
	font-size: 0;
}

#curriculum .example h3 {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.3;
	color: #96835e;
}

#curriculum .example ul {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}

#curriculum .example ul:after {
	content: '';
	width: 80px;
	height: 78px;
	background: url(../top/curriculum_ill.png) no-repeat 0 0 / 100% auto;
	position: absolute;
	bottom: 0;
	left: -120px;
}

#curriculum .example li {
	padding-left: 32px;
	background: url(../top/example_check.png) no-repeat left;
	background-size: 18px auto;
}

/* ---------------------------------------------------------
	CSS Document price
--------------------------------------------------------- */

#price {
	margin-bottom: 80px;
}

#price h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 26px;
	color: #96835e;
}

#price .table {
	display: table;
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	text-align: left;
	line-height: 28px;
}

#price .table p {
	margin-bottom: 10px;
}

#price .table dl {
	display: table-row;
}

#price .table dt {
	display: table-cell;
	vertical-align: top;
	width: 230px;
	padding: 15px 20px;
	border: solid 1px #d6d6d5;
	background: #f3f3f2;
}

#price .table dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 20px;
	border: solid 1px #d6d6d5;
}

#price .table dd span {
	font-size: 20px;
	color: #cc0000;
}

#price .table dd span small {
	font-size: 15px;
}

/* ---------------------------------------------------------
	CSS Document price > sale
--------------------------------------------------------- */

#price .pink {
	color: #d57d7a;
}

#price .copy {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2;
}

#price .copy .en {
	font-size: 26px;
	color: #96835e;
}

#price .copy .pink {
	font-size: 26px;
}

#price .copy .ja {
	font-size: 32px;
}

#price .copy:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin: 0 auto -50px;
	border: solid 70px transparent;
	border-top: solid 35px #f4eeeb;
}

#price h4 {
	height: 50px;
	margin-bottom: 20px;
	background: #d57d7a;
	font-weight: bold;
	font-size: 26px;
	line-height: 52px;
	color: #fff;
	position: relative;
	z-index: 0;
}

#price h4:after,
#price h4:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 25px transparent;
	position: absolute;
	top: 0;
}

#price h4:after {
	border-right: solid 18px #fff;
	right: 0;
}

#price h4:before {
	border-left: solid 18px #fff;
	left: 0;
}

#price .sale {
	margin-bottom: 30px;
	padding: 45px 50px;
	border: solid 3px #d57d7a;
	text-align: left;
}

#price .sale h5 {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 36px;
	margin-bottom: 15px;
	background: #f4eeeb;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 38px;
}

#price .sale .flex {
	display: flex;
	align-items: center;
	margin: 30px 0;
	font-size: 20px;
}

#price .sale .flex h5 {
	margin-bottom: 0;
	margin-right: 20px;
}

#price .sale .flex .sale_price {
	height: 28px;
	line-height: 30px;
}

#price .sale .flex .normal_price:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 31px;
	height: 28px;
	margin: 0 5px 0 20px;
	background: url(../top/price_01.svg) no-repeat left / 100% auto;
}

#price .sale .flex .tag {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 28px;
	border-radius: 28px;
	background: #d57d7a;
	text-align: center;
	color: #fff;
}

#price .sale .flex .pink {
	display: inline-block;
	vertical-align: top;
	height: 28px;
	background: linear-gradient(to bottom, transparent 65%, #fdf3c3 65%);
}

#price .sale .flex .pink i {
	font-weight: bold;
	font-style: normal;
	font-size: 32px;
	line-height: 26px;
}

/* ---------------------------------------------------------
	CSS Document schedule
--------------------------------------------------------- */

#schedule {
	margin-bottom: 80px;
	font-size: 0;
}

#schedule h2 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
	color: #96835e;
}

#schedule h2 span {
	display: block;
	font-family: 'Lora', serif;
	font-size: 40px;
}

#schedule .table {
	display: table;
	width: 100%;
	border-left: solid 1px #d6d6d5;
	border-bottom: solid 1px #d6d6d5;
}

#schedule .th {
	display: table-row;
}

#schedule .th li {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
	border-top: solid 1px #d6d6d5;
	border-right: solid 1px #d6d6d5;
	background: #f3f3f2;
	font-size: 16px;
	line-height: 1.3;
}

#schedule .td {
	display: table-row;
}

#schedule .td dl {
	display: table-cell;
	vertical-align: middle;
	border-top: solid 1px #d6d6d5;
	border-right: solid 1px #d6d6d5;
}

#schedule .td dt {
	display: none;
}

#schedule .td dd {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}

#schedule .td dd span {
	color: #cb0101;
}
#schedule .td dd span.closed {
	color: #333;
}

#schedule .td dd a:not(.normal) {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 32px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f18931;
	background: -moz-linear-gradient(top,  #f18931 0%, #e1655e 100%);
	background: -webkit-linear-gradient(top,  #f18931 0%,#e1655e 100%);
	background: linear-gradient(to bottom,  #f18931 0%,#e1655e 100%);
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	color: #fff;
}

#schedule .td dd a:hover {
	opacity: 0.5;
}

#schedule .price {
	margin-top: 30px;
	padding: 15px 25px;
	background: #f3f3f2;
	text-align: left;
	font-size: 16px;
}

#schedule .price .strong {
	font-size: 20px;
}

#schedule .price .em {
	font-size: 14px;
}

#schedule .price a:hover {
	opacity: 0.5;
}

/* ---------------------------------------------------------
	CSS Document access
--------------------------------------------------------- */

#access {
}

#access h2 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3;
	color: #96835e;
}

#access h2 span {
	display: block;
	font-family: 'Lora', serif;
	font-size: 40px;
}

#access .note {
	height: 50px;
	margin-bottom: 40px;
	background: #f3f3f2;
	line-height: 50px;
}

#access .clearfix {
	min-height: 290px;
	margin-bottom: 40px;
	position: relative;
}

#access .w550 {
	width: 550px;
	text-align: left;
}

#access .w550 dt {
	margin-bottom: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	color: #96835e;
}

#access .w420 {
	width: 420px;
	margin-bottom: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

#access .train {
	margin-top: 25px;
	padding: 15px 0 15px 15px;
	background: #f4eeeb;
	font-size: 0;
	line-height: 1.5;
}

#access h3 {
	display: inline-block;
	vertical-align: top;
	width: 92px;
	font-weight: normal;
	font-size: 16px;
	color: #96835e;
}

#access ul {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	font-size: 14px;
}

#access .train li {
	margin-left: 1em;
	list-style: disc;
}

#access .train a:hover {
	opacity: 0.7;
}

#access .iframe {
	height: 390px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #f4eeeb;
}

#access iframe {
	vertical-align: top;
	width: 100%;
	height: 390px;
	overflow: hidden;
	border: 0;
	background: #f4eeeb;
}

#access .btn.nth1 {
	margin-bottom: 100px;
}

#access .btn a {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 50px;
	border: solid 2px #aa9f8a;
	background: #aa9f8a;
	text-decoration: none;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
}

#access .btn a:hover {
	background: #fff;
	color: #aa9f8a;
}
