@charset "utf-8";
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-style:normal;font-weight: normal;font-size: 100%;vertical-align: baseline;}
@font-face {
	font-family: YuGothicM;
	src: local(Yu Gothic Medium),local(Yu Gothic);
	font-weight: 500;
}
@font-face {font-family: "Helvetica Neue";src: local("Helvetica Neue Regular");font-weight: 100;}
@font-face {font-family: "Helvetica Neue";src: local("Helvetica Neue Regular");font-weight: 200;}
@media all and (-ms-high-contrast: none) {
	body {font-family: Verdana, Meiryo, sans-serif;}
}
body {
	font-family: "source-han-sans-japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', Meiryo, sans-serif;
	color: #111;letter-spacing: .1em;font-feature-settings: "palt" 1;font-kerning: auto;-webkit-font-smoothing: antialiased;background: #fefefe;
}
html {font-size: 62.5%;}
ul ,ol {list-style: none;}
a:link ,a:visited {color: #111;text-decoration: none;}
img {width: 100%;height: auto;vertical-align: bottom;}
main {display: block;}
.sp {display: none;}
/* ドラッグ背景  */
::selection {background: #A0CCD1;color: #fff}
::-moz-selection {background: #A0CCD1;color: #fff}

.wrap {width: 1000px;margin: 0 auto;padding: 0 140px;}

header {
	width: 100%;height: 100px;
	position: fixed;top: 0;left: 0;z-index: 10000;
}
header .wrap {overflow: hidden}
header .logo {
	width: 189px;height: 36px;padding: 27px 0 27px 110px;
	position: absolute;left: 20px;top: 0;margin: 10px 0;
}
header .logo::before {
	content: "";width: 95px;height: 90px;position: absolute;left: 0;top: 0;
	background: url(../img/icon/icon.svg) no-repeat center / 100%;
}
header nav {margin: 0 0 0 20px;}
header nav ul {display: flex;flex-wrap: wrap;margin: 0 0 0 20px;justify-content: center;}
header nav span {
	font-size: 1.4em;font-weight: 700;
	transition: color .3s;
}
header nav span:hover {
	color: #4E9266;transition: color .3s;
}
header nav li {margin: 45px 18px 0;}
header nav li.btn {
	position: absolute;right: 0;top: 0;
	margin: 0;
}
header nav li span {display: block}
header nav li.btn span {
	background: #FFF682;padding: 45px 40px 30px 60px;
	border-radius: 0 0 0 20px;position: relative;
}
header nav li.btn span::before {
	content: "";width: 12px;height: 12px;position: absolute;top: 49px;left: 35px;
	background: url(../img/icon/blank.svg) no-repeat center / 100%;
}
footer {background: #4E9266;color: #fff;padding: 50px 0;}
footer span {color: #fff;}
footer .wrap {display: flex;flex-wrap: wrap;width: 837px;}
footer .icon {
	width: 206px;height: 197px;
	background: url(../img/icon/icon.svg) no-repeat center / 100%;
}
footer .nav {
	width: 250px;margin: 0 46px;
}
footer .nav ul {
	display: flex;flex-wrap: wrap;
	margin: 30px 0 0;
}
footer .nav ul li {
	width: 50%;margin: 0 0 10px;position: relative;padding: 0 0 0 20px;box-sizing: border-box;
	font-size: 1.4em;
}
footer .nav ul li::before {
	content: "";display: inline-block;width: 7px;height: 7px;
	position: absolute;left: 0;top: 6px;
	border-top: 1px solid #fff;border-right: 1px solid #fff;
	transform: rotate(45deg);
}
footer .nav ul li a:hover {
	text-decoration: underline;color: #fff;
}
footer .nav .btn a {
	display: block;background: #fff;position: relative;
	text-align: center;border-radius: 5px;
	margin: 30px 0 0;padding: 15px 0 14px;transition: opacity .3s;
}
footer .nav .btn span {
	font-size: 1.4em;color: #4E9266;line-height: 1;font-weight: 700;
	position: relative;display: inline-block;padding: 0 0 0 23px;
}
footer .nav .btn a:hover {opacity: .8}
footer .nav .btn a span::before {
	content: "";width: 17px;height: 13px;position: absolute;top: 1px;left: 0;
	background: url(../img/icon/mail.svg) no-repeat center / 100%;
}
footer .address {width: 250px}
footer .address address {
	font-size: 1.4em;line-height: 1.6;
	margin: 0 0 20px;
}
footer .address address span {
	display: block;margin: 0 0 5px;
	font-size: 2rem;
}
footer .address .more a {
	display: block;position: relative;background: #4E9266;
	text-align: center;border-radius: 5px;border: solid 1px #fff;
	margin: 15px 0 0;padding: 15px 0 14px;transition: background .3s;
}
footer .address .more a:hover {background: #48825B;}
footer .address .more span {
	font-size: 1.4em;color: #fff;line-height: 1;font-weight: 400;
	position: relative;display: inline-block;padding: 0 23px;
}
footer .address .more a span::before {
	content: "";width: 15px;height: 15px;position: absolute;top: 0;left: 0;
}
footer .address .more:nth-of-type(1) a span::before {
	background: url(../img/icon/shop.svg) no-repeat center / 100%;
}
footer .address .more.tw a span::before {
	background: url(../img/icon/twitter1.svg) no-repeat center / 100%;
}
footer .address .more.fb a span::before {
	background: url(../img/icon/facebook1.svg) no-repeat center / 100%;
}
footer .address .more a span::after {
	content: "";width: 12px;height: 12px;position: absolute;top: 0;right: 0;
	background: url(../img/icon/blank2.svg) no-repeat center / 100%;
}


main.top {margin: 100px 0 0;}
section#mv {
	width: 100vw;height: 51vw;overflow: hidden;
}
section#mv .slick div {
	width: 100vw;height: 51vw;float: left;
}
section#mv .slick .img1 {
	background: url(../img/back/mv00@2x.jpg) no-repeat top / 100%;
}
section#mv .slick .img2 {
	background: url(../img/back/mv@2x.jpg) no-repeat top / 100%;
}
section#mv .wrap {position: relative;height: 100px;z-index: 1000;}
section#mv .wrap::before {
	content: "";width: 74px;height: 280px;position: absolute;top: 45px;right: 0;
	background: url(../img/text/mv-text@2x.png) no-repeat center / 100%;z-index: 100;
}

section#lead {padding: 55px 0 100px;position: relative;z-index: 1000;}
section#lead .wrap {position: relative;width: 815px;}
section#lead a.icon {
	width: 255px;height: 230px;transition: filter .3s;
	position: absolute;top: -180px;left: 47px;z-index: 100;
	background: url(../img/icon/koge2023.svg) no-repeat center / 100%;
}
section#lead a.icon:hover {
	filter: brightness(94%);
}
section#lead .wrap::after {
	content: "";width: 435px;height: 435px;
	position: absolute;top: 0;right: 0;
	background: url(../img/back/img01@2x.jpg) no-repeat center / 100%;
}
section#lead p.title {
	font-size: 3.2em;line-height: 1.55;color: #AF9271;font-weight: 700;
	margin: 0 0 40px;
}
section#lead p {
	font-size: 1.8em;line-height: 2;
}
.scroll {
	width: 100%;
	height: 45vw;
	background: url('../img/back/scroll@2x.jpg') repeat-x;
	background-size: auto 100%;
	animation: scroll-anim 15s linear infinite;
}
@keyframes scroll-anim {
	100% {
		background-position: 100% 0;
	}
}

