@charset "UTF-8";
/* CSS Document */
/************************************************************  */
/* ------------------
	カスタムプロパティ
-------------------- */
:root {
  --ff-title-jp: source-han-serif-japanese, serif;
  --ff-title-en: operetta-12, serif;
  --ff-text-jp: noto-sans-cjk-jp, sans-serif;
  --color-gold: #d4ae88;
  --color-bg-navi: #010203;
  --color-text-gold: #f1d482;
  --color-line-gold: #c0955c;
  --color-bg-gold: #ad814d;
  --color-bg-city: #c0955c;
  --color-text-city: #271107;
}

/* default.cssのリセット */
p,
ul,
ol,
table {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 100%;
  font-family: var(--ff-text-jp);
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/* ------------------
	ヘッダー
-------------------- */
#header_illumi {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/580;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background-image: url("../img/mainvisual.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  -webkit-animation: topanim 4s forwards;
  animation: topanim 4s forwards;
}
#header_illumi h1 {
  position: absolute;
  top: 15%;
  right: -6.5%;
  left: 0;
  width: 40vw;
  margin: auto;
}
@media screen and (width <= 768px) {
  #header_illumi h1 {
    top: 10%;
    right: -10%;
    width: 60vw;
  }
}
@media screen and (width <= 580px) {
  #header_illumi h1 {
    top: 10%;
    right: -10%;
    width: 90vw;
  }
}
#header_illumi h1 img {
  width: 100%;
}

@-webkit-keyframes topanim {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes topanim {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes topanim {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------
	背景レイヤー
-------------------- */
.bg_layer {
  position: relative;
  width: 100%;
  /* 1226
  padding-bottom: 130px; */
}
.bg_layer::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  content: "";
  background-image: url("../img/bg.jpg");
  background-size: cover;
}
@media screen and (width <= 768px) {
  .bg_layer::after {
    background-image: url("../img/bg-sp.jpg");
    background-size: cover;
  }
}

/* ------------------
	ナビ
-------------------- */
#navigation-bar {
  position: sticky;
  top: -1px;
  z-index: 100;
  display: block;
  width: 100%;
  background-color: var(--color-bg-navi);
  border-bottom: 1px solid var(--color-line-gold);
  -webkit-animation: topanim 4s forwards;
  animation: topanim 4s forwards;
}

.navi {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  max-width: 1180px;
  padding: 0 50px;
  margin: 0 auto;
  text-align: center;
}
.navi li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 20px 4px;
  font-size: 22px;
}
.navi li a {
  display: block;
  padding-top: 0;
  font-family: var(--ff-title-en);
  line-height: 1.2;
  color: #fff;
}
.navi li .sub {
  display: block;
  margin-top: 7px;
  font-family: var(--ff-title-jp);
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  color: var(--color-gold);
}
.navi li .sub span {
  display: inline-block;
}

/* ------------------
	追加
-------------------- */
#section_highlight {
  width: 100%;
  padding-top: 100px;
  border-bottom: 1px solid var(--color-line-gold);
}
@media screen and (width <= 768px) {
  #section_highlight {
    padding-top: 50px;
  }
}

