@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
	color: #222;
	font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
	font-size: 1.6em;
	line-height: 1.625;
    letter-spacing: 0.03em;
	background: #F9F7EB;
}
a {
	transition: .25s;
}
img{
	max-width: 100%;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.gothic {
	font-family: Arial, "Helvetica Neue", 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', sans-serif, serif;
}
.mincho {
	font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP';
}
.meie {
	font-family: 'Meie Script', cursive;
}
.wrapper {
	position: relative;
	width: 1290px;
	max-width: 100%;
	padding: 0 25px;
	margin: auto;
}
.point {
	position: relative;
	display: block;
	padding-left: 0.7em;
	text-indent: -1em;
}
.point::before {
	content: "・";
}
.asterisk {
	position: relative;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.asterisk::before {
	content: "※";
	color: #CB3339;
}
.btn {
	position: relative;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .0075em;
    border-radius: 10px;
	text-align: center;
}
.caution {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	padding-left: 1em;
	text-indent: -1em;
}
.caution::before {
	content: "※";
}
.circle {
	position: relative;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.circle::before {
	content: "●";
	color: #1D591D;
	margin-right: 4px;
}
.section_title {
	text-align: center;
}
.section_title_en {
	font-size: 5rem;
	font-family: 'Meie Script', cursive;
	color: #C4B16D;
}
.section_title_en span {
	position: relative;
}
.section_title_en span::before,
.section_title_en span::after {
	position: absolute;
	content: "";
	width: 63px;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.section_title_en span::before {
	left: -83px;
	background: url(../images/section_title_en_icon_left.svg) no-repeat center center / contain;
}
.section_title_en span::after {
	right: -109px;
	background: url(../images/section_title_en_icon_right.svg) no-repeat center center / contain;
}
.section_title_ja {
	font-size: 3.2rem;
}

@media screen and (min-width: 769px) {

}

/* Header
------------------------------ */
.header_inner {
	width: 100%;
	background: linear-gradient(180deg, rgb(255, 255, 255), rgb(254, 246, 226));
	transition: .3s;
	z-index: 100;
	border-top: 1px solid #C4B16D;
	border-bottom: 5px solid #C4B16D;
	padding: 10px 0 17px;
}
.header_wrapper {
	display: flex;
	justify-content: space-between;
}
.header_message {
	font-size: 1.3rem;
	letter-spacing: 0.02em;
}
.header_logo_sp {
	display: none;
}
.header_title_sp {
	display: none;
}
.header_action {
	display: flex;
}
.header_unit {
	margin-right: 21px;
}
.header_time {
	font-size: 1.2rem;
	margin-top: 5px;
}
.header_instagram {
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
.header_nav {
	top: -100px;
	transition: .3s;
	margin-top: -48px;
}
.header_nav_wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.header_lists {
	display: flex;
	width: 100%;
	max-width: 510px;
}
.header_list {
	text-align: center;
}
.header_list_concept {
	width: 100%;
	max-width: 192px;
	border-left: 1px solid #C4B16D;
}
.header_list_features {
	width: 100%;
	max-width: 315px;
	border-left: 1px solid #C4B16D;
}
.header_list_price {
	width: 100%;
	max-width: 170px;
	border-right: 1px solid #C4B16D;
}
.header_list_access {
	width: 100%;
	max-width: 170px;
	border-right: 1px solid #C4B16D;
}
.header_list_contact {
	width: 100%;
	max-width: 170px;
	border-right: 1px solid #C4B16D;
}
.header_list a {
	display: block;
	width: 100%;
	padding: 0 5px;
}
.header_list a span {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-indent: 0;
}
.header_list a span::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #C4B16D;
	margin: auto;
}
.header_logo {
	position: relative;
	width: 100%;
	max-width: 226px;
	z-index: 2;
    padding: 0 6px 22px;
	margin-bottom: -85px;
}
.hamburger {
	display: none;
}
#hamburger_toggle {
	display: none;
}
.header_nav.header_fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	box-shadow: 2px 2px 3px #d8d8d8;
	background: linear-gradient(180deg, rgb(255, 255, 255), rgb(254, 246, 226));
	border-bottom: 3px solid #C4B16D;
	padding-top: 10px;
	margin-top: 0;
}
.header_fixed .header_nav_wrapper {
	margin-bottom: 15px;
}
.header_fixed .header_logo {
	max-width: 167px;
    margin-bottom: -70px;
}
.header_fixed .header_list a {
    padding: 10px 10px;
}
@media screen and (min-width: 769px) {
	.header_list a:hover span::after {
		width: 100%;
	}
}

/* main_view
------------------------------ */
.main_view_inner {
	position: relative;
}
.main_view_message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.main_view_swiper .swiper-pagination-bullet {
	border-radius: 0;
	opacity: 1;
	background: #C4B16D;
}
.main_view_swiper .swiper-pagination-bullet-active {
	background: #1D591D;
}

/* concept
------------------------------ */
.concept_inner {
	padding: 84px 0 0;
}
.concept_title .section_title_ja span {
	color: #947F36;
}
.concept_wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 49px;
}
.concept_img {
	width: 100%;
	max-width: 580px;
	margin-right: 20px;
}
.concept_content {
	width: 100%;
	max-width: 606px;
	margin-top: 3px;
}
.concept_content_title {
	font-size: clamp(2rem, 1.47vw, 2.2rem);
	padding-bottom: 15px;
	border-bottom: 1px solid #C4B16D;
}
.concept_content_text {
	line-height: 1.88;
    margin-top: 27px;
}
.concept_content_text p + p {
	margin-top: 30px;
}
.concept_icon {
	width: 100%;
	max-width: 285px;
	margin-top: 16px;
	margin-left: auto;
}
@media screen and (min-width: 1500px) {
	.concept_icon {
		transform: translateX(148px);
	}
}

/* features
------------------------------ */
.features_inner {
	background: #1D591D;
	padding: 105px 0 140px;
}
.features_title .section_title_ja {
	color: #fff;
}
.features_cards {
	display: flex;
	margin-top: 49px;
}
.features_card {
	width: calc(33.3333% - 29.3333px);
	color: #fff;
	margin-right: 44px;
}
.features_card:nth-of-type(3n) {
	margin-right: 0;
}
.features_card_title {
	font-size: clamp(2rem, 1.47vw, 2.2rem);
	text-align: center;
	margin-top: 25px;
}
.features_card_text {
	line-height: 1.88;
    letter-spacing: 0.02em;
	margin-top: 15px;
}

/* price
------------------------------ */
.price_inner {
	padding: 106px 0 140px;
}
.price_text {
	text-align: center;
	margin-top: 47px;
}
.price_subtitle {
	position: relative;
	font-size: clamp(2.2rem, 1.73vw, 2.6rem);
	line-height: 1;
	padding-left: 40px;
}
.price_subtitle::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon_horseshoe.svg) no-repeat center center / contain;
}
.price_member {
	margin-top: 40px;
}
.price_member_table table {
	width: 100%;
	margin-top: 22px;
}
.price_member_table th {
	padding: 18px 18px 17px;
}
.price_member_table tr:first-of-type th {
	color: #fff;
	background: #1D591D;
	text-align: center;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.price_member_table tr:first-of-type th:first-of-type {
	width: 240px;
	max-width: 100%;
}
.price_member_table tr:first-of-type th:not(:first-of-type) {
	width: 250px;
	max-width: 100%;
}
.price_member_table tr:first-of-type th:first-of-type {
	border-left: 1px solid #fff;
}
.price_member_table tr:nth-of-type(n + 2) th:first-of-type {
	background: #EAF5D8;
	border-right: 1px solid #EBE9DD;
	border-bottom: 1px solid #EBE9DD;
	border-left: 1px solid #EBE9DD;
}
.price_member_table td {
	background: #fff;
	text-align: center;
	padding: 16px 23px;
	border-right: 1px solid #EBE9DD;
	border-bottom: 1px solid #EBE9DD;
}
.price_member_text {
	margin-top: 12px;
}
.price_items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.price_item {
	width: calc(50% - 26px);
}
.price_item:nth-of-type(n + 3) {
	margin-top: 65px;
}
.price_item:not(:nth-of-type(2n)) {
	margin-right: 52px;
}
.price_item_head {
	display: flex;
	align-items: flex-end;
}
.price_subtext {
	line-height: 1.2;
	margin-left: 20px;
}
.price_item_visitor_figure {
	background: #fff;
	border: 1px solid #EBE9DD;
    padding: 18px 33px;
	margin-top: 20px;
}
/* .price_item_visitor_figure dl {
	display: flex;
}
.price_item_visitor_figure dt {
	background: #EAF5D8;
	border: 1px solid #EBE9DD;
	width: 100%;
	max-width: 337px;
	padding: 17px 20px;
}
.price_item_visitor_figure dd {
	background: #fff;
	width: calc(100% - 337px);
	padding: 17px 20px;
	border-top: 1px solid #EBE9DD;
	border-right: 1px solid #EBE9DD;
	text-align: center;
}
.price_item_visitor_figure dl:last-of-type dd {
	border-bottom: 1px solid #EBE9DD;
} */
.price_item_personal_figure {
	margin-top: 20px;
}
.price_item_personal_figure dl {
	display: flex;
}
.price_item_personal_figure dt {
	background: #EAF5D8;
	border: 1px solid #EBE9DD;
	width: 100%;
	max-width: 337px;
	padding: 17px 20px;
}
.price_item_personal_figure dd {
	background: #fff;
	width: calc(100% - 337px);
	padding: 17px 20px;
	border-top: 1px solid #EBE9DD;
	border-right: 1px solid #EBE9DD;
	text-align: center;
}
.price_item_personal_figure dl:last-of-type dd {
	border-bottom: 1px solid #EBE9DD;
}
.price_item_lessons_figure {
	background: #fff;
	border: 1px solid #EBE9DD;
    padding: 18px 33px;
	margin-top: 20px;
}
.price_item_lessons_content {
	margin-top: 10px;
}
.price_item_rental_figure {
	margin-top: 20px;
}
.price_item_rental_figure dl {
	display: flex;
}
.price_item_rental_figure dt {
	background: #EAF5D8;
	border: 1px solid #EBE9DD;
	width: 100%;
	max-width: 429px;
	padding: 17px 20px;
}
.price_item_rental_figure dd {
	background: #fff;
	width: calc(100% - 429px);
	padding: 17px 20px;
	border-top: 1px solid #EBE9DD;
	border-right: 1px solid #EBE9DD;
	text-align: center;
}
.price_item_rental_figure dl:last-of-type dd {
	border-bottom: 1px solid #EBE9DD;
}
.price_food {
	background: #fff;
	border-radius: 10px;
    padding: 46px 60px 44px 85px;
	margin-top: 56px;
	border: 1px solid #C4B16D;
	background-image: url(../images/price_food_icon_top_left.svg), url(../images/price_food_icon_top_right.svg), url(../images/price_food_icon_bottom_right.svg), url(../images/price_food_icon_bottom_left.svg);
    background-position: top 10px left 10px, top 10px right 10px, bottom 10px right 10px, bottom 10px left 10px;
    background-size: 43px;
    background-repeat: no-repeat;
}
.price_food_list {
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.014em;
	padding-left: 20px;
}
.price_food_list:nth-of-type(n + 2) {
	margin-top: 5px;
}
.price_food_list::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background: #C4B16D;
}

