@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,700&display=swap");
* {
  --color1: #003557;
  --color2: #E2E7F0;
  --color3: #FB6D6C;
  --color4: #F5F8FA;
  --transition: .3s cubic-bezier(.4, .4, 0, 1);
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  font-weight: 500;
  background: #fff;
}

#content {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  #content {
    padding: 0 10px;
    margin: 45px 0 40px;
    overflow: hidden;
  }
}
#content * {
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

.breadcrumbs {
  position: unset;
  overflow: auto;
}
.breadcrumbs ul {
  white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
  .breadcrumbs {
    padding: 8px 0 4px;
  }
}

.spCta {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .spCta {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .spCta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }
  .spCta a.tel {
    background: var(--color1);
  }
  .spCta a.contact {
    background: var(--color3);
  }
  .spCta a.line {
    background: #34A853;
  }
}

@media screen and (max-width: 767.9px) {
  .footer {
    margin-bottom: 54px;
  }
  .pagetop {
    position: unset;
    display: block;
  }
}
.shop-search-index h1 {
  margin: 24px 0;
}
.shop-search-index h2 {
  border-left: solid 4px var(--color1);
  padding-left: 8px;
  color: var(--color1);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.shop-search-index .mapBox .layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.shop-search-index .mapBox .layout .mapImg {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 350px;
  padding-top: 40px;
}
.shop-search-index .mapBox .layout .mapImg .txt {
  background: url(../img/img_mapTxtBg-1.png) no-repeat left bottom/auto 90%, url(../img/img_mapTxtBg-2.png) no-repeat right bottom/auto 90%;
  color: var(--color1);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.shop-search-index .mapBox .layout .mapImg .txt span {
  display: block;
  margin: 4px 0;
  color: var(--color3);
  font-size: 28px;
}
.shop-search-index .mapBox .layout .list {
  width: calc(100% - 350px);
}
.shop-search-index .mapBox .layout .list .area {
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  border-bottom: solid 1px #d5d5d5;
  font-weight: bold;
  padding: 12px 8px;
  font-size: 16px;
}
.shop-search-index .mapBox .layout .list .area .prefList {
  display: flex;
  gap: 16px;
}
.shop-search-index .mapBox .layout .list .area .prefList button {
  border: none;
  background: none;
  color: #00C3E1;
  font-weight: bold;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  cursor: pointer;
  transition: var(--transition);
}
.shop-search-index .mapBox .layout .list .area .prefList button:hover, .shop-search-index .mapBox .layout .list .area .prefList button.active {
  color: var(--color1);
}
.shop-search-index .mapBox .layout .list .area .cityListWrap {
  position: relative;
  display: none;
  grid-column: 1/3;
  padding: 8px 8px 8px 16px;
  margin-top: 8px;
  background: var(--color4);
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .closeCity {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .closeCity::before, .shop-search-index .mapBox .layout .list .area .cityListWrap .closeCity::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1px;
  height: 16.968px;
  background: #454545;
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .closeCity::before {
  rotate: 45deg;
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .closeCity::after {
  rotate: -45deg;
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .cityPanel {
  display: none;
  flex-direction: column;
  gap: 16px;
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .cityPanel.open {
  display: flex;
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .cityPanel a img {
  margin-left: 4px;
  vertical-align: -4px;
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .city-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .city-list li {
  line-height: 1;
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .city-list a {
  color: #00C3E1;
  font-size: 14px;
  transition: var(--transition);
}
.shop-search-index .mapBox .layout .list .area .cityListWrap .city-list a:hover {
  color: var(--color1);
}
.shop-search-index .mapBox .layout .list .area .cityListWrap.open {
  display: block;
}
.shop-search-index .searchBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 16px 0;
  margin: 40px 0;
  background: var(--color3);
  border-radius: 3px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  cursor: pointer;
  transition: var(--transition);
}
.shop-search-index .searchBtn:hover {
  filter: brightness(0.8);
}
.shop-search-index .searchBox {
  padding: 16px 24px 24px;
  margin-bottom: 40px;
}
.shop-search-index .searchBox .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 8px;
}
.shop-search-index .searchBox .col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.shop-search-index .searchBox form dl {
  margin-bottom: 0;
}
.shop-search-index .pickupnew {
  margin-bottom: 40px;
}
.shop-search-index .pickupnew h2 {
  margin-bottom: 16px;
}
.shop-search-index .pickupnew .col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.shop-search-index .pickupnew .shopCard {
  height: 303px;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: var(--transition);
}
.shop-search-index .pickupnew .shopCard h3 span {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-search-index .pickupnew .shopCard .shopContent {
  padding: 8px 8px 16px;
  height: 100%;
}
.shop-search-index .pickupnew .shopCard .shopContent a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shop-search-index .pickupnew .shopCard .shopContent .img {
  width: 200px;
  height: 135px;
  overflow: hidden;
}
.shop-search-index .pickupnew .shopCard .shopContent .img img {
  width: 100%;
  height: auto;
}
.shop-search-index .pickupnew .shopCard .shopContent ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shop-search-index .pickupnew .shopCard .shopContent ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.shop-search-index .pickupnew .shopCard .shopContent .price {
  font-size: 16px;
}
.shop-search-index .pickupnew .shopCard .shopContent .price span {
  font-size: 10px;
}
.shop-search-index .pickupnew .shopCard:not(:last-of-type) {
  margin: 0;
}
.shop-search-index .pickupnew .shopCard:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767.9px) {
  .shop-search-index .mapBox .layout {
    display: block;
  }
  .shop-search-index .mapBox .layout .mapImg {
    display: none;
  }
  .shop-search-index .mapBox .layout .list {
    position: relative;
    width: 100%;
  }
  .shop-search-index .mapBox .layout .list .area {
    grid-template-columns: 45px 1fr;
    align-items: center;
    font-size: 14px;
  }
  .shop-search-index .mapBox .layout .list .area .prefList {
    gap: 10px;
  }
  .shop-search-index .mapBox .layout .list .area .prefList button {
    font-size: 14px;
  }
  .shop-search-index .mapBox .layout .list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/img_map.png) no-repeat center/100% auto;
    opacity: 0.15;
    transform: translate(-50%, -50%);
  }
  .shop-search-index .searchBox .col2, .shop-search-index .searchBox .col3 {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .shop-search-index .pickupnew .col4 {
    display: block;
  }
  .shop-search-index .pickupnew .col4 .shopCard {
    height: 284px;
    margin-right: 16px;
  }
  .shop-search-index .pickupnew .col4 .shopCard .img {
    width: 100%;
  }
  .shop-search-index .pickupnew .col4 .shopCard .shopContent ul {
    gap: 4px;
  }
  .shop-search-index .pickupnew .slick-list {
    padding: 10px;
    margin: -10px;
  }
}

.shop-search-list h1 {
  margin: 24px 0 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.shop-search-list h1 + p {
  width: 100%;
  max-width: 600px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.7;
}
.shop-search-list #mainContent {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  float: none;
}
.shop-search-list #mainContent .left {
  max-width: 600px;
  width: 100%;
}
.shop-search-list #mainContent .left .shopMap {
  margin-bottom: 40px;
}
.shop-search-list #mainContent .left .shopMap h2 {
  border-left: solid 4px var(--color1);
  padding-left: 8px;
  color: var(--color1);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}
.shop-search-list #mainContent .left .shopMap #map_canvas {
  width: 100%;
  height: 360px;
}
.shop-search-list #mainContent .left .shopMap button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  border: solid 2px var(--color1);
  border-radius: 3px;
  background: #fff;
  color: var(--color1);
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: var(--transition);
}
.shop-search-list #mainContent .left .shopMap button:hover {
  background: var(--color2);
}
.shop-search-list #mainContent .left #loading {
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.shop-search-list #mainContent .right {
  max-width: 260px;
  width: 100%;
}
.shop-search-list #mainContent .right .rightInner {
  position: sticky;
  top: 56px;
  left: 0;
}
.shop-search-list #mainContent .right .contactArea {
  padding: 32px 10px;
  margin-top: 24px;
  border-radius: 0;
}
.shop-search-list #mainContent .right .contactArea .ttl {
  font-size: 14px;
  margin-bottom: 8px;
}
.shop-search-list #mainContent .right .contactArea .inner {
  flex-direction: column;
  gap: 16px;
}
.shop-search-list #mainContent .right .contactArea .tel {
  justify-content: center;
  font-size: 24px;
}
.shop-search-list #mainContent .right .contactArea .tel a {
  font-size: 24px;
}
.shop-search-list #mainContent .right .contactArea .btn {
  flex-direction: column;
}
.shop-search-list #mainContent + p {
  margin: 24px 0 8px;
  font-size: 12px;
}
@media screen and (max-width: 767.9px) {
  .shop-search-list h1 {
    font-size: 16px;
  }
  .shop-search-list #mainContent {
    display: block;
  }
  .shop-search-list #mainContent .left {
    width: 100%;
  }
  .shop-search-list #mainContent .left .shopMap #map_canvas {
    height: 300px;
  }
  .shop-search-list #mainContent .left .shopMap button {
    font-size: 14px;
  }
  .shop-search-list #mainContent .right {
    width: 100%;
    max-width: none;
  }
}

