<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#exp-detail h2 {
  margin-bottom: 0;
}

#exp-detail h3 {
  margin-bottom: 1em;
}

#exp-detail h4 {
  font-size: 20px;
  margin-bottom: .5em;
}
#exp-detail .tag {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff94c;
  border-radius: 1em;
  font-weight: bold;
  width: 28%;
  min-width: 6em;
}

#gallery {
  background: #f6f6f6;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 2em;
}

#gallery .slider-for,
#gallery .slider-nav {
  margin-left: auto;
  margin-right: auto;
}

#gallery .slider-for {
  margin-bottom: 1em;
}

#gallery .slider-nav img {
  margin: 0 auto;
}

#program {
  margin-bottom: 2em;
}

#program .youtube {
  margin-bottom: 1em;
  text-align: center;
}
#program .youtube .youtube_wrapper {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
#program .youtube .inner {
  position: relative;
  width: 100%;
  padding-top: calc(31500% / 560);
}
#program .youtube .inner:empty {
  display: none;
}
#program .youtube .inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#program p {
  margin-bottom: 1em;
}

#exp-detail table {
  position: relative;
  width: 100%;
  margin-top: 1.5em;
}

#exp-detail table:before,
#exp-detail table:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 1px solid #c9c9c9;
  width: 100%;
}

#exp-detail table:before {
  top: -.5em;
}

#exp-detail table:after {
  margin-top: .5em;
}

#exp-detail th,
#exp-detail td {
  padding: 1em .5em;
}

#exp-detail th {
  background: #f6f6f6;
  border-bottom: 1px solid #c9c9c9;
}

#exp-detail td {
  position: relative;
}

#exp-detail td:after {
  content: '';
  border-bottom: 1px solid #c9c9c9;
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
}

#exp-detail tr:last-child th,
#exp-detail tr:last-child td:after {
  border-bottom: none;
}

.map {
  margin-top: 3em;
}

/* SP */
@media screen and (max-width: 767px) {
  #exp-detail .tag {
    margin-top: 1em;
  }

  #exp-detail h2 {
    font-size: 200%;
    margin-top: 0;
  }

  #exp-detail h3 {
    font-size: 140%;
  }

  #gallery .slider-nav img {
    height: 22vw;
    object-position: center;
    object-fit: cover;
  }

  #exp-detail th {
    min-width: 4em;
  }

  #exp-detail td {
    padding-left: 1em;
  }

  #exp-detail td:after {
    left: .5em;
  }

  #gallery {
    margin-left: -2%;
    margin-right: -2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  #gallery .slider-for img {
    max-height: 600px;
    margin: 0 auto;
  }

  .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }

  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

/* PC */
@media screen and (min-width: 768px) {
  #exp-detail h2 {
    font-size: 36px;
  }

  #exp-detail h3 {
    font-size: 28px;
  }

  #gallery .slider-for {
    width: 800px;
  }

  #gallery .slider-for img {
    /*width: 800px;
    height: 600px;
    object-fit: cover;*/
    max-height: 600px;
    margin: 0 auto;
  }

  #gallery .slider-nav {
    width: 620px;
    max-width: 800px;
  }

  #gallery .slider-nav img {
    width: 160px;
    height: 120px;
    object-fit: cover;
  }

  #gallery .arrow {
    position: absolute;
    top: 0;
    z-index: 11;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 40px;
    height: 600px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #gallery .arrow.prev {
    transform: translateX(-420px);
  }

  #gallery .arrow.next {
    transform: translateX(420px);
  }

  #gallery .prevarrow,
  #gallery .nextarrow {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 80px;
    background: rgba(0, 0, 0, .25);
  }

  #gallery .prevarrow {
    border-radius: 40px 0 0 40px;
  }

  #gallery .nextarrow {
    border-radius: 0 40px 40px 0;
  }

  #gallery .prevarrow:before,
  #gallery .nextarrow:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
  }

  #gallery .prevarrow:before {
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    position: absolute;
    left: auto;
    right: 0;
  }

  #gallery .nextarrow:before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }

  #exp-detail th {
    width: 170px;
  }

  #exp-detail td {
    padding-left: 2em;
  }

  #exp-detail td:after {
    left: 1em;
  }
}
</pre></body></html>