@charset "utf-8";
/*---------------------------------------------------------------------
Base Setting
---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400..700&family=Noto+Sans+JP:wght@400;700&display=swap');

* {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	border-radius: 0;
}
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	position: relative;
	-webkit-text-size-adjust: none;
	font: 400 16px/30px "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color: #000;
	letter-spacing: .04em;
}
input, textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font: 400 16px/30px "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color: #000;
	letter-spacing: .04em;
}
img {
	vertical-align: bottom;
}
picture {
	vertical-align: bottom;
	display: block;
}
a {
	color: #000;
	text-decoration: none;
}
iframe {
	vertical-align: bottom;
	box-sizing: border-box;
}
strong {
	font-weight: 700 !important;
}
.clear {
	clear: both;
}
ul::after,
ol::after,
dl::after,
section::after,
.cf::after,
.wf::after {
	content: "";
	display: block;
	clear: both;
}
.wf {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	box-sizing: border-box;
    zoom: 1;
}
.hd {
	border: none !important;
	background: none !important;
	width: 0 !important;
	height: 0 !important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
}
.spbr {
	display: none;
}

.grecaptcha-badge {
	width: 1px;
	height: 1px;
	visibility: hidden;
}

/* Coomon
--------------------------------------------------------------------------------------------------------- */
body > article {
	padding: 196px 0 0;
	min-width: 1200px;
	position: relative;
	opacity: 0;
}
body:not(#home) main {
	padding: 75px 0 95px;
}
main header .cTtl {
	margin: 0 0 30px;
	padding: 0 0 0 .1em;
	text-align: center;
	font-weight: 400;
	font-size: 50px;
	line-height: 1;
	letter-spacing: .1em;
}
main header .cTtl + p {
	margin: -7px 0;
	padding: 0 0 0 .1em;
	text-align: center;
	letter-spacing: .1em;
}
main header .lNav {
	margin: 70px 0 0;
}
.btn {
	margin: 60px auto 0;
	width: 340px;
}
.btn a {
	outline: none;
	border-radius: 40px;
	border: 2px solid #000;
	background: #fff url(../images/ico_arrow_r.png) right 37px top 50% no-repeat;
	background-size: 8px auto !important;
	padding: 25px 0 25px 2px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-decoration: none !important;
	letter-spacing: .08em !important;
	transition: .3s;
}
.btn a:hover {
	background: #000 url(../images/ico_arrow_r_hv.png) right 37px top 50% no-repeat;
	color: #fff;
}
div.btn.back {
	margin: 50px auto 0;
	width: 1200px;
}
.lNav ul {
	margin: 60px auto 0;
	width: 640px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
}
.lNav .btn {
	margin: 0;
	width: 300px;
}
.lNav .btn a {
	background: #fff url(../images/ico_arrow_r.png) right 28px top 50% no-repeat;
	padding: 20px 0 20px 10px;
	width: 300px;
}
.lNav .btn a:hover {
	background: #000 url(../images/ico_arrow_r_hv.png) right 28px top 50% no-repeat;
	padding: 20px 0 20px 10px;
	width: 300px;
}
.btn.back a {
	background: #fff url(../images/ico_arrow_l.png) 23px 50% no-repeat;
	padding: 20px 0 20px 20px !important;
	width: 300px;
}
.btn.back a:hover {
	background: #000 url(../images/ico_arrow_l_hv.png) 23px 50% no-repeat;
}
#cNav.btn {
	margin-top: 70px;
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
}
#cNav.btn li {
	width: 340px;
}
#cNav.btn li a {
	background: #fff url(../images/ico_arrow_d.png) right 34px top 50% no-repeat;
	background-size: auto 8px !important;
}
#cNav.btn li a:hover {
	background: #000 url(../images/ico_arrow_d_hv.png) right 34px top 50% no-repeat;
}
#pNav {
	margin: 0 auto;
	width: 890px;
	height: 56px;
}
#pNav li.prev {
	float: left;
}
#pNav li.next {
	float: right;
}
#pNav a {
	border-bottom: 1px solid #000;
	background-size: 22px auto !important;
	width: 40px;
	height: 55px;
	display: block;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	transition: .3s;
}
#pNav .prev a {
	background: url(../images/pnav_ico_prev.png) 6px 0 no-repeat;
}
#pNav .next a {
	background: url(../images/pnav_ico_next.png) right 6px top 0 no-repeat;
}
#pNav a:hover {
	opacity: .5;
}

p.notice,
.notice li {
	padding: 0 0 0 1em;
	position: relative;
}
p.notice::before,
.notice li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
}

.nf {
	padding: 15% 0;
	text-align: center;
}

