@charset "utf-8";




.place-kv {
	position: relative;
	height: 55vw;
}
.place-kv .inner {
}
.place-kv .arrow {
	position: absolute;
	width: 68px;
	height: 36px;
	left: calc(50% - 34px);
	bottom: 30px;
	z-index: 10;
	font-size: 0;
	background: url(../img/arrow_down.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}



.place-intro {
	width: 600px;
	margin: 140px auto 0;
}
.place-intro h2 {
	font-size: 2rem !important;
	font-weight: 400 !important;
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif !important;
}
.place-intro p {
	margin: 55px 0 0 35px;
	line-height: 2;
	font-size: 1.125rem;
}

.place-intro.wide {
	width: 610px;
}






.place-image .slick-list {
	overflow: visible !important;
}
.place-image {
	margin: 220px 0 0;
}
.place-image .slide {
	position: relative;
	width: 100vw;
	height: 500px;
	overflow: hidden;
}
.place-image .slide-container {
	position: absolute;
	top: 0;
	left: calc(50vw - ((700px + 16px) / 2)) !important;
}
.place-image .slide-item {
	box-sizing: border-box;
	width: calc(700px + 16px);
	height: 500px;
	padding: 0 8px;
}
.place-image .slide-item:nth-child(1) {
}

.place-image button {
	position: absolute;
	display: block;
	width: 50px;
	height: 80px;
	top: calc(50% - 40px);
	z-index: 100;
	font-size: 0;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 42px auto;
	border: none;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.place-image button:hover {
	opacity: 0.7;
}
.place-image button.prev {
	left: 50px;
	background-image: url(../img/arrow_slide_prev_white.svg);
}
.place-image button.next {
	right: 50px;
	background-image: url(../img/arrow_slide_next_white.svg);
}




.profile {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 140px auto 0;
	padding: 0 100px;
}
.profile .box {
	box-sizing: border-box;
	width: calc(50% - 15px);
	padding: 50px;
	background: #e6e6e6;
}
.profile figure {
	width: 213px;
}
.profile figure img {
	width: 100%;
	height: auto;
}
.profile dl {
	margin: 30px 0 0;
}
.profile dt {
	margin: 30px 0 0;
	font-size: 0.875rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.profile dd {
	margin: 25px 0 0;
}
.profile dd strong {
	font-size: 1.5rem;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.profile dd span {
	margin-left: 4px;
	font-size: 1rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.profile p {
	margin: 25px 0 0;
	font-size: 1rem;
	line-height: 2;
}






.place-menu {
	box-sizing: border-box;
	max-width: 1400px;
	margin: 170px auto 0;
	padding: 0 100px;
}
.place-menu .header {
	position: relative;
	margin: 0 0 50px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.place-menu .header h3 {
	font-size: 1.125rem;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-menu ul {
	display: flex;
}
.place-menu li {
	width: calc((100% - 40px) / 3);
}
.place-menu li + li {
	margin-left: 20px;
}
.place-menu li a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	color: #fff;
	background: #000;
	transition: all 300ms ease-out;
}
.place-menu li a em {
	position: absolute;
	display: block;
	width: 32px;
	height: 12px;
	right: 40px;
	top: calc(50% - 6px);
	background: url(../img/icon_pdf.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
.place-menu li a:hover {
	background: #444;
}

.place-menu dl + dl {
	margin-top: 40px;
}
.place-menu dt {
	margin: 0 0 15px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-menu dd {
	margin: 15px 0 45px;
	line-height: 2;
}
.place-menu dd + dd {
	margin-top: 15px;
}

.place-menu .header2 {
	position: relative;
	margin: 50px 0 50px;
	padding: 0 0 15px;
}
.place-menu .header2 h4 {
	font-size: 1.125rem;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}




















.place-guide {
	box-sizing: border-box;
	max-width: 1400px;
	margin: 140px auto 0;
	padding: 0 100px;
}
.place-guide .header {
	position: relative;
	margin: 0 0 45px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.place-guide .header h3 {
	font-size: 1.125rem;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-guide .inner {
	display: flex;
}
.place-guide .box {
	width: 470px;
}
.place-guide dl + dl {
	margin-top: 40px;
}
.place-guide dt {
	margin: 0 0 15px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-guide dd {
	margin: 15px 0 0;
	line-height: 2;
}
.place-guide dd + dd {
	margin-top: 15px;
}
.place-guide dd strong {
	display: block;
	margin: -2px 0 0;
	font-size: 1.375rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.place-guide dd span {
	margin-left: 10px;
	font-size: 1.125rem;
}
.place-guide dd .note {
	font-size: 0.8125rem;
}
.place-guide dd p.note {
	margin: -5px 0 0;
}
.place-guide dd span.note {
	margin: 0 0 0 10px;
}




.place-news {
	box-sizing: border-box;
	max-width: 1400px;
	margin: 140px auto 0;
	padding: 0 100px;
}
.place-news .header {
	position: relative;
	padding: 0 0 15px;
}
.place-news .header h3 {
	font-size: 1.125rem;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-news .news-list {
	margin: 0;
}

.place-news .header nav {
	position: absolute;
	right: 0;
	top: 2px;
}
.place-news .header nav a {
	position: relative;
	display: inline-block;
	padding: 0 95px 0 0;
	font-size: 1.125rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
	cursor: pointer;
}
.place-news .header nav a em {
	position: absolute;
	display: flex;
	width: 110px;
	height: 30px;
	right: 0;
	top: calc(50% - 16px);
	background: url(../img/arrow_right_thin.svg) 50% 50% no-repeat;
	background-size: 52px auto;
	transition: all 300ms ease-out;
}
.place-news .header nav a:hover em {
	transform: translateX(5px);
}




.place-reserve {
	box-sizing: border-box;
	max-width: 1400px;
	margin: 100px auto 0;
	padding: 0 100px;
}
.place-reserve .header {
	position: relative;
	margin: 0 0 45px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.place-reserve .header h3 {
	font-size: 1.125rem;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-reserve li + li {
	margin-top: 20px;
}
.place-reserve li a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	color: #fff;
	background: #000;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.place-reserve li a em {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	right: 28px;
	top: calc(50% - 9px);
	background: url(../img/arrow_popup.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}
.place-reserve li a:hover {
	background: #444;
}


.place-reserve p {
	margin: 40px 0 0;
	line-height: 2;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-reserve p strong {
	margin-left: 8px;
	font-size: 1.75rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.place-reserve p.note {
	margin-top: 20px;
	font-size: 0.9375rem;
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
}




.place-access {
	box-sizing: border-box;
	max-width: 1400px;
	margin: 100px auto 140px;
	padding: 0 100px;
}
.place-access .header {
	position: relative;
	margin: 0 0 45px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.place-access .header h3 {
	font-size: 1.125rem;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}

.place-access p {
	line-height: 2;
}
.place-access .link {
	margin: 20px 0 0;
}
.place-access .link a {
	font-size: 1rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
	text-decoration: underline;
}
.place-access .link a:hover {
	text-decoration: none;
}

.place-access .header nav {
	position: absolute;
	right: 0;
	top: 2px;
}
.place-access .header nav a {
	position: relative;
	display: inline-block;
	padding: 0 95px 0 0;
	font-size: 1.125rem;
	font-family: "UniversLTPro-55Roman", sans-serif;
	cursor: pointer;
}
.place-access .header nav a em {
	position: absolute;
	display: flex;
	width: 110px;
	height: 30px;
	right: 0;
	top: calc(50% - 16px);
	background: url(../img/arrow_right_thin.svg) 50% 50% no-repeat;
	background-size: 52px auto;
	transition: all 300ms ease-out;
}
.place-access .header nav a:hover em {
	transform: translateX(5px);
}







.place-column {
	box-sizing: border-box;
	max-width: 1400px;
	margin: 100px auto 140px;
	padding: 0 100px;
}
.place-column:last-of-type {
	margin-bottom: 200px !important;
}
.place-column .header {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.place-column .header h3 {
	font-size: 1.125rem;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-column .inner {
	display: flex;
	justify-content: space-between;
}
.place-column .inner .text {
	width: 405px;
	margin: 20px 0 0;
}
.place-column .inner figure {
	width: calc(100% - 500px);
	max-width: 700px;
}
.place-column .inner figure img {
	width: 100%;
	height: auto;
}

.place-column .inner .text p {
	line-height: 2;
}
.place-column .inner .spec {
	margin: 35px 0 0;
	line-height: 2;
}
.place-column .inner .spec dl {
	display: flex;
}
.place-column .inner .spec dl + dl {
	margin-top: 5px;
}
.place-column .inner .spec dt {
	width: 90px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-column .inner .spec dd {
	width: calc(100% - 90px);
}

.place-column .inner .spec.long dt {
	width: 170px;
}
.place-column .inner .spec.long dd {
	width: calc(100% - 170px);
}

.place-column .inner .spec.multiline dl {
	display: block;
}
.place-column .inner .spec.multiline dt,
.place-column .inner .spec.multiline dd {
	width: 100%;
}


.place-column * + nav {
	margin: 30px 0 0;
}
.place-column nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 386px;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	color: #fff;
	background: #000;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.place-column nav a em {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	right: 28px;
	top: calc(50% - 9px);
	background: url(../img/arrow_popup.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}
.place-column nav a:hover {
	background: #444;
}

.place-column nav a.disabled {
	pointer-events: none;
	opacity: 0.2;
	filter: brightness(0.6);
}



/* ----- */

.place-kv .photo1 span,
.place-kv .photo2 span {
	position: relative;
	display: block;
	overflow: hidden;
	will-change: transform;
}

.place-kv .photo1 img,
.place-kv .photo2 img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.place-kv .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}




body.restaurant .place-kv .photo1 span {
	position: absolute;
	width: 18.5vw;
	height: 25.5vw;
	left: 0;
	top: 0;
}
body.restaurant .place-kv .photo2 span {
	position: absolute;
	width: 58vw;
	height: 37.5vw;
	right: 0;
	bottom: 0;
}
body.restaurant .place-kv .logo {
	position: absolute;
	width: 30vw;
	height: 16.5vw;
	left: 7vw;
	bottom: 4.5vw;
}



body.museum .place-kv .photo1 span {
	position: absolute;
	width: 35vw;
	height: 29.5vw;
	left: 0;
	top: 0;
}
body.museum .place-kv .photo2 span {
	position: absolute;
	width: 21.5vw;
	height: 21.5vw;
	right: 7vw;
	bottom: 10vw;
}
body.museum .place-kv .logo {
	position: absolute;
	width: 33.5vw;
	height: 13.2vw;
	left: 7vw;
	bottom: 7.8vw;
}



@media (min-aspect-ratio: 16/10) {
	.place-kv {
		height: calc(100vh - 120px);
	}
	body.restaurant .place-kv .photo1 span {
		width: 28.5vh;
		height: 39.5vh;
	}
	body.restaurant .place-kv .photo2 span {
		width: 90vh;
		height: 58.5vh;
	}
	body.restaurant .place-kv .logo {
		width: 46.5vh;
		height: 25.5vh;
		left: 11vh;
		bottom: 8.5vh;
	}

	body.museum .place-kv .photo1 span {
		width: 55.5vh;
		height: 46vh;
	}
	body.museum .place-kv .photo2 span {
		width: 33vh;
		height: 33vh;
		right: 11vh;
		bottom: 16.5vh;
	}
	body.museum .place-kv .logo {
		width: 52vh;
		height: 20.5vh;
		left: 11vh;
		bottom: 12vh;
	}
}










.place-kv .photo1 img {
	opacity: 0;
	transform: scale(1.1);
	transition: all 1500ms ease-out 0ms;
}
.place-kv .photo2 img {
	opacity: 0;
	transform: scale(1.1);
	transition: all 1500ms ease-out 500ms;
}
.place-kv .logo {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 500ms;
}
.place-kv .arrow {
	opacity: 0;
	transform: translateY(-20px);
	transition: all 800ms ease-out 1500ms;
}

.place-kv.show .photo1 img,
.place-kv.show .photo2 img {
	opacity: 1;
	transform: scale(1);
}
.place-kv.show .logo,
.place-kv.show .arrow {
	opacity: 1;
	transform: translateY(0);
}




.place-intro h2 {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 300ms;
}
.place-intro  p {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 800ms;
}
.place-intro.show h2,
.place-intro.show p {
	opacity: 1;
	transform: translateY(0);
}




.place-image figure {
	overflow: hidden;
}
.place-image figure img {
	opacity: 0;
	transform: scale(1.1);
	transition: all 1500ms ease-out 0ms;
}
.place-image.show figure img {
	opacity: 1;
	transform: scale(1);
}





.place-column .header {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 0ms;
}
.place-column p {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 500ms;
}
.place-column .spec,
.place-column nav {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 800ms;
}
.place-column figure {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 800ms;
}
.place-column.show .header,
.place-column.show p,
.place-column.show .spec,
.place-column.show nav,
.place-column.show figure {
	opacity: 1;
	transform: translateY(0);
}









.profile .box {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 0ms;
}
.profile .box:nth-child(2) {
	transition-delay: 500ms;
}
.profile.show .box {
	opacity: 1;
	transform: translateY(0);
}



.place-menu .header {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 0ms;
}
.place-menu ul {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 500ms;
}
.place-menu.show .header,
.place-menu.show ul {
	opacity: 1;
	transform: translateY(0);
}


.place-menu .body {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 1000ms;
}
.place-menu.show .body{
	opacity: 1;
	transform: translateY(0);
}



.place-guide .header {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 0ms;
}
.place-guide .inner {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 500ms;
}
.place-guide.show .header,
.place-guide.show .inner {
	opacity: 1;
	transform: translateY(0);
}





.place-news .header,
.place-news ul {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 0ms;
}
/*
.place-news .header nav {
	transform: translateX(-20px);
	transition: all 800ms ease-out 500ms;
}
*/
.place-news.show .header,
.place-news.show ul {
	opacity: 1;
	transform: translateY(0);
}
/*
.place-news.show .header nav {
	transform: translateX(0);
}
*/
.place-news li {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out;
}
.place-news.show li {
	opacity: 1;
	transform: translateY(0);
}
.place-news li:nth-child(1) {
	transition-delay: 500ms;
}
.place-news li:nth-child(2) {
	transition-delay: 800ms;
}
.place-news li:nth-child(3) {
	transition-delay: 1100ms;
}





.place-reserve .header {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 0ms;
}
.place-reserve ul {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 500ms;
}
.place-reserve p {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 800ms;
}
.place-reserve.show .header,
.place-reserve.show ul,
.place-reserve.show p {
	opacity: 1;
	transform: translateY(0);
}





.place-access .header {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 0ms;
}
.place-access p,
.place-access .link {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 500ms;
}

.place-access.show .header,
.place-access.show p,
.place-access.show .link {
	opacity: 1;
	transform: translateY(0);
}







#ticker {
	position: absolute;
	width: 100%;
	height: 50px;
	z-index: 100;
	background: #1e1e1e;
}
#ticker .extra {
	position: relative;
	box-sizing: border-box;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px 0 200px;
}
#ticker p {
	display: flex;
	align-items: center;
	height: 50px;
	color: #fff;
	font-size: 0.875rem;
}

#ticker a {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 50px;
	top: calc(50% - 15px);
	background: url(../img/icon_close_white.svg) 50% 50% no-repeat;
	background-size: 18px auto;
}








/* ---------- */
/* English */

html:lang(en) .place-intro h2 {
	font-weight: normal !important;
	font-family: "UniversLTPro-65Bold", sans-serif !important;
	line-height: 1.4;
	white-space: nowrap;
}

html:lang(en) .place-column .header h3 {
	font-weight: normal !important;
	font-family: "UniversLTPro-65Bold", sans-serif !important;
}
html:lang(en) .place-menu .header h3,
html:lang(en) .place-guide .header h3,
html:lang(en) .place-reserve .header h3 {
	font-weight: normal !important;
	font-family: "UniversLTPro-65Bold", sans-serif !important;
}






























