*,
::before,
::after {
    box-sizing: border-box
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0
}

hr {
    height: 0;
    overflow: visible
}

main {
    display: block
}

nav ol,
nav ul {
    list-style: none;
    padding: 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

iframe {
    border-style: none
}

img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button,
input,
select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true],
[disabled] {
    cursor: not-allowed
}

[aria-hidden=false][hidden] {
    display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

html {
    font-size: 62.5%;
    font-feature-settings: "palt";
    max-width: 100%
}

@media screen and (max-width: 576px) {
    html {
        width: 100vw;
        overflow-x: hidden
    }
}

html body {
    max-width: 100%;
    overflow-x: hidden;
    font-size: 1.6rem;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #003250;
    color: #514B3B;
    background-color: #fff;
    padding-top: 110px
}

@media screen and (max-width: 992px) {
    html body {
        padding-top: 57px
    }
}

a {
    //    color: #000;
    color: #514B3B;
}

a:hover {
    //    color: #000;
    color: #514B3B;
    text-decoration: underline
}

.l-footer {
    background-color: #F2F1EF;
    color: #767674;
    text-align: center;
    padding: 80px 15px;
    position: relative
}

@media screen and (max-width: 768px) {
    .l-footer {
        padding: 40px 15px
    }
}

.l-footer:before {
    content: "";
    display: block;
    border-radius: 100%;
    width: 100%;
    height: 60px;
    background-color: #F2F1EF;
    position: absolute;
    top: -30px;
    left: 0
}

.l-footer__logo {
    width: 356px;
    max-width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

.l-footer__logo-item {
    width: 100%;
    height: auto
}

.l-footer__copyright {
    font-family: "Montserrat", sans-serif;
    opacity: .6
}

@media screen and (max-width: 768px) {
    .l-footer__copyright {
        font-size: 1.2rem
    }
}

.l-header {
    background-color: #F2F1EF;
    width: 100%;
    padding-left: 30px;
    display: grid;
    grid-template-columns: 302px 1fr 220px;
    align-items: center;
    //    color: #fff;
    font-family: "Noto Serif TC", serif;
    line-height: 1.1;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500
}

@media screen and (max-width: 1400px) {
    .l-header {
        grid-template-columns: 220px 1fr 220px
    }
}

@media screen and (max-width: 1200px) {
    .l-header {
        grid-template-columns: 1fr 220px 110px
    }
}

@media screen and (max-width: 992px) {
    .l-header {
        padding-left: 15px;
        grid-template-columns: 1fr auto 57px;
        max-height: 57px;
        overflow: hidden
    }
}

@media screen and (max-width: 1200px) {
    .l-header__left {
        order: 1
    }
}

@media screen and (max-width: 992px) {
    .l-header__left {
        padding-right: 15px
    }
}

.l-header__logo {
    display: block
}

.l-header__logo-image {
    max-width: 302px;
    height: auto
}

.l-header__center {
    justify-self: right;
    font-size: 1.4rem;
    padding-right: 20px
}

@media screen and (max-width: 1400px) {
    .l-header__center {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 1200px) {
    .l-header__center {
        height: 100%;
        aspect-ratio: 1/1;
        order: 3;
        padding-right: 0
    }
}

.l-header__subnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px
}

@media screen and (max-width: 1200px) {
    .l-header__subnav {
        display: none
    }
}

.l-header__language {
    padding: 0 8px
}

.l-header__language:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.l-header__language-current:before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #514B3B;
    transition: .32s 0s;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%)
}

.l-header__language-current:hover:before {
    width: calc(100% - 16px)
}

.l-header__phone-wrap {
    margin-right: 8px;
    margin-left: 8px
}

.l-header__subnav-item {
    padding: 0 8px;
    position: relative
}

.l-header__subnav-item:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.l-header__subnav-item:first-child:before {
    left: auto;
    right: 0
}

.l-header__subnav-item:last-child {
    padding-right: 0
}

.l-header__subnav-url {
    //    color: #fff;
    text-decoration: none
}

.l-header__subnav-url:after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #514B3B;
    transition: .32s 0s;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%)
}

.l-header__subnav-url:hover {
    //    color: #fff;
    text-decoration: none
}

.l-header__subnav-url:hover:after {
    width: calc(100% - 16px)
}

.l-header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding-left: 0;
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 0px
}

@media screen and (max-width: 1400px) {
    .l-header__nav {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 1200px) {
    .l-header__nav {
        display: none
    }
}

.l-header__nav-item {
    padding: 0 20px;
    position: relative
}

.l-header__nav-item:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.l-header__nav-item:first-child:before {
    display: none
}

.l-header__nav-item:last-child {
    padding-right: 0
}

.l-header__nav-url {
    //    color: #fff;
    text-decoration: none
}

.l-header__nav-url:after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #514B3B;
    transition: .32s 0s;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%)
}

.l-header__nav-url:hover {
    //    color: #fff;
    text-decoration: none
}

.l-header__nav-url:hover:after {
    width: calc(100% - 16px)
}

.l-header__hamb-button {
    display: none
}

@media screen and (max-width: 1200px) {
    .l-header__hamb-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: relative
    }
}

@media screen and (max-width: 1200px) {
    .l-header__right {
        order: 2
    }
}

.l-header__reserve {
    display: block;
    padding: 30px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .32s 0s;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 992px) {
    .l-header__reserve {
        padding: 10px
    }
}

.l-header__reserve:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    //    background-image: linear-gradient(135deg, #EEBA75 0%, #B16917 100%);
    background-color: #BE9E51;
    position: absolute;
    left: 0%;
    top: 0%
}

.l-header__reserve:after {
    display: block;
    content: "";
    width: 200%;
    height: 100%;
    background-image: linear-gradient(135deg, #C5CE01 0%, #9DA400 100%);
    position: absolute;
    left: 0%;
    top: 0%;
    opacity: 0;
    transition: .32s 0s
}

.l-header__reserve:hover {
    color: #fff;
    text-decoration: none
}

.l-header__reserve:hover:after {
    opacity: 1
}

.l-header__reserve-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 992px) {
    .l-header__reserve-title {
        font-size: 1.6rem
    }
}

.l-header__reserve-icon {
    margin-right: 10px
}

@media screen and (max-width: 992px) {
    .l-header__reserve-icon {
        transform: scale(0.8);
        margin-right: 5px
    }
}

.l-header__reserve-subtitle {
    display: block;
    font-size: 1.4rem;
    margin-top: 14px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 992px) {
    .l-header__reserve-subtitle {
        font-size: 1rem;
        margin-top: 5px
    }
}

.l-section-6 {
    background-image: linear-gradient(180deg, #F0EFEB 0%, #FFF 100%);
    color: #fff;
    padding-top: 20%;
}

@media screen and (max-width: 992px) {
    .l-header__reserve-subtitle {
        padding-top: 0;
    }
}


.l-section-6__body {
    margin: 120px auto 0 auto
}

.l-section-6__footer {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    //    padding-bottom: 180px
}

@media screen and (max-width: 768px) {
    .l-section-6__footer {
        //        padding-bottom:90px
    }
}

.l-section-5 {
    position: relative;
    z-index: 1
}

.l-section-5 figcaption {
    text-align: center;
    margin-top: 5px;
}

.l-section-5 figcaption .sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .l-section-5 figcaption .sp-only {
        display: inline
    }
}

/*
.l-section-5:before {
    content: "";
    width: 100%;
    height: calc(100% - 15dvw);
    position: absolute;
    top: 15dvw;
    left: 0
}

@media screen and (max-width: 768px) {
    .l-section-5:before {
        height:calc(100% - 8dvw);
        top: 8dvw
    }
}*/
/*
.l-section-5:after {
    content: "";
    display: block;
    background: center top url("../images/common/edge-beige.svg") no-repeat;
    background-size: 100% auto;
    width: 100%;
    aspect-ratio: 5/1;
    border-top: 4px solid #fcfbf7;
    position: absolute;
    bottom: calc(-20dvw + 5px);
    left: 0;
    z-index: 1
}*/

.l-section-5__inner {
    position: relative;
    //    margin-top: -15dvw
}

@media screen and (max-width: 768px) {
    .l-section-5__inner {
        margin-top: -8dvw
    }
}

.l-section-5__head {
    width: 760px;
    max-width: 100%;
    padding: 40px 80px;
    margin: 0 auto;
    margin-bottom: 120px;
    position: relative;
    border: 1px solid #BDBAB5;
    border-radius: 50px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .l-section-5__head {
        width: 90%;
        margin-bottom: 60px
    }
}

@media screen and (max-width: 576px) {
    .l-section-5__head {
        padding: 20px 30px;
    }
}