.highlight__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  padding: 0 1%;
  margin: 0 auto;
}
@media screen and (width <= 768px) {
  .highlight__area {
    padding: 0 20px;
  }
}
.highlight__image {
  width: 50%;
}
@media screen and (width <= 768px) {
  .highlight__image {
    width: 100%;
  }
}
.highlight__text {
  width: 45%;
  padding: 1%;
  margin-bottom: 100px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (width <= 768px) {
  .highlight__text {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 70px;
  }
}
.highlight__text.-order-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (width <= 768px) {
  .highlight__text.-order-right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.highlight__text-ph {
  font-family: var(--ff-text-jp);
}
@media screen and (width <= 768px) {
  .highlight__text-ph {
    font-size: 12px;
  }
}
.highlight__text-ph .-mb {
  margin-bottom: 1.5em;
}
.highlight__text .area-map {
  margin-bottom: 1.5em;
  text-indent: 3em;
}
.highlight__text .area-map::after {
  padding-left: 6px;
  content: ">>";
}
.highlight__text .area-map > a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.highlight__heading {
  font-family: var(--ff-title-jp);
  font-size: 30px;
  line-height: 1.4;
  color: var(--color-text-gold);
  letter-spacing: 0.05em;
}
@media screen and (width <= 768px) {
  .highlight__heading {
    margin-top: 10px !important;
    font-size: 18px;
  }
}

/* ------------------
	コンテンツ
-------------------- */
.section_title {
  width: 100%;
  margin: 0 auto 80px;
  font-family: var(--ff-title-en);
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
.section_title span.-sub {
  display: block;
  padding-top: 0.5em;
  font-family: var(--ff-title-jp);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: var(--color-gold);
  text-align: center;
  white-space: nowrap;
}
.section_title span.-fs {
  font-size: 120%;
}

/* -- section_outline -- */
#section_outline {
  width: 100%;
  padding-top: 100px;
  border-bottom: 1px solid var(--color-line-gold);
}
#section_outline .outline_box {
  width: 50%;
  margin: 0 0 130px 34vw;
  color: #fff;
}
@media screen and (width <= 1084px) {
  #section_outline .outline_box {
    width: 90%;
    margin: 0 auto 130px;
  }
}
#section_outline dl {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 30px 0 50px;
  vertical-align: middle;
}
#section_outline dt {
  width: 17%;
  font-family: var(--ff-title-jp);
  font-size: 22px;
}
#section_outline dd {
  width: 74%;
  padding: 3px 0 0;
  margin: 0;
  font-family: var(--ff-title-jp);
  font-size: 30px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1em;
}
#section_outline dd span {
  font-size: 14px;
}
#section_outline dd .day_name {
  font-size: 20px;
}
#section_outline dd .noto {
  display: block;
  padding-top: 0.5em;
  font-family: var(--ff-text-jp);
}
#section_outline .area {
  display: inline-block;
  font-size: 22px;
  line-height: 1.4;
}
#section_outline .area span {
  display: inline-block;
  font-size: 22px;
  line-height: 1.4;
}

/* -- section_theme -- */
#section_theme {
  border-bottom: 1px solid var(--color-line-gold);
}
#section_theme .message {
  padding-top: 100px;
  font-family: var(--ff-title-jp);
  text-align: center;
}
#section_theme .section_title {
  margin: 0 auto;
}
#section_theme .section_title span.-sub {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.5em;
  margin: 0 auto;
  font-size: 21px;
  font-weight: normal;
  color: #fff;
}
#section_theme p {
  margin: 2em 0 130px;
  font-size: 24px;
  font-weight: normal;
  line-height: 2.2;
  color: #fff;
}

/* -- section_map -- */
#section_map,
#section_event .section_inner {
  padding-block: 100px 130px;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid var(--color-line-gold);
}

#section_map {
  padding-bottom: 112px;
}

.map_image {
  width: 100%;
  text-align: center;
}

.map-icon {
  position: relative;
}
.map-icon::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

.map_text {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 60px auto 0;
}
.map_text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 260px;
}
.map_text li {
  width: 410px;
  margin: 0 0 18px;
  color: #fff;
}
.map_text li:nth-child(n+6) {
  width: 300px;
}
.map_text a {
  color: #fff;
}

.map_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0 1px 3px 0;
  margin-right: 10px;
  font-size: 22px;
  vertical-align: sub;
  color: #fff;
  background-color: var(--color-bg-gold);
  border: 1px solid #fff;
  border-radius: 50%;
}

/* -- section_route -- */
#section_route {
  width: 100%;
  padding-top: 100px;
  border-bottom: 1px solid var(--color-line-gold);
}
#section_route .inner_box {
  max-width: 1080px;
  margin-inline: auto;
}
#section_route .h_box {
  position: relative;
  padding-bottom: 100px;
  margin-inline: auto;
}
#section_route .h_box::before {
  position: absolute;
  bottom: 20px;
  left: 24px;
  display: block;
  width: 1px;
  height: calc(100% - 98px);
  content: "";
  background-color: #fff;
}
#section_route .h-e .h_box {
  padding-bottom: 100px;
  margin-right: 187px;
}
#section_route .h-e .h_box::before {
  top: 28px;
  bottom: inherit;
  left: calc(100% + 40px);
  width: 120px;
  height: 1px;
}
#section_route .h-e .h_box::after {
  position: absolute;
  bottom: 20px;
  left: 24px;
  display: block;
  width: 1px;
  height: calc(100% - 98px);
  content: "";
  background-color: #fff;
}
#section_route .h-e .h_box .h_image {
  width: 540px;
}
@media screen and (width > 768px) {
  #section_route .h-x .h_box::before {
    content: none;
  }
}
#section_route .h-x .h_box .h_image,
#section_route .h-i .h_box .h_image img {
  width: 230px;
}