section#product {
	margin: 80px 0;
	background: rgba(255, 246, 130, .7);
}
section#product span.title {
	padding: 98px 0;
	color: rgba(0, 0, 0, 0);display: block;width: 230px;height: 53px;margin: 0 auto;
	background: url(../img/text/product@2x.png) no-repeat center / 100%;
}
section#product ul {display: flex;flex-wrap: wrap;}
section#product ul li {
	width: 470px;margin: 0 0 60px;
}
section#product ul li:nth-of-type(even) {margin: 0 0 60px 60px}
section#product ul li .img {
	width: 470px;height: 400px;border-radius: 20px;
	background: url(../img/back/product01@2x.jpg) no-repeat center / 100%;
}
section#product ul li:nth-of-type(2) .img {
	background: url(../img/back/product02@2x.jpg) no-repeat center / 100%;
}
section#product ul li:nth-of-type(3) .img {
	background: url(../img/back/product03@2x.jpg) no-repeat center / 100%;
}
section#product ul li:nth-of-type(4) .img {
	background: url(../img/back/product04@2x.jpg) no-repeat center / 100%;
}
section#product ul span.tt {
	font-size: 3.2em;line-height: 1;font-weight: 700;text-align: center;
	display: block;margin: 35px 0 25px;
}
section#product ul p {
	font-size: 1.6em;line-height: 1.625;
}
section#history .wrap {
	position: relative;padding: 180px 100px;
	background: url(../img/back/history-back@2x.jpg) no-repeat top / 100%;
}
section#history .wrap::before {
	content: "";width: 276px;height: 46px;position: absolute;top: 85px;left: -100%;right: -100%;margin: 0 auto;
	background: url(../img/text/history@2x.png) no-repeat center / 100%;
}
section#history .text {
	width: 460px;margin: 0 0 0 520px;
}
section#history .img {
	width: 488px;height: 657px;position: absolute;top: 180px;left: 50px;
	mix-blend-mode: multiply;
	background: url(../img/back/history01@2x.png) no-repeat center / 100%;
}
section#history .text p {
	font-size: 1.6em;line-height: 2;letter-spacing: 0;
	margin: 0 0 50px;
}
section#history .text p:last-child {margin: 0}