/* Header */
article > header {
	background: #fff;
	padding: 70px 0 0;
	width: 100%;
	min-width: 1200px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
	box-sizing: border-box;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
article > header .logo {
	background: url(../images/header_logo.png) 0 0 no-repeat;
	background-size: contain;
	margin: 0 auto 31px;
	width: 410px;
	height: 48px;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
}
article > header .btnNav {
	display: none;
}
article > header #gNav {
	border-top: 1px solid #e5e5e5;
	text-align: center;
	font-size: 0;
	line-height: 1;
}
article > header #gNav li {
	margin: 0 29px;
	display: inline-block;
}
article > header #gNav li a {
	padding: 15px 5px;
	display: block;
	position: relative;
	font-size: 16px;
	letter-spacing: .125em;
	transition: .3s;
}
article > header #gNav li a::before {
	background: #1b88c3;
	height: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: 0;
	transition: .5s;
}
body#home article > header #gNav li.home a,
body#eventnews article > header #gNav li.eventnews a,
body#shopguide article > header #gNav li.shopguide a,
body#floormap article > header #gNav li.floormap a,
body#about article > header #gNav li.about a {
	font-weight: 700;
	cursor: default;
	pointer-events: none;
}
body#home article > header #gNav li.home a {
	font-weight: 400;
}
body:not(#home) article > header #gNav li.home a:hover::before,
body:not(#eventnews) article > header #gNav li.eventnews a:hover::before,
body:not(#shopguide) article > header #gNav li.shopguide a:hover::before,
body:not(#floormap) article > header #gNav li.floormap a:hover::before,
body:not(#about) article > header #gNav li.about a:hover::before,
body#eventnews article > header #gNav li.eventnews a::before,
body#shopguide article > header #gNav li.shopguide a::before,
body#floormap article > header #gNav li.floormap a::before,
body#about article > header #gNav li.about a::before {
	opacity: 1;
}
article > header #gNav li a:hover {
	font-weight: 700;
}
article > header .iNav {
	display: none;
}
article > header .sNav {
	background: #1b88c3;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-size: 13px;
	letter-spacing: .1em;
}
article > header .sNav ul {
	position: relative;
}
article > header .sNav li {
	padding: 5px 0;
	float: left;
}
article > header .sNav li + li {
	margin: 0 0 0 30px;
}
article > header .sNav li:last-of-type {
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
article > header .sNav a {
	color: #fff;
	transition: .3s;
}
article > header .sNav a:hover {
	opacity: .5;
}
article > header .sNav li:last-of-type a {
	background: #167bba url("../images/header_ico_login.png") 19px 50% no-repeat;
	background-size: auto 14px;
	padding: 5px 0 5px 40px;
	width: 160px;
	display: block;
	transition: .3s;
}
article > header .sNav li:last-of-type a:hover {
	background-color: #1068ab;
	opacity: 1;
}

article > header.fixed {
	margin: -200px 0 0;
	padding: 53px 0 0;
}
article > header.fixed .logo {
	margin-bottom: 14px;
	width: 357px;
	height: 42px;
}
article > header.show {
	margin: 0;
	position: fixed;
	transition: .5s margin;
}

/* Footer */
article > footer {
	position: relative;
}
article > footer .pagetop {
	position: absolute;
	top: -39px;
	left: calc(50% - 37px);
	z-index: 5;
}
article > footer .pagetop a {
	border-radius: 50%;
	border: 2px solid #000;
	background: #fff url(../images/footer_ico_pagetop.png) 49% 50% no-repeat;
	background-size: auto 12px !important;
	width: 70px;
	height: 70px;
	display: block;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	transition: .3s;
}
article > footer .pagetop a:hover {
	border-color: #fff;
	background: #000 url(../images/footer_ico_pagetop_hv.png) 49% 50% no-repeat;
}
article > footer nav {
	background: #000;
	padding: 55px 0 30px;
	color: #747474;
	letter-spacing: .1em;
}
article > footer nav .wf {
	padding: 50px 0 0;
	position: relative;
}
article > footer nav .wf::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "CONTENTS";
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .1em;
}
article > footer nav a {
	color: #747474;
	transition: .3s;
}
article > footer nav a:hover {
	color: #fff;
}
article > footer nav #fNav {
	display: flex;
	flex-wrap: wrap;
	gap: 0 25px;
	font-weight: 700;
	font-size: 14px;
}
article > footer nav #fNav > li {
	width: 220px;
}
article > footer nav #fNav > li > a {
	cursor: default;
	pointer-events: none;
}
article > footer nav #fNav ul {
	font-weight: 400;
}
article > footer nav #fNav li:not(:last-of-type) ul {
	border-top: 1px solid rgba(204,204,204,.3);
	margin: 10px 0 0;
	padding: 20px 0 0;
}
article > footer nav #fNav li:last-of-type ul {
	margin: -5px 0 0 30px;
}
article > footer nav #fNav ul li + li {
	margin: 10px 0 0;
}
article > footer nav #fNav ul li::before {
	padding: 0 5px 0 0;
	content: "-";
}
article > footer nav .sNav {
	border-top: 1px solid rgba(204,204,204,.3);
	margin: 35px 0 0;
	padding: 25px 0 0;
	font-size: 13px;
}
article > footer nav .sNav {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}

article > footer small,
article > footer small span {
	display: block;
}
article > footer small {
	background: #1b88c3;
	padding: 18px 0 22px;
}
article > footer small span {
	background: url(../images/footer_logo.png) 0 0 no-repeat;
	background-size: contain;
	padding: 18px 0 0;
	height: 40px;
	text-align: right;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	letter-spacing: .1em;
}



