@charset "UTF-8";
.__intersection.__blur {
    -webkit-transition: -webkit-filter 1.4s;
    transition: -webkit-filter 1.4s;
    transition: filter 1.4s;
    transition: filter 1.4s, -webkit-filter 1.4s;
    -webkit-filter:blur(10px);
    filter:blur(10px)
}
.__intersection.__blur.__inview {
    -webkit-filter:blur(0);
    filter:blur(0)
}
.__intersection.__fadein {
    -webkit-transition: opacity 1.4s;
    transition: opacity 1.4s;
    opacity: 0
}
.__intersection.__fadein.__inview {
    opacity: 1
}
.__intersection.__fadeinup {
    -webkit-transition: opacity 1.4s, -webkit-transform 1s;
    transition: opacity 1.4s, -webkit-transform 1s;
    transition: opacity 1.4s, transform 1s;
    transition: opacity 1.4s, transform 1s, -webkit-transform 1s;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}
.__intersection.__fadeinup.__inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.__intersection.__fadeindown {
    -webkit-transition: opacity 1.4s, -webkit-transform 1s;
    transition: opacity 1.4s, -webkit-transform 1s;
    transition: opacity 1.4s, transform 1s;
    transition: opacity 1.4s, transform 1s, -webkit-transform 1s;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}
