﻿.bg_color1 {
    background-color: #f7c147;
}
.txt_color1{
    color: #f7c147;
}
.border_color1{
    border-color:#f7c147;
}
#fix_menu{
    background-color: #f7c147;
}
/*hamburger*/
@media screen and (max-width: 667px){
    .overlay {
        top: 78px;
    }
}
/*header*/
#logo h1 img{
    width: 100%!important;
}
@media screen and (max-width: 768px){
    #logo h1 img{
    width: 50%!important;
}
}
/*TOP*/
#top_contents1{
    background-image: url('./Dup/img/con1BG.jpg');
}
#top_contents1 h2{
    margin: 0 auto 40px auto;
    background-color: #fefefe;
    padding: 20px 0;
    border-radius: 50px;
    max-width: 45%;
}
#top_contact_box .bottom .inner p{
    min-width: 230px;
    text-align: right;
}
@media screen and (max-width: 768px){
    #top_contents1 h2{
        max-width: 100%;
    }
}
/*お問い合わせ*/
#inquiry p.width_300-max,#inquiry a.width_300-max{
    max-width: 500px;
}
#inquiry .mail_inq{
    width: 500px;
}
#inquiry .mail_inq a i{
    width: 25px;
    height: 24px;    
}
#inquiry .mail_inq a i::before{
    content: "";
    width: 100%;
    height: 100%;
    margin-top: 3px;
    display: block;
    background-image: url('./Dup/img/mailmark-b21.png');
    background-size: cover;
}
@media screen and (max-width: 768px){
    #inquiry a.width_300-max{
        width: 100%;
    }
        #inquiry .mail_inq{
        margin: 0 auto;
        margin-top: 40px;
        width: 100%;
    }
}
@media screen and (max-width: 668px){
    #page8 #contact_tel.font_8up{
        font-size: 1.0rem;
    }
    #page8 #contact_tel.font_8up a{
        font-size: 0.8rem;
    }
    #inquiry .mail_inq a i{
        width: 14px;
        height: 14px;    
    }
}
/*footer*/
#top_contact_box .con_bt a,#top_contact_box .tel_bt a{
    padding-left: 0;
}