/* HOME
--------------------------------------------------------------------------------------------------------- */
/* Features - pickup */
body#home #features {
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0 0;
	height: 849px;
	position: relative;
	overflow: hidden;
}
body#home #features .pickup {
	margin: 0 0 0 -1500px;
	width: 3000px;
	height: 468px;
	position: absolute;
	top: 30px;
	left: 50%;
	overflow: visible;
}
body#home #features .pickup .slick-list,
body#home #features .pickup .slick-track {
	overflow: visible;
}
body#home #features .pickup .slick-slide {
	margin: 0 20px;
	height: 420px;
	position: relative;
	transition: .5s;
}
body#home #features .pickup .slick-slide a {
	background: #fff;
	height: 420px;
	overflow: hidden;
	display: block;
	transition: .5s;
}
body#home #features .pickup .slick-slide.current a {
	box-shadow: 0 12px 24px rgba(0,0,0,.2);
}
body#home #features .pickup .slick-slide a[href]:hover {
	opacity: .5;
}
body#home #features .pickup .slick-slide a img {
	width: 100%;
	height: auto;
}
.slick-arrow {
	border-radius: 50%;
	border: none;
	background-size: 12px auto !important;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 177px;
	left: 50%;
	z-index: 5;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	transition: .3s;
	box-shadow: 6px 8px 10px rgba(0,0,0,.2);
}
.slick-arrow.slick-prev {
	background: #000 url(/images/feature_ico_arrow_l.png) 18px 50% no-repeat;
	transform: translateX(-350px);
}
.slick-arrow.slick-next {
	background: #000 url(/images/feature_ico_arrow_r.png) 20px 50% no-repeat;
	transform: translateX(300px);
}
.slick-arrow:not(.moving):hover {
	cursor: pointer;
}
.slick-arrow.slick-prev:hover {
	background-position: 13px 50%;
}
.slick-arrow.slick-next:hover {
	background-position: 26px 50%;
}
.slick-dots {
	margin: 40px 0 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.slick-dots li {
	border-radius: 50%;
	background: #ccc;
	margin: 0 10px;
	width: 8px;
	height: 8px;
	display: inline-block;
	overflow: hidden;
	pointer-events: none;
}
.slick-dots li button {
	border: 0;
	background: #ccc;
	width: 8px;
	height: 8px;
	font-size: 0;
	line-height: 0;
}
.slick-dots li.slick-active button {
	background: #1b88c3;
}

body#home #features .iNav {
	width: 1200px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 80px;
	left: 50%;
	transform: translateX(-600px);
	font-size: 0;
	line-height: 1;
	letter-spacing: 0;
}
body#home #features .iNav li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	width: 199px;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .1em;
}
body#home #features .iNav li.floormap {
	width: 198px;
}
body#home #features .iNav li.shopnews {
	border-right: 1px solid #e5e5e5;
}
body#home #features .iNav li.restaurantfood {
	border-right: 1px solid #e5e5e5;
	border-bottom: none;
	width: 398px;
}
body#home #features .iNav li a {
	padding: 100px 0 0;
	height: 30px;
	display: block;
	transition: .3s;
}
body#home #features .iNav li.hours a {
	background: url(../images/ico_hour.png) 50% 25px no-repeat;
	background-size: auto 51px;
}
body#home #features .iNav li.access a {
	background: url(../images/ico_access.png) 50% 24px no-repeat;
	background-size: auto 52px;
}
body#home #features .iNav li.eventnews a {
	background: url(../images/ico_eventnews.png) 50% 27px no-repeat;
	background-size: auto 46px;
}
body#home #features .iNav li.floormap a {
	background: url(../images/ico_floormap.png) 50% 31px no-repeat;
	background-size: auto 40px;
}
body#home #features .iNav li.search a {
	background: url(../images/ico_search.png) 50% 27px no-repeat;
	background-size: auto 46px;
}
body#home #features .iNav li.shopnews a {
	background: url(../images/ico_shopnews.png) 50% 27px no-repeat;
	background-size: auto 50px;
}
body#home #features .iNav li.restaurantfood a {
	background: url(../images/ico_restaurantfood.png) 50% 32px no-repeat;
	background-size: auto 56px;
}
body#home #features .iNav li a:hover {
	color: #1b88c3;
}

/* Common */
body#home main > section {
	padding: 80px 0;
}
body#home section h2 {
	margin: 0 0 65px;
	padding: 0 0 0 .1em;
	text-align: center;
	font-weight: 400;
	font-size: 46px;
	line-height: 1;
	letter-spacing: .1em;
}

/* EVENT & NEWS */
ul.enList {
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
}
ul.enList li {
	width: 270px;
}
ul.enList li a,
ul.enList li span {
	display: block;
	transition: .5s;
}
ul.enList li figure {
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	transition: .5s;
}
ul.enList li figure img {
	width: 268px;
	height: 268px;
	display: block;
	object-fit: cover;
}
ul.enList li a:hover figure {
	opacity: .5;
}
ul.enList li .ico,
body#eventnews.detail main .cat {
	border-radius: 15px;
	background: #1b88c3;
	margin: 16px 0 10px;
	padding: 5px 0 5px .08em;
	width: 80px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	font-weight: 500;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	letter-spacing: .08em;
}
ul.enList li.news .ico,
body#eventnews.news.detail main .cat {
	background: #249d75;
}
ul.enList li .date {
	border-top: 1px solid #e5e5e5;
	margin: 7px 0 0;
	padding: 15px 0 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #1b88c3;
	letter-spacing: .03em;
	font-feature-settings: "palt";
}
ul.enList li.news .date {
	color: #249d75;
}
ul.enList li .ttl {
	font-size: 18px;
	line-height: 32px;
}
ul.enList li.event a:hover .ttl {
	color: #1b88c3;
}
ul.enList li.news a:hover .ttl {
	color: #249d75;
}