/* access
------------------------------ */
.access_inner {
	background: #fff;
	padding: 104px 0 140px;
}
.access_wrapper {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #C4B16D;
	margin-top: 49px;
	padding-bottom: 84px;
}
.access_map {
	width: 100%;
	max-width: 700px;
	margin-right: 20px;
}
.access_map iframe {
	max-width: 100%;
}
.access_content {
	line-height: 1.88;
	letter-spacing: 0.01em;
	width: 100%;
	max-width: 476px;
}
.access_traffic {
	background: #F9F9F9;
    padding: 20px 28px 31px;
	margin-top: 39px;
}
.access_traffic_title {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 8px;
}
.access_traffic_text {
	margin-top: 18px;
}
.access_facility {
	margin-top: 67px;
}
.access_facility_title {
	position: relative;
	font-size: clamp(2.2rem, 1.73vw, 2.6rem);
	line-height: 1;
	padding-left: 40px;
}
.access_facility_title::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon_horseshoe.svg) no-repeat center center / contain;
}
.access_facility_cards {
	display: flex;
	margin-top: 22px;
}
.access_facility_card {
	width: calc(33.3333% - 29.3333px);
}
.access_facility_card:not(:nth-of-type(3n)) {
	margin-right: 44px;
}
.access_facility_card_title {
	font-size: clamp(2rem, 1.47vw, 2.2rem);
	text-align: center;
	border-bottom: 1px solid #C4B16D;
	padding-bottom: 13px;
	margin-top: 17px;
}
.access_facility_card_info {
	margin-top: 18px;
}
.access_facility_card_address {
	position: relative;
	padding-left: 24px;
}
.access_facility_card_address::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon_map.svg) no-repeat center center / contain;
}
.access_facility_card_car {
	position: relative;
	padding-left: 24px;
	margin-top: 4px;
}
.access_facility_card_car::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 17px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon_car.svg) no-repeat center center / contain;
}
.access_facility_card_text {
    line-height: 1.88;
    letter-spacing: 0.01em;
    margin-top: 18px;
}

