@charset "UTF-8";

.top-mv-wrap {
  position: relative;
}

.top-mv-bg {
  position: absolute;
  top: -70px;
  right: 0;
  width: 1526px;
  z-index: -1;
  @media only screen and (max-width:1366px){
    width: 95vw;
  }
  @media only screen and (max-width:767px){
    display: none;
  }
}

.top-mv-bg-sp {
  display: none;
  @media only screen and (max-width:767px){
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
  }
}

.top-mv-text {
  display: grid;
  align-items: center;
  height: 100vh;
  @media only screen and (max-width:1100px){
    height: 75vh;
  }
  @media only screen and (max-width:767px){
    height: 147vw;
    align-items: end;
    margin-bottom: 50px;
  }

  img {
    max-width: 537px;
    @media only screen and (max-width:1366px){
      width: 50%;
    }
    @media only screen and (max-width:767px){
      width: 82%;
    }
  }
}

.top-title-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80vw;
  @media only screen and (max-width:767px){
    top: 100%;
    width: 200%;
  }
}


.top-concept-wrap {
  position: relative;
}

.top-concept-wrap-bg {
  position: absolute;
  z-index: -1;
  @media only screen and (max-width:1366px){
    width: 100vw;
  }
}

/*.top-concept-ribbon {
  position: absolute;
  bottom: -40vw;
  width: 100%;
  z-index: -2;
}*/

.top-concept-ribbon {
  position: absolute;
  top: 820px;
  width: 3100px;
  z-index: -2;
  left: 30%;
  transform: translateX(-50%);
  @media only screen and (max-width:1366px){
    width: 2400px;
    top: 950px;
    left: 20%;
  }
  @media only screen and (max-width:767px){
    width: 1900px;
        top: 1260px;
        left: 50%;
  }
}

.top-concept-inner {
  position: relative;
  background-image: url(../images/top/top_concept_bg.png);
  background-size: 100% 75%;
  background-repeat: no-repeat;
  padding: 130px 70px;
  @media only screen and (max-width:1300px){
    padding: 130px 50px;
  }
  @media only screen and (max-width:767px){
    background-image: url(../images/top/top_concept_bg_sp.png);
    padding: 50px 20px;
    background-size: 100% 92%;
  }
}

.top-concept-contents-flex {
  display: flex;
  justify-content: space-between;
  gap: 23px;
  margin: 100px 0;
  @media only screen and (max-width:767px){
    flex-wrap: wrap;
    gap: 50px;
    margin: 60px 0 30px;
  }
}

.top-concept-contents-flex-in {
  position: relative;
  width: 33%;
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 20px 30px;
  @media only screen and (max-width:767px){
    width: 100%;
    padding: 60px 20px 30px;
  }
}

.top-concept-contents-icon {
  width: 166px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  @media only screen and (max-width:1150px){
    width: 145px;
    top: -65px;
  }
  @media only screen and (max-width:767px){
    width: 100px;
    top: -40px;
  }
}

.top-concept-contents-point {
  color: #FF8000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 10px auto 20px;
  @media only screen and (max-width:767px){
    margin: 0 auto 20px;
  }
}

.top-concept-contents-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  margin-bottom: 30px;
  @media only screen and (max-width:1366px){
    font-size: 20px;
  }
  @media only screen and (max-width:1150px){
    font-size: 17px;
    line-height: 24px;
  }
  @media only screen and (max-width:767px){
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.top-concept-contents-keyword {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px;
  padding: 5px 20px;
  width: fit-content;
  border-radius: 30px;
  background-color: #FF8000;
}

.top-concept-contents-list {
  li {
    list-style: disc;
    padding-left: 5px;
    font-size: 16px;
    line-height: 26px;
    margin-left: 20px;
    margin-bottom: 10px;
    @media only screen and (max-width:1100px){
      padding-left: 0;
      font-size: 14px;
    }
    @media only screen and (max-width:767px){
      font-size: 16px;
      line-height: 20px;
    }

    &::marker {
      color: #FF8000;
      font-size: 15px;
    }
  }
}

.top-concept-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;

  iframe {
    position: absolute;
    top: 0;
    border-radius: 30px;
  }
}


.top-roadto2030-wrap {
  position: relative;
  margin-bottom: 100px;
}

.top-roadto2030-wrap-bg {
  top: -100vh;
  position: absolute;
  z-index: -1;
}

.top-roadto2030-title {
  position: relative;
  width: 400px;
  margin: 0 auto 30px;
  @media only screen and (max-width:767px){
    width: 250px;
  }
}

