@charset "UTF-8";
/* CSS Document */
#page {
  background: #dedad1;
  padding-top: 0;
  opacity: 0;
  transition: 0.5s;
}
#page.show {
  opacity: 1;
}

.contents-box .box-inner {
  padding: 0 20px;
}
.contents-box .box-inner .mds-ttl {
  text-align: center;
  margin-bottom: 24px;
  color: #3c3c3c;
}
@media (min-width: 769px) {
  .contents-box .box-inner .mds-ttl {
    margin-bottom: 32px;
    text-align: left;
  }
}
.contents-box .box-inner .mds-ttl span {
  display: block;
}
.contents-box .box-inner .mds-ttl .txt-en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 32px;
  font-weight: 300;
}
@media (min-width: 769px) {
  .contents-box .box-inner .mds-ttl .txt-en {
    font-size: 56px;
    line-height: 1.35;
  }
}
.contents-box .box-inner .mds-ttl .txt-jp {
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .contents-box .box-inner .mds-ttl .txt-jp {
    font-size: 16px;
  }
}

/*============================
#movie-modal
============================*/
.movie-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.movie-modal.is-open {
  display: block;
}

.modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.modal-content {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}

.video-wrapper,
.modal-close {
  pointer-events: auto;
}

.video-wrapper {
  width: 90%;
  max-width: 800px;
  position: relative;
  aspect-ratio: 16/9;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.modal-close {
  position: absolute;
  top: -45px;
  right: -3px;
  width: 37px;
  height: 37px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 2px;
  background: #fff;
}

/* 斜線 */
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ===== SP ===== */
@media (max-width: 768px) {
  .modal-close {
    width: 18px;
    height: 18px;
    top: -22px;
    right: -3px;
  }
  .modal-close::before,
  .modal-close::after {
    width: 18px;
    height: 2px;
  }
}
/*============================
#mv
============================*/
#mv {
  margin-bottom: 30px;
}
/*============================
#news
============================*/
#news {
  font-weight: 500;
}
#news .box-inner .top-txt {
  margin-bottom: 60px;
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media (min-width: 769px) {
  #news .box-inner .top-txt {
    margin-bottom: 50px;
    font-size: 30px;
    width: 100%;
  }
}
#news .box-inner .top-txt span {
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 769px) {
  #news .box-inner .top-txt span {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  #news .box-inner .news-wrapper {
    display: flex;
    gap: 95px;
  }
}
#news .box-inner .news-wrapper .mds-ttl {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  #news .box-inner .news-wrapper .mds-ttl {
    margin-bottom: 0;
  }
}
#news .box-inner .news-list {
  line-height: 1.65;
}
@media (min-width: 769px) {
  #news .box-inner .news-list {
    flex: 1;
    padding-top: 28px;
  }
}
#news .box-inner .news-list .inner {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #news .box-inner .news-list .inner {
    display: flex;
    gap: 18px;
  }
}
#news .box-inner .news-list .inner dt {
  color: #938976;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (min-width: 769px) {
  #news .box-inner .news-list .inner dt {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  #news .box-inner .news-list .inner dd {
    flex: 1;
    font-size: 16px;
  }
}
#news .box-inner .news-list .inner dd a {
  text-decoration: underline;
}