body #section_route .h-x .h_box {
  padding-bottom: 0;
}

#section_route .h-x + p {
  padding: 0 30px 100px 0;
  margin: 1em 0 0 58px;
  color: #fff;
}
#section_route .h-f .h_box::before {
  content: none;
}
#section_route .h-g .h_box .h_image,
#section_route .h-h .h_box .h_image,
#section_route .h-k .h_box .h_image {
  width: auto;
}
#section_route .h-g .h_box .h_image img {
  width: 500px;
}
#section_route .h_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section_route .h_name .map_icon {
  width: 48px;
  height: 48px;
  margin-top: 5px;
  font-size: 30px;
}
#section_route .h_name span + span {
  font-family: var(--ff-title-jp);
  font-size: 30px;
  font-weight: 600;
  color: var(--color-text-gold);
}
#section_route .h_name span + span.-palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#section_route .h_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 58px;
}
#section_route .h_image img {
  width: 540px;
}
#section_route .h_image span + span.-desc {
  display: inline-block;
  width: 457px;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (width <= 768px) {
  #section_route .h_image span + span.-desc {
    width: 100%;
  }
}
#section_route hr {
  max-width: 1080px;
  height: 1px;
  margin: 0 auto 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(7%, var(--color-gold)), color-stop(93%, var(--color-gold)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, var(--color-gold) 7%, var(--color-gold) 93%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, var(--color-gold) 7%, var(--color-gold) 93%, rgba(0, 0, 0, 0) 100%);
}
#section_route .h-e .h_box .h_image span:nth-child(2) {
  width: 650px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#section_route .h-f .h_box .h_image {
  padding-right: 20px;
}
#section_route .h-f .h_box .h_image img {
  width: 490px;
}
#section_route .h-f .h_box .h_image span:nth-child(2) {
  width: 490px;
}
#section_route .h-f .h_box .h_image span:nth-child(1) {
  margin-right: 16px;
  margin-bottom: 16px;
}
#section_route .h-f .h_box .h_image span:nth-child(2) {
  margin-bottom: 16px;
}
#section_route .h-f .h_box .h_image span:nth-child(3) {
  width: 100%;
}
#section_route .h-g .h_image {
  margin-right: 20px;
}
#section_route .h-g .h_box .h_image span:nth-child(2) {
  width: 100%;
  margin-top: 1em;
}
#section_route .h-g .h_box .h_image img {
  width: auto;
}
#section_route .h-i .h_box {
  padding-bottom: 130px;
}
#section_route .h-i .h_box .h_image {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#section_route .h-i .h_box .h_image span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}
#section_route .h-i .h_box p:nth-child(3) {
  padding-right: 30px;
  margin: 1em 0 0 58px;
  color: #fff;
}

/* -- section_gallery -- */
#section_gallery {
  width: 100%;
  padding-block: 100px 130px;
  /* ↓1226 */
  margin-bottom: 140px;
  overflow: hidden;
  border-bottom: 1px solid var(--color-line-gold);
}
#section_gallery .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  -webkit-animation: 60s linear infinite sliderAnimation;
  animation: 60s linear infinite sliderAnimation;
}
#section_gallery .slider div {
  height: 400px;
  margin-right: 10px;
}
#section_gallery .slider a {
  display: inline-block;
}
#section_gallery .item1 {
  width: 400px;
}
#section_gallery .item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 195px;
}
#section_gallery .item2.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#section_gallery .item2 img {
  height: 195px;
}

@-webkit-keyframes sliderAnimation {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes sliderAnimation {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* -- section_event -- */
#section_event .event_title {
  margin: 30px 0;
  font-family: var(--ff-title-jp);
  font-size: 30px;
  line-height: 1.4;
  color: var(--color-text-gold);
}
#section_event .event_title.-mt0 {
  margin-top: 0;
}
@media screen and (width <= 768px) {
  #section_event .event_title.-mt0 {
    margin-top: 18px;
  }
}
#section_event .event_title span {
  display: inline-block;
  font-size: 20px;
}
#section_event .event_title a {
  color: var(--color-text-gold);
}
#section_event .event_title a:link, #section_event .event_title a:visited, #section_event .event_title a:active {
  color: var(--color-text-gold);
}
#section_event .event_title + p {
  margin: 0 0 20px;
}
#section_event .event_title + p span {
  font-size: 18px;
}
#section_event .event_block {
  max-width: 1080px;
  margin-inline: auto;
  overflow: hidden;
}
#section_event .event_01 {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 80px;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
#section_event .event_01 .event_image {
  margin: 0;
}
#section_event .event_image img {
  display: inline-block;
  border: 0 solid var(--color-gold);
}
#section_event .event_01 .event_text {
  width: 52%;
}
@media screen and (width <= 768px) {
  #section_event .event_01 .event_text {
    width: 100%;
  }
}
#section_event .event_text ul {
  margin-bottom: 1.5em;
}
#section_event .event_text ul ~ p {
  margin-left: 1em;
  line-height: 1.6em;
  text-indent: -1em;
}

