@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	footer(PC)
----------------------------------------------------------- */

footer {
    clear: both;
    height: auto;
    width: 100%;
    background: var(--primary-color);
}

.footer_area {
    height: auto;
    width: 90%;
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    padding: 85px 0 60px;
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.footer_logo_area {
    width: 320px;
    text-align: left;
    margin-right: 20px;
}

.footer_logo_area p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_logo_area  .tel_sp a {
    color: #fff;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_logo a {
    font-size: 31px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.4;
    position: relative;
    left: -3px;
}

.footer_logo a .sub {
    font-size: 18px;
    text-decoration: none;
    text-align: left;
    display: block;
    position: relative;
    left: 3px;
}

.footer_logo a:hover {
    opacity: 0.7;
    transition: 0.3s;
    text-decoration: none;
}

.footer_navi_area {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    padding-top: 5px;
}

.menu-footer-navi1-container,
.menu-footer-navi2-container {
    width: 30%;
    margin-right: 5%;
}

.footer_navi_area ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
}

.footer_navi_area ul li {
    margin-bottom: 5px;
}

ul#menu-footer-navi1 li a,
ul#menu-footer-navi2 li a,
ul#menu-footer-navi3 li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: flex;
    text-decoration: none;
    position: relative;
}

ul#menu-footer-navi1 li ul.sub-menu,
ul#menu-footer-navi2 li ul.sub-menu,
ul#menu-footer-navi3 li ul.sub-menu {
    margin-left: 18px;
}

ul#menu-footer-navi1 li ul.sub-menu li a,
ul#menu-footer-navi2 li ul.sub-menu li a,
ul#menu-footer-navi3 li ul.sub-menu li a {
    font-size: 14px;
}

ul#menu-footer-navi1 li ul.sub-menu li a::before,
ul#menu-footer-navi2 li ul.sub-menu li a::before,
ul#menu-footer-navi3 li ul.sub-menu li a::before {
content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #90d3f9;
    position: absolute;
    left: -17px;
    top: 12px;
}

ul#menu-footer-navi1 li a:hover,
ul#menu-footer-navi2 li a:hover,
ul#menu-footer-navi3 li a:hover {
    text-decoration: none;
    color: #90d3f9;
}

.copyright {
    clear: both;
    height: auto;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    margin: 0 auto;
    padding: 50px 0 20px 0;
    line-height: 1;
}


@media screen and (max-width: 1600px) {

.footer_navi_area {
    width: 65%;
}

.menu-footer-navi1-container,
.menu-footer-navi2-container {
    width: 25%;
    margin-right: 5%;
}

}


/* -----------------------------------------------------------
	footer(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 1000px) {

.footer_area {
    width: 90%;
    max-width: 290px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 10px;
}

.footer_logo_area {
    width: 100%;
    margin: 0;
}

.footer_logo_area p {
    margin-bottom: 2px;
}

.footer_navi_area {
    display: none;
}

.copyright {
    width: 100%;
    height: 30px;
    font-size: 10px;
    margin: 50px auto;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

}


/* -----------------------------------------------------------
	mapエリア
----------------------------------------------------------- */

.map-area {
    clear: both;
    width: 100%;
    margin-top: auto;
    margin-bottom: -10px;
    position: relative;
}

.map-area::after {
    content: "";
    background: url(/wp-content/uploads/footer_area_before.png) no-repeat;
    background-size: 450px;
    width: 450px;
    height: 142px;
    position: absolute;
    right: 2%;
    top: -142px;
}

.map-area iframe[src^="https://www.google.com/maps/"] {
    width: 100%;
    height: 400px;
}


@media screen and (max-width: 1260px) {

.map-area {
    height: 320px;
}

.map-area::after {
    content: "";
    background: url(/wp-content/uploads/footer_area_before.png) no-repeat;
    background-size: 300px;
    width: 300px;
    height: 95px;
    position: absolute;
    right: 2%;
    top: -95px;
}

.map-area iframe[src^="https://www.google.com/maps/"] {
    width: 100%;
    height: 320px;
}

}


/* -----------------------------------------------------------
	SP下部固定お問い合わせバナー
----------------------------------------------------------- */

#contact_sp {
    display: none;
}


@media screen and (max-width: 768px) {

#contact_sp {
    width: 100%;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 10;
    box-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
}

.contact_area_sp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

#contact_sp .contact_tel_sp {
    width: 100%;
    text-align: center;
}

.tel_contact_sp {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tertiary-color);
    color: #fff;
    border-right: 1px solid #fff;
}

.tel_contact_sp::before {
    content: "\f3cd";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 25px;
    margin-right: 10px;
    display: inline-block;
}

.tel_contact_sp:hover {
    background: #002a9d;
}

}