@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap");
.vis-sp {
	display: none;
}
.-pe_none {
	pointer-events: none;
}
body {
	min-width: 1040px;
	font-size: 17px;
	font-family:
		"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.map_placeholder{
    display:none;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* 表示状態 */
.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fuwa {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.fuwa.is-active {
  opacity: 1;
  transform: translateY(0);
}

.map_wrap {
	position: relative;
	padding-bottom: 50px;
}

body.-open .map_fixed {
    opacity:0;
    pointer-events:none;
}

.map_fixed {
    display:none;

    position:fixed;
    top: 60px;
    left:50%;

    transform:translateX(-50%);

	width:100%;
    max-width:400px;

    z-index: 90;
}

.map_fixed .map_wrap{
    position:relative;
}

.murodo_map {
	text-align: center;
}

.murodo_map.-sp {
	display: none;
}

.murodo_map img {
	width: 100%;
	height: auto;
}

/* .switch {
	animation: switch 0.55s ease-in-out infinite alternate;
}
.switch02 {
	animation: switch02 0.55s ease-in-out infinite alternate;
} */

@keyframes switch {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes switch02 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* ===== 基本（全停止・非アクティブ表示） ===== */
.map_fixed .switch,
.map_fixed .switch02 {
  animation: none;
}

.map_fixed .switch {
  display: none;
}

.map_fixed .switch02 {
  display: block;
}

/* ===================================================
   ★ murodou active（前回と共存させるなら残す）
=================================================== */
.map_fixed.is-murodou-active .icn_murodou.switch {
  display: block;
  animation: switch 0.55s ease-in-out infinite alternate;
}

.map_fixed.is-murodou-active .icn_murodou.switch02 {
  display: block;
  animation: switch02 0.55s ease-in-out infinite alternate;
}

.map_fixed.is-murodou-active .icn_daikanbo.switch,
.map_fixed.is-murodou-active .icn_kurobe.switch {
  display: none;
}

.map_fixed.is-murodou-active .icn_daikanbo.switch02,
.map_fixed.is-murodou-active .icn_kurobe.switch02 {
  display: block;
}

/* ===================================================
   ★ dai_kurobe active（今回追加）
=================================================== */
.map_fixed.is-dai-kurobe-active .icn_daikanbo.switch,
.map_fixed.is-dai-kurobe-active .icn_kurobe.switch {
  display: block;
  animation: switch 0.55s ease-in-out infinite alternate;
}

.map_fixed.is-dai-kurobe-active .icn_daikanbo.switch02,
.map_fixed.is-dai-kurobe-active .icn_kurobe.switch02 {
  display: block;
  animation: switch02 0.55s ease-in-out infinite alternate;
}

/* murodouは非アクティブに戻す */
.map_fixed.is-dai-kurobe-active .icn_murodou.switch {
  display: none;
}

.map_fixed.is-dai-kurobe-active .icn_murodou.switch02 {
  display: block;
}

/* dai_kurobe時は murodou を完全停止状態へ */
.map_fixed.is-dai-kurobe-active .icn_murodou.switch {
  display: none !important;
  animation: none !important;
}

.map_fixed.is-dai-kurobe-active .icn_murodou.switch02 {
  display: block !important;
  animation: none !important;
}

.map_fixed.is-gourmet-active .switch {
  display: block;
  animation: switch 1.2s ease-in-out infinite alternate;
}

.map_fixed.is-gourmet-active .switch02 {
  display: none;
}




.icn_murodou {
	position: absolute;
    left: 34.4%;
    top: 20%;
}

.icn_daikanbo {
	position: absolute;
    left: 55.2%;
    top: 23%;
}

.icn_kurobe {
	position: absolute;
    left: 67.5%;
    top: 30%;
}

.event-card {
    position:relative;
    /* overflow:hidden; */
	overflow:visible;
    cursor:pointer;
	box-shadow: 8px 8px 0 #cfcdc6;
	transition:
		transform .3s ease,
		box-shadow .3s ease;
}

#gourmet .event-card {
	box-shadow: unset;
	transition:
		transform .3s ease;
}


#gourmet .event-card-cnt:hover .event-card{
	transform:translate(0px,0px);
	box-shadow:0 0 0 #cfcdc6;
}

.-bnr {
    position: absolute;
    height: 156px;
    display: block;
    top: -70px;
    right: -30px;
    z-index: 100;
	/* box-shadow: 8px 8px 0 #cfcdc6; */
	transition:
		transform .3s ease,
		box-shadow .3s ease;
}

.murodou .event-card-cnt {
	position:relative;
	display:inline-block;
	margin-bottom: 30px;
}

.dai_kurobe .event-card-cnt {
	position:relative;
	display:inline-block;
	margin-bottom: 100px;
}

.event-card-cnt:hover .event-card{
	transform:translate(8px,8px);
	box-shadow:0 0 0 #cfcdc6;
}

.event-card-cnt:hover .-bnr{
	transform:translate(8px,8px);
	box-shadow:0 0 0 #cfcdc6;
}

.event-bg{
    width:100%;
    display:block;
}

.event-content{
    position: absolute;
    left: 20px;
    bottom: 20px;
    color:#fff;
    z-index:2;
}

.event-en {
    font-size: 20px;
	position: absolute;
	top: -135px;
	font-weight: bold;
	font-family: 'Marcellus', serif;
}

#murodou .event-en {
	top: -145px;
}

#dai_kurobe .event-en {
	top: -170px;
}

.event-content h2{
    line-height:1.8;
    font-size:14px;
    font-weight:700;
	/* margin-bottom: 15px; */
}

.event-link{
    display: inline-block;
    font-size: 13px;
    text-decoration: underline;
	font-family: 'Marcellus', serif;
}

.murodou .event-plus {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    font-size: 25px;
    color: #d97a00;
    cursor: pointer;
    z-index: 3;
    transition: .3s;
    font-weight: 500;
}
.dai_kurobe .event-plus {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    font-size: 25px;
    color: #D14218;
    cursor: pointer;
    z-index: 3;
    transition: .3s;
    font-weight: 500;
}

.event-plus:hover{
    transform:scale(1.08);
}

.event-modal{
    display:none;

    position:fixed;
    top:0;
    left:50%;

    transform:translateX(-50%);

	width:100%;
    max-width:440px;
    height:100vh;

    overflow-y:auto;

    background:#F8F6ED;
    z-index:9001;
	align-items:center;
}

#murodou .event-modal {
	/* top: 360.5px !important; */
}

#eventModal1 .event-modal {}

#eventModal2 .event-modal,
#eventModal3 .event-modal {
	background:#F9F0ED;
}

#dai_kurobe .event-modal {
	/* top: 1621.5px !important; */
}

#gourmet .event-modal {
	/* top: -90px !important; */
}

body.-event-open{
	overflow:hidden;
}


.event-modal.active{
	display:block;
}
/* モーダル */

/* .event-modal{
    position:fixed !important;
    inset:0;

	background:#F8F6ED;

    display:flex;
    align-items:center;
    justify-content:center;

    opacity:0;
    visibility:hidden;

    transition:.3s;

    z-index:90;
} */

.event-modal.active{
    opacity:1;
    visibility:visible;
	max-width: 440px;
	width: 100%;
    margin: 0 auto;
}

.event-modal-inner {
    /* position:relative;

    width:min(900px,70%);
    max-height:90vh;
    overflow:auto;
    background:#fff;
    border:3px solid #d97a00;
    border-radius:10px;
    padding: 60px 30px;
	margin: 0 auto;
	padding-top:50px; */
	position: relative;
    width: min(900px, 70%);
    max-height: 100vh;
    overflow: auto;
    background: #fff;
    border: 3px solid #d97a00;
    border-radius: 10px;
    padding: 300px 30px 60px;
    margin: 0 auto;
    padding-top: 80px;
    overflow-y: auto;
    height: 60vh;
}

.event-modal-inner img {
	display: block;
    margin: 0 auto 20px;
}

#eventModal2 .event-modal-inner,
#eventModal3 .event-modal-inner {
	border:3px solid #D14218;
}


.event-close {
	/* position:absolute;
	top:20px;
	z-index:10;
	color:#d97a00;
    cursor:pointer;
	border:3px solid #d97a00;
	background:#fff;
    font-size: 30px;
	line-height: 1;
	right:20px;
    top:20px;
    width:40px;
    height:40px; */
	position: fixed;
    z-index: 10;
    color: #d97a00;
    cursor: pointer;
    border: 3px solid #d97a00;
    background: #fff;
    font-size: 30px;
    line-height: 1;
    right: 13%;
    top: 15%;
    width: 40px;
    height: 40px;
}