.__intersection.__fadeindown.__inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.__intersection.__fadein_ltr {
    -webkit-transition: opacity 1.4s, -webkit-transform 1s cubic-bezier(0.22,0.61,0.36,1);
    transition: opacity 1.4s, -webkit-transform 1s cubic-bezier(0.22,0.61,0.36,1);
    transition: opacity 1.4s, transform 1s cubic-bezier(0.22,0.61,0.36,1);
    transition: opacity 1.4s, transform 1s cubic-bezier(0.22,0.61,0.36,1), -webkit-transform 1s cubic-bezier(0.22,0.61,0.36,1);
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px)
}
.__intersection.__fadein_ltr.__inview {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.__intersection.__fadein_rtl {
    -webkit-transition: opacity 1.4s, -webkit-transform 1s cubic-bezier(0.22,0.61,0.36,1);
    transition: opacity 1.4s, -webkit-transform 1s cubic-bezier(0.22,0.61,0.36,1);
    transition: opacity 1.4s, transform 1s cubic-bezier(0.22,0.61,0.36,1);
    transition: opacity 1.4s, transform 1s cubic-bezier(0.22,0.61,0.36,1), -webkit-transform 1s cubic-bezier(0.22,0.61,0.36,1);
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px)
}
.__intersection.__fadein_rtl.__inview {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-brand: #c92c25;
    --color-mustard: #e3b435;
    --color-background: #818182;
    --color-gray: #d2d2d0;
    --color-line: #03c755;
    --color-border: #cccccc
}
@media(min-width:821px) {
    footer {
        margin-top: 0
    }
}
.mustardhotel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--color-white);
    color: var(--color-black);
    line-height: 1
}
@media(max-width:820px) {
    .mustardhotel {
        font-size: 14px
    }
}
@media(min-width:821px) {
    .mustardhotel {
        font-size: 18px
    }
}
@media(max-width:820px) {
    .mustardhotel .view {
        margin: 0 20px
    }
}
@media(min-width:821px) {
    .mustardhotel .view {
        width: 90%;
        max-width: 1100px;
        margin: 0 auto
    }
}
.mustardhotel .image {
    width: 100%;
    height: auto;
    vertical-align: bottom
}
.mustardhotel .__wba > span {
    display: inline-block;
    white-space: nowrap
}
@media(min-width:821px) {
    .mustardhotel .__wb > span {
        display: inline-block;
        white-space: nowrap
    }
}
@media(hover:hover) {
    .mustardhotel:hover {
        opacity: 1
    }
}
.mustardhotel .section--billboard {
    position: relative
}
.mustardhotel .section--billboard .swiper .view .swiper-pagination {
    position: relative;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
@media(max-width:820px) {
    .mustardhotel .section--billboard .swiper .view .swiper-pagination {
        margin-top: 14px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--billboard .swiper .view .swiper-pagination {
        margin-top: 20px
    }
}
.mustardhotel .section--billboard .swiper .view .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--color-gray)
}
@media(max-width:820px) {
    .mustardhotel .section--billboard .swiper .view .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        margin: 0 0 0 12px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--billboard .swiper .view .swiper-pagination .swiper-pagination-bullet {
        width: 22px;
        height: 22px;
        margin: 0 0 0 10px
    }
}
.mustardhotel .section--billboard .swiper .view .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-mustard)
}
@media(max-width:820px) {
    .mustardhotel .section--overview {
        padding: 88px 0 0
    }
}
@media(min-width:821px) {
    .mustardhotel .section--overview {
        padding: 100px 0 120px
    }
}
.mustardhotel .section--overview .view .titles {
    text-align: center
}
@media(max-width:820px) {
    .mustardhotel .section--overview .view .titles .image {
        aspect-ratio: 260 / 88.93;
        width: 66.66666667vw;
        margin: 0 auto 40px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--overview .view .titles .image {
        aspect-ratio: 820 / 54.92;
        -o-object-fit: contain;
        object-fit: contain;
        width: 80vw;
        max-width: 820px;
        margin: 0 auto 40px
    }
}
.mustardhotel .section--overview .view .titles .page-title {
    color: var(--color-mustard);
    font-weight: bold
}
@media(min-width:821px) {
    .mustardhotel .section--overview .view .titles .page-title {
        font-size: min(2vw, 22px)
    }
}
@media(max-width:380px) {
    .mustardhotel .section--overview .view .titles .page-title {
        font-size: 12px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--overview .view .titles .message {
        margin: 80px auto
    }
}
@media(min-width:821px) {
    .mustardhotel .section--overview .view .titles .message {
        margin: 120px auto
    }
}
.mustardhotel .section--overview .view .titles .message .message--svg {
    display: block;
    height: auto;
    margin: 0 auto;
    vertical-align: bottom;
    aspect-ratio: 424 / 223.54
}
@media(max-width:820px) {
    .mustardhotel .section--overview .view .titles .message .message--svg {
        width: 72vw;
        max-width: 424px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--overview .view .titles .message .message--svg {
        width: 424px
    }
}
.mustardhotel .section--overview .view .introduction {
    position: relative;
    max-width: 740px;
    margin: 0 auto;
    line-height: 2
}
@media(max-width:820px) {
    .mustardhotel .section--overview .view .introduction {
        text-align: left;
        padding-bottom: 170px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--overview .view .introduction {
        text-align: center
    }
}
.mustardhotel .section--overview .view .introduction .beautiful-shadow-1 .image {
    position: absolute
}
@media(max-width:820px) {
    .mustardhotel .section--overview .view .introduction .beautiful-shadow-1 .image {
        aspect-ratio: 247.9 / 137.16;
        width: 63.56410256vw;
        max-width: 280px;
        right: -5vw;
        bottom: 30px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--overview .view .introduction .beautiful-shadow-1 .image {
        aspect-ratio: 215.59 / 262.52;
        width: 18vw;
        max-width: 215.59px;
        right: min(-14vw, -80px);
        bottom: -30px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--overview .view .introduction p:not(:last-of-type) {
        margin-bottom: 20px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--overview .view .introduction p:not(:last-of-type) {
        margin-bottom: 30px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--overview .view .introduction p br {
        display: none
    }
}
.mustardhotel .section--about-mustard-hotel {
    background-color: var(--color-mustard)
}
.mustardhotel .section--about-mustard-hotel .view {
    position: relative
}
@media(max-width:820px) {
    .mustardhotel .section--about-mustard-hotel .view {
        padding: 100px 0 80px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view {
        padding: 90px 0
    }
}
.mustardhotel .section--about-mustard-hotel .view .beautiful-shadow-2 {
    position: absolute
}
@media(max-width:820px) {
    .mustardhotel .section--about-mustard-hotel .view .beautiful-shadow-2 {
        top: -3px;
        right: -5px;
        width: 55.01px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .beautiful-shadow-2 {
        top: -3px;
        right: 0;
        width: 71.19px
    }
}
.mustardhotel .section--about-mustard-hotel .view .beautiful-shadow-2 .image {
    aspect-ratio: 71.19 / 220
}
@media(max-width:820px) {
    .mustardhotel .section--about-mustard-hotel .view .titles {
        margin-bottom: 40px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .titles {
        margin-bottom: 50px
    }
}
.mustardhotel .section--about-mustard-hotel .view .titles .image {
    aspect-ratio: 641.9 / 118;
    width: auto;
    margin-left: 0
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .titles .image {
        height: 8.638360176vw;
        max-height: 118px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .layout {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 56fr min(6vw, 80px) 44fr;
        grid-template-columns: 56fr 44fr;
        gap: 0 min(6vw, 80px);
        margin-right: calc(50% - 50vw)
    }
}
@media(max-width:820px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .names {
        margin-bottom: 40px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .names {
        margin-bottom: 40px
    }
}
.mustardhotel .section--about-mustard-hotel .view .layout .caption .names .name {
    font-weight: bold
}
@media(max-width:820px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .names .name {
        font-size: 14px;
        margin-bottom: 10px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .names .name {
        font-size: 26px;
        margin-bottom: 10px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .names .address {
        font-size: 10px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .names .address {
        font-size: 14px
    }
}
.mustardhotel .section--about-mustard-hotel .view .layout .caption .text {
    line-height: 2
}
@media(max-width:820px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .text {
        margin-bottom: 40px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .text {
        margin-bottom: 40px
    }
}
.mustardhotel .section--about-mustard-hotel .view .layout .caption .buttons .button {
    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 6px;
    background-color: var(--color-black);
    color: var(--color-white)
}
@media(max-width:820px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .buttons .button {
        width: 220px;
        height: 40px;
        border-radius: 20px;
        margin-bottom: 40px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .buttons .button {
        width: 260px;
        height: 46px;
        border-radius: 23px;
        font-size: 16px
    }
}
@media(min-width:821px) and(hover:hover) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .buttons .button {
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease
    }
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .buttons .button:hover {
        width: 280px
    }
}
.mustardhotel .section--about-mustard-hotel .view .layout .caption .buttons .button .image {
    margin: 0
}
@media(max-width:820px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .buttons .button .image {
        width: 14.69px;
        height: 14px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .caption .buttons .button .image {
        width: 18.88px;
        height: 18px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--about-mustard-hotel .view .layout .photo .image {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}
.mustardhotel .section--beautiful-shadow-room {
    background-color: var(--color-background);
    color: var(--color-white)
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room {
        padding: 80px 0 0
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room {
        padding: 130px 0
    }
}
.mustardhotel .section--beautiful-shadow-room .view .titles {
    color: var(--color-mustard);
    position: relative;
}
.mustardhotel .section--beautiful-shadow-room .release-date {
  position: absolute;
  top: 0;
  right: -3vw;
  width: 150px
}
@media(max-width:1280px) {
  .mustardhotel .section--beautiful-shadow-room .release-date {
    right: 2vw;
    width: calc(150 / 1440 * 100vw);
  }
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .release-date {
      top: 0;
      right: 0;
      width: calc(150 / 820 * 100vw);
    }
}
@media(max-width:480px) {
    .mustardhotel .section--beautiful-shadow-room .release-date {
      top: -15vw;
      width: calc(180 / 820 * 100vw);
    }
}
.mustardhotel .section--beautiful-shadow-room .release-date img {
  width: 100%;
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .titles {
        margin-bottom: 40px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .titles {
        margin-bottom: 50px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .titles .image {
    width: auto;
    margin-left: 0
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .titles .image {
        margin-bottom: 40px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .titles .image {
        aspect-ratio: 983.45 / 118;
        height: 8.638360176vw;
        max-height: 118px;
        margin-bottom: 38px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .titles .title-caption {
    font-weight: bold
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .titles .title-caption {
        font-size: 23px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .main-graphic .photo {
    overflow: hidden;
    margin-bottom: 50px
}
.mustardhotel .section--beautiful-shadow-room .view .main-graphic .text {
    line-height: 2;
    margin-bottom: 50px
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .main-graphic .text p {
        display: inline
    }
}
.mustardhotel .section--beautiful-shadow-room .view .main-graphic .date {
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white)
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .main-graphic .date {
        padding: 20px 0
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .main-graphic .date {
        padding: 20px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .main-graphic .date .image {
    margin-left: 0
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .main-graphic .date .image {
        aspect-ratio: 283 / 46.02;
        width: 283px;
        margin-bottom: 14px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .main-graphic .date .image {
        aspect-ratio: 680.1 / 28;
        width: 58vw;
        max-width: 680.1px;
        margin-bottom: 14px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .main-graphic .date .note {
    line-height: 1.6
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .main-graphic .date .note {
        font-size: 10px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .main-graphic .date .note {
        font-size: 12px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna {
        margin-top: 100px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna {
        margin-top: 120px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout > * {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description {
        margin-top: 40px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description {
        padding-left: min(4.4vw, 60px)
    }
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .iesauna-logo {
        margin-bottom: 20px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .iesauna-logo {
        margin-bottom: 40px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .iesauna-logo .image {
    aspect-ratio: 285.88 / 22;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .iesauna-logo .image {
        width: 285.88px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .iesauna-logo .image {
        max-width: 426.47px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .text {
    line-height: 2
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .buttons {
        margin-top: 20px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .buttons {
        margin-top: 30px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .buttons .button {
    width: 260px;
    height: 46px;
    border-radius: 23px;
    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;
    background-color: var(--color-white);
    color: var(--color-black);
    font-weight: normal
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .buttons .button {
        font-size: 16px
    }
}
@media(hover:hover) {
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .buttons .button {
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease
    }
    .mustardhotel .section--beautiful-shadow-room .view .iesauna .layout .description .buttons .button:hover {
        width: 280px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .block-title {
    color: var(--color-mustard)
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .block-title {
        margin: 100px 0 40px;
        font-size: 26px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .block-title {
        margin: 120px 0 60px;
        font-size: 36px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room > .layout {
        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
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room > .layout {
        display: -ms-grid;
        display: grid
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .plans {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        padding-bottom: 80px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan {
        width: 56vw;
        max-width: 800px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room>.layout .plans .view .plan:not(:last-of-type) {
        margin-bottom: 60px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room>.layout .plans .view .plan:not(:last-of-type) {
        margin-bottom: 60px
    }
}
.mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .plan-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .plan-title {
        gap: 0 30px;
        border-left: 10px solid var(--color-mustard);
        padding: 4px 0 6px 18px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .plan-title {
        gap: 0 25px;
        border-left: 12px solid var(--color-mustard);
        padding: 6px 0 8px 24px
    }
}
.mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .plan-title .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .plan-title .title .name {
    color: var(--color-mustard)
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .plan-title .title .name {
        line-height: 1.3;
        font-size: 22px;
        margin-bottom: 8px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .plan-title .title .name {
        line-height: 1.4;
        font-size: min(3vw, 32px);
        margin-bottom: 0.6em
    }
}
.mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .plan-title .title .caption {
    font-weight: bold;
    color: var(--color-white)
}
.mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .description {
    line-height: 2
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .description .note {
        margin-top: 8px;
        font-size: 10px;
        line-height: 1.6
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .description .note {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.6
    }
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room>.layout .plans .view .plan .description .note:first-of-type {
        margin-top: 20px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room>.layout .plans .view .plan .description .note:first-of-type {
        margin-top: 10px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .description .photos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        margin: 30px 0 0
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .description .photos {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 10px;
        margin-top: 30px
    }
}
.mustardhotel .section--beautiful-shadow-room > .layout .plans .view .plan .description .photos .photo {
    overflow: hidden
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .images--desktop {
        display: none
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room > .layout .images--desktop {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2
    }
    .mustardhotel .section--beautiful-shadow-room > .layout .images--desktop .max-view {
        width: 100%;
        max-width: 1680px;
        margin: 0 auto
    }
    .mustardhotel .section--beautiful-shadow-room > .layout .images--desktop .max-view .images {
        position: relative;
        width: 36vw;
        max-width: 436px;
        margin: 0 0 0 auto
    }
}
.mustardhotel .section--beautiful-shadow-room .view .notice {
    max-width: 900px
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .notice {
        margin-top: 100px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .notice li {
    position: relative;
    padding-left: 20px;
    line-height: 1.6
}
.mustardhotel .section--beautiful-shadow-room .view .notice li:not(:last-child) {
    margin-bottom: 14px
}
.mustardhotel .section--beautiful-shadow-room .view .notice li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: var(--color-white)
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .notice li:before {
        width: 10px;
        height: 10px;
        top: 6px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .notice li:before {
        width: 12px;
        height: 12px;
        top: 8px
    }
}
.mustardhotel .section--beautiful-shadow-room .view .button {
    background-color: #231815;
    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 10px;
    font-weight: bold
}
.mustardhotel .section--beautiful-shadow-room .view .button.invalid {
  pointer-events: none;
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .view .button {
        width: 260px;
        height: 52px;
        border-radius: 26px;
        margin-top: 16px;
        font-size: 17px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .view .button {
        width: 270px;
        height: 56px;
        border-radius: 28px;
        margin-top: 50px;
        font-size: 16px
    }
}
@media(hover:hover) {
    .mustardhotel .section--beautiful-shadow-room .view .button {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
    .mustardhotel .section--beautiful-shadow-room .view .button:hover {
        width: 290px;
        background-color: var(--color-mustard)
    }
}
.mustardhotel .section--beautiful-shadow-room .view .button .image {
    width: 20px;
    height: 20px;
    margin: 0
}
@media(max-width:820px) {
    .mustardhotel .section--beautiful-shadow-room .images--mobile {
        margin-top: 100px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--beautiful-shadow-room .images--mobile {
        display: none
    }
}
.mustardhotel .section--pop-up-store {
    background-color: var(--color-gray)
}
@media(max-width:820px) {
    .mustardhotel .section--pop-up-store {
        padding: 80px 0
    }
}
@media(max-width:820px) {
    .mustardhotel .section--pop-up-store .layout {
        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
    }
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout {
        display: -ms-grid;
        display: grid
    }
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout .images-block {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2
    }
}
@media(max-width:820px) {
    .mustardhotel .section--pop-up-store .layout .images-block .max-view {
        width: 90%;
        margin: 0 auto
    }
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout .images-block .max-view {
        width: 100%;
        max-width: 1680px;
        height: 100%;
        margin: 0 auto
    }
}
.mustardhotel .section--pop-up-store .layout .images-block .max-view .images {
    position: relative
}
@media(max-width:820px) {
    .mustardhotel .section--pop-up-store .layout .images-block .max-view .images {
        padding: 70px 0 0
    }
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout .images-block .max-view .images {
        width: 36vw;
        max-width: 596px;
        height: 100%;
        margin: 0 0 0 auto
    }
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout .images-block .max-view .images .photo {
        height: 100%
    }
    .mustardhotel .section--pop-up-store .layout .images-block .max-view .images .photo .image {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout .contents-block {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 126px 0 100px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout .contents-block .view .contents {
        width: 48vw;
        min-width: 440px;
        max-width: 720px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--pop-up-store .layout .contents-block .view .contents .titles {
        margin-bottom: 30px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout .contents-block .view .contents .titles {
        margin-bottom: 40px
    }
}
.mustardhotel .section--pop-up-store .layout .contents-block .view .contents .titles .image {
    width: auto;
    margin-left: 0
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout .contents-block .view .contents .titles .image {
        aspect-ratio: 538.06 / 118;
        height: 8.638360176vw;
        max-height: 118px
    }
}
.mustardhotel .section--pop-up-store .layout .contents-block .view .contents .date {
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black)
}
@media(max-width:820px) {
    .mustardhotel .section--pop-up-store .layout .contents-block .view .contents .date {
        margin-bottom: 20px;
        padding: 20px 0
    }
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout .contents-block .view .contents .date {
        margin-bottom: 30px;
        padding: 20px
    }
}
.mustardhotel .section--pop-up-store .layout .contents-block .view .contents .date .image {
    margin-left: 0
}
@media(max-width:820px) {
    .mustardhotel .section--pop-up-store .layout .contents-block .view .contents .date .image {
        aspect-ratio: 300 / 46.02;
        width: 300px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--pop-up-store .layout .contents-block .view .contents .date .image {
        aspect-ratio: 605.67 / 28;
        width: 44.33894583vw;
        max-width: 605.67px
    }
}
.mustardhotel .section--pop-up-store .layout .contents-block .view .contents .description {
    line-height: 2
}
@media(max-width:820px) {
    .mustardhotel .section--collection {
        margin-bottom: 180px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection {
        margin-bottom: 200px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--collection .layout {
        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
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout {
        display: -ms-grid;
        display: grid
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .images-block {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2
    }
}
@media(max-width:820px) {
    .mustardhotel .section--collection .layout .images-block .max-view {
        width: 90%;
        margin: 0 auto
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .images-block .max-view {
        width: 100%;
        max-width: 1680px;
        height: 100%;
        margin: 0 auto
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .images-block .max-view .images {
        width: 30vw;
        max-width: 410px;
        height: 100%;
        margin: 0 0 0 auto
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .images-block .max-view .images .photo {
        height: 100%
    }
    .mustardhotel .section--collection .layout .images-block .max-view .images .photo .image {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}
@media(max-width:820px) {
    .mustardhotel .section--collection .layout .contents-block {
        margin-bottom: 50px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .contents-block {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        padding: 126px 0 0
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents {
        width: 56vw;
        max-width: 762px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents .titles {
        margin-bottom: 50px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents .titles {
        margin-bottom: 80px
    }
}
.mustardhotel .section--collection .layout .contents-block .view .contents .titles .image {
    margin-left: 0
}
@media(max-width:820px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents .titles .image {
        aspect-ratio: 332.66 / 105.66;
        width: 332.66px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents .titles .image {
        width: 100%;
        aspect-ratio: 710 / 98.4
    }
}
.mustardhotel .section--collection .layout .contents-block .view .contents .description {
    line-height: 2
}
@media(max-width:820px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents .description {
        margin-bottom: 30px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents .description {
        margin-bottom: 42px
    }
}
.mustardhotel .section--collection .layout .contents-block .view .contents .date {
    border-top: 1px solid var(--color-mustard);
    border-bottom: 1px solid var(--color-mustard)
}
@media(max-width:820px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents .date {
        margin-bottom: 30px;
        padding: 20px 0
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents .date {
        margin-bottom: 50px;
        padding: 20px
    }
}
.mustardhotel .section--collection .layout .contents-block .view .contents .date .image {
    margin-left: 0
}
@media(max-width:820px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents .date .image {
        aspect-ratio: 271.31 / 20.26;
        width: 271.31px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .layout .contents-block .view .contents .date .image {
        aspect-ratio: 382.99 / 28;
        width: 28.03733529vw;
        max-width: 382.99px
    }
}
.mustardhotel .section--collection .layout .contents-block .view .contents .notice li {
    position: relative;
    padding-left: 1em;
    font-size: 12px;
    line-height: 1.2
}
.mustardhotel .section--collection .layout .contents-block .view .contents .notice li:not(:last-child) {
    margin-bottom: 0.8em
}
.mustardhotel .section--collection .layout .contents-block .view .contents .notice li:before {
    content: "※";
    position: absolute;
    display: block;
    left: 0
}
@media(max-width:820px) {
    .mustardhotel .section--collection .view {
        margin-top: 80px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .view {
        margin-top: 100px
    }
}
.mustardhotel .section--collection .view .items {
    display: -ms-grid;
    display: grid
}
@media(max-width:820px) {
    .mustardhotel .section--collection .view .items {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 10px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .view .items {
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
        gap: 40px 13px
    }
}
.mustardhotel .section--collection .view .items .item .item-photo {
    aspect-ratio: 265 / 371;
    overflow: hidden
}
@media(max-width:820px) {
    .mustardhotel .section--collection .view .items .item .item-photo {
        margin-bottom: 12px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .view .items .item .item-photo {
        margin-bottom: 16px
    }
}
.mustardhotel .section--collection .view .items .item .item-photo .image {
    aspect-ratio: 265 / 371;
    -o-object-fit: cover;
    object-fit: cover
}
@media(hover:hover) {
    .mustardhotel .section--collection .view .items .item .item-photo .image {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease
    }
    .mustardhotel .section--collection .view .items .item .item-photo:hover .image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}
.mustardhotel .section--collection .view .items .item .caption {
    font-size: 12px;
    line-height: 1.6
}
.mustardhotel .section--collection .view .items .item .caption .names {
    margin-bottom: 6px
}
.mustardhotel .section--collection .view .items .item .caption .price {
    font-weight: bold
}
.mustardhotel .section--collection .view .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media(max-width:820px) {
    .mustardhotel .section--collection .view .buttons {
        margin-top: 80px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collection .view .buttons {
        margin-top: 100px
    }
}
.mustardhotel .section--collection .view .buttons .button {
    width: 300px;
    height: 64px;
    border-radius: 32px;
    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;
    background-color: var(--color-mustard);
    color: var(--color-white);
    font-weight: normal;
    font-size: 22px
}
@media(min-width:821px) and(hover:hover) {
    .mustardhotel .section--collection .view .buttons .button {
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease
    }
    .mustardhotel .section--collection .view .buttons .button:hover {
        width: 320px
    }
}
@media(max-width:820px) {
    .mustardhotel .section--collaborater {
        margin: 0 0 100px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collaborater {
        margin: 0 0 120px
    }
}
.mustardhotel .section--collaborater .view .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
@media(max-width:820px) {
    .mustardhotel .section--collaborater .view .layout {
        gap: 100px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collaborater .view .layout {
        gap: 120px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collaborater .view .layout .collaborater {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
@media(max-width:820px) {
    .mustardhotel .section--collaborater .view .layout .collaborater .logo {
        margin-bottom: 40px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collaborater .view .layout .collaborater .logo {
        width: 34%;
        max-width: 376px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collaborater .view .layout .collaborater .description {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: min(5.8vw, 80px)
    }
}
@media(max-width:820px) {
    .mustardhotel .section--collaborater .view .layout .collaborater .description .name {
        font-size: 18px;
        margin-bottom: 20px
    }
}
@media(min-width:821px) {
    .mustardhotel .section--collaborater .view .layout .collaborater .description .name {
        font-size: 34px;
        margin-bottom: 30px
    }
}
.mustardhotel .section--collaborater .view .layout .collaborater .description .text {
    line-height: 2
}