@charset "utf-8";

body {
    font-family: 'Noto Serif TC', serif;
    overflow-x: hidden;
}


.container {
    max-width: 1200px !important;
    margin: 0 auto;
}

.container2 {
    max-width: 1700px;
    margin: 0 auto;
}

.container3 {
    max-width: 1600px;
    margin: 0 auto;
}

.container4 {
    max-width: 1000px;
    margin: 0 auto;
}

.wrap {
    margin-top: 83px;
    background-color: #ffffff;
}

.indexwrap {
    background: linear-gradient(to right, rgba(249, 211, 185, 0.5) 0%, rgba(219, 199, 192, 0.5) 100%);
}

.contentwrap {
    background-color: #ffffff;
}


.text-605C52 {
    color: #605C52;
}

.bg-605C52 {
    background-color: #605C52;
}

.border-605C52 {
    border-color: #605C52;
}


.text-8E887D {
    color: #8E887D;
}

.bg-8E887D {
    background-color: #8E887D;
}

.border-8E887D {
    border-color: #8E887D;
}


.text-AF9180 {
    color: #AF9180;
}

.bg-AF9180 {
    background-color: #AF9180;
}

.border-AF9180 {
    border-color: #AF9180;
}


.text-A27F67 {
    color: #A27F67;
}

.bg-A27F67 {
    background-color: #A27F67;
}

.border-A27F67 {
    border-color: #A27F67;
}


.text-8E8779 {
    color: #8E8779;
}

.bg-8E8779 {
    background-color: #8E8779;
}

.border-8E8779 {
    border-color: #8E8779;
}


.text-E08E51 {
    color: #E08E51;
}

.bg-E08E51 {
    background-color: #E08E51;
}

.border-E08E51 {
    border-color: #E08E51;
}


.text-99621A {
    color: #99621A;
}

.bg-99621A {
    background-color: #99621A;
}

.border-99621A {
    border-color: #99621A;
}


.text-999382 {
    color: #999382;
}

.bg-999382 {
    background-color: #999382;
}

.border-999382 {
    border-color: #999382;
}


.text-AAA496 {
    color: #AAA496;
}

.bg-AAA496 {
    background-color: #AAA496;
}

.border-AAA496 {
    border-color: #AAA496;
}

.bg-f9d3b9 {
    background-color: #f9d3b9;
}

.bg-f3ece6 {
    background-color: #f3ece6;
}


ul:after,
section:after,
div:after,
li:after {
    content: '';
    display: block;
    clear: both;
}

/*headroom*/
.headerbox {
    background-color: #F3ECE6;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    align-items: start;
}

.headroom--unpinned,
.headroom--pinned {
    background-color: #F3ECE6;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

/* .headroom--top {
    background-color: transparent;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0);
} */

.headroom--top .logo {
    /* padding-top: 20px; */
}

.headroom--pinned .headtop {
    align-items: start;
}

.headerbox .headtop {
    align-items: start;
}

.headroom--unpinned .headtop {
    /* align-items: center; */
}

/* 
.headroom--unpinned .dropdown-content,
.headroom--pinned .dropdown-content {
    background-color: #ffffff;
}

.headroom--top .dropdown-content {
    background-color: #ffffff;
} */

.menu {
    display: flex;
}

.menubtn {
    display: none;
}

.rwdmenu {
    display: none;
}

.rwdmenulist {
    display: none;
}

.menu li {
    position: relative;

    padding: 5px 0;
    /* width: 6rem;
    height: 2rem; */
}

.menu a,
.menu .menuwrd {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu>li>a {
    background-color: transparent;
    transition: background-color 0.3s;
}

.menu>li>a:active,
.menu>li>a:focus {
    background-color: transparent;
}

.dropdown-content>li>a {
    background-color: transparent;
    transition: background-color 0.3s;
}

.dropdown-content>li>a:active,
.dropdown-content>li>a:focus {
    background-color: transparent;
}

.rwdmenulist li {
    position: relative;
    /* width: 16.4rem;
    padding-left: 10px; */
}


.rwdmenubtn {
    display: none;
}

.wrdwidth {
    letter-spacing: 0.3rem;
}

.wrdwidth {
    position: relative;
}

.wrdwidth::before {
    position: absolute;
    content: '';
    background-color: transparent;
    width: 50%;
    height: 2px;
    bottom: -7px;
    left: 23%;
}

.wrdwidth:hover::before,
.wrdwidth.active::before {
    position: absolute;
    content: '';
    background-color: #A27F67;
    width: 50%;
    height: 1px;
    bottom: -7px;
    left: 23%;
}

.wrdwidth:hover,
.wrdwidth.active {
    color: #AF9180;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    background-color: #c7b6acbb;
    width: 150px;
    top: 35px;
    left: -35px;
    border-radius: 15px;
    padding: 10px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
}

.dropdown-content::before {
    content: '';
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dropdown-content a {
    color: #ffffff;
    padding: 2px 0px;
    text-decoration: none;
    display: block;
}

.rwdmenuli2 a {
    /* padding: 1px !important; */
}


.panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.45) 32%, rgba(219, 199, 192, 0.65) 100%);
}

