@charset "Shift_JIS";

body {
  margin: 0;
}

#anotetsu {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.733333;
  color: #000;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #e7e2e5 0%, #e7e2e5 600px, #fff 600px, #fff 100%);
  padding-top: 40px;
  margin-bottom: 20px;
}

#anotetsu *,
#anotetsu *::before,
#anotetsu *::after {
  box-sizing: inherit;
}

#anotetsu a:hover {
  opacity: 0.7;
}

#anotetsu img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.anotetsu__inner {
  margin: 0 auto;
  max-width: 970px;
  /*overflow-x: hidden;*/
}

.swiper-container {
  overflow-x: hidden;
}

@media print,
screen and (max-width: 640px) {
  .anotetsu-only-pc {
    display: none;
  }
}

@media print,
screen and (min-width: 641px) {
  #anotetsu {
    margin-bottom: 64px;
  }

  .anotetsu-only-sp {
    display: none;
  }

  .swiper-container.--nav {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.anotetsu-mainTtl {
  font-size: 1em;
  line-height: 1;
  max-width: 326px;
  max-width: 87%;
  text-align: center;
  margin: 0 auto 40px;
}

@media print,
screen and (min-width: 641px) {
  .anotetsu-mainTtl {
    max-width: 500px;
  }
}

.anotetsu-txt-01 {
  text-align: center;
  margin: 0 0 25px;
}

.anotetsu-card-01 {
  width: 89.333333%;
  max-width: 540px;
  margin: 56px auto 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 18px;
  position: relative;
}

.anotetsu-card-01::before {
  content: '';
  display: block;
  width: 243px;
  height: 25px;
  background: url(../img/train.png) no-repeat center bottom / contain;
  position: absolute;
  left: 18px;
  top: -25px;
}

.anotetsu-card-01__catch {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444444;
  margin: 0 0 14px;
}

.anotetsu-card-01__img {
  line-height: 1;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}

.anotetsu-card-01__small {
  font-size: 11px;
  line-height: 1.454545;
  margin: 6px 0 0;
}

.anotetsu-card-01__txt {
  margin: 15px 0 0;
}

@media print,
screen and (min-width: 641px) {
  .anotetsu-card-01 {
    padding: 20px 40px;
    border-radius: 32px;
  }

  .anotetsu-card-01::before {
    left: 32px;
  }

  .anotetsu-card-01__catch {
    margin-bottom: 18px;
  }
}

.anotetsu-sec {
  margin: 75px 0 0;
}

.anotetsu-sec--smallmt {
  margin-top: 40px;
}

.anotetsu-bg1 {
  background: url(../img/bg-01.png) repeat center top / 24px auto;
  padding: 28px 0;
}

.anotetsu-ttl {
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  position: relative;
  background: url(../img/rail.png) repeat-x center bottom / auto 12px;
  padding-bottom: 30px;
  overflow-x: hidden;
}

.anotetsu-ttl::after {
  content: '';
  display: block;
  width: 243px;
  height: 25px;
  position: absolute;
  bottom: 12px;
  background: url(../img/train.png) no-repeat center bottom / contain;
}

.anotetsu-ttl--pos1::after,
.anotetsu-ttl--pos3::after {
  left: calc(50% + 90px);
}

.anotetsu-ttl--pos2::after {
  left: calc(50% - 340px);
}

@media print,
screen and (min-width: 641px) {
  .anotetsu-sec {
    margin-top: 50px;
  }

  .anotetsu-ttl--pos1::after {
    right: -15px;
    left: auto;
  }

  .anotetsu-ttl--pos2::after {
    left: -15px;
  }

  .anotetsu-ttl--pos3::after {
    right: -90px;
    left: auto;
  }
}

.anotetsu-nav_01 {
  margin: 12px auto 0;
  width: 89.333333%;
  overflow: visible;
}

.anotetsu-nav_01 .swiper-slide {
  line-height: 1;
}

@media print,
screen and (min-width: 641px) {
  .anotetsu-nav_01 {
    width: 100%;
  }

  .anotetsu-nav_01 .swiper-wrapper {
    column-gap: 20px;
  }

  .anotetsu-nav_01 .swiper-slide {
    flex-shrink: 1;
  }

  .anotetsu-nav_01 .swiper-slide:nth-child(n+4) {
    display: none;
  }
}


.anotetsu-nav {
  margin: 12px auto 0;
  width: 89.333333%;
  overflow: visible;
}

.anotetsu-nav .swiper-slide {
  line-height: 1;
}

@media print,
screen and (max-width: 640px) {

  .anotetsu-nav .swiper-button-prev,
  .anotetsu-nav .swiper-button-next {
    display: none;
  }
}

@media print,
screen and (min-width: 641px) {
  .anotetsu-nav {
    width: 100%;
  }

  .anotetsu-nav .swiper-button-prev,
  .anotetsu-nav .swiper-button-next {
    line-height: 1;
    width: 40px;
  }

  .anotetsu-nav .swiper-button-prev {
    left: -20px;
  }

  .anotetsu-nav .swiper-button-next {
    right: -20px;
  }

  .anotetsu-nav .swiper-button-prev::after,
  .anotetsu-nav .swiper-button-next::after {
    content: none;
    display: none;
  }
}

.anotetsu-mainItem {
  margin: 55px auto 0;
  width: 78.666667%;
  max-width: 500px;
}

.anotetsu-mainItem:first-child {
  margin-top: 0;
}

.anotetsu-mainItem a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.anotetsu-mainItem__img {
  line-height: 1;
  border-radius: 20px;
  overflow: hidden;
}

.anotetsu-mainItem__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
  margin: 1em 0 0;
}

