@charset "utf-8";
@import url('//fonts.googleapis.com/css2?family=Heebo:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*header
----------------------------------------*/
.headerOver {
    background: #F0F0F0;
}

.headerUnder {
    background: #FFF;
}
header {
    border-left: 32px solid #0065AB;
}

.d-none.d-md-block.headerUnder {
    border-bottom: 6px solid #0065AB;
}
.headerSearch .form-inline .form-control::placeholder {
    font-size: 0.7rem;
    line-height:32px;
}

.headerSearch .form-inline .form-control {
    border-radius: 9999px 0 0 9999px;
    margin-right: 0!important;
    height: 55px;
    max-width: calc(100% - 40px);
    width: 500px;
}

.contactForm .form-control::placeholder {
    color : #999999;
}
.MainVis-Search-Wrap .headContact a {
    height: 50px;
}
.headerSearch .btn-outline-success {
    border-radius: 0 9999px 9999px 0;
    background-color: #A8A7A7;
    border: 1px solid #A8A7A7;
    color: #FFF;
    font-size: 0.8rem;
    height: 55px;
}
.headerTel p {
    margin-bottom: 0;
}
.headerTel a {
    font-size: 1.4rem;
}
.headContact {
    color: #fff;
}

.headContact a {
    display: flex;
    align-items: center;
    height: 100%;
    background: #E85267;
    justify-content: center;
    color: #FFF;
}
.headContact a i {
    opacity: 0.6;
}

.text_red {
    color: #e85267;
}

/* Nav */
.d-none.d-md-block li.nav-item.active:after {content: "\f239";position: absolute;bottom: calc(-1em + 1px);left: calc(50% - 4px);font-family: "Font Awesome 5 Free";color: #e85267;}

.d-none.d-md-block li.nav-item.active:before {content: "";width: 100%;height: 6px;background: #E85267;display: block;position: absolute;bottom: calc(-1em - 1px);left: 0;}

li.nav-item {
    position: relative;
    line-height: 1.2rem;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 0.8rem;
}


/* Footer */

p.footerTel {
    position: relative;
}
.footerContact {
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Footer {
    background: #b9b7b7;
}

.footerTel:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left:0;
}
.copyright {
    color: #ACACAC;
    font-family: 'Noto Sans JP', sans-serif;
}

/*Linelist*/
.lineListInner-under {
    color: #212529;
}
.lineLogoUnder {

}

.lineLogoUnder p {
    background: #0065AB;
    color: #FFF;
    font-weight: bold;
    min-height: 4em;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    position: relative;
}
a.lineLogoOver {
    display: flex;
    background: #FFF;
    border-right: 1px solid #CCC;
    height: 80px;
    justify-content: center;
    align-items: center;
}
.lineLogo:last-child a.lineLogoOver {border-right: none;}
.lineArc {/* background: #ACACAC; */}
.background-gray {
    background: #ACACAC;
}

.background-gray .row {
    margin: 0px 0px;
}
a.lineLogoOver img,a.lineLogoOver picture {
    max-height: 50px;
}
.lineLogoUnder p:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 5px;
    bottom: -3px;
    opacity: 0.3;
    font-size: 21px;
    transform: rotateZ(45deg);
}
/*小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) {
    .navWrap {
        width: 100%;
    }
}

/*中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) {
    /*header
    ----------------------------------------*/
    ul.navbar-nav {
        flex-direction: row;
    }
    .navWrap {
        width: auto;
    }
    .headerTel p {
        margin-bottom: 0;
        font-size: 1.3vw;
    }
    .headerTel a {
        font-size: 2.4vw;
    }
}

/*大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) {
    .footerTel:after {
            left: calc((100vw - 1040px) / 2 * -1);
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.9rem;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        font-size: 18px;
    }
}

/*特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {
    .headerTel a{
        font-size: 1.75rem;
    }
    .headerTel p{
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
    /*Header
    ----------------------------------------*/
    header.fixed-top {
        position: static;
        border: none;
    }
    .d-md-none .navbar-brand {
        margin-right: 0;
    }

    .sp-headerContact {
        font-size: 0.7em;
    }

    .sp-headerContact a {
        padding: 6px 0;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }.bg-light.open {
        background: #0065ab!important;
    }header.open {
        border-left: none;
    }

    nav.navbar.open {
        min-height: 100vh;
        align-items: flex-start;
        height: auto;
    }

    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link {
        color: #FFF;
    }
    li.nav-item {
        width: 100%;
        text-align: left;
    }
    button.sp-navSearchBtn {
        max-width: 5rem;
    }
    .open .spLogo,.spLogo_w {
        display: none;
    }

    .open .spLogo_w, .spLogo {
        display: block;
    }
    .forSP .navbar-collapse .bg-white {
        width: 100%;
        max-width: none;
    }
    div.MainVis {
        height: 330px;
        padding-top: 0;
        min-height: auto;
    }
    /*Footer
    ----------------------------------------*/
    .footerOhtertxt {
        font-size: 1.15rem;
    }
    .spFooterNav {
        background: #E85267;
        color: #fff;
    }
    .spFooterNav a{
        color: #fff;
    }
    .spFooterNav p {
        margin-bottom: 10px;
        line-height: 1.4em;
        font-size: 12px;
    }

    .spFooterNav i {
        font-size: 20px;
        padding: 10px 0;
    }
    .copyright {
        margin-bottom: 93px;
    }
    p.footerTel {
        text-align: center;
    }
    /*linelist
    ----------------------------------------*/
    .lineLogoUnder.bg-dark {
        background: none!important;
    }
}