.top-roadto2030-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  @media only screen and (max-width:767px){
    text-align: left;
    padding: 0 15px;
    line-height: 26px;

    br {
      display: none;
    }
  }
}


.top-areamap-wrap {
  position: relative;
  margin-bottom: 0;
}

.top-areamap-inner {
  padding: 100px 0;
  background-color: rgb(255 255 255 / .7);
  border-radius: 30px;
  @media only screen and (max-width:767px){
    padding: 60px 0 50px;
  }
}

.top-areamap-box {
  padding: 0 50px;
  @media only screen and (max-width:767px){
    padding: 0 20px;
  }
}

.top-areamap-image {
  margin: 100px 0;
  @media only screen and (max-width:767px){
    margin: 30px 0;
  }
}

.top-areamap-download {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 367px;
  margin: 0 auto 150px;
  padding: 30px;
  background-color: #FF8000;
  border: 2px solid #FF8000;
  border-radius: 50px;
  transition: .2s ease-out;
  @media only screen and (max-width:767px){
    font-size: 16px;
    width: 90%;
    padding: 14px 14px 11px;
    margin: 0 auto 50px;
  }

  &:hover {
    color: #FF8000;
    background-color: #fff;

    path {
      fill: #FF8000;
    }
  }

  svg {
    margin-left: 5px;
    @media only screen and (max-width:767px){
      width: 14px;
      padding-bottom: 3px;
    }
  }
}

.top-arearoot-swiper {
  width: 100%;
  overflow: hidden;
  @media only screen and (max-width:767px){
    overflow: unset;
  }
}

.top-arearoot-swiper .swiper-slide {
  width: calc((100% - 3 * 20px) / 3.5);
  box-sizing: border-box;
}

.top-arearoot-swiper-pagination {
  margin: 30px auto 50px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}

.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  background-color: #FF8000;
  border: 2px solid #FFF2AC;
}

.top-arearoot-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  margin-bottom: 50px;
  @media only screen and (max-width:767px){
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 0;
    br {
      display: none;
    }
  }
}

.top-concierge-flex {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 0 50px;
  background-color: #fff;

  .top-concierge-text {
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
  }

  img {
    width: 327px;
    margin-top: -27px;
    @media only screen and (max-width:1366px){
      width: 13vw;
      height: auto;
    }
  }
}



.top-timeschedule-wrap {
  position: relative;
  padding-top: 150px;
  margin-bottom: 150px;
  @media only screen and (max-width:767px){
    padding-top: 100px;
    margin-bottom: 0;
  }
}

.top-timeschedule-wrap-bg {
  position: absolute;
  top: -35vw;
  z-index: -1;
  @media only screen and (max-width:767px){
    top: -400px;
  }
}

.top-timeschedule-ribbon {
  position: absolute;
  top: -280px;
  width: 3100px;
  z-index: -2;
  left: 25%;
  transform: translateX(-50%);
  @media only screen and (max-width:1366px){
    width: 2400px;
    top: -200px;
    left: 20%;
  }
  @media only screen and (max-width:767px){
    width: 400%;
    top: -280px;
    left: 10%;
  }
}

.top-timeschedule-tab-wrap {
  display: flex;
  margin-top: 50px;
}

.top-timeschedule-tab {
  background-color: #FF8000;
  width: 50%;
  height: 100px;
  display: grid;
  align-items: center;
  text-align: center;
  border-radius: 15px 15px 0 0;
  transition: .2s ease-out;
  @media only screen and (max-width:767px){
    height: 62px;
  }

  .top-timeschedule-tab-text {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    @media only screen and (max-width:767px){
      font-size: 16px;
    }
  }

  &.active {
    background-color: #fff;

    .top-timeschedule-tab-text {
      color: #FF8000;
    }
  }

  &:hover {
    opacity: 0.7;
    @media only screen and (max-width:767px){
      opacity: 1;
    }
  }
}

.top-timeschedule-inner {
  padding: 20px 50px 50px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  @media only screen and (max-width:767px){
    padding: 20px 20px 50px;
  }
}

.top-timeschedule-box {
  overflow-x: auto;

  &::-webkit-scrollbar {
    height: 6px;
  }
  &::-webkit-scrollbar-thumb {
    background-color: #FFA500;
    border-radius: 5px;
  }
  &::-webkit-scrollbar-track {
    background-color: #EEE;
    border-radius: 5px;
  }
}

@media only screen and (max-width:767px){
  .top-timeschedule-box-wrapper {
    position: relative;
    width: 100%;
  }

  .top-timeschedule-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #EEE;
    border-radius: 5px;
    z-index: 50;
  }

  .scrollbar .thumb {
    height: 100%;
    width: 50px; /* 初期幅 */
    background-color: #FFA500;
    border-radius: 5px;
    position: absolute;
    left: 0;
  }
}

