@charset "UTF-8";
:root {
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-theme-color: #000;
  --padding-side-pc: 25px;
  --padding-side-sp: 5.1282051282vw;
  --padding-side-m-sp: -5.1282051282vw;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
}
@media screen and (max-width: 640px) {
  body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

img {
  max-width: 100%;
  height: auto;
}

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

.is-visible-sd {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .is-visible-sd {
    display: block !important;
  }
}

.is-hidden-sd {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .is-hidden-sd {
    display: none !important;
  }
}

.fcRD {
  color: #c00;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

.alC {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
  header => 別ページ（https://jalcard.jal.co.jp/milenet/jalcardlife/princehotels/）からcssを移植
========================================================================== */
.global_header__inner, .inner {
  width: 950px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .global_header__inner, .inner {
    width: auto;
  }
}
.posR {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
.global_header {
  position: relative;
  height: 46px;
  background: #fff;
  background-size: cover;
}

.global_header__inner {
  padding-top: 38px;
}

.header__flex {
  display: flex;
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.global_header__heading {
  text-align: center;
}

.global_header__headingTitle {
  margin: 40px auto;
}

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

.global_header__headingTitle {
  animation: fadeIn 4s ease;
}

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

.global_header__bar {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  background: #fff repeat center top;
}

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

.global_header__bar .logo img {
  max-width: 200px;
}

.global_header__bar .info {
  float: right;
  margin-top: 9px;
}

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

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

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

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

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

.header_txt a:hover {
  opacity: 0.8;
}

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

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

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

@media only screen and (max-width: 1200px) {
  .global_header__inner, .inner {
    width: auto;
    padding: 0 20px;
  }
  .header__flex {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .global_header {
    height: auto;
    height: 35px;
    padding-bottom: 5%;
  }
  .global_header .facility {
    font-size: 16px;
    float: none;
    width: 70%;
    margin: 20% 15% 10%;
    letter-spacing: 0.18em;
    border: 1px solid #fff;
  }
  .global_header .facility a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #fff;
  }
  .global_header__inner {
    padding: 20px 10px;
  }
  .global_header__heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .global_header__headingTitle {
    width: 99%;
    margin: 26vw auto 13vw;
  }
  .global_header__bar {
    height: 35px;
    padding: 0 10px;
  }
  .global_header__bar .logo img {
    max-width: 160px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .global_header__headingTitle {
    margin: 27vw auto 12vw;
    margin-left: -10px;
  }
}
/* sns */
.global_header__inner .sns {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: flex-start;
}

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

.global_header__inner .sns .tw {
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
  .global_header__inner .sns {
    top: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .global_header__inner .sns {
    position: absolute;
    top: -10px;
  }
  .global_header__inner .sns .fb {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  .global_header__inner .sns .tw {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
}
.global_header {
  font-size: 14px;
  -webkit-font-smoothing: auto;
}
@media only screen and (max-width: 768px) {
  .global_header {
    font-size: 12px;
  }
}

/* ==========================================================================
  footer => 別ページ（https://jalcard.jal.co.jp/milenet/jalcardlife/sauna/）からcssを移植
========================================================================== */
.footer img {
  max-width: 100%;
  height: auto;
}

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

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.jalcardlife {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jalcardlife a {
  width: 153px;
}

@media only screen and (max-width: 767px) {
  .jalcardlife a {
    width: 140px;
  }
}
.jalcardlife p {
  padding-left: 20px;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .jalcardlife p {
    padding-left: 10px;
  }
}
.footer__info {
  padding: 20px 0;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer__info {
    padding: 30px 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;
  max-width: 1000px;
}

@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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@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-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 14px;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer__info .jalcardlife {
    padding-top: 30px;
    border-top: solid 1px #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__copyright {
  padding: 10px 0;
  color: #a1a1a0;
  background-color: #000;
  text-align: center;
}

.footer__copyright small {
  font-size: 12px;
}

/* ==========================================================================
  footer => 個別設定
========================================================================== */
.l-footer-gotop {
  cursor: pointer;
  position: absolute;
  right: var(--padding-side-sp);
  bottom: 370px;
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: 1000;
}

@media screen and (min-width: 751px) {
  .l-footer-gotop {
    right: 25px;
    bottom: 140px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1220px) {
  .l-footer-gotop {
    right: 200px;
  }
}
.l-footer-gotop:hover {
  background: rgba(26, 25, 37, 0.6);
}

.l-footer-gotop svg {
  width: 6.6666666667vw;
  height: 4.1025641026vw;
}

@media screen and (min-width: 751px) {
  .l-footer-gotop svg {
    width: 36px;
    height: 22px;
  }
}
/* ------- common ------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ------- hero ------- */
.p-hero {
  position: relative;
  width: 100%;
  height: 800px;
  background: url(../img/mv/bg_pc@2x.png) repeat-x center top;
  background-size: 102px auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-hero {
    aspect-ratio: 1920/800;
    height: auto;
    background-size: 5.3125vw auto;
  }
}
@media screen and (max-width: 640px) {
  .p-hero {
    aspect-ratio: 375/632;
    background: url(../img/mv/bg_sp@2x.png) repeat-x center top;
    background-size: 11.5384615385vw auto;
  }
}

.p-hero__bg-parts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mv/bg_parts_pc@2x.png) no-repeat center 20px;
  background-size: 1903px auto;
}
@media screen and (max-width: 1024px) {
  .p-hero__bg-parts {
    background-size: 99.1145833333vw auto;
  }
}
@media screen and (max-width: 640px) {
  .p-hero__bg-parts {
    background: url(../img/mv/bg_parts1_sp@2x.png) no-repeat center 5.1282051282vw;
    background-size: 88.3333333333vw auto;
  }
}

@media screen and (max-width: 640px) {
  .p-hero__bg-parts2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mv/bg_parts2_sp@2x.png) no-repeat center 89.7435897436vw;
    background-size: 100% auto;
  }
}

.p-hero__illust {
  position: absolute;
  top: 1.0416666667vw;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  width: 100%;
  height: 100%;
  background: url(../img/mv/illust_pc@2x.png) no-repeat center top;
  background-size: 1736.5px auto;
  opacity: 0;
}
.p-hero__illust.is-animate {
  animation: 0.5s 0.75s scale ease forwards;
}
@media screen and (max-width: 1024px) {
  .p-hero__illust {
    background-size: 90.4427083333vw auto;
  }
}
@media screen and (max-width: 640px) {
  .p-hero__illust {
    top: 2.6666666667vw;
    background: url(../img/mv/illust_sp@2x.png) no-repeat center top;
    background-size: 100% auto;
  }
}

.p-hero__title {
  position: absolute;
  top: 1.5625vw;
  left: 50%;
  transform: translateX(-50%);
  width: 648.5px;
}
@media screen and (max-width: 1024px) {
  .p-hero__title {
    width: 33.7760416667vw;
  }
}
@media screen and (max-width: 640px) {
  .p-hero__title {
    width: 73.0769230769vw;
    top: 6.6666666667vw;
  }
}

.p-hero__subtitle {
  position: absolute;
  top: 2.34375vw;
  left: 50%;
  transform: translateX(250%);
  width: 135.5px;
}
@media screen and (max-width: 1024px) {
  .p-hero__subtitle {
    width: 7.0572916667vw;
  }
}
@media screen and (max-width: 640px) {
  .p-hero__subtitle {
    width: 19.7435897436vw;
    top: 35.8974358974vw;
    left: auto;
    right: 2.5641025641vw;
    transform: translate(0);
  }
}

.p-hero-lead {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1120.5px;
}
@media screen and (max-width: 1200px) {
  .p-hero-lead {
    width: 58.359375vw;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .p-hero-lead {
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 640px) {
  .p-hero-lead {
    width: 76.0256410256vw;
    transform: translate(-50%, -20%);
  }
}

@keyframes scale {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(1.4);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
/* ------- map ------- */
.p-map {
  margin: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-map {
    margin: 15.3846153846vw 0;
  }
}

.p-map__title {
  padding: 25px 0;
  font-size: 40px;
  color: #DE0000;
  font-weight: 900;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .p-map__title {
    padding: 3.8461538462vw 0;
    font-size: 4.358974359vw;
  }
}

.p-map__contents {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 0 60px;
  padding: 0 54px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-map__contents {
    grid-template-columns: 1fr;
    gap: 5.1282051282vw 0;
    padding: 0;
    margin-top: 7.6923076923vw;
  }
}

.p-map__contents__anchor-list__head {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .p-map__contents__anchor-list__head {
    display: flex;
    align-items: center;
    font-size: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
}
.p-map__contents__anchor-list__head::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .p-map__contents__anchor-list__head::before {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    margin-right: 5px;
  }
}
.p-map__contents__anchor-list__head.meat {
  background: url(../img/common/icon_meat.png) no-repeat;
  background-size: contain;
}
.p-map__contents__anchor-list__head.seafood {
  background: url(../img/common/icon_seafood.png) no-repeat;
  background-size: contain;
}
.p-map__contents__anchor-list__head.others {
  background: url(../img/common/icon_others.png) no-repeat;
  background-size: contain;
}

.p-map__contents__anchor-list {
  margin: 0 0 40px 15px;
}
@media screen and (max-width: 640px) {
  .p-map__contents__anchor-list {
    margin: 0 0 5.1282051282vw 5.1282051282vw;
  }
}
.p-map__contents__anchor-list li {
  margin-bottom: 10px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .p-map__contents__anchor-list li {
    margin-bottom: 3.8461538462vw;
  }
}
.p-map__contents__anchor-list li .num {
  display: inline-block;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 18px;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 6px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .p-map__contents__anchor-list li .num {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    line-height: 7.1794871795vw;
    font-size: 3.8461538462vw;
    margin-right: 2.5641025641vw;
  }
}
.p-map__contents__anchor-list li .text {
  display: inline-block;
  font-size: 20px;
  line-height: 1.6;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .p-map__contents__anchor-list li .text {
    font-size: 4.1025641026vw;
  }
}
.p-map__contents__anchor-list.meat .num {
  background-color: #AE0000;
}
.p-map__contents__anchor-list.seafood .num {
  background-color: #1A1AB2;
}
.p-map__contents__anchor-list.others .num {
  background-color: #007202;
}

.p-map__caption {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  .p-map__caption {
    font-size: 3.0769230769vw;
  }
}

/* ------- shoplist ------- */
.p-fix-anchor {
  position: sticky;
  top: 0;
  padding: 15px 0;
  background: url(../img/area/bg_anchor.png) repeat-x center top;
  background-size: 40px auto;
  z-index: 10;
}

.p-fix-anchor__list {
  display: flex;
  justify-content: center;
  gap: 0 60px;
}
@media screen and (max-width: 640px) {
  .p-fix-anchor__list {
    gap: 0 6.4102564103vw;
  }
}
.p-fix-anchor__list li a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  padding: 10px 40px 10px 70px;
  border-radius: 50px;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .p-fix-anchor__list li a {
    font-size: 3.8461538462vw;
    padding: 1.7948717949vw 5.8974358974vw 1.7948717949vw 9.4871794872vw;
  }
}
.p-fix-anchor__list li a::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -15px;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 640px) {
  .p-fix-anchor__list li a::before {
    top: -1.2820512821vw;
    left: -1.2820512821vw;
    width: 8.9743589744vw;
    height: 8.9743589744vw;
  }
}
.p-fix-anchor__list li.meat a {
  color: #AE0000;
  border: 3px solid #AE0000;
  background: linear-gradient(180deg, #FFE7E7 48.56%, #FFC7C7 48.57%);
}
@media screen and (max-width: 640px) {
  .p-fix-anchor__list li.meat a {
    border-width: 2px;
  }
}
.p-fix-anchor__list li.meat a::before {
  background: url(../img/common/icon_meat.png) no-repeat;
  background-size: contain;
}
.p-fix-anchor__list li.meat a:hover {
  color: #ba504d;
  border-color: #ba504d;
  background: linear-gradient(180deg, #fdeeee 48.56%, #fad9d8 48.57%);
}
.p-fix-anchor__list li.seafood a {
  color: #1A1AB2;
  border: 3px solid #1A1AB2;
  background: linear-gradient(180deg, #E7F3FF 48.56%, #C7E2FF 48.57%);
}
@media screen and (max-width: 640px) {
  .p-fix-anchor__list li.seafood a {
    border-width: 2px;
  }
}
.p-fix-anchor__list li.seafood a::before {
  background: url(../img/common/icon_seafood.png) no-repeat;
  background-size: contain;
}
.p-fix-anchor__list li.seafood a:hover {
  color: #6061c8;
  border-color: #6061c8;
  background: linear-gradient(180deg, #f0f7ff 48.56%, #dbebff 48.57%);
}
.p-fix-anchor__list li.others a {
  color: #007202;
  border: 3px solid #007202;
  background: linear-gradient(180deg, #E1F5E2 48.56%, #C4E9C7 48.57%);
}
@media screen and (max-width: 640px) {
  .p-fix-anchor__list li.others a {
    border-width: 2px;
  }
}
.p-fix-anchor__list li.others a::before {
  background: url(../img/common/icon_others.png) no-repeat;
  background-size: contain;
}
.p-fix-anchor__list li.others a:hover {
  color: #5d9a4e;
  border-color: #5d9a4e;
  background: linear-gradient(180deg, #ebf8eb 48.56%, #d9efd7 48.57%);
}

.parallax-area__inner {
  position: relative;
  z-index: 1;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.parallax-bg .bg-illust {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/area/fix_illust.png) no-repeat center 15%;
  background-size: 1645px auto;
}

.p-shoplist__section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-shoplist__section {
    padding: 15.3846153846vw 0;
  }
}
.p-shoplist__section#meat {
  background-image: url(../img/area/bg_meat.png);
}
@media screen and (min-width: 1920px) {
  .p-shoplist__section#meat {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 640px) {
  .p-shoplist__section#meat {
    background-size: 1000px auto;
  }
}
.p-shoplist__section#seafood {
  background-image: url(../img/area/bg_seafood.png);
}
@media screen and (min-width: 1920px) {
  .p-shoplist__section#seafood {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 640px) {
  .p-shoplist__section#seafood {
    background-size: 1000px auto;
  }
}
.p-shoplist__section#others {
  background-image: url(../img/area/bg_others.png);
}
@media screen and (min-width: 1920px) {
  .p-shoplist__section#others {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 640px) {
  .p-shoplist__section#others {
    background-size: 1000px auto;
  }
}

.p-shoplist__area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(540px, 1fr));
  gap: 50px 80px;
}
@media screen and (max-width: 1024px) {
  .p-shoplist__area {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-shoplist__area {
    grid-template-columns: 1fr;
    gap: 10.2564102564vw 0;
  }
}

.p-shoplist__card {
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 35px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-shoplist__card {
    border-radius: 2.5641025641vw;
    padding-bottom: 7.6923076923vw;
  }
}

.p-shoplist__card__info__title {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .p-shoplist__card__info__title {
    gap: 0 2.5641025641vw;
    margin-top: 5.1282051282vw;
  }
}
.p-shoplist__card__info__title .num {
  position: relative;
  display: inline-block;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 36px;
  color: #fff;
  width: 90px;
  height: 90px;
  padding-top: 30px;
  text-align: center;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 640px) {
  .p-shoplist__card__info__title .num {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    font-size: 5.641025641vw;
    padding-top: 3.8461538462vw;
  }
}
.p-shoplist__card__info__title .num::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .p-shoplist__card__info__title .num::before {
    top: -2.5641025641vw;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.p-shoplist__card__info__title .head {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .p-shoplist__card__info__title .head {
    font-size: 4.1025641026vw;
  }
}
.p-shoplist__card__info__title .small {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .p-shoplist__card__info__title .small {
    font-size: 3.3333333333vw;
  }
}
.p-shoplist__card__info__title .tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 3px 15px;
  border-radius: 50px;
}
@media screen and (max-width: 640px) {
  .p-shoplist__card__info__title .tag {
    font-size: 2.8205128205vw;
    padding: 0.5128205128vw 1.7948717949vw;
  }
}
.p-shoplist__card__info__title.meat .num {
  background-color: #AE0000;
}
.p-shoplist__card__info__title.meat .num::before {
  background: url(../img/common/icon_meat.png) no-repeat;
  background-size: contain;
}
.p-shoplist__card__info__title.seafood .num {
  background-color: #1A1AB2;
}
.p-shoplist__card__info__title.seafood .num::before {
  background: url(../img/common/icon_seafood.png) no-repeat;
  background-size: contain;
}
.p-shoplist__card__info__title.others .num {
  background-color: #007202;
}
.p-shoplist__card__info__title.others .num::before {
  background: url(../img/common/icon_others.png) no-repeat;
  background-size: contain;
}
.p-shoplist__card__info__title.others .tag {
  background-color: #007202;
}
.p-shoplist__card__info__title.--no-swiper {
  margin-top: 63px;
}
@media screen and (max-width: 640px) {
  .p-shoplist__card__info__title.--no-swiper {
    margin-top: 5.1282051282vw;
  }
}

.p-shoplist__card__info__text {
  margin: 20px 35px;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .p-shoplist__card__info__text {
    margin: 5.1282051282vw;
    font-size: 3.3333333333vw;
    line-height: 1.6;
  }
}

.p-shoplist__info__link {
  display: block;
  margin: 20px auto 0;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #000 url(../img/common/icon_blank.svg) no-repeat 95% center;
  background-size: 10px auto;
  border-radius: 4px;
  width: 300px;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .p-shoplist__info__link {
    margin: 5.1282051282vw auto 0;
    width: 51.2820512821vw;
    font-size: 3.3333333333vw;
    padding: 2.5641025641vw;
    background-position: 90% center;
    background-size: 2.5641025641vw auto;
  }
}
.p-shoplist__info__link:hover {
  background-color: #656565;
}

.p-shoplist__card__photo-wrapper {
  position: relative;
}

.swiper-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin-top: 20px;
}

.swiper-pagination {
  position: inherit;
  width: auto !important;
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: center;
}

.swiper-prev, .swiper-next {
  cursor: pointer;
}
.swiper-prev:hover, .swiper-next:hover {
  opacity: 0.7;
}

.swiper-pause:hover svg rect[fill=white] {
  fill: #949494;
}
.swiper-pause:hover svg rect[stroke="#D3D3D3"] {
  stroke: #949494;
}
.swiper-pause:hover svg rect[fill="#656565"] {
  fill: #fff;
}
.swiper-pause:hover svg path[fill="#656565"] {
  fill: #fff;
}/*# sourceMappingURL=style.css.map */