/*
.l-section-5__body {
    width: 1230px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.l-section-5__footer {
    width: 1230px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    margin-top: 80px;
    padding-bottom: 50px
}

@media screen and (max-width: 768px) {
    .l-section-5__footer {
        margin-top:40px
    }
}
*/
.l-section-5__end {
    z-index: 2;
    position: absolute;
    width: 100%;
    overflow-x: hidden;
    background-image: linear-gradient(180deg, #FFF 0%, #F4F3F0 100%);
}

.l-section-4 {
    //    background: center center url("../images/index/img-breakfast-bg@2x.jpg") no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0
}

/*
.l-section-4:before {
    content: "";
    display: block;
    background: center top url("../images/common/edge-white-large.svg") no-repeat;
    background-size: 100% auto;
    width: 100%;
    aspect-ratio: 192/80;
    border-bottom: 1px solid #fcfbf7;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.l-section-4:after {
    content: "";
    background-color: rgba(0,0,0,.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}
*/
.l-section-4__inner {
    display: block;
    width: 1230px;
    max-width: 100%;
    //    padding: 10% 15px 20% 15px;
    padding: 0 15px 0 15px;
    margin: 0 auto;
    //    color: #fff;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1200px) {
    .l-section-4__inner {
        display: block
    }
}

@media screen and (max-width: 992px) {
    .l-section-4__inner {
        //        padding:15% 15px 42% 15px
    }
}

@media screen and (max-width: 768px) {
    .l-section-4__inner {
        padding: 15% 15px 42% 15px
    }
}

.l-section-3 {
    position: relative;
    margin-top: -10%;
    //    background-image: linear-gradient(180deg, #F2FAFF 0%, #98C9E6 100%);
    background-image: linear-gradient(180deg, #FFF 0%, #F2F1EF 20%, #FFF 100%);
    z-index: 1;
    padding-top: 20%;
    //    padding-bottom: 60px;
}

/*
.l-section-3:after {
    content: "";
    display: block;
    background: center top url("../images/common/edge-light-blue.svg") no-repeat;
    background-size: 100% auto;
    width: 100%;
    aspect-ratio: 5/1;
    border-top: 1px solid #98c9e6;
    position: absolute;
    bottom: 2px;
    margin-bottom: -20%
}*/

.l-section-3__body {
    width: 1230px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.l-section-3__list {
    list-style: none;
    padding-left: 0
}

.l-section-3__list-item {
    margin-bottom: 120px
}

@media screen and (max-width: 768px) {
    .l-section-3__list-item {
        margin-bottom: 60px
    }
}

.l-section-3__list-item:last-child {
    margin-bottom: 0
}

.l-section-3__footer {
    display: block;
    max-width: 1200px;
    margin: 0 auto
}

.l-section-2 {
    margin-top: -20%;
    position: relative;
    z-index: 2
}

/*
.l-section-2:before {
    content: "";
    display: block;
    background: center top url("../images/common/edge-white-1.svg") no-repeat;
    background-size: 100% auto;
    width: 100%;
    aspect-ratio: 5/1;
    border-bottom: 1px solid #fff
}

.l-section-2:after {
    content: "";
    display: block;
    background: center top url("../images/common/edge-white-1.svg") no-repeat;
    background-size: 100% auto;
    width: 100%;
    aspect-ratio: 5/1;
    border-bottom: 1px solid #fff;
    transform: rotate(180deg)
}

.l-section-2__head {
    background-color: #fff
}*/

.l-section-2__body {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    margin-bottom: 180px;
}

@media screen and (max-width: 992px) {
    .l-section-2__body {
        display: block;
        width: 100%;
        padding: 0 5%;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

.l-section-2__left {
    width: 50%
}

@media screen and (max-width: 992px) {
    .l-section-2__left {
        width: 100%;
        margin: 0 auto 60px;
    }
}

@media screen and (max-width: 992px) {
    .l-section-2__left figure {
        margin: 0 0 100px;
        width: 100%;
    }
}


.l-section-2__right {
    width: 50%;
    //    max-width: 700px;
    padding: 60px 0 60px 90px;
    box-sizing: border-box;
}

/*
@media screen and (max-width: 1400px) {
    .l-section-2__right {
        padding:0px 60px
    }
}

@media screen and (max-width: 1200px) {
    .l-section-2__right {
        padding:0px 30px
    }
}*/

@media screen and (max-width: 992px) {
    .l-section-2__right {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
}

.l-section-1 {
    //    background-image: linear-gradient(180deg, #F2F1EF 0%, #003250 100%);
    color: #fff;
    padding-top: 200px;
    padding-bottom: calc(20% + 80px)
}

@media screen and (max-width: 992px) {
    .l-section-1 {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

.l-section-1__head {
    padding-left: 15px;
    padding-right: 15px
}

.l-section-1__body {
    display: flex;
    gap: 60px
}

@media screen and (max-width: 992px) {
    .l-section-1__body {
        flex-direction: column-reverse;
        width: 100%;
        padding: 0 5%;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

.l-section-1__left {
    width: 50%
}

@media screen and (max-width: 992px) {
    .l-section-1__left {
        width: 100%
    }
}

.l-section-1__right {
    width: 50%;
    padding: 80px 30px 30px;
}

@media screen and (max-width: 1200px) {
    .l-section-1__right {
        padding: 0 15px 0 0
    }
}

@media screen and (max-width: 992px) {
    .l-section-1__right {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 576px) {
    .l-section-1__right {
        text-align: left
    }
}

.l-section-1__footer {
    display: block;
    max-width: 1200px;
    margin: 0 auto
}

.l-grid-3 {
    width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    display: grid;
    margin: 0 auto;
    gap: 60px;
    grid-template-columns: 1fr 1fr 1fr
}

@media screen and (max-width: 1200px) {
    .l-grid-3 {
        gap: 15px
    }
}

@media screen and (max-width: 576px) {
    .l-grid-3 {
        grid-template-columns: 1fr;
        gap: 50px
    }
}



.l-grid-2 {
    width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    display: grid;
    margin: 0 auto;
    gap: 60px;
    grid-template-columns: 1fr 1fr
}

@media screen and (max-width: 1200px) {
    .l-grid-2 {
        gap: 15px
    }
}

@media screen and (max-width: 576px) {
    .l-grid-2 {
        grid-template-columns: 1fr
    }
}

.l-grid-2.l-grid-2--gutter-1 {
    gap: 1px
}

.c-container {
    width: 1200px;
    margin: 0 auto
}

.c-button-page-top {
    background-color: #000;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: .3s;
    width: 46px;
    height: 46px;
    z-index: 90;
    opacity: 0
}

.c-button-page-top__button {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border: 0
}

.c-button-page-top__button:before {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    width: 10px;
    height: 10px
}

.c-button-text {
    font-family: "Noto Serif TC", serif;
    position: relative;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none
}

.c-button-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: .32s 0s
}

.c-button-text:hover {
    color: #fff;
    text-decoration: none
}

.c-button-text:hover:after {
    width: 0;
    left: auto;
    right: 0
}

.c-button-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .32s 0s;
    position: relative;
    overflow: hidden;
    line-height: 1.1;
    font-family: "Noto Serif TC", serif;
    font-size: 2rem;
    border-radius: 5px;
    width: 330px;
    max-width: 100%
}

@media screen and (max-width: 992px) {
    .c-button-default {
        padding: 22px 10px
    }
}

.c-button-default.c-button-default--large {
    padding: 30px 30px;
    font-size: 2.8rem;
    max-width: 100%;
    width: 100%
}

@media screen and (max-width: 768px) {
    .c-button-default.c-button-default--large {
        font-size: 2rem
    }
}

.c-button-default:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    //    background-image: linear-gradient(135deg, #EEBA75 0%, #B16917 100%);
    background-color: #BE9E51;
    position: absolute;
    left: 0%;
    top: 0%
}

.c-button-default:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #C5CE01 0%, #9DA400 100%);
    position: absolute;
    left: 0%;
    top: 0%;
    opacity: 0;
    transition: .32s 0s
}

.c-button-default:hover {
    color: #fff;
    text-decoration: none
}

.c-button-default:hover:after {
    opacity: 1
}

.c-button-default__icon {
    position: relative;
    z-index: 1;
    margin-right: 5px
}

.c-button-default__text {
    position: relative;
    z-index: 1
}

.c-button-hamb {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    cursor: pointer;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #F2F1EF;
    transition: .32s 0s
}

@media screen and (max-width: 992px) {
    .c-button-hamb {
        width: 57px;
        height: 57px
    }
}

.c-button-hamb:hover {}

.c-button-hamb__line {
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #504B3E;
    transform-origin: center center;
    transition: .32s 0s
}

.c-button-hamb__line:nth-of-type(1) {
    top: calc(50% - 20px)
}

@media screen and (max-width: 992px) {
    .c-button-hamb__line:nth-of-type(1) {
        top: calc(50% - 8px)
    }
}

.c-button-hamb__line:nth-of-type(3) {
    bottom: calc(50% - 20px)
}

@media screen and (max-width: 992px) {
    .c-button-hamb__line:nth-of-type(3) {
        bottom: calc(50% - 8px)
    }
}

.c-button-hamb.is-active .c-button-hamb__line:nth-of-type(1) {
    top: 50%;
    transform: rotate(-45deg)
}

.c-button-hamb.is-active .c-button-hamb__line:nth-of-type(2) {
    opacity: 0
}

.c-button-hamb.is-active .c-button-hamb__line:nth-of-type(3) {
    bottom: 50%;
    transform: rotate(45deg)
}

.c-button-phone {
    font-size: 2.4rem;
    //    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    display: flex;
    align-items: center;
    text-decoration: none
}

.c-button-phone:hover {
    //    color: #fff;
    text-decoration: none
}

@media screen and (max-width: 1400px) {
    .c-button-phone--lg-small {
        font-size: 2rem
    }
}

.c-button-phone__icon {
    margin-right: 10px
}

@media screen and (max-width: 1400px) {
    .c-button-phone__icon--lg-small {
        transform: scale(0.8);
        margin-right: 5px
    }
}

.c-headline-food {
    font-size: 6rem;
    font-family: "Noto Serif KR", serif;
    font-weight: normal;
    //    line-height: 1.4;
    margin-top: 0;
}

@media screen and (max-width: 992px) {
    .c-headline-food {
        margin-bottom: 30px;
        font-size: 4rem
    }
}

@media screen and (max-width: 768px) {
    .c-headline-food {
        width: 100%
    }
}

.c-headline-food__small {
    font-family: "Montserrat", sans-serif;
    font-size: 2.2rem;
    display: block;
    opacity: .6
}

@media screen and (max-width: 768px) {
    .c-headline-food__small {
        font-size: 2rem
    }
}

.c-headline-small {
    font-size: 3.2rem;
    font-family: "Noto Serif TC", serif;
    font-weight: normal;
    margin-top: 0px
}

@media screen and (max-width: 992px) {
    .c-headline-small {
        font-size: 2.4rem
    }
}

@media screen and (max-width: 576px) {
    .c-headline-small {
        font-size: 1.5rem;
    }
}

.c-headline-left {
    width: 100%;
    margin-top: 0px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    font-size: 6rem;
    font-weight: 200;
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
    .c-headline-left {
        font-size: 3rem
    }
}

.c-headline-left:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #eeba75;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px
}

.c-headline-left.c-headline-left--small {
    font-size: 3.2rem;
    margin-bottom: 30px
}

@media screen and (max-width: 992px) {
    .c-headline-left.c-headline-left--small {
        font-size: 2.4rem
    }
}

@media screen and (max-width: 992px) {
    .c-headline-left.c-headline-left--small {
        margin-bottom: 15px
    }
}

.c-headline-left.c-headline-left--small:after {
    content: "";
    left: -20px;
    background-color: #C5CE01;
}

.c-headline-left.c-headline-left--shadow {
    //    text-shadow: 0 0 5px #000,0 0 5px #000
}

.c-heading-room {
    font-size: 4.6rem;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    margin-top: 0px
}

@media screen and (max-width: 1200px) {
    .c-heading-room {
        font-size: 3.6rem
    }
}

@media screen and (max-width: 992px) {
    .c-heading-room {
        font-size: 2.4rem
    }
}

.c-heading-room--small {
    font-size: 3.6rem
}

@media screen and (max-width: 992px) {
    .c-heading-room--small {
        font-size: 2.4rem
    }
}

.c-heading-room__subtitle {
    font-size: 2.4rem;
    font-family: "Noto Serif TC", serif;
    display: block;
    margin-top: 20px;
    margin-bottom: 50px
}

@media screen and (max-width: 1200px) {
    .c-heading-room__subtitle {
        margin-top: 10px;
        font-size: 2rem;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 992px) {
    .c-heading-room__subtitle {
        font-size: 1.4rem;
        margin-top: 0px
    }
}

.c-heading-room__subtitle--small {
    font-size: 2rem;
    margin-top: 10px
}

@media screen and (max-width: 992px) {
    .c-heading-room__subtitle--small {
        margin-top: 0px
    }
}

.c-headline {
    width: 100%;
    background: center center url("../../../../../../hotel/IKE/renewal/assets/images/common/bg-headline-blue.svg") no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 210px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    font-size: 6rem;
    font-weight: 200;
    padding-top: 60px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .c-headline {
        background-size: 150% auto;
        min-height: 210px
    }
}

@media screen and (max-width: 992px) {
    .c-headline {
        background-size: 150% auto;
        min-height: 180px;
        font-size: 3rem
    }
}

.c-headline:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 auto;
    background-color: #eeba75;
    border-radius: 100%
}

.c-headline.c-headline--left {
    text-align: left
}

.c-headline.c-headline--left:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -4px
}

.c-headline__description {
    text-align: center;
    font-size: 2.4rem;
    font-family: "Noto Serif TC", serif;
    margin-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (max-width: 992px) {
    .c-headline__description {
        margin-bottom: 60px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 576px) {
    .c-headline__description {
        text-align: left;
        padding: 0 15px;
    }
}

.c-headline-ja {
    width: 100%;
    background: center center url("../../../../../../hotel/IKE/renewal/assets/images/common/bg-headline-blue.svg") no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 210px;
    text-align: center;
    font-family: "Noto Serif TC", serif;
    line-height: 1.4;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media screen and (max-width: 992px) {
    .c-headline-ja {
        background-size: 200% auto;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.c-headline-ja__subtitle {
    font-size: 3.2rem;
    display: block
}

@media screen and (max-width: 992px) {
    .c-headline-ja__subtitle {
        font-size: max(3vw, 1.6rem)
    }
}

.c-headline-ja__title {
    display: block;
    font-size: 4.6rem
}

@media screen and (max-width: 992px) {
    .c-headline-ja__title {
        font-size: max(4vw, 2.4rem)
    }
}

.c-list-annotation {
    list-style: none;
    padding-left: calc(1em + 120px);
}

@media screen and (max-width: 992px) {
    .c-list-annotation {
        padding-left: calc(1em + 30px);
    }
}

@media screen and (max-width: 768px) {
    .c-list-annotation {
        font-size: 1.2rem;
        padding-left: 1em;
    }
}

.c-list-annotation__item {
    position: relative
}

.c-list-annotation__item:before {
    content: "※";
    position: absolute;
    left: -1em;
}

.c-list-default {
    font-size: 2rem;
    font-family: "Noto Serif TC", serif;
    padding-left: 1.5em;
    list-style-type: none;
}

.c-list-default_element::before {
    content: "●";
}

.c-list-default_time {
    font-size: 16px;
}

.c-list-default_time::before {
    content: "※";
}

@media screen and (max-width: 992px) {
    .c-list-default {
        font-size: 1.6rem
    }
}

.c-list-default li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5em;
    margin: 0.8em;
}

.c-list-default.c-list-default--small {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.6rem;
    font-family: "Noto Sans TC", sans-serif;
}

.c-list-dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0
}

@media screen and (max-width: 768px) {
    .c-list-dl {
        font-size: 1.4rem
    }
}

.c-list-dl.c-list-dl--line {
    font-size: 2rem;
    font-family: "Noto Serif TC", serif;
}

@media screen and (max-width: 768px) {
    .c-list-dl.c-list-dl--line {
        font-size: 1.6rem
    }
}

.c-list-dl__title {
    white-space: nowrap;
    padding-right: 1em
}

.c-list-dl__title.c-list-dl__title--line {
    border-bottom: 1px solid #003250;
    border-bottom: 1px solid #514B3B;
    padding-top: 15px;
    padding-bottom: 15px
}

.c-list-dl__body {
    margin-left: 0
}

.c-list-dl__body.c-list-dl__body--line {
    border-bottom: 1px solid #003250;
    border-bottom: 1px solid #514B3B;
    padding-top: 15px;
    padding-bottom: 15px
}

.c-list-dl__body-small {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 1.6rem;
    display: block
}

.c-list-language {
    position: relative
}

.c-list-language__current {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    color: #504B3E;
}

.c-list-language__current:after {
    display: block;
    content: "";
    width: 10px;
    height: 5px;
    background-color: #514B3B;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    position: relative;
    top: 2px;
    margin-left: 5px
}

.c-list-language__list-wrap {
    position: absolute;
    display: grid;
    grid-template-rows: 0fr;
    transition: .32s 0s;
    z-index: 1
}

.c-list-language__list-wrap.is-active {
    grid-template-rows: 1fr;
    padding-top: 10px
}

.c-list-language__list {
    list-style: none;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    padding-left: 0px
}

.c-list-language__list-item {
    cursor: pointer;
    color: #003250;
    color: #514B3B;
    padding: 5px 15px;
    margin-bottom: 0
}

.c-list-language__list-item:first-child {
    padding-top: 15px
}

.c-list-language__list-item:last-child {
    padding-bottom: 15px
}

.c-list-language__list-item a {
    white-space: nowrap;
}

.c-list-language__url {
    text-decoration: none
}

.c-paragraph-large {
    font-size: 1.8rem;
    font-family: "Noto Serif TC", serif;
    line-height: 2.2
}

@media screen and (max-width: 1200px) {
    .c-paragraph-large {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 576px) {
    .c-paragraph-large {
        text-align: left;
    }
}


.p-hamb {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F2F1EF;
    color: #fff;
    z-index: 490;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    overflow-y: auto;
    transition: .32s 0s;
    line-height: 1.1;
    display: flex;
    //    align-items: center;
    justify-content: center
}

.p-hamb.is-active {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.p-hamb__inner {
    padding-top: 110px;
    max-width: 650px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto
}

@media screen and (max-width: 992px) {
    .p-hamb__inner {
        //        padding-top:57px
    }
}

@media screen and (max-width: 768px) {
    .p-hamb__inner {
        display: block;
        padding-left: 15px;
        padding-right: 15px
    }
}

.p-hamb__nav {
    list-style: none;
    margin: 0;
    font-family: "Noto Serif TC", serif;
    font-size: 2rem;
    padding: 60px 60px 60px 0;
    border-right: 1px solid rgba(80, 75, 62, .7);
}

@media screen and (max-width: 768px) {
    .p-hamb__nav {
        padding: 0 0 60px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(80, 75, 62, .7);
    }
}

.p-hamb__nav-item {
    margin-bottom: 50px
}

.p-hamb__nav-item:last-child {
    margin-bottom: 0
}

.p-hamb__nav-url {
    color: #504B3E;
    display: block;
    text-decoration: none
}

.p-hamb__nav-url:hover {
    color: rgba(80, 75, 62, .7);
    text-decoration: none
}

.p-hamb__subnav {
    font-family: "Noto Serif TC", serif;
    font-size: 1.4rem;
    padding: 60px 0 60px 60px
}

@media screen and (max-width: 768px) {
    .p-hamb__subnav {
        padding: 20px 0 60px 0
    }
}

.p-hamb__subnav-inner {
    list-style: none;
    font-family: "Noto Serif TC", serif;
    font-size: 1.4rem;
    padding-left: 0;
    margin: 0;
    margin-bottom: 60px
}

@media screen and (max-width: 768px) {
    .p-hamb__subnav-inner {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 768px) {
    .p-hamb__subnav-inner {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

.p-hamb__subnav-item {
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .p-hamb__subnav-item {
        display: inline-block;
        margin-right: 30px
    }
}

.p-hamb__subnav-item:last-child {
    margin-bottom: 0
}

.p-hamb__subnav-url {
    color: #504B3E;
    display: block;
    text-decoration: none
}

.p-hamb__subnav-url:hover {
    color: rgba(80, 75, 62, .7);
    text-decoration: none
}

.p-hamb__aside {
    list-style: none;
    padding-left: 0
}

.p-hamb__aside-item {
    margin-bottom: 30px
}

.p-hamb__aside-item:last-child {
    margin-bottom: 0
}

.p-article-equipment {
    display: grid;
    grid-template-columns: 8em 1fr;
    gap: 15px
}

@media screen and (max-width: 992px) {
    .p-article-equipment {
        grid-template-columns: 1fr
    }
}

.p-article-equipment__left {
    align-self: center
}

.p-article-equipment__right {
    border-left: 1px solid #fff;
    padding-left: 10px
}

@media screen and (max-width: 992px) {
    .p-article-equipment__right {
        border-left: 0px;
        padding-left: 0px
    }
}

/*
.p-article-1 {
    padding-left: 0;
    list-style: none
}
.p-article-1__title {
    font-size: 2.4rem;
    font-weight: normal;
    font-family: "Noto Serif TC", serif;
    margin-bottom: 30px;
//    text-shadow: 0 0 5px #000,0 0 5px #000
}

@media screen and (max-width: 992px) {
    .p-article-1__title {
        font-size:2rem
    }
}
.p-article-1__description {
    padding-left: 0;
    margin-left: 0;
    font-family: "Noto Serif TC", serif;
    font-weight: normal;
    margin-bottom: 60px;
//    text-shadow: 0 0 5px #000,0 0 5px #000
}

.p-article-1__description:nth-last-of-type(1) {
    margin-bottom: 0
}*/

.p-article-default__head {
    font-size: 3.2rem;
    font-family: "Noto Serif TC", serif;
    line-height: 1.8;
    font-weight: normal
}

@media screen and (max-width: 992px) {
    .p-article-default__head {
        font-size: max(3vw, 2rem)
    }
}

.p-article-default__description {
    font-size: 2rem;
    line-height: 2.2;
    font-family: "Noto Serif TC", serif;
    margin-top: 80px;
    w
}

@media screen and (max-width: 1400px) {
    .p-article-default__description {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 992px) {
    .p-article-default__description {
        margin-top: 40px
    }
}

.p-mv {
    background-color: #F2F1EF;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    //    padding-bottom: 15%;
}

/*
@media screen and (max-width: 992px) {
    .p-mv {
        height:calc(90vh - 57px);
        padding-bottom: 0px;
        align-items: flex-end;
        justify-content: flex-end
    }
}*/

/*
.p-mv__images {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 75%;
    overflow: hidden;
    border-radius: 300px 0 0 0;
    background-color: rgba(0,0,0,0)
}

@media screen and (max-width: 992px) {
    .p-mv__images {
        width:100%;
        aspect-ratio: 5 / 3;
        height: 100%
    }
}

.p-mv__image-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media screen and (max-width: 992px) {
    .p-mv__image-wrap:before {
        content:"";
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
        position: absolute;
        top: 0px;
        left: 0px
    }
}

.p-mv__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}


.p-mv__body {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    transform: translateX(-50%);
    color: #fff;
    padding-top: 60px
}

@media screen and (max-width: 1200px) {
    .p-mv__body {
        transform:translateX(-30%)
    }
}

@media screen and (max-width: 992px) {
    .p-mv__body {
        transform:translateX(0%);
        padding: 0px 15px 30px 15px;
        max-width: 100%
    }
}*/

.p-mv__logo-wrap {
    width: 285px;
    line-height: 1;
    margin: 0 0 15px 0
}

@media screen and (max-width: 992px) {
    .p-mv__logo-wrap {
        width: 60%
    }
}

.p-mv__logo {
    width: 100%;
    height: auto;
    object-fit: contain
}

.p-mv__copy {
    font-size: clamp(2.4rem, 7vw, 16rem);
    font-family: "Montserrat", sans-serif;
    letter-spacing: .01em;
    font-weight: 200;
    line-height: 1
}

@media screen and (max-width: 992px) {
    .p-mv__copy {
        font-size: max(7vw, 1.2rem);
    }
}

@media screen and (max-width: 576px) {
    .p-mv__copy {
        font-size: max(14vw, 1.8rem);
    }
}

.p-mv__copy-year {
    font-size: clamp(1.6rem, 3.5vw, 10rem);
    position: relative;
    top: -0.35em;
    margin-left: 10px;
    margin-right: 10px
}

@media screen and (max-width: 992px) {
    .p-mv__copy-year {
        font-size: max(3vw, 1.2rem)
    }
}

.p-mv__copy-date {
    font-size: clamp(1.6rem, 5vw, 15rem);
    position: relative;
    top: -0.15em
}

@media screen and (max-width: 992px) {
    .p-mv__copy-date {
        font-size: max(4vw, 1.4rem)
    }
}

/*
.p-mv__description {
    font-size: clamp(1.4rem,2vw,2rem);
    font-family: "Noto Serif TC", serif;
    margin:30px auto;
    text-align: center;
}

.p-mv__best-rate-wrap {
    margin-top: 15px
}*/

.p-gallery-loop {
    width: 100%;
    overflow-x: hidden
}

.p-gallery-loop__inner {
    padding: 0;
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 85%;
}

.p-gallery-loop__items {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap
}

.p-gallery-loop__items:first-child {
    animation: slide1 60s -30s linear infinite
}

.p-gallery-loop__items:last-child {
    animation: slide2 60s linear infinite
}

.p-gallery-loop__image {
    width: 25vw;
    flex-shrink: 0;
    aspect-ratio: 4/3;
    position: relative;
    /*     margin-left: 60px;
 */
    overflow: hidden
}

/* @media screen and (max-width: 1200px) {
    .p-gallery-loop__image {
        margin-left:30px
    }
}

@media screen and (max-width: 768px) {
    .p-gallery-loop__image {
        margin-left:15px;
        width: 30vw
    }
} */

.p-gallery-loop__image:nth-of-type(4n + 0) {
    border-radius: 20%
}

.p-gallery-loop__image:nth-of-type(4n + 1) {
    border-radius: 20%
}

.p-gallery-loop__image:nth-of-type(4n + 2) {
    border-radius: 20%
}

.p-gallery-loop__image:nth-of-type(4n + 3) {
    border-radius: 20%
}

.p-gallery-loop__image-item {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@keyframes slide1 {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-200%)
    }
}

.p-gallery-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    position: relative;
    padding-left: 0;
    list-style: none;
    padding-bottom: 90px
}

@media screen and (max-width: 1400px) {
    .p-gallery-1 {
        gap: 10px
    }
}

@media screen and (max-width: 992px) {
    .p-gallery-1 {
        padding-bottom: 0
    }
}

.p-gallery-1__wrap {
    width: 100%;
    aspect-ratio: 1/2.2;
    position: relative;
    overflow: hidden
}

.p-gallery-1__wrap:nth-of-type(2) {
    position: relative;
    top: 90px
}

@media screen and (max-width: 992px) {
    .p-gallery-1__wrap:nth-of-type(2) {
        top: 0px
    }
}

.p-gallery-1__wrap:nth-of-type(3) {
    border-radius: 0 200px 0 0
}

.p-gallery-1__item {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-card-3 {
    height: 100%;
    background-color: #003250;
    background-color: #514B3B;
    border-radius: 50px;
    margin: 0 20px;
}

@media screen and (max-width: 576px) {
    .p-card-3 {
        height: auto;
        margin-bottom: 40px;
    }
}

.p-card-3__image {
    width: 100%;
    aspect-ratio: 5/3;
    position: relative;

}

.p-card-3__image-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 50px 0 0;
}

.p-card-3__body {
    padding: 50px
}

@media screen and (max-width: 768px) {
    .p-card-3__body {
        padding: 20px 20px 40px 35px
    }
}

.p-card-3__description {
    font-size: 1.8rem;
    font-family: "Noto Serif TC", serif;
}

@media screen and (max-width: 992px) {
    .p-card-3__description {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 768px) {
    .p-card-3__description {
        font-size: 1.4rem
    }
}

/*
.p-card-image-2 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
    gap: 60px
}

@media screen and (max-width: 992px) {
    .p-card-image-2 {
        gap:30px
    }
}

@media screen and (max-width: 768px) {
    .p-card-image-2 {
        flex-direction:column
    }
}

.p-card-image-2.p-card-image-2--reverse {
    flex-direction: row-reverse
}

@media screen and (max-width: 768px) {
    .p-card-image-2.p-card-image-2--reverse {
        flex-direction:column
    }
}

.p-card-image-2__image {
    width: 50%;
    height: auto;
    overflow: hidden;
    border-radius: 60% 0 0 0
}

@media screen and (max-width: 768px) {
    .p-card-image-2__image {
        width:100%
    }
}

.p-card-image-2__image.p-card-image-2__image--reverse {
    border-radius: 0 60% 0 0
}

.p-card-image-2__image-item {
    width: 100%;
    height: auto
}

.p-card-image-2__body {
    width: 50%
}

@media screen and (max-width: 768px) {
    .p-card-image-2__body {
        width:100%
    }
}*/

.p-card-room-text {
    border: 1px solid #F2F1EF;
    border: 1px solid #BDBAB5;
    border-radius: 50px;
    padding: 60px
}

@media screen and (max-width: 992px) {
    .p-card-room-text {
        padding: 30px
    }
}

@media screen and (max-width: 768px) {
    .p-card-room-text {
        padding: 25px
    }
}

.p-card-room {
    display: flex;
    gap: 60px
}

@media screen and (max-width: 1200px) {
    .p-card-room {
        gap: 30px
    }
}

@media screen and (max-width: 576px) {
    .p-card-room {
        flex-direction: column
    }
}

.p-card-room__images {
    width: 50%
}

@media screen and (max-width: 576px) {
    .p-card-room__images {
        width: 100%
    }
}

.p-card-room__image-item {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}

.p-card-room__body {
    //    width: 50%;
    position: relative;
    overflow: visible
}

@media screen and (max-width: 576px) {
    .p-card-room__body {
        width: 100%
    }
}

.p-card-room__body-inner {
    position: sticky;
    top: 50%
}

.p-card-number {
    position: relative
}

.p-card-number__image-wrap {
    width: 100%;
    height: 260px;
    position: relative
}

@media screen and (max-width: 768px) {
    .p-card-number__image-wrap {
        height: 200px
    }
}

.p-card-number__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-card-number__head {
    font-size: 2.4rem;
    line-height: 1.4;
    font-family: "Noto Serif TC", serif;
    position: relative;
    font-weight: normal;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .p-card-number__head {
        font-size: 2rem
    }
}

.p-card-number__number {
    font-size: 4.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 1;
    display: block;
    margin-bottom: 15px
}

@media screen and (max-width: 992px) {
    .p-card-number__number {
        font-size: 3.6rem
    }
}

.p-card-number__description {
    font-family: "Noto Serif TC", serif;
    font-weight: normal
}

.p-card-reserve {
    width: 100%;
    text-align: center;
    background-color: rgba(232, 229, 224, .6);
    padding: 50px;
    color: #fff;
    line-height: 1.4;
    margin: 150px auto;
}

@media screen and (max-width: 768px) {
    .p-card-reserve {
        padding: 50px 15px;
        margin-top: 80px auto 0;
    }
}

.p-card-reserve__wrap {
    margin-bottom: 60px
}

.p-card-reserve__wrap:nth-last-of-type(1) {
    margin-bottom: 0
}

.p-card-reserve__head {
    font-size: 3.2rem;
    font-family: "Noto Serif TC", serif;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 18px;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .p-card-reserve__head {
        font-size: 2.4rem
    }
}

.p-card-reserve__subtitle {
    font-size: 2.4rem;
    display: block
}

@media screen and (max-width: 768px) {
    .p-card-reserve__subtitle {
        font-size: 2rem
    }
}

.p-card-reserve__description {
    font-size: 2rem;
    font-family: "Noto Serif TC", serif;
    font-weight: normal
}

@media screen and (max-width: 768px) {
    .p-card-reserve__description {
        font-size: 1.6rem
    }
}

.p-card-reserve__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 1200px) {
    .p-card-reserve__buttons {
        max-width: 90%
    }
}

@media screen and (max-width: 992px) {
    .p-card-reserve__buttons {
        max-width: 100%
    }
}

@media screen and (max-width: 576px) {
    .p-card-reserve__buttons {
        grid-template-columns: 1fr;
        max-width: 100%
    }
}

/*
.p-mv {
    background-color: #F2F1EF;
    position: relative;
    display: flex;
    width: 100%;
    height: 75%;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .p-mv {
        height:calc(90vh - 57px);
        padding-bottom: 0px;
        align-items: flex-end;
        justify-content: flex-end
    }
}

.p-mv__images {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    overflow: hidden;
    border-radius: 300px 0 0 0;
    background-color: rgba(0,0,0,0);
    isolation: isolate
}

@media screen and (max-width: 992px) {
    .p-mv__images {
        width:90%;
        height: calc(100% - 15px);
        top: 15px
    }
}*/

.p-mv__image-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.p-mv__image-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1
}

.p-mv__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 6s 0s
}

.p-mv__body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    //    z-index: 1;
    //    display: inline-block;
    margin: 0 auto;
    //    transform: translateX(-50%);
    //    color: #fff;
    //    padding-top: 60px;
}

/*
@media screen and (max-width: 1200px) {
    .p-mv__body {
        transform:translateX(-30%)
    }
}

@media screen and (max-width: 992px) {
    .p-mv__body {
        transform:translateX(0%);
        padding: 0px 15px 30px 15px;
        max-width: 100%
    }
}*/

.p-mv__logo-wrap {
    width: 400px;
    max-width: 100%;
    line-height: 1;
    margin: 0 auto 15px;
}

@media screen and (max-width: 992px) {
    .p-mv__logo-wrap {
        width: 60%
    }
}

.p-mv__logo {
    width: 100%;
    height: auto;
    object-fit: contain
}

/*
.p-mv__copy {
    font-size: clamp(2.4rem,7vw,20rem);
    font-family: "Montserrat",sans-serif;
    letter-spacing: .01em;
    font-weight: 200;
    line-height: 1
}

@media screen and (max-width: 992px) {
    .p-mv__copy {
        font-size:max(14vw,2.4rem)
    }
}

.p-mv__copy-year {
    font-size: clamp(1.6rem,3.5vw,10rem);
    position: relative;
    top: -0.35em;
    margin-left: 10px;
    margin-right: 10px
}

@media screen and (max-width: 992px) {
    .p-mv__copy-year {
        font-size:max(6vw,1.4rem)
    }
}*/

.p-mv__copy-date {
    font-size: clamp(1.6rem, 5vw, 15rem);
    position: relative;
    top: -0.15em
}

@media screen and (max-width: 992px) {
    .p-mv__copy-date {
        font-size: max(9vw, 1.8rem)
    }
}

.p-mv__description {
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-family: "Noto Serif TC", serif;
    margin-top: 30px;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .p-mv__description {
        font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    }
}

@media screen and (max-width: 576px) {
    .p-mv__description {
        font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    }
}

.p-mv__best-rate-wrap {
    margin-top: 15px;
    width: 300px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 5px;
}

.p-mv__best-rate-wrap img {
    width: 80%;
    height: auto;
}

/*
.p-mv__best-rate {
    max-width: 300px;
    height: auto
}

@media screen and (max-width: 576px) {
    .p-mv__best-rate {
        max-width:90%
    }
}*/

.p-mv .swiper-slide-active img,
.p-mv .swiper-slide-prev img {
    animation: mv 9s linear infinite
}

@keyframes mv {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

.p-mv__logo-wrap,
.p-mv__copy,
.p-mv__description,
.p-mv__button,
.p-mv__best-rate-wrap {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    overflow: hidden;
    transition: 1.2s 0s cubic-bezier(0, 0.85, 0.53, 0.98);
    filter: blur(10px)
}

.p-mv__logo-wrap {
    transition-delay: 0s
}

.p-mv__copy {
    transition-delay: .06s
}

.p-mv__description {
    transition-delay: .12s
}

.p-mv__button {
    transition-delay: .18s
}

.p-mv__best-rate-wrap {
    transition-delay: .24s
}

.p-mv__images {
    opacity: 0;
    transition: .64s 1s ease-in
}

.is-mv-animate-on .p-mv .p-mv__logo-wrap,
.is-mv-animate-on .p-mv .p-mv__copy,
.is-mv-animate-on .p-mv .p-mv__description,
.is-mv-animate-on .p-mv .p-mv__button,
.is-mv-animate-on .p-mv .p-mv__best-rate-wrap {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateX(0);
    filter: blur(0px)
}

.is-mv-animate-on .p-mv .p-mv__images {
    opacity: 1
}

.js-animate-target {
    opacity: 0
}

@media screen and (min-width: 993px) {
    .js-animate-headline-trigger {
        clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
        filter: blur(10px)
    }
}

.u-icon-phone {
    display: inline-block;
    width: 33px;
    height: 26px;
    background: center center url("../../../../../../hotel/IKE/renewal/assets/images/common/icon-phone.svg")
}

.u-icon-reserve {
    display: inline-block;
    width: 24px;
    height: 21px;
    background: center center url("../../../../../../hotel/IKE/renewal/assets/images/common/icon-calender.svg")
}

.u-align-left {
    text-align: left
}

.u-align-center {
    text-align: center
}

.u-align-right {
    text-align: right
}

@media screen and (max-width: 0) {
    .u-align-left-xs {
        text-align: left
    }

    .u-align-center-xs {
        text-align: center
    }

    .u-align-right-xs {
        text-align: right
    }
}

@media screen and (max-width: 576px) {
    .u-align-left-sm {
        text-align: left
    }

    .u-align-center-sm {
        text-align: center
    }

    .u-align-right-sm {
        text-align: right
    }
}

@media screen and (max-width: 768px) {
    .u-align-left-md {
        text-align: left
    }

    .u-align-center-md {
        text-align: center
    }

    .u-align-right-md {
        text-align: right
    }
}

@media screen and (max-width: 992px) {
    .u-align-left-lg {
        text-align: left
    }

    .u-align-center-lg {
        text-align: center
    }

    .u-align-right-lg {
        text-align: right
    }
}

@media screen and (max-width: 1200px) {
    .u-align-left-xl {
        text-align: left
    }

    .u-align-center-xl {
        text-align: center
    }

    .u-align-right-xl {
        text-align: right
    }
}

@media screen and (max-width: 1400px) {
    .u-align-left-xxl {
        text-align: left
    }

    .u-align-center-xxl {
        text-align: center
    }

    .u-align-right-xxl {
        text-align: right
    }
}

@media screen and (max-width: 1680px) {
    .u-align-left-3l {
        text-align: left
    }

    .u-align-center-3l {
        text-align: center
    }

    .u-align-right-3l {
        text-align: right
    }
}

.u-primary {
    color: #F2F1EF
}

.u-secondary {
    color: #eeba75
}

.u-hidden {
    display: none
}

.u-visible {
    display: none
}

@media screen and (max-width: 0) {
    .u-hidden-xs {
        display: none
    }
}

@media screen and (min-width: 0) {
    .u-visible-xs {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .u-hidden-sm {
        display: none
    }
}

@media screen and (min-width: 576px) {
    .u-visible-sm {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .u-hidden-md {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .u-visible-md {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .u-hidden-lg {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .u-visible-lg {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .u-hidden-xl {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    .u-visible-xl {
        display: none
    }
}

@media screen and (max-width: 1400px) {
    .u-hidden-xxl {
        display: none
    }
}

@media screen and (min-width: 1400px) {
    .u-visible-xxl {
        display: none
    }
}

@media screen and (max-width: 1680px) {
    .u-hidden-3l {
        display: none
    }
}

@media screen and (min-width: 1680px) {
    .u-visible-3l {
        display: none
    }
}

.u-font-family-san-serif {
    font-family: "Noto Serif TC", serif;
}

.u-font-family-serif {
    font-family: "Noto Serif TC", serif;
}

.u-font-family-headline {
    font-family: "Noto Serif TC", serif;
}

.u-font-family-english {
    font-family: "Montserrat", sans-serif
}

.u-font-family-number {
    font-family: "Montserrat", sans-serif
}

.u-font-light {
    font-weight: 300
}

.u-font-base {
    font-weight: 400
}

.u-font-bold {
    font-weight: 500
}

.u-font-size-xlarge {
    font-size: 2rem
}

.u-font-size-large {
    font-size: 1.8rem
}

.u-font-size-base {
    font-size: 1.6rem
}

.u-font-size-small {
    font-size: 1.4rem
}

.u-font-size-xsmall {
    font-size: 1.2rem
}

.u-font-size-xxsmall {
    font-size: 1rem
}

.u-image-fluid {
    max-width: 100%;
    height: auto
}

.u-image-fit {
    width: 100%;
    height: 100%;
    position: relative
}

.u-image-fit__item {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.u-line-large {
    line-height: 2.2
}

.u-line-base {
    line-height: 1.8
}

.u-line-small {
    line-height: 1.4
}

.u-line-xsmall {
    line-height: 1.1
}

.u-ml-0 {
    margin-left: 0px
}

.u-mr-0 {
    margin-right: 0px
}

.u-mt-0 {
    margin-top: 0px
}

.u-mb-0 {
    margin-bottom: 0px
}

.u-ml-5 {
    margin-left: 5px
}

.u-mr-5 {
    margin-right: 5px
}

.u-mt-5 {
    margin-top: 5px
}

.u-mb-5 {
    margin-bottom: 5px
}

.u-ml-10 {
    margin-left: 10px
}

.u-mr-10 {
    margin-right: 10px
}

.u-mt-10 {
    margin-top: 10px
}

.u-mb-10 {
    margin-bottom: 10px
}

.u-ml-15 {
    margin-left: 15px
}

.u-mr-15 {
    margin-right: 15px
}

.u-mt-15 {
    margin-top: 15px
}

.u-mb-15 {
    margin-bottom: 15px
}

.u-ml-20 {
    margin-left: 20px
}

.u-mr-20 {
    margin-right: 20px
}

.u-mt-20 {
    margin-top: 20px
}

.u-mb-20 {
    margin-bottom: 20px
}

.u-ml-30 {
    margin-left: 30px
}

.u-mr-30 {
    margin-right: 30px
}

.u-mt-30 {
    margin-top: 30px
}

.u-mb-30 {
    margin-bottom: 30px
}

.u-ml-40 {
    margin-left: 40px
}

.u-mr-40 {
    margin-right: 40px
}

.u-mt-40 {
    margin-top: 40px
}

.u-mb-40 {
    margin-bottom: 40px
}

.u-ml-80 {
    margin-left: 80px
}

.u-mr-80 {
    margin-right: 80px
}

.u-mt-80 {
    margin-top: 80px
}

.u-mb-80 {
    margin-bottom: 80px
}

.u-ml-100 {
    margin-left: 100px
}

.u-mr-100 {
    margin-right: 100px
}

.u-mt-100 {
    margin-top: 100px
}

.u-mb-100 {
    margin-bottom: 100px
}

.u-ml-200 {
    margin-left: 200px
}

.u-mr-200 {
    margin-right: 200px
}

.u-mt-200 {
    margin-top: 200px
}

.u-mb-200 {
    margin-bottom: 200px
}

@media screen and (max-width: 0) {
    .u-ml-0-xs {
        margin-left: 0px
    }

    .u-mr-0-xs {
        margin-right: 0px
    }

    .u-mt-0-xs {
        margin-top: 0px
    }

    .u-mb-0-xs {
        margin-bottom: 0px
    }

    .u-ml-5-xs {
        margin-left: 5px
    }

    .u-mr-5-xs {
        margin-right: 5px
    }

    .u-mt-5-xs {
        margin-top: 5px
    }

    .u-mb-5-xs {
        margin-bottom: 5px
    }

    .u-ml-10-xs {
        margin-left: 10px
    }

    .u-mr-10-xs {
        margin-right: 10px
    }

    .u-mt-10-xs {
        margin-top: 10px
    }

    .u-mb-10-xs {
        margin-bottom: 10px
    }

    .u-ml-15-xs {
        margin-left: 15px
    }

    .u-mr-15-xs {
        margin-right: 15px
    }

    .u-mt-15-xs {
        margin-top: 15px
    }

    .u-mb-15-xs {
        margin-bottom: 15px
    }

    .u-ml-20-xs {
        margin-left: 20px
    }

    .u-mr-20-xs {
        margin-right: 20px
    }

    .u-mt-20-xs {
        margin-top: 20px
    }

    .u-mb-20-xs {
        margin-bottom: 20px
    }

    .u-ml-30-xs {
        margin-left: 30px
    }

    .u-mr-30-xs {
        margin-right: 30px
    }

    .u-mt-30-xs {
        margin-top: 30px
    }

    .u-mb-30-xs {
        margin-bottom: 30px
    }

    .u-ml-40-xs {
        margin-left: 40px
    }

    .u-mr-40-xs {
        margin-right: 40px
    }

    .u-mt-40-xs {
        margin-top: 40px
    }

    .u-mb-40-xs {
        margin-bottom: 40px
    }

    .u-ml-80-xs {
        margin-left: 80px
    }

    .u-mr-80-xs {
        margin-right: 80px
    }

    .u-mt-80-xs {
        margin-top: 80px
    }

    .u-mb-80-xs {
        margin-bottom: 80px
    }

    .u-ml-100-xs {
        margin-left: 100px
    }

    .u-mr-100-xs {
        margin-right: 100px
    }

    .u-mt-100-xs {
        margin-top: 100px
    }

    .u-mb-100-xs {
        margin-bottom: 100px
    }

    .u-ml-200-xs {
        margin-left: 200px
    }

    .u-mr-200-xs {
        margin-right: 200px
    }

    .u-mt-200-xs {
        margin-top: 200px
    }

    .u-mb-200-xs {
        margin-bottom: 200px
    }
}

@media screen and (max-width: 576px) {
    .u-ml-0-sm {
        margin-left: 0px
    }

    .u-mr-0-sm {
        margin-right: 0px
    }

    .u-mt-0-sm {
        margin-top: 0px
    }

    .u-mb-0-sm {
        margin-bottom: 0px
    }

    .u-ml-5-sm {
        margin-left: 5px
    }

    .u-mr-5-sm {
        margin-right: 5px
    }

    .u-mt-5-sm {
        margin-top: 5px
    }

    .u-mb-5-sm {
        margin-bottom: 5px
    }

    .u-ml-10-sm {
        margin-left: 10px
    }

    .u-mr-10-sm {
        margin-right: 10px
    }

    .u-mt-10-sm {
        margin-top: 10px
    }

    .u-mb-10-sm {
        margin-bottom: 10px
    }

    .u-ml-15-sm {
        margin-left: 15px
    }

    .u-mr-15-sm {
        margin-right: 15px
    }

    .u-mt-15-sm {
        margin-top: 15px
    }

    .u-mb-15-sm {
        margin-bottom: 15px
    }

    .u-ml-20-sm {
        margin-left: 20px
    }

    .u-mr-20-sm {
        margin-right: 20px
    }

    .u-mt-20-sm {
        margin-top: 20px
    }

    .u-mb-20-sm {
        margin-bottom: 20px
    }

    .u-ml-30-sm {
        margin-left: 30px
    }

    .u-mr-30-sm {
        margin-right: 30px
    }

    .u-mt-30-sm {
        margin-top: 30px
    }

    .u-mb-30-sm {
        margin-bottom: 30px
    }

    .u-ml-40-sm {
        margin-left: 40px
    }

    .u-mr-40-sm {
        margin-right: 40px
    }

    .u-mt-40-sm {
        margin-top: 40px
    }

    .u-mb-40-sm {
        margin-bottom: 40px
    }

    .u-ml-80-sm {
        margin-left: 80px
    }

    .u-mr-80-sm {
        margin-right: 80px
    }

    .u-mt-80-sm {
        margin-top: 80px
    }

    .u-mb-80-sm {
        margin-bottom: 80px
    }

    .u-ml-100-sm {
        margin-left: 100px
    }

    .u-mr-100-sm {
        margin-right: 100px
    }

    .u-mt-100-sm {
        margin-top: 100px
    }

    .u-mb-100-sm {
        margin-bottom: 100px
    }

    .u-ml-200-sm {
        margin-left: 200px
    }

    .u-mr-200-sm {
        margin-right: 200px
    }

    .u-mt-200-sm {
        margin-top: 200px
    }

    .u-mb-200-sm {
        margin-bottom: 200px
    }
}

@media screen and (max-width: 768px) {
    .u-ml-0-md {
        margin-left: 0px
    }

    .u-mr-0-md {
        margin-right: 0px
    }

    .u-mt-0-md {
        margin-top: 0px
    }

    .u-mb-0-md {
        margin-bottom: 0px
    }

    .u-ml-5-md {
        margin-left: 5px
    }

    .u-mr-5-md {
        margin-right: 5px
    }

    .u-mt-5-md {
        margin-top: 5px
    }

    .u-mb-5-md {
        margin-bottom: 5px
    }

    .u-ml-10-md {
        margin-left: 10px
    }

    .u-mr-10-md {
        margin-right: 10px
    }

    .u-mt-10-md {
        margin-top: 10px
    }

    .u-mb-10-md {
        margin-bottom: 10px
    }

    .u-ml-15-md {
        margin-left: 15px
    }

    .u-mr-15-md {
        margin-right: 15px
    }

    .u-mt-15-md {
        margin-top: 15px
    }

    .u-mb-15-md {
        margin-bottom: 15px
    }

    .u-ml-20-md {
        margin-left: 20px
    }

    .u-mr-20-md {
        margin-right: 20px
    }

    .u-mt-20-md {
        margin-top: 20px
    }

    .u-mb-20-md {
        margin-bottom: 20px
    }

    .u-ml-30-md {
        margin-left: 30px
    }

    .u-mr-30-md {
        margin-right: 30px
    }

    .u-mt-30-md {
        margin-top: 30px
    }

    .u-mb-30-md {
        margin-bottom: 30px
    }

    .u-ml-40-md {
        margin-left: 40px
    }

    .u-mr-40-md {
        margin-right: 40px
    }

    .u-mt-40-md {
        margin-top: 40px
    }

    .u-mb-40-md {
        margin-bottom: 40px
    }

    .u-ml-80-md {
        margin-left: 80px
    }

    .u-mr-80-md {
        margin-right: 80px
    }

    .u-mt-80-md {
        margin-top: 80px
    }

    .u-mb-80-md {
        margin-bottom: 80px
    }

    .u-ml-100-md {
        margin-left: 100px
    }

    .u-mr-100-md {
        margin-right: 100px
    }

    .u-mt-100-md {
        margin-top: 100px
    }

    .u-mb-100-md {
        margin-bottom: 100px
    }

    .u-ml-200-md {
        margin-left: 200px
    }

    .u-mr-200-md {
        margin-right: 200px
    }

    .u-mt-200-md {
        margin-top: 200px
    }

    .u-mb-200-md {
        margin-bottom: 200px
    }
}

@media screen and (max-width: 992px) {
    .u-ml-0-lg {
        margin-left: 0px
    }

    .u-mr-0-lg {
        margin-right: 0px
    }

    .u-mt-0-lg {
        margin-top: 0px
    }

    .u-mb-0-lg {
        margin-bottom: 0px
    }

    .u-ml-5-lg {
        margin-left: 5px
    }

    .u-mr-5-lg {
        margin-right: 5px
    }

    .u-mt-5-lg {
        margin-top: 5px
    }

    .u-mb-5-lg {
        margin-bottom: 5px
    }

    .u-ml-10-lg {
        margin-left: 10px
    }

    .u-mr-10-lg {
        margin-right: 10px
    }

    .u-mt-10-lg {
        margin-top: 10px
    }

    .u-mb-10-lg {
        margin-bottom: 10px
    }

    .u-ml-15-lg {
        margin-left: 15px
    }

    .u-mr-15-lg {
        margin-right: 15px
    }

    .u-mt-15-lg {
        margin-top: 15px
    }

    .u-mb-15-lg {
        margin-bottom: 15px
    }

    .u-ml-20-lg {
        margin-left: 20px
    }

    .u-mr-20-lg {
        margin-right: 20px
    }

    .u-mt-20-lg {
        margin-top: 20px
    }

    .u-mb-20-lg {
        margin-bottom: 20px
    }

    .u-ml-30-lg {
        margin-left: 30px
    }

    .u-mr-30-lg {
        margin-right: 30px
    }

    .u-mt-30-lg {
        margin-top: 30px
    }

    .u-mb-30-lg {
        margin-bottom: 30px
    }

    .u-ml-40-lg {
        margin-left: 40px
    }

    .u-mr-40-lg {
        margin-right: 40px
    }

    .u-mt-40-lg {
        margin-top: 40px
    }

    .u-mb-40-lg {
        margin-bottom: 40px
    }

    .u-ml-80-lg {
        margin-left: 80px
    }

    .u-mr-80-lg {
        margin-right: 80px
    }

    .u-mt-80-lg {
        margin-top: 80px
    }

    .u-mb-80-lg {
        margin-bottom: 80px
    }

    .u-ml-100-lg {
        margin-left: 100px
    }

    .u-mr-100-lg {
        margin-right: 100px
    }

    .u-mt-100-lg {
        margin-top: 100px
    }

    .u-mb-100-lg {
        margin-bottom: 100px
    }

    .u-ml-200-lg {
        margin-left: 200px
    }

    .u-mr-200-lg {
        margin-right: 200px
    }

    .u-mt-200-lg {
        margin-top: 200px
    }

    .u-mb-200-lg {
        margin-bottom: 200px
    }
}

@media screen and (max-width: 1200px) {
    .u-ml-0-xl {
        margin-left: 0px
    }

    .u-mr-0-xl {
        margin-right: 0px
    }

    .u-mt-0-xl {
        margin-top: 0px
    }

    .u-mb-0-xl {
        margin-bottom: 0px
    }

    .u-ml-5-xl {
        margin-left: 5px
    }

    .u-mr-5-xl {
        margin-right: 5px
    }

    .u-mt-5-xl {
        margin-top: 5px
    }

    .u-mb-5-xl {
        margin-bottom: 5px
    }

    .u-ml-10-xl {
        margin-left: 10px
    }

    .u-mr-10-xl {
        margin-right: 10px
    }

    .u-mt-10-xl {
        margin-top: 10px
    }

    .u-mb-10-xl {
        margin-bottom: 10px
    }

    .u-ml-15-xl {
        margin-left: 15px
    }

    .u-mr-15-xl {
        margin-right: 15px
    }

    .u-mt-15-xl {
        margin-top: 15px
    }

    .u-mb-15-xl {
        margin-bottom: 15px
    }

    .u-ml-20-xl {
        margin-left: 20px
    }

    .u-mr-20-xl {
        margin-right: 20px
    }

    .u-mt-20-xl {
        margin-top: 20px
    }

    .u-mb-20-xl {
        margin-bottom: 20px
    }

    .u-ml-30-xl {
        margin-left: 30px
    }

    .u-mr-30-xl {
        margin-right: 30px
    }

    .u-mt-30-xl {
        margin-top: 30px
    }

    .u-mb-30-xl {
        margin-bottom: 30px
    }

    .u-ml-40-xl {
        margin-left: 40px
    }

    .u-mr-40-xl {
        margin-right: 40px
    }

    .u-mt-40-xl {
        margin-top: 40px
    }

    .u-mb-40-xl {
        margin-bottom: 40px
    }

    .u-ml-80-xl {
        margin-left: 80px
    }

    .u-mr-80-xl {
        margin-right: 80px
    }

    .u-mt-80-xl {
        margin-top: 80px
    }

    .u-mb-80-xl {
        margin-bottom: 80px
    }

    .u-ml-100-xl {
        margin-left: 100px
    }

    .u-mr-100-xl {
        margin-right: 100px
    }

    .u-mt-100-xl {
        margin-top: 100px
    }

    .u-mb-100-xl {
        margin-bottom: 100px
    }

    .u-ml-200-xl {
        margin-left: 200px
    }

    .u-mr-200-xl {
        margin-right: 200px
    }

    .u-mt-200-xl {
        margin-top: 200px
    }

    .u-mb-200-xl {
        margin-bottom: 200px
    }
}

@media screen and (max-width: 1400px) {
    .u-ml-0-xxl {
        margin-left: 0px
    }

    .u-mr-0-xxl {
        margin-right: 0px
    }

    .u-mt-0-xxl {
        margin-top: 0px
    }

    .u-mb-0-xxl {
        margin-bottom: 0px
    }

    .u-ml-5-xxl {
        margin-left: 5px
    }

    .u-mr-5-xxl {
        margin-right: 5px
    }

    .u-mt-5-xxl {
        margin-top: 5px
    }

    .u-mb-5-xxl {
        margin-bottom: 5px
    }

    .u-ml-10-xxl {
        margin-left: 10px
    }

    .u-mr-10-xxl {
        margin-right: 10px
    }

    .u-mt-10-xxl {
        margin-top: 10px
    }

    .u-mb-10-xxl {
        margin-bottom: 10px
    }

    .u-ml-15-xxl {
        margin-left: 15px
    }

    .u-mr-15-xxl {
        margin-right: 15px
    }

    .u-mt-15-xxl {
        margin-top: 15px
    }

    .u-mb-15-xxl {
        margin-bottom: 15px
    }

    .u-ml-20-xxl {
        margin-left: 20px
    }

    .u-mr-20-xxl {
        margin-right: 20px
    }

    .u-mt-20-xxl {
        margin-top: 20px
    }

    .u-mb-20-xxl {
        margin-bottom: 20px
    }

    .u-ml-30-xxl {
        margin-left: 30px
    }

    .u-mr-30-xxl {
        margin-right: 30px
    }

    .u-mt-30-xxl {
        margin-top: 30px
    }

    .u-mb-30-xxl {
        margin-bottom: 30px
    }

    .u-ml-40-xxl {
        margin-left: 40px
    }

    .u-mr-40-xxl {
        margin-right: 40px
    }

    .u-mt-40-xxl {
        margin-top: 40px
    }

    .u-mb-40-xxl {
        margin-bottom: 40px
    }

    .u-ml-80-xxl {
        margin-left: 80px
    }

    .u-mr-80-xxl {
        margin-right: 80px
    }

    .u-mt-80-xxl {
        margin-top: 80px
    }

    .u-mb-80-xxl {
        margin-bottom: 80px
    }

    .u-ml-100-xxl {
        margin-left: 100px
    }

    .u-mr-100-xxl {
        margin-right: 100px
    }

    .u-mt-100-xxl {
        margin-top: 100px
    }

    .u-mb-100-xxl {
        margin-bottom: 100px
    }

    .u-ml-200-xxl {
        margin-left: 200px
    }

    .u-mr-200-xxl {
        margin-right: 200px
    }

    .u-mt-200-xxl {
        margin-top: 200px
    }

    .u-mb-200-xxl {
        margin-bottom: 200px
    }
}

@media screen and (max-width: 1680px) {
    .u-ml-0-3l {
        margin-left: 0px
    }

    .u-mr-0-3l {
        margin-right: 0px
    }

    .u-mt-0-3l {
        margin-top: 0px
    }

    .u-mb-0-3l {
        margin-bottom: 0px
    }

    .u-ml-5-3l {
        margin-left: 5px
    }

    .u-mr-5-3l {
        margin-right: 5px
    }

    .u-mt-5-3l {
        margin-top: 5px
    }

    .u-mb-5-3l {
        margin-bottom: 5px
    }

    .u-ml-10-3l {
        margin-left: 10px
    }

    .u-mr-10-3l {
        margin-right: 10px
    }

    .u-mt-10-3l {
        margin-top: 10px
    }

    .u-mb-10-3l {
        margin-bottom: 10px
    }

    .u-ml-15-3l {
        margin-left: 15px
    }

    .u-mr-15-3l {
        margin-right: 15px
    }

    .u-mt-15-3l {
        margin-top: 15px
    }

    .u-mb-15-3l {
        margin-bottom: 15px
    }

    .u-ml-20-3l {
        margin-left: 20px
    }

    .u-mr-20-3l {
        margin-right: 20px
    }

    .u-mt-20-3l {
        margin-top: 20px
    }

    .u-mb-20-3l {
        margin-bottom: 20px
    }

    .u-ml-30-3l {
        margin-left: 30px
    }

    .u-mr-30-3l {
        margin-right: 30px
    }

    .u-mt-30-3l {
        margin-top: 30px
    }

    .u-mb-30-3l {
        margin-bottom: 30px
    }

    .u-ml-40-3l {
        margin-left: 40px
    }

    .u-mr-40-3l {
        margin-right: 40px
    }

    .u-mt-40-3l {
        margin-top: 40px
    }

    .u-mb-40-3l {
        margin-bottom: 40px
    }

    .u-ml-80-3l {
        margin-left: 80px
    }

    .u-mr-80-3l {
        margin-right: 80px
    }

    .u-mt-80-3l {
        margin-top: 80px
    }

    .u-mb-80-3l {
        margin-bottom: 80px
    }

    .u-ml-100-3l {
        margin-left: 100px
    }

    .u-mr-100-3l {
        margin-right: 100px
    }

    .u-mt-100-3l {
        margin-top: 100px
    }

    .u-mb-100-3l {
        margin-bottom: 100px
    }

    .u-ml-200-3l {
        margin-left: 200px
    }

    .u-mr-200-3l {
        margin-right: 200px
    }

    .u-mt-200-3l {
        margin-top: 200px
    }

    .u-mb-200-3l {
        margin-bottom: 200px
    }
}

.u-pl-0 {
    padding-left: 0px
}

.u-pr-0 {
    padding-right: 0px
}

.u-pt-0 {
    padding-top: 0px
}

.u-pb-0 {
    padding-bottom: 0px
}

.u-pl-5 {
    padding-left: 5px
}

.u-pr-5 {
    padding-right: 5px
}

.u-pt-5 {
    padding-top: 5px
}

.u-pb-5 {
    padding-bottom: 5px
}

.u-pl-10 {
    padding-left: 10px
}

.u-pr-10 {
    padding-right: 10px
}

.u-pt-10 {
    padding-top: 10px
}

.u-pb-10 {
    padding-bottom: 10px
}

.u-pl-15 {
    padding-left: 15px
}

.u-pr-15 {
    padding-right: 15px
}

.u-pt-15 {
    padding-top: 15px
}

.u-pb-15 {
    padding-bottom: 15px
}

.u-pl-20 {
    padding-left: 20px
}

.u-pr-20 {
    padding-right: 20px
}

.u-pt-20 {
    padding-top: 20px
}

.u-pb-20 {
    padding-bottom: 20px
}

.u-pl-30 {
    padding-left: 30px
}

.u-pr-30 {
    padding-right: 30px
}

.u-pt-30 {
    padding-top: 30px
}

.u-pb-30 {
    padding-bottom: 30px
}

.u-pl-40 {
    padding-left: 40px
}

.u-pr-40 {
    padding-right: 40px
}

.u-pt-40 {
    padding-top: 40px
}

.u-pb-40 {
    padding-bottom: 40px
}

.u-pl-80 {
    padding-left: 80px
}

.u-pr-80 {
    padding-right: 80px
}

.u-pt-80 {
    padding-top: 80px
}

.u-pb-80 {
    padding-bottom: 80px
}

.u-pl-100 {
    padding-left: 100px
}

.u-pr-100 {
    padding-right: 100px
}

.u-pt-100 {
    padding-top: 100px
}

.u-pb-100 {
    padding-bottom: 100px
}

.u-pl-200 {
    padding-left: 200px
}

.u-pr-200 {
    padding-right: 200px
}

.u-pt-200 {
    padding-top: 200px
}

.u-pb-200 {
    padding-bottom: 200px
}

@media screen and (max-width: 0) {
    .u-pl-0-xs {
        padding-left: 0px
    }

    .u-pr-0-xs {
        padding-right: 0px
    }

    .u-pt-0-xs {
        padding-top: 0px
    }

    .u-pb-0-xs {
        padding-bottom: 0px
    }

    .u-pl-5-xs {
        padding-left: 5px
    }

    .u-pr-5-xs {
        padding-right: 5px
    }

    .u-pt-5-xs {
        padding-top: 5px
    }

    .u-pb-5-xs {
        padding-bottom: 5px
    }

    .u-pl-10-xs {
        padding-left: 10px
    }

    .u-pr-10-xs {
        padding-right: 10px
    }

    .u-pt-10-xs {
        padding-top: 10px
    }

    .u-pb-10-xs {
        padding-bottom: 10px
    }

    .u-pl-15-xs {
        padding-left: 15px
    }

    .u-pr-15-xs {
        padding-right: 15px
    }

    .u-pt-15-xs {
        padding-top: 15px
    }

    .u-pb-15-xs {
        padding-bottom: 15px
    }

    .u-pl-20-xs {
        padding-left: 20px
    }

    .u-pr-20-xs {
        padding-right: 20px
    }

    .u-pt-20-xs {
        padding-top: 20px
    }

    .u-pb-20-xs {
        padding-bottom: 20px
    }

    .u-pl-30-xs {
        padding-left: 30px
    }

    .u-pr-30-xs {
        padding-right: 30px
    }

    .u-pt-30-xs {
        padding-top: 30px
    }

    .u-pb-30-xs {
        padding-bottom: 30px
    }

    .u-pl-40-xs {
        padding-left: 40px
    }

    .u-pr-40-xs {
        padding-right: 40px
    }

    .u-pt-40-xs {
        padding-top: 40px
    }

    .u-pb-40-xs {
        padding-bottom: 40px
    }

    .u-pl-80-xs {
        padding-left: 80px
    }

    .u-pr-80-xs {
        padding-right: 80px
    }

    .u-pt-80-xs {
        padding-top: 80px
    }

    .u-pb-80-xs {
        padding-bottom: 80px
    }

    .u-pl-100-xs {
        padding-left: 100px
    }

    .u-pr-100-xs {
        padding-right: 100px
    }

    .u-pt-100-xs {
        padding-top: 100px
    }

    .u-pb-100-xs {
        padding-bottom: 100px
    }

    .u-pl-200-xs {
        padding-left: 200px
    }

    .u-pr-200-xs {
        padding-right: 200px
    }

    .u-pt-200-xs {
        padding-top: 200px
    }

    .u-pb-200-xs {
        padding-bottom: 200px
    }
}

@media screen and (max-width: 576px) {
    .u-pl-0-sm {
        padding-left: 0px
    }

    .u-pr-0-sm {
        padding-right: 0px
    }

    .u-pt-0-sm {
        padding-top: 0px
    }

    .u-pb-0-sm {
        padding-bottom: 0px
    }

    .u-pl-5-sm {
        padding-left: 5px
    }

    .u-pr-5-sm {
        padding-right: 5px
    }

    .u-pt-5-sm {
        padding-top: 5px
    }

    .u-pb-5-sm {
        padding-bottom: 5px
    }

    .u-pl-10-sm {
        padding-left: 10px
    }

    .u-pr-10-sm {
        padding-right: 10px
    }

    .u-pt-10-sm {
        padding-top: 10px
    }

    .u-pb-10-sm {
        padding-bottom: 10px
    }

    .u-pl-15-sm {
        padding-left: 15px
    }

    .u-pr-15-sm {
        padding-right: 15px
    }

    .u-pt-15-sm {
        padding-top: 15px
    }

    .u-pb-15-sm {
        padding-bottom: 15px
    }

    .u-pl-20-sm {
        padding-left: 20px
    }

    .u-pr-20-sm {
        padding-right: 20px
    }

    .u-pt-20-sm {
        padding-top: 20px
    }

    .u-pb-20-sm {
        padding-bottom: 20px
    }

    .u-pl-30-sm {
        padding-left: 30px
    }

    .u-pr-30-sm {
        padding-right: 30px
    }

    .u-pt-30-sm {
        padding-top: 30px
    }

    .u-pb-30-sm {
        padding-bottom: 30px
    }

    .u-pl-40-sm {
        padding-left: 40px
    }

    .u-pr-40-sm {
        padding-right: 40px
    }

    .u-pt-40-sm {
        padding-top: 40px
    }

    .u-pb-40-sm {
        padding-bottom: 40px
    }

    .u-pl-80-sm {
        padding-left: 80px
    }

    .u-pr-80-sm {
        padding-right: 80px
    }

    .u-pt-80-sm {
        padding-top: 80px
    }

    .u-pb-80-sm {
        padding-bottom: 80px
    }

    .u-pl-100-sm {
        padding-left: 100px
    }

    .u-pr-100-sm {
        padding-right: 100px
    }

    .u-pt-100-sm {
        padding-top: 100px
    }

    .u-pb-100-sm {
        padding-bottom: 100px
    }

    .u-pl-200-sm {
        padding-left: 200px
    }

    .u-pr-200-sm {
        padding-right: 200px
    }

    .u-pt-200-sm {
        padding-top: 200px
    }

    .u-pb-200-sm {
        padding-bottom: 200px
    }
}

@media screen and (max-width: 768px) {
    .u-pl-0-md {
        padding-left: 0px
    }

    .u-pr-0-md {
        padding-right: 0px
    }

    .u-pt-0-md {
        padding-top: 0px
    }

    .u-pb-0-md {
        padding-bottom: 0px
    }

    .u-pl-5-md {
        padding-left: 5px
    }

    .u-pr-5-md {
        padding-right: 5px
    }

    .u-pt-5-md {
        padding-top: 5px
    }

    .u-pb-5-md {
        padding-bottom: 5px
    }

    .u-pl-10-md {
        padding-left: 10px
    }

    .u-pr-10-md {
        padding-right: 10px
    }

    .u-pt-10-md {
        padding-top: 10px
    }

    .u-pb-10-md {
        padding-bottom: 10px
    }

    .u-pl-15-md {
        padding-left: 15px
    }

    .u-pr-15-md {
        padding-right: 15px
    }

    .u-pt-15-md {
        padding-top: 15px
    }

    .u-pb-15-md {
        padding-bottom: 15px
    }

    .u-pl-20-md {
        padding-left: 20px
    }

    .u-pr-20-md {
        padding-right: 20px
    }

    .u-pt-20-md {
        padding-top: 20px
    }

    .u-pb-20-md {
        padding-bottom: 20px
    }

    .u-pl-30-md {
        padding-left: 30px
    }

    .u-pr-30-md {
        padding-right: 30px
    }

    .u-pt-30-md {
        padding-top: 30px
    }

    .u-pb-30-md {
        padding-bottom: 30px
    }

    .u-pl-40-md {
        padding-left: 40px
    }

    .u-pr-40-md {
        padding-right: 40px
    }

    .u-pt-40-md {
        padding-top: 40px
    }

    .u-pb-40-md {
        padding-bottom: 40px
    }

    .u-pl-80-md {
        padding-left: 80px
    }

    .u-pr-80-md {
        padding-right: 80px
    }

    .u-pt-80-md {
        padding-top: 80px
    }

    .u-pb-80-md {
        padding-bottom: 80px
    }

    .u-pl-100-md {
        padding-left: 100px
    }

    .u-pr-100-md {
        padding-right: 100px
    }

    .u-pt-100-md {
        padding-top: 100px
    }

    .u-pb-100-md {
        padding-bottom: 100px
    }

    .u-pl-200-md {
        padding-left: 200px
    }

    .u-pr-200-md {
        padding-right: 200px
    }

    .u-pt-200-md {
        padding-top: 200px
    }

    .u-pb-200-md {
        padding-bottom: 200px
    }
}

@media screen and (max-width: 992px) {
    .u-pl-0-lg {
        padding-left: 0px
    }

    .u-pr-0-lg {
        padding-right: 0px
    }

    .u-pt-0-lg {
        padding-top: 0px
    }

    .u-pb-0-lg {
        padding-bottom: 0px
    }

    .u-pl-5-lg {
        padding-left: 5px
    }

    .u-pr-5-lg {
        padding-right: 5px
    }

    .u-pt-5-lg {
        padding-top: 5px
    }

    .u-pb-5-lg {
        padding-bottom: 5px
    }

    .u-pl-10-lg {
        padding-left: 10px
    }

    .u-pr-10-lg {
        padding-right: 10px
    }

    .u-pt-10-lg {
        padding-top: 10px
    }

    .u-pb-10-lg {
        padding-bottom: 10px
    }

    .u-pl-15-lg {
        padding-left: 15px
    }

    .u-pr-15-lg {
        padding-right: 15px
    }

    .u-pt-15-lg {
        padding-top: 15px
    }

    .u-pb-15-lg {
        padding-bottom: 15px
    }

    .u-pl-20-lg {
        padding-left: 20px
    }

    .u-pr-20-lg {
        padding-right: 20px
    }

    .u-pt-20-lg {
        padding-top: 20px
    }

    .u-pb-20-lg {
        padding-bottom: 20px
    }

    .u-pl-30-lg {
        padding-left: 30px
    }

    .u-pr-30-lg {
        padding-right: 30px
    }

    .u-pt-30-lg {
        padding-top: 30px
    }

    .u-pb-30-lg {
        padding-bottom: 30px
    }

    .u-pl-40-lg {
        padding-left: 40px
    }

    .u-pr-40-lg {
        padding-right: 40px
    }

    .u-pt-40-lg {
        padding-top: 40px
    }

    .u-pb-40-lg {
        padding-bottom: 40px
    }

    .u-pl-80-lg {
        padding-left: 80px
    }

    .u-pr-80-lg {
        padding-right: 80px
    }

    .u-pt-80-lg {
        padding-top: 80px
    }

    .u-pb-80-lg {
        padding-bottom: 80px
    }

    .u-pl-100-lg {
        padding-left: 100px
    }

    .u-pr-100-lg {
        padding-right: 100px
    }

    .u-pt-100-lg {
        padding-top: 100px
    }

    .u-pb-100-lg {
        padding-bottom: 100px
    }

    .u-pl-200-lg {
        padding-left: 200px
    }

    .u-pr-200-lg {
        padding-right: 200px
    }

    .u-pt-200-lg {
        padding-top: 200px
    }

    .u-pb-200-lg {
        padding-bottom: 200px
    }
}

@media screen and (max-width: 1200px) {
    .u-pl-0-xl {
        padding-left: 0px
    }

    .u-pr-0-xl {
        padding-right: 0px
    }

    .u-pt-0-xl {
        padding-top: 0px
    }

    .u-pb-0-xl {
        padding-bottom: 0px
    }

    .u-pl-5-xl {
        padding-left: 5px
    }

    .u-pr-5-xl {
        padding-right: 5px
    }

    .u-pt-5-xl {
        padding-top: 5px
    }

    .u-pb-5-xl {
        padding-bottom: 5px
    }

    .u-pl-10-xl {
        padding-left: 10px
    }

    .u-pr-10-xl {
        padding-right: 10px
    }

    .u-pt-10-xl {
        padding-top: 10px
    }

    .u-pb-10-xl {
        padding-bottom: 10px
    }

    .u-pl-15-xl {
        padding-left: 15px
    }

    .u-pr-15-xl {
        padding-right: 15px
    }

    .u-pt-15-xl {
        padding-top: 15px
    }

    .u-pb-15-xl {
        padding-bottom: 15px
    }

    .u-pl-20-xl {
        padding-left: 20px
    }

    .u-pr-20-xl {
        padding-right: 20px
    }

    .u-pt-20-xl {
        padding-top: 20px
    }

    .u-pb-20-xl {
        padding-bottom: 20px
    }

    .u-pl-30-xl {
        padding-left: 30px
    }

    .u-pr-30-xl {
        padding-right: 30px
    }

    .u-pt-30-xl {
        padding-top: 30px
    }

    .u-pb-30-xl {
        padding-bottom: 30px
    }

    .u-pl-40-xl {
        padding-left: 40px
    }

    .u-pr-40-xl {
        padding-right: 40px
    }

    .u-pt-40-xl {
        padding-top: 40px
    }

    .u-pb-40-xl {
        padding-bottom: 40px
    }

    .u-pl-80-xl {
        padding-left: 80px
    }

    .u-pr-80-xl {
        padding-right: 80px
    }

    .u-pt-80-xl {
        padding-top: 80px
    }

    .u-pb-80-xl {
        padding-bottom: 80px
    }

    .u-pl-100-xl {
        padding-left: 100px
    }

    .u-pr-100-xl {
        padding-right: 100px
    }

    .u-pt-100-xl {
        padding-top: 100px
    }

    .u-pb-100-xl {
        padding-bottom: 100px
    }

    .u-pl-200-xl {
        padding-left: 200px
    }

    .u-pr-200-xl {
        padding-right: 200px
    }

    .u-pt-200-xl {
        padding-top: 200px
    }

    .u-pb-200-xl {
        padding-bottom: 200px
    }
}

@media screen and (max-width: 1400px) {
    .u-pl-0-xxl {
        padding-left: 0px
    }

    .u-pr-0-xxl {
        padding-right: 0px
    }

    .u-pt-0-xxl {
        padding-top: 0px
    }

    .u-pb-0-xxl {
        padding-bottom: 0px
    }

    .u-pl-5-xxl {
        padding-left: 5px
    }

    .u-pr-5-xxl {
        padding-right: 5px
    }

    .u-pt-5-xxl {
        padding-top: 5px
    }

    .u-pb-5-xxl {
        padding-bottom: 5px
    }

    .u-pl-10-xxl {
        padding-left: 10px
    }

    .u-pr-10-xxl {
        padding-right: 10px
    }

    .u-pt-10-xxl {
        padding-top: 10px
    }

    .u-pb-10-xxl {
        padding-bottom: 10px
    }

    .u-pl-15-xxl {
        padding-left: 15px
    }

    .u-pr-15-xxl {
        padding-right: 15px
    }

    .u-pt-15-xxl {
        padding-top: 15px
    }

    .u-pb-15-xxl {
        padding-bottom: 15px
    }

    .u-pl-20-xxl {
        padding-left: 20px
    }

    .u-pr-20-xxl {
        padding-right: 20px
    }

    .u-pt-20-xxl {
        padding-top: 20px
    }

    .u-pb-20-xxl {
        padding-bottom: 20px
    }

    .u-pl-30-xxl {
        padding-left: 30px
    }

    .u-pr-30-xxl {
        padding-right: 30px
    }

    .u-pt-30-xxl {
        padding-top: 30px
    }

    .u-pb-30-xxl {
        padding-bottom: 30px
    }

    .u-pl-40-xxl {
        padding-left: 40px
    }

    .u-pr-40-xxl {
        padding-right: 40px
    }

    .u-pt-40-xxl {
        padding-top: 40px
    }

    .u-pb-40-xxl {
        padding-bottom: 40px
    }

    .u-pl-80-xxl {
        padding-left: 80px
    }

    .u-pr-80-xxl {
        padding-right: 80px
    }

    .u-pt-80-xxl {
        padding-top: 80px
    }

    .u-pb-80-xxl {
        padding-bottom: 80px
    }

    .u-pl-100-xxl {
        padding-left: 100px
    }

    .u-pr-100-xxl {
        padding-right: 100px
    }

    .u-pt-100-xxl {
        padding-top: 100px
    }

    .u-pb-100-xxl {
        padding-bottom: 100px
    }

    .u-pl-200-xxl {
        padding-left: 200px
    }

    .u-pr-200-xxl {
        padding-right: 200px
    }

    .u-pt-200-xxl {
        padding-top: 200px
    }

    .u-pb-200-xxl {
        padding-bottom: 200px
    }
}

@media screen and (max-width: 1680px) {
    .u-pl-0-3l {
        padding-left: 0px
    }

    .u-pr-0-3l {
        padding-right: 0px
    }

    .u-pt-0-3l {
        padding-top: 0px
    }

    .u-pb-0-3l {
        padding-bottom: 0px
    }

    .u-pl-5-3l {
        padding-left: 5px
    }

    .u-pr-5-3l {
        padding-right: 5px
    }

    .u-pt-5-3l {
        padding-top: 5px
    }

    .u-pb-5-3l {
        padding-bottom: 5px
    }

    .u-pl-10-3l {
        padding-left: 10px
    }

    .u-pr-10-3l {
        padding-right: 10px
    }

    .u-pt-10-3l {
        padding-top: 10px
    }

    .u-pb-10-3l {
        padding-bottom: 10px
    }

    .u-pl-15-3l {
        padding-left: 15px
    }

    .u-pr-15-3l {
        padding-right: 15px
    }

    .u-pt-15-3l {
        padding-top: 15px
    }

    .u-pb-15-3l {
        padding-bottom: 15px
    }

    .u-pl-20-3l {
        padding-left: 20px
    }

    .u-pr-20-3l {
        padding-right: 20px
    }

    .u-pt-20-3l {
        padding-top: 20px
    }

    .u-pb-20-3l {
        padding-bottom: 20px
    }

    .u-pl-30-3l {
        padding-left: 30px
    }

    .u-pr-30-3l {
        padding-right: 30px
    }

    .u-pt-30-3l {
        padding-top: 30px
    }

    .u-pb-30-3l {
        padding-bottom: 30px
    }

    .u-pl-40-3l {
        padding-left: 40px
    }

    .u-pr-40-3l {
        padding-right: 40px
    }

    .u-pt-40-3l {
        padding-top: 40px
    }

    .u-pb-40-3l {
        padding-bottom: 40px
    }

    .u-pl-80-3l {
        padding-left: 80px
    }

    .u-pr-80-3l {
        padding-right: 80px
    }

    .u-pt-80-3l {
        padding-top: 80px
    }

    .u-pb-80-3l {
        padding-bottom: 80px
    }

    .u-pl-100-3l {
        padding-left: 100px
    }

    .u-pr-100-3l {
        padding-right: 100px
    }

    .u-pt-100-3l {
        padding-top: 100px
    }

    .u-pb-100-3l {
        padding-bottom: 100px
    }

    .u-pl-200-3l {
        padding-left: 200px
    }

    .u-pr-200-3l {
        padding-right: 200px
    }

    .u-pt-200-3l {
        padding-top: 200px
    }

    .u-pb-200-3l {
        padding-bottom: 200px
    }
}




.js-swiper {
    position: relative;
}

.p-mv__images {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 630px;
    border-radius: 9999px;
    box-shadow: 0px 70px 0px 0px rgba(235, 235, 235, 1);
    box-sizing: border-box;
    isolation: isolate;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .p-mv__images {
        width: 90%;
        height: 50vh;
        height: calc(100% - 15px);
        top: 15px
    }
}

@media screen and (max-width: 768px) {
    .p-mv__images {
        height: 80vh;
        box-shadow: 0px 50px 0px 0px rgba(235, 235, 235, 1);
    }
}

.swiper-pagination {
    z-index: 1000 !important;
    margin-bottom: 20px;
}

.swiper-pagination span {
    width: 14px;
    height: 14px;
}

@media screen and (max-width: 576px) {
    .swiper-pagination span {
        width: 10px;
        height: 10px;
    }
}

.swiper-pagination-bullet {
    margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
    background: #777B7C !important;
}

.p-mv__flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-mv__flex {
        display: block;
    }
}

.p-mv__flex>div {
    margin: 0 2%;
}

@media screen and (max-width: 768px) {
    .p-mv__flex>div {
        width: 330px;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 576px) {
    .p-mv__flex>div {
        width: 60%;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 768px) {
    .p-mv__flex>div img {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .p-mv__flex>div.p-mv__button a span.c-button-default__text {
        font-size: 0.85em;
    }
}



.l-section-1 {
    background-image: linear-gradient(180deg, #F2F1EF 0%, #FFF 100%);
    color: #504B3E;
}

.l-section-1__left figure {
    margin-top: 80px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .l-section-1__left figure {
        margin: 0;
        width: 100%;
    }
}

figure.with-shadow img {
    border-radius: 9999px;
    box-shadow: 0px 70px 0px 0px rgba(242, 241, 239, 1);
}

@media screen and (max-width: 576px) {
    figure.with-shadow img {
        box-shadow: 0px 40px 0px 0px rgba(242, 241, 239, 1);
    }
}

.l-section-2__left figure {
    width: 100%;
}

.p-card-number__image-wrap img {
    border-radius: 50px;
}

.p-card-number__head {
    display: flex;
    flex-wrap: wrap;
}

.p-card-number__head span {
    display: block;
    flex: 1;
    margin-left: 20px;
}

.js-animate-headline-trigger l-section-3__head .c-headline__description {
    line-height: 2.6;
}

.l-headline__description {
    width: 42em;
    margin: 0 auto;
    font-size: 1.85rem;
    text-align: left;
    line-height: 2.4;
    font-family: "Noto Serif TC", serif;
    margin-top: -40px;
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .l-headline__description {
        width: auto;
        padding: 0 15px;
    }
}

.l-section-4 {
    padding-top: 650px;

}

@media screen and (max-width: 992px) {
    .l-section-4 {
        padding-top: 350px;
    }
}

@media screen and (max-width: 576px) {
    .l-section-4 {
        padding-top: 180px;
    }
}

.l-section-4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-image: url(/hotel/IKE/renewal/assets/images/index/section-4_back.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 35% 35% 0 0 / 100% 100% 0 0;
}

@media screen and (max-width: 992px) {
    .l-section-4::before {
        height: 300px;
        overflow: hidden;
    }
}

@media screen and (max-width: 576px) {
    .l-section-4::before {
        height: 150px;
        overflow: hidden;
    }
}

.l-section-4__inner h2 {
    margin-left: -55px;
}

.l-section-4__inner h2 span {
    padding-left: 50px;
}

.l-section-4__inner p {
    padding-left: 0;
    margin-left: 0;
    font-size: 1.2em;
    font-family: "Noto Serif TC", serif;
    font-weight: normal;
    margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
    .l-section-4__inner p {
        font-size: 1em;
    }
}

.p-article-1__title {
    display: flex;
    align-items: end;
    margin-top: -30px;
}

@media screen and (max-width: 576px) {
    .p-article-1__title {
        display: block;
    }
}

.p-article-1__title span {
    font-size: 2.4rem;
    font-weight: normal;
    font-family: "Noto Serif TC", serif;
    margin-right: 10px;
}

@media screen and (max-width: 576px) {
    .p-article-1__title span {
        font-size: 2rem;
    }
}

.p-article-1__title figure {
    display: block;
    width: 260px;
    height: auto;
    margin: 0;
}

@media screen and (max-width: 576px) {
    .p-article-1__title figure {
        width: 200px;
    }
}

.stay-morning-detail {
    text-align: center;
    font-weight: normal;
    font-family: "Noto Serif TC", serif;
    padding-top: 60px;
}

.stay-morning-detail .stay-morning-copy {
    font-size: 3.2rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .stay-morning-detail .stay-morning-copy {
        font-size: 2.4rem;
        text-align: left;
    }
}

.stay-morning-detail p {
    line-height: 2.4;
}

@media screen and (max-width: 768px) {
    .stay-morning-detail p {
        text-align: left;
    }
}

dl.c-list-dl--line dt:last-of-type,
dl.c-list-dl--line dd:last-of-type {
    border-bottom: none;
}

.l-section-5__body {
    width: 100%;
    background-color: #fff;
    margin-bottom: 180px;
}

@media screen and (max-width: 992px) {
    .l-section-5__body {
        width: 90%;
        margin: 0 auto;
    }
}

.meal-style-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
}

@media screen and (max-width: 768px) {
    .meal-style-box {
        padding: 0;
    }
}

.meal-style-box>.p-card-image-2__image {
    width: 50%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .meal-style-box>.p-card-image-2__image {
        width: 100%;
    }
}

.meal-style-box>.p-card-image-2__image figure {
    margin: 0;
}

@media screen and (max-width: 992px) {
    .meal-style-box>.p-card-image-2__image figure {}
}

.meal-style-box>.p-card-image-2__image figure img {
    border-radius: 50px;
}

.meal-style-box>.p-card-image-2__body {
    width: 50%;
    padding-left: 90px;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    .meal-style-box>.p-card-image-2__body {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .meal-style-box>.p-card-image-2__body {
        width: 100%;
    }
}


.meal-style-box#reverse {
    flex-direction: row-reverse
}

@media screen and (max-width: 992px) {
    .meal-style-box#reverse .meal-style-box>.p-card-image-2__image figure {
        margin: 0 0 0 20px;
    }
}