@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*// mixin //////////////////////////////////////////////////*/
/* media query */
/* hover */
/* ------------------------------------------------------------
    contents
------------------------------------------------------------ */
.p-intro {
  margin-top: 5rem;
  position: relative;
}
.p-intro__illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  -webkit-transform: translate(-80%, -20%);
      -ms-transform: translate(-80%, -20%);
          transform: translate(-80%, -20%);
}
@media only screen and (max-width: 767px) {
  .p-intro__illust {
    width: 25%;
    -webkit-transform: translate(-20%, -40%);
        -ms-transform: translate(-20%, -40%);
            transform: translate(-20%, -40%);
  }
}

.p-train-info {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-train-info {
    margin-top: 5rem;
  }
}
.p-train-info__rosenzu {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-train-info__photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-train-info__photo-list__item {
  position: relative;
}
.p-train-info__photo-list__item:nth-child(-n+2) {
  width: calc(50% - 2px);
}
.p-train-info__photo-list__item:nth-child(n+3) {
  width: calc(33.33% - 3px);
}
.p-train-info__photo-list__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "EB Garamond", serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-train-info__photo-list__txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-train-info__photo-list__txt {
    font-size: 1.4rem;
  }
}
.p-train-info__photo-list__txt .name {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-train-info__photo-list__txt .name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-train-info__photo-list__txt .name {
    font-size: 1.4rem;
  }
}
.p-train-info__photo-list__txt .time {
  font-size: 0.8em;
}
.p-train-info__photo-list__txt .time em {
  font-family: "Libre Caslon Display", serif;
  font-size: 1.8em;
  margin: 0 0.5rem;
}
.p-train-info .p-route-search {
  margin-top: 8rem;
  background-color: #dfeae2;
  padding: 3rem;
  text-align: center;
}
.p-train-info .p-route-search__ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__ttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__ttl {
    font-size: 2.2rem;
  }
}
.p-train-info .p-route-search__lead {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__lead {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__lead {
    font-size: 1.4rem;
  }
}
.p-train-info .p-route-search__input-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__input-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-train-info .p-route-search__input-area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__input-area dl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__input-area dl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__input-area dl {
    width: 100%;
  }
}
.p-train-info .p-route-search__input-area dl dt {
  background-color: #00996a;
  color: #fff;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.p-train-info .p-route-search__input-area dl dd {
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-train-info .p-route-search__input-area dl dd input {
  font-family: "Shippori Mincho B1", serif;
  border: none;
  width: 100%;
  background-color: #fff !important;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__input-area dl dd input {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__input-area dl dd input {
    font-size: 1.6rem;
  }
}
.p-train-info .p-route-search__input-area dl dd input:focus {
  border: #fff;
  z-index: 1;
  outline: 0;
}
.p-train-info .p-route-search__input-area dl dd input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
          box-shadow: 0 0 0px 1000px #fff inset;
}
.p-train-info .p-route-search__input-area dl dd input::-webkit-input-placeholder {
  color: #ccc;
}
.p-train-info .p-route-search__input-area dl dd input::-moz-placeholder {
  color: #ccc;
}
.p-train-info .p-route-search__input-area dl dd input:-ms-input-placeholder {
  color: #ccc;
}
.p-train-info .p-route-search__input-area dl dd input::-ms-input-placeholder {
  color: #ccc;
}
.p-train-info .p-route-search__input-area dl dd input::placeholder {
  color: #ccc;
}
.p-train-info .p-route-search__btn {
  max-width: 340px;
  margin: 25px auto 20px;
}
.p-train-info .p-route-search__btn #submit {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  width: 100%;
  padding: 14px 0;
  background-color: #262626;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__btn #submit {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__btn #submit {
    font-size: 1.6rem;
  }
}
.p-train-info .p-route-search__btn #submit::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.39%2021.39%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m21.1%2C19.7l-6.97-6.97c2.4-3.1%2C2.19-7.58-.65-10.42C10.4-.77%2C5.39-.77%2C2.31%2C2.31-.77%2C5.39-.77%2C10.4%2C2.31%2C13.48c1.54%2C1.54%2C3.56%2C2.31%2C5.59%2C2.31%2C1.71%2C0%2C3.42-.56%2C4.84-1.66l6.97%2C6.97c.19.19.45.29.7.29s.51-.1.7-.29c.39-.39.39-1.02%2C0-1.4ZM3.71%2C12.08c-1.12-1.12-1.73-2.6-1.73-4.18s.62-3.07%2C1.73-4.18c1.15-1.15%2C2.67-1.73%2C4.18-1.73s3.03.58%2C4.18%2C1.73c1.12%2C1.12%2C1.73%2C2.6%2C1.73%2C4.18s-.62%2C3.07-1.73%2C4.18c-2.31%2C2.31-6.06%2C2.31-8.37%2C0Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  margin-right: 0.5rem;
}
.p-train-info .p-route-search__note {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__note {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__note {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-train-info .p-route-search__note {
    font-size: 0.8rem;
  }
}
.p-train-info .p-route-search__note span {
  display: inline-block;
}

.p-route-spot {
  margin-top: 10rem;
  background-color: #00996a;
  padding: 10rem 0;
}
.p-route-spot__wrap {
  position: relative;
  background-color: #fff;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
}
.p-route-spot__wrap:not(:first-child) {
  margin-top: 10rem;
}
.p-route-spot__wrap.--grn {
  background-color: #00996a;
  color: #fff;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-route-spot__wrap {
    padding: 5rem 2.5rem;
  }
}
.p-route-spot__illust {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  -webkit-transform: translate(-10%, -20%);
      -ms-transform: translate(-10%, -20%);
          transform: translate(-10%, -20%);
}
@media only screen and (max-width: 767px) {
  .p-route-spot__illust {
    width: 30%;
    -webkit-transform: translate(-10%, -70%);
        -ms-transform: translate(-10%, -70%);
            transform: translate(-10%, -70%);
  }
}

.p-line-details__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .p-line-details__item {
    grid-template-columns: 1fr;
  }
}
.p-line-details__item:first-child {
  border-bottom: 1px solid #00996a;
}
.p-line-details__photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-size: 2.4rem;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-line-details__photo {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-line-details__photo {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-line-details__photo {
    height: 35vw;
    background-position: bottom;
  }
}
.p-line-details__photo--yurakucho {
  background-image: url(../../images/area/access/metro_img_yurakucho.jpg);
}
.p-line-details__photo--shibuya {
  background-image: url(../../images/area/access/metro_img_shibuya.jpg);
}
.p-line-details__photo--tokyo {
  background-image: url(../../images/area/access/metro_img_tokyo.jpg);
}
.p-line-details__photo--roppongi {
  background-image: url(../../images/area/access/metro_img_roppongi.jpg);
}

.p-spot-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 1080px) {
  .p-spot-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .p-spot-list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-spot-list .line-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.p-seibu-line {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 0;
}
.p-seibu-line__imgs {
  max-width: 1000px;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.p-seibu-line__detail__lead {
  max-width: 1000px;
  margin: 3rem auto 0;
}
.p-seibu-line__detail__wrap {
  max-width: 1000px;
  margin: 5rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-seibu-line__detail__wrap {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-seibu-line__detail__wrap .illust {
  padding: 3rem;
}
.p-seibu-line__detail__wrap .cap {
  margin-top: 1rem;
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .p-seibu-line__detail__wrap .cap {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-seibu-line__detail__wrap .cap {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=../../map/area/access.css.map */