/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* common
  ---------------------------------------------------------------------- */
  .room_page .ctitle::after {
    background-color: #4C6877;
  }
  .room_page .ctitle2::after {
    background-color: #4C6877;
  }
  .intro {
    background: url(../images/bg02.png);
    background-color: #4C6877;
    position: relative;
    padding: 135px 0 110px;
  }
  .intro__txt {
    color: #fff;
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.0526315789;
  }
  .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 45px 50px 0;
  }
  .navi li {
    font-family: "Shippori Mincho", serif;
    text-align: center;
    width: 25%;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
    padding: 0 10px;
    position: relative;
    border-left: 1px solid #D3C2B8;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navi li:nth-of-type(4n) {
    border-right: 1px solid #D3C2B8;
  }
  .navi li:last-of-type {
    border-right: 1px solid #D3C2B8;
  }
  .navi li a {
    width: 100%;
    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;
  }
  .navi li a > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navi li a > span::after {
    content: "";
    display: block;
    border-top: solid 1px #231815;
    border-right: solid 1px #231815;
    width: 5px;
    height: 5px;
    cursor: pointer;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-left: 20px;
    -webkit-transition: margin-bottom 0.8s;
    -o-transition: margin-bottom 0.8s;
    transition: margin-bottom 0.8s;
  }
  .navi li:hover span::after {
    margin-bottom: -10px;
  }
  /* banquet
  ---------------------------------------------------------------------- */
  .banquet {
    padding: 100px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 3.5%;
    padding-left: 20px;
  }
  .banquet:first-of-type {
    margin-top: -70px;
  }
  #lobby.banquet {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banquet__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 960px;
            flex: 0 1 960px;
  }
  .banquet__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banquet__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    position: relative;
  }
  .banquet .ctitle {
    margin-bottom: 20px;
  }
  .banquet__txt {
    margin-bottom: 20px;
  }
  .banquet dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banquet dl dt,
  .banquet dl dd {
    padding: 15px 0;
    border-bottom: 1px solid #D3C2B8;
  }
  .banquet dl dt {
    width: 30%;
  }
  .banquet dl dd {
    width: 70%;
  }
  .banquet dl dd span {
    display: block;
    padding-left: 1em;
  }
  .banquet dl dd p {
    line-height: 1.4;
  }
  .banquet dl dd p:first-of-type {
    margin-bottom: 20px;
  }
  .banquet--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px;
    padding-left: 0;
  }
  /* plan__list
  ---------------------------------------------------------------------- */
  .plan {
    padding: 150px 0;
  }
  .plan__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .plan__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 1000px) {
  /* common
  ---------------------------------------------------------------------- */
  .room_page .ctitle::after {
    background-color: #4C6877;
  }
  .room_page .ctitle2::after {
    background-color: #4C6877;
  }
  .intro {
    background: url(../images/bg02.png);
    background-color: #4C6877;
    position: relative;
    padding: calc( 135 / 750 * 100vw ) 0 calc( 110 / 750 * 100vw ) 0;
  }
  .intro__txt {
    color: #fff;
    text-align: center;
    font-size: 2.5333333333vw;
    font-size: clamp(16px,2.5333333333vw,19px);
    line-height: 2.0526315789;
  }
  .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    padding: 45px 0 0;
    row-gap: 6vw;
    margin: 0 0 calc( 110 / 750 * 100vw ) 0;
  }
  .navi li {
    font-family: "Shippori Mincho", serif;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0 10px;
    position: relative;
    border-left: 1px solid #D3C2B8;
    border-right: 1px solid #D3C2B8;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -1px;
    width: 45vw;
  }
  .navi li:last-of-type {
    border-right: 1px solid #D3C2B8;
  }
  .navi li a {
    width: 100%;
    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;
  }
  .navi li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navi li span::after {
    content: "";
    display: block;
    border-top: solid 1px #231815;
    border-right: solid 1px #231815;
    width: 5px;
    height: 5px;
    cursor: pointer;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-left: 15px;
    -webkit-transition: margin-bottom 0.8s;
    -o-transition: margin-bottom 0.8s;
    transition: margin-bottom 0.8s;
  }
  .navi li:hover span:hover::after {
    margin-bottom: -10px;
  }
  /* banquet
  ---------------------------------------------------------------------- */
  .banquet {
    padding: 0 0 13.3333333333vw 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banquet:last-of-type {
    padding-bottom: 0;
  }
  .banquet__img {
    margin-bottom: 20px;
    aspect-ratio: 1/0.6;
    margin-bottom: 20px;
  }
  .banquet__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banquet__content {
    position: relative;
    padding: 5vw;
  }
  .banquet .ctitle {
    margin-bottom: 20px;
  }
  .banquet__txt {
    margin-bottom: 20px;
  }
  .banquet dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banquet dl dt,
  .banquet dl dd {
    padding: 15px 0;
    border-bottom: 1px solid #D3C2B8;
  }
  .banquet dl dt {
    width: 30%;
  }
  .banquet dl dd {
    width: 70%;
  }
  .banquet dl dd span {
    display: block;
    padding-left: 1em;
  }
  .banquet dl dd p {
    line-height: 1.4;
  }
  .banquet dl dd p:first-of-type {
    margin-bottom: 20px;
  }
  /* plan__list
  ---------------------------------------------------------------------- */
  .plan {
    padding: 20vw 0 20vw;
  }
  .plan__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
  }
  .plan__list li {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */