@charset "UTF-8";

/**
 * オリジナルcss
 */

#header-in{
    display: none;
}

.header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #FFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.header .header_wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    height: 82px;
}

.header .titlearea{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;

}

#navi ul {
    border: none;
    background-color: #FFF;
    border-radius: unset;
}

.header #site-title{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: 0;
}

.header #site-title::before{
    content: '';
    display: block;
    background: url(../images/header/logo_image.png);
    width: 37px;
    height: 37px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 20px;
}

.header #site-title a{
    width: 193px;
    height: 26px;
}


.header .gaiso_logo_area{
    display: flex;
    display: -webkit-flex;
}

.header .gaiso_logo_area .logo_gaiso{
    width: 100px;
    height: 33px;
    margin-right: 18px;
}

.header .gaiso_logo_area .gaiso_takarazuka{
    width: 48px;
    height: 29px;
}


.header .header_tel{
    margin-left: auto;
    margin-right: 50px;
    line-height: 1em;
}

.header .header_tel p{
    font-size: 11px;
    margin-bottom: 9px;
}

.header .header_tel a{
    font-size: 26px;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    align-items: baseline;
    -webkit-align-items: baseline;
}

.header .header_tel a:before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/header/phone07.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.header .header_button{
    background: #E35910;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 267px;
    height: 48px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.header .header_button:before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/header/mail02.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 13px;
}





@media screen and (max-width: 1110px){
}
@media screen and (max-width:740px){
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

