/* 浮動選單 */
.scrollToTop {
    right: 25px;
    bottom: 10%;
    z-index: 20;
    border-radius: 10px;
    padding: 5px 5px 10px 5px;
}

.scrollToTop {
    right: 25px;
    bottom: 10%;
    z-index: 20;
}

.scrollToTop a {
    display: block;
}

.go-top img {
    width: 50px;
    height: 50px;
}

.scrollToTop .go-top img {
    opacity: 1;
}

.scrollToTop_contact.line_type {
    border-radius: 50px;
}

.scrollToTop_contact.line_type svg {
    border-radius: 50px;
    width: 50px;
    fill: #df9300;
    opacity: 1;
    background: #fff;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2) !important;
}

.scrollToTop_contact i {
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #fff;
    padding-top: 8px;
    background-color: rgba(223, 147, 0, 1);
    border-radius: 50%;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2) !important;
}

/* common */
body {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    font-family: "noto-medium", sans-serif;
    font-size: 18px;
    background: #f8f8f8;
}

* {
    box-sizing: border-box;
}

section {
    position: relative;
}

body.ReservationOpen,
body.calculateOpen,
body.BookingOpen {
    overflow-y: hidden;
}

.disabled {
    pointer-events: none;
}

.icon-touch {
    cursor: pointer;
}

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

a:hover {
    color: #f48400;
}

strong {
    font-weight: normal;
}

/* 下拉選單 */
.common-select {
    font-size: 20px;
    padding: 8px 10px 10px 10px;
    border: 1px solid #aaa;

}

.common-select option {
    text-align: center;
}

/* 加載動畫樣式 */
/* .loading-option {
    background: url('../../images/common_icon/loading.gif?v=20240815') no-repeat center center;
    background-size: 50px;
    background-size: 16px 16px;
    height: 20px;
    display: inline-block;
} */

/* ====Zoom In HOVER圖片進場效果 START ====*/
/*Zoom In with Brightness*/
.effects_img {
    overflow: hidden;
}

.effects_zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 1s ease-in-out, filter 1s ease-in-out;
    transition: transform 1s ease-in-out, filter 1s ease-in-out;
    filter: brightness(1);
    /* 初始亮度 */
}

/* 控制放大的方向 - 從上方進場 */
.effects_zoomIn.hover-top img {
    transform-origin: top;
}

.effects_zoomIn.hover-top:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(1.05);
    /* 放大時增加亮度 */
}

/* 控制放大的方向 - 從下方進場 */
.effects_zoomIn.hover-bottom img {
    transform-origin: bottom;
}

.effects_zoomIn.hover-bottom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(1.05);
    /* 放大時增加亮度 */
}

/* 控制放大的方向 - 從左側進場 */
.effects_zoomIn.hover-left img {
    transform-origin: left;
}

.effects_zoomIn.hover-left:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(1.05);
    /* 放大時增加亮度 */
}

/* 控制放大的方向 - 從右側進場 */
.effects_zoomIn.hover-right img {
    transform-origin: right;
}

.effects_zoomIn.hover-right:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(1.05);
    /* 放大時增加亮度 */
}

/* ====Zoom In HOVER圖片進場效果 END ====*/
/*反白顏色*/

*::selection {
    background: #ec881d;
    color: #fff;
}

