@charset "utf-8";
/* ヘッダ
---------------------------------------------------------------------------*/
header {
    overflow: auto;
    min-height: 80px;
    margin-bottom: 100px;
    width:900px;
    position:fixed;
    top:0;
    background-color: white;
    z-index: 50;
}
.header_logo{
    display:flex;
    align-items: center;
}
.header_text {
    /* float: left; */
    width: 400px;
}
.syamei_j {
    
    margin-left: 5%;
    font-size: 36px;
    margin-bottom: -0px;
    padding: 0px 0px 0px 0px;
    width: 360px;
    height: 1.5em;
    line-height: 2em;
    font-weight: 900;
    font-family: "新丸ゴ B";
}
.syamei_e {
     margin-left: 200px;
    font-size: 12px;
    width: 200px;
}
.header_address {
    /* float: left; */
    /* margin-top: 0px;
    margin-left: 0px; */
    /* font-size: 10px; */
    line-height: 1.3rem;
    margin-bottom: 10px;
}
.header_address li {
        margin: -5px 0px -5px 0px;
    padding: 0px 0px 0px 0px;
   }
.header_address a {
    text-decoration: none;
    background-color: rgba(255,255,255,0);
}
@media screen and (max-width:900px) {
    header{
        width:100%;
    }
}
@media screen and (max-width: 600px) {
    .header_address {
            display: none;
    }
    .header_address ul{
        display:flex;
    }
    .header_text {
        width:100%;
        float:none;
    }
    .syamei_j {
            font-size: 24px; 
            width: 260px;
        }
        .syamei_e {
            margin-left: 50px;   
        }
}
.sel-lang{
    margin-left:auto;
    border:gray solid 1px;
    border-radius:5px;
    padding:2px 5px 2px 5px;
    text-align: center;
    line-height: 1em;
    white-space: nowrap;
}
@media screen and (max-width: 600px){
    .sel-lang{
        margin-left:auto; margin-right:50px;
    }
}