/* --イベントニュース-- */
/* .js_timer.end,
.js_timer.end .event_01 {
  position: relative;
}
.js_timer.end .event_01 .event_title a,
.js_timer.end .event_title a {
  pointer-events: none;
}
.js_timer .close-note {
  display: none;
} */
.list_title {
  padding: 0 6px 2px;
  margin-right: 1em;
  line-height: 1em;
  vertical-align: middle;
  border: 1px solid #c2c2c2;
}

#section_event .event_01 + hr {
  width: 1080px;
  max-width: 100%;
  height: 1px;
  margin: 0 auto 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(7%, var(--color-gold)), color-stop(93%, var(--color-gold)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, var(--color-gold) 7%, var(--color-gold) 93%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, var(--color-gold) 7%, var(--color-gold) 93%, rgba(0, 0, 0, 0) 100%);
}
#section_event .event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#section_event .event_list_item {
  width: 47%;
  color: #fff;
}
#section_event .event_list_item .event_image {
  width: 66%;
  margin: 0 auto;
}
#section_event .event_list_item .event_title span {
  display: block;
  font-size: 23px;
}
#section_event .event_01 li {
  margin-bottom: 0.5em;
}
#section_event .event_list_item li {
  margin-bottom: 0.5em;
}
#section_event .event_list_item li.text-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#section_event .event_list_item li.text-condition span.list_title {
  width: 5em;
  padding: 1px 0;
  text-align: center;
}
#section_event .event_list_item li span {
  display: inline-block;
}
#section_event .event_list_item li.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#section_event .event_list_item li.-flex span.list_title {
  margin-top: 5px;
}

.event_list_item a:visited p,
.event_list_item a:visited li {
  color: #fff;
}

#section_city {
  position: relative;
  max-width: 860px;
  padding: 50px 0 30px;
  margin: 0 auto 40px;
  font-weight: 500;
  color: var(--color-text-city);
  background: var(--color-bg-city);
  border: 2px solid var(--color-text-city);
}
#section_city::before {
  position: absolute;
  inset: -12px;
  display: block;
  content: "";
  border: 10px solid var(--color-bg-city);
}
#section_city .section_title {
  width: 95%;
  margin-bottom: 20px;
  margin-left: 5%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 46px;
  line-height: 1.4em;
  color: var(--color-text-city);
  text-align: left;
}
#section_city p {
  font-size: 18px;
}
#section_city .city_text {
  width: 90%;
  max-width: 780px;
  margin: 0 auto 20px;
}
#section_city .img_tree {
  position: absolute;
  top: -50px;
  right: -20px;
  width: 30%;
}
#section_city .video_box {
  position: relative;
  width: 90%;
  max-width: 780px;
  height: 0;
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
  margin: 0 auto 16px;
}
#section_city .video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section_city .city_info {
  width: 90%;
  margin-inline: auto;
  font-size: 10px;
}

.city_btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  max-width: 288px;
  height: 3em;
  padding: 8px 0;
  margin: 60px auto 25px;
  margin-top: 45px;
}
.city_btn a {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  height: 47px;
  padding: 8px 5px;
  font-weight: 600;
  line-height: 1.3em;
  vertical-align: middle;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--color-text-city);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.city_btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--color-text-city);
  -webkit-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.city_btn a:hover {
  opacity: 0.7;
}
.city_btn a div {
  display: block;
}
.city_btn a div::after {
  position: absolute;
  top: 30%;
  right: 25%;
  display: block;
  margin-top: -1px;
  content: "▶";
}

/* -- section_green -- */
#section_green {
  width: 100%;
  max-width: 1000px;
  padding-top: 100px;
  margin: 0 auto 100px;
}
#section_green .green_list {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
#section_green .green_logo {
  width: 200px;
  margin-right: auto;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
