@charset "utf-8";
#wpadminbar,
.sidebar {
  display: none;
}
@media screen {
  html {
    margin-top: 0px !important;
  }
}

:root {
  /* --bbmp_tourList-width: 200px; */
  --bbmp_tourList-width: 180px;
  /* --bbmp_iframeHeader-height: 60px; */
  --bbmp_iframeHeader-height: 48px;
  --bbmp_itemDetail-width: 458px;
  /* --bbmp_itemDetail-height: 80%; */
  --bbmp_itemDetail-height: min(calc(100% - 80px), 90%);
  --bbmp_itemDetailCart-width: var(--bbmp_itemDetail-width);
  /* --bbmp_tourList-responsiveHeight: calc(7vh + 40px); */
  --bbmp_tourList-responsiveHeight: 88px;
  --bbmp_tourList-responsiveIframeHeight: calc(
    100dvh - var(--bbmp_tourList-responsiveHeight)
  );
}

/* @media screen and (min-width: 1025px) {
  :root {
    --bbmp_tourList-width: 180px;
  }
} */

body {
  margin: 0px;
  padding: 0px;
  --wp--style--global--content-size: 800px;
  --bbmp_bg-color: var(--wp--bbmp-theme-bg-color, #efefef);
}
body main {
  margin-top: 0px;
}
header {
  display: none;
}
.post-content > p {
  display: none;
}
.bb-matterport-view {
  display: block;
  margin-top: 10px;
}
#site-content {
  margin: 0;
  margin-left: 0px;
}
.content.thin {
  width: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.post-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .post.single .post-inner {
    padding-top: 0px;
  }
}
.bbmp_iconOptions {
  display: flex;
  gap: 20px;
  align-items: start;
  min-height: 300px;
}
.bbmp_iconOption {
  position: relative;
  display: flex;
  align-items: start;
  gap: 10px;
}
.bbmp_iconOption ul.bbmp_iconUl {
  display: none;
  flex-wrap: wrap;
  max-width: 200px;
  min-width: 200px;
  max-height: 200px;
  min-height: 200px;
  overflow-y: scroll;
  border: solid 2px #666;
  padding: 4px;
  position: absolute;
  top: 40px;
  margin: 0;
  gap: 8px;
  z-index: 2;
  background-color: #fff;
}
.bbmp_iconOption ul.bbmp_iconUl.show {
  display: flex;
}
.bbmp_iconOption ul.bbmp_iconUl li {
  width: 20%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin: 0;
  box-sizing: border-box;
}
.bbmp_iconOption ul.bbmp_iconUl li:hover {
  border: solid 1px #2271b1;
}
.bbmp_iconOption ul.bbmp_iconUl li span {
  padding-right: 0px;
  float: none;
  padding: 2px;
}
.bbmp_iconOption ul.bbmp_iconUl li span.icon-grid-label {
  display: none;
}
#bbmp_iconSelectBtn {
  padding: 4px;
  min-width: 32px;
  height: 32px;
}

button {
  min-height: 30px;
  min-width: 30px;
  text-align: center;
}
.bbmp_iframeBody {
  z-index: 1;
  position: relative;
}
.bbmp_iframeHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: rgba(
    var(--bbmp_themeColor_r),
    var(--bbmp_themeColor_g),
    var(--bbmp_themeColor_b),
    1
  );
  height: var(--bbmp_iframeHeader-height);
  z-index: 2;
  transition: top 0.5s;

}
.bbmp_iframeHeader.no-sdk {
  background-color: transparent;
  justify-content: end;
  pointer-events: none;
}
.bbmp_iframeHeader__title {
  margin: 0;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 1.5em;
}
.bbmp_iframeHeader__title a {
  color: currentColor;
}

.bbmp_iframeHeader__left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bbmp_iframeHeader__right {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: nowrap;
  right: calc(var(--bbmp_itemDetail-width) / 2);
  /* transition: right 0.5s; */
  pointer-events: all;
  color: #fff;
}

