@charset "utf-8";
/* CSS Document */

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', 'MS PGothic', 'Sans-Serif';
	font-size: 18px;
	color: #202020;
	line-height: 1.5;
}

img {
	display: block;
	width: 100%;
}

.wrapper {
	position: relative;
}

.pc__left_wrapper {
	display: none;
}

.section__title {
	max-width: 500px;
	margin: 0 auto 24px auto;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}

.section__txt {
	max-width: 500px;
	margin: 0 auto 24px;
	color: #585858;
}

/*    ここからトップの設定   */
.top {
	position: relative;
	height: 100svh;
	max-height: 720px;
	background: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.top__sub {
	position: relative;
	padding: 10px 0;
	background: #003770;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.top__sub::before,
.top__sub::after {
	content: "";
	position: absolute;
	z-index: 0;
	display: block;
	width: 107px;
	height: 124px;
}

.top__sub::before {
	top: 0;
	left: 0;
	background: url(../img/top_flower-left.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.top__sub::after {
	top: 0;
	right: 0;
	background: url(../img/top_flower-right.png);	
	background-repeat: no-repeat;
	background-size: cover;
}

.top-catch {
	position: relative;
	z-index: 2;
	text-shadow: 2px 2px 10px #003770,
	-2px 2px 10px #003770,
	2px -2px 10px #003770,
	-2px -2px 10px #003770;
}

.top-catch__txt {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.replace {
	position: absolute;
    right: 100%;
}

.top-title__img {
	display: block;
	width: 100%;
	max-width: 360px;
	padding: 16px 30px 10px 30px;
	margin: auto;
}

.top-detail {
	width: 90%;
	max-width: 340px;
	padding: 0 16px;
	margin: auto;
}

.top-emblem {
	display: flex;
	align-items: baseline;
	justify-content: center;
	padding: 16px 0;
}

.emblem {
	width: auto;
	height: 100px;
	padding: 0 8px;
}

.emblem_top {
	height: 92px;
}

.top-point {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 400px;
}

.top-point__items {
	position: relative;
	margin: 0 0 24px;
	/* margin: 0 0 100px; */
}

.top-point__item {
	position: absolute;
	z-index: 1;
	font-weight: bold;
	text-shadow: 2px 2px 10px #FFF,
	-2px 2px 10px #FFF,
	2px -2px 10px #FFF,
	-2px -2px 10px #FFF;
}

.top-point__item_phone {
	top: 14px;
	left: 16px;
}

.top-point__item_transfer {
	top: 92px;
	left: 16px;
}

.top-point__items::before,
.top-point__items::after {
	position: relative;
	z-index: -1;
	content: "";
	display: block;
	width: 300px;
	height: 70px;
	margin: 0 0 10px -10px;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 8px;
}

.top-point__sub {
	font-size: 13px;
	font-weight: normal;
}

.top-point__img {
	position: absolute;
	right: -20px;
	bottom: -120px;
	width: 250px;
}

.pc__left_title .main-detail {
	color: #fff;
	font-size: 32px;
}

/*    ここからaboutの設定   */

.about {
	padding: 30px 0 80%;
	background-image: url(../img/bg_about.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.about__txt {
	max-width: 300px;
	margin: 0 auto;
	text-shadow: 2px 2px 10px #FFF,
	-2px 2px 10px #FFF,
	2px -2px 10px #FFF,
	-2px -2px 10px #FFF;
}

.txt__strong {
	font-weight: bold;
}

.txt__strong_about {
	color: #A89728;
}

.about__txt_dashed {
	border-bottom: dashed 1px #EA631C;
	color: #EA631C;
	font-size: 16px;
	font-weight: bold;
}

/*    ここからintroductionの設定   */

.introduction {
	padding: 40px 0;
	background: #F2F0E3;
	overflow: hidden;
}

.introduction .section__title {
	padding: 0 16px;
}

.introduction__inner {
	margin: 0 0 40px;
}

.introduction__inner:last-of-type {
	margin: 0;
}

.introduction__title {
	padding: 0 16px;
	font-size: 24px;
}

.introduction__address {
	margin: 4px 0 16px;
	padding: 0 16px;
	color: #5D5D5D;
}

/*    ここからbtnの設定   */

.btn__wrapper {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 16px;
}

.btn {
	display: block;
	padding: 20px 4px;
	background: #FFF;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.btn__link {
	margin: 24px 0 0;
	border: 2px solid #003770;
	color: #003770;
}

.btn__tell {
	background: #E1595C;
	border-radius: 8px;
	color: #FFF;
}

.btn__section {
	max-width: 500px;
	margin: 0 auto;
	padding: 40px 16px;
}

.introduction + .btn__section {
	padding: 40px 16px 20px;
}

.menu + .btn__section {
	padding: 0 16px 40px;
}

.btn__sub-img {
	width: 90%;
	margin: 0 auto;
}

.btn__tell {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 4px;
	box-shadow: 0 8px 0 #af2427;
}

.btn__img {
	width: 64px;
	margin: 0 10px 0 0;
}

.btn__txt {
	font-size: 14px;
	text-align: left;
}

.btn__txt-sub {
	letter-spacing: 0.1em;
}

.btn__txt-main {
	margin: 10px 0 0;
	font-size: 34px;
}

.btn__txt-main::before {
	content: "";
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 8px 0 0;
	background-image: url(../img/btn_phone.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.call-number {
	margin: 16px 0 0;
	font-size: 32px;
	color: #E1595C;
	font-weight: bold;
	text-align: center;
}

.call-number::before {
	content: "";
	content: "";
	display: inline-block;
	width: 50px;
	height: 32px;
	margin: 0 8px 0 0;
	background-image: url(../img/btn_call-number.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}

.slide__item {
	padding: 0 8px;
}

.slide__txt {
	margin: 4px 0 0;
	font-size: 16px;
	text-align: center;
}

.card__title {
	background-color: #FFF;
}

/*    ここからMENUの設定   */

.menu {
	padding: 40px 16px;
}

.menu__inner {
	max-width: 500px;
	margin: auto;
	margin: 21px auto 0;
}

.menu__card {
	width: 100%;
	margin: 0 0 16px 0;
	border-radius: 10px;
	text-align: center;
	background: #F7D7E5;
	overflow: hidden;
}

.menu__title-sub {
	padding: 16px;
	color: #fff;
	font-weight: bold;
}

.menu__title {
	margin: 24px 0 0;
	font-size: 24px;
}

.menu__card_limited .menu__title-sub,
.menu__card_limited .type__title,
.menu__card_limited .charge__tag {
	background: #E25691;
}

.menu__card_limited .charge_member {
	margin: 29px 0 16px;
}

.menu__card_unkai .menu__title-sub,
.menu__card_unkai .type__title,
.menu__card_unkai .course__title,
.menu__card_unkai .charge__tag {
	background: #5F9C55;
}

.menu__card_unkai {
	background: #D4F0CF;
}

.menu__card_tenku .menu__title-sub,
.menu__card_tenku .type__title,
.menu__card_tenku .course__title,
.menu__card_tenku .charge__tag {
	background: #4A94CB;
}

.menu__card_tenku {
	background: #D8E8F4;
}

.menu__card_ginga .menu__title-sub,
.menu__card_ginga .type__title,
.menu__card_ginga .course__title,
.menu__card_ginga .charge__tag {
	background: #ED731E;
}

.menu__card_ginga {
	background: #F6E3D5;
}

.type {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px 0 0;
	font-size: 16px;
}

.type__title {
	margin: 0 8px 0 0;
	padding: 4px 8px;
	border-radius: 4px;
	color: #FFF;
	line-height: 1;
}

.course {
	margin: 0 0 24px;
	padding: 0 0 24px;
	border-bottom: 2px dashed #FFF;
}

.course__img {
	border-radius: 4px 4px 0 0;
}

.course__title {
	padding: 8px 0;
	border-radius: 0 0 4px 4px;
	color: #FFF;
	font-weight: bold;
}

.charge {
	margin: 16px 0 29px;
	line-height: 1;
}

.charge__amount {
	font-size: 32px;
	font-weight: bold;
}

.charge__unit {
	font-size: 16px;
}

.charge_member {
	position: relative;
	margin: 0;
	padding: 29px 16px 16px;
	background: #FFF;
	border-radius: 4px;
}

.charge__tag {
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
	width: 100px;
	margin: 0 auto;
	padding: 4px 8px;
	border-radius: 2em;
	color: #FFF;
	line-height: 1;
}

.charge_member .charge__amount {
	font-size: 40px;
}

.charge_member .charge__unit {
	font-size: 20px;
}

.detail__list .course:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.list__caution {
	position: relative;
	display: block;
	padding: 0 0 0 12px;
	font-size: 14px;
	text-align: left;
}

.list__caution::before {
	content: "※";
	position: absolute;
	left: 0;
}

.detail__list {
	position: relative;
	padding: 16px 16px 24px;
}

/*    ここからstepの設定   */

.step {
	background: #F2F0E3;
	padding: 40px 16px;
}

.card__txt-title {
	text-align: left;
}

.step .txt__strong {
	color: #202020;
}

/*     ここからFAQ        */

.inquiry {
	padding: 40px 16px 60px 16px;
}

.inquiry .accordion__content {
	background: #FFF;
}

.inquiry__items {
	margin: 0 0 16px;
} 

.inquiry__item {
	display: flex;
	align-items: center;
	padding: 24px 16px;
	background: #F2F0E3;
	border-radius: 8px;
}

.inquiry__item_answer {
	background: #FFF;
}

.inquiry__txt {
	margin: 0 0 0 8px;
	color: #5D5D5D;
}

.inquiry__item_answer .inquiry__txt {
	color: #202020;
}

.question {
	color: #7C7650;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.answer {
	color: #E25691;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

/*    アコーディオン    */

.accordion {
	max-width: 500px;
	margin: 21px auto 0;
}

.accordion__check {
	display: none;
}

.accordion__label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 40px 24px 16px;
	cursor: pointer;
}

.accordion__arrow {
	width: 30px;
	height: 30px;
}

.accordion__content {
	display: block;
	position: relative;
	height: 0;
	margin: 0;
	background: #F2F0E3;
	border-radius: 10px;
	opacity: 0;
	overflow: hidden;
	transition: .8s;
}

.accordion__content_txt {
	margin: 0 0 0 8px;
}

.accordion__txt {
	margin: 0 0 0 8px;
	color: #7C7650;
	font-weight: bold;
}

/*    開閉時    */
.accordion__check:checked ~ .accordion__content {
	height: auto;
	opacity: 1;
}

.accordion__check:checked ~ .accordion__label .accordion__arrow {
	display: inline-block;
	transform: rotate(-180deg);
}

.card-simple {
	position: relative;
	max-width: 311px;
	margin: 0 auto 52px;
	padding: 24px 16px;
	border-radius: 6px;
	background: #fff;
	text-align: center;
}

.card-simple::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -36px;
	left: 0;
    display: block;
    width: 0;
    height: 0;
	margin: 0 auto;
    border-top: 20px solid #7C7650;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.card-simple:first-child {
	margin: 25px auto 52px;
}

.card-simple:last-child {
	margin: 0 auto;
}

.card-simple:last-child::after {
	display: none;;
}

.card__title {
	width: 100%;
	text-align: center;
	line-height: 1.4;
	font-size: 24px;
	margin: 0 0 16px;
}

.card__title-sub {
	position: absolute;
	top: -25px;
	left: -16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #F2F0E3;
	border-radius: 2em;
	border: 1px solid #DFDBC2;
	color: #7C7650;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.card__txt {
	color: #5D5D5D;
	text-align: left;
}

/*ここからフッター*/
.footer {
	position: relative;
	padding: 40px 0 150px 0;
	background: #003770;
}

.footer__copyright {
	margin: 16px 0 0;
	color: #77A2CE;
	text-align: center;
    font-size: 10px;
}

.back-top {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #003770;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

.back-top::before {
	display: block;
	content: '';
	transform: rotate(-45deg);
	width: 8px;
	height: 8px;
	margin: 15px auto;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

.back-top__text {
	display: block;
}

.footer__logo {
	position: relative;
	width: 240px;
	margin: 0 auto;
}

.main-logo-small {
	width: 178px;
	padding: 0;
}

.footer__copyright {
	margin: 16px 0 0 0;
	text-align: center;
	font-size: 10px;
}

.form {
	position: fixed;
	bottom: 16px;
	width: 100%;
	padding: 0 8px;
	text-align: center;
}

.pc__right_form .btn {
	max-width: 500px;
	margin: 0 auto;
}

.form__link {
	display: inline-block;
	width: 100%;
	max-width: 343px;
	padding: 16px 0;
	border-radius: 28px;
	line-height: 1;
	background: #0ED860;
	border: 2px solid #fdf0e8;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

/*-------------------------------------
 ▼中型画面向けデザイン（タブレットなど）
 --------------------------------------*/
@media screen and (min-width: 560px) {

	.top__img {
		overflow: hidden;
	}

	.pc-right {
		max-width: 100%;
	}
}

/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 769px) {

	.emblem {
		height: 110px;
	}

	.emblem_top {
		height: 100px;
	}

	.pc__top {
		background-image: url("../img/bg.jpg");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
	}

	.pc__top_wrapper {
		display: flex;
		justify-content: center;
		margin: 0 40px;
	}

	.pc__left_wrapper {
		position: sticky;
		top: 0;
		height: 100vh;
		display: flex;
		width: 100%;
		max-width: 468px;
		margin: 0 40px 0 0;
		flex: 1;
	}

	.pc__left {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.pc__left_form {
		padding: 24px 0 0 0;
	}

	.pc__left_title {
		max-width: 400px;
		margin: 0 auto;
	}

	.form {
		position: static;
	}

	.pc__right {
		width: 375px;
		background-color: #fff;
	}

	.pc__main-logo {
		padding: 0;
	}

	.pc__main-detail {
		max-width: 100%;
		padding: 16px 30px 0 30px;
	}

	.footer {
		padding: 24px 0;
	}

	.footer__copyright {
		padding: 0 0 22px 0;
	}

	.pc__right_form {
		display: none;
	}

	.form__txt {
		margin: 24px 0 8px;
		color: #fff;
		font-weight: bold;
	}

}