*::-moz-selection {
    background: #ec881d;
    color: #fff;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}


/* 錨點 */

.scrolldown {
    position: absolute;
    height: 74px;
    width: 100%;
    z-index: 9;
    display: block;
}

.scrolldown.efirst {
    top: -46px;
}

.scrolldown.elast {
    bottom: -21px;
}

.scrolldown a {
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 auto;
    padding-top: 14px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.container-max800 {
    max-width: 800px;
}

.container-max860 {
    max-width: 860px;
}

article {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

/* 去除 Firefox 和 Google Chrome 上的虛線 */

input[type="email"],
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
button {
    appearance: none;
}

textarea {
    resize: none;
}

a,
a:hover,
button {
    outline: none !important;
    outline: medium none !important;
    text-decoration: none !important;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}


/* Remove controls from Firefox */

input[type=number] {
    appearance: textfield;
}


/* Re-applies the controls on :hover and :focus */

input[type="number"]:hover,
input[type="number"]:focus {
    appearance: number-input;
}

input[type='number'] {
    appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

*:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.clear {
    clear: both;
}


/* 使格線系統無間距 Class Rules */

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}


/* apple ipad/iphone樣式去除 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
    appearance: none;
}

textarea {
    appearance: none;
}

.wc100 {
    width: 100%;
}


/*麵包屑*/
.crumb_main {
    width: 100%;
    top: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 15px;
}

.crumb_main ol {
    list-style: none;
    padding-left: 0;
    color: #6c6c6c;
}

.crumb_main li {
    position: relative;
    display: inline-block;
    letter-spacing: 1.5px;
}

.crumb_main li+li:before {
    position: relative;
    content: ">";
    padding: 0 3px;
    color: #e9f1f5;
}

.crumb_main a,
.crumb_main a:hover {
    color: #e9f1f5;
}

/*麵包屑 end*/
/* checkbox */
.checkbox_1 {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox_1>input {
    width: 20px;
    height: 20px;
    /* remove default browser styling */
    -webkit-appearance: none;
    -mox-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* custom styling */
    background-color: #fff;
    border: 2px solid #e84e6d;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    transition-duration: 0.3s;
    margin-right: 8px;
}

.checkbox_1>input:checked {
    border: 2px solid #e84e6d;
    background-color: #fff;
}


/* style checkmark symbol */

.checkbox_1>input:checked+span::before {
    color: #e84e6d;
    content: "\2713";
    text-align: center;
    display: block;
    position: absolute;
    left: 5px;
    top: -1px;
}

.checkbox_1>input:active {
    border: 2px solid #5ac5c9;
}

.checkbox_1>input:focus+label::before {
    outline: #5d9dd5 solid 1px;
    box-shadow: 0 0px 8px #5e9ed6;
}

/* checkbox end */

/* 部分html優化 */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

h1,
h2,
h3 {
    font-weight: 700;
}

nav ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body:before {
    position: absolute;
    content: "mobile";
    /*手機*/
    visibility: hidden
}

/* 牙齒icon */
.icon_tooth_before,
.icon_tooth_after {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url(../../images/contact/tooth_01.svg?v=20240815);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.icon_tooth_before {
    background-image: url(../../images/contact/tooth_01.svg?v=20240815);
}

.icon_tooth_after {
    background-image: url(../../images/contact/tooth_02.svg?v=20240815);
}

@media (min-width: 768px) {
    body:before {
        content: "pad";
        /*平板*/
    }
}

@media (min-width: 1170px) {
    body:before {
        content: "desktop";
        /*電腦*/
    }
}

@media (min-width: 992px) {
    .crumb_main {
        padding: 0 0 0 35px;
    }

    body:before {
        content: "tablet";
        /*小電腦*/
    }
}

@media only screen and (max-width : 991px) {
    .f_logo img {
        width: 150px;
    }

    .scrollToTop {
        right: 15px;
    }
}

@media (max-width: 991px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .crumb_main {
        top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .crumb_main {
        top: 70px;
    }
}

.common-anchor {
    margin-top: -90px !important;
    padding-top: 90px;
}

.bg-ffffff {
    background-color: #fff;
}

.bg-eae5e1 {
    background-color: #eae5e1;
}

.bg-fb836d {
    background-color: #fb836d;
}

.bg-og {
    background-color: #e07d19;
}

.bg-coffee {
    background-color: #c9a063;
}

.bg-coffee-2 {
    background-color: #483c3c;
}

.bg-black-1 {
    background-color: #333;
}

.bg-f7f7f7 {
    background-color: #f7f7f7;
}