:root {
  --pc: 1600 * 100vw;
  --sp: 375 * 100vw;
}

* {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

ul li {
  list-style: none;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: #000;
}

.sp {
  display: none;
}

.hidden {
  display: none !important;
}

.more {
  display: block;
  width: 270px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  text-align: center;
  background: #FFFAED;
}
.more.black {
  background: #000;
  color: #FFFAED;
}
.more.border {
  border: 1px solid #D0CAB9;
}

.motto {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 7px;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.motto.white {
  color: #fff;
}
.motto span {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
  position: relative;
  vertical-align: middle;
}
.motto span::before, .motto span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.motto span::before {
  width: 9px;
  height: 1px;
  border-top: 1px solid #000;
}
.motto span::after {
  width: 1px;
  height: 9px;
  border-left: 1px solid #000;
}

.icon-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.icon-title span {
  font-size: 14px;
  letter-spacing: 0.05em;
  display: block;
}
.icon-title::before {
  display: block;
  content: "";
  margin: 0 auto;
}
.icon-title.mtfuji::before {
  width: 55px;
  height: 24px;
  background: url(../img/common/icon-fuji.svg) no-repeat;
  background-size: cover;
  margin-bottom: 14px;
}
.icon-title.paper::before {
  width: 42px;
  height: 27px;
  background: url(../img/common/icon-paper.svg) no-repeat;
  background-size: cover;
  margin-bottom: 12px;
}
.icon-title.cafe {
  color: #FFFAED;
}
.icon-title.cafe::before {
  width: 42px;
  height: 34px;
  background: url(../img/common/icon-cafe.svg) no-repeat;
  background-size: cover;
  margin-bottom: 13px;
}
.icon-title.map {
  color: #FFFAED;
}
.icon-title.map::before {
  width: 20px;
  height: 28px;
  background: url(../img/common/icon-map.svg) no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}
.icon-title.qa {
  color: #FFFAED;
}
.icon-title.qa::before {
  width: 19px;
  height: 28px;
  background: url(../img/common/icon-qa.svg) no-repeat;
  background-size: cover;
  margin-bottom: 14px;
}
.icon-title.qa2::before {
  width: 19px;
  height: 28px;
  background: url(../img/common/icon-qa2.svg) no-repeat;
  background-size: cover;
  margin-bottom: 14px;
}

.icon-title2 {
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}
.icon-title2::before {
  display: inline-block;
  content: "";
}
.icon-title2.paper::before {
  width: 30px;
  height: 18px;
  background: url(../img/common/icon-paper.svg) no-repeat;
  background-size: cover;
  margin-right: 7px;
}

.merit-list {
  margin-top: 39px;
}
.merit-list ul {
  display: flex;
  gap: 0 16px;
  justify-content: center;
  align-items: flex-start;
}
.merit-list ul li {
  width: 52px;
}
.merit-list ul li .name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 18px;
  margin-top: 7px;
  white-space: nowrap;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 0.05em;
  color: #FFFAED;
}

.facility-menu {
  position: absolute;
  top: 92px;
  right: 24px;
}
.facility-menu ul {
  display: flex;
  gap: 0 12px;
}
.facility-menu ul li {
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  border-radius: 100%;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 8px;
  line-height: 100%;
  padding-top: 37px;
  text-align: center;
  transition: 0.3s;
}
.facility-menu ul li:hover, .facility-menu ul li.active {
  background: #000;
  color: #fff;
}
.facility-menu ul li:hover.list::after, .facility-menu ul li.active.list::after {
  filter: unset;
}
.facility-menu ul li:hover.favorite::after, .facility-menu ul li.active.favorite::after {
  filter: brightness(160%);
}
.facility-menu ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.facility-menu ul li::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.facility-menu ul li.map::after {
  width: 28px;
  height: 26px;
  background: url(../img/common/facility-menu-map.png) no-repeat;
  background-size: cover;
  top: 8px;
  filter: brightness(200%);
}
.facility-menu ul li.list::after {
  width: 24px;
  height: 16px;
  background: url(../img/common/facility-menu-list.png) no-repeat;
  background-size: cover;
  top: 15px;
  filter: brightness(0%);
}
.facility-menu ul li.favorite::after {
  width: 22px;
  height: 19px;
  background: url(../img/common/facility-menu-heart.png) no-repeat;
  background-size: cover;
  top: 14px;
}

.fade, .fade-up {
  opacity: 0;
}

.fade.active {
  animation: fade 1s ease-in-out forwards;
}

.fade-up.active {
  animation: fade-up 1s ease-in-out forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 20;
  transition: transform 0.4s ease-out;
  padding: calc(10 / var(--pc)) calc(24 / var(--pc));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.visible {
  transform: translateY(0);
}
header:not(.visible) {
  transform: translateY(-100%);
}
header .menu-trigger {
  width: calc(48 / var(--pc));
  height: calc(48 / var(--pc));
  border-radius: 100%;
  border: calc(2 / var(--pc)) solid #FFFAED;
  background: #000;
  position: relative;
  cursor: pointer;
}
header .menu-trigger span {
  width: calc(19 / var(--pc));
  height: calc(2 / var(--pc));
  border-top: calc(2 / var(--pc)) solid #FFFAED;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .menu-trigger span:nth-of-type(1) {
  top: calc(14 / var(--pc));
}
header .menu-trigger span:nth-of-type(2) {
  top: calc(22 / var(--pc));
}
header .menu-trigger span:nth-of-type(3) {
  top: calc(30 / var(--pc));
}
header .menu-trigger.active {
  transform: rotate(45deg);
}
header .menu-trigger.active span:nth-of-type(1), header .menu-trigger.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
header .menu-trigger.active span:nth-of-type(2) {
  width: calc(2 / var(--pc));
  height: calc(19 / var(--pc));
  border-top: none;
  border-left: calc(2 / var(--pc)) solid #FFFAED;
}
header .menu-trigger.active span:nth-of-type(3) {
  display: none;
}
header .menu-box {
  width: 100%;
  background: #000;
  position: fixed;
  top: calc(68 / var(--pc));
  left: 0;
  padding: calc(40 / var(--pc));
  opacity: 0;
  transition: 0.6s;
  z-index: 20;
  pointer-events: none;
}
header .menu-box.active {
  opacity: 1;
  pointer-events: auto;
}
header .menu-box ul li {
  display: flex;
  align-items: center;
  gap: 0 calc(14 / var(--pc));
  position: relative;
}
header .menu-box ul li:not(:last-child) {
  margin-bottom: calc(20 / var(--pc));
}
header .menu-box ul li::before, header .menu-box ul li::after {
  display: inline-block;
  content: "";
}
header .menu-box ul li::before {
  width: calc(20 / var(--pc));
  height: calc(20 / var(--pc));
  border: 1px solid #FFF;
  border-radius: 100%;
}
header .menu-box ul li::after {
  width: calc(6 / var(--pc));
  height: calc(6 / var(--pc));
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: calc(5 / var(--pc));
}
header .menu-box ul li a {
  font-size: calc(16 / var(--pc));
  letter-spacing: 0.05em;
  color: #FFFAED;
}
header .info a {
  color: #fff;
  font-size: calc(16 / var(--pc));
}
header .header-language {
  width: calc(90 / var(--pc));
  height: calc(32 / var(--pc));
  border: 1px solid #FFFAED;
  border-radius: calc(3 / var(--pc));
  box-shadow: 1px 1px 0.5px 0px rgba(0, 0, 0, 0.16);
  background: #000;
  color: #fff;
  font-size: calc(10 / var(--pc));
  letter-spacing: 0.02em;
  font-family: "Inter", serif;
  line-height: calc(32 / var(--pc));
  position: relative;
}
header .header-language span {
  display: block;
  height: 100%;
  padding: 0 calc(26 / var(--pc)) 0 calc(16 / var(--pc));
  position: relative;
  cursor: pointer;
}
header .header-language span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(10 / var(--pc));
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
header .header-language ul {
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: calc(3 / var(--pc));
  border: 1px solid #FFFAED;
  background: #000;
  box-shadow: 1px 1px 0.5px 0px rgba(0, 0, 0, 0.16);
}
header .header-language ul.active {
  display: block;
}
header .header-language ul li {
  line-height: calc(32 / var(--pc));
  white-space: nowrap;
  cursor: pointer;
}
header .header-language ul li a {
  display: block;
  padding: 0 calc(26 / var(--pc)) 0 calc(16 / var(--pc));
  color: #fff;
}

.content .pagination {
  margin: 48px auto 0;
}
.content .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.content .pagination ul li .current {
  position: relative;
  margin: 0 20px;
  z-index: 0;
}
.content .pagination ul li .current::before {
  z-index: -1;
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.content .pagination ul .prev, .content .pagination ul .next {
  width: 8px;
  height: 14px;
  display: block;
  position: relative;
}
.content .pagination ul .prev::before, .content .pagination ul .next::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
}
.content .pagination ul .prev {
  margin-right: 37px;
}
.content .pagination ul .prev::before {
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
  left: 50%;
}
.content .pagination ul .next {
  margin-left: 37px;
}
.content .pagination ul .next::before {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
.content section.breadcrumbs {
  background: #FFFAED;
  padding-bottom: 55px;
}
.content section.breadcrumbs .breadcrumbs-container {
  width: 1000px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.content section.breadcrumbs .breadcrumbs-container .breadcrumb__item {
  display: inline;
}
.content section.breadcrumbs .breadcrumbs-container .breadcrumb__item a::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  margin: 0 11px 0 8px;
  vertical-align: middle;
}
.content section .triangle li {
  display: flex;
  align-items: baseline;
  gap: 0 6px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.content section .triangle li:not(:last-child) {
  margin-bottom: 9px;
}
.content section .triangle li::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #000000;
  border-right: 0;
}
.content section .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.content section .category-list .category {
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 0 9px;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.content section .spot {
  background: #0099DB;
  color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 0 13px;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 5px;
}
.content section .favorite-btn {
  z-index: 3;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  cursor: pointer;
}
.content section .favorite-btn.active::after {
  background: url(../img/common/heart_on.png) no-repeat;
  background-size: cover;
}
.content section .favorite-btn::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/heart.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content section .search-sort {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 47px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D0CAB9;
  position: relative;
}
.content section .search-sort .search-trigger {
  display: block;
  background: #000;
  color: #FFFAED;
  border-radius: 22px;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.05em;
  width: 270px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.content section .search-sort .search-trigger::before, .content section .search-sort .search-trigger::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.content section .search-sort .search-trigger::before {
  width: 10px;
  height: 2px;
  border-top: 2px solid #fff;
  right: 58px;
}
.content section .search-sort .search-trigger::after {
  width: 2px;
  height: 10px;
  border-left: 2px solid #fff;
  right: 62px;
}
.content section .search-sort .search-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 720px;
  background: #000;
  border-radius: 22px;
  z-index: 10;
  padding-bottom: 24px;
  display: none;
}
.content section .search-sort .search-box.active {
  display: block;
}
.content section .search-sort .search-box .close-head {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #FFFAED;
  border-bottom: 1px solid #fff;
  padding: 14px 0 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.content section .search-sort .search-box .close-head::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 2px;
  border-top: 2px solid #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
}
.content section .search-sort .search-box dl {
  width: 640px;
  margin: 32px auto 0;
}
.content section .search-sort .search-box dl dt {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
}
.content section .search-sort .search-box dl dd {
  margin-top: 12px;
  padding-bottom: 20px;
}
.content section .search-sort .search-box dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.content section .search-sort .search-box dl dd ul li {
  width: 154px;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.content section .search-sort .search-box dl dd ul li.active {
  background: #0099DB;
  color: #fff;
}
@media (hover: hover) {
  .content section .search-sort .search-box dl dd ul li:hover {
    background: #0099DB;
    color: #fff;
  }
}
.content section .search-sort .search-box dl dd + dt {
  padding-top: 20px;
  border-top: 1px solid #fff;
}
.content section .search-sort .search-box .close {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content section .search-sort .search-box .close span {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: #fff;
  margin-right: 7px;
  position: relative;
  transform: rotate(45deg);
}
.content section .search-sort .search-box .close span::before, .content section .search-sort .search-box .close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content section .search-sort .search-box .close span::before {
  width: 9px;
  height: 1px;
  border-top: 1px solid #000;
}
.content section .search-sort .search-box .close span::after {
  width: 1px;
  height: 9px;
  border-left: 1px solid #000;
}
.content section .search-sort .sort-select {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0 6px;
}
.content section .search-sort .sort-select::before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/common/icon-sort.svg) no-repeat;
  background-size: cover;
}
.content section .search-sort .sort-select select {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

footer {
  background: #000;
  padding: 104px 20px 45px;
}
footer .footer-logo {
  width: 252px;
  margin: 0 auto;
}
footer .shop-info {
  margin-top: 53px;
}
footer .shop-info h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #FFFAED;
  text-align: center;
}
footer .shop-info .shop-info-container {
  margin: 37px auto 0;
  width: 519px;
}
footer .shop-info .shop-info-container .shop-info-item {
  display: flex;
  align-items: baseline;
  gap: 0 20px;
}
footer .shop-info .shop-info-container .shop-info-item:not(:last-of-type) {
  margin-bottom: 12px;
}
footer .shop-info .shop-info-container .shop-info-item .title {
  background: #FFFAED;
  width: 80px;
  flex-shrink: 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
footer .shop-info .shop-info-container .shop-info-item .content {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #fff;
}
footer .footer-menu {
  width: 364px;
  margin: 51px auto 0;
}
footer .footer-menu ul {
  display: flex;
  justify-content: space-between;
}
footer .footer-menu ul li {
  display: flex;
  align-items: center;
  gap: 0 2px;
}
footer .footer-menu ul li.blank::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-blank.svg) no-repeat;
  background-size: cover;
}
footer .footer-menu ul li a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #fff;
}
footer .footer-sns {
  width: 128px;
  margin: 35px auto 0;
}
footer .footer-sns ul {
  display: flex;
  justify-content: space-between;
  gap: 0 28px;
}
footer .footer-sns ul li {
  width: 24px;
}
footer .copyright {
  margin-top: 36px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #fff;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .more {
    width: calc(270 / var(--sp));
    border-radius: calc(22 / var(--sp));
    font-size: calc(14 / var(--sp));
    line-height: calc(44 / var(--sp));
  }
  .motto {
    gap: 0 calc(7 / var(--sp));
    font-size: calc(14 / var(--sp));
  }
  .motto span {
    width: calc(17 / var(--sp));
    height: calc(17 / var(--sp));
  }
  .motto span::before {
    width: calc(9 / var(--sp));
  }
  .motto span::after {
    height: calc(9 / var(--sp));
  }
  .icon-title {
    font-size: calc(22 / var(--sp));
    line-height: calc(30 / var(--sp));
  }
  .icon-title span {
    font-size: calc(14 / var(--sp));
  }
  .icon-title.mtfuji::before {
    width: calc(55 / var(--sp));
    height: calc(24 / var(--sp));
    margin-bottom: calc(11 / var(--sp));
  }
  .icon-title.paper::before {
    width: calc(42 / var(--sp));
    height: calc(27 / var(--sp));
    margin-bottom: calc(11 / var(--sp));
  }
  .icon-title.cafe::before {
    width: calc(42 / var(--sp));
    height: calc(34 / var(--sp));
    margin-bottom: calc(12 / var(--sp));
  }
  .icon-title.map::before {
    width: calc(20 / var(--sp));
    height: calc(28 / var(--sp));
    margin-bottom: calc(14 / var(--sp));
  }
  .icon-title.qa::before, .icon-title.qa::before {
    width: calc(19 / var(--sp));
    height: calc(28 / var(--sp));
    margin-bottom: calc(12 / var(--sp));
  }
  .icon-title2 {
    font-size: calc(18 / var(--sp));
  }
  .icon-title2.paper::before {
    width: calc(29 / var(--sp));
    height: calc(18 / var(--sp));
    margin-right: calc(6 / var(--sp));
  }
  .merit-list {
    margin-top: calc(24 / var(--sp));
  }
  .merit-list ul {
    gap: 0 calc(16 / var(--sp));
  }
  .merit-list ul li {
    width: calc(52 / var(--sp));
  }
  .merit-list ul li .name {
    min-height: calc(18 / var(--sp));
    margin-top: calc(2 / var(--sp));
    font-size: calc(8 / var(--sp));
    line-height: calc(9 / var(--sp));
  }
  .facility-menu {
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0;
    background: #000;
    color: #FFFAED;
    width: 100%;
    z-index: 11;
  }
  .facility-menu ul {
    gap: 0;
  }
  .facility-menu ul li {
    width: 33.3333333333%;
    height: calc(60 / var(--sp));
    border: none;
    border-radius: 0;
    font-size: calc(8 / var(--sp));
    padding-top: calc(40 / var(--sp));
  }
  .facility-menu ul li:hover, .facility-menu ul li.active {
    background: unset;
    color: unset;
  }
  .facility-menu ul li:hover.list::after, .facility-menu ul li.active.list::after {
    filter: saturate(0%);
  }
  .facility-menu ul li:hover.favorite::after, .facility-menu ul li.active.favorite::after {
    filter: unset;
  }
  .facility-menu ul li.map {
    order: 1;
  }
  .facility-menu ul li.map::after {
    width: calc(32 / var(--sp));
    height: calc(30 / var(--sp));
    top: calc(7 / var(--sp));
    filter: unset;
  }
  .facility-menu ul li.list {
    order: 3;
  }
  .facility-menu ul li.list::after {
    width: calc(26 / var(--sp));
    height: calc(18 / var(--sp));
    top: calc(15 / var(--sp));
    filter: saturate(0%);
  }
  .facility-menu ul li.favorite {
    order: 2;
  }
  .facility-menu ul li.favorite::after {
    width: calc(34 / var(--sp));
    height: calc(29 / var(--sp));
    top: calc(1 / var(--sp));
  }
  .facility-menu ul li.favorite::before {
    display: block;
    content: "";
    width: calc(88 / var(--sp));
    height: calc(88 / var(--sp));
    border-radius: 100%;
    background: #000;
    position: absolute;
    top: calc(-24 / var(--sp));
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  header {
    transition: transform 0.4s ease-out;
    padding: calc(10 / var(--sp)) calc(14 / var(--sp));
  }
  header .menu-trigger {
    width: calc(48 / var(--sp));
    height: calc(48 / var(--sp));
    border: calc(2 / var(--sp)) solid #FFFAED;
  }
  header .menu-trigger span {
    width: calc(19 / var(--sp));
    height: calc(2 / var(--sp));
    border-top: calc(2 / var(--sp)) solid #FFFAED;
  }
  header .menu-trigger span:nth-of-type(1) {
    top: calc(14 / var(--sp));
  }
  header .menu-trigger span:nth-of-type(2) {
    top: calc(22 / var(--sp));
  }
  header .menu-trigger span:nth-of-type(3) {
    top: calc(30 / var(--sp));
  }
  header .menu-trigger.active span:nth-of-type(2) {
    width: calc(2 / var(--sp));
    height: calc(19 / var(--sp));
    border-left: calc(2 / var(--sp)) solid #FFFAED;
  }
  header .menu-box {
    position: fixed;
    top: calc(68 / var(--sp));
    padding: calc(40 / var(--sp));
  }
  header .menu-box ul li {
    gap: 0 calc(14 / var(--sp));
  }
  header .menu-box ul li:not(:last-child) {
    margin-bottom: calc(20 / var(--sp));
  }
  header .menu-box ul li::before {
    width: calc(20 / var(--sp));
    height: calc(20 / var(--sp));
  }
  header .menu-box ul li::after {
    width: calc(6 / var(--sp));
    height: calc(6 / var(--sp));
    left: calc(5 / var(--sp));
  }
  header .menu-box ul li a {
    font-size: calc(16 / var(--sp));
  }
  header .info a {
    font-size: calc(13 / var(--sp));
  }
  header .header-language {
    width: calc(80 / var(--sp));
    height: calc(32 / var(--sp));
    border-radius: calc(3 / var(--sp));
    font-size: calc(10 / var(--sp));
    line-height: calc(32 / var(--sp));
  }
  header .header-language span {
    padding: 0 calc(22 / var(--sp)) 0 calc(10 / var(--sp));
  }
  header .header-language span::after {
    right: calc(9 / var(-sp));
    border-right: calc(5 / var(--sp)) solid transparent;
    border-left: calc(5 / var(--sp)) solid transparent;
    border-top: calc(6 / var(--sp)) solid #ffffff;
    border-bottom: 0;
  }
  header .header-language ul {
    border-radius: calc(3 / var(--sp));
  }
  header .header-language ul li {
    line-height: calc(32 / var(--sp));
  }
  header .header-language ul li a {
    padding: 0 calc(22 / var(--sp)) 0 calc(10 / var(--sp));
  }
  .content .pagination {
    margin-top: calc(51 / var(--sp));
  }
  .content .pagination ul {
    gap: 0 calc(23 / var(--sp));
    font-size: calc(14 / var(--sp));
    line-height: calc(14 / var(--sp));
  }
  .content .pagination ul li .current {
    margin: 0 calc(17 / var(--sp));
  }
  .content .pagination ul li .current::before {
    width: calc(36 / var(--sp));
    height: calc(36 / var(--sp));
  }
  .content .pagination ul .prev, .content .pagination ul .next {
    width: calc(8 / var(--sp));
    height: calc(14 / var(--sp));
  }
  .content .pagination ul .prev::before, .content .pagination ul .next::before {
    width: calc(10 / var(--sp));
    height: calc(10 / var(--sp));
  }
  .content .pagination ul .prev {
    margin-right: calc(16 / var(--sp));
  }
  .content .pagination ul .next {
    margin-left: calc(16 / var(--sp));
  }
  .content section.breadcrumbs {
    padding-bottom: calc(39 / var(--sp));
    overflow-x: scroll;
  }
  .content section.breadcrumbs .breadcrumbs-container {
    width: calc(350 / var(--sp));
    font-size: calc(12 / var(--sp));
  }
  .content section.breadcrumbs .breadcrumbs-container a::after {
    width: calc(6 / var(--sp));
    height: calc(6 / var(--sp));
    margin: 0 calc(11 / var(--sp)) 0 calc(8 / var(--sp));
  }
  .content section .triangle li {
    gap: 0 calc(6 / var(--sp));
    font-size: calc(14 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
  .content section .triangle li:not(:last-child) {
    margin-bottom: calc(9 / var(--sp));
  }
  .content section .triangle li::before {
    border-top: calc(5 / var(--sp)) solid transparent;
    border-bottom: calc(5 / var(--sp)) solid transparent;
    border-left: calc(8 / var(--sp)) solid #000000;
  }
  .content section .category-list {
    gap: calc(6 / var(--sp));
  }
  .content section .category-list .category {
    border-radius: calc(3 / var(--sp));
    padding: 0 calc(13 / var(--sp));
    font-size: calc(10 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
  .content section .spot {
    border-radius: calc(3 / var(--sp));
    padding: 0 calc(13 / var(--sp));
    font-size: calc(10 / var(--sp));
    line-height: calc(20 / var(--sp));
    margin-right: calc(5 / var(--sp));
  }
  .content section .favorite-btn {
    top: calc(68 / var(--sp));
    right: calc(8 / var(--sp));
    width: calc(36 / var(--sp));
    height: calc(36 / var(--sp));
  }
  .content section .favorite-btn::after {
    width: calc(16 / var(--sp));
    height: calc(16 / var(--sp));
  }
  .content section .search-sort {
    flex-direction: column;
    align-items: flex-start;
    margin-top: calc(28 / var(--sp));
    padding-bottom: 0;
    border-bottom: none;
  }
  .content section .search-sort .search-trigger {
    border-radius: calc(22 / var(--sp));
    font-size: calc(14 / var(--sp));
    line-height: calc(44 / var(--sp));
    width: 100%;
  }
  .content section .search-sort .search-trigger::before {
    width: calc(10 / var(--sp));
    height: calc(2 / var(--sp));
    border-top: calc(2 / var(--sp)) solid #fff;
    right: calc(98 / var(--sp));
  }
  .content section .search-sort .search-trigger::after {
    width: calc(2 / var(--sp));
    height: calc(10 / var(--sp));
    border-left: calc(2 / var(--sp)) solid #fff;
    right: calc(102 / var(--sp));
  }
  .content section .search-sort .search-box {
    width: calc(350 / var(--sp));
    border-radius: calc(22 / var(--sp));
    padding-bottom: calc(32 / var(--sp));
  }
  .content section .search-sort .search-box .close-head {
    font-size: calc(14 / var(--sp));
    padding: calc(12 / var(--sp)) 0 calc(16 / var(--sp));
  }
  .content section .search-sort .search-box .close-head::after {
    width: calc(10 / var(--sp));
    height: calc(2 / var(--sp));
    border-top: calc(2 / var(--sp)) solid #FFF;
    margin: calc(-2 / var(--sp)) 0 0 calc(15 / var(--sp));
  }
  .content section .search-sort .search-box dl {
    width: calc(318 / var(--sp));
    margin-top: calc(16 / var(--sp));
  }
  .content section .search-sort .search-box dl dt {
    font-size: calc(12 / var(--sp));
  }
  .content section .search-sort .search-box dl dd {
    margin-top: calc(16 / var(--sp));
    padding-bottom: calc(24 / var(--sp));
  }
  .content section .search-sort .search-box dl dd ul {
    gap: calc(8 / var(--sp));
  }
  .content section .search-sort .search-box dl dd ul li {
    width: calc(155 / var(--sp));
    font-size: calc(14 / var(--sp));
    line-height: calc(32 / var(--sp));
    border-radius: calc(4 / var(--sp));
  }
  .content section .search-sort .search-box dl dd + dt {
    padding-top: calc(24 / var(--sp));
  }
  .content section .search-sort .search-box .close {
    margin-top: 0;
    font-size: calc(14 / var(--sp));
  }
  .content section .search-sort .search-box .close span {
    width: calc(17 / var(--sp));
    height: calc(17 / var(--sp));
    margin-right: calc(6 / var(--sp));
  }
  .content section .search-sort .search-box .close span::before {
    width: calc(9 / var(--sp));
  }
  .content section .search-sort .search-box .close span::after {
    height: calc(9 / var(--sp));
  }
  .content section .search-sort .sort-select {
    margin: calc(24 / var(--sp)) 0 0 auto;
    gap: 0 calc(5 / var(--sp));
  }
  .content section .search-sort .sort-select::before {
    width: calc(20 / var(--sp));
    height: calc(20 / var(--sp));
  }
  .content section .search-sort .sort-select select {
    font-size: calc(12 / var(--sp));
    line-height: calc(13 / var(--sp));
  }
  footer {
    padding: calc(80 / var(--sp)) 0 calc(37 / var(--sp));
  }
  footer .footer-logo {
    width: calc(252 / var(--sp));
  }
  footer .shop-info {
    margin-top: calc(54 / var(--sp));
  }
  footer .shop-info h2 {
    font-size: calc(20 / var(--sp));
  }
  footer .shop-info .shop-info-container {
    margin-top: calc(30 / var(--sp));
    width: calc(350 / var(--sp));
  }
  footer .shop-info .shop-info-container .shop-info-item {
    gap: 0 calc(23 / var(--sp));
  }
  footer .shop-info .shop-info-container .shop-info-item:not(:last-of-type) {
    margin-bottom: calc(20 / var(--sp));
  }
  footer .shop-info .shop-info-container .shop-info-item .title {
    width: calc(80 / var(--sp));
    font-size: calc(10 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
  footer .shop-info .shop-info-container .shop-info-item .content {
    font-size: calc(14 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
  footer .footer-menu {
    width: calc(303 / var(--sp));
    margin-top: calc(75 / var(--sp));
  }
  footer .footer-menu ul li {
    gap: 0 calc(2 / var(--sp));
  }
  footer .footer-menu ul li.blank::after {
    width: calc(14 / var(--sp));
    height: calc(14 / var(--sp));
  }
  footer .footer-menu ul li a {
    font-size: calc(14 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
  footer .footer-sns {
    width: calc(124 / var(--sp));
    margin-top: calc(38 / var(--sp));
  }
  footer .footer-sns ul {
    gap: 0 calc(32 / var(--sp));
  }
  footer .footer-sns ul li {
    width: calc(20 / var(--sp));
  }
  footer .copyright {
    margin-top: calc(36 / var(--sp));
    font-size: calc(11 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
}/*# sourceMappingURL=base.css.map */