.top-timeschedule-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 1750px;
  text-align: center;
  background: #fff;
  display: none;
  @media only screen and (max-width:767px){
    min-width: 1200px;
  }

  &.active {
    display: table;
  }
}

.top-timeschedule-table-fast {
  th, td {
    .top-timeschedule-td-color{
      border-top: 1px solid #333;
    }
    .top-timeschedule-td-color-02{
      border-top: 1px solid #333;
    }
    .top-timeschedule-td-color-03{
      border-top: 1px solid #333;
    }
  }
}

.top-timeschedule-table-th {
  border-top: 1px solid #333;
}

.top-timeschedule-table th {
  padding: 10px 0 25px;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  @media only screen and (max-width:767px){
    padding: 13px 0;
  }

  &.border-none {
    border: none;
  }
}

.top-timeschedule-table td {
  position: relative;
  height: 70px;
  vertical-align: middle;
  font-size: 14px;
  background-size: 80% 100%;
  @media only screen and (max-width:767px){
    height: 60px;
  }
}

.top-timeschedule-td-color {
  background-color: #FFF6E8;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #333;
}
.top-timeschedule-td-color-02 {
  background-color: #FFF3F3;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #333;
}
.top-timeschedule-td-color-03 {
  background-color: #E8FFEB;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #333;
}

.top-timeschedule-table thead th {
  background: #fff;
  font-weight: 900;
  line-height: 20px;
  width: 250px;
  text-align: center;
  @media only screen and (max-width:767px){
    width: 100px;
  }
}

.top-timeschedule-table .time-header {
  width: 80px;
  @media only screen and (max-width:767px){
    width: 30px;
  }
}

.top-timeschedule-table tbody th {
  font-weight: 700;
  position: absolute;
  z-index: 10;
  width: 78px;
  height: 70px;
  background-color: #fff;
  margin-top: -1px;
  @media only screen and (max-width:767px){
    width: 49px;
  }
}

.top-timeschedule-table tbody .top-timeschedule-table-fast th {
  margin-top: 0;
}


.top-timeschedule-table td {
  .top-timeschedule-event {
    font-weight: 900;
    padding: 8px;
    color: #333;
    cursor: pointer;
  }

  .orange {
    position: absolute;
    background: #FF8000;
    color: #fff;
    height: calc(100% - 1px);
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    align-items: center;
    border-radius: 5px;
    z-index: auto;
  }

  .beige {
    position: absolute;
    background: #FFC362;
    color: #fff;
    height: calc(100% - 1px);
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    align-items: center;
    border-radius: 5px;
    z-index: auto;
    &.rowspan {
      height: 94%;
    }
  }

  .pink {
    position: absolute;
    background: #FF9499;
    color: #fff;
    height: calc(100% - 1px);
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    align-items: center;
    border-radius: 5px;
    z-index: auto;
  }

  .green {
    position: absolute;
    background: #70BC7A;
    color: #fff;
    height: calc(100% - 1px);
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    align-items: center;
    border-radius: 5px;
    z-index: auto;
  }

  .up {
    top: -50%;
  }
  .half {
    height: 50%;
  }
  .bottom {
    bottom: 1px;
  }
}

.top-timeschedule-event-box {
  position: relative;
  z-index: auto;
}

.top-timeschedule-event-popup {
  position: absolute;
  left: 40px;
  top: 20px;
  display: none;
  width: 390px;
  height: auto;
  z-index: 100;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.2), -1px -1px 20px 1px rgba(0, 0, 0, 0.2);
  &.top-timeschedule-event-popup-orenge {
    background-color: #FF8000;
    .top-timeschedule-event-time {
      color: #FF8000;
    }
  }
  &.top-timeschedule-event-popup-beige {
    background-color: #FFC362;
    .top-timeschedule-event-time {
      color: #FFC362;
    }
    .top-timeschedule-event-title {
      font-size: 20px;
      @media only screen and (max-width:767px){
        font-size: 15px;
      }
    }
    .top-timeschedule-event-note {
      color: #AD894F;
      border-left: 6px solid #AD894F;
      @media only screen and (max-width:767px){
        border-left: 4px solid #AD894F;
      }
    }
  }
  &.top-timeschedule-event-popup-pink {
    background-color: #FF9499;
    .top-timeschedule-event-time {
      color: #FF9499;
    }
  }
  &.top-timeschedule-event-popup-green {
    background-color: #70BC7A;
    .top-timeschedule-event-time {
      color: #70BC7A;
    }
  }

  @media only screen and (max-width:767px){
    width: 248px;
  }
}