#eventModal2 .event-close,
#eventModal3 .event-close {
	color: #D14218;
	border:3px solid #D14218;
}

.info-label {
    text-align:center;
    color:#d97a00;
    font-size:18px;
	margin-bottom: 20px;
	font-family: 'Marcellus', serif;
}

#eventModal2 .info-label,
#eventModal3 .info-label {
	color: #D14218;
}

.event-modal h2 {
	margin-bottom: 20px;
    font-size: 25px;
	text-align: center;
}

.event-text {
    line-height: 1.8;
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.news-info-cnt {}
.news-info {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 13px;
	border-radius: 15px;
	background-color: #fdeddf;
	color: #DE7800;
}

#eventModal2 .news-info,
#eventModal3 .news-info {
	color: #D14218;
	background-color: #F9F0ED;
}

.note-cnt {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 10px 0 10px;
	font-size: 14px;
}

.note {
	/* margin-top: 10px; */
	/* margin-bottom: 10px; */
	font-weight: bold;
}

.murodou .event-ttl .kouyou {
	font-size: 15px;
	font-weight: bold;
	color: #DE7800;
}

.dai_kurobe .event-ttl .kouyou {
	font-size: 15px;
	font-weight: bold;
	color: #D14218;
}



.event-ttl h2 {
	font-size: 35px;
	margin-bottom: 5px;
}

.event-txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 30px;
    margin-bottom: 25px;
	/* border-bottom: dotted #F8E1C5 1px; */
}

.event-intro {
	position: relative;
	height: 514px;
	display: block;
	margin-bottom: 30px;
}
.murodou .event-intro .intro-img01,
.dai_kurobe .event-intro .intro-img01 {
	width: 100%;
}

.murodou .event-intro .intro-img02 {
	position: absolute;
	width: 62%;
	right: 0;
	bottom: 0;
}

.dai_kurobe .event-intro .intro-img02 {
	position: absolute;
	width: 62%;
	left: 0;
	bottom: 0;
}

.murodou .event-intro .intro-logo {
	position: absolute;
	width: 60px;
	left: 55px;
	bottom: 30px;
}

.dai_kurobe .event-intro .intro-logo {
	position: absolute;
	width: 80px;
	left: unset;
	bottom: 30px;
	right: 30px;
}

.menu-cnt {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	margin-bottom: 30px;
}

#eventModal3 img {
	max-width: 314px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}


.pre-link {
	margin-bottom: 70px;
	text-align: center;
}
.pre-link a {
	display: inline-block;
	margin: 0 auto;
	background-color: #DE7800;
	box-shadow: 0px 6px 0 #f0d7ba;
	transition:
		transform .3s ease,
		box-shadow .3s ease;
	border-radius: 30px;
}

.pre-link a:hover {
	transform:translate(0px,6px);
	box-shadow:0 0 0 #DE7800;
}
.pre-link a p {
	padding: 15px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.enyoy-ttl {
	font-size: 25px;
    padding-bottom: 5px;
    border-bottom: dotted 3px #DE7800;
    text-align: center;
    display: block;
    margin: 0 auto 50px;
    width: 300px;
}

.-oran {
	color: #DE7800;
}
.-red {
	color: #D14218;
}

.goru-bnr-cnt {
	margin-bottom: 85px;
}
.goru-bnr {
}
.goru-bnr:hover {
	
}
.goru-bnr img {
	max-width: 370px;
	width: 100%;
	display: block;
	margin: 0 auto;	
	transition: transform 0.3s ease;
}

.goru-bnr img:hover {
	transform: scale(1.1);
}
.goru-ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 40px;
}

.goru-logo {
	display: block;
	width: 100%;
	max-width: 270px;
	margin: 0 auto;
}

.event-cnt-img {
	width: 100%;
	max-width: 375px;
	margin: 0 auto 100px;
	display: block;
}






body.-open {
	overflow: hidden;
}

* > li {
	display: block;
}

a {
	border: none;
	text-decoration: unset;
}

a:visited {
	color: unset;
}

a:-webkit-any-link {
	color: unset;
}

button {
	padding: 0;
	border: none;
}

.-no_click {
	pointer-events: none;
}

.inner {
	padding: 0 20px;
	position: relative;
}

.-cntr {
	text-align: center;
}
.-mar {
	font-family: "Marcellus", serif;
}
.-lora {
	font-family: "Lora", serif;
}
.snow {
}

.frame {
	position: fixed;
	max-width: 440px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	z-index: 9002;
}

.frame img {
	width: 100%;
	height: auto;
}

.frame.top {
	top: 0;
}

.frame.btm {
	bottom: 0;
}

.main {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 440px;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
}

.main::after,
.main::before {
	content: "";
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 1px;
	height: 100%;
}

.main::after {
	right: -1px;
	box-shadow: -1px 0 7px #00000080;
}

.main::before {
	left: -1px;
	box-shadow: 1px 0 7px #00000080;
}

.main_wrapp {
	width: 100%;
}

/* hero */
.hero {
	position: relative;
	width: 100%;
	height: calc(100dvh - 44px);
	overflow: hidden;
}

.movie {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 11;
}

.movie_logo {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}

.movie iframe {
	min-width: 100%;
	min-height: 100%;
	aspect-ratio: 9 / 16;
}

.movie video {
	width: 100%;
	height: auto;
	aspect-ratio: 9/16;
}
/* intro */
.intro {
	padding: 0;
	position: relative;
	z-index: 2;
}

.intro_img img {
	width: 100%;
	height: auto;
}

