@charset "UTF-8";
html,
body {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", メイリオ, Meiryo, sans-serif;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* END 共通CSSからの調整 */
:root {
  --main-bg-grey: #f1f2f2;
  /* --main-pink: #da4a79; */
  --main-pink: #ea6173;
  --sub-chocobrown: #5e3c32;
  --sub-redbrown: #852e2c;
  --main-bg-black: #000;
  --main-bg-blackMat: #333;
  --main-bg-beige: #ffefe0;
  --sub-beige: #ba8972;
  --sub-lightbeige: #fae7d6;
  --main-blue: #aabfdb;
}

main {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  main {
    overflow: hidden !important;
  }
}

li {
  list-style: none !important;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  text-align: center;
}

@media screen and (max-width: 767px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-left: auto;
    margin-right: auto;
  }
}
strong {
  display: block;
  font-size: 110%;
  font-weight: bold;
}

.pb-5 {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pb-5 {
    padding-bottom: 30px;
  }
}

sup {
  font-weight: 400 !important;
  font-size: 70%;
}

@media screen and (max-width: 767px) {
  section:last-child {
    padding-bottom: 0;
  }
}
.a-ocean {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 80vh;
}

.cts-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

/* コンテンツvideo */
main {
  position: relative;
  height: 100%;
  padding-bottom: 0;
}

.cts-video {
  position: fixed;
  bottom: 5%;
}
.cts-video div video {
  width: 100%;
  max-height: 40vh;
}

.cts-movie {
  margin: 0 auto;
  width: 950px;
}
.cts-movie div {
  margin-bottom: 5%;
}

/* header-menu */
#header-menu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  width: 15%;
}

/* footer */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  text-align: center;
  height: 5%;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
footer h2 {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 200%;
}

/* タブコンテンツ */
.tabNav {
  margin: auto;
  display: flex;
  list-style-type: none;
}

.tabNav li {
  cursor: pointer;
  width: 50%;
  background: white;
  color: #333;
  padding: 10px;
  text-decoration: none;
}

.tabNav li.active {
  background: orange;
  color: #fff;
}

.tabContent {
  padding: 20px;
  border: 1px dotted #ccc;
}

/* headerコンテンツ */
header {
  position: relative;
}

.top-btn {
  display: flex;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}
.top-btn li {
  width: 50%;
  padding: 3%;
  list-style: none;
}

.cts-menu {
  /* height: 60vh;
  display: flex;
  align-items: center; */
  padding-bottom: 40vh;
  padding-top: 5vh;
}

/* 下層ページヘッダー */
.under header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 100px;
  height: 10vh;
}
.under header h3.icon {
  font-size: 200%;
  padding-right: 100px;
}
.under header h1 {
  font-size: 300%;
  padding: 5% 0;
}

.fa-caret-left:before {
  color: #6e6e6e;
}

/* アンケートページ */
#anq {
  background: url("../img/anq/bg@4x.png") no-repeat top center;
  background-size: cover;
}
#anq main ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10%;
  justify-content: center;
}
#anq main ul li {
  width: 30%;
}
#anq h3 {
  margin-top: 10%;
  font-size: 300%;
  font-weight: bold;
  color: #fff;
}

#anq2_2 header {
  position: absolute;
  top: 90px;
  left: 0;
  justify-content: flex-start;
  padding-left: 50px;
  z-index: 99;
}

#myDiv {
  display: flex;
  align-items: center;
}
#myDiv div {
  margin: 0 auto;
  width: 90%;
  padding: 5%;
  /* background-color: #ffffffe8;
  box-shadow: #333 ;
  border-radius: 10px; */
  line-height: 2;
}
#myDiv div h3 {
  font-size: 300%;
}

.fade-in-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.fade-in-out.active {
  opacity: 1;
}

/* フロアマップ */
:root {
  --btn-bg-trans-color: #00000000;
  --btn-bg-gradient-img: linear-gradient(90deg, rgba(191, 163, 203, .6), rgba(170, 191, 219, .6));
}

#map_simple main {
  margin: 0;
  padding: 0;
}
#map_simple .cts-map {
  overflow-x: auto;
  /* :where(img, picture, svg, video) {
      max-inline-size: unset;
      height: 100vh;
  } */
  position: relative;
  text-align: center;
}
#map_simple .cts-map div {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
#map_simple .cts-map #btn_zoom1 {
  position: absolute;
  left: 200px;
  bottom: 180px;
  background-color: var(--btn-bg-trans-color);
  width: 190px;
  height: 100px;
  display: block;
}
#map_simple .cts-map #btn_zoom2 {
  position: absolute;
  bottom: 115px;
  right: 30px;
  background-color: var(--btn-bg-trans-color);
  width: 200px;
  height: 100px;
  display: block;
}
#map_simple .cts-map #btn_zoom3 {
  position: absolute;
  top: 295px;
  right: 30px;
  background-color: var(--btn-bg-trans-color);
  width: 160px;
  height: 170px;
  display: block;
}
#map_simple .cts-map #btn_zoom4 {
  position: absolute;
  top: 180px;
  right: 250px;
  background-image: var(--btn-bg-gradient-img);
  width: 180px;
  height: 80px;
  display: block;
}
#map_simple .cts-map #btn_zoom5 {
  position: absolute;
  top: 0;
  left: 270px;
  background-color: #000;
  width: 280px;
  height: 150px;
  display: block;
}
#map_simple .cts-map #btn_zoom6 {
  position: absolute;
  top: 0;
  left: 550px;
  background-color: var(--btn-bg-trans-color);
  width: 180px;
  height: 100px;
  display: block;
}
#map_simple .cts-map button {
  display: flex;
  align-items: center;
}
#map_simple .cts-map button h4 {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 180%;
  font-weight: bold;
  color: #fff;
}
#map_simple .zoomback {
  width: 100%;
}
#map_simple .zoomback h3 {
  color: #fff;
  padding-bottom: 2rem;
  font-size: 300%;
}

