@charset "UTF-8";

[data-char] {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}

.font-red {
	color: red;
}

.access {}

.access_inner {}

.access_title {}

.access_title>b {}

.access_cauListWrap {
	flex-direction: column;
	align-items: center;
	max-width: 534px;
	margin: 55px auto 44px;
}

.access_cauListWrap-en {
	max-width: none;
	text-align: center;
}

.access_dList {
	list-style: none;
	display: flex;
	margin-bottom: 14px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
	justify-content: center;
}

.access_dList[data-animation="after"] {
	opacity: 1;
}

.access_dList>dt {}

.access_dList>dt::after {
	content: "｜";
	margin: 0 21px;
}

.access_dList>dd {}

.access_cauList {
	list-style: none;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.access_cauList[data-animation="after"] {
	opacity: 1;
}

.access_cauList>li {
	text-indent: -1em;
	padding-left: 1em;
}

.access_cauList>li:first-child {}

.access_cauList>li:last-child {}

.access_cauList>li:nth-child(2n+1) {}

.access_cauList>li:nth-child(n+3) {}

.access_cauList>li>a {}

.access_cauList>li>a::before {
	content: "";
}

.access_cauList>li>a::after {
	content: "";
}

.access_list {
	list-style: none;
	max-width: 534px;
	margin: 0 auto 83px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.access_list[data-animation="after"] {
	opacity: 1;
}

.access_list>li {
	margin-top: 19px;
}

.access_list>li:first-child {
	margin-top: 0;
}

.access_list>li:last-child {}

.access_list>li:nth-child(2n+1) {}

.access_list>li:nth-child(n+3) {}

.access_list>li>a {
	justify-content: center;
}

.access_list>li>a::before {
	content: "";
}

.access_list>li>a::after {
	content: "";
}

.access_list>li>a>b {}

.access_map {
	height: 571px;
	background-color: #EFEDED;
	margin-bottom: 40px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.access_map[data-animation="after"] {
	opacity: 1;
}

.around {}

.around_title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 35px;
	font-weight: inherit;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.around_title[data-animation="after"] {
	opacity: 1;
}

.around_list {
	list-style: none;
	display: flex;
}

.around_list>li {
	width: 32.5%;
	margin-left: 1.25%;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.around_list>li[data-animation="after"] {
	opacity: 1;
}

.around_list>li:first-child {}

.around_list>li:last-child {}

.around_list>li:nth-child(3n+1) {
	margin-left: 0;
}

.around_list>li:nth-child(n+3) {}

.around_list>li:nth-child(2) {
	transition-delay: .7s;
}

.around_list>li:nth-child(3) {
	transition-delay: .9s;
}

.around_fig {}

.around_fig>figcaption {
	text-align: center;
	line-height: 1.4;
	margin-top: 21px;
}

.around_fig>figcaption>b {
	font-size: 125%;
	font-weight: inherit;
}

.around_fig>figcaption>small {
	display: block;
	font-size: 93.75%;
	margin-top: 4px;
}

.around_fig_img {}

.around_fig_img>img {
	display: block;
}

.visHome {
	height: 576px;
	position: relative;
	z-index: 1;
	margin: 255px 0 82px;
}

.visHome::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/assets/img/common/bg-main@2x.png);
	background-size: 100px 100px;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-duration: 1s;
	transition-delay: .5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.visHome[data-animation="after"]::before {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.visHome_bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/assets/img/home/bg-home.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery {}

.gallery_inner {}

.gallery_title {}

.gallery_title>b {}

.gallery_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
}

.gallery_list>li {
	width: 32.5%;
	margin-left: 1.25%;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.gallery_list>li[data-animation="after"] {
	opacity: 1;
}

.gallery_list>li:first-child {}

.gallery_list>li:last-child {}

.gallery_list>li:nth-child(3n+1) {
	margin-left: 0;
}

.gallery_list>li:nth-child(6n+2) {
	transition-delay: .7s;
}

.gallery_list>li:nth-child(6n+3) {
	transition-delay: .9s;
}

.gallery_list>li:nth-child(6n+4) {
	transition-delay: .9s;
}

.gallery_list>li:nth-child(6n+5) {
	transition-delay: .7s;
}

.gallery_list>li:nth-child(n+4) {
	margin-top: 1.25%;
}

.gallery_list>li>a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
}

.gallery_list>li>a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}

.gallery_list>li>a::after {
	content: "";
}

.gallery_list>li>a>img {
	display: block;
}

.guide {
	margin-bottom: 183px;
}

.guide_inner {
	max-width: 1100px;
}

.guide_title {}

.guide_title>b {}

.guide_table {
	width: 100%;
	display: block;
}

.guide_table>tbody {
	display: block;
}

.guide_table>tbody>tr {
	display: flex;
	border-top: 1px solid rgba(112, 112, 112, 0.49);
	padding: 18px 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.guide_table>tbody>tr[data-animation="after"] {
	opacity: 1;
}

.guide_table>tbody>tr:first-child {}

.guide_table>tbody>tr:last-child {
	border-bottom: 1px solid rgba(112, 112, 112, 0.49);
}

.guide_table>tbody>tr>th {
	display: block;
	width: 200px;
	text-align: left;
	font-weight: inherit;
	border-right: 1px solid rgba(112, 112, 112, 0.49);
	margin-right: 50px;
	padding: 10px 31px;
	padding-right: 14px;
	min-width: 200px;
}

.guide_table>tbody>tr>td {
	display: block;
	flex-grow: 1;
	padding: 10px 0;
}

.news {
	margin-bottom: 96px;
}

.news_inner {
	max-width: 1117px;
}

.news_title {}

.news_title>b {}

.news_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 127px;
	margin-top: 78px;
}

.news_list>li {
	width: 48.5%;
	margin-left: 3%;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.news_list>li[data-animation="after"] {
	opacity: 1;
}

.news_list>li:first-child {}

.news_list>li:last-child {}

.news_list>li:nth-child(2n+1) {
	margin-left: 0;
}

.news_list>li:nth-child(n+3) {
	margin-top: 5.4%;
}

.news_list>li>a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.news_list>li>a::before {
	content: "";
}

.news_list>li>a::after {
	content: "";
}

.news_image {
	padding-bottom: 56.4%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition-duration: 0.5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.news_imageWrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.news_headline {
	font-size: 16px;
	font-weight: inherit;
	margin-top: 11px;
	margin-bottom: 6px;
}

.news_infoWrap {
	font-size: 13px;
	display: flex;
	align-items: center;
}

.news_update {}

.news_update>time {
	display: block;
}

.news_catList {
	list-style: none;
	display: flex;
	align-items: center;
}

.news_catList::before {
	content: "｜";
	margin: 0 7px;
}

.news_catList>li {}

.news_catList>li:first-child {}

.news_catList>li:last-child {}

.news_catList>li:nth-child(2n+1) {}

.news_catList>li:nth-child(n+3) {}

.news_link {
	display: flex;
	justify-content: center;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.news_link[data-animation="after"] {
	opacity: 1;
}

.news_link>a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.news_link>a::before {
	content: "";
}

.news_link>a::after {
	content: "";
}

.news_link>a>b {
	display: block;
	font-weight: inherit;
}

.news_link>a>.icon {
	display: flex;
	border: 1px solid #D6D6D6;
	width: 61px;
	height: 61px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 20px;
	margin: 11px auto 0;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}

.garden {}

.gardenHr {
	height: 1px;
	background: rgba(112, 112, 112, 0.49);
	border: none;
	margin: 188px 0 81px;
	padding: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	transition-duration: 1s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	transition-delay: 0.6s;
}

.gardenHr[data-animation="after"] {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.garden_inner {}

.garden_title {}

.garden_title>b {}

.garden_headline {
	font-size: 20px;
	font-weight: inherit;
	text-align: center;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: 0.5s;
}

.garden_headline[data-animation="after"] {
	opacity: 1;
}

.garden_text {
	text-align: center;
	margin-top: 42px;
	margin-bottom: 55px;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: 0.5s;
	opacity: 0;
}

.garden_text[data-animation="after"] {
	opacity: 1;
}

.garden_mapWrap {
	max-width: 1085px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.garden_map {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.garden_map[data-animation="after"] {
	opacity: 1;
}

.garden_map>img {
	display: block;
}

.garden_image {
	position: absolute;
	z-index: 1;
	bottom: 24%;
	right: 16%;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	transition-delay: 1s;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.garden_image[data-animation="after"] {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.garden_image>img {}

.garPhoto {
	margin-top: 70px;
}

.garPhoto_cols {
	display: flex;
	justify-content: space-between;
}

.garPhoto_col {
	width: 49%;
	position: relative;
	z-index: 1;
}

.garPhoto_col-no1 {}

.garPhoto_image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 100%;
	margin-bottom: 2vw;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.garPhoto_image[data-animation="after"] {
	opacity: 1;
}

.garPhoto_image:last-child {
	margin-bottom: 0;
}

.garPhoto_image-no1 {
	background-image: url(/assets/img/home/pt-garden01@2x.jpg);
	transition-delay: 1s;
}

.garPhoto_image-large {
	padding-bottom: 0;
	height: 100%;
}

.garPhoto_image-no2 {
	background-image: url(/assets/img/home/pt-garden02@2x.jpg);
	right: 0;
	top: 0;
}

.garPhoto_image-no3 {
	background-image: url(/assets/img/home/pt-garden04@2x.jpg);
	bottom: 0;
	right: 0;
	transition-delay: .7s;
}

.garPhoto_col-no2 {}

.garPhoto_image-no4 {
	background-image: url(/assets/img/home/pt-garden06@2x.jpg);
	right: 0;
	top: 0;
	transition-delay: 1s;
}

.garPhoto_image-no5 {
	top: 0;
	left: 0;
	background-image: url(/assets/img/home/pt-garden03@2x.jpg);
	transition-delay: .7s;
}

.garPhoto_image-no6 {
	background-image: url(/assets/img/home/pt-garden05@2x.jpg);
	bottom: 0;
	left: 0;
}

.garPhoto_incols {
	display: flex;
	justify-content: space-between;
}

.garPhoto_incols-rev {
	flex-direction: row-reverse;
}

.garPhoto_incol {}

.garPhoto_incol-large {
	width: 73%;
}

.garPhoto_incol-small {
	width: 23%;
}

.admin {
	margin-top: 167px;
}

.admin_inner {
	max-width: 1060px;
	margin: 0 auto 0;
}

.admin_cols {
	display: flex;
}

.admin_col {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.admin_col[data-animation="after"] {
	opacity: 1;
}

.admin_col-no1 {
	width: 300px;
	min-width: 300px;
}

.admin_image {}

.admin_image>img {}

.admin_col-no2 {
	flex-grow: 1;
	margin-left: 30px;
	transition-delay: .7s;
}

.admin_title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 5px;
}

.admin_text {}

.admin_link {
	display: flex;
}

.admin_link>a {
	display: block;
}

.admin_link>a::before {
	content: "";
}

.admin_link>a::after {
	content: "";
}

.room {
	margin-bottom: 115px;
}

.room_inner {}

.room_title {}

.room_title>b {}

.room_headline {
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 65px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: 0.5s;
}

.room_headline[data-animation="after"] {
	opacity: 1;
}

.room_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
	padding-bottom: 13px;
}

.room_slide[data-animation="after"] {
	opacity: 1;
}

.room_item {
	margin: 0 40px;
}

.room_item>a {
	display: block;
	text-decoration: none;
	color: inherit;
	width: 1000px;
	position: relative;
	z-index: 1;
	outline: none;
}

.room_popup {
	padding: 30px;
	display: none;
	padding-left: 50px;
	background-size: 100px 100px;
	background-color: #fefcf7;
	background-image: url(/assets/img/common/bg-main@2x.png);
}

.room_popup_inner {
	max-width: 1000px;
	position: relative;
	z-index: 1;
}

.room_item>a::before {
	content: "";
}

.room_item>a::after {
	content: "";
}

.room_name {
	font-size: 16px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	margin: 0 auto;
	padding-top: 29px;
	top: 9px;
	left: 0;
	position: absolute;
	z-index: 1;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: -13px;
	letter-spacing: 1em;
}

[lang="en"] .room_name {
	letter-spacing: 0.1em;
}

.room_name::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #000;
	margin: auto;
}

.room_text {
	margin-top: 12px;
}

.room_image {
	position: relative;
	z-index: 1;
}

.room_image::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(2, 2, 2, 0.49);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}

.room_image>img {
	display: block;
}

.room .slick-dots {
	text-align: center;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-top: 68px;
	display: flex;
	justify-content: center;
}

.room .slick-dots>li {
	display: block;
}

.room .slick-dots>li>button {
	font-size: 0;
	border: 13px solid transparent;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-sizing: content-box;
	background-clip: padding-box;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
	background-color: #1A1A1A;
	opacity: .18;
	display: block;
}

.room .slick-dots>li.slick-active>button {
	opacity: 1;
}

.room_button {
	border: 1px solid #D6D6D6;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	font-size: 20px;
	position: absolute;
	z-index: 10;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	margin-left: -300px;
	bottom: 0;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}

.room_button-next {
	margin-left: 300px;
}

.room_button-prev {}

.room_button>.icon {
	display: block;
}

.room_button-prev>.icon {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.about {
	padding-bottom: 100px;
	margin-bottom: 122px;
	position: relative;
	z-index: 1;
}

.about::before {
	content: "";
	background-image: url(/assets/img/common/bg-mask-top.png);
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 100px;
	top: 0;
	left: 0;
}

.about::after {
	content: "";
	background-image: url(/assets/img/common/bg-mask-top.png);
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 100px;
	bottom: 0;
	left: 0;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.about_inner {
	pointer-events: none;
	z-index: 2;
}

.about_title {}

.about_title>b {}

.about_headline {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 33px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.about_headline[data-animation="after"] {
	opacity: 1;
}

.about_text {
	text-align: center;
	line-height: 3.125;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .5s;
}

.about_text[data-animation="after"] {
	opacity: 1;
}

.about_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(/assets/img/common/bg-main.jpg);
}

.circle {
	margin-bottom: 57px;
	position: relative;
	z-index: 2;
}

.circle_inner {
	max-width: 854px;
}

.circle_line {
	height: 1px;
	width: calc(50vw - 460px);
	background-color: #707070;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	transition-duration: .7s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.circle_line[data-animation="after"] {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.circle_line::after {
	content: "";
	width: 11px;
	height: 11px;
	background-color: #1A1A1A;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	left: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .7s;
}

.circle_line[data-animation="after"]::after {
	opacity: 1;
}

.circle_line-left::after {
	left: auto;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.circle_line-left {
	right: 100%;
	margin-right: 35px;
}

.circle_line-right {
	left: 100%;
	margin-left: 35px;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.circle_circle {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition-duration: 1s;
	transition-property: width, height, opacity;
	opacity: 0;
	transition-delay: .7s;
	width: 0;
	height: 0;
}

[data-animation="after"]+.circle_circleWrap .circle_circle {
	opacity: 1;
	width: 854px;
	height: 854px;
}

.circle_circleWrap {
	height: 854px;
}

.circle_image {
	width: 854px;
	height: 854px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.circle_image>img {}

.intro {
	margin-bottom: 110px;
	position: relative;
	z-index: 2;
	padding-top: 165px;
}

.intro_inner {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	max-width: 1000px;
}

.intro_inner-en {
	display: block;
}

.intro_title {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	white-space: nowrap;
	font-size: 218%;
	line-height: 1.7;
	letter-spacing: 0.4em;
}

.intro_title-en {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	text-align: center;
	display: block;
	letter-spacing: 0.1em;
}

.intro_title [data-char] {}

.intro_title[data-animation="after"] [data-char] {
	opacity: 1;
}

.intro_title>b {
	display: block;
	font-weight: 500;
}

.intro_bar {
	width: 1px;
	height: 290px;
	background: #1A1A1A;
	margin: 0 17px;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	transition-duration: 1s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.intro_bar-en {
	width: 172px;
	height: 1px;
	margin: 20px auto;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.intro_bar[data-animation="after"] {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.intro_headline {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	white-space: nowrap;
	font-size: 218%;
	line-height: 1.7;
	margin-left: 36px;
	letter-spacing: 0.2em;
}

.intro_headline-en {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	text-align: center;
	display: block;
	margin: 0 0 30px;
	letter-spacing: 0.1em;
}

.intro_headline>b {
	display: block;
	font-weight: 500;
}

.intro_headline[data-animation="after"] [data-char] {
	opacity: 1;
}

[data-animation="after"]~.intro_text {
	opacity: 1;
}

.intro_text {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	white-space: nowrap;
	line-height: 2.8;
	font-size: 106.25%;
	margin-right: 30px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: 1.4s;
	letter-spacing: 0.3em;
}

.intro_text-en {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	text-align: center;
	display: block;
	white-space: normal;
	letter-spacing: .05em;
	margin: 0;
}

.vis {
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 100vh;
	opacity: 0;
	transition-duration: 1.5s;
	transition-property: opacity;
}

.vis.isShow {
	opacity: 1;
}

.vis_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1.5s;
	transition-property: opacity;
	overflow: hidden;
}

.vis_slide.slick-initialized {
	opacity: 1;
}

.vis_image {
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-duration: 0s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing-function: linear;
}

.vis_imageWrap {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.isCurrent .vis_image {
	transition-duration: 10s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.vis_image-no1 {
	background-image: url(/assets/img/home/pt-slide01.jpg);
}

.vis_image-no2 {
	background-image: url(/assets/img/home/pt-slide02.jpg);
}

.vis_image-no3 {
	background-image: url(/assets/img/home/pt-slide03.jpg);
}

.vis_image-no4 {
	background-image: url(/assets/img/home/pt-slide04.jpg?date=191124);
}

.vis_image-no5 {
	background-image: url(/assets/img/home/pt-slide05.jpg);
}

.vis_image-no6 {
	background-image: url(/assets/img/home/pt-slide06.jpg);
}

.vis .slick-dots {
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}

.vis .slick-dots>li {
	display: block;
}

.vis .slick-dots>li>button {
	font-size: 0;
	border: 11px solid transparent;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	box-sizing: content-box;
	background-clip: padding-box;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	background-color: #FFFFFF;
	display: block;
}

.vis .slick-dots>li>button::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}

.vis .slick-dots>li.slick-active>button {
	background-color: transparent;
}

.vis .slick-dots>li.slick-active>button::after {
	opacity: 1;
}

.vis_osumitsuki {
	max-width: 120px;
	width: 100%;
	height: auto;
	position: absolute;
	right: 50px;
	bottom: 130px;
}

.booking {
	position: absolute;
	bottom: 0;
	right: 70px;
}

.visWrap {
	position: relative;
	z-index: 1;
}

.gMenuBtn {
	opacity: 0;
	transition-duration: 1s;
	transition-property: background-color, color, opacity;
}

.gMenuBtn.isFadeIn {
	opacity: 1;
}

.gHeader {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}

.gHeader.isFadeIn {
	opacity: 1;
}

.opening {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 1s;
	transition-property: opacity, transform, -webkit-transform;
}

.opening.isFadeOut {
	opacity: 0;
	transition-delay: 0s, 1s, 1s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.opening_carp {
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity, margin-top, margin-left;
	margin-top: -40px;
	margin-left: 10px;
}

.opening_carp.isShow {
	margin-top: 0;
	opacity: 1;
	margin-left: 0;
}

.opening_carp>img {
	display: block;
	position: relative;
	left: 60px;
	top: 64px;
}

.opening_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	background-image: url(/assets/img/common/bg-main.jpg);
	max-height: 925px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.opening_bg::before {
	content: "";
	background-image: url(/assets/img/common/bg-mask-top.png);
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 100px;
	top: 0;
	left: 0;
}

.opening_bg::after {
	content: "";
	background-image: url(/assets/img/common/bg-mask-top.png);
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 100px;
	bottom: 0;
	left: 0;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.opening_logo {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	border-radius: 50%;
	transition-duration: 0.7s, 0.7s, 1s;
	transition-property: width, height, opacity;
	width: 0;
	height: 0;
	opacity: 0;
	transition-timing-function: linear;
}

.opening_logo.isShow {
	height: 220px;
	width: 220px;
	opacity: 1;
}

.opening_logo>svg {
	display: block;
	fill: rgba(0, 0, 0, 0.77);
	width: 179px;
	height: 179px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.vis_logo {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 46px;
}

.vis_logo>svg {
	display: block;
	fill: #fff;
	width: 179px;
	height: 270px;
}

.intro_titleWrap {}

.campaign2006 {
	display: none;
}

.campaign2006_inner {
	display: flex;
	justify-content: center;
}

.booking-badge {
  transform: scale(0.1);
  transform-origin: left top;
}

@media screen and (max-width:1199px) {
	.room_item>a {
		width: 860px;
	}

	.room_popup_inner {
		width: 860px;
	}

	.room_image>img {
		width: 860px;
		height: auto;
	}

	.room_item {
		margin-left: 25px;
		margin-right: 25px;
	}
}

@media screen and (min-width:1000px) {
	.access_cauList>li>a:hover {}

	.access_list>li>a:hover {}

	.gallery_list>li>a:hover {}

	.gallery_list>li>a:hover::before {
		opacity: 1;
	}

	.news_list>li>a:hover {}

	a:hover .news_image {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.news_link>a:hover {}

	.news_link>a:hover>.icon {
		background-color: #000;
		color: #fff;
		border-color: #000;
	}

	.admin_link>a:hover {}

	.room_item>a:hover {}

	a:hover .room_image::after {
		opacity: 1;
	}

	.room .slick-dots>li>button:hover {
		opacity: 1;
	}

	.room_button:hover {
		background-color: #1A1A1A;
		border-color: #1A1A1A;
		color: #fff;
	}

	.vis .slick-dots>li:not(.slick-active)>button:hover {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}

@media screen and (max-width: 999px) {
	[data-char] {}

	.access {}

	.access_inner {}

	.access_title {}

	.access_title>b {}

	.access_cauListWrap {
		margin-top: 0;
		text-align: center;
	}

	.access_dList {
		margin-top: 0;
		justify-content: center;
	}

	.access_dList[data-animation="after"] {}

	.access_dList>dt {}

	.access_dList>dt::after {}

	.access_dList>dd {}

	.access_cauList {}

	.access_cauList[data-animation="after"] {}

	.access_cauList>li {}

	.access_cauList>li:first-child {}

	.access_cauList>li:last-child {}

	.access_cauList>li:nth-child(2n+1) {}

	.access_cauList>li:nth-child(n+3) {}

	.access_cauList>li>a {}

	.access_cauList>li>a::before {}

	.access_cauList>li>a::after {}

	.access_list {}

	.access_list[data-animation="after"] {}

	.access_list>li {}

	.access_list>li:first-child {}

	.access_list>li:last-child {}

	.access_list>li:nth-child(2n+1) {}

	.access_list>li:nth-child(n+3) {}

	.access_list>li>a {}

	.access_list>li>a::before {}

	.access_list>li>a::after {}

	.access_list>li>a>b {}

	.access_map {}

	.access_map[data-animation="after"] {}

	.around {}

	.around_title {}

	.around_title[data-animation="after"] {}

	.around_list {}

	.around_list>li {}

	.around_list>li[data-animation="after"] {}

	.around_list>li:first-child {}

	.around_list>li:last-child {}

	.around_list>li:nth-child(3n+1) {}

	.around_list>li:nth-child(n+3) {}

	.around_list>li:nth-child(2) {}

	.around_list>li:nth-child(3) {}

	.around_fig {}

	.around_fig>figcaption {}

	.around_fig>figcaption>b {}

	.around_fig>figcaption>small {
		font-size: 12px;
	}

	.around_fig_img {}

	.around_fig_img>img {}

	.visHome {
		margin: 100px 0;
		height: 40vw;
	}

	.visHome::before {}

	.visHome[data-animation="after"]::before {}

	.visHome_bg {}

	.gallery {}

	.gallery_inner {}

	.gallery_title {}

	.gallery_title>b {}

	.gallery_list {}

	.gallery_list>li {}

	.gallery_list>li[data-animation="after"] {}

	.gallery_list>li:first-child {}

	.gallery_list>li:last-child {}

	.gallery_list>li:nth-child(3n+1) {}

	.gallery_list>li:nth-child(6n+2) {}

	.gallery_list>li:nth-child(6n+3) {}

	.gallery_list>li:nth-child(6n+4) {}

	.gallery_list>li:nth-child(6n+5) {}

	.gallery_list>li:nth-child(n+4) {}

	.gallery_list>li>a {}

	.gallery_list>li>a::before {}

	.gallery_list>li>a::after {}

	.gallery_list>li>a>img {}

	.guide {
		margin-bottom: 100px;
	}

	.guide_inner {}

	.guide_title {}

	.guide_title>b {}

	.guide_table {}

	.guide_table>tbody {}

	.guide_table>tbody>tr {
		padding: 16px 0;
	}

	.guide_table>tbody>tr[data-animation="after"] {}

	.guide_table>tbody>tr:first-child {}

	.guide_table>tbody>tr:last-child {}

	.guide_table>tbody>tr>th {
		width: 170px;
		min-width: 170px;
		padding-left: 20px;
		margin-right: 35px;
	}

	.guide_table>tbody>tr>td {}

	.news {}

	.news_inner {}

	.news_title {}

	.news_title>b {}

	.news_list {
		margin-bottom: 50px;
	}

	.news_list>li {}

	.news_list>li[data-animation="after"] {}

	.news_list>li:first-child {}

	.news_list>li:last-child {}

	.news_list>li:nth-child(2n+1) {}

	.news_list>li:nth-child(n+3) {}

	.news_list>li>a {}

	.news_list>li>a::before {}

	.news_list>li>a::after {}

	.news_image {}

	.news_imageWrap {}

	.news_headline {}

	.news_infoWrap {}

	.news_update {}

	.news_update>time {}

	.news_catList {}

	.news_catList::before {}

	.news_catList>li {}

	.news_catList>li:first-child {}

	.news_catList>li:last-child {}

	.news_catList>li:nth-child(2n+1) {}

	.news_catList>li:nth-child(n+3) {}

	.news_link {}

	.news_link[data-animation="after"] {}

	.news_link>a {}

	.news_link>a::before {}

	.news_link>a::after {}

	.news_link>a>b {}

	.news_link>a>.icon {}

	.garden {}

	.gardenHr {
		margin: 100px 0 100px;
	}

	.gardenHr[data-animation="after"] {}

	.garden_inner {}

	.garden_title {}

	.garden_title>b {}

	.garden_headline {
		font-size: 18px;
	}

	.garden_headline[data-animation="after"] {}

	.garden_text {}

	.garden_text[data-animation="after"] {}

	.garden_mapWrap {}

	.garden_map {}

	.garden_map[data-animation="after"] {}

	.garden_map>img {}

	.garden_image {
		width: 100px;
	}

	.garden_image[data-animation="after"] {}

	.garden_image>img {}

	.garPhoto {}

	.garPhoto_cols {}

	.garPhoto_col {}

	.garPhoto_col-no1 {}

	.garPhoto_image {}

	.garPhoto_image[data-animation="after"] {}

	.garPhoto_image:last-child {}

	.garPhoto_image-no1 {}

	.garPhoto_image-large {}

	.garPhoto_image-no2 {}

	.garPhoto_image-no3 {}

	.garPhoto_col-no2 {}

	.garPhoto_image-no4 {}

	.garPhoto_image-no5 {}

	.garPhoto_image-no6 {}

	.garPhoto_incols {}

	.garPhoto_incols-rev {}

	.garPhoto_incol {}

	.garPhoto_incol-large {}

	.garPhoto_incol-small {}

	.admin {
		margin-top: 100px;
	}

	.admin_inner {}

	.admin_cols {}

	.admin_col {}

	.admin_col[data-animation="after"] {}

	.admin_col-no1 {}

	.admin_image {}

	.admin_image>img {}

	.admin_col-no2 {}

	.admin_title {}

	.admin_text {}

	.admin_link {}

	.admin_link>a {}

	.admin_link>a::before {}

	.admin_link>a::after {}

	.room {
		margin-bottom: 100px;
	}

	.room_inner {}

	.room_title {}

	.room_title>b {}

	.room_headline {
		font-size: 18px;
		margin-bottom: 26px;
	}

	.room_headline[data-animation="after"] {}

	.room_slide {}

	.room_slide[data-animation="after"] {}

	.room_item {}

	.room_item>a {
		width: 500px;
	}

	.room_popup {}

	.room_popup_inner {
		width: 500px;
	}

	.room_item>a::before {}

	.room_item>a::after {}

	.room_name {
		font-size: 14px;
	}

	.room_name::after {}

	.room_text {}

	.room_image {}

	.room_image::after {}

	.room_image>img {}

	.room .slick-dots {
		margin-top: 36px;
	}

	.room .slick-dots>li {}

	.room .slick-dots>li>button {}

	.room .slick-dots>li.slick-active>button {}

	.room_button {}

	.room_button-next {}

	.room_button-prev {}

	.room_button>.icon {}

	.room_button-prev>.icon {}

	.about {
		padding-bottom: 0;
		margin-bottom: 100px;
	}

	.about::before {}

	.about::after {}

	.about_inner {}

	.about_title {}

	.about_title>b {}

	.about_headline {
		font-size: 18px;
	}

	.about_headline[data-animation="after"] {}

	.about_text {}

	.about_text[data-animation="after"] {}

	.about_bg {}

	.circle {}

	.circle_inner {
		max-width: 500px;
		box-sizing: content-box;
	}

	.circle_line {
		width: calc(50vw - 280px);
	}

	.circle_line[data-animation="after"] {}

	.circle_line::after {}

	.circle_line[data-animation="after"]::after {}

	.circle_line-left::after {}

	.circle_line-left {}

	.circle_line-right {}

	.circle_circle {}

	[data-animation="after"]+.circle_circleWrap .circle_circle {
		width: 500px;
		height: 500px;
	}

	.circle_circleWrap {
		height: 500px;
	}

	.circle_image {
		width: 500px;
		height: 500px;
	}

	.circle_image>img {}

	.intro {
		padding-top: 100px;
		margin-bottom: 80px;
	}

	.intro_inner {}

	.intro_title {
		font-size: 200%;
	}

	.intro_title [data-char] {}

	.intro_title[data-animation="after"] [data-char] {}

	.intro_title>b {}

	.intro_bar {
		height: 240px;
	}

	.intro_bar-en {
		height: 1px;
	}

	.intro_bar[data-animation="after"] {}

	.intro_headline {
		margin-left: 10px;
		font-size: 200%;
	}

	.intro_headline>b {}

	.intro_headline[data-animation="after"] [data-char] {}

	[data-animation="after"]~.intro_text {}

	.intro_text {
		line-height: 2.4;
		margin-right: 19px;
	}

	.vis {}

	.vis.isShow {}

	.vis_slide {}

	.vis_slide.slick-initialized {}

	.vis_image {}

	.vis_imageWrap {}

	.isCurrent .vis_image {}

	.vis_image-no1 {}

	.vis_image-no2 {}

	.vis_image-no3 {}

	.vis_image-no4 {}

	.vis_image-no5 {}

	.vis_image-no6 {}

	.vis .slick-dots {}

	.vis .slick-dots>li {}

	.vis .slick-dots>li>button {}

	.vis .slick-dots>li>button::after {}

	.vis .slick-dots>li.slick-active>button {}

	.vis .slick-dots>li.slick-active>button::after {}

	.visWrap {}

	.gMenuBtn {}

	.gMenuBtn.isFadeIn {}

	.gHeader {}

	.gHeader.isFadeIn {}

	.opening {}

	.opening.isFadeOut {}

	.opening_carp {}

	.opening_carp.isShow {}

	.opening_carp>img {}

	.opening_bg {}

	.opening_bg::before {}

	.opening_bg::after {}

	.opening_logo {}

	.opening_logo.isShow {}

	.opening_logo>svg {}

	.vis_logo {}

	.vis_logo>svg {}

	.intro_titleWrap {}
}

@media screen and (max-width:767px) {
	[data-char] {}

	.access {}

	.access_inner {}

	.access_title {}

	.access_title>b {}

	.access_cauListWrap {
		margin-top: 49px;
		margin-bottom: 38px;
	}

	.access_dList {
		display: block;
		margin-bottom: 21px;
	}

	.access_dList[data-animation="after"] {}

	.access_dList>dt {
		margin-bottom: 5px;
	}

	.access_dList>dt::after {
		display: none;
	}

	.access_dList>dd {}

	.access_cauList {
		font-size: 12px;
	}

	.access_cauList[data-animation="after"] {}

	.access_cauList>li {}

	.access_cauList>li:first-child {}

	.access_cauList>li:last-child {}

	.access_cauList>li:nth-child(2n+1) {}

	.access_cauList>li:nth-child(n+3) {}

	.access_cauList>li>a {
		display: block;
		padding-top: 10px;
		margin-top: 17px;
		font-size: 14px;
	}

	.access_cauList>li>a::before {}

	.access_cauList>li>a::after {}

	.access_list {
		margin-bottom: 61px;
	}

	.access_list[data-animation="after"] {}

	.access_list>li {}

	.access_list>li:first-child {}

	.access_list>li:last-child {}

	.access_list>li:nth-child(2n+1) {}

	.access_list>li:nth-child(n+3) {}

	.access_list>li>a {}

	.access_list>li>a::before {}

	.access_list>li>a::after {}

	.access_list>li>a>b {}

	.access_map {
		height: 368px;
		margin-bottom: 17px;
	}

	.access_map[data-animation="after"] {}

	.around {}

	.around_title {
		margin-bottom: 23px;
	}

	.around_title[data-animation="after"] {}

	.around_list {
		display: block;
	}

	.around_list>li {
		width: auto;
		margin: 14px 0 0;
	}

	.around_list>li[data-animation="after"] {}

	.around_list>li:first-child {
		margin-top: 0;
	}

	.around_list>li:last-child {}

	.around_list>li:nth-child(3n+1) {}

	.around_list>li:nth-child(n+3) {}

	.around_list>li:nth-child(2) {
		transition-delay: 0.5s;
	}

	.around_list>li:nth-child(3) {
		transition-delay: 0.5s;
	}

	.around_fig {
		display: flex;
		align-items: center;
	}

	.around_fig>figcaption {
		margin-top: 0;
		text-align: left;
	}

	.around_fig>figcaption>b {
		font-size: 13px;
	}

	.around_fig>figcaption>small {
		font-size: 11px;
	}

	.around_fig_img {
		width: 125px;
		min-width: 125px;
		margin-right: 10px;
	}

	.around_fig_img>img {}

	.visHome {
		margin-top: 116px;
		height: 34vw;
		margin-bottom: 40px;
	}

	.visHome::before {}

	.visHome[data-animation="after"]::before {}

	.visHome_bg {}

	.gallery {}

	.gallery_inner {}

	.gallery_title {}

	.gallery_title>b {}

	.gallery_list {
		margin-top: 20px;
	}

	.gallery_list>li {}

	.gallery_list>li[data-animation="after"] {}

	.gallery_list>li:first-child {}

	.gallery_list>li:last-child {}

	.gallery_list>li:nth-child(3n+1) {}

	.gallery_list>li:nth-child(6n+2) {}

	.gallery_list>li:nth-child(6n+3) {}

	.gallery_list>li:nth-child(6n+4) {}

	.gallery_list>li:nth-child(6n+5) {}

	.gallery_list>li:nth-child(n+4) {}

	.gallery_list>li>a {}

	.gallery_list>li>a::before {}

	.gallery_list>li>a::after {}

	.gallery_list>li>a>img {}

	.guide {
		margin-bottom: 60px;
	}

	.guide_inner {}

	.guide_title {}

	.guide_title>b {}

	.guide_table {
		margin-top: 27px;
		line-height: 1.54;
	}

	.guide_table>tbody {}

	.guide_table>tbody>tr {
		padding: 8px 0;
	}

	.guide_table>tbody>tr[data-animation="after"] {}

	.guide_table>tbody>tr:first-child {}

	.guide_table>tbody>tr:last-child {}

	.guide_table>tbody>tr>th {
		white-space: normal;
		width: 70px;
		min-width: 80px;
		padding: 8px 15px;
		padding-left: 0;
		margin-right: 15px;
	}

	.guide_table>tbody>tr>td {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.news {
		margin-bottom: 63px;
	}

	.news_inner {}

	.news_title {}

	.news_title>b {}

	.news_list {
		margin-top: 36px;
		margin-bottom: 38px;
	}

	.news_list>li {}

	.news_list>li[data-animation="after"] {}

	.news_list>li:first-child {}

	.news_list>li:last-child {}

	.news_list>li:nth-child(2n+1) {}

	.news_list>li:nth-child(n+3) {
		margin-top: 7%;
	}

	.news_list>li>a {}

	.news_list>li>a::before {}

	.news_list>li>a::after {}

	.news_image {}

	.news_imageWrap {}

	.news_headline {
		font-size: 12px;
		margin-top: 8px;
		line-height: 1.4;
		margin-bottom: 0px;
	}

	.news_infoWrap {
		font-size: 9px;
	}

	.news_update {}

	.news_update>time {}

	.news_catList {}

	.news_catList::before {}

	.news_catList>li {}

	.news_catList>li:first-child {}

	.news_catList>li:last-child {}

	.news_catList>li:nth-child(2n+1) {}

	.news_catList>li:nth-child(n+3) {}

	.news_link {}

	.news_link[data-animation="after"] {}

	.news_link>a {}

	.news_link>a::before {}

	.news_link>a::after {}

	.news_link>a>b {}

	.news_link>a>.icon {
		width: 45px;
		height: 45px;
		font-size: 17px;
	}

	.garden {}

	.gardenHr {
		margin: 60px 0 39px;
	}

	.gardenHr[data-animation="after"] {}

	.garden_inner {}

	.garden_title {}

	.garden_title>b {}

	.garden_headline {
		font-size: 15px;
	}

	.garden_headline[data-animation="after"] {}

	.garden_text {
		text-align: left;
		margin-top: 26px;
		line-height: 1.94;
		margin-bottom: 37px;
	}

	.garden_text[data-animation="after"] {}

	.garden_mapWrap {
		margin-left: -50px;
		margin-right: -50px;
	}

	.garden_map {}

	.garden_map[data-animation="after"] {}

	.garden_map>img {}

	.garden_image {
		width: 60px;
		right: 25%;
		bottom: 20%;
	}

	.garden_image[data-animation="after"] {}

	.garden_image>img {}

	.garPhoto {
		margin-top: 36px;
	}

	.garPhoto_cols {
		display: block;
	}

	.garPhoto_col {
		width: auto;
	}

	.garPhoto_col-no1 {
		margin-bottom: 4vw;
	}

	.garPhoto_image {
		margin-bottom: 4vw;
	}

	.garPhoto_image[data-animation="after"] {}

	.garPhoto_image:last-child {}

	.garPhoto_image-no1 {}

	.garPhoto_image-large {}

	.garPhoto_image-no2 {}

	.garPhoto_image-no3 {}

	.garPhoto_col-no2 {}

	.garPhoto_image-no4 {}

	.garPhoto_image-no5 {}

	.garPhoto_image-no6 {}

	.garPhoto_incols {}

	.garPhoto_incols-rev {}

	.garPhoto_incol {}

	.garPhoto_incol-large {}

	.garPhoto_incol-small {}

	.admin {
		margin-top: 61px;
	}

	.admin_inner {}

	.admin_cols {
		display: block;
	}

	.admin_col {}

	.admin_col[data-animation="after"] {}

	.admin_col-no1 {
		max-width: 136px;
		min-width: 0;
		width: 136px;
		margin: 0 auto 13px;
	}

	.admin_image {}

	.admin_image>img {}

	.admin_col-no2 {
		margin-left: 0;
	}

	.admin_title {
		font-size: 12px;
		text-align: center;
		margin-bottom: 9px;
	}

	.admin_text {
		font-size: 12px;
	}

	.admin_link {
		font-size: 12px;
	}

	.admin_link>a {}

	.admin_link>a::before {}

	.admin_link>a::after {}

	.room {
		margin-bottom: 83px;
	}

	.room_inner {}

	.room_title {}

	.room_title>b {}

	.room_headline {
		font-size: 15px;
		margin-bottom: 19px;
	}

	.room_headline[data-animation="after"] {}

	.room_slide {
		padding-bottom: 0;
	}

	.room_slide[data-animation="after"] {}

	.room_item {
		margin-left: 15px;
		margin-right: 15px;
	}

	.room_item>a {
		width: 262px;
	}

	.room_popup {
		padding: 15px 15px;
		padding-left: 30px;
	}

	.room_popup_inner {
		width: 262px;
	}

	.room_item>a::before {}

	.room_item>a::after {}

	.room_name {
		font-size: 10px;
		letter-spacing: 0.6em;
		padding-top: 18px;
		top: 0;
		margin-left: -10px;
	}

	.room_name::after {
		height: 10px;
	}

	.room_text {
		font-size: 11px;
	}

	.room_image {}

	.room_image::after {}

	.room_image>img {}

	.room .slick-dots {
		margin-top: 10px;
	}

	.room .slick-dots>li {}

	.room .slick-dots>li>button {
		border-width: 7px;
		width: 8px;
		height: 8px;
		border-top-width: 15px;
		border-bottom-width: 15px;
	}

	.room .slick-dots>li.slick-active>button {}

	.room_button {
		width: 37px;
		height: 37px;
		margin-left: -110px;
		font-size: 14px;
	}

	.room_button-next {
		margin-left: 110px;
	}

	.room_button-prev {}

	.room_button>.icon {}

	.room_button-prev>.icon {}

	.about {
		margin-bottom: 52px;
	}

	.about::before {}

	.about::after {}

	.about_inner {}

	.about_title {}

	.about_title>b {}

	.about_headline {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.about_headline[data-animation="after"] {}

	.about_text {
		text-align: left;
		line-height: 1.9;
		letter-spacing: 0.05em;
		margin-top: 1.8em;
	}

	.about_text[data-animation="after"] {}

	.about_bg {}

	.circle {
		margin-bottom: 40px;
	}

	.circle_inner {
		max-width: 255px;
	}

	.circle_line {
		width: calc(50vw - 135px);
	}

	.circle_line[data-animation="after"] {}

	.circle_line::after {
		width: 7px;
		height: 7px;
	}

	.circle_line[data-animation="after"]::after {}

	.circle_line-left::after {}

	.circle_line-left {
		margin-right: 5px;
	}

	.circle_line-right {
		margin-left: 5px;
	}

	.circle_circle {}

	[data-animation="after"]+.circle_circleWrap .circle_circle {
		width: 255px;
		height: 255px;
	}

	.circle_circleWrap {
		height: 255px;
	}

	.circle_image {
		width: 255px;
		height: 255px;
	}

	.circle_image>img {}

	.intro {
		padding-top: 39px;
		margin-bottom: 70px;
	}

	.intro_inner {
		flex-wrap: wrap;
	}

	.intro_title {
		font-size: 20px;
		letter-spacing: 0.45em;
	}

	.intro_title-en {
		font-size: 17px;
		letter-spacing: 0;
	}

	.intro_title [data-char] {}

	.intro_title[data-animation="after"] [data-char] {}

	.intro_title>b {}

	.intro_bar {
		height: 175px;
	}

	.intro_bar-en {
		height: 1px;
		width: 100px;
		margin: 10px auto;
	}

	.intro_bar[data-animation="after"] {}

	.intro_headline {
		font-size: 20px;
		margin-left: 0;
		letter-spacing: 0.3em;
	}

	.intro_headline-en {
		font-size: 17px;
		letter-spacing: 0;
	}

	.intro_headline>b {}

	.intro_headline[data-animation="after"] [data-char] {}

	[data-animation="after"]~.intro_text {}

	.intro_text {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		margin: 22px 0 0;
		line-height: 1.9;
		white-space: normal;
		letter-spacing: 0.05em;
	}

	.intro_text:first-of-type {
		margin-top: 28px;
	}

	.vis {}

	.vis.isShow {}

	.vis_slide {}

	.vis_slide.slick-initialized {}

	.vis_image {}

	.vis_imageWrap {}

	.isCurrent .vis_image {}

	.vis_image-no1 {
		background-image: url(/assets/img/home/pt-slide01_sp@2x.jpg);
	}

	.vis_image-no2 {
		background-image: url(/assets/img/home/pt-slide02_sp@2x.jpg);
	}

	.vis_image-no3 {
		background-image: url(/assets/img/home/pt-slide03_sp@2x.jpg);
	}

	.vis_image-no4 {
		background-image: url(/assets/img/home/pt-slide04_sp@2x.jpg);
	}

	.vis_image-no5 {
		background-image: url(/assets/img/home/pt-slide05_sp@2x.jpg);
	}

	.vis_image-no6 {
		background-image: url(/assets/img/home/pt-slide06_sp@2x.jpg);
	}

	.vis .slick-dots {
		right: 5px;
	}

	.vis .slick-dots>li {}

	.vis .slick-dots>li>button {}

	.vis .slick-dots>li>button::after {}

	.vis .slick-dots>li.slick-active>button {}

	.vis .slick-dots>li.slick-active>button::after {}

	.vis_osumitsuki {
		max-width: 80px;
		right: 20px;
		bottom: 120px;
	}

	.visWrap {}

	.gMenuBtn {}

	.gMenuBtn.isFadeIn {}

	.gHeader {}

	.gHeader.isFadeIn {}

	.opening {}

	.opening.isFadeOut {}

	.opening_carp {
		width: 92px;
	}

	.opening_carp.isShow {}

	.opening_carp>img {
		left: 30px;
		top: 41px;
	}

	.opening_bg {}

	.opening_bg::before {}

	.opening_bg::after {}

	.opening_logo {}

	.opening_logo.isShow {
		width: 110px;
		height: 110px;
	}

	.opening_logo>svg {
		width: 110px;
		height: 110px;
	}

	.vis_logo {
		margin-top: 27px;
	}

	.vis_logo>svg {
		width: 110px;
		height: 166px;
	}

	.intro_titleWrap {}

	.campaign2006 {
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		text-align: center;
		position: fixed;
		bottom: 0;
		z-index: 10;
		background-image: url(/assets/img/common/bg-main@2x.png);
		background-size: 50px 50px;
		background-color: #fefcf7;
		background-position: 0 0;
	}

	.booking {
		right: 30px;
	}
}

@media screen and (max-width:374px) {
	.circle_inner {
		max-width: 220px;
	}

	.circle_circleWrap {
		height: 220px;
	}

	[data-animation="after"]+.circle_circleWrap .circle_circle {
		width: 220px;
		height: 220px;
	}

	.circle_image {
		width: 220px;
		height: 220px;
	}

	.circle_line {
		width: calc(50vw - 125px);
	}

	.circle_line-left {}

	.circle_line-right {}
}