@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
#page-ttl .ttl-area {
	height: 27rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single{
	font-size: 16px;
}

.news-area, .qa-area, .blog-area, .recruit-area, .seminar-area, .teacher-area, .teacher-detail-area {
	line-height: 2;
}
.news-area .sub-ttl, .qa-area .sub-ttl, .blog-area .sub-ttl, .recruit-area .sub-ttl, .seminar-area .sub-ttl, .teacher-area .sub-ttl {
	margin-bottom: 3em !important;
}
/*------------------------

お知らせ一覧

-----------------------*/
.box {
	box-sizing: border-box;
}
.box h2, .box h3 {
	text-align: center;
}
.news-list-bg {
	background-image: url("../images/page/news/bg-main@2x.png");
	background-image: image-set(url("../images/page/news/bg-main@2x.png") 1x, url("../images/page/news/bg-main@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/news/bg-main@2x.png) 1x, url(../images/page/news/bg-main@2x.png) 2x);
	background-size: cover;
}
.news-area {
	padding: 10em 0;
	background-image: url("../images/page/news/bg-img.png");
	background-image: image-set(url("../images/page/news/bg-img.png") 1x, url("../images/page/news/bg-img@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/news/bg-img.png) 1x, url(../images/page/news/bg-img@2x.png) 2x);
	background-size: cover;
	position: relative;
}
.top-info__list {
	flex-direction: unset;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	display: flex;
}
.top-info__link {
	flex-direction: column;
}
.top-info__item {
	width: 31%;
	margin: 0 10px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 2rem;
}
li.top-info__item div.list-name {
	background: #d2cbd1;
	font-size: 2rem;
	color: #c8c0c8;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 1rem;
	text-align: left;
	top: 0;
}
.attachment-post-thumbnail {
	width: 350px;
	object-fit: cover;
}
a.top-info__link p.time {
	background: #b5aab5;
	font-size: 1.4rem;
	color: #fff;
	display: inline-block;
	padding: 2px 1rem;
	margin-bottom: 1rem;
}
a.top-info__link > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: #fff;
	padding: 2rem;
}
a.top-info__link > div > span:nth-child(2) {
	color: #b5aab5;
	height: 7.5em;
	font-size: 1.6rem;
}
li.top-info__item > div > img {
 width: 100%;
 height: 233px;
 object-fit: cover;
}

/*矢印が右に移動する*/
.more_arrow {
	position: relative;
	display: flex;
	padding: 0 20px;
	text-decoration: none;
	outline: none;
	color: #754c24;
	font-size: 1.9rem;
	text-align: right;
	right: -155px;
}
/*矢印と下線の形状*/
.more_arrow::before {
	content: '';
	/*絶対配置で下線の位置を決める*/
	position: absolute;
	bottom: 33%;
	right: -59px;
	width: 75%;
	height: 1px;
	background: #333;
	/*アニメーションの指定*/
	transition: all .3s;
}
.more_arrow::after {
	content: '';
	/*絶対配置で矢印の位置を決める*/
	position: absolute;
	right: -61px;
	width: 15px;
	height: 1px;
	background: #333;
	bottom: 48%;
	transform: rotate(45deg);
	/*アニメーションの指定*/
	transition: all .3s;
}
.article-single h1:nth-child(1) {
	color: #b5aab5;
	font-size: 3rem;
}
.article-cont {
	padding: 3rem;
	margin: 3rem;
}
.article-info-day > dd:nth-child(1) {
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.article-info > div:nth-child(2) > p:nth-child(1) {
	font-size: 1.4rem;
}
.benefit-s-btn {
	margin-top: 7rem;
	display: block;
	font-size: 1.4rem;
}
/*------------------------

ブログ一覧

-----------------------*/
.blog-bg {
	background-image: url("../images/page/blog/bg-main@2x.png");
	background-image: image-set(url("../images/page/blog/bg-main@2x.png") 1x, url("../images/page/blog/bg-main@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/blog/bg-main@2x.png) 1x, url(../images/page/blog/bg-main@2x.png) 2x);
	background-size: cover;
}
.blog-area {
	padding: 10em 0;
	background-image: url("../images/page/blog/bg-imgg@2x.png");
	background-image: image-set(url("../images/page/blog/bg-imgg@2x.png") 1x, url("../images/page/blog/bg-img@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/blog/bg-img@2x.png) 1x, url(../images/page/blog/bg-img@2x.png) 2x);
	background-size: cover;
	position: relative;
}
/*------------------------

よくある質問

-----------------------*/
.qa-bg {
	background-image: url("../images/page/qa/bg-main@2x.png");
	background-image: image-set(url("../images/page/qa/bg-main@2x.png") 1x, url("../images/page/qa/bg-main@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/qa/bg-main@2x.png) 1x, url(../images/page/qa/bg-main@2x.png) 2x);
	background-size: cover;
}
.qa-area {
	padding: 10em 0;
	background-image: url("../images/page/qa/bg-img.png");
	background-image: image-set(url("../images/page/qa/bg-img.png") 1x, url("../images/page/qa/bg-img@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/qa/bg-img.png) 1x, url(../images/page/qa/bg-img@2x.png) 2x);
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;

}
.qa_cont > dl {
	margin-bottom: 2rem;
}
dl > dt.questions {
	position: relative;
	font-size: 20px;
	display: flex;
	align-items: center;
	padding-right: 2rem;
	color: #807c7a;
	background: #f2ede7;
	height: 60px;
	cursor: pointer;
}
dt.questions > span.icon_questions {
	background: #988575;
	color: #f7f6f1;
	height: 100%;
	width: 60px;
	font-size: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1em;
	font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}
.qa_cont dl > dt.questions::before, .qa_cont dl > dt.questions::after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #fff;
	right: 0%;
	top: 50%;
	width: 30px;
	height: 2px;
	background: #a67c52;
	transform: translate(-50%, -50%);
}
.qa_cont dl > dt.questions::before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.qa_cont dl > dt.questions.active::before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.qa_cont dl > dd.anser {
	font-size: 16px;
	position: relative;
	padding-left: 3em;
	margin-bottom: 0em;
	overflow: visible;
	background: #fbfbf9;
	padding: 1em 0 1em 6.5em;
}
.qa_cont dl > dd.anser::before {
	content: "A";
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 15px;
	font-size: 40px;
	color: #d2a49c;
	font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}
.qa_cont dl > dd.anser ul li {
	padding-left: 1em;
	text-indent: -1em;
}
/*------------------------

先生紹介

-----------------------*/
.teacher-bg {
	background-image: url("../images/page/teacher/bg-main@2x.png");
	background-image: image-set(url("../images/page/teacher/bg-main@2x.png") 1x, url("../images/page/teacher/bg-main@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/teacher/bg-main@2x.png) 1x, url(../images/page/teacher/bg-main@2x.png) 2x);
	background-size: cover;
}
.teacher-area {
	padding: 10em 0;
	background-image: url("../images/page/teacher/bg-img.png");
	background-image: image-set(url("../images/page/teacher/bg-img.png") 1x, url("../images/page/teacher/bg-img@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/teacher/bg-img.png) 1x, url(../images/page/teacher/bg-img@2x.png) 2x);
	background-size: cover;
	position: relative;
}
.teacher-detail-area {
	margin: 10rem 0;
}
.article-profile {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.article-profile > .inner {
	margin: 0;
	width: 40%;
}
.article-profile > img:nth-child(1) {
	width: 640px;
	height: 340px;
	object-fit: cover;
}
.profile_text {
	width: 100%;
	margin: 0 0 0 auto;
	padding-left: 4rem;
	box-sizing: border-box;
}
.article-profile div.name01 {
	color: #b5aab5;
	font-size: 6.4rem;
	margin-bottom: 1rem;
	line-height: 1;
}
.article-profile h2.name02 {
	color: #42210b;
	font-size: 2.4rem;
	text-align: left;
	margin-bottom: 1rem;
}
.article-profile dl {
	font-size: 1.6rem;
	display: flex;
}
.article-profile dl dt, .article-profile dl dd {
	font-size: 1.6rem;
}
.responsible_person_box_single {
	display: flex;
}
.article-profile p.responsible_person {
	background: #b5aab5;
	color: #fff;
	font-size: 1.4rem;
	width: 20%;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 1rem;
}
.teacher_message_title, .recruit_title {
	background: #b5aab5;
	color: #fff;
	text-align: center;
	padding: 2rem 0;
}
.arrow_purple {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #b5aab5;
	margin: auto;
}
.message_box > img:nth-child(1) {
	width: 920px;
	height: 350px;
	object-fit: cover;
}
.teacher_message_title > p:nth-child(1), .recruit_title > p:nth-child(1) {
	font-size: 2.3rem;
}
.teacher_message_title > h3:nth-child(2), .recruit_title > h3:nth-child(2) {
	font-size: 1.6rem;
}
.article-message {
	margin-top: 10rem;
	border: solid 1px #b5aab5;
}
.message_box {
	width: 924px;
	margin: 7rem auto 7rem;
}
.message_text {
	font-size: 1.6rem;
	margin-top: 2rem;
}
.teacher-area li.top-info__item a:nth-child(2) > div:nth-child(1) > p.title {
	font-size: 3.6rem;
	color: #b5aab596;
	line-height: 1;
	font-family: magion-web, sans-serif;
	top: -58px;
	position: absolute;
}
.teacher-area a.top-info__link > div {
	position: relative;
	padding: 2rem 1.5rem;
}
.teacher-area li.top-info__item .top-info__txt {
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: 5em;
}
.teacher-area li.top-info__item .top-info__txt .teacher_name {
	color: #b5aab5;
	font-size: 2.0rem;
	width: 60%;
	line-height: 1.3;
	margin-left: 1em;
}
.teacher-area li.top-info__item .top-info__txt .responsible_person_box {
	width: 38%;
}
.teacher-area li.top-info__item .top-info__txt p.responsible_person {
	background: #b5aab5;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 1rem;
}
.teacher-area .top-info__list::after {
	display: block;
	content: "　";
	width: 33%;
}
/* style02.css | http://wonder-kids.co.jp/wkwp/wp-content/themes/wonderkids/css/style02.css?ver=1651028217 */
.tpl_teacher.teacher-area {
	background: #d7d1d7;
}
.tpl_teacher .top-info__list {
	justify-content: center;
}
.tpl_teacher .top-info__list {
	flex-direction: unset;
	flex-wrap: wrap;
	margin-bottom: 0rem;
	display: flex;
}
.tpl_teacher .top-info__item {
	margin-bottom: 4rem;
}
.teacher-area li.top-info__item > img:nth-child(1) {
	width: 100%;
	height: 187px;
	object-fit: cover;
}
/*------------------------

セミナー

-----------------------*/
.seminar-bg {
	background-image: url("../images/page/seminar/bg-main@2x.png");
	background-image: image-set(url("../images/page/seminar/bg-main@2x.png") 1x, url("../images/page/seminar/bg-main@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/seminar/bg-main@2x.png) 1x, url(../images/page/seminar/bg-main@2x.png) 2x);
	background-size: cover;
}
.seminar-area {
	padding: 10em 0;
	background-image: url("../images/page/seminar/bg-img.png");
	background-image: image-set(url("../images/page/seminar/bg-img.png") 1x, url("../images/page/seminar/bg-img@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/seminar/bg-img.png) 1x, url(../images/page/seminar/bg-img@2x.png) 2x);
	background-size: cover;
	position: relative;
}
.seminar-area .inner > p:nth-child(3) {
	text-align: center;
	color: #4d4d4d;
	font-size: 1.6rem;
	margin-bottom: 10rem;
}
/*------------------------

recruit

-----------------------*/
.recruit-bg {
	background-image: url("../images/page/recruit/bg-main@2x.png");
	background-image: image-set(url("../images/page/recruit/bg-main@2x.png") 1x, url("../images/page/recruit/bg-main@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/recruit/bg-main@2x.png) 1x, url(../images/page/recruit/bg-main@2x.png) 2x);
	background-size: cover;
}
.recruit-area {
	padding: 10em 0;
	background-image: url("../images/page/recruit/bg-img.png");
	background-image: image-set(url("../images/page/recruit/bg-img.png") 1x, url("../images/page/recruit/bg-img@2x.png") 2x);
	background-image: -webkit-image-set(url(../images/page/recruit/bg-img.png) 1x, url(../images/page/recruit/bg-img@2x.png) 2x);
	background-size: 100%;
	position: relative;
	background-repeat: no-repeat;
}
.recruit_cont {
	margin-top: 10rem;
	border: solid 1px #b5aab5;
}
.recruit_box {
	margin-top: 3rem;
	padding: 0 8rem;
	margin-top: 3rem;
	padding-bottom: 6rem;
}
div.recruit_box dl > dt {
	background: #b5aab5;
	font-size: 1.6rem;
	color: #fff;
	width: 25%;
	padding: .5rem;
	letter-spacing: .2rem;
	font-weight: normal;
	width: 25%;
	justify-content: center;
	align-items: center;
	display: flex;
}
div.recruit_box dl > dd {
	color: #4d4d4d;
	font-size: 1.6rem;
	padding-left: 1em;
	width: 73%;
}
div.recruit_box dl {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
}
.recruit_text {
	font-size: 1.6rem;
	margin-top: 2rem;
	padding: 1.5rem;
}
h4.recruit_subtitle {
	background: #b5aab5;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	padding: .5rem;
	margin: 3rem 0;
}
ul.recruit_text02 li {
	font-size: 1.6rem;
	text-align: center;
}
.recruit-area .info-list > li a:nth-child(1) {
	justify-content: flex;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}
.entry_btn {
	display: block;
	margin: auto;
	text-align: center;
}
.entry_btn > a:nth-child(1) {
	display: inline-block;
	text-align: center;
	background: #bdaca3;
	color: #fff;
	font-size: 1.6em;
	padding: 10px 5em;
	margin: 2em 0;
	position: relative;
}
.entry_btn > a::before {
	content: "";
	/*絶対配置で下線の位置を決める*/
	position: absolute;
	top: 50%;
	right: -44px;
	width: 80px;
	background: #754c24;
	height: 1px;
	background: #333;
	/*アニメーションの指定*/
	transition: all .2s linear;
}
.entry_btn > a::after {
	content: "";
	/*絶対配置で矢印の位置を決める*/
	position: absolute;
	top: 24%;
	right: -38px;
	background: #754c24;
	/*矢印の形状*/
	width: 1px;
	height: 12px;
	transform: skewX(45deg);
	/*アニメーションの指定*/
	transition: all .2s linear;
}
.entry_btn > a:hover {
	opacity: .8;
}

/*------------------------

form

-----------------------*/
.reserve-area{
	padding: 8em 0;
background: url("../images/page/reserve/bg-img02.png") center center;
  background-size: auto;
background-size: cover;
text-align: center;
}

.formTable {
	width: 100%;
	font-size: 1.6rem;
	border-collapse: collapse;
}
.formTable tr {
	border-top: 1px solid #ccc;
}
.formTable tr th, .formTable tr td {
	padding: 30px 20px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
}
.formTable tr th {
	width: 35%;
	text-align: left;
}
.formTable span.redtext {
	font-weight: bold;
	color: #ad0000;
	font-size: 16px;
}
.formTable tr td label {
	display: block;
}
.formTable tr td label:nth-child(n+2) {
	margin-top: 20px;
}
.formTable tr td .w90 {
	width: 90%;
}
.formTable tr td .w80 {
	width: 80%;
}
.formTable tr td .w70 {
	width: 70%;
}
.formTable tr td .w60 {
	width: 60%;
}
.formTable tr td .w50 {
	width: 50%;
}
.formTable tr td .w40 {
	width: 40%;
}
.formTable tr td input:focus, .formTable tr td textarea:focus {
	background: #fcf9eb;
	outline-style: none;
}
.formTable tr td input, .formTable tr td textarea, .formTable tr td select {
	font-size: 16px;
}
.formTable tr td input[type="text"], .formTable tr td input[type="tel"], .formTable tr td input[type="email"], .formTable tr td select {
	padding: 15px;
	box-sizing: border-box;
}
.formTable tr td select.select02 {
	margin-top: 20px;
}
.formTable tr td div.dayselect {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.formTable tr td div.dayselect:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.formTable tr td div.dayselect p {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.formTable tr td div.dayselect dl {
	float: left;
	margin: 0 0 0 20px;
}
.formTable tr td div.dayselect dl dt {
	margin-bottom: 10px;
	font-size: 1.5rem;
}
p.pdfdl a {
	display: block;
	background: #ad0000;
	border: solid 1px #ad0000;
	color: #fff;
	width: 340px;
	margin: 20px 0 0;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	border-radius: 6px;
}
p.pdfdl a:hover {
	background: #fff;
	border: solid 1px #ad0000;
	color: #ad0000;
}
p.submitbtn {
	width: 400px;
	margin: 0 auto;
}
input[type="submit"] {
	-webkit-appearance: none;
}
input[type="submit"] {
	-webkit-appearance: none;
}
#submit {
	text-align: center;
	margin: 30px 0;
}
#submit input {
	display: inline-block;
	color: #fff;
	background: #d1aa88;
	width: 360px;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 18px;
	box-sizing: border-box;
}
#submit input:hover {
	background: #fff;
	color: #d1aa88;
	box-shadow: none;
	cursor: pointer;
}
#submit input.backbtn {
	background: #f2f2f2;
	color: #333;
	border: 1px solid #d1aa88;
	width: 360px;
	padding: 30px 0;
	font-size: 16px;
	border-radius: 5px;
	margin-right: 20px;
}
#submit input.backbtn:hover {
	background: #bababa;
	color: #d1aa88;
	cursor: pointer;
}
span.error {
	color: #ff0000;
	font-weight: bold;
	margin-left: 5px;
}
p.submitbtn input {
	width: 100%;
	display: block;
	padding: 30px 0;
	text-align: center;
	border: 1px solid #d1aa88;
	background: #d1aa88;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	border-radius: 8px;
	webkit-appearance: none;
}
p.submitbtn input:hover {
	background: #fff;
	color: #d1aa88;
}
.copy {
	font-size: 11px;
	text-align: center;
	margin: 60px 0 30px;
}
.underbtn .pc {
	position: fixed;
	z-index: 999;
	bottom: 0;
	width: 100%;
	background: #ed9021;
	color: #fff;
	padding: 15px 0;
	box-sizing: border-box;
}
.underbtn.no-fixed .pc {
	display: none;
}
.underbtn .pc .inner_min {
	background: url(../images/logo002.png) left center no-repeat;
}
.underbtn .pc .inner_min .upunit {
	padding-left: 120px;
}
.underbtn .pc h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.underbtn .pc p {
	margin: 0 20px;
}
.underbtn .pc p.under_telunit {
	font-size: 40px;
	line-height: 0.8em;
}
.underbtn .pc p.under_telunit span {
	font-size: 15px;
	display: block;
}
.underbtn .pc p.under_mailunit {
	width: 400px;
	box-sizing: border-box;
}
.underbtn .pc p.under_mailunit a {
	display: block;
	background-image: url(../images/icon_mail_orange.png), url(../images/icon_arrow_orange.png);
	background-position: 8% center, 90% center;
	background-repeat: no-repeat, no-repeat;
	background-color: #fff;
	border: solid 1px #fff;
	color: #ed9021;
	padding: 18px 0 18px 18%;
	border-radius: 40px;
	font-size: 20px;
}
.underbtn .pc p.under_mailunit a:hover {
	background-image: url(../images/icon_mail_orange_hover.png), url(../images/icon_arrow_orange_hover.png);
	background-position: 8% center, 90% center;
	background-repeat: no-repeat, no-repeat;
	background-color: #ed9021;
	color: #fff;
	border: solid 1px #fff;
}


#mw_wp_form_mw-wp-form-148 > form:nth-child(1) > p:nth-child(2) {
  font-size: 1.9rem;
  margin: 6rem auto 3rem;
  font-weight: bold;
}

.mw_wp_form .formTable .horizontal-item + .horizontal-item{
	margin-left: 0px;
}
/* 送信完了 */
body.thanks header {
	background: none;
	min-width: auto;
	min-height: auto;
	position: static;
	box-sizing: border-box;
}
body.thanks header p#siteid {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 5px;
	width: 100px;
	margin: 20px auto;
	text-align: center;
	position: relative;
}
body.thanks .thnks_area h2 {
	text-align: center;
}
body.thanks .thnks_area p {
	text-align: center;
	margin-bottom: 20px;
}
body.thanks .thnks_area p.redtext {
	font-weight: bold;
	color: #ad0000;
	font-size: 16px;
}
/* 404 */
.page404 p {
	text-align: center;
	margin-bottom: 25px;
}
	.ui-datepicker{
	font-size: 16px!important;
}

.seminar_name{
	pointer-events: none;
}

.seminar_link_btn a{
	color: #fff;
background: #b5aab5;
padding: 1rem;
margin: 2rem 0 0rem;
display: inline-block;
}

.mw_wp_form_complete > p{
	font-size: 2rem;
}