/* faq
------------------------------ */
.faq_inner {
	padding: 103px 0 178px;
}
.faq_wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 51px;
}
.faq_img {
	width: 100%;
	max-width: 419px;
	margin-right: 20px;
}
.faq_lists {
	width: 100%;
	max-width: 755px;
}
.faq_list {
	background: #fff;
	border: 1px solid #EBE9DD;
	padding: 0 24px;
}
.faq_list:nth-of-type(n + 2) {
	margin-top: 20px;
}
.faq_list dt {
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
	cursor: pointer;
	padding: 17px 20px 17px 46px;
}
.faq_list dt::before {
	position: absolute;
	content: "";
	width: 32px;
	height: 31px;
	left: 0;
	top: 17px;
	background: url(../images/icon_q.svg) no-repeat center center / contain;
}
.faq_list dt::after {
	position: absolute;
	content: "";
	width: 13px;
	height: 12px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon_triangle.svg) no-repeat center center / contain;
	transition: .3s;
}
.faq_list dt.is-open::after {
	transform: rotate(180deg);
	transition: .3s;
}
.faq_list dd {
	display: none;
	position: relative;
	border-top: 1px solid #C4B16D;
	padding: 17px 20px 17px 46px;
}
.faq_list dd::before {
	position: absolute;
	content: "";
	width: 32px;
	height: 31px;
	left: 0;
	top: 17px;
	background: url(../images/icon_a.svg) no-repeat center center / contain;
}
@media screen and (min-width: 769px) {
	.faq_list dt:hover {
		color: #1D591D;
	}
}

