@charset "utf-8";




.place-kv {
	position: relative;
	height: calc(var(--doc-height) - 75px);
}
.place-kv .inner {
}
.place-kv .arrow {
	position: absolute;
	width: 48px;
	height: 46px;
	left: 54px;
	bottom: 30px;
	z-index: 10;
	text-align: center;
	text-indent: -2px;
	letter-spacing: 2px;
	font-size: 11px;
	font-family: "UniversLTPro-55Roman", sans-serif;
	background: url(../img/arrow_down.svg) 50% 100% no-repeat;
	background-size: 46px auto;
}



.place-intro {
	margin: 70px 20px 0 55px;
}
.place-intro h2 {
	line-height: 1.8;
	font-size: 22px !important;
	font-weight: 400 !important;
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif !important;
}
.place-intro p {
	margin: 30px 0 0 28px;
	line-height: 2;
	font-size: 14px;
}







.place-image .slick-list {
}
.place-image {
	position: relative;
	margin: 100px 0 0;
}
.place-image .slide {
	position: relative;
	width: 100vw;
	height: calc((100vw - 72px) / 3 * 2);
	overflow: hidden;
}
.place-image .slide-container {
}
.place-image .slide-item {
	box-sizing: border-box;
	width: calc(100vw - 72px + 10px);
	height: calc((100vw - 72px) / 3 * 2);
	padding: 0 5px;
}
.place-image .slide-item:nth-child(1) {
}

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




