@charset "UTF-8";
.center {
  text-align: center;
}

section.section {
  padding: 3em 0;
}
section.section .copy {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
section.section .copy.-left {
  text-align: left;
}
section.section .copy .marker {
  background: linear-gradient(transparent 60%, #FFEF9E 60%);
  display: inline-block;
  padding: 0 5px;
}
section.section .kadomaru-box {
  position: relative;
}
section.section .kadomaru-box h2.heading {
  margin-top: 0;
}
section.section .kadomaru-box p br {
  display: none;
}
@media screen and (max-width: 767px) {
  section.section .kadomaru-box p {
    margin: 1em 0;
  }
  section.section .kadomaru-box p br {
    display: block;
  }
}
section.section .table-01 td {
  text-align: left;
}
@media screen and (max-width: 767px) {
  section.section .table-01 th, section.section .table-01 td {
    display: block;
    width: 100%;
  }
}

.sec-nav {
  padding: 0 0 50px;
}
@media screen and (max-width: 1022px) {
  .sec-nav .within {
    width: 100%;
  }
}

/* ==========================================================================
   お知らせセクション
   ========================================================================== */
section.news {
  background: none;
  padding: 5vw 0;
}
section.news:before {
  content: none;
}
section.news.nijiiro {
  padding-bottom: 15vw;
}

/* ==========================================================================
   イベントセクション
   ========================================================================== */
section.event {
  background-image: url("../../../assets/img/bg_news.svg");
  background-repeat: no-repeat;
  background-position: top 25px center;
  background-size: 100% auto;
  background-color: transparent;
  padding: 10vw 0 12vw;
  position: relative;
  overflow: hidden;
}
section.event:before {
  content: "";
  position: absolute;
  top: 500px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

section.gallery {
  background: url("../../../assets/img/bg_gallery.svg") no-repeat top center;
  background-size: 100% auto;
  padding: 20vw 0 0;
  margin-bottom: -7vw;
  position: relative;
  overflow: hidden;
  z-index: 2;
  top: -17vw;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.access .googlemap {
  margin: 2em 0 0;
}
section.access dl dt {
  font-weight: bold;
  background: #F1C541;
  border-radius: 30px;
  padding: 0.5em 1.5em;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.5em;
}
section.access dl dd.attention {
  color: #DD3434;
}

section.bus {
  background: #fff;
  padding-top: 0;
}
section.bus .bus-maintitle {
  background: url("../../../assets/img/bg_bus.jpg") no-repeat center center;
  background-size: cover;
  padding: 5em 0;
  margin-bottom: 3em;
}
section.bus .price-box {
  margin: 2em 0;
  background: #FFFADE;
}
@media print, screen and (min-width: 768px) {
  section.bus .price-box {
    width: 85%;
    margin: 2em auto;
    display: flex;
  }
  section.bus .price-box .price-title {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.bus .price-box .price-summary {
    width: 80%;
  }
}
section.bus .price-box .price-title {
  background: #F1C541;
  font-weight: bold;
  text-align: center;
}
section.bus .price-box .price-summary {
  padding: 1.5em 2em;
}
section.bus .price-box .price-summary ul li {
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
}
section.bus .price-box .price-summary ul li .icon {
  background: #5F4D48;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding: 3px 0.5em 3px 1.5em;
  letter-spacing: 1em;
}
section.bus .bus-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* 1号バスと2号バスの間の余白 */
  max-width: 100%; /* 全体の最大幅（適宜調整してください） */
  margin: 0 auto;
}
section.bus .bus-wrap .bus-item {
  flex: 1;
  min-width: 320px; /* スマホなど画面幅が狭い時は縦並びにするための設定 */
}
section.bus .bus-wrap .bus-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}
section.bus .bus-wrap .bus-header {
  display: flex;
  gap: 2px; /* ヘッダー項目の間の白い隙間 */
  margin-bottom: 15px;
}
section.bus .bus-wrap .bus-header > div {
  background-color: #FFEF9E; /* ヘッダーの背景色 */
  padding: 12px 0;
  text-align: center;
  font-weight: normal;
  font-size: 0.95rem;
}
section.bus .bus-wrap .bus-header > div.time {
  width: 25%;
}
section.bus .bus-wrap .bus-header > div.stop {
  width: 50%;
}
section.bus .bus-wrap .bus-header > div:first-child {
  border-radius: 30px 0 0 30px;
}
section.bus .bus-wrap .bus-header > div:last-child {
  border-radius: 0 30px 30px 0;
}
section.bus .bus-wrap .bus-header.-bus2 > div {
  background: #E2EEDD;
}
section.bus .bus-wrap .bus-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
section.bus .bus-wrap .bus-list::before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  background-color: #F4AB42;
  z-index: 1;
}
section.bus .bus-wrap .bus-list li {
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 40px;
  margin-bottom: 10px;
}
section.bus .bus-wrap .bus-list li:nth-child(even) {
  background-color: #FFEF9E;
}
section.bus .bus-wrap .bus-list li .time {
  width: 25%;
  text-align: center;
  font-size: 0.95rem;
  position: relative;
  z-index: 2;
}
section.bus .bus-wrap .bus-list li .stop {
  width: 50%;
  display: flex;
  justify-content: center;
}
section.bus .bus-wrap .bus-list li .stop .stop-name {
  background-color: #F1C541;
  width: 95%;
  padding: 12px 10px;
  border-radius: 30px;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
section.bus .bus-wrap .bus-list.-bus2:before {
  background-color: #4A8328;
}
section.bus .bus-wrap .bus-list.-bus2 li:nth-child(even) {
  background-color: #e2eedd;
}
section.bus .bus-wrap .bus-list.-bus2 li .stop .stop-name {
  background: #619b3f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.bus .bus-wrap {
    gap: 60px; /* 縦並びになった時の上下の余白 */
  }
}

@media print, screen and (min-width: 768px) {
  section.basic-info .table-01 {
    width: 80%;
    margin: 2em auto;
  }
}

@media print, screen and (min-width: 768px) {
  .introduction .box-wrap {
    margin-bottom: 3em;
  }
}

@media print, screen and (min-width: 768px) {
  .nijiiro-section {
    margin-top: -10vw;
  }
  .nijiiro-section .nijiiro-title-wrap {
    margin-bottom: 80px;
  }
  .nijiiro-section .nijiiro-circle-grid {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=facility-common.css.map */