/*---pc-header--------------*/
.header-container{
    /*background-image:url(../images/A27.png) ;
    background-repeat: no-repeat;*/
    width:100%;
    height:auto;
    background-size:cover;
    background-position:top;
    display: inline-block;
    position: relative;
}
#topimg{
    width: 100%;
}
.menu-list{
    position: absolute;
    top: 0px;
    left: 50px;
    z-index: 4;
    background-color: #fff;
    padding: 20px;
    border-radius: 5rem;
    width: 1000px;
    border: 2px solid #fece85;
}
.main-menu{
    background: #fff;
    width:100%;
    border-radius:5rem;
    float:left;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 3;
}
.main-menu ul li{
    margin-left: 10px;
    margin-right:10px;
    z-index: 3;
}

.main-menu li{
    display:inline;
    list-style: none;
}
.main-menu li a{
    padding:10px;
    text-decoration: none;
    color:#001858;
}
.main-menu li a:hover {
    color:#ffc6c7;
}
.main-menu li img{
    vertical-align: middle;
    width:280px;
}
.sub-menu a{
    background: linear-gradient(to bottom, #ff914b, #fe690a, #ff914b);
    padding: 30px;
    position: absolute;
    right: 50px;
    border-radius: 4rem;
    text-decoration: none;
    color: #fff;
    z-index: 4;
    box-shadow: 1px 1px 1px 1px #fece85;
}
.sub-menu a:hover{
    background: #fbfb91;
    color: #001858;
}
.catch-copy{
    position: absolute;
    right: 30px;
    top: 200px;
    z-index: 5;
    max-width: 27%;
}
.catch-copy img{
    width:100%;
    z-index:5;
}


/*---footer--------------*/

.site-footerA{
    background:#faeee7;
    position: relative;
    top: 200px;
    z-index: 80;
}
.site-footerB{
    background:#faeee7;
    position: relative;
    top: 3400px;  
    z-index: 80;
}
.site-footerC{
    background:#faeee7;
    position: relative;
    top: 500px;  
    z-index: 80;
    padding-top: 100px;
}
.site-footerD{
    background:#faeee7;
    position: relative;
    top: 500px;  
    z-index: 80;
    padding-top: 100px;
}
.site-footerE{
    background:#faeee7;
    position: relative;
    top: 600px; 
    z-index: 80;
    padding-top: 100px;
}
.site-footerF{
    background:#faeee7;
    position: relative;
    top: 2700px;  
    z-index: 80;
    padding-top: 100px;
}
.site-footerG{
    background:#faeee7;
    position: relative;
    top: 1800px;
    z-index: 80;
    padding-top: 100px;
}
.site-footer p{
    text-align: center;
}
#footer-tree{
    position: relative;
    top: -50px;
    width: 250px;
}
.fmenu-container{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    color: #001858;
    width: 80%;
}
.fmenu-box{
    width:16%;
    text-align: center;
}
.fmenu-plus{
    width:80%;
    margin: 30px auto 0;
}
.fmenu-plus p{
    text-align: right;
}
.fmenu-plus img{
    width: 150px;
}
.fmenu-plus img:hover{
    opacity:0.5;
}
.fmenu-box img{
    width:100px;
}
.fmenu-box img:hover{
    opacity:0.5;
}
.fmenu-box a{
    text-decoration: none;
    color:#001858;
}
.fmenu-box a:hover{
    color:#fe690a;
}
.fmenu-container02{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}
.fmenu-box02,.fmenu-box03{
    width:50%;
    color: #001858;
    line-height: 2rem;
}
.fmenu-box02 p{
    text-align: left;
    letter-spacing: 0.1rem;
}
#f-logo{
    width:250px;
}
.fmenu-box03 p{
    text-align: right;
}
.fmenu-box03 img{
    width:100%;
}
#mail{
    width: 150px;
    position: relative;
    top: -110px;
    left: 150px;
}
.sign{
    padding:5px 0;
    text-align: center;
    font-size: 14px;
}
#telinfo{
    width:400px;
}
#youchien{
    width:400px;
}
.f-tree{
    width:100%;
}
.f-tree img{
    width:100%;
}
