@charset "UTF-8";

:root {
	--ff-josefin: "Josefin Sans", sans-serif;
}

.vis-hide {
	display: block !important;
	visibility: visible !important;
	opacity: 0 !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 4px !important;
	height: 4px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: none !important;
}

.-sp {
	display: none;
}

.caution {
	padding: 28px 0;
	background: #eb3f00;
}

.caution_box {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 24px 30px;
	background: #ffffff;
}

.caution_box::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background-image: url("../media/home_2402/caution-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.caution_list {
	color: #cc0000;
	font-weight: bold;
	font-size: 18px;
}

.caution_list > li {
	position: relative;
	padding-left: 20px;
}

.caution_list > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #cc0000;
}

.caution_list > li > a {
	text-decoration: underline;
}

.caution_list > li > a:hover {
	text-decoration: none;
}

.hero {
	padding-left: 40px;
	background: #EDF1FA;
	line-height: 1;
}

.hero_wrap {
	display: flex;
	align-items: flex-end;
}

.hero_cnt {
	align-self: flex-end;
	width: 440px;
	padding: 50px 40px 62px;
	border-top-left-radius: 20px;
	background: #002C83;
	color: #fff;
}

.hero_date {
	text-align: center;
}

.hero_date_date {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-weight: bold;
	font-size: 28px;
}

.hero_date_date time {
	font-size: 50px;
	font-family: var(--ff-josefin);
}

.hero_date_date span {
	margin: 0 -5px;
}

.hero_date_text {
	font-weight: bold;
	font-size: 14px;
}

.hero_menu {
	margin-top: 25px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 15px;
}

.hero_menu_item {
	display: block;
	position: relative;
	padding: 25px 40px 25px 10px;
	border-bottom: 1px solid #333333;
	transition: background 0.2s;
}

.hero_menu_item:hover {
	background: #ece5cc;
}

.hero_menu_item::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;

	mask-image: url("../media/home_2402/icon-link.svg");
}

.hero_menu_ttl {
	padding-left: 30px;
	font-weight: bold;
	text-align: center;
}

.hero_menu_cnt {
	margin-top: 15px;
}

.hero_weather {
}

.hero_weather_item {
	display: flex;
	align-items: center;
}

.hero_weather_item > dt {
	width: 6em;
	font-weight: bold;
}

.hero_weather_item > dd {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hero_weather_icon {
	font-weight: bold;
}

.hero_weather_temp {
	font-weight: bold;
}

.hero_weather_temp em {
	font-size: 30px;
	font-family: var(--ff-josefin);
}

.hero_weather_time {
	font-size: 14px;
}

.hero_status {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
}

.hero_status.-caution,
.hero_status.-danger {
	color: #cc0000;
	font-weight: 900;
}

.hero_status::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-image: url("../media/home_2402/icon-disc.svg");
	background-repeat: no-repeat;
}

.hero_status.-caution::before {
	background-image: url("../media/home_2402/icon-tri.svg");
}

.hero_status.-danger::before {
	background-image: url("../media/home_2402/icon-cross.svg");
}

.hero_park {
	display: flex;
	justify-content: center;
	font-weight: bold;
	white-space: nowrap;
}

.hero_park_item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-right: 15px;
}

.hero_park_item:not(:first-child) {
	padding-left: 15px;
	border-left: 1px solid #333333;
}

.hero_park_icon {
	display: flex;
	align-items: center;
	gap: 5px;
}

.hero_slide {
	flex: 1;
	background: #002C83;
}

.hero_slide .splide {
}

.hero_slide .splide__slide {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.hero_slide .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero_slide .splide img {
	width: 100%;
	min-height: 540px;
	object-fit: cover;
}

.hero_slide .splide__track {
	overflow: hidden;
	border-bottom-left-radius: 20px;
}

.hero_slide .splide__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	padding: 20px 0;
}

.hero_slide .splide__pagination__page {
	display: block;
	opacity: 1;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px;
	background: none;
}

.hero_slide .splide__pagination__page.is-active {
	background: none;
	transform: none;
}

.hero_slide .splide__pagination__page::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #FFFFFF;
	transition: background 0.2s, opacity 0.2s;
}

.hero_slide .splide__pagination__page.is-active::before {
	background: #f2ba00;
}

.hero_slide .splide__video {
	background: rgba(0, 0, 0, 0.2);
}

.hero_slide .splide__video__play {
	width: 106px;
	height: 75px;
	border-radius: 0;
	background-image: url("../media/home_2402/hero-play.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}

.hero_slide .splide__video__play::after {
	display: none;
}

.intro {
	position: relative;
	padding: 70px 40px 90px;
	background: #002C83;
}

.intro::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: calc(100% - 40px);
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #fff;
}

.intro > .c_inner {
	position: relative;
	z-index: 10;
}

.intro_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.intro_hd::before {
	content: "";
	display: flex;
	width: 58px;
	height: 43px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.intro_hd.-today::before {
	background-image: url("../media/home_2402/today-hd-icon.svg");
}

.intro_hd.-info::before {
	background-image: url("../media/home_2402/info-hd-icon.svg");
}

.intro_hd_ttl {
	font-weight: bold;
	font-size: 24px;
}

.intro_hd_update {
	font-size: 14px;
}

.intro_hd_link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 210px;
	height: 40px;
	margin-left: auto;
	border-radius: 10px;
	background: #F7F7F7;
	transition: background 0.2s;
}

.intro_hd_link:hover {
	background: #fff;
}

.intro_hd_link::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-image: url("../media/home_2402/icon-link.svg");
	background-repeat: no-repeat;
}

