@charset "UTF-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_access a {
  background-color: rgba(0, 0, 0, 0.1);
}

.contents_group {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .contents_group {
    padding-bottom: 50px;
  }
}

/* train_section
================================ */
.train_section .contents_area {
  background-color: #fff;
}
.access_wrap {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.access_item {
  padding: 40px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access_item figure {
  width: 100%;
}
.access_item.access_item2 figure {
  width: 70%;
}
.access_item.r_border {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.access_banner {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}
.access_banner + .access_banner {
  margin-top: 74px;
}
.access_banner_img {
  position: relative;
  width: 50%;
}
.access_banner_img figure {
  width: 100%;
  height: 100%;
}
.access_banner_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.access_banner_label {
  position: absolute;
  top: 20px;
  left: 22px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px 12px;
}
.access_banner_body {
  width: 50%;
  padding-block: 20px;
  background-color: #121212;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access_banner_body_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  row-gap: clamp(1rem, -8.386rem + 9.157vw, 4.8rem);
  width: 80%;
}
.access_banner_lead {
  font-size: 24px;
  letter-spacing: 0.05em;
}
.access_banner_text {
  font-size: 15px;
  font-size: clamp(1.2rem, 0.459rem + 0.723vw, 1.5rem);
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .access_wrap {
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
  }
  .access_item {
    padding: 30px 0;
    width: 100%;
    margin-inline: auto;
  }
  .access_item figure {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .access_item.r_border {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .access_banner {
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
  }
  .access_banner + .access_banner {
    margin-top: 36px;
  }
  .access_banner_img {
    width: 100%;
  }
  .access_banner_label {
    top: 10px;
    left: 10px;
    font-size: 15px;
  }
  .access_banner_body {
    width: 100%;
    padding: 30px 0;
  }
  .access_banner_body_wrap {
    row-gap: 18px;
    width: calc(100% - 40px);
  }
  .access_banner_lead {
    font-size: 20px;
  }
  .access_banner_text {
    font-size: 13px;
    line-height: 1.84;
    text-align: justify;
  }
}

/* car_section
================================ */
.car_section .contents_area {
  background-color: #f1f1f1;
}
.access_banner_text_img {
  width: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access_banner_text_img figure {
  width: 80%;
}

@media only screen and (max-width: 1024px) {
  .car_section .contents_area {
    background-color: #fff;
  }
  .car_section .access_banner {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .access_banner_text_img {
    width: 100%;
    padding: 30px 0;
  }
  .access_banner_text_img figure {
    width: calc(100% - 40px);
  }
}

/* slider-location 
=================================== */
.slide_wrap {
  margin-bottom: 120px;
  margin-left: 18.0645%;
  width: 85.4%;
  max-width: 1580px;
  margin-inline: auto;
}
.slider-location .slick-list {
  /* padding-right: 20%; */
}
.slider-location .slick-slide {
  display: block;
  margin-right: 20px;
}
.contents_group.pb_0 {
  padding-bottom: 0;
}
.contents_group img {
  width: 100%;
}
.slide_counter {
  max-width: 400px;
  margin-top: 20px;
}
.all-count_location {
  padding-top: 20px;
}
.no_slide .slick-track {
  margin-left: 0;
}
.no_counter {
  display: none;
}
.location_item_cap {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  margin-top: 6px;
}

@media only screen and (max-width: 768px) {
  .slide_wrap {
    margin-inline: auto;
    width: calc(100% - 60px);
    margin-bottom: 50px;
  }
  .slider-location .slick-list {
    padding-right: 20%;
  }
  .slider-location .slick-slide {
    display: block;
    margin-right: 20px;
  }
  .contents_group.pb_0 {
    padding-bottom: 0;
  }
  .slide_counter {
    max-width: 400px;
    margin-top: 20px;
  }
  .no_slide .slick-track {
    margin-left: auto;
  }
  .no_counter {
    display: block;
  }
  .location_item_cap {
    font-size: 10px;
    margin-top: 3px;
  }
}