.intro_text {
	padding: 55px 0px 0;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.intro_text h2 {
	color: #D14218;
	font-size: 21px;
	margin-bottom: 16px;
	z-index: 20;
    position: relative;
}
.intro_text h2 span {
	font-size: 41px;
	line-height: 1.3;
}
.intro_text_cnt {
	position: relative;
}
.intro_text_cnt::before {
	position: absolute;
	z-index: 1;
	content: "";
	display: block;
	background-position: top;
	background-size: 100% 100%;
	width: 100%;
	right: 0;
}
.intro_text_cnt.-txt01 {
	padding-bottom: 50px;
}
.intro_text_cnt.-txt01::before {
	background-image: url(/enjoy_navi/autumn/img/img26/intro-bg-item01@2x.webp);
	height: 713px;
    top: -248.8px;
    position: absolute;
    z-index: -1;
	background-size: 110%;
}
.intro_text_cnt.-txt02 {
	padding: 18px 0 44px;
}
.intro_text_cnt.-txt02::before {
	background-image: url(/enjoy_navi/summer/img/img26/intro-bg-item02@2x.png);
	height: 327px;
	top: -26px;
}
.intro_text_cnt.-txt03 {
	padding: 43px 0 63px;
}
.intro_text_cnt.-txt03::before {
	background-image: url(/enjoy_navi/summer/img/img26/intro-bg-item03@2x.png);
	height: 301px;
	top: 0;
}
.intro_text_cnt p {
	font-size: 16px;
	position: relative;
	z-index: 2;
}
.intro_text_img {
	position: relative;
	z-index: 2;
}
.intro_text_img img {
	width: 100%;
	height: auto;
}
/* event */
.event {
	background: #ffffff;
	padding-top: 0px;
	position: relative;
	z-index: 11;
}
/* .event::after {
	content: "";
	width: 100%;
	height: 336px;
	background: linear-gradient(to bottom, #d0e694, transparent);
	position: absolute;
	left: 0;
	top: -60px;
	z-index: -1;
} */
.event_wrap {
	position: relative;
	z-index: 2;
	background: #f8f6ed;
}

.murodou {
	background: #f8f6ed;
	padding-bottom: 50px;
}

.dai_kurobe {
	background: #F8F0ED;
	padding-bottom: 120px;
}

.gourmet {
	background: url(../img/img26/bg-gorumet.png);
    background-repeat: no-repeat;
    background-size: cover;
	height: 895px;
}
.gourmet .intro-img01 {
	/* margin: 0px auto 20px; */
    width: 90%;
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gourmet .event-intro {
	position: relative;
	height: unset;
	margin-bottom: 0;
}

.goru-ttl {
	top: -50px;
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    transform: translateX(43%);
    text-align: center;
	line-height: 1.5;
}

.gourmet .inner {
	padding-top: 150px;
}

.goru-ttl02 {
	font-size: 16px;
	color: #D14218;
	line-height: 2;
	text-align: center;
	margin-bottom: 50px;
}


.event_hd {
}
.event_hd_wrap {
	text-align: center;
}
.event_hd_wrap p {
	font-size: 73px;
	line-height: 1.3;
}
.event_hd_wrap h2 {
	font-size: 16px;
	line-height: 1;
}
.event_sec {
}
.event_sec_wrap {
}
.event_sec_hd {
	margin-bottom: 23.5px;
}
.sec_hd_num {
	font-size: 38px;
	display: flex;
	line-height: 1.4;
	margin-bottom: 7px;
	border-bottom: 1px solid;
	width: fit-content;
}
.sec_hd_ttl {
	font-size: 27px;
	font-weight: bold;
}
.challenge {
	padding-bottom: 45px;
}
.challenge_cnt {
	position: relative;
	padding: 60px 0;
}
.challenge_cnt_item {
	width: 100%;
	position: absolute;
	z-index: 2;
}
.challenge_cnt_item img {
	width: 100%;
}
.challenge_cnt_item img {
	width: 100%;
}
.challenge_cnt_item_before {
	top: 0;
}
.challenge_cnt_item_after {
	bottom: 0;
}
.challenge_cnt_item_during {
	bottom: 0;
	z-index: 1;
	height: calc(100% - 120px);
	top: 60px;
	background: url(../img/img26/challenge-bgitem03@2x.jpg) center / 100% auto;
}
.challenge_cnt_wrap {
	position: relative;
	z-index: 3;
}
.challenge_cnt_hd {
	text-align: center;
	margin-bottom: 30px;
}
.challenge_cnt_hd_balloon {
	margin-bottom: 13px;
}
.challenge_cnt_hd_ttl {
}
.challenge_pic {
	margin-bottom: 60px;
	position: relative;
}
.challenge_pic::before,
.challenge_pic::after {
	content: "";
	display: block;
	position: absolute;
	height: 144px;
	transform: rotate(-4deg);
	z-index: 1;
}
.challenge_pic::before {
	width: 260px;
	right: 33px;
	top: 0;
	background: #d9e021;
}
.challenge_pic::after {
	width: 296px;
	left: 26px;
	bottom: -9.5px;
	background: #04a99d;
}
.challenge_pic_cnt {
	box-shadow: 0 3px 6px #00000016;
	position: relative;
	z-index: 3;
}
.challenge_pic_cnt img {
	width: 100%;
	height: auto;
}
.challenge_cnt_tbl {
	padding: 0 24px;
}
.challenge_cnt_tbl dl {
	padding: 15px 0;
	font-size: 16px;
	display: flex;
	font-weight: bold;
	border-top: #d6c0ac 2px dashed;
}
.challenge_cnt_tbl dl:last-child {
	border-bottom: none;
}
.challenge_cnt_tbl dl dt {
	padding: 0 9px;
	width: 73px;
	text-align-last: justify;
	color: #603813;
}
.challenge_cnt_tbl dl dd {
	width: calc(100% - 67px);
}
.challenge_cnt_tbl_wrap {
	position: relative;
	margin-top: 20px;
}
.challenge_cnt_tbl_wrap p {
	position: absolute;
	display: block;
	padding: 4px;
	background: #f3e7c9;
	top: 0;
	transform: translateY(-50%);
	font-weight: bold;
	left: 80px;
	color: #603813;
}
.challenge_cnt_spot {
	padding: 0 24px;
	margin-bottom: 30px;
}
.challenge_cnt_spot_hd {
	padding: 0 30px;
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	width: fit-content;
	margin-bottom: 48px;
	line-height: 1.7;
}
.challenge_cnt_spot_hd::before,
.challenge_cnt_spot_hd::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	background: url(../img/img26/challenge-spot-hd-item@2x.png) center/ cover;
	width: 27px;
	height: 47px;
}
.challenge_cnt_spot_hd::before {
	left: 0;
}
.challenge_cnt_spot_hd::after {
	right: 0;
	transform: scale(-1, 1);
}
.challenge_cnt_spot_cnt {
	position: relative;
	padding: 50px 24px 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.9;
	margin-bottom: 52px;
	position: relative;
}
.challenge_cnt_spot_cnt::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #e5ce99;
	border-radius: 5px;
}
.challenge_cnt_spot_cnt::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/img26/challenge-spot-item@2x.png) center / cover;
	width: 113px;
	height: 32px;
	right: 7.5px;
	bottom: 23px;
	transform: rotate(-19deg);
}
.challenge_cnt_spot_balloon {
	z-index: 3;
	position: absolute;
	right: 50%;
	top: -25px;
	transform: translateX(50%);
}
.challenge_cnt_spot_balloon > span {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
}
.challenge_cnt_spot_balloon_raicho {
	right: 18.5px;
}
.challenge_cnt_spot_balloon_okojo {
	left: 190px;
}
.challenge_cnt_spot_txt {
	z-index: 3;
	position: relative;
}
.challenge_cnt_btm {
	text-align: center;
	line-height: 1.7;
	font-size: 18px;
	font-weight: bold;
}
.days {
	padding: 35px 0 60px;
	background-color: #ebfcd3;
}
.days_wrap {
}
.days_hd {
}
.days_img {
	margin-bottom: 23px;
}
.days_img img {
	border-radius: 15px;
	width: 100%;
	height: auto;
}
.days_txt {
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 23px;
}
.days_tbl {
}
.days_tbl dl {
	display: grid;
	grid-template-columns: 90px auto;
	padding: 11px 17px;
	background: #F8F6ED;
	border-radius: 5px;
	font-weight: bold;
	margin-bottom: 6px;
	align-items: center;
}
.days_tbl dl dt {
	color: #de7900;
}

#murodou {}
#dai_kurobe .days_tbl dl,
#gourmet .days_tbl dl {
	display: grid;
	grid-template-columns: 65px auto;
	padding: 11px 17px;
	background: #F9F0ED;
	border-radius: 5px;
	font-weight: bold;
	margin-bottom: 6px;
}

#eventModal2 .days_tbl dl dt,
#eventModal3 .days_tbl dl dt {
	color: #D14218;
}
#gourmet {}
.days_tbl dl dd {
}

/* info */
.info {
	padding: 0px 0 73.5px;
	background-color: #ffffff;
}

.info_hd {
	/* color: #0071BC; */
	margin-bottom: 25px;
	text-align: center;
}
.info_box {
	width: 100%;
	padding: 18px 19px;
	border-radius: 10px;
	border: #38b7b3 3px solid;
	box-sizing: border-box;
	font-size: 26px;
	font-weight: bold;
	color: #38b7b3;
	box-shadow: 0 10px 0 #38b7b3;
	text-align: center;
	margin-bottom: 40px;
}

.info_hd > div {
	margin-bottom: 30px;
}

