@charset "UTF-8";
.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

/* fade in down */
.fade-in-down {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.animImgScale {
  transition: all 0.5s;
  transform: translateY(-10px);
  opacity: 0;
}
.animImgScale img {
  transition: all 1s;
  transform: scale(1.1, 1.1);
  opacity: 0;
}

.inview-on.animImgScale {
  transform: translateY(0);
  opacity: 1;
}
.inview-on.animImgScale img {
  transform: scale(1, 1);
  opacity: 1;
}

.sans {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.garamond {
  font-family: adobe-garamond-pro, serif;
}

.eb {
  font-family: "EB Garamond", serif;
}
.eb.italic {
  font-style: italic;
}

.times {
  font-family: "Times New Roman";
}

.colorA {
  color: #aa8420;
}

.colorP {
  color: #092c79;
}

.white {
  color: #ffffff;
}

.mt10 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.5rem;
}

.mt50 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .mt50 {
    margin-top: 0.5rem;
  }
}

.mt60 {
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .mt60 {
    margin-top: 0.8rem;
  }
}

.mt80 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .mt80 {
    margin-top: 0.8rem;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 1.5rem;
  }
}

.mt130 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .mt130 {
    margin-top: 1.5rem;
  }
}

.mt150 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .mt150 {
    margin-top: 1.5rem;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

#rooms .primary li.rooms a {
  background: #2B66A7;
}
#rooms .foot_nav li.rooms a {
  background: #e1e8f0;
}

.main {
  overflow: hidden;
}
.main .sec--01 .text {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--01 .text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .text {
    margin-top: 30px;
  }
}
.main .sec--01 .text p {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .main .sec--01 .text p {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .text p {
    margin-top: 30px;
  }
}
.main .sec--02 {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .main .sec--02 {
    margin-top: 60px;
  }
}
.main .sec--02 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 782px;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.main .sec--02 .grid .inner {
  color: #ffffff;
}
.main .sec--02 .grid .inner .page_h2 {
  margin: 30px 0 20px;
  font-weight: 200;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--02 .grid .inner .page_h2 {
    font-size: 20px;
  }
}
.main .sec--02 .grid .inner .text {
  font-weight: 200;
}
.main .sec--02 .grid .inner .fontS {
  margin-top: 10px;
}
.main .sec--02 .grid .inner.--01 .page_h2 {
  position: relative;
  display: inline-block;
  margin: 30px 0 55px;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .grid .inner.--01 .page_h2 {
    margin: 30px 0 20px;
  }
}
.main .sec--02 .grid .inner.--01 .page_h2 span {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: 7px;
  right: -15px;
}
.main .sec--02 .detail {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .detail {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .main .sec--02 .detail .table_wrap {
    overflow: scroll;
  }
}
.main .sec--02 .detail table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--02 .detail table {
    min-width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--02 .detail table {
    min-width: 850px;
  }
}
.main .sec--02 .detail td,
.main .sec--02 .detail th {
  border-right: 1px solid #8b8c8d;
  border-collapse: collapse;
  padding: 15px;
  text-align: center;
}
.main .sec--02 .detail th {
  background: #ccd2de;
}
.main .sec--02 .detail td {
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid #8b8c8d;
}
.main .sec--02 .detail td.gray {
  background: #4c4c4c;
  color: #ffffff;
  border-bottom: 1px solid #b8b8b8;
  text-align: left;
  font-weight: 200;
}
.main .sec--02 .detail td.last {
  border-color: #8b8c8d;
}
.main .sec--02 .detail .fontS {
  margin-top: 20px;
}
.main .sec--02 .detail .swipe {
  display: none;
  width: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .main .sec--02 .detail .swipe {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--02 .detail .swipe {
    width: 50px;
  }
}
.main .sec--03 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 {
    margin-top: 50px;
  }
}
.main .sec--03 > .image.--02 {
  margin-top: 100px;
}
.main .sec--03 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 75px;
}
@media screen and (min-width: 751px) {
  .main .sec--03 .inner .order1 {
    order: 1;
  }
  .main .sec--03 .inner .order2 {
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 60px;
  }
}
.main .sec--03 .inner .cont .page_h2 {
  border-bottom: 1px solid #4c4c4c;
}
.main .sec--03 .inner .cont .page_h2 .jp {
  display: inline-block;
  border-bottom: 2px solid #092c79;
  padding-bottom: 20px;
}
.main .sec--03 .inner .cont .detail {
  margin: 35px 0;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner .cont .detail {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--03 .inner .cont .text {
    font-size: 13px;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--03 .inner .cont.order2 {
    text-align: right;
  }
  .main .sec--03 .inner .cont.order2 .detail {
    text-align: right;
    display: inline-block;
  }
  .main .sec--03 .inner .cont.order2 .detail p {
    text-align: left;
  }
}
.main .sec--03 .inner .image {
  text-align: right;
  margin-left: 50px;
}
@media screen and (min-width: 751px) {
  .main .sec--03 .inner .image.order1 {
    text-align: left;
    margin-left: 0;
    margin-right: 50px;
  }
  .main .sec--03 .inner .image.order1 figcaption {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner .image {
    text-align: center;
    margin: 0 auto;
  }
}
.main .sec--03 .inner .image img {
  max-width: 345px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner .image img {
    max-width: 250px;
  }
}
.main .sec--03 .inner .image figcaption {
  margin-top: 10px;
}
.main .sec--03 .inner.--04 .image img {
  max-width: 500px;
}
.main .sec--03 .inner.--05 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 50px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--05 {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--03 .inner.--05 .cont {
    grid-area: 1/1/2/2;
    margin-right: 50px;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--03 .inner.--05 .text {
    grid-area: 1/2/2/3;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--03 .inner.--05 .image {
    grid-area: 2/1/3/3;
    text-align: center;
    max-width: 785px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--05 .image {
    margin-top: 30px;
  }
}
.main .sec--03 .inner.--05 .image img {
  max-width: none;
}
@media screen and (max-width: 750px) {
  .main .fNote {
    margin-top: 100px;
  }
}/*# sourceMappingURL=unique.css.map */