@charset "UTF-8";

:root {
  --gutter: min(20px, calc(20 / 375 * 100%));
  --color-primary: #fffcda;
  --fontFamily-serif: "utsukushi", serif;
  --fontFamily-old-mincho: "Zen Old Mincho", serif;
}

.u-text-primary {
  color: var(--color-primary);
}

.u-hidden {
  display: none !important;
}

.c-text-comingSoon {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  font-family: var(--fontFamily-serif);
  margin-top: 20px;
  margin-bottom: 80px;
  text-transform: uppercase;
}

html {
  scroll-padding-top: 40px;
}

small {
  text-align: center;
  padding: 1rem 0 1.5rem;
  box-sizing: border-box;
  display: block;
}

.eventlink .button-arrow {
  display: inline-block;
  text-align: center;
  padding: 15px 5%;
  width: 100%;
}

.enoshimatourou {
  color: #fff;
  background-color: #000000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background-image: linear-gradient(to bottom, #000000, #2d3162, #334673);
}

.enoshimatourou h2,
.enoshimatourou h3,
.enoshimatourou h4 {
  font-weight: normal;
}

.effect {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity cubic-bezier(0, -0.26, 0, 0.98) 0.4s 0.4s,
    -webkit-transform 0.4s cubic-bezier(0, -0.16, 0, 0.98) 0.4s;
  transition: opacity cubic-bezier(0, -0.26, 0, 0.98) 0.4s 0.4s,
    -webkit-transform 0.4s cubic-bezier(0, -0.16, 0, 0.98) 0.4s;
  transition: transform 0.4s cubic-bezier(0, -0.16, 0, 0.98) 0.4s,
    opacity cubic-bezier(0, -0.26, 0, 0.98) 0.4s 0.4s;
  transition: transform 0.4s cubic-bezier(0, -0.16, 0, 0.98) 0.4s,
    opacity cubic-bezier(0, -0.26, 0, 0.98) 0.4s 0.4s,
    -webkit-transform 0.4s cubic-bezier(0, -0.16, 0, 0.98) 0.4s;
}

.button-arrow {
  display: block;
  color: var(--color-primary);
  padding: 15px 10px 15px 20px;
  border-style: solid;
  border-width: 1px;
  position: relative;
}
.button-arrow:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.button-arrow:after {
  content: "";
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  rotate: 45deg;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 15px;
  transition: all 0.25s ease;
  color: inherit;
  text-decoration: none;
}

.button-arrow:hover:after {
  translate: 3px -50%;
}

.button-arrow--whiteBorder {
  color: #fff;
}

.button-arrow--whiteBorder:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.button-arrow--whiteBorder:hover {
  color: #fff;
  text-decoration: none;
}

.tourou-wrap {
  width: 100%;
  overflow-x: hidden;
}

.tourou-wrap .content-area + .content-area {
  margin-top: 45px;
}

.tourou-wrap .content-full .content {
  max-width: 100%;
}

.tourou-wrap .content {
  max-width: 1000px;
  margin: 0 auto;
}

.tourou-wrap .content.map-content {
  max-width: 1064px;
}

.tourou-wrap .slider-nav {
  overflow: hidden;
  padding: 16px 0 0;
}

.tourou-wrap .slider-nav .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.tourou-wrap .slider-nav .slick-slide {
  margin: 0 5px 10px 0;
}

.tourou-wrap .slider-nav .slick-slide:last-child {
  margin-right: 0;
}

.tourou-wrap .slider-nav .slick-slide img {
  vertical-align: middle;
  border: solid 1px transparent;
  box-sizing: border-box;
}

.tourou-wrap .slider-nav .slick-slide.slick-current img {
  /* -webkit-border-image: url(/event/enoshimatourou/images/border2.png) 15 round;
  border-image: url(/event/enoshimatourou/images/border2.png) 15 round; */
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-primary);
}

.tourou-wrap .map {
  position: relative;
}

.tourou-wrap .map ul.btns li {
  display: block;
  margin-top: 18px;
  width: 230px;
  margin-left: auto;
}

.tourou-wrap .lightup .spot h3 {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  font-family: var(--fontFamily-serif);
  margin-bottom: 20px;
}

.tourou-wrap .lightup .spot:nth-of-type(even) .spot-image .main .spot-caption {
  right: auto;
  left: -22px;
  border-left-style: solid;
  border-left-width: 1px;
  /* border-top: none; */
  /* border-right: none; */
}

.tourou-wrap .lightup .spot + .spot {
  margin-top: 50px;
}

.tourou-wrap .lightup .spot-image .thumb {
  font-size: 0;
  margin-top: 15px;
}

.tourou-wrap .lightup .spot-image .thumb li {
  display: inline-block;
  border: solid 1px transparent;
  margin-right: 10px;
  width: calc((100% - 50px) / 6);
}

