@charset "UTF-8";
.section-width {
  padding-bottom: 100px;
}

.chrismas__inner {
  max-width: 1480px;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .chrismas-ja {
    font-size: 13px !important;
  }
}

.chrismas-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .chrismas-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.chrismas-ul li {
  width: 45%;
}
@media screen and (max-width: 980px) {
  .chrismas-ul li {
    width: 100%;
  }
}
.chrismas-ul li:first-child {
  margin-right: 5%;
}
@media screen and (max-width: 980px) {
  .chrismas-ul li:first-child {
    margin-right: 0;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.chrismas-ul li:first-child img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .main-contents .contents-commonbox.cotents-contact .contents-commonbox-body {
    padding-top: 60px !important;
  }
}

.cotents-contact {
  margin-top: 100px;
}
@media screen and (max-width: 980px) {
  .cotents-contact {
    margin-top: 60px !important;
  }
}

.bg-top {
  padding: 0px 0 100px !important;
}

@media screen and (max-width: 980px) {
  .main-contents .contents-commonbox .contents-commonbox-body.sweets {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 980px) {
  .main-contents .contents-commonbox .contents-commonbox-body.package.sec {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 980px) {
  .section-width {
    padding-bottom: 60px;
  }
  .package.pb-0 {
    padding-bottom: 0 !important;
  }
}
.top-bg-img {
  background-image: url(../../images/pc.jpg);
  background-size: cover;
  background-position: center;
  height: auto !important;
  position: relative;
}
.top-bg-img::after {
  content: "";
  display: block;
  padding-top: 50%;
}

@media screen and (max-width: 780px) {
  .top-bg-img {
    background-image: url(../../images/mv_sp.jpg);
    height: 450px !important;
  }
}
@media screen and (max-width: 980px) {
  .main-contents .contents-commonbox .contents-commonbox-body .contents-commonbox-tit h2 .en {
    font-size: 3.5rem;
  }
  .main-contents .contents-commonbox .contents-commonbox-body {
    padding: 6em 2vw 4em !important;
  }
}
.package {
  padding-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .package {
    padding: 40px 2vw 60px !important;
  }
}

.package__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.package__flex li {
  width: 45%;
  text-align: center;
}
.package__flex li img {
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (max-width: 980px) {
  .package__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package__flex li {
    width: 100%;
  }
  .package__flex li:first-child {
    margin-bottom: 60px;
  }
}
.package-ttl {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  font-size: 5rem;
  color: #C5B083;
  display: block;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .package-ttl {
    padding-top: 40px;
    padding-bottom: 0px;
    font-size: 4rem;
  }
}
.package-ttl .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  display: block;
  line-height: 1.2;
  padding: 0.5em 0 0;
  color: #000;
}
.package-ttl .ja::before {
  content: "ー";
  display: inline;
  color: #C5B083;
  padding: 0 1em 0 0;
}
.package-ttl .ja:after {
  content: "ー";
  display: inline;
  color: #C5B083;
  padding: 0 0 0 1em;
}

@media only screen and (max-width: 600px) {
  .cp_cont {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .p-pagetop a {
    border: 0;
    color: #fff !important;
    width: 50px;
  }
}
.hidden {
  overflow: hidden;
}

.border {
  border: 1px solid #000;
  padding: 20px;
}

.main-txt {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 980px) {
  .main-txt {
    margin-bottom: 0px;
  }
}

.room__ttl {
  font-size: 28px;
  border-bottom: 2px solid #b8b5b5;
  margin-bottom: 30px;
}

@media only screen and (max-width: 980px) {
  .room__item {
    margin-bottom: 30px;
  }
}
.room__item:first-child {
  width: 90%;
  margin-right: 5%;
}
.room__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  .room__item:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.room__item .img {
  width: 46%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .room__item .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.room__item .img:nth-child(odd) {
  margin-right: 40px;
}
.room__item .img div {
  height: 240px;
}
.room__item .img p {
  font-size: 14px;
  text-align: center;
}
.room__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.room__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 980px) {
  .room__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.room__link {
  text-align: right;
  margin-top: 80px;
}
@media only screen and (max-width: 980px) {
  .room__link {
    margin-top: 30px;
  }
}

.bg-gray {
  background-color: #e9e7e7;
  padding: 20px !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bg-gray {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.bg-gray.first {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bg-gray .img {
  padding-bottom: 0 !important;
  margin-top: 30px;
}

.contents-present-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1480px;
  margin: 0 auto;
  padding: 80px 2vw;
}
@media screen and (max-width: 767px) {
  .contents-present-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents-present-ul .img {
  width: 55%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contents-present-ul .img {
    width: 100%;
    margin-top: 30px;
  }
}
.contents-present-ul .txt {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .contents-present-ul .txt {
    width: 100%;
  }
}

#event {
  padding-bottom: 30px;
}

.cake-ttl h3 {
  font-size: 2.8rem;
  font-weight: normal;
  border-bottom: #D2D2D2 2px solid;
}
.cake-ttl p {
  margin-bottom: 30px;
}

.cake-ul {
  margin-top: 40px;
}
.cake-ul-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
}
@media screen and (max-width: 980px) {
  .cake-ul-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.cake-ul-bottom li {
  width: 45%;
}
@media screen and (max-width: 980px) {
  .cake-ul-bottom li {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 980px) {
  .cake-ul-bottom li:last-child {
    margin-bottom: 0px;
  }
}
.cake-ul-bottom li img {
  width: 100%;
}
.cake-ul-bottom li .txt {
  margin-top: 20px;
}

.splide__slide img {
  width: 100%;
}

.after__flex .list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.after__flex .list-item-img {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .after__flex .list-item-img {
    width: 100%;
  }
}
.after__flex .list-item .txt {
  margin-top: 60px;
}

.splide__slide.after {
  height: auto;
  width: 60%;
}

.present-ttl {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
.present-txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .relax {
    padding: 20px 2vw !important;
  }
}
.relax-bottom {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
}
.relax-bottom h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.relax-bottom p span {
  font-size: 22px;
}
.relax-bottom p:last-of-type {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .relax-ttl span {
    font-size: 24px;
  }
}

.contents-commonbox-body.package {
  padding: 60px 2vw 0px !important;
}
@media screen and (max-width: 767px) {
  .contents-commonbox-body.package {
    margin-bottom: 0px !important;
  }
}
.contents-commonbox-body.package-present {
  padding: 0 !important;
  max-width: unset !important;
}
.contents-commonbox-body.spa {
  padding: 80px 20px 50px !important;
}
@media screen and (max-width: 767px) {
  .contents-commonbox-body.spa {
    padding: 50px 0px 50px !important;
  }
}

.contents-spa {
  padding: 0 0 140px;
}
@media screen and (max-width: 767px) {
  .contents-spa {
    padding: 0 0 80px;
  }
}

.contents-main-txt {
  text-align: center;
}
.contents-main-txt.sec {
  font-size: 20px;
}
.contents-main-txt span {
  font-size: 28px;
  margin-bottom: 10px;
  display: inline-block;
}
.body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .body__flex {
    margin-bottom: 0;
  }
}

.body__flex .contents-body {
  width: 98%;
}
@media screen and (max-width: 767px) {
  .body__flex .contents-body {
    width: 100%;
    margin-top: 0px !important;
    padding: 30px 12px;
  }
}

.small-ttl {
  font-size: 30px !important;
}

.main-contents .contents-commonbox .contents-commonbox-body .contents-commonbox-list ul .list-item .txt .btn.reserve {
  padding: 0 !important;
}

.btn-reserve-blk {
  margin-top: 30px;
}
.btn-reserve-blk p {
  margin: 0 0 10px;
}
.btn-reserve-blk p:last-of-type {
  margin-top: 40px;
  font-size: 22px;
  text-align: center;
}

.splide__slide {
  height: 500px;
}

.splide__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img.contents {
  height: 100% !important;
}

.img.contents .splide .splide__track {
  height: 100%;
}

.img.contents .splide .splide__track .splide__list .splide__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 896px) {
  .splide__slide {
    height: auto;
  }
  .splide__slide img {
    height: auto;
  }
}
.france__event {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .france__event {
    margin-top: -30px;
  }
}
.france__event p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}
.france__event a {
  display: block;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.france__event a:hover {
  opacity: 0.8;
  background-color: transparent;
}
.france__event a img:hover {
  opacity: 1;
}

.spa-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 2px solid #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .spa-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.spa-flex .contents-main-list {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .spa-flex .contents-main-list {
    width: 100%;
  }
}

.contents-main-img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .contents-main-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.contents-main-txt {
  text-align: left;
}
.contents-main-txt.sec {
  text-align: center;
  margin-top: 0 !important;
}

.booking-btn {
  max-width: 300px !important;
  width: 90%;
  max-width: unset;
  margin-top: 40px;
}
.booking-btn.relax-top {
  width: 100%;
}
.booking-btn.relax {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .booking-btn.relax {
    width: 100%;
    padding: 0 !important;
  }
}