/*============================
#floorguide
============================*/
#floorguide {
  background: #dedad1;
  padding: 60px 0;
}
@media (min-width: 769px) {
  #floorguide {
    padding: 90px 0 100px;
  }
}
@media (max-width: 768px) {
  #floorguide .box-inner {
    padding: 0;
  }
  #floorguide .box-inner .mds-ttl {
    margin-bottom: 29px;
  }
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list {
    display: flex;
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box01 .mds-ttl {
    width: 200px;
  }
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box01 .mds-ttl .txt-en {
    font-size: clamp(50px, 3.8888888889vw, 56px);
  }
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box01 .mds-ttl .txt-jp {
    font-size: min(1.1111111111vw, 16px);
  }
}
#floorguide .box-inner .floor-list .box01 .btn-base {
  width: min(20.8333333333vw, 300px);
}
#floorguide .box-inner .floor-list .box02 {
  position: relative;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 {
    width: 100%;
  }
}
#floorguide .box-inner .floor-list .box02 .img-box {
  position: relative;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .img-box {
    width: 100%;
  }
}
#floorguide .box-inner .floor-list .box02 .img-box .floor-bg {
  position: absolute;
  width: 100%;
}
#floorguide .box-inner .floor-list .box02 .img-box .floor-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .img-box .floor-bg {
    width: calc(100% - 13.8888888889vw);
    left: min(23.6111111111vw, 340px);
  }
}
#floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor01 {
  top: 0;
  height: 54.9333333333vw;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor01 {
    height: min(14.4444444444vw, 208px);
    top: min(4.6527777778vw, 67px);
  }
}
#floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor01::before {
  background: linear-gradient(#dedad1 0%, #c1bdb3 100%);
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor01::before {
    background: linear-gradient(#dedad1 0%, #c1bdb3 100%);
  }
}
#floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor02 {
  top: 56vw;
  height: 28.2666666667vw;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor02 {
    top: min(20.2777777778vw, 292px);
    height: min(9.375vw, 135px);
  }
}
#floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor02::before {
  background: linear-gradient(#dedad1 0%, #c1bdb3 100%);
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor02::before {
    background: linear-gradient(#dedad1 0%, #c1bdb3 100%);
  }
}
#floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor03 {
  bottom: 0;
  height: 36.2666666667vw;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor03 {
    bottom: 0;
    height: min(12.7777777778vw, 184px);
  }
}
#floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor03::before {
  background: linear-gradient(#dbd4be 0%, #d1cbb8 100%);
  opacity: 1;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .img-box .floor-bg.floor03::before {
    top: auto;
    background: linear-gradient(#dbd4be 0%, #d1cbb8 100%);
  }
}
#floorguide .box-inner .floor-list .box02 .img-box .map-img {
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  #floorguide .box-inner .floor-list .box02 .img-box .map-img {
    width: 76vw;
  }
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .img-box .map-img {
    width: min(31.5972222222vw, 455px);
    margin-left: min(3.4722222222vw, 50px);
  }
}
#floorguide .box-inner .floor-list .box02 .img-box .sp-txt {
  position: absolute;
  text-align: right;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .img-box .sp-txt {
    display: none;
  }
}
#floorguide .box-inner .floor-list .box02 .img-box .sp-txt .inner {
  width: fit-content;
  position: relative;
  text-align: left;
  color: #866d3e;
  line-height: 1.4;
}
#floorguide .box-inner .floor-list .box02 .img-box .sp-txt .floor {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  font-size: 19px;
}
#floorguide .box-inner .floor-list .box02 .img-box .sp-txt .name {
  font-weight: 500;
  font-size: 12px;
}
#floorguide .box-inner .floor-list .box02 .img-box .sp-txt .icon-arrow {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
#floorguide .box-inner .floor-list .box02 .img-box .sp-txt.floor01 {
  top: 0;
  padding-right: 1.6vw;
  height: 52.2666666667vw;
}
#floorguide .box-inner .floor-list .box02 .img-box .sp-txt.floor02 {
  top: 52.2666666667vw;
  height: 33.3333333333vw;
  padding-right: 16.5333333333vw;
}
#floorguide .box-inner .floor-list .box02 .img-box .sp-txt.floor03 {
  bottom: 0;
  height: 37.8666666667vw;
  padding-right: 5.3333333333vw;
}
@media (max-width: 768px) {
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt {
    position: fixed;
    z-index: 12;
    text-align: left;
    color: #866d3e;
    line-height: 1.5;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt.is-active {
    opacity: 1;
    pointer-events: initial;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .floor {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 19px;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .name {
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .name::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background: #866d3e;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .detail {
    font-size: 12px;
    color: #3C3C3C;
    margin-bottom: 16px;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .link {
    font-size: 14px;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .link a {
    color: #866d3e;
    display: flex;
    align-items: center;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .link .icon-arrow {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt::before {
    content: "";
    background-color: rgba(60, 60, 60, 0.6);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 90vw;
    height: fit-content;
    padding: 46px 14px 55px 24px;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .inner .btn-close {
    position: absolute;
    right: 14px;
    top: 16px;
    width: 35px;
    height: 14px;
    background: url(../images/common/icon_close.svg) no-repeat;
    background-size: contain;
  }
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt {
    position: absolute;
    left: min(39.5833333333vw, 570px);
    text-align: left;
    color: #866d3e;
    line-height: 1.5;
    font-weight: 500;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .floor {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: min(1.6666666667vw, 24px);
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .name {
    font-size: min(1.25vw, 18px);
    margin-bottom: 4px;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .detail {
    font-size: min(0.8333333333vw, 12px);
    color: #3C3C3C;
    margin-bottom: 8px;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .link {
    font-size: min(0.9722222222vw, 14px);
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .link a {
    color: #866d3e;
    display: flex;
    align-items: center;
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .link .icon-arrow {
    width: min(1.1111111111vw, 16px);
    height: min(1.1111111111vw, 16px);
    vertical-align: middle;
    margin-left: 5px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .txt-box .floor-txt .link .icon-arrow {
    width: 20px;
    height: 20px;
    margin-top: 1px;
  }
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-list .box02 .txt-box .floor01 {
    top: min(5.3472222222vw, 77px);
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor02 {
    top: min(19.5138888889vw, 281px);
  }
  #floorguide .box-inner .floor-list .box02 .txt-box .floor03 {
    bottom: min(2.7777777778vw, 40px);
  }
}
#floorguide .box-inner .floor-bnr {
  margin-top: 50px;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-bnr {
    max-width: 1160px;
    margin: 100px auto 0;
    display: flex;
    gap: 16px;
  }
}
#floorguide .box-inner .floor-bnr li {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-bnr li {
    width: calc(50% - 8px);
  }
}
#floorguide .box-inner .floor-bnr li.is-active .bgimg, #floorguide .box-inner .floor-bnr li .is-prev .bgimg, #floorguide .box-inner .floor-bnr li .is-next .bgimg {
  animation: zoomUp 8s linear 0s 1 normal both;
}
#floorguide .box-inner .floor-bnr li .bnr-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
#floorguide .box-inner .floor-bnr li .bnr-ttl {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
#floorguide .box-inner .floor-bnr li .more-txt {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  font-size: 24px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-top: 8px;
  margin-top: 8px;
  opacity: 0;
  max-height: 0;
  transform: translateY(1px);
  transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  position: relative;
}
@media (max-width: 768px) {
  #floorguide .box-inner .floor-bnr li .more-txt {
    display: none;
  }
}
#floorguide .box-inner .floor-bnr li .more-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
#floorguide .box-inner .floor-bnr li .arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 10px;
  right: 10px;
  background: #dedad1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-bnr li .arrow {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-bnr li a:hover {
    opacity: 1;
  }
  #floorguide .box-inner .floor-bnr li a:hover .bgimg {
    transform: scale(1.05);
  }
  #floorguide .box-inner .floor-bnr li a:hover .more-txt {
    max-height: 55px;
    opacity: 1;
    transform: translateY(0);
  }
  #floorguide .box-inner .floor-bnr li a:hover .more-txt::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  #floorguide .box-inner .floor-bnr li a:hover .arrow img {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
}
@media (max-width: 768px) {
  #floorguide .box-inner .floor-bnr .bnr01 {
    margin-bottom: 16px;
  }
}
#floorguide .box-inner .floor-bnr .bnr02 a .bnr-ttl {
  font-size: 0;
}
#floorguide .box-inner .floor-bnr .bnr02 a .bnr-ttl img {
  width: 300px;
}
@media (min-width: 769px) {
  #floorguide .box-inner .floor-bnr .bnr02 a .bnr-ttl img {
    width: 442px;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes hoverArrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.page-ft .ft-top .ft-box01 .address-txt {
  margin-bottom: 0;
}

.page-ft .ft-btm .ft-logo {
  margin-bottom: 64px;
}

@media (min-width: 769px) {
  .page-ft .ft-btm {
    display: block;
    padding: 60px 20px 50px;
  }
  .page-ft .ft-btm .ft-logo {
    margin-bottom: 28px;
    margin-right: 0;
    padding-left: 0;
  }
}
/*# sourceMappingURL=_map/teaser.css.map */
