@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	min-width: 360px;
}

a {
	text-decoration: underline;
	color: rgba(0, 125, 204, 1);
}

a[href$=".pdf"] {
	background-size: 0.9em auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.5em;
	margin-right: 0.5em;
	background-image: url("../../../img/ico_pdf_red.svg");
}

a[href$=".pdf"]+span,
a[href^="http"]+span {
	font-size: 80%;
	letter-spacing: 0;
	display: inline-block;
}

a[href^="http"][target="_blank"] {
	letter-spacing: 0;
}

a:hover {
	color: rgba(236, 0, 3, 1);
}

a img {
	transition: all 0.25s;
}

a:hover img {
	opacity: 0.75;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
table,
dl {
	margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
	line-height: 1.4;
}

ul,
ol {
	margin-left: 1.5em;
	list-style-position: outside;
}

li {
	padding-block: 0.5em;
}

img,
embed,
video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

/*
img[src$=".webp"],
img[src$=".svg"] {
	width: 100%;
}
*/

picture {
	display: block;
	margin-bottom: 1em;
}

figure {
	margin-bottom: 1em;
	text-align: center;
	margin-inline: auto;
	font-size: 95%;
	letter-spacing: 0;
}

figure+figure {
	margin-top: 2em;
}

figcaption {
	padding-block: 1em;
	line-height: 1.4;
	font-size: 90%;
}

figcaption>span {
	display: block;
}

figcaption>span+span {
	margin-top: 0.5em;
}

figcaption a+span {
	display: inline-block;
}

iframe {
	width: 100%;
	margin-bottom: 1em;
	border: none;
}

table {
	font-family: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

table caption {
	text-align: center;
	margin: 0.5em 0;
	font-size: 120%;
	font-weight: bold;
}

th,
td {
	border: 1px solid rgba(200, 200, 200, 1);
	padding: 0.5em;
}

th {
	font-weight: normal;
	background-color: rgba(0, 0, 0, 0.08);
	text-align: center;
}

thead th {
	padding: 1em 0.5em;
	background-color: rgba(0, 0, 0, 0.15);
}

tbody th {
	background-color: rgba(0, 0, 0, 0.08);
}

td {
	text-align: left;
}

footer * {
	margin: 0;
	list-style-type: none;
}

body {
	background-color: rgb(237, 243, 250);
	font-family:
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgb(50, 50, 50);
	line-height: 1.6;
	font-size: 1.6em;
	letter-spacing: 0;
}

@media screen and (min-width: 1200px) {
	body {
		line-height: 1.8;
		font-size: 1.8em;
	}
}

@media screen and (min-width: 1500px) {
	body {
		line-height: 2;
		font-size: 2.2em;
	}
}

@media screen and (max-width: 900px) {
	body {
		line-height: 1.4;
		font-size: 1.4em;
	}
}

#container {
	width: 100%;
}

.edge {
	width: 90%;
	max-width: 1600px;
	margin-inline: auto;
}

@media screen and (max-width: 999px) {
	.edge {
		width: calc(100% - 20px);
	}
}

#top {
	width: 100%;
	padding: 10px;
}

#top .edge {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 1em;
}

#home {
	width: 50%;
	max-width: 300px;
	margin: 0;
}

#title {
	font-size: clamp(0.65em, 2vw, 0.9em);
	margin: 0;
	line-height: 1.4;
}

#visual {
	padding-block: clamp(1em, 4vw, 2em);
}

#visual_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url(../../assets/img/visual_bg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	margin-bottom: 1em;
}

#visual_content>* {
	margin: 0;
}

#visual_content h1 {
	width: 40%;
	max-width: 450px;
}

#visual_content h2 {
	width: 50%;
	max-width: 700px;
	max-width: 800px;
}

@media screen and (max-width: 999px) {
	#visual_content {
		display: block;
		text-align: center;
	}

	#visual_content h1 {
		width: 94%;
		max-width: 600px;
		margin-inline: auto;
		margin-bottom: 2em;
	}

	#visual_content h2 {
		width: 94%;
		max-width: 600px;
		margin-inline: auto;
	}
}

#outline {
	padding-top: 2em;
}

#outline::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 60%;
	background-color: rgb(189, 215, 240);
}