.info_hd > div > span {
	background-image: linear-gradient(90deg, #ffffde, #fae1ac);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 50%;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

.info_sns_bnr img {
	width: 100%;
	height: auto;
}

.sns_list {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
}

.sns_list a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.info_notes {
	margin-bottom: 46px;
	color: #004ba2;
	font-size: 14px;
	text-align: center;
}

.info_notes > a {
	border-bottom: #004ba2 1px solid;
}

.info_infection {
	padding: 30.7px 15px 28px;
	background-color: #ffffff;
}

.info_infection_hd {
	margin-bottom: 24px;
	text-align: center;
}

.info_infection_hd > h3 {
	color: #004ba2;
	font-weight: bold;
	font-size: 20px;
}

.info_infection_hd > p {
	font-size: 18px;
}

.info_infection_txt {
	font-size: 18px;
}

.info_infection_txt a {
	border-bottom: #004ba2 solid 1px;
	color: #004ba2;
}

/* footer */
.footer {
	padding-bottom: 50px;
}

.footer_wrapper {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
	width: 100%;
	height: 253px;
	background-color: #f7f7f7;
}

.footer_gotop {
	position: absolute;
	top: -44px;
	right: 50%;
	width: 88px;
	height: 88px;
	transform: translateX(50%);
}

.footer_gotop img {
	width: 100%;
	height: 100%;
}

.footer_logo {
	text-align: center;
}

.footer_link {
	text-align: center;
}

.footer_link > a {
	border-bottom: 1px solid #000000;
}

.footer_link > a:hover {
	opacity: 0.4;
	transition: all 0.3s;
}

.footer_copylight {
	padding: 2.5px 0;
	background-color: #033F97;
	color: #ffffff;
	text-align: center;
}

.footer_copylight > small {
	font-size: 12px;
}

/* back */
.back {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	z-index: -15;
	width: 100%;
	height: 100vh;
	background-image: url(/enjoy_navi/autumn/img/img26/bgmain@2x.webp);
	background-repeat: repeat-x;
	background-size: 100% 100%;
}

.back_left {
	position: relative;
	width: calc(50% - 220px);
	height: 100vh;
}
.back_left_cnt {
	padding: 0 18% 0 12%;
	height: 100%;
	position: relative;
}
.back_left_box {
	left: 50%;
	width: 70%;
	height: 66.75%;
	position: absolute;
	bottom: 56.625%;
	max-width: 350px;
	max-height: 534px;
	transform: translate(-50%, 50%);
}
.back_left_box_item {
	position: absolute;
	max-width: 100%;
}
.back_left_box_item img {
	max-width: 100%;
	height: auto;
}
.back_left_box_item.l-item01 {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}
.back_left_box_item.l-item02 {
	right: 0;
	bottom: 55px;
	width: 90%;
}
.back_left_box_item_pic img {
	max-width: 100%;
	height: auto;
	border-radius: 7%;
	transition: all 0.2s;
}
.back_left_box_item.l-item01 .back_left_box_item_pic > img {
	box-shadow: 13px 13px 0 #df7801;
	transform: rotate(-7deg);
}
.back_left_box_item.l-item02 .back_left_box_item_pic img {
	box-shadow: 7px 15px 0 #d14218;
	transform: rotate(17deg);
}
.back_left_box_item.l-item01:hover .back_left_box_item_pic > img {
	box-shadow: 0 0 0 #df7801;
	transform: rotate(0deg);
}
.back_left_box_item.l-item02:hover .back_left_box_item_pic img {
	box-shadow: 0 0 0 #d14218;
	transform: rotate(0deg);
}
.back_left_box_item_sg {
	position: absolute;
}
.back_left_box_item.l-item01 .back_left_box_item_sg {
	right: -8%;
    z-index: 2;
    top: 40%;
    width: 23.91729%;
}
.back_left_box_item.l-item02 .back_left_box_item_sg {
	top: 10%;
    z-index: 2;
    left: -17%;
    width: 25.238%;
}
.back_left_box_item_balloon {
	position: absolute;
	right: -30%;
	z-index: 3;
	top: -19%;
	width: 61.35%;
}

.l-item02 .back_left_box_item_balloon {
	position: absolute;
    right: unset;
    z-index: 3;
    top: unset;
    width: 61.35%;
    bottom: -30%;
    left: -25%;
}

.intro_logo img {
	width: 100%;
	height: auto;
}

.back_right {
	position: relative;
	width: calc(50% - 220px);
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-active > .back_right {
	/* background-image: url(../enjoy_navi/snow_otani/img23/img-bgr-2nd.jpg); */
}

.back_right_img {
	position: absolute;
	top: 272px;
	left: 50%;
	/* transform: translateX(-50%); */
	animation: animeright 2s infinite alternate ease-in-out;
}

.cnt_jump {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 100%;
}

.cnt_jump a {
	/* display: flex;
	justify-content: center;
	align-items: center; */
	padding: 0 25px;
	box-sizing: border-box;
	position: relative;
}

.cnt_jump a.jump_spring {
	margin-left: -35%;
}

.cnt_jump a.jump_spring .jump_logo img {
	transition: all 0.1s;
}

.cnt_jump a.jump_spring:hover .jump_logo img {
	transform: scale(1.1);
	transition: all 0.2s;
}

.cnt_jump a.jump_summer {
	margin-right: -35%;
}
.cnt_jump a.jump_summer:hover .jump_logo img {
	transform: scale(1.1);
	transition: all 0.2s;
}

.cnt_jump a.jump_autumn:hover .jump_logo img {
	transform: scale(1.1);
	transition: all 0.2s;
}
.cnt_jump a.jump_autumn .br_deco01 {
	position: absolute;
    top: 50px;
    left: unset;
    pointer-events: none;
    right: -130px;
}

.cnt_jump a.jump_autumn .br_deco02 {
	position: absolute;
    top: -40px;
    right: unset;
    pointer-events: none;
    left: 20px;
}
.cnt_jump a.jump_autumn {
	margin-left: -35%;
}

.cnt_jump a.-pe_none {
	pointer-events: none;
}

.cnt_jump a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.jump_logo_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	color: #ffffff;
	font-weight: 900;
	font-size: 30px;
	font-family: "Outfit", sans-serif;
	text-align: center;
}

.jump_logo {
	text-align: center;
	/* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
	/* gap: 40px; */
	/* gap: 10px; */
}

.jump_logo img {
	/* width: 80%;
	height: auto; */
	position: relative;
	bottom: 8.5px;
}

.jump_logo figcaption {
	color: #ffffff;
	font-weight: 900;
	font-size: 36px;
	font-family: "Outfit", sans-serif;
}

.nav_jump_logo_txt {
	font-size: 36px;
	line-height: 1.25;
	text-align: center;
}

@keyframes animeright {
	from {
		transform: translate(-50%, 0px);
	}

	to {
		transform: translate(-50%, 20px);
	}
}

.back_right_img > img {
}

.back_right_list {
	position: absolute;
	bottom: 0;
	padding: 0 0 47px 20px;
	color: #0071bc;
	font-size: 21px;
	transition: all 0.5s;
}

.back_right_list.txtw {
	color: #ffffff;
	transition: all 0.5s;
}

.back_right_list > li {
	font-weight: bold;
	line-height: 41px;
}

.is-active .right_list_link_border {
	position: relative;
}

.is-active .right_list_link_border::after {
	content: "";
	position: absolute;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #0071bc;
	transition: all 5s;
}

.is-active .bwb::after {
	border-bottom: 2px solid #ffffff;
}

.right_list_link_border::after {
	width: 0;
	transition: all 5s;
}

.head_bar {
	position: absolute;
	top: -20px;
	z-index: 50;
	width: 100%;
}

.head_bar img {
	width: 100%;
	height: auto;
}

/* menu */
.alpen_logo {
	position: absolute;
	top: 50px;
	right: clamp(120px, 25%, 440px);
	z-index: 50;
}

.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 60px;
	transform: translateX(-50%);
	left: calc(50% + 150px);
	z-index: 9000;
	width: 74px;
	height: 74px;
	border: unset;
	border-radius: 50%;
	box-shadow: 0 3px 6px #00000016;
	background-color: #ffffffae;
	color: #ffffff;
	font-size: 21px;
	font-family: "Montserrat";
}

.menu > p {
	display: flex;
	gap: 5px;
	font-weight: bold;
}

.menu.-open .menu_line {
	background-color: transparent;
}

.menu.-open .menu_line::before {
	top: 0;
	transform: rotate(45deg);
}

.menu.-open .menu_line::after {
	top: 0;
	transform: rotate(-45deg);
}

.menu.-open .menu_txt::before {
	content: "CLOSE";
}

.menu_line {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	/* background-color: #F2B2C5; */
	transform: translateX(-50%);
	transition: 0.4s;
}

.menu_line:before,
.menu_line:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #DE7800;
	transition: inherit;
}

.menu_line:before {
	top: -6px;
}

.menu_line:after {
	top: 6px;
}

.menu_txt {
	position: absolute;
	bottom: 12px;
	left: 50%;
	width: 100%;
	font-weight: bold;
	font-family: "Outfit", sans-serif;
	transform: translateX(-50%);
}

.menu_txt::before {
	content: "MENU";
	color: #172e59;
	font-weight: 900;
	font-size: 16px;
	text-align: center;
}

.gnav {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100vh;

    z-index: 9000;

    overflow-y: auto;
    overflow-x: hidden;

    background-color: #ffffff;
    font-size: 18px;
    line-height: 38px;
}

.gnav_wrapper {
	padding: 80px 0;
	width: 100%;
}

