@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 16px;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#rc-wrap {
  min-width: 1014px;
  max-width: 1280px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-top: 40px;
}
#rc-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#rc-wrap img {
  max-width: 100%;
  height: auto;
}
#rc-wrap figure {
  margin: 0;
}

.section-title {
  text-align: center;
  margin-bottom: 64px;
}
.section-title__main {
  font-size: 72px;
  font-size: 4.5rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}
.section-title__main:first-letter {
  color: #8B725E;
}
.section-title__sub {
  font-size: 15px;
  font-size: 0.9375rem;
}

.btn {
  width: 290px;
  height: 56px;
}
.btn a {
  color: #fff;
  background-color: #820000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  width: 290px;
  height: 56px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn a:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn a:hover {
  background-color: #fff;
  color: #820000;
  outline: 1px solid #820000;
}
.btn a:hover:after {
  background-color: #820000;
  right: -16px;
}
.btn.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.rc-mv {
  width: 100%;
  aspect-ratio: 1280/593;
  position: relative;
}
.rc-mv__hl {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
}
.rc-mv iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.rc-mv__copy {
  position: absolute;
  right: 0;
  bottom: 24px;
  color: #fff;
  width: 50%;
}
.rc-mv__copy .copy-hl {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.045em;
}
.rc-mv__copy .copy-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
.rc-mv__copy .copy-sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.mv-wrapper {
  width: 100%;
}
.mv-wrapper .mv {
  position: relative;
}
.mv-wrapper .swiper-slide {
  width: 100%;
}
.mv-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.mv-pagination {
  position: absolute;
  bottom: 32px !important;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 40px;
  gap: 8px;
  height: 4px;
  z-index: 10;
}
.mv-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #fff;
  width: 32px;
  height: 4px;
  opacity: 1;
}
.mv-pagination .swiper-pagination-bullet-active {
  background-color: #820000;
}

.bnr-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0;
}
.bnr-area > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bnr-area__work {
  outline: 4px solid #eeeaea;
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 24px;
}
.bnr-area__work__img {
  width: 166px;
}
.bnr-area__work__text {
  min-width: 306px;
  width: calc(100% - 200px);
  font-weight: 500;
  line-height: 1.84;
}
.bnr-area__work__title {
  font-size: 16px;
  font-size: 1rem;
}
.bnr-area__work__text {
  font-size: 13px;
  font-size: 0.8125rem;
}
.bnr-area__sakura {
  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;
}

.rc-concept {
  background: url(../img/concept-bg.jpg) center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 110px;
}
.rc-concept__hl {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 72px;
  font-size: 4.5rem;
  margin-bottom: 40px;
}
.rc-concept__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.375;
  font-weight: 400;
}

.rc-plan {
  margin-bottom: 140px;
  /*
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  */
  padding: 0 32px;
}

.list-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 64px;
}
.list-plan__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-plan__item .plan-thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  width: 100%;
  aspect-ratio: 1.411/1;
}
.list-plan__item .plan-thum img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.list-plan__item .plan-title {
  font-weight: 600;
}
.list-plan__item a {
  text-decoration: none;
  color: #3A3A3A;
}
.list-plan__item a:hover {
  color: #820000;
}
.list-plan__item a:hover .plan-thum img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list-plan__item a:hover .plan-title {
  color: #820000;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-btn > div:not(:last-child) {
  margin-right: 54px;
}

.btn-pkg a {
  color: #8B725E;
  background-color: #F0ECEC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  width: 290px;
  height: 56px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-pkg a:after {
  position: absolute;
  right: 0;
  top: 0;
}
.btn-pkg a:hover {
  background-color: #fff;
  color: #820000;
  outline: 1px solid #8B725E;
}
.btn-pkg.jal a img {
  margin-left: 12px;
}
.btn-pkg.ana a img {
  margin-left: 8px;
}

.rc-rooms {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  margin-bottom: 140px;
}
.rc-rooms:before {
  content: "";
  display: block;
  background: url(../img/rooms-bg.jpg) no-repeat;
  width: 499px;
  height: 871px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.rc-rooms:after {
  content: "";
  display: block;
  background: url(../img/rooms-bg.jpg) no-repeat;
  width: 499px;
  height: 871px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -1;
}
.rc-rooms__title {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}
.rc-rooms__title:first-letter {
  color: #8B725E;
}
.rc-rooms__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.88;
  margin-bottom: 40px;
  font-weight: 600;
}
.rc-rooms__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.142;
  margin-bottom: 32px;
}
.rc-rooms__cont, .rc-rooms__img {
  max-width: 608px;
  width: calc((100% - 72px) / 2);
}
.rc-rooms__img img {
  width: 100%;
  height: auto;
}
.rc-rooms__room, .rc-rooms__restaurant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.rc-rooms__room {
  margin-bottom: 130px;
}
.rc-rooms__restaurant {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.rc-facilities {
  background: url(../img/facilities-bg.jpg) center center no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 344px;
  position: relative;
  height: 360px;
}
.rc-facilities__main {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: calc((100% - 960px) / 2);
  bottom: -220px;
}
.rc-facilities__hl {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
  text-shadow: 3px 3px 0px #fff;
}
.rc-facilities__hl:first-letter {
  color: #8B725E;
}
.rc-facilities__subtitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875;
  margin-bottom: 32px;
}
.rc-facilities__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.142;
}