.profile {
	box-sizing: border-box;
	margin: 80px auto 0;
	padding: 0 20px;
}
.profile .box {
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	background: #e6e6e6;
}
.profile .box + .box {
	margin-top: 10px;
}
.profile figure {
	text-align: right;
}
.profile figure img {
	width: 138px;
	height: auto;
}
.profile dl {
	margin: 25px 0 0;
}
.profile dt {
	position: absolute;
	font-size: 12px;
	left: 20px;
	top: 20px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.profile dd {
}
.profile dd strong {
	font-size: 18px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.profile dd span {
	margin-left: 4px;
	font-size: 12px;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.profile p {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 2;
}






.place-menu {
	box-sizing: border-box;
	margin: 50px auto 0;
	padding: 0 20px;
}
.place-menu .header {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.place-menu .header h3 {
	font-size: 14px;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-menu ul {
}
.place-menu li {
}
.place-menu li + li {
	margin-top: 10px;
}
.place-menu li a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: 250px;
	height: 50px;
	padding: 0 28px;
	font-size: 14px;
	color: #fff;
	background: #000;
	transition: all 300ms ease-out;
}
.place-menu li a em {
	position: absolute;
	display: block;
	width: 22px;
	height: 10px;
	right: 24px;
	top: calc(50% - 5px);
	background: url(../img/icon_pdf.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}

.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-menu .body{
	margin-top:1em;
}
.place-menu .body >*{
	margin-top:1em;
	line-height:1.8;
}





.place-guide {
	box-sizing: border-box;
	margin: 80px auto 0;
	padding: 0 20px;
}
.place-guide .header {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.place-guide .header h3 {
	font-size: 14px;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-guide .inner {
}
.place-guide .box + .box,
.place-guide dl + dl {
	margin-top: 30px;
}
.place-guide dt {
	margin: 0 0 10px;
	font-size: 14px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-guide dd {
	margin: 10px 0 0;
	line-height: 2;
	font-size: 14px;
}
.place-guide dd + dd {
	margin-top: 10px;
}
.place-guide dd strong {
	display: block;
	margin: -2px 0 0;
	font-size: 18px;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.place-guide dd span {
	margin-left: 10px;
	font-size: 14px;
}

.place-guide dd .note {
	margin: -5px 0 0;
	font-size: 12px;
}
.place-guide dd p.note {
	margin: -5px 0 0;
}
.place-guide dd span.note {
	margin: 0 0 0 8px;
}


.place-news {
	box-sizing: border-box;
	margin: 80px auto 0;
	padding: 0 20px;
}
.place-news .header {
	position: relative;
	padding: 0 0 15px;
}
.place-news .header h3 {
	font-size: 14px;
	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 48px 0 0;
	font-size: 12px;
	font-family: "UniversLTPro-55Roman", sans-serif;
	cursor: pointer;
}
.place-news .header nav a em {
	position: absolute;
	display: flex;
	width: 42px;
	height: 8px;
	right: 0;
	top: calc(50% - 5px);
	background: url(../img/arrow_right_thin.svg) 50% 50% no-repeat;
	background-size: 40px auto;
	transition: all 300ms ease-out;
}





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



.place-reserve p {
	margin: 25px 0 0;
	line-height: 2;
	font-size: 14px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-reserve p strong {
	display: block;
	font-size: 24px;
	font-family: "UniversLTPro-55Roman", sans-serif;
}
.place-reserve p span {
	font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
}
.place-reserve p br {
	display: none;
}




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

.place-access p {
	line-height: 2;
	font-size: 14px;
}
.place-access .link {
	margin: 20px 0 0;
}
.place-access .link a {
	font-size: 14px;
	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 48px 0 0;
	font-size: 12px;
	font-family: "UniversLTPro-55Roman", sans-serif;
	cursor: pointer;
}
.place-access .header nav a em {
	position: absolute;
	display: flex;
	width: 42px;
	height: 8px;
	right: 0;
	top: calc(50% - 5px);
	background: url(../img/arrow_right_thin.svg) 50% 50% no-repeat;
	background-size: 40px auto;
	transition: all 300ms ease-out;
}







.place-column {
	box-sizing: border-box;
	margin: 100px auto 75px;
	padding: 0 20px;
}
.place-column + .place-column {
	margin-top: 75px;
}
.place-column .header {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c8c8;
}
.place-column .header h3 {
	font-size: 14px;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-column .inner {
	display: flex;
	flex-direction: column-reverse;
}
.place-column .inner .text {
	margin: 20px 0 0;
}
.place-column .inner figure {
}
.place-column .inner figure img {
	width: 100%;
	height: auto;
}

.place-column .inner .text p {
	line-height: 2;
	font-size: 14px;
}
.place-column .inner .spec {
	margin: 25px 0 0;
	padding: 15px 0;
	line-height: 2;
	font-size: 14px;
	border: 0 solid #c9c9c9;
	border-width: 1px 0;
}
.place-column .inner .spec dl {
}
.place-column .inner .spec dl + dl {
	margin-top: 10px;
}
.place-column .inner .spec dt {
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.place-column .inner .spec dd {
}



.place-column * + nav {
	margin: 20px 0 0;
}
.place-column.simple .text {
	margin-top: 0;
}
.place-column nav a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 250px;
	height: 50px;
	padding: 0 28px;
	font-size: 14px;
	color: #fff;
	background: #000;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.place-column nav a em {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	right: 20px;
	top: calc(50% - 8px);
	background: url(../img/arrow_popup.svg) 50% 50% no-repeat;
	background-size: 10px auto;
}


.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: 41.6vw;
	height: 41.6vw;
	left: 0;
	top: 0;
}
body.restaurant .place-kv .photo2 span {
	position: absolute;
	width: 66vw;
	height: 43.2vw;
	right: 0;
	top: 100vw;
}
body.restaurant .place-kv .logo {
	position: absolute;
	width: 74vw;
	height: 38vw;
	left: 5vw;
	top: 55vw;
}



body.museum .place-kv .photo1 span {
	position: absolute;
	width: 55vw;
	height: 46vw;
	right: 0;
	top: 0;
}
body.museum .place-kv .photo2 span {
	position: absolute;
	width: 43vw;
	height: 43vw;
	left: 5vw;
	top: 100vw;
}
body.museum .place-kv .logo {
	position: absolute;
	width: 74vw;
	height: 29vw;
	left: 5vw;
	top: 55vw;
}












.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 600ms;
}
.place-column .spec,
.place-column nav {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 900ms;
}
.place-column figure {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 300ms;
}
.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: 200ms;
}
.profile .box.show  {
	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: relative;
	width: 100%;
	height: 50px;
	z-index: 100;
	background: #1e1e1e;
}
#ticker .extra {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
}
#ticker p {
	display: flex;
	align-items: center;
	width: calc(100vw - 20px - 20px);
	height: 50px;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
}

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






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

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

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;
}



