section#artist {
	padding: 180px 0;
	background: url(../img/back/artist-back@2x.jpg) no-repeat center / cover;
}
section#artist .wrap {position: relative}
section#artist .wrap::before {
	content: "";width: 337px;height: 46px;position: absolute;top: -170px;left: -100%;right: -100%;margin: 0 auto;
	background: url(../img/text/artist@2x.png) no-repeat center / 100%;
}
section#artist .img {
	width: 396px;height: 474px;position: absolute;top: -68px;left: 100px;
	background: url(../img/back/artist01@2x.jpg) no-repeat center / 100%;
}
section#artist .text {
	width: 637px;height: 450px;background: rgba(0, 0, 0, .8);box-sizing: border-box;
	color: #fff;
	margin: 68px 0 0 280px;padding: 75px 70px 75px 170px;
}
section#artist span.heading {
	font-size: 1.8em;line-height: 1;
	display: block;margin: 0 0 17px;
}
section#artist span.name {
	font-size: 3em;display: inline-block;
	margin: 0 0 30px;position: relative;
}
section#artist span.name span {
	position: absolute;top: 1.8em;right: -13em;
	font-size: 1rem;font-weight: 500;letter-spacing: .27em;
}
section#artist p {
	font-size: 1.3em;line-height: 2;
}
section.omake {
	position: relative;width: 700px;height: 700px;margin: 60px auto;
}
section.omake::before {
	content: "";width: 700px;height: 700px;position: absolute;top: -100%;bottom: -100%;left: -100%;right: -100%;margin: auto;
	background: url(../img/back/omake@2x.jpg) no-repeat center / 100%;
}