.active+.panel {
    max-height: 100vh;
}

.downbtn {
    position: absolute;
    top: 40%;
    right: 33%;
}

/*index*/
.banner {
    animation: banner 10s ease-in-out forwards;
}

@keyframes banner {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}

.aboutpic {
    background-image: url(../../assets/img/about/aboutbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.introwrd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-205px, -80px, 0px);
}

.endwrd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-147px, -37px, 0px);
}

.introsplide .splide__slide {
    transition: transform 0.3s ease;
    /* 平滑過渡效果 */
    /* border-radius: 25px; */
}

.introsplide .splide__slide.is-active .prdpic img {
    transform: scale(1.1);
    /* 放大圖片 */
    /* border-radius: 25px; */
    padding-top: 13px;
}

.introsplide .splide__slide:not(.is-active) .prdpic img {
    transform: scale(1);
    /* 其他圖片保持正常大小 */
    /* border-radius: 25px; */
}

.introsplide .splide__slide.is-visible.is-prev {
    margin-right: 12px !important;
}

.introsplide .splide__slide.is-visible.is-next {
    margin-left: 12px !important;
}



.introsplide {
    position: relative;
}

.introsplide .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    justify-content: unset;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translateY(0);
    width: 100%;
    z-index: 1;
}

.introsplide .splide__arrow--prev {
    position: absolute;
    top: 88%;
    left: 30%;
    width: 116px;
    height: 26px;
    z-index: 9;
}

.introsplide .splide__arrow--next {
    position: absolute;
    top: 88%;
    right: 30%;
    width: 116px;
    height: 26px;
    z-index: 9;
}

.introsplide .splide__slide .introsplidewrd {
    display: none;
}

.introsplide .splide__slide.is-active .introsplidewrd {
    display: -webkit-box;
    color: #8E8779;
}

.introsplide .splide__slide .introtitle {
    color: #726E6A;
    letter-spacing: 0.13em;
}

.introsplide .splide__slide.is-active .introtitle {
    color: #A27F67;
    letter-spacing: 0.13em;
    font-size: 18pt;
}

.treatmentsplide .splide__slide {
    transition: transform 0.3s ease;
    /* 平滑過渡效果 */
}

.treatmentsplide .splide__slide.is-active .prdpic img {
    transform: scale(1.1);
    /* 放大圖片 */
    /* border-radius: 20px; */
}

.treatmentsplide .splide__slide:not(.is-active) .prdpic img {
    transform: scale(1);
    /* 其他圖片保持正常大小 */
    /* border-radius: 20px; */
}

.treatmentsplide .splide__slide.is-visible.is-prev {
    margin-right: 12px !important;
}

.treatmentsplide .splide__slide.is-visible.is-next {
    margin-left: 12px !important;
}

.treatmentsplide {
    position: relative;
}

.treatmentsplide .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    justify-content: unset;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translateY(0);
    /* width: 100%; */
    z-index: 1;
}

.treatmentsplide .splide__arrow--prev {
    position: absolute;
    top: 40%;
    left: 2%;
    /* width: 116px; */
    /* height: 26px; */
    z-index: 9;
}

.treatmentsplide .splide__arrow--next {
    position: absolute;
    top: 40%;
    right: 2%;
    /* width: 116px; */
    /* height: 26px; */
    z-index: 9;
}

.treatmentsplide .splide__slide .introtitle {
    color: #726E6A;
    letter-spacing: 0.13em;
}

.treatmentsplide .splide__slide.is-active .introtitle {
    color: #A27F67;
    letter-spacing: 0.13em;
    font-size: 18pt;
}

.hottitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.midbg {
    background-image: url(../../assets/img/index/midbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.morecase {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.morecase:hover .morebtn {
    color: #ffe4d0 !important;
}

.more2 {
    display: none;
}

.morecase:hover .more1 {
    display: none;
}

.morecase:hover .more2 {
    display: block;
}

/*跑馬燈2*/
.app {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 30vh; */
    /* gap: 1em; */
}

.marquee.splide {
    max-width: 100%;
}

.marquee .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee .splide__slide__container {
    height: 120px;
    aspect-ratio: 16/9;
    background-color: red;
    border-radius: 0.4em;
    display: flex;
    align-items: end;
    cursor: pointer;
    transition: background-color 250ms ease-in-out, height 300ms var(--ease-bounce-1);
}

.marquee .splide__slide__container h1 {
    margin-left: 1em;
    color: rgb(0, 0, 0);
}

.marquee ul:has(.splide__slide__container:hover) .splide__slide__container:not(.splide__slide__container:hover) {
    background-color: gray;
    height: 100px;
}

.marquee .splide__slide__container h1 {
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 250ms ease-in-out, transform 250ms var(--ease-bounce-1);
}

.marquee .splide__slide__container:hover h1 {
    opacity: 1;
    transform: translateY(0px);
}


/*about*/
.teambannerwrd {
    position: absolute;
    top: 62%;
    left: 6%;
    transform: translate3d(0, 0, 0);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*equipment*/
.topbg {
    background: linear-gradient(to bottom, rgba(249, 211, 185, 0.52) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
}

.botbg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgba(249, 211, 185, 1) 100%);
    width: 100%;
    height: 100%;
}


.equli :hover .equwrd,
.equli.active .equwrd {
    color: #A27F67;
}

/*team*/
.teamtitle {
    background: linear-gradient(to right, rgba(224, 142, 81, 1) 0%, rgba(219, 199, 192, 1) 100%);
}

.poptitle {
    background: linear-gradient(to right, rgba(219, 199, 192, 0) 0%, rgba(224, 143, 82, 1) 99%, rgba(224, 142, 81, 1) 100%);
    width: 100%;
    height: 1px;
}

.popbg {
    background: linear-gradient(to right, rgba(219, 199, 192, 1) 00%, rgba(224, 142, 81, 1) 100%);
}

.team1 {
    order: 2;
}

.team2 {
    order: 1;
}

.team3 {
    order: 3;
}

.team4 {
    order: 4;
}

/*treatment*/
.treatbannerwrd {
    position: absolute;
    top: 57%;
    left: 12%;
    transform: translate3d(0, 0, 0);
}

/*appointment*/
.appobannerwrd {
    position: absolute;
    top: 62%;
    left: 9%;
    transform: translate3d(0, 0, 0);
}

.tabletitlebg {
    background: linear-gradient(to right, rgba(219, 199, 192, 1) 00%, rgba(224, 142, 81, 1) 100%);
}

.reserveblock td {
    padding: 16px;
}

.rwdreserveblock td {
    padding: 8px;
}

.formbg {
    background-color: #af918015;
}

.form1 {
    background-color: #E08E51;
    border-radius: 5px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

.contentblock td {
    border-width: 1px;
    border-right-color: #E08E51;
    border-bottom-color: #E08E51;
    border-top-color: transparent;
    border-left-width: 0px;
}

.contentblock td:first-child,
.reserveblock .contentblock:last-child td:last-child,
.reserveblock .contentblock:last-child td:first-child,
.rwdreserveblock .contentblock:last-child td:last-child,
.rwdreserveblock .contentblock:last-child td:first-child {
    border-width: 0px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}

.contentblock td:last-child {
    border-width: 1px;
    border-right-color: transparent;
    border-bottom-color: #E08E51;
}

.reserveblock .contentblock:last-child td,
.rwdreserveblock .contentblock:last-child td {
    border-width: 1px;
    border-right-color: #E08E51;
    border-bottom-color: transparent;
    border-left-width: 0px;
}

.formline {
    position: relative;
    background-color: #E08E51;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    rotate: 18deg;
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1.9px solid #5e5e5d;
    /* 自定義邊框顏色 */
    border-radius: 50%;
    /* 圓形邊框 */
    background-color: white;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox:checked {
    background-color: #f8f0dd;
    /* 當勾選時的背景顏色 */
    border-color: #605C52;
    /* 當勾選時的邊框顏色 */
}

.custom-checkbox:checked::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(13%, 13%);
    width: 10px;
    height: 10px;
    background-color: #A27F67;
    /* 勾選後顯示的內圓顏色 */
    border-radius: 50%;
}

.maptitle {
    background: linear-gradient(to right, rgba(219, 199, 192, 1) 00%, rgba(224, 142, 81, 1) 100%);
    width: 50px;
    border-radius: 8px;
}

.iconblock {
    position: relative;
}

.icon {
    position: absolute;
    top: 5px;
    right: -22px;
}

.bottombg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(219, 199, 192, 0.52) 100%);
    width: 100%;
    height: 150px;
}

/*inform*/
.informpic {
    position: relative;
    overflow: hidden
}

a .informdiv:hover .informpic img {
    transform: scale(1.1);
}

a .informdiv:hover .informbtn {
    border-color: #E08E51;
    color: #E08E51;
}

a .informdiv:hover .informtitle {
    color: #E08E51;
}

.informtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.informcontent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 140px;
}

.wrap-text {
    width: 100%;
    font-size: 16px;
}

.rect-image {
    float: left;
    shape-outside: rect(0% 0% 100% 100%);
    /* width: 300px; */
    /* height: 200px; */
    margin-right: 65px;
    margin-bottom: 10px;
}

.toptitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pagebtn a:hover,
.pagebtn a.active {
    color: #fff;
    background-color: #E08E51;
    border-radius: 50%;
}

.informbg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(219, 199, 192, 0.6) 100%);
    width: 100%;
    /* height: 100%; */
}