@media (min-width: 751px) {
  .bbmp_wrapBox.is-itemDetail .bbmp_iframeHeader__right {
    position: absolute;
    top: 4px;
    right: calc(var(--bbmp_itemDetail-width) * -1);
    z-index: 2;
    margin-right: 10px;
  }
  .bbmp_wrapBox.is-itemDetailCart .bbmp_iframeHeader__right {
    right: calc(var(--bbmp_itemDetailCart-width) * -1);
  }
}
@media (max-width: 750px) {
  .bbmp_iframeHeader__right,
  .bbmp_wrapBox.is-itemDetail .bbmp_iframeHeader__right,
  .bbmp_wrapBox.is-itemDetailCart .bbmp_iframeHeader__right {
    right: 0;
  }
}

.bbmp_wrapBox.is-itemDetail .bbmp_iframeHeader::after {
  content: "";
}

.bbmp_iframeHeader__right .btn,
.bbmp_iframeHeader__right .p-headerBtn > a {
  width: 40px;
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  color: currentColor;
  /* background-color: rgba(100,120,120,.5); */
  background-color: unset;
  /* border-radius: 8px; */
  position: relative;
}
.bbmp_cartItem__number {
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 10px;
  background-color: rgba(220, 220, 220, 0.7);
  width: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  color: #333;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.bbmp_cartItem__text {
  position: absolute;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: -32px;
  font-size: 10px;
  white-space: nowrap;
  color: #333;
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: bold;
}
.bbmp_cartItem__text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-top: 0;
  position: absolute;
  top: -10px;
  margin-left: calc(50% - 13px);
}
label[for="bbmp_tourMenu"] {
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  /* background-color: rgba(150,150,150,0.6); */
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
}
#bbmp_tourList {
  position: absolute;
  top: 0px;
  left: 0px;
  max-height: 100%;
  height: 100%;
  width: var(--bbmp_tourList-width);
  margin-left: calc(var(--bbmp_tourList-width) * -1);
  transition: margin-left 0.5s, opacity 0.5s, margin-bottom 0.5s;
  opacity: 0;
}
.bbmp_tourList__in {
  position: relative;
  padding: 10px;
  padding-right: 5px;
  background-color: var(--bbmp_bg-color);
  height: 100%;
  box-sizing: border-box;
}
.bbmp_tourList__in.tourReady:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: block;
  background-color: transparent;
  position: absolute;
  left: 5px;
  top: 5px;
  border: solid 2px #F6CECE;
  z-index: 5;
  animation: .8s ease-in .8s infinite alternate forwards running attentionBorder;
}
@keyframes attentionBorder {
  from {
    border-color: #F6CECE;
  }
  to {
    border-color: #FE2E2E;
  }
}

.bbmp_tourList__items {
  overflow: auto;
  /* scrollbar-color: #666 #cfcfcf; */
  /* scrollbar-width: thin; */
}
.bbmp_tourList__items::-webkit-scrollbar {
  /*縦並び*/
  width: 8px;
  /*横並び*/
  height: 4px;
}
.bbmp_tourList__items::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 9999px;
}
.bbmp_tourList__items::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 9999px;
}
.bbmp_tourList__title {
  margin-bottom: 8px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bbmp_tourList__title::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-color: currentColor;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiB0ZXh0LXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiBpbWFnZS1yZW5kZXJpbmc9Im9wdGltaXplUXVhbGl0eSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNDYuMDIgNTEyLjc2Ij48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0zMzguMzEgMjQxLjA5IDMwLjYyIDMuOTVjLTguMjktNi4zOS0yMC4yLTQuODctMjYuNiAzLjQyQTE4LjkwNSAxOC45MDUgMCAwIDAgLjA2IDE4Ljk2SDB2NDc0Ljc3YzAgMTAuNTEgOC41MiAxOS4wMyAxOS4wMyAxOS4wMyA0LjkxIDAgOS4zOS0xLjg3IDEyLjc3LTQuOTNsMzA2Ljg1LTIzNi40NmM4LjI5LTYuNCA5LjgxLTE4LjMyIDMuNDEtMjYuNi0xLjEtMS40My0yLjM2LTIuNjYtMy43NS0zLjY4eiIvPjwvc3ZnPg==");
}
.bbmp_tourList__item {
  /* padding: 8px; */
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  /* todo responsive size */
  height: 100px;
}
.bbmp_tourList__item.active {
  border: solid 1px var(--bbmp_themeColor);
}
.bbmp_tourList__item:hover {
  border: solid 1px var(--bbmp_themeColor);
}

