@charset "UTF-8";
@import "../../include/css/common.sp.css";

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

#about {
	margin: 0 20px 40px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document guideline
--------------------------------------------------------- */

#guideline {
	margin-bottom: 20px;
}

#guideline h3 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 5vmin;
	color: #96835e;
}

#guideline .article {
	padding: 30px 20px 10px;
	background: #f4eeeb;
}

#guideline .clearfix {
	font-size: 0;
}

#guideline .w193 {
	display: inline-block;
	vertical-align: top;
	width: 90px;
}

#guideline .w680 {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 90px);
	padding-left: 15px;
	text-align: left;
	font-size: 3vmin;
}

#guideline h4 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 3.5vmin;
	line-height: 26px;
	color: #d57d7a;
}

#guideline h4 span {
	display: inline-block;
	vertical-align: top;
	font-size: 3vmin;
}

#guideline h4:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 20px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/guideline_03.png) no-repeat left / 100% auto;
}

#guideline p {
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin: 0 20px 20px;
	border-bottom: solid 1px #d6d6d5;
}

#flow h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 5vmin;
	color: #96835e;
}

#flow .clearfix {
	padding: 30px 0;
	border-top: solid 1px #d6d6d5;
}

#flow .f_left {
	width: 200px;
	margin: 0 auto 20px;
	padding-top: 20px;
	position: relative;
}

#flow .f_left dt {
	width: 90px;
	height: 63px;
	padding-top: 8px;
	border-radius: 40px 0 40px 0;
	background: #eebf4d;
	font-family: 'Lora', serif;
	line-height: 1.1;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#flow .f_left dt span {
	display: block;
	font-size: 30px;
}

#flow .f_left img {
	width: 180px;
}

#flow .w800 {
	text-align: left;
	font-size: 14px;
}

#flow h4 {
	margin-bottom: 15px;
	text-align: center;
	font-weight: normal;
	font-size: 4vmin;
	line-height: 1;
	color: #d57d7a;
}

#flow p:not(:last-of-type) {
	margin-bottom: 20px;
}

#flow .more {
	margin-top: 20px;
	text-align: center;
}

#flow .youtube span {
	display: block;
	margin-bottom: 2vw;
	font-size: 4vw;
}

#flow .youtube a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2vw;
	padding: 0 0.5em;
	border-radius: 6px;
	background: linear-gradient(to bottom, #cd2b70 0%, #b92765 100%);
	text-decoration: none;
	font-size: 3.5vw;
	line-height: 8vw;
	color: #fff;
	position: relative;
}

#flow .youtube a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 5vw;
	height: 8vw;
	margin-right: 0.5em;
	background: url(../images/youtube.png) no-repeat left / 100% auto;
}

#flow .youtube a:after {
	display: inline-block;
	vertical-align: 0;
	content: '';
	width: 0;
	height: 0;
	margin-left: 0.4em;
	border: solid 5px transparent;
	border-left: solid 7px #fff;
}

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

#curriculum {
	margin: 0 20px 20px;
}

#curriculum h3 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 5vmin;
	color: #96835e;
}

#curriculum .category {
	text-align: left;
	font-size: 3vw;
}

#curriculum .category .flex {
	margin-top: 20px;
	padding: 3vw 0 3vw 3vw;
	border-radius: 5px;
	background: #f0e7e5;
}

#curriculum .category dl {
	display: table;
	line-height: 1.4;
}

#curriculum .category dl:not(:last-of-type) {
	margin-bottom: 10px;
}

#curriculum .category dt {
	display: table-cell;
	vertical-align: middle;
	width: 10em;
	padding: 5px 0;
	border-radius: 5px;
	background: #d57d7a;
	text-align: center;
	color: #fff;
}

#curriculum .category dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

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

#curriculum .day {
	margin-bottom: 15px;
}

#curriculum .day dl {
	display: table;
	width: 100%;
}

#curriculum .day dt {
	display: table-cell;
	vertical-align: top;
	width: 46px;
	background: url(../../include/top/curriculum_arrow.png) no-repeat bottom;
	line-height: 170px;
}

#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: table-cell;
	vertical-align: top;
	padding-left: 30px;
}

#curriculum .summary {
	text-align: left;
	font-size: 3vmin;
}

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

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

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

#curriculum .summary li {
	font-size: 3vmin;
}

#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: 50px -20px 30px;
	padding: 30px 20px;
	background: #f4eeeb;
	text-align: left;
	position: relative;
}

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

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

#curriculum .example li {
	margin-top: 10px;
	padding-left: 22px;
	background: url(../../include/top/example_check.png) no-repeat 0 4px / 16px auto;
	font-size: 3.1vmin;
}

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

#price {
	margin: 0 20px 40px;
}

#price h3 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 5vmin;
	color: #96835e;
}

#price p {
	text-align: left;
	margin-bottom: 10px;
}

#price dl {
	margin-top: -1px;
	border: solid 1px #d6d6d5;
}

#price dt {
	padding: 10px 0;
	border-bottom: solid 1px #d6d6d5;
	background: #f3f3f2;
}

#price dd {
	padding: 15px 20px;
	text-align: left;
}

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

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

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

#access {
	margin: 0 20px;
	text-align: left;
}

#access h2 {
	text-align: center;
	font-weight: normal;
	font-size: 5vmin;
	color: #96835e;
}

#access .note {
	text-align: center;
	margin-bottom: 30px;
	font-size: 3.5vw;
}

#access .w550 dt {
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 5vmin;
	line-height: 1;
	color: #96835e;
	display: flex;
	align-items: center;
	justify-content: center;
}

#access .w420 {
	width: 210px;
	margin: 20px auto 30px;
}

#access .train {
	margin-bottom: 20px;
	padding: 15px 0 15px 15px;
	background: #f4eeeb;
	line-height: 1.5;
}

#access h3 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 4vmin;
	color: #96835e;
}

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

#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: 60px;
}

#access .btn a {
	display: block;
	height: 50px;
	margin: 0 20px;
	background: #aa9f8a;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}

#apply{
	margin: 0 auto 40px;
}

#apply .btn.schedule a {
	text-decoration: none;
	color: #fff;
	width: 220px;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom, #f18931 0%, #e1655e 100%);
}