#outline_main {
	padding: clamp(10px, 5vw, 3em) clamp(10px, 5vw, 5em);
	border-radius: clamp(5px, 2vw, 30px);
	background-color: rgb(255, 255, 255);
	width: 90%;
	max-width: 1600px;
	margin-inline: auto;
}

#outline-1 h3 .bicycle::after {
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	margin-inline: 0.5em;
	background-image: url(../img/icon.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
}

#outline_main .main_unit {
	padding-block: 0;
}

#outline .unit_main {
	width: 100%;
	margin: 0;
}

#outline_schedule {
	flex-grow: 1;
}

#outline .block {
	text-align: left;
}

#outline_schedule h4 {
	display: flex;
	align-items: center;
	gap: 0.75em;
}

#outline_schedule h4::before {
	content: "";
	display: inline-block;
	width: 3em;
	height: 3em;
	background-image: url(../img/icon.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

div.block:has(table.schedule) {
	text-align: center;
}

@media screen and (max-width: 999px) {
	#outline .unit_main {
		display: block;
	}

	div:has(> table.schedule) {
		overflow: hidden;
		overflow-x: scroll;
		position: relative;
		padding-bottom: 1em;
	}
}

table.schedule {
	position: relative;
	width: 100%;
	margin-inline: auto;
	border: none;
	letter-spacing: 0;
	white-space: nowrap;
	font-size: 90%;
}

table.schedule th,
table.schedule td {
	text-align: center;
	border: none;
	padding: 0.5em 1em;
}

table.schedule thead th {
	color: rgb(255, 255, 255);
	font-size: 105%;
	font-weight: bold;
}

table.schedule#asian_games thead th {
	background-color: rgb(186, 136, 73);
}

table.schedule#asian_para_games thead th {
	background-color: rgb(0, 143, 68);
}

table.schedule thead th:nth-of-type(1) {
	border-radius: 2em 0 0 2em;
}

table.schedule thead th:nth-last-of-type(1) {
	border-radius: 0 2em 2em 0;
}

table.schedule tbody tr {
	border-bottom: 1px solid rgba(200, 200, 200, 1);
}


main {
	letter-spacing: 0.05em;
	padding-block: 4em;
}

#main_sections {
	width: 100%;
	border-top: 2px dashed rgba(0, 0, 0, 0.15);
	padding-top: 4em;
}

#main_sections section {
	padding-block: 4em;
}

.section_unit {
	width: 90%;
	max-width: 1600px;
	margin-inline: auto;
}

main .read,
main .unit_main {
	margin-inline: auto;
}

@media screen and (min-width: 1000px) {

	.read,
	.unit_main {
		width: 90%;
	}
}

.section_header {
	text-align: center;
	margin-bottom: clamp(1em, 3vw, 2em);
}

.section_header h2 {
	display: block;
	margin: 0;
	background-color: rgb(5, 95, 55);
	border-radius: 3em;
	font-weight: bold;
	font-size: clamp(1.1em, 3vw, 1.6em);
	color: #fff;
	padding: 0.6em 1.2em 0.6em 0.75em;
	text-align: center;
}

.section_main {
	border: clamp(1px, 0.5vw, 6px) solid rgb(178, 206, 193);
	padding: clamp(10px, 3vw, 3em) clamp(10px, 5vw, 5em);
	border-radius: clamp(5px, 2vw, 30px);
	background-color: rgb(255, 255, 255);
	background-image: url("../img/section_bg.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto clamp(1.5em, 3vw, 3em);
}

.read>*:last-child {
	margin-bottom: 0;
}

.section_main>.read {
	padding-block: 1em;
	font-size: clamp(1em, 3vw, 1.5em);
	letter-spacing: clamp(0em, 0.25vw, 0.125em);
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.main_unit {
	padding-block: 3em;
}

.main_unit>*:last-child {
	margin-bottom: 0;
}

.main_unit h3 {
	display: block;
	font-size: clamp(1em, 1.5vw, 1.2em);
}

.main_unit h3>span {
	display: block;
	background-color: rgb(209, 231, 221);
	display: block;
	border-radius: 2em;
	padding: 0.65em 1.5em;
	margin-inline: auto;
	width: fit-content;
	text-align: center;
}

.main_unit h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 6px;
	border-radius: 6px;
	transform: translateY(-50%);
	background-color: rgb(209, 231, 221);
	display: block;
	margin: 0;
}

.main_unit .read {
	padding-block: 1em;
	font-size: clamp(1em, 2vw, 1.1em);
	font-weight: bold;
	text-align: center;
}

.unit_main {
	margin-block: 3em;
}

.section_foorer {
	text-align: center;
	margin-bottom: clamp(1em, 3vw, 2em);
}

.block {
	margin-bottom: 2em;
}

.block+.block {
	margin-top: 2em;
}

.block>*:last-child {
	margin-bottom: 0;
}

.box {
	border: clamp(4px, 1vw, 8px) solid rgba(135, 27, 15, 0.13);
	padding: 1em;
	border-radius: 10px;
}

#gmap_route iframe {
	width: 100%;
	height: 700px;
	max-height: 60dvh;
}