.bbmp_tourList__item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: scale 0.2s;
}
.bbmp_tourList__item.active img,
.bbmp_tourList__item:hover img {
  scale: 1.05;
}
.bbmp_tourList__item + .bbmp_tourList__item {
  margin-top: 10px;
}
.bbmp_wrapBox {
  position: relative;
  transition: padding-left 0.5s, padding-right 0.5s, padding-bottom 0.5s;
  overflow: hidden;
}
#bbmp_tourMenu:checked + .bbmp_wrapBox {
  padding-left: var(--bbmp_tourList-width);
}
#bbmp_tourMenu:checked + .bbmp_wrapBox label[for="bbmp_tourMenu"] {
  left: var(--bbmp_tourList-width);
}
#bbmp_tourMenu:checked + .bbmp_wrapBox #bbmp_tourList {
  opacity: 1;
  margin-left: 0px;
}
.bbmp_ctrlButtons {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
.bbmp_ctrlButtons button {
  border: none;
  background-color: rgba(
    var(--bbmp_themeColor_r),
    var(--bbmp_themeColor_g),
    var(--bbmp_themeColor_b),
    0.5
  );
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 40px;
  cursor: pointer;
  pointer-events: all;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bbmp_ctrlButtons button:disabled {
  opacity: 0.5;
}

@media (max-width: 600px) {
  .bbmp_ctrlButtons {
    bottom: 14px;
  }
  .bbmp_ctrlButtons button {
    width: 50px;
    height: 50px;
    font-size: 36px;
    order: 1;
  }
}

@media (max-width: 450px) {
  .bbmp_moveButtons {
    max-width: 260px;
  }
  /* .bbmp_ctrlButtons button.bbmp_moveButton__rotateLeft {
        order: 5;
    }
    .bbmp_ctrlButtons button.bbmp_moveButton__rotateRight {
        order: 6;
    } */
}

.bbmp_ctrlButtons button i {
  transition: scale 0.3s;
}
.bbmp_ctrlButtons button:not(:disabled):hover i {
  scale: 1.1;
}
.bbmp_moveButtons {
  display: flex;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.bbmp_iframeBox {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: var(--bbmp_iframeHeader-height);
  transition: padding-top 0.5s;
}

#showcase-iframe {
  width: 100% !important;
  /* ブラウザ依存？ */
  height: calc(100dvh - var(--bbmp_iframeHeader-height));
}
@media (max-width: 600px) {
  :root {
    --bbmp_tourList-width: 30%;
  }
  #showcase-iframe {
    width: 100%;
    /* height: 100dvh; */
  }
}
.bbmp_wrapBox.is-itemDetail {
  padding-right: var(--bbmp_itemDetail-width);
}
.bbmp_wrapBox.is-itemDetailCart {
  padding-right: var(--bbmp_itemDetailCart-width);
}
#bbmp_itemDetail {
  position: absolute;
  right: 0;
  top: 0;
  min-width: var(--bbmp_itemDetail-width);
  background-color: #fff;
  height: 100%;
  max-height: 100%;
  margin-right: calc(var(--bbmp_itemDetail-width) * -1);
  transition: margin-right 0.5s, opacity 0.5s;
  opacity: 0;
  z-index: 1;
}
.bbmp_wrapBox.is-itemDetailCart #bbmp_itemDetail {
  min-width: var(--bbmp_itemDetailCart-width);
  margin-right: calc(var(--bbmp_itemDetailCart-width) * -1);
}
.bbmp_wrapBox.is-itemDetail #bbmp_itemDetail {
  opacity: 1;
  margin-right: 0px;
}

@media (min-width: 751px) {
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .bbmp_wrapBox.is-itemDetail .bbmp_iframeHeader__right {
    color: #333;
    animation: fadeIn 0.25s 0.48s both;
  }
}
@media (max-width: 750px) {
  .bbmp_wrapBox.is-itemDetail,
  .bbmp_wrapBox.is-itemDetailCart {
    padding-right: 0px;
  }
  #bbmp_itemDetail {
    height: var(--bbmp_itemDetail-height);
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100%;
    margin-right: 0px;
    top: auto;
    bottom: -100%;
    transition: bottom 0.5s, opacity 0.5s;
    z-index: 2;
  }
  .bbmp_wrapBox.is-itemDetail #bbmp_itemDetail {
    opacity: 1;
    bottom: 0px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
}