.gnav_logo_wrap {
	padding: 35px 0 40px;
	background: linear-gradient(
		180deg,
		rgba(241, 236, 233, 0.6),
		25%,
		rgba(255, 255, 255, 0)
	);
	margin-top: 20px;
	border-radius: 40px 40px 0 0;
}

.gnav_cnt {
	padding: 20px 30px 0px;
}

.gnav_list.-u_line {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #dbdbdb;
}

.gnav li {
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}

.gnav li::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 50%;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #DE7800;
	transform: translateY(50%);
	border-radius: 3px;
}

.gnav li:nth-child(even):before {
	border-left: 10px solid #D14218;
}

.gnav li a:hover {
	opacity: 0.4;
	transition: all 0.5s;
}

.gnav_logo {
	text-align: center;
	width: 158px;
	margin: 0 auto 15px;
}
.gnav_logo a {
}
.gnav_logo a img {
	width: 100%;
	height: auto;
}

.gnav_stage_list {
	padding-left: 20px;
}

.foot_season_event {
	display: none;
}

.foot_nav_event_wrap {
	display: none;
	position: fixed;
	bottom: 0;
}

.foot_nav_event {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	max-width: 440px;
	/* height: 110px; */
	/* position: absolute;
    bottom: 50px; */
}

.nav_eve_jump {
}

.nav_eve_jump.-summer {
}

.nav_eve_jump.-autumn {
}

.nav_eve_jump a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.nav_jump_logo_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.nav_jump_logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.nav_jump_logo img {
	width: 100%;
	height: auto;
}

.foot_nav_event_wrap .nav_eve_jump.-spring {
	background-color: #eaf4f5;
}

.foot_nav_event_wrap .nav_eve_jump.-summer {
	background-color: #eff8e1;
}

.foot_nav_event_wrap .nav_eve_jump.-autumn {
	background-color: #f7efe9;
}

.foot_nav_event_wrap .nav_eve_jump.-autumn .nav_jump_logo img {
	width: 99px;
}

.nav_jump_logo figcaption {
	color: #ffffff;
	font-weight: 900;
	font-size: 32px;
	font-family: "Outfit", sans-serif;
}

.mapon {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #00000060;
}

.mapon_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 80%;
	max-width: 1049px;
}

.mapon_wrapper > img {
	width: 100%;
	height: auto;
}

.mapon_btn {
	position: absolute;
	top: -2px;
	right: -34px;
	border: none;
	background: unset;
}

.-cap0605 {
	display: inline-block;
	font-size: 0.8em;
}

.-cap_end {
	display: inline-block;
	width: 100%;
	margin: 12px auto;
	padding: 15px 10px;
	border: 2px solid #ff3333;
	box-sizing: border-box;
	color: #ff3333;
	/*font-size: 0.9em;*/
	font-weight: bold;
	text-align: center;
}

.bnr_station {
	text-align: center;
}

.syousai {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 282px;
	background-image: url(/enjoy_navi/snow_otani/img25/bg-alpen.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.syousai_wrap {
}

.syousai_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	font-weight: bold;
}

.syousai_wrap p {
	color: #ffffff;
	font-size: 30px;
}

.ss_bar {
	position: relative;
	width: 90%;
	padding: 10px 20px;
	border-radius: 50px;
	background-color: #fff100;
	font-size: 26px;
	text-align: center;
}

.ss_bar::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -40px;
	right: 0;
	width: 155px;
	height: 38px;
	background-image: url(/enjoy_navi/snow_otani/img25/txt-enjoy.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
/* .movie img{
    width: 100%;
    height: auto;
} */

.cmn_img_ttl {
	margin-bottom: 30px;
	text-align: center;
}

.spr_map {
	padding: 50px 0;
	background-color: #0093bf;
}

.map_pop {
	position: relative;
}

.map_icn {
	position: absolute;
	top: -28px;
	left: -15px;
}

.map_img {
	width: 100%;
	height: auto;
	position: relative;
}

.map_img img.map_main {
	width: 100%;
	height: auto;
}

.map_bln {
	position: absolute;
	right: 0;
	top: -40px;
}

.ss_campaign {
	position: relative;
	padding: 50px 0;
	/* background: linear-gradient(to bottom, #5ec5ea, #ef8bc7); */
	background-color: #fff;
}

.ss_campaign p {
	padding: 10px 0;
	/* color: #ffffff; */
	font-weight: bold;
}

.ss_campaign .ss_camp_txt.-center {
	text-align: center;
	width: 100%;
}

.ss_campaign p a {
	margin: 20px auto 0;
	display: block;
	text-align: center;
	width: 60%;
	color: #fff;
	background-color: #156082;
	transition: all ease 0.3s;
	padding: 20px 20px;
	border-radius: 20px;
	/* word-break: break-all; */
}
.ss_campaign p a:hover {
	opacity: 0.3;
}

.ss_campaign p.ss_camp_kinan {
	margin: 10px auto;
	padding: 10px 20px;
	border: 2px solid #ffffff;
	font-size: 25px;
	text-align: center;
}

.ss_camp_ttl {
	font-family: "Marcellus", serif;
	font-size: 64px;
	display: flex;
	flex-direction: column;
	font-weight: normal;
	/* margin-bottom: 70px; */
}

.ss_camp_ttl span {
	font-size: 16px;
	font-weight: bold;
	font-family: "Noto Sans", sans-serif;
}

.ss_camp {
	position: relative;
	margin-bottom: 80px;
}

.ss_camp:last-child {
	margin-bottom: 0;
}

.ss_camp_cnt {
	background-color: #f1ece9;
	border-radius: 15px;
	position: relative;
	z-index: 5;
	padding: 50px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.ss_camp::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #a9e2f7 0%, #f2a2ba 100%);
	/* filter: blur(10px); */
	border-radius: 15px;
}

.ss_camp.-sc02 .ss_camp_cnt {
	background-color: #eaf4f5;
}

.ss_camp_day {
	background-color: #fff;
	padding: 10px 20px;
	width: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.ss_camp_num {
	position: absolute;
	left: -14px;
	top: -18px;
	z-index: 10;
}

.ss_camp_img {
	margin: 20px 0;
}

.ss_camp_img img {
	width: 100%;
	height: auto;
}

.ss_link {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.ss_link:first-child {
	margin-top: 40px;
}

.ss_link.-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 382px;
	height: 70px;
	padding: 10px 20px;
	border-radius: 50px;
	box-sizing: border-box;
	background-color: #fff100;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}

.ss_link.-btn a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

.ss_link.-btn.-tw a {
	background-color: #000000;
}

.ss_link.-btn a img {
	width: 100%;
	height: auto;
}

.relation_info {
	padding: 50px 0;
	background: #f1ece9;
	position: relative;
}

.relation_info::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/enjoy_navi/snow_otani/2026/img/bg-info.webp);
	background-repeat: repeat;
	top: 0;
}

.rela_link {
	position: relative;
	margin-bottom: 30px;
}

.rela_link::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #D14218;
	/* filter: blur(10px); */
	border-radius: 33px;
}

.rela_link:nth-child(odd)::before {
	background: #DE7800;
}

.rela_link > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 5;
	width: 100%;
	height: 70px;
	margin-bottom: 18px;
	margin-bottom: 10px;
	/* border: 3px #ffffff solid; */
	border-radius: 33px;
	    background: #f5d0c4;
	color: #333;
	font-weight: bold;
	/* box-shadow: 0 3px 6px #00000030; */
	font-size: 18px;
	transition: all 0.3s;
}

.rela_link:nth-child(odd) > a {
	background: #f8e1c5;
}

/* .rela_link>a::before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 8px;
	background-image: url(/enjoy_navi/snow_otani/img25/icn-car.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.rela_link.-person>a::before {
	background-image: url(/enjoy_navi/snow_otani/img25/icn-mono.png);
}

.rela_link.-ticket>a::before {
	background-image: url(/enjoy_navi/snow_otani/img25/icn-ticket.png);
}

.rela_link.-time>a::before {
	background-image: url(/enjoy_navi/snow_otani/img25/icn-time.png);
}

.rela_link.-about>a::before {
	background-image: url(/enjoy_navi/snow_otani/img25/icn-hajimete.png);
} */