.rc-service {
  margin-bottom: 140px;
}

.service-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 72px;
}
.service-col__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 65%;
}
.service-col__img figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0.75em;
}
.service-col__cont {
  width: 35%;
}
.service-col__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.6;
  position: relative;
}
.service-col__title::before {
  background-color: #F0ECEC;
  display: block;
  border-radius: 9999px;
  content: attr(data-sub);
  color: #8B725E;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  position: absolute;
  top: -76px;
  left: 0;
  padding: 12px 16px;
}
.service-col__title:after {
  content: "";
  background-image: url(../img/hl-sub-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 21px;
  position: absolute;
}
.service-col__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.142;
  text-align: justify;
}
.service-col:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-col:nth-child(odd) .service-col__title:after {
  top: -36px;
  left: 25px;
}
.service-col:nth-child(even) .service-col__title:after {
  top: -36px;
  left: 102px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.service-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.service-photo__item {
  width: calc((100% - 64px) / 3);
}
.service-photo figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0.75em;
}

.rc-voice {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 140px;
}
.rc-voice__lead {
  text-align: center;
  margin-bottom: 64px;
}

.list-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.list-voice__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
}
.list-voice__item__cont {
  padding: 32px 24px;
}
.list-voice__item__hl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.66;
  margin-bottom: 24px;
}
.list-voice__item__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  text-align: justify;
}

.rc-gallery {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 140px;
}
.rc-gallery__img {
  margin-bottom: 80px;
}

.rc-area {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 140px;
  position: relative;
}
.rc-area:after {
  background: url(../img/area-bg-btm.png) no-repeat right bottom -34px;
  content: "";
  display: block;
  width: 538px;
  height: 538px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.rc-area__main {
  background: url(../img/area-bg.png) no-repeat top center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: calc((100% - 960px) / 2);
  z-index: 1;
}
.rc-area__main__cont {
  width: 440px;
}
.rc-area__main__hl {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}
.rc-area__main__hl:first-letter {
  color: #8B725E;
}
.rc-area__main__sub {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 28px;
  line-height: 1.875;
}
.rc-area__main__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.142;
}
.rc-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 950px;
  margin: 0 auto 56px auto;
  z-index: 3;
  position: relative;
}
.rc-area__list figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
}
.rc-area .btn {
  z-index: 4;
  position: relative;
}

.rc-access {
  background: url(../img/access-bg.jpg) no-repeat left top;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 120px;
}
.rc-access__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rc-access__cont {
  padding-top: 65px;
  padding-left: calc((100% - 960px) / 2);
}
.rc-access__hl {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
  text-shadow: 3px 3px 0px #fff;
}
.rc-access__hl:first-letter {
  color: #8B725E;
}
.rc-access__sub {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 32px;
  line-height: 1.875;
}
.rc-access__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 32px;
  line-height: 2.142;
}

.rc-footer {
  border-top: 1px solid #EEE;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 72px;
  padding-bottom: 40px;
}
.rc-footer__address {
  width: 50%;
}
.rc-footer__address__logo {
  margin-bottom: 40px;
}
.rc-footer__address__info {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.846;
}
.rc-footer__hotels {
  background-color: #FBF9F9;
  padding: 32px 40px;
  width: 466px;
}
.rc-footer__hotels__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  margin-bottom: 0;
  gap: 28px;
}
.rc-footer__hotels__list li {
  list-style-type: none;
}/*# sourceMappingURL=style.css.map */