.bbmp_itemDetail__in {
  position: relative;
  padding: 0 10px 10px 10px;
  background-color: var(--bbmp_bg-color);
  height: 100%;
  box-sizing: border-box;
  /* padding-top: calc(var(--bbmp_iframeHeader-height) + 16px); */
  padding-top: calc(var(--bbmp_iframeHeader-height));
}

@media (max-width: 750px) {
  .bbmp_itemDetail__in {
    padding-top: var(--bbmp_iframeHeader-height);
  }
}
.bbmp_itemDetail__description {
  height: 100%;
  width: 100%;
}
.bbmp_itemDetail__iframe {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
}
.bbmp_itemDetail__close {
  position: absolute;
  top: 12px;
  line-height: 20px;
  cursor: pointer;
}
.bbmp_itemDetail__close i {
  font-size: 16px;
  line-height: 24px;
}
.bbmp_iframeHeader__ico {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.bbmp_iframeHeader__ico-large {
  width: 28px;
  height: 28px;
}
.bbmp_spinner {
  position: absolute;
  width: 60%;
  aspect-ratio: 1;
  margin-left: 18%;
  top: 40%;
  z-index: 1;
  border: 4px solid #e5edff;
  border-left-color: #aaa;
  border-radius: 50%;
  animation: spinner1 1.2s linear infinite;
}
@keyframes spinner1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wp-block-group:has(h1):not(main) {
  display: none;
}
.entry-content.has-global-padding {
  padding-left: 0px;
  padding-right: 0px;
  margin-block-start: 0px;
}
.entry-content > div {
  max-width: none !important;
}
.bbmp_shoppingEnter {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  top: var(--bbmp_iframeHeader-height);
  left: 0;
  padding-left: inherit;
}
.bbmp_shoppingEnter-text {
  font-size: 30px;
  margin-bottom: 30px;
  text-shadow: #fdfdfd 2px 0px 0px, #fdfdfd -2px 0px 0px, #fdfdfd 0px -2px 0px,
    #fdfdfd -2px 0px 0px, #fdfdfd 2px 2px 0px, #fdfdfd -2px 2px 0px,
    #fdfdfd 2px -2px 0px, #fdfdfd -2px -2px 0px, #fdfdfd 1px 2px 0px,
    #fdfdfd -1px 2px 0px, #fdfdfd 1px -2px 0px, #fdfdfd -1px -2px 0px,
    #fdfdfd 2px 1px 0px, #fdfdfd -2px 1px 0px, #fdfdfd 2px -1px 0px,
    #fdfdfd -2px -1px 0px, #fdfdfd 1px 1px 0px, #fdfdfd -1px 1px 0px,
    #fdfdfd 1px -1px 0px, #fdfdfd -1px -1px 0px;
  color: #333;
  text-align: center;
  display: none;
}
.bbmp_shoppingEnter-text .for-spn {
  display: none;
}
.bbmp_shoppingEnter-btn {
  border: solid 2px #666;
  color: #666;
  border-radius: 50%;
  font-size: 40px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 40px;
  text-indent: 2px;
  cursor: pointer;
  display: none;
  transition: background-color 0.3s;
}
.bbmp_shoppingEnter-main {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  flex-direction: column;
  max-width: 80%;
}
.bbmp_shoppingEnter-main.show {
  display: flex;
  padding: 40px;
}
.bbmp_shoppingEnter-btn:hover {
  color: #fff;
  background-color: #666;
}
.bbmp_shoppingEnter-text-bottom {
  font-size: 18px;
  margin-top: 20px;
  text-shadow: #fdfdfd 2px 0px 0px, #fdfdfd -2px 0px 0px, #fdfdfd 0px -2px 0px,
    #fdfdfd -2px 0px 0px, #fdfdfd 2px 2px 0px, #fdfdfd -2px 2px 0px,
    #fdfdfd 2px -2px 0px, #fdfdfd -2px -2px 0px, #fdfdfd 1px 2px 0px,
    #fdfdfd -1px 2px 0px, #fdfdfd 1px -2px 0px, #fdfdfd -1px -2px 0px,
    #fdfdfd 2px 1px 0px, #fdfdfd -2px 1px 0px, #fdfdfd 2px -1px 0px,
    #fdfdfd -2px -1px 0px, #fdfdfd 1px 1px 0px, #fdfdfd -1px 1px 0px,
    #fdfdfd 1px -1px 0px, #fdfdfd -1px -1px 0px;
  color: red;
  text-align: center;
  display: none;
}
.bbmp_fullscreenBtn {
  background-color: transparent;
  outline: none;
  border: none;
  position: absolute;
  top: 70px;
  right: 10px;
  background-color: rgba(160, 160, 160, 0.5);
  font-size: 30px;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bbmp_tourList__in label[for="bbmp_tourMenu"] {
  display: none;
}
@media screen and (min-width: 601px) {
  .bbmp_tourList__items {
    padding-right: 5px;
    height: 100%;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }

  .bbmp_tourList__box {
    flex-shrink: 0;
  }
}

/* スマホ用 */
@media (max-width: 600px) {
  #showcase-iframe {
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  #bbmp_tourList {
    margin-left: 0px;
    margin-bottom: calc(var(--bbmp_tourList-responsiveHeight) * -1);
    opacity: 1;
  }
  #bbmp_tourMenu:checked + .bbmp_wrapBox #bbmp_tourList {
    margin-bottom: 0px;
  }
  #bbmp_tourMenu:checked + .bbmp_wrapBox label[for="bbmp_tourMenu"] {
    left: 0px;
  }
  .bbmp_tourList__in label[for="bbmp_tourMenu"] {
    display: inline;
    position: absolute;
    top: -40px;
    left: 0px;
  }

  .bbmp_iframeHeader {
    padding: 0 8px;
  }
  .bbmp_iframeHeader__title {
    font-size: 12px;
    justify-content: flex-start;
    padding: 0;
  }
  .bbmp_iframeHeader__left {
    display: none;
  }

  .bbmp_iframeHeader__right {
    gap: 4px;
  }
  .bbmp_wrapBox {
    height: 100dvh;
    padding-bottom: 0px;
  }
  #bbmp_tourMenu:checked + .bbmp_wrapBox {
    padding-left: 0;
    padding-bottom: var(--bbmp_tourList-responsiveHeight);
  }
  .bbmp_iframeBox {
    height: 100dvh;
  }
  #bbmp_tourMenu:checked + .bbmp_wrapBox .bbmp_iframeBox {
    height: var(--bbmp_tourList-responsiveIframeHeight);
  }
  .bbmp_iframeBody {
    height: 100%;
  }
  #bbmp_tourList {
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: var(--bbmp_tourList-responsiveHeight);
  }
  #bbmp_tourList:has(.tourReady) {
    z-index: auto;
  }
  .bbmp_tourList__in {
    padding: 8px;
    padding-bottom: 4px;
  }

  .bbmp_tourList__items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    height: 100%;
    width: auto;
  }

  .bbmp_tourList__box {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    /* padding-top: 24px; */
    padding-bottom: 4px;
    position: relative;
    justify-content: start;
    min-width: fit-content;

    gap: 4px;
  }

  .bbmp_tourList__box:last-child {
    flex-basis: 100%;
    flex-shrink: 0;
    min-width: unset;
  }

  .bbmp_tourList__title {
    position: sticky;
    z-index: 1;
    left: 0px;
    display: flex;
    height: 100%;
    align-items: center;
    background-color: var(--bbmp_bg-color);
    font-size: 12px;
    padding-right: 4px;
    margin: 0;
    max-width: 8em;
    /* white-space: nowrap;
    margin-top: -24px;
    color: transparent; */
  }
  /* .bbmp_tourList__title::before {
    content: attr(data-title);
    color: #000;
    font-weight: 500;
    background-color: var(--bbmp_bg-color);
    font-size: 90%;
  } */
  .bbmp_tourList__item {
    width: var(--bbmp_tourList-responsiveHeight);
    height: auto;
    height: 100%;

    /* aspect-ratio: 1.6 / 1; */
    /* min-height: 7vh;
    min-width: calc(7vh * 1.6); */
    /* margin-right: 10px; */
  }
  .bbmp_tourList__item + .bbmp_tourList__item {
    margin-top: 0px;
  }
  .bbmp_tourList__item + .bbmp_tourList__title {
    margin-top: -22px;
  }
  .bbmp_tourList__item:last-child {
    margin-right: 0px;
  }
  .bbmp_shoppingEnter-text .for-spn {
    display: block;
  }
  .bbmp_shoppingEnter-text .for-spn + div {
    display: none;
  }
}

