@charset 'utf-8';

/*============================================================
	IMPORT CSS
*/
@import url('slick.css');

/*============================================================
	ICON
*/
@font-face {
	font-family: 'icon';
	src: url('../fonts/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
*[class^="icon-"], [class*=" icon-"] {
	font-family: 'icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-fc-back-arrow:before {
  content: "\e900";
}
.icon-fc-link-arrow:before {
  content: "\e901";
}
.icon-fc-link-blank:before {
  content: "\e902";
}
.icon-fi-arrow-accordion:before {
  content: "\e903";
}
.icon-fi-arrow-next:before {
  content: "\e904";
}
.icon-fi-arrow-pagetop:before {
  content: "\e905";
}
.icon-fi-arrow-prev:before {
  content: "\e906";
}

/*============================================================
	FONT
*/
@font-face {
	font-family: 'en';
	src: url('../fonts/en-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'en';
	src: url('../fonts/en-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'en';
	src: url('../fonts/en-normal.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: block;
}

/*============================================================
	COMMON
*/
* {
	margin: 0;
	padding: 0;
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
}
html {
	-ms-overflow-style: auto;
}
body {
	background-color: #f7f7f7;
	font-family: 'en', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
img {
	max-width: 100%;
}
ul {
	list-style-type: none;
}
a,
button {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
input,
select,
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 0;
	border-radius: 0;
	outline: 0;
	resize: none;
}
select::-ms-expand {
	display: none;
}
section {
	padding: 40px 0;
}
#body {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.container {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
}
/*.jp {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}*/
.en {
	font-family: 'en';
	font-weight: 700;
}
/* TB */
@media screen and (max-width: 980px) {
	.container {
		padding: 0 30px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	body {
		font-size: 15px;
	}
	section {
		padding: 20px 0;
	}
	.container {
		padding: 0 15px;
	}
}

/*============================================================
	COLOR
*/
.color-red {
	color: #f00;
}

/*============================================================
	HEADLINE
*/
.headline {
	position: relative;
	z-index: 100;
	text-align: center;
	font-weight: 700;
}
.headline .en {
	font-size: 80px;
	line-height: 1;
}
.headline .jp {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}
/* SP */
@media screen and (max-width: 768px) {
	.headline .en {
		margin: 0 0 5px 0;
		font-size: 12vw;
	}
	.headline .jp {
		font-size: 4.6vw;
	}
}

/*============================================================
	TAG
*/
ul.tag {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}
ul.tag li {
	padding: 5px;
}
ul.tag li a,
ul.tag li span,
a.tag,
div.tag {
	display: block;
	padding: 0.8em 1em;
	background-color: #fff;
	border-radius: 3px;
	font-family: 'en';
	font-size: 12px;
	line-height: 1.2;
	transition: all 0.3s ease;
}
ul.tag li a.current,
div.tag.current,
.os-pc a.tag:hover,
.os-pc ul.tag li a:hover {
	background-color: #000;
	color: #fff;
}
ul.tag li a.current {
	cursor: default;
}
ul.tag li a.disable {
	opacity: 0.5;
	color: #999;
	transition: unset;
	cursor: default;
}
ul.tag li a.disable:hover {
	background-color: #fff;
	color: #999;
}
/* SP */
@media screen and (max-width: 768px) {
	ul.tag {
		justify-content: flex-start;
		margin: 0 -6px 0 0;
	}
	ul.tag li {
		padding: 3px 6px 3px 0;
	}
	ul.tag li a,
	ul.tag li span,
	div.tag {
		padding: 0.6em 0.8em;
	}
}

/*============================================================
	SLIDER
*/
.slick-slide {
	outline: 0;
}
.slick-dots {
	position: absolute;
	bottom: -40px;
	left: 0;
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
	width: 100%;
	line-height: 0;
}
.slick-dots li button {
	position: relative;
	display: block;
	overflow: hidden;
	width: 24px;
	height: 24px;
	text-indent: -999em;
}
.slick-dots li button::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ccc;
}
.slick-dots li.slick-active button::before {
	background-color: #d23c11;
}
.slider-normal .slick-arrow,
.slider-normal-dot .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -22px;
	font-size: 44px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 5px #000;
}
.slider-normal .slick-prev,
.slider-normal-dot .slick-prev {
	left: 0;
}
.slider-normal .slick-next,
.slider-normal-dot .slick-next {
	right: 0;
}
.single .slider-normal-dot .slick-dots {
	display: none;
}
/* SP */
@media screen and (max-width: 768px) {
	.slick-dots {
		bottom: -30px;
		margin: 10px 0 0 0;
	}
	.slick-dots li button {
		width: 20px;
		height: 20px;
	}
	.slick-dots li button::before {
		margin: -5px 0 0 -5px;
		width: 10px;
		height: 10px;
	}
}

/*============================================================
	BREADCRUMBS
*/
.breadcrumbs {
	flex-basis: 100%;
	padding: 30px 50px 0 50px;
	width: 100%;
}
.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px:
}
.breadcrumbs ul li::after {
	content: '＞';
	margin: 0 0.2em;
}
.breadcrumbs ul li:last-child::after {
	content: none;
}
/* TB */
@media screen and (max-width: 980px) {
	.breadcrumbs {
		padding: 30px 30px 0 30px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.breadcrumbs {
		padding: 12px 15px 0 15px;
	}
	.breadcrumbs ul {
		font-size: 12px;
	}
}

/*============================================================
	HEADER
*/
.header {
	position: relative;
	z-index: 1000;
	width: 100%;
}
.page-detail .header {
	position: absolute;
}
.header header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
/* LOGO */
.header-logo {
	position: absolute;
	top: 20px;
	left: 0;
	width: 130px;
}
.header-logo img {
	display: block;
	margin: 0 auto;
	width: 73.8%;
}
.header-logo a {
	display: block;
	padding: 10% 0;
	background-color: rgba(255,255,255,0.9);
}
.fixed-header .header-logo {
	position: fixed;
}
/* MEGAMENU BASE */
.megamenu-base {
	position: fixed;
	z-index: 9000;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.megamenu-opened .megamenu-base {
	opacity: 1;
	left: 0;
}
.megamenu-opened.megamenu-hide .megamenu-base {
	opacity: 0;
}
/* MEGAMENU OPENER */
.megamenu-opener {
	display: block;
	position: absolute;
	z-index: 9100;
	top: 30px;
	right: 50px;
	width: 40px;
	height: 40px;
	transition: margin-top 0.4s ease;
	filter: drop-shadow(0 0 6px #000);
}
.fixed-header .megamenu-opener {
	position: fixed;
}
.megamenu-opener::before,
.megamenu-opener::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.4s ease;
	box-shadow: 0 0 6px #000, 0 0 3px #000;
}
.megamenu-opener::before {
	margin-top: -5px;
}
.megamenu-opener::after {
	margin-top: 5px;
}
.megamenu-opened .megamenu-opener::before {
	margin-top: 0;
	transform: rotate(30deg);
}
.megamenu-opened .megamenu-opener::after {
	margin-top: 0;
	transform: rotate(-30deg);
}
.megamenu-opened.megamenu-hide .megamenu-opener::before {
	margin-top: -5px;
	transform: rotate(0deg);
}
.megamenu-opened.megamenu-hide .megamenu-opener::after {
	margin-top: 5px;
	transform: rotate(0deg);
}
/* HEADLINE */
.header .headline {
	padding: 10px 0 40px 0;
}
.header .headline .en {
	font-size: 196px;
}
.header .headline .jp {
	margin: -0.5em 0 0 0;
	font-size: 30px;
}
.header .headline .lead {
	margin: 30px 0 0 0;
	font-weight: 700;
	line-height: 2.2;
}
/* TAG */
.header ul.tag {
	padding: 0 0 40px 0;
}
/* TB */
@media screen and (max-width: 1100px) {
	/* HEADLINE */
	.header .headline .en {
		font-size: 166px;
	}
	.header .headline .jp {
		margin: 0;
	}
}
@media screen and (max-width: 980px) {
	/* MEGAMENU OPENER */
	.megamenu-opener {
		right: 30px;
	}
	/* HEADLINE */
	.header .headline .en {
		font-size: 130px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	/* LOGO */
	.header-logo {
		top: 12px;
		width: 14vw;
	}
	/* MEGAMENU OPENER */
	.megamenu-opener {
		top: 10px;
		right: 15px;
		width: 8vw;
		height: 8vw;
	}
	/* HEADLINE */
	.header .headline {
		padding: 2.4vw 0 15px 0;
	}
	.header .headline .en {
		margin: 0;
		font-size: 16vw;
	}
	.header .headline .jp {
		font-size: 5.2vw;
	}
	.header .headline .lead {
		margin: 20px 0 0 0;
		font-size: 15px;
		line-height: 1.6;
	}
	/* TAG */
	.header ul.tag {
		padding: 0 0 20px 0;
	}
}

/*============================================================
	MEGAMENU
*/
.megamenu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: fixed;
	z-index: 9000;
	top: 0;
	left: -100%;
	padding: 50px 30px 50px 0;
	width: 100%;
	height: 100%;
	font-weight: 700;
	transition: opacity 0.4s ease;
	overflow-x: hidden;
}
.megamenu nav {
	transition: padding-right 0.4s ease;
}
.megamenu .tree-root {
	display: flex;
	opacity: 0;
	transform: translateX(-30px);
	justify-content: flex-end;
	text-align: right;
}
.os-pc .megamenu {
	pointer-events: none;
}
.os-pc .megamenu .tree-root {
	pointer-events: auto;
}
.megamenu-opened .megamenu .tree-root {
	transition: all 0.3s ease;
}
.megamenu-opened .megamenu .tree-root:nth-child(1) {
	transition-delay: 0.3s;
}
.megamenu-opened .megamenu .tree-root:nth-child(2) {
	transition-delay: 0.4s;
}
.megamenu-opened .megamenu .tree-root:nth-child(3) {
	transition-delay: 0.5s;
}
.megamenu-opened .megamenu .tree-root:nth-child(4) {
	transition-delay: 0.6s;
}
.megamenu-opened .megamenu .tree-root:nth-child(5) {
	transition-delay: 0.7s;
}
.megamenu-opened .megamenu .tree-root:nth-child(6) {
	transition-delay: 0.8s;
}
.megamenu-opened .megamenu .tree-root:nth-child(7) {
	transition-delay: 0.9s;
}
.megamenu-opened .megamenu .tree-root:nth-child(8) {
	transition-delay: 1s;
}
.megamenu-opened .megamenu .tree-root:nth-child(9) {
	transition-delay: 1.1s;
}
.megamenu .tree-root .inner {
	position: relative;
}
.megamenu .tree-root .inner > a {
	position: relative;
	display: block;
	padding: 10px 50px 10px 0;
	transition: all 0.4s ease;
}
.megamenu .tree-root .inner > a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: all 0.4s ease;
}
.megamenu .none-tree-second .inner > a::after {
	content: none;
}
.megamenu .tree-root .inner > a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: all 0.1s ease;
	transform: rotate(-140deg);
	transform-origin: 0 50%;
}
.megamenu .none-tree-second .inner > a::before {
	content: none;
}
.megamenu .tree-root .inner > a .en {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1;
	transition: all 0.4s ease;
}
.megamenu .tree-root .inner > a i {
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -18px 0 0 0;
	font-size: 32px;
	line-height: 1;
	opacity: 0;
	transition: all 0.4s ease;
}
.megamenu .tree-root .inner > a:hover i {
	opacity: 1;
}
.os-pc .megamenu .tree-root .inner > a:hover i {
	animation: 1s ease infinite AnimArrowBound 0.3s;
}
.megamenu .tree-root .inner > a .jp {
	display: block;
	font-size: 14px;
	line-height: 1;
	transition: all 0.4s ease;
	letter-spacing: -1px;
}
.megamenu .tree-root .tree-second {
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 100%;
	transform: translateY(-50%);
	padding: 0 50px 0 15px;
	white-space: nowrap;
	text-align: left;
}
@media screen and (min-width: 981px) {
	/*.megamenu .tree-root .tree-second {
		height: 0 !important;
	}*/
}
.megamenu .tree-root .tree-second::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	width: 2px;
	background-color: #000;
}
.megamenu .tree-root.hover .tree-second::after {
	transition: all 0.4s ease 0.4s;
}
.megamenu .tree-root .tree-second .tree-second-in {
	position: relative;
	transform: translateX(-30px);
	opacity: 0;
}
.megamenu .tree-root.hover .tree-second .tree-second-in {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(1) {
	transition-delay: 0.6s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(2) {
	transition-delay: 0.7s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(3) {
	transition-delay: 0.8s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(4) {
	transition-delay: 0.9s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(5) {
	transition-delay: 1.0s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(6) {
	transition-delay: 1.1s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(7) {
	transition-delay: 1.2s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(8) {
	transition-delay: 1.3s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(9) {
	transition-delay: 1.4s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(10) {
	transition-delay: 1.5s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(11) {
	transition-delay: 1.6s;
}
.megamenu .tree-root.hover .tree-second .tree-second-in:nth-child(12) {
	transition-delay: 1.7s;
}
.megamenu .tree-second a {
	display: flex;
	flex-direction: column;
	padding: 5px 0;
}
.megamenu .tree-second a .en {
	display: flex;
	font-size: 38px;
	line-height: 1;
	letter-spacing: -1px;
}
.megamenu .tree-second a .en span {
	display: block;
	position: relative;
}
.megamenu .tree-second a .en span::after {
	content: '';
	position: absolute;
	bottom: 0.1em;
	left: 0;
	right: 100%;
	height: 2px;
	background-color: #000;
	transition: right 0.4s ease;
}
.megamenu .tree-second a .en i {
	display: block;
	margin-left: 0.2em;
	padding-bottom: 0.1em;
	font-size: 32px;
}
.megamenu .tree-second a .jp {
	display: block;
	font-size: 16px;
	line-height: 1;
}
.megamenu .tree-second a p {
	display: block;
    font-size: 12px;
    line-height: 2;
}
.megamenu .tree-second .tree-second-in {
	display: flex;
}
.megamenu .tree-second .disable {
	opacity: 0.2;
	cursor: default;
}
.megamenu .tree-second .disable .en span::after {
	content: none;
}
/* HOVER */
.os-pc .megamenu .tree-second a:hover .en span::after {
	right: 0;
}
.os-pc .megamenu .tree-second a:hover .en i {
	animation: 1s ease infinite AnimArrowBound 0.3s;
}
.os-pc .megamenu .tree-second .disable:hover .en i {
	animation: none;
}
/**/
@media screen and (min-width: 981px) {
	/*.megamenu .tree-root.hover .tree-second {
		overflow: visible;
		height: auto !important;
	}*/
}
@media screen and (min-width: 981px) {
	.megamenu.hover-index1 .tree-root2 .inner > a .en {
		font-size: 50px !important;
	}
	.megamenu.hover-index1 .tree-root3 .inner > a .en {
		font-size: 40px !important;
	}
	.megamenu.hover-index1 .tree-root4 .inner > a .en,
	.megamenu.hover-index1 .tree-root5 .inner > a .en,
	.megamenu.hover-index1 .tree-root6 .inner > a .en,
	.megamenu.hover-index1 .tree-root7 .inner > a .en,
	.megamenu.hover-index1 .tree-root8 .inner > a .en,
	.megamenu.hover-index1 .tree-root9 .inner > a .en {
		font-size: 30px !important;
	}
	.megamenu.hover-index2 .tree-root1 .inner > a .en,
	.megamenu.hover-index2 .tree-root3 .inner > a .en {
		font-size: 50px !important;
	}
	.megamenu.hover-index2 .tree-root4 .inner > a .en {
		font-size: 40px !important;
	}
	.megamenu.hover-index2 .tree-root5 .inner > a .en,
	.megamenu.hover-index2 .tree-root6 .inner > a .en,
	.megamenu.hover-index2 .tree-root7 .inner > a .en,
	.megamenu.hover-index2 .tree-root8 .inner > a .en,
	.megamenu.hover-index2 .tree-root9 .inner > a .en {
		font-size: 30px !important;
	}
	.megamenu.hover-index3 .tree-root1 .inner > a .en,
	.megamenu.hover-index3 .tree-root5 .inner > a .en {
		font-size: 40px !important;
	}
	.megamenu.hover-index3 .tree-root2 .inner > a .en,
	.megamenu.hover-index3 .tree-root4 .inner > a .en {
		font-size: 50px !important;
	}
	.megamenu.hover-index3 .tree-root6 .inner > a .en,
	.megamenu.hover-index3 .tree-root7 .inner > a .en,
	.megamenu.hover-index3 .tree-root8 .inner > a .en,
	.megamenu.hover-index3 .tree-root9 .inner > a .en {
		font-size: 30px !important;
	}
	.megamenu.hover-index4 .tree-root2 .inner > a .en,
	.megamenu.hover-index4 .tree-root6 .inner > a .en {
		font-size: 40px !important;
	}
	.megamenu.hover-index4 .tree-root3 .inner > a .en,
	.megamenu.hover-index4 .tree-root5 .inner > a .en {
		font-size: 50px !important;
	}
	.megamenu.hover-index4 .tree-root1 .inner > a .en,
	.megamenu.hover-index4 .tree-root7 .inner > a .en,
	.megamenu.hover-index4 .tree-root8 .inner > a .en,
	.megamenu.hover-index4 .tree-root9 .inner > a .en {
		font-size: 30px !important;
	}
	.megamenu.hover-index5 .tree-root3 .inner > a .en,
	.megamenu.hover-index5 .tree-root7 .inner > a .en {
		font-size: 40px !important;
	}
	.megamenu.hover-index5 .tree-root4 .inner > a .en,
	.megamenu.hover-index5 .tree-root6 .inner > a .en {
		font-size: 50px !important;
	}
	.megamenu.hover-index5 .tree-root1 .inner > a .en,
	.megamenu.hover-index5 .tree-root2 .inner > a .en,
	.megamenu.hover-index5 .tree-root8 .inner > a .en,
	.megamenu.hover-index5 .tree-root9 .inner > a .en {
		font-size: 30px !important;
	}
	.megamenu.hover-index6 .tree-root4 .inner > a .en,
	.megamenu.hover-index6 .tree-root8 .inner > a .en {
		font-size: 40px !important;
	}
	.megamenu.hover-index6 .tree-root5 .inner > a .en,
	.megamenu.hover-index6 .tree-root7 .inner > a .en {
		font-size: 50px !important;
	}
	.megamenu.hover-index6 .tree-root1 .inner > a .en,
	.megamenu.hover-index6 .tree-root2 .inner > a .en,
	.megamenu.hover-index6 .tree-root3 .inner > a .en,
	.megamenu.hover-index6 .tree-root9 .inner > a .en {
		font-size: 30px !important;
	}
	.megamenu.hover-index7 .tree-root5 .inner > a .en,
	.megamenu.hover-index7 .tree-root9 .inner > a .en {
		font-size: 40px !important;
	}
	.megamenu.hover-index7 .tree-root6 .inner > a .en,
	.megamenu.hover-index7 .tree-root8 .inner > a .en {
		font-size: 50px !important;
	}
	.megamenu.hover-index7 .tree-root1 .inner > a .en,
	.megamenu.hover-index7 .tree-root2 .inner > a .en,
	.megamenu.hover-index7 .tree-root3 .inner > a .en,
	.megamenu.hover-index7 .tree-root4 .inner > a .en {
		font-size: 30px !important;
	}
	.megamenu.hover-index8 .tree-root6 .inner > a .en {
		font-size: 40px !important;
	}
	.megamenu.hover-index8 .tree-root7 .inner > a .en,
	.megamenu.hover-index8 .tree-root9 .inner > a .en {
		font-size: 50px !important;
	}
	.megamenu.hover-index8 .tree-root1 .inner > a .en,
	.megamenu.hover-index8 .tree-root2 .inner > a .en,
	.megamenu.hover-index8 .tree-root3 .inner > a .en,
	.megamenu.hover-index8 .tree-root4 .inner > a .en,
	.megamenu.hover-index8 .tree-root5 .inner > a .en {
		font-size: 30px !important;
	}
	.megamenu.hover-index9 .tree-root7 .inner > a .en {
		font-size: 40px !important;
	}
	.megamenu.hover-index9 .tree-root8 .inner > a .en {
		font-size: 50px !important;
	}
	.megamenu.hover-index9 .tree-root1 .inner > a .en,
	.megamenu.hover-index9 .tree-root2 .inner > a .en,
	.megamenu.hover-index9 .tree-root3 .inner > a .en,
	.megamenu.hover-index9 .tree-root4 .inner > a .en,
	.megamenu.hover-index9 .tree-root5 .inner > a .en,
	.megamenu.hover-index9 .tree-root6 .inner > a .en {
		font-size: 30px !important;
	}
	.megamenu.hover-index1 .tree-root1 .inner > a .en,
	.megamenu.hover-index2 .tree-root2 .inner > a .en,
	.megamenu.hover-index3 .tree-root3 .inner > a .en,
	.megamenu.hover-index4 .tree-root4 .inner > a .en,
	.megamenu.hover-index5 .tree-root5 .inner > a .en,
	.megamenu.hover-index6 .tree-root6 .inner > a .en,
	.megamenu.hover-index7 .tree-root7 .inner > a .en,
	.megamenu.hover-index8 .tree-root8 .inner > a .en,
	.megamenu.hover-index9 .tree-root9 .inner > a .en {
		font-size: 80px !important;
	}
	.megamenu.hover-index1 .tree-root1 .inner > a .jp,
	.megamenu.hover-index2 .tree-root2 .inner > a .jp,
	.megamenu.hover-index3 .tree-root3 .inner > a .jp,
	.megamenu.hover-index4 .tree-root4 .inner > a .jp,
	.megamenu.hover-index5 .tree-root5 .inner > a .jp,
	.megamenu.hover-index6 .tree-root6 .inner > a .jp,
	.megamenu.hover-index7 .tree-root7 .inner > a .jp,
	.megamenu.hover-index8 .tree-root8 .inner > a .jp,
	.megamenu.hover-index9 .tree-root9 .inner > a .jp {
		font-size: 18px !important;
	}
	/* active */
	.megamenu.active-index1 .tree-root2 .inner > a .en {
		font-size: 50px;
	}
	.megamenu.active-index1 .tree-root3 .inner > a .en {
		font-size: 40px;
	}
	.megamenu.active-index1 .tree-root4 .inner > a .en,
	.megamenu.active-index1 .tree-root5 .inner > a .en,
	.megamenu.active-index1 .tree-root6 .inner > a .en,
	.megamenu.active-index1 .tree-root7 .inner > a .en,
	.megamenu.active-index1 .tree-root8 .inner > a .en,
	.megamenu.active-index1 .tree-root9 .inner > a .en {
		font-size: 30px;
	}
	.megamenu.active-index2 .tree-root1 .inner > a .en,
	.megamenu.active-index2 .tree-root3 .inner > a .en {
		font-size: 50px;
	}
	.megamenu.active-index2 .tree-root4 .inner > a .en {
		font-size: 40px;
	}
	.megamenu.active-index2 .tree-root5 .inner > a .en,
	.megamenu.active-index2 .tree-root6 .inner > a .en,
	.megamenu.active-index2 .tree-root7 .inner > a .en,
	.megamenu.active-index2 .tree-root8 .inner > a .en,
	.megamenu.active-index2 .tree-root9 .inner > a .en {
		font-size: 30px;
	}
	.megamenu.active-index3 .tree-root1 .inner > a .en,
	.megamenu.active-index3 .tree-root5 .inner > a .en {
		font-size: 40px;
	}
	.megamenu.active-index3 .tree-root2 .inner > a .en,
	.megamenu.active-index3 .tree-root4 .inner > a .en {
		font-size: 50px;
	}
	.megamenu.active-index3 .tree-root6 .inner > a .en,
	.megamenu.active-index3 .tree-root7 .inner > a .en,
	.megamenu.active-index3 .tree-root8 .inner > a .en,
	.megamenu.active-index3 .tree-root9 .inner > a .en {
		font-size: 30px;
	}
	.megamenu.active-index4 .tree-root2 .inner > a .en,
	.megamenu.active-index4 .tree-root6 .inner > a .en {
		font-size: 40px;
	}
	.megamenu.active-index4 .tree-root3 .inner > a .en,
	.megamenu.active-index4 .tree-root5 .inner > a .en {
		font-size: 50px;
	}
	.megamenu.active-index4 .tree-root1 .inner > a .en,
	.megamenu.active-index4 .tree-root7 .inner > a .en,
	.megamenu.active-index4 .tree-root8 .inner > a .en,
	.megamenu.active-index4 .tree-root9 .inner > a .en {
		font-size: 30px;
	}
	.megamenu.active-index5 .tree-root3 .inner > a .en,
	.megamenu.active-index5 .tree-root7 .inner > a .en {
		font-size: 40px;
	}
	.megamenu.active-index5 .tree-root4 .inner > a .en,
	.megamenu.active-index5 .tree-root6 .inner > a .en {
		font-size: 50px;
	}
	.megamenu.active-index5 .tree-root1 .inner > a .en,
	.megamenu.active-index5 .tree-root2 .inner > a .en,
	.megamenu.active-index5 .tree-root8 .inner > a .en,
	.megamenu.active-index5 .tree-root9 .inner > a .en {
		font-size: 30px;
	}
	.megamenu.active-index6 .tree-root4 .inner > a .en,
	.megamenu.active-index6 .tree-root8 .inner > a .en {
		font-size: 40px;
	}
	.megamenu.active-index6 .tree-root5 .inner > a .en,
	.megamenu.active-index6 .tree-root7 .inner > a .en {
		font-size: 50px;
	}
	.megamenu.active-index6 .tree-root1 .inner > a .en,
	.megamenu.active-index6 .tree-root2 .inner > a .en,
	.megamenu.active-index6 .tree-root3 .inner > a .en,
	.megamenu.active-index6 .tree-root9 .inner > a .en {
		font-size: 30px;
	}
	.megamenu.active-index7 .tree-root5 .inner > a .en,
	.megamenu.active-index7 .tree-root9 .inner > a .en {
		font-size: 40px;
	}
	.megamenu.active-index7 .tree-root6 .inner > a .en,
	.megamenu.active-index7 .tree-root8 .inner > a .en {
		font-size: 50px;
	}
	.megamenu.active-index7 .tree-root1 .inner > a .en,
	.megamenu.active-index7 .tree-root2 .inner > a .en,
	.megamenu.active-index7 .tree-root3 .inner > a .en,
	.megamenu.active-index7 .tree-root4 .inner > a .en {
		font-size: 30px;
	}
	.megamenu.active-index8 .tree-root6 .inner > a .en {
		font-size: 40px;
	}
	.megamenu.active-index8 .tree-root7 .inner > a .en,
	.megamenu.active-index8 .tree-root9 .inner > a .en {
		font-size: 50px;
	}
	.megamenu.active-index8 .tree-root1 .inner > a .en,
	.megamenu.active-index8 .tree-root2 .inner > a .en,
	.megamenu.active-index8 .tree-root3 .inner > a .en,
	.megamenu.active-index8 .tree-root4 .inner > a .en,
	.megamenu.active-index8 .tree-root5 .inner > a .en {
		font-size: 30px;
	}
	.megamenu.active-index9 .tree-root7 .inner > a .en {
		font-size: 40px;
	}
	.megamenu.active-index9 .tree-root8 .inner > a .en {
		font-size: 50px;
	}
	.megamenu.active-index9 .tree-root1 .inner > a .en,
	.megamenu.active-index9 .tree-root2 .inner > a .en,
	.megamenu.active-index9 .tree-root3 .inner > a .en,
	.megamenu.active-index9 .tree-root4 .inner > a .en,
	.megamenu.active-index9 .tree-root5 .inner > a .en,
	.megamenu.active-index9 .tree-root6 .inner > a .en {
		font-size: 30px;
	}
	.megamenu.active-index1 .tree-root1 .inner > a .en,
	.megamenu.active-index2 .tree-root2 .inner > a .en,
	.megamenu.active-index3 .tree-root3 .inner > a .en,
	.megamenu.active-index4 .tree-root4 .inner > a .en,
	.megamenu.active-index5 .tree-root5 .inner > a .en,
	.megamenu.active-index6 .tree-root6 .inner > a .en,
	.megamenu.active-index7 .tree-root7 .inner > a .en,
	.megamenu.active-index8 .tree-root8 .inner > a .en,
	.megamenu.active-index9 .tree-root9 .inner > a .en {
		font-size: 80px;
	}
	.megamenu.active-index1 .tree-root1 .inner > a .jp,
	.megamenu.active-index2 .tree-root2 .inner > a .jp,
	.megamenu.active-index3 .tree-root3 .inner > a .jp,
	.megamenu.active-index4 .tree-root4 .inner > a .jp,
	.megamenu.active-index5 .tree-root5 .inner > a .jp,
	.megamenu.active-index6 .tree-root6 .inner > a .jp,
	.megamenu.active-index7 .tree-root7 .inner > a .jp,
	.megamenu.active-index8 .tree-root8 .inner > a .jp,
	.megamenu.active-index9 .tree-root9 .inner > a .jp {
		font-size: 18px;
	}
}
.megamenu .tree-root.hover .inner > a::after,
.megamenu .tree-root.active .inner > a::after {
	width: 100%;
}
.megamenu .tree-root.hover .inner > a::before,
.megamenu .tree-root.active .inner > a::before {
	width: 12px;
	transition-delay: 0.4s;
}
.megamenu .tree-root.active .tree-second::after {
	top: 0;
	bottom: 0;
}
.megamenu .tree-root.active .tree-second .tree-second-in {
	transform: translateX(0);
	opacity: 1;
}
.megamenu .tree-root .tree-second .tree-second-in a {
	margin-left: -100vw;
}
.megamenu .tree-root.active .tree-second .tree-second-in a {
	margin-left: 0;
}
.megamenu-opened .megamenu {
	left: 0;
	opacity: 1;
}
.megamenu-opened.megamenu-hide .megamenu {
	opacity: 0;
}
.megamenu-opened .megamenu .tree-root {
	transform: translateX(0);
	opacity: 1;
}
/* TB */
@media screen and (max-width: 980px) {
	.megamenu {
		display: block;
		padding: 50px;
	}
	.megamenu nav {
		padding: 0 !important;
	}
	.megamenu .tree-root {
		display: block;
	}
	.megamenu .tree-root .inner {
		padding: 0 0 10px 0;
	}
	.megamenu .tree-root .inner > a {
		display: flex;
		align-items: flex-end;
		padding: 10px 0 0 0;
	}
	.megamenu .tree-root .inner > a .jp {
		margin: 0 0 0.6em 0.5em;
	}
	.megamenu .tree-root .inner > a::before {
		content: none;
	}
	.megamenu .tree-root .tree-second {
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0);
		margin: 0 0 0 15px;
		height: 0;
		transition: height 0.4s ease;
	}
	.megamenu .tree-root .tree-second::after {
		top: 0;
		bottom: 100%;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.megamenu {
		padding: 25px 15px;
	}
	.megamenu .tree-root .inner > a {
		padding: 0;
		white-space: nowrap;
	}
	.megamenu .tree-root.active .inner > a::after {
		width: 100vw;
	}
	.megamenu .tree-root .inner > a > div {
		position: relative;
		display: flex;
	}
	.megamenu .tree-root .inner > a .en {
		font-size: 38px;
	}
	.megamenu .tree-root .inner > a .jp {
		position: absolute;
		left: 100%;
		bottom: 0;
	}
	.megamenu .tree-root.active .inner > a .en {
		font-size: 50px
	}
	.megamenu .tree-root.active .inner > a .jp {
		font-size: 18px;
	}
	.megamenu .tree-second a .en {
		font-size: 24px;
	}
	.megamenu .tree-second a .jp {
		font-size: 15px;
	}
}

/*============================================================
	ヘッダーのモーダル
*/
.modal-container {
	opacity: 0;
	visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
	z-index: 100;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active {
	opacity: 1;
	visibility: visible;
}
.modal-body {
	position: absolute;
	max-width: 672px;
    width: 90%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-close {
	position: relative;
	display: flex;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
	margin-top: 40px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	transition: .3s;
}
.modal-close:hover {
	text-decoration: underline;
}
.modal-close-icon::before,
.modal-close-icon::after {
	content: '';
	display: block;
	width: 28px;
    height: 1.5px;
	background-color: #fff;
	transition: all 0.4s ease;
}
.modal-close-icon::before {
	margin-top: 0;
	transform: rotate(30deg);
}
.modal-close-icon::after {
	margin-top: 0;
	transform: rotate(-30deg);
}
.modal-content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 40px;
}
.modal-height li {
	height: 204px;
}
.modal-content ul li {
	width: 320px;
}
.modal-content .block {
	position: relative;
	display: block;
	padding: 24px 20px;
	height: 100%;
	border-radius: 30px;
	background-color: #ffffff;
	transition: background-color 0.3s ease;
	text-align: center;
}
.modal-content .block.disable {
	cursor: default;
	opacity: 0.2;
}
.modal-content .block .head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal-content .block .en {
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
}
.modal-content .block .jp {
	font-size: 16px;
	line-height: 150%;
	margin-top: 20px;
}
.modal-content .block p {
	font-size: 12px;
	font-weight: 500;
	margin-top: 12px;
}
.modal-content .block .arrow {
	position: absolute;
	left: 0;
	bottom: 24px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	transition: color 0.3s ease;
}
.modal-content .block .arrow i {
	display: block;
}
.modal-content .block .arrow p {
	font-size: 12px;
}
.modal-content .link-arrow {
	margin: 40px 0 0 0;
}
/* HOVER */
.os-pc .modal-content .block:hover {
	background-color: #ccc;
}
.os-pc .modal-content .block:hover .arrow i {
	animation: 1s ease infinite AnimArrowBound 0.3s;
	color: #fff;
}
.os-pc .modal-content .block.disable:hover {
	background-color: transparent;
}
.os-pc .modal-content .block.disable:hover .arrow i {
	animation: none;
	color: #000;
}
.modal-title {
	text-align: center;
	color: #ffffff;
	font-size: 80px;
	font-weight: 700;
	line-height: 100%;
}
.modal-heading {
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 125%; 
}
.modal-only-pc {
	display: block;
}
@media screen and (min-width: 981px) and (max-width: 1100px) {
	.modal-content ul li {
		flex-basis: 33.333%;
	}
}
/* TB */
@media screen and (max-width: 980px) {
	.modal-content ul li {
		flex-basis: 50%;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.modal-content ul {
		margin: 24px 27.5px 0;
		gap: 16px;
	}
	.modal-content ul li {
		flex-basis: 100%;
	}
	.modal-height li {
		height: 126px;
	}
	.modal-content .block {
		padding: 16px 20px;
		border-radius: 30px;
	}
	.modal-content .block p {
		margin-top: 4px;
	}
	.modal-content .block .en {
		font-size: 20px;
	}
	.modal-content .block .jp {
		font-size: 14px;
		margin-top: 4px;
	}
	.modal-content .block .arrow {
		bottom: 10px;
	}
	.content-facility .link-arrow {
		margin: 20px 0 0 0;
	}
	.modal-body {
		max-width: 375px;
		width: 100%;
	}
	.modal-title {
		font-size: 48px;
	}
	.modal-heading {
		font-size: 16px;
	}
	.modal-close {
		margin-top: 24px;
	}
	.modal-only-pc {
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.modal-content .block .en span {
		display: block;
		padding: 0;
	}
}


/*============================================================
	FIXED BTN
*/
.fixed-btn {
	position: fixed;
	z-index: 999;
	bottom: 25px;
	right: 15px;
	width: 160px;
}
.limit-fixed-btn .fixed-btn {
	position: absolute;
}
.fixed-btn a {
	display: block;
}
.fixed-btn .reservation {
	width: 100%;
	height: 160px;
}
.fixed-btn .reservation img {
	display: block;
	width: 100%;
}
.fixed-btn .reservation a {
	position: relative;
	padding: 16px;
	width: 100%;
	height: 100%;
}
.fixed-btn .reservation .circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: 16s linear infinite AnimRotation;
}
.fixed-btn .reservation .icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #c63;
	border-radius: 50%;
}
.fixed-btn .reservation .icon img {
	width: 100px;
}
.fixed-btn .pagetop {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 10px 0 0 0;
	padding: 0 0.5em 0 0;
	width: 100%;
	font-family: 'en';
	font-weight: 500;
	font-size: 14px;
}
.fixed-btn .pagetop i {
	margin: 0 0.3em 0 0;
}
/* HOVER */
.os-pc .fixed-btn .reservation a {
	transition: transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275);
}
.os-pc .fixed-btn .reservation a:hover {
	transform: scale(1.14);
}
/* SP */
@media screen and (max-width: 768px) {
	.fixed-btn {
		right: 10px;
		bottom: 15px;
		width: 110px;
	}
	.fixed-btn .reservation {
		height: 110px;
	}
	.fixed-btn .reservation a {
		padding: 15px;
	}
	.fixed-btn .reservation .icon img {
		width: 84%;
	}
	.fixed-btn .pagetop {
		font-size: 12px;
	}
}

/*============================================================
	FOOTER NAV
*/
.footer-nav {
	position: relative;
	background-color: #fff;
}
.footer-nav .container {
	display: flex;
	align-items: center;
	min-height: 240px;
}
.footer-nav .logo {
	flex-basis: 116px;
}
.footer-nav .logo h2 {
	margin: 0 auto;
	width: 116px;
}
.footer-nav nav {
	flex: 1;
	padding: 0 0 0 30px;
	font-weight: 700;
	font-size: 12px;
}
.footer-nav nav ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-nav nav ul li {
	padding: 5px 20px 5px 5px;
}
.footer-nav nav ul li a {
	position: relative;
	text-decoration: none;
	color: #000;
}
.footer-nav nav ul li a::after {
	content: '';
	display: none;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #000;
}
.footer-nav nav ul li span {
	font-size: 16px;
}
.footer-nav nav ul li span.en {
	padding-right: 0.1em;
	font-size: 18px;
	font-weight: 500;
}
/* HOVER */
.os-pc .footer-nav nav ul li a:hover::after {
	display: block;
}
@media screen and (max-width: 1240px) {
	.footer-nav .container {
		max-width: 100%;
	}
	.footer-nav nav ul {
		padding: 0 160px 0 0;
	}
}
/* TB */
@media screen and (max-width: 980px) {
	.footer-nav .container {
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer-nav nav {
		padding: 0;
	}
	.footer-nav nav ul {
		margin: 0 -20px 0 0;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.footer-nav {
		padding: 30px 0 20px 0;
	}
	.footer-nav .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.footer-nav .logo h2 {
		width: 90px;
	}
	.footer-nav nav ul {
		margin: 0 -20px 0 -5px;
		padding: 0;
		justify-content: flex-start;
	}
	.footer-nav nav ul li {
		flex-basis: 50%;
		padding: 2px 5px;
	}
	.footer-nav nav ul li:nth-last-child(1),
	.footer-nav nav ul li:nth-last-child(2),
	.footer-nav nav ul li:nth-last-child(3),
	.footer-nav nav ul li:nth-last-child(4) {
		flex-basis: 100%;
	}
	.footer-nav nav {
		font-size: 10px;
	}
	.footer-nav nav ul li span {
		font-size: 14px;
	}
	.footer-nav nav ul li span.en {
		font-size: 15px;
	}
}

/*============================================================
	FOOTER
*/
.footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 50px 40px 45px;
	background-color: #444;
	color: #fff;
}
.footer .sns {
	display: flex;
}
.footer .sns li {
	padding: 0 8px 0 0;
}
.footer .sns a {
	display: block;
	width: 28px;
	height: 28px;
	margin: 10px;
}
.footer .sns svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #fff;
}
.footer small {
	display: block;
	font-family: 'en';
	font-size: 12px;
}
.footer .inagekaihinkoen {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.footer .inagekaihinkoen a {
	display: block;
	padding: 15px 20px;
	background-color: #fff;
	color: #333;
}
/* HOVER */
.os-pc .footer .sns a svg {
	transition: fill 0.3s ease;
}
.os-pc .footer .sns a:hover svg {
	fill: #d23c11;
}
.os-pc .footer .inagekaihinkoen a {
	transition: opacity 0.3s ease;
}
.os-pc .footer .inagekaihinkoen a:hover {
	opacity: 0.6;
}

/* TB */
@media screen and (max-width: 1100px) {
	.footer {
		display: block;
		padding: 30px 50px 40px 45px;
	}
	.footer .inagekaihinkoen {
		top: 20px;
		right: 50px;
		transform: translate(0, 0);
	}
	.footer small {
		margin: 30px 0 0 0;
		text-align: center;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.footer {
		padding: 20px 15px;
	}
	.footer .sns a {
		width: 30px;
	}
	.footer .inagekaihinkoen {
		top: 15px;
		right: 15px;
	}
	.footer .inagekaihinkoen a {
		padding: 10px 15px;
		font-size: 11px;
	}
	.footer small {
		margin: 20px 0 0 0;
		font-size: 11px;
	}
}

/*============================================================
	LINK ARROW
*/
.link-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'en';
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
}
.link-arrow a,
.link-arrow button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #000;
}
.link-arrow span {
	display: block;
	position: relative;
}
.link-arrow span.jp {
	font-weight: 700;
}
.link-arrow span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	height: 1px;
	background-color: #000;
	transition: right 0.4s ease;
}
.link-arrow i {
	display: block;
	margin-left: 0.2em;
	padding-bottom: 0.1em;
	font-size: 166%;
}
.link-arrow.arrow-mt {
	margin-top: 15px;
}
/* HOVER */
.os-pc .link-arrow a:hover span::after,
.os-pc .link-arrow button:hover span::after {
	right: 0;
}
.os-pc .link-arrow a:hover i,
.os-pc .link-arrow button:hover i {
	animation: 1s ease infinite AnimArrowBound 0.3s;
}
/* SP */
@media screen and (max-width: 768px) {
	.link-arrow {
		font-size: 18px;
	}
}

/*============================================================
	LINK BACK
*/
.link-back {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'en';
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
}
.link-back a,
.link-back button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #000;
}
.link-back span {
	display: block;
	position: relative;
}
.link-back span.jp {
	font-weight: 700;
}
.link-back span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 100%;
	right: 0;
	height: 1px;
	background-color: #000;
	transition: left 0.4s ease;
}
.link-back i {
	display: block;
	margin-right: 0.2em;
	padding-bottom: 0.1em;
	font-size: 166%;
}
/* HOVER */
.os-pc .link-back a:hover span::after,
.os-pc .link-back button:hover span::after {
	left: 0;
}
.os-pc .link-back a:hover i,
.os-pc .link-back button:hover i {
	animation: 1s ease infinite AnimArrowBoundBack 0.3s;
}
/* SP */
@media screen and (max-width: 768px) {
	.link-back {
		font-size: 18px;
	}
}

/*============================================================
	ARCHIVE LIST
*/
.archive-list > ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.archive-list > ul > li {
	flex-basis: 33.333%;
	padding: 10px;
}
.archive-list .block {
	overflow: hidden;
	position: relative;
	display: block;
	height: 100%;
	border-radius: 30px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
	background-color: #fff;
}
.archive-list .block .thumb {
	position: relative;
	height: 200px;
	background-color: #333;
}
.content-wrapper .archive-list .block .thumb {
	height: 160px;
}
.archive-list .block .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive-list .block .detail {
	padding: 20px 30px 30px 30px;
}
.archive-list .block .detail .title {
	font-size: 16px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.archive-list .block .detail p {
	margin: 10px 0 15px 0;
	font-size: 14px;
	line-height: 2.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.archive-list .block .detail .date {
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 1.5;
}
.archive-list .block .detail .tag {
	display: flex;
	justify-content: flex-start;
	margin: 10px 0 0 0;
	font-size: 14px;
}
.archive-list .block .detail .tag li {
	padding: 0 10px 0 0;
}
.archive-list .block .detail .tag li:last-child {
	padding: 0;
}
/* HOVER */
.os-pc .archive-list .block:hover .detail .title {
	text-decoration: underline;
}
/* SP */
@media screen and (max-width: 768px) {
	.archive-list > ul {
		margin: -5px;
	}
	.archive-list > ul > li {
		flex-basis: 50%;
		padding: 5px;
	}
	.archive-list .block {
		border-radius: 15px;
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.16) inset, -1px -1px 2px 0px rgba(255,255,255,0.8) inset;
	}
	.archive-list .block .detail {
		padding: 10px 15px;
	}
	.archive-list .block .detail .title {
		font-size: 15px;
	}
	.archive-list .block .detail p {
		margin: 10px 0;
		line-height: 2.1;
	}
	.archive-list .block .detail .date {
		margin: 0;
	}
	.archive-list .block .detail .foot {
		margin: 5px 0 0 0;
	}
	.archive-list .block .detail .tag {
		display: block;
		margin: 5px 0 0 0;
	}
	.archive-list .block .detail .tag li {
		padding: 0;
	}
}

/*============================================================
	ARCHIVE LIST WIDE
*/
.archive-list-wide > ul > li {
	margin: 0 0 10px 0;
}
.archive-list-wide .block {
	overflow: hidden;
	position: relative;
	display: flex;
	border-radius: 30px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
	background-color: #fff;
}
.archive-list-wide.archive-event .block {
	background-color: #fff;
}
.archive-list-wide .block .thumb {
	position: relative;
	flex-basis: 260px;
	background-color: #333;
}
.archive-list-wide .block .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive-list-wide .block .detail {
	flex: 1;
	padding: 30px 50px 25px 30px;
}
.archive-list-wide .block .detail .title {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}
.archive-list-wide .block .detail p {
	font-size: 14px;
	line-height: 2.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.archive-list-wide .block .detail .foot {
	display: flex;
	align-items: center;
	margin: 10px 0 0 0;
}
.archive-list-wide .block .detail .date {
	font-size: 12px;
	line-height: 1.5;
}
.archive-list-wide .block .detail .tag {
	position: relative;
	margin: 0 0 0 10px;
	font-size: 14px;
}
.archive-list-wide .block .detail .tag::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.2em;
	bottom: 0.2em;
	left: 0;
	width: 1px;
	background-color: #ccc;
}
.archive-list-wide .block .detail .tag li {
	padding: 0 0 0 10px;
}
/* HOVER */
.os-pc .archive-list-wide .block:hover .detail .title {
	text-decoration: underline;
}
/* SP */
@media screen and (max-width: 767px) {
	.archive-list-wide > ul {
		display: flex;
		flex-wrap: wrap;
		margin: -5px;
	}
	.archive-list-wide > ul > li {
		flex-basis: 50%;
		padding: 5px;
	}
	.archive-list-wide .block {
		display: block;
		border-radius: 15px;
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.16) inset, -1px -1px 2px 0px rgba(255,255,255,0.8) inset;
	}
	.archive-list-wide .block .detail {
		padding: 10px 15px;
	}
	.archive-list-wide .block .detail .title {
		font-size: 15px;
	}
	.archive-list-wide .block .detail p {
		line-height: 2.1;
	}
	.archive-list-wide .block .detail .foot {
		display: block;
		margin: 5px 0 0 0;
	}
	.archive-list-wide .block .detail .tag {
		margin: 5px 0 0 0;
	}
	.archive-list-wide .block .detail .tag li {
		padding: 0 10px 0 0;
	}
	.archive-list-wide .block .detail .tag::before {
		content: none;
	}
}

/*============================================================
	PAGER
*/
.pager {
	margin: 30px 0 0 0;
	text-align: center;
	font-family: 'en';
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
}
.pager ul {
	display: flex;
	justify-content: center;
}
.pager ul li {
	padding: 0 5px;
}
.pager ul li span,
.pager ul li a {
	display: block;
	min-width: 30px;
	background-color: #fff;
	border-radius: 5px;
	color: inherit;
}
.pager ul li .current {
	background-color: #000;
	color: #fff;
}
.pager ul li.prev a,
.pager ul li.next a {
	background-color: transparent !important;
}
.pager ul li.prev span,
.pager ul li.next span {
	background-color: transparent;
	opacity: 0.2;
}
.pager ul li.prev i,
.pager ul li.next i {
	font-size: 17px;
	line-height: 30px;
}
.os-pc .pager ul li a {
	transition: background-color 0.3s ease, color 0.3s ease;
}
.os-pc .pager ul li a:hover {
	background-color: #222;
	color: #fff;
	opacity: 1;
}
.os-pc .pager ul .prev a ,
.os-pc .pager ul .next a {
	background-color: transparent;
	transition: opacity 0.3s ease;
}
.os-pc .pager ul .prev a:hover,
.os-pc .pager ul .next a:hover {
	background-color: transparent;
	color: inherit;
	opacity: 0.6;
}
/* SP */
@media screen and (max-width: 767px) {
	.pager {
		margin: 30px 0 0 0;
		font-size: 14px;
		line-height: 28px;
	}
	.pager ul li {
		padding: 0 5px;
	}
	.pager ul li span,
	.pager ul li a {
		min-width: 28px;
	}
	.pager ul li.prev i,
	.pager ul li.next i {
		font-size: 14px;
		line-height: 28px;
	}
}

/*============================================================
	CONTENT WRAPPER
*/
.content-wrapper {
	padding: 40px 0 0 0;
	background-color: #e7e7e7;
}
/* SP */
@media screen and (max-width: 768px) {
	.content-wrapper {
		padding: 20px 0 0 0;
	}
	.content-wrapper section {
		padding: 20px 0;
	}
}

/*============================================================
	TOPICS
*/
.content-topics .headline {
	margin: 0 0 40px 0;
}
.content-topics .archive-list {
	margin: 0 0 40px 0;
}

/* SP */
@media screen and (max-width: 768px) {
	.content-topics .headline {
		margin: 0 0 20px 0;
	}
	.content-topics .archive-list {
		margin: 0 0 20px 0;
	}
	.content-topics .archive-list ul li:nth-child(3) {
		display: none;
	}
}

/*============================================================
	EVENT
*/
.content-event .headline {
	margin: 0 0 40px 0;
}
.content-event .archive-list {
	margin: 0 0 40px 0;
}
/* SP */
@media screen and (max-width: 768px) {
	.content-event .headline {
		margin: 0 0 20px 0;
	}
	.content-event .archive-list {
		margin: 0 0 20px 0;
	}
	.content-event .archive-list ul li:nth-child(3) {
		display: none;
	}
}

/*============================================================
	ACTIVITY
*/
.content-activity .headline {
	margin: 0 0 40px 0;
}
.menu-activity {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 40px 0;
}
.menu-activity .block {
	display: block;
	position: relative;
	flex-basis: 25%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	transition: transform 0.5s ease;
}
.menu-activity .block::before {
	content: '';
	display: block;
	padding-top: 400px;
	height: 0;
}
.menu-activity .block .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-size: cover;
	transition: all 0.5s ease;
}
.menu-activity .block .img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 70%);
}
.menu-activity .block .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.menu-activity .block .en {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 2em;
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
}
.menu-activity .block .en span {
	display: block;
	font-size: 57.14%;
	line-height: 1;
}
.menu-activity .block .jp {
	margin: 5px 0 0 0;
	font-size: 18px;
	line-height: 1.3;
}
.menu-activity .block .lead {
	display: none;
	margin: 10px 0 0 0;
	padding: 0 10%;
	text-align: left;
	font-size: 14px;
	line-height: 2;
}
.menu-activity .block .lead p {
	padding: 0 0 10px 0;
}
.menu-activity .block .arrow {
	margin: 0 0 20px 0;
	text-align: center;
}
.menu-activity .block .arrow i {
	display: block;
	font-size: 40px;
}
/**/
.page-activity-bbq .menu-activity .block-bbq,
.page-activity-food .menu-activity .block-food,
.page-activity-glamping .menu-activity .block-glamping,
.page-activity-pool .menu-activity .block-pool,
.page-activity-fishing .menu-activity .block-fishing {
	display: none;
}

/* ACTIVITY index img */
.activity-menu-about {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px 0;
	justify-content: space-between;
}
.activity-menu-about .block {
	display: block;
	position: relative;
	flex-basis: 320px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	transition: transform 0.5s ease;
	margin-bottom: 20px;
}
.activity-menu-about .block::before {
	content: '';
	display: block;
	height: 0;
}
.activity-menu-about .block .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-size: cover;
	transition: all 0.5s ease;
}
.activity-menu-about .block .img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 70%);
}
.activity-menu-about .block .logo {
	position: absolute;
	top: 12%;
	left: 0;
	width: 100%;
}
.activity-menu-about .block .logo img {
	display: block;
	margin: 0 auto;
	max-width: 220px;
	width: 70%;
}
.activity-menu-about .block .detail {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
.activity-menu-about .block .jp {
	font-weight: 700;
    font-size: 18px;
    line-height: 2;
}
.activity-menu-about .block .en {
    font-size: 40px;
    line-height: 1;
}
.activity-menu-about .block .lead {
	margin: 10px 0 0 0;
	padding: 0 10%;
	text-align: left;
	font-size: 14px;
	line-height: 2;
}
.activity-menu-about .block .lead p {
	padding: 0 0 10px 0;
}
.activity-menu-about .block .arrow {
	margin: 0 0 20px 0;
	text-align: center;
}
.activity-menu-about .block .arrow i {
	display: block;
	font-size: 40px;
}


@media screen and (min-width: 769px) {
	.os-pc .menu-activity {
		transition: all 0.5s ease;
	}
	.os-pc .menu-activity .block .lead {
		display: block;
		opacity: 0;
	}
	.os-pc .menu-activity .block:hover .lead {
		opacity: 1;
	}
	.os-pc.loaded .menu-activity .block .lead {
		transition: height 0.5s ease, opacity 0.5s ease 0.5s;
	}
	.os-pc.loaded .menu-activity .block.hide .lead {
		transition: height 0.5s ease, opacity 0.5s ease 0s;
	}
	.os-pc .menu-activity .block:hover .arrow i {
		animation: 1s ease infinite AnimArrowBound 0.3s;
	}
	.os-pc .menu-activity.active1 .block:nth-child(1),
	.os-pc .menu-activity.active2 .block:nth-child(2),
	.os-pc .menu-activity.active3 .block:nth-child(3),
	.os-pc .menu-activity.active4 .block:nth-child(4),
	.os-pc .menu-activity.active5 .block:nth-child(5),
	.os-pc .menu-activity.active6 .block:nth-child(6),
	.os-pc .menu-activity.active7 .block:nth-child(7),
	.os-pc .menu-activity.active8 .block:nth-child(8),
	.os-pc .menu-activity.active8 .block:nth-child(8),
	.os-pc .menu-activity.active9 .block:nth-child(9)  {
		z-index: 2;
	}
	.os-pc .menu-activity.hover1 .block:nth-child(1),
	.os-pc .menu-activity.hover2 .block:nth-child(2),
	.os-pc .menu-activity.hover3 .block:nth-child(3),
	.os-pc .menu-activity.hover4 .block:nth-child(4),
	.os-pc .menu-activity.hover5 .block:nth-child(5),
	.os-pc .menu-activity.hover6 .block:nth-child(6),
	.os-pc .menu-activity.hover7 .block:nth-child(7),
	.os-pc .menu-activity.hover8 .block:nth-child(8),
	.os-pc .menu-activity.hover9 .block:nth-child(9) {
		transform: scale(1.1);
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
	}
	.activity-menu-about .block::before {
		padding-top: 320px;
	}
	.os-pc .activity-menu-about {
		transition: all 0.5s ease;
	}
	.os-pc .activity-menu-about .block .lead {
		opacity: 0;
	}
	.os-pc .activity-menu-about .block:hover .lead {
		opacity: 1;
		transform: translateY(-30px);
	}
	.os-pc.loaded .activity-menu-about .block .lead {
		transition: height 0.5s ease, opacity 0.5s ease 0.5s;
	}
	.os-pc.loaded .activity-menu-about .block.hide .lead {
		transition: height 0.5s ease, opacity 0.5s ease 0s;
	}
	/* .os-pc .activity-menu-about.hover1 {
		margin-left: 30px;
	}
	.os-pc .activity-menu-about.hover4 {
		margin-right: 30px;
	} */
	.os-pc .activity-menu-about .block:hover .arrow i {
		animation: 1s ease infinite AnimArrowBound 0.3s;
	}
	.os-pc .activity-menu-about.active1 .block:nth-child(1),
	.os-pc .activity-menu-about.active2 .block:nth-child(2),
	.os-pc .activity-menu-about.active3 .block:nth-child(3),
	.os-pc .activity-menu-about.active4 .block:nth-child(4),
	.os-pc .activity-menu-about.active5 .block:nth-child(5),
	.os-pc .activity-menu-about.active6 .block:nth-child(6),
	.os-pc .activity-menu-about.active7 .block:nth-child(7),
	.os-pc .activity-menu-about.active8 .block:nth-child(8),
	.os-pc .activity-menu-about.active9 .block:nth-child(9) {
		z-index: 2;
	}
	.os-pc .activity-menu-about.active1 .block:nth-child(2),
	.os-pc .activity-menu-about.active2 .block:nth-child(1),
	.os-pc .activity-menu-about.active2 .block:nth-child(3),
	.os-pc .activity-menu-about.active3 .block:nth-child(2),
	.os-pc .activity-menu-about.active3 .block:nth-child(4),
	.os-pc .activity-menu-about.active4 .block:nth-child(3),
	.os-pc .activity-menu-about.active4 .block:nth-child(5),
	.os-pc .activity-menu-about.active5 .block:nth-child(4),
	.os-pc .activity-menu-about.active5 .block:nth-child(6),
	.os-pc .activity-menu-about.active6 .block:nth-child(5),
	.os-pc .activity-menu-about.active6 .block:nth-child(7),
	.os-pc .activity-menu-about.active7 .block:nth-child(6),
	.os-pc .activity-menu-about.active7 .block:nth-child(8),
	.os-pc .activity-menu-about.active9 .block:nth-child(8) {
		z-index: 1;
	}
	.os-pc .activity-menu-about.hover1 .block:nth-child(1),
	.os-pc .activity-menu-about.hover2 .block:nth-child(2),
	.os-pc .activity-menu-about.hover3 .block:nth-child(3),
	.os-pc .activity-menu-about.hover4 .block:nth-child(4),
	.os-pc .activity-menu-about.hover5 .block:nth-child(5),
	.os-pc .activity-menu-about.hover6 .block:nth-child(6),
	.os-pc .activity-menu-about.hover7 .block:nth-child(7),
	.os-pc .activity-menu-about.hover8 .block:nth-child(8),
	.os-pc .activity-menu-about.hover9 .block:nth-child(9) {
		transform: rotate(3deg) scale(1.125);
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
	}
	/* .os-pc .activity-menu-about.hover1 .block:nth-child(2),
	.os-pc .activity-menu-about.hover2 .block:nth-child(1),
	.os-pc .activity-menu-about.hover2 .block:nth-child(3),
	.os-pc .activity-menu-about.hover3 .block:nth-child(2),
	.os-pc .activity-menu-about.hover3 .block:nth-child(4),
	.os-pc .activity-menu-about.hover4 .block:nth-child(3),
	.os-pc .activity-menu-about.hover4 .block:nth-child(5),
	.os-pc .activity-menu-about.hover5 .block:nth-child(4),
	.os-pc .activity-menu-about.hover5 .block:nth-child(6),
	.os-pc .activity-menu-about.hover6 .block:nth-child(5),
	.os-pc .activity-menu-about.hover6 .block:nth-child(7),
	.os-pc .activity-menu-about.hover7 .block:nth-child(6),
	.os-pc .activity-menu-about.hover7 .block:nth-child(8),
	.os-pc .activity-menu-about.hover8 .block:nth-child(7),
	.os-pc .activity-menu-about.hover8 .block:nth-child(9),
	.os-pc .activity-menu-about.hover9 .block:nth-child(8) {
		transform: scale(1.062);
		box-shadow: 0 0 20px rgba(0,0,0,0.16);
	} */
	.activity-menu-about .block .detail .head {
		transform: translateY(-30px);
	}
}
/* TB */
@media screen and (max-width: 1100px) {
	.menu-activity .block .en {
		font-size: 3.6vw;
	}
	.activity-menu-about .block .jp {
		font-size: 2.9vw;
	}
}
@media screen and (max-width: 980px) {
	.menu-activity .block .lead {
		font-size: 13px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.content-activity .headline {
		margin: 0 0 20px 0;
	}
	.menu-activity {
		margin: 0 0 20px 0;
	}
	.menu-activity .block {
		flex-basis: 50%;
	}
	.menu-activity .block::before {
		padding-top: 65%;
	}
	.menu-activity .block .detail {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 10px 0 0 0;
		height: 100%;
	}
	.menu-activity .block .en {
		min-height: 1em;
		font-size: 24px;
	}
	.menu-activity .block .jp {
		font-size: 14px;
	}
	.menu-activity .block .lead {
		display: none;
	}
	.menu-activity .block .arrow {
		margin: 0;
	}
	.menu-activity .block .arrow i {
		font-size: 30px;
	}
	.page-activity-bbq .menu-activity .block::before,
	.page-activity-food .menu-activity .block::before,
	.page-activity-glamping .menu-activity .block::before,
	.page-activity-pool .menu-activity .block::before,
	.page-activity-fishing .menu-activity .block::before {
		padding-top: 200%;
	}
	.page-activity-bbq .menu-activity .block,
	.page-activity-food .menu-activity .block,
	.page-activity-glamping .menu-activity .block,
	.page-activity-pool .menu-activity .block,
	.page-activity-fishing .menu-activity .block {
		flex-basis: 33.333%;
	}
	.page-activity-bbq .menu-activity .block .detail,
	.page-activity-food .menu-activity .block .detail,
	.page-activity-glamping .menu-activity .block .detail,
	.page-activity-pool .menu-activity .block .detail,
	.page-activity-fishing .menu-activity .block .detail {
		justify-content: flex-end;
		padding: 0 0 10px 0;
	}
	.page-activity-bbq .menu-activity .block .en,
	.page-activity-food .menu-activity .block .en,
	.page-activity-glamping .menu-activity .block .en,
	.page-activity-pool .menu-activity .block .en,
	.page-activity-fishing .menu-activity .block .en {
		min-height: 2em;
		font-size: 20px;
	}
	.page-activity-bbq .menu-activity .block .jp,
	.page-activity-food .menu-activity .block .jp,
	.page-activity-glamping .menu-activity .block .jp,
	.page-activity-pool .menu-activity .block .jp,
	.page-activity-fishing .menu-activity .block .jp {
		font-size: 13px;
	}
	.activity-menu-about {
		margin: 0 0 20px 0;
	}
	.activity-menu-about .block {
		flex-basis: 100%;
	}
	.activity-menu-about .block::before {
		padding-top: 100%;
	}
	.activity-menu-about .block .lead {
		height: auto !important;
	}
	.activity-menu-about .block .logo {
		top: 6%;
	}
	.activity-menu-about .block .logo img {
		width: 60%;
	}
	.activity-menu-about .block .en {
		font-size: 45px;
		line-height: 1.1;
	}
	.activity-menu-about .block .jp {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 1em;
		font-size: 18px;
	}
	.activity-menu-about .block .arrow {
		margin: 0 0 20px 0;
	}
	.activity-menu-about .block .arrow i {
		font-size: 30px;
	}
	.activity-menu-about .block .detail {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}

/*============================================================
	FACILITY
*/
.content-facility .headline {
	margin: 0 0 40px 0;
}
.content-facility .menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: -6px;
}
.content-facility .menu ul li {
	padding: 6px;
	flex-basis: 25%;
}
.content-facility .menu .block {
	position: relative;
	display: block;
	padding: 20px 10px 40px 10px;
	height: 100%;
	border-radius: 30px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
	transition: background-color 0.3s ease;
	text-align: center;
}
.content-facility .menu .block.disable {
	cursor: default;
	opacity: 0.2;
}
.content-facility .menu .block .head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.content-facility .menu .block .en {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}
.content-facility .menu .block .en span {
	display: inline-block;
	padding: 0 0.2em;
}
.content-facility .menu .block .jp {
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 1.3;
}
.content-facility .menu .block .arrow {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	transition: color 0.3s ease;
}
.content-facility .menu .block .arrow i {
	display: block;
}
.content-facility .menu .block .arrow p {
	font-size: 12px;
}
.content-facility .link-arrow {
	margin: 40px 0 0 0;
}
/* HOVER */
.os-pc .content-facility .menu .block:hover {
	background-color: #ccc;
}
.os-pc .content-facility .menu .block:hover .arrow i {
	animation: 1s ease infinite AnimArrowBound 0.3s;
	color: #fff;
}
.os-pc .content-facility .menu .block.disable:hover {
	background-color: transparent;
}
.os-pc .content-facility .menu .block.disable:hover .arrow i {
	animation: none;
	color: #000;
}
/**/
@media screen and (min-width: 1101px) {
	.content-facility .col4-remainder2 li:nth-last-child(1),
	.content-facility .col4-remainder2 li:nth-last-child(2) {
		flex-basis: 50%;
	}
	.content-facility .col4-remainder2 li:nth-last-child(1) .block,
	.content-facility .col4-remainder2 li:nth-last-child(2) .block {
		display: flex;
		align-items: center;
		padding: 30px 40px;
	}
	.content-facility .col4-remainder2 li:nth-last-child(1) .block .head,
	.content-facility .col4-remainder2 li:nth-last-child(2) .block .head {
		flex-direction: row;
		height: auto !important;
	}
	.content-facility .col4-remainder2 li:nth-last-child(1) .block .jp,
	.content-facility .col4-remainder2 li:nth-last-child(2) .block .jp {
		margin: 0 40px 0 20px;
	}
	.content-facility .col4-remainder2 li:nth-last-child(1) .block .arrow,
	.content-facility .col4-remainder2 li:nth-last-child(2) .block .arrow {
		left: auto;
		bottom: auto;
		top: 50%;
		right: 30px;
		width: auto;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 981px) and (max-width: 1100px) {
	.content-facility .menu ul li {
		flex-basis: 33.333%;
	}
	.content-facility .col3-remainder1 li:nth-last-child(1) {
		flex-basis: 100%;
	}
	.content-facility .col3-remainder2 li:nth-last-child(1),
	.content-facility .col3-remainder2 li:nth-last-child(2) {
		flex-basis: 50%;
	}
	.content-facility .col3-remainder1 li:nth-last-child(1) .block,
	.content-facility .col3-remainder2 li:nth-last-child(1) .block,
	.content-facility .col3-remainder2 li:nth-last-child(2) .block {
		display: flex;
		align-items: center;
		padding: 30px 40px;
	}
	.content-facility .col3-remainder1 li:nth-last-child(1) .block .head,
	.content-facility .col3-remainder2 li:nth-last-child(1) .block .head,
	.content-facility .col3-remainder2 li:nth-last-child(2) .block .head {
		flex-direction: row;
		height: auto !important;
	}
	.content-facility .col3-remainder1 li:nth-last-child(1) .block .jp,
	.content-facility .col3-remainder2 li:nth-last-child(1) .block .jp,
	.content-facility .col3-remainder2 li:nth-last-child(2) .block .jp {
		margin: 0 40px 0 20px;
	}
	.content-facility .col3-remainder1 li:nth-last-child(1) .block .arrow,
	.content-facility .col3-remainder2 li:nth-last-child(1) .block .arrow,
	.content-facility .col3-remainder2 li:nth-last-child(2) .block .arrow {
		left: auto;
		bottom: auto;
		top: 50%;
		right: 30px;
		width: auto;
		transform: translateY(-50%);
	}
}
/* TB */
@media screen and (max-width: 980px) {
	.content-facility .menu ul li {
		flex-basis: 50%;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.content-facility .headline {
		margin: 0 0 20px 0;
	}
	.content-facility .menu ul {
		margin: -5px;
	}
	.content-facility .menu ul li {
		padding: 5px;
	}
	.content-facility .menu .block {
		padding: 20px 10px 40px 10px;
		border-radius: 15px;
	}
	.content-facility .menu .block .en {
		font-size: 20px;
	}
	.content-facility .menu .block .jp {
		font-size: 12px;
	}
	.content-facility .link-arrow {
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 575px) {
	.content-facility .menu .block .en span {
		display: block;
		padding: 0;
	}
}

/*============================================================
	RESERVATION
*/
.content-reservation .menu ul {
	display: flex;
	gap: 20px;
	margin-top: 24px;
	margin-bottom: 80px;
}

.content-reservation .menu .block {
	padding: 24px 20px;
	box-shadow: -2px -2px 3px 0px rgba(255, 255, 255, 0.80), 2px 2px 3px 0px rgba(0, 0, 0, 0.20);
	border-radius: 30px;
	transition: opacity 0.6s ease, transform 0.6s ease;
	width: 235px;
	height: 168px;
	display: block;
	background: #F7F7F7;
	text-align: center;
	transition: .4s ease;
	position: relative;
}

.content-reservation .menu .block .en {
	font-size: 30px;
}

.content-reservation .menu .block .jp {
	font-size: 16px;
}

.content-reservation .menu .block p {
	margin: 10px 0 0 0;
	padding: 0 20px;
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
}

.content-reservation .menu .block .arrow {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	transition: color 0.3s ease;
}
.content-reservation .menu .block .arrow i {
	display: block;
}

/* HOVER */
.os-pc .content-reservation .menu .block:hover {
	background-color: #cccccc;
}

.os-pc .content-reservation .menu .block:hover .arrow i {
	animation: 1s ease infinite AnimArrowBound 0.3s;
	color: #fff;
}

/**/
@media screen and (min-width: 981px) {
	.content-reservation .menu ul li:nth-of-type(3n) {
		transition-delay: 0.3s, 0.3s;
	}

	.content-reservation .menu ul li:nth-of-type(3n-1) {
		transition-delay: 0.15s, 0.15s;
	}

	.content-reservation .menu ul li:nth-of-type(3n-2) {
		transition-delay: 0s, 0s;
	}
}

/* TB */
@media screen and (max-width: 980px) {
	.content-reservation .menu ul li:nth-of-type(2n) {
		transition-delay: 0.15s, 0.15s;
	}

	.content-reservation .menu .block {
		width: auto;
	}

	.content-reservation .menu .block .en {
		font-size: 20px;
	}

	.content-reservation .menu .block .jp {
		font-size: 12px;
	}

	.content-reservation .menu ul li {
		flex-basis: 25%;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.content-reservation .container {
		padding: 0 10px;
	}

	.content-reservation .menu ul {
		margin-bottom: 48px;
		flex-wrap: wrap;
		gap: 20px 13px;
	}

	.content-reservation .menu ul li {
		flex-basis: 48%;
	}

	.content-reservation .menu .block {
		padding: 16px 16px 20px 16px;
		border-radius: 16px;
		width: auto;
		height: 134px;
	}

	.content-reservation .menu .block .en {
		font-size: 20px;
	}

	.content-reservation .menu .block .jp {
		font-size: 12px;
	}

	.content-reservation .menu .block p {
		padding: 0;
		font-size: 14px;
	}

	.content-reservation .menu .block .arrow {
		bottom: 10px;
	}
}

/*============================================================
	SNS
*/
.content-sns .headline {
	margin: 0 0 40px 0;
}
.content-sns .catch {
	margin: 40px 0;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}
.content-sns .catch span {
	display: inline-block;
}
.content-sns .line-account {
	margin: 0 auto;
	max-width: 800px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
}
.content-sns .line-account .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 10%;
	border-radius: 30px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.content-sns .line-account .detail {
	flex: 1;
	padding: 0 20px 0 0;
	text-align: center;
}
.content-sns .line-account .detail .h {
	margin: 10px 0 5px 0;
	font-size: 30px;
	line-height: 1.3;
}
.content-sns .line-account .qrcode {
	flex-basis: 120px;
}
.content-sns .social {
	margin: 50px 0 0 0;
}
.content-sns .social ul {
	display: flex;
	margin: 0 auto;
	max-width: 960px;
	font-size: 14px;
	line-height: 2.1;
}
.content-sns .social ul li {
	position: relative;
	padding: 0 15px;
	flex-basis: 33.333%;
}
.content-sns .social ul li a {
	display: block;
	margin: 0 auto;
	padding: 0 0 30px 0;
	max-width: 250px;
	height: 100%;
	text-decoration: none;
	color: inherit;
}
.content-sns .social ul li .icon span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.content-sns .social ul li .icon img {
	width: 40%;
}
.content-sns .social ul li p {
	margin: 30px 0 10px 0;
}
.content-sns .social ul li .arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.content-sns .social ul li .arrow i {
	font-size: 30px;
}
/* HOVER */
.os-pc .content-sns .social ul li a .icon span {
	transition: background-color 0.3s ease;
}
.os-pc .content-sns .social ul li a:hover .icon span {
	background-color: #ccc;
}
.os-pc .content-sns .social ul li a:hover p {
	text-decoration: underline;
}
.os-pc .content-sns .social ul li a:hover .arrow {
	animation: 1s ease infinite AnimArrowBound 0.3s;
}
/* SP */
@media screen and (max-width: 768px) {
	.content-sns .headline {
		margin: 0 0 20px 0;
	}
	.content-sns .catch {
		margin: 20px 0;
		font-size: 14px;
	}
	.content-sns .line-account .inner {
		display: block;
		padding: 20px;
		border-radius: 10px;
	}
	.content-sns .line-account .detail {
		padding: 0;
		font-size: 14px;
	}
	.content-sns .line-account .detail .lead p {
		display: inline;
	}
	.content-sns .line-account .detail .h {
		font-size: 19px;
	}
	.content-sns .line-account .qrcode {
		display: none;
	}
	.content-sns .social {
		margin: 30px 0 0 0;
	}
	.content-sns .social ul {
		display: block;
		line-height: 1.7;
	}
	.content-sns .social ul li {
		margin: 0 0 30px 0;
		padding: 0;
	}
	.content-sns .social ul li:last-child {
		margin: 0;
	}
	.content-sns .social ul li a {
		display: flex;
		align-items: center;
		padding: 0;
		max-width: 100%;
		height: auto;
	}
	.content-sns .social ul li .icon span {
		width: 62px;
		height: 62px;
	}
	.content-sns .social ul li .icon img {
		width: 54%;
	}
	.content-sns .social ul li p {
		flex: 1;
		margin: 0 40px 0 15px;
	}
	.content-sns .social ul li .arrow {
		left: auto;
		bottom: auto;
		right: 0;
		top: 50%;
		width: auto;
		transform: translateY(-50%);
	}
}

/*============================================================
	ACCESS
*/
.content-access {
	padding-bottom: 60px;
}
.content-access .headline {
	margin: 0 0 40px 0;
}
.content-access .gmap {
	position: relative;
	z-index: 10;
}
.content-access .gmap .map {
	display: block;
	position: relative;
	margin: 0 0 30px 0;
}
.content-access .gmap .map .base {
	position: relative;
	padding-top: 36.36%;
	height: 0;
}
.content-access .gmap .map .base img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-access .gmap .map .marker {
	position: absolute;
	top: 66.5%;
	left: 42.36%;
	width: 120px;
	transform: translate(-50%, -50%);
}
.content-access .wrap {
	display: flex;
	align-items: flex-end;
	margin: 60px -20px 50px -20px;
}
.content-access .wrap .info {
	padding: 0 0 0 20px;
	flex-basis: 33.333%;
	font-weight: 700;
}
.content-access .wrap .info p {
	margin: 2.5em 0 0 0;
}
.content-access .wrap .route {
	display: flex;
	flex-basis: 66.666%;
	padding: 0 0 0 20px;
}
.content-access .wrap .route > div {
	flex-basis: 50%;
	padding: 0 10px;
}
.content-access .wrap .route .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
}
.content-access .wrap .route .icon img {
	width: 75%;
}
.content-access .wrap .route .en {
	margin: 15px 0 20px 0;
	text-align: center;
	font-size: 30px;
	line-height: 1;
}
.content-access .wrap .route p {
	display: table;
	margin: 0 auto;
	line-height: 2.1;
}
/* TB */
@media screen and (max-width: 1100px) {
	.content-access .wrap .info p {
		margin: 1.5em 0 0 0;
	}
	.content-access .wrap .route p br {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.content-access .gmap .map .base {
		padding-top: 54%;
	}
	.content-access .gmap .map .marker {
		top: 66%;
		left: 36%;
		width: 14%;
	}
	.content-access .wrap {
		display: block;
		margin: 60px 0 50px 0;
	}
	.content-access .wrap .info {
		padding: 0;
	}
	.content-access .wrap .info br {
		display: none;
	}
	.content-access .wrap .route {
		margin: 30px -10px 0 -10px;
		padding: 0;
	}
	.content-access .wrap .route p {
		display: block;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.content-access .headline {
		margin: 0 0 20px 0;
	}
	.content-access .gmap .map {
		margin: 0 0 10px 0;
	}
	.content-access .wrap {
		margin: 20px 0 20px 0;
	}
	.content-access .wrap .info br {
		display: block;
	}
	.content-access .wrap .info p {
		margin: 1em 0 0 0;
	}
	.content-access .wrap .route {
		margin: 20px -10px 0 -10px;
	}
	.content-access .wrap .route > div {
		padding: 0 10px;
	}
	.content-access .wrap .route .icon {
		width: 70px;
		height: 70px;
	}
	.content-access .wrap .route .en {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 5px 0 0 0;
		min-height: 3em;
		font-size: 24px;
	}
	.content-access .wrap .route p {
		line-height: 1.5;
	}
}

/*============================================================
	ARCHIVE
*/
.content-archive {
	padding: 0 0 80px 0;
}
/* SP */
@media screen and (max-width: 768px) {
	.content-archive {
		padding: 0 0 30px 0;
	}
	.content-archive .archive-list > ul {
		display: block;
		margin: 0;
	}
	.content-archive .archive-list > ul > li {
		margin: 0 0 15px 0;
		padding: 0;
	}
	.content-archive .archive-list .block .thumb {
		padding-top: 56.3%;
		height: 0;
	}
	.content-archive .archive-list .block .detail {
		padding: 10px 15px 20px 15px;
	}
	.content-archive .archive-list .block .detail .title {
		font-size: 16px;
	}
	.content-archive .archive-list .block .detail .link-arrow {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0 0 0;
		font-size: 20px;
	}
	.content-archive .archive-list .block .detail .tag {
		display: flex;
	}
	.content-archive .archive-list .block .detail .tag li {
		padding: 0 10px 0 0;
	}
	.content-archive .archive-list-wide > ul {
		display: block;
		margin: 0;
	}
	.content-archive .archive-list-wide > ul > li {
		margin: 0 0 15px 0;
		padding: 0;
	}
	.content-archive .archive-list-wide .block .thumb {
		padding-top: 56.3%;
		height: 0;
	}
	.content-archive .archive-list-wide .block .detail {
		padding: 10px 15px 20px 15px;
	}
	.content-archive .archive-list-wide .block .detail .title {
		font-size: 16px;
	}
	.content-archive .archive-list-wide .block .detail p {
		-webkit-line-clamp: 3;
	}
	.content-archive .archive-list-wide .block .detail .link-arrow {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0 0 0;
		font-size: 20px;
	}
}

/*============================================================
	ARTICLE
*/
.content-article {
	padding: 0 0 80px 0;
}
.content-article .container {
	max-width: 900px;
}
.content-article .container::after {
	content: '';
	display: block;
}
.header + .content-article {
	padding-top: 80px;
}
@media screen and (max-width: 1080px) {
	.header + .content-article .article-headline {
		padding: 0 130px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.content-article {
		padding: 0 0 30px 0;
	}
	.header + .content-article {
		padding-top: 8vw;
	}
	.header + .content-article .article-headline {
		padding: 0 15vw;
	}
}

/*============================================================
	ARTICLE KV
*/
.article-kv {
	position: relative;
	height: 600px;
}
.article-kv img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* SP */
@media screen and (max-width: 768px) {
	.article-kv {
		padding-top: 100%;
		height: 0;
	}
}

/*============================================================
	ARTICLE HEADLINE
*/
.article-headline {
	margin: 50px 0;
}
.article-headline h1 {
	flex-basis: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 1.5;
}
.article-headline .info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px -10px 0 -10px;
}
.article-headline .info .date {
	margin: 0 10px;
}
.article-headline .info .tag {
	display: flex;
	justify-content: flex-start;
}
.article-headline .info .tag li {
	padding: 0 0 0 10px;
}
.article-headline .info .tag li span {
	font-size: 14px;
}
/* SP */
@media screen and (max-width: 768px) {
	.article-headline {
		margin: 30px 0;
	}
	.article-headline h1 {
		font-size: 24px;
	}
	.article-headline .info {
		flex-direction: column;
		margin: 10px -10px 0 -10px;
	}
	.article-headline .info .date {
		margin: 0 0 10px 0;
	}
	.article-headline .info .tag li {
		padding: 0 5px;
	}
}

/*============================================================
	ARTICLE BODY
*/
.article-body {
	margin: 10px 0 50px 0;
}
.article-body h2 {
	margin: 0 0 1em 0;
	font-size: 20px;
}
.article-body p {
	line-height: 2.1;
}
.article-body img {
	display: block;
	margin: 40px auto;
	object-fit: cover;
	height: auto;
}
.article-body a {
	color: #d23c11;
}
.article-body a:hover {
	text-decoration: underline;
}
.article-body a[target='_blank']::after {
	content: "\e902";
	display: inline-block;
	position: relative;
	top: 0.1em;
	padding: 0 0 0 0.2em;
	font-family: 'icon';
	font-size: 116%;
	color: #000;
}
/* SP */
@media screen and (max-width: 768px) {
	.article-body {
		margin: 10px 0 30px 0;
	}
	.article-body h2 {
		margin: 0 0 0.5em 0;
		font-size: 18px;
	}
	.article-body p {
		line-height: 1.8;
	}
	.article-body img {
		margin: 20px auto;
	}
}

/*============================================================
	ARTICLE PRICE
*/
.article-price {
	margin: 50px 0;
}
.article-price .headline {
	margin: 0 0 30px 0;
}
.article-price .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: -20px;
}
.article-price .wrap .block {
	flex-basis: 50%;
	padding: 20px;
}
.article-price .wrap .frame {
	padding: 30px;
	border-radius: 30px;
	text-align: center;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.article-price .wrap .frame .en {
	font-size: 40px;
	line-height: 1;
}
.article-price .wrap .frame .description {
	margin: 10px 0;
	text-align: left;
	font-size: 14px;
	line-height: 2;
}
.article-price .wrap .frame .price {
	margin: 15px 0;
	font-size: 40px;
	line-height: 1;
}
.article-price .wrap .frame .note {
	font-size: 12px;
}
/* SP */
@media screen and (max-width: 768px) {
	.article-price {
		margin: 30px 0;
	}
	.article-price .headline {
		margin: 0 0 20px 0;
	}
	.article-price .wrap {
		display: block;
		margin: 0;
	}
	.article-price .wrap .block {
		margin: 0 0 15px 0;
		padding: 0;
	}
	.article-price .wrap .block:last-child {
		margin: 0;
	}
	.article-price .wrap .frame {
		padding: 30px 20px;
		border-radius: 15px;
		box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
	}
	.article-price .wrap .frame .description {
		line-height: 1.7;
	}
}

/*============================================================
	ARTICLE BACK
*/
/* SP */
@media screen and (max-width: 768px) {
	.article-back .link-arrow {
		font-size: 20px;
	}
}

/*============================================================
	FACILITY INDEX
*/
.activity-index {
	padding: 0 0 30px 0;
}
.activity-index .section {
	position: relative;
	padding: 0;
}
.activity-index .section .kv {
	overflow: hidden;
	position: relative;
	padding: 180px 0 0 0;
}
.activity-index .section .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
}
.activity-index .section .kv .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}
.activity-index .section .en {
	position: absolute;
	z-index: 1;
	top: 140px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 120px;
	line-height: 1;
}
.activity-index .section .jp {
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 36px;
	line-height: 1.3;
}
.activity-index .section .lead {
	margin: 30px auto;
	max-width: 800px;
	font-size: 14px;
	line-height: 2;
}
/**/
.activity-index .section-bbq .en {
	top: 0;
}
.activity-index .section-bbq .kv {
	padding: 100px 0 0 0;
}
.activity-index .section-bbq .kv .inner {
	padding-top: 53.64%;
}
.activity-index .section-pool .kv .inner {
	padding-top: 63.8%;
}
.activity-index .section-fishing .kv .inner {
	padding-top: 60%;
}
.activity-index .section-food .kv .inner {
	padding-top: 64.36%;
}
.activity-index .section-gramping .kv .inner {
	padding-top: 60.9%;
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-index .section {
		padding: 0;
	}
	.activity-index .section .kv {
		padding: 34vw 0 0 0;
	}
	.activity-index .section .en {
		top: 14vw;
		font-size: 14vw;
	}
	.activity-index .section .jp {
		margin: 20px 0 0 0;
		font-size: 24px;
	}
	.activity-index .section .lead {
		margin: 15px auto;
	}
	.activity-index .section-bbq .kv {
		padding: 18vw 0 0 0;
	}
	.activity-index .section-bbq .en {
		top: 4vw;
	}
}

/*============================================================
	ACTIVITY DETAIL
*/
.activity-detail {
	
}

/*============================================================
	ACTIVITY DETAIL KV
*/
.activity-detail .kv .base {
	height: 800px;
	background-position: 50% 50%;
	background-size: cover;
}
.activity-detail .kv .front img {
	display: block;
	width: 100%;
}
.activity-bbq .kv .front {
	margin: -12vw 0 0 0;
}
.activity-pool .kv .front {
	margin: -21vw 0 0 0;
}
.activity-food .kv .front {
	margin: -10vw 0 0 0;
}
.activity-glamping .kv .front {
	margin: -12vw 0 0 0;
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .kv .base {
		height: 170vw;
	}
}

/*============================================================
	ACTIVITY DETAIL MAIN
*/
.activity-detail .main {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 800px;
	width: 100%;
	height: 0;
}
.activity-detail .main .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}
.activity-detail .main .en {
	font-size: 100px;
	line-height: 1;
	text-shadow: 0 0 10px #000;
}
.activity-detail .main .jp {
	font-size: 36px;
	line-height: 1.2;
	text-shadow: 0 0 10px #000;
}
.activity-fishing .main .logo {
	margin: 0 0 15px 0;
	width: 160px;
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .main {
		padding-top: 170vw;
	}
	.activity-detail .main .en {
		font-size: 20vw;
	}
	.activity-detail .main .jp {
		margin: 5px 0 0 0;
		font-size: 6.4vw;
	}
	.activity-food .main .en {
		font-size: 14vw;
	}
	.activity-glamping .main .en {
		font-size: 15.4vw;
	}
	.activity-fishing .main .logo {
		margin: 0 0 2vw 0;
		width: 32vw;
	}
	.activity-fishing .main .en {
		font-size: 19vw;
	}
}

/*============================================================
	ACTIVITY DATE
*/
.activity-date {
	margin: 50px 0;
	padding: 30px 30px;
	border-radius: 30px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.activity-date .label {
	display: flex;
}
.activity-date .label:first-child {
	margin-top: 0;
}
.activity-date .label span {
	display: block;
	padding: 8px 10px;
	min-width: 120px;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
}
.activity-date p {
	flex-shrink: 0;
}
.activity-date .note {
	flex: 1;
	font-size: 14px;
	line-height: 1.5;
}
.activity-date .block {
	display: flex;
	align-items: center;
	margin: 15px 0 0 0;
}
.activity-date .block:first-child {
	margin: 0;
}
.activity-date .block p {
	margin: 0 15px;
	font-weight: 700;
}
/* TB */
@media screen and (max-width: 980px) {
	.activity-date .block {
		display: block;
		margin: 15px 0 0 0;
	}
	.activity-date .block p {
		margin: 10px 0 0 0;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-date {
		margin: 30px 0;
		padding: 20px;
		border-radius: 15px;
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.16) inset, -1px -1px 2px 0px rgba(255,255,255,0.8) inset;
	}
	.activity-date .label span {
		padding: 5px 10px;
		min-width: 110px;
		font-size: 15px;
	}
}

/*============================================================
	ACTIVITY DETAIL SECTION
*/
.activity-detail .section {
	padding: 0 0 70px 0;
}
.activity-detail .section:last-child {
	padding: 0;
}
.activity-detail .section .head {
	display: flex;
}
.activity-detail .section:nth-child(even) .head {
	flex-direction: row-reverse;
}
.activity-detail .section .head .image {
	flex-basis: 60%;
	flex-shrink: 0;
}
.activity-detail .section .head .image .border {
	padding: 10px;
	background-color: #f7f7f7;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.activity-detail .section .head .image img {
	display: block;
}
.activity-detail .section .head .title {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.activity-detail .section:nth-child(odd) .head .title {
	padding: 0 0 0 30px;
}
.activity-detail .section:nth-child(even) .head .title {
	padding: 0 30px 0 0;
}
.activity-detail .section .head .title .en {
	font-size: 100px;
	line-height: 1;
}
.activity-detail .section .head .title .jp {
	font-size: 24px;
	line-height: 2;
}
.activity-detail .section .text {
	margin: 50px 0 0 0;
	font-size: 14px;
	line-height: 2;
}
.activity-bbq .section:nth-child(even) .head .title .en {
	margin-right: -100px;
}
.activity-pool .sections {
	padding-top: 60px;
}
.activity-pool .section .head .title .jp {
	font-size: 40px;
	line-height: 1.3;
}
.activity-fishing .sections {
	margin-top: 50px;
}
.activity-fishing .section .head .title .jp {
	font-size: 40px;
	line-height: 1.3;
}
.activity-food .sections {
	padding-top: 60px;
}
.activity-food .section .head .image {
	flex-basis: 50%;
}
.activity-food .section .head .title .en {
	font-size: 80px;
}
.activity-food .section .head .title .jp {
	font-size: 22px;
}
.activity-glamping .sections {
	margin-top: -8vw;
}
.activity-glamping .section .head .title .jp {
	margin: 0 20px 0 0;
	font-size: 40px;
	line-height: 1.3;
}
.activity-glamping .section .head .title .jp br {
	display: block;
}
@media screen and (max-width: 1100px) {
	.activity-glamping .section .head .title .jp br {
		display: none;
	}
}
/* TB */
@media screen and (max-width: 980px) {
	.activity-detail .section .head {
		display: block;
		text-align: center;
	}
	.activity-detail .section .head .title {
		display: block;
		margin: 40px 0 0 0;
	}
	.activity-detail .section:nth-child(odd) .head .title {
		padding: 0;
	}
	.activity-detail .section:nth-child(even) .head .title {
		padding: 0;
	}
	.activity-detail .section .head .title .en {
		font-size: 80px;
	}
	.activity-detail .section .head .title .jp br {
		display: none;
	}
	.activity-bbq .section:nth-child(even) .head .title .en {
		margin-right: 0;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .section {
		padding: 0 0 30px 0;
	}
	.activity-pool .section {
		padding-top: 30px;
	}
	.activity-detail .section .head .image .border {
		padding: 5px;
	}
	.activity-detail .section .head .title {
		margin: 20px 0 0 0;
	}
	.activity-detail .section .head .title .en {
		margin: 0 0 5px 0;
		font-size: 13vw;
	}
	.activity-detail .section .head .title .jp {
		font-size: 15px;
		line-height: 1.6;
	}
	.activity-detail .section .text {
		margin: 20px 0 0 0;
		padding: 0 10px;
		line-height: 1.8;
	}
	.activity-pool .sections {
		padding-top: 0;
	}
	.activity-fishing .sections {
		margin-top: 30px;
	}
	.activity-fishing .section .head .title .jp {
		font-size: 20px;
	}
	.activity-food .sections {
		padding-top: 30px;
	}
}

/*============================================================
	ACTIVITY DETAIL INFO
*/
.activity-detail .detail-info {
	font-size: 14px;
}
.activity-detail .detail-info .label {
	display: flex;
	margin: 25px 0 15px 0;
}
.activity-detail .detail-info .label:first-child {
	margin-top: 0;
}
.activity-detail .detail-info .label span {
	display: block;
	padding: 8px 10px;
	min-width: 120px;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
}
.activity-detail .detail-info .price {
	display: table;
	margin: 25px 0 10px 0;
	width: 100%;
	border-top: 2px solid #999;
	border-bottom: 1px solid #999;
}
.activity-detail .detail-info .price:last-child {
	margin-bottom: 0;
}
.activity-detail .detail-info .price dl {
	display: table-row;
}
.activity-detail .detail-info .price dt,
.activity-detail .detail-info .price dd {
	display: table-cell;
	padding: 10px 0;
	border-bottom: 1px solid #999;
}
.activity-detail .detail-info .price dt {
	font-weight: 700;
}
.activity-detail .detail-info .price dd {
	text-align: right;
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .detail-info .label {
		margin: 10px 0;
	}
	.activity-detail .detail-info .label span {
		padding: 5px 10px;
		min-width: 110px;
		font-size: 15px;
	}
	.activity-detail .detail-info .price {
		margin: 20px 0 10px 0;
	}
}

/*============================================================
	ACTIVITY DETAIL TICKET
*/
.activity-detail .ticket {
	margin: 80px 0 40px 0;
}
.activity-detail .ticket .head {
	text-align: center;
}
.activity-detail .ticket .head .en {
	font-size: 160px;
	line-height: 1;
}
.activity-detail .ticket .head .jp {
	font-size: 24px;
	line-height: 1.3;
}
.activity-detail .ticket .block {
	margin: 30px 0 0 0;
	padding: 40px 30px;
	border-radius: 30px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.activity-detail .ticket .block .title {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
.activity-detail .ticket .block .title span {
	display: inline-block;
}
.activity-detail .ticket .block .row {
	display: flex;
}
.activity-detail .ticket .block .image {
	margin: 0 0 40px 0;
	padding: 0 20px;
	flex-basis: 50%;
}
.activity-detail .ticket .block .image.single {
	margin: 0;
}
.activity-detail .ticket .block .image img {
	display: block;
	width: 100%;
}
.activity-detail .ticket .block .image .slider-normal-dot {
	display: block;
}
.activity-detail .ticket .block .detail {
	padding: 0 20px;
	margin-top: 50px;
	flex: 1;
}
.activity-detail .ticket .block .detail .h {
	margin: 10px 0 0 0;
}
.activity-detail .ticket .block .link-arrow {
	margin: 30px 0 0 0;
}
.activity-detail .ticket .attention {
	margin: 40px 0 0 0;
}
.activity-detail .ticket .attention .link-arrow a {
	padding: 10px 30px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 20px;
	line-height: 1.3;
}
/* ticket more */
.ticket-btn {
	display: block;
    margin: 20px auto 0;
    padding: 20px 40px 20px 40px;
    width: 200px;
    border-radius: 15px;
    box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 16%), -2px -2px 3px 0px rgb(255 255 255 / 80%);
    transition: background-color 0.3s ease;
    text-align: center;
	line-height: 1;
	position: relative;
	font-size: 18px;
    font-weight: 500;
	cursor:pointer;
	transition: all 0.5s ease;
}
.ticket-btn:hover {
	background-color: #ccc;
}
.js-btn-more::before {
	content: "AND MORE";
}
.close.js-btn-more::before {
	content: "CLOSE";
}
.ticket-arrow::after {
	position: absolute;
	right: 10px;
	top: 18px;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	content: "";
}
.close.ticket-arrow::after  {
	transform: rotate(-135deg);
	top: 25px;
    right: 20px;
}
/* TB */
@media screen and (max-width: 980px) {
	.activity-detail .ticket .head .en {
		font-size: 100px;
	}
	.activity-detail .ticket .block {
		margin: 30px 0 0 0;
		padding: 30px 15px;
	}
	.activity-detail .ticket .block .row {
		display: block;
	}
	.activity-detail .ticket .block .image {
		margin: 0 0 70px 0;
	}
	.activity-detail .ticket .block .image.single {
		margin: 0 0 30px 0;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .ticket {
		margin: 20px 0 20px 0;
	}
	.activity-detail .ticket .head .en {
		font-size: 16.6vw;
	}
	.activity-detail .ticket .head .jp {
		font-size: 16px;
	}
	.activity-detail .ticket .block {
		margin: 20px 0 0 0;
		padding: 30px 15px;
		border-radius: 15px;
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.16) inset, -1px -1px 2px 0px rgba(255,255,255,0.8) inset;
	}
	.activity-detail .ticket .block .title {
		margin: 0 0 20px 0;
		font-size: 16px;
	}
	.activity-detail .ticket .block .image {
		margin: 0 0 40px 0;
		padding: 0;
	}
	.activity-detail .ticket .block .image.single {
		margin: 0 0 20px 0;
	}
	.activity-detail .ticket .block .detail {
		padding: 0;
	}
	.activity-detail .ticket .block .link-arrow {
		margin: 20px 0 0 0;
		font-size: 16px;
	}
	.activity-detail .ticket .attention {
		margin: 20px 0 0 0;
	}
	.activity-detail .ticket .attention .link-arrow a {
		padding: 5px 20px;
	}
}

/*============================================================
	ACTIVITY DETAIL FOOD MENU
*/
.activity-detail .food-menu {
}
.activity-detail .food-menu .head {
	text-align: center;
}
.activity-detail .food-menu .head .en {
	font-size: 160px;
	line-height: 1;
}
.activity-detail .food-menu .head .jp {
	font-size: 24px;
}
.activity-detail .food-menu .blocks {
}
.activity-detail .food-menu .block {
	margin: 40px 0;
}
.activity-detail .food-menu .block .en {
	position: relative;
	z-index: 1;
	margin-bottom: -0.1em;
	text-align: center;
	font-size: 80px;
	line-height: 1;
}
.activity-detail .food-menu .block .wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 80px 0 10px;
}
.activity-detail .food-menu .block .wrap::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	right: 50px;
	border-radius: 5px;
	background-color: #fff;
}
.activity-detail .food-menu .block .image {
	position: relative;
	flex-basis: 52.8%;
}
.activity-detail .food-menu .block .image .border {
	padding: 10px;
	background-color: #f7f7f7;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.activity-detail .food-menu .block .image img {
	display: block;
}
.activity-detail .food-menu .block .jp {
	position: absolute;
	bottom: 30px;
	left: 0;
	display: flex;
}
.activity-detail .food-menu .block .jp span {
	display: block;
	padding: 5px 1em;
	background-color: #000;
	font-size: 24px;
	color: #fff;
}
.activity-detail .food-menu .block .detail {
	position: relative;
	flex: 1;
	padding: 30px 0 30px 30px;
	font-size: 14px;
}
.activity-detail .food-menu .block .detail .menu li {
	position: relative;
	margin: 4px 0;
	padding: 0 0 0 1em;
}
.activity-detail .food-menu .block .detail .menu li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.activity-detail .food-menu .block .detail .note {
	margin: 1em 0 0 0;
	font-size: 12px;
}
.activity-detail .food-menu .block .detail .note li {
	position: relative;
	padding: 0 0 0 1em;
}
.activity-detail .food-menu .block .detail .note li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
/**/
.activity-detail .food-menu .block-lg .en {
	font-size: 100px;
}
.activity-detail .food-menu .block-lg .wrap {
	display: block;
	margin: 0 50px;
	padding: 0;
}
.activity-detail .food-menu .block-lg .wrap::before {
	top: 440px;
	bottom: 0;
	left: 0;
	right: 0;
}
.activity-detail .food-menu .block-lg .image {
	padding: 0 60px;
}
.activity-detail .food-menu .block-lg .jp {
	position: relative;
	bottom: auto;
	margin: -25px 0 0 -15px;
}
.activity-detail .food-menu .block-lg .detail {
	padding: 30px 20px 40px 50px;
	font-weight: 700;
	font-size: 16px;
}
.activity-detail .food-menu .block-lg .detail .menu {
	display: flex;
	flex-wrap: wrap;
}
.activity-detail .food-menu .block-lg .detail .menu li {
	flex-basis: 50%;
	padding-right: 30px;
}
/* TB */
@media screen and (max-width: 980px) {
	.activity-detail .food-menu .head .en {
		font-size: 100px;
	}
	.activity-detail .food-menu .block .wrap {
		display: block;
		padding: 0;
	}
	.activity-detail .food-menu .block .wrap::before {
		top: 60vw;
		left: 0;
		right: 0;
	}
	.activity-detail .food-menu .block .jp {
		position: relative;
		bottom: auto;
		margin: -25px 0 0 30px;
	}
	.activity-detail .food-menu .block .detail {
		padding: 30px;
	}
	/**/
	.activity-detail .food-menu .block-lg .en {
		font-size: 80px;
	}
	.activity-detail .food-menu .block-lg .wrap {
		margin: 0;
	}
	.activity-detail .food-menu .block-lg .image {
		padding: 0;
	}
	.activity-detail .food-menu .block-lg .jp {
		margin: -25px 0 0 30px;
	}
	.activity-detail .food-menu .block-lg .detail {
		padding: 30px;
	}
	.activity-detail .food-menu .block-lg .detail .menu {
		display: block;
	}
	.activity-detail .food-menu .block-lg .detail .menu li {
		padding-right: 0;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .food-menu .head .en {
		font-size: 16.6vw;
	}
	.activity-detail .food-menu .head .jp {
		font-size: 16px;
	}
	.activity-detail .food-menu .block {
		margin: 20px 0 30px 0;
	}
	.activity-detail .food-menu .block .en {
		font-size: 13vw;
	}
	.activity-detail .food-menu .block .image {
		margin: 0 10px;
	}
	.activity-detail .food-menu .block .image .border {
		padding: 5px;
	}
	.activity-detail .food-menu .block .jp {
		margin: -20px 0 0 5px;
	}
	.activity-detail .food-menu .block .jp span {
		font-size: 18px;
	}
	.activity-detail .food-menu .block .detail {
		padding: 15px;
		line-height: 1.5;
	}
	.activity-detail .food-menu .block .detail .menu li {
		margin: 2px 0;
	}
	.activity-detail .food-menu .block-lg .detail {
		font-size: 14px;
	}
}

/*============================================================
	ACTIVITY DETAIL POOL MENU
*/
.activity-detail .pool-menu {
	margin: 50px 0;
}
.activity-detail .pool-menu .tab ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.activity-detail .pool-menu .tab ul li {
	flex-basis: 33.333%;
	padding: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
}
.activity-detail .pool-menu .tab ul li a {
	display: block;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 5px;
	height: 100%;
	min-height: 55px;
	border-radius: 20px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
	transition: background-color 0.3s ease;
	text-align: center;
	transition: all 0.5s ease;
}
.activity-detail .pool-menu .tab ul li a br {
	display: none;
}
.activity-detail .pool-menu .tab ul li a:hover {
	background-color: #e7e7e7;
}
.activity-detail .pool-menu .tab ul li a.current {
	background-color: #fff !important;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.activity-detail .pool-menu .frame {
	overflow: hidden;
	margin: 20px 0 0 0;
	border-radius: 30px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.activity-detail .pool-menu .frame .block {
	overflow: hidden;
	height: 0;
}
.activity-detail .pool-menu .frame .inner {
	display: flex;
	align-items: center;
	padding: 50px;
}
.activity-detail .pool-menu .frame .image {
	margin: 0 0 40px 0;
	flex-basis: 50%;
}
.activity-detail .pool-menu .frame .image.single {
	margin: 0;
}
.activity-detail .pool-menu .frame .detail {
	flex: 1;
	padding: 0 0 0 40px;
}
/* TB */
@media screen and (max-width: 980px) {
	.activity-detail .pool-menu .tab ul li {
		flex-basis: 50%;
	}
	.activity-detail .pool-menu .frame .inner {
		display: block;
	}
	.activity-detail .pool-menu .frame .image {
		margin: 0 auto 60px auto;
		max-width: 600px;
	}
	.activity-detail .pool-menu .frame .image.single {
		margin: 0 auto 30px auto;
	}
	.activity-detail .pool-menu .frame .detail {
		padding: 0;
		max-width: 600px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .pool-menu {
		margin: 40px 0 0 0;
	}
	.activity-detail .pool-menu .tab ul {
		margin: -5px;
	}
	.activity-detail .pool-menu .tab ul li {
		padding: 5px;
		font-size: 15px;
	}
	.activity-detail .pool-menu .tab ul li a {
		padding: 5px;
		min-height: 55px;
		border-radius: 15px;
	}
	.activity-detail .pool-menu .tab ul li a br {
		display: block;
	}
	.activity-detail .pool-menu .frame {
		border-radius: 15px;
	}
	.activity-detail .pool-menu .frame .image {
		margin: 0 0 40px 0;
		max-width: 100%;
	}
	.activity-detail .pool-menu .frame .image.single {
		margin: 0 0 20px 0;
	}
	.activity-detail .pool-menu .frame .inner {
		padding: 15px 15px 20px 15px;
	}
	.activity-detail .pool-menu .frame .detail {
		margin: 40px 0 0 0;

	}
}

/*============================================================
	ACTIVITY DETAIL NEWS
*/
.activity-detail .activity-news {
	margin: 80px 0;
}
.activity-detail .activity-news.no-margin {
	margin-top: 0;
	padding-top: 0;
}
.activity-detail .activity-news .head {
	margin: 0 0 -20px 0;
	text-align: center;
}
.activity-detail .activity-news .head .en {
	font-size: 100px;
	line-height: 1;
}
.activity-detail .activity-news .head .jp {
	font-size: 24px;
}
.activity-detail .activity-news .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding: 0 0 30px 0;
}
.activity-detail .activity-news .list li {
	flex-basis: 50%;
	margin: 50px 0 0 0;
	padding: 0 20px;
}
.activity-detail .activity-news .list li a {
	display: block;
	position: relative;
}
.activity-detail .activity-news .list li .image {
}
.activity-detail .activity-news .list li .image .border {
	padding: 10px;
	background-color: #f7f7f7;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.activity-detail .activity-news .list li .image img {
	display: block;
}
.activity-detail .activity-news .list li .title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	line-height: 1.4;
}
.activity-detail .activity-news .list li .title span {
	display: flex;
	white-space: nowrap;
}
.activity-detail .activity-news .list li .title .title-wrap .title-front span,
.activity-detail .activity-news .list li .title .title-wrap .title-hover span {
	padding: 10px 10px;
}
.activity-detail .activity-news .list li .title .title-wrap .title-front span {
	background-color: #000;
	color: #fff;
}
.activity-detail .activity-news .list li .title .title-wrap .title-hover span {
	background-color: #fff;
	color: #000;
}
.activity-detail .activity-news .list li .title .title-wrap {
	position: relative;
	margin: 10px 0 0 0;
}
.activity-detail .activity-news .list li .title .title-wrap:last-child .title-front span::after,
.activity-detail .activity-news .list li .title .title-wrap:last-child .title-hover span::after {
	content: "\e901";
	font-family: 'icon';
	padding-left: 0.4em;
}
.activity-detail .activity-news .list li .title .title-front {
	position: relative;
}
.activity-detail .activity-news .list li .title .title-hover {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
}
.activity-detail .activity-news .list li .title .title-wrap .title-hover {
	transition: right 0.5s ease;
}
.activity-detail .activity-news .list li .title .title-wrap:nth-child(2) .title-hover {
	transition-delay: 0.2s;
}
.activity-detail .activity-news .list li .title .title-wrap:nth-child(3) .title-hover {
	transition-delay: 0.4s;
}
.activity-detail .activity-news .list li .title .title-wrap:nth-child(4) .title-hover {
	transition-delay: 0.6s;
}
.os-pc .activity-detail .activity-news .list li a:hover .title .title-wrap .title-hover {
	right: 0;
}
.activity-detail .activity-news .information {
	margin: 20px 0 0 0;
	padding: 30px 50px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 14px;
	line-height: 2;
}
.activity-detail .activity-news .information .heading {
	font-size: 24px;
}
.activity-detail .activity-news .information .subhead {
	margin: 1.5em 0 0 0;
}
.activity-detail .activity-news .information ol {
	list-style-type: none;
}
.activity-detail .activity-news .information ul li {
	position: relative;
	padding-left: 1em;
}
.activity-detail .activity-news .information ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
/* TB */
@media screen and (max-width: 980px) {
	.activity-detail .activity-news .list li .title {
		font-size: 18px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .activity-news {
		margin: 20px 0;
	}
	.activity-detail .activity-news .head {
		margin: 0;
	}
	.activity-detail .activity-news .head .en {
		font-size: 16.6vw;
	}
	.activity-detail .activity-news .head .jp {
		font-size: 16px;
	}
	.activity-detail .activity-news .list {
		display: block;
		margin: 0;
		padding: 0;
	}
	.activity-detail .activity-news .list li {
		margin: 20px 0 0 0;
		padding: 0;
	}
	.activity-detail .activity-news .list li .image .border {
		padding: 5px;
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.16), -1px -1px 2px 0px rgba(255,255,255,0.8);
	}
	.activity-detail .activity-news .list li .title .title-wrap .title-front span,
	.activity-detail .activity-news .list li .title .title-wrap .title-hover span {
		padding: 6px 10px;
	}
	.activity-detail .activity-news .list li .title .title-wrap {
		margin: 5px 0 0 0;
	}
	.activity-detail .activity-news .information {
		margin: 30px 0 0 0;
		padding: 15px 20px;
		font-size: 14px;
		line-height: 1.7;
	}
	.activity-detail .activity-news .information .heading {
		font-size: 20px;
	}
}

/*============================================================
	ACTIVITY FARMERS VOICE
*/
.activity-detail .farmers-voice {
	margin: 80px 0 80px 0;
}
.activity-detail .farmers-voice .head {
	text-align: center;
}
.activity-detail .farmers-voice .head .en {
	font-size: 160px;
	line-height: 1;
}
.activity-detail .farmers-voice .head .jp {
	font-size: 24px;
}
.activity-detail .farmers-voice .lead {
	margin: 40px 0 80px 0;
	font-size: 14px;
	line-height: 2;
}
.activity-detail .farmers-voice .blocks {
	margin: 0 50px;
}
.activity-detail .farmers-voice .block {
	margin: 40px 0 60px 0;
}
.activity-detail .farmers-voice .block:last-child {
	margin-bottom: 0;
}
.activity-detail .farmers-voice .block .en {
	position: relative;
	z-index: 1;
	margin-bottom: -0.1em;
	text-align: center;
	font-size: 80px;
	line-height: 1;
}
.activity-detail .farmers-voice .block .wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 50px 0 0;
}
.activity-detail .farmers-voice .block .wrap::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	background-color: #fff;
}
.activity-detail .farmers-voice .block .image {
	position: relative;
	flex-basis: 360px;
}
.activity-detail .farmers-voice .block .image .border {
	margin: 0 0 0 -15px;
	padding: 10px;
	background-color: #f7f7f7;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.activity-detail .farmers-voice .block .image img {
	display: block;
}
.activity-detail .farmers-voice .block .jp {
	position: absolute;
	bottom: 5px;
	left: -35px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.activity-detail .farmers-voice .block .jp span {
	display: block;
	margin: 10px 0 0 0;
	padding: 5px 1em;
	background-color: #000;
	font-size: 24px;
	color: #fff;
}
.activity-detail .farmers-voice .block .detail {
	position: relative;
	flex: 1;
	padding: 30px 0 30px 50px;
	font-size: 14px;
	line-height: 2;
}
.activity-detail .farmers-voice .block .detail .title {
	margin: 0 0 5px 0;
	font-size: 24px;
	line-height: 1.5;
}
@media screen and (min-width: 981px) {
	.activity-detail .farmers-voice .block:nth-child(even) .wrap {
		flex-direction: row-reverse;
		padding: 0 0 0 50px;
	}
	.activity-detail .farmers-voice .block:nth-child(even) .image .border {
		margin: 0 -15px 0 0;
	}
	.activity-detail .farmers-voice .block:nth-child(even) .jp {
		left: auto;
		right: -35px;
		align-items: flex-end;
	}
	.activity-detail .farmers-voice .block:nth-child(even) .detail {
		padding: 30px 50px 30px 0;
	}
}
/* TB */
@media screen and (max-width: 980px) {
	.activity-detail .farmers-voice .head .en {
		font-size: 100px;
	}
	.activity-detail .farmers-voice .block .wrap {
		display: block;
		padding: 0;
	}
	.activity-detail .farmers-voice .block .wrap::before {
		top: 240px;
		left: 0;
		right: 0;
	}
	.activity-detail .farmers-voice .block .jp {
		position: relative;
		bottom: auto;
		margin: -100px 0 0 70px;
	}
	.activity-detail .farmers-voice .block .detail {
		padding: 30px;
	}
	.activity-detail .farmers-voice .block .image {
		margin: 0 auto;
		width: 360px;
	}
	.activity-detail .farmers-voice .block .image .border {
		margin: 0;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .farmers-voice {
		margin: 30px 0 20px 0;
	}
	.activity-detail .farmers-voice .head .en {
		font-size: 16.6vw;
	}
	.activity-detail .farmers-voice .head .jp {
		font-size: 16px;
	}
	.activity-detail .farmers-voice .lead {
		margin: 20px 0 30px 0;
		line-height: 1.7;
	}
	.activity-detail .farmers-voice .blocks {
		margin: 0;
	}
	.activity-detail .farmers-voice .block {
		margin: 20px 0 30px 0;
	}
	.activity-detail .farmers-voice .block .en {
		font-size: 13vw;
	}
	.activity-detail .farmers-voice .block .wrap::before {
		top: 60vw;
	}
	.activity-detail .farmers-voice .block .image {
		padding: 0 10px;
		width: 100%;
	}
	.activity-detail .farmers-voice .block .image .border {
		padding: 5px;
	}
	.activity-detail .farmers-voice .block .jp {
		margin: -80px 0 0 30px;
	}
	.activity-detail .farmers-voice .block .jp span {
		margin: 5px 0 0 0;
		font-size: 18px;
	}
	.activity-detail .farmers-voice .block .detail {
		padding: 15px;
		line-height: 1.5;
	}
	.activity-detail .farmers-voice .block .detail .title {
		font-size: 20px;
	}
}

/*============================================================
	ACTIVITY RECOMMEND MENU
*/
.activity-detail .recommend-menu {
	padding: 0 0 80px 0;
}
.activity-detail .recommend-menu .head {
	text-align: center;
}
.activity-detail .recommend-menu .head .en {
	font-size: 146px;
	line-height: 1;
}
.activity-detail .recommend-menu .head .jp {
	font-size: 24px;
}
.activity-detail .recommend-menu .blocks {
	padding: 20px 0 0 0;
}
.activity-detail .recommend-menu .block {
	margin: 40px 0 60px 0;
}
.activity-detail .recommend-menu .block .en {
	position: relative;
	z-index: 1;
	margin-bottom: -0.1em;
	text-align: center;
	font-size: 80px;
	line-height: 1;
}
.activity-detail .recommend-menu .block .wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 40px 0 10px;
}
.activity-detail .recommend-menu .block .wrap::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	right: 0;
	border-radius: 5px;
	background-color: #fff;
}
.activity-detail .recommend-menu .block .image {
	position: relative;
	flex-basis: 52.8%;
}
.activity-detail .recommend-menu .block .image .border {
	padding: 10px;
	background-color: #f7f7f7;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.activity-detail .recommend-menu .block .image img {
	display: block;
}
.activity-detail .recommend-menu .block .detail {
	position: relative;
	flex: 1;
	padding: 30px 0 30px 30px;
	font-size: 14px;
	line-height: 2;
}
.activity-detail .recommend-menu .block .detail .title {
	margin: 0 0 15px 0;
	font-size: 30px;
	line-height: 1.6;
}

/* TB */
@media screen and (max-width: 980px) {
	.activity-detail .recommend-menu .head .en {
		font-size: 100px;
	}
	.activity-detail .recommend-menu .block .wrap {
		display: block;
		padding: 0;
	}
	.activity-detail .recommend-menu .block .wrap::before {
		top: 60vw;
		left: 0;
		right: 0;
	}
	.activity-detail .recommend-menu .block .jp {
		position: relative;
		bottom: auto;
		margin: -25px 0 0 30px;
	}
	.activity-detail .recommend-menu .block .detail {
		padding: 30px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .recommend-menu {
		padding: 0 0 30px 0;
	}
	.activity-detail .recommend-menu .head .en {
		font-size: 13.2vw;
		letter-spacing: -1px;
	}
	.activity-detail .recommend-menu .head .jp {
		font-size: 16px;
	}
	.activity-detail .recommend-menu .block {
		margin: 10px 0 30px 0;
	}
	.activity-detail .recommend-menu .block .en {
		font-size: 12vw;
	}
	.activity-detail .recommend-menu .block .image {
		margin: 0 10px;
	}
	.activity-detail .recommend-menu .block .image .border {
		padding: 5px;
	}
	.activity-detail .recommend-menu .block .detail {
		padding: 15px;
		line-height: 1.5;
	}
	.activity-detail .recommend-menu .block .detail .title {
		margin: 0 0 10px 0;
		font-size: 20px;
		line-height: 1.5;
	}
}

/*============================================================
	ACTIVITY GUESTROOM
*/
.activity-detail .guestroom {
	margin: 80px 0 0 0;
}
.activity-detail .guestroom .head {
	text-align: center;
}
.activity-detail .guestroom .head .en {
	font-size: 146px;
	line-height: 1;
}
.activity-detail .guestroom .head .en br {
	display: none;
}
.activity-detail .guestroom .head .jp {
	font-size: 24px;
}
.activity-detail .guestroom .lead {
	margin: 40px 0;
	font-size: 14px;
	line-height: 2;
}
.activity-detail .guestroom .tab ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.activity-detail .guestroom .tab ul li {
	flex-basis: 33.333%;
	padding: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
}
.activity-detail .guestroom .tab ul li a {
	display: block;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 5px;
	height: 100%;
	min-height: 55px;
	border-radius: 20px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
	transition: background-color 0.3s ease;
	text-align: center;
	transition: all 0.5s ease;
}
.activity-detail .guestroom .tab ul li a br {
	display: none;
}
.activity-detail .guestroom .tab ul li a:hover {
	background-color: #e7e7e7;
}
.activity-detail .guestroom .tab ul li a.current {
	background-color: #fff !important;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.activity-detail .guestroom .frame {
	overflow: hidden;
	margin: 20px 0 0 0;
	border-radius: 30px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.activity-detail .guestroom .frame .block {
	overflow: hidden;
	height: 0;
}
.activity-detail .guestroom .frame .inner {
	padding: 50px 50px 40px 50px;
}
.activity-detail .guestroom .frame .inner::after {
	content: '';
	display: block;
	clear: both;
}
.activity-detail .guestroom .name {
	float: left;
	width: 50%;
	margin: 0 0 25px 0;
	padding: 0 20px 0 0;
	font-size: 30px;
	line-height: 1.3;
}
.activity-detail .guestroom .frame .image {
	float: right;
	width: 50%;
	padding: 0 0 0 20px;
}
.activity-detail .guestroom .frame .image .base {
	overflow: hidden;
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 120%;
}
.activity-detail .guestroom .frame .image .base img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.activity-detail .guestroom .frame .image .image-border {
	margin: 0 0 40px 0;
	padding: 10px;
	background-color: #f7f7f7;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.activity-detail .guestroom .frame .image .single {
	margin: 0 0 10px 0;
}
.activity-detail .guestroom .frame .detail {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
}
.activity-detail .guestroom .foot {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0 0 0;
	text-align: center;
}
.activity-detail .guestroom .foot .link-arrow {
	padding: 10px 20px;
	font-size: 18px;
}
.activity-detail .guestroom .attention {
	margin: 40px 0 0 0;
}
.activity-detail .guestroom .attention .link-arrow a {
	padding: 10px 30px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 20px;
	line-height: 1.3;
}
@media screen and (max-width: 1100px) {
	.activity-detail .guestroom .head .en br {
		display: block;
	}
}
/* TB */
@media screen and (max-width: 980px) {
	.activity-detail .guestroom .head .en {
		font-size: 100px;
	}
	.activity-detail .guestroom .head .en br {
		display: none;
	}
	.activity-detail .guestroom .frame .inner {
		display: block;
	}
	.activity-detail .guestroom .frame .name {
		float: none;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.activity-detail .guestroom .frame .image {
		float: none;
		padding: 0;
		width: 100%;
	}
	.activity-detail .guestroom .frame .image .image-border {
		margin: 0 0 70px 0;
	}
	.activity-detail .guestroom .frame .image .single {
		margin: 0 0 30px 0;
	}
	.activity-detail .guestroom .frame .image .base {
		padding-top: 66.6%;
	}
	.activity-detail .guestroom .frame .detail {
		float: none;
		padding: 0;
		width: 100%;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .guestroom {
		margin: 40px 0 0 0;
	}
	.activity-detail .guestroom .head .en {
		font-size: 18vw;
	}
	.activity-detail .guestroom .head .en br {
		display: block;
	}
	.activity-detail .guestroom .head .jp {
		font-size: 16px;
	}
	.activity-detail .guestroom .lead {
		margin: 20px 0;
		line-height: 1.7;
	}
	.activity-detail .guestroom .tab ul {
		margin: -5px;
	}
	.activity-detail .guestroom .tab ul li {
		padding: 5px;
		font-size: 15px;
	}
	.activity-detail .guestroom .tab ul li a {
		padding: 5px;
		min-height: 55px;
		border-radius: 15px;
	}
	.activity-detail .guestroom .tab ul li a br {
		display: block;
	}
	.activity-detail .guestroom .frame {
		border-radius: 15px;
	}
	.activity-detail .guestroom .frame .inner {
		padding: 20px 15px 20px 15px;
	}
	.activity-detail .guestroom .frame .name {
		margin: 0 0 10px 0;
		font-size: 20px;
	}
	.activity-detail .guestroom .frame .image .image-border {
		margin: 0 0 40px 0;
		padding: 5px;
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.16), -1px -1px 2px 0px rgba(255,255,255,0.8);
	}
	.activity-detail .guestroom .frame .image .single {
		margin: 0 0 20px 0;
	}
	.activity-detail .guestroom .foot {
		display: block;
		padding: 20px 0 0 0;
	}
	.activity-detail .guestroom .foot .link-arrow {
		padding: 5px 0;
		font-size: 16px;
	}
	.activity-detail .guestroom .attention {
		margin: 20px 0 0 0;
	}
	.activity-detail .guestroom .attention .link-arrow a {
		padding: 5px 20px;
	}
}

/*============================================================
	ACTIVITY PREMIUM MENU
*/
.activity-detail .premium-menu {
	padding: 80px 0 100px 0;
}
.activity-detail .premium-menu .head {
	text-align: center;
}
.activity-detail .premium-menu .head .en {
	font-size: 146px;
	line-height: 1;
}
.activity-detail .premium-menu .head .jp {
	font-size: 24px;
}
.activity-detail .premium-menu .blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.activity-detail .premium-menu .block {
	flex-basis: 50%;
	margin: 40px 0 0 0;
	padding: 0 20px;
}
.activity-detail .premium-menu .block .wrap {
	position: relative;
	height: 100%;
}
.activity-detail .premium-menu .block .wrap::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	background-color: #fff;
}
.activity-detail .premium-menu .block .image {
	position: relative;
	flex-basis: 52.8%;
}
.activity-detail .premium-menu .block .image .border {
	padding: 10px;
	background-color: #f7f7f7;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.activity-detail .premium-menu .block .image img {
	display: block;
}
.activity-detail .premium-menu .block .detail {
	position: relative;
	padding: 30px 40px 40px 40px;
	font-size: 14px;
	line-height: 2;
}
.activity-detail .premium-menu .block .detail .en {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 36px;
	line-height: 1.6;
}
.activity-detail .premium-menu .block .detail .menu li {
	position: relative;
	margin: 4px 0;
	padding: 0 0 0 1em;
}
.activity-detail .premium-menu .block .detail .menu li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.activity-detail .premium-menu .block .detail .note {
	margin: 1em 0 0 0;
	font-size: 12px;
}
.activity-detail .premium-menu .block .detail .note li {
	position: relative;
	padding: 0 0 0 1em;
}
.activity-detail .premium-menu .block .detail .note li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
/* TB */
@media screen and (max-width: 980px) {
	.activity-detail .premium-menu .head .en {
		font-size: 100px;
	}
	.activity-detail .premium-menu .blocks {
		display: block;
		margin: 0;
	}
	.activity-detail .premium-menu .block {
		margin: 40px 0 0 0;
		padding: 0;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.activity-detail .premium-menu {
		padding: 40px 0 20px 0;
	}
	.activity-detail .premium-menu .head .en {
		font-size: 14.6vw;
		letter-spacing: -1px;
	}
	.activity-detail .premium-menu .head .jp {
		font-size: 16px;
	}
	.activity-detail .premium-menu .block {
		margin: 20px 0 30px 0;
	}
	.activity-detail .premium-menu .block .image {
		margin: 0 5px;
	}
	.activity-detail .premium-menu .block .image .border {
		padding: 5px;
	}
	.activity-detail .premium-menu .block .detail {
		padding: 15px 15px 20px 15px;
		line-height: 1.5;
	}
	.activity-detail .premium-menu .block .detail .en {
		margin: 0 0 5px 0;
		font-size: 30px;
	}
}

/*============================================================
	FACILITY INDEX
*/
.facility-index {
}
.facility-index .heading {
	text-align: center;
	font-size: 36px;
	line-height: 1.5;
}
.facility-index .heading span {
	display: inline-block;
}
/* MAP */
.facility-index .map {
	position: relative;
	padding: 30px 0 0 0;
}
.facility-index .map .img {
	position: relative;
}
.facility-index .map .img-pc {
	margin: 0 -50px;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.facility-index .map .img-pc.active {
	opacity: 1;
}
.facility-index .map .img-sp {
	display: none;
}
.facility-index .map .img-sp .base {
	position: relative;
	width: 280vw;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s ease;
}
.facility-index .map.map-left .img-sp .base {
	left: 0%;
	transform: translateX(0%);
}
.facility-index .map.map-right .img-sp .base {
	left: 100%;
	transform: translateX(-100%);
}
.facility-index .map .img-sp a {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -22px;
	font-size: 44px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 5px #000;
}
.facility-index .map .img-sp a.arrow-left {
	left: 0;
}
.facility-index .map.map-left .img-sp a.arrow-left {
	display: none;
}
.facility-index .map .img-sp a.arrow-right {
	right: 0;
}
.facility-index .map.map-right .img-sp a.arrow-right {
	display: none;
}
.facility-index .map .pdf {
	position: absolute;
	top: 20px;
	right: 50px;
	width: 80px;
	height: 80px;
}
.facility-index .map .pdf a {
	display: block;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 5px 10px rgba(0,0,0,0.16);
}
.facility-index .map .pdf a img {
	display: block;
}
.os-pc .facility-index .map .pdf a {
	transition: background-color 0.3s ease;
}
.os-pc .facility-index .map .pdf a:hover {
	background-color: #e7e7e7;
}
/* AREA */
.facility-index .area .block {
	padding: 30px 0 20px 0;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.facility-index .area .block.active {
	opacity: 1;
	transform: translateY(0);
}
.facility-index .area .block .symbol {
	margin: 0 auto;
	width: 140px;
}
.facility-index .area .block .title {
	margin: 10px 0 20px 0;
}
.facility-index .area .block .en {
	font-size: 30px;
	line-height: 1;
}
.facility-index .area .block .en span {
	display: inline-block;
}
.facility-index .area .block .list {
	padding: 0 30px;
	text-align: left;
	line-height: 1.5;
}
.facility-index .area .block .list ul li {
	position: relative;
	padding: 8px 0 8px 40px;
}
.facility-index .area .block .list i {
	position: absolute;
	top: 0.3em;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1px;
	width: 30px;
	height: 30px;
	border: 3px solid #000;
	border-radius: 999px;
	font-style: normal;
	font-family: 'en';
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}
.facility-index .area .block-villa .list i {
	border-color: #0c5f30;
	color: #0c5f30;
}
.facility-index .area .block-international .list i {
	border-color: #702f3b;
	color: #702f3b;
}
.facility-index .area .block-garden .list i {
	border-color: #ee859a;
	color: #ee859a;
}
.facility-index .area .block-gramping .list i {
	border-color: #709f99;
	color: #709f99;
}
.facility-index .area .block-beach .list i {
	border-color: #6aa8bf;
	color: #6aa8bf;
}
.facility-index .area .block-spa .list i {
	border-color: #c9bc9c;
	color: #c9bc9c;
}
.facility-index .area .block-pool .list i {
	border-color: #0d69a5;
	color: #0d69a5;
}
/* INFORMATION */
.facility-index .information {
	margin: 70px 0;
}
.facility-index .information .tab ul {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}
.facility-index .information .tab ul li {
	padding: 5px;
	flex-basis: 20%;
}
.facility-index .information .tab .block {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 5px;
	height: 100%;
	min-height: 80px;
	border-radius: 20px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
	transition: background-color 0.3s ease;
	text-align: center;
	transition: all 0.5s ease;
}
.facility-index .information .tab .block.disable {
	cursor: default;
	opacity: 0.2;
}
.os-pc .facility-index .information .tab .block:hover {
	background-color: #e7e7e7;
}
.os-pc .facility-index .information .tab .block.disable:hover {
	background-color: transparent;
}
.facility-index .information .tab .block.current {
	background-color: #fff !important;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.facility-index .information .tab .block .en {
	font-size: 18px;
	line-height: 1;
}
.facility-index .information .tab .block .jp {
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 1.3;
}
.facility-index .information .tab .block .ann {
	margin: 5px 0 0 0;
	font-size: 10px;
	line-height: 1.3;
}
.facility-index .information .frame {
	overflow: hidden;
	margin: 20px 0 0 0;
	border-radius: 30px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.facility-index .information .frame .block {
	overflow: hidden;
	height: 0;
}
.facility-index .information .frame .inner {
	padding: 30px;
}
.facility-index .information .frame .inner::after {
	content: '';
	display: block;
	clear: both;
}
.facility-index .information .frame .inner .head {
	float: left;
	margin: 0 0 10px 0;
	padding: 20px 20px 20px 0;
	width: 50%;
	text-align: center;
}
.facility-index .information .frame .inner .head .en {
	font-size: 60px;
	line-height: 1;
}
.facility-index .information .frame .inner .head .en span {
	display: inline-block;
}
.facility-index .information .frame .inner .head .jp {
	font-size: 20px;
	line-height: 1.4;
}
.facility-index .information .frame .inner .img {
	float: right;
	padding: 0 0 0 20px;
	width: 50%;
	min-height: 300px;
}
.facility-index .information .frame .inner .img .border {
	padding: 10px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.facility-index .information .frame .inner .img img {
	display: block;
}
.facility-index .information .frame .inner .detail {
	float: left;
	padding: 0 20px 0 0;
	width: 50%;
	font-size: 14px;
	line-height: 2;
}
.facility-index .information .frame .inner .detail .link-arrow {
	margin: 30px 0 0 0;
}
.facility-index.facility-mb {
	margin-bottom: 100px;
}
/* HOVER */
.os-pc .facility-index .information .tab .block:hover {
	background-color: #ccc;
}
/**/
@media screen and (min-width: 769px) {
	.facility-index .area {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
/*
	.facility-index .area .block:nth-child(2) {
		grid-column: 1;
		grid-row: 2 / 4;
	}
	.facility-index .area .block:last-child {
		grid-column: 2 / 4;
		grid-row: 3;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 30px;
	}
	.facility-index .area .block:last-child .head {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.facility-index .area .block:last-child .head .title {
		padding: 0 40px 0 0;
	}
	.facility-index .area .block:last-child .list {
		padding: 0;
	}
*/
}
@media screen and (min-width: 981px) {
	.facility-index .area .block:nth-child(2) {
		transition-delay: 0.15s, 0.15s;
	}
	.facility-index .area .block:nth-child(3) {
		transition-delay: 0.3s, 0.3s;
	}
/*
	.facility-index .area .block:nth-child(3),
	.facility-index .area .block:nth-child(5) {
		transition-delay: 0.15s, 0.15s;
	}
	.facility-index .area .block:nth-child(4),
	.facility-index .area .block:nth-child(6) {
		transition-delay: 0.3s, 0.3s;
	}
*/
}
/* TB */
@media screen and (min-width: 769px) and (max-width: 980px) {
	.facility-index .map {
		margin: 0 -30px;
	}
	.facility-index .area {
		grid-template-columns: repeat(2, 1fr);
	}
/*
	.facility-index .area .block:nth-child(2) {
		grid-column: auto;
		grid-row: auto;
	}
	.facility-index .area .block:last-child {
		grid-column: 1 / 3;
		grid-row: 4;
	}
*/
	.facility-index .area .block:nth-child(2),
	.facility-index .area .block:nth-child(4),
	.facility-index .area .block:nth-child(6) {
		transition-delay: 0.15s, 0.15s;
	}
	.facility-index .area .block:nth-child(1),
	.facility-index .area .block:nth-child(3),
	.facility-index .area .block:nth-child(5) {
		transition-delay: 0s, 0s;
	}
	.facility-index .information .tab ul li {
		flex-basis: 25%;
	}
	.facility-index .information .tab ul li:nth-last-child(1),
	.facility-index .information .tab ul li:nth-last-child(2) {
		flex-basis: 50%;
	}
}
@media screen and (max-width: 980px) {
	.facility-index .map .img-pc {
		margin: 0;
	}
	.facility-index .information .frame .inner {
		padding: 40px 30px;
	}
	.facility-index .information .frame .inner .head {
		float: none;
		margin: 0 0 30px 0;
		padding: 0;
		width: auto;
	}
	.facility-index .information .frame .inner .img {
		float: none;
		margin: 0 auto 30px auto;
		padding: 0;
		width: 100%;
		max-width: 450px;
		min-height: auto;
	}
	.facility-index .information .frame .inner .detail {
		float: none;
		padding: 0;
		width: auto;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.facility-index .heading {
		margin: 10px 0 0 0;
		font-size: 20px;
	}
	/* MAP */
	.facility-index .map {
		padding: 0;
	}
	.facility-index .map .container {
		padding: 0;
	}
	.facility-index .map .img-pc {
		display: none;
	}
	.facility-index .map .img-sp {
		display: block;
	}
	.facility-index .map .pdf {
		top: -10px;
		right: 15px;
		width: 80px;
		height: 80px;
	}
	/* AREA */
	.facility-index .area .block {
		display: flex;
		margin: 0 0 15px 0;
		padding: 20px 0;
	}
	.facility-index .area .block .head {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-basis: 50%;
		padding: 0 10px;
	}
	.facility-index .area .block .title {
		margin: 10px 0 0 0;
	}
	.facility-index .area .block .en {
		font-size: 6vw;
	}
	.facility-index .area .block .jp {
		font-size: 3.4vw;
	}
	.facility-index .area .block .list {
		display: flex;
		align-items: center;
		flex-basis: 50%;
		padding: 0 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	.facility-index .area .block .list ul li {
		padding: 10px 0 10px 40px;
	}
	/* INFORMATION */
	.facility-index .information {
		margin: 20px 0 40px 0;
	}
	.facility-index .information .tab {
		overflow-x: auto;
		margin: 0 -15px;
		padding: 15px 0;
	}
	.facility-index .information .tab ul {
		flex-wrap: nowrap;
		padding: 0 15px;
	}
	.facility-index .information .tab ul li {
		flex-basis: 140px;
		flex-shrink: 0;
	}
	.facility-index .information .tab ul li.tab-international {
		flex-basis: 160px;
	}
	.facility-index .information .tab ul li.tab-museum {
		flex-basis: 180px;
	}
	.facility-index .information .tab .block {
		padding: 10px 5px;
		min-height: initial;
		border-radius: 15px;
	}
	.facility-index .information .tab .block .en {
		font-size: 16px;
	}
	.facility-index .information .tab .block .jp {
		font-size: 12px;
	}
	.facility-index .information .frame {
		margin: 10px 0 0 0;
		border-radius: 15px;
	}
	.facility-index .information .frame .inner {
		padding: 30px 15px;
	}
	.facility-index .information .frame .inner .head {
		margin: 0 0 20px 0;
	}
	.facility-index .information .frame .inner .head .en {
		font-size: 10.6vw;
	}
	.facility-index .information .frame .inner .head .jp {
		font-size: 4.2vw;
	}
	.facility-index .information .frame .inner .img {
		margin: 0 auto 20px auto;
	}
	.facility-index .information .frame .inner .img .border {
		padding: 5px;
	}
	.facility-index .information .frame .inner .detail {
		padding: 0 10px;
	}
	.facility-index .information .frame .inner .detail .link-arrow {
		margin: 20px 0 0 0;
	}
	.facility-index.facility-mb {
		margin-bottom: 50px;
	}
}

/*============================================================
	FACILITY DETAIL
*/
.facility-detail {
	padding: 0 0 70px 0;
}
/* MAIN */
.facility-detail .main .kv {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 800px;
}
.facility-detail .main .kv .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}
.facility-detail .main .symbol {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 260px;
	height: 260px;
	background-color: #fff;
	border-radius: 50%;
}
.facility-detail .main .symbol img {
	display: block;
	width: 220px;
}
.facility-detail .main .head {
	position: relative;
	text-align: center;
}
.facility-detail .main .head .en {
	margin: -0.3em 0 0 0;
	font-size: 100px;
	line-height: 1;
}
.facility-detail .main .head .jp {
	font-size: 24px;
	line-height: 1.3;
}
/* SP */
@media screen and (max-width: 768px) {
	.facility-detail {
		padding: 0 0 40px 0;
	}
	.facility-detail .main .kv {
		padding-top: 150%;
		height: 0;
	}
	.facility-detail .main .symbol {
		width: 194px;
		height: 194px;
	}
	.facility-detail .main .symbol img {
		width: 84%;
	}
	.facility-detail .main .head .en {
		font-size: 13vw;
	}
	.facility-detail .main .head .jp {
		font-size: 5.3vw;
	}
}
/* DESCRIPTION */
.facility-detail .description {
	margin: 40px 0;
	text-align: center;
}
.facility-detail .description .h {
	font-size: 30px;
	line-height: 1.3;
}
.facility-detail .description .area {
	margin: 0 auto;
	max-width: 800px;
}
.facility-detail .description .lead {
	margin: 0 auto;
	max-width: 600px;
	font-weight: 700;
	line-height: 2.2;
}
/* SP */
@media screen and (max-width: 768px) {
	.facility-detail .description {
		margin: 20px 0 30px 0;
	}
	.facility-detail .description .h {
		font-size: 22px;
		line-height: 1.4;
	}
	.facility-detail .description .area {
		margin: 0 -15px;
	}
	.facility-detail .description .lead {
		font-size: 15px;
		line-height: 1.6;
	}
}
/* SECTION */
.facility-detail .section {
	padding: 0 0 60px 0;
}
.facility-detail .section:last-child {
	padding: 0;
}
.facility-detail .section .row {
	display: flex;
	align-items: center;
}
.facility-detail .section .image {
	flex-basis: 60%;
	flex-shrink: 0;
}
.facility-detail .section .image .border {
	padding: 10px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.facility-detail .section .image img {
	display: block;
}
.facility-detail .section .title .jp {
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 1.6;
}
.facility-detail .section .text {
	font-size: 14px;
	line-height: 2;
}
@media screen and (min-width: 981px) {
	.facility-detail .section:nth-child(even) .row {
		flex-direction: row-reverse;
	}
	.facility-detail .section:nth-child(odd) .detail {
		padding: 0 0 0 30px;
	}
	.facility-detail .section:nth-child(even) .detail {
		padding: 0 30px 0 0;
	}
}
/* TB */
@media screen and (max-width: 980px) {
	.facility-detail .section .row {
		display: block;
	}
	.facility-detail .section .detail {
		margin: 30px 0 0 0;
		padding: 0 30px;
	}
}
/* SP */
@media screen and (max-width: 980px) {
	.facility-detail .section {
		padding: 0 0 30px 0;
	}
	.facility-detail .section .image .border {
		padding: 5px;
	}
	.facility-detail .section .detail {
		margin: 20px 0 0 0;
		padding: 0 15px;
	}
	.facility-detail .section .title .jp {
		margin: 0 0 10px 0;
		font-size: 24px;
		line-height: 1.4;
	}
	.facility-detail .section .text {
		font-size: 15px;
		line-height: 1.6;
	}
}
/* FAQ */
.facility-detail .faq {
	margin: 70px 0 0 0;
}
.facility-detail .faq .head {
	text-align: center;
}
.facility-detail .faq .head .en {
	font-size: 100px;
	line-height: 1;
}
.facility-detail .faq .head .jp {
	font-size: 24px;
	line-height: 1.3;
}
.facility-detail .faq .list {
	margin: 40px 0 0 0;
	border-top: 2px solid #999;
	border-bottom: 1px solid #999;
}
.facility-detail .faq .list .block {
	border-bottom: 1px solid #999;
}
.facility-detail .faq .list .block .question {
	display: flex;
	align-items: center;
	position: relative;
	padding: 25px 50px 25px 65px;
	min-height: 100px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
}
.facility-detail .faq .list .block .question span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	padding: 0.1em 0 0 0;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	font-family: 'en';
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}
.facility-detail .faq .list .block .question .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -30px;
	padding: 0.1em 0 0 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.facility-detail .faq .list .block .question .arrow i {
	display: block;
	transition: all 0.3s ease;
}
.facility-detail .faq .list .block.opened .question .arrow i {
	transform: rotate(180deg);
}
.facility-detail .faq .list .block .answer {
	overflow: hidden;
	height: 0;
	font-size: 14px;
	line-height: 2;
}
.facility-detail .faq .list .block .answer > div {
	padding: 0 0 25px 0;
}
/* HOVER */
.os-pc .facility-detail .faq .list .block .question .arrow {
	transition: background-color 0.3s ease;
}
.os-pc .facility-detail .faq .list .block .question:hover .arrow {
	background-color: #e7e7e7;
}
/* SP */
@media screen and (max-width: 768px) {
	.facility-detail .faq {
		margin: 40px 0 0 0;
	}
	.facility-detail .faq .list {
		margin: 20px 0 0 0;
	}
	.facility-detail .faq .head .en {
		font-size: 18.6vw;
	}
	.facility-detail .faq .head .jp {
		font-size: 4.2vw;
	}
	.facility-detail .faq .list .block .question {
		padding: 15px 40px 15px 50px;
		min-height: 70px;
		font-size: 15px;
	}
	.facility-detail .faq .list .block .question span {
		margin-top: -20px;
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.facility-detail .faq .list .block .question .arrow {
		margin-top: -15px;
		width: 30px;
		height: 30px;
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.16), -1px -1px 2px 0px rgba(255,255,255,0.8);
		font-size: 12px;
	}
}

/*============================================================
	ABOUT INDEX
*/
.about-index {
	padding: 0 0 30px 0;
}
.about-index .section {
	position: relative;
	margin: 40px 0 0 0;
	padding: 0 0 40px 0;
}
.about-index .section .kv {
	overflow: hidden;
	position: relative;
	height: 500px;
}
.about-index .section .kv .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}
.about-index .section .en {
	margin-bottom: -0.2em;
	text-align: center;
	font-size: 100px;
	line-height: 1;
}
.about-index .section .jp {
	margin-bottom: -0.06em;
	text-align: center;
	font-size: 100px;
	line-height: 1;
}
.about-index .section .lead {
	margin: 30px auto;
	max-width: 800px;
	font-size: 14px;
	line-height: 2;
}
/* TB */
@media screen and (max-width: 980px) {
	.about-index .section .en {
		font-size: 80px;
	}
	.about-index .section .jp {
		font-size: 80px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.about-index {
		padding: 0 0 10px 0;
	}
	.about-index .section {
		margin: 20px 0 0 0;
		padding: 0 0 20px 0;
	}
	.about-index .section .kv {
		padding-top: 54%;
		height: 0;
	}
	.about-index .section .en {
		font-size: 11.6vw;
	}
	.about-index .section .jp {
		font-size: 11.6vw;
	}
	.about-index .section .lead {
		margin: 10px 0 15px 0;
		font-size: 15px;
		line-height: 1.6;
	}
	.about-index .section .link-arrow {
		font-size: 20px;
	}
}

/*============================================================
	ABOUT DETAIL
*/
.about-detail {
	margin: 0 0 100px 0;
}
/* KV */
.about-detail .kv .base {
	height: 800px;
	background-position: 50% 50%;
	background-size: cover;
}
.about-detail .kv .sp {
	display: none;
}
/* MAIN */
.about-detail .main {
	margin: 0 0 40px 0;
	text-align: center;
}
.about-detail .main .en {
	margin-top: -0.2em;
	font-size: 100px;
	line-height: 1;
}
.about-detail .main .lead {
	margin: 20px 0 0 0;
	font-weight: 700;
	line-height: 2.2;
}
/* SECTION */
.about-detail .section {
	padding: 0 0 60px 0;
}
.about-detail .section:last-child {
	padding: 0;
}
.about-detail .section .row {
	display: flex;
}
.about-detail .section .image {
	flex-basis: 60%;
	flex-shrink: 0;
}
.about-detail .section .image .border {
	padding: 10px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
}
.about-detail .section .image img {
	display: block;
}
.about-detail .section .title .jp {
	margin: 0 0 10px 0;
	font-size: 36px;
	line-height: 1.3;
}
.about-detail .section .text {
	font-size: 14px;
	line-height: 2;
}
@media screen and (min-width: 981px) {
	.about-detail .section:nth-child(even) .row {
		flex-direction: row-reverse;
	}
	.about-detail .section:nth-child(odd) .detail {
		padding: 0 0 0 30px;
	}
	.about-detail .section:nth-child(even) .detail {
		padding: 0 30px 0 0;
	}
}
/* TB */
@media screen and (max-width: 980px) {
	.about-detail .section .row {
		display: block;
	}
	.about-detail .section .detail {
		margin: 30px 0 0 0;
		padding: 0 30px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.about-detail {
		margin: 0 0 40px 0;
	}
	/* KV */
	.about-detail .kv .base {
		padding-top: 150%;
		height: 0;
	}
	.about-detail .kv .pc {
		display: none;
	}
	.about-detail .kv .sp {
		display: block;
	}
	/* MAIN */
	.about-detail .main {
		margin: 0 0 20px 0;
	}
	.about-detail .main .en {
		font-size: 12vw;
	}
	.about-detail .main .lead {
		margin: 10px 0 0 0;
		font-size: 15px;
		line-height: 1.6;
	}
	/* SECTION */
	.about-detail .section {
		padding: 0 0 30px 0;
	}
	.about-detail .section .image .border {
		padding: 5px;
	}
	.about-detail .section .detail {
		margin: 20px 0 0 0;
		padding: 0 15px;
	}
	.about-detail .section .title .jp {
		margin: 0 0 10px 0;
		font-size: 24px;
	}
	.about-detail .section .text {
		font-size: 15px;
		line-height: 1.6;
	}
}

/*============================================================
	CONTACT FORM
*/
.contact-form .form-input .lead {
	text-align: center;
	line-height: 2;
}
.contact-form .form-input .menu .tab {
	margin: 30px 0 0 0;
}
.contact-form .form-input .menu .tab ul {
	display: flex;
	margin: 0 auto;
	max-width: 660px;
}
.contact-form .form-input .menu .tab ul li {
	padding: 0 10px;
	flex-basis: 33.333%;
}
.contact-form .form-input .menu .tab ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-radius: 5px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
	font-weight: 700;
	font-size: 16px;
}
.contact-form .form-input .menu .tab ul li a.current {
	background-color: #fff !important;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16) inset, -2px -2px 3px 0px rgba(255,255,255,0.8) inset;
}
.contact-form .form-input .menu .tab ul li i {
	position: relative;
	display: block;
	height: 45px;
}
.contact-form .form-input .menu .tab ul li i::before {
	content: '';
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 32px 20px;
	border-color: transparent transparent #fff transparent;
}
.contact-form .form-input .menu .tab ul li a.current + i::before {
	display: block;
}
.contact-form .form-input .menu .tab-select {
	display: none;
	margin: 0 0 30px 0;
}
.contact-form .form-input .menu .tab-select {
	position: relative;
}
.contact-form .form-input .menu .tab-select .selected {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 5px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
	font-weight: 700;
	font-size: 16px;
}
.contact-form .form-input .menu .tab-select .selected i {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
	transform: rotate(90deg);
	font-size: 16px;
	line-height: 1;
}
.contact-form .form-input .menu .tab-select select {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 16px;
	opacity: 0;
}
.contact-form .wrapper {
	padding: 0 0 80px 0;
	background-color: #fff;
}
.contact-form .section {
	padding: 50px 0;
}
.contact-form .section .container {
	max-width: 740px;
}
.contact-form .section .heading {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 35px;
	line-height: 1.3;
}
.contact-form .section .heading span {
	display: inline-block;
}
.contact-form .section .table-form {
	border-top: 2px solid #707070;
	border-bottom: 1px solid #707070;
}
.contact-form .section .table-form .tr {
	display: flex;
	align-items: flex-start;
	padding: 30px 0;
	border-bottom: 1px solid #707070;
}
.contact-form .section .table-form .th {
	display: flex;
	align-items: center;
	flex-basis: 165px;
	min-height: 46px;
}
.contact-form .section .table-form .th .h {
	flex-basis: 70px;
	flex-shrink: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
}
.contact-form .section .table-form .th .required {
	display: flex;
}
.contact-form .section .table-form .th .required i {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 5px;
	width: 60px;
	height: 30px;
	border-radius: 5px;
	background-color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #fff;
}
.contact-form .section .table-form .td {
	flex: 1;
}
.contact-form .section .foot {
	margin: 25px 0 0 0;
	line-height: 2;
}
.contact-form .section .ctr {
	margin: 80px 0 0 0;
	display: flex;
	justify-content: center;
}
.contact-form .section .ctr button {
	margin: 0 40px;
	font-weight: 700;
	font-size: 20px;
}
.contact-form .section .ctr button:disabled {
	opacity: 0.3;
}
.contact-form .section .ctr .link-arrow {
	position: relative;
}
.contact-form .section .ctr .btn-wall {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact-form .section .ctr button:disabled + .btn-wall {
	display: block;
}
.contact-form .section .alert {
	display: none;
	margin: 5px 0 0 0;
	color: #f00;
}
/**/
.contact-form .form-input .section {
	display: none;
}
.contact-form .form-input .section.active {
	display: block;
}
.contact-form .form-input .table-form .input-text {
	display: block;
	padding: 0.8em 1em;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
}
.contact-form .form-input .table-form textarea {
	display: block;
	padding: 0.8em 1em;
	width: 100%;
	height: 250px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
}
.contact-form .form-input .table-form .td .row {
	display: flex;
	margin: 0 -35px 0 0;
}
.contact-form .form-input .table-form .td .row .col {
	flex-basis: 50%;
	padding: 0 35px 0 0;
}
/**/
.contact-form .form-confirm .table-form .td {
	padding: 10px 0 10px 20px;
}
/**/
.contact-form .form-complete {
	padding: 180px 0 140px 0;
}
.contact-form .form-complete .heading {
	text-align: center;
	font-size: 35px;
	line-height: 1.3;
}
.contact-form .form-complete .lead {
	margin: 100px 0;
	text-align: center;
	line-height: 2;
}
/* SP */
@media screen and (max-width: 768px) {
	.contact-form .form-input .lead {
		padding: 15px 0;
	}
	.contact-form .form-input .menu .tab {
		display: none;
	}
	.contact-form .form-input .menu .tab-select {
		display: block;
	}
	.contact-form .wrapper {
		padding: 0 0 40px 0;
	}
	.contact-form .section {
		padding: 30px 0 0 0;
	}
	.contact-form .section .heading {
		margin: 0 0 20px 0;
		font-size: 24px;
	}
	.contact-form .section .table-form .tr {
		display: block;
		padding: 15px 0 20px 0;
	}
	.contact-form .section .table-form .th {
		margin: 0 0 10px 0;
		min-height: initial;
	}
	.contact-form .section .table-form .th .h {
		flex-basis: auto;
	}
	.contact-form .section .table-form .th .required i {
		margin: 0 0 0 15px;
	}
	.contact-form .section .foot {
		margin: 25px 0 0 0;
	}
	.contact-form .section .ctr {
		margin: 30px 0 0 0;
	}
	.contact-form .section .ctr button {
		margin: 0 25px;
	}
	/**/
	.contact-form .form-input .table-form .input-text {
		padding: 0.8em 0.6em;
	}
	.contact-form .form-input .table-form textarea {
		padding: 0.8em 0.6em;
		height: 200px;
	}
	.contact-form .form-input .table-form .td .row {
		margin: 0 -10px 0 0;
	}
	.contact-form .form-input .table-form .td .row .col {
		padding: 0 10px 0 0;
	}
	/**/
	.contact-form .form-confirm .table-form .td {
		padding: 10px 0 0 0;
	}
	/**/
	.contact-form .form-complete {
		padding: 50px 0 50px 0;
	}
	.contact-form .form-complete .heading {
		font-size: 22px;
	}
	.contact-form .form-complete .lead {
		margin: 50px 0;
		text-align: left;
		line-height: 1.7;
	}
	.contact-form .form-complete .lead p {
		display: inline;
	}
}

/*============================================================
	ANIMATION
*/
@keyframes AnimRotation {
	0%   { transform: rotate(0); }
	100% { transform: rotate(-360deg); }
}
@keyframes AnimArrowBound {
	0%   { transform: translateX(0); }
	30%  { transform: translateX(10px); }
	60%  { transform: translateX(0); }
}
@keyframes AnimArrowBoundBack {
	0%   { transform: translateX(0); }
	30%  { transform: translateX(-10px); }
	60%  { transform: translateX(0); }
}

/*============================================================
	FISHING INDEX
*/
.fishing-index .title h2 {
	font-size: 61px;
	text-align: center;
	margin-bottom: 40px;
}
.fishing-index .title-text {
	font-size: 14px;
	line-height: 2.4;
}
.fishing-index .facility-index .information {
	margin: 40px 0;
}
.fishing-index .facility-index .information .frame .inner {
	padding: 50px;
}
.fishing-index .facility-index .information .tab ul {
	justify-content: center;
    align-items: center;
}
.fishing-index .facility-index .information .tab ul li {
	flex-basis: 33%;
}
.fishing-index .facility-index .information .tab .block h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}
.fishing-index .facility-index .information .frame .inner .img {
    padding: 0 20px 0 0;
}
.fishing-index .facility-index .information .frame .inner .img img {
    width: 430px;
	height: 292px;
}
.fishing-index .facility-index .information .frame .inner .detail {
    padding: 0 0 0 20px;
}
.fishing-index .facility-index .information .frame .inner .detail p {
	margin: 0;
}
.fishing-content.premium-menu .head .en {
	font-size: 61px;
}
.fishing-content.premium-menu .block .detail .menu p {
	font-size: 14px;
    line-height: 2;
}
.fishing-index .head .en {
	font-size: 160px;
    line-height: 1;
	text-align: center;
}
.fishing-index .head .jp {
	font-size: 24px;
    line-height: 1.3;
	text-align: center;
	margin-bottom: 40px;
}
.fishing-index .news-area {
	margin-bottom: 100px;
}
.fishing-index .news-area ul {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}
.fishing-index .news-area li {
	flex-basis: 50%;
	padding: 20px;
}
.fishing-index .news-area ul li .border {
	padding: 10px;
    box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 16%), -2px -2px 3px 0px rgb(255 255 255 / 80%);
}
.fishing-index .news-area ul li .border img {
	width: 460px;
	height: 266px;
}
.fishing-index .news-area ul li .text {
	margin-top: 15px;
}
.fishing-index .news-area ul li .text h4 {
	font-size: 20px;
	font-weight: bold;
}
.fishing-index .news-area a:hover .border img {
	opacity: 0.8;
	transition: all 0.5s ease;
}
.fishing-index .news-area a:hover .text h4 {
	opacity: 0.8;
	transition: all 0.5s ease;
}
/* PC */
@media screen and (min-width: 769px) {
	.fishing-index .facility-index .information .frame .inner .img {
		float: left;
	}
	.fishing-index .facility-index .information .frame .inner .detail {
		float: right;
		height: 292px;
		position: relative;
	}
	.fishing-index .facility-index .information .frame .inner .detail p {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.fishing-index .title h2 {
		font-size: 30px;
		margin-bottom: 30px;
		line-height: 1.4;
	}
	.fishing-index .title-text {
		font-size: 15px;
		line-height: 1.8;
	}
	.fishing-content.premium-menu .head .en {
		font-size: 30px;
		line-height: 1.3;
	}
	.fishing-index .facility-index .information .frame .inner {
		padding: 20px;
	}
	.fishing-index .facility-index .information .frame .inner .img {
		padding: 0;
	}
	.fishing-index .head .en {
		font-size: 70px;
	}
	.fishing-index .head .jp {
		font-size: 10px;
	}
	.fishing-index .news-area {
		margin-bottom: 50px;
	}
	.fishing-index .news-area ul {
		display: block;
	}
	.fishing-index .news-area ul li .text h4 {
		font-size: 18px;
	}
	.fishing-index .news-area li {
		flex-basis: 100%;
		padding: 10px;
	}
}

/*============================================================
	activity slider
*/
.activity-slider {
	width: 100%;
    margin: 0 auto 70px;
    max-width: 1100px;
}
.activity-slider.slick-initialized .slick-slide {
	position: inherit;
}
.activity-slider .slick-slide {
	transform: scale(0.5);
	transition: all 2s;
	margin: 0 -100px;
}
.activity-slider .slick-slide.slick-current {
	transform: scale(1);
	margin: 0 -100px;
	z-index: 10;
}
.activity-slider .slider-block .img {
	position: relative;
	width:590px;
    height:590px;
	border-radius:50%;
	background-image: url("/assets/img/activity-food-experience-slider.jpg");
	background-position: center;
	object-fit:cover;
}
.activity-slider .slider-block .img::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 70%);
	border-radius: 50%;
}
.activity-slider .slider-block .text {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
}
.activity-slider .slider-block h2 {
	font-size: 67px;
	color: #fff;
	line-height: 1.2;
}
.activity-slider .slider-block h3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.activity-slider .slider-block-text {
	font-size: 14px;
	color: #fff;
}
.activity-slider .slider-arrow {
	position: absolute;
	color: #fff;
	text-align: center;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	font-size: 40px;
}
.activity-slider .slick-dots li button::before {
	background-color: #fff;
    border: 1px solid #ccc;
}
.activity-slider .slick-dots li.slick-active button::before {
	background-color: #444444;
}
.activity-slider .slick-prev, 
.activity-slider .slick-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 20px;
    width: 20px;
}
.activity-slider .slick-prev {
    left: 3%;
    transform: rotate(-135deg);
	z-index: 3;
}
.activity-slider .slick-next {
    right: 3%;
    transform: rotate(45deg);
	z-index: 3;
}
.activity-slider .slick-slide.slick-current,
.activity-slider .slick-slide.is-active-next {
	transform: scale(1);
	z-index: 10;
}

@media screen and (min-width: 769px) {
	.activity-slider .slider-block {
		overflow: hidden;
		transition: transform 0.2s ease;
	}
	.activity-slider .slider-block .img {
		transition: all 0.2s ease;
	}
	.activity-slider .slider-block .slider-block-text {
		display: none;
		margin: 10px 0 0 0;
		padding: 0 10%;
		text-align: left;
		font-size: 14px;
		line-height: 2;
	}
	.activity-slider .slider-block .slider-block-text p {
		padding: 0 0 10px 0;
	}
	.activity-slider .slider-block .arrow {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.activity-slider .slider-block .arrow i {
		display: block;
		font-size: 40px;
	}
	.activity-slider {
		transition: all 0.5s ease;
	}
	.activity-slider .slider-block .text .slider-block-text {
		display: block;
		opacity: 0;
	}
	.activity-slider .slider-block:hover .text .slider-block-text {
		opacity: 1;
	}
	.activity-slider .slider-block .text .slider-block-text {
		transition: height 0.5s ease, opacity 0.5s ease 0.5s;
	}
	.activity-slider .slider-block.hide .text .slider-block-text {
		transition: height 0.5s ease, opacity 0.5s ease 0s;
	}
	.activity-slider .slider-block:hover .slider-arrow i {
		animation: 1s ease infinite AnimArrowBound 0.3s;
	}
	.activity-slider .slider-arrow .icon-fc-link-arrow {
		display: block;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.activity-slider {
		max-width: 768px;
	}
	.activity-slider .slick-slide {
		margin: 0 -50px;
		transform: scale(0.6);
	}
	.activity-slider .slick-slide.slick-center {
		margin: 0 -50px;
	}
	.activity-slider .slider-block .img {
		width: 250px;
		height: 250px;
		background-image: url("/assets/img/activity-food-experience-slider-sp.jpg");
	}
	.activity-slider .slider-block h2 {
		font-size: 29px;
		line-height: 1.2;
	}
	.activity-slider .slider-block h3 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.activity-slider .slider-block-text {
		font-size: 10px;
		line-height: 1.4;
	}
	.activity-slider .slick-dots li button {
		width: 50px;
	}
	.activity-slider .slick-prev, 
	.activity-slider .slick-next {
		height: 10px;
		width: 10px;
		top: 48%;
	}
	.activity-slider .slick-prev {
		left: 3%;
		transform: rotate(-135deg);
		z-index: 3;
	}
	.activity-slider .slick-next {
		right: 3%;
		transform: rotate(45deg);
		z-index: 3;
	}
	.activity-slider .slider-arrow {
		bottom: -10%;
		font-size: 26px;
	}
}

/* NEW-AREA */
.facility-index .new-area .block {
	padding: 30px 0 20px 0;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.facility-index .new-area .block.active {
	opacity: 1;
	transform: translateY(0);
}
.facility-index .new-area .block .head {
	height: 159px;
}
.facility-index .new-area .block .symbol {
	margin: 0 auto;
	width: 140px;
	height: 81px;
}
.facility-index .new-area .block .symbol img {
	max-width: 100%;
	max-height: 100%;
}
.facility-index .new-area .block .title {
	margin: 10px 0 20px 0;
}
.facility-index .new-area .block .en {
	font-size: 20px;
	line-height: 1;
}
.facility-index .new-area .block .jp {
	font-size: 15px;
}
.facility-index .new-area .block .en span {
	display: inline-block;
}
.facility-index .new-area .block .list {
	padding: 0 30px;
	text-align: left;
	line-height: 1.5;
}
.facility-index .new-area .block .list ul li {
	position: relative;
	padding: 8px 0 8px 40px;
}
.facility-index .new-area .block .list i {
	position: absolute;
	top: 0.3em;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1px;
	width: 30px;
	height: 30px;
	border: 3px solid #000;
	border-radius: 999px;
	font-style: normal;
	font-family: 'en';
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}
.facility-index .new-area .block-villa .list i {
	border-color: #0c5f30;
	color: #0c5f30;
}
.facility-index .new-area .block-international .list i {
	border-color: #702f3b;
	color: #702f3b;
}
.facility-index .new-area .block-garden .list i {
	border-color: #ee859a;
	color: #ee859a;
}
.facility-index .new-area .block-gramping .list i {
	border-color: #709f99;
	color: #709f99;
}
.facility-index .new-area .block-beach .list i {
	border-color: #6aa8bf;
	color: #6aa8bf;
}
.facility-index .new-area .block-spa .list i {
	border-color: #c9bc9c;
	color: #c9bc9c;
}
.facility-index .new-area .block-pool .list i {
	border-color: #0d69a5;
	color: #0d69a5;
}

@media screen and (min-width: 769px) {
	.facility-index .new-area {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
}

@media screen and (min-width: 769px) and (max-width: 980px) {
	.facility-index .new-area {
		grid-template-columns: repeat(2, 1fr);
	}
	.facility-index .new-area .block:nth-child(2),
	.facility-index .new-area .block:nth-child(4),
	.facility-index .new-area .block:nth-child(6) {
		transition-delay: 0.15s, 0.15s;
	}
	.facility-index .new-area .block:nth-child(1),
	.facility-index .new-area .block:nth-child(3),
	.facility-index .new-area .block:nth-child(5) {
		transition-delay: 0s, 0s;
	}
}

@media screen and (max-width: 768px) {
	.facility-index .new-area .block {
		display: flex;
		margin: 0 0 15px 0;
		padding: 20px 0;
	}
	.facility-index .new-area .block .head {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-basis: 50%;
		padding: 0 10px;
	}
	.facility-index .new-area .block .title {
		margin: 10px 0 0 0;
	}
	.facility-index .new-area .block .en {
		font-size: 5vw;
	}
	.facility-index .new-area .block .jp {
		font-size: 3.4vw;
		line-height: 1.5;
	}
	.facility-index .new-area .block .list {
		display: flex;
		align-items: center;
		flex-basis: 50%;
		padding: 0 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	.facility-index .new-area .block .list ul li {
		padding: 10px 0 10px 40px;
	}
}

.activity-date .note_reference-mark {
	flex: 1;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 100;
}
.activity-detail .ticket .ticket-img .block .image img {
	display: block;
	width: 900px;
}
@media screen and (min-width: 769px) {
	.activity-detail .ticket .ticket-img .block .image img {
		height: 490px;
	}
}

.facility-more-mb.link-arrow {
	margin-bottom: 50px;
}