/* footer
------------------------------ */
.footer_top_inner {
	background: url(../images/footer_top_bg.jpg) no-repeat center center / cover;
	padding: 131px 0 166px;
}
.footer_message {
	font-size: clamp(2.6rem, 2.13vw, 3.2rem);
	color: #fff;
	text-align: center;
}
.footer_tel {
	text-align: center;
	margin-top: 48px;
}
.footer_time {
	font-size: clamp(2.2rem, 1.73vw, 2.6rem);
	color: #fff;
	text-align: center;
	margin-top: 24px;
}
.footer_bottom_inner {
	color: #fff;
	background: #1D591D url(../images/footer_bottom_bg.png) repeat-x center bottom / contain;
	padding: 95px 0 57px;
}
.footer_wrapper {
	display: flex;
	justify-content: space-between;
}
.footer_left {
	display: flex;
	margin-right: 20px;
}
.footer_logo {
	margin-right: 38px;
}
.footer_content {
    line-height: 1.7;
    letter-spacing: 0.01em;
}
.footer_right {
	margin-top: -11px;
}
.footer_nav {
	display: flex;
}
.footer_lists:first-of-type {
	margin-right: 82px;
}
.footer_list:nth-of-type(n + 2) {
	margin-top: 9px;
}
.footer_list a {
	display: inline-block;
	position: relative;
	padding: 10px 0 10px 20px;
}
.footer_list a::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #C4B16D;
}
.footer_list a span {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-indent: 0;
}
.footer_list a span::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #fff;
	margin: auto;
}
.copyright {
	font-size: 1.2rem;
	text-align: right;
	margin-top: 115px;
}
.copyright a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-indent: 0;
}
.copyright a::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #fff;
	margin: auto;
}
.footer_food {
	display: none;
}

@media screen and (min-width: 769px) {
	.footer_list a span:hover::after {
		width: 100%;
	}
	.copyright a:hover::after {
		width: 100%;
	}
}

/* Page Top
------------------------------ */
.pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 54px;
	height: 54px;
	transition: all .4s;
	opacity: 0;
	z-index: 10;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #1D591D;
}
.pagetop.show {
	opacity: 1;
	text-indent: -9999px;
}
.pagetop:hover {
	color: #1D591D;
	background: #fff;
	border: 1px solid #1D591D;
}
.pagetop::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-top: #fff solid 1px;
	border-left: #fff solid 1px;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 26px;
	transition: .25s;
}
.pagetop:hover::before {
	border-top-color: #1D591D;
	border-left-color: #1D591D;
}