/* SHOP NEWS */
body#home #shopnews {
	background: url(../images/home_shopnews_bg.jpg) 50% 0 no-repeat;
	background-size: cover;
}
body#home #shopnews h2 {
	background: url(../images/shopnews_logo.png) 50% 100% no-repeat;
	background-size: auto 40px;
	padding: 0 0 60px;
	color: #fff;
}
ul.snList {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 40px;
}
ul.snList li a,
ul.snList li span {
	display: block;
}
ul.snList li a {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 20px 35px 0 192px;
	width: 351px;
	height: 148px;
	position: relative;
	transition: .5s;
}
ul.snList li a:hover {
	border-color: rgba(229,229,229,.5);
	background: rgba(255,255,255,.5);
}
ul.snList li .new {
	background: url(../images/shopnews_ico_new.png) 0 0 no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
}
ul.snList li figure {
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
ul.snList li a:hover figure {
	opacity: .5;
}
ul.snList li figure img {
	width: 168px;
	height: 168px;
	object-fit: cover;
}
ul.snList li .ico {
	border-radius: 15px;
	background: #000;
	padding: 5px 0;
	width: 160px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	letter-spacing: .08em;
}
ul.snList li.shop .ico {
	width: 90px;
}
ul.snList li .date {
	float: right;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	font-feature-settings: "palt";
}
ul.snList li .ttl {
	padding: 13px 0 10px;
	clear: both;
}
ul.snList li .shop {
	font-size: 14px;
	line-height: 24px;
}
ul.snList + .btn {
	margin-top: 30px;
}

/* EVENT SPACE */
body#home #eventspace {
	background: url(../images/eventspace_bg.png) 50% 236px repeat;
	padding: 280px 0 80px;
	position: relative;
}
body#home #eventspace::before,
body#about main header::before {
	background: url(../images/eventspace_rimages.jpg) 0 0 repeat-x;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	content: "";
    animation: rImg 60s linear infinite;
}
body#home #eventspace .wf,
body#home #office .wf {
	position: relative;
}
@keyframes rImg {
	0% {background-position: 0 0;}
	100% {background-position: -1400px 0;}
}
body#home #eventspace h2,
body#home #office h2 {
	padding: 0;
	text-align: left;
}
body#home #eventspace h2 + p,
body#home #office h2 + p {
	position: absolute;
	top: 4px;
	right: 0;
	letter-spacing: .1em;
}
body#home #eventspace ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
body#home #eventspace li {
	width: 380px;
	height: 320px;
}
body#home #eventspace li a {
	padding: 132px 0 0;
	width: 380px;
	height: 188px;
	text-align: center;
	display: block;
	position: relative;
	color: #fff;
}
body#home #eventspace li a h3 {
	padding: 0 0 0 .2em;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	letter-spacing: .2em;
}
body#home #eventspace li a h3::after {
	margin: 15px 0 0;
	display: block;
	font-size: 14px;
	letter-spacing: .1em;
}
body#home #eventspace li.atrium a h3::after {
	content: "アトリウム";
}
body#home #eventspace li.gallery a h3::after {
	content: "ベルギャラリー";
}
body#home #eventspace li.conference a h3::after {
	content: "貸会議室";
}
body#home #eventspace li a figure {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	transition: .5s;
}
body#home #eventspace li a figure img {
	width: 380px;
	height: 320px;
	object-fit: cover;
}
body#home #eventspace li a p {
	background: #f34449;
	margin: 25px 0 0;
	width: 265px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
body#home #eventspace li a:hover figure {
	opacity: .5;
}

/* OFFICE ZONE */
body#home #office {
	background: url(../images/home_office_bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	position: relative;
}
body#home #office h2,
body#home #office h2 + p {
	color: #fff;
}
body#home #office section,
body#home #office .contact {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	height: 270px;
	box-sizing: border-box;
	float: left;
}
body#home #office section {
	background: rgba(255,255,255,.4);
	padding: 50px 55px 0;
	width: 790px;
}
body#home #office section h3 {
	margin: 0 0 25px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .1em;
}
body#home #office section p {
	letter-spacing: 0;
}
body#home #office .contact {
	background: rgba(27,136,195,.4);
	padding: 98px 35px 0;
	width: 410px;
}
body#home #office .contact a {
	background: #fff url(../images/ico_arrow_r.png) right 40px top 50% no-repeat;
	background-size: 8px auto !important;
	padding: 20px 0;
	text-align: center;
	display: block;
	transition: .5s;
}
body#home #office .contact a:hover {
	background: #000 url(../images/ico_arrow_r_hv.png) right 40px top 50% no-repeat;
	color: #fff;
}



/* Event & News
--------------------------------------------------------------------------------------------------------- */
/* Index */
body#eventnews:not(.detail) main section,
body#shopguide:not(.detail) main section {
	border-top: 1px solid #e5e5e5;
	margin: 60px 0 0;
	padding: 60px 0 0;
}
body#eventnews:not(.event):not(.news) main #cNav li.all a,
body#eventnews.event main #cNav li.event a,
body#eventnews.news main #cNav li.news a,
body#shopguide:not(.shop):not(.restaurantfood) main #cNav li.all a,
body#shopguide.shop main #cNav li.shop a,
body#shopguide.restaurantfood main #cNav li.restaurantfood a,
body#shopnews:not(.shop):not(.restaurantfood) main #cNav li.all a,
body#shopnews.shop main #cNav li.shop a,
body#shopnews.restaurantfood main #cNav li.restaurantfood a {
	background: #000 url(../images/ico_arrow_d_hv.png) right 34px top 50% no-repeat;
	color: #fff;
	cursor: default;
	pointer-events: none;
}
body#eventnews ul.enList {
	gap: 60px 40px;
}

