/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;

}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #e5f5fb;
    font: 16px/1.2 "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "STHeiti", "LiHei Pro Medium", "Apple LiGothic Medium", Verdana, Helvetica, Arial, sans-serif, cursive;
    font-size: 1rem;
    font-weight: normal;
    color: #152e38;
}

ol,
ul {
    padding-left: 1rem;
    line-height: 5px;
}

.img {
    max-width: 100%;
}

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

.navbar {
    background: #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16);
    padding: 1rem;
}

.navbar .navbar-brand {
    background: url(../images/irent.svg) center no-repeat;
    display: block;
    width: 180px;
    height: 32px;
    font-size: 0;
}

/* modal */
.modal-header-d {
    padding: 1rem 1rem;
}

.modal-footer-d {
    padding: 1rem 1rem;
    background-color: #303030;
}

.modal-body-d {
    padding: 0rem 4rem 0rem 4rem;
}

/* 背景 */

.bg_s {
    background-color: #b9f4fc;
}

.bg_b {
    background-color: #94c6e7;
}



.delicious { width:100%; background: url(../images/grass.png) 
    no-repeat center top #ffffff00; 
    padding:120px 0 0 0; 
    text-align:center;}

/* 框背景 */

.bg-beige {
    background-color: #ffffff;
    opacity: 1;
    background-image: radial-gradient(#b7b7b7 0.5px, transparent 0.5px), radial-gradient(#b7b7b7 0.5px, #ffffff 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    border-radius: 20px;
    border-width: 6px;
    border-color: #00c4bf;
    padding: 5px;
    box-shadow: 0px 11px 0px -1px #00000039;
}

.bg-box {
    background-color: #ffffff;
    background-size: 10px 10px;
    border-radius: 5px;
    border-width: 4px;
    border-color: #000000;
    padding: 5px;
    box-shadow: 0px 11px 0px -1px #000000;
}

.bg_r {
    background-color: #e60027;
    background: repeating-linear-gradient(-45deg, #f10930, #f10930 3px, #e60027 3px, #e60027 15px);
}


.highlight {
    background: url(//s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=f9b5a2);
    margin: -2px -6px;
    padding: 2px 6px;
    font-weight: bold;
}

.Product_hot_icon {
    position: relative;
    width: 100%;
    top: 35px;
}


/* 文字*/
.p-30b-b {
    font-size: 26px;
    color: #225b80;
    font-weight: bold;
    line-height: 40px;
}

.f-Footer-s {
    font-size: 18px;
    color: #225b80;
    font-weight: bold;
    line-height: 36px;
}

.p-30b {
    font-size: 26px;
    color: #225b80;
    font-weight: bold;
    line-height: 40px;
}

.p-30w {
    font-size: 26px;
    color: #ffffff;
    line-height: 40px;
}

.p-30r-b {
    font-size: 32px;
    color: #ff563b;
    font-weight: bold;
    line-height: 40px;
}

.p-30r {
    font-size: 26px;
    color: #ff563b;
    font-weight: bold;
    line-height: 40px;
}

.p-30b-s {
    font-size: 20px;
    color: #225b80;
    font-weight: bold;
    line-height: 40px;
}


.hero-banner {
    width: 100%;
}

/* 選購按鈕 pc*/
.btn-warning-r {
    border-radius: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 18%;
    padding-left: 18%;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    background-color: #d6000f;
    border-color: #d6000f;
}

.btn-warning-r:hover {
    color: #fff;
    background-color: #a9000b;
    border-color: #a9000b;
}

/* 選購按鈕  m*/
.btn-in {
    max-width: 100%;
    transform: scale(1, 1);
    transition: all 0.2s ease-out;
}

.btn-in:hover {
    transform: scale(1.1);
}

.btn-black {
    max-width: 100%;
    transition: all 0.2s ease-out;
}

.btn-black:hover {
    filter: brightness(100%);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.nav-item img {
    filter: brightness(30%);
}

.nav-item a.active img {
    filter: brightness(100%);
}

.btn-warning-r-m {
    border-radius: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 30%;
    padding-left: 30%;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    background-color: #d6000f;
    border-color: #d6000f;
}

.btn-warning-r-m:hover {
    color: #fff;
    background-color: #a9000b;
    border-color: #a9000b;
}

.btn-size {
    width: 350px;
}

/* 立即分享按鈕 pc*/
.btn-pink {
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 30px;
    color: #ffffff;
    background-color: #ff6ca0;
    border-color: #ff6ca0;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.btn-pink:hover {
    color: #ffffff;
    background-color: #df5f8c;
    border-color: #df5f8c;
}

/* 輪播按鈕 */
.carousel .carousel-control-prev-icon {
    /* change fill="currentColor" to %23fff to make it white  */
    background-image: url('data:image/svg+xml,<svg class="bi bi-camera" width="1em" height="1em" viewBox="0 0 20 20" fill="%23000000 " xmlns="http://www.w3.org/2000/svg"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z"/></svg>');
}


.carousel .carousel-control-next-icon {
    /* change fill="currentColor" to %23fff to make it white  */
    background-image: url('data:image/svg+xml,<svg class="bi bi-camera" width="1em" height="1em" viewBox="0 0 20 20" fill="%23000000" xmlns="http://www.w3.org/2000/svg"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/></svg>');
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
    /* Use to adjust size of icons */
    width: 4rem;
    height: 4rem;
}

/* 活動注意事項 */
.p_g_18 {
    font-size: 18px;
    color: #acacac;
    line-height: 26px;
}

.p_w_18 {
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
}

.bg_g {
    background-color: #444444;
}


/* 陰影 */
.plate_w {
    margin-top: 5px;
    background-color: #f1f1f1;
}

.Outer_rame {
    margin-top: 5px;
    background-color: #ffffff;
    border-radius: 20px;
    border-color: #000000;
    border-width: 5px;
    border-style: solid;
    padding: 5px;
    box-shadow: 0px 11px 0px -1px rgba(0, 0, 0, 0.222);
}

.Outer_rame_2 {
    margin-top: 5px;
    background-color: #f8f7eb;
    border-radius: 20px;
    border-color: #000000;
    border-width: 5px;
    border-style: solid;
    padding: 5px;
    box-shadow: 0px 11px 0px -1px rgba(0, 0, 0, 0.222);
}

.rounded-top-1 {
    border-radius: 15px 15px 15px 15px;
}

.rounded-top-2 {
    border-radius: 15px 15px 15px 15px;
    border-width: 3px;
    border-style: dashed;
    border-color: #ffffff;
    padding: 5px;
}

/*  */
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #ccc, #ccc);
}

.hero .hero-banner {
    /* background: url(../images/banner.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 60vh; */
    margin: 0;
}

@media screen and (max-width: 1200px) {

    /*文字*/


}


@media screen and (max-width: 768px) {

    .p-30b-b {
        font-size: 24px;
        color: #225b80;
        font-weight: bold;
        line-height: 36px;
    }

    .p-30b {
        font-size: 24px;
        color: #225b80;
        font-weight: bold;
        line-height: 36px;
    }

    .p-30w {
        font-size: 24px;
        color: #ffffff;
        font-weight: bold;
        line-height: 36px;
    }

.p-30r-b {
    font-size: 30px;
    color: #ff563b;
    font-weight: bold;
    line-height: 36px;
}

    .p-30r {
        font-size: 24px;
        color: #ff563b;
        font-weight: bold;
        line-height: 36px;
    }


    .p-30b-s {
        font-size: 18px;
        color: #225b80;
        font-weight: bold;
        line-height: 36px;
    }


    /* modal */
    .modal-header-d {
        padding: 1rem 1rem;
    }

    .modal-footer-d {
        padding: 1rem 1rem;
        background-color: #303030;
    }

    .modal-body-d {
        padding: 0rem 2rem 0rem 2rem;
    }


}


.event-01 {
    background-color: #f4f4f4;
}

.event-01 .card {
    max-width: 765px;
    margin: 0 auto;
}

.event-01 .card-body {
    font-size: 1.25rem;
}

.event-01 .card-body .title {
    font-size: 1.5rem;
    color: #FFFFFF;
    background-color: #316c99;
    padding: 4px 24px;
    text-align: center;
    max-width: 240px;
    margin: -44px auto 16px auto;
    border-radius: 2rem;
}

.event-01 .card-body .special-note {
    font-size: 0.875rem;
}

.event-02 .event-intro {
    background-color: #fcfcf2;
}

.event-02 .event-notice ul {
    padding-inline-start: 0px;
}

.event-02 .event-notice li {
    list-style: none;
    margin: 0 0 0.5rem 0;
}

.btn-area {
    text-align: center;
}

.btn-area>a {
    position: relative;
    max-width: 200px;
    font-size: 1.5rem;
    display: inline-block;
    padding: 8px 20px;
    color: #152e38;
}

.btn-area>a+a {
    border-left: 1px solid #000;
}

.btn-area>.btn01::before {
    content: "";
    background-image: url(../images/Arrow_Left.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    left: -12px;
}

.btn-area>.btn02::before {
    content: "";
    background-image: url(../images/Arrow_Right.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: -12px;
}

footer {
    background-color: #f4f4f4;
}

.my-list li::marker {
    color: red;
}

.nav {
    display: flex;
    justify-content: space-between;
}

.nav-item {
    flex: 1;
    text-align: center;
}

.sns {
    text-align: center;
}

.sns>div {
    display: inline-block;
    width: 20%;
    max-width: 120px;
}

.sns>div>a {
    color: #717171;
}

.sns i {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 0.5rem auto;
}

.sns .fb {
    background: url(../images/Facebook.svg) no-repeat center;
    background-size: cover;
}

.sns .youtube {
    background: url(../images/Youtube.svg) no-repeat center;
    background-size: cover;
}

.sns .line {
    background: url(../images/Line.svg) no-repeat center;
    background-size: cover;
}

.sns .instagram {
    background: url(../images/Instagram.svg) no-repeat center;
    background-size: cover;
}

.sns span {
    font-size: 0.75rem;
}

.copyright {
    border-top: 1px solid #dfdedc;
    text-align: center;
}

.copyright .container>div {
    display: inline-block;
    text-align: center;
    padding: 1rem;
}

.copyright img {
    width: 100%;
}

.cpr {
    width: 58%;
}

.phone {
    width: 30%;
}

.sidebtn>.bn {
    background-color: #3e3e3e;
    text-align: center;
}

.sidebtn>.bn>a {
    color: #FFFFFF;
    display: block;
}

.sidebtn>.bn>a:hover {
    text-decoration: none;
}

.sidebtn>.bn-01 .ico {
    background: url(../images/Icon-01.svg) no-repeat center;
    background-size: contain;
}

.sidebtn>.bn-02 .ico {
    background: url(../images/Icon-02.svg) no-repeat center;
    background-size: contain;
}

.sidebtn>.bn-03 .ico {
    background: url(../images/Icon-03.svg) no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .navbar {
        padding: 0.75rem 1rem;
    }

    .navbar .navbar-brand {
        width: 140px;
        height: 32px;
    }

}

@media screen and (max-width: 568px) {


    /* .hero .hero-banner {
        /* height: 40vh; 
    }*/
    /*文字*/
    .p-30b-b {
        font-size: 20px;
        color: #225b80;
        font-weight: bold;
        line-height: 32px;
    }

    .p-30b {
        font-size: 20px;
        color: #225b80;
        font-weight: bold;
        line-height: 32px;
    }

    .p-30w {
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        line-height: 32px;
    }

.p-30r-b {
    font-size: 26px;
    color: #ff563b;
    font-weight: bold;
    line-height: 32px;
}

    .p-30r {
        font-size: 20px;
        color: #ff563b;
        font-weight: bold;
        line-height: 32px;
    }


    .p-30b-s {
        font-size: 16px;
        color: #225b80;
        font-weight: bold;
        line-height: 32px;
    }

    .btn-size {
        width: 260px;
    }

    /* 活動注意事項 */
    .p_g_18 {
        font-size: 16px;
        color: #acacac;
        line-height: 26px;
    }

    .p_w_18 {
        font-size: 16px;
        color: #ffffff;
        line-height: 26px;
    }

    .event-01 .card-body {
        font-size: 1rem;
    }

    .event-01 .card-body .title {
        font-size: 1.25rem;
        margin: -44px auto 16px auto;
    }

    .btn-area>a {
        font-size: 1rem;
    }

    .btn-area>.btn01::before,
    .btn-area>.btn02::before {
        top: 4px;
    }

    .copyright .container>div {
        display: block;
    }

    .copyright .container>div {
        width: 100%;
        padding: 0.5rem;
    }

    .sidebtn {
        position: fixed;
        width: 100%;
        bottom: 0;
        text-align: center;
        background: #eeeeee;
        padding: 8px;
        box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.16);
    }

    .sidebtn>.bn {
        padding: 0.5rem;
        font-size: 1rem;
        border-radius: 6px;
        width: 49%;
        display: inline-block;
    }

    .sidebtn>.bn>a:hover {
        text-decoration: none;
    }

    .sidebtn>.bn .ico {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: 0.5rem;
    }

    .sidebtn>.bn span {
        vertical-align: super;
    }
}

@media screen and (min-width: 569px) {
    .sidebtn {
        position: fixed;
        right: 0;
        top: 24%;
    }

    .sidebtn>.bn {
        padding: 2rem 0.5rem;
        font-size: 1.25rem;
        border-radius: 12px 0 0 12px;
    }

    .sidebtn>.bn+.bn {
        margin-top: 0.5rem;
    }

    .sidebtn>.bn .ico {
        width: 32px;
        height: 32px;
        display: block;
        margin-bottom: 1rem;
    }

    .sidebtn>.bn span {
        writing-mode: tb-rl;
    }

}



/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 */
.la-ball-newton-cradle,
.la-ball-newton-cradle>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-newton-cradle {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-newton-cradle.la-dark {
    color: #333;
}

.la-ball-newton-cradle>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-newton-cradle {
    width: 40px;
    height: 10px;
}

.la-ball-newton-cradle>div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.la-ball-newton-cradle>div:first-child {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
    -moz-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
    -o-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
    animation: ball-newton-cradle-left 1s 0s ease-out infinite;
}

.la-ball-newton-cradle>div:last-child {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
    -moz-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
    -o-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
    animation: ball-newton-cradle-right 1s 0s ease-out infinite;
}

.la-ball-newton-cradle.la-sm {
    width: 20px;
    height: 4px;
}

.la-ball-newton-cradle.la-sm>div {
    width: 4px;
    height: 4px;
}

.la-ball-newton-cradle.la-2x {
    width: 80px;
    height: 20px;
}

.la-ball-newton-cradle.la-2x>div {
    width: 20px;
    height: 20px;
}

.la-ball-newton-cradle.la-3x {
    width: 120px;
    height: 30px;
}

.la-ball-newton-cradle.la-3x>div {
    width: 30px;
    height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-newton-cradle-left {
    25% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-moz-keyframes ball-newton-cradle-left {
    25% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    50% {
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-o-keyframes ball-newton-cradle-left {
    25% {
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    50% {
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes ball-newton-cradle-left {
    25% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    50% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes ball-newton-cradle-right {
    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    75% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-moz-keyframes ball-newton-cradle-right {
    50% {
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }

    75% {
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-o-keyframes ball-newton-cradle-right {
    50% {
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    75% {
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes ball-newton-cradle-right {
    50% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    75% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }


}

.loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 9999;
}

.loading {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;

}

.loading_logo {
    position: absolute;
    width: 120px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -40px;
}