@charset "UTF-8";


/*------------------------------------------------------------
    県別スタイル
------------------------------------------------------------*/

/*  area_ttl
--------------------------------------------- */
.header__logo {
    margin-top: 14px;
}
.area_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-top: 5px;
    color: #636564;
    letter-spacing: 0;
}
.area_ttl i {
    font-size: 1.5rem;
    margin-top: -2px;
    margin-left: -3px;
}
.site_2 .area_ttl i {
    color: #e50020;
}
.site_3 .area_ttl i {
    color: #f03f49;
}
.site_4 .area_ttl i {
    color: #8bb504;
}
.site_5 .area_ttl i {
    color: #2fa8e1;
}
.site_6 .area_ttl i {
    color: #ed6d20;
}

@media screen and (max-width: 374px) {
    .header__logo {
        margin-top: 18px;
    }
    .area_ttl {
        font-size: 1rem;
    }
    .area_ttl i {
        font-size: 1.2rem;
        margin-top: 0;
    }
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
    .header__logo {
        margin-top: 3px;
    }
    .header__logo img {
        width: 180px;
    }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
    .header__logo {
        width: 400px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    .header__logo img {
        width: 203px;
    }
    .area_ttl {
        margin: 0 0 0 15px;
        color: #fff;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 1.3rem;
    }
    .site_2 .area_ttl {
        background: #e50020;
    }
    .site_3 .area_ttl {
        background: #f03f49;
    }
    .site_4 .area_ttl {
        background: #9dc815;
    }
    .site_5 .area_ttl {
        background: #2fa8e1;
    }
    .site_6 .area_ttl {
        background: #ed6d20;
    }
    .area_ttl i {
        color: #fff!important;
        font-size: 1.8rem;
        margin-top: 1px;
    }
} /* ----- media END ----- */


/*  ttl
--------------------------------------------- */
.site_2 .ttl_l:before,
.site_2 .ttl_s:before {
    background: #e50020;
}
.site_3 .ttl_l:before,
.site_3 .ttl_s:before {
    background: #f03f49;
}
.site_4 .ttl_l:before,
.site_4 .ttl_s:before {
    background: #9dc815;
}
.site_5 .ttl_l:before,
.site_5 .ttl_s:before {
    background: #2fa8e1;
}
.site_6 .ttl_l:before,
.site_6 .ttl_s:before {
    background: #ed6d20;
}
.site_2 .ttl_m {
    border-color: #e50020;
}
.site_3 .ttl_m {
    border-color: #f03f49;
}
.site_4 .ttl_m {
    border-color: #9dc815;
}
.site_5 .ttl_m {
    border-color: #2fa8e1;
}
.site_6 .ttl_m {
    border-color: #ed6d20;
}


/*------------------------------------------------------------
    fixed_footer
------------------------------------------------------------*/
.fixed_footer a.footer_event01{
    width: 100%;
    margin: 0 auto;
    background: #ed1c24;
    border-bottom: 3px solid #a01017;
}
.fixed_footer a {
    width: 50%;
}


@media screen and (max-width: 767px) {
    .fixed_footer .fixed_footer__yoyaku {
        background: #9dd335;
    }
    /* 固定フッター ---------------- */
    .fixed_footer a {
        width: 33.3333%;
        font-size: 1.2rem;
      }
      .fixed_footer .fixed_footer__tel {
        background: #1c9b46;
        letter-spacing: 0;
      }
      .fixed_footer .fixed_footer__tel .ico-tel {
        margin-right: 2px;
      }
      /* 固定フッター　end ---------------- */
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
    .fixed_footer .fixed_footer__yoyaku {
        margin-right: 30px;
    }
} /* ----- media END ----- */