/* Detail */
body#eventnews.detail main header .lNav,
body#shopguide.detail main header .lNav,
body#shopnews.detail main header .lNav {
	margin-bottom: 40px;
}
body#eventnews.detail main section,
body#shopnews.detail main section {
	margin: 0 auto;
	width: 890px;
}
body#eventnews.detail main section *:not(.date):not(.cat),
body#shopnews.detail main section *:not(.date) {
	letter-spacing: .02em;
}
body#eventnews.detail main section .date,
body#shopnews.detail main section .date {
	margin: 0 0 35px;
	height: 24px;
	float: left;
	font-weight: 500;
	line-height: 1;
}
body#eventnews.detail main section .cat {
	margin: 0 0 35px;
	float: right;
}
body#eventnews.detail main section h1,
body#shopnews.detail main section h1 {
	margin: 0 0 55px;
	clear: both;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: .1em !important;
}
body#eventnews.detail main section h2,
body#shopnews.detail main section h2 {
	margin: 91px 0 51px;
	font-weight: 700;
	font-size: 24px;
	line-height: 42px;
	letter-spacing: .1em !important;
}
body#eventnews.detail main section h3,
body#shopnews.detail main section h3 {
	margin: 54px 0 6px;
	font-weight: 700;
	font-size: 18px;
}
body#eventnews.detail main section .txt,
body#shopnews.detail main section .txt {
	margin: -7px 0;
}
body#eventnews.detail main section .txt + .txt,
body#shopnews.detail main section .txt + .txt {
	margin-top: 23px;
}
body#eventnews.detail main section .caption + .txt,
body#shopnews.detail main section .caption + .txt,
body#eventnews.detail main section .img + .txt,
body#shopnews.detail main section .img + .txt,
body#eventnews.detail main section dl + .txt,
body#shopnews.detail main section dl + .txt {
	margin-top: 53px;
}
body#eventnews.detail main section .tR,
body#shopnews.detail main section .tR {
	color: #e60012;
}
body#eventnews.detail main section .tB,
body#shopnews.detail main section .tB,
body#eventnews.detail main section a:hover,
body#shopnews.detail main section a:hover {
	color: #1b88c3;
}
body#eventnews.detail main section .tG,
body#shopnews.detail main section .tG {
	color: #249d75;
}
body#eventnews.detail main section a,
body#shopnews.detail main section a {
	text-decoration: underline;
	transition: .3s;
}
body#eventnews.detail main section .caption,
body#shopnews.detail main section .caption {
	margin: 24px 0 -6px;
	font-size: 13px;
	line-height: 26px;
}
body#eventnews.detail main section .img,
body#shopnews.detail main section .img {
	margin: 60px 0 0;
	text-align: center;
}
body#eventnews.detail main section .img img,
body#shopnews.detail main section .img img {
	border: 1px solid #e5e5e5;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
body#eventnews.detail main section dl {
	border-top: 1px solid #e5e5e5;
	margin: 60px 0 0;
}
body#eventnews.detail main section dt {
	background: #fafafa;
	padding: 23px 0 23px 50px;
	width: 260px;
	float: left;
	clear: left;
	font-weight: 700;
	letter-spacing: .04em !important;
}
body#eventnews.detail main section dd {
	border-bottom: 1px solid #e5e5e5;
	padding: 23px 50px 23px 360px;
	letter-spacing: .04em !important;
}
body#eventnews.detail main section .relevant,
body#shopnews.detail main section .relevant {
	background: #fafafa;
	margin: 60px 0 0;
	padding: 40px 45px;
}
body#eventnews.detail main section .relevant li,
body#shopnews.detail main section .relevant li {
	padding: 0 0 0 20px;
	position: relative;
}
body#eventnews.detail main section .relevant li + li,
body#shopnews.detail main section .relevant li + li {
	margin: 10px 0 0;
}
body#eventnews.detail main section .relevant li::before,
body#shopnews.detail main section .relevant li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
}
body#eventnews.detail main footer,
body#shopnews.detail main footer {
	margin: 80px 0 0;
	height: 60px;
	position: relative;
}
body#eventnews.detail main footer .lNav,
body#shopnews.detail main footer .lNav {
	width: 300px;
}



/* Shop Guide
--------------------------------------------------------------------------------------------------------- */
/* Index */
body#shopguide:not(.deital) main section h2 {
	margin-bottom: 45px;
	font-size: 40px;
	line-height: 1;
	letter-spacing: .1em;
}
ul.sgList {
	display: flex;
	flex-wrap: wrap;
	gap: 55px 40px;
}
ul.sgList li {
	width: 270px;
}
ul.sgList li a,
ul.sgList li span {
	display: block;
	position: relative;
}
ul.sgList li figure,
body#shopguide.detail main header .logo,
body#shopnews.detail main .shopInfo figure {
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	width: 268px;
	height: 268px;
	overflow: hidden;
	transition: .5s;
}
ul.sgList li figure img,
body#shopguide.detail main header .logo img,
body#shopnews.detail main .shopInfo figure img {
	width: 268px;
	height: 268px;
	display: block;
	object-fit: cover;
	transition: .5s;
}
ul.sgList li a:hover figure {
	opacity: .5;
}
ul.sgList li .ico,
body#shopnews.detail main .shopInfo .ico {
	border-radius: 15px;
	background: #000;
	margin: 16px 0 10px;
	padding: 5px 0 5px .08em;
	width: 160px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	letter-spacing: .08em;
}
ul.sgList li.shop .ico,
body#shopnews.detail main .shopInfo.shop .ico {
	width: 90px;
}
ul.sgList li .name,
body#shopnews.detail main .shopInfo .name {
	height: 64px;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
}
ul.sgList li .genre,
body#shopguide.detail main header .genre,
body#shopnews.detail main .shopInfo .genre {
	margin: 12px 0 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}
ul.sgList li .genre,
body#shopnews.detail main .shopInfo .genre {
	border-top: 1px solid #e5e5e5;
	margin: 12px 0 0;
	padding: 10px 0 0;
}
ul.sgList li .location-tel,
body#shopguide.detail main header .location-tel,
body#shopnews.detail main .shopInfo .location-tel {
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	font-feature-settings: "palt";
}
body#shopguide.detail main header .photo {
	margin: 0 0 60px;
}
body#shopguide.detail main header .photo img {
	width: 100%;
	height: auto;
}
body#shopguide.detail main header .logo {
	float: left;
}
body#shopguide.detail main header .name {
	margin: 0 0 20px;
	width: 890px;
	float: right;
	font-weight: 700;
	font-size: 24px;
	line-height: 42px;
	letter-spacing: .1em;
}
body#shopguide.detail main header .name + p,
body#shopguide.detail main header .genre,
body#shopguide.detail main header .location-tel {
	width: 890px;
	float: right;
	clear: right;
}
body#shopguide.detail main header .genre {
	margin: 40px 0 0;
}
body#shopguide.detail main .menu ul.mList {
	border-top: 1px solid #e5e5e5;
	margin: 60px 0 0;
	padding: 50px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
}
body#shopguide.detail main .menu ul.mList li {
	width: 270px;
}
body#shopguide.detail main .menu ul.mList li span {
	display: block;
	position: relative;
}
body#shopguide.detail main .menu ul.mList li figure img {
	border: 1px solid #e5e5e5;
	width: 268px;
	height: 268px;
	display: block;
	object-fit: cover;
}
body#shopguide.detail main .menu ul.mList li figcaption {
	margin: 17px 0 0;
	font-weight: 700;
	line-height: 26px;
}
body#shopguide.detail main .menu ul.mList li .price {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 20px;
}
body#shopguide.detail main .menu ul.mList li p {
	border-top: 1px solid #e5e5e5;
	margin: 18px 0 0;
	padding: 15px 0 0;
	line-height: 26px;
}
body#shopguide.detail main .details dl {
	border-bottom: 1px solid #e5e5e5;
	margin: 60px 0 0;
}
body#shopguide.detail main .details dt {
	border-top: 1px solid #e5e5e5;
	background: #fafafa;
	padding: 25px 0 25px 50px;
	width: 310px;
	box-sizing: border-box;
	float: left;
	clear: left;
	font-weight: 700;
}
body#shopguide.detail main .details dd {
	border-top: 1px solid #e5e5e5;
	padding: 25px 20px 25px 360px;
	box-sizing: border-box;
}
body#shopguide.detail main .details dd a:hover {
	text-decoration: underline;
}
body#shopguide.detail main #shopnews {
	background: url(../images/shopguide_bg_shopnews.jpg) 50% 0 no-repeat;
	background-size: cover;
	margin: 60px 0 0;
	padding: 60px 0 70px;
}
body#shopguide.detail main #shopnews h2 {
	font-size: 46px;
	color: #fff;
}
body#shopguide.detail main #shopnews h2::after {
	margin: 13px 0 0 40px;
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	letter-spacing: .1em;
	content: "ショップニュース";
}
body#shopguide.detail main #shopnews .snList {
	gap: 0 40px;
}



/* Shop News
--------------------------------------------------------------------------------------------------------- */
/* Index */
body#shopnews:not(.detail) main header,
body#shopnews.detail main header .cTtl {
	background: url(../images/shopnews_logo.png) 50% 140px no-repeat, url(../images/shopnews_bg.jpg) 50% 0 no-repeat;
	background-size: auto 40px, cover;
	margin: -75px 0 0;
	padding: 75px 0 60px;
	color: #fff;
}
body#shopnews:not(.detail) main header .cTtl {
	margin-bottom: 125px;
}
body#shopnews main .snList {
	margin-top: 60px;
}