.intro_ft {
	display: none;
	margin-top: 20px;
	text-align: center;
}

.dia {
}

.dia_info {
	display: grid;
	gap: 10px;
	padding: 20px;
	border-radius: 5px;
	background: #f7f7f7;
}

.dia_info:has(.-forgotten),
.dia_info:has(.-suspension) {
	background: #ffc4c4;
}

.dia_info > li {
	display: flex;
	align-items: center;
	gap: 20px;
}

.dia_info > li.-info::before,
.dia_info > li.-forgotten::before,
.dia_info > li.-suspension::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.dia_info > li.-info::before {
	background-image: url("../media/home_2402/icon-disc.svg");
}

.dia_info > li.-forgotten::before {
	background-image: url("../media/home_2402/status-icon-caution@2x.png");
}

.dia_info > li.-suspension::before {
	background-image: url("../media/home_2402/status-icon-danger@2x.png");
}

.dia_info > li.-info {
	/* color: #0082d0; */
}

.dia_info > li.-forgotten {
	color: #d87400;
}

.dia_info > li.-suspension {
	color: #dd0e0e;
}

.dia_info > li > a {
	display: block;
	flex: 1;
	padding: 15px 20px;
	border-radius: 5px;
	background: #ffffff;
	font-weight: bold;
	transition: background 0.2s;
}

.dia_info > li > a[href]:hover {
	background: #f2eddb;
}

.dia_main {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 40px;
}

.dia_arrow {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 40px;
	border-radius: 20px;
	background: #428300;
	color: #ffffff;
	font-weight: bold;

	writing-mode: vertical-rl;
}

.dia_tbl {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	flex: 1;
}

.dia_tbl_item {
	position: relative;
	margin-top: 110px;
	border-left: 1px solid #c6c6c6;
}

.dia_tbl_item::before,
.dia_tbl_item::after {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	left: -7px;
	z-index: 10;
	width: 14px;
	height: 14px;
	border: 2px solid #0082d0;
	border-radius: 50%;
	box-sizing: border-box;
	background: #ffffff;
}

.dia_tbl_item::after {
	right: -7px;
	left: auto;
}

.dia_tbl_item:not(:last-child)::after {
	display: none;
}

.dia_tbl_item:last-child {
	border-right: 1px solid #c6c6c6;
}

.dia_tbl_station {
	position: absolute;
	bottom: 100%;
	left: -14px;
	margin-bottom: 20px;
}

.dia_tbl_station.-last {
	right: -14px;
	left: auto;
}

.dia_tbl_station > em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 80px;
	border: 2px solid ;
	border-radius: 5px;
	color: #0082d0;
	font-size: 15px;

	writing-mode: vertical-rl;
}

.dia_tbl_sec {
	padding: 25px 0 15px;
	text-align: center;
}

.dia_tbl_sec_icon {
	display: block;
	position: absolute;
	top: -45px;
	left: 50%;
	z-index: 10;
	width: 26px;
	height: 26px;
	margin-left: -13px;
	background-image: url("../media/home_2402/icon-disc.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.dia_tbl_item.-forgotten .dia_tbl_sec_icon {
	background-image: url("../media/home_2402/status-icon-caution@2x.png");
}

.dia_tbl_item.-suspension .dia_tbl_sec_icon {
	background-image: url("../media/home_2402/status-icon-danger@2x.png");
}

.dia_tbl_item.-forgotten .dia_tbl_sec_icon::before,
.dia_tbl_item.-suspension .dia_tbl_sec_icon::before {
	content: "";
	display: block;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: -20px;
	left: 50%;
	width: 11px;
	height: 10px;
	margin-left: -5.5px;
	background: #cc0000;
}

.dia_tbl_sec_line {
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 6px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #0082d0;
	background-image: linear-gradient(to right, transparent, transparent 5px, #ffffff 5px, #ffffff 10px);
	background-size: 10px 3px;
	background-color: #0082d0;
}

.dia_tbl_item.-forgotten .dia_tbl_sec_line {
	border-color: #f2804e;
	background-color: #f2804e;
}

.dia_tbl_item.-suspension .dia_tbl_sec_line {
	border-color: #cc0000;
	background-color: #cc0000;
}

.dia_tbl_sec_vehicle {
}

.dia_tbl_sec_vehicle::before {
	content: "";
	display: inline-block;
	width: 55px;
	height: 50px;
	background: #333333;

	mask-repeat: no-repeat;
	mask-position: center;
}

.dia_tbl_item.-forgotten .dia_tbl_sec_vehicle::before {
	background-color: #f2804e;
}

.dia_tbl_item.-suspension .dia_tbl_sec_vehicle::before {
	background-color: #cc0000;
}

.dia_tbl_sec_vehicle.-cable::before {
	mask-image: url("../media/home_2402/status-vehicle-cable.svg");
}

.dia_tbl_sec_vehicle.-bus::before {
	mask-image: url("../media/home_2402/status-vehicle-bus.svg");
}

.dia_tbl_sec_vehicle.-rope::before {
	mask-image: url("../media/home_2402/status-vehicle-rope.svg");
}

.dia_tbl_sec_vehicle.-walk::before {
	mask-image: url("../media/home_2402/status-vehicle-walk.svg");
}

.dia_tbl_sec_vehicle > p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5em;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.25;
}

.today {
	margin-top: 50px;
}

.today:first-child {
	margin-top: 0;
}

.today_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 10px;
}

.today_sec {
	overflow: hidden;
	border-radius: 10px;
}

