@charset "UTF-8";
:root {
  --color-area-yumoto: #d43e3e;
  --color-area-miyanoshita: #5b4bb4;
  --color-area-kowakudani: #25831e;
  --color-area-gora: #9c1ca5;
  --color-area-yugawara: #ba781d;
  --color-gold-1: #b7a056;
  --color-gold-2: #e6d18a;
  --color-gold-3: #8a7632;
  --color-gray-1: #d3d3d3;
  --color-gray-2: #656565;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-main-red: var(--color-area-yumoto);
  --color-bg-news-sp: #eef4f8;
  --color-bg-gray: #f2f2f2;
  --color-news-orange: #ff3c00;
}

/* =================================================================
   RESET STYLES
   ================================================================= */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: #fdfdfd;
  overflow-x: hidden;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  margin: 0;
  outline: 0;
  border-radius: 0;
  background-color: #fff;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
}

button {
  cursor: pointer;
}

/* =================================================================
   UTILITY CLASSES
   ================================================================= */
.u-img-w100 {
  display: block;
  width: 100%;
  height: auto;
}

.u-img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
}

.c-container-wide {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .c-container-wide {
    max-width: 100%;
  }
}

.posR {
  position: relative;
  z-index: 10;
}

.pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 950px;
}
@media only screen and (max-width: 1200px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }
}

