@charset "UTF-8";
body {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  /* font-family: "Noto Sans CJK JP"; */
  /* color: #000000; */
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.cmp__header {
  z-index: 1000;
}
.footer{
  padding-bottom: 60px;
}
.aioseo-breadcrumbs,
.breadcrumb{
  position: fixed;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 900;
}
article{
  padding: 95px 0 30px;
}
.storeDetail {
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 1.5833333333;
}
/* @media screen and (min-width: 768px) {
  .storeDetail {
    font-size: 14px;
  }
} */
.storeDetail * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.storeDetail p {
  margin: 0px;
}
.storeDetail img {
  vertical-align: top;
  height: auto;
  width: 100%;
}
.storeDetail .hidden {
  display: none;
}
.storeDetail :where(.inner_wrap) {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
/* @media screen and (min-width: 768px) {
  .storeDetail :where(.inner_wrap) {
    padding-left: 40px;
    padding-right: 40px;
  }
} */
/* @media screen and (min-width: 1260px) {
  .storeDetail :where(.inner_wrap) {
    padding-left: calc(50% - 590px);
    padding-right: calc(50% - 590px);
    box-sizing: content-box;
  }
} */
/* @media screen and (min-width: 768px) {
  .storeDetail__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 0;
  }
} */
/* @media screen and (min-width: 1260px) {
  .storeDetail__wrap {
    padding-left: calc(50% - 590px);
    padding-right: calc(50% - 590px);
    box-sizing: content-box;
  }
} */
.storeDetail__column--left {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.storeDetail__column--left__pcOnly {
  display: none;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__column--left__pcOnly {
    display: block;
  }
} */
.storeDetail__column--left__spOnly {
  display: block;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__column--left__spOnly {
    display: none;
  }
} */
.storeDetail__column--left__spOnly.-b {
  border-top: 1px solid #E4E4E4;
}
.storeDetail__column--right {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.storeDetail__navList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.storeDetail__navList__item {
  background: #FCC800;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 12px;
  cursor: pointer;
}
/* .storeDetail__navList__item:nth-child(1) {
  border-width: 1px 0px 1px 1px;
} */
.storeDetail__navList__item:nth-child(2) {
  border: solid #fff;
  border-width: 0px 1px 0px 1px;
}
/* .storeDetail__navList__item a{
  display: inline-block;
  height: 100%;
  width: 100%;
} */
.storeDetail__navList__item a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 14px 10px;
}
.storeDetail__navList__item img{
  display: inline-block;
  margin-left: 5px;
  width: 14px;
}
/* 
.storeDetail__navList__item:nth-child(3) {
  border: solid #000000;
  border-width: 1px 1px 1px 0px;
}
@media screen and (min-width: 768px) {
  .storeDetail__navList__item {
    font-size: 16px;
    padding: 14px 0;
  }
} */
/* .storeDetail__navList__item.active {
  background-color: #000000;
  color: #ffffff;
} */
/* .storeDetail__navList__item.active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  border: 8px solid transparent;
  border-top: 11px solid #000000;
} */
/* @media screen and (min-width: 768px) {
  .storeDetail__navList__item.active:before {
    border: 7px solid transparent;
    border-top: 9px solid #000000;
  }
} */
.storeDetail__navList__item:hover {
  opacity: 0.7;
}
.storeDetail__tabContents {
  display: none;
  padding: 25px 15px 4px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__tabContents {
    padding: 20px 0;
  }
} */
.storeDetail__tabContents.active {
  display: block;
}
.storeDetail__storeName {
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  position: fixed;
  top: 83px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px 15px;
  max-width: 560px;
  min-height: 70px;
  width: 100%;
  z-index: 800;
}
/* @media screen and (min-width: 768px) { */
/* @media screen and (min-width: 560px) {
  .storeDetail__storeName {
    display: flex;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 19px;
    min-height: 44px;
  }
} */
.storeDetail__storeName__brandName {
  height: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__storeName__brandName {
    font-size: 16px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
} */
.storeDetail__storeName__storeName {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  font-feature-settings: "palt";
  /* letter-spacing: 0.6px; */
  padding-right: 70px;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__storeName__storeName {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 20px 0 10px;
  }
} */
.storeDetail__storeName__businessStatus {
  position: absolute;
  width: 62px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 999;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__storeName__businessStatus {
    position: relative;
    width: 124px;
    top: -3px;
    left: 1px;
    flex-shrink: 0;
  }
} */
.storeDetail__gallery {
  border-bottom: 1px solid #E4E4E4;
}
.storeDetail__gallery__image {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__gallery__image {
    max-width: 560px;
    text-align: center;
  }
} */
.storeDetail__gallery__image img {
  width: 100%;
  height: auto;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__gallery__image img {
    width: 100%;
  }
} */
.storeDetail__gallery__image .swiper-button-prev,
.storeDetail__gallery__image .swiper-button-next {
  top: 0%;
  box-sizing: border-box;
  position: absolute;
  line-height: 36px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  color: rgba(255, 255, 255, 0.6);
  top: 50%;
  transform: translateY(-50%);
}
.storeDetail__gallery__image .swiper-button-prev::after,
.storeDetail__gallery__image .swiper-button-next::after {
  font-size: 10.5px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.storeDetail__gallery__image .swiper-button-prev.swiper-button-disabled,
.storeDetail__gallery__image .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.storeDetail__gallery__image .swiper-slide {
  position: relative;
}
.storeDetail__gallery__image .swiper-button-prev {
  left: 0px;
  border-radius: 0 5px 5px 0;
}
.storeDetail__gallery__image .swiper-button-next {
  right: 0px;
  border-radius: 5px 0 0 5px;
}
.storeDetail__gallery__image .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 1;
  transition: background 0.3s, border 0.3s;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__gallery__image .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
} */
.storeDetail__gallery__image .swiper-pagination-bullet-active {
  background: white;
  border-color: white;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__gallery__image .swiper-slide-active {
    text-align: right;
  }
  .storeDetail__gallery__image .swiper-slide-next {
    text-align: left;
  }
} */
.storeDetail__gallery__txt {
  position: absolute;
  color: #fff;
  top: 0px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  line-height: 1;
  padding: 13px 0;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__gallery__txt {
    font-size: 18px;
  }
} */
.storeDetail__gallery__txt__brand {
  font-size: 10px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__gallery__txt__brand {
    font-size: 14px;
  }
} */
.storeDetail__gallery__link {
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 14px;
  padding: 25px 0;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__gallery__link {
    font-size: 16px;
    padding: 25px 0 30px;
  }
} */
.storeDetail__gallery__link::after {
  content: "";
  width: 12px;
  height: 7px;
  margin-top: -3px;
  background-image: url(../../assets/locations-detail/img/arrow-under.svg);
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  top: 50%;
  rotate: 270deg;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__gallery__link::after {
    margin-top: -5px;
  }
} */
.storeDetail__place {
  padding: 0 15px 10px;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__place {
    padding: 15px 0;
  }
} */
.storeDetail__place__item {
  padding: 8px 0;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__place__item {
    padding: 9px 0;
  }
} */
.storeDetail__place__item:last-child {
  border-top: 1px solid #E4E4E4;
}
.storeDetail__place--head {
  display: flex;
  align-items: center;
  gap: 2px;
}
.storeDetail__place--head img {
  width: 14px;
  height: 14px;
}
.storeDetail__place--head p {
  font-weight: 700;
}
.storeDetail__place p {
  font-size: 14px;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__place p {
    font-size: 16px;
  }
} */
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__info > div {
    max-width: 720px;
    margin: auto;
  }
} */
.storeDetail__info__inner {
  padding: 10px 15px 5px;
}
.storeDetail__info__buttonLinkWrap {
  display: grid;
  gap: 12px;
}
/* @media screen and (min-width: 768px) { */
  /* .storeDetail__info__buttonLinkWrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
} */
.storeDetail__info__buttonLink {
  width: 100%;
  height: 37px;
  line-height: 35px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.storeDetail__info__buttonLink--webBooking {
  text-transform: uppercase;
  border: none;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 18px;
  height: 45px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__buttonLink--webBooking {
    height: 37px;
    font-size: 16px;
  }
} */
.storeDetail__info__buttonLink--recruitInfo {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.storeDetail__info__serviceWrap {
  margin-top: 12px;
  display: grid;
  gap: 20px;
  text-align: center;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__serviceWrap {
    margin-top: 20px;
  }
} */
.storeDetail__info__tel {
  color: #E60012;
  font-size: 16px;
  font-weight: bold;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__tel {
    font-size: 30px;
  }
} */
.storeDetail__info__tel--icon img {
  width: 20px;
  vertical-align: -5px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__tel--icon img {
    width: 32px;
    vertical-align: -7px;
  }
} */
.storeDetail__info__tel a {
  color: #E60012;
  text-decoration: underline;
}
.storeDetail__info__service {
  display: flex;
  flex-wrap: wrap;
  row-gap: 11px;
  font-size: 12px;
  line-height: 12px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__service {
    font-size: 12px;
    row-gap: 19px;
  }
} */
.storeDetail__info__service__item {
  text-align: center;
  max-width: 60px;
  width: 20%;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__service__item {
    min-width: 69px;
    width: 14.2857142857%;
  }
} */
.storeDetail__info__service__item p {
  margin-top: 5px;
  text-align: center;
  font-size: 9px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__service__item p {
    margin-top: 8px;
    font-size: 11px;
  }
} */
.storeDetail__info__service__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  margin: 0 auto;
  background-color: #FAFBDA;
  text-align: center;
  border-radius: 4px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__service__icon {
    width: 50px;
    height: 50px;
    padding: 8px;
  }
} */
.storeDetail__food__button__link{
  border: 1px solid #292724;
  border-radius: 999px;
  font-weight: bold;
  padding: 8px 10px;
}


.storeDetail__info__specialHours {
  border: 1px solid #E60012;
  padding: 20px;
  color: #E60012;
  margin-bottom: 15px;
}
.storeDetail__info__specialHours dl {
  display: grid;
  grid-template-columns: 127px 1fr;
}
.storeDetail__info__specialHours dl dt {
  font-weight: normal;
}
.storeDetail__info__infoList {
  padding: 11px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
}
.storeDetail__info__infoList:not(:first-of-type) {
  border-top: 1px solid #E4E4E4;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__infoList {
    padding: 30px 0;
  }
  .storeDetail__info__infoList:last-child {
    padding-bottom: 30px;
  }
} */
.storeDetail__info__infoList .tel {
  text-decoration: underline;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__infoList .tel {
    text-decoration: none;
    pointer-events: none;
  }
  .storeDetail__info__infoList .tel:hover {
    opacity: 1;
  }
} */
.storeDetail__info__infoList dt {
  min-width: 60px;
  line-height: 17px;
  font-size: 14px;
  letter-spacing: 0px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__infoList dt {
    min-width: 68px;
    font-size: 16px;
    line-height: 16px;
  }
} */
.storeDetail__info__infoList dd {
  font-size: 14px;
  letter-spacing: 0px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__infoList dd {
    font-size: 16px;
  }
} */
.storeDetail__info__infoList .note {
  margin-top: -5px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__infoList .note {
    line-height: 1.5;
  }
} */
/* @media screen and (min-width: 768px) {
  .storeDetail__info__infoList.-s {
    padding: 18px 0;
  }
  .storeDetail__info__infoList.-s:last-child {
    padding-bottom: 30px;
  }
} */
.storeDetail__info__infoList.-s dd {
  /* line-height: 16px; */
  line-height: 1.4;
}
.storeDetail__info__infoList.-line dt {
  line-height: normal;
  margin-top: -5px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__infoList.-line dt {
    margin-top: -7px;
  }
} */
.storeDetail__info__infoList.campaign,
.storeDetail__info__infoList.news{
  display: block;
}
.storeDetail__info__campaign .latest-info-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
  margin-top: 10px;
}
.storeDetail__info__campaign .latest-info-item{
  display: flex;
}
.storeDetail__info__campaign a{
  border-radius: 8px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
}
.storeDetail__info__campaign img{
  border-radius: 8px;
}
.storeDetail__info__campaign .latest-info-media{
  position: relative;
  overflow: hidden;
}
.storeDetail__info__campaign .latest-info-title{
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  position: absolute;
  line-height: 1.4;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  width: 90%;
}
.storeDetail__info__campaign__empty{
  padding-top: 10px;
}
.storeDetail__info__infoList.-service {
  gap: 8px;
}
.storeDetail__info__infoList--businessHours dd dl {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px 0;
}
.storeDetail__info__infoList--businessHours dd dt {
  font-weight: normal;
}
.storeDetail__info__infoList--businessHours dd dd {
  word-break: keep-all;
  white-space: nowrap;
}
.storeDetail__info__infoList--specialHours dd dl {
  display: grid;
  grid-template-columns: 127px 1fr;
}
.storeDetail__info__infoList--specialHours dd dt {
  font-weight: normal;
  white-space: nowrap;
}
.storeDetail__info__infoList--specialHours dd dd {
  word-break: keep-all;
  white-space: nowrap;
}
.storeDetail__info__service{
  display: flex;
  flex-wrap: wrap;
  row-gap: 11px;
  font-size: 12px;
  line-height: 12px;
}

.storeDetail__info__device {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 8px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__device {
    gap: 10px 10px;
  }
} */
.storeDetail__info__device dd {
  height: 29.43px;
  border: solid 1px #B2B2B2;
  border-radius: 6px;
  display: grid;
  place-items: center;
  padding: 0 20px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__device dd {
    height: 53.7px;
    border-radius: 10px;
  }
} */
.storeDetail__info__device img {
  width: auto;
  max-height: 19px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__device img {
    max-height: 34.19px;
  }
} */
.storeDetail__info__room {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 3px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__info__room {
    gap: 10px 5px;
  }
} */
.storeDetail__info__room dd {
  height: 28px;
  border: solid 1px #B2B2B2;
  border-radius: 6px;
  display: grid;
  place-items: center;
  padding: 0 8px;
}
.storeDetail__info__pricePlan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
}
.storeDetail__info__pay {
  text-align: right;
}
.storeDetail__info__pay .showModalBtn {
  font-size: 14px;
  margin-top: 10px;
  text-decoration: underline;
}
.storeDetail__recruitBanner {
  padding: 15px 20px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__recruitBanner {
    border-top: 1px solid #E4E4E4;
    padding: 30px 0;
  }
} */
.storeDetail__recruitBanner--spOnly {
  display: block;
  padding: 0 0 19px;
}
.storeDetail__recruitBanner--spOnly img{
  border-radius: 8px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__recruitBanner--spOnly {
    display: none;
  }
} */
.storeDetail__recruitBanner--spOnly__wrap {
  border-top: 1px solid #E4E4E4;
  padding: 10px 0 0;
}
.storeDetail__storeComment {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #D0F0F1;
}
.storeDetail__storeComment__brandName {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 10px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__storeComment__brandName {
    font-size: 14px;
  }
} */
.storeDetail__storeComment__storeName {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 8px;
  line-height: 1;
  letter-spacing: 0.7px;
}
.storeDetail__storeComment__catIcon {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.storeDetail__storeComment__bubbleWrap {
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  margin-top: 19px;
  row-gap: 8px;
}
.storeDetail__storeComment__bubbleWrap:not(:first-of-type) {
  margin-top: 16px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__storeComment__bubbleWrap {
    row-gap: 24px;
    width: min(1160px, 100%);
    padding-left: 20px;
  }
} */
.storeDetail__storeComment__bubble {
  padding: 10px 16px;
  background: #FFFFFF;
  border-radius: 14px;
  position: relative;
  width: 100%;
}
.storeDetail__storeComment__bubble p {
  word-break: break-all;
  line-height: 1.4;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__storeComment__bubble p {
    font-size: 16px;
  }
} */
.storeDetail__storeComment__bubble::after {
  border: solid transparent;
  content: url(../../assets/locations-detail/img/decoration__dialogue.png);
  height: 0;
  width: 0;
  position: absolute;
  margin-top: -5px;
  margin-right: 3px;
  right: 100%;
  top: 0%;
  transform: rotate(344deg);
}
.storeDetail__storeComment--showMore {
  text-decoration: underline;
  cursor: pointer;
}
.storeDetail__price__brandName {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 9px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__price__brandName {
    line-height: 1.5833333333;
  }
} */
.storeDetail__price__storeName {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
  line-height: 1;
}
.storeDetail__price__updated {
  font-size: 10px;
}
.storeDetail__price h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.storeDetail__price__button__link {
  border: 1px solid #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
  align-items: center;
  background-color: #FC7100;
  border-radius: 999px;
  font-size: 14px;
  padding: 8px 15px;
  /* margin: 12px auto 0; */
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  /* border-radius: 15px; */
  color: #fff;
  font-weight: bold;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.storeDetail__price__remarks {
  font-size: 11px;
  margin-left: 1em;
  margin-top: 10px;
  font-weight: 400;
}
.storeDetail__price__remarks li {
  text-indent: -1em;
}
.storeDetail__price__remarks li:before {
  content: "・";
}
.storeDetail__price__remarks li:not(:last-child) {
  padding-bottom: 3px;
}
.storeDetail__price__button button {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.storeDetail__price__week {
  margin-right: 14px;
  font-weight: bold;
}
.storeDetail__price__listWrap {
  display: grid;
  row-gap: 24px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__price__listWrap {
    grid-template-columns: 1fr 1fr;
    gap: 24px 60px;
  }
} */
.storeDetail__price__listWrap__imgWrap {
  display: grid;
  grid-column: 1;
  row-gap: 8px;
}

/* @media screen and (min-width: 768px) {
  .storeDetail__price__remarks {
    font-size: 13px;
  }
} */

.storeDetail__campaign__brandName {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 9px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__campaign__brandName {
    line-height: 1.5833333333;
  }
} */
.storeDetail__campaign__storeName {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
  line-height: 0.75;
}
.storeDetail__campaign__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
  margin: 25px 0;
}
.storeDetail__campaign__item__img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.storeDetail__campaign__link {
  font-size: 14px;
  text-align: center;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__campaign__link {
    font-size: 16px;
  }
} */
.storeDetail__campaign__link a {
  position: relative;
}
.storeDetail__campaign__link a::after {
  content: "";
  width: 12px;
  height: 7px;
  margin-top: -5px;
  background-image: url(../../assets/locations-detail/img/arrow-under.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 60%;
  right: -17px;
  cursor: pointer;
  top: 60%;
  rotate: 270deg;
}
/* @media screen and (min-width: 1260px) {
  .storeDetail__mapAndsurroundingShop {
    padding-left: 0;
    padding-right: 0;
  }
} */
.storeDetail__map {
  position: relative;
}
.storeDetail__map__title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 3px;
  /* position: absolute; */
  /* background-color: #000; */
  /* border-radius: 999px; */
  /* right: 8px; */
  /* top: 10px; */
}
/* @media screen and (min-width: 1139px) {
  .storeDetail__map__title {
    right: 10px;
    top: 12px;
  }
} */
.storeDetail__map__title__link {
  border-radius: 999px;
  /* font-size: 12px; */
  font-size: clamp(10px, 3.2vw, 14px);
  padding: 7px 4px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  width: calc((100% - 10px) / 2);
}
.storeDetail__map__title__link.primary{
  background: #FC7100;
  color: #fff;
}
.storeDetail__map__title__link.secondary{
  background: #fff;
  border: 1px solid #FC7100;
  color: #FC7100;
}
.storeDetail__map__title__link + .storeDetail__map__title__link{
  margin-left: 10px;
}
.storeDetail__map__title__link img{
  display: inline-block;
  height: auto;
  margin-right: 5px;
  width: 12px;
}
/* @media screen and (min-width: 1139px) {
  .storeDetail__map__title__link {
    font-size: 16px;
    padding: 8px 35px 8px 20px;
  }
} */
/* .storeDetail__map__title__link.cid::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../../assets/locations-detail/img/icon_store_info.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  top: 10px;
  left: 10px;
} */
/* @media screen and (min-width: 1139px) {
  .storeDetail__map__title__link::after {
    width: 12px;
    height: 12px;
    top: 15px;
    right: 18px;
  }
} */
.storeDetail__map .map {
  height: 211px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__map .map {
    height: 315px;
  }
} */
.storeDetail__map img {
  width: 100%;
  max-width: 100%;
}
.storeDetail__surroundingShop {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__surroundingShop {
    padding-left: 0;
    padding-right: 0;
  }
} */
.storeDetail__surroundingShop__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 5px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__surroundingShop__list {
    gap: 9px 5px;
  }
} */
.storeDetail__surroundingShop__list a {
  border: 1px solid #292724;
  border-radius: 99px;
  background-color: #FFFFFF;
  padding: 7px 11px;
  display: inline-block;
  font-size: 14px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__surroundingShop__list a {
    padding: 3px 12px;
  }
} */
.storeDetail__surroundingShop__list__link,
.storeDetail__info__campaign__link {
  /* border-bottom: 1px solid #292724;
  display: inline-block;
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
  padding: 20px 10px 1px 0;
  line-height: 12px; */
  /* letter-spacing: 1px; */
  /* margin: 20px 0 0 auto; */
  text-align: right;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__surroundingShop__list__link {
    font-size: 16px;
  }
} */
.storeDetail__surroundingShop__list__link a,
.storeDetail__info__campaign__link a {
  position: relative;
  border-bottom: 1px solid #292724;
  display: inline-block;
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
  padding: 10px 10px 2px 0;
  line-height: 12px;
}
.storeDetail__surroundingShop__list__link a::after,
.storeDetail__info__campaign__link a::after {
  content: "";
  width: 12px;
  height: 7px;
  background-image: url(../../assets/locations-detail/img/arrow-under.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: -5px;
  cursor: pointer;
  rotate: 270deg;
}
.storeDetail__floating--pc {
  display: none;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__floating--pc {
    display: block;
    position: fixed;
    bottom: 24px;
    right: 36px;
    width: 248px;
    z-index: 99;
  }
} */
.storeDetail__floating--pc.-cat {
  position: absolute;
  width: 87px;
  right: 18px;
  top: -56px;
}
.storeDetail__floating--pc.-text {
  position: absolute;
  color: #fff;
  width: 150px;
  right: 18px;
  top: 18px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 1px;
}
.storeDetail__floating--sp {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  max-width: 560px;
  width: 100%;
  background: #FC7100; /* お好みの色に変更 */
  color: white;
  text-align: center;
  transform: translateX(-50%);
  padding: 15px 0 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 12px 12px 0 0; /* 上だけ角丸 */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); /* 上方向のうっすら影 */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  z-index: 99;
}
.storeDetail__floating--sp img {
  width: 33px;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__floating--sp {
    display: none;
  }
} */
.storeDetail__modal {
  display: none;
  min-height: auto;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.7);
}
.storeDetail__modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.storeDetail__modal__close::after, .storeDetail__modal__close::before {
  content: "";
  position: absolute;
  top: 25px;
  right: -5px;
  width: 32px;
  height: 3px;
  background: rgba(0, 0, 0, 0.87);
  transform: translate(-50%, -50%) rotate(45deg);
}
.storeDetail__modal__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.storeDetail__modal__inner {
  background-color: #fff;
  width: min(560px, 100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 30px 30px;
  border-radius: 10px;
  margin: 0 auto;
}
.storeDetail__modal__list {
  margin-top: 15px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
/* @media screen and (min-width: 768px) {
  .storeDetail__modal__list {
    max-height: none;
    overflow-y: unset;
  }
} */
.storeDetail__modal__list__head {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.storeDetail__modal__list__item {
  text-align: left;
  font-size: 16px;
}
.storeDetail__modal__list__item:not(:last-child) {
  padding-bottom: 17px;
}
.storeDetail__modal__list__item--category {
  font-weight: 700;
}
.storeDetail__modal.is-open {
  display: block;
}/*# sourceMappingURL=main.css.map */
.storeDetail__info__news{
  margin-top: 5px;
}
.storeDetail__info__news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.storeDetail__info__news__item {
  padding: 6px 0;
  border-top: 1px solid var(--line);
}
.storeDetail__info__news__item:first-child { 
  border-top: none; 
}
.storeDetail__info__news__item:last-child { 
  padding-bottom: 0; 
}
.storeDetail__info__news__meta {
  display: flex;
  align-items: center; 
  gap: 10px; 
  margin-bottom: 5px;
}
.storeDetail__info__news__date {
  font-size: 12px;
  font-weight: bold;
}
.storeDetail__info__news__badge {
  display: inline-block; 
  padding: 1px 8px; 
  border-radius: 999px;
  font-weight: bold; 
  font-size: 12px; 
  color: #fff;
}
.storeDetail__info__news__badge.-campaign { 
  background: #E7212A; 
}
.storeDetail__info__news__badge.-info { 
  background: #0982C8; 
}
.storeDetail__info__news__body {
  margin: 0;
  line-height: 1.4;
  font-size: 13px;
}
.storeDetail__info__news__body.empty{
  font-size: 14px;
}
.storeDetail__info__news__more{
  border: 1px solid #292724;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  padding: 6px 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.storeDetail__info__news__more img{
  margin-left: 4px;
  width: 8px;
}
.showPayModalBtn{
  text-decoration: underline;
}

/* フードメニューモーダル */
.modal--food .modal__header{
  padding: 12px 0;
}
.modal--food .modal__body{
  padding: 10px 10px 15px;
}
.modal--food .swiper-container {
  position: relative;
}
.modal--food .swiper-container .foodSwiper2 {
  border-radius: 8px;
  width: 100%;
}
.modal--food .swiper-container .swiper-button-next,
.modal--food .swiper-container .swiper-button-prev {
  color: transparent;
  transition: 0.3s;
  height: 30px;
  width: 30px;
  top: 45%;
}
.modal--food .swiper-container .swiper-button-next:hover,
.modal--food .swiper-container .swiper-button-next:active,
.modal--food .swiper-container .swiper-button-prev:hover,
.modal--food .swiper-container .swiper-button-prev:active {
  filter: brightness(1.1);
}
.modal--food .swiper-container .swiper-button-next {
  right: -10px;
}
.modal--food .swiper-container .swiper-button-prev {
  left: -10px;
}
.modal--food .swiper-container .swiper-button-next::after,
.modal--food .swiper-container .swiper-button-prev::after {
  background: url("../../assets/img/arrow_menu_slider.svg") no-repeat center / contain;
  display: inline-block;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  height: 100%;
  width: 100%;
}
.modal--food .swiper-container .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.modal--food .foodSwiper2 .swiper-slide {
  cursor: pointer;
}
/* サムネイル側 */
.modal--food .foodSwiper {
  padding: 5px 0 0;
}
.modal--food .foodSwiper .swiper-slide {
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.modal--food .foodSwiper .swiper-slide::after{
  background: rgba(0,0,0, 0.4);
  border-radius: 6px;
  content: "";
  display: inline-block;
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
}
.modal--food .foodSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-pagination{
  align-items: center;
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet{
  background: #FC7100;
  opacity: 1;
  margin: 0 3px;
  height: 7px;
  width: 7px;
}
.swiper-pagination-bullet-active{
  background: url("../../assets/img/icon_nikukyu.svg") no-repeat center / cover;
  height: 14px;
  width: 14px;
}
@media (min-width: 561px) {
  .modal--food .foodSwiper {
    padding: 10px 0 0;
  }
  .modal--food .swiper-container .swiper-button-next,
  .modal--food .swiper-container .swiper-button-prev{
    height: 40px;
    width: 40px;
  }
}

/* ギャラリータイトルをスライダーより前面に出す */
.storeDetail__gallery__txt {
  z-index: 10;
  pointer-events: none;
}