* {
    box-sizing: border-box;   
}
body{
    padding-top: 70px;
    margin: 0;
    background-color: #F9E8CA;
    font-family: Arial,"微軟正黑體","Microsoft JhengHei","標楷體",sans-serif;
}
.bg-cus {
  background-color: #b97966;
}   
.navbar-light .navbar-nav .nav-link {
  color:white;
}
.navbar-light .navbar-toggler {
border-color:transparent;
}

#logo_img{
    background-image: url("/img/東成醬油-logo-pc.png");
    width: 237px;
    height: 54px;
    background-size: cover;
    transition: all 0.5s ease;
}

.container{
    max-width: 1170px;
    padding: 0;
}

#yellowblock {
    width: 100%;
    height: 100%;
    background-color: #F9E8CA;
    float: left;
    padding-top: 50px;
    }
 
 
.showcenterContainer {
    background-color: #F9E8CA;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    }

    /* 東成會館 */
.textblock {
    background-color:#F9E8CA;
    color: #2B1C1F;
    }
    

a:link{
    text-decoration: none;
    }

/* 點此進入按鈕 */
.botton {
    width: 150px;
    height: 50px;
    display: block;
    margin-left: 220px;
    top: 45%;
    border: solid 1.5px #3B3B3B;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    }

.botton:before {
    content: "";
    width: 250px;
    height: 80px;
    position: absolute;
    background-color: #FF5C64;
    top: -16px;
    left: -270px;
    border-radius: 50px;
    transition-duration: 0.5s;
    }

.botton:hover:before {
    top: -16px;
    left: -80px;
}

.botton:hover {
    transform: scaleX(1.2) scaleY(1.2);
    transform-origin: 50% 50%;
}

.botton:hover .text {
    position: absolute;
    color: white;
    font-size: 26px;
    top: -1px;
}

.text {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    transition-duration: 0.5s;
}


.photo {
    background-image: url('img/restaurant_Big.jpg');
    background-size: cover;
}
/* footer */
.aa {
    float: left;            
}

.fb {
    width: 170px;
    height: 43px;
}

.foot123{
    background-color: #B97966;
    width: 100%;
    height: auto;
    padding-top: 50px;
}
#footer-contant{
    margin: 0 auto;
    height: auto;
    width: 100%; 
    color: white;          
}
.container{
    max-width: 1170px;
}
#phone{
   padding-left: 44px; 
}
#fb_1{
    background-image: url("img/FBoil170x37.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#fb_2{
    background-image: url("img/FBresturant170x37.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#food,#taipei{
    padding-top: 50px;
}
/* Navbar電腦版 */
@media screen and (min-width:769px){
    nav.navbar.shrink {
        min-height: 60px;
    }

    nav.navbar.shrink #logo_img{
        width: 193px;
        height: 44px;
    }

    #logo_img{
       display:block;
    }

    #logo_img_2{
       display:none;
    }   

     
     
    .showcenterContainer {
        width: 1170px;
        height: 1315px;
        }
    
        /* 東成會館 */
    .textblock {
        width: 500px;
        height: 435px;
        float: left;
        margin-right: 20px;
        }

    h1{
            padding-top:30px;
            padding-bottom: 15px;
    }
  
    
    .photo {
        width: 650px;
        height: 435px;
        float: left;
        margin-bottom: 50px;
    }
    
    #mapPhoto {
        float: left;
        width: 1170px;
        height: 830px;
    }  
}

 /* Navbar平板部分 */
 @media screen and (max-width:768px) and (min-width:576px){
    img#logo_img{
       display:block;
    }
    #logo_img_2{
       display:none;
    }

    .showcenterContainer{
        max-width: 650px;

    }

    .textblock {
        width: 650px;
        height: 280px;
        margin-bottom: 100px;
        text-align: center;
        letter-spacing: 3px;
    }

    .botton{
        margin-right: auto;
        margin-left: auto;
    }


    p{
        margin: 10px;
        font-size: 18px;
    }

    .photo {
        width: 100%;
        height: 430px;
        margin-bottom: 50px;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }



    #mapPhoto {
        width: 100%;
        height: 430px;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        
    }   
}

/* Navbar手機板 */
@media screen and (max-width:576px){
    img#logo_img{
       display:none;
    }
    #logo_img_2{
       display:block;
    }


    .textblock{
        width: 100%;
        height: 435px;
        text-align: center;
        letter-spacing: 3px; 
        margin-right: auto;
        margin-left: auto;
    }

    .botton{
        margin-right: auto;
        margin-left: auto;
    }

    p{
        margin: 10px;
        font-size: 18px;
    }

    .photo {
        width: 100%;
        height: 430px;
        margin-bottom: 50px;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }

    #mapPhoto {
        width: 100%;
        height: 400px;
    }  
}

