@charset "UTF-8";
@media screen and (min-width: 737px) {
  .u-hidden-sp {
    display: inherit !important;
  }
}
@media screen and (max-width: 736px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media screen and (min-width: 737px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 736px) {
  .u-hidden-pc {
    display: inherit !important;
  }
}

.u-display-md {
  display: none !important;
}
@media (min-width: 737px) and (max-width: 1084px) {
  .u-display-md {
    display: inherit !important;
  }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  max-width: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #231815;
  position: relative;
}

@media screen and (max-width: 736px) {
  body {
    font-size: 4.2666666667vw;
  }
}
a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.l-header {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  height: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  .l-header {
    height: 12vw;
  }
  .l-header__logo {
    height: 6.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}

.l-main {
  background-image: url("../img/bg-pattern_pc.jpg");
  background-repeat: repeat;
  min-width: 1064px;
  position: relative;
}
.l-main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  background-image: url("../img/rail.png");
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 736px) {
  .l-main::after {
    height: 4vw;
    background-size: cover;
  }
}
@media screen and (max-width: 736px) {
  .l-main {
    background-image: url("../img/bg-pattern_sp.jpg");
    min-width: auto;
  }
}

.c-container {
  width: 1064px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.c-container.-p0 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1084px) {
  .c-container.-p0TB {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 736px) {
  .c-container {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .c-container.-p0SP {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-title {
  margin-left: -6px;
  margin-right: -6px;
}
.c-title img {
  margin-top: -2px;
}
@media screen and (max-width: 736px) {
  .c-title {
    margin-left: -3px;
    margin-right: -3px;
  }
  .c-title img {
    margin-top: -2px;
  }
}
.c-title.-sec01 {
  position: relative;
}
.c-title.-sec01::before {
  position: absolute;
  content: "";
  background: url(../img/chara-shirokuma.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 98px;
  height: 112px;
  top: -28px;
  right: 54px;
}
@media screen and (max-width: 736px) {
  .c-title.-sec01::before {
    width: 13.0666666667vw;
    height: 14.9333333333vw;
    top: -4.2666666667vw;
    right: -1.0666666667vw;
  }
}
.c-title.-sec01::after {
  position: absolute;
  content: "";
  background: url(../img/chara-furoshiki.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 151px;
  height: 100px;
  bottom: -21px;
  left: 26px;
}
@media screen and (max-width: 736px) {
  .c-title.-sec01::after {
    width: 20.2666666667vw;
    height: 13.3333333333vw;
    bottom: -1.8666666667vw;
    left: -2.4vw;
  }
}
.c-title.-sec02 {
  position: relative;
}
.c-title.-sec02::before {
  position: absolute;
  content: "";
  background: url(../img/chara-neko.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 116px;
  height: 136px;
  top: -40px;
  left: 20px;
}
@media screen and (max-width: 736px) {
  .c-title.-sec02::before {
    width: 15.4666666667vw;
    height: 18.1333333333vw;
    top: -8.8vw;
    left: -2.6666666667vw;
  }
}
.c-title.-sec02::after {
  position: absolute;
  content: "";
  background: url(../img/chara-zassou.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 72px;
  height: 61px;
  bottom: -21px;
  right: 62px;
}
@media screen and (max-width: 736px) {
  .c-title.-sec02::after {
    width: 9.6vw;
    height: 8.2666666667vw;
    bottom: -2.1333333333vw;
    right: -1.8666666667vw;
  }
}
.c-title.-sec03 {
  position: relative;
}
.c-title.-sec03::before {
  position: absolute;
  content: "";
  background: url(../img/chara-tonkatsu.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 101px;
  height: 112px;
  top: -28px;
  right: 19px;
}
@media screen and (max-width: 736px) {
  .c-title.-sec03::before {
    width: 13.6vw;
    height: 14.9333333333vw;
    top: -4.2666666667vw;
    right: -2.1333333333vw;
  }
}
.c-title.-sec03::after {
  position: absolute;
  content: "";
  background: url(../img/chara-ebifurai.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 95px;
  height: 71px;
  bottom: -44px;
  left: 17px;
}
@media screen and (max-width: 736px) {
  .c-title.-sec03::after {
    width: 13.0666666667vw;
    height: 9.8666666667vw;
    bottom: -2.4vw;
    left: -2.6666666667vw;
  }
}
.c-title.-sec04 {
  position: relative;
}
.c-title.-sec04::before {
  position: absolute;
  content: "";
  background: url(../img/chara-penguin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 101px;
  height: 112px;
  top: -28px;
  left: 52px;
}
@media screen and (max-width: 736px) {
  .c-title.-sec04::before {
    width: 13.6vw;
    height: 15.4666666667vw;
    top: -6.6666666667vw;
    left: -1.6vw;
  }
}
.c-title.-sec04::after {
  position: absolute;
  content: "";
  background: url(../img/chara-tapioca.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 144px;
  height: 130px;
  bottom: -42px;
  right: 40px;
}
@media screen and (max-width: 736px) {
  .c-title.-sec04::after {
    width: 19.2vw;
    height: 17.6vw;
    bottom: -5.6vw;
    right: -2.1333333333vw;
  }
}
.c-title.-sec05 {
  position: relative;
}
.c-title.-sec05::before {
  position: absolute;
  content: "";
  background: url(../img/chara-tokage.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 112px;
  height: 109px;
  top: -26px;
  right: 48px;
}
@media screen and (max-width: 736px) {
  .c-title.-sec05::before {
    width: 14.9333333333vw;
    height: 14.6666666667vw;
    top: -5.3333333333vw;
    right: -1.8666666667vw;
  }
}
.c-title.-sec05::after {
  position: absolute;
  content: "";
  background: url(../img/chara-katatsumuri.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 73px;
  height: 58px;
  bottom: -20px;
  left: 63px;
}
@media screen and (max-width: 736px) {
  .c-title.-sec05::after {
    width: 9.8666666667vw;
    height: 8vw;
    bottom: -2.4vw;
    left: -1.6vw;
  }
}

.c-subtitle {
  background-color: #f6ac2b;
  height: 38px;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-subtitle img {
  height: 22px;
}
@media screen and (max-width: 736px) {
  .c-subtitle {
    height: 7.4666666667vw;
  }
  .c-subtitle img {
    height: 4.2666666667vw;
  }
}

.c-subtitle.-sec01 {
  margin-bottom: 8px;
}

.c-subtitle.-sec02 {
  background-color: #9bcb60;
  margin-bottom: 8px;
}

.c-subtitle.-sec04 {
  background-color: #d4b572;
}

.c-subtitle.-sec05 {
  background-color: #ea7d59;
  margin-bottom: 8px;
}

.c-button-taisyougai {
  background-color: #f1f1f1;
  color: #727272;
  font-weight: 600;
  font-size: 14px;
  width: 120px;
  height: 26px;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
  position: relative;
}
.c-button-taisyougai::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 10px;
  background-color: #727272;
  clip-path: polygon(9px 50%, 0% 0%, 0% 10px);
  right: 12px;
}
@media screen and (min-width: 737px) {
  .c-button-taisyougai:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 736px) {
  .c-button-taisyougai {
    font-size: 3.2vw;
    width: 26.6666666667vw;
    height: 5.8666666667vw;
  }
  .c-button-taisyougai::after {
    width: 1.8666666667vw;
    height: 2.1333333333vw;
    clip-path: polygon(1.8666666667vw 50%, 0% 0%, 0% 2.1333333333vw);
    right: 2.6666666667vw;
  }
}

.c-button-taisyou {
  background-color: #d8eeb4;
  color: #727272;
  font-weight: 600;
  font-size: 14px;
  width: 120px;
  height: 26px;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
  position: relative;
}
.c-button-taisyou::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 10px;
  background-color: #727272;
  clip-path: polygon(9px 50%, 0% 0%, 0% 10px);
  right: 12px;
}
@media screen and (min-width: 737px) {
  .c-button-taisyou:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 736px) {
  .c-button-taisyou {
    font-size: 3.2vw;
    width: 26.6666666667vw;
    height: 5.8666666667vw;
  }
  .c-button-taisyou::after {
    width: 1.8666666667vw;
    height: 2.1333333333vw;
    clip-path: polygon(1.8666666667vw 50%, 0% 0%, 0% 2.1333333333vw);
    right: 2.6666666667vw;
  }
}

.c-facilities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-facilities__item {
  width: 25%;
  height: 138px;
  display: grid;
  grid-template-rows: 1fr 50px;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 736px) {
  .c-facilities__item {
    width: 50%;
    height: 25.0666666667vw;
    grid-template-rows: 1fr 10.6666666667vw;
  }
}
.c-facilities__item:not(:nth-child(n+9))::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-image: url("../img/border02.svg");
  background-position: center;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  .c-facilities__item:not(:nth-child(n+11))::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-image: url("../img/border02.svg");
    background-position: center;
    background-repeat: repeat-x;
    bottom: 0;
    left: 0;
  }
}
.c-facilities__item:not(:nth-child(4n))::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-image: url("../img/border01.svg");
  background-position: center;
  background-repeat: repeat-y;
  top: 0;
  right: 0;
}
@media screen and (max-width: 736px) {
  .c-facilities__item:not(:nth-child(4n))::after {
    content: none;
  }
}
@media screen and (max-width: 736px) {
  .c-facilities__item:nth-child(odd)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-image: url("../img/border01.svg");
    background-position: center;
    background-repeat: repeat-y;
    top: 0;
    right: 0;
  }
}
.c-facilities__item .c-logo-flags {
  width: 80px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-flags {
    width: 14.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.c-facilities__item .c-logo-shinjuku-southern-terrace {
  width: 70px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-shinjuku-southern-terrace {
    width: 12.8vw;
  }
}
.c-facilities__item .c-logo-halc {
  width: 90px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-halc {
    width: 13.0666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.c-facilities__item .c-logo-odakyu-ace {
  width: 159px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-odakyu-ace {
    width: 25.3333333333vw;
    margin-top: 3.4666666667vw;
  }
}
.c-facilities__item .c-logo-kyodo-corty {
  width: 120px;
  margin-top: 5px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-kyodo-corty {
    width: 17.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.c-facilities__item .c-logo-seijo-corty {
  width: 122px;
  margin-top: 5px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-seijo-corty {
    width: 17.6vw;
    margin-top: 2.6666666667vw;
  }
}
.c-facilities__item .c-logo-l-mylord {
  width: 135px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-l-mylord {
    width: 22.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.c-facilities__item .c-logo-so-ss {
  width: 166px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-so-ss {
    width: 31.7333333333vw;
    margin-top: 3.4666666667vw;
  }
}
.c-facilities__item .c-logo-vinawalk {
  width: 142px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-vinawalk {
    width: 26.1333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.c-facilities__item .c-logo-honatsugi-mylord {
  width: 125px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-honatsugi-mylord {
    width: 20vw;
    margin-top: 2.6666666667vw;
  }
}
.c-facilities__item .c-logo-shonan-gate {
  width: 132px;
}
@media screen and (max-width: 736px) {
  .c-facilities__item .c-logo-shonan-gate {
    width: 24.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.c-facilities.-sec02 .c-facilities__item {
  height: 162px;
  display: grid;
  grid-template-rows: 1fr 22px 50px;
}
@media screen and (max-width: 736px) {
  .c-facilities.-sec02 .c-facilities__item {
    height: 34.6666666667vw;
    grid-template-rows: 1fr 6.4vw 10.6666666667vw;
  }
}
.c-facilities.-sec02 .c-facilities__item::before {
  -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(6%) saturate(2951%) hue-rotate(44deg) brightness(98%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(75%) sepia(6%) saturate(2951%) hue-rotate(44deg) brightness(98%) contrast(92%);
}
.c-facilities.-sec02 .c-facilities__item::after {
  -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(6%) saturate(2951%) hue-rotate(44deg) brightness(98%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(75%) sepia(6%) saturate(2951%) hue-rotate(44deg) brightness(98%) contrast(92%);
}

.c-note-area {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 736px) {
  .c-note-area {
    margin-top: 5.3333333333vw;
    margin-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media screen and (min-width: 737px) {
  .c-note-area.-nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-note-area.-bottom {
  padding-left: 0;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .c-note-area.-bottom {
    padding-top: 2.6666666667vw;
    padding-bottom: 8vw;
  }
}

.c-note {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 1.5em;
  text-indent: -0.5em;
}
.c-note::before {
  content: "※";
  display: inline-block;
}
@media screen and (max-width: 736px) {
  .c-note {
    font-size: 3.2vw;
    padding-left: 1em;
  }
}

.c-textlink {
  text-decoration: underline;
}
@media screen and (min-width: 737px) {
  .c-textlink:hover {
    text-decoration-color: transparent;
  }
}

.p-mv__copyright {
  display: block;
  height: 10px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 736px) {
  .p-mv__copyright {
    margin-top: 1.3333333333vw;
    height: 2.4vw;
    margin-right: 0.5333333333vw;
  }
}

.p-nav {
  margin-inline: auto;
  max-width: 921px;
  margin-top: 30px;
  margin-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 736px) {
  .p-nav {
    width: 100%;
    margin-inline: auto;
    gap: 2.6666666667vw 1.8666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}

.p-nav-item {
  width: calc((100% - 30px) / 3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 737px) {
  .p-nav-item a:hover {
    -webkit-filter: brightness(1.04);
            filter: brightness(1.04);
  }
}
@media screen and (max-width: 736px) {
  .p-nav-item {
    width: calc((100% - 1.8666666667vw) / 2);
  }
}

.p-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85px;
}
@media screen and (max-width: 736px) {
  .p-content-wrap {
    gap: 14.6666666667vw;
  }
}

.p-sec01,
.p-sec02,
.p-sec03,
.p-sec04,
.p-sec05 {
  background-color: #fff;
  border-radius: 30px;
  border: 6px solid #f6ac2b;
}
@media screen and (max-width: 736px) {
  .p-sec01,
  .p-sec02,
  .p-sec03,
  .p-sec04,
  .p-sec05 {
    border-radius: 5.3333333333vw;
    border-width: 3px;
  }
}

.p-sec02 {
  border-color: #9bcb60;
}

.p-sec03 {
  border-color: #f09192;
}

.p-sec04 {
  border-color: #d4b572;
}

.p-sec05 {
  border-color: #ea7d59;
}

.p-sec01-text {
  display: block;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-sec01-text img {
  width: 712px;
}
@media screen and (max-width: 736px) {
  .p-sec01-text {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-sec01-text img {
    width: 85.0666666667vw;
  }
}

.p-sec01-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.p-sec01-goods__item {
  width: 363px;
}
@media screen and (max-width: 736px) {
  .p-sec01-goods {
    padding-left: 4vw;
    padding-right: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
  .p-sec01-goods__item {
    width: 100%;
  }
}

.p-sec01-facilities {
  margin-top: 35px;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  .p-sec01-facilities {
    margin-top: 6.6666666667vw;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}

.p-sec01-counter {
  margin-top: 35px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #FEF7EC;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter {
    margin-top: 6.6666666667vw;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
.p-sec01-counter__inner {
  padding: 12px 30px;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__inner {
    padding: 2.6666666667vw;
  }
}
.p-sec01-counter__title {
  background-color: #f8c161;
  border-radius: 10px 10px 0 0;
  height: 40px;
  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;
}
.p-sec01-counter__title img {
  height: 22px;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__title {
    height: 8vw;
  }
  .p-sec01-counter__title img {
    height: 4.2666666667vw;
  }
}
.p-sec01-counter__subtitle {
  background-color: #A99A88;
  border-radius: 10px;
  height: 36px;
  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;
}
.p-sec01-counter__subtitle img {
  height: 20px;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__subtitle {
    height: 7.4666666667vw;
    border-radius: 1.6vw;
  }
  .p-sec01-counter__subtitle img {
    height: 3.7333333333vw;
  }
}
.p-sec01-counter__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.p-sec01-counter__item {
  padding: 5px 0;
  color: #614c34;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__item {
    padding: 1.3333333333vw 0;
  }
}
.p-sec01-counter__item.-item01 {
  grid-column: span 2/span 2;
}
.p-sec01-counter__item.-item02 {
  grid-row-start: 2;
}
.p-sec01-counter__item.-item03 {
  grid-row-start: 2;
}
.p-sec01-counter__text {
  font-weight: 600;
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__text {
    font-size: 4.2666666667vw;
  }
}
.p-sec01-counter__text > a {
  text-decoration: underline;
}
.p-sec01-counter__text > a:hover {
  text-decoration: none;
}
.p-sec01-counter__spot {
  margin-left: 18px;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__spot {
    margin-left: 4.8vw;
    font-size: 4vw;
  }
}
.p-sec01-counter__spot img {
  width: 50px;
  margin-right: 5px;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__spot img {
    width: 12.2666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.p-sec01-counter__spot a {
  font-weight: 500;
  text-decoration: underline;
}
.p-sec01-counter__spot a:hover {
  text-decoration: none;
}
.p-sec01-counter__date {
  margin-top: 10px;
  position: relative;
}
.p-sec01-counter__date img {
  height: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__date {
    margin-top: 2.6666666667vw;
  }
  .p-sec01-counter__date img {
    width: 77.0666666667vw;
    height: auto;
    margin-top: 4vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__date.-date02 img {
    width: 71.7333333333vw;
  }
}
.p-sec01-counter__date.-date03 {
  margin-top: 0;
}
.p-sec01-counter__date.-date03 img {
  margin-top: 5px;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__date.-date03 img {
    width: 76.5333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.p-sec01-counter__date-wrap {
  position: relative;
}
.p-sec01-counter__date-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-image: url("../img/dot.svg");
  background-size: contain;
  background-position: left;
  background-repeat: repeat-x;
}
@media screen and (max-width: 736px) {
  .p-sec01-counter__date-wrap::before {
    background-position: center;
    background-size: cover;
  }
}

.p-sec02-text {
  display: block;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-sec02-text img {
  width: 771px;
}
@media screen and (max-width: 736px) {
  .p-sec02-text {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-sec02-text img {
    width: 74.6666666667vw;
  }
}

.p-sec02-term {
  text-align: center;
  margin-bottom: 30px;
}
.p-sec02-term img {
  width: 449px;
}
@media screen and (max-width: 736px) {
  .p-sec02-term {
    margin-bottom: 6.6666666667vw;
  }
  .p-sec02-term img {
    width: 78.6666666667vw;
  }
}

.p-sec02-sticker {
  text-align: center;
}
.p-sec02-sticker img {
  width: 300px;
}
.p-sec02-sticker figcaption {
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 736px) {
  .p-sec02-sticker img {
    width: 66.6666666667vw;
  }
  .p-sec02-sticker figcaption {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}

.p-sec02-facilities {
  margin-top: 35px;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  .p-sec02-facilities {
    margin-top: 6.6666666667vw;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}

.p-sec03-text {
  display: block;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-sec03-text img {
  width: 441px;
}
@media screen and (max-width: 736px) {
  .p-sec03-text {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-sec03-text img {
    width: 82.4vw;
  }
}

.p-sec03-term {
  text-align: center;
  margin-bottom: 30px;
}
.p-sec03-term img {
  width: 427px;
}
@media screen and (max-width: 736px) {
  .p-sec03-term {
    margin-bottom: 6.6666666667vw;
  }
  .p-sec03-term img {
    width: 75.2vw;
  }
}

.p-sec03-filter-text {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .p-sec03-filter-text {
    margin-bottom: 4vw;
  }
  .p-sec03-filter-text img {
    width: 80vw;
  }
}

.p-filter-area {
  margin-left: 30px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 736px) {
  .p-filter-area {
    margin-left: 3.2vw;
    margin-right: 3.2vw;
    gap: 1.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-filter-heading {
  text-align: center;
  margin-bottom: 17px;
}
.p-filter-heading img {
  height: 15px;
}
@media screen and (max-width: 736px) {
  .p-filter-heading {
    margin-bottom: 4vw;
  }
  .p-filter-heading img {
    height: 4vw;
  }
}

.p-filter-facility {
  background-color: #f8f8f8;
  padding: 15px;
  width: 70%;
}
@media screen and (max-width: 736px) {
  .p-filter-facility {
    width: 100%;
    padding: 2.9333333333vw;
  }
}

.p-filter-category {
  background-color: #f8f8f8;
  padding: 15px;
  width: 30%;
}
@media screen and (max-width: 736px) {
  .p-filter-category {
    width: 100%;
    padding: 2.9333333333vw;
  }
}

.p-filter-facility .p-filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px 5px;
  max-width: 560px;
  margin-inline: auto;
}
@media screen and (max-width: 736px) {
  .p-filter-facility .p-filter-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    gap: 2.1333333333vw;
  }
}

.p-filter-category .p-filter-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 7px 5px;
  max-width: 185px; /* 全体幅調整 */
  margin-inline: auto;
}
@media screen and (max-width: 736px) {
  .p-filter-category .p-filter-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    gap: 2.1333333333vw;
  }
}

.p-filter-group button {
  padding: 5px 20px;
  border: 1px solid #614c34;
  border-radius: 9999px;
  background: #fff;
  color: #614c34;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 736px) {
  .p-filter-group button {
    font-size: 3.2vw;
    padding: 1.3333333333vw 4.2666666667vw;
  }
}
.p-filter-group button.is-active {
  background-color: #614c34;
  color: #fff;
}

.p-sec04-text {
  display: block;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-sec04-text img {
  width: 350px;
}
@media screen and (max-width: 736px) {
  .p-sec04-text {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-sec04-text img {
    width: 64.5333333333vw;
  }
}

.p-sec04-facilities {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  .p-sec04-facilities {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}

.p-sec04-facilities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  .p-sec04-facilities__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-sec04-facilities__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .p-sec04-facilities__item {
    width: 100%;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.p-sec04-facilities__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-image: url("../img/border02.svg");
  background-position: center;
  background-repeat: repeat-x;
  -webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(6%) saturate(2244%) hue-rotate(3deg) brightness(90%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(78%) sepia(6%) saturate(2244%) hue-rotate(3deg) brightness(90%) contrast(104%);
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 737px) {
  .p-sec04-facilities__item:nth-child(odd)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-image: url("../img/border01.svg");
    background-position: center;
    background-repeat: repeat-y;
    -webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(6%) saturate(2244%) hue-rotate(3deg) brightness(90%) contrast(104%);
            filter: brightness(0) saturate(100%) invert(78%) sepia(6%) saturate(2244%) hue-rotate(3deg) brightness(90%) contrast(104%);
    top: 0;
    right: 0;
  }
}
.p-sec04-facilities__item-title {
  margin-top: 30px;
  margin-bottom: 25px;
  margin-inline: auto;
}
.p-sec04-facilities__item-title img {
  height: 26px;
}
@media screen and (max-width: 736px) {
  .p-sec04-facilities__item-title {
    margin-top: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .p-sec04-facilities__item-title img {
    height: 5.8666666667vw;
  }
}
.p-sec04-facilities__item-img {
  width: 350px;
}
@media screen and (max-width: 736px) {
  .p-sec04-facilities__item-img {
    width: 100%;
  }
}
.p-sec04-facilities__item-info {
  margin-top: 30px;
  margin-bottom: 15px;
}
.p-sec04-facilities__item-info img {
  height: 104px;
}
@media screen and (max-width: 736px) {
  .p-sec04-facilities__item-info {
    margin-top: 6.6666666667vw;
    margin-bottom: 4vw;
  }
  .p-sec04-facilities__item-info img {
    height: 22.9333333333vw;
  }
}
.p-sec04-facilities__item .c-note {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .p-sec04-facilities__item .c-note {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}

.p-sec04-info {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-sec04-info img {
  height: 165px;
}
@media screen and (max-width: 736px) {
  .p-sec04-info {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-sec04-info img {
    height: 64.5333333333vw;
  }
}

@media screen and (max-width: 736px) {
  .p-sec04-entry {
    margin-left: -0.8vw;
    margin-right: -0.8vw;
  }
}

.p-sec04-line {
  background-color: #FFFCDA;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  padding-top: 25px;
}
@media screen and (max-width: 736px) {
  .p-sec04-line {
    border-radius: 2.6666666667vw;
    margin-top: 4vw;
    padding: 3.2vw;
    padding-top: 4vw;
    margin-left: -0.8vw;
    margin-right: -0.8vw;
  }
}

.p-sec04-line__heading {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .p-sec04-line__heading {
    margin-bottom: 5.3333333333vw;
  }
}

.p-sec04-line__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 736px) {
  .p-sec04-line__list {
    gap: 2.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-sec04-line__item {
  background-color: #fff;
  width: calc((100% - 2.6666666667vw) / 2);
  border-radius: 9px;
  padding: 10px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .p-sec04-line__item {
    border-radius: 2.4vw;
    padding: 2.6666666667vw;
    padding-bottom: 4vw;
  }
}

.p-sec04-line__facility {
  font-size: 14px;
  font-weight: 600;
  color: #614c34;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .p-sec04-line__facility {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-sec04-line__btn {
  width: 180px;
}
@media screen and (min-width: 737px) {
  .p-sec04-line__btn:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
@media screen and (max-width: 736px) {
  .p-sec04-line__btn {
    width: 34.6666666667vw;
  }
}

.p-sec04-line__logo {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .p-sec04-line__logo {
    max-height: 16vw;
    max-width: 26.6666666667vw;
  }
}

.p-sec05 {
  position: relative;
}
.p-sec05::after {
  position: absolute;
  content: "";
  background: url(../img/sec05-camera.png);
  background-size: contain;
  width: 104px;
  height: 100px;
  right: 101px;
  bottom: 223px;
}
@media screen and (max-width: 736px) {
  .p-sec05::after {
    width: 12.8vw;
    height: 12.2666666667vw;
    right: 2.6666666667vw;
    bottom: 3.7333333333vw;
  }
}

.p-sec05-text {
  display: block;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-sec05-text img {
  width: 662px;
}
@media screen and (max-width: 736px) {
  .p-sec05-text {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-sec05-text img {
    width: 66.9333333333vw;
  }
}

.p-sec05-term {
  text-align: center;
  margin-bottom: 30px;
}
.p-sec05-term img {
  width: 427px;
}
@media screen and (max-width: 736px) {
  .p-sec05-term {
    margin-bottom: 6.6666666667vw;
  }
  .p-sec05-term img {
    width: 70.9333333333vw;
  }
}

.p-sec05-img {
  width: 430px;
  margin-inline: auto;
}
.p-sec05-img figcaption {
  font-size: 14px;
  margin-top: 8px;
  text-align: right;
}
@media screen and (max-width: 736px) {
  .p-sec05-img {
    width: calc(100% - 6.4vw);
  }
  .p-sec05-img figcaption {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}

.p-sec05-facilities {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 35px;
}
@media screen and (max-width: 736px) {
  .p-sec05-facilities {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 6.6666666667vw;
  }
}

.p-sec05-facilities__inner {
  text-align: center;
}
.p-sec05-facilities__inner img {
  width: 726px;
}
@media screen and (max-width: 736px) {
  .p-sec05-facilities__inner {
    margin-top: 4vw;
  }
  .p-sec05-facilities__inner img {
    width: 100%;
  }
}

.p-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 15px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .p-shop-list {
    margin-left: 3.2vw;
    margin-right: 3.2vw;
    margin-top: 5.3333333333vw;
    gap: 4vw;
  }
}

.p-shop-card {
  width: calc((100% - 30px) / 3);
  border-radius: 10px;
  border: 1px solid #FFBABB;
  color: #614c34;
}
@media screen and (max-width: 736px) {
  .p-shop-card {
    width: 100%;
    border-radius: 2.6666666667vw;
  }
}

.p-shop-card[data-category=collabo] {
  position: relative;
}
.p-shop-card[data-category=collabo]::before {
  position: absolute;
  content: "";
  background: url(../img/label01.png);
  width: 67px;
  height: 78px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -9px;
  right: 8px;
}
@media screen and (max-width: 736px) {
  .p-shop-card[data-category=collabo]::before {
    width: 17.8666666667vw;
    height: 20.8vw;
    top: -2.4vw;
    right: 2.1333333333vw;
  }
}

.p-shop-card[data-category=corner] {
  position: relative;
  border-color: #FFBC98;
}
.p-shop-card[data-category=corner]::before {
  position: absolute;
  content: "";
  background: url(../img/label02.png);
  width: 67px;
  height: 78px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -9px;
  right: 8px;
}
@media screen and (max-width: 736px) {
  .p-shop-card[data-category=corner]::before {
    width: 17.8666666667vw;
    height: 20.8vw;
    top: -2.4vw;
    right: 2.1333333333vw;
  }
}

.p-shop-card__head {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFEBEC), to(#FFF));
  background: linear-gradient(180deg, #FFEBEC 50%, #FFF 100%);
  border-radius: 9px;
  padding: 9px 10px;
}
@media screen and (max-width: 736px) {
  .p-shop-card__head {
    border-radius: 2.4vw;
    padding: 2.4vw 2.6666666667vw;
  }
}

.p-shop-card[data-category=corner] .p-shop-card__head {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFE5CE), to(#FFF));
  background: linear-gradient(180deg, #FFE5CE 50%, #FFF 100%);
}

.p-shop-card__body {
  padding: 9px 9px 16px;
}
@media screen and (max-width: 736px) {
  .p-shop-card__body {
    padding: 2.4vw 2.4vw 4.2666666667vw;
  }
}

.p-shop-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .p-shop-facility {
    gap: 1.8666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-shop-facility__name {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  max-width: 130px;
}
@media screen and (max-width: 736px) {
  .p-shop-facility__name {
    font-size: 3.2vw;
    max-width: 34.6666666667vw;
  }
}

.p-shop-logo {
  width: 81px;
  height: 42px;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  .p-shop-logo {
    width: 21.6vw;
    height: 11.2vw;
  }
}
.p-shop-logo.-odakyu-ace {
  background-image: url("../img/logo-odakyu-ace.svg");
  background-size: 70px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .p-shop-logo.-odakyu-ace {
    background-size: 18.6666666667vw auto;
  }
}
.p-shop-logo.-kyodo-corty {
  background-image: url("../img/logo-kyodo-corty.svg");
  background-size: 55px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .p-shop-logo.-kyodo-corty {
    background-size: 14.6666666667vw auto;
  }
}
.p-shop-logo.-seijo-corty {
  background-image: url("../img/logo-seijo-corty.svg");
  background-size: 55px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .p-shop-logo.-seijo-corty {
    background-size: 14.6666666667vw auto;
  }
}
.p-shop-logo.-l-mylord {
  background-image: url("../img/logo-l-mylord.svg");
  background-size: 70px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .p-shop-logo.-l-mylord {
    background-size: 18.6666666667vw auto;
  }
}
.p-shop-logo.-so-ss {
  background-image: url("../img/logo-so-ss.svg");
  background-size: 70px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .p-shop-logo.-so-ss {
    background-size: 18.6666666667vw auto;
  }
}
.p-shop-logo.-vinawalk {
  background-image: url("../img/logo-vinawalk.svg");
  background-size: 70px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .p-shop-logo.-vinawalk {
    background-size: 18.6666666667vw auto;
  }
}
.p-shop-logo.-honatsugi-mylord {
  background-image: url("../img/logo-honatsugi-mylord.svg");
  background-size: 67px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 736px) {
  .p-shop-logo.-honatsugi-mylord {
    background-size: 17.8666666667vw auto;
  }
}

.p-shop-name {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.p-shop-name a {
  text-decoration: underline;
}
@media screen and (min-width: 737px) {
  .p-shop-name a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 736px) {
  .p-shop-name {
    font-size: 4.2666666667vw;
  }
}

.p-shop-category {
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  .p-shop-category {
    font-size: 3.4666666667vw;
  }
}

.p-shop-img {
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .p-shop-img {
    margin-bottom: 4vw;
  }
}

.p-shop-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 736px) {
  .p-shop-item {
    font-size: 4.2666666667vw;
  }
}

.p-shop-yen {
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  .p-shop-yen {
    font-size: 3.4666666667vw;
  }
}

.p-shop-tax {
  font-size: 13px;
  margin-left: 2px;
}
@media screen and (max-width: 736px) {
  .p-shop-tax {
    font-size: 3.4666666667vw;
    margin-left: 0.5333333333vw;
  }
}

.p-shop-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 736px) {
  .p-shop-text {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.p-shop-text.-bottom {
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .p-shop-text.-bottom {
    margin-top: 2.6666666667vw;
  }
}

.p-shop-text + .p-shop-item {
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  .p-shop-text + .p-shop-item {
    margin-top: 4vw;
  }
}

.p-shop-text__strong {
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .p-shop-text__strong {
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-splide {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1085px) {
  .p-splide .splide__track {
    max-width: 1400px;
    width: 100%;
  }
}
.p-splide .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.p-splide .splide__slide {
  width: calc((100% - 50px) / 11);
}
@media screen and (min-width: 737px) {
  .p-splide .splide__slide:hover {
    opacity: 0.7;
  }
}
.p-splide .splide__slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-splide .splide__slide p {
  font-size: 10px;
  text-align: center;
  color: #231815;
}
@media (min-width: 1300px) {
  .p-splide .splide__slide p {
    white-space: nowrap;
  }
}
.p-splide .splide__slide img {
  height: 60px;
}
.p-splide .splide__slide:nth-child(1) img {
  width: 45px;
}
.p-splide .splide__slide:nth-child(2) img {
  width: 40px;
}
.p-splide .splide__slide:nth-child(3) img {
  width: 50px;
}
.p-splide .splide__slide:nth-child(4) img {
  width: 80px;
}
.p-splide .splide__slide:nth-child(5) img {
  width: 70px;
}
.p-splide .splide__slide:nth-child(6) img {
  width: 70px;
}
.p-splide .splide__slide:nth-child(7) img {
  width: 70px;
}
.p-splide .splide__slide:nth-child(7) {
  margin-right: 10px;
}
.p-splide .splide__slide:nth-child(8) img {
  width: 85px;
}
.p-splide .splide__slide:nth-child(9) img {
  width: 80px;
}
.p-splide .splide__slide:nth-child(10) img {
  width: 65px;
}
.p-splide .splide__slide:nth-child(11) img {
  width: 80px;
}

@media screen and (max-width: 736px) {
  .p-splide {
    padding-top: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-splide .splide__track {
    max-width: 335px;
    margin-inline: auto;
  }
  .p-splide .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
  .p-splide .splide__slide {
    width: 50%;
    padding-bottom: 20px;
    border-bottom: 1px solid #b9b9b9;
  }
  .p-splide .splide__slide:last-of-type {
    border-bottom: none;
  }
  .p-splide .splide__slide img {
    height: 60px;
  }
  .p-splide .splide__slide:nth-child(1) img {
    width: 60px;
  }
  .p-splide .splide__slide:nth-child(2) img {
    width: 52px;
  }
  .p-splide .splide__slide:nth-child(3) img {
    width: 68px;
  }
  .p-splide .splide__slide:nth-child(4) img {
    width: 102px;
  }
  .p-splide .splide__slide:nth-child(5) img {
    width: 90px;
  }
  .p-splide .splide__slide:nth-child(6) img {
    width: 90px;
  }
  .p-splide .splide__slide:nth-child(7) img {
    width: 89px;
  }
  .p-splide .splide__slide:nth-child(7) {
    margin-right: 0;
  }
  .p-splide .splide__slide:nth-child(8) img {
    width: 95px;
  }
  .p-splide .splide__slide:nth-child(9) img {
    width: 100px;
  }
  .p-splide .splide__slide:nth-child(10) img {
    width: 90px;
  }
  .p-splide .splide__slide:nth-child(11) img {
    width: 97px;
  }
}
.p-back-to-top {
  position: fixed;
  width: 140px;
  height: 148px;
  bottom: 20px;
  right: 20px;
  background: url("../img/btn-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (min-width: 737px) {
  .p-back-to-top:hover {
    -webkit-filter: brightness(1.04);
            filter: brightness(1.04);
  }
}
@media screen and (max-width: 736px) {
  .p-back-to-top {
    width: 24vw;
    height: 24.5333333333vw;
    bottom: 2.6666666667vw;
    right: 1.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */