@charset "UTF-8";
/* ============================== */
/*  ARENA SITE */
/* ============================== */ 
:root {
	--y-margin-tp: 80px;
}
@media screen and (min-width: 1232px), print {
	:root {
		--y-margin-tp: 100px;
	}
}
.arena-top-hero {
	font-size: 16px;
	background-color: var(--white);
	margin: 0;
}
.arena-top-hero .caption {
	padding: 20px 5.6vw 40px;
	position: relative;
}
.arena-top-hero .facility-title {
	font-size: 2.3em;
	line-height: 1;
	height: 1em;
	margin: 0 0 0.5em;
}
.arena-top-hero .facility-title img {
	height: 100%;
	width: auto;
}
.arena-top-hero .catch-copy {
	line-height: 1.8;
	font-feature-settings: 'palt';
}
.arena-top-hero .button-show-detail {
	margin-top: 2.4em;
}
@media screen and (min-width: 768px), print {
	.arena-top-hero {
		font-size: 18px;
	}
	.arena-top-hero .caption {
		padding: 20px calc(var(--x-margin) + 15px) 40px;
	}
}
@media screen and (min-width: 1232px), print {
	.arena-top-hero {
		font-size: min(calc(18px + 5 * ((100vw - 1232px) / 380)), 23px);
		width: calc(100% - 60px);
		max-width: 1580px;
		margin: 0 auto;
		border-radius: var(--rad-s);
		display: flex;
		margin-top: 60px;
		overflow: hidden;
	}
	.arena-top-hero .caption {
		width: 42%;
		padding: 45px 2.9%;
		flex: 0 0 auto;
	}
	.arena-top-hero .facility-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.arena-top-hero .button-show-detail {
		margin-top: 2.4em;
	}
}
@media screen and (min-width: 1612px) {
	.arena-top-hero .caption {
		padding: 55px;
	}
}
.arena-top-content-link1 {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: var(--y-margin-tp) var(--x-margin) 0;
}
@media screen and (min-width: 1232px), print {
	.arena-top-content-link1 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}
