@charset "UTF-8";
.panel_area_inner {
  max-width: 1300px;
  margin-inline: auto;
  padding-left: 25px;
  padding-right: 25px; }

/* ----------------------------------------------------------------
スライダー
----------------------------------------------------------------- */
.top-slider-wrapper {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 768px) {
    .top-slider-wrapper {
      /*  768px  */
      gap: 0; } }

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 10px; }

.top-slider, .under-slider {
  padding-bottom: 30px; }

.under-slider img {
  width: 80%;
  margin-inline: auto; }

.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px; }

@media (max-width: 480px) {
  .swiper-button-prev {
    /*  480px  */
    left: -10px; } }

@media (max-width: 480px) {
  .swiper-button-next {
    /*  480px  */
    right: -10px; } }

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px; }

#jyumokusou .under-slider .swiper-button-prev::after {
  background-image: url(../img/swiper-button.svg);
  width: 30px;
  height: 30px; }

#jyumokusou .under-slider .swiper-button-next::after {
  background-image: url(../img/swiper-button.svg);
  transform: rotate(180deg);
  width: 30px;
  height: 30px; }

/* ----------------------------------------------------------------
ご利用の仕組み
----------------------------------------------------------------- */
.flow {
  margin-top: 7rem; }

.flow-image {
  aspect-ratio: 820/460;
  max-width: 82rem;
  margin-top: 5rem; }

.flow-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px; }

#jyumokusou .jyumokusou_inner .tab-box .panel_area_inner .text-area .flow-image-desc {
  font-size: 1.8rem;
  margin-top: 1.6rem;
  text-align: left; }
  @media (max-width: 768px) {
    #jyumokusou .jyumokusou_inner .tab-box .panel_area_inner .text-area .flow-image-desc {
      /*  768px  */
      font-size: 1.6rem; } }

/* ----------------------------------------------------------------
ステップ1、２
----------------------------------------------------------------- */
.flow_step1 {
  position: relative;
  margin-top: 5rem;
  margin-left: 17%; }

.flow_step1:before {
  position: absolute;
  content: "STEP\A 01";
  white-space: pre;
  background-color: #18513D;
  border-radius: 50%;
  padding: 3%;
  font-size: 2rem;
  color: white;
  top: 0;
  left: -20%;
  z-index: 1; }
  @media (max-width: 768px) {
    .flow_step1:before {
      /*  768px  */
      font-size: 1rem;
      left: -16%; } }
  @media (max-width: 500px) {
    .flow_step1:before {
      /*  480px  */
      left: -23%; } }

.flow_step1:after {
  position: absolute;
  content: "";
  background-color: #18513D;
  width: 0.1px;
  height: 26rem;
  top: 26%;
  left: -12.5%;
  z-index: 0; }
  @media (max-width: 768px) {
    .flow_step1:after {
      /*  768px  */
      height: 23rem;
      left: -10.5%;
      top: 3%; } }
  @media (max-width: 500px) {
    .flow_step1:after {
      /*  500px  */
      height: 27rem;
      left: -15.5%;
      top: 11%; } }
  @media (max-width: 375px) {
    .flow_step1:after {
      /*  375px  */
      height: 30rem;
      left: -14.5%;
      top: 0%; } }
  @media (max-width: 339px) {
    .flow_step1:after {
      /*  339px  */
      height: 36rem; } }

.flow_step1.flow_step1--ama:after {
  display: none; }

.flow_step-head--ama {
  line-height: 4 !important; }
  @media (max-width: 375px) {
    .flow_step-head--ama {
      /*  375px  */
      line-height: 3 !important; } }

.flow_step2 {
  position: relative;
  margin-top: 5rem;
  margin-left: 17%; }

.flow_step2:before {
  position: absolute;
  content: "STEP\A 02";
  white-space: pre;
  background-color: #18513D;
  border-radius: 50%;
  padding: 3%;
  font-size: 2rem;
  color: white;
  top: 0;
  left: -20%;
  z-index: 1; }
  @media (max-width: 768px) {
    .flow_step2:before {
      /*  768px  */
      font-size: 1rem;
      left: -16%; } }
  @media (max-width: 500px) {
    .flow_step2:before {
      /*  480px  */
      left: -23%; } }

#jyumokusou .jyumokusou_inner .tab-box .panel_area_inner .text-area .flow_step-head {
  color: #18513D;
  font-size: 2.2rem;
  text-align: left; }
  @media (max-width: 768px) {
    #jyumokusou .jyumokusou_inner .tab-box .panel_area_inner .text-area .flow_step-head {
      /*  768px  */
      font-size: 1.6rem; } }