body.is-no-fullscreen-active {
  height: 120vh;
}
body.is-no-fullscreen-active-start {
  overflow: hidden;
}
body.is-no-fullscreen-active .bbmp_wrapBox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
}
.no-fullscreen-swiper {
  width: 160px;
  height: 160px;
  background-color: rgba(120, 120, 120, 0.7);
  color: #fff;
  position: fixed;
  top: calc(50% - 70px);
  left: calc(50% - 80px);
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  font-weight: 500;
  z-index: 1;
}
.no-fullscreen-swiper .swipe-icon {
  height: 60px;
}
.no-fullscreen-swiper .fa {
  font-size: 200%;
  animation: fullscreenSwiper 0.8s alternate infinite ease;
}
.no-fullscreen-swiper p {
  font-size: 14px;
  text-align: center;
}

@keyframes fullscreenSwiper {
  0% {
    position: relative;
    top: 20px;
  }
  90% {
    top: 0px;
    position: static;
  }
}


@media screen and (min-width: 601px) {
}

.bbmp_tourOperationText {
  position: absolute;
  left: var(--bbmp_tourList-width);
  top: var(--bbmp_iframeHeader-height);
  margin-top: 10px;
  margin-left: 10px;
  display: none;
  text-shadow: #fdfdfd 2px 0px 0px, #fdfdfd -2px 0px 0px, #fdfdfd 0px -2px 0px, #fdfdfd -2px 0px 0px, #fdfdfd 2px 2px 0px, #fdfdfd -2px 2px 0px, #fdfdfd 2px -2px 0px, #fdfdfd -2px -2px 0px, #fdfdfd 1px 2px 0px, #fdfdfd -1px 2px 0px, #fdfdfd 1px -2px 0px, #fdfdfd -1px -2px 0px, #fdfdfd 2px 1px 0px, #fdfdfd -2px 1px 0px, #fdfdfd 2px -1px 0px, #fdfdfd -2px -1px 0px, #fdfdfd 1px 1px 0px, #fdfdfd -1px 1px 0px, #fdfdfd 1px -1px 0px, #fdfdfd -1px -1px 0px;
  color: #333;
}
.bbmp_tourOperationText .on-sp {
  display: none;
}
.bbmp_tourOperationText.show {
  display: inline-block;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.6);
}
.bbmp_tourOperationText:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: currentColor;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiB0ZXh0LXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiBpbWFnZS1yZW5kZXJpbmc9Im9wdGltaXplUXVhbGl0eSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAzNDYuMDIgNTEyLjc2Ij48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0zMzguMzEgMjQxLjA5IDMwLjYyIDMuOTVjLTguMjktNi4zOS0yMC4yLTQuODctMjYuNiAzLjQyQTE4LjkwNSAxOC45MDUgMCAwIDAgLjA2IDE4Ljk2SDB2NDc0Ljc3YzAgMTAuNTEgOC41MiAxOS4wMyAxOS4wMyAxOS4wMyA0LjkxIDAgOS4zOS0xLjg3IDEyLjc3LTQuOTNsMzA2Ljg1LTIzNi40NmM4LjI5LTYuNCA5LjgxLTE4LjMyIDMuNDEtMjYuNi0xLjEtMS40My0yLjM2LTIuNjYtMy43NS0zLjY4eiIvPjwvc3ZnPg==");
  transform: rotate(180deg);
  position: relative;
  top: 2px;
  scale: .9;
}
@media screen and (max-width: 600px) {
  
  .bbmp_shoppingEnter {
    padding-bottom: calc(var(--bbmp_tourList-responsiveHeight) + 40px);
  }
  .bbmp_tourOperationText.show {
    left: 10px; 
    top: auto;
    bottom: var(--bbmp_tourList-responsiveHeight);
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 8px;
  }
  .bbmp_tourOperationText .on-sp {
    display: inline;
    font-size: 12px;
  }
  .bbmp_tourOperationText .on-sp + span {
    display: none;
  }
  .bbmp_tourOperationText:before {
    transform: rotate(90deg);
    top: 5px;
  }
  .bbmp_shoppingEnter-main.show {
    padding: 20px;
    max-width: 90%;
  }
}
.bbmp-exit-button {
  position: absolute;
  top: 60px;
  left: 20px;
  font-size: 14px;
  white-space: normal;
  width: auto;
  background-color: rgba(200,200,200, .5);
  color: #fff;
}




