@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  #mainvisual {
    width: 100%;
    height: 31vw;
    overflow: hidden;
  }
  @keyframes mainvisual {
    0% {
      transform: translatey(0);
      animation-timing-function: ease-in-out;
    }
    100% {
      transform: translatey(-50vw);
    }
  }
  .box {
    animation: mainvisual 5s ease-in-out 1s forwards;
    margin-top: -10vw;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 40px;
  }
  .ch3_1 {
    font-size: 2.6rem;
    margin-bottom: 50px;
    line-height: 1.8;
    text-align: center;
  }
  .ch3_1 .em {
    font-size: 3.4rem;
    color: var(--accent-color);
  }
  #roomInvite {
    padding: 180px 0 150px;
  }
  #roomInvite p {
    text-align: center;
    font-size: 1.8rem;
  }
  .note {
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .cfex {
    display: flex;
  }
  .jc_sa {
    justify-content: space-around;
  }
  .jc_sb {
    justify-content: space-between;
  }
  .fd_co {
    flex-direction: column;
  }
  .fd_cor {
    flex-direction: column-reverse;
  }
  .fd_ro {
    flex-direction: row;
  }
  .fd_ror {
    flex-direction: row-reverse;
  }
  .ai_c {
    align-items: center;
  }
  /* roomBox
  ---------------------------------------------------------------------- */
  .roomBox {
    margin-bottom: 140px;
  }
  .roomImg {
    height: 45vw;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .roomImg img {
    vertical-align: bottom;
  }
  .roomNameBox {
    margin-bottom: 40px;
  }
  .roomName {
    font-size: 4.4rem;
    line-height: 0.8;
  }
  .roomName .enName {
    font-size: 1.8rem;
    line-height: 1.5;
    color: var(--accent-color);
  }
  .roomPlace {
    margin-left: 1em;
  }
  .roomPlace span {
    display: inline-block;
    padding: 0.2em 0.5em;
    margin-right: 1em;
    background-color: #C2C2C2;
    color: #FFF;
    font-family: "Noto Sans JP", serif;
    font-size: 1.6rem;
    line-height: 1;
  }
  .roomFeaturBox {
    justify-content: space-between;
  }
  .roomFeture {
    width: 58.5454%;
  }
  .roomFeture p.detail {
    font-size: 1.8rem;
    line-height: 2.2;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
  }
  .roomFeture p.note {
    font-size: 1.4rem;
    line-height: 2;
  }
  .roomSpec {
    width: 37.2727%;
  }
  .roomSpec table tr {
    border-bottom: 1px solid #313131;
    font-family: "Noto Sans JP", serif;
  }
  .roomSpec table tr:last-of-type {
    border-bottom: none;
  }
  .roomSpec table tr th {
    border-right: 1px solid #313131;
    color: var(--accent-color);
    font-size: 1.4rem;
    padding: 0.2em 0.5em 0.2em 0;
    font-weight: 400;
    text-align: left;
  }
  .roomSpec table tr td {
    font-size: 1.4rem;
    padding: 0.2em 0.5em;
  }
  /* other
  ---------------------------------------------------------------------------------------------------- */
  #other {
    background: url("../images/bg_1.jpg") center top;
    padding: 150px 0;
  }
  #other .w1100 {
    background-color: #FFF;
  }
  .ch3_2 {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 6px;
    text-align: center;
    width: fit-content;
    margin: 0 auto 60px;
    position: relative;
    z-index: 5;
  }
  #other .ch3_2 {
    color: #969696;
  }
  .ch3_2::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .ch3_2.equipment::after {
    width: 68px;
    height: 88px;
    background: url("../images/icon_stand.svg") center no-repeat;
    background-size: contain;
  }
  .ch3_2.amenity::after {
    width: 71px;
    height: 94px;
    background: url("../images/icon_nightgown.svg") center no-repeat;
    background-size: contain;
  }
  .ch3_2 span {
    position: relative;
    z-index: 5;
  }
  #equipment {
    padding: 120px 90px;
  }
  #amenity {
    padding: 120px 90px;
  }
  #amenity p.amenityDetail {
    text-align: center;
    line-height: 2;
  }
  .dList {
    display: flex;
    font-size: 1.6rem;
  }
  .dList dt {
    width: 30%;
  }
  .dList dd {
    width: 70%;
  }
  #equipment .dList:last-of-type {
    margin-bottom: 50px;
  }
  #amenity .dList:first-of-type {
    margin-top: 120px;
    margin-bottom: 50px;
  }
} /* End min-width:1001px */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media (max-width: 1000px) {
  .w1100 {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #mainvisual {
    width: 100%;
    height: 50vw;
  }
  @keyframes mainvisual {
    0% {
      transform: translatey(0);
      animation-timing-function: ease-in-out;
    }
    100% {
      transform: translatey(-50vw);
    }
  }
  .box {
    animation: mainvisual 5s ease-in-out 1s forwards;
    margin-top: -10vw;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 8vw;
  }
  .ch3_1 {
    font-size: 3.5rem;
    margin-bottom: 6.6vw;
    line-height: 1.8;
    text-align: center;
  }
  .ch3_1 .em {
    font-size: 5.15rem;
    color: var(--accent-color);
  }
  .note {
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  /* roomBox
  ---------------------------------------------------------------------- */
  #roomInvite {
    padding: 24vw 0;
  }
  #roomInvite .ch3_1 {
    letter-spacing: 0.3vw;
  }
  #roomInvite p {
    text-align: center;
  }
  /* roomBox
  ---------------------------------------------------------------------- */
  .roomBox {
    margin-bottom: 16vw;
  }
  .roomImg {
    margin-bottom: 6vw;
  }
  .roomImg img {
    vertical-align: bottom;
  }
  .roomNameBox {
    margin-bottom: 6vw;
  }
  .roomName {
    font-size: 3.5rem;
    line-height: 0.8;
  }
  .roomName .enName {
    font-size: 2rem;
    line-height: 1.5;
    color: var(--accent-color);
  }
  .roomPlace {
    line-height: 1.5;
  }
  .roomPlace span {
    display: inline-block;
    padding: 0.2em 0.5em;
    margin-right: 1em;
    background-color: #C2C2C2;
    color: #FFF;
    font-family: "Noto Sans JP", serif;
    font-size: 1.8rem;
    line-height: 1;
  }
  .roomFeaturBox {
    justify-content: space-between;
  }
  .roomFeture {
    margin-bottom: 6vw;
  }
  .roomFeture p.detail {
    font-size: 2.8rem;
    line-height: 2.2;
    letter-spacing: 0.5vw;
    margin-bottom: 6vw;
  }
  .roomFeture p.note {
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.5vw;
  }
  .roomSpec table {
    width: 100%;
  }
  .roomSpec table tr {
    border-bottom: 1px solid #313131;
    font-family: "Noto Sans JP", serif;
  }
  .roomSpec table tr:last-of-type {
    border-bottom: none;
  }
  .roomSpec table tr th {
    border-right: 1px solid #313131;
    color: var(--accent-color);
    font-size: 2.2rem;
    padding: 0.2em 0.5em 0.2em 0;
    font-weight: 400;
    text-align: left;
    width: 30%;
  }
  .roomSpec table tr td {
    font-size: 2.2rem;
    padding: 0.2em 0.5em;
    width: 70%;
  }
  /* other
  ---------------------------------------------------------------------------------------------------- */
  #other {
    background: url("../images/bg_1.jpg") center top;
    padding: 20vw 0;
  }
  #other .w1100 {
    background-color: #FFF;
  }
  .ch3_2 {
    font-size: 3.5rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    width: fit-content;
    margin: 0 auto 6vw;
    position: relative;
    z-index: 5;
  }
  #other .ch3_2 {
    color: #969696;
  }
  .ch3_2::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .ch3_2.equipment::after {
    width: 9vw;
    height: 12vw;
    background: url("../images/icon_stand.svg") center no-repeat;
    background-size: contain;
  }
  .ch3_2.amenity::after {
    width: 9vw;
    height: 12vw;
    background: url("../images/icon_nightgown.svg") center no-repeat;
    background-size: contain;
  }
  .ch3_2 span {
    position: relative;
    z-index: 5;
  }
  #equipment {
    padding: 10vw 8vw;
  }
  #amenity {
    padding: 10vw 8vw;
  }
  #amenity p.amenityDetail {
    line-height: 2;
    letter-spacing: 0.6vw;
  }
  .dList {
    margin-bottom: 8vw;
  }
  .dList dt {
    font-weight: 600;
    line-height: 1.5;
  }
  .dList dd {
    letter-spacing: 0.1em;
  }
  #equipment .dList:last-of-type {
    margin-bottom: 6w;
  }
  #equIcon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2%;
  }
  #equIcon li {
    width: 30%;
    margin-bottom: 1.8vw;
  }
  #amenity .dList:first-of-type {
    margin-top: 10vw;
    margin-bottom: 6vw;
  }
} /* End max-width:1000px */

/*# sourceMappingURL=style.css.map */