/* =================================================================
+   HEADER
+   ================================================================= */
.global_header {
  position: relative;
  z-index: 100;
  background: #fff;
  background-size: cover;
  height: 46px;
  font-size: 14px;
  -webkit-font-smoothing: auto;
}
@media only screen and (max-width: 768px) {
  .global_header {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .global_header {
    padding-bottom: 5%;
    height: 35px;
  }
}

.global_header__inner {
  margin: 0 auto;
  padding-top: 38px;
  width: 950px;
}
@media only screen and (max-width: 1200px) {
  .global_header__inner {
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .global_header__inner {
    padding: 20px 10px;
  }
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 950px;
}
@media only screen and (max-width: 1200px) {
  .header__flex {
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }
}

.global_header__bar {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .global_header__bar {
    padding: 0 10px;
    height: 35px;
  }
}

.global_header__bar .logo {
  float: left;
  margin-top: 6px;
}

.global_header__bar .logo img {
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .global_header__bar .logo img {
    margin-left: -30px;
    max-width: 160px;
  }
}

.header__j-life {
  margin-top: 6px;
}

.header_info {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px 0 10px;
}

.header_info img {
  max-width: 152.5px;
}

.header_txt {
  display: inline-block;
  font-family: "kozuka-mincho-pro", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.header_txt a {
  text-decoration: none;
}

.header_txt a:hover {
  opacity: 0.8;
}

.global_header__headingTitle {
  -webkit-animation: fadeIn 4s ease;
  animation: fadeIn 4s ease;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .global_header__headingTitle {
    margin: 26vw auto 13vw;
    width: 99%;
  }
}
@media only screen and (max-width: 480px) {
  .global_header__headingTitle {
    margin: 27vw auto 12vw;
    margin-left: -10px;
  }
}

.global_header__headingTitle img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media only screen and (max-width: 767px) {
  .global_header__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.global_header__bar p.info {
  -webkit-animation: fadeIn 3s ease;
  animation: fadeIn 3s ease;
}

.global_header .facility {
  float: right;
  margin-top: 20px;
  background-color: rgb(11, 3, 5);
}

.global_header .facility a {
  display: block;
  padding: 6px 22px;
  color: #fff;
  text-decoration: none;
}

.global_header .facility:hover {
  background-color: rgba(11, 3, 5, 0.8);
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .global_header .facility {
    float: none;
    margin: 20% 15% 10%;
    border: 1px solid #fff;
    width: 70%;
    font-size: 16px;
    letter-spacing: 0.18em;
  }
  .global_header .facility a {
    padding: 12px 20px;
  }
}
.global_header .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .global_header .sns {
    position: absolute;
    top: -10px;
  }
}

.global_header .sns .fb,
.global_header .sns .tw {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.global_header .sns .tw {
  margin-right: 3px;
}

/* =================================================================
   FOOTER
   ================================================================= */
.p-access {
  background: #f7f3e8 url("/milenet/jalcardlife/hakone-yugawara/assets/img/map/bg_pattern.png") repeat center top;
  padding: 80px 0 40px;
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .p-access {
    padding: 4rem 0 3rem;
    margin-top: 26vw;
  }
}

.c-heading-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-heading-access {
    margin-bottom: 2rem;
  }
}

.c-heading-access span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 10px;
  width: 90%;
  max-width: 600px;
  color: #333;
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .c-heading-access span {
    padding: 6px;
    font-size: 2.4rem;
  }
}

.p-access__map {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  max-width: 1600px;
}

.footer {
  margin-top: 200px;
}

.footer__info {
  background-color: #fff;
  padding: 20px 0;
}

.footer__info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  max-width: 900px;
}
@media only screen and (max-width: 768px) {
  .footer__info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__info .container {
    display: block;
    padding: 0;
  }
}

.footer__info .osusume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer__info .osusume {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__info .osusume {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
}

.footer__info .osusume > dt {
  width: 47px;
}
@media only screen and (max-width: 767px) {
  .footer__info .osusume > dt {
    width: 80px;
  }
}

.footer__info .osusume > dd {
  padding-left: 20px;
}

.footer__info .osusume > dd a {
  font-size: 1.4rem;
  font-family: "Yu Mincho", serif;
  text-decoration: underline;
}

.jalcardlife {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .jalcardlife {
    border-top: solid 1px #000;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .jalcardlife {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: solid 1px #000;
    padding-top: 30px;
  }
}

.jalcardlife p {
  padding-left: 20px;
  font-size: 1.4rem;
  font-family: "Yu Mincho", serif;
}
@media only screen and (max-width: 767px) {
  .jalcardlife p {
    padding-left: 10px;
  }
}

.jalcardlife a {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .jalcardlife a {
    width: 140px;
  }
}

.footer__copyright {
  background-color: #000;
  padding: 10px 0;
  color: #a1a1a0;
  font-size: 1.2rem;
  text-align: center;
}

.l-footer-gotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s, margin-bottom 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s, margin-bottom 0.3s ease;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: var(--color-white);
  width: 50px;
  height: 50px;
}
.l-footer-gotop.is-active {
  visibility: visible !important;
  opacity: 1 !important;
}
.l-footer-gotop.is-bottom {
  margin-bottom: 300px;
}
@media screen and (min-width: 768px) {
  .l-footer-gotop.is-bottom {
    margin-bottom: 100px;
  }
}
.l-footer-gotop:hover {
  background-color: #f0f0f0;
}
.l-footer-gotop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.l-footer-gotop a::before {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 14px;
  height: 14px;
  content: "";
}

/* =================================================================
   NEWS SECTION
   ================================================================= */
.p-news-box {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 100%;
  }
}

.p-news-box__title {
  display: block;
  margin-bottom: 20px;
  border-bottom: 2px solid #999;
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-news-box__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-box__title {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-right: 25px;
    width: auto;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: left;
  }
}

.p-news-box__title .en {
  display: block;
  margin-top: 5px;
  color: var(--color-main-red);
  font-size: 1.2rem;
  font-family: sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-news-box__title .en {
    display: block;
    margin-top: 8px;
    margin-left: 0;
    color: var(--color-news-orange);
    font-weight: 700;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.15em;
  }
}

@media screen and (min-width: 768px) {
  dl.p-news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    border-left: 1px solid #333;
    padding-left: 25px;
    width: auto;
  }
}

.p-news-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-news-list__row {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-list__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 0;
  }
}

.p-news-list__row dt {
  margin-bottom: 5px;
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-list__row dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    width: 110px;
    font-weight: normal;
    font-family: "Shippori Mincho", serif;
  }
}

@media screen and (min-width: 768px) {
  .p-news-list__row dd {
    font-family: "Shippori Mincho", serif;
  }
}

@media screen and (min-width: 768px) {
  .p-news-list__row dd a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}