.searchBox {
  padding: 16px 10px;
  background: var(--color2);
  border-radius: 3px;
}
.searchBox h2 {
  margin-bottom: 16px;
  border-left: solid 4px var(--color1);
  padding-left: 8px;
  color: var(--color1);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.searchBox form dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  font-size: 14px;
}
.searchBox form dl dt {
  color: var(--color1);
  font-weight: bold;
  text-align: left;
}
.searchBox form dl select {
  width: 100%;
  height: 36px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
}
.searchBox form dl.inout dd {
  padding: 7px 10px;
  background: #fff;
  border-radius: 3px;
  text-align: left;
}
.searchBox-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.searchBox-btn li {
  width: calc(50% - 4px);
}
.searchBox-btn li button {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.searchBox-btn li button.btnClear {
  background: #fff;
  border: solid 2px var(--color1);
  color: var(--color1);
}
.searchBox-btn li button.btnSearch {
  background: var(--color1);
  border: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .searchBox {
    border-radius: 0;
    margin: 0 -10px 40px;
  }
  .searchBox form dl.pcOnly {
    display: none;
  }
  .searchBox form dl {
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
    border-radius: 5px;
  }
  .searchBox form dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 48px;
    padding: 10px;
    background: var(--color1);
    border-radius: 5px 0 0 5px;
    color: #fff;
    text-align: center;
  }
  .searchBox form dl dd {
    width: calc(100% - 96px);
    border-radius: 0 5px 5px 0;
  }
  .searchBox form dl dd select {
    height: 48px;
  }
  .searchBox-btn {
    font-size: 14px;
  }
}