/* Detail */
body#shopnews.detail main header .cTtl {
	margin-bottom: -30px;
	padding-bottom: 115px;
}
body#shopnews.detail main .shopInfo {
	border: 1px solid #e5e5e5;
	border-width: 1px 0;
	margin: 60px 0 0;
	padding: 50px 0;
	width: 100%;
}
body#shopnews.detail main .shopInfo .wf {
	width: 890px;
	position: relative;
}
body#shopnews.detail main .shopInfo figure {
	margin: 0 35px 0 0;
	width: 198px;
	height: 198px;
	float: left;
}
body#shopnews.detail main .shopInfo figure img {
	width: 198px;
	height: 198px;
}
body#shopnews.detail main .shopInfo .info {
	width: 355px;
	float: left;
}
body#shopnews.detail main .shopInfo .ico {
	margin-top: 0;
}
body#shopnews.detail main .shopInfo .name {
	height: 80px;
}
body#shopnews.detail main .shopInfo .link {
	width: 300px;
	position: absolute;
	right: 0;
	bottom: 0;
}
body#shopnews.detail main .shopInfo .link a {
	background: #000 url(../images/ico_arrow_r_hv.png) right 37px top 50% no-repeat;
	color: #fff;
}
body#shopnews.detail main .shopInfo .link a:hover {
	background: #fff url(../images/ico_arrow_r.png) right 37px top 50% no-repeat;
	color: #000 !important;
}



/* About
--------------------------------------------------------------------------------------------------------- */
body#about main header {
	margin: -75px 0 0;
	padding: 300px 0 0;
	position: relative;
}
body#about main header .copy {
	text-align: center;
	font-size: 30px;
}
body#about main header h1 {
	background: url(../images/about_logo.png) 50% 0 no-repeat;
	background-size: contain;
	margin: 40px 0 70px;
	height: 66px;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
}
body#about main header h1 + p {
	font-size: 18px;
	line-height: 40px;
}
body#about main header .lNav {
	margin: 50px 0 0;
}
body#about main header .lNav ul {
	margin: 0 auto;
	width: 980px;
}
body#about main section {
	border-top: 1px solid #e5e5e5;
	margin: 100px 0 0;
	padding: 60px 0 0;
}
body#about main h2 {
	margin: 0 0 60px;
	font-size: 40px;
	line-height: 1;
}
body#about main h3 {
	margin: 60px 0 40px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}
body#about main dl {
	border-bottom: 1px solid #e5e5e5;
}
body#about main dt {
	border-top: 1px solid #e5e5e5;
	background: #fafafa;
	padding: 25px 0 25px 50px;
	width: 310px;
	box-sizing: border-box;
	float: left;
	clear: left;
	font-weight: 700;
}
body#about main dd {
	border-top: 1px solid #e5e5e5;
	padding: 25px 20px 25px 360px;
	box-sizing: border-box;
}
body#about main dd a {
	text-decoration: underline;
}
body#about main dd a:hover {
	text-decoration: none;
}
body#about main #hours h2 + p {
	margin: 0 0 30px;
	font-size: 30px;
	line-height: 1;
}
body#about main #access iframe {
	border-top: 1px solid #e1e3e1;
	margin: 0 0 53px;
	width: 1200px;
	height: 500px;
}



/* Floor Map
--------------------------------------------------------------------------------------------------------- */
body#floormap main header {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 30px;
	padding: 0 0 40px;
}
body#floormap main #fst {
	margin: 100px 0 0;
}
body#floormap main h2 {
	margin: 0 0 40px;
	font-size: 48px;
	line-height: 1;
	color: #249d75;
	letter-spacing: .1em;
}
body#floormap main #fst h2,
body#floormap main #fst .sList li span {
	color: #1b88c3;
}
body#floormap main .map {
	text-align: center;
}
body#floormap main #fst .map img {
	width: 1100px;
	height: auto;
}
body#floormap main .map nav {
	display: none;
}
body#floormap main .sList {
	background: #fafafa;
	margin: 80px 0 0;
	padding: 23px 50px 38px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 42px;
}
body#floormap main .sList li {
	margin: 15px 0 0;
	padding: 0 0 0 32px;
	width: 338px;
	box-sizing: border-box;
	position: relative;
}
body#floormap main .sList li span {
	width: 22px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-size: 20px;
	color: #249d75;
}
body#floormap main .sList li a {
	transition: .3s;
}
body#floormap main .sList li a:hover {
	color: #249d75;
}
body#floormap main #fst .sList li a:hover {
	color: #1b88c3;
}



/* Event Space
--------------------------------------------------------------------------------------------------------- */
body#eventspace main header {
	border-bottom: 1px solid #e5e5e5;
	background: url(/images/eventspace_bg.png) 0 36px repeat;
	margin: -75px 0 100px;
	padding: 72px 0;
}
body#eventspace main > section + section {
	border-top: 1px solid #ddd;
	margin: 100px 0 0;
	padding: 60px 0 0;
}
body#eventspace main .imgs {
	margin: 0 0 60px;
	width: 660px;
	float: right;
}
body#eventspace main .imgs p {
	height: 380px;
}
body#eventspace main .imgs img {
	width: 100%;
	height: auto;
}
body#eventspace main .imgs nav {
	margin: 20px 0 0;
	height: 67px;
}
body#eventspace main .imgs nav li {
	width: 116px;
	height: 67px;
	float: left;
}
body#eventspace main .imgs nav li.blk {
	background: #e5e5e5;
}
body#eventspace main .imgs nav li + li {
	margin: 0 0 0 20px;
}
body#eventspace main .imgs nav li img {
	transition: .3s;
}
body#eventspace main .imgs nav li img.current,
body#eventspace main .imgs nav li img:hover {
	opacity: .6;
}
body#eventspace main .imgs nav li img:not(.current):hover {
	cursor: pointer;
}
body#eventspace main h2 {
	margin: 0 0 60px;
	font-size: 48px;
	line-height: 1;
	letter-spacing: .12em;
}
body#eventspace main #conference h2 {
	width: 500px !important;
	letter-spacing: .03em;
}
body#eventspace main h2::after {
	margin: 20px 0 0;
	display: block;
	font-size: 16px;
	letter-spacing: 0;
}
body#eventspace main #atrium h2::after {
	content: "アトリウム";
}
body#eventspace main #gallery h2::after {
	content: "ベルギャラリー";
}
body#eventspace main #conference h2::after {
	content: "貸会議室";
}
body#eventspace main > section:not(#guide) h2,
body#eventspace main > section:not(#guide) h2 + p,
body#eventspace main > section:not(#guide) dl {
	width: 480px;
	float: left;
	clear: left;
}
body#eventspace main h2 + p {
	margin: -7px 0;
	text-align: justify;
}
body#eventspace main > section:not(#guide) dl {
	margin: 38px 0 0;
}
body#eventspace main > section:not(#guide) dt {
	padding: 5px 0 0;
	width: 200px;
	float: left;
	clear: left;
}
body#eventspace main > section:not(#guide) dd {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0 5px 210px;
}
body#eventspace main > section:not(#guide) h3 {
	margin: 60px 0 40px;
	clear: both;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}