/* =================================================================
   THUMBNAIL NAVIGATION
   ================================================================= */
.p-thumb-nav {
  position: relative;
  z-index: 20;
  background: var(--color-white);
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-thumb-nav {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-thumb-nav {
    z-index: 30;
    margin-top: -70px;
    background: transparent;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-thumb-nav .c-container {
    max-width: 1325px;
  }
}

.p-thumb-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .p-thumb-nav__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .p-thumb-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-thumb-nav__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}

.p-thumb-nav__list li img {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  width: 100%;
}

.p-thumb-nav__list li a:hover img {
  opacity: 0.8;
}

/* =================================================================
   SHOP LISTING
   ================================================================= */
.c-section-area {
  padding-top: 20px;
}

.c-area-header {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-area-header {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.c-area-header::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  background-position: center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  width: 100vw;
  height: 60px;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-area-header::before {
    height: 120px;
  }
}

.c-area-header__bg {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.c-area-header__bg img {
  display: block;
  width: 100%;
}

.c-area-header__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 10;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: var(--color-white);
  padding: 15px 40px;
  min-width: 240px;
}

.c-area-header__label .jp {
  font-weight: 700;
  font-size: 2.4rem;
}

.c-area-header__label .en {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}

#yumoto .c-area-header__label .en {
  color: var(--color-area-yumoto);
}

#miyanoshita .c-area-header__label .en {
  color: var(--color-area-miyanoshita);
}

#kowakudani .c-area-header__label .en {
  color: var(--color-area-kowakudani);
}

#gora .c-area-header__label .en {
  color: var(--color-area-gora);
}

#yugawara .c-area-header__label .en {
  color: var(--color-area-yugawara);
}

#yumoto .c-area-header__label .en {
  color: var(--color-area-yumoto);
}
#yumoto .c-shop-item__title::after {
  background-color: var(--color-area-yumoto);
}
#yumoto .c-area-header::before {
  background-image: url("/milenet/jalcardlife/hakone-yugawara/assets/img/common/bg_pattern_yumoto.png");
}

#miyanoshita .c-area-header__label .en {
  color: var(--color-area-miyanoshita);
}
#miyanoshita .c-shop-item__title::after {
  background-color: var(--color-area-miyanoshita);
}
#miyanoshita .c-area-header::before {
  background-image: url("/milenet/jalcardlife/hakone-yugawara/assets/img/common/bg_pattern_miyanoshita.png");
}

#kowakudani .c-area-header__label .en {
  color: var(--color-area-kowakudani);
}
#kowakudani .c-shop-item__title::after {
  background-color: var(--color-area-kowakudani);
}
#kowakudani .c-area-header::before {
  background-image: url("/milenet/jalcardlife/hakone-yugawara/assets/img/common/bg_pattern_kowakudani.png");
}

#gora .c-area-header__label .en {
  color: var(--color-area-gora);
}
#gora .c-shop-item__title::after {
  background-color: var(--color-area-gora);
}
#gora .c-area-header::before {
  background-image: url("/milenet/jalcardlife/hakone-yugawara/assets/img/common/bg_pattern_gora.png");
}

#yugawara .c-area-header__label .en {
  color: var(--color-area-yugawara);
}
#yugawara .c-shop-item__title::after {
  background-color: var(--color-area-yugawara);
}
#yugawara .c-area-header::before {
  background-image: url("/milenet/jalcardlife/hakone-yugawara/assets/img/common/bg_pattern_yugawara.png");
}

.c-shop-item {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .c-shop-item {
    margin-bottom: 14vw;
  }
}

.c-shop-gallery {
  position: relative;
  margin-bottom: 20px;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  line-height: 0;
}

.c-shop-item__title-box {
  z-index: 10;
  background: #fff;
  padding: 0 30px 10px;
}
@media screen and (min-width: 768px) {
  .c-shop-item__title-box {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 10px 20px;
  }
}

.c-shop-item__title {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width: 767px) {
  .c-shop-item__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-shop-item__title {
    font-size: 4.2rem;
  }
}

.c-shop-item__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  content: "";
}

#yumoto .c-shop-item__title::after {
  background-color: var(--color-area-yumoto);
}

#miyanoshita .c-shop-item__title::after {
  background-color: var(--color-area-miyanoshita);
}

#kowakudani .c-shop-item__title::after {
  background-color: var(--color-area-kowakudani);
}

#gora .c-shop-item__title::after {
  background-color: var(--color-area-gora);
}

#yugawara .c-shop-item__title::after {
  background-color: var(--color-area-yugawara);
}

.js-shop-slider {
  margin-left: -10vw;
  padding-left: 0;
  height: auto !important;
  min-height: 0;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .js-shop-slider {
    margin-left: 0;
    padding-left: 15vw;
  }
}

.swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  height: auto !important;
}

.swiper-slide {
  width: 60vw;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    width: 35vw;
  }
}

.swiper-slide img {
  display: block;
  border-radius: 0;
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-slider-controls-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto 20px;
}
@media screen and (min-width: 768px) {
  .c-slider-controls-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
  }
}

.c-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: static !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
  margin: 0 !important;
  background: none !important;
  width: 30px !important;
  height: 30px !important;
  color: transparent !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: block !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid var(--color-gold-1) !important;
  border-right: 3px solid var(--color-gold-1) !important;
  width: 12px !important;
  height: 12px !important;
  content: "" !important;
  font-size: 0 !important;
}

.swiper-button-prev::after {
  -webkit-transform: rotate(-135deg) !important;
          transform: rotate(-135deg) !important;
  margin-left: 4px !important;
}

.swiper-button-next::after {
  margin-right: 4px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static !important;
  gap: 20px;
  width: auto !important;
}

.swiper-pagination-bullet {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1 !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  margin: 0 !important;
  border-radius: 0 !important;
  background: var(--color-gray-1) !important;
  width: 9px !important;
  height: 9px !important;
}

.swiper-pagination-bullet-active {
  background: var(--color-gold-1) !important;
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet:hover {
  background: var(--color-gold-2) !important;
}

.swiper-button-pause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid var(--color-gray-1);
  border-radius: 4px;
  background-color: var(--color-white);
  width: 18px;
  height: 18px;
}

.swiper-button-pause:not(.is-paused)::before {
  margin-right: 1px;
  background-color: var(--color-gray-2);
  width: 3px;
  height: 9px;
  content: "";
}

.swiper-button-pause:not(.is-paused)::after {
  margin-left: 1px;
  background-color: var(--color-gray-2);
  width: 3px;
  height: 9px;
  content: "";
}

.swiper-button-pause.is-paused::before {
  margin-left: 3px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-gray-2);
  width: 0;
  height: 0;
  content: "";
}

.swiper-button-pause:hover {
  border-color: var(--color-gold-2);
  background-color: var(--color-gold-2);
}

.c-shop-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  .c-shop-item__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}

.c-shop-item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-shop-item__desc p {
  padding: 20px;
  color: #333;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .c-shop-item__desc p {
    padding: 15px 30px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.c-shop-item__access {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background-color: var(--color-bg-gray);
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .c-shop-item__access {
    padding: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .c-shop-item__access {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 438px;
            flex: 0 0 438px;
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-access-list {
    display: inline-block;
    margin: auto;
  }
}

.c-access-list__item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
  font-size: 1.4rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-access-list__item {
    font-size: 1.3rem;
  }
}

.c-access-list__item::before {
  position: absolute;
  top: 3px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}

.c-access-list__item.--train::before {
  background-image: url("/milenet/jalcardlife/hakone-yugawara/assets/img/common/icon_train.svg");
}

.c-access-list__item.--car::before {
  background-image: url("/milenet/jalcardlife/hakone-yugawara/assets/img/common/icon_car.svg");
}

.c-access-list__item.--place::before {
  background-image: url("/milenet/jalcardlife/hakone-yugawara/assets/img/common/icon_place.svg");
}

.c-btn-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin: 20px auto 0;
  border-radius: 5px;
  background-color: var(--color-black);
  padding: 15px;
  width: 100%;
  max-width: 300px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 1.6rem;
  font-family: Noto Sans, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .c-btn-detail {
    font-size: 1.5rem;
  }
}

.c-btn-detail:hover {
  background-color: #444;
}

.c-btn-detail::after {
  position: absolute;
  right: 20px;
  background-image: url("/milenet/jalcardlife/hakone-yugawara/assets/img/common/icon_blank.svg");
  background-size: contain;
  width: 11px;
  height: 11px;
  content: "";
}

/* =================================================================
   TOP PAGE
   ================================================================= */
.p-top-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-hero {
    display: block;
    height: 780px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-hero {
    height: 980px;
  }
}

.p-top-hero__bg {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: none;
  }
}

