/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .rooms .main-contents {
    padding-bottom: 0;
  }
  .rooms .citem-ttl {
    margin-bottom: 2.9rem;
    font-size: 4.2rem;
  }
  .rooms .citem-ttl__en {
    font-size: 0.429em;
  }
  /* intro 
  ---------------------------------------------------------------------- */
  .intro {
    padding: 0 0 14rem;
  }
  /* rooms
  ---------------------------------------------------------------------- */
  .rooms-sec {
    padding-bottom: 12rem;
  }
  .rooms-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1370px;
    margin-right: auto;
    padding-right: 20px;
    padding-top: 120px;
    gap: 35px;
    width: 100%;
  }
  .rooms-item__img {
    width: 74%;
    min-width: 0;
    position: relative;
    font-size: 0;
  }
  .rooms-item__img .slick-slider {
    width: 100%;
    height: 100%;
  }
  .rooms-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 314px;
            flex: 1 0 314px;
    padding-top: 2.4rem;
  }
  .rooms-item__txt {
    margin-bottom: 2rem;
    font-weight: 500;
  }
  .rooms-item__specs {
    margin-bottom: 2rem;
  }
  .rooms-item__spec {
    padding: 1.2em 0 0.55em;
    border-bottom: 1px solid #C7B299;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    font-weight: 500;
  }
  .rooms-item__spec dt {
    width: 55%;
  }
  .rooms-item__spec dd {
    width: 45%;
  }
  .rooms-item__btn-list li {
    margin-bottom: 1rem;
  }
  .rooms-item__btn-list li:last-child {
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .rooms-item__btn {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #006837;
    border-radius: 5px;
    line-height: 1.5;
    padding: 0.438em 0.8em;
    position: relative;
  }
  .rooms-item__btn::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .rooms-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 20px;
    padding-right: 0;
    margin-right: 0;
    margin-left: auto;
  }
  /* outbus 
  ---------------------------------------------------------------------- */
  .outbus {
    padding-top: 10.4rem;
  }
  .outbus .citem-ttl {
    text-align: center;
  }
  .outbus__txt {
    max-width: 740px;
    font-weight: 500;
    text-align: justify;
    margin: 0 auto 3.2rem;
  }
  /* amenities 
  ---------------------------------------------------------------------- */
  .amenities {
    background: url(../../images/bg_deco01.png);
    padding: 10rem 0 10rem;
  }
  .amenities__box {
    font-size: 1.6rem;
    background-color: #EFEEE8;
    padding: 2.75em 1.4em 3.5em 2.8em;
  }
  .amenities__group:not(:last-of-type) {
    margin-bottom: 4.2rem;
  }
  .amenities__ttl {
    color: #5A3A1B;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
  }
  .amenities__list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    line-height: 1.735;
    letter-spacing: 0.08em;
  }
  .amenities__note {
    text-align: right;
    padding-right: 2.6rem;
    margin-top: 1rem;
  }
}
@media (max-width: 1000px) {
  .rooms .main-contents {
    padding-bottom: 0;
  }
  .rooms .citem-ttl {
    margin-bottom: 2.9rem;
  }
  /* intro 
  ---------------------------------------------------------------------- */
  .intro {
    padding: 0 0 14rem;
  }
  /* rooms
  ---------------------------------------------------------------------- */
  .rooms-sec {
    padding-bottom: 12rem;
  }
  .rooms-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1370px;
    margin-right: auto;
    padding-top: 12rem;
    gap: 3.5rem;
    width: 100%;
  }
  .rooms-item__img {
    width: 95vw;
    min-width: 0;
    position: relative;
    font-size: 0;
    margin-left: -5vw;
  }
  .rooms-item__img .slick-slider {
    width: 100%;
    height: 100%;
  }
  .rooms-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms-item__content {
    padding-top: 2.4rem;
  }
  .rooms-item__txt {
    margin-bottom: 2rem;
    font-weight: 500;
  }
  .rooms-item__specs {
    margin-bottom: 2rem;
  }
  .rooms-item__spec {
    padding: 1.2em 0 0.55em;
    border-bottom: 1px solid #C7B299;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
  }
  .rooms-item__spec dt {
    width: 55%;
  }
  .rooms-item__spec dd {
    width: 45%;
  }
  .rooms-item__btn-list li {
    margin-bottom: 1rem;
  }
  .rooms-item__btn-list li:last-child {
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .rooms-item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #006837;
    border-radius: 5px;
    line-height: 1.5;
    padding: 0.438em 0.8em;
    position: relative;
  }
  .rooms-item__btn::after {
    content: "";
    width: 0.438em;
    height: 0.438em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .rooms-item--reverse .rooms-item__img {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: -5vw;
  }
  /* outbus 
  ---------------------------------------------------------------------- */
  .outbus {
    padding-top: 10.4rem;
  }
  .outbus .citem-ttl {
    text-align: center;
  }
  .outbus__txt {
    max-width: 740px;
    font-weight: 500;
    text-align: justify;
    margin: 0 auto 3.2rem;
  }
  /* amenities 
  ---------------------------------------------------------------------- */
  .amenities {
    background: url(../../images/bg_deco01.png);
    padding: 10rem 0 10rem;
  }
  .amenities__box {
    background-color: #EFEEE8;
    padding: 2.75em 1em 3.5em;
  }
  .amenities__group {
    margin-bottom: 4.2rem;
  }
  .amenities__ttl {
    color: #5A3A1B;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
  }
  .amenities__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.735;
    letter-spacing: 0.06em;
  }
  .amenities__list li {
    width: 50%;
  }
  .amenities__item--sm {
    letter-spacing: 0;
  }
  .amenities__note {
    text-align: right;
    padding-right: 2.6rem;
    margin-top: 1rem;
  }
}/*# sourceMappingURL=style.css.map */