@media (max-width: 500px) {
  html {
    font-size: 62.5%;
    width: 500px;    
    transform: scale(calc(100vw / 500));
    transform-origin: top left;
  }
}
/* -----------------------------------
セクションタイトル
----------------------------------- */
.e-title {
  position: relative;
  background: #00AA81;
  border-radius: 50px;
  padding: 18px 20px 18px 130px;
  margin-top: 70px;
  margin-bottom: 29px;
}

.e-title__icon {
  width: 97px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}

.e-title__heading {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 670px) {
  .e-title {
    padding: 10px 10px 10px 45px;
  }

  .e-title__icon {
    width: 57px;
    left: -5px;
  }

  .e-title__heading {
    font-size: 17px;
  }
}

/* タイトル + メイン画像（被せレイアウト） */
.e-title-visual {
  position: relative;
  margin-top: 70px;
}

.e-title-visual .e-title {
  position: relative;
  top: 70px;
  z-index: 1;
  margin-top: 0;
}

.e-title-visual__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* -----------------------------------
見出しh3
----------------------------------- */
.e-section-title__h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  background: #00AA81;
  border-radius: 50px;
  padding: 6px 35px 8px;
  margin-top: 50px;
}

.e-section-title__h3--pink {
  background: #FF746B;
}

.e-section-title__h3-text {
  margin-top: 20px;
  margin-bottom: 12px;
}

/* -----------------------------------
見出しh4
----------------------------------- */
.e-section-title__h4 {
  margin-top: 33px;
  /* margin-top: 80px; */
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #00AA81;
}

.e-section-title__h4-text {
  margin-top: 5px;
  margin-bottom: 20px;
}


/* -----------------------------------
写真のレイアウト
----------------------------------- */
.e-imgs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.e-imgs__2column-wrapper {
  display: flex;
  gap: 15px;
}

.e-imgs__img {
  /* width: 100%; */
}

/* -----------------------------------
通常テキスト
----------------------------------- */
.e-text {
  margin-top: 28px;
  margin-bottom: 46px;
}

/* -----------------------------------
ボタンリンク
----------------------------------- */
.e-btn-link {
  /* margin-top: 30px; */
  margin-bottom: 48px;
  display: block;
  max-width: 346px;
  padding: 10px 35px;
  background-color: #E8F5F2;
  border: 2px solid #00AA81;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 700;
  color: #00AA81;
  text-align: left;
  text-decoration: none;
  transition: opacity 0.3s;
}

.e-btn-link:hover {
  opacity: 0.7;
}

.e-btn-link--pink {
  margin-top: 40px;
  max-width: 345px;
  padding: 8px 15px 8px 15px;
  background-color: #FAE8F2;
  border: 2px solid #FF746B;
  color: #FF746B;
  text-align: center;
}


/* -----------------------------------
スタジアムツアー情報
----------------------------------- */
.e-tour {
  margin-top: 10px;
}

.e-tour__block + .e-tour__block {
  margin-top: 40px;
}

.e-tour__heading {
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #FF746B;
}

.e-tour__item + .e-tour__item {
  margin-top: 18px;
}

.e-tour__item-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.e-tour__dot {
  margin-right: 2px;
  color: #FF746B;
}

.e-tour__item-text {
  margin-top: 4px;
  line-height: 1.8;
}

.e-tour__item-text a {
  color: inherit;
}

.e-tour__item-text a:hover {
  opacity: 0.7;
}

/* セクション途中のタイトル（画像被せなし） */
.section_title_wrapper--static {
  top: 0;
  margin-top: 60px;
}

/* -----------------------------------
休憩スポット情報
----------------------------------- */
.e-rest {
  margin-top: 0;
}

.e-rest__block + .e-rest__block {
  margin-top: 40px;
}

.e-rest__block--plaza {
  margin-top: 45px;
  margin-bottom: 23px;
}

.e-rest__block--shower {
  margin-top: 75px;
  margin-bottom: 15px;
}

.URLbanner .URLbanner__line1 {
  display: block;
  font-size: 18px;
}