.anotetsu-mainItem__small {
  font-size: 11px;
  line-height: 1.454545;
  margin: 8px 0 0;
}

.anotetsu-details {
  margin: 12px auto 0;
  width: 78.666667%;
  overflow: visible;
}

.anotetsu-details .swiper-slide {
  background-color: #e7e2e5;
  border-radius: 20px;
  padding: 30px 20px;
  height: auto;
}

.anotetsu-details .swiper-button-prev,
.anotetsu-details .swiper-button-next {
  line-height: 1;
  width: 40px;
}

.anotetsu-details .swiper-button-prev {
  left: -30px;
}

.anotetsu-details .swiper-button-next {
  right: -30px;
}

.anotetsu-details .swiper-button-prev::after,
.anotetsu-details .swiper-button-next::after {
  content: none;
  display: none;
}

.anotetsu-txt-02 {
  font-size: 18px;
  line-height: 1.444444;
  margin: 0 0 20px;
  padding-left: 60px;
  min-height: 47px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 47px;
  font-feature-settings: "palt";
}

.anotetsu-txt-02--01 {
  background-image: url(../img/no-01.png);
}

.anotetsu-txt-02--02 {
  background-image: url(../img/no-02.png);
}

.anotetsu-txt-02--03 {
  background-image: url(../img/no-03.png);
}

.anotetsu-img-01 {
  line-height: 1;
}

.anotetsu-txt-03 {
  font-size: 11px;
  line-height: 1.454545;
  margin: 8px 0 0;
}

.anotetsu-txt-04 {
  font-size: 14px;
  line-height: 1.71;
  margin: 14px 0 0;
}

.anotetsu-btn-01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444444;
  margin: 20px auto 0;
  width: 78.666667%;
  max-width: 295px;
  text-align: center;
}

.anotetsu-btn-01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: #585456 url(../img/arrow-01.png) no-repeat right 1em center / 8px auto;
  height: 70px;
  border-radius: 35px;
}

@media print,
screen and (min-width: 641px) {
  .anotetsu-details {
    width: 95.360825%;
    margin-top: 32px;
  }

  .anotetsu-details .swiper-wrapper {
    column-gap: 20px;
  }

  .anotetsu-details .swiper-slide {
    flex-shrink: 1;
  }

  .anotetsu-details .swiper-slide:nth-child(n+4) {
    display: none;
  }

  .anotetsu-details .swiper-button-prev,
  .anotetsu-details .swiper-button-next {
    display: none;
  }
}

.anotetsu-lineup {
  margin: 24px auto 0;
  width: 89.333333%;
  max-width: 335px;
  padding: 0;
  list-style: none;
}

.anotetsu-lineup>li {
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 20px;
  padding: 20px 0 70px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 50px;
}

.anotetsu-lineup>li:last-child {
  margin-bottom: 0;
}

.anotetsu-lineup__color1 {
  background-color: #e8e7d3;
  background-image: url(../img/img-10__color.png);
}

.anotetsu-lineup__color2 {
  background-color: #e9eee8;
  background-image: url(../img/img-11__color.png);
}

.anotetsu-lineup__color3 {
  background-color: #e9eee8;
  background-image: url(../img/img-12__color.png);
}

.anotetsu-lineup__img {
  line-height: 1;
}

.anotetsu-lineup__inner {
  margin: 5px auto 0;
  width: 93%;
  max-width: 274px;
}

.anotetsu-lineup__txt {
  font-size: 14px;
  line-height: 1.71;
  margin: 0;
}

.anotetsu-lineup__btn {
  font-size: 18px;
  line-height: 1.444444;
  margin: 24px auto 0;
  max-width: 255px;
}

.anotetsu-lineup__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: url(../img/arrow-01.png) no-repeat right 1em center / 8px auto;
  height: 40px;
  border-radius: 20px;
}

.anotetsu-lineup__color1 .anotetsu-lineup__btn a {
  background-color: #78a668;
}

.anotetsu-lineup__color2 .anotetsu-lineup__btn a {
  background-color: #5ea6c2;
}

.anotetsu-lineup__color3 .anotetsu-lineup__btn a {
  background-color: #596253;
}

.anotetsu-caution-01 {
  font-size: 14px;
  line-height: 1.71;
  margin: 18px auto 0;
  width: 89.333333%;
  max-width: 335px;
}