/* 美術館用 */
label[for="bbmp_layoutControl"] {
  font-size: 30px;
  height: 32px;
  display: flex;
  align-items: center;
  color: #fff;
}
label.bbmp_tourSwitch + label[for="bbmp_layoutControl"] {
  margin-left: 20px;
}
#bbmp_layoutControl:checked + input + .bbmp_wrapBox {
  --bbmp_iframeHeader-height: 0px;
}
#bbmp_layoutControl:checked + input + .bbmp_wrapBox .bbmp_iframeHeader {
  top: -30px;
}
#bbmp_layoutControl:checked + input + .bbmp_wrapBox label[for="bbmp_layoutControl"] {
  color: #fff;
}
#bbmp_layoutControl:checked + input + .bbmp_wrapBox .bbmp_iframeHeader__title {
  display: none;
}
#bbmp_layoutControl + input + .bbmp_wrapBox .bbmp_iframeHeader__left {
  position: fixed;
  top: 6px;
  left: 10px;
}
#bbmp_layoutControl + input + .bbmp_wrapBox .bbmp_iframeHeader__right {
  opacity: 1;
  visibility: visible;
}
#bbmp_layoutControl:checked + input + .bbmp_wrapBox .bbmp_iframeHeader__right {
  /* position: fixed;
  top: 5px;
  right: 10px; */
  opacity: 0;
  visibility: hidden;
}
label[for="bbmp_tourMenu"].bbmp_tourSwitch {
  width: 160px;
  height: 30px;
  padding: 0px;
  line-height: 29px;
  font-size: 16px;
}

