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

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 50px;
}


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

#about {
	margin-bottom: 40px;
}

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

#guideline {
	margin-bottom: 50px;
}

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

#guideline .article {
	padding: 50px 0 20px;
	background: #f4eeeb;
}

#guideline .clearfix {
	margin: 0 54px 30px;
}

#guideline .w193 {
	width: 193px;
	text-align: center;
}

#guideline .w193 img {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

#guideline .w680 {
	width: 680px;
	text-align: left;
}

#guideline h4 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	color: #d57d7a;
}

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

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

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

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

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

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

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

#flow .f_left {
	width: 200px;
	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 {
	width: 800px;
	text-align: left;
	position: relative;
}

#flow h4 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	color: #d57d7a;
}

#flow p {
	letter-spacing: -1px;
}

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

#flow .absolute {
	position: absolute;
	right: 0;
	bottom: 0;
}

#flow .youtube span {
	display: inline-block;
	vertical-align: top;
	height: 28px;
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 30px;
}

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

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

#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;
}

#flow .youtube a:hover {
	opacity: 0.6;
}

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

#curriculum {
	margin-bottom: 80px;
}

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

#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(../../include/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(../../include/top/curriculum_ill.png) no-repeat 0 0 / 100% auto;
	position: absolute;
	bottom: 0;
	left: -120px;
}

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

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

#price {
	margin-bottom: 50px;
}

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

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

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

#price dl {
	display: table-row;
}

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

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

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

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

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

#access {}

#access h2 {
	font-weight: normal;
	font-size: 26px;
	color: #96835e;
}

#access .note {
	margin-bottom: 30px;
}

#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;
	display: flex;
	align-items: center;
}

#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;
}

#apply {
	margin-bottom: 50px;
}

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

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