.prev2 {
    display: none;
}

.changebtn:hover .prev1 {
    display: none;
}

.changebtn:hover .prev2 {
    display: block;
}

.changebtn:hover .changewrd {
    color: #e08e51;
}

.backbtn:hover {
    background-color: #E08E51;
}

.informbannerwrd {
    position: absolute;
    top: 66%;
    left: 9%;
    transform: translate3d(0, 0, 0);
}

/*instance*/

.instancebannerwrd {
    position: absolute;
    top: 66%;
    left: 9%;
    transform: translate3d(0, 0, 0);
}

.instabtn2 {
    display: none;
}

.informdiv:hover .instabtn2 {
    display: block;
}

.informdiv:hover .instabtn1 {
    display: none;
}


/*footer*/
/* .gotop {
    position: fixed;
    right: 15px;
    bottom: 0px;
    outline: none;
    z-index: 9;
} */


.footerbox {
    background-color: #F3ECE6;
}

.footerbox a:hover {
    color: #999382;
}

.sidebtn {
    position: fixed;
    right: 10px;
    bottom: 350px;
}

.reservation {
    position: fixed;
    right: 0;
    bottom: 200px;
}

.gotop {
    position: fixed;
    bottom: 35px;
    right: 10px;
}

.gotop {
    display: none;
    position: fixed;
}

.gotop.active {
    display: block;
    z-index: 9;
}

.footerline {
    position: relative;
}

.footerline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #60606070;
    width: 1px;
    height: 100%;
}

.button-3 {
    background-color: transparent;
    border: 1px solid #606060;
    box-sizing: border-box;
    color: #00132C;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: default !important;
}

.button-3:before {
    background-color: #acacacb9;
    content: "";
    height: calc(100% + 3px);
    position: absolute;
    right: -7px;
    top: 5px;
    transition: background-color 300ms ease-in;
    width: 100%;
    z-index: -1;
    cursor: default !important;
}

.map:hover a {
    color: #4e84ca;
}


/*articlebox*/
.articlebox {
    word-break: break-word;
}

.articlebox iframe {
    max-width: 100%;
}

.articlebox img {
    max-width: 100%;
    display: inline-block;
}

.articlebox .youtube-embed-wrapper {
    padding-top: 0 !important;
}

.articlebox iframe,
.articlebox object,
.articlebox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.articlebox ol {
    list-style: decimal !important;
    list-style-type: decimal !important;
    list-style-position: inside !important;
}

.articlebox ul {
    list-style: disc !important;
    list-style-type: disc !important;
    list-style-position: inside !important;
}

.articlebox ul {
    padding: 0 40px;
}

/** 
* parsley
*/
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border: 1px solid #b94a48;
}

.parsley-errors-list {
    /* position: absolute; */
    margin: 2px 0 3px;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #b94a48;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/** 
* magnific-popup
*/
.white-popup {
    position: relative;
    background: #fff;
    padding: 40px;
    width: 70%;
    /* max-width: 500px; */
    margin: 20px auto;
    border-radius: 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    /* border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0; */
}

/* .mfp-bg {
    background: #fff;
} */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* vue */
[v-cloak] {
    display: none;
}

/* 
* scrollbar
*/
::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #928692;
}

