/* 基本設定 */

@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');

body{
    font-family: 'cwTeXYen', sans-serif;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 p {
    font-family: 'cwTeXYen', sans-serif;
}

p{
    font-size: 20px;
    font-weight:300;
}




/* 手機版header */
header{
    background-color: #fff;   
    box-shadow: 5px 3px 5px rgb(0 0 0 / 25%);
}


/* 頁尾 */

footer{
    margin-top: 20px;
    background-color:#FFFDE5 ;
    margin-bottom: 0px;   
    padding-top: 4px;
}

.footer-text{
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-text .col-3{
    display: flex;
    align-items: center;
}

footer .footer-text p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.footer-text img{
    width: 150px;
}


.footer-rights{
    font-family: 'Noto Sans TC', sans-serif;
    background-color: #F24966;
    padding-bottom: 3px;    
}
 
footer .footer-rights span{  
    text-align-last:justify;
    font-size: small;
    color: #fff;    
}

/* 菜單頁面選單設定 */

main .btn{
    font-size: 20px;
    font-weight: bold;
}


.btn-kiiro {
    color: #fff;
    background-color: #FFD348;
    border-color: #FFD348;
}

.btn-ao {
    color: #fff;
    background-color: #B9CEE8;
    border-color: #B9CEE8;
}

.btn-aka {
    color: #fff;
    background-color: #DD4F6B;
    border-color: #DD4F6B;
}

.footer-text{
    display: none;
}

header .container{
    display: none;
}

.smheader{
    display: block;
}

.logo02 img{
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}



/* 手機版首頁圖片 */

.smpic{
    display: block;
}

.smpic img{
    width: 100%;
    margin-bottom: 20px;
}

.smpic .img01{
    animation: fadein 2s; 
}

/* 淡入設定 */
@keyframes fadein {
    0% {
        opacity:0;
    }
    50%{
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}

.smpic .img02{
    animation: fadein2 2s; 
}

@keyframes fadein2 {
    0% {
        opacity:0;
    }
    25%{
        opacity:0;
    }
    75%{
        opacity:0.5;
    }
    100% {
        opacity:1;
    }  
}


.starsign .row .col-sm-6 img{
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 100%;
} 

.starsign .row .col-12 img{
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 70%;
} 



.textbg{
    background-color: #FBF4D4;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title02 {
    color: #000;
    margin-top: 50px;
    margin-bottom: 1.5em;
    text-align: center;
    font-weight: 600;
    line-height: 2.3;
  }
  .title02 span {
    display: block;
    font-size: 2em;
    color: #000;
    position: relative;
  }
  .title02 span:before,
  .title02 span:after {
    content: "";
    position: absolute;
    top: 50%;
    background: #aaa;
    width: 30%;
    height: 1px;
  }
  .title02 span:before {
    left: 5%; 
  }
  .title02 span:after {
    right: 5%;
  }

.title img{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.franchisetext p {
    color: #000;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

.mapfood img {
    width: 100%;
    margin: auto;
}

.map .title img {
    width: 150px;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.title03 {
    color: #F24966;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 2.3;
}

.title03 span {
    display: block;
    font-size: 1.5em;
    color: #F24966;
    position: relative;
  }
  .title03 span:before,
  .title03 span:after {
    content: "";
    position: absolute;
    top: 50%;
    background: #F24966;
    width: 20%;
    height: 1px;
  }
  .title03 span:before {
    left: 10%; 
  }
  .title03 span:after {
    right: 10%;
  }


.map a{
    color:#000; 
    font-size: 1em;
    font-weight: bold;
    text-decoration:none;
    display: block;
    text-align: center;
}

.map p{
    font-size: 1em;
    font-weight: bold;
    display: block;
    text-align: center;
}

.map .row{
    margin-bottom: 20px;
}

.map .col-6 img{
    width: 100%;
}

.delivery img.d-block {
    margin: auto;
    padding-top: 20px;
}

.deliveryimg img{
    width: 80%;
}

.deliveryimg2 img{
    width: 50%;
}


.franchise .title{
  display: flex;
}

.smtext{
    display: block;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 20px;
    line-height: 30px;
}

.pctext{
    display: none;
}


/* 菜單 */

.menupic img {
    width: 88%;
    display: block;
    margin: auto;
}

.menupic img{
    animation: fadein 2s; 
}

/* 淡入設定 */
@keyframes fadein {
    0% {
        opacity:0;
    }
    50%{
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}

.menupic .img02{
    animation: fadein2 2s; 
}

@keyframes fadein2 {
    0% {
        opacity:0;
    }
    25%{
        opacity:0;
    }
    75%{
        opacity:0.5;
    }
    100% {
        opacity:1;
    }  
}





.menupic{
    margin-bottom: 20px;   
}


.menuicon{
    display: inline-block;
    margin-left:-28px    
}


.menuicon02,
.menutitleicon,
.nameitemicon{
  display: inline-block;
}


.menuicon img {
    width: 75%;
    margin-top: -5px;
}


.menumark{
    color: #ED7D63;
}

.menuitem01 {
    display: block;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.menuitem02 {
    display: block;
    background-color: #FBF4D4;
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.menutitle{
    text-align:center;
    font-size:40px;
    color: #ED7D63;
    font-weight:bold;
    scroll-margin-top: 200px;
  }

  .menutitleicon img {
    display: inline-block;
    margin-right: 135px;
    margin-top: -60px;
    width: 15%;
}

.menutitleicon02 img {
    display: inline-block;
    margin-right: 140px;
    margin-top: -65px;
    width: 15%;
}

.menuicon02 img {
    padding-left: 10px;
    width: 28px;
    margin-top: -5px;
}

.nameitemicon img {
    width: 50%;
    margin-left: 10px;
    margin-top: -13px;
}

  .menuitem01 p,
  .menuitem02 p {
    margin-top: -25px;
    font-weight: bold;
}

.menuitem01 p, .menuitem02 p {
    margin-top: -65px;
    font-weight: bold;
}

.menutitleicon02 p {
    margin-top: -75px;
    font-weight: bold;
}

.rice p {
    margin-top: -25px;
    font-weight: bold;
}
  
  .menutitle-border{
      padding: 0px 15px;
      padding-bottom: 5px;
      letter-spacing: 3px;
      box-shadow: inset 0px -1.5px 0px 0px #ED7D63;
      margin-bottom:30px;
  }

 .menu .menuitem01 .col-6,
 .menu .menuitem02 .col-6 {
    display: flex;
    justify-content: center;
}

.menu .menuitem01 .price,
.menu .menuitem02 .price{
    padding-left: 50px;
}

.priceitem02 {
    padding: 20px;
}

.nameitem02 p {
    margin-top: -5px;
    font-weight: bold;
}



/* 小型設備（縱向平板電腦和大型手機，600 像素及以上） */
@media only screen and (min-width: 600px) {
    .starsign .row .col-sm-6 img{
        display: block;
        margin: auto;
        margin-top: 20px;
        width: 100%;
    }    
    
} 



/* Medium devices （平板用途，768px and up) */
@media (min-width: 768px) { 

/* 選單設定 */
nav a {     
    color:#F24966; 
    font-size: 16px;
    font-weight: bold;
    text-decoration:none;
}

nav  a:hover {
    color: #ED7D63; 
}


/* LOGO */
 .logo{
        padding-top: 30px;
        display: flex;
        justify-content: center;
    }
.logo img{
    width: 200px; 
}
    
 .logo02 img{
        width: 300px;
    }

/* 選單 */

    .smheader{
        display: none;
    }

    .smpic{
        display: none;
    }
    

    header{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    
    header .container{
        display: block;
    }

    .nav-link{
        color:#F24966;  
        font-size: 18px;
        margin-top: 20px; 
    }

    .nav-link {
        padding: 0.3rem 0.5rem;
    }
    
    .nav-link:focus, .nav-link:hover {
        color: #ED7D63;
    }
    
    .icon{
        display: inline-block;
        opacity: 0;
    }
    
    .icon img {
        margin-top: -10px;
        margin-left: 10px;
        width: 60%;
    }
    
    .nav-item:hover .icon,
    .nav-item:active .icon{
        opacity: 1;
    }
    
    .nav-item:hover .navtext a,
    .nav-item:active .navtext a{
        color: #ED7D63;
    }
    
    .nav-active{
        opacity: 1;
    }
    
    .navtext-active a{
        color: #ED7D63;
    }
    
    
    .navtext{
        display: inline-block;
    }


    .banner {
        margin-top: 170px;
    }

    .logo02 img{
        width: 300px;
    }

    main {
        padding-top: 40px;
    }

    .starsign .row .col-md-4{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .starsign .row .col-md-4 img{
        display: block;
        margin: auto;
        width: 100%;
    }

    .title img{
        width: 600px;
        display:block; 
        margin:auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .title02 {
        color: #000;
        margin-top: 50px;
        margin-bottom: 1.5em;
        text-align: center;
        font-weight: 600;
        line-height: 2.3;
      }
      .title02 span {
        display: block;
        font-size: 2em;
        color: #000;
        position: relative;
      }
      .title02 span:before,
      .title02 span:after {
        content: "";
        position: absolute;
        top: 50%;
        background: #aaa;
        width: 30%;
        height: 1px;
      }
      .title02 span:before {
        left: 10%; 
      }
      .title02 span:after {
        right: 10%;
      }
    
      .pctext .col-md-6.text-lfet {
        padding-left: 100px;
        font-size: 1.2rem;
    }
    
    .pctext .col-md-6.text-right{
        padding-left: 100px;
        font-size: 1.3rem;
    } 



    /* map */
.title03 {
    color: #F24966;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 2.3;
  }
  .title03 span {
    display: block;
    font-size: 1.5em;
    color: #F24966;
    position: relative;
  }
  .title03 span:before,
  .title03 span:after {
    content: "";
    position: absolute;
    top: 50%;
    background: #F24966;
    width: 20%;
    height: 1px;
  }
  .title03 span:before {
    left: 10%; 
  }
  .title03 span:after {
    right: 10%;
  }


.map a{
    color:#000; 
    font-size: 1em;
    font-weight: bold;
    text-decoration:none;
    display: block;
    text-align: center;
}

.map p{
    font-size: 1em;
    font-weight: bold;
    display: block;
    text-align: center;
}

.delivery{
    margin-top: 35px;
    margin-bottom: 20px;
}

.delivery .deliveryimg02 img {
    margin: auto;
    padding-top: 20px;
    width: 290px;
}

.delivery .food{
    padding-left: 150px;
}

.delivery .uber{
    padding-right: 150px;
}

.map .title img {
    width: 200px;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.deliveryimg img{
    width: 392px;
}

.smtext{
    display: none;
}

.pctext{
    display: block;
}
    

}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

/* 選單 */

.nav-link{
    color:#F24966;  
    font-size: 23px;
    margin-top: 20px; 
}

.nav-link:focus, .nav-link:hover {
    color: #ED7D63;
}

.icon{
    display: inline-block;
    opacity: 0;
}

.nav-item:hover .icon,
.nav-item:active .icon{
    opacity: 1;
}

.nav-item:hover .navtext a,
.nav-item:active .navtext a{
    color: #ED7D63;
}

.nav-active{
    opacity: 1;
}

.navtext-active a{
    color: #ED7D63;
}


.navtext{
    display: inline-block;
}


main {
    padding-top: 40px; 
}

.logo{
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.logo img{
    width: 200px;
}



nav{
    display: flex;
    justify-content: center;
}

.banner{
    margin-top: 180px;
}





.textbg{
    background-color: #FBF4D4;
    padding-top: 5px;
    padding-bottom: 40px;
}

.title02 {
    color: #000;
    margin-top: 50px;
    margin-bottom: 1.5em;
    text-align: center;
    font-weight: 600;
    line-height: 2.3;
  }
  .title02 span {
    display: block;
    font-size: 2em;
    color: #000;
    position: relative;
  }
  .title02 span:before,
  .title02 span:after {
    content: "";
    position: absolute;
    top: 50%;
    background: #aaa;
    width: 30%;
    height: 1px;
  }
  .title02 span:before {
    left: 10%; 
  }
  .title02 span:after {
    right: 10%;
  }

.title img{
    width: 600px;
    display:block; 
    margin:auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.textbg{
    background-color: #FBF4D4;
    padding-top: 5px;
    padding-bottom: 25px;
}

.title02 {
    color: #000;
    margin-top: 50px;
    margin-bottom: 1.5em;
    text-align: center;
    font-weight: 600;
    line-height: 2.3;
  }
  .title02 span {
    display: block;
    font-size: 2em;
    color: #000;
    position: relative;
  }
  .title02 span:before,
  .title02 span:after {
    content: "";
    position: absolute;
    top: 50%;
    background: #aaa;
    width: 30%;
    height: 1px;
  }
  .title02 span:before {
    left: 10%; 
  }
  .title02 span:after {
    right: 10%;
  }

.pctext .col-md-6.text-lfet { 
    padding-left: 190px;
    font-size: 1.3rem;
}

.pctext.col-xl-6.text-right{
    padding-left: 100px;
    font-size: 1.3rem;
}


.menuitem02 {
    font-size: 18px;
}




.delivery{
    margin-top: 35px;
    margin-bottom: 20px;
}

.deliveryimg02 img{
    width: 329px;
}

.delivery .food{
    padding-left: 250px;;
}

.delivery .uber{
    padding-right: 250px;
}

.map .title img {
    width: 200px;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.starsign .row .col-md-4 img {
    display: block;
    margin: auto;
    width: 75%;
}
    
    .footer-text{
        display:block;
    }

    .franchisetext p{
        color: #000;
        font-size: 1.5em;
        text-align: center;
        font-weight:bold;
    }
    
    .franchisetext p a{
        color: #000;
        font-size: 1em;
    }
    
    .franchisetext p a:hover{
        color: #ED7D63;
    }

    footer .footer-text p{
        font-size: 16px;
    }

    footer a{
        color:#000; 
        font-size:16px;
        font-weight: bold;
        text-decoration:none;
        display: block;
        text-align: center;
    }

    footer a:hover{
        color: #ED7D63;
    }
}

/* 超大型設備（大型筆記本電腦和台式機，1200px 及以上） */
@media only screen and (min-width: 1200px) {
    .col-md-6.text-lfet {
        padding-left: 190px;
        font-size: 1.3rem;
    }
    
    .col-md-6.text-right{
        padding-left: 100px;
        font-size: 1.3rem;
    }    
}



.nameitem {
    font-size: 25px;
    font-weight: 600;
}

.priceitem {
    font-size: 25px;
    font-weight: 400;
}

@media (max-width: 768px){
    .menuitem01 > .row,.menuitem02 > .row { display: grid; justify-content: center;}

    .menu .menuitem01 .col-6, .menu .menuitem02 .col-6 {
        width: 100%;
        justify-content: space-between;
        padding: 0 65px;
    }
    
    .menu .menuitem01 .price, .menu .menuitem02 .price {
        width: 60px;
        padding: 0;
    }
    
    .priceitem02 {
        padding: 20px 0;
        font-size: 22px;
    }
}

@media (max-width: 425px){
    .menu .menuitem01 .col-6, .menu .menuitem02 .col-6 {
        padding-left: 45px;
        padding-right: 15px;
    }

    .nameitem {
        font-size: 22px;
        font-weight: 600;
    }
    
    .priceitem {
        font-size: 22px;
        font-weight: 400;
    }
    
    .menu p {
        font-size: 16px;
    }
}

@media (max-width: 320px){
    .nameitem {
        font-size: 17px;
        font-weight: 600;
    }
    
    .priceitem {
        font-size: 17px;
        font-weight: 400;
    }
}

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 10px; 
    right: 10px;    
    opacity:0.5; 
    border: none;
    background: none;
  }

  #myBtn img{
    width: 70%;
  }
  





