@charset "UTF-8";
/* コース紹介 */
/* contents area */

.breadcrumb {
	width: 940px;
	margin: 0 auto 0;
	text-align: left;
}
.breadcrumb li {
	display: inline;
	margin: 0 0.5em 0 0;
	font-size: 12px;
	line-height: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 300px 0 0;
}
.breadcrumb li:before {
	content: "＞";
	margin: 0 0.2em 0 0;
}
.breadcrumb li:first-child {
	margin: 0;
}
.breadcrumb li:first-child:before {
	display: none;
}
.breadcrumb li a {
	color: initial;
	text-decoration: none;
}

.guide.contents {
	padding: 223px 0 0;
}
.guide .contents__ttl {
	margin: 1em 0 1.5em;
	font-size: 40px;
	color: #ed7f5b;
}
.guide .contents__ttl small {
	margin: 0 0.5em 0 0;
	font-size: 26px;
}
.guide .program {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 684px;
	margin: 0 auto;
	padding: 17px 30px 17px 37px;
	background: #f2abb0;
	border-radius: 31px;
	box-shadow: 8px 9px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	color: #fff;
}
.guide .program:before {
	content: "";
	position: absolute;
	display: block;
	left: 28px;
	top: -25px;
	z-index: 2;
	width: 60px;
	height: 60px;
	background: #ed7f5b;
	border-radius: 50%;
	box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
}
.guide .program.course01 {
	background: #f7bf58;
}
.guide .program.course02 {
	background: #e9aab5;
}
.guide .program.course03 {
	background: #3fa347;
}
.guide .program.course04 {
	background: #649cbb;
}
.guide .program.course05 {
	background: #7b93c6;
}
.guide .program.course06 {
	background: #d84c47;
}
.guide .program.course07 {
	background: #7b93c6;
}
.guide .program.course08 {
	background: #e9b450;
}
.guide .program.course09 {
	background: #a0d5d2;
}
.guide .program.course10 {
	background: #c3d968;
}
.guide .program.course00 {
	background: #ffaab5;
}
.guide .program__photo {
	width: 285px;
}
.guide .program__detail {
	width: 310px;
	padding: 0 13px 0 0;
	text-align: left;
}
.guide .program__detail__ttl02 {
	margin: 0 0 0.5em 0.5em;
	text-indent: -1em;
	background: url(../img/wave02.png) no-repeat right bottom;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
}
.guide .program__detail__ttl02 .age {
	display: block;
	padding: 0 0.3em 0 0;
	font-size: 41px;
	text-align: right;
}
.guide .program__detail__ttl02 .age small {
	font-size: 27px;
}
.guide .program__detail__ttl {
	margin: 0 0 0.5em 1em;
	text-indent: -1em;
	background: url(../img/wave.png) no-repeat right bottom;
	font-size: 34px;
	font-weight: 700;
	line-height: 42px;
}
.guide .program__detail__ttl .age {
	display: block;
	padding: 0 0.3em 0 0;
	font-size: 41px;
	text-align: right;
}
.guide .program__detail__ttl .age small {
	font-size: 27px;
}
.guide .program__detail__txt {
	margin: 0 0 0 2em;
	padding: 0.2em 0 0;
	text-indent: -1em;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4em;
}
.guide .program__detail__txt:before {
	content: "・";
}
.guide__ttl {
	padding: 2.3em 0 0;
	font-size: 29px;
	font-weight: 700;
	line-height: 1em;
	text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	color: #717071;
}
.guide__txt {
	padding: 2em 0;
	background: url(../img/guide_bg01.png) no-repeat center center;
	font-size: 23px;
	font-weight: 500;
	line-height: 50px;
	color: #717071;
}
.guide .info__ttl {
	display: block;
	width: 843px;
	padding: 1.2em 0;
	letter-spacing: 0.05em;
	color: #ed7f5b;
}
.guide .info__ttl.intro__ttl {
	background: url(../img/wavebg05.png) repeat-x left top;
}
.guide .info__ttl .before {
	left: 120px;
	bottom: -15px;
	transform: translateX(0);
	z-index: 2;
}
.guide .info__ttl .after {
	right: 20px;
	bottom: -10px;
	transform: translateX(0);
}
.guide .info__intro {
	padding: 30px 0 0;
}
.guide .gallery {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 867px;
	margin: 0 auto;
}
.guide .gallery__scene {
	width: 426px;
	margin: 0 0 50px;
	padding: 13px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
.guide .gallery__scene__photo {
	border-radius: 12px 12px 0 0;
}
.guide .gallery__scene__ttl {
	padding: 0.8em 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1em;
	color: #f2abb0;
}
.guide .gallery__scene__txt {
	padding: 0 1em 0.8em;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	font-family: 'Noto Sans JP', serif;
}
.guide .gallery__scene__txt small {
	margin: 0.5em 0 0 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.4em;
	display: inline-block;
}
.guide .movie {
	margin: 0 0 20px;
	padding: 9px 0 0;
}
.guide .movie__box {
	padding: 25px 0 40px;
	background: #cddd67;
}
.guide .pickup {
	width: 730px;
}
.guide .pickup__ttl {
	background: url(../img/wavebg08.png) repeat-x left top;
}
.guide .pickup__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 0;
	border-bottom: 2px dotted #ccdc67;
}
.guide .pickup__item:last-child {
	border-bottom: none;
}
.guide .pickup__item__photo {
	width: 186px;
}
.guide .pickup__item__photo img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.guide .pickup__item__detail {
	width: 509px;
	text-align: left;
}
.guide .pickup__item__ttl {
	padding: 0 0 0.8em;
	font-size: 19px;
	font-weight: 500;
	line-height: 1em;
	color: #e6413e;
}
.guide .pickup__item__txt {
	font-size: 16px;
	line-height: 1.8em;
	font-family: 'Noto Sans JP', sans-serif;
}
.guide .parents {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 867px;
	margin: 0 auto;
	padding: 50px 30px 100px;
	box-sizing: border-box;
	text-align: left;
}
.guide .parents__ttl {
	background: url(../img/wavebg21.png) repeat-x left bottom;
}
.guide .parents__photo {
	width: 214px;
}
.guide .parents__photo img {
	width: 100%;
	height: auto;
}
.guide .parents__detail {
	width: 540px;
}
.guide .parents__point {
	padding: 0 0 1em;
	font-size: 26px;
	line-height: 1.4em;
}
.guide .parents__profile {
	padding: 28px;
	background: #eeecde;
	border-radius: 20px;
	font-size: 19px;
	line-height: 1.75em;
}
.guide .parents__faq {
	padding: 30px 0 0;
}
.guide .parents__faq__ttl {
	position: relative;
	padding: 0 0 1em 2em;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.4em;
	color: #00abac;
}
.guide .parents__faq__ttl:before {
	content: "Ｑ：";
	position: absolute;
	left: 0;
	top: 0;
}
.guide .parents__faq__txt {
	font-size: 18px;
	line-height: 32px;
	font-family: 'Noto Sans JP', sans-serif;
}
.guide .fee.info__box {
	display: block;
	justify-content: unset;
	align-items: unset;
	padding: 30px 20px;
}
.guide .fee__ttl {
	background: url(../img/wavebg03.png) repeat-x left top;
}
.guide .fee__course {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 443px;
	margin: 0 auto;
	padding: 0 0 20px;
}
.guide .fee__course__icon {
	width: 75px;
}
.guide .fee__course__icon img {
	width: 100%;
	height: auto;
}
.guide .fee__course__inner {
	width: 330px;
}
.guide .fee__course__ttl {
	position: relative;
	margin: 0 0 0.5em;
	font-size: 21px;
	line-height: 1em;
	color: #ce3227;
	display: inline-block;
}
.guide .fee__course__ttl:before, .guide .fee__course__ttl:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -0.1em;
	width: 1px;
	height: 26px;
	background: #ce3227;
}
.guide .fee__course__ttl:before {
	left: -0.5em;
	transform: rotate(-30deg);
}
.guide .fee__course__ttl:after {
	right: -0.5em;
	transform: rotate(30deg);
}
.guide .fee__course__label {
	position: relative;
	padding: 0 0.5em;
	background: #ce3227;
	font-size: 19px;
	line-height: 34px;
	color: #fff;
	display: inline-block;
}
.guide .fee__course__label:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: -17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 34px 17px;
	border-color: transparent transparent #ce3227 transparent;
}
.guide .fee__course__label:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	z-index: 1;
	border-style: solid;
	border-width: 17px 17px 17px 0;
	border-color: #ce3227 transparent;
}
.guide .fee__photo {
	padding: 0 0 15px;
	border-bottom: 2px dashed #d44140;
}
.guide .fee__photo figure {
	display: inline-block;
	text-align: right;
}
.guide .fee__photo figure figcaption {
	margin: 0.3em 0 0;
	font-size: 12px;
	line-height: 1em;
}
.guide .fee__summary {
	width: 100%;
	margin: 30px 0 0;
	border-collapse: collapse;
	border: 2px solid #d44140;
	color: #717071;
	font-family: 'Noto Sans JP', sans-serif;
}
.guide .fee__summary th {
	width: 20%;
	padding: 0.5em 0;
	border: 1px solid #d44140;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4em;
	box-sizing: border-box;
}
.guide .fee__summary th.double {
	width: 40%;
}
.guide .fee__summary td {
	padding: 1em 0;
	border: 1px solid #d44140;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4em;
}
.guide .fee__notice {
	padding: 0.5em 0 0;
	font-size: 13px;
	line-height: 1em;
	color: #717071;
	text-align: left;
}
.guide .search__trial {
	width: auto;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
.breadcrumb {
	width: auto;
	margin: 0 5%;
}
.breadcrumb li {
	font-size: 3.2vw;
}

.guide.contents {
	margin-top: 12vw;
	padding: 0;
	overflow: hidden;
}
.guide .contents__ttl {
	font-size: 5vw;
}
.guide .contents__ttl small {
	font-size: 4vw;
}
.guide .program {
	flex-wrap: wrap;
	width: auto;
	margin: 0 10%;
	padding: 3vw 8%;
	border-radius: 3vw;
	box-shadow: 1vw 1vw 0 rgba(0, 0, 0, 0.2);
}
.guide .program:before {
	content: "";
	position: absolute;
	display: block;
	left: 5%;
	top: -5vw;
	width: 12vw;
	height: 12vw;
	box-shadow: 1vw 1vw 0 rgba(0, 0, 0, 0.2);
}
.guide .program__photo {
	width: 70%;
	margin: 0 15% 3vw;
}
.guide .program__detail {
	width: 100%;
	padding: 0 0 3vw;
}
.guide .program__detail__ttl {
	margin: 0 0 0.2em 1em;
	background-size: contain;
	font-size: 8vw;
	line-height: 1.2em;
}
.guide .program__detail__ttl .age {
	font-size: 8vw;
}
.guide .program__detail__ttl .age small {
	font-size: 6vw;
}
.guide .program__detail__txt {
	font-size: 5vw;
}
.guide__ttl {
	font-size: 5vw;
	text-shadow: 0.7vw 0.7vw 2vw rgba(0, 0, 0, 0.3);
}
.guide__txt {
	padding: 2em 10% 0;
	background-size: contain;
	font-size: 4vw;
	line-height: 1.8em;
	text-align: left;
}
.guide .info__ttl {
	width: auto;
	padding: 1.2em 0 1em;
}
.guide .info__ttl.intro__ttl {
	background-size: 5vw auto;
}
.guide .info__ttl .before {
	left: 1%;
	bottom: -3vw;
}
.guide .info__intro {
	padding: 5vw 5%;
}
.guide .gallery {
	display: block;
	justify-content: unset;
	align-items: unset;
	flex-wrap: unset;
	width: auto;
}
.guide .gallery__scene {
	width: auto;
	margin: 0 0 5vw;
	padding: 3vw;
	border-radius: 3vw;
}
.guide .gallery__scene__photo {
	border-radius: 2vw 2vw 0 0;
}
.guide .gallery__scene__ttl {
	font-size: 5vw;
}
.guide .gallery__scene__txt {
	font-size: 4vw;
}
.guide .gallery__scene__txt small {
	font-size: 3.6vw;
}
.guide .movie {
	margin: 0 0 5vw;
	padding: 2vw 0 0;
}
.guide .movie__box {
	padding: 2vw 5% 5vw;
}
.guide .pickup {
	width: auto;
}
.guide .pickup__ttl {
	background-size: 5vw auto;
}
.guide .pickup__item {
	display: block;
	justify-content: unset;
	align-items: unset;
	padding: 5vw 5%;
	border-bottom: 0.7vw dotted #ccdc67;
}
.guide .pickup__item__photo {
	width: auto;
}
.guide .pickup__item__photo img {
	border: 0.4vw solid #ddd;
	border-radius: 2vw;
}
.guide .pickup__item__detail {
	width: auto;
}
.guide .pickup__item__ttl {
	padding: 0.6em 0;
	font-size: 5vw;
	line-height: 1.4em;
}
.guide .pickup__item__txt {
	font-size: 4vw;
	line-height: 1.6em;
}
.guide .parents {
	display: block;
	justify-content: unset;
	align-items: unset;
	flex-wrap: unset;
	width: auto;
	margin: 0 auto;
	padding: 5vw 5% 10vw;
}
.guide .parents__ttl {
	background-size: 5vw auto;
}
.guide .parents__photo {
	width: auto;
	padding: 0 15% 5vw;
}
.guide .parents__photo img {
	border-radius: 5vw;
}
.guide .parents__detail {
	width: auto;
}
.guide .parents__point {
	padding: 0 0 0.7em;
	font-size: 4.6vw;
}
.guide .parents__profile {
	padding: 3vw;
	border-radius: 3vw;
	font-size: 3.4vw;
	line-height: 1.6em;
}
.guide .parents__faq {
	padding: 5vw 0 0;
}
.guide .parents__faq__ttl {
	padding: 0 0 0.5em 2em;
	font-size: 4.8vw;
}
.guide .parents__faq__txt {
	font-size: 4vw;
	line-height: 1.6em;
}
.guide .fee.info__box {
	padding: 5vw 5%;
}
.guide .fee__ttl {
	background-size: 5vw auto;
}
.guide .fee__course {
	width: auto;
	padding: 0 0 5vw;
}
.guide .fee__course__icon {
	width: 18%;
}
.guide .fee__course__inner {
	width: 80%;
}
.guide .fee__course__ttl {
	margin: 0 0 0.2em;
	font-size: 4vw;
}
.guide .fee__course__ttl:before, .guide .fee__course__ttl:after {
	width: 0.4vw;
	height: 5.3vw;
}
.guide .fee__course__label {
	font-size: 3.4vw;
	line-height: 8vw;
}
.guide .fee__course__label:before {
	left: -4vw;
	border-width: 0 0 8vw 4vw;
}
.guide .fee__course__label:after {
	right: -4vw;
	border-width: 4vw 4vw 4vw 0;
}
.guide .fee__photo {
	padding: 0 0 3vw;
	border-bottom: 0.7vw dashed #d44140;
}
.guide .fee__photo figure figcaption {
	font-size: 3.2vw;
}
.guide .fee__summary {
	width: 100%;
	margin: 5vw 0 0;
	border: 0.7vw solid #d44140;
}
.guide .fee__summary th {
	border: 0.4vw solid #d44140;
	font-size: 3vw;
}
.guide .fee__summary td {
	border: 0.4vw solid #d44140;
	font-size: 3vw;
}
.guide .fee__notice {
	font-size: 2.6vw;
} 
}

/*# sourceMappingURL=course.css.map */