.tourou-wrap .lightup .spot-image .thumb li:last-child {
  margin-right: 0;
}

.tourou-wrap .lightup .spot-image .thumb li.active {
  /* -webkit-border-image: url(/event/enoshimatourou/images/border2.png) 15 round; */
  /* border-image: url(/event/enoshimatourou/images/border2.png) 15 round; */
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-primary);
}

.tourou-wrap .lightup .spot-image .thumb li img {
  vertical-align: middle;
}

.tourou-wrap .lightup .spot-image .main {
  position: relative;
}

.tourou-wrap .lightup .spot-image .main .spot-caption {
  padding: 35px 40px;
  width: 520px;
  background: rgba(9, 4, 4, 0.5);
  border-style: solid;
  border-width: 1px;
  position: absolute;
  right: -22px;
  bottom: -25px;
  border-color: var(--color-primary);
  color: var(--color-primary);
  z-index: 99;
}

.tourou-wrap .lightup .spot-image .main .spot-caption h4 {
  font-size: 30px;
  font-size: 3rem;
  font-family: var(--fontFamily-serif);
  line-height: 40px;
  margin-bottom: 10px;
  /* padding-left: 40px; */
  position: relative;
}

.tourou-wrap .lightup .spot-image .main .spot-caption p {
  line-height: 29px;
}

.tourou-wrap .lightup .spot-image .main .spot-caption p.bold {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 29px;
  /* font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px; */
}

.tourou-wrap .lightup .spot-image .main .spot-caption p + p {
  margin-top: 10px;
}

.tourou-wrap .lightup .spot-image .main .spot-caption .button-arrow {
  margin-top: 20px;
  width: 210px;
}

.tourou-wrap .event-schedule {
  /* padding-top: 40px; */
  margin: 0 auto;
  max-width: 830px;
}

.tourou-wrap .event-schedule h3 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  font-family: var(--fontFamily-serif);
  margin-bottom: 20px;
}

.tourou-wrap .event-schedule table {
  font-size: 14px;
  font-size: 1.4rem;
  table-layout: auto;
  margin-bottom: 20px;
}

.tourou-wrap .event-schedule table th {
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}

.tourou-wrap .event-schedule table th:last-of-type {
  border-right: none;
}

.tourou-wrap .event-schedule table th.event-area {
  width: 40%;
}

.tourou-wrap .event-schedule table th.event-link,
.tourou-wrap .event-schedule table th.event-time {
  width: 40%;
}

.tourou-wrap .event-schedule table th.event-number {
  font-size: 18px;
  font-size: 1.8rem;
}

.tourou-wrap .event-schedule table td {
  border-right: solid 1px #fff;
  border-bottom: dotted 1px #fff;
}

.tourou-wrap .event-schedule table td:last-of-type {
  border-right: none;
}

.tourou-wrap .event-schedule table td.num {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.tourou-wrap .event-schedule table td a {
  color: #fff;
  text-decoration: underline;
}

.tourou-wrap .event-schedule table td a span {
  display: none;
}

.tourou-wrap .event-schedule table th,
.tourou-wrap .event-schedule table td {
  padding: 10px;
}

.tourou-wrap .event-contact {
  margin: 30px auto 80px;
  max-width: 830px;
}

.tourou-wrap .event-contact h3 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: var(--fontFamily-serif);
  margin-bottom: 10px;
}

.tourou-wrap .event-contact .contact-box {
  display: flex;

  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border: solid 1px #fff;
}

.tourou-wrap .event-contact .contact-box .left,
.tourou-wrap .event-contact .contact-box .right {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 20px;
  width: 50%;
}

.tourou-wrap .event-contact .contact-box .left h4,
.tourou-wrap .event-contact .contact-box .right h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3px;
}

.tourou-wrap .event-contact .contact-box .left a,
.tourou-wrap .event-contact .contact-box .right a {
  color: #fff;
}

.tourou-wrap .event-contact .contact-box .left {
  border-right: solid 1px #fff;
}

#gfoot {
  background-color: transparent;
}

#gfoot .bnr ul {
  font-size: 1rem;
}

#gfoot .bnr .bold {
  font-size: 1.5rem;
}

.footer-inner {
  max-width: 830px;
  box-sizing: border-box;
  margin: auto;
  text-align: left;
  padding: 5% 0;
}

.sponsor p {
  margin-bottom: 2rem;
}

.sponsors a {
  color: white;
}

