@charset "UTF-8";



.topic {
  margin-top: 40px;
  text-align: center;
}

#top > .news h2 {
  width: 200px;
}

#top > .event {
  background: url('../img/line_w.png') repeat-x center top 200px/1px 1200px, url('../img/top/bg1.jpg') no-repeat bottom center/100% auto;
  overflow: hidden;
}

#top > .event .bg {
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, .9);
  padding: 20px 20px 20px 0;
}

#top > .event .bg::after {
  display: block;
  position: absolute;
  top: 0;
  left: -1000px;
  background: rgba(255, 255, 255, .9);
  width: 1000px;
  height: 100%;
  content: '';
}

#footer {
  background-color: #F4F4F4;
  padding: 40px 0 20px;
  color: black;
}

#footer .inner {
  display: block;
  max-width: 1440px;
}

#footer .container {
  gap: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .copy {
  margin-top: 20px;
  text-align: center;
}

#footer .mt20 {
  display: grid;
  grid-template-columns: 9.8rem 1fr;
}

#guide .map_flex figure div {
  aspect-ratio: 480/260;
}

#guide .map_flex figure div iframe {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#footer .suita {
  justify-self: end;
  width: 100%;
}

#footer .suita a {
  display: block;
  margin-left: auto;
  max-width: 250px;
}

.tab_orderList {
  margin-left: 24px;
}

.tab_orderItem {
  list-style-type: decimal;
}

.tab_orderHead {
  margin: 0;
}

.tab_unOrderList {
  margin-left: 14px;
}

.tab_figure_flex a {
  gap: 20px;
  display: grid;
}

.details_container {
  gap: 20px;
  display: grid;
}

details {
  cursor: pointer;
}

details ul {
  margin-top: 5px;
  margin-left: 24px;
}

summary {
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: '＋';
}

details[open] summary::before,
summary details[open] summary::before {
  content: '−';
}

#footer .logo {
  font-size: 32px;
}

.faq {
  gap: 20px;
  display: grid;
}

.faq__question {
  font-weight: 700;
}

.faq__question::before {
  content: 'Q.';
}

.faq__answer {
  margin-left: 20px;
}

.faq__answer::before {
  content: 'A.';
}

.link__list {
  gap: 20px;
  display: grid;
}

.link__item {
  margin-left: 18px;
  list-style: disc;
}

.tabs .tac.tac {
  margin-inline: auto;
  margin-top: 60px;
  width: 50%;
}

.tab_figure_flex {
  margin-inline: auto;
  width: 80%;
}

.blueLink {
  color: #00B2FF;
}

@media (max-width: 839px) {

  .topic {
    margin-top: 60px;
  }

  #guide .map_flex {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #guide .map_flexA {
    padding: 0;
  }

  #guide .map_flex figure:nth-child(2) iframe {
    position: static;
  }

  #footer .logo {
    font-size: 20px;
  }

  #top > .event {
    background: url('../img/line_w.png') repeat-x center top 160px/1px 1200px, url('../img/top/bg1.jpg') no-repeat top center/auto 190px;
  }

  .tabs .tac.tac {
    width: 100%;
    max-width: 500px;
  }
}
/*# sourceMappingURL=map/style.css.map */