.URLbanner .URLbanner__line2 {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.URLbanner--pink .bottom_box {
  background: #FF746B;
}

.e-rest__heading {
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #FF746B;
}

.e-rest__text {
  margin-bottom: 20px;
  line-height: 1.8;
}

.e-rest__item + .e-rest__item {
  margin-top: 18px;
}

.e-rest__item-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.e-rest__dot {
  margin-right: 2px;
  color: #FF746B;
}

.e-rest__item-text {
  margin-top: 4px;
  line-height: 1.8;
}

/* -----------------------------------
豆知識ボックス
----------------------------------- */
.e-trivia {
  margin-top: 60px;
}

.e-trivia__inner {
  position: relative;
  padding: 55px 45px 45px;
  background: #fff;
  border-radius: 40px;
}

.e-trivia__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding:5px 45px 5px;
  background: #FF746B;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.e-trivia__text {
  margin-bottom: 25px;
  line-height: 1.8;
}

.e-trivia__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.e-trivia__img img {
  display: block;
  width: 100%;
  height: auto;
}


/* -----------------------------------
おすすめスポット
----------------------------------- */
.e-spot {
  margin-top: 80px;
}

.e-spot__header {
  position: relative;
  z-index: 1;
  padding: 25px 20px 55px;
  text-align: center;

}