.rela_link > a::after {
	content: "";
	display: inline-block;
	background-image: url(/enjoy_navi/snow_otani/2026/img/arr.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: 0.8em;
	height: 0.8em;
	position: absolute;
	right: 26px;
	bottom: 50%;
	transform: translateY(50%);
	z-index: 1;
}

.rela_link > a:hover {
	transform: translateY(8px);
	transition: all 0.3s;
}

.rela_info_file {
	margin: 40px 0 20px;
	color: #033f97;
	text-decoration: underline;
	text-align: center;
}

.rela_info_file:hover {
	text-decoration: none;
	transition: all 0.3s;
}

.web_ticket_link {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.ticket_link_sp_wrap {
	display: none;
}

.web_ticket_link_sp {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 110px;
}

.web_ticket_link_sp a img {
	width: 117px;
	height: 56px;
}

.business_schedule {
	position: relative;
}

.business_schedule_cnt {
	position: absolute;
	top: 840px;
	right: 30%;
	padding: 10px;
	border: solid red 2px;
	color: red;
	font-weight: bold;
	text-align: center;
}

.business_schedule_sp {
	display: none;
}

.font-min {
	font-size: 12px;
}

.gnav_event {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	box-sizing: border-box;
	padding: 0 30px;
}
.nav_eve_jump {
	display: block;
	width: 1005;
}
.nav_eve_jump img {
	width: 100%;
	height: auto;
}
.logo_55th {
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.logo_55th img {
	width: 100%;
	height: auto;
	max-width: 343px;
}
@media screen and (max-width: 1485px) {
	.business_schedule_cnt {
		top: 740px;
		right: 10%;
		left: 10%;
	}
}

@media screen and (max-width: 1313px) {
	.business_schedule_cnt {
		top: 720px;
	}
	.left_pt.pt05 .deco03 {
		position: absolute;
		top: -33%;
		left: -5%;
	}
}

@media screen and (max-width: 1085px) {
	.business_schedule_cnt {
		top: 700px;
	}
}

@media screen and (max-width: 1024px) {
	.business_schedule_cnt {
		top: 1120px;
	}
}

@media screen and (max-width: 1020px) {
	.vis-sp {
		display: block;
	}

	body {
		font-size: 14px;
	}

	* > li {
	}

	a {
	}

	a:visited {
	}

	a:-webkit-any-link {
	}

	.inner {
		padding: 0 18px;
	}

	.snow {
	}
	.frame {
		max-width: 375px;
	}
	.main {
		/* right: 5%; */
		width: 375px;
	}

	.main_wrapp {
	}

	/* hero */
	.hero {
		height: 630px;
		padding-top: 0;
	}

	.hero_ttl {
	}

	.hero_ttl img {
		width: 100%;
		height: auto;
	}

	.hero_bgimg {
	}

	/* intro */
	.intro {
	}

	.intro_text {
		line-height: 27px;
	}

	.intro .intro_stage {
	}

	.intro_stage_wrapper {
		width: 100%;
		height: 180px;
	}

	.intro_stage_cnt {
	}

	.intro_stage_cnt:hover {
	}

	.intro_stage_ttl {
		top: -20px;
		font-size: 26px;
	}

	.intro_stage_txt {
	}

	.intro_stage_txt_top {
		font-size: 17px;
	}

	.intro_stage_txt_mid {
	}

	.intro_stage_txt_mid > img {
	}

	.intro_stage_txt_btm {
		font-size: 29px;
	}

	.stage_30th {
		width: 41px;
	}

	.stage_30th > img {
		width: 100%;
		height: auto;
	}

	.dow {
		width: 31px;
		height: 31px;
		font-size: 17px;
	}

	.st1st {
		margin-bottom: 75px;
	}

	.st1st .intro_stage_cnt {
	}

	.st1st .intro_stage_cnt:hover {
	}

	.st1st .intro_stage_ttl {
	}

	.st1st .intro_stage_txt_top {
	}

	.st1st .intro_stage_txt_mid {
	}

	.st1st .intro_stage_txt_btm {
	}

	.st1st .dow {
	}

	.st2nd .intro_stage_cnt {
	}

	.st2nd .intro_stage_cnt:hover {
	}

	.st2nd .intro_stage_ttl {
	}

	.st2nd .intro_stage_txt_top {
	}

	.st2nd .intro_stage_txt_mid {
	}

	.st2nd .intro_stage_txt_btm {
	}

	.st2nd .dow {
	}

	.intro_stage_link {
		width: 55px;
		height: 55px;
	}

	.intro_stage_link > img {
		width: 100%;
		height: 100%;
	}

	.intro_event {
	}

	.intro_event_wrapper {
	}

	.intro_event_wrapper::after,
	.intro_event_wrapper::before {
	}

	.intro_event_wrapper::after {
	}

	.intro_event_wrapper::before {
	}

	.intro_event_cnt {
	}

	.intro_event_ttl {
	}

	.intro_event_tbl tr {
		padding: 17.5px 0;
	}

	.intro_event_tbl td,
	.intro_event_tblth {
	}

	.intro_event_tbl th {
	}

	.intro_event_tbl td {
	}

	.intro_event_tbl {
	}

	/* MAP */
	.map {
	}

	.map > h2 {
	}

	.map_hd {
	}

	.map_hd > h2 {
		font-size: 40px;
	}

	.map_hd_border {
		font-size: 41px;
	}

	.map_pic {
	}

	.map_pic > img {
		width: 100%;
		height: auto;
	}

	.map_pic_ex {
	}

	/* harutabi */
	.harutabi {
	}

	.harutabi::before {
	}

	.harutabi > .inner {
	}

	.harutabi_hd {
	}

	.harutabi_hd_img {
	}

	.harutabi_hd_cnt {
	}

	.harutabi_hd_tile {
		font-size: 26px;
	}

	.harutabi_hd_ttl {
	}

	.harutabi_hd_ttl_top {
		font-size: 17px;
	}

	.harutabi_hd_ttl_top > img {
	}

	.harutabi_hd_ttl_mid {
		width: 300px;
		height: 87px;
	}

	.harutabi_hd_ttl_mid > img {
		width: 100%;
		height: auto;
	}

	.harutabi_hd_ttl_btm {
		font-size: 29px;
	}

	.harutabi_hd_ttl_btm > .dow {
	}

	.harutabi_hd_txt {
		margin-top: 10px;
		line-height: 27px;
	}

	.harutabi_hd_txt > p {
	}

	.harutabi_event {
	}

	.harutabi_event_main {
		padding-top: 150px;
	}

	.harutabi_event_main_hd {
	}

	.harutabi_event_main_hd > h3 > img {
		width: 275px;
		height: auto;
	}

	.event-hd {
		width: 93%;
	}

	.event-hd > h3 {
		font-size: 36px;
	}

	.event_hd_border {
		font-size: 36px;
	}

	.event_hd_small {
	}

	.harutabi_event_main_cnt {
	}

	.harutabi_enevt_no {
		width: 72px;
		height: 69px;
		font-size: 43px;
	}

	.harutabi_enevt_no > p {
	}

	.harutabi_event_main_img {
	}

	.harutabi_event_main_img > img {
	}

	.harutabi_event_main_detail {
		margin-bottom: 30px;
	}

	.harutabi_event_main_detail > p {
		line-height: 27px;
	}

	.harutabi_event_main_detail_tbl {
	}

	.harutabi_event_main_detail_tbl button {
	}

	.harutabi_event_main_detail_tbl button:hover {
	}

	.harutabi_event_main_detail_tbl tbody {
	}

	.harutabi_event_main_detail_tbl tr {
	}

	.harutabi_event_main_detail_tbl tr:last-child {
	}

	.harutabi_event_main_detail_tbl th {
	}

	.harutabi_event_anniv {
		padding-top: 185px;
	}

	.harutabi_event_anniv_hd {
	}

	.harutabi_event_anniv_hd > h3 > img {
		width: 282px;
		height: auto;
	}

	.harutabi_event_anniv_wrapper {
	}

	.harutabi_event_anniv_tile {
		margin-bottom: 47px;
		padding: 20px 15px;
		box-shadow: 9px 9px 0 #0071bc;
	}

	.harutabi_event_anniv_tile_img {
	}

	.harutabi_event_anniv_tile_ttl {
		margin-bottom: 10px;
	}

	.harutabi_event_anniv_tile_txt {
		margin-bottom: 12px;
	}

	.harutabi_event_anniv_tile_txt > p {
		line-height: 27px;
	}

	.harutabi_event_anniv_tile_tbl {
	}

	.harutabi_event_anniv_tile_tbl button {
	}

	.harutabi_event_anniv_tile_tbl button:hover {
	}

	.harutabi_event_anniv_tile_tbl tbody {
	}

	.harutabi_event_anniv_tile_tbl tr {
	}

	.harutabi_event_anniv_tile_tbl tr:last-child {
	}

	.harutabi_event_anniv_tile_tbl th {
	}

	.harutabi_event_anniv_tile_warning {
	}

	.harutabi_event_anniv_tile_warning > li {
		white-space: unset;
	}

	.harutabi_event_anniv_tile_warning > li::before {
	}

	.harutabi_event_anniv_ttl {
		margin-bottom: 13px;
		font-size: 21px;
	}

	.harutabi_event_anniv_cnt {
		margin-bottom: 28.5px;
	}

	.harutabi_event_anniv_cnt:last-child {
	}

	.harutabi_event_anniv_cnt_img {
	}

	.harutabi_event_anniv_cnt_img > img {
	}

	.harutabi_event_anniv_cnt_ttl {
		padding-bottom: 5.5px;
		font-size: 21px;
	}

	.harutabi_event_anniv_cnt_ttl > p {
	}

	.harutabi_event_anniv_cnt_txt {
	}

	.harutabi_event_anniv_cnt_txt > p {
		line-height: 27px;
	}

	.harutabi_event_anniv_cnt_tbl {
	}

	.harutabi_event_anniv_cnt_tbl button {
	}

	.harutabi_event_anniv_cnt_tbl button:hover {
	}

	.harutabi_event_anniv_cnt_tbl tbody {
	}

	.harutabi_event_anniv_cnt_tbl tr {
	}

	.harutabi_event_anniv_cnt_tbl tr:last-child {
	}

	.harutabi_event_anniv_cnt_tbl th {
	}

	.harutabi_event_anniv_cnt > small {
	}

	.eighth_cnt {
	}

	.eighth_cnt:last-child {
	}

	.eghth_cnt_item {
		width: 100px;
		height: 100px;
	}

	.-eighth .harutabi_event_anniv_cnt_txt {
	}

	.-eighth .harutabi_event_anniv_cnt_ttl {
	}

	.eighth_hd {
		font-size: 21px;
	}

	.-eighth .harutabi_enevt_no {
	}

	.eighth_hd > p {
	}

	/* secndstage */
	.secndstage {
		padding-top: 260px;
	}

	.secndstage::before {
	}

	.secndstage > .inner {
	}

	.secndstage_bgw {
	}

	.secndstage_bgy {
	}

	.secndstage_hd {
	}

	.secndstage_hd_img {
	}

	.secndstage_hd_cnt {
	}

	.secndstage_hd_tile {
		font-size: 26px;
	}

	.secndstage_hd_ttl {
	}

	.secndstage_hd_ttl_top {
		font-size: 17px;
	}

	.secndstage_hd_ttl_top > img {
	}

	.secndstage_hd_ttl_mid {
		width: 100%;
	}

	.secndstage_hd_ttl_mid > img {
		width: 100%;
		height: auto;
	}

	.secndstage_hd_ttl_btm {
		font-size: 29px;
	}

	.secndstage_hd_ttl_btm > .dow {
	}

	.secndstage_hd_txt {
		margin-top: 12px;
	}

	.secndstage_hd_txt > p {
		line-height: 27px;
	}

	.secndstage_event {
		padding-top: 146px;
		padding-bottom: 22px;
	}

	.secntstage_event_hd {
	}

	.secntstage_event_hd > h3 > img {
		width: 275px;
		height: auto;
	}

	.secndstage_event_cnt {
		margin-bottom: 23px;
	}

	.secndstage_event_img {
	}

	.secndstage_event_img > img {
		width: 100%;
		height: auto;
	}

	.secndstage_event_img_cnt {
	}

	.-eleventh {
	}

	.-tenth .secndstage_event_img_cnt {
	}

	.secndstage_event_img_cnt > img {
	}

	.secndstage_event_item {
		transform: translateY(-39px);
	}

	.secndstage_event_ttl {
		font-size: 21px;
	}

	.secndstage_event_ttl > p {
	}

	.event_ttl_s {
		display: inline-block;
		font-size: 14px;
		line-height: 22px;
	}

	.-nineth .secndstage_event_ttl {
		margin-bottom: 11px;
	}

	.-nineth .secndstage_event_ttl img {
		width: 250px;
		height: auto;
		aspect-ratio: 289 / 77;
	}

	.secndstage_event_txt {
		margin-bottom: 10px;
	}

	.secndstage_event_txt > p {
		line-height: 27px;
	}

	.secndstage_event_tbl {
		margin-bottom: 20px;
	}

	.secndstage_event_tbl button {
	}

	.secndstage_event_tbl button:hover {
	}

	.secndstage_event_tbl tbody {
	}

	.secndstage_event_tbl tr {
	}

	.secndstage_event_tbl tr:last-child {
	}

	.secndstage_event_tbl th {
	}

	.secndstage_event_tbl td {
	}

	.s_eleventh {
	}

	.secndstage_event_link {
	}

	.secndstage_event_link > a {
	}

	.secndstage_event_link > a:hover {
	}

	.secndstage_charm {
	}

	.secndstage_charm_hd {
		font-size: 21px;
	}

	.secndstage_charm_hd::before,
	.secndstage_charm_hd::after {
	}

	.secndstage_charm_hd::before {
	}

	.secndstage_charm_hd::after {
	}

	.secndstage_charm_hd > p {
	}

	.secndstage_charm_cnt {
		padding: 67px 8.5px 40px;
	}

	.secndstage_charm_cnt.part3 {
	}

	.secndstage_charm_balloon {
		width: 110px;
		height: 110px;
		font-size: 32px;
	}

	.secndstage_charm_balloon > p {
	}

	.secndstage_charm_balloon::after {
		bottom: -11px;
		border-top: 15px solid #ffffff;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
	}

	.secndstage_charm_ttl {
	}

	.charm_ttl_small {
	}

	.charm_ttl_big {
		font-size: 20px;
	}

	.secndstage_charm_img {
	}

	.part1 .secndstage_charm_img {
	}

	.part2 .secndstage_charm_img {
	}

	.part3 .secndstage_charm_img {
	}

	.secndstage_charm_img > img {
	}

	.charm_pic11 {
	}

	.charm_pic12 {
		border-top: 5px solid #1a9664;
		border-right: 5px solid #1a9664;
	}

	.charm_pic21 {
	}

	.charm_pic22 {
		border-top: 5px solid #1a9664;
		border-right: 5px solid #1a9664;
	}

	.charm_pic31 {
		border-top: 5px solid #1a9664;
		border-right: 5px solid #1a9664;
	}

	.charm_pic32 {
	}

	.secndstage_charm_txt {
		width: 92%;
		line-height: 27px;
	}

	.part3 .secndstage_charm_txt {
	}

	.secndstage_charm_txt > p {
	}

	.secndstage_charm_link {
		font-size: 21px;
	}

	.secndstage_charm_link_ttl {
		font-size: 13px;
	}

	.secndstage_charm_link_ttl::before,
	.secndstage_charm_link_ttl::after {
		width: 14px;
	}

	.secndstage_charm_link_ttl::before {
	}

	.secndstage_charm_link_ttl::after {
	}

	.secndstage_charm_link_ttl > p {
	}

	.secndstage_charm_link > a {
	}

	.secndstage_charm_link > a::after {
	}

	.secndstage_charm_link > a:hover {
	}

	.various {
		padding: 25px 0 30px;
	}

	.various_ttl {
		margin-bottom: 14px;
		font-size: 21px;
	}

	.various_img {
	}

	.various_img > img {
	}

	.various_link {
		font-size: 21px;
	}

	.various_link > li {
	}

	.various_link a:hover {
	}

	.link_border {
	}

	/* info */
	.info {
		padding: 0px 0 47.5px;
	}

	.info_hd {
		margin-bottom: 20px;
	}

	.info_hd > h2 {
		font-size: 29px;
	}

	.info_hd > p {
		font-size: 12px;
	}

	.info_link {
		margin-bottom: 18px;
	}

	.info_link > a {
		height: 54px;
		margin-bottom: 12px;
	}

	.info_link > a::after {
	}

	.info_link > a:hover {
	}

	.info_link > a:hover:after {
	}

	.info_notes {
		margin-bottom: 25px;
		font-size: 12px;
	}

	.info_notes > a {
	}

	.info_infection {
		padding: 15.7px 12px 23px;
	}

	.info_infection_hd {
	}

	.info_infection_hd > h3 {
		font-size: 16px;
	}

	.info_infection_hd > p {
		font-size: 13px;
	}

	.info_infection_txt {
		font-size: 13px;
	}

	.info_infection_txt a {
	}

	/* footer */
	.footer {
		padding-bottom: 0px;
		/* padding-bottom: 130.5px; */
	}

	.footer_wrapper {
		gap: 10px;
		height: 200px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.footer_gotop {
		top: -35px;
		width: 70px;
		height: 70px;
	}

	.footer_gotop img {
	}

	.footer_logo {
	}

	.foot_logo {
		width: 100%;
		box-sizing: border-box;
	}

	.foot_logo figure {
		width: 100%;
	}

	.foot_logo figure img {
		width: 100%;
		height: auto;
	}

	.footer_link {
	}

	.footer_link > a {
	}

	.footer_link > a:hover {
	}

	.footer_copylight {
	}

	.footer_copylight > small {
	}

	/* back */
	.back {
	}

	.back_left {
		/* width: calc(100% - 375px - 5%); */
		width: calc(50% - 187px);
	}
	.back_left_cnt {
		padding: 0 20px;
	}
	.back_left_box {
		width: 80%;
		height: 380px;
	}
	.back_right {
		width: calc(50% - 187px);
	}

	.back_right_img {
		display: none;
	}

	.back_right_img > img {
	}

	.back_right_list {
		display: none;
	}

	.back_right_list > li {
	}

	.is-active .right_list_link_border {
	}

	.is-active .right_list_link_border::after {
	}

	.right_list_link_border::after {
	}

	.head_bar {
		top: -16px;
	}

	.menu {
		left: calc(50% + 140px);
		top: 20px;
	}

	.gnav {
		font-size: 14px;
	}

	.gnav_wrapper {
		padding: 0 0 80px;
	}

	.gnav_cnt {
		padding: 20px 30px 0px;
	}

	/* .gnav_list {
		padding-bottom: 65px;
	} */

	.gnav_list.-u_line {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.nav_eve_jump {
		padding: 0;
		background-size: cover;
	}

	.nav_jump_logo_cnt {
		padding: 5px 13px;
	}

	.bnr_station img {
		width: 100%;
		height: auto;
	}

	.event_ttl {
		font-size: 23px;
	}

	.md_ttl {
		font-size: 30px;
	}

	.md_ttl_img {
		width: 45%;
	}

	.md_ttl_img img {
		width: 100%;
		height: auto;
	}

	.md_zekkei_img img {
		width: 100%;
		height: auto;
	}

	.md_zekkei_img.-z02 img {
		width: 80%;
		height: auto;
	}

	.md_img_wrap .md_img img {
		width: 100%;
		height: auto;
	}

	.md_arr {
		width: 80%;
	}

	.md_arr img {
		width: 100%;
		height: auto;
	}

	.dai_txt01 img {
		width: 100%;
		height: auto;
	}

	.syousai_wrap p {
		font-size: 25px;
	}

	.ss_bar {
		font-size: 28px;
	}

	.alpen_logo {
		right: clamp(75px, 20%, 440px);
		width: 77%;
	}

	.alpen_logo figure {
		width: 100%;
	}

	.alpen_logo figure img {
		width: 100%;
		height: auto;
	}

	.ss_campaign p.ss_camp_kinan {
		font-size: 20px;
	}

	.business_schedule_cnt {
		top: 740px;
	}

	.icn_murodo {
		position: absolute;
		left: calc(50% - 112px);
		top: 26%;
		transform: translateX(-50%);
	}

	.murodo_map.-sp {
		display: block;
	}
}

@media screen and (max-width: 912px) {
	.business_schedule_cnt {
		top: 1200px;
	}
}

@media screen and (max-width: 853px) {
	.business_schedule_cnt {
		top: 1090px;
	}
}

@media screen and (max-width: 820px) {
	.business_schedule_cnt {
		top: 990px;
	}
}

@media screen and (max-width: 768px) {
	.business_schedule_cnt {
		top: 830px;
	}
}

@media screen and (max-width: 767px) {
	.business_schedule_cnt {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.vis-sp {
		display: block;
	}
	.menu {
		left: calc(100% - 55px);
	}

	.main {
		right: 0;
		width: 100%;
	}

	.back {
		display: none;
	}

	.mapon_wrapper {
		width: 100%;
	}

	.mapon_btn {
		top: -36px;
		right: 0;
	}

	.alpen_logo {
		right: 0;
		left: 20px;
		width: 60%;
	}

	.bnr_station img {
		width: 87%;
		height: auto;
	}

	/* .event::before{
        width: 260px;
        height: 21px;
        left: 40%;
        top: -30px;
    } */
	.foot_season_event {
		display: block;
	}

	.nav_jump_logo figcaption,
	.nav_jump_logo_cnt {
		color: #ffffff;
		font-weight: 900;
		font-size: 13px;
		font-family: "Outfit", sans-serif;
	}

	.nav_jump_logo {
		gap: 8px;
		position: relative;
		/* top: -15px; */
	}

	.nav_jump_logo_txt {
		font-size: 15px;
	}

	.ticket_link_sp_wrap {
		display: block;
	}

	.web_ticket_link_sp {
		/* bottom: 115px !important; */
	}

	.business_schedule {
		display: none;
	}

	.business_schedule_sp {
		display: block;
		margin-bottom: 10px;
		padding: 10px;
		border: solid red 2px;
		color: red;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
	}

	.business_schedule_cnt_sp {
	}

	.font-min {
		font-size: 10px;
	}

	.haru_event_sec:first-child {
		padding-top: 50px;
	}

	.haru_event_sec.-h05::before {
		top: -64px;
		width: 360px;
		height: 75px;
	}

	.haru_event_sec.-h01::before {
		width: 260px;
		height: 25px;
	}

	.movie iframe {
		border-radius: 0;
	}

	.frame {
		display: none;
	}

	.gnav_event {
		gap: 10px;
	}
	.icn_murodo {
		left: calc(50% - 122px);
	}

	.map_fixed {
		top: 0px;
	}

	.icn_murodou img,
	.icn_daikanbo img,
	.icn_kurobe img {
		width: 40px;
	}

	.icn_murodou {
		left: 35%;
        top: 20%;
	}
	.icn_daikanbo {
		left: 55%;
        top: 23%;
	}
	.icn_kurobe {
		left: 67.5%;
        top: 30%;
	}


	.map_fixed .icn_murodou {
		left: 35.7%;
        top: 28%;
	}
	.map_fixed .icn_daikanbo {
		left: 55.5%;
        top: 32%;
	}
	.map_fixed .icn_kurobe {
		left: 67.7%;
        top: 40%;
	}

	.event-en {
		top: -75px;
	}

	.goru-ttl {
		transform: translateX(29%);
		line-height: 1.5;
		top: -45px;
	}

	.info_hd > div > span {
		font-size: 14px;
	}

	.murodo_map.js-mapZoom {
		display: none;
	}

	.map_modal.js-mapModal {
		display: none;
	}

	.murodo_map.-pc {
		display: block;
	}

	#murodou .event-en {
		top: -105px;
	}

	#dai_kurobe .event-en {
		top: -130px;
	}

	.event-content h2 {
		font-size: 13px;
	}

}

@media screen and (max-width: 437px) {
	.event::before {
		top: -25px;
	}

	.haru_event_sec:first-child {
		padding-top: 30px;
	}
}

/* @media screen and (max-width:390px) {
    .event::before{
        top: -38px;
    }
} */

@media print {
}

@media (min-width: 768px) {

.murodo_map {
    position: relative;
    display: inline-block;
    cursor: zoom-in;
}

/* ＋ボタン */
.map_zoom_btn {
    position: absolute;
	top: -18px;
	right: -12px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #FFBD01;
	border: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	z-index: 2;
	color: #fff;
}

.map_modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

/* 開いた時だけflexにする */
.map_modal.is-open {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_modal_inner {
    max-width: 90vw;
    max-height: 90vh;
	margin: 0 auto;
}

.map_modal_inner img {
    display: block;
    max-width: 80%;
    max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

}
