@charset "UTF-8";
/* dlight */
.dm{}

/* ==================================================
/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {

  #pagekv p {
    color: #FFF;
  }

  .capa {
    display: flex;
    width: 130px;
    height: 25px;
    margin: auto;
    justify-content: center;
    align-items: center;
    border: 1px solid #757569;
    font-size: 1rem;
    color: #757569;
    line-height: 1;
  }

  #room01 {
    padding-bottom: 60px;
  }
  #room01 > .inner {
    display: flex;
    flex-flow: column;
    margin: auto;
  }
  #room01 > .inner .header {
    width: 80%;
    margin: 0 auto 30px;
    order: 1;
  }
  #room01 > .inner .header .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #room01 > .inner .header .sec-catch {
    color: #625149;
    margin-bottom: 10px;
  }
  #room01 > .inner .ph {
    margin-bottom: 5px;
    order: 3;
  }
  #room01 > .inner .slider {
    margin-bottom: 20px;
    order: 4;
  }
  #room01 > .inner .slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: max-content max-content 1fr auto;
    gap: 6px;
  }
  #room01 > .inner .slider .swiper-wrapper div:nth-of-type(3) {
    grid-column: span 2 / span 2;
  }
  #room01 > .inner .capa {
    margin: 0 auto 30px;
    order: 2;
  }

  #subroom {
    padding: 0 0 80px;
    background: #EDE9E6;
  }
  #subroom > section {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
  #subroom > section > .txt {
    width: 80%;
    order: 2;
  }
  #subroom > section#room04 > .txt .capa + h2 {
    margin-top: 40px;
  }
  #subroom > section > .txt .title {
    font-size: 1.6rem;

    margin-bottom: 10px;
  }
  #subroom > section > .txt .sec-catch {
    margin-bottom: 6px;
  }
  #subroom > section > .txt .sec-read {
    margin-bottom: 20px;
  }
  #subroom > section > .ph {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  #subroom > section .capa {
    border: none;
    background-color: #FFF;
  }
  #subroom > section .planlink {
    display: flex;
    width: 80%;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #757569;
    line-height: 1;
    margin: 30px auto 0;
  }
  #subroom > section .planlink a {
    color: #FFF;
    height: 100%;
  }
  #subroom > section#ctcb > .ph {
    position: relative;
    padding: 0 0 30px;
    overflow: hidden;
  }
  #subroom > section#ctcb .swiper-pagination-bullet-active {
    background: #625149;
  }
  #subroom > section + section {
    margin-top: 60px;
  }
  
  

  /* Slider */
  .slider {
    position: relative;
  }
  .slider .arrow-button-next {
    left: -18px;
  }
  .slider .arrow-button-prev {
    right: -18px;
  }
  .room01slider {
    position: relative;
    overflow: hidden;
  }

}

/* ==================================================
/* DESKTOP
================================================== */
@media (768px < width) {
  
  #pagekv p {
    color: #FFF;
  }
  
  .capa {
    display: flex;
    width: 200px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #757569;
    color: #757569;
    line-height: 1;
  }
  .planlink {
    display: flex;
    width: 200px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #625149;
    line-height: 1;
    margin: 20px 0 0;
  }
  .planlink a {
    color: #FFF;
    padding: 0 10px;
    height: 100%;
  }
  
  #room01 {
    padding-bottom: 100px;
    > .inner {
      display: flex;
      flex-flow: column;
      width: 880px;
      margin: auto;
      .header {
        display: flex;
        margin-bottom: 50px;
        padding: 0 30px;
        order: 1;
        .title {
          font-size: 3.3rem;
          margin-right: 36px;
        }
        .sec-catch {
          color: #625149;
          margin-bottom: 10px;
        }
      }
      .ph {
        margin-bottom: 5px;
        order: 3;
      }
      .slider {
        margin-bottom: 50px;
        order: 4;
      }
      .capa {
        margin: 0 auto 50px;
        order: 2;
      }
    }
  }
  
  #subroom {
    padding: 100px 0;
    background: #EDE9E6;
    > section {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      width: 880px;
      margin: auto;
      > .txt {
        width: 420px;
        padding: 15px 0 0 0;
        order: 2;
        .title {
          font-size: 3.3rem;
          margin-bottom: 15px;
        }
        .sec-catch {
          margin-bottom: 6px;
        }
        .sec-read {
          margin-bottom: 20px;
        }
      }
      > .ph {
        width: 420px;
        order: 1;
      }
    }
    > section#room05 {
      > .ph {
        position: relative;
        padding: 0 0 30px;
        overflow: hidden;
      }
      .swiper-pagination-bullet-active {
        background: #625149;
      }
    }
    > section#ctcb {
      > .ph {
        position: relative;
        padding: 0 0 30px;
        overflow: hidden;
      }
      .swiper-pagination-bullet-active {
        background: #625149;
      }
    }
    > section#room04 {
      > .txt {
        .capa + h2 {
          margin-top: 60px;
        }
      }
      > .ph {
        position: relative;
        padding: 0 0 30px;
        overflow: hidden;
      }
      .swiper-pagination-bullet-active {
        background: #625149;
      }
    }
    > section + section {
      margin-top: 35px;
    }
  }
  
  /* Slider */
  .slider {
    position: relative;
    .arrow-button-next {
      left: -18px;
    }
    .arrow-button-prev {
      right: -18px;
    }
  }
  .room01slider {
    position: relative;
    overflow: hidden;
  }
  
}