.top-timeschedule-event-image {
  margin-bottom: 15px;
}

.top-timeschedule-event-time {
  display: block;
  color: #FF8000;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  padding: 5px 10px 4px;
  margin-bottom: 15px;
  border-radius: 7px;
  background-color: #fff;
  @media only screen and (max-width:767px){
    font-size: 12px;
    border-radius: 4px;
  }

  &.inline {
    display: inline;
    margin-right: 15px;
  }
}

.top-timeschedule-event-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
  @media only screen and (max-width:767px){
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  &.inline {
    display: inline;
  }
}

.top-timeschedule-event-note {
  color: #FFF2AC;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
  padding-left: 6px;
  border-left: 6px solid #FFF2AC;
  @media only screen and (max-width:767px){
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 8px;
    border-left: 4px solid #FFF2AC;
  }

  span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    @media only screen and (max-width:767px){
      font-size: 12px;
      margin-bottom: 0;
    }
  }
}

.top-timeschedule-event-lead {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 27px;
  @media only screen and (max-width:767px){
    font-size: 12px;
    line-height: 20px;
  }
}

.top-event-wrap {
  position: relative;
  padding: 130px 0;
  margin-bottom: 50px;
  background-image: url(../images/top/top_event_bg.png);
  background-size: 80% 100%;
  background-position: center;
  background-repeat: no-repeat;
  @media only screen and (max-width:1200px){
    padding: 100px 0;
  }
  @media only screen and (max-width:767px){
    padding: 100px 0 20px;
    margin-bottom: 0;
    background-size: 93% 90%;
    background-position: bottom;
    background-image: url(../images/top/top_event_bg_sp.png);
  }
}

.top-event-contents {
  position: relative;
  padding-bottom: 70px;

  /* Swiper標準の矢印を消す */
  .swiper-button-prev::after,
  .swiper-button-next::after {
    content: none;
  }

  /* ボタン全体のコンテナを下中央に配置 */
  .top-event-swiper-controls {
    position: absolute;
    bottom: 10px; /* スライダー下からの距離 */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px; /* ←と→の間隔 */
    font-size: 30px;
    color: #fff;
    z-index: 10;
    flex-direction: row;
    @media only screen and (max-width:767px){
      bottom: 20px;
      font-size: 20px;
    }
  }

  .swiper-button-prev,
  .swiper-button-next {
    cursor: pointer;
    user-select: none;
    color: #fff;
  }

  .swiper-button-prev {
    left: -50px;
    @media only screen and (max-width:767px){
      left: -40px;
    }
  }
  .swiper-button-next {
    right: -50px;
    @media only screen and (max-width:767px){
      right: -40px;
    }
  }

  .divider {
    opacity: 0.5;
  }
}

.top-event-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.top-event-swiper .swiper-slide {
  width: calc((100% - 3 * 20px) / 2);
  box-sizing: border-box;
}


.top-qa-wrap {
  position: relative;
  padding: 150px 0 100px;
  @media only screen and (max-width:1200px){
    margin-bottom: 100px;
  }
  @media only screen and (max-width:767px){
    margin-bottom: 50px;
    padding: 100px 0;
  }
}

.top-qa-wrap-bg {
  position: absolute;
  top: -35vw;
  z-index: -1;
}

.top-qa-ribbon {
  position: absolute;
  top: -0;
  width: 100%;
  z-index: -2;
  left: 0%;
  transform: translateX(-50%);
  @media only screen and (max-width:767px){
    top: -33%;
    width: 120%;
  }
}

.top-qa {
  &+ .top-qa {
    margin-top: 30px;
  }

  &+ .c-section-head-sub {
    margin-top: 100px;
    @media only screen and (max-width:767px){
      margin-top: 70px;
    }
  }
}

.top-qa-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding: 30px 110px 30px 50px;
  background: #fff;
  border-radius: 20px;
  @media only screen and (max-width:767px){
    font-size: 16px;
    line-height: 24px;
    padding: 23px 80px 23px 23px;
  }

  &.active {
    border-radius: 20px 20px 0 0;
  }

  span {
    color: #FF8000;
    font-size: 30px;
    margin-right: 15px;
    @media only screen and (max-width:767px){
      display: block;
      margin-bottom: 10px;
    }
  }
}

.top-qa-btn-box {
  position: absolute;
  top: 50%;
  right: 2.3vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  @media only screen and (max-width: 767px) {
    right: 23px;
  }
}