.bbmp_tourSwitch {
  background: #fff;
  /* border: 3px solid #ccc; */
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.4s;
  box-sizing: border-box;
  text-align: center;
  background-color: #d3d3d3;
  color: #fff;
}
.bbmp_tourSwitch.hidden {
  /* matterportのロード後に表示する */
  display: none;
}
.bbmp_tourSwitch::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  left: 4px;
  top: 4px;
  z-index: 2;
  background-color: #fff;
  transition: 0.4s;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

#bbmp_tourMenu:checked + .bbmp_wrapBox .bbmp_tourSwitch {
  background-color: #616161;
}
#bbmp_tourMenu:checked + .bbmp_wrapBox .bbmp_tourSwitch::after {
  left: calc(100% - 26px);
}
#bbmp_tourMenu:checked + .bbmp_wrapBox label[for="bbmp_tourMenu"].bbmp_tourSwitch {
  left: 0px;
}

#bbmp_layoutControl + #bbmp_tourMenu + .bbmp_wrapBox #bbmp_tourList .bbmp_tourList__in {
  padding-top: 44px;
}

@media screen and (max-width: 600px) {
  .bbmp_tourList__in label[for="bbmp_tourMenu"].bbmp_tourSwitch {
    left: 8px;
  }
  #bbmp_layoutControl + #bbmp_tourMenu + .bbmp_wrapBox .bbmp_ctrlButtons {
    bottom: 30px;
  }
  #bbmp_layoutControl + input + .bbmp_wrapBox .bbmp_iframeHeader__left {
    display: flex;
    position: static;
  }
  #bbmp_layoutControl:checked + input + .bbmp_wrapBox .bbmp_iframeHeader__left {
    display: flex;
    position: fixed;
  }
  #bbmp_layoutControl + input + .bbmp_wrapBox .bbmp_iframeHeader__left .bbmp_tourSwitch {
    display: none;
  }
  #bbmp_layoutControl + input + .bbmp_wrapBox .bbmp_iframeHeader__left label[for="bbmp_layoutControl"] {
    margin-left: 0px;
    margin-right: 20px;
  }
  #bbmp_layoutControl + #bbmp_tourMenu + .bbmp_wrapBox #bbmp_tourList .bbmp_tourList__in {
    padding-top: 8px;
  }
  
}

#bbmp_ticketPasswordLoading {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ececec;
  z-index: 1;
}
#bbmp_ticketPasswordLoading .bbmp_spinner {
  display: block;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  margin-left: 0;
  max-width: 30%;
}
#bbmp_ticketPasswordLoading .bbmp_spinner + div {
  margin-top: 4px;
}