a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 1001px) {
  .for_pc {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .for_pc {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .for_sp {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .for_sp {
    display: none;
  }
}

.wrapper {
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    margin-top: 68px;
  }
}

.main {
  max-width: 1920px;
  margin: 0 auto;
}

.main-section .inner, .main-primary .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .main-section .inner, .main-primary .inner {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

.main-primary-head {
  width: 100%;
  position: relative;
}
.main-primary-head h2 {
  position: absolute;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 45%;
}
@media screen and (max-width: 1000px) {
  .main-primary-head h2 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    width: 100%;
    height: 60%;
  }
}
.main-primary-head img {
  width: 100%;
}

.main-primary-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .main-primary-navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-primary-navi ul li {
  width: 200px;
  height: 80px;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .main-primary-navi ul li {
    padding-top: 1.5em;
    width: 50%;
    height: 6em;
  }
}
.main-primary-navi ul li a {
  font-size: 18px;
  color: #231815;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main-primary-navi ul li a {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.main-primary-navi ul li a::before {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 1px solid #8c8d8d;
  border-bottom: 1px solid #8c8d8d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: calc(50% - 9px);
}
@media screen and (max-width: 1000px) {
  .main-primary-navi ul li a::before {
    width: 1em;
    height: 1em;
    top: 1.5em;
    left: calc(50% - 0.5em);
  }
}

.main-primary-intro {
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .main-primary-intro {
    padding: 5em 5vw;
    text-align: left;
  }
}
.main-primary-intro p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .main-primary-intro p {
    text-align: left;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.main-section-title {
  text-indent: 9999px;
  white-space: nowrap;
  height: 300px;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main-section-title {
    height: 230px;
    margin: 0 5vw;
  }
}
.main-section-title::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1px;
  background-color: #231815;
  bottom: 0;
}
.main-section-title.left {
  background-position: left bottom;
}
.main-section-title.right {
  background-position: right bottom;
}

.main-section-group {
  display: flow-root;
  z-index: 2;
  position: relative;
}

.main-section-info {
  width: 596px;
  background-color: #fff;
  padding: 55px 70px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main-section-info {
    width: 80vw;
    margin: 0 5vw;
    padding: 1.5em;
    margin-top: 200px;
  }
}
.main-section-info h4 {
  font-size: 34px;
  font-weight: 600;
  color: #953f43;
  margin-bottom: 1em;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .main-section-info h4 {
    font-size: 34px;
    font-size: 9.0666666667vw;
  }
}
.main-section-info p {
  font-size: 16px;
  color: #231815;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .main-section-info p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.main-section-info.view-right {
  -webkit-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1), 20px 20px 0 0 #eee;
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1), 20px 20px 0 0 #eee;
  margin-right: 20px;
}
.main-section-info.view-right::before {
  content: "";
  position: absolute;
  border-top: 1px solid #231815;
  width: 98px;
  height: 98px;
  top: -3px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-section-info.view-right::after {
  content: "";
  position: absolute;
  border-top: 1px solid #231815;
  width: 98px;
  height: 98px;
  bottom: -68px;
  right: -68px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-section-info.view-left {
  -webkit-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1), -20px 20px 0 0 #eee;
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1), -20px 20px 0 0 #eee;
  margin-left: 20px;
}
.main-section-info.view-left::before {
  content: "";
  position: absolute;
  border-top: 1px solid #231815;
  width: 98px;
  height: 98px;
  top: -3px;
  right: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-section-info.view-left::after {
  content: "";
  position: absolute;
  border-top: 1px solid #231815;
  width: 98px;
  height: 98px;
  bottom: -68px;
  left: -68px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-section-info.right {
  float: right;
}
@media screen and (max-width: 1000px) {
  .main-section-info.right {
    float: none;
  }
}

.swiper-pagination {
  margin-top: 30px;
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #dcdcdc;
  margin: 0 10px;
}

.swiper-pagination-bullet-active {
  background-color: #8c8d8d;
}

.main-section-images {
  display: grid;
}

.cbtn {
  display: block;
  background-color: #9e8562;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: 100%;
  height: 86px;
  text-align: center;
  padding-top: 33px;
  overflow: hidden;
  background-image: url("../images/btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: 0 85%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 1000px) {
  .cbtn {
    min-width: auto;
  }
}
.cbtn:hover {
  -webkit-animation-name: BtnArrowAnime;
  animation-name: BtnArrowAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes BtnArrowAnime {
  from {
    background-position: -500px 55px;
  }
  to {
    background-position: 0 55px;
  }
}

@keyframes BtnArrowAnime {
  from {
    background-position: -500px 55px;
  }
  to {
    background-position: 0 55px;
  }
}
table th, table td {
  font-size: 16px;
  line-height: 1.5;
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  table th, table td {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
table th {
  text-align: center;
}
table td {
  text-align: left;
}

#pc_header {
  position: inherit;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.room .main-primary-head h2 {
  background-image: url("../images/room__top_text01.svg");
  background-size: 307px;
  height: 120px;
}
@media screen and (max-width: 1000px) {
  .room .main-primary-head h2 {
    height: 40%;
  }
}

.room-point h3 {
  display: block;
  width: 100%;
  height: 350px;
  background-image: url("../images/room__point_photo01_pc.jpg");
  background-size: cover;
  background-position: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
.room-point h3 {
  background-image: url("../images/room__point_photo01_sp.jpg");
}
}
.room-point h3::after {
  content: "";
  display: block;
  width: 500px;
  height: 80px;
  margin: 0 auto;
  margin-top: 60px;
  background-image: url("../images/room__point_text01.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .room-point h3::after {
    width: 320px;
    height: 50px;
    margin-top: 80px;
  }
}
.room-point .main-section-info-detail {
  margin-top: -90px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.room-point .main-section-info-detail .main-section-info-block {
  background-color: #f8f8f6;
  padding: 32px;
  width: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:35px;
}
@media screen and (max-width: 1000px) {
  .room-point .main-section-info-detail .main-section-info-block {
    width: 100vw;
    padding: 5vw;
    display: block;
    margin-bottom: 5vw;
  }
  .room-point .main-section-info-detail .main-section-info-block .images img {
    width: 100%;
  }
}
.room-point .main-section-info-detail .main-section-info-block:first-child {
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .room-point .main-section-info-detail .main-section-info-block:first-child {
    margin-bottom: 5vw;
  }
}
.room-point .main-section-info-detail .main-section-info-block:first-child .images img:first-child {
  margin-right: 18px;
}
@media screen and (max-width: 1000px) {
  .room-point .main-section-info-detail .main-section-info-block:first-child .images img:first-child {
    margin-bottom: 3vw;
    margin-right: 0;
  }
}
.room-point .main-section-info-detail .main-section-info-block .text h4 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 168px;
  height: 30px;
  margin-bottom: 20px;
}
.room-point .main-section-info-detail .main-section-info-block .text p {
  font-size: 24px;
  line-height: 1.8;
  color: #953f43;
}
@media screen and (max-width: 1000px) {
  .room-point .main-section-info-detail .main-section-info-block .text p {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.room-point .main-section-info-detail .main-section-info-block:nth-child(1) h4 {
  background-image: url("../images/room__point_text02.svg");
  background-repeat: no-repeat;
}
.room-point .main-section-info-detail .main-section-info-block:nth-child(2) h4 {
  background-image: url("../images/room__point_text03.svg");
  background-repeat: no-repeat;
}
.room-point .main-section-info-detail .main-section-info-block:nth-child(3) h4 {
  background-image: url("../images/room__point_text04.svg");
  background-repeat: no-repeat;
}
.room-point .main-section-info-detail .main-section-info-block:nth-child(4) h4 {
  background-image: url("../images/room__point_text05.svg");
  background-repeat: no-repeat;
}

.room-single-room .main-section-title {
  background-image: url("../images/room__singleroom_text01.svg");
  background-size: 400px;
}
@media screen and (max-width: 1000px) {
  .room-single-room .main-section-title {
    background-size: contain;
  }
}
.room-single-room .main-section-title::after {
  left: -650px;
}
@media screen and (max-width: 1000px) {
  .room-single-room .main-section-title::after {
    visibility: hidden;
  }
}

.room-double-room .main-section-title {
  background-image: url("../images/room__doubleroom_text01.svg");
  background-size: 450px;
}
@media screen and (max-width: 1000px) {
  .room-double-room .main-section-title {
    background-size: contain;
  }
}
.room-double-room .main-section-title::after {
  right: -662px;
}
@media screen and (max-width: 1000px) {
  .room-double-room .main-section-title::after {
    visibility: hidden;
  }
}

.room-standard-twin .main-section-title {
  background-image: url("../images/room__standardtwin_text01.svg");
  background-size: 480px;
}
@media screen and (max-width: 1000px) {
  .room-standard-twin .main-section-title {
    background-size: contain;
  }
}
.room-standard-twin .main-section-title::after {
  left: -770px;
}
@media screen and (max-width: 1000px) {
  .room-standard-twin .main-section-title::after {
    visibility: hidden;
  }
}



.room-economy-twin .main-section-title {
 /*  background-image: url("../images/room__economytwin_text01.svg"); */
  background-image: url("../images/room__compacttwin_text01.svg");
  background-size: 500px;
}

@media screen and (max-width: 1000px) {
  .room-economy-twin .main-section-title {
    background-size: contain;
  }
}
.room-economy-twin .main-section-title::after {
  bottom: 2px;
  right: -786px;
}
@media screen and (max-width: 1000px) {
  .room-economy-twin .main-section-title::after {
    visibility: hidden;
  }
}

.room-amenity .main-section-title {
  background-image: url("../images/room__amenity_text01.svg");
  background-size: 550px;
}
@media screen and (max-width: 1000px) {
  .room-amenity .main-section-title {
    background-size: contain;
  }
}
.room-amenity .main-section-title::after {
  bottom: 34px;
  left: -540px;
}
@media screen and (max-width: 1000px) {
  .room-amenity .main-section-title::after {
    visibility: hidden;
  }
}

@media screen and (min-width: 1001px) {
  .main-section-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 596px;
  }
}

.main-section-slider {
  position: absolute;
  top: 150px;
  z-index: -1;
}
.main-section-slider img {
  width: 1475px;
  height: 730px;
}
@media screen and (max-width: 1000px) {
  .main-section-slider img {
    width: 100%;
    height: auto;
  }
}
.main-section-slider.left {
  right: 88px;
}
@media screen and (max-width: 1000px) {
  .main-section-slider.left {
    right: 0;
  }
}
.main-section-slider.right {
  left: 88px;
}
@media screen and (max-width: 1000px) {
  .main-section-slider.right {
    left: 0;
  }
}

.swiper-pc {
  width: 1475px;
  height: 780px;
}

.swiper-sp {
  width: 100vw;
  height: auto;
}

.main-section-info .emphasis {
  padding: 1em 0;
}
.main-section-info .emphasis p {
  font-size: 16px;
  text-align: center;
  width: 100%;
  padding: 0.5em;
  color: #9e8562;
  border: 1px solid #9e8562;
  border-radius: 1.5em;
  margin: 0.5em 0;
}
@media screen and (max-width: 1000px) {
  .main-section-info .emphasis p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.main-section-table table {
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  .main-section-table table {
    margin-bottom: 10vw;
  }
}
.main-section-table table tr th, .main-section-table table tr td {
  color: #231815;
  border: 1px dotted #000;
}
.main-section-table table tr th {
  min-width: 165px;
  background-color: #f8f8f6;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .main-section-table table tr th {
    min-width: 30%;
  }
}
.main-section-table table tr td {
  text-align: center;
  background-color: #fff;
}
.main-section-table table tr td.left {
  text-align: left;
}

.room-room {
  margin: 100px 0 50px;
}
.room-room .main-section-wrap {
  background-color: #fff;
  position: relative;
}
.room-room .main-section-wrap::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 570px;
  background-color: #f8f8f6;
}
.room-room .main-section-wrap .main-section-images {
  grid-template-columns: repeat(auto-fit, minmax(615px, 1fr));
  padding: 75px 0;
}
@media screen and (max-width: 1000px) {
  .room-room .main-section-wrap .main-section-images {
    display: block;
  }
  .room-room .main-section-wrap .main-section-images img {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.room-amenity {
  background-color: #f8f8f6;
  margin-bottom: 100px;
  position: relative;
}
.room-amenity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
  background-color: #fff;
}
.room-amenity .main-section-wrap .main-section-amenity-info h4 {
  font-size: 30px;
  color: #953f43;
  padding: 1.5em 0;
}
@media screen and (max-width: 1000px) {
  .room-amenity .main-section-wrap .main-section-amenity-info h4 {
    font-size: 30px;
    font-size: 8vw;
  }
}
.room-amenity .main-section-wrap .main-section-amenity-info p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .room-amenity .main-section-wrap .main-section-amenity-info p {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.room-amenity .main-section-wrap .main-section-images {
  padding: 100px 0;
  grid-template-columns: repeat(auto-fit, minmax(615px, 1fr));
}
@media screen and (max-width: 1000px) {
  .room-amenity .main-section-wrap .main-section-images {
    display: block;
    padding: 0;
  }
}
.room-amenity .main-section-wrap .main-section-images .main-section-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .room-amenity .main-section-wrap .main-section-images .main-section-block img {
    width: 100%;
  }
}
.room-amenity .main-section-wrap .main-section-images .main-section-block p {
  font-size: 18px;
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .room-amenity .main-section-wrap .main-section-images .main-section-block p {
    font-size: 18px;
    font-size: 4.8vw;
  }
}