/*ヘッダー
--------------------------------------*/
header{
	width: 100%;
	background-color: rgba(250,250,250,.9);
	height: 70px;
	z-index: 100;
    padding: 7px 0;
}
#header_lead{
    background-color: #0a306a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    height: auto;
}
#header_lead p{
    color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 9px;
}
header .inner{
    width: 100%;
    padding: 0 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    header{
        padding: 10px 0;
        height: auto;
    }
    header .inner{
        width: 100%;
        padding: 0 10px;
        display: block;
    }
}
header .inner .logo{
    float: left;
    width: 370px;
}
header .inner .header_right.pc_disp {
    width: 480px;
    padding-top: 0;
    display: flex;
}
header .inner .header_right.pc_disp .head-flex{
    display: flex;
}
header .inner .header_right.pc_disp .head-flex .txt{
    margin: 1px 10px 0 0;
    width: 240px;
}
header .inner .header_right.pc_disp p{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
header .inner .header_right.pc_disp .fa-phone{
    margin-right: 5px;
    font-size: 22px;
    line-height: 22px;
    color: #fa1b4c;
}
header .inner .header_right.pc_disp .telno{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    margin-right: 10px;
}
header .inner .header_right.pc_disp .p_02{
    font-size: 11px;
    border: 1px solid #000;
}
header .inner .logo img{
    width: 100%;
    display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    header .inner .logo{
        max-width: 250px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 600px) {
    header .inner .logo{
        width: 45%;
        padding-top: 15px;
    }
}
.header_right{
    float: right;
    width: 460px;
}
.header_right img{
    float: left;
    width: 214px;
    padding-top: 3px;
}
.header_right a{
    float: right;
    width: 230px;
    background-color: #e20271;
    color: #fff;
    border-radius: 8px;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    position: relative;
    transition: all .3s;
}
.header_right a:after{
    position: absolute;
    width: 18px;
    height: 18px;
    content: '';
    background-image: url(https://xn--ma-rj4a7b0en.com/wp-content/uploads/2023/12/btn_arrow_01.png);
    background-size: 18px 18px;
    top: 16px;
    right: 5px;
    display: block;
}
.header_right a:hover{
    background-color: #b20b5e;
    text-decoration: none;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .header_right_sp{
        float: right;
        width: 220px;
    }
    .header_btn_tel_sp{
        float: left;
        width: 60px;
        display: block;
    }
    .header_btn_tel_sp img{
        width: 100%;
        display: block;
    }
    .header_btn_mail_sp{
        float: right;
        width: 150px;
    }
    .header_btn_mail_sp img{
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .header_right_sp{
        float: right;
        width: 50%;
    }
    .header_btn_tel_sp{
        float: left;
        width: 27%;
        display: block;
    }
    .header_btn_mail_sp{
        float: right;
        width: 68%;
    }
}