@media print,
screen and (min-width: 641px) {
  .anotetsu-lineup {
    width: 100%;
    max-width: 100%;
    display: flex;
    column-gap: 20px;
  }

  .anotetsu-lineup>li {
    margin-bottom: 0;
  }

  .anotetsu-lineup__btn {
    max-width: 250px;
  }

  .anotetsu-caution-01 {
    width: 100%;
    max-width: 100%;
  }
}

.anotetsu-bnr {
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
  width: 89.333333%;
  max-width: 335px;
}

.anotetsu-bnr>li {
  line-height: 1;
  text-align: center;
  margin: 0 0 20px;
}

@media print,
screen and (min-width: 641px) {
  .anotetsu-bnr {
    max-width: 782px;
    width: 80.618557%;
  }
}

.anotetsu-modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(231, 226, 229, 0.9);
  padding: 70px 20px 20px;
  z-index: 1000;
}

.anotetsu-modal-wrap.--opened {
  display: block;
}

.anotetsu-modal-wrap__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
}

@media print,
screen and (min-width: 768px) {
  .anotetsu-modal-wrap__inner {
    align-items: center;
  }
}

.anotetsu-modal {
  width: 100%;
  max-width: 335px;
  overflow: hidden;
  border-radius: 20px;
  padding: 40px 0 70px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 50px;
  position: relative;
  display: none;
  box-shadow: 4px 4px 6px rgba(22, 31, 24, 0.15);
}

.anotetsu-modal.--opened {
  display: block;
}

.anotetsu-modal-close {
  font-size: 1em;
  outline: none;
  appearance: none;
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  width: 14px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}

.anotetsu-lineup__color1 {
  background-color: #e8e7d3;
  background-image: url(../img/img-10__color.png);
}

.anotetsu-lineup__color2 {
  background-color: #e9eee8;
  background-image: url(../img/img-11__color.png);
}

.anotetsu-lineup__color3 {
  background-color: #e9eee8;
  background-image: url(../img/img-12__color.png);
}

.anotetsu-lineup__color4 {
  background-color: #eae3cd;
  background-image: url(../img/img-17__color.png);
}

.anotetsu-lineup__color5 {
  background-color: #eae7e1;
  background-image: url(../img/img-18__color.png);
}

.anotetsu-lineup__color6 {
  background-color: #d1d7d8;
  background-image: url(../img/img-19__color.png);
}

.anotetsu-lineup__img {
  line-height: 1;
  border-top: 5px solid;
}

.anotetsu-lineup__color1 .anotetsu-lineup__img {
  border-top-color: #78a668;
}

.anotetsu-lineup__color2 .anotetsu-lineup__img {
  border-top-color: #5ea6c2;
}

.anotetsu-lineup__color3 .anotetsu-lineup__img {
  border-top-color: #596253;
}

.anotetsu-lineup__color4 .anotetsu-lineup__img {
  border-top-color: #4faa8e;
}

.anotetsu-lineup__color5 .anotetsu-lineup__img {
  border-top-color: #1c4993;
}

.anotetsu-lineup__color6 .anotetsu-lineup__img {
  border-top-color: #1c8378;
}

.anotetsu-lineup__inner {
  margin: 5px auto 0;
  width: 93%;
  max-width: 274px;
}

.anotetsu-lineup__txt {
  font-size: 14px;
  line-height: 1.71;
  margin: 0;
}

.anotetsu-lineup__btn {
  font-size: 18px;
  line-height: 1.444444;
  margin: 24px auto 0;
  max-width: 255px;
}

.anotetsu-lineup__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: url(../img/arrow-01.png) no-repeat right 1em center / 8px auto;
  height: 40px;
  border-radius: 20px;
}

.anotetsu-lineup__color1 .anotetsu-lineup__btn a {
  background-color: #78a668;
}

.anotetsu-lineup__color2 .anotetsu-lineup__btn a {
  background-color: #5ea6c2;
}

.anotetsu-lineup__color3 .anotetsu-lineup__btn a {
  background-color: #596253;
}

.anotetsu-lineup__color4 .anotetsu-lineup__btn a {
  background-color: #4faa8e;
}

.anotetsu-lineup__color5 .anotetsu-lineup__btn a {
  background-color: #1c4993;
}

.anotetsu-lineup__color6 .anotetsu-lineup__btn a {
  background-color: #1c8378;
}

.anotetsu-caution-01 {
  font-size: 14px;
  line-height: 1.71;
  margin: 18px auto 0;
  width: 89.333333%;
  max-width: 335px;
}

@media print,
screen and (min-width: 641px) {
  .anotetsu-lineup {
    width: 100%;
    max-width: 100%;
    display: flex;
    column-gap: 20px;
  }

  .anotetsu-lineup>li {
    margin-bottom: 0;
  }

  .anotetsu-lineup__btn {
    max-width: 250px;
  }

  .anotetsu-caution-01 {
    width: 100%;
    max-width: 100%;
  }
}