.e-spot__header-sub {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.e-spot__title {
  position: relative;
  display: inline-block;
  max-width: calc(100% - 60px);
  padding: 14px 70px 14px 40px;
  background: #00AA81;
  border-radius: 50px;
}

.e-spot__title-text {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.e-spot__title-icon {
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: 1;
  width: 97px;
}

.e-spot__inner {
  position: relative;
  z-index: 0;
  background: #fff;
  border-radius: 15px;
  padding: 55px 40px 50px;
  margin-top: -85px;
}

.e-spot__divider {
  margin: 50px 0;
  border: none;
  border-top: 4px solid #00AA81;
}

.e-spot-video {
  margin-top: 50px;
  padding: 40px 30px 35px;
  border-radius: 15px;
  text-align: center;
}

.e-spot-video .introduction_video-container {
  width: 100%;
  max-width: 686px;
  margin: 0 auto;
}

.e-spot-video__caption {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
}

.e-spot-video .URLbanner {
  margin-top: 30px;
}

.e-spot-card__heading {
  position: relative;
  padding-left: 80px;
  border-bottom: 2px dashed #00AA81;
}

/* .e-spot-card__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../img/border.png) no-repeat center/cover;
} */

.e-spot-card__heading-icon {
  position: absolute;
  top: -8px;
  left: -5px;
  z-index: 1;
  width: 75px;
}

.e-spot-card__heading-text {
  font-size: 31px;
  font-weight: 700;
  
}

.e-spot-card__img {
  margin-top: 20px;
}

.e-spot-card__img img {
  display: block;
  width: 100%;
  height: auto;
}

.e-spot-card__text {
  margin-top: 10px;
}

.e-spot-card__imgs {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.e-spot-card__imgs-item {
  flex: 1;
}

.e-spot-card__imgs-item img {
  display: block;
  width: 100%;
  height: auto;
}

.e-spot-card__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  width: fit-content;
  margin-top: 25px;
  padding: 10px 45px 10px 15px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 15px;
}

.e-spot-card__info-body {
  min-width: 0;
}

.e-spot-card__info-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 24px;
}

.e-spot-card__info-item {
  padding-left: 23px;
  font-size: 20px;
  line-height: 1.5;
}

.e-spot-card__info-item--tel {
  background: url(../img/tel_icon.png) no-repeat center left/18px;
}

.e-spot-card__info-item--address {
  background: url(../img/home_icon.png) no-repeat center left/17px;
}

.e-spot-card__info-note {
  margin: 6px 0 0;
  font-size: 20px;
  line-height: 1.5;
}

.e-spot-card__info-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.e-spot-card__btn {
  display: block;
  width: 156px;
  padding: 5px 10px 6px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}

.e-spot-card__btn:hover {
  opacity: 0.7;
}

.e-spot-card__btn--map span {
  padding-left: 15px;
  background: url(../img/map_icon.png) no-repeat center left/12px;
}

.e-spot-card__btn--site span {
  padding-left: 21px;
  background: url(../img/earth_icon.png) no-repeat center left/17px;
}

/* -----------------------------------
SP（670px以下）
----------------------------------- */
@media screen and (max-width: 670px) {
  .e-title-visual {
    margin-top: 40px;
  }

  .e-title-visual .e-title {
    top: 40px;
  }

  .e-section-title__h3 {
    font-size: 16px;
    padding: 8px 20px 10px;
    margin-top: 35px;
  }

  .e-section-title__h3-text {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .e-section-title__h4 {
    margin-top: 25px;
    font-size: 15px;
  }

  .e-section-title__h4-text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .e-imgs {
    gap: 10px;
  }

  .e-imgs__2column-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .e-text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .e-btn-link {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 12px 20px;
    font-size: 14px;
  }

  .e-btn-link--pink {
    margin-top: 30px;
    max-width: 100%;
    padding: 10px 15px;
    font-size: 14px;
  }

  .e-tour__block + .e-tour__block {
    margin-top: 30px;
  }

  .e-tour__heading {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .e-tour__item + .e-tour__item {
    margin-top: 14px;
  }

  .e-tour__item-title {
    font-size: 14px;
  }

  .e-tour__item-text {
    font-size: 14px;
  }

  .section_title_wrapper--static {
    margin-top: 40px;
  }

  .e-rest__block--plaza {
    margin-top: 30px;
    margin-bottom: 18px;
  }

  .e-rest__block--shower {
    margin-top: 50px;
    margin-bottom: 12px;
  }

  .e-rest__heading {
    font-size: 15px;
  }

  .e-rest__text {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .e-rest__item + .e-rest__item {
    margin-top: 14px;
  }

  .e-rest__item-title {
    font-size: 14px;
  }

  .e-rest__item-text {
    font-size: 14px;
  }

  .e-spot-video {
    margin-top: 35px;
    padding: 25px 16px 20px;
  }

  .e-spot-video__caption {
    margin-top: 10px;
    font-size: 15px;
    font-weight: lighter;
  }

  .e-spot-video .URLbanner {
    margin-top: 20px;
  }

  .URLbanner--pink {
    margin-top: 35px;
  }

  .URLbanner .URLbanner__line1 {
    font-size: 15px;
  }

  .URLbanner .URLbanner__line2 {
    font-size: 12px;
  }

  .e-trivia {
    margin-top: 40px;
  }

  .e-trivia__inner {
    padding: 40px 16px 20px;
    border-radius: 25px;
  }

  .e-trivia__title {
    padding: 8px 16px 10px;
    font-size: 15px;
    white-space: normal;
    text-align: center;
    width: calc(100% - 32px);
    max-width: 300px;
  }

  .e-trivia__text {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .e-trivia__imgs {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .e-spot {
    margin-top: 50px;
  }

  .e-spot__header {
    padding: 20px 15px 45px;
  }

  .e-spot__header-sub {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .e-spot__inner {
    padding: 30px 20px 40px;
    margin-top: -20px;
  }

  .e-spot__title {
    max-width: calc(100% - 30px);
    padding: 10px 70px 10px 20px;
  }

  .e-spot__title-icon {
    right: -20px;
    bottom: -25px;
    width: 70px;
  }

  .e-spot__title-text {
    font-size: 16px;
  }

  .e-spot__divider {
    margin: 35px 0;
  }

  .e-spot-card__heading {
    padding-left: 55px;
  }

  .e-spot-card__heading-icon {
    width: 48px;
  }

  .e-spot-card__heading-text {
    font-size: 18px;
  }

  .e-spot-card__text {
    font-size: 14px;
  }

  .e-spot-card__imgs {
    flex-direction: column;
  }

  .e-spot-card__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    max-width: 100%;
  }

  .e-spot-card__info-item {
    font-size: 14px;
  }

  .e-spot-card__info-note {
    font-size: 13px;
  }

  .e-spot-card__info-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .e-spot-card__info-btns {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }

  .e-spot-card__btn {
    width: 135px;
  }

  .e-spot-card__btn--site {
    width: 160px;
  }
}

@media screen and (max-width: 390px) {
  .e-spot-card__info {
    padding: 12px;
  }

  .e-spot-card__info-btns {
    gap: 6px;
    width: 100%;
  }

  .e-spot-card__btn {
    width: auto;
    flex: 1;
    min-width: 0;
    padding: 4px 6px 5px;
    font-size: 11px;
  }

  .e-spot-card__btn--site {
    width: auto;
    flex: 1.2;
  }

  .e-spot-card__btn--map span {
    padding-left: 12px;
    background-size: 10px;
  }

  .e-spot-card__btn--site span {
    padding-left: 15px;
    background-size: 13px;
  }
}