section#school {background: rgba(78, 146, 102, .15);padding: 0 0 200px;letter-spacing: 0;}
section#school .wrap {position: relative}
section#school .box {
	padding: 200px 0 80px;display: flex;flex-wrap: wrap;
	text-align: center;
}
section#school .box .text {width: 430px}
section#school .box:nth-of-type(2) .text {
	width: 500px;margin: 0 0 0 50px;
}
section#school .box p.border {
	border-top: solid 1px #000;
	padding: 20px 0 0;
}
section#school .box:nth-of-type(2) .text p {
	line-height: 2;
}
section#school .box span.tt {
	width: 300px;box-sizing: border-box;
	display: inline-block;background: #fff;padding: 15px 28px;
	font-size: 2.2em;font-weight: 700;line-height: 1;
}
section#school .box dl {
	margin: 20px 0 0;text-align: left;
}
section#school .box .img {
	width: 472px;height: 317px;margin: 0 0 0 98px;
	background: url(../img/school/school-img01@2x.png) no-repeat center / 100%;
}
section#school .box:nth-of-type(2) .img {
	width: 316px;height: 224px;margin: 250px 0 0 98px;
	background: url(../img/school/school-img02@2x.png) no-repeat center / 100%;
}
section#school .box dl {position: relative;}
section#school .box dl div {margin: 0 0 20px;position: relative;}
section#school .box dl dt ,
section#school .box dl dd {
	line-height: 1.6;
}
section#school .box dl dt {font-size: 1.8em;font-weight: 600}
section#school .box dl dd {font-size: 1.5em;padding: 30px 0 0;}
section#school .box dl dd span {display: block;position: absolute;top: 0;left: 17em;}
section#school .box dl dt::after {content: "･･･ ";font-weight: 500;}
section#school .box p {
	font-size: 1.5em;margin: 20px 0;text-align: center;
}
section#school .wrap::before {
	content: "";width: 228px;height: 54px;position: absolute;top: 70px;left: -100%;right: -100%;margin: 0 auto;
	background: url(../img/text/school@2x.png) no-repeat center / 100%;
}
section#school .dsadsa::after {
	content: "";width: 340px;height: 340px;position: absolute;top: 510px;left: 80px;
	background: url(../img/back/img04@2x.jpg) no-repeat center / 100%;
	mix-blend-mode: multiply;
}
section#school .more {
	background: #fff;position: relative;height: 120px;
}
section#school .more::before {
	content: "";width: 230px;height: 52px;position: absolute;left: -100%;right: -100%;top: 32px;
	background: url(../img/school/school-contact2309@2x.png) no-repeat center / 100%;margin: 0 auto;
}
section#school .box dl .button {
	position: absolute;bottom: 0;right: 0;border-radius: 5px;
	background: #fff;margin: 0;
	font-size: 1.4em;line-height: 1.6;
	transition: background .2s;
}
section#school .button a {display: block;padding: 7px 16px 5px;}
section#school .button:hover {
	background-color: #dfdfdf;
}

section#access .wrap {
	display: flex;flex-wrap: wrap;
	padding: 82px 0 63px;
}
section#access .img {
	width: 470px;height: 582px;background: url(../img/back/access01@2x.jpg) no-repeat center / 100%;
	position: relative;
}
section#access .img::after {
	content: "Photo by 村井 勇";letter-spacing: 0;
	position: absolute;bottom: -1.6em;left: 0;
}
section#access .text {
	margin: 190px 0 0 60px;width: 320px;
}
section#access .text span.title {
	font-size: 3.2em;font-weight: 700;line-height: 1.56;
	display: block;margin: 0 0 30px;
}
section#access .text span.title span {
	font-size: 1.2rem;
	display: block;
}
section#access .text p {
	font-size: 1.6em;line-height: 1.5;
	display: block;margin: 0 0 30px;
}
section#access .text .more a {
	font-size: 1.6em;line-height: 1;text-align: center;color: #fff;
	background: #4E9266;padding: 20px 0;position: relative;
	display: block;margin: 0 0 30px;transition: background .3s;
}
section#access .text .more a:hover {
	background: #48825B;
}
section#access .text .more span {
	font-weight: 700;
	position: relative;display: inline-block;padding: 0 0 0 30px;
}
section#access .text .more span::before {
	content: "";width: 20px;height: 15px;position: absolute;top: 0;left: 0;
	background: url(../img/icon/mail2.svg) no-repeat center / 100%;
}
section#access iframe {
	width: 100%;height: 400px;
	margin: 50px 0 0;
}
section#contact {
	background: #F1EAD9;
	padding: 50px 0;
}
section#contact h2 {
	font-size: 2.5em;line-height: 1;text-align: center;
	margin: 0 0 40px;
}
section#contact dl {width: 500px;margin: 0 auto;position: relative;}
section#contact dl::after {
	content: "";width: 137px;height: 228px;position: absolute;bottom: 0;right: -200px;
	background: url(../img/back/img06@2x.jpg) no-repeat center / 100%;
	mix-blend-mode: multiply;
}
section#contact dl div {
	display: flex;flex-wrap: wrap;
	margin: 0 0 20px;
}
section#contact dl dt {
	width: 30%;box-sizing: border-box;padding: 8px 2em 0 0;position: relative;
	font-size: 13px;text-align: right;line-height: 1;
}
section#contact dl dt.rq::after {content: " ※";color: #C1272D}
section#contact dl dd {width: 70%}
section#contact dl dd input[type="text"] ,
section#contact dl dd input[type="email"] ,
section#contact dl dd select ,
section#contact dl dd textarea {
	width: 100%;border: none;padding: 3px 5px;
	font-size: 1.6em;line-height: 1.8;border-radius: 3px;
}
.submit {text-align: center;}
.submit input[type="submit"] {
	display: inline-block;border: none;box-shadow: none;border-radius: 3px;
	width: 300px;background: #4E9266;padding: 15px 0 13px;
	color: #fff;font-size: 16px;line-height: 1;cursor: pointer;
}
.submit input[type="submit"]:hover {
	background: #467F58;
}
.entry_main select + .description::after {
	content: "";width: 0;height: 0;position: absolute;bottom: 50px;right: 40px;display: block;
	border-style: solid;border-width: 8px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
}



