@charset "UTF-8";
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.frame {
	background-image: linear-gradient(to right, var(--color-purple) 50%, var(--color-red) 50%);
}
.frame_cols {
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 100vh;
}
.frame_col {}
.frame_col-text {
	background-image: url(../img/txt-side2025@2x.png);
	width: 60px;
	background-size: 27px 622px;
	background-repeat: repeat-y;
	background-position: center 0;
	position: relative;
	z-index: 11;
}
.frame_col-left {
	background-color: var(--color-purple);
	border-right: 5px solid currentColor;
}
.frame_col-main {
	width: calc(100% - 130px);
	background-color: #fff;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 130px);
	z-index: 10;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1790px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.header-scrolled {
	background-color: var(--color-white);
}
.header_inner {
	max-width: none;
	max-width: 1711px;
	padding-left: 20px;
	padding-right: 20px;
}
.header_cols {
	display: flex;
}
.header_col {}
.header_col-title {}
.header_title {}
.header_title > a {
	text-decoration: none;
	display: flex;
	font-size: 20px;
	font-family: var(--font-space);
	align-items: center;
	color: var(--color-wine-red);
	height: 100px;
	transition-duration: .3s;
	transition-property: opacity;
}
.header_title_img {
	width: 249px;
	height: auto;
	display: block;
	margin-right: 13px;
}
.header_title_text {
	white-space: nowrap;
	display: block;
	letter-spacing: 0.04em;
}
.header_col-menu {
	width: calc(100% - 420px);
	margin-left: auto;
}
.menuBtn {
	display: none;
}
.menuBtn_barWrap {}
.menuBtn_bar {}
.menuBtn_bar-no1 {}
.menuBtn_bar-no2 {}
.menuBtn_bar-no3 {}
.menuBtn_text {}
.menuBtn_text-open {}
.menuBtn_text-hidden {}
.headNav {
	height: 100%;
	max-width: 1019px;
	margin-left: auto;
}
.headNav_inner {
	display: flex;
	height: 100%;
}
.headNav_list {
	list-style: none;
	display: flex;
	flex-grow: 1;
}
.headNav_list > li {
	flex-grow: 1;
}
.headNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-weight: bold;
}
.headNav_list_text {
	display: block;
	padding: 10px 0;
	position: relative;
	border: beige;
	text-align: center;
}
.headNav_list_text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform-origin: right bottom;
	transform: scale(0, 1);
	transition-duration: .3s;
	transition-property: transform;
}
.headNav_list_en {
	display: none;
}
.headNav_list_icon {
	display: none;
}
.headNav_list_icon > svg {}
.headNav_subList {
	list-style: none;
	display: flex;
	width: 437px;
	align-self: center;
	margin-left: 20px;
	position: relative;
	top: -2px;
}
.headNav_subList > li {
	width: 48%;
	margin-left: 4%;
}
.headNav_subList > li:nth-child(2n+1) {
	margin-left: 0;
}
.headNav_subList > li > a {
	font-size: 18px;
}
.headNav_subList > li > a > svg {
	display: block;
	width: 25px;
	height: 25px;
	fill: currentColor;
	position: relative;
	z-index: 2;
	margin-right: 8px;
}
.headNav_tel {
	display: none;
}
.headNav_tel > a {
	text-decoration: none;
	color: inherit;
}
.headNav_tel_icon {}
.headNav_tel_icon > svg {}
.headNav_tel_text {}
.headNav_tel_number {}
.contents {
	min-height: 100vh;
}
.footer {
	padding-top: 156px;
	padding-bottom: 56px;
}
.footer_inner {}
.footer_logo {
	max-width: 383px;
	margin: 0 auto 10px;
}
.footer_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.footer_logo > a > img {
	display: block;
}
.footer_list {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 27px;
}
.footer_list > li {}
.footer_list > li:nth-child(n+2) {
	margin-left: 2em;
}
.footer_list > li > a {
	text-decoration: none;
	color: inherit;
}
.footer_copyright {
	font-family: var(--font-space);
	text-align: center;
	font-size: 12px;
	margin-top: 68px;
}
.footer_copyright > small {
	display: block;
	font-size: inherit;
}
.frame_col-right {
	border-left: 5px solid currentColor;
	background-color: var(--color-red);
}
.vis {
	background-color: var(--color-beige);
	overflow: hidden;
	padding-top: 222px;
}
.vis_inner {
	max-width: 1205px;
}
.vis_title {
	position: relative;
	z-index: 4;
}
.vis_title > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.vis_image {
	max-width: 1855px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 153.9%;
	z-index: 3;
	margin-top: -103px;
}
.vis_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.schedule {
	position: relative;
	/*min-height: 901px;*/
	background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 38px, rgba(146, 249, 51, 1) 38px, rgba(146, 249, 51, 1) 113px);
	background-color: #a8fa5c;
	padding-top: 327px;
	margin-top: -164px;
	overflow: hidden;
	padding-bottom: 139px;
}
.schedule_bg {
	position: absolute;
	width: 100%;
	height: 901px;
	top: 0;
	left: 0;
	fill: var(--color-beige);
	pointer-events: none;
	min-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
}
.schedule_title {
	color: #fff;
}
.schedule_inner {
	max-width: 1380px;
}
.schedule_cells {
	margin-left: -2%;
	margin-right: -2%;
	display: flex;
	flex-wrap: wrap;
}
.schedule_cell {
	width: 25%;
	box-sizing: border-box;
	padding: 0 2%;
}
.schedule_cell:nth-child(n+5) {
	margin-top: 75px;
}
.scheItem {
	position: relative;
}
.scheItem::before {
	content: "";
	border-radius: 50px;
	border: 2px solid currentColor;
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: var(--color-white);
}
.scheItem::after {
	content: "";
	border-radius: 50px;
	border: 2px solid currentColor;
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 8px;
	left: 8px;
	box-sizing: border-box;
	background-color: var(--color-skyblue);
}
.scheItem-sun::after {
	background-color: var(--color-pink);
}
.scheItem_inner {
	position: relative;
	z-index: 2;
	max-width: 230px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 39px 15px 36px;
}
.scheItem_date {
	line-height: 1;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	margin-bottom: 0px;
}
.scheItem_date_month {
	white-space: nowrap;
	font-family: var(--font-space);
	font-size: 70px;
	font-weight: bold;
}
.scheItem_date_montd {}
.scheItem_date_dot {
	white-space: nowrap;
	font-family: var(--font-space);
	font-size: 70px;
	font-weight: bold;
}
.scheItem_date_date {
	white-space: nowrap;
	font-family: var(--font-space);
	font-size: 130px;
	font-weight: bold;
	grid-row: 1 /span 2;
	grid-column: 2;
	padding-top: 18px;
}
.scheItem_date_week {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-skyblue);
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
}
.scheItem_date_week-sun {
	background-color: var(--color-pink);
}
.scheItem_time {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: var(--font-space);
	line-height: 1;
	margin-bottom: 16px;
}
.scheItem_list {
	list-style: none;
	width: 100%;
	margin-top: 12px;
}
.scheItem_list > li {}
.scheItem_list > li:nth-child(n+2) {
	margin-top: 8px;
}
.highlights {
	overflow: hidden;
	margin-bottom: 125px;
}
.highlights_contents {
	padding-top: 132px;
}
.highlights_inner {
	max-width: 1320px;
}
.highlights_title {}
.highlights_sect {
	margin-bottom: 78px;
}
.highlights_sect:last-child {
	margin-bottom: 0;
}
.highlights_cols {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.highlights_col {}
.highlights_col-img {
	max-width: 652px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: calc(100% - 540px);
}
.highlights_mask {
	width: 980px;
	height: 420px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 100%;
	background-color: #fff;
	border-top-left-radius: 300px;
}
.highlights_image {
	position: relative;
	left: 160px;
	border: 2px solid currentColor;
	border-top-right-radius: 300px;
	overflow: hidden;
	width: 1100px;
}
.highlights_image > img {
	display: block;
}
.highlights_col-txt {
	position: relative;
	z-index: 3;
	width: 540px;
	padding-bottom: 12px;
}
.highlights_num {
	width: 146px;
	height: 146px;
	position: relative;
	font-size: 60px;
	color: #dbff07;
	font-family: var(--font-space);
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.highlights_num > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: var(--color-text);
	z-index: 0;
}
.highlights_num_text {
	position: relative;
	z-index: 1;
}
.highlights_headline {
	display: flex;
	flex-direction: column;
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
	align-items: flex-start;
	position: relative;
	z-index: 3;
	font-feature-settings: "palt";
}
.highlights_headline_text {
	display: block;
	border: 2px solid currentColor;
	background-color: var(--color-white);
	padding: 3px 10px;
}
.highlights_headline_text:nth-child(n+2) {
	margin-top: 13px;
}
.highlights_text {
	font-size: 18px;
	line-height: 2.11;
	margin-top: 17px;
	max-width: 400px;
}
.highlights_areaText {
	padding-left: 90px;
	margin-top: -30px;
}
.highlights_cols-rev {
	flex-direction: row-reverse;
}
.highlights_mask-rev {
	left: auto;
	right: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 300px;
}
.highlights_image-rev {
	border-top-right-radius: 0;
	border-top-left-radius: 300px;
	left: -160px;
}
.highlights_col-imgRev {
	align-items: flex-start;
}
.highlights_num-no1 {}
.highlights_num-no2 {
	color: #00fdf9;
}
.highlights_num-no3 {
	color: #ff50ed;
}
.highlights_num-no4 {
	color: #92f933;
}
.highlights_num-no5 {
	color: #17ff9a;
}
.highlights_link {
	max-width: 230px;
	margin-top: 28px;
}
.highlights_link > a {
	height: 70px;
}
.entryNav {
	background-color: var(--color-lemon-yellow);
	padding: 93px 0 119px;
	overflow: hidden;
	background-image: linear-gradient(to right, #dbf442 4px, rgba(255, 255, 255, 0) 4px), linear-gradient(to bottom, #dbf442 4px, rgba(255, 255, 255, 0) 4px);
	background-size: 140px 140px;
	background-position: center center;
}
.entryNav_inner {}
.entryNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.entryNav_list > li {
	width: 48%;
	margin-left: 4%;
}
.entryNav_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.entryNav_list > li > a {
	text-decoration: none;
	color: inherit;
	min-height: 100px;
	font-size: 22px;
	padding-left: 75px;
	padding-right: 90px;
	font-feature-settings: "palt";
}
.entryNav_image {
	width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 92px;
}
.entryNav_image > img {
	display: block;
}
.info {
	background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 38px, #f1e2d3 38px, #f1e2d3 113px);
	background-color: #f4e8dd;
	padding-top: 75px;
}
.info_inner {}
.info_tel {
	max-width: 800px;
	margin: 0 auto 47px;
}
.info_tel > a {
	text-decoration: none;
	color: inherit;
	height: 170px;
	background-color: var(--color-green);
	border-radius: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}
.info_tel_icon {
	display: flex;
	width: 100px;
	height: 100px;
	background-color: var(--color-text);
	color: var(--color-white);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 46px;
	transform: translateY(-50%);
}
.info_tel_icon > svg {
	display: block;
	width: 43px;
	height: 43px;
	fill: currentColor;
}
.info_tel_text {
	display: block;
	margin-bottom: 13px;
}
.info_tel_num {
	font-size: 60px;
	font-family: var(--font-space);
	font-weight: bold;
}
.info_list {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.info_list > li {}
.info_list > li:nth-child(n+2) {
	margin-left: 3em;
}
.info_list > li > a {
	text-decoration: none;
	color: inherit;
}
.info_list > li > a > svg {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 8px;
}
.info_instaLink {
	max-width: 250px;
	margin: 0 auto;
	transform: translateY(50%);
	margin-top: -78px;
}
.info_instaLink > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
}
.info_instaLink_icon {
	width: 168px;
	height: 168px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 3px solid var(--color-text);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: background-color, color;
	background-color: var(--color-white);
}
.info_instaLink_icon > svg {
	display: block;
	width: 50px;
	height: 50px;
	fill: currentColor;
}
.info_instaLink_rotate {
	display: block;
	animation-name: rotate;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.parents {}
.parents_contents {
	padding: 129px 0 108px;
	overflow: hidden;
}
.parents_inner {}
.parents_title {
	margin-bottom: 47px;
}
.parents_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.parents_list > li {
	width: 23.5%;
	margin-left: 2%;
}
.parents_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.parents_list > li > a {
	text-decoration: none;
	color: inherit;
	height: 80px;
	font-size: 20px;
	justify-content: flex-start;
	padding-left: 35px;
}
.entryNav-bottom {
	background-image: none;
	padding: 68px 0 81px;
}
.access {}
.access_contents {
	background-color: #f1f1f1;
	padding: 100px 0 99px;
	overflow: hidden;
}
.access_inner {
	max-width: 1100px;
}
.access_title {}
.access_headline {
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 29px;
}
.access_text {
	margin-bottom: 1em;
}
.access_caution {
	color: var(--color-red);
	text-indent: -1em;
	font-weight: bold;
	padding-left: 1em;
}
.aboutWrap {
	position: relative;
	z-index: 0;
}
.aboutWrap_image {
	position: sticky;
	z-index: -1;
	left: 0;
	width: 100%;
	padding-bottom: calc(100vh - 100px);
	top: 100px;
}
.aboutWrap_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.about {}
.about_contents {
	background-color: rgba(212, 83, 184, 0.82);
	position: relative;
	z-index: 2;
	padding: 116px 0 138px;
	box-sizing: border-box;
	overflow: hidden;
}
.about_inner {}
.about_title {
	color: var(--color-white);
}
.notice {
	border: 3px solid var(--color-text);
	background-color: var(--color-white);
	border-radius: 100px;
	max-width: 1000px;
	margin: 87px auto 0;
	box-sizing: border-box;
	padding: 0 50px 50px;
}
.notice_title {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	transform: translateY(-35px);
	margin-bottom: -2px;
}
.notice_title > img {
	display: block;
	width: 75px;
	margin: 0 auto 28px;
}
.notice_title_text {
	display: block;
}
.notice_list {
	list-style: none;
	max-width: 840px;
	margin: 0 auto;
}
.notice_list > li {
	font-size: 20px;
	line-height: 40px;
	padding: 20px 0;
	position: relative;
	padding-left: 51px;
	background-image: linear-gradient(to right, #b3b3b3 50%, rgba(255, 255, 255, 0) 50%);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.notice_list > li > img {
	display: block;
	position: absolute;
	top: 40px;
	left: 3px;
	transform: translateY(-50%);
}
.access_route {
	max-width: 800px;
	margin: 72px auto 0;
}
.access_route_link {}
.access_route_link > a {
	min-height: 100px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 100px;
	padding-right: 70px;
}
.access_route_link > a > svg {
	width: 20px;
	height: 20px;
	right: 38px;
}
.access_route_caution {
	font-size: 14px;
	line-height: 2;
	margin-top: 21px;
}
.route {
	background-color: var(--color-white);
	border-radius: 100px;
	padding: 46px 50px 66px;
	box-sizing: border-box;
	margin-top: 79px;
}
.route_inner {}
.route_title {
	line-height: 1;
	width: 159px;
	height: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 24px;
	border: 3px solid currentColor;
	border-top: none;
	border-left: none;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.route_sect {
	padding: 11px 0;
	border-bottom: 1px solid var(--color-gray);
}
.route_sect:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.route_cols {
	display: flex;
	align-items: center;
}
.route_col-ttl {
	width: 160px;
}
.route_headline {
	height: 60px;
	background-color: var(--color-purple);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
}
.route_col-txt {
	width: calc(100% - 180px);
	margin-left: auto;
	background-image: linear-gradient(to right, var(--color-gray) 50%, rgba(255, 255, 255, 0) 50%);
	background-size: 12px 3px;
	background-repeat: repeat-x;
	background-position: center center;
}
.route_route {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: -10px;
	margin-right: -10px;
}
.route_item {
	font-feature-settings: "palt";
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 0 10px;
}
.route_hour {
	margin-right: 12px;
}
.route_hour_inner {
	display: flex;
	width: 60px;
	height: 35px;
	border: 2px solid var(--color-purple);
	box-sizing: border-box;
	color: var(--color-purple);
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 500;
	box-sizing: border-box;
}
.route_place {
	line-height: 1.625;
}
.route_place > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.route_place > a > img {
	display: block;
	min-width: 17px;
	margin-left: 6px;
}
.route_item-no1 {
	min-width: 220px;
}
.route_item-no2 {
	min-width: 300px;
}
.route_item-last1 {
	min-width: 270px;
}
.route_item-last2 {
	min-width: 210px;
}
.about_headline {
	max-width: 797px;
	margin: 50px auto 42px;
}
.about_headline > img {
	display: block;
}
.about_subhead {
	color: var(--color-white);
	font-size: 30px;
	font-weight: bold;
	line-height: 1.667;
	text-align: center;
	margin-bottom: 51px;
}
.about_text {
	color: var(--color-white);
	margin-bottom: 2.125em;
	text-align: center;
	font-weight: 500;
}
.about_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
	margin-top: 99px;
}
.about_list > li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 1%;
}
.about_list > li:nth-child(4n+1) {}
.about_list > li:nth-child(n+5) {
	margin-top: 30px;
}
.about_list_btn {
	justify-content: flex-start;
	height: 80px;
	font-size: 20px;
	padding-left: 31px;
}
.about_list_btn-no1 {}
.about_list_btn-no1::after {
	background-color: #8556e3;
}
.about_list_btn-no2 {}
.about_list_btn-no2::after {
	background-color: #00a8ff;
}
.about_list_btn-no3 {}
.about_list_btn-no3::after {
	background-color: #6fcb02;
}
.about_list_btn-no4 {}
.about_list_btn-no4::after {
	background-color: #00bd78;
}
.about_list_btn-no5 {}
.about_list_btn-no5::after {
	background-color: #f556d2;
}
.about_list_btn-no6 {}
.about_list_btn-no6::after {
	background-color: #e23c09;
}
.about_list_btn-no7 {}
.about_list_btn-no7::after {
	background-color: #ff9c1b;
}
.movie {
	background-color: var(--color-white);
	border-radius: 100px;
	box-sizing: border-box;
	padding: 50px 50px 37px;
	max-width: 1000px;
	margin: 154px auto 0;
	padding-top: 0;
}
.movie_title {
	position: relative;
	z-index: 2;
	max-width: 464px;
	margin: 0 auto -39px;
	transform: translateY(-54px);
}
.movie_title > img {
	display: block;
}
.movie_wrap {
	position: relative;
	padding-bottom: 56.66%;
}
.movie_wrap > iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border: 3px solid currentColor;
	box-sizing: border-box;
}
.movie_btn {
	display: block;
	position: absolute;
	bottom: -117px;
	right: -97px;
	width: 249px;
}
.movie_btn_rotation {
	animation-name: rotate;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.movie_btn_icon {
	display: flex;
	width: 169px;
	height: 169px;
	border: 3px solid var(--color-text);
	border-radius: 50%;
	background-color: var(--color-white);
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.movie_btn_icon::before {
	content: "";
	border: 23px solid rgba(255, 255, 255, 0);
	border-left-width: 40px;
	border-right-width: 0;
	border-left-color: currentColor;
	transform: translateX(15%);
}
.movie_link {
	text-align: center;
	margin-top: 18px;
}
.movie_link > a {
	color: inherit;
}
.headNav_list_text > br {
	display: none;
}
.entryNav_list > li:nth-child(n+3) {
	margin-top: 30px;
}

.btn-14-box{
	position: fixed;
	right: 90px;
	bottom: 25px;
	z-index: 10;
	width: 264px;
}
@media screen and (max-width:1599px) {
	.headNav_subList {
		width: 400px;
		margin-left: 15px;
	}
	.headNav {
		max-width: 900px;
	}
	.header_title > a {
		font-size: 18px;
	}
	.header_title_img {
		width: 220px;
	}
	.header_col-title {}
	.header_col-menu {
		width: calc(100% - 410px);
	}
}
@media screen and (max-width:1449px) {
	.headNav_subList > li {
		width: auto;
		flex-grow: 1;
	}
	.headNav_subList {
		width: 320px;
	}
	.headNav_subList > li > a {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.headNav_subList > li > a > svg {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	.headNav {
		max-width: 790px;
	}
}
@media screen and (max-width:1399px) {
	.frame_col-text {
		width: 40px;
		background-size: 21px auto;
	}
	.frame_col-left {
		border-right-width: 3px;
	}
	.frame_col-right {
		border-left-width: 3px;
	}
	.frame_col-main {
		width: calc(100% - 86px);
	}
	.header {
		width: calc(100% - 86px);
	}
	.headNav_subList > li > a {
		flex-direction: column;
		font-size: 15px;
	}
	.headNav_subList > li > a > svg {
		width: 18px;
		height: 18px;
		margin-right: 0;
		margin-bottom: 2px;
	}
	.headNav_subList {
		width: 260px;
		margin-left: 10px;
	}
	.headNav_list > li > a {
		font-size: 15px;
	}
	.headNav {
		max-width: 620px;
	}
	.headNav_list_text > br {
		display: inline;
	}
	.schedule_cell {
		width: 33.33%;
		padding: 0 1.5%;
	}
	.schedule_cell:nth-child(n+4) {
		margin-top: 60px;
	}
}
@media screen and (max-width:1199px) {
	.frame_col-text {
		width: 30px;
		background-size: 16px auto;
	}
	.frame_col-left {
		border-right-width: 2px;
	}
	.frame_col-right {
		border-left-width: 2px;
	}
	.frame_col-main {
		width: calc(100% - 64px);
	}
	.header {
		width: calc(100% - 64px);
	}
	.header_title_img {
		width: 170px;
	}
	.header_title > a {
		font-size: 14px;
	}
	.header_col-title {}
	.header_col-menu {
		width: calc(100% - 300px);
	}
	.headNav_subList > li > a {
		font-size: 14px;
	}
	.headNav_subList {
		width: 248px;
	}
	.headNav {
		max-width: 549px;
	}
	.parents_list > li > a {
		font-size: 18px;
		padding-left: 25px;
	}
	.entryNav_list > li > a {
		padding-left: 65px;
	}
	.route_col-ttl {
		width: 139px;
	}
	.route_col-txt {
		width: calc(100% - 155px);
	}
	.route_hour_inner {
		width: 50px;
		font-size: 13px;
		height: 30px;
	}
	.route_place {
		font-size: 14px;
	}
	.route_item {
		min-width: 0;
	}
	.about_list_btn {
		font-size: 16px;
		padding-left: 25px;
		height: 70px;
	}
}
@media screen and (min-width: 1000px) and (hover:hover) {
	.about_list_btn-no1:hover {}
	.about_list_btn-no6:hover {}
	.about_list_btn-no1:hover::before {
		background-color: #8556e3;
	}
	.about_list_btn-no2:hover::before {
		background-color: #00a8ff;
	}
	.about_list_btn-no3:hover::before {
		background-color: #6fcb02;
	}
	.about_list_btn-no4:hover::before {
		background-color: #00bd78;
	}
	.about_list_btn-no5:hover::before {
		background-color: #f556d2;
	}
	.about_list_btn-no6:hover::before {
		background-color: #e23c09;
	}
	.about_list_btn-no7:hover::before {
		background-color: #ff9c1b;
	}
	button:hover .movie_btn_icon {
		background-color: var(--color-text);
		color: var(--color-white);
	}
	.movie_btn:hover {}
	.movie_link > a:hover {}
	a:hover .info_instaLink_icon {
		background-color: var(--color-text);
		color: var(--color-white);
	}
	.route_place > a:hover {
		color: var(--color-purple);
	}
	.header_title > a:hover {
		opacity: .7;
	}
	.menuBtn:hover {}
	.headNav_list > li > a:hover {
		color: var(--color-wine-red);
	}
	a:hover .headNav_list_text::after {
		transform-origin: left bottom;
		transform: scale(1, 1);
	}
	.headNav_subList > li > a:hover {}
	.headNav_tel > a:hover {}
	.footer_logo > a:hover {
		opacity: .7;
	}
	.footer_list > li > a:hover {}
	.entryNav_list > li > a:hover {}
	.info_tel > a:hover {}
	.info_list > li > a:hover {
		text-decoration: underline;
	}
	.info_instaLink > a:hover {}
	.parents_list > li > a:hover {}
}
@media screen and (max-width:999px) {
	.frame {}
	.frame_cols {}
	.frame_col {}
	.frame_col-text {}
	.frame_col-left {}
	.frame_col-main {}
	.header {
		position: absolute;
		z-index: auto;
	}
	.header-scrolled {
		background-color: rgba(255, 255, 255, 0);
	}
	.header_inner {}
	.header_cols {
		display: block;
	}
	.header_col {}
	.header_col-title {
		display: flex;
	}
	.header_title {}
	.header_title > a {
		height: 80px;
	}
	.header_title_img {}
	.header_title_text {}
	.header_col-menu {
		width: auto;
		margin: 0;
	}
	.menuBtn {
		display: block;
		position: fixed;
		z-index: 1020;
		top: 17px;
		right: 51px;
		width: 45px;
		height: 45px;
		color: var(--color-text);
	}
	.menuBtn::before {
		content: "";
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: 50%;
		border: 1px solid currentColor;
		background-color: var(--color-white);
		box-sizing: border-box;
	}
	.menuBtn::after {
		content: "";
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		top: 3px;
		left: 3px;
		border-radius: 50%;
		border: 1px solid currentColor;
		background-color: var(--color-white);
		box-sizing: border-box;
	}
	.menuBtn_barWrap {
		width: 18px;
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	.menuBtn_bar {
		height: 2px;
		display: block;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.menuBtn_bar-no1 {}
	.menuBtn_bar-no2 {
		margin-top: 5px;
	}
	.menuBtn[aria-expanded="true"] .menuBtn_bar-no1 {
		transform: translateY(3px) rotate(-45deg);
	}
	.menuBtn[aria-expanded="true"] .menuBtn_bar-no2 {
		transform: translateY(-4px) rotate(45deg);
	}
	.menuBtn_bar-no3 {}
	.menuBtn_text {}
	.menuBtn_text-open {}
	.menuBtn_text-hidden {}
	.headNav {
		max-width: 375px;
		position: fixed;
		width: 100%;
		right: 0;
		top: 0;
		z-index: 1010;
		background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 19px, #f2e3d5 19px, #f2e3d5 56px);
		background-color: #f4e8dd;
		padding-left: 17px;
		padding-right: 17px;
		box-sizing: border-box;
		padding-top: 85px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility, transform;
		transition-duration: .5s;
		transform: translateX(20px);
		overflow: auto;
		padding-bottom: 50px;
	}
	.headNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateX(0);
	}
	.headNav_inner {
		display: block;
		height: auto;
	}
	.headNav_list {
		display: block;
		border: 2px solid var(--color-text);
		border-radius: 50px;
		background-color: var(--color-white);
		padding: 30px 30px;
	}
	.headNav_list > li {}
	.headNav_list > li > a {
		flex-direction: column;
		align-items: flex-start;
		position: relative;
		height: 92px;
		border-bottom: 1px solid currentColor;
	}
	.headNav_list_text {
		font-size: 19px;
		font-weight: 900;
		padding: 0;
		margin-bottom: 14px;
	}
	.headNav_list_text::after {}
	.headNav_list_en {
		display: block;
		font-size: 15px;
		font-weight: normal;
		font-family: var(--font-climate);
		text-transform: uppercase;
		color: rgba(0, 0, 0, 0.25);
	}
	.headNav_list_icon {
		display: flex;
		width: 28px;
		height: 28px;
		align-items: center;
		justify-content: center;
		border: 1px solid var(--color-text);
		box-sizing: border-box;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.headNav_list_icon > svg {
		display: block;
		width: 11px;
		height: 11px;
	}
	.headNav_subList {
		width: auto;
		max-width: 300px;
		margin: 20px auto 0;
		flex-direction: column;
		flex-direction: column-reverse;
	}
	.headNav_subList > li {
		margin-left: 0;
	}
	.headNav_subList > li:nth-child(1) {
		margin-top: 20px;
	}
	.headNav_subList > li:nth-child(2n+1) {}
	.headNav_subList > li > a {
		height: 60px;
		flex-direction: row;
		font-size: 16px;
		font-weight: 900;
		color: var(--color-white);
	}
	.headNav_subList > li > a::before {
		background-color: var(--color-text);
	}
	.headNav_subList > li > a > svg {
		width: 20px;
		height: 20px;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.headNav_tel {
		display: block;
		margin-top: 30px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.headNav_tel > a {
		height: 85px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: var(--color-green);
		border-radius: 100px;
		position: relative;
		line-height: 1;
		padding-left: 80px;
		padding-right: 30px;
		white-space: nowrap;
	}
	.headNav_tel_icon {
		width: 50px;
		height: 50px;
		background-color: var(--color-text);
		border-radius: 50%;
		color: var(--color-white);
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
	.headNav_tel_icon > svg {
		display: block;
		width: 23px;
		height: 23px;
		fill: currentColor;
	}
	.headNav_tel_text {
		font-size: 12px;
		font-weight: bold;
	}
	.headNav_tel_number {
		font-size: 28px;
		font-weight: bold;
		font-family: var(--font-space);
		margin-top: 5px;
	}
	.contents {}
	.footer {}
	.footer_inner {}
	.footer_logo {
		max-width: 280px;
	}
	.footer_logo > a {}
	.footer_logo > a > img {}
	.footer_list {}
	.footer_list > li {}
	.footer_list > li:nth-child(n+2) {}
	.footer_list > li > a {}
	.footer_copyright {}
	.footer_copyright > small {}
	.frame_col-right {}
	.vis {
		padding-top: 150px;
	}
	.vis_inner {}
	.vis_title {
		max-width: 630px;
		margin-left: auto;
		margin-right: auto;
	}
	.vis_title > img {}
	.vis_image {
		margin-top: -60px;
	}
	.vis_image > img {}
	.schedule {}
	.schedule_bg {}
	.schedule_title {}
	.schedule_inner {}
	.schedule_cells {
		margin-left: auto;
		margin-right: auto;
		max-width: 610px;
	}
	.schedule_cell {
		width: 50%;
	}
	.schedule_cell:nth-child(n+3) {
		margin-top: 35px;
	}
	.scheItem {}
	.scheItem::before {}
	.scheItem::after {}
	.scheItem-sun::after {}
	.scheItem_inner {}
	.scheItem_date {}
	.scheItem_date_month {}
	.scheItem_date_montd {}
	.scheItem_date_dot {}
	.scheItem_date_date {}
	.scheItem_date_week {}
	.scheItem_date_week-sun {}
	.scheItem_time {}
	.scheItem_list {}
	.scheItem_list > li {}
	.scheItem_list > li:nth-child(n+2) {}
	.highlights {}
	.highlights_contents {}
	.highlights_inner {}
	.highlights_title {}
	.highlights_sect {}
	.highlights_sect:last-child {}
	.highlights_cols {
		display: block;
	}
	.highlights_col {
		width: auto;
		max-width: none;
	}
	.highlights_col-img {}
	.highlights_mask {
		margin-left: -200px;
		height: 300px;
	}
	.highlights_image {
		left: 0;
		width: 1000px;
	}
	.highlights_image > img {}
	.highlights_col-txt {
		padding-bottom: 0;
		margin-top: -60px;
	}
	.highlights_num {}
	.highlights_num > svg {}
	.highlights_num_text {}
	.highlights_headline {
		font-size: 50px;
	}
	.highlights_headline_text {}
	.highlights_headline_text:nth-child(n+2) {}
	.highlights_text {}
	.highlights_areaText {}
	.highlights_cols-rev {}
	.highlights_mask-rev {
		margin-left: 0;
		margin-right: -200px;
	}
	.highlights_image-rev {}
	.highlights_col-imgRev {}
	.highlights_num-no1 {}
	.highlights_num-no2 {}
	.highlights_num-no3 {}
	.highlights_num-no4 {}
	.highlights_num-no5 {}
	.highlights_link {}
	.highlights_link > a {}
	.entryNav {}
	.entryNav_inner {}
	.entryNav_list {
		display: block;
		max-width: 600px;
		margin: 0 auto;
	}
	.entryNav_list > li {
		width: auto;
		margin: 0;
	}
	.entryNav_list > li:nth-child(n+2) {
		margin-top: 25px;
	}
	.entryNav_list > li:nth-child(2n+1) {}
	.entryNav_list > li > a {}
	.entryNav_image {
		width: 1300px;
	}
	.entryNav_image > img {}
	.info {}
	.info_inner {}
	.info_tel {
		max-width: 560px;
	}
	.info_tel > a {
		font-size: 18px;
		height: 130px;
	}
	.info_tel_icon {
		width: 70px;
		height: 70px;
	}
	.info_tel_icon > svg {
		width: 35px;
		height: 35px;
	}
	.info_tel_text {}
	.info_tel_num {
		font-size: 40px;
	}
	.info_list {}
	.info_list > li {}
	.info_list > li:nth-child(n+2) {
		margin-left: 2em;
	}
	.info_list > li > a {}
	.info_list > li > a > svg {}
	.info_instaLink {}
	.info_instaLink > a {}
	.info_instaLink_icon {}
	.info_instaLink_icon > svg {}
	.info_instaLink_rotate {}
	.parents {}
	.parents_contents {}
	.parents_inner {}
	.parents_title {}
	.parents_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.parents_list > li {
		width: 50%;
		box-sizing: border-box;
		padding: 0 10px;
		margin: 0;
	}
	.parents_list > li:nth-child(n+3) {
		margin-top: 21px;
	}
	.parents_list > li > a {}
	.entryNav-bottom {
		padding: 65px 0;
	}
	.access {}
	.access_contents {}
	.access_inner {}
	.access_title {}
	.access_headline {}
	.access_text {}
	.access_caution {}
	.aboutWrap {}
	.aboutWrap_image {
		top: 0;
		padding-bottom: var(--fullVh, 100vh);
	}
	.aboutWrap_image > img {}
	.about {}
	.about_contents {}
	.about_inner {}
	.about_title {}
	.notice {
		padding: 0 35px 45px;
		border-radius: 50px;
	}
	.notice_title {}
	.notice_title > img {}
	.notice_title_text {}
	.notice_list {}
	.notice_list > li {
		font-size: 17px;
		line-height: 32px;
	}
	.notice_list > li > img {
		top: 36px;
	}
	.access_route {}
	.access_route_link {}
	.access_route_link > a {
		font-size: 18px;
	}
	.access_route_link > a > svg {}
	.access_route_caution {}
	.route {
		border-radius: 70px;
	}
	.route_inner {}
	.route_title {
		margin-bottom: 25px;
	}
	.route_sect {
		border-bottom: none;
		padding: 0;
		margin-bottom: 35px;
	}
	.route_sect:last-child {
		margin-bottom: 0;
	}
	.route_cols {
		display: block;
	}
	.route_col-ttl {
		width: auto;
	}
	.route_headline {
		height: 50px;
	}
	.route_col-txt {
		width: auto;
		margin-top: 18px;
		background-size: 8px 2px;
	}
	.route_route {}
	.route_item {
		display: block;
	}
	.route_hour {
		margin-right: 0;
		margin-bottom: 8px;
	}
	.route_hour_inner {}
	.route_place {}
	.route_place > a {}
	.route_place > a > img {}
	.route_item-no1 {}
	.route_item-no2 {}
	.route_item-last1 {}
	.route_item-last2 {}
	.about_headline {
		max-width: 500px;
	}
	.about_headline > img {}
	.about_subhead {
		font-size: 26px;
	}
	.about_text {}
	.about_list {}
	.about_list > li {
		width: 33.33%;
	}
	.about_list > li:nth-child(4n+1) {}
	.about_list > li:nth-child(n+4) {
		margin-top: 17px;
	}
	.about_list_btn {}
	.about_list_btn-no1 {}
	.about_list_btn-no1::after {}
	.about_list_btn-no2 {}
	.about_list_btn-no2::after {}
	.about_list_btn-no3 {}
	.about_list_btn-no3::after {}
	.about_list_btn-no4 {}
	.about_list_btn-no4::after {}
	.about_list_btn-no5 {}
	.about_list_btn-no5::after {}
	.about_list_btn-no6 {}
	.about_list_btn-no6::after {}
	.about_list_btn-no7 {}
	.about_list_btn-no7::after {}
	.movie {}
	.movie_title {
		max-width: 370px;
	}
	.movie_title > img {}
	.movie_wrap {}
	.movie_wrap > iframe {}
	.movie_btn {
		width: 160px;
	}
	.movie_btn_rotation {}
	.movie_btn_icon {
		width: 90px;
		height: 90px;
		border-width: 2px;
	}
	.movie_btn_icon::before {
		border-width: 16px;
		border-left-width: 30px;
		border-right-width: 0;
	}
	.movie_link {}
	.movie_link > a {}
	.headNav_list_text > br {
		display: none;
	}

}
@media screen and (max-width:767px) {
	.frame {}
	.frame_cols {}
	.frame_col {}
	.frame_col-text {
		width: 16px;
		background-size: 11px auto;
	}
	.frame_col-left {}
	.frame_col-main {
		width: calc(100% - 36px);
	}
	.header {
		width: calc(100% - 36px);
	}
	.header-scrolled {}
	.header_inner {
		padding-left: 15px;
	}
	.header_cols {}
	.header_col {}
	.header_col-title {}
	.header_title {}
	.header_title > a {
		height: 59px;
	}
	.header_title_img {
		width: 134px;
		margin-right: 7px;
	}
	.header_title_text {
		font-size: 11px;
	}
	.header_col-menu {}
	.menuBtn {
		top: 7px;
		right: 26px;
	}
	.menuBtn_barWrap {}
	.menuBtn_bar {}
	.menuBtn_bar-no1 {}
	.menuBtn_bar-no2 {}
	.menuBtn_bar-no3 {}
	.menuBtn_text {}
	.menuBtn_text-open {}
	.menuBtn_text-hidden {}
	.headNav {
		max-width: none;
		transform: none;
	}
	.headNav_inner {}
	.headNav_list {}
	.headNav_list > li {}
	.headNav_list > li > a {}
	.headNav_list_text {}
	.headNav_list_text::after {}
	.headNav_list_en {}
	.headNav_list_icon {}
	.headNav_list_icon > svg {}
	.headNav_subList {}
	.headNav_subList > li {}
	.headNav_subList > li:nth-child(2n+1) {}
	.headNav_subList > li > a {}
	.headNav_subList > li > a > svg {}
	.headNav_tel {}
	.headNav_tel > a {}
	.headNav_tel_icon {}
	.headNav_tel_icon > svg {}
	.headNav_tel_text {}
	.headNav_tel_number {}
	.contents {}
	.footer {
		padding-top: 91px;
	}
	.footer_inner {}
	.footer_logo {
		max-width: 212px;
	}
	.footer_logo > a {}
	.footer_logo > a > img {}
	.footer_list {
		display: block;
		text-align: center;
		margin-top: 13px;
	}
	.footer_list > li {}
	.footer_list > li:nth-child(n+2) {
		margin-left: 0;
	}
	.footer_list > li > a {}
	.footer_copyright {
		font-size: 10px;
		transform: scale(0.8);
		margin-top: 33px;
	}
	.footer_copyright > small {}
	.frame_col-right {}
	.vis {
		padding-top: 101px;
	}
	.vis_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.vis_title {}
	.vis_title > img {}
	.vis_image {
		margin-top: -15px;
		width: 111%;
	}
	.vis_image > img {}
	.schedule {
		background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 19px, rgba(146, 249, 51, 1) 19px, rgba(146, 249, 51, 1) 56px);
		margin-top: -27px;
		padding-top: 109px;
		padding-bottom: 67px;
	}
	.schedule_bg {
		min-width: 500px;
		height: 340px;
	}
	.schedule_title {}
	.schedule_inner {}
	.schedule_cells {
		display: block;
	}
	.schedule_cell {
		width: auto;
		padding: 0;
	}
	.schedule_cell:nth-child(n+2) {
		margin-top: 17px;
	}
	.scheItem {}
	.scheItem::before {
		border-radius: 25px;
	}
	.scheItem::after {
		border-radius: 25px;
		top: 5px;
		left: 5px;
	}
	.scheItem-sun::after {}
	.scheItem_inner {
		max-width: 258px;
		flex-direction: row;
		padding: 10px 15px 7px;
		justify-content: center;
	}
	.scheItem_date {}
	.scheItem_date_month {
		font-size: 35px;
	}
	.scheItem_date_montd {}
	.scheItem_date_dot {
		font-size: inherit;
	}
	.scheItem_date_date {
		font-size: 60px;
		padding-top: 10px;
	}
	.scheItem_date_week {
		width: 28px;
		height: 28px;
		font-size: 12px;
		position: relative;
		top: -2px;
	}
	.scheItem_date_week-sun {}
	.scheItem_time {
		font-size: 12px;
	}
	.scheItem_list {
		margin-top: 0;
		width: 140px;
	}
	.scheItem_list > li {}
	.scheItem_list > li > a {}
	.scheItem_list > li:nth-child(n+2) {}
	.highlights {
		margin-bottom: 73px;
	}
	.highlights_contents {
		padding-top: 67px;
	}
	.highlights_inner {}
	.highlights_title {}
	.highlights_sect {
		margin-bottom: 33px;
	}
	.highlights_sect:last-child {}
	.highlights_cols {}
	.highlights_col {}
	.highlights_col-img {
		align-items: flex-start;
	}
	.highlights_mask {
		width: 205px;
		height: 127px;
		border-top-left-radius: 115px;
		bottom: auto;
		top: 50%;
		margin-top: 35px;
	}
	.highlights_image {
		width: 335px;
		border-top-right-radius: 115px;
		left: -40px;
	}
	.highlights_image > img {}
	.highlights_col-txt {
		margin-top: -63px;
	}
	.highlights_num {
		width: 77px;
		height: 77px;
		font-size: 30px;
		position: relative;
	}
	.highlights_num > svg {}
	.highlights_num_text {}
	.highlights_headline {
		font-size: 30px;
	}
	.highlights_headline_text {
		border-width: 1px;
		padding: 3px 5px;
	}
	.highlights_headline_text:nth-child(n+2) {
		margin-top: 5px;
	}
	.highlights_text {
		font-size: inherit;
		line-height: inherit;
		margin-top: 9px;
	}
	.highlights_areaText {
		padding-left: 16px;
		margin-top: -20px;
	}
	.highlights_cols-rev {}
	.highlights_mask-rev {}
	.highlights_image-rev {
		border-top-right-radius: 0;
		border-top-left-radius: 115px;
		left: 40px;
	}
	.highlights_col-imgRev {
		align-items: flex-end;
	}
	.highlights_num-no1 {
		left: 145px;
	}
	.highlights_num-no2 {
		left: -13px;
	}
	.highlights_num-no3 {
		left: 139px;
	}
	.highlights_num-no4 {
		left: -15px;
	}
	.highlights_num-no5 {
		left: 143px;
	}
	.highlights_link {
		max-width: 160px;
		margin-top: 11px;
	}
	.highlights_link > a {
		height: 40px;
		font-size: 13px;
	}
	.entryNav {
		background-size: 70px 70px;
		background-image: linear-gradient(to right, #dbf442 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to bottom, #dbf442 2px, rgba(255, 255, 255, 0) 2px);
		padding-top: 52px;
		padding-bottom: 63px;
	}
	.entryNav_inner {}
	.entryNav_list {
		max-width: 287px;
	}
	.entryNav_list > li {}
	.entryNav_list > li:nth-child(2n+1) {}
	.entryNav_list > li > a {
		min-height: 60px;
		font-weight: 900;
		font-size: 16px;
		padding-left: 35px;
		justify-content: flex-start;
		padding-right: 60px;
	}
	.entryNav_image {
		margin-top: 46px;
		width: 724px;
	}
	.entryNav_image > img {}
	.info {
		background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 19px, #f1e2d3 19px, #f1e2d3 56px);
		padding-top: 44px;
	}
	.info_inner {}
	.info_tel {
		margin-bottom: 22px;
	}
	.info_tel > a {
		height: 85px;
		padding-left: 49px;
	}
	.info_tel_icon {
		width: 50px;
		height: 50px;
		left: 15px;
	}
	.info_tel_icon > svg {
		width: 20px;
		height: 20px;
	}
	.info_tel_text {
		font-size: 12px;
		margin-bottom: 6px;
	}
	.info_tel_num {
		font-size: 28px;
	}
	.info_list {}
	.info_list > li {}
	.info_list > li:nth-child(n+2) {
		margin-left: 0;
	}
	.info_list > li > a {}
	.info_list > li > a > svg {
		width: 13px;
		height: 13px;
		margin-left: 3px;
	}
	.info_instaLink {
		max-width: 117px;
		margin-top: -32px;
	}
	.info_instaLink > a {}
	.info_instaLink_icon {
		width: 76px;
		height: 76px;
		border-width: 2px;
	}
	.info_instaLink_icon > svg {
		width: 23px;
		height: 23px;
	}
	.info_instaLink_rotate {}
	.parents {}
	.parents_contents {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.parents_inner {}
	.parents_title {
		margin-bottom: 36px;
	}
	.parents_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.parents_list > li {
		padding: 0 5px;
	}
	.parents_list > li:nth-child(4n+1) {}
	.parents_list > li > a {
		height: 45px;
		font-size: 14px;
		padding-left: 17px;
		min-height: 45px;
		padding-right: 29px;
	}
	.entryNav-bottom {
		background-image: none;
		padding: 48px 0 50px;
	}
	.access {}
	.access_contents {
		padding-top: 59px;
		padding-bottom: 58px;
	}
	.access_inner {}
	.access_title {
		margin-bottom: 19px;
	}
	.access_headline {
		font-size: 19px;
		margin-bottom: 15px;
	}
	.access_text {}
	.access_caution {
		font-size: 12px;
	}
	.aboutWrap {}
	.aboutWrap_image {}
	.aboutWrap_image > img {}
	.about {}
	.about_contents {
		padding-top: 52px;
		padding-bottom: 61px;
	}
	.about_inner {}
	.about_title {}
	.notice {
		border-width: 1px;
		margin-top: 48px;
		margin-left: -5px;
		margin-right: -5px;
		padding: 0 20px 28px;
	}
	.notice_title {
		transform: translateY(-25px);
	}
	.notice_title > img {
		width: 49px;
		margin-bottom: 22px;
	}
	.notice_title_text {
		font-size: 18px;
	}
	.notice_list {}
	.notice_list > li {
		font-size: 15px;
		line-height: 24px;
		padding: 13px 0;
		padding-left: 33px;
		background-size: 4px 1px;
	}
	.notice_list > li > img {
		width: 23px;
		top: 25px;
	}
	.access_route {
		margin-top: 34px;
	}
	.access_route_link {}
	.access_route_link > a {
		font-size: 14px;
		line-height: 1.5;
		min-height: 70px;
		padding-right: 43px;
		padding-left: 36px;
	}
	.access_route_link > a > svg {
		width: 14px;
		height: 14px;
		right: 21px;
	}
	.access_route_caution {
		font-size: 12px;
		line-height: 1.6;
		width: calc(100% - 20px);
		margin-left: auto;
		margin-right: auto;
	}
	.route {
		border-radius: 30px;
		padding: 23px 18px 18px;
		margin-top: 29px;
		margin-left: -5px;
		margin-inline: -5px;
	}
	.route_inner {}
	.route_title {
		width: 102px;
		height: 26px;
		font-size: 17px;
		border-width: 2px;
		margin-bottom: 23px;
	}
	.route_sect {
		margin-bottom: 28px;
	}
	.route_sect:last-child {}
	.route_cols {}
	.route_col-ttl {}
	.route_headline {
		height: 35px;
		font-size: inherit;
	}
	.route_col-txt {
		background-position: left 11px;
		margin-top: 11px;
	}
	.route_route {
		align-items: flex-start;
		margin-left: -5px;
		margin-right: -5px;
	}
	.route_item {
		padding: 0 5px;
		background-color: rgba(255, 255, 255, 0);
	}
	.route_hour {
		margin-bottom: 6px;
	}
	.route_hour_inner {
		width: 40px;
		height: 22px;
		border-width: 1px;
		font-size: 12px;
		box-shadow: 0 0 0 5px var(--color-white);
		background-color: var(--color-white);
	}
	.route_place {
		font-size: 12px;
		line-height: 1.417;
	}
	.route_place > a {
		display: block;
	}
	.route_place > a > img {
		width: 12px;
		display: inline;
		vertical-align: middle;
		min-width: 0;
		margin-left: 5px;
	}
	.route_item-no1 {
		max-width: 100px;
	}
	.route_item-no2 {
		max-width: 100px;
	}
	.route_item-last1 {
		max-width: 90px;
	}
	.route_item-last2 {
		max-width: 100px;
	}
	.about_headline {
		margin-top: 29px;
		margin-bottom: 27px;
		max-width: 400px;
	}
	.about_headline > img {}
	.about_subhead {
		font-size: 16px;
		margin-bottom: 27px;
	}
	.about_text {
		margin-bottom: 15px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.about_list {
		margin-top: 38px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.about_list > li {
		width: 50%;
	}
	.about_list > li:nth-child(4n+1) {}
	.about_list > li:nth-child(n+3) {
		margin-top: 20px;
	}
	.about_list_btn {
		font-size: 13px;
		padding-left: 17px;
		height: 43px;
		padding-top: 5px;
		padding-bottom: 5px;
		min-height: 0;
	}
	.about_list_btn-no1 {}
	.about_list_btn-no1::after {}
	.about_list_btn-no2 {}
	.about_list_btn-no2::after {}
	.about_list_btn-no3 {}
	.about_list_btn-no3::after {}
	.about_list_btn-no4 {}
	.about_list_btn-no4::after {}
	.about_list_btn-no5 {}
	.about_list_btn-no5::after {}
	.about_list_btn-no6 {}
	.about_list_btn-no6::after {}
	.about_list_btn-no7 {}
	.about_list_btn-no7::after {}
	.movie {
		border-radius: 30px;
		padding: 20px 16px 17px;
		padding-top: 0;
		margin-top: 87px;
		margin-left: -6px;
		margin-right: -6px;
	}
	.movie_title {
		max-width: 218px;
		transform: translateY(-32px);
		margin-bottom: -25px;
	}
	.movie_title > img {}
	.movie_wrap {}
	.movie_wrap > iframe {
		border-radius: 25px;
		border-width: 2px;
	}
	.movie_btn {
		width: 110px;
		bottom: -79px;
		right: -39px;
	}
	.movie_btn_rotation {}
	.movie_btn_icon {
		width: 70px;
		height: 70px;
	}
	.movie_btn_icon::before {
		border-width: 10px;
		border-left-width: 17px;
		border-right-width: 0;
	}
	.movie_link {
		margin-top: 13px;
		line-height: 1.5;
	}
	.movie_link > a {}
	.headNav_list_text > br {}
	.scheItem_areaDate {
		margin-right: auto;
	}
	.btn-14-box{
		right: 50%;
		bottom: 20px;
		transform: translateX(50%);
		max-width: 655px;
		width: 87.3333vw;
	}
}
@media screen and (max-width:414px) {
	.btn-14-box{
		bottom: 10px;
	}
}
@media screen and (max-width:374px) {
	.header_title_img {
		width: 110px;
	}
	.header_title_text {
		font-size: 10px;
	}
	.scheItem_date_date {
		font-size: 45px;
	}
	.scheItem_time {
		font-size: 11px;
	}
	.schedule_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.entryNav_list > li > a {
		font-size: 14px;
		padding-left: 25px;
	}
	.movie_link {
		text-align: left;
	}
	.route_place {
		font-size: 10px;
	}
	.access_route_link > a {
		font-size: 12px;
		padding-left: 15px;
	}
	.parents_list > li > a {
		font-size: 12px;
	}
	.info_tel_num {
		font-size: 21px;
	}
	.info_tel_text {
		font-size: 10px;
	}
	.info_tel_icon {
		width: 40px;
		height: 40px;
	}
	.info_tel > a {
		padding-left: 40px;
	}
}

.close_information{
	text-align: center;
	padding: 0 4vw;
}