/* vue */
[v-cloak] {
    display: none;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1175px) {
    /*header*/

    .rwdmenubtn {
        display: block;
    }

    .menubtn {
        display: block;
        float: right;
        z-index: 999;
    }

    .menu {
        display: none;
    }

    .rwdmenulist {
        display: block;
    }

    .rwdmenu {
        display: block;
        background-color: #ffede2;
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 990;
        transform: translate(0%, -150%);
        transition: all 1s ease;
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
            0 4px 6px -4px rgb(0 0 0 / 0.1);
    }

    .rwdmenu.active {
        transform: translate(0%, 0%);
    }

    .menubtn.active .close {
        display: block;
    }

    .menubtn.active .open {
        display: none;
    }

    .headerbox .headtop {
        align-items: center;
    }

    .headroom--top .logo {
        padding-top: 0px;
    }



    .menuselect {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    /*intro*/
    .introwrd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-205px, -88px, 0px);
    }

    .introsplide .splide__arrow--prev {
        position: absolute;
        top: 88%;
        left: 18%;
        width: 116px;
        height: 26px;
        z-index: 9;
    }

    .introsplide .splide__arrow--next {
        position: absolute;
        top: 88%;
        right: 18%;
        width: 116px;
        height: 26px;
        z-index: 9;
    }

}


@media screen and (max-width: 900px) {}

@media screen and (max-width: 820px) {

    /*index*/
    .aboutpic {
        position: relative;
        top: 0%;
        right: 0;
    }

    .aboutpic2 {
        position: relative;
        top: 0%;
        right: 0;
    }

    /*intro*/
    .introwrd {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate3d(0px, 0px, 0px);
    }

    .introbg {
        background: linear-gradient(to right, #ecaf78 1%, #96624d 100%);
    }

    .introsplide .splide__arrow--prev {
        position: absolute;
        top: 88%;
        left: 5%;
        width: 116px;
        height: 26px;
        z-index: 9;
    }

    .introsplide .splide__arrow--next {
        position: absolute;
        top: 88%;
        right: 5%;
        width: 116px;
        height: 26px;
        z-index: 9;
    }


    /*equipment*/
    .equ1-1 {
        order: calc(2);
    }

    .equ1-2 {
        order: calc(1);
    }

    .equ2-1 {
        order: calc(1);
    }

    .equ2-2 {
        order: calc(2);
    }

    /*inform*/
    .rect-image {
        float: none;
        shape-outside: rect(0% 0% 100% 100%);
        /* width: 300px; */
        /* height: 200px; */
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {}



@media screen and (max-width: 480px) {

    /*index*/
    .case1 {
        order: calc(1);
    }

    .case2 {
        order: calc(2);
    }

    .introsplide .splide__slide.is-active .prdpic img {
        transform: scale(1.1);
        /* border-radius: 25px; */
        padding-top: 8px;
    }

    /*intro*/
    .introsplide .splide__arrow--prev {
        position: absolute;
        top: 80%;
        left: 3%;
        width: 80px;
        height: 30px;
        z-index: 9;
    }

    .introsplide .splide__arrow--next {
        position: absolute;
        top: 80%;
        right: 3%;
        width: 80px;
        height: 30px;
        z-index: 9;
    }

    .endwrd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-90px, -30px, 0px);
    }

    /*team*/
    .white-popup {
        position: relative;
        background: #fff;
        padding: 20px;
        width: 100%;
        /* max-width: 500px; */
        margin: 20px auto;
        border-radius: 25px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }

    .team1 {
        order: 0;
    }

    .team2 {
        order: 0;
    }

    .team3 {
        order: 0;
    }

    .team4 {
        order: 0;
    }

    .teambannerwrd {
        position: absolute;
        top: 35%;
        left: 8%;
        transform: translate3d(0, 0, 0);
    }

    /*treatment*/
    .treatbannerwrd {
        position: absolute;
        top: 52%;
        left: 4%;
        transform: translate3d(0, 0, 0);
    }

    /*appointment*/
    .appobannerwrd {
        position: absolute;
        top: 48%;
        left: 5%;
        transform: translate3d(0, 0, 0);
    }

    /*inform*/
    .informbannerwrd {
        position: absolute;
        top: 27%;
        left: 7%;
        transform: translate3d(0, 0, 0);
    }

    .instancebannerwrd {
        position: absolute;
        top: 65%;
        left: 7%;
        transform: translate3d(0, 0, 0);
    }

    /*footer*/
    .reservation {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        /* background: linear-gradient(to right, rgba(219, 199, 192, 1) 00%, rgba(224, 142, 81, 1) 100%); */
        background-color: #f1dacd;
        color: #605c52;
    }
}

@media screen and (max-width: 430px) {

    /*footer*/
    .gotop {
        right: 0px;
    }

    .footerline::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        background-color: #60606070;
        width: 100%;
        height: 1px;
    }
}

@media screen and (max-width: 414px) {}