.today_sec_ttl {
	padding: 10px;
	background: #eb3f00;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.today_sec_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 20px 10px;
	background: #ffffff;
}

.today_sec_col {
	padding: 0 15px;
	text-align: center;
}

.today_sec_col:not(:first-child) {
	border-left: 1px solid #333333;
}

.today_sec_col > dt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 0.5em;
	font-size: 15px;
}

.today_sec_col > dt > em {
	font-weight: bold;
}

.today_sec_col > dt > small {
	font-size: 13px;
}

.today_sec_col > dd {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #333333;
}

.today_sec_status {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
}

.info {
	margin-top: 50px;
}

.info:first-child {
	margin-top: 0;
}

/* .info.-bus {
	position: relative;
	padding-bottom: 90px;
}

.info.-bus::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: min(calc(-50vw + 580px), -64px);
	z-index: 0;
	width: max(calc(100% + 100vw - 1160px), calc(100% + 128px));
	background-image: url("../media/home_2402/intro-bus.svg");
	background-size: 100%;
	pointer-events: none;
	aspect-ratio: 1440 / 375;
} */

.info_list {
	display: grid;
	gap: 5px;
	position: relative;
	z-index: 10;
	margin-top: 10px;
}

.info_post {
}

.info_post_wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 15px 20px;
	border-radius: 5px;
	background: #F7F7F7;
	transition: background 0.2s;
}

.info_post_wrap:hover {
	background: #fff;
}

.info_post_wrap::after {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-left: auto;
	background: #002C83;

	mask-image: url("../media/home_2402/icon-link.svg");
	mask-size: 100% 100%;
}

.info_post_date {
}

.info_post_ttl {
	font-weight: bold;
}

.info_post.-danger .info_post_ttl {
	color: #d90000;
}

.info_post.-warning .info_post_ttl {
	color: #f2804e;
}

.info_post.-success .info_post_ttl {
	color: #1f9b15;
}

.insta {
	margin-top: 70px;
}

.insta_hd {
	display: flex;
	align-items: center;
	gap: 20px;
}

.insta_hd_icon {
	flex-shrink: 0;
}

.insta_hd_cnt {
	flex: 1;
}

.insta_hd_ttl {
	font-weight: bold;
	font-size: 20px;
	text-indent: -0.5em;
}

.insta_hd_lead {
	margin-top: 5px;
}

.insta_gallery {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(4, 1fr);
	gap: 12px;
	margin-top: 30px;
}

.insta_gallery > figure {
	display: grid;
	overflow: hidden;
	border-radius: 10px;
}

.insta_gallery > figure:first-child {
	grid-column-end: 3;
	grid-column-start: 1;
	grid-row-end: 3;
	grid-row-start: 1;
}

.insta_gallery > figure:last-child {
	grid-column-end: 6;
	grid-column-start: 4;
	grid-row-end: 5;
	grid-row-start: 3;
}

.insta_gallery > figure > a {
	display: block;
}

.insta_gallery > figure img {
	display: block;
	transition: transform 0.3s;
	object-fit: cover;
}

.insta_gallery > figure > a:hover > img {
	transform: scale(1.1);
}

.insta_sns {
	margin-top: 70px;
	text-align: center;
}

.insta_sns_ttl {
}

.insta_sns_text {
	margin-top: 20px;
}

.insta_sns_link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

.insta_sns_link > li {
}

.insta_sns_link > li > a {
	display: inline-block;
}

.insta_sns_link > li > a img {
	display: block;
	transition: transform 0.3s;
}

.insta_sns_link > li > a:hover > img {
	transform: scale(1.1);
}

.event {
	padding: 90px 0;
	background: #EDF1FA;
}

.event_hd {
	text-align: center;
}

.event_hd_text {
}

.event_hd_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 24px;
}

.event_hd_ttl::before {
	content: url("../media/home_2402/event-hd-icon.svg");
	line-height: 1;
}

.event_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 30px 20px;
	margin-top: 40px;
}

.event_list.-one {
	grid-template-rows: 1fr;
}

.event_post {
	/* display: flex;
	align-items: flex-start; */
	width: 100%;
}

/* .event_post:first-child {
	grid-column-end: 2;
	grid-column-start: 1;
	grid-row-end: 3;
	grid-row-start: 1;
	margin-right: 20px;
} */

.event_post_wrap {
}

.event_post_img {
	overflow: hidden;
	border-radius: 10px;
}

.event_post_img > img {
	display: block;
	transition: transform 0.3s;
	height: 215px;
	object-fit: cover;
}

.event_post_wrap:hover .event_post_img > img {
	transform: scale(1.1);
}

.event_post_ttl {
	margin-top: 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;

	font-feature-settings: "palt";
}

.event_post_date {
	margin-top: 5px;
}

.rcmnd {
	position: relative;
	padding: 90px 40px;
}

.rcmnd_logo {
	position: absolute;
	top: 90px;
	left: 90px;
	z-index: 10;
}

.rcmnd_logo img.-pc {
}

.rcmnd_logo img.-sp {
	display: none;
}

.rcmnd::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: calc(100% - 40px);
	height: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #002C83;
}

.rcmnd::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 50%;
	background: #f2eddb;
}

.rcmnd > .c_inner {
	position: relative;
	z-index: 10;
}

.rcmnd_wrap {
}

.rcmnd_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rcmnd_hd_ttl {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}

.rcmnd_hd_ttl::before {
	content: url("../media/home_2402/rcmnd-hd-icon.svg");
	line-height: 1;
}

.rcmnd_hd_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.rcmnd_hd_nav_arrow {
	cursor: pointer !important;
}