.top-qa-btn {
  position: relative;
  background-image: url(../images/top/top_qa_btn.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 56px;
  height: 46px;
  @media only screen and (max-width:767px){
    width: 40px;
    height: 35px;
  }
  @media only screen and (max-width: 374px) {
    width: 12vw;
    height: 12vw;
  }
}
.top-qa-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 2px;
  height: 15px;
  background: #fff;
  transform-origin: center center;
  transition: .3s ease;
  @media only screen and (max-width: 374px) {
    height: 4vw;
  }
}
.top-qa-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 15px;
  height: 2px;
  background: #fff;
  @media only screen and (max-width: 374px) {
    width: 4vw;
  }
}
.top-qa-btn.active::before {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
}
@media (hover: hover) {
  .top-qa-btn:hover {
    cursor: pointer;
  }
}

.top-qa-accordion {
  display: none;
  margin: 0 auto;
  @media only screen and (max-width: 767px) {
    width: 100%;
  }
}

.top-qa-content{
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
  padding: 30px 50px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border-top: 1px solid #D9D9D9;
  @media only screen and (max-width:767px){
    font-size: 14px;
    line-height: 19px;
    padding: 23px 20px 23px 23px;
  }

  .top-qa-content-inner {
    display: flex;
    @media only screen and (max-width:767px){
      display: block;
    }
  }

  span {
    color: #FF8000;
    font-size: 30px;
    margin-right: 15px;
    @media only screen and (max-width:767px){
      display: block;
      margin-bottom: 10px;
    }
  }

  .top-qa-content-anchor {
    color: #FF8000;
  }
}



.top-access-wrap {
  position: relative;
  padding: 150px 0;
  @media only screen and (max-width:1200px){
    padding: 100px 0;
  }
  @media only screen and (max-width:767px){
    padding: 50px 0;
  }
}

.top-access-inner {
  padding: 100px 80px;
  background-color: rgb(255 255 255 / .7);
  border-radius: 30px;
  @media only screen and (max-width:767px){
    padding: 50px 20px 20px;
  }

  iframe {
    border-radius: 20px;
    margin-bottom: 100px;
    @media only screen and (max-width:767px){
      height: 150px;
    }
  }
}

.top-access-venue {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 15px;

  span {
    color: #fff;
    display: grid;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    background-image: url(../images/top/top_qa_btn.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 56px;
    height: 46px;
    margin-right: 10px;
  }
}

.top-access-address {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

.top-access-train {
  margin-bottom: 80px;
  @media only screen and (max-width:767px){
    margin-bottom: 30px;
    padding: 15px 12px;
    background-color: #fff;
    border-radius: 15px;
  }
}

.top-access-train-name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 230px;
  height: 50px;
  margin-bottom: 30px;
  display: grid;
  align-items: center;
  background-color: #FF8000;
  border-radius: 50px;
  @media only screen and (max-width:767px){
    font-size: 16px;
    width: 100%;
    height: 36px;
    margin-bottom: 20px;
    border-radius: 17px;
  }
}


.top-contact-wrap {
  position: relative;
  padding-bottom: 200px;
  @media only screen and (max-width:767px){
    padding-bottom: 50px;
  }

  .top-title-bg {
    display: none;
    @media only screen and (max-width:767px){
      display: block;
    }
  }
}

.top-bottom-bg {
  position: relative;
}

.top-contact-wrap-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 101vw;
  left: 50%;
  transform: translateX(-50%);
  @media only screen and (max-width:1000px){
    height: 70%;
  }
  @media only screen and (max-width:767px){
    display: none;
  }
}

.top-contact-wrap-bg-sp {
  display: none;
  @media only screen and (max-width:767px){
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
}

.top-contact-link-btn {
  color: #FF8000;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 367px;
  height: 70px;
  margin: 50px auto 30px;
  background-color: #fff;
  border-radius: 50px;
  transition: .2s ease-out;
  @media only screen and (max-width:767px){
    font-size: 15px;
    width: 95%;
    height: 60px;
  }

  img {
    width: 32px;
    margin-left: 10px;
    @media only screen and (max-width:767px){
      width: 25px;
    }
  }

  &:hover {
    opacity: 0.7;
  }
}

.top-contact-note {
  font-size: 12px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 20px;
}

.top-contact-sns-flex {
  display: flex;
  justify-content: center;
  gap: 15px;

  img {
    transition: .2s ease-out;
    @media only screen and (max-width:767px){
      width: 53px;
    }
    &:hover {
      opacity: 0.7;
    }
  }
}