body#eventspace main .lNav .btn {
	margin: 53px auto 0;
}
body#eventspace main table {
	border: 1px solid #e5e5e5;
	width: 100%;
}
body#eventspace main th,
body#eventspace main td {
	border: 1px solid #e5e5e5;
	padding: 25px 0;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}
body#eventspace main #gallery th,
body#eventspace main #gallery td {
	width: 25%;
}
body#eventspace main thead th {
	background: #fafafa;
	font-weight: 700;
}
body#eventspace main > section:not(#guide) .notice {
	margin: 23px 0 0;
}
body#eventspace main #guide h2 {
	font-size: 30px;
}
body#eventspace main #guide {
	counter-reset: stp;
}
body#eventspace main #guide section {
	background: #edf6fa;
	padding: 60px;
	text-align: center;
	position: relative;
}
body#eventspace main #guide section + section {
	margin: 80px 0 0;
}
body#eventspace main #guide section + section::before {
	background: url(/images/eventspace_ico_arrow.png) 0 0 no-repeat;
	background-size: contain;
	width: 43px;
	height: 23px;
	position: absolute;
	top: -50px;
	left: calc(50% - 21px);
	content: "";
}
body#eventspace main #guide section h3 {
	margin: 0 0 40px;
	position: relative;
	font-size: 30px;
	line-height: 1;
}
body#eventspace main #guide section h3::before {
	border-radius: 15px;
	background: #1b88c3;
	margin: 0 2px 0 0;
	padding: 3px 0 5px;
	width: 29px;
	height: 29px;
	vertical-align: top;
	box-sizing: border-box;
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	color: #fff;
	counter-increment: stp;
	content: counter(stp);
}
body#eventspace main #guide section h4 {
	margin: 40px 0 13px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}
body#eventspace main #guide section dl {
	margin: 0 0 -7px;
}
body#eventspace main #guide p:not(.notice) {
	margin: -11px 0;
	font-size: 18px;
	line-height: 40px;
}
body#eventspace main #guide p:not(.notice):nth-of-type(n+2) {
	margin-top: 26px;
}
body#eventspace main #guide p.notice {
	margin: 13px 0 -7px;
}
body#eventspace main #guide p.notice::before {
	display: inline-block;
	position: relative;
}



/* Contact
--------------------------------------------------------------------------------------------------------- */
body#contact main header,
body#terms main header,
body#privacy main header,
body#sitemap main header {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 100px;
	padding: 0 0 70px;
}
body#contact main section {
	background: #fafafa;
	margin: 60px 0 0;
	padding: 60px 50px;
}
body#contact main section h2,
body#terms main h2,
body#privacy main h2 {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}
body#contact main section dl {
	margin: -7px 0;
}



/* Site Map
--------------------------------------------------------------------------------------------------------- */
body#sitemap main .wf > ul {
	margin: -62px 0 0 -40px;
}
body#sitemap main .wf > ul > li {
	margin: 62px 0 0 40px;
	width: 580px;
	float: left;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: .1em;
}
body#sitemap main .wf ul ul {
	border-top: 1px solid #e5e5e5;
	margin: 12px 0 0;
	padding: 16px 0 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 46px;
	letter-spacing: .04em;
}
body#sitemap main .wf ul ul li::before {
	content: "- ";
}
body#terms main a:hover,
body#sitemap main .wf ul ul li a:hover {
	text-decoration: underline;
}



/* Terms, Privacy Policy
--------------------------------------------------------------------------------------------------------- */
body#terms main .wf,
body#privacy main .wf {
	width: 890px;
}
body#terms main .lead,
body#privacy main .lead {
	margin: -7px 0 53px;
}
body#terms main h2,
body#privacy main h2 {
	margin-top: 60px;
}
body#terms main h3,
body#privacy main h3 {
	margin: 23px 0 8px;
	font-weight: 700;
	font-feature-settings: "palt";
}
body#terms main p,
body#privacy main p {
	letter-spacing: 0;
}
body#terms main ol,
body#privacy main ol {
	counter-reset: ol;
}
body#terms main ol li,
body#privacy main ol li {
	padding: 0 0 0 2.5em;
	position: relative;
}
body#terms main ol li::before,
body#privacy main ol li::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: ol;
	content: "（" counter(ol) "）";
}