.rcmnd_hd_nav_arrow > img {
	display: block;
	transition: transform 0.3s;
}

.rcmnd_hd_nav_arrow:hover > img {
	transform: scale(1.1);
}

.rcmnd_hd_nav_arrow.-prev {
}

.rcmnd_hd_nav_arrow.-next {
}

.rcmnd_hd_nav_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rcmnd_hd_nav_list > li {
}

.rcmnd_hd_nav_list > li > button {
	display: block;
	padding: 5px;
	font-size: 0;
	cursor: pointer;
}

.rcmnd_hd_nav_list > li > button::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffffff;
	transition: background 0.2s, opacity 0.2s;
}

.rcmnd_hd_nav_list > li.-current > button::before {
	background: #f2ba00;
}

.rcmnd_list {
	margin-top: 30px;
	margin-right: min(calc(-50vw + 580px), -64px);
}

.rcmnd_post {
	display: flex;
	max-width: 360px;
	height: 100%;
}

.rcmnd_post_wrap {
	display: block;
	padding: 20px 20px 30px;
	border-radius: 15px;
	background: #ffffff;
}

.rcmnd_post_img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.rcmnd_post_img::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 60px;
	height: 60px;
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
}

.rcmnd_post.-new .rcmnd_post_img::after {
	background-image: url("/media/home/icn-event01.png");
}

.rcmnd_post.-value .rcmnd_post_img::after {
	background-image: url("/media/home/icn-event03.png");
}

.rcmnd_post_img > img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	transition: transform 0.3s;
	object-fit: cover;
	aspect-ratio: 320 / 200;

	object-position: center;
}

.rcmnd_post_wrap:hover .rcmnd_post_img > img {
	transform: scale(1.1);
}

.rcmnd_post_ttl {
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}

.rcmnd_post_text {
	margin-top: 10px;
}

.bnr {
	padding: 90px 0;
}

.bnr_list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px;
}

.bnr_list > li {
	text-align: center;
}

.bnr_list > li > a {
	display: inline-block;
	box-shadow: 0 0 0 1px #eee;
}
.leaves_cnt {
	padding: 30px 0;
}

.leaves_wrap {}

.leaves_head {
	position: relative;
	text-align: center;
}

.leaves_ttl {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.leaves_memo {
	font-size: 12px;
	margin-top: 10px;
}

.leaves_btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	font-size: 0;
}

.leaves_btn_item {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.leaves_btn_item:last-child {
	margin-right: 0;
}

.leaves_btn_item>a {
	display: block;
	height: 30px;
	box-sizing: border-box;
	padding: 0 25px 0 10px;
	border-radius: 15px;
	text-decoration: none;
	color: #333;
	line-height: 30px;
	font-size: 13px;
	border: 1px solid;
	position: relative;
	background: #fff;
}

.leaves_btn_item>a:after {
	font-family: icomoon;
	font-size: 10px;
	line-height: 1;
	content: "\e60f";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
}
.leaves_btn_item>a:hover{
	transition: all 0.3s;
	opacity: 0.7;
}

.leaves_item {
	margin-top: 45px;
	position: relative;
}

.leaves_item_time {
	position: absolute;
	top: -27px;
	right: 0;
}

.leaves_item_scroll {
	display: none;
	font-size: 12px;
}

.leaves_scroll_cnt {
	overflow-x: scroll;
}

.leaves_tbl {
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
}

.leaves_tbl th,
.leaves_tbl td {
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}

.leaves_tbl th {
	background: #EEE;
	font-weight: normal;
	white-space: nowrap;
}

.leaves_tbl td {
	width: 105px;
	background: #fff;
}

.leaves_tbl_img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 61px 60px;
	width: 56px;
	height: 60px;
	margin: 0 auto;
}

.leaves_tbl_img.-green {
	background-image: url(/media/autumn-leaves/img-leaves01@2x.png);
}

.leaves_tbl_img.-begin {
	background-image: url(/media/autumn-leaves/img-leaves02@2x.png);
}

.leaves_tbl_img.-half {
	background-image: url(/media/autumn-leaves/img-leaves03@2x.png);
}

.leaves_tbl_img.-best {
	background-image: url(/media/autumn-leaves/img-leaves04@2x.png);
}

.leaves_tbl_img.-fade_begin {
	background-image: url(/media/autumn-leaves/img-leaves05@2x.png);
}

.leaves_tbl_img.-fade {
	background-image: url(/media/autumn-leaves/img-leaves06@2x.png);
}

.leaves_tbl_img.-snow {
	background-image: url(/media/autumn-leaves/img-leaves07@2x.png);
	background-size: 61px 61px;
	width: 56px;
	height: 61px;
}

.leaves_tbl_state span {
	display: block;
	margin-top: 5px;
	padding: 3px 0;
	font-weight: bold;
}

.leaves_tbl_state span.-green {
	color: #497222;
}

.leaves_tbl_state span.-begin {
	color: #6E9125;
}

.leaves_tbl_state span.-half {
	color: #D66B2F;
}

.leaves_tbl_state span.-best {
	color: #E74B30;
}

.leaves_tbl_state span.-fade_begin {
	color: #BC7124;
}

.leaves_tbl_state span.-fade {
	color: #6A3D1F;
}

.leaves_tbl_state span.-snow {
	color: #2679AD;
}

