/* --------------------------------------------------
  common
-------------------------------------------------- */
.inner {
  max-width: 1260px;
}

/* --------------------------------------------------
mv
-------------------------------------------------- */
.mv {
  background: #d4e3ea;
  position: relative;
  z-index: 2;
  padding: 70px 0 118px;
}
@media screen and (min-width: 640px) {
  .mv {
    padding: 78px 0 118px;
  }
}
.mv .inner {
  max-width: 1160px;
}
@media screen and (min-width: 1024px) {
  .mv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mv-body {
    padding: 32px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv-body {
    max-width: 540px;
    width: 53%;
  }
}
.mv-ttl {
  color: #1e2e53;
  margin: 13.33vw 0 0;
}
@media screen and (min-width: 640px) {
  .mv-ttl {
    margin: 88px 0 0;
  }
}
.mv-ttl .en {
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.2rem;
  font-size: 8.53vw;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .mv-ttl .en {
    font-size: 5.4rem;
  }
}
.mv-ttl .ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-size: 3.73vw;
}
@media screen and (min-width: 640px) {
  .mv-ttl .ja {
    font-size: 2.4rem;
  }
}
.mv-txt {
  margin: 63.5vw 0 0;
}
@media screen and (max-width: 639px) {
  .mv-txt {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 640px) {
  .mv-txt {
    margin: 345px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv-txt {
    margin: 48px 0 0;
    min-height: 140px;
  }
}
.mv-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0;
}
@media screen and (min-width: 1024px) {
  .mv-nav {
    margin: 88px 0 0;
  }
}
.mv-nav-item {
  border-left: 1px solid #c9caca;
  width: 33.33%;
}
@media screen and (max-width: 639px) {
  .mv-nav-item {
    line-height: 1.1;
  }
}
.mv-nav-item:last-child {
  border-right: 1px solid #c9caca;
}
.mv-nav-link {
  color: #1e2e53;
  padding: 0 10px 20px;
  position: relative;
  text-align: center;
  display: block;
}
@media screen and (min-width: 640px) {
  .mv-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mv-nav-link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: 5px;
  left: 50%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .mv-nav-link:hover::after {
    bottom: 2px;
  }
}
.mv-nav-link .num {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.9rem;
  margin-right: 5px;
  display: block;
}
@media screen and (min-width: 640px) {
  .mv-nav-link .num {
    font-size: 2.1rem;
    margin-right: 10px;
  }
}
.mv-nav-link .name {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 640px) {
  .mv-nav-link .name {
    font-size: 1.4rem;
  }
}
.mv-img {
  max-width: 68.53vw;
  position: absolute;
  top: 60px;
  right: 15px;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .mv-img {
    max-width: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-img {
    width: 45%;
    max-width: 500px;
    position: initial;
  }
}

/* --------------------------------------------------
  type
-------------------------------------------------- */
.type {
  background: #fff;
  padding-bottom: 0;
  border-radius: 70px 70px 0 0;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .type {
    border-radius: 100px 100px 0 0;
  }
}
.type .secTtl {
  position: relative;
  z-index: 2;
}
.type-ttl {
  text-align: right;
  font-family: "Sorts Mill Goudy", serif;
  color: #1e2e53;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .type-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .type-ttl {
    font-size: 4rem;
  }
}
.type-ttl-left {
  text-align: left;
  color: #000;
}
.type-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.type-nav li {
  width: calc(25% - 2px);
  text-align: center;
  color: #1e2e53;
  border-bottom: 4px solid #d4e3ea;
  font-size: 1.3rem;
  padding: 4px;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .type-nav li {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.type-nav li.is-active {
  border-color: #1e2e53;
}
.type-nav li button:focus-visible {
  outline: none;
}
.type-container {
  max-width: 1160px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 640px) {
  .type-container {
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 640px) {
  .type-container1 {
    margin-top: -70px;
  }
}
@media screen and (min-width: 1024px) {
  .type-container1 {
    margin-top: -90px;
  }
}
@media screen and (min-width: 640px) {
  .type-container1 .type-img .dots-wrap, .type-container2 .type-img .dots-wrap {
    padding: 14px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .type-container1 .type-img .dots-wrap, .type-container2 .type-img .dots-wrap {
    padding: 40px 100px;
  }
}
.type-container3 .type-right, .type-container4 .type-right {
  padding: 12px 0 0;
}
.type-container3 .type-wrap, .type-container4 .type-wrap {
  margin: 12px 0 0;
}
@media screen and (max-width: 639px) {
  .type-container3 .type-img, .type-container4 .type-img {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 639px) {
  .type-container3 .type-img .dots-wrap, .type-container4 .type-img .dots-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.type-content:nth-child(n+2) {
  display: none;
}
.type-wrap {
  margin: 10px 0 0;
}
@media screen and (max-width: 639px) {
  .type-wrap {
    position: relative;
  }
}
@media screen and (min-width: 640px) {
  .type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 640px) {
  .type-left {
    max-width: 580px;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 639px) {
  .type-left .secBtn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 639px) {
  .type-right {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 640px) {
  .type-right {
    max-width: 540px;
    width: 47%;
  }
}
.type-name {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 10px;
}
.type-info {
  font-size: 1.3rem;
  margin: 0 0 20px;
}
@media screen and (min-width: 640px) {
  .type-info {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}
.type-txt {
  margin: 0 0 15px;
}
@media screen and (min-width: 640px) {
  .type-txt {
    margin: 0 0 30px;
  }
}
.type-img {
  max-width: 1160px;
  max-height: 635px;
  width: 100%;
  position: relative;
}
.type-img .dots-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .type-img .dots-wrap {
    padding: 15px 34px;
  }
}
.type-slider {
  position: relative;
}
.type-slider.slick-initialized .slick-content:nth-child(n+2) {
  display: block;
}
.type-slider .img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.type .slick-slide {
  max-width: 1160px;
}
.type .slick-arrow {
  width: 20px;
  height: 20px;
  z-index: 4;
  position: relative;
}
.type .slick-arrow::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.type .slick-arrow.prev::after {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.type .slick-arrow.next::after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.type .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.type .slick-dots li {
  padding: 6px;
  cursor: pointer;
  font-size: 0;
}
.type .slick-dots li.slick-active button {
  background: #000;
}
.type .slick-dots li button {
  width: 6px;
  height: 6px;
  background: #b1b1b1;
  border-radius: 50%;
}

/* --------------------------------------------------
  amenity
-------------------------------------------------- */
.amenity {
  background: linear-gradient(120deg, #1e2e53, #0079c0);
}
.amenity .secTtl {
  color: #fff;
}
.amenity .secTtl .num::after {
  background: #fff;
}
.amenity-cont {
  padding: 20px 0 0;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .amenity-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.amenity-cont-img {
  max-width: 400px;
  width: 70%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .amenity-cont-img {
    max-width: 480px;
    width: 34%;
    margin: 0 48px 0 0;
    padding-top: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .amenity-cont-img {
    width: 42%;
  }
}
.amenity-cont-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  width: 95%;
  margin: 30px auto 0;
}
@media screen and (min-width: 640px) {
  .amenity-cont-body {
    max-width: 523px;
    width: 62%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .amenity-cont-body {
    width: 50%;
  }
}
.amenity-cont-list {
  border-left: 1px solid #fff;
  padding: 0 16px 0 20px;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .amenity-cont-list {
    padding: 0 0 0 28px;
    width: auto;
  }
}
.amenity-cont-list dt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (min-width: 1024px) {
  .amenity-cont-list dt {
    font-size: 1.8rem;
  }
}
.amenity-cont-list dt:nth-of-type(2) {
  margin-top: 46px;
}
.amenity-cont-list dd {
  font-size: 1.3rem;
  line-height: 2.333;
}
@media screen and (min-width: 1024px) {
  .amenity-cont-list dd {
    font-size: 1.5rem;
  }
}

/* --------------------------------------------------
  rooms
-------------------------------------------------- */
.rooms {
  background: #d4e3ea;
}
.rooms-wrap {
  max-width: 1160px;
  margin: 30px auto 0;
}
@media screen and (min-width: 1024px) {
  .rooms .table-head {
    width: 20%;
  }
}
/*# sourceMappingURL=room.css.map */