/* ///////////////////////////////////////


ヘッダー

/////////////////////////////////////// */
.header {
padding:20px 0 10px 0!important
}

.menu {
    margin-right: 310px!important
}

.logo,.seo{
 margin-left:25px!important;
}

.tel{
 display:flex;
}

.tel img {
    height: 80px;
}


.accessBtn_web{
 background-color: #06A097!important;
}



.contactBtn{
 max-width:340px;
 margin-top:60px;
}

.point{
 text-align:center!important;
}


@media (max-width: 767px) {
.header {
    padding: 30px 0 0 0 !important;
}
	
.header .mobileTel{
 font-size: 11px;
 padding: 6px 6px;
 right: 50px;
 height: 25px;
 line-height: 25px;
	}

.header .mobileWeb {
        display: block;
        position: fixed;
        right: 130px;
        box-shadow: inset 0px 1px 0px 0px #E67165;
        background: linear-gradient(to bottom, #F3887D 5%, #ff7162 100%);
        background-color: #ff7162;
        border-radius: 6px;
        border: 1px solid #ff7162;
        display: inline-block;
        cursor: pointer;
        font-size: 10px;
        color: #ffffff;
        font-weight: bold;
        padding: 6px 6px;
        text-decoration: none;
        height: 25px;
	   line-height: 12px;
    }
	
.header  .btn-trigger {
    width: 25px;
	}

.logo,.seo{
 margin-left:15px!important;
}
}