.leaves_examttl {
	margin-top: 30px;
	display: block;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.leaves_examcnt {
	text-align: center;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.leaves_examcnt::-webkit-scrollbar {
	display: none;
}

.leaves_examlist {
	margin-top: 10px;
	padding: 20px 10px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.leaves_examlist li {
	width: 80px;
}

.leaves_examlist img {
	user-select: none;
	pointer-events: none;
}

.leaves_examlist figcaption {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.leaves_examlist li.-green figcaption {
	color: #497222;
}

.leaves_examlist li.-begin figcaption {
	color: #6E9125;
}

.leaves_examlist li.-half figcaption {
	color: #D66B2F;
}

.leaves_examlist li.-best figcaption {
	color: #E74B30;
}

.leaves_examlist li.-fade_begin figcaption {
	color: #BC7124;
}

.leaves_examlist li.-fade figcaption {
	color: #6A3D1F;
}

.leaves_examlist li.-snow figcaption {
	color: #2679AD;
}
.snow_leaves{
	position: relative;
	z-index: 10;
	padding-top: 20px;
}

/* 旧当日券表示用 */
.today {
	position: relative;
	z-index: 10;
	padding: 0 20px 15px;
}

.today_wide {
	position: relative;
	z-index: 10;
	padding: 0px 0px 20px;
}

.today_inner {
	max-width: 100%;
	margin: -40px auto 0;
}
.todaytt {
	margin-top: 40px;
	line-height: 1;
	font-size: 14px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.todaytt_hd {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.todaytt_ttl {
	font-size: 18px;
	line-height: 1.4;
	font-feature-settings: "palt";
}

.todaytt_mark {
	display: flex;
	align-items: center;
	vertical-align: baseline;
}

.todaytt_mark dt {
	margin-right: 5px;
}

.todaytt_mark dt i {
	font-style: normal;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: baseline;
	height: 14px;
}

.todaytt_mark dt i.-status0 {
	width: 14px;
	background-image: url(../media/home/icn-todaytt-status0@2x.png);
}

.todaytt_mark dt i.-status1 {
	width: 16px;
	background-image: url(../media/home/icn-todaytt-status1@2x.png);
}

.todaytt_mark dt i.-status2 {
	width: 14px;
	background-image: url(../media/home/icn-todaytt-status2@2x.png);
}

.todaytt_mark dt i.-status99 {
	width: 13px;
	background-image: url(../media/home/icn-todaytt-status99@2x.png);
}

.todaytt_mark dd {
	margin-right: 1.5em;
}

.todaytt_mark dd:last-child {
	margin-right: 0;
}

.todaytt_wrap {
	margin-top: 10px;
	border: 1px solid #ccc;
}

.todaytt_tbl {
	border-top: 1px solid #ccc;
	display: flex;
	width: 100%;
}

.todaytt_tbl:first-child {
	border-top: none;
}

.todaytt_tbl_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	width: 105px;
	border-right: 1px solid #ccc;
	padding: 20px 10px;
}

.todaytt_tbl.-tateyama .todaytt_tbl_ttl {
	background: #20B16A;
}

.todaytt_tbl.-ougisawa .todaytt_tbl_ttl {
	background: #0F76CE;
}

.todaytt_tbl_cnt {
	flex: 1;
	overflow-y: hidden;
	overflow-x: scroll;
}

#today_ticket .todaytt_tbl_cnt {
	overflow-x: hidden;
}

.todaytt_tbl_cnt::-webkit-scrollbar {
	width: 6px;
	background: #eee;
}

.todaytt_tbl_cnt::-webkit-scrollbar:horizontal {
	height: 6px;
}

.todaytt_tbl_cnt::-webkit-scrollbar-button {
	width: 6px;
	height: 6px;
	background: #666;
}

.todaytt_tbl_cnt::-webkit-scrollbar-piece {
	background: #eee;
}

.todaytt_tbl_cnt::-webkit-scrollbar-piece:start {
	background: #eee;
}

.todaytt_tbl_cnt::-webkit-scrollbar-thumb {}

.todaytt_tbl_cnt::-webkit-scrollbar-corner {}

.todaytt_tbl.-tateyama .todaytt_tbl_cnt::-webkit-scrollbar-thumb {
	background: #20B16A;
}

.todaytt_tbl.-tateyama .todaytt_tbl_cnt::-webkit-scrollbar-corner {
	background: #20B16A;
}

.todaytt_tbl.-ougisawa .todaytt_tbl_cnt::-webkit-scrollbar-thumb {
	background: #0F76CE;
}

.todaytt_tbl.-ougisawa .todaytt_tbl_cnt::-webkit-scrollbar-corner {
	background: #0F76CE;
}

.todaytt_list {
	position: relative;
	display: flex;
	list-style-type: none;
	text-align: center;
	justify-content: space-between;
}

.todaytt_item {
	border-right: 1px solid #ccc;
	flex: 1;
}

#today_ticket .todaytt_item {
	flex: 1;
}

.todaytt_item:last-child {
	border-right: none;
}

.todaytt_item_time {
	padding: 10px;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	min-width: 55px;
}

.todaytt_item.-disabled {
	background: #ddd;
}

.todaytt_tbl.-tateyama .todaytt_item_time {
	background: #D1EFE0;
}

.todaytt_tbl.-ougisawa .todaytt_item_time {
	background: #CFE3F5;
}

.todaytt_tbl.-tateyama .todaytt_item.-current .todaytt_item_time {
	background: #efd1d1;
}

.todaytt_tbl.-ougisawa .todaytt_item.-current .todaytt_item_time {
	background: #efd1d1;
}

.todaytt_item_status {
	display: block;
	padding: 8px 10px 8px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
}

.todaytt_item_status:hover {
	text-decoration: underline;
}

.todaytt_item_status i {
	font-style: normal;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 14px;
}

.todaytt_item.-disabled .todaytt_item_status i {
	visibility: hidden;
}

#today_ticket .todaytt_item_status i {
	display: none;
}

.todaytt_item_status i[data-icon="○"],
.todaytt_item_status i.-status0 {
	width: 14px;
	background-image: url(../media/home/icn-todaytt-status0@2x.png);
}

.todaytt_item_status i[data-icon="△"],
.todaytt_item_status i.-status1 {
	width: 16px;
	background-image: url(../media/home/icn-todaytt-status1@2x.png);
}

.todaytt_item_status i[data-icon="◎"],
.todaytt_item_status i.-status2 {
	width: 14px;
	background-image: url(../media/home/icn-todaytt-status2@2x.png);
}

.todaytt_item_status i.-status99 {
	width: 13px;
	background-image: url(../media/home/icn-todaytt-status99@2x.png);
}

.todaytt_item_status em {
	font-style: normal;
	font-weight: normal;
}
.today_guidance{
	text-align: right;
	margin-top: 20px;
}

.business-schedule {
	color: red;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
    background-color: white;
    padding: 10px;
}

@media screen and (max-width:1399px) {
	.hero {
        padding-left: 0;
		padding-top: 45px;
    }
	.hero_slide{
		background: none;
	}
	.hero_slide .splide img{
		min-height: auto;
	}
	.hero_wrap {
        flex-direction: column-reverse;
    }
	.hero_cnt {
        width: 100%;
        padding: 35px 20px;
        border-top-right-radius: 20px;
    }
	.hero_weather_item{
		justify-content: center;
	}
	.hero_status{
		justify-content: center;
	}
}
@media screen and (max-width:1500px) {
	.rcmnd {
		padding-left: 150px;
	}
}

@media screen and (max-width:999px) {
}

@media screen and (max-width:639px) {
}

@media screen and (max-width:639px) {
	.main {
		font-size: 14px;
	}

	.inner {
		padding: 0 20px;
	}

	.caution {
		padding: 20px 0;
	}

	.caution_box {
		gap: 15px;
		padding: 20px;
	}

	.caution_box::before {
		width: 36px;
		height: 36px;
	}

	.caution_list {
		display: grid;
		gap: 5px;
		font-size: 14px;
		line-height: 1.5;
	}

	.caution_list > li {
		padding-left: 15px;
	}

	.caution_list > li::before {
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}

	.caution_list > li > a {
	}

	.caution_list > li > a:hover {
	}

	.hero {
		padding-left: 0;
		padding-top: 0;
	}

	.hero_wrap {
		flex-direction: column-reverse;
	}

	.hero_cnt {
		width: 100%;
		padding: 35px 20px;
		border-top-right-radius: 20px;
	}

	.hero_date {
	}

	.hero_date_date {
		font-size: 24px;
	}

	.hero_date_date time {
		font-size: 40px;
	}

	.hero_date_date span {
	}

	.hero_date_text {
		margin-top: 5px;
	}

	.hero_menu {
		margin-top: 20px;
	}

	.hero_menu_item {
		padding: 16px 40px 15px 10px;
	}

	.hero_menu_item:hover {
	}

	.hero_menu_item::after {
	}

	.hero_menu_ttl {
	}

	.hero_menu_cnt {
		margin-top: 10px;
	}

	.hero_weather {
	}

	.hero_weather_item {
	}

	.hero_weather_item > dt {
	}

	.hero_weather_item > dd {
	}

	.hero_weather_icon {
	}

	.hero_weather_temp {
	}

	.hero_weather_temp em {
	}

	.hero_weather_time {
	}

	.hero_status {
	}

	.hero_status.-caution,
	.hero_status.-danger {
	}

	.hero_status::before {
	}

	.hero_status.-caution::before {
	}

	.hero_status.-danger::before {
	}

	.hero_park {
	}

	.hero_park_item {
	}

	.hero_park_item:not(:first-child) {
	}

	.hero_park_icon {
	}

	.hero_slide {
		background: none;
	}

	.hero_slide .splide {
	}

	.hero_slide .splide img {
		min-height: auto;
	}

	.hero_slide .splide__track {
		border-bottom-left-radius: 0;
	}

	.hero_slide .splide__pagination {
		padding: 15px 0;
	}

	.hero_slide .splide__pagination__page {
		padding: 3px;
	}

	.hero_slide .splide__pagination__page.is-active {
		/* padding: 2px; */
	}

	.hero_slide .splide__pagination__page::before {
		width: 8px;
		height: 8px;
		background: #ffffff;
	}

	.hero_slide .splide__pagination__page.is-active::before {
		background: #f2ba00;
	}

	.hero_slide .splide__video {
	}

	.hero_slide .splide__video__play {
		width: 53px;
		height: 37px;
	}

	.hero_slide .splide__video__play::after {
	}

	.intro {
		padding: 30px 0 50px;
		background: #fff;
	}

	.intro::before {
		display: none;
	}

	.intro > .c_inner {
	}

	.intro_hd {
		gap: 8px;
	}

	.intro_hd::before {
		width: 40px;
		height: 36px;
	}

	.intro_hd.-today::before {
	}

	.intro_hd.-info::before {
	}

	.intro_hd_ttl {
		margin-right: auto;
		font-size: 18px;
	}

	.intro_hd_update {
	}

	.intro_hd_link {
	}

	.intro_hd .intro_hd_link {
		display: none;
	}

	.intro_hd_link:hover {
	}

	.intro_hd_link::after {
	}

	.intro_ft {
		display: block;
	}

	.dia {
		padding-bottom: 40px;
	}

	.dia_info {
		padding: 15px;
	}

	.dia_info > li {
		gap: 15px;
		line-height: 1.5;
	}

	.dia_info > li.-forgotten::before,
	.dia_info > li.-suspension::before {
		width: 25px;
		height: 25px;
	}

	.dia_info > li.-forgotten::before {
	}

	.dia_info > li.-suspension::before {
	}

	.dia_info > li.-forgotten {
	}

	.dia_info > li.-suspension {
	}

	.dia_info > li > a {
		padding: 15px;
	}

	.dia_info > li > a:hover {
	}

	.dia_main {
		flex-direction: column;
		gap: 30px;
		margin-top: 30px;
	}

	.dia_arrow {
		width: 100%;
		height: 40px;
		font-size: 16px;

		writing-mode: initial;
	}

	.dia_tbl {
		display: block;
	}

	.dia_tbl_item {
		margin-top: 0;
		margin-left: 95px;
		border-top: 1px solid #c6c6c6;
		border-left: none;
	}

	.dia_tbl_item::before,
	.dia_tbl_item::after {
	}

	.dia_tbl_item::after {
		top: auto;
		right: auto;
		bottom: -7px;
		left: -7px;
	}

	.dia_tbl_item:not(:last-child)::after {
	}

	.dia_tbl_item:last-child {
		border-right: none;
		border-bottom: 1px solid #c6c6c6;
	}

	.dia_tbl_station {
		left: -95px;
		margin-bottom: -14px;
	}

	.dia_tbl_station.-last {
		right: auto;
		bottom: 0;
		left: -95px;
	}

	.dia_tbl_station > em {
		width: 75px;
		height: 28px;
		padding-top: 2px;
		box-sizing: border-box;
		font-size: 14px;

		writing-mode: inherit;
	}

	.dia_tbl_sec {
		padding: 20px 15px 20px 20px;
	}

	.dia_tbl_sec_icon {
		top: 50%;
		right: 100%;
		left: auto;
		margin-top: -13px;
		margin-right: 20px;
		margin-left: 0;
	}

	.dia_tbl_item.-forgotten .dia_tbl_sec_icon {
	}

	.dia_tbl_item.-suspension .dia_tbl_sec_icon {
	}

	.dia_tbl_item.-forgotten .dia_tbl_sec_icon::before,
	.dia_tbl_item.-suspension .dia_tbl_sec_icon::before {
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		top: 50%;
		left: -18px;
		width: 10px;
		height: 11px;
		margin-top: -5.5px;
		margin-left: 0;
	}

	.dia_tbl_sec_line {
		top: 0;
		left: -2px;
		width: 6px;
		height: 100%;
		border-top: none;
		border-right: 2px solid;
		border-bottom: none;
		border-left: 2px solid;
		border-color: #0082d0;
		background-image: linear-gradient(to bottom, transparent, transparent 5px, #ffffff 5px, #ffffff 10px);
		background-size: 3px 10px;
	}

	.dia_tbl_item.-forgotten .dia_tbl_sec_line {
	}

	.dia_tbl_item.-suspension .dia_tbl_sec_line {
	}

	.dia_tbl_sec_vehicle {
		display: flex;
		align-items: center;
		gap: 15px;
		text-align: left;
	}

	.dia_tbl_sec_vehicle::before {
		width: 40px;
		height: 38px;

		mask-size: contain;
	}

	.dia_tbl_item.-forgotten .dia_tbl_sec_vehicle::before {
	}

	.dia_tbl_item.-suspension .dia_tbl_sec_vehicle::before {
	}

	.dia_tbl_sec_vehicle.-cable::before {
	}

	.dia_tbl_sec_vehicle.-bus::before {
	}

	.dia_tbl_sec_vehicle.-rope::before {
	}

	.dia_tbl_sec_vehicle.-walk::before {
	}

	.dia_tbl_sec_vehicle > p {
		display: block;
		flex: 1;
		height: auto;
		margin-top: 0;
		font-size: 14px;
	}

	.today {
		margin-top: 30px;
	}

	.today_wrap {
		grid-template-columns: 1fr;
	}

	.today_sec {
	}

	.today_sec_ttl {
		padding: 5px;
		font-size: 18px;
	}

	.today_sec_cnt {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.today_sec_col {
		display: flex;
		align-items: center;
		padding: 15px;
	}

	.today_sec_col:not(:first-child) {
		border-top: 1px dashed #333333;
		border-left: none;
	}

	.today_sec_col > dt {
		flex: 1;
		flex-shrink: 0;
		justify-content: start;
		align-items: center;
		font-size: 12px;
	}

	.today_sec_col > dt > em {
		font-size: 14px;
	}

	.today_sec_col > dd {
		flex: 1;
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}

	.today_sec_status {
		gap: 8px;
		font-size: 16px;
	}

	.info {
	}

	.info.-bus {
		padding-bottom: 60px;
	}

	.info.-bus::before {
		left: -20px;
		width: calc(100% + 40px);
	}

	.info_list {
	}

	.info_post {
	}

	.info_post_wrap {
		display: block;
		position: relative;
		padding-right: 40px;
		padding-left: 15px;
	}

	.info_post_wrap:hover {
	}

	.info_post_wrap::after {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -10px;
	}

	.info_post_date {
		font-size: 12px;
	}

	.info_post_ttl {
		line-height: 1.5;
	}

	.info_post.-danger .info_post_ttl {
	}

	.info_post.-warning .info_post_ttl {
	}

	.info_post.-success .info_post_ttl {
	}

	.insta {
	}

	.insta_hd {
	}

	.insta_hd_icon {
		display: none;
	}

	.insta_hd_cnt {
	}

	.insta_hd_ttl {
		display: flex;
		align-items: center;
		font-size: 16px;
		line-height: 1.5;
	}

	.insta_hd_ttl::before {
		content: "";
		display: block;
		flex-shrink: 0;
		width: 64px;
		height: 64px;
		margin-right: 20px;
		background-image: url("../media/home_2402/insta-hd-icon@2x.png");
		background-size: contain;
		background-repeat: no-repeat;
	}

	.insta_hd_lead {
		margin-top: 10px;
	}

	.insta_gallery {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(4, 1fr);
		gap: 10px;
		margin-top: 20px;
	}

	.insta_gallery > figure {
		display: none;
	}

	.insta_gallery > figure:nth-child(-n+6) {
		display: grid;
	}

	.insta_gallery > figure:nth-child(6) {
		grid-column-end: 4;
		grid-column-start: 2;
		grid-row-end: 5;
		grid-row-start: 3;
	}

	.insta_gallery > figure:first-child {
	}

	.insta_gallery > figure:last-child {
	}

	.insta_gallery > figure > a {
	}

	.insta_gallery > figure img {
	}

	.insta_gallery > figure > a:hover > img {
	}

	.insta_sns {
		margin-top: 35px;
	}

	.insta_sns_ttl {
	}

	.insta_sns_text {
		margin-top: 15px;
	}

	.insta_sns_link {
		gap: 12px;
	}

	.insta_sns_link > li {
	}

	.insta_sns_link > li > a {
		width: 60px;
	}

	.insta_sns_link > li > a img {
	}

	.insta_sns_link > li > a:hover > img {
	}

	.event {
		position: relative;
		margin-top: -20px;
		padding: 40px 0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.event_hd {
	}

	.event_hd_text {
	}

	.event_hd_text > img {
		width: 104px;
	}

	.event_hd_ttl {
		font-size: 18px;
	}

	.event_hd_ttl::before {
	}

	.event_list {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		margin-top: 25px;
	}

	.event_list.-one {
	}

	.event_post {
	}

	/* .event_post:first-child {
		grid-column-end: 3;
		grid-column-start: 1;
		grid-row-end: 2;
		grid-row-start: 1;
		margin-right: 0;
	} */

	.event_post_wrap {
	}

	.event_post_img {
	}

	.event_post_img > img {
		height: 100px;
	}

	.event_post_wrap:hover .event_post_img > img {
	}

	.event_post_ttl {
		margin-top: 15px;
		font-size: 16px;
	}

	.event_post:first-child .event_post_ttl {
		font-size: 18px;
	}

	.event_post_date {
		font-size: 13px;
	}

	.rcmnd {
		padding: 40px 0 30px;
		padding-left: 0;
	}

	.rcmnd_logo {
		position: relative;
		top: auto;
		left: auto;
		z-index: 10;
		text-align: center;
	}

	.rcmnd_logo img.-pc {
		display: none;
	}

	.rcmnd_logo img.-sp {
		display: inline;
	}

	.rcmnd::before {
		width: 100%;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
	}

	.rcmnd::after {
	}

	.rcmnd > .c_inner {
	}

	.rcmnd_wrap {
		position: relative;
		padding-bottom: 70px;
	}

	.rcmnd_hd {
		display: block;
	}

	.rcmnd_hd_ttl {
		justify-content: center;
		gap: 6px;
		margin-top: 15px;
		font-size: 18px;
	}

	.rcmnd_hd_ttl::before {
		transform: scale(0.8);
	}

	.rcmnd_hd_nav {
		justify-content: center;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.rcmnd_hd_nav_arrow {
		width: 45px;
	}

	.rcmnd_hd_nav_arrow > img {
	}

	.rcmnd_hd_nav_arrow:hover > img {
	}

	.rcmnd_hd_nav_arrow.-prev {
	}

	.rcmnd_hd_nav_arrow.-next {
	}

	.rcmnd_hd_nav_list {
	}

	.rcmnd_hd_nav_list > li {
	}

	.rcmnd_hd_nav_list > li > button {
	}

	.rcmnd_hd_nav_list > li > button::before {
	}

	.rcmnd_hd_nav_list > li.-current > button::before {
	}

	.rcmnd_list {
		margin: 20px -20px 0;
	}

	.rcmnd_post {
		max-width: 350px;
	}

	.rcmnd_post_wrap {
		padding: 15px;
	}

	.rcmnd_post_img {
	}

	.rcmnd_post_img > img {
	}

	.rcmnd_post_wrap:hover .rcmnd_post_img > img {
	}

	.rcmnd_post_ttl {
		font-size: 16px;
	}

	.rcmnd_post_text {
	}

	.bnr {
		padding: 40px 0;
	}

	.bnr_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.bnr_list > li {
	}

	.bnr_list > li > a {
	}

	/* 旧当日券販売状況表示 */
	#today_ticket .todaytt_tbl_cnt {
		overflow-x: scroll;
	}

	.todaytt {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.todaytt_ttl {
		font-size: 16px;
	}

	.todaytt_hd {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.todaytt_tbl_ttl {
		font-size: 14px;
		width: 60px;
		padding: 0;
	}

	.todaytt_item_time {
		padding: 8px 5px;
		font-size: 13px;
	}
	.leaves_ttl{
		padding-bottom: 30px;
	}
	.leaves_btn{
		margin-top: 12px;
	}

	.business-schedule {
		font-size: 18px;
		width: 100%;
	}

	.-sp {
		display: block;
	}
}