#section_green .green_read {
  width: 740px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
#section_green li dt,
#section_green li dd {
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  text-align: left;
}

/* -- section_banner -- */
#section_banner {
  padding: 100px 20px;
  border-top: 1px solid var(--color-line-gold);
}
#section_banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
}
#section_banner li {
  width: 46%;
}
#section_banner p {
  margin-top: 0.7em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
#section_banner p span {
  display: inline-block;
}

.g-footer {
  width: 100%;
  padding-block: 50px;
  background: #000;
}

.footer_logo {
  margin: 0;
  text-align: center;
}

.g-footer .copyright {
  margin-top: 40px;
  font-size: 10px;
  color: #fff;
}

.js-fadeup {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition: 1s;
  transition: 1s;
}

.event_end {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.event_list_item .image_outer {
  position: relative;
}

.event_end .event_01::before,
.event_list_item.event_end .image_outer::before {
  position: absolute;
  inset: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 96%;
  height: 80px;
  padding: 10px;
  margin: auto;
  font-size: 30px;
  font-weight: 900;
  vertical-align: middle;
  color: #010203;
  text-align: center;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  content: "終了しました";
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid #fff;
}

.event_end .event_01::before {
  bottom: 200px;
}

.event_list_item.event_end::before {
  bottom: auto;
  margin-top: 120px;
}

.event_end .event_image a,
.event_end .event_text {
  opacity: 0.3;
}
.event_end a {
  pointer-events: none;
}

#page_top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 90;
  width: 50px;
  height: 50px;
  background: #888;
  border-radius: 50%;
  opacity: 1;
}
#page_top a {
  position: relative;
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: block;
  width: 8px;
  height: 8px;
  margin: -2px 0 0 -4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (width >= 801px) {
  #section_route .h-e,
  #section_route .h-x {
    display: inline-block;
  }
  #section_route .h-x {
    vertical-align: top;
  }
}
@media (width >= 768px) {
  .only_pc {
    display: block;
  }
  .only_sp {
    display: none;
  }
  #section_event .event_01 .image_outer {
    width: 41.1%;
  }
  #section_event .event_list_item:nth-child(n+3) {
    margin-top: 80px;
  }
  #section_city .video_box iframe {
    width: 100%;
  }
}
@media (width <= 1020px) and (width >= 768px) {
  /* #header_illumi {
    height: 460px !important;
  } */
  #section_theme .message p {
    font-size: 21px;
  }
  #section_city {
    width: 94%;
  }
  #section_green {
    width: 94%;
  }
  #section_green ul .green_logo {
    width: 15%;
    height: auto;
    margin-right: 5%;
  }
  #section_green ul .green_logo img {
    width: 100%;
    height: auto;
  }
  #section_green ul .green_read {
    width: 80%;
    margin-left: 0;
  }
}
@media (width <= 950px) and (width >= 768px) {
  #section_route .h-e .h_box {
    margin-right: 38px;
  }
  #section_route .h-e .h_box::before {
    left: calc(100% + 15px);
    width: 12px;
  }
}
@media (width <= 800px) and (width >= 768px) {
  #section_route .h-e .h_box {
    padding-bottom: 100px;
    margin-right: 0;
  }
  #section_route .h-e .h_box::before {
    top: inherit;
    bottom: 20px;
    left: 24px;
    width: 1px;
    height: calc(100% - 98px);
  }
}
@media (width <= 767px) {
  body {
    min-width: auto;
  }
  /* 1226
  .bg_layer {
    padding-bottom: 70px;
  } */
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  .main,
  .navi,
  .gallery {
    width: auto;
  }
  #section_event .box {
    width: auto;
  }
  #section_event .box h4 + p {
    width: auto;
  }
  #section_event .marche div.btn-end {
    width: auto;
  }
  #header_illumi {
    /* height: 380px !important;  */
    max-height: 500px;
    aspect-ratio: 375/360;
    margin: 0 auto;
    background-image: url("../img/mainvisual_sp.jpg");
    background-position: center top;
    background-size: cover;
  }
  #header_illumi h1 {
    position: absolute;
    padding: 0 20px;
    margin: auto;
  }
  /* #navigation-bar {
    border-bottom: none;
  } */
  .navi {
    display: -webkit-box;
    display: flexbox;
    display: -ms-flexbox;
    display: flex;
  }
  .navi li {
    padding: 10px 4px;
    font-size: 12px;
  }
  .navi li span.sub {
    font-size: 8px;
    letter-spacing: -1px;
  }
  .section_title {
    font-size: 34px;
  }
  #section_outline {
    padding-top: 50px;
  }
  #section_outline .js-fadeup {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-animation: topanim 4s forwards !important;
    animation: topanim 4s forwards !important;
  }
  #section_outline .outline_box {
    margin-bottom: 70px;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-animation: topanim 4s forwards !important;
    animation: topanim 4s forwards !important;
  }
  #section_outline dl {
    width: 100%;
    margin: 30px 0;
    vertical-align: middle;
  }
  #section_outline dt {
    width: 30%;
    font-size: 14px;
  }
  #section_outline dd {
    font-size: 22px;
    line-height: 1.1em;
  }
  #section_outline dd .day_name {
    font-size: 16px;
  }
  #section_outline .area {
    font-size: 14px;
  }
  #section_outline .area span {
    display: inline-block;
    font-size: 14px;
  }
  #section_outline dd .noto {
    display: block;
    font-family: var(--ff-tuttle-jp);
    font-size: 12px;
    line-height: 1.1;
  }
  #section_theme .message {
    padding-top: 50px;
  }
  #section_theme .message p {
    font-size: 14px;
    color: #fff;
  }
  #section_theme p {
    margin-bottom: 70px;
  }
  #section_map {
    padding-block: 50px 0;
  }
  .map_image img {
    width: calc(100% - 40px);
  }
  .map_text {
    max-width: calc(100% - 16px);
    padding: 5px 0 0;
    margin: 35px auto 70px;
  }
  .map_text ul {
    height: 214px;
  }
  .map_text li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 57%;
    margin: 5px 0;
    font-size: 12px;
  }
  .map_text li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .map_text li:nth-child(n+6) {
    width: 43%;
  }
  .map_text li:nth-child(5), .map_text li:nth-child(10) {
    margin-bottom: 0;
  }
  .map_icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 15px;
    line-height: 24px;
  }
  .map_text li .cocoon {
    display: block;
    margin-right: 0.5em;
  }
  .map_text a > span + span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #section_route {
    padding-block: 50px 0;
  }
  #section_route img {
    margin-bottom: 0;
  }
  #section_route .inner_box {
    padding-inline: 20px;
  }
  #section_route .inner_box div .h_box {
    padding-bottom: 50px;
  }
  #section_route .h-e .h_box {
    padding-bottom: 50px;
    margin-right: 0;
  }
  #section_route .h_box::before {
    bottom: 10px;
    left: 17px;
    height: calc(100% - 60px);
  }
  #section_route .h-e .h_box::before {
    content: none;
  }
  #section_route .h-e .h_box::after {
    bottom: 10px;
    left: 17px;
    height: calc(100% - 60px);
  }
  #section_route .h_name {
    margin-bottom: 15px;
  }
  #section_route .h_name .map_icon {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 32px;
  }
  #section_route .h_name span + span {
    font-size: 18px;
    line-height: 1.5;
  }
  #section_route .h_image {
    max-width: 70%;
  }
  #section_route .h-g .h_image {
    max-width: 100%;
    margin-right: 0;
  }
  #section_route .h-a .h_box .h_image span:nth-child(2),
  #section_route .h-d .h_box .h_image span:nth-child(2) {
    margin-top: 10px;
  }
  #section_route .h-f .h_box .h_image span:nth-child(2), #section_route .h-f .h_box .h_image span:nth-child(3) {
    margin-top: 10px;
  }
  #section_route .h-h .h_box .h_image span:nth-child(2), #section_route .h-h .h_box .h_image span:nth-child(3) {
    margin-top: 10px;
  }
  #section_route .h-k .h_box .h_image span:nth-child(2) {
    margin-top: 10px;
  }
  #section_route .h-f .h_box .h_image {
    padding-right: 0;
  }
  #section_route .h-f .h_box .h_image span:nth-child(1), #section_route .h-f .h_box .h_image span:nth-child(2) {
    margin-right: 0;
    margin-bottom: 0;
  }
  #section_route .h_image span + span {
    font-size: 12px;
  }
  #section_route .h-x .h_box + p {
    max-width: 60%;
    padding-bottom: 50px;
    margin-top: 10px;
    font-size: 12px;
  }
  #section_route .h-x + p {
    padding-bottom: 70px;
    font-size: 12px;
  }
  #section_route .h-x img {
    max-width: 140px;
  }
  #section_route hr {
    width: calc(100% - 20px);
    margin-bottom: 50px;
  }
  #section_route .h-i .h_box {
    padding-bottom: 50px;
  }
  #section_route .h-i .h_box .h_image {
    max-width: calc(100% - 58px);
  }
  #section_route .h-i .h_box .h_image span:nth-child(1) {
    width: calc(50% - 10px);
    max-width: 140px;
  }
  #section_route .h-i .h_box .h_image span:nth-child(2) {
    width: calc(50% - 10px);
    max-width: 140px;
    margin-right: 0;
  }
  #section_route .h-i .h_box p:nth-child(3) {
    padding: 0;
    margin-top: 10px;
    font-size: 12px;
  }
  #section_gallery {
    width: 100%;
    padding-block: 50px;
    /* ↓1226 */
    margin-bottom: 60px;
  }
  #section_gallery .slider div {
    height: auto;
    margin-right: 5px;
  }
  #section_gallery .item1 {
    width: 185px;
  }
  #section_gallery .item2 {
    width: 90px;
  }
  #section_gallery .item2 img {
    height: auto;
  }
  .fancybox-skin {
    padding: 10px !important;
  }
  .fancybox-inner {
    width: auto !important;
    height: auto !important;
  }
  #section_event {
    padding-bottom: 50px;
    margin-bottom: 62px;
  }
  #section_event .section_inner {
    padding: 50px 20px 0;
  }
  #section_event .event_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 70px;
  }
  #section_event .image_outer {
    position: relative;
  }
  #section_event .event_01 .event_image {
    width: 100%;
    max-width: 500px;
    padding-inline: 35px;
    margin-inline: auto;
  }
  #section_event .event_01 .event_text,
  #section_event .event_text {
    margin-inline: auto;
  }
  #section_event .event_01 + hr {
    margin-bottom: 50px;
  }
  #section_event .event_01 li {
    margin-bottom: 0.5em;
    font-size: 90%;
  }
  #section_event ul + p {
    font-size: 90%;
  }
  .city_btn a {
    height: 40px;
  }
  #section_event .event_title {
    margin-block: 18px 10px;
    font-size: 20px;
  }
  #section_event .event_title + p {
    margin-bottom: 28px;
    font-size: 14px;
  }
  #section_event .event_title + p span {
    font-size: 16px;
  }
  #section_event .event_image img {
    display: inline-block;
    border: 0.5px solid var(--color-gold);
  }
  #section_event .event_list_item {
    width: 100%;
    padding-bottom: 70px;
  }
  #section_event .event_list_item:nth-child(3) {
    margin-top: 0;
  }
  #section_event .event_list_item .event_image {
    width: max(60%, 375px);
    max-width: 100%;
    padding-inline: 35px;
    margin: 0 auto 10px;
  }
  #section_event .event_list_item .event_image a:hover {
    opacity: 1;
  }
  #section_event .event_list_item .event_title {
    font-size: 21px;
  }
  #section_event .event_list_item .event_title span {
    font-size: 16px;
  }
  #section_event .event_list_item li {
    font-size: 90%;
  }
  .list_title {
    padding: 1px 6px;
    margin-right: 12px;
    font-size: 90%;
    line-height: 1em;
    border: 1px solid #fff;
  }
  #section_city {
    position: relative;
    width: calc(100% - 62px);
    padding: 25px 0 0;
    margin: 0 auto;
    border: 1px solid #b1a47f;
  }
  #section_city .section_title {
    margin-left: 10px;
    font-size: 26px;
    line-height: 1.2em;
  }
  #section_city .city_text {
    position: relative;
    z-index: 10;
    /* width: 60%; */
    width: 70%;
    margin: 0 10px 50px;
    font-size: 14px;
  }
  #section_city .city_text br:first-child {
    display: none;
  }
  #section_city .img_tree {
    position: absolute;
    top: -4vw;
    right: -10px;
    width: 42%;
    max-width: 175px;
  }
  .city_btn {
    width: 42%;
    margin: 45px auto;
  }
  .city_btn a div::after {
    right: 10%;
  }
  #section_city .video_box {
    width: auto;
    margin: 0 10px 20px;
  }
  .city_btn {
    margin-block: 33px 43px;
  }
  #section_green {
    padding-top: 62px;
    margin-bottom: 50px;
  }
  #section_green ul {
    padding-inline: 20px;
  }
  #section_green ul .green_read {
    width: calc(100% - 100px);
    padding-left: 20px;
    margin: 0;
  }
  #section_green ul li dt,
  #section_green ul li dd {
    font-size: 12px;
    line-height: 1.5;
  }
  #section_green .green_logo {
    width: 100px;
    margin: 0 auto 30px;
    text-align: center;
  }
  #section_green .green_logo img {
    height: auto;
  }
  #section_banner {
    padding: 0;
    padding-bottom: 50px;
  }
  #section_banner ul {
    width: calc(100% - 40px);
    margin-top: 50px;
  }
  #section_banner li {
    width: 100%;
  }
  #section_banner li + li {
    margin-left: 20px;
  }
  #section_banner p {
    font-size: 12px;
  }
  .g-footer .copyright {
    font-size: 0.55rem;
  }
  .event_end .event_01::before {
    content: none;
  }
  .event_end .event_01 .image_outer::before {
    position: absolute;
    inset: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 96%;
    height: 64px;
    padding: 10px;
    margin: auto;
    font-size: 21px;
    font-weight: 900;
    vertical-align: middle;
    color: #010203;
    text-align: center;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    content: "終了しました";
    background-color: rgba(255, 255, 255, 0.7);
    border: 3px solid #fff;
  }
  .event_list_item.event_end .image_outer::before {
    position: absolute;
    inset: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 96%;
    height: 64px;
    padding: 10px;
    margin: auto;
    font-size: 21px;
    font-weight: 900;
    vertical-align: middle;
    color: #010203;
    text-align: center;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    content: "終了しました";
    background-color: rgba(255, 255, 255, 0.7);
    border: 3px solid #fff;
  }
}
/* max-width: 767px */
@media (width <= 767px) and (width >= 500px) {
  .map_text ul {
    height: 205px;
  }
  .map_text li {
    width: 50%;
  }
  #section_city .img_tree {
    top: -3vw;
    right: -10px;
  }
}
@media (width <= 499px) {
  .map_text a > span + span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map_text ul {
    height: 262px;
  }
  .map_text li {
    width: 50%;
  }
  .fancybox-skin {
    padding: 6px !important;
  }
}
@media (width <= 420px) {
  .map_text ul {
    height: 245px;
  }
  .map_text li a {
    font-size: 11px;
  }
  #section_event .event_01 .event_title + p br:not(:last-of-type) {
    display: none;
  }
}
@media (width <= 370px) {
  .map_text ul {
    height: 228px;
  }
  .map_text li a {
    font-size: 10px;
  }
}
@media (width <= 580px) {
  .navi {
    padding: 0;
  }
  .navi li {
    font-size: 14px;
  }
  .navi li span {
    display: inline-block;
  }
  #section_theme .section_title {
    font-size: 34px;
  }
  #section_theme .section_title span.-sub {
    font-size: 13px;
  }
  #section_theme .section_title span.-sub::before, #section_theme .section_title span.-sub::after {
    width: 20px;
    background-size: contain;
  }
  #section_theme .section_title span.-sub::before {
    left: -25px;
  }
  #section_theme .section_title span.-sub::after {
    right: -25px;
  }
  #section_city .img_tree {
    top: calc(80px + 5vw);
    right: -22px;
    width: 37%;
  }
}
@media (width <= 620px) and (width >= 580px) {
  #section_city .img_tree {
    max-width: 155px;
  }
}
@media (width <= 580px) and (width >= 420px) {
  #section_city .img_tree {
    top: calc(157px - 20vw);
    max-width: 125px;
  }
}
@media (width <= 500px) {
  #section_event .event_list_item .event_title + p br {
    display: none;
  }
}
@media (width <= 417px) {
  .navi li:nth-child(5) a {
    line-height: 0.9;
  }
}
/* @media (orientation: portrait) {
  #header_illumi {
    aspect-ratio: 1 / 1;
  }
} */
.wrapper-swiper {
  width: 66%;
  margin: 0 auto;
  overflow: hidden;
}
@media (width <= 767px) {
  .wrapper-swiper {
    width: max(60%, 375px);
    max-width: 100%;
    padding: 0 35px;
  }
}

.swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.event_end .swiper {
  opacity: 0.3;
}

.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.-flex p + p {
  margin-top: -5px;
}
/*# sourceMappingURL=style.css.map */