@media (max-width: 768px) {
  #jyumokusou .jyumokusou_inner .tab-box .panel_area_inner .text-area .flow_step-desc {
    /*  768px  */
    font-size: 1.4rem;
    margin-top: 1rem; } }

.flow-image_desc {
  text-align: center !important; }

.flow_step-image {
  margin-top: 5rem;
  aspect-ratio: 1/1;
  max-width: 80rem; }

.flow_step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* ----------------------------------------------------------------
料金
----------------------------------------------------------------- */
.price {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem;
  text-align: center; }

.price:before, .price:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
  border-top: solid 2px #18513D;
  border-bottom: solid 2px #18513D; }

.price:before {
  border-left: solid 2px #18513D;
  left: 0; }

.price:after {
  border-right: solid 2px #18513D;
  right: 0; }

.price p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  text-align: center !important; }
  @media (max-width: 768px) {
    .price p {
      /*  768px  */
      font-size: 1.3rem; } }

.price span {
  font-size: 3rem; }
  @media (max-width: 768px) {
    .price span {
      /*  768px  */
      font-size: 2rem; } }

.space {
  margin-top: 1rem; }

#jyumokusou .jyumokusou_inner .tab-box .panel_area_inner .text-area {
  font-size: 1.2rem;
  margin-top: 5rem; }

#jyumokusou .jyumokusou_inner .tab-box .panel_area_inner .tab-title_1--jyumokusou::after {
  display: none; }

#jyumokusou .jyumokusou_inner .tab-box .panel_area_inner .text-area .table-text {
  text-align: center; }
  @media (max-width: 768px) {
    #jyumokusou .jyumokusou_inner .tab-box .panel_area_inner .text-area .table-text {
      /*  768px  */
      text-align: left; } }
/* ----------------------------------------------------------------
アクセス
----------------------------------------------------------------- */
.access {
  padding: 150px 0 100px 0; }

.access_inner {
  max-width: 1320px;
  width: 90%;
  margin-inline: auto;
  position: relative;
  text-align: center; }

.access_inner .address a {
  position: relative;
  padding: 0 0 0 30px; }

.access_inner .address a::before {
  background: url(../img/map-icon.svg) no-repeat;
  content: "";
  position: absolute;
  width: 16px;
  height: 22px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10; }

.access .map {
  width: 100%;
  height: 400px;
  margin: 0 0 30px 0; }

.access .map iframe {
  width: 100%;
  height: 400px; }

.access .traffic {
  display: flex;
  text-align: left;
  justify-content: space-between;
  margin: 100px 0 0 0; }

@media (max-width: 768px) {
  .access .traffic {
    flex-direction: column; } }

.access .traffic li {
  width: 45%; }

@media (max-width: 768px) {
  .access .traffic li {
    width: 100%; }
  .access .traffic li:first-child {
    margin: 0 0 30px 0; } }

.access .traffic li h4 {
  font-size: 2.0rem;
  padding: 0 0 0 40px;
  text-align: left;
  position: relative;
  font-weight: bold;
  margin: 0 0 35px 0; }

@media (max-width: 768px) {
  .access .traffic li h4 {
    font-size: 1.8rem; } }

.access .traffic li h4::after {
  position: absolute;
  border: solid 1px #000;
  bottom: -15px;
  left: 0;
  width: 50px;
  content: ''; }

.access .traffic li figure figcaption {
  margin: 30px 0 0 0; }

.access .traffic li figure figcaption .method {
  margin: 0 0 40px 30px; }

.access .traffic li figure figcaption .method li {
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  position: relative;
  width: 100%; }

.access .traffic li figure figcaption .method li::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 5px;
  width: 18px;
  height: 18px;
  background-color: #18513D;
  border-radius: 50%; }

@media (max-width: 768px) {
  .access .traffic li figure figcaption .method li {
    font-size: 1.6rem; } }

.access .traffic li figure figcaption span {
  color: #18513D; }

.access .traffic li figure figcaption a {
  color: #18513D;
  border-bottom: dotted #18513D 1px; }

.access .traffic li figure figcaption a:hover {
  opacity: .5; }

.access .traffic_car_title::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 23px;
  background: url(../img/traffic-icon_1.svg) no-repeat;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10; }

.access .traffic_train_title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 29px;
  background: url(../img/traffic-icon_2.svg) no-repeat;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10; }