main.entry {
	padding: 180px 0;
}
.entry_main {
	background-color: #fff;
	margin: 20px 0 0;
}
.entry_main h2 {
	padding: 20px;
	font-size: 2em;font-weight: 700;
}
.entry_main h2 span {
	position: relative;font-weight: 700;
	display: inline-block;padding: 0 0 1px;
}
.entry_main h2 span::before {
	content: "";width: 100%;height: 2px;background: #111;
	position: absolute;bottom: 0;left: 0;
}

#reservationHeader.selectedDate {display: none;}
#reservationHeader.selectedDate.booking_completed {
	display: block;width: 100%;
}

#booking-package_inputFormPanel {
	width: 720px;margin: 50px auto;
	display: flex;flex-wrap: wrap;
}
#booking-package_calendarPage ,
#booking-package_schedulePage {
	padding: 0 20px;
}
.entry_main #booking-package_inputFormPanel .row {
	width: 50%;border: none;padding: 25px;position: relative;
}
.entry_main #booking-package_inputFormPanel .row:nth-of-type(9) {
	width: 100%;border: none;padding: 25px;
}
.entry_main #booking-package_inputFormPanel .row.total_amount {display: none}

.entry_main #booking-package_inputFormPanel .row .value input[type="text"] ,
.entry_main #booking-package_inputFormPanel .row .value select {
	border: none;background-color: #F6F6F6;border-radius: 5px;padding: 15px;
	box-sizing: border-box;width: 100%;appearance: none;
	font-size: 1.6rem;
}
.entry_main #booking-package_inputFormPanel #reservationHeader + .row .value ,
.entry_main #booking-package_inputFormPanel.booking_completed_panel .row .value {
	background-color: #E4EEE7;border-radius: 5px;padding: 15px;
	color: #4E9266;
}
.entry_main #booking-package_inputFormPanel .row .name {
	font-weight: 700;
}

.entry_main #booking-package_inputFormPanel #paymentPanel ,
.entry_main #booking-package_inputFormPanel #nextAndReturnPanel {
	width: 50%;padding: 25px 25px 50px;box-sizing: border-box;
}
.entry_main #booking-package_inputFormPanel #paymentPanel .bottomBarPanel {padding:0;}
.entry_main #booking-package_inputFormPanel button ,
.entry_main #booking-package_schedulePage button#returnToCalendarButton {
	border: none;padding: 20px 0 18px;border-radius: 5px;
	font-weight: 700;line-height: 1;
	background-color: #BFBFBF;
}
.entry_main #booking-package_inputFormPanel button.bookingButton {
	background-color: #4E9266;color: #fff;
}
.entry_main #booking-package_inputFormPanel button.returnButtonForBookingCmpleted {display: none;}
.entry_main #booking-package_schedulePage button#returnToCalendarButton {display: inline-block;padding: 20px 20px 18px;}









