/* reset */

*,
*::before,
*::after {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

button {
	background-color: transparent;
	color: inherit;
	border-width: 0;
	padding: 0;
	cursor: pointer;
}

figure {
	margin: 0;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}

ul,
ol,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

p {
	margin: 0;
}

cite {
	font-style: normal;
}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
	background-color: #eff9ff;
}

img {
	max-width: 100%;
}

picture img {
	display: block;
	width: 100%;
	height: auto;
}


/*
==========================================================================
  intro
========================================================================== */

.main-intro {
	padding: 18vh 0;
	background-image: url(../img/intro_bg_pc.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.main-intro__inner {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
.main-intro__inner.intro-sp {
	display: none;
}

.main-intro__inner p {
	color: #10a1df;
	font-size: 36px;
	line-height: 2.5;
}

.main-intro__inner.intro-pc p span {
	padding: .2em .5em;
}
.main-intro__inner p span {
	background-color: #fff;
}

@media (max-width: 1199px) {
	.main-intro__inner p {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.main-intro {
		padding: 60px 20px;
		background-image: url(../img/intro_bg_sp.jpg);
		background-attachment: scroll;
		background-position: center bottom;
	}
	.main-intro__inner {
		padding: 0;
	}
	.main-intro__inner p span {
		line-height: 1;
		display: inline-block;
		padding: .3em .5em;
	}
	.main-intro__inner.intro-pc {
		display: none;
	}
	.main-intro__inner.intro-sp {
		display: block;
	}
	.main-intro__inner p {
		font-size: 21px;
	}
}

/*
==========================================================================
  uniform
========================================================================== */

.main-uniform {
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(160deg, #6bc7fd, #68d8fa);
	background-position: right 10% bottom 0px;
	/*
	background-image: url(../img/uniform_bg.png), linear-gradient(160deg, #6bc7fd, #68d8fa);
	background-repeat: no-repeat, no-repeat;
	background-position: right 10% bottom 0px;
	background-size: auto 80%, auto;
	*/
}
.main-uniform::before {
	content: "";
	width: 60vh;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(30%);
	background-image: url(../img/uniform_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
}

.main-uniform__inner {
	text-align: center;
	max-width: 1200px;
	padding: 80px 20px;
	margin: 0 auto;
	position: relative;
}

.uniform__contents {
	width: 80%;
	margin-top: 40px;
}
.uniform__contents ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}
.uniform__contents ul li {
	width: 30%;
}
.uniform__contents ul li:nth-child(2) {
	transform: translateY(40px);
}
.uniform__contents ul li:not(:last-child) {
	margin-right: 3%;
}
.uniform__contents ul li img {
	display: block;
	border-radius: 15px;
	box-shadow: 12px 12px 0px 0px rgba(16, 161, 223, 0.5);
}

.uniform__contents > p {
	font-size: 24px;
	text-align: left;
}

@media (max-width: 1199px) {
	/*
	.main-uniform {
		background-position: right -25% bottom 0px;
		background-size: auto 75%, auto;
	}
	*/
	.main-uniform::before {
		left: auto;
		right: -10%;
		bottom: 0px;
		transform: none;
	}

	.uniform__contents > p {
		font-size: 21px;
	}
}

@media (max-width: 969px) {
	.main-uniform::before {
		right: -20%;
	}
}

@media (max-width: 767px) {
	/*
	.main-uniform {
		background-position: right -30% bottom 0px;
		background-size: 72% auto, auto;
	}
	*/
	.main-uniform::before {
		width: 70%;
		height: 100%;
		right: -10%;
	}

	.main-uniform__inner {
		padding: 60px 20px 10px;
	}
	.uniform__contents {
		width: 100%;
	}
	.uniform__contents > p {
		font-size: 16px;
	}
	.uniform__contents ul {
		justify-content: space-between;
	}
	.uniform__contents ul li {
		width: 45%;
		margin-bottom: 20px;
	}
	.uniform__contents ul li img {
		box-shadow: 10px 10px 0px 0px rgba(16, 161, 223, 0.5);
	}
	.uniform__contents ul li:nth-child(2) {
		transform: none;
	}
}

/*
==========================================================================
  price
========================================================================== */

.main-price {
	position: relative;
	background-color: #eff9ff;
}

.main-price__inner {
	text-align: center;
	max-width: 1200px;
	padding: 80px 20px;
	margin: 0 auto;
}

.price-contents {
	margin-top: 40px;
}
.price-contents__title {
	color: #fff;
	font-size: 24px;
	padding: .3em;
	background-color: #10a1df;
}

.pricelist {
	font-size: 24px;
	display: flex;
	margin-top: 20px;
	border-right: #10a1df solid 1px;
}
.pricelist__time {
	color: #fff;
	padding: .5em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	background-color: #10a1df;
}
.pricelist__fee {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: #10a1df solid 1px;
}
.pricelist__fee__child {
	width: calc(100% / 3);
	padding: 1.2em 1em;
	border-top: #10a1df solid 1px;
	border-left: #10a1df solid 1px;
}

.price-contents__p1 {
	font-size: 27px;
	margin-top: 40px;
}

.price-contents__p2 {
	margin-top: 20px;
}

.price-option {
	margin-top: 60px;
}

.price-option__title {
	color: #10a1df;
	font-size: 30px;
	font-weight: 700;
    display: flex;
    align-items: center;
}
.price-option__title:before,
.price-option__title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #10a1df;
}
.price-option__title:before {
    margin-right: 1rem;
}
.price-option__title:after {
    margin-left: 1rem;
}


@media (max-width: 767px) {
	.main-price__inner {
		padding: 60px 20px;
	}
	.price-contents__title {
		font-size: 16px;
		padding: .5em;
	}
	.pricelist {
		font-size: 18px;
		display: block;
	}
	.pricelist__time {
		width: 100%;
	}
	.pricelist__fee {
		width: 100%;
	}
	.pricelist__fee__child {
		width: 50%;
	}
	.price-contents__p1 {
		font-size: 21px;
		margin-top: 40px;
	}
	.price-option {
		margin-top: 40px;
	}
	.price-option__title {
		font-size: 21px;
		flex-direction: column;
	}
	.price-option__title::before,
	.price-option__title::after {
		width: 100%;
	}
	.price-option__title:before {
		margin-right: 0;
		margin-bottom: .5em;
	}
	.price-option__title:after {
		margin-top: .5em;
		margin-left: 0;
	}
}

/* media-card */

.price-option__card {
	line-height: 1.2;
	max-width: 900px;
	padding: 0px 16px;
	margin: 20px auto;
}

.media-card {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 20px;
	margin: 40px 0;
}

.media-card__image {
	flex-shrink: 0;
	width: 40%;
}

.media-card__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.media-card__content {
	text-align: left;
	width: 60%;
}
.media-card__text01 {
	color: #10a1df;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	padding: 1em;
	margin-bottom: 6px;
	border: #6ee2f5 solid 1px;
	border-radius: 10px;
	box-shadow: 6px 6px 0px 0px #6ee2f5;
}
.media-card__title {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 18px;
	color: #333333;
}
.media-card__title > span {
	font-weight: 700;
	display: block;
}
.media-card__title > em {
	color: #10a1df;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.media-card__text02 {
	line-height: 1.5;
	margin-top: 20px;
}
.media-card__text02 span {
	display: inline-block;
}

/* sp */

@media (max-width: 767px) {
	.price-option__card {
		padding: 0;
	}
	.media-card {
		flex-direction: column;
		gap: 16px;
	}
	.media-card__image {
		width: 100%;
	}
	.media-card__content {
		width: 100%;
	}
	.media-card__text01 {
		font-size: 16px;
		padding: 1em;
		display: block;
	}
	.media-card__title > em {
		font-size: 21px;
	}
	.media-card__text02 span {
		display: inline;
	}
}

/*
==========================================================================
  course
========================================================================== */

.main-course {
	text-align: center;
	background-image: url(../img/course_bg_pc.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.main-h2 picture img {
	width: auto;
	margin: 0 auto;
}

.main-course__inner {
	text-align: center;
	max-width: 1200px;
	padding: 80px 20px;
	margin: 0 auto;
	position: relative;
}

.course-caption {
	margin: 40px 0;
}
.course-caption > p {
	font-size: 18px;
	display: inline-block;
	padding: 40px 60px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
}

.course-content01__inner {
	color: #fff;
	font-weight: 700;
	padding: 60px 60px;
	background-color: rgba(207, 188, 102, 0.7);
	border-radius: 10px;
}

.course-content01__p1 {
	font-size: 36px;
}
.course-content01__p1 span {
	display: inline-block;
	margin: .1em;
}
.course-content01__p1 .bg-white {
	color: #a0914e;
	padding: .3em 1.2em;
	background-color: #fff;
}

.course-content01__p2 {
	font-size: 36px;
	margin-top: 10px;
}
.course-content01__p2 span {
	font-size: .8em;
	margin-right: .1em;
}

.course-content02 {
	margin-top: 40px;
}

.course-contents__title {
	color: #fff;
	font-size: 24px;
	padding: .3em;
	background-color: #a0914e;
}

.course-content02 .pricelist {
	font-size: 24px;
	display: flex;
	margin-top: 20px;
	border-right: #a0914e solid 1px;
}
.course-content02 .pricelist__time {
	color: #fff;
	padding: .5em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% / 3);
	background-color: #a0914e;
}
.course-content02 .pricelist__fee {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: #a0914e solid 1px;
}
.course-content02 .pricelist__fee__child {
	color: #a0914e;
	width: calc(100% / 2);
	padding: 1.2em 1em;
	border-top: #a0914e solid 1px;
	border-left: #a0914e solid 1px;
	background-color: #fff;
}

.course-contents__note {
	display: inline-block;
	margin-top: 40px;
	padding: 40px 60px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
}
.course-contents__p1 {
	font-size: 27px;
}
.course-contents__p2 {
	margin-top: 20px;
}


@media (max-width: 767px) {
	.main-course {
		position: relative;
		overflow: hidden;
		background-image: none;
	}
	.main-course::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-image: url(../img/course_bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		z-index: -1; 
		will-change: transform;
	}
	.main-course__inner {
		padding: 60px 20px;
	}
	.course-caption > p {
		padding: 20px;
	}

	.course-content01__inner {
		padding: 20px 10px;
	}
	.course-content01__p1 {
		font-size: 24px;
	}
	.course-content01__p1 span {
		display: block;
	}
	.course-content01__p2 {
		font-size: 24px;
	}

	.course-contents__title {
		font-size: 16px;
		padding: .5em;
	}
	.course-content02 .pricelist {
		font-size: 18px;
		display: block;
	}
	.course-content02 .pricelist__time {
		width: 100%;
	}
	.course-content02 .pricelist__fee {
		width: 100%;
	}
	.course-content02 .pricelist__fee__child {
		width: 50%;
	}

	.course-contents__note {
		margin-top: 40px;
		padding: 20px 10px;
	}
	.course-contents__p1 {
		font-size: 21px;
	}
}

/*
==========================================================================
  event
========================================================================== */

.main-event {
	background-color: #eff9ff;
}

.main-event__inner {
	text-align: center;
	max-width: 1200px;
	padding: 80px 20px;
	margin: 0 auto;
}

.event-content01 {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.event-content01__week {
	width: 60%;
}
.event-content01__week li {
	display: flex;
	min-height: 6.5em;
}
.event-content01__week li:not(:first-child) {
	margin-top: 10px;
}
.event-content01__week li .left-col {
	color: #fff;
	font-size: 46px;
	line-height: 1;
	width: 20%;
	padding-bottom: .1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event-content01__week li:nth-child(1) .left-col {
	background-color: #48b5e4;
}
.event-content01__week li:nth-child(2) .left-col {
	background-color: #ffb660;
}
.event-content01__week li:nth-child(3) .left-col {
	background-color: #84c7f5;
}
.event-content01__week li:nth-child(4) .left-col {
	background-color: #84c7c3;
}
.event-content01__week li:nth-child(5) .left-col {
	background-color: #ffd966;
}
.event-content01__week li:nth-child(6) .left-col {
	background-color: #ff8185;
}

.event-content01__week li .right-col {
	text-align: left;
	width: 80%;
	padding: .5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
}
.event-content01__week li .right-col__p1 {
	font-size: 24px;
	font-weight: 700;
}

.event-content01__image {
	width: 40%;
	padding-left: 20px;
}
.event-content01__image picture {
	display: block;
	overflow: hidden;
	border-radius: 16px;
}

.event-content02 {
	display: flex;
	margin-top: 40px;
}
.event-content02 .left-col {
	color: #fff;
	width: 35%;
	padding: 20px 10px;
	background-color: #f848b8;
}
.event-content02 .left-col__p1 {
	font-size: 32px;
	line-height: 1;
}
.event-content02 .left-col__p1 span {
	font-size: 1.5em;
}
.event-content02 .left-col__p2 {
	font-size: 21px;
	margin: 10px 0;
}
.event-content02 .right-col {
	text-align: left;
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	background-color: #fff;
}
.event-content02 .right-col__p1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
.event-content02 .right-col__p2 {
	font-size: 24px;
}
.event-content02 .right-col__p2 span {
	color: #f848b8;
	font-size: 1.5em;
	margin-left: .5em;
}

.event-note {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.main-event__inner {
		padding: 60px 20px;
	}

	.event-content01 {
		display: block;
	}
	.event-content01__week {
		width: 100%;
	}
	.event-content01__week li .right-col__p1 {
		font-size: 21px;
	}
	.event-content01__week li .right-col__p2 {
		font-size: 14px;
	}

	.event-content01__image {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.event-content02 {
		display: block;
	}
	.event-content02 .left-col {
		width: 100%;
		padding: 10px;
	}
	.event-content02 .left-col__p1 {
		font-size: 24px;
	}
	.event-content02 .left-col__p2 {
		font-size: 16px;
	}

	.event-content02 .right-col {
		width: 100%;
	}
	.event-content02 .right-col__p1 {
		font-size: 27px;
	}
	.event-content02 .right-col__p2 {
		font-size: 20px;
		margin-top: .3em;
	}
	.event-content02 .right-col__p2 span {
		display: block;
		margin-left: 0;
	}
}


/*
==========================================================================
  footer
========================================================================== */

.site-footer {
	color: #fff;
	text-align: center;
	background-image: linear-gradient(160deg, #68d8fa, #6bc7fd);
}
.footer-logo {
	padding: 10px;
}
.footer-logo a {
	transition: filter .2s;
}
.footer-logo a:hover {
	filter: brightness(150%);
}
.footer-contact {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.footer-contact li {
	font-size: 20px;
	font-family: "Abel", sans-serif;
	text-align: left;
	line-height: 1.3;
}
.footer-contact li a {
	transition: color .3s;
}
.footer-contact li a:hover {
	color: #f848b8;
}
.footer-contact li:first-child {
	padding-right: 20px;
	margin-right: 20px;
	border-right: #fff solid 1px;
}
.footer-contact li span {
	display: block;
}

.site-footer .copyright {
	line-height: 1.2;
	padding: .3em 10px .5em;
	background-color: #333;
}
.site-footer .copyright small {
	font-size: 14px;
}

@media (max-width: 767px) {
	.footer-contact li {
		font-size: 18px;
	}
	.site-footer .copyright small {
		font-size: 12px;
	}
}