#map_simple {
  /* .cts-map {
      overflow-x: auto;
      padding-left: 3%;

      :where(img, picture, svg, video) {
          max-inline-size: unset;
          height: 100vh;
      }
  } */
}
#map_simple .cts-map {
  padding-left: 3%;
}

/* フロアマップ NEW */
#map_simple2 .cts-map {
  overflow-x: auto;
  position: relative;
  /* :where(img, picture, svg, video) {
      max-inline-size: unset;
      height: 100vh;
  } */
  position: relative;
  text-align: center;
  padding: 5%;
  background-color: #000;
}
#map_simple2 .cts-map .btn-back {
  position: absolute;
  width: 3%;
  top: 5%;
  left: 5%;
  z-index: 999;
}
#map_simple2 .cts-map div {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
#map_simple2 .cts-map .btn_zoom {
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  top: -100px;
  position: absolute;
  z-index: 99;
}
#map_simple2 .cts-map button {
  display: flex;
  align-items: center;
}
#map_simple2 .cts-map button h4 {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 180%;
  font-weight: bold;
  color: #fff;
}
#map_simple2 .zoomback {
  width: 100%;
  padding: 5%;
}
#map_simple2 .zoomback h3 {
  color: #fff;
  padding-bottom: 2rem;
  font-size: 300%;
}
#map_simple2 h3 {
  margin: 0 auto 40px;
  text-align: left;
  width: 65%;
}
#map_simple2 .map-mtg-room {
  margin-bottom: 50px;
}
#map_simple2 .map-mtg-room li img {
  padding-bottom: 20px;
}
#map_simple2 #map-floor-bg {
  background: url("../img/map/map2/map_bg@4x.png") no-repeat center center;
  background-size: contain;
  width: 850px;
  height: 672px;
  position: relative;
  margin: 0 auto;
}
#map_simple2 #map-floor-bg li {
  display: flex;
  padding-bottom: 1rem;
  width: 200px;
  height: 150px;
  text-align: center;
}
#map_simple2 #map-floor-bg li span {
  color: #FFF100;
  position: relative;
  text-align: left;
  display: block;
  margin: 0 auto;
  font-size: 150%;
  font-weight: bold;
}
#map_simple2 #map-floor-bg li span::before {
  content: "";
  display: inline-block;
  background-image: url("../img/map/map2/pin_black@4x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 130px;
  height: 80px;
  position: absolute;
  top: -100px;
  left: -50px;
  margin: 0 auto;
  z-index: 0;
  text-align: center;
  padding-top: 20px;
}
#map_simple2 #map-floor-bg li:nth-child(1) {
  position: absolute;
  top: 15%;
  left: 32%;
}
#map_simple2 #map-floor-bg li:nth-child(1) span::before {
  content: "01";
}
#map_simple2 #map-floor-bg li:nth-child(2) {
  position: absolute;
  top: 15%;
  left: 62%;
}
#map_simple2 #map-floor-bg li:nth-child(2) span::before {
  content: "02";
}
#map_simple2 #map-floor-bg li:nth-child(3) {
  position: absolute;
  top: 48%;
  right: 0%;
}
#map_simple2 #map-floor-bg li:nth-child(3) span::before {
  content: "03";
}
#map_simple2 #map-floor-bg li:nth-child(4) {
  position: absolute;
  bottom: -50px;
  right: 3%;
}
#map_simple2 #map-floor-bg li:nth-child(4) span::before {
  content: "04";
}
#map_simple2 #map-floor-bg li:nth-child(5) {
  position: absolute;
  bottom: 0%;
  left: 18%;
}
#map_simple2 #map-floor-bg li:nth-child(5) span::before {
  content: "05";
}
#map_simple2 #map-floor-bg li.icon-airplane {
  position: absolute;
  bottom: 0;
  left: 45%;
  background: none;
}
#map_simple2 .close-button {
  color: #fff;
  text-align: center;
  font-size: 150%;
}
#map_simple2 .modal div {
  position: relative;
}
#map_simple2 .modal div .close-button {
  position: absolute;
  top: 0;
  right: 3%;
  font-size: 72px;
}

/* 拡大 */
.zoomback {
  /* 絶対位置に配置 */
  position: fixed;
  top: 0;
  z-index: 999;
  /* 画面いっぱいに */
  width: 100%;
  height: 100vh;
  /* 背景を少し透過 */
  background-color: rgba(0, 0, 0, 0.8);
  /* 中のimgを中央揃え */
  display: none;
  justify-content: center;
  align-items: center;
}

/* サイネージ用画像 */
body#signage {
  animation: fadeIn 0.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=test2.css.map */