:root {
  --color-enjoy-gold: #b69244;
}

/*--------------------------------------
  ヘッダ部
--------------------------------------*/
#main-visual .header-contents {
  position: relative;
  z-index: 1;
}

#main-contents #main-visual {
  background-image: url(../img/enjoy/enjoy-header-bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto auto;
  padding-top: 20px;
}

#main-visual:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/enjoy/enjoy-header-bg.webp) no-repeat top center / cover;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1500px;
  max-width: 100%;
  aspect-ratio: 2500 / 829;
}


/*スマホ時*/
@media (max-width: 639px) {
  #main-visual:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/enjoy/enjoy-header-bg_sp.webp) no-repeat top center / cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: 100%;
    aspect-ratio: 1400 / 660;
  }
  #main-visual .header-contents .header-lead {
    font-size: 0.9125rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  #main-visual .header-contents h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

#main-visual .header-contents h1 {
  color: #b69244;
  line-height: 1.2;
}

.contents .contents-inner {
  margin: 0;
  padding: 0;
}

/*--------------------------------------
  バナー
*/
#main-contents #enjoy-banners {
  margin-top: 60px;
}

#main-contents #enjoy-banners img {
  max-width: 100%;
  display: block;
}

/*--------------------------------------
  スライド
*/
#enjoy-slides .enjoy-view img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

/*----------------------------------
横長画像
*/

.walking img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .walking {
    margin-top: 30px;
  }
}