﻿.contact-box{
    width: 100%;
    display: block;
    position: relative;
    min-height: calc(100vh - 130px);
    box-sizing: border-box;

}
.contact-phone-box{
    width:49%;
    display: inline-block;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 100px 0;
}
.contact-phone-box h2{
    font-family: 'Noto Serif TC';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.3em;
    color: #808974;
    box-sizing: border-box;
    padding-left: 0.3em;
    line-height: 36px;
}
.contact-phone-box a{
    font-family: 'Lato';
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.3em;
    box-sizing: border-box;
    padding-left: 0.3em;
    color: #000;
    display: inline-block;
    margin: 25px 0;
    position: relative;
}
.contact-phone-box a>i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 60px;
}
.contact-phone-box a>span{
    display: inline-block;
    vertical-align: middle;
}
.contact-phone-box p{
    font-family: 'Noto Sans TC';
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #808974;
    box-sizing: border-box;
    padding-left: 0.1em;
    line-height: 36px;
}
.contact-phone-box p>span{
    font-family: 'Lato';
}

.contact-reservation-box{
    width: 100%;
    display: block;
    position: relative;
    font-size: 0;
}
.contact-reservation-bg-box{
    width: 100%;
    display: block;
    background-color: #808974;
}
.contact-reservation-bg{
    width: calc(100% / 3);
    height: calc((420 / 620) * ((100vw - 60px) / 3));
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.contact-reservation-bg .main-bg{
    mix-blend-mode: luminosity;
    opacity: 0.55;
}
.contact-reservation-info-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
}
.contact-reservation-info-name{
    font-size: 36px;
    letter-spacing: 0.3em;
    line-height: 60px;
    font-family: "Lato";
    color: #fff;
    box-sizing: border-box;
    padding-left: 0.3em;
    margin-bottom: 20px;
}
.contact-reservation-info-btn{
    width: 350px;
    display: block;
    font-family: 'Noto Sans TC';
    color: #fff;
    letter-spacing: 0.3em;
    line-height: 58px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding-left: 0.3em;
    transition: all .3s linear;
}
.contact-follow-box{
    width: 49%;
    display: inline-block;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 100px 0;
}
.contact-follow-name{
    font-family: 'Lato';
    color: #808974;
    font-size: 36px;
    letter-spacing: 0.3em;
    box-sizing: border-box;
    padding-left: 0.3em;
    line-height: 40px;
}
.contact-follow-box>p{
    font-family: 'Noto Sans TC';
    color: #000;
    letter-spacing: 0.3em;
    box-sizing: border-box;
    padding-left: 0.3em;
    line-height: 40px;
    font-size: 16px;
}
.contact-follow-info-box{
    width: 100%;
    display: block;
    margin-top: 40px;
}
.contact-follow-info-box a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px;
    font-size: 36px;
    color: #808974;
    transition: all .3s linear;
}
.contact-map-box{
    width: 100%;
    height: calc((560 / 1860) * (100vw - 60px));
    min-height: calc(100vh - 400px);
    display: block;
}



@media only screen and (max-width: 768px){
    .contact-box{
        padding-right: 0;
        min-height: 100%;
    }
    .contact-phone-box{
        padding: 40px 0;
    }
    .contact-phone-box h2{
        font-size: 20px;
        letter-spacing: 0.1em;
        padding-left: 0.1em;
        line-height: 30px;
    }
    .contact-phone-box a {
        font-size: 26px;
        line-height: 40px;
        letter-spacing: 0.1em;
        padding-left: 0.1em;
        margin: 15px 0;
    }
    .contact-phone-box a>i{
        line-height: 40px;
    }
    .contact-phone-box p{
        font-size: 16px;
        line-height: 30px;
    }
    .contact-reservation-bg {
        height: calc((420 / 620) * (100vw / 3));
    }
    .contact-reservation-info-name{
        font-size: 26px;
        line-height: 40px;
        letter-spacing: 0.1em;
        padding-left: 0.1em;
        margin-bottom: 10px;
    }
    .contact-reservation-info-btn{
        width: 200px;
        line-height: 38px;
    }
    .contact-follow-box{
        padding: 40px 0;
    }
    .contact-follow-name{
        font-size: 26px;
        line-height: 40px;
        letter-spacing: 0.1em;
        padding-left: 0.1em;
    }
    .contact-follow-box>p{
        letter-spacing: 0.1em;
        padding-left: 0.1em;
        line-height: 30px;
    }
    .contact-follow-info-box{
        margin-top: 20px;
    }
    .contact-follow-info-box a{
        margin: 0 15px;
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 550px){
    .contact-box {
        min-height: initial;
    }
    .contact-phone-box{
        padding: 20px 0;
    }
    
    .contact-phone-box h2{
        font-size: 16px;
        line-height: 26px;
    }
    .contact-phone-box a {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0;
    }
    .contact-phone-box a>i{
        font-size: 18px;
        line-height: 30px;
        margin-right: 5px;
    }
    .contact-phone-box p{
        font-size: 14px;
        line-height: 26px;
    }
    .contact-reservation-bg {
        height: calc((460 / 620) * (100vw / 3));
    }
    .contact-reservation-info-name{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .contact-reservation-info-btn{
        letter-spacing: 0.1em;
        padding-left: 0.1em;
        font-size: 14px;
        line-height: 26px;    
    }
    .contact-follow-box{
        padding: 20px 0;
    }
    .contact-follow-name{
        font-size: 20px;
        line-height: 30px;
    }
    .contact-follow-box>p{
        line-height: 26px;
        font-size: 14px;
    }
    .contact-follow-info-box{
        margin-top: 10px;
    }
    .contact-follow-info-box a{
        margin: 0 10px;
        font-size: 24px;
        line-height: 24px;
    }
}




/*animation*/
/*<-------------動畫------------->*/
@media only screen and (min-width: 1001px){
    .contact-phone-box h2,
    .contact-phone-box a,
    .contact-phone-box p,
    .contact-reservation-bg-box,
    .contact-reservation-info-box,
    .contact-follow-name,
    .contact-follow-box>p,
    .contact-follow-info-box,
    .contact-map-box{
        /* opacity: 0; */
    }
    .contact-phone-box.anima h2{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .contact-phone-box.anima a{
        animation: fade 1s ease 0s 1 both;
    }
    .contact-phone-box.anima p{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .contact-reservation-box.anima .contact-reservation-bg-box{
        animation: fade 1s ease 0s 1 both;
    }
    .contact-reservation-box.anima .contact-reservation-info-box{
        animation: fade 1s ease .4s 1 both;
    }
    .contact-follow-box.anima .contact-follow-name{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .contact-follow-box.anima>p{
        animation: fade 1s ease .4s 1 both;
    }
    .contact-follow-box.anima .contact-follow-info-box{
        animation: fadeInUp 1s ease .5s 1 both;
    }
    .contact-map-box.anima{
        animation: fade 1s ease 0s 1 both;
    }

    .contact-phone-box a:after{
        content: '';
        width: 0%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #000;
        transition: all .3s ease;
    }
    .contact-phone-box a:hover:after{
        width: 100%;
    }
    .contact-reservation-info-btn:hover{
        background-color: #aea2a2;
        border-color: #000;
        color: #000;
    }
    .contact-follow-info-box a:hover{
        color: #000;
    }
}

