@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@200;400;600;700;900&family=Raleway:wght@300;400;600&display=swap');
* {
  margin: 0;
  padding: 0;
}
.text_left{ text-align: left;}
:root {
  scroll-padding-top: 3rem;
}
.fo{ float: left;text-align: left;}
::selection {
  background: #f09845;
  color: #fff;
}
::-moz-selection {
  background: #f09845;
  color: #fff;
}
:root {
  scroll-padding-top: 4rem;
}
body {
  font-family: 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 18px;
  background-color: #f5f0eb;
  color: #000;
}
row{margin: 0 !important;}

a {
   
    text-decoration: underline;
}
.b_text{color: #00a7de; font-size: 1.5em !important; font-weight: bold;}
.g_text{color: #8fc31f; font-size: 1.5em !important; font-weight: bold;}

@media (max-width: 465px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 1.3em !important;
  }
  h2 {
    font-size: 1.2em !important;
  }
  h3 {
    font-size: 1.1em !important;
  }
  .fs-1 {
    font-size: 1.3em !important;
  }
  .fs-2 {
    font-size: 1.25em !important;
  }
  .fs-3 {
    font-size: 1.2em !important;
  }
  .fs-4 {
    font-size: 1.1em !important;
  }
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.back-to-top2 {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 99;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Navbar ***/
.navbar {
  background-color: #d12424;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 500;
}
.navbar-nav img {
  height: 35px;
  width: auto;
}
.nav-link {
    padding: .1rem 1rem!important;
}
.navbar {

    
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
}
.rounded-pill {
    border-radius: .5rem !important;
}
.small{ font-size:16px;}
#logo {
  height: 50px;
}
@media (max-width: 465px) {
    .text_BOX {
    height: 160px!important;
}
  #logo {
    height: 40px;
  }
}
.btn {
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .btn {
    letter-spacing: 0rem;
    font-size: 1.2rem;
  }
}
.btn-danger {
  color: #fff;
  background-color: #fc4622;
  border: 0;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active:hover {
  color: #fff;
  background-color: #fc4622;
  border: 0
}
.btn-blue {
  color: #fff;
  background-color: #00a7de;
  border: 0;
}
.btn-blue:hover, .btn-success:focus, .btn-success:active:hover {
  color: #fff;
  background-color: #00a7de;
  border: 0
}
.btn-green {
  color: #fff;
  background-color: #90c31f;
  border: 0;
}
.btn-green:hover, .btn-primary:focus, .btn-primary:active:hover {
  color: #fff;
  background-color: #90c31f;
  border: 0
}
/*** Footer ***/
#footer {
  margin: 0 auto;
  padding: 16px 0;
  font-size: 0.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 160%;
  background-color: #333;
}
#footer a {
  color: #fff;
}
#footer a:hover, a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  color: #fff000;
}
@media (max-width: 465px) {
    .back-to-top2 {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 99;
   
}
    .w70{ width: 110px;}
  #footer {
    padding: 16px 4px;
  }
}
.card {
border-radius: 40px;
border:8px solid #00a7df;
margin-bottom: 20px;
}
.card2 {
  border-radius: 40px;
    border:8px solid #90c31f;
    background-color: #ffffff;

}
.card3{
  border-radius: 40px;
    border:8px solid #fc4622;
    background-color: #ffffff;
    margin-bottom: 20px;

}

@media (max-width: 465px) {
  .card {
    border-radius: 20px;
     border:5px solid #00a7df;
  }
    .card2 {
    border-radius: 20px;
     border:5px solid #90c31f;  
        background-color: #ffffff;
  }
}
.mjy {
  color: #00a7df;
}
.mky {
  color: #90c31f;
}
.title01 {
  font-size: 1.7rem;
  font-weight: 500;
}
.title02 {
    line-height: 1.3;
  font-size: 2.25rem;
  font-weight: 600;
  color: #fc4622;
}
.infoarea {
  max-width: 760px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem;
    font-size: 1.5rem;
    border-radius: 10rem;
    margin: 10px 0;
}
@media (max-width: 992px) {
  .title01 {
    font-size: 1.5rem;
  }
  .title02 {
    font-size: 1.6rem;
  }
}
@media (max-width: 465px) {
  .title01 {
    font-size: 1.2rem;
  }
  .title02 {
    font-size: 1.3rem;
  }
}
.title {
  font-size: 1.6rem;
  font-weight: 600;
}
.title03 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title {
    font-size: 1.3rem;
  }
}
.p-lg-3 {
        padding: 0rem !important;
    }

.text {
  font-size: 1.3rem;
}
.textarea {
  max-width: 275px;
}
@media (max-width: 820px) {
  .text {
    font-size: 1.3rem;
  }
  .textarea {
    max-width: none;
  }
  .infoarea {
    max-width: none;
  }
}
.mauto{margin: 0 auto;
    display: block;}
@media (max-width: 465px) {
  .text {
    font-size: 1.2rem;
  }
}
.gift01 {font-size: 1.5rem;
  color: #333333;
}
.gift02 {
  color: #fc4622;
}
.price01 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0;
  color: #333333;
}
.price02 {
  font-size: 3.2rem;
  line-height: 100%;
  font-weight: 600;
  color: #fc4622;
}
.pd-0{ padding:0!important;}
.price03 {

   color: #fc4622;
}
.price08 {
  font-size: 1.3rem;
   color: #333333;
}
.price04 {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  color: #e85653;
  border: 1px solid #e85653;
  padding: 6px 30px;
}
.price05 {
  font-size: 1.8rem;
  font-weight: 600;
}
.price06 {
  font-size: 2rem;
  font-weight: 600;
  color: #e85653;
}
.price07 {
  font-size: 1rem;
  font-weight: 400;
  color: #4c4c4c;
}

.word{  padding-top: 5px;  
   
    display: table;
    text-align: center;
    margin: 5px auto;
    color: #111;
    border-bottom: 2px dashed #fc4622;}
@media (max-width: 1024px) {
  .card .title {
    font-size: 1.3rem;
  }
  .price02 {
    font-size: 2.7rem;
  }
}
.note {
  background-color: #fc4622;
  font-size: 0.9rem;
}
#part01 {
  background-image: url("../../img/bg1.jpg");
    background-size: contain;


}
#part03bg {
  background-image: url("../../img/bg1.jpg");


}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}
#part02 {
  background-image: url("../../img/bg2.jpg");
  background-position: center top;
 background-size: cover;
}
#part04 {
  background-image: url("../../img/bg3.jpg");
    background-position: center top;
     background-size: cover;

}

.w_box
{ 
    border-radius: 30px;padding: 20px 5px;margin: 10px;
}
.W70{ width:65%;}
@media (max-width: 1024px) {
 
}
.text_BOX{ height:150px;}
.text_B{ font-size: 1.1rem; line-height: 1.4; margin: 10px 0;
text-align: left;}
mark {
  background-color: transparent;
  padding: 2px 6px;
  border-radius: 5px;
  color: #e85653;
  background: linear-gradient(transparent 40%, rgba(255, 236, 139, 0.00) 50%, #FFEC8B 75%, #FFEC8B);
}
.back-to-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
}
@media (max-width: 465px) {
    .W70{ width:100%;}
  .back-to-top {
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    width: 40px;
    height: 40px;
  }
}

