@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;
}

@media screen and (min-width: 751px) {
  .main .page_h2 {
    font-size: 25px;
  }
}
.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:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .text p:nth-child(n+2) {
    margin-top: 10px;
  }
}
.main .sec--02 {
  margin-top: 100px;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .main .sec--02 {
    margin-top: 60px;
  }
}
.main .sec--02 .page_h2 .en {
  color: #b7b4c8;
}
.main .sec--02 .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 60px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--02 .list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.main .sec--02 .list a {
  color: #ffffff;
  transition: all 0.5s ease;
}
.main .sec--02 .list a .image {
  overflow: hidden;
}
.main .sec--02 .list a .image img {
  transition: all 0.5s ease;
}
.main .sec--02 .list a .ttl {
  font-size: 20px;
  margin-top: 20px;
  padding-left: 20px;
  font-weight: 200;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list a .ttl {
    font-size: 16px;
    margin-top: 10px;
  }
}
.main .sec--02 .list a .ttl:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list a .ttl:before {
    top: 7px;
  }
}
.main .sec--02 .list a:hover {
  opacity: 0.8;
}
.main .sec--02 .list a:hover img {
  transform: scale(1.1, 1.1);
}
.main .sec--03 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 {
    margin-top: 60px;
  }
}
.main .sec--03 .topcont .subttl {
  font-size: 22px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .topcont .subttl {
    font-size: 18px;
    margin-top: 30px;
  }
}
.main .sec--03 .topcont .text {
  margin-top: 30px;
}
.main .sec--03 .room {
  background: #f0f0f4;
  padding: 90px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .room {
    padding: 50px 20px;
  }
}
.main .sec--03 .room .inner:nth-child(n+2) {
  margin-top: 50px;
}
.main .sec--03 .room .inner:last-child {
  border-top: 2px dotted #cccccc;
  padding-top: 60px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .room .inner:last-child {
    padding-top: 30px;
    margin-top: 40px;
  }
}
.main .sec--03 .room .inner .ttl {
  font-size: 22px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .room .inner .ttl {
    font-size: 18px;
  }
}
.main .sec--03 .room .inner .ttl .small {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .room .inner .ttl .small {
    font-size: 13px;
  }
}
.main .sec--03 .room .inner .ttl .maru {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .room .inner .ttl .maru {
    width: 15px;
    height: 15px;
  }
}
.main .sec--03 .room .inner .ttl .maru:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f0f0f4;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .room .inner .ttl .maru:before {
    width: 5px;
    height: 5px;
  }
}
.main .sec--03 .room .inner .text {
  margin: 10px 0 20px 26px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .room .inner .text {
    margin-left: 20px;
  }
}
.main .sec--03 .room .inner .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .main .sec--03 .room .inner .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.main .sec--03 .room .inner .grid .place {
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: inherit;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .room .inner .grid .place {
    font-size: 15px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .room .inner.suite .ttl .small {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .main .sec--03 .room .inner.family .grid {
    gap: 50px;
  }
}
.main .sec--04 {
  margin-top: 100px;
  max-width: 1000px;
}
@media screen and (max-width: 750px) {
  .main .sec--04 {
    margin-top: 60px;
  }
}
.main .sec--04 .topcont .subttl {
  font-size: 22px;
}
.main .sec--04 .topcont .text {
  margin-top: 30px;
}
.main .sec--04 .grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--04 .grid {
    gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--04 .grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}
.main .sec--04 .place {
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: inherit;
}
@media screen and (max-width: 750px) {
  .main .sec--04 .place {
    font-size: 15px;
    padding: 10px 0;
  }
}
.main .sec--04 .Vibrabus {
  background: #f0f0f4;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .main .sec--04 .Vibrabus {
    padding: 20px 20px 40px;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--04 .Vibrabus .page_h2 .en {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--04 .Vibrabus .cont {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--04 .Vibrabus .cont {
    padding-left: 30px;
  }
}
.main .sec--04 .Vibrabus .cont .text {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .main .sec--04 .Vibrabus .cont .text {
    margin-top: 10px;
  }
}
.main .sec--05 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .main .sec--05 {
    margin-top: 60px;
  }
}
.main .sec--05 .link {
  display: inline-block;
  color: #b7b4c8;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}
.main .sec--05 .link:hover {
  color: #ffffff;
}
.main .sec--05 .topcont {
  text-align: center;
  color: #ffffff;
  font-weight: 200;
}
.main .sec--05 .topcont .page_h2 .en {
  color: #b7b4c8;
}
.main .sec--05 .topcont .text {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .main .sec--05 .topcont .text {
    margin-top: 20px;
  }
}
.main .sec--05 .topcont .link {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .main .sec--05 .topcont .link {
    margin-top: 20px;
  }
}
.main .sec--05 .sougo {
  text-align: center;
  color: #ffffff;
  font-weight: 200;
  margin-top: 50px;
}
.main .sec--05 .sougo .ttl {
  font-size: 20px;
  border: 1px solid;
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  .main .sec--05 .sougo .ttl {
    font-size: 16px;
  }
}
.main .sec--05 .sougo .text {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .main .sec--05 .sougo .text {
    margin-top: 20px;
  }
}
.main .sec--05 .table_wrap {
  margin-top: 50px;
}
.main .sec--05 .table_wrap .ttl {
  font-size: 18px;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .main .sec--05 .table_wrap .ttl {
    font-size: 16px;
  }
}
.main .sec--05 .table_wrap .inner {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .main .sec--05 .table_wrap .inner {
    overflow: scroll;
  }
}
.main .sec--05 .table_wrap table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 1024px) and (max-width: 1130px) {
  .main .sec--05 .table_wrap table {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--05 .table_wrap table {
    min-width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--05 .table_wrap table {
    min-width: 780px;
  }
}
.main .sec--05 .table_wrap td,
.main .sec--05 .table_wrap th {
  border-right: 1px solid #8b8c8d;
  border-collapse: collapse;
}
.main .sec--05 .table_wrap th {
  background: #ccd2de;
  text-align: center;
  padding: 15px;
}
.main .sec--05 .table_wrap td {
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid #8b8c8d;
  padding: 30px 40px;
}
@media screen and (max-width: 750px) {
  .main .sec--05 .table_wrap td {
    padding: 20px;
  }
}
.main .sec--05 .table_wrap td.gray {
  background: #4c4c4c;
  color: #ffffff;
  border-bottom: 1px solid #b8b8b8;
  text-align: left;
  font-weight: 200;
}
.main .sec--05 .table_wrap td.last {
  border-color: #8b8c8d;
}
.main .sec--05 .table_wrap td .small {
  font-size: 13px;
}
.main .sec--05 .table_wrap td .text.--01 {
  margin-top: 10px;
}
.main .sec--05 .table_wrap td .text.--02 {
  margin-top: 25px;
}
.main .sec--05 .table_wrap td .indent_wrap {
  margin-top: 10px;
  font-size: 12px;
}
.main .sec--05 .table_wrap .caption {
  margin-top: 20px;
  color: #ffffff;
}
.main .sec--05 .table_wrap .swipe {
  display: none;
  width: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .main .sec--05 .table_wrap .swipe {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--05 .table_wrap .swipe {
    width: 50px;
  }
}
.main .sec--05 .link_wrap {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .main .sec--05 .link_wrap {
    text-align: center;
    margin-top: 40px;
  }
}/*# sourceMappingURL=unique.css.map */