.mb90 {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .enoshimatourou {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .tourou-wrap {
    overflow: hidden;
  }

  .tourou-wrap .slider-nav {
    padding: 16px 8px 0;
  }
  .tourou-wrap .slider-nav .slick-slide {
    display: block !important;
    float: none !important;
    flex: 0 0 calc((100% - 12px) / 3);
    margin: 0 2px;
  }
  .tourou-wrap .map ul.btns {
    position: static;
    margin-top: 20px;
  }
  .tourou-wrap .map ul.btns li {
    display: block;
    margin: 10px auto 10px;
    width: 90%;
    max-width: 500px;
  }

  .tourou-wrap .lightup .spot h3 {
    font-size: 5vw;
    padding: 0 16px;
  }
  .tourou-wrap
    .lightup
    .spot:nth-of-type(even)
    .spot-image
    .main
    .spot-caption {
    /* -webkit-border-image: url(/event/enoshimatourou/images/border2.png) 15 round; */
    /* border-image: url(/event/enoshimatourou/images/border2.png) 15 round; */
    border-style: solid;
    border-width: 1px;
  }
  .tourou-wrap .lightup .spot + .spot {
    margin-top: 30px;
  }
  .tourou-wrap .lightup .spot-image .thumb {
    display: flex;
    flex-wrap: wrap;
  }
  .tourou-wrap .lightup .spot-image .thumb li {
    margin: 1%;
    width: 31.3%;
  }
  .tourou-wrap .lightup .spot-image .main {
    position: relative;
  }
  .tourou-wrap .lightup .spot-image .main .spot-caption {
    padding: 20px;
    width: 100%;
    position: static;
    /* -webkit-border-image: url(/event/enoshimatourou/images/border2.png) 15 round; */
    /* border-image: url(/event/enoshimatourou/images/border2.png) 15 round; */
    border-style: solid;
    border-width: 1px;
  }
  .tourou-wrap .lightup .spot-image .main .spot-caption h4 {
    line-height: 1.6;
    font-size: 5vw;
    /* padding-left: 8vw; */
    position: relative;
  }
  .tourou-wrap .lightup .spot-image .main .spot-caption h4:before {
    font-size: 4vw;
    line-height: 5.5vw;
    width: 5.5vw;
    height: 5.5vw;
    top: 1.4vw;
  }
  .tourou-wrap .lightup .spot-image .main .spot-caption p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tourou-wrap .event-schedule {
    padding: 20px;
    margin: 0 auto;
    max-width: 830px;
  }
  .tourou-wrap .event-schedule h3 {
    font-size: 5vw;
  }
  .tourou-wrap .event-schedule table {
    font-size: 14px;
    font-size: 1.4rem;
    table-layout: auto;
    margin-bottom: 20px;
    background: none;
  }
  .tourou-wrap .event-schedule table tr {
    display: block;
  }
  .tourou-wrap .event-schedule table tr td:first-of-type {
    margin-top: 10px;
  }
  .tourou-wrap .event-schedule table td {
    display: block;
    width: 100%;
    border-right: none;
  }
  .tourou-wrap .event-schedule table td.sp-title {
    margin-top: 10px;
    background: #000;
    display: none;
  }
  .tourou-wrap .event-schedule table td.num {
    display: none;
  }
  .tourou-wrap .event-schedule table td a span {
    display: inline;
  }
  .tourou-wrap .event-schedule table th {
    display: none;
  }
  .tourou-wrap .event-contact {
    margin: 30px auto;
  }
  .tourou-wrap .event-contact h3 {
    font-size: 5vw;
  }
  .tourou-wrap .event-contact .contact-box .left,
  .tourou-wrap .event-contact .contact-box .right {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
  .tourou-wrap .event-contact .contact-box .left h4,
  .tourou-wrap .event-contact .contact-box .right h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tourou-wrap .event-contact .contact-box .left {
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  #gfoot {
    padding: 5%;
    box-sizing: border-box;
  }
  #gfoot .bnr ul li {
    width: 100%;
  }
  .mb90 {
    margin-bottom: 45px;
  }
}

.contents-wrap {
  padding: 0 20px;
}

.news-single {
  padding: 0;
}

.content {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .eventlink .button-arrow {
    text-align: left;
    padding: 15px 10% 15px 5%;
  }

  .sp-head {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .contents-wrap {
    padding: 0;
  }
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

@media (min-width: 769px) {
  .direct {
    display: flex;
  }
}

.direct {
  background-color: #000;
  padding: 32px 16px;
  margin-top: 32px;
}

@media (min-width: 769px) {
  .direct {
    display: flex;
    padding: 40px;
    align-items: center;
  }
}

.direct img {
  max-width: 130px;
  margin: 0 auto;
  display: block;
  padding-bottom: 16px;
}

@media (min-width: 769px) {
  .direct img {
    margin-right: 20px;
    padding-bottom: 0;
  }
}

.eventdate {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: var(--fontFamily-serif);
}

.eventdate span {
  font-size: 130%;
}

@media (max-width: 768px) {
  .eventdate {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.top-escalator {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: var(--fontFamily-serif);
}
.top-escalator__heading {
  font-size: 30px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.top-escalator__text {
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.top-escalator__image {
  margin-top: 30px;
}