.cityList {
  margin-bottom: 40px;
}
.cityList h2 {
  margin-bottom: 8px;
  border-left: solid 4px var(--color1);
  padding-left: 8px;
  color: var(--color1);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.cityList ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 8px;
}
.cityList ul li a {
  display: block;
  padding: 3px 5px 2px;
  background: var(--color2);
  border-radius: 2px;
  font-size: 12px;
  transition: var(--transition);
}
.cityList ul li a:hover {
  filter: brightness(0.8);
}
.cityList.bottom {
  margin: 40px 0;
}

.shopList h2 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .shopList {
    padding: 16px 10px 40px;
    margin: 0 -10px;
    background: var(--color2);
  }
  .shopList h2 {
    font-size: 14px;
  }
}

.shopCard {
  border-radius: 5px;
  border: solid 1px #aeaeae;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}
.shopCard:not(:last-of-type) {
  margin-bottom: 16px;
}
.shopCard h3 a {
  display: flex;
  align-items: center;
  padding: 10px;
  background: var(--color1);
}
.shopCard h3 a span {
  margin-left: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.shopCard .shopContent {
  padding: 10px 12px 16px;
  background: #fff;
}
.shopCard .shopContent .info {
  margin-bottom: 10px;
}
.shopCard .shopContent .info a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shopCard .shopContent .info a .img {
  overflow: hidden;
}
.shopCard .shopContent .info a .img img {
  width: 160px;
  transition: var(--transition);
}
.shopCard .shopContent .info a .detail ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.shopCard .shopContent .info a .detail ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  text-align: left;
}
.shopCard .shopContent .info a .detail ul li.infoPrice span {
  font-size: 16px;
}
.shopCard .shopContent .info a .detail ul li.infoPrice span span {
  font-size: 10px;
}
.shopCard .shopContent .info a .more {
  padding: 4px 8px;
  margin: auto 0 0 auto;
  color: var(--color1);
  font-weight: bold;
  transition: var(--transition);
  border: solid 1px var(--color1);
  border-radius: 3px;
  white-space: nowrap;
}
.shopCard .shopContent .info a .more span {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  transition: var(--transition);
}
.shopCard .shopContent .info a .more span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: solid 1px var(--color1);
  border-right: solid 1px var(--color1);
}
.shopCard .shopContent .info a:hover .img img {
  scale: 1.05;
}
.shopCard .shopContent .info a:hover .more {
  background: var(--color1);
  color: #fff;
}
.shopCard .shopContent .info a:hover .more span {
  transform: translateX(2px);
}
.shopCard .shopContent .info a:hover .more span::after {
  border-color: #fff;
}
.shopCard .campaignComment {
  padding: 6px;
  margin-bottom: 10px;
  background: var(--color3);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.shopCard .campaignComment span {
  color: #fff !important;
}
.shopCard .roomMiniRow .accordionBody {
  display: none;
}
.shopCard .roomMiniRow.pc {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.shopCard .roomMiniRow.pc thead {
  overflow: hidden;
}
.shopCard .roomMiniRow.pc thead th {
  height: 36px;
  background: var(--color1);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.shopCard .roomMiniRow.pc thead th.status {
  width: 80px;
}
.shopCard .roomMiniRow.pc thead th.size {
  width: 130px;
}
.shopCard .roomMiniRow.pc thead th.size span {
  display: block;
  font-size: 12px;
}
.shopCard .roomMiniRow.pc thead th:first-of-type {
  border-radius: 5px 0 0 0;
}
.shopCard .roomMiniRow.pc thead th:last-of-type {
  border-radius: 0 5px 0 0;
}
.shopCard .roomMiniRow.pc tbody td {
  font-size: 14px;
  padding: 4px 0;
  border-top: solid 1px #d9d9d9;
}
.shopCard .roomMiniRow.pc tbody td.size span {
  display: block;
  font-size: 12px;
}
.shopCard .roomMiniRow.pc tbody td a:not(.ctaBtn) {
  font-size: 12px;
  text-decoration: underline;
}
.shopCard .roomMiniRow.pc tbody .isFull td {
  background: #f5f5f5;
}
.shopCard .roomMiniRow.pc tbody tr {
  content-visibility: auto;
  contain-intrinsic-size: 61px;
}
.shopCard .roomMiniRow.pc tbody.accordionBody.is-open {
  display: table-row-group;
}
.shopCard .roomMiniRow.pc.simple {
  table-layout: fixed;
}
.shopCard .roomMiniRow.pc.simple thead th.size {
  width: auto;
}
.shopCard .roomMiniRow.pc.simple tbody td {
  background: #fff !important;
}
.shopCard .roomMiniRow.pc.no-head thead {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.shopCard .roomMiniRow.pc.no-head thead th {
  height: 0;
  padding: 0;
}
.shopCard .roomMiniRow.sp .accordionBody.is-open {
  display: block;
}
.shopCard .roomMiniRow.sp .roomItem {
  display: grid;
  grid-template-columns: 40px 1fr 72px;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 6px 0;
  border-top: solid 1px #d9d9d9;
  content-visibility: auto;
  contain-intrinsic-size: 79px;
}
.shopCard .roomMiniRow.sp .roomItem .roomInfoBox {
  flex: 1;
}
.shopCard .roomMiniRow.sp .roomItem .roomInfoList {
  display: grid;
  grid-template-columns: 92px 1fr;
  row-gap: 3px;
  align-items: stretch;
  margin-bottom: 0;
}
.shopCard .roomMiniRow.sp .roomItem .roomInfoList dt {
  align-content: center;
  padding: 3px 4px;
  background: #e9f1f6;
  font-size: 12px;
}
.shopCard .roomMiniRow.sp .roomItem .roomInfoList dt span {
  display: block;
}
.shopCard .roomMiniRow.sp .roomItem .roomInfoList dd {
  align-content: center;
  padding: 0 0 0 4px;
  margin: 0;
  font-size: 12px;
  text-align: left;
  word-break: break-all;
}
.shopCard .roomMiniRow.sp .roomItem .roomInfoList dd.priceNormal {
  font-size: 15px;
  font-weight: bold;
}
.shopCard .roomMiniRow.sp .roomItem .roomInfoList dd a {
  display: inline-block;
  font-size: 10px;
  text-decoration: underline;
}
.shopCard .roomMiniRow.sp .roomItem .roomInfoList dt:has(+ .campaignPrice) {
  background: #d40000;
  color: #fff;
  font-weight: bold;
}
.shopCard .roomMiniRow.sp .roomItem.isFull {
  background: #f5f5f5;
}
.shopCard .roomMiniRow.sp.simple .roomItem {
  grid-template-columns: 1fr 72px;
  background: #fff !important;
}
.shopCard .roomMiniRow .roomStatusBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 45px;
  height: 100%;
  margin: auto;
  text-align: center;
}
.shopCard .roomMiniRow .roomStatusBox .roomStatusText {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.shopCard .roomMiniRow .roomStatusBox .roomStatusIcon {
  font-size: 24px;
  line-height: 1;
}
.shopCard .roomMiniRow .roomStatusBox.empty {
  background: #E8FCF8;
  transition: var(--transition);
}
.shopCard .roomMiniRow .roomStatusBox.empty a {
  padding: 4px 10px;
  text-decoration: none !important;
}
.shopCard .roomMiniRow .roomStatusBox.empty .roomStatusText {
  color: var(--color1);
  font-size: 14px;
}
.shopCard .roomMiniRow .roomStatusBox.empty .roomStatusIcon {
  color: var(--color1);
}
.shopCard .roomMiniRow .roomStatusBox.empty:hover {
  filter: brightness(0.95);
}
.shopCard .roomMiniRow .roomStatusBox.empty:hover:has(a.nowebpayment) {
  filter: none;
}
.shopCard .roomMiniRow .roomStatusBox.empty .nowebpayment {
  pointer-events: none;
}
.shopCard .roomMiniRow .roomPrice {
  font-size: 15px;
}
.shopCard .roomMiniRow .strikethrough {
  text-decoration: line-through;
}
.shopCard .roomMiniRow .campaignPrice span {
  color: #d40000;
  font-size: 16px;
  font-weight: bold;
}
.shopCard .roomMiniRow a.ctaBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 4px;
  margin: auto;
  border-radius: 4px;
  background: var(--color1);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  transition: var(--transition);
  text-align: center;
}
.shopCard .roomMiniRow a.ctaBtn.sub {
  border: solid 1px var(--color1);
  background: #fff;
  color: var(--color1);
}
.shopCard .roomMiniRow a.ctaBtn:hover {
  filter: brightness(0.8);
}
@media screen and (max-width: 767.9px) {
  .shopCard .roomMiniRow a.ctaBtn {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 12px;
    line-height: 1.2;
  }
}
.shopCard .roomAccordionFooter {
  position: relative;
  margin-top: -10px;
}
.shopCard .roomAccordionFooter .accordionToggle {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  border: none;
  background: #fff;
  color: var(--color1);
  font-weight: bold;
  cursor: pointer;
}
.shopCard .roomAccordionFooter::after {
  content: "";
  position: absolute;
  top: -150%;
  left: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(180deg, transparent 0%, #fff 50%);
}
.shopCard .roomAccordionFooter.is-open {
  margin-top: 0;
}
.shopCard .roomAccordionFooter.is-open::after {
  display: none;
}
.shopCard .roomAccordionFooter.is-open .accordionToggle {
  padding: 16px 0 8px;
}
@media screen and (max-width: 767.9px) {
  .shopCard {
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .shopCard .shopContent .info a {
    display: grid;
    grid-template-columns: 120px 1fr;
    row-gap: 0;
  }
  .shopCard .shopContent .info a .img img {
    width: 120px;
  }
  .shopCard .shopContent .info a .detail ul li {
    font-size: 12px;
  }
  .shopCard .shopContent .info a .more {
    grid-column: 1/3;
    font-size: 12px;
  }
  .shopCard .shopContent .roomAccordionFooter::after {
    top: -200%;
    height: 200%;
  }
  .shopCard .shopContent .roomAccordionFooter .accordionToggle {
    font-size: 14px;
  }
}

.spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 6px;
}

#btnGeoSearch.loading .spinner,
#btnGeoIndex.loading .spinner {
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.bnrArea ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 0;
}
.bnrArea ul li a img {
  width: 100%;
}

.contactArea {
  padding: 40px;
  margin-top: 40px;
  background: var(--color1);
  border-radius: 8px;
  color: #fff;
  text-align: center;
}
.contactArea .ttl {
  margin-bottom: 16px;
  font-size: 20px;
}
.contactArea .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.contactArea .sml {
  font-size: 12px;
}
.contactArea .tel {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
}
.contactArea .tel img {
  height: 20px;
}
.contactArea .tel a {
  color: #fff;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  pointer-events: none;
  line-height: 1;
}
.contactArea .btn {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.contactArea .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 200px;
  height: 45px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
.contactArea .btn a:nth-of-type(1) {
  background: #fff;
  color: var(--color1);
}
.contactArea .btn a:nth-of-type(2) {
  background: #34A853;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .contactArea {
    padding: 32px 10px;
    margin: 0 -10px 0;
    border-radius: 0;
  }
  .contactArea .ttl {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .contactArea .inner {
    flex-direction: column;
    gap: 16px;
  }
  .contactArea .tel a {
    pointer-events: visible;
  }
  .contactArea .btn {
    gap: 16px;
  }
  .contactArea .btn a {
    width: auto;
    min-width: 144px;
    height: 40px;
    white-space: nowrap;
    padding: 0 16px;
  }
}

.shop-search-detail #mainContent {
  width: 100%;
}
.shop-search-detail h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 24px;
}
.shop-search-detail h1 span {
  margin-left: 8px;
  font-size: 32px;
  font-weight: bold;
}
.shop-search-detail h1 img {
  height: 21px;
}
.shop-search-detail h2 {
  border-left: solid 4px var(--color1);
  padding-left: 8px;
  color: var(--color1);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
}
.shop-search-detail .miniInfo {
  display: flex;
  gap: 16px;
  font-size: 14px;
}
.shop-search-detail .miniInfo img {
  vertical-align: text-top;
}
.shop-search-detail .shopInfo {
  margin: 24px 0 40px;
}
.shop-search-detail .shopInfoWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  text-align: left;
}
.shop-search-detail .shopInfo .left {
  width: 440px;
}
.shop-search-detail .shopInfo .left table {
  font-size: 14px;
}
.shop-search-detail .shopInfo .left table th, .shop-search-detail .shopInfo .left table td {
  border-top: solid 1px #dadada;
}
.shop-search-detail .shopInfo .left table th:last-of-type, .shop-search-detail .shopInfo .left table td:last-of-type {
  border-bottom: solid 1px #dadada;
}
.shop-search-detail .shopInfo .left table th {
  position: relative;
  width: 122px;
  padding: 12px;
  line-height: 1.2;
  vertical-align: top;
}
.shop-search-detail .shopInfo .left table th::after {
  content: "：";
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
}
.shop-search-detail .shopInfo .left table td {
  padding: 12px;
  line-height: 1.5;
}
.shop-search-detail .shopInfo .left table td a {
  text-decoration: underline;
}
.shop-search-detail .shopInfo .left table .address td a {
  display: block;
  width: 160px;
  padding: 8px;
  margin-top: 10px;
  background: var(--color1);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.shop-search-detail .shopInfo .left table .shopInfoTel td a {
  text-decoration: none;
}
.shop-search-detail .shopInfo .right {
  width: calc(100% - 440px);
}
.shop-search-detail .shopInfo .right .shopImg {
  margin-bottom: 16px;
}
.shop-search-detail .shopInfo .right .shopImg .shopMainPhoto {
  height: auto;
  margin-bottom: 8px;
  border: none;
}
.shop-search-detail .shopInfo .right .shopImg .shopMainPhoto img {
  width: 100%;
  height: auto;
}
.shop-search-detail .shopInfo .right .shopImg .shopThumb {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  width: 100%;
  height: auto;
}
.shop-search-detail .shopInfo .right .shopImg .shopThumb p {
  position: unset;
}
.shop-search-detail .shopInfo .right .shopImg .shopThumb p a {
  display: block;
}
.shop-search-detail .shopInfo .right .shopImg .shopThumb p a img {
  width: 100%;
  height: auto;
}
.shop-search-detail .shopInfo .shopMeritList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  height: 67.5px;
  overflow-y: hidden;
}
.shop-search-detail .shopInfo .shopMeritList li img {
  width: 100%;
}
.shop-search-detail .shopInfo .shopMeritList + button {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 4px;
  border: none;
  background: none;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: right;
  cursor: pointer;
}
.shop-search-detail .shopInfo .shopMeritList + button::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(180deg, transparent 0%, #fff 80%);
}
.shop-search-detail .shopInfo .shopMeritList.open {
  height: auto;
  overflow: auto;
}
.shop-search-detail .shopInfo .shopMeritList.open + button::after {
  display: none;
}
.shop-search-detail #banner_area {
  margin-bottom: 40px;
}
.shop-search-detail #banner_area > a {
  display: block;
}
.shop-search-detail #banner_area > a:nth-of-type(2) {
  margin-top: 8px;
}
.shop-search-detail #banner_area > a:nth-of-type(2) img {
  margin-top: 8px;
}
.shop-search-detail #banner_area img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.shop-search-detail #banner_area img:nth-of-type(2) {
  margin-top: 8px;
}
.shop-search-detail .price {
  margin-bottom: 40px;
}
.shop-search-detail .price .note a {
  text-decoration: underline;
}
.shop-search-detail .price .note a:hover {
  text-decoration: none;
}
.shop-search-detail .shopCard {
  margin: 8px 0 16px;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.shop-search-detail .shopCard .roomMiniRow.pc th {
  height: 40px;
  font-size: 16px;
}
.shop-search-detail .shopCard .roomMiniRow.pc th:nth-last-of-type(-n+2) {
  width: 150px;
}
.shop-search-detail .shopCard .roomMiniRow.pc th.status {
  width: 100px;
}
.shop-search-detail .shopCard .roomMiniRow.pc th.size {
  width: 160px;
}
.shop-search-detail .shopCard .roomMiniRow.pc th.floor {
  width: 64px;
}
.shop-search-detail .shopCard .roomMiniRow.pc td {
  font-size: 14px;
}
.shop-search-detail .shopCard .roomMiniRow.pc.simple th:nth-last-of-type(-n+2) {
  width: auto;
}
.shop-search-detail .shopCard .roomMiniRow.pc.no-head thead th {
  height: 0;
  padding: 0;
}
.shop-search-detail .shopCard .roomMiniRow.sp {
  padding: 0 10px;
}
.shop-search-detail .shopCard .roomMiniRow.sp .roomMiniList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shop-search-detail .shopCard .roomMiniRow.sp .roomItem {
  grid-template-columns: 45px 1fr;
  gap: 10px;
  padding: 10px 8px;
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.shop-search-detail .shopCard .roomMiniRow.sp .roomItem.isFull {
  background: #f5f5f5;
  box-shadow: none;
}
.shop-search-detail .shopCard .roomMiniRow.sp .roomItem .roomPrice {
  font-size: 15px;
  font-weight: bold;
}
.shop-search-detail .shopCard .roomMiniRow.sp .roomItem .roomPrice a, .shop-search-detail .shopCard .roomMiniRow.sp .roomItem .campaignPrice a {
  margin-left: 4px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
.shop-search-detail .shopCard .roomMiniRow.sp .roomItem .roomPrice a:hover, .shop-search-detail .shopCard .roomMiniRow.sp .roomItem .campaignPrice a:hover {
  text-decoration: none;
}
.shop-search-detail .shopCard .roomMiniRow.sp .roomItem .roomCtaBox {
  display: flex;
  gap: 4px;
  grid-column: 1/3;
}
.shop-search-detail .shopCard .roomMiniRow.sp .roomItem .roomCtaBox a {
  width: 50%;
  font-size: 14px;
}
.shop-search-detail .shopCard .roomMiniRow.sp.simple .roomItem {
  display: flex;
  flex-direction: column;
}
.shop-search-detail .shopCard .roomMiniRow.sp.simple .roomItem .roomInfoBox, .shop-search-detail .shopCard .roomMiniRow.sp.simple .roomItem .roomCtaBox {
  width: 100%;
}
.shop-search-detail .shopCard .roomMiniRow a.ctaBtn {
  width: 140px;
  height: 40px;
  white-space: nowrap;
}
.shop-search-detail .shopMap {
  margin-bottom: 40px;
}
.shop-search-detail .shopMap #map_canvas {
  width: 100%;
  height: 300px;
}
.shop-search-detail .shopMap ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}
.shop-search-detail .shopMap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: solid 2px var(--color1);
  border-radius: 3px;
  background: #fff;
  color: var(--color1);
  font-weight: bold;
  font-size: 16px;
  transition: var(--transition);
}
.shop-search-detail .shopMap ul li a:hover {
  filter: brightness(0.8);
}
.shop-search-detail .nearestShop {
  margin-bottom: 40px;
}
.shop-search-detail .nearestShop ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
.shop-search-detail .nearestShop ul li a {
  display: flex;
  gap: 10px;
}
.shop-search-detail .nearestShop ul li a .img {
  width: 152px;
  height: 100px;
  overflow: hidden;
}
.shop-search-detail .nearestShop ul li a .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-search-detail .nearestShop ul li a .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: calc(100% - 152px);
}
.shop-search-detail .nearestShop ul li a .txt h3 {
  font-size: 14px;
  font-weight: bold;
}
.shop-search-detail .contract ul {
  display: flex;
  justify-content: center;
  align-items: top;
  gap: 48px;
}
.shop-search-detail .contract ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}
.shop-search-detail .contract ul li img {
  width: 165px;
}
.shop-search-detail .contract ul li h3 {
  font-size: 16px;
  font-weight: bold;
}
.shop-search-detail .contract ul li p {
  font-size: 14px;
}
.shop-search-detail .size ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
.shop-search-detail .size ul li {
  display: flex;
  gap: 10px;
}
.shop-search-detail .size ul li img {
  width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-search-detail .size ul li .txt h3 {
  padding-bottom: 4px;
  margin-bottom: 6px;
  border-bottom: solid 1px #e5e5e5;
  color: var(--color1);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.shop-search-detail .size ul li .txt h3 span {
  font-size: 12px;
}
.shop-search-detail .size ul li .txt .bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.shop-search-detail .size ul li .txt p {
  font-size: 12px;
  line-height: 1.5;
}
.shop-search-detail .contract, .shop-search-detail .size {
  margin-bottom: 40px;
}
.shop-search-detail .learnMore {
  margin-top: 16px;
  text-align: right;
}
.shop-search-detail .learnMore a {
  display: inline-block;
  color: var(--color1);
  font-size: 14px;
  font-weight: bold;
  transition: var(--transition);
}
.shop-search-detail .learnMore a span {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.shop-search-detail .learnMore a span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--color1);
  border-right: solid 1px var(--color1);
  transform: translate(-50%, -50%) rotate(45deg);
}
.shop-search-detail .learnMore a:hover {
  opacity: 0.7;
}
.shop-search-detail .voice {
  margin-bottom: 40px;
}
.shop-search-detail .voice .usCustomerVoiceWrap {
  display: grid;
  grid-template-columns: 1fr;
}
.shop-search-detail .voice .usCustomerVoiceWrap.two {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.shop-search-detail .voice .usCustomerVoiceWrap .usCustomerVoice {
  padding: 12px;
  background: var(--color2);
  border: none;
  border-radius: 3px;
}
.shop-search-detail .voice .usCustomerVoiceWrap .usCustomerVoice dl {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.shop-search-detail .voice .usCustomerVoiceWrap .usCustomerVoice dl dt.customer, .shop-search-detail .voice .usCustomerVoiceWrap .usCustomerVoice dl dt.staff {
  padding: 0;
  margin: 0;
  background: none;
}
.shop-search-detail .voice .usCustomerVoiceWrap .usCustomerVoice dl dd.customer {
  padding: 0;
  margin: 0;
  background: none;
  color: #333;
}
.shop-search-detail .voice .usCustomerVoiceWrap .usCustomerVoice dl dd.staff {
  margin: 0;
}
.shop-search-detail .voice .usCustomerVoiceWrap .usCustomerVoice dl:nth-of-type(1) {
  margin-bottom: 10px;
}
.shop-search-detail .voice .usCustomerVoiceWrap .usCustomerVoice dl:nth-of-type(2) {
  gap: 10px;
  padding: 8px;
  background: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 767.9px) {
  .shop-search-detail h1 {
    margin-top: 16px;
  }
  .shop-search-detail h1 span {
    font-size: 20px;
  }
  .shop-search-detail h1 img {
    vertical-align: text-bottom;
  }
  .shop-search-detail h2 {
    font-size: 18px;
  }
  .shop-search-detail #mainContent .nav {
    display: flex;
    gap: 8px;
    margin-top: 16px;
  }
  .shop-search-detail #mainContent .nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 50%;
    height: 40px;
    background: var(--color1);
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
  }
  .shop-search-detail #mainContent .nav a span {
    position: relative;
    width: 10px;
    height: 10px;
  }
  .shop-search-detail #mainContent .nav a span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .shop-search-detail .shopInfo {
    margin: 16px 0 40px;
  }
  .shop-search-detail .shopInfoWrap {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .shop-search-detail .shopInfo .left, .shop-search-detail .shopInfo .right {
    width: 100%;
  }
  .shop-search-detail .shopInfo .left table {
    margin-bottom: 16px;
  }
  .shop-search-detail .shopInfo .left table th {
    width: 100px;
  }
  .shop-search-detail .shopInfo .shopMeritList {
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    overflow-y: visible;
  }
  .shop-search-detail .is-sp-accordion .accessInner {
    max-height: 320px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
  .shop-search-detail .is-sp-accordion .accessInner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 80%);
    opacity: 1;
    transition: var(--transition);
    pointer-events: none;
  }
  .shop-search-detail .is-sp-accordion.is-open .accessInner {
    max-height: 5000px;
  }
  .shop-search-detail .is-sp-accordion.is-open .accessInner::after {
    opacity: 0;
  }
  .shop-search-detail .accessToggleWrap {
    text-align: center;
    margin-top: 10px;
  }
  .shop-search-detail .accessToggleWrap .accessToggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: none;
    border: none;
  }
  .shop-search-detail .accessToggleWrap .accessToggle span.label {
    color: var(--color1);
    font-size: 14px;
    font-weight: bold;
  }
  .shop-search-detail .accessToggleWrap .accessToggle span.arrow {
    position: relative;
    width: 10px;
    height: 10px;
  }
  .shop-search-detail .accessToggleWrap .accessToggle span.arrow::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-right: solid 1px var(--color1);
    border-bottom: solid 1px var(--color1);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .shop-search-detail .is-open .accessToggleWrap {
    margin-top: 16px;
  }
  .shop-search-detail .is-open .accessToggleWrap .accessToggle span.arrow::after {
    top: 80%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .shop-search-detail #banner_area {
    margin: 16px 0;
  }
  .shop-search-detail .price {
    padding: 24px 0;
    margin: 0 -10px 40px;
    background: var(--color2);
  }
  .shop-search-detail .price h2 {
    margin: 0 10px 16px;
  }
  .shop-search-detail .price label {
    display: block;
    margin: 0 10px;
    text-align: right;
  }
  .shop-search-detail .price label select {
    padding: 0.1em 0.5em;
    font-size: 12px;
  }
  .shop-search-detail .price p.note {
    margin: 0 10px;
  }
  .shop-search-detail .shopCard {
    padding-bottom: 0;
    box-shadow: none;
    overflow: unset;
  }
  .shop-search-detail .shopMap ul {
    grid-template-columns: 1fr;
  }
  .shop-search-detail .shopMap ul li a {
    font-size: 14px;
  }
  .shop-search-detail .nearestShop ul {
    grid-template-columns: 1fr;
  }
  .shop-search-detail .contract ul {
    gap: 10px;
  }
  .shop-search-detail .contract ul li img {
    width: 110px;
  }
  .shop-search-detail .contract ul li h3 {
    font-size: 14px;
  }
  .shop-search-detail .contract ul li p {
    font-size: 12px;
    text-align: center;
  }
  .shop-search-detail .size ul {
    grid-template-columns: 1fr;
  }
  .shop-search-detail .size ul li img {
    width: 140px;
  }
  .shop-search-detail .voice .usCustomerVoiceWrap.two {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.shop-search-detail-map {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.shop-search-detail-map .shopInfo table {
  width: 90%;
  margin: 0 auto 40px;
}
.shop-search-detail-map .shopInfo table th, .shop-search-detail-map .shopInfo table td {
  padding: 12px 0;
  border-top: solid 1px #dadada;
}
.shop-search-detail-map .shopInfo table tr:last-of-type th, .shop-search-detail-map .shopInfo table tr:last-of-type td {
  border-bottom: solid 1px #dadada;
}
.shop-search-detail-map .shopInfo table th {
  padding: 12px;
  text-align: left;
}
.shop-search-detail-map .shopInfo table td.btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 16px);
  height: 40px;
  border: solid 2px var(--color1);
  border-radius: 3px;
  background: #fff;
  color: var(--color1);
  font-weight: bold;
  font-size: 16px;
  transition: var(--transition);
  text-decoration: none;
}
.shop-search-detail-map .shopInfo table td.btn a:nth-of-type(1) {
  margin-right: 16px;
}
.shop-search-detail-map .shopInfo table td.btn a:hover {
  filter: brightness(0.8);
}
.shop-search-detail-map .popupMapA01 {
  width: 90%;
  margin: auto;
}
.shop-search-detail-map #popupFooter p {
  font-size: 10px;
}
@media print {
  .shop-search-detail-map .shopInfo table {
    max-width: 1200px;
    width: 100%;
  }
  .shop-search-detail-map .shopInfo table th, .shop-search-detail-map .shopInfo table td {
    font-size: 24px;
  }
  .shop-search-detail-map .shopInfo table th {
    white-space: nowrap;
  }
  .shop-search-detail-map .shopInfo table td.btn a {
    font-size: 24px;
  }
  .shop-search-detail-map .popupMapA01 {
    max-width: 1200px;
    width: 100%;
  }
  .shop-search-detail-map .popupMapA01 #map_canvas {
    width: 100%;
  }
  .shop-search-detail-map .popupMapA01 #map_canvas iframe {
    width: 100%;
  }
  .shop-search-detail-map #popupFooter {
    display: none;
  }
}