/* ARENA TOP PARKING INFO */
.parking-info {
	background-color: var(--white);
	border-radius: var(--rad-s);
	display: flex;
	width: 100%;
	max-width: 430px;
	margin-inline: auto;
}
.parking-info .section-header {
	padding: 15px 15px;
	border-right: 1px solid #e5e5e5;
	flex: 1 1 auto;
}
.parking-info .section-header h2 {
	font-size: 23px;
	line-height: 1.2;
	font-weight: var(--font-bold);
	letter-spacing: 0;
	margin: 0 0 20px;
	color: #333333;
}
.parking-info .section-header h2 .key-color {
	color: var(--theme-color);
}
.section-title .ja {
	display: block;
	font-size: 12px;
	margin-top: 0.6em;
	font-weight: var(--font-regular);
}
.parking-arena {
	width: 145px;
	padding: 30px 10px 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.35;
	position: relative;
	flex: 0 0 auto;
}
.parking-hall dt, .parking-arena dt {
	font-size: 12px;
}
.parking-hall dd, .parking-arena dd {
	font-size: 36px;
	vertical-align: bottom;
	color: var(--blue);
	letter-spacing: 6%;
}
.parking-hall dd .unit, .parking-arena dd .unit {
	font-size: 67.213114754098361%;
}
.parking-hall dd img, .parking-arena dd img {
	display: block;
	margin-top: 8px;
}
.parking-hall .icon-live, .parking-arena .icon-live {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 46px;
	height: 16px;
	background: url("../../hall/images/common/ico_live.svg") no-repeat center;
	background-size: 100%;
	text-indent: 100%;
	overflow: hidden;
}
@media screen and (min-width: 768px), print {
	.parking-info {
		max-width: 550px;
	}
	.parking-info .section-header {
		padding: 15px 25px;
	}
	.parking-info .section-header h2 {
		font-size: 28px;
	}
	.parking-hall, .parking-arena {
		width: 220px;
	}
	.parking-hall dd, .parking-arena dd {
		font-size: 39px;
	}
}
@media screen and (min-width: 1232px), print {
	section.parking-info {
		width: calc(606 / 1200 * 100%);
		margin-inline: 0;
		max-width: none;
	}
	.parking-info .section-header {
		padding: 35px 30px;
	}
	.parking-info .section-header h2 {
		font-size: 28px;
		margin: 0 0 32px;
	}
	.section-title .ja {
		font-size: 16px;
	}
	.parking-info .button-barrier-free a {
		font-size: 16px;
		height: 3em;
	}
	.parking-hall, .parking-arena {
		padding: 20px 15px;
	}
	.parking-hall dt, .parking-arena dt {
		font-size: 18px;
	}
	.parking-hall dd, .parking-arena dd {
		font-size: 61px;
	}
	.parking-hall .icon-live, .parking-arena .icon-live {
		top: 20px;
		right: 25px;
		width: 46px;
		height: 16px;
	}
}
@media screen and (min-width: 1612px) {
	section.parking-info {}
}
.use-nav {
	max-width: 542px;
	margin-inline: auto;
}
.use-nav .reservation-button a {
	font-size: 17px;
	line-height: 1;
	padding: 0.65em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--theme-color);
	color: var(--white);
	text-decoration: none;
	border-radius: var(--rad-s);
	width: 100%;
	transition: 200ms;
}
.use-nav .reservation-button a::before {
	content: "";
	display: block;
	width: 1.28em;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--white) url("../../hall/images/common/arr_a-r-bl.svg") center / 34% no-repeat;
	margin-right: 0.4em;
}
.use-nav .reservation-button a .sub {
	font-size: calc(13 / 28 * 1em);
	line-height: 1.4;
	display: block;
	border-left: 1px solid rgb(255 255 255 / 0.7);
	padding-left: 2em;
	margin-left: 2em;
}
@media (any-hover: hover) {
	.use-nav .reservation-button a:hover {
		background-color: var(--theme-hover);
	}
}
@media screen and (min-width: 768px), print {
	.use-nav .reservation-button a {
		font-size: 21px;
	}
}
@media screen and (min-width: 1232px), print {
	.use-nav .reservation-button a {
		font-size: 28px;
	}
}
.use-nav .use-link {
	margin-top: 15px;
	font-size: 14.5px;
}
.use-nav .use-link li {
	display: flex;
	align-items: center;
}
.use-nav .use-link li::before {
	content: "";
	display: block;
	width: 1.1em;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--theme-color) url("../../hall/images/common/arr_a-r.svg") center / 34% no-repeat;
	margin-right: 0.4em;
}
.use-nav .use-link a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.use-nav .use-link a:hover {
		text-decoration: underline;
	}
}
@media screen and (min-width: 1232px), print {
	.use-nav .use-link {
		margin-top: 25px;
		font-size: 20px;
	}
}
/* ARENA TOP INDEX */
.arena-top-content-link2 {
	padding: var(--y-margin-tp) var(--x-margin);
}
.arena-top-content-link2 .content-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
	gap: 40px 3%;
}
.arena-top-content-link2 .content-list li {
	position: relative;
}
.arena-top-content-link2 .image {
	border-radius: var(--rad-s);
	overflow: hidden;
}
.arena-top-content-link2 a {
	color: var(--text-color);
	text-decoration: none;
	width: 100%;
}
.arena-top-content-link2 a .image img {
	transition: 400ms;
}
@media (any-hover: hover) {
	.arena-top-content-link2 a:hover .image img {
		transform: scale(1.1);
		opacity: 0.7;
	}
}
.arena-top-content-link2 a .arrow {
	display: block;
	position: absolute;
	width: 40px;
	aspect-ratio: 1;
	bottom: -22px;
	right: 15px;
	border-radius: 50%;
	background: var(--theme-color) url("../../hall/images/common/arr_a-r.svg") center / 34% no-repeat;
	transition: 400ms;
}
@media (any-hover: hover) {
	.arena-top-content-link2 a:hover .arrow {
		transform: scale(1.2);
	}
}
@media screen and (min-width: 1232px), print {
	.arena-top-content-link2 .content-list {
		gap: 80px 45px;
	}
	.arena-top-content-link2 a .arrow {
		width: 44px;
		bottom: -22px;
		right: 30px;
	}
}
.content-list-sub {
	display: flex;
	justify-content: space-between;
	margin: var(--y-margin-tp) auto 0;
	padding-inline: var(--x-margin);
	width: 100%;
	max-width: 450px;
}
.content-list-sub li {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 110px;
}
.content-list-sub .icon {
	width: 73.33333333%;
	aspect-ratio: 1;
	padding: 0px 9.09090909%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	background-color: var(--theme-color);
	border-radius: var(--rad-s);
	transition: 200ms;
}
.content-list-sub h2 {
	font-size: 14px;
	margin: 0.75em 0 0;
	line-height: 1.4;
	font-weight: var(--font-medium);
}
@media (any-hover: hover) {
	.content-list-sub a:hover .icon {
		background-color: var(--theme-hover);
	}
}
@media screen and (min-width: 768px), print {
	.content-list-sub {
		width: 550px;
		max-width: none;
	}
	.content-list-sub li {
		width: 25%;
	}
	.content-list-sub h2 {
		font-size: 16px;
	}
}
@media screen and (min-width: 1232px), print {
	.content-list-sub {
		width: 600px;
	}
	.content-list-sub h2 {
		font-size: 18px;
	}
}
/* ARENA TOP ニュースとブログ */
.news-blog-wrapper {
	padding: var(--y-margin-xl) var(--x-margin);
	background-color: var(--white);
}
.news-blog-wrapper .section-heading {
	font-size: 36px;
	color: var(--theme-color);
	text-transform: uppercase;
	letter-spacing: 0;
}
.facility-news .article-list, .facility-blog .article-list {
	border-top: 1px solid #c8c8c8;
}
.facility-news .article-list li a, .facility-blog .article-list li a {
	padding: 0.5em 0;
	border-bottom: 1px solid #c8c8c8;
	display: block;
	color: #505050;
	text-decoration: none;
}
@media (any-hover: hover) {
	.facility-news .article-list li a:hover, .facility-blog .article-list li a:hover {
		background-color: #fafafa;
	}
}
.facility-news .article-list li .date, .facility-blog .article-list li .date {
	color: #666666;
}
.facility-blog .article-list li a {
	display: flex;
	align-items: center;
}
.facility-blog .article-list li .thumb {
	flex: 0 0 auto;
	width: 124px;
	margin-right: 1em;
}
.facility-blog .article-list li .thumb img {
	width: 100%;
	aspect-ratio: 185 / 126;
	object-fit: cover;
}
.facility-news .show-list, .facility-blog .show-list {
	text-align: center;
	margin: 25px 0 0;
}
.facility-news .show-list, .facility-blog .show-list {
	font-size: 15px;
	font-size: 93.75%;
}
.facility-news .show-list a, .facility-blog .show-list a {
	font-weight: 700;
	line-height: 1.5;
	padding: 0.48333333em 1em;
	border-radius: 1.2333333em;
	background: var(--theme-color);
	text-align: center;
	width: 12em;
	display: inline-block;
	color: var(--white);
	text-decoration: none;
}
@media (any-hover: hover) {
	.facility-news .show-list a:hover, .facility-blog .show-list a:hover {
		background-color: var(--theme-hover);
	}
}
@media screen and (min-width: 1232px), print {
	.news-blog-wrapper {
		display: flex;
		justify-content: space-between;
		gap: 56px;
	}
	.news-blog-wrapper > section {
		width: calc((100% - 56px) / 2);
		margin: 0 !important;
	}
	.facility-news .article-list li a {
		padding: 17.5px 0;
		display: flex;
		align-items: flex-start;
	}
	.facility-blog .article-list li a {
		padding: 16.5px 0;
		display: flex;
		align-items: center;
	}
	.facility-news .article-list li .date, .facility-blog .article-list li .date {
		width: 7em;
		flex: 0 0 auto;
	}
	.facility-blog .article-list li .thumb {
		width: 185px;
	}
}
/* ARENA TOP 施設情報 */
.foot-facility-info {
	padding: 30px var(--x-margin);
}
.foot-facility-info > div {
	margin: 0 auto;
	gap: 30px;
}
.foot-facility-info .image {
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}
.foot-facility-info .text {
	font-size: 14px;
	line-height: 1.75;
	font-weight: var(--font-regular);
}
.foot-facility-info .text .facility-title {
	height: 2.29411765em;
	margin-bottom: 0.65em;
}
.foot-facility-info .text .facility-title img {
	height: 100%;
	width: auto;
}
@media screen and (min-width: 768px), print {
	.foot-facility-info {}
	.foot-facility-info > div {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		width: 90%;
		max-width: 758px;
		margin: 0 auto;
		gap: 30px;
	}
	.foot-facility-info .image {
		width: 45%;
		max-width: 325px;
		margin-bottom: 0;
	}
	.foot-facility-info .text {
		font-size: 15px;
	}
}
@media screen and (min-width: 1232px), print {
	.foot-facility-info > div {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		width: 825px;
		max-width: none;
	}
	.foot-facility-info .text {
		font-size: 17px;
	}
}
/* ARENA TOP FOOTER */
.page-arena-top .global-footer {
	margin-top: 0;
}
/* テーブル個別調整 */
.fee-table.gaishi-arena1 .vertical {
	width: calc(3em + 1px);
}
.fee-table.gaishi-arena1 .vertical > span {
	min-height: 9em;
}
.fee-table.gaishi-arena1 tbody > tr:nth-child(2) td:nth-child(2), .fee-table.gaishi-arena1 tbody > tr:nth-child(2) td:nth-child(3) {
	width: 10em;
}
.fee-table.gaishi-arena1 tbody > tr:nth-child(2) td:nth-child(4), .fee-table.gaishi-arena1 tbody > tr:nth-child(2) td:nth-child(5) {
	width: 14em;
}
.fee-table.gaishi-arena5 .vertical > span {
	height: 5em;
	min-width: 2em;
}
.fee-table.gaishi-arena6 tbody > tr:nth-child(2) td:first-child {
	width: 9em;
}
.fee-table.gaishi-arena6 tbody > tr:nth-child(2) td:nth-child(2) {
	width: 9em;
}
.fee-table.gaishi-arena6 tbody > tr:nth-child(2) td:nth-child(3) {
	width: 6em;
}
.fee-table.gaishi-arena6 tbody > tr:nth-child(2) td:nth-child(4) {
	width: 9em;
}
.fee-table.gaishi-arena7 tbody > tr:nth-child(2) td:first-child {
	width: calc(3em + 1px);
}
.fee-table.gaishi-arena7 tbody > tr:nth-child(2) td:first-child span {
	height: 9em;
}
.fee-table.gaishi-arena7 tbody > tr:nth-child(2) td:nth-child(2) {
	width: 10em;
}
.fee-table.gaishi-arena7 tbody > tr:nth-child(3) td:first-child {
	width: 6em;
}
.fee-table.gaishi-arena7 tbody > tr:nth-child(3) td:nth-child(2) {
	width: 6em;
}
.fee-table.gaishi-arena8 tbody > tr:nth-child(2) td:first-child {
	width: 12em;
}
.fee-table.gaishi-arena8 tbody > tr:nth-child(2) td:nth-child(2) {
	width: 9em;
}
.fee-table.gaishi-arena8 tbody > tr:nth-child(3) td:first-child {
	width: 6em;
}
.fee-table.gaishi-arena8 tbody > tr:nth-child(3) td:nth-child(2) {
	width: 16em;
}