.gmap_btn {
	display: inline-block;
}

.gmap_btn::after {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-inline: 0.5em;
	background-image: url(../img/gmap_btn.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
}

.caution {
	font-size: 80%;
	padding-block: 0;
	width: fit-content;
	margin-inline: auto;
}

.caution li {
	padding-block: 0.25em;
}


#gmap_access iframe {
	width: 100%;
	height: 500px;
	max-height: 35dvh;
}

#section_1-2 {
	text-align: center;
}

#links {
	margin-block: 2em;
}

#links_file {
	margin-block: 2em;
	text-align: left;
}

#links_file h4 {
	padding: 0.5em 1.5em;
	background-color: #63cdea;
	border-radius: 6px;
	color: #fff;
}

#links_banner {
	text-align: justify;
}

#links_banner a {
	display: block;
	max-width: 200px;
}

@media screen and (min-width: 1000px) {
	#links {
		display: flex;
		justify-content: space-between;
		gap: 2em;
		line-height: 1.4;
		margin-block: 4em;
	}

	#links_file {
		flex-grow: 1;
		margin-block: 0;
		max-width: 50%;
	}

	#links_banner {
		width: calc((100% - 2em) / 2);
		display: flex;
		gap: 2em;
		margin-block: 0;
		flex-grow: 1;
		justify-content: space-between;
	}

	#links_banner>* {
		width: calc((100% - 2em) / 2);
		margin-block: 0;
	}

	#links_banner a {
		max-width: 250px;
	}
}

.links_banner {
	margin-bottom: 1em;
}

.links_banner a {
	display: block;
}


#footer {
	position: relative;
	background-color: #e6e6e6;
}

.footer_unit {
	margin: auto;
	max-width: 1600px;
	padding: 4em clamp(10px, 3vw, 2em);
}

#footer_author {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1em 2em;
}

#footer * {
	list-style-type: none;
}

#footer h2 {
	width: 60%;
	max-width: 300px;
}

#footer_address {
	font-size: 85%;
	letter-spacing: 0.1em;
}

#footer a {
	color: inherit;
	text-decoration: none;
}

#footer_address a span {
	display: inline-block;
}

@media screen and (max-width: 999px) {
	#footer_author {
		flex-direction: column;
	}
}

#copyright {
	text-align: center;
	font-size: 60%;
	letter-spacing: 0.25em;
	padding: 1.5em;
	background-color: rgb(30, 30, 30);
	text-shadow: inherit;
	color: rgba(255, 255, 255, 0.75);
}

#up {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 5;
}

#up.hide {
	display: none;
}

#up a {
	width: 3em;
	aspect-ratio: 1;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3em;
}

#jutai_map {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	text-align: center;
}

#jutai_map img {
	opacity: 0;
}

#jutai_slide_wrap {
	max-width: 600px;
	margin-inline: auto;
}

#jutai_slide {
	pointer-events: none;
	margin: 0 auto;
}

#jutai_slide_wrap::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/mark.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation: blinking 1s ease-in-out infinite alternate;
}

@keyframes blinking {
	0%   { opacity: 0; }
	75% { opacity: 1; }
	100% { opacity: 1; }
}

#jutai_slide figure {
	margin: 0;
}

#jutai_slide img {
	width: 100%;
	margin: 0 auto;
}

.jutai_head {
	background-color: rgba(60, 71, 91, 1);
	color: #fff;
	padding: 0.4em 1em;
	margin-bottom: 1rem;
}

