.features-modal {
  width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
}
@media screen and (max-width: 599px) {
  .features-modal {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features-modal__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 60px 0px 60px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .features-modal__left {
    padding: 30px 30px 20px 30px;
  }
}
.features-modal__left::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  width: 70%;
  height: 104px;
  background-image: url(../image/bg_features.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .features-modal__left::after {
    bottom: -50px;
  }
}
.features-modal__left h1 {
  font-size: 32px;
  margin-bottom: 30px;
  padding-left: 48px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 599px) {
  .features-modal__left h1 {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
.features-modal__left h1::before {
  content: "";
  width: 34px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .features-modal__left h1::before {
    width: 24px;
    height: 24px;
    top: 0px;
  }
}
.features-modal__left h1 small {
  font-size: 0.6em;
  margin-left: 10px;
}
.features-modal__left h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.77em;
}
@media screen and (max-width: 599px) {
  .features-modal__left h2 {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.features-modal__left h2 small {
  font-size: 0.6em;
}
.features-modal__left h3 {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 30px !important;
}
@media screen and (max-width: 599px) {
  .features-modal__left h3 {
    margin-top: 20px !important;
  }
}
.features-modal__left p {
  margin-bottom: 20px;
  line-height: 2.1em;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .features-modal__left p {
    line-height: 1.6em;
    margin-bottom: 10px;
  }
}
.features-modal__left img {
  max-width: 100%;
  z-index: 1;
  position: relative;
}
.features-modal__right {
  width: 420px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .features-modal__right {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
  }
}
.features-modal__right img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .features-modal__right img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.room01-con h1 {
  font-size: 29px !important;
}
@media screen and (max-width: 599px) {
  .room01-con h1 {
    font-size: 18px !important;
  }
}

.fours-modal {
  width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../image/bg_concept.png);
  background-size: cover;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .fours-modal {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fours-modal__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .fours-modal__left {
    padding: 30px;
  }
}
.fours-modal__left::after {
  position: absolute;
  content: "";
  width: 200%;
  background-image: url(../image/bg_concept01.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  height: 220px;
  bottom: -40px;
}
.fours-modal__left h1 {
  font-size: 40px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media screen and (max-width: 599px) {
  .fours-modal__left h1 {
    font-size: 30px;
  }
}
.fours-modal__left h1 span {
  display: inline-block;
  font-size: 12px !important;
  padding-left: 20px;
  color: #a8a8a8;
  line-height: 1.3;
  vertical-align: middle;
}
.fours-modal__left h1::after {
  width: 30px;
  height: 1px;
  background-color: #575757;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.fours-modal__left h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fours-modal__left p {
  margin-bottom: 20px;
  line-height: 2.1em;
  font-size: 12px;
}
.fours-modal__right {
  width: 420px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .fours-modal__right {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
  }
}
.fours-modal__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .fours-modal__right img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
  }
}

.modal-2column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-2column figure {
  width: 200px;
}
@media screen and (max-width: 599px) {
  .modal-2column figure {
    width: 80px;
  }
}
.modal-2column figure img {
  width: 100%;
}
.modal-2column__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0px 20px 20px;
}
@media screen and (max-width: 599px) {
  .modal-2column__right {
    padding: 0px 0px 0px 10px;
  }
}

.bikou {
  font-size: 11px !important;
  line-height: 1.4em !important;
  margin: 10px 0px 0px 0px !important;
}
@media screen and (max-width: 599px) {
  .bikou {
    margin: 0px 0px 0px 0px !important;
  }
}

.fours-bikou {
  font-size: 11px !important;
  line-height: 2.1em !important;
}
@media screen and (max-width: 599px) {
  .fours-bikou {
    margin: 10px 0px 0px 0px !important;
  }
}

.room01-con h1::before {
  background-image: url(../image/room/ico01.png);
}

.room02-con h1::before {
  background-image: url(../image/room/ico02.png);
}

.room03-con h1::before {
  background-image: url(../image/room/ico03.png);
}

.room04-con h1::before {
  background-image: url(../image/room/ico04.png);
}

.room05-con h1::before {
  background-image: url(../image/room/ico05.png);
}

.room06-con h1::before {
  background-image: url(../image/room/ico06.png);
}

.room07-con h1::before {
  background-image: url(../image/room/ico07.png);
}

.room08-con h1::before {
  background-image: url(../image/room/ico08.png);
}

.room09-con h1::before {
  background-image: url(../image/room/ico09.png);
}

.room10-con h1::before {
  background-image: url(../image/room/ico10.png);
}

.outside01-con h1::before {
  background-image: url(../image/outside/ico01.png);
}

.outside02-con h1::before {
  background-image: url(../image/outside/ico02.png);
}

.outside03-con h1::before {
  background-image: url(../image/outside/ico03.png);
}