.modalBnrContent {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}
.modalBnrContent.is-open {
  display: block;
}
.modalBnrContent .modalBnrBg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modalBnrContent .modalBnrBox {
  position: relative;
  background: #fff;
  max-width: 600px;
  margin: 5vh auto;
  padding: 20px;
  border-radius: 8px;
  z-index: 2;
}
.modalBnrContent .modalBnrClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: var(--color1);
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.modalBnrContent .modalBnrClose span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #fff;
  translate: -50% -50%;
}
.modalBnrContent .modalBnrClose span:nth-of-type(1) {
  rotate: 45deg;
}
.modalBnrContent .modalBnrClose span:nth-of-type(2) {
  rotate: -45deg;
}
.modalBnrContent .modalBnrInner {
  padding: 48px 10px 16px;
}
.modalBnrContent .modalBnrInner h2 {
  padding: 0;
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.modalBnrContent .modalBnrInner img {
  width: 100%;
}
.modalBnrContent .modalBnrInner .modalContent {
  padding: 12px 10px;
  background: #F4F1EB;
}
.modalBnrContent .modalBnrInner .modalContent h3 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  margin-bottom: 8px;
  background: #08AC28;
  color: #fff;
  font-weight: bold;
}
.modalBnrContent .modalBnrInner .modalContent p {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.modalBnrContent .modalBnrInner .modalContent p span {
  color: #d40000;
  font-size: 16px;
}
.modalBnrContent .modalBnrInner .modalContent ul li {
  font-size: 12px;
  line-height: 1.5;
}
.modalBnrContent .modalBnrInner .modalContent a {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 767.9px) {
  .modalBnrContent .modalBnrBox {
    margin: 5vh 10px;
    padding: 0;
  }
  .modalBnrContent .modalBnrBox .modalBnrInner {
    overflow-y: auto;
  }
}

body.is-modal-open {
  overflow: hidden !important;
}/*# sourceMappingURL=style.css.map */