#jutai_dots .slick-dots {
	display: flex;
	position: inherit;
	bottom: 0;
	width: fit-content;
	margin: 0 auto;
	gap: 5px;
}

#jutai_dots .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
	opacity: 0.6;
	text-align: center;
}

#jutai_dots .slick-dots li.slick-active {
	opacity: 1;
}

.jutai_time {
	writing-mode: vertical-rl;
	margin: 0 auto;
	padding: 0.4em;
	font-size: 80%;
	display: flex;
	align-items: center;
	flex-direction: row;
}

#jutai_dots .slick-dots li:last-child {
	border-right: none;
}

.jutai_time_num {
	text-combine-upright: all;
	font-size: 160%;
	line-height: 1;
	margin: 4px 0;
	padding: 0.25em;
	border-radius: 2em;
	background-color: #d1e7dd;
	aspect-ratio: 1;
	display: block;
}

li.slick-active .jutai_time_num {
	background-color: #055f37;
	color: #ffffff;
}

li:hover .jutai_time_num {
	background-color: #055f37;
	color: #ffffff;
}

div.jutai_season_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-inline: auto;
	width: fit-content;
}

#jutai_dots {
	margin-block: 2em;
	width: 100%;
	overflow: hidden;
	overflow-x: hidden;
	overflow-x: scroll;
	padding-bottom: 1em;
}

.jutai_season_button {
	padding: 0.5em 1em;
	border: none;
	color: rgba(68, 68, 68, 1);
	border-radius: 3px;
	cursor: pointer;
}

.jutai_season_button.jutai_season_close {
	cursor: default;
	background-color: #ccc;
	color: #888;
}

@keyframes checkout {
	0% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.js-checkout {
	animation-name: checkout;
	animation-duration: 800ms;
}

.control_wrap {
	text-align: center;
}

.control_button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgb(214, 214, 214);
	border-radius: 3px;
	color: rgba(68, 68, 68, 1);
	padding: 0.5em 1.2em;
	cursor: pointer;
}

.control_button:hover {
	background-color: rgb(230, 230, 230);
}

.button_current {
	background-color: #055f37;
	color: #fff;
}

.control_button.button_current:hover {
	background-color: #055f37;
	cursor: default;
}

#gmap_camera {
	margin-bottom: 0;
	background-color: rgb(223, 236, 230);
	border-radius: 8px 8px 0 0;
}

#gmap_camera iframe {
	width: 100%;
	height: 500px;
	max-height: 35dvh;
	border-radius: 6px 6px 0 0;
	margin: 0;
}

#camera_list {
	display: flex;
	text-align: justify;
	list-style-type: none;
	flex-wrap: wrap;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	gap: 0.99vw;
	background-color: rgb(223, 236, 230);
	padding: 1em;
	margin-top: 0;
	border-radius: 0 0 8px 8px;
}

#camera_list figure {
	margin: 0;
	background-color: rgb(70, 156, 116);
	border-radius: 4px;
}

#camera_list figure a {
	display: block;
	overflow: hidden;
	border-radius: 4px  4px 0 0;
}

#camera_list figure img {
	object-fit: cover;
	aspect-ratio: 1.28;
	object-position: top center;
}

#camera_list figure figcaption {
	font-size: 80%;
	color: rgb(255,255,255);
	padding: 0.75em;
	display: flex;
	align-items: center;
	gap: 1em;
}

#camera_list figure figcaption::before {
	content: "";
	display: block;
	width: 1.4em;
	height: 1.4em;
	background-image: url("../../../img/mapico_video.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}


@media screen and (min-width: 1000px) {
	#camera_list figure {
		width: calc((100% - 3 * 1vw) / 4);
	}
}

@media screen and (min-width: 1400px) {
	#camera_list figure {
		width: calc((100% - 4 * 1vw) / 5);
	}
}

@media screen and (min-width: 1800px) {
	#camera_list figure {
		width: calc((100% - 5 * 1vw) / 6);
	}
}

@media screen and (max-width: 999px) {
	#camera_list figure {
		width: calc((100% - 2 * 1vw) / 3);
	}
}

@media screen and (max-width: 600px) {
	#camera_list figure {
		width: calc((100% - 1 * 1vw) / 2);
	}
}





















