@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Zen+Old+Mincho&display=swap");
.for_sp {
  display: none;
}

.for_pc {
  display: block;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.zen {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 1000px) {
  .for_sp {
    display: inline-block;
  }
  .for_pc {
    display: none;
  }
}
#RthCustomizeW {
  width: 950px !important;
}

#RthCustomizeW {
  position: relative;
  background-color: #fff;
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

#RthCustomizeW img {
  vertical-align: bottom;
  max-width: 100%;
}

#RthCustomizeW .ta_r {
  text-align: right;
}

#RthCustomizeW .ta_c {
  text-align: center;
}

#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
#RthCustomizeW a:hover img {
  opacity: 0.5;
}

#RthCustomizeW li {
  list-style: none;
}

#RthCustomizeW img {
  vertical-align: bottom;
  max-width: 100%;
}

#RthCustomizeW a {
  color: unset;
  cursor: pointer;
  text-decoration: none;
}

#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

div#htlMainContent #RthCustomizeW h1#pageTitle {
  text-align: center;
  padding-right: 0;
}

#htlMainContent input[type=submit] {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#rt_top {
  position: relative;
}

/***************************************************** pc */
#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
#RthCustomizeW a:hover img {
  opacity: 0.5;
}

.showup {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
}

.upview {
  -moz-animation: showup 0.6s linear 0s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
  -o-animation: showup 0.6s linear 0s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0s 1 normal forwards;
}

.upview.uv2 {
  -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
}

.upview.uv3 {
  -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
}

.upview.uv4 {
  -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
}

.upview.uv5 {
  -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
}

.showdown {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}

.downview {
  -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
}

.downview.dv2 {
  -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
}

.downview.dv3 {
  -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
}

.downview.dv4 {
  -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
}

.showleft {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}

.leftview {
  -moz-animation: showleft 1s linear 0s 1 normal forwards;
  -webkit-animation: showleft 1s linear 0s 1 normal forwards;
  -o-animation: showleft 1s linear 0s 1 normal forwards;
  -ms-animation: showleft 1s linear 0s 1 normal forwards;
}

.showright {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}

.rightview {
  -moz-animation: showright 1s linear 0s 1 normal forwards;
  -webkit-animation: showright 1s linear 0s 1 normal forwards;
  -o-animation: showright 1s linear 0s 1 normal forwards;
  -ms-animation: showright 1s linear 0s 1 normal forwards;
}

.wrap,
#page {
  width: 100%;
  position: relative;
}

/* common
---------------------------------------------------------------------- */
.mainw,
.mainw_pc {
  width: 950px;
}

.img100 {
  width: 100%;
}

.img100 img {
  width: 100%;
}

/* keyframe
---------------------------------------------------------------------- */
@-webkit-keyframes imgfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes showdown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes showleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes showright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Anime
---------------------------------------------------------------------- */
.feadAnime {
  position: relative;
}

.feadAnime > * {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 1;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.feadAnime > *:nth-child(1) {
  position: relative;
}

.feadAnime > *:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.feadAnime > *:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*---------main_navi*/
.main_navi {
  margin-top: 150px;
}
.main_navi ul {
  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;
  gap: 0 60px;
}
.main_navi a {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.main_navi a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #182A3B;
  border-right: 1px solid #182A3B;
  content: "";
}

/*---------room*/
.room h2 {
  font-size: 32px;
  font-weight: 600;
  color: #937351;
}
.room .room_warp {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  background: url("../img/room_bg.jpg") no-repeat center/cover;
}
.room .room_img {
  width: 62.6605504587%;
}
.room .room_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: auto;
  height: 100%;
}
.room .room_contents {
  position: relative;
  width: 38.2568807339%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.room .room_txt {
  margin-top: auto;
  margin-bottom: 0;
  line-height: 1.875;
}
.room .room_txt,
.room .room_summary {
  padding-left: 70px;
  padding-right: 60px;
}
.room .room_summary {
  margin-top: 30px;
  margin-bottom: 54px;
}
.room h3 {
  text-align: right;
  font-size: 100px;
  line-height: 100%;
  color: rgba(209, 193, 176, 0.24);
}
.room dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
}
.room dl:nth-of-type(n+2) {
  margin-top: 16px;
}
.room dt {
  width: 112px;
}

.room:nth-of-type(1) {
  margin-top: 16px;
  margin-top: -84px;
  padding-top: 100px;
}

.room:nth-of-type(n+2) {
  margin-top: 70px;
  margin-top: -30px;
  padding-top: 100px;
}

/*---------amenity*/
.amenity,
.facility {
  margin-top: 96px;
}
.amenity h2,
.facility h2 {
  text-align: center;
  font-size: 23px;
  position: relative;
}
.amenity h2 span,
.facility h2 span {
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.amenity h2:before,
.facility h2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #707070;
  content: "";
  width: 100%;
  height: 1px;
}
.amenity .facility_wrap,
.amenity .amenity_wrap,
.facility .facility_wrap,
.facility .amenity_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  gap: 0 40px;
  line-height: 2.125;
}/*# sourceMappingURL=room.css.map */