@charset "UTF-8";

/* -----------------------------------------------
  フロアガイド
----------------------------------------------- */
.pc-only {
  display: none;
}

@media screen and (min-width:768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}

@media screen and (min-width:768px) {
  .sp-only {
    display: none;
  }
}

.title__wrap::before {
  background: url("../images/floor-guide/bg_floor-guide_sp.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
  .title__wrap::before {
    background: url("../images/floor-guide/bg_floor-guide_pc.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.floor-tabs {

}

.floor-tabs__menu {
  display: flex;
  gap: 5px;
  border-bottom: 1px solid #6A1684;
  justify-content: center;
  margin-bottom: 10px;
}

@media screen and (min-width:768px) {
  .floor-tabs__menu {
    gap: 10px;
    margin-bottom: 13px;
  }
}

.floor-tabs__tab {
  padding: 12px;
  background: #fff;
  border: 1px solid #6A1684;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  font-weight: bold;
  cursor: pointer;
  color: #6A1684;
  width: 46.26%;
  font-size: 12px;
}

@media screen and (min-width:768px) {
  .floor-tabs__tab {
    border-radius: 25px 25px 0 0;
    padding: 17px;
    width: 47.32%;
    font-size: 22px;
  }
}

.floor-tabs__tab.is-active {
  background: #6A1684;
  color: #fff;
}

.floor-tabs__content {
  display: none;
}

.floor-tabs__content.is-active {
  display: block;
}

.floor-tabs__floor {
  display: flex;
  border-bottom: 1px dotted #6A1684;
  padding: 5px 0;
}

@media screen and (min-width:768px) {
  .floor-tabs__floor {
    padding: 10px 0;
  }
}

.floor-tabs__info--center {
  display: flex;
  align-items: center;
}

.floor-tabs__label {
  width: 60px;
  background-color: #F1E8F3;
  font-weight: bold;
  text-align: center;
  /* padding: 12px 0; */
  min-height: 75px;
  display: grid;
  place-items: center;
  font-size: 17px;
}

@media screen and (min-width:768px) {
  .floor-tabs__label {
    width: 23.78%;
    min-height: 75px;
    font-size: 30px;
  }
}

.floor-tabs__info {
  padding: 16px;
  width: 100%;
}

@media screen and (min-width:768px) {
  .floor-tabs__info {
    padding: 32px 54px;
  }
}

.floor-tabs__title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 15px;
}

@media screen and (min-width:768px) {
  .floor-tabs__title {
    gap: 16px;
    margin-bottom: 23px;
  }
}

.floor-tabs__title p {
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;

}

@media screen and (min-width:768px) {
  .floor-tabs__title p {
    font-size: 20px;

  }
}

.floor-tabs__logo {

}

.floor-tabs__logo--daiso {
  width: 54px;
}

@media screen and (min-width:768px) {
  .floor-tabs__logo--daiso {
    width: 123px;
  }
}

.floor-tabs__logo--summit {
  width: 98px;
}

@media screen and (min-width:768px) {
  .floor-tabs__logo--summit {
    width: 198px;
  }
}

.floor-tabs__icon {
  margin-bottom: 12px;
}

.floor-tabs__icon--toilet1 {
  width: 75px;
}

@media screen and (min-width:768px) {
  .floor-tabs__icon--toilet1 {
    width: 150px;
  }
}

.floor-tabs__icon--toilet {
  width: 11px;
}

@media screen and (min-width:768px) {
  .floor-tabs__icon--toilet {
    width: 20px;
  }
}

.floor-tabs__icon-chair {
  width: 18px;
}

@media screen and (min-width:768px) {
  .floor-tabs__icon-chair {
    width: 36px;
  }
}

.floor-tabs__note {
  font-size: 0.85rem;
  margin-top: 8px;
}

.floor-tabs__pickup-wrapper {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dotted #6A1684;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

@media screen and (min-width:1020px) {
  .floor-tabs__pickup-wrapper {
    margin-top: 25px;
    padding-top: 25px;
    flex-direction: row;
    gap: 4.1%;
  }
}

.floor-tabs__pickup {
  flex-shrink: 0;
}

.floor-tabs__badge {
  font-size: 13px;
  color: #6A1684;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

@media screen and (min-width:768px) {
  .floor-tabs__badge {
    font-size: 18px;
    margin-bottom: 18px;
    padding-left: 23px;
  }
}

.floor-tabs__badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background: url("../images/floor-guide/icon_check.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

@media screen and (min-width:768px) {
  .floor-tabs__badge::before {
    width: 18px;
    height: 18px;
  }
}

.common-btn--floor {
  margin-left: 17px;
}

@media screen and (min-width:768px) {
  .common-btn--floor {
    margin-left: 26px;
  }
}

.floor-tabs__images {
  display: flex;
  gap: 16px;
}

@media screen and (min-width:768px) {
  .floor-tabs__images {
    gap: 20px;
  }
}

.floor-tabs__pickup-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.floor-tabs__pickup-image img {
  width: auto;
  height: 64px;
}

@media screen and (min-width:768px) {
  .floor-tabs__pickup-image img {
    height: 80px;
  }
}

.floor-tabs__pickup-image figcaption {
  text-align: center;
  font-size: 11px;
  margin-top: 4px;
}

@media screen and (min-width:768px) {
  .floor-tabs__pickup-image figcaption {
    font-size: 14px;
    margin-top: 6px;
  }
}



.floor-tabs__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (min-width:768px) {
  .floor-tabs__tags {
    gap: 8px;
  }
}

.floor-tabs__tags span {
  background-color: #F1E8F3; /* 薄い紫 */
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 11px;
  display: inline-block;
}

@media screen and (min-width:768px) {
  .floor-tabs__tags span {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
}

.floor-tabs__text-modals {
  display: flex;
  gap: 6px;
}

@media screen and (min-width:768px) {
  .floor-tabs__text-modals {
    gap: 10px;
  }
}

.text-modal {
  border-radius: 4px;
  border: 1px solid #6A1684;
  padding: 6px 25px 6px 6px;
  max-width: 180px;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}

@media screen and (min-width:768px) {
  .text-modal {
    padding: 15px 40px 15px 15px;
  }
}

.text-modal:hover {
  cursor: pointer;
  opacity: 0.8;
}

.text-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
    -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background: url("../images/floor-guide/icon_circle-arrow.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

@media screen and (min-width:768px) {
  .text-modal::after {
    right: 13px;
    width: 16px;
    height: 16px;
  }
}

p.text-modal__text {
  font-size: 12px;
  color: #6A1684;
}

@media screen and (min-width:768px) {
  p.text-modal__text {
    font-size: 14px;
  }
}



/* モーダルウインドウ */
.modal {
  display: none;
}

.modal.is-active {
  display: block;
  position: fixed;
  z-index: 9999;
  inset: 0;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.modal__content {
  /* position: relative; */
  position: fixed; /* ← relative を fixed に */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央揃え */
  width: 90%;
  max-width: 1120px;
  max-height: 90%;
  /* margin: 5% auto; */
  background: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 10000;
  overflow: auto;
  border-radius: 10px;
}

@media screen and (min-width:768px) {
  .modal__content {
    padding: 0;
    border-radius: 20px;
  }
}

.modal__content--textonly {
  max-width: 500px;
  padding: 70px 30px;
}

.modal__content--flex {
  display: flex;
  flex-direction: column;
  padding: 50px 25px 25px 25px;
  gap: 20px;
  max-width: 380px;
}

@media screen and (min-width:768px) {
  .modal__content--flex {
    flex-direction: row-reverse;
    padding: 63px;
    gap: 40px;
    max-width: 760px;
  }
}


p.modal__title {
  font-size: 16px;
  margin-bottom: 11px;
}

@media screen and (min-width:768px) {
  p.modal__title {
    font-size: 22px;
    margin-bottom: 23px;
  }
}

p.modal__text {
  font-size: 12px;
}

@media screen and (min-width:768px) {
  p.modal__text {
    font-size: 16px;
  }
}

.modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.7rem;
  background: none;
  border: none;
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}

@media screen and (min-width:768px) {
  .modal__close {
    font-size: 40px;
  }
}

.modal-trigger {
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.modal-trigger:hover {
  opacity: 0.8;
}