.p-top-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.p-top-hero__inner {
  position: static;
}
@media screen and (min-width: 768px) {
  .p-top-hero__inner {
    position: relative;
    max-width: 1480px;
    height: 100%;
  }
}

.p-top-hero__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  left: 10px;
  gap: 38vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-hero__titles {
    gap: 15px;
  }
}

.p-top-hero__logo img {
  width: 30vw;
}
@media screen and (min-width: 768px) {
  .p-top-hero__logo img {
    width: 215px;
  }
}

.p-top-hero__catch img {
  width: 10vw;
}
@media screen and (min-width: 768px) {
  .p-top-hero__catch img {
    max-width: none;
    width: 70px;
  }
}

.p-top-hero__news {
  position: relative;
  z-index: 5;
  background-color: var(--color-bg-news-sp);
  padding: 20px 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-hero__news {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: var(--color-bg-news-sp);
    padding: 20px 30px;
    width: 90%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-hero__news {
    bottom: 160px;
  }
}

.p-top-map {
  position: relative;
  background-color: var(--color-white);
  padding: 50px 0 80px;
}
@media only screen and (max-width: 767px) {
  .p-top-map {
    padding: 30px 0 50px;
  }
}

.p-top-map__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .p-top-map__flex {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-map__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}

.p-top-map__left {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-top-map__left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-map__left {
    width: 58%;
  }
}

.p-top-map__image img {
  display: block;
  border-radius: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-map__image img {
    border-radius: 0;
  }
}

.c-heading-map {
  display: block;
  margin: 0 0 25px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 12px 0;
  color: #000;
  font-weight: 500;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-heading-map {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading-map {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading-map {
    margin-bottom: 40px;
    padding: 15px 0;
    font-size: 3.2rem;
  }
}

.p-area-group {
  margin-bottom: 35px;
}

.p-area-group__title {
  margin-bottom: 12px;
  color: #666;
  font-size: 1.4rem;
  font-family: "Shippori Mincho", serif;
}

.p-top-map-selectarea-list__item {
  margin-bottom: 1rem;
}

.p-top-map-selectarea-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
}

.c-shop-name {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 500;
  font-size: 1.7rem;
  font-family: "Shippori Mincho", serif;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media only screen and (max-width: 768px) {
  .c-shop-name {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-shop-name {
    font-size: 1.8rem;
  }
}

.p-top-map-selectarea-list__item a:hover .c-shop-name {
  opacity: 0.7;
  text-decoration: none;
}

.c-num-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  border: 4px solid #ccc;
  border-radius: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  color: #000;
  font-weight: 700;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .c-num-icon {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}

.p-list--yumoto .c-num-icon {
  border-color: var(--color-area-yumoto);
}

.p-list--miyanoshita .c-num-icon {
  border-color: var(--color-area-miyanoshita);
}

.p-list--kowakudani .c-num-icon {
  border-color: var(--color-area-kowakudani);
}

.p-list--gora .c-num-icon {
  border-color: var(--color-area-gora);
}

.p-list--yugawara .c-num-icon {
  border-color: var(--color-area-yugawara);
}

.p-top-map-illust--land {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 30%;
  max-width: 300px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-top-map-illust--land {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .p-top-map__list-area {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-map__list-area {
    padding-top: 10px;
    width: 38%;
  }
}/*# sourceMappingURL=style.css.map */