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

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

footer {
    clear: both;
    height: auto;
    width: 100%;
    min-width: 1200px;
    margin-top: auto;
    background: #307dbd;
    position: relative;
}

footer::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/footer_back.png) center bottom repeat-x;
    background-size: auto;
    height: 48px;
    width: 100%;
    position: absolute;
    top: -48px;
}

.footer_area {
    height: auto;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 10px 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_logo_area {
    width: 550px;
}

.footer_logo_area p {
    margin-bottom: 0;
    color: #fff;
}

.footer_logo_area p.time_header {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    position: relative;
    left: -5px;
}

.footer_logo a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
}

.footer_logo a span {
    font-size: 32px;
    letter-spacing: 1.5px;
    position: relative;
    top: 2px;
    left: -2px;
}

.footer_logo a::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/logo.webp) no-repeat;
    background-size: 70px;
    height: 70px;
    width: 70px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.footer_logo:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer_address {
    display: flex;
    padding-left: 5px;
    margin-bottom: 20px;
}

.footer_address_l {
    width: 100px;
}

.footer_address_l p {
    font-size: 15px;
    line-height: 170%;
}

.footer_address_r {
    text-align: left;
}

.footer_address .tel_sp a {
    color: #fff !important;
    text-decoration: none;
}

.footer_navi_area {
    width: 530px;
    display: flex;
    justify-content: flex-start;
}

.menu-footer-navi1-container {
    width: 315px;
    height: auto;
}

.menu-footer-navi2-container {
    height: auto;
}

ul#menu-footer-navi1 li.menu-item a,
ul#menu-footer-navi2 li.menu-item a {
    font-size: 15px;
    padding: 0 15px 6px 0;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 100%;
    color: #fff;
    text-decoration: none !important;
    position: relative;
}

ul#menu-footer-navi1 li.menu-item a::before,
ul#menu-footer-navi2 li.menu-item a::before {
    content: "";
    background: url(/wp-content/uploads/navi_icon.png) no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    display: inline-block;
    padding-right: 15px;
}

ul#menu-footer-navi1 li.menu-item a::after,
ul#menu-footer-navi2 li.menu-item a::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

ul#menu-footer-navi1 li.menu-item a:hover,
ul#menu-footer-navi2 li.menu-item a:hover {
    text-decoration: none;
}

ul#menu-footer-navi1 li.menu-item a:hover::before,
ul#menu-footer-navi2 li.menu-item a:hover::before {
    text-decoration: none;
}

ul#menu-footer-navi1 li.menu-item a:hover::after,
ul#menu-footer-navi2 li.menu-item a:hover::after {
    transform: scale(1, 1);
}

.area {
    width: 1185px;
    margin: 35px auto;
    padding: 35px 45px 40px;
    background: url(/wp-content/uploads/main_sub_bg.png) repeat;
    border-radius: 10px;
    position: relative;
}

.area::before {
    content: '';
    background: url(/wp-content/uploads/map_icon.png)no-repeat;
    background-size: 55px;
    width: 55px;
    height: 55px;
    margin: auto;
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
}

.area p.area_title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.area p {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
}

.footer_sns {
    width: 170px;
    margin: 30px auto 40px;
    text-align: center;
}

.footer_sns p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
    padding: 0 10px 13px 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
}

.footer_sns p::before {
    content: '';
    position: absolute;
    top: 32%;
    left: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.footer_sns p::after {
    content: '';
    position: absolute;
    top: 32%;
    right: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.footer_sns ul {
    display: flex;
    justify-content: space-between;
}

.footer_sns li a {
    display: block;
    width: 45px;
    height: 45px;
}

.footer_sns li a:hover {
    text-decoration: none;
}

.copyright {
    clear: both;
    height: auto;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0;
    line-height: 100%;
}


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

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

footer {
    height: auto;
    min-width: 100%;
    width: 100%;
    margin-bottom: 95px;
}

.footer_area {
    width: 90%;
    margin: 25px auto 0;
    text-align: center;
    padding: 0;
    display: block;
}

.footer_logo_area {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.footer_logo a {
    display: block;
    color: #fff;
    text-align: left;
    font-size: 11px;
    line-height: 148%;
    letter-spacing: 0.5px;
    z-index: 1;
    margin: 0 auto 25px;
    vertical-align: middle;
}

.footer_logo a span {
    font-size: 19px;
    letter-spacing: 1.5px;
    position: relative;
    top: 7px;
}

.footer_logo a::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/logo.webp) no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    float: left;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.footer_address {
    width: 295px;
    display: flex;
    padding-left: 0;
    margin-bottom: 25px;
    flex-direction: column;
}

.footer_address_l {
    width: auto;
    text-align: left;
    margin-bottom: 5px;
}

.footer_navi_area {
    display: none;
}

.area {
    width: 90%;
    max-width: 345px;
    margin: 35px auto;
    padding: 35px 8% 30px;
    background: url(/wp-content/uploads/main_sub_bg.png) repeat;
    border-radius: 10px;
    position: relative;
}

.area p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.area p.area_title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.footer_sns {
    margin: 10px auto 30px;
}

.footer_sns ul {
    display: flex;
    max-width: 265px;
    justify-content: space-between;
    margin: 0 auto;
}

}


/*----------------------------------------------------
	Google Map
--------------------------------------------------- */

.tag.tag_map {
    font-size: 12px;
    font-style: normal;
    line-height: 100%;
    padding: 2px 10px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.tag.tag_map::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #a7d6ee;
}

.tag.tag_map a {
    text-decoration: none;
    color: #fff;
}

.tag.tag_map::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.tag.tag_map a:hover {
    text-decoration: none;
}

.tag.tag_map:hover::after {
    transform: scale(1, 1);
}


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

.tag.tag_map {
    font-size: 11px;
    font-style: normal;
    line-height: 100%;
    padding: 2px 0;
    margin: 2px 0 5px 0;
    position: relative;
    top: 0;
    display: block;
    width: 90px;
}

}


/* -----------------------------------------------------------
	お問い合わせバナー
----------------------------------------------------------- */

#contact {
    clear: both;
    height: auto;
    width: 100%;
    min-width: 1200px;
    display: block;
    margin-top: auto;
    background: url(/wp-content/uploads/main_sub_bg.png) repeat;
}

.contact_in {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 95px;
    position: relative;
}

.contact_in::after {
    content: '';
    display: inline-block;
    width: 230px;
    height: 257px;
    background: url(/wp-content/uploads/contact_bg.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    right: -19px;
}

#contact h2 {
    color: #111;
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

#contact h2 span.note {
    display: inline-block;
    font-size: 20px;
    line-height: 100%;
    position: relative;
    padding: 0 10px;
}

#contact h2 span.note::before {
    content: '';
    position: absolute;
    bottom: 38%;
    left: -20px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #111;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#contact h2 span.note::after {
    content: '';
    position: absolute;
    bottom: 38%;
    right: -8px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #111;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.contact_area {
    height: auto;
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start;
}

.contact_area .contact_tel {
    width: 365px !important;
    height: 88px;
    text-align: center;
    background: #e07aa7;
    border-radius: 10px;
    padding: 15px 32px 0;
    margin-right: 2%;
    display: flex;
    flex-wrap: wrap;
}

#contact p.tel_contact {
    margin-bottom: 0;
}

#contact .tel_contact a {
    cursor: default;
    pointer-events: none;
    height: 38px;
    font-size: 38px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 100%;
    padding-top: 1px;
    font-family: tauri;
    margin-bottom: 2px;
}

#contact .tel_contact a::before {
    content: "";
    background: url(/wp-content/uploads/tel_white.png) no-repeat;
    background-size: 33px;
    height: 33px;
    width: 33px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: -3px;
}

#contact .tel_contact a:hover {
    text-decoration: none;
}

#contact p.time {
    margin-bottom: 0;
    line-height: 100%;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
    top: -8px;
}

.contact_line {
    margin-right: 2%;
    z-index: 5;
}

.contact_line_btn {
    width: 230px;
    height: 88px;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 140%;
    padding: 0 10px 0 0;
    margin-top: 2px;
    color: #fff !important;
    background: #18b829;
    border-radius: 10px;
    justify-content: center;
    text-align: left;
}

.contact_line_btn::before {
    content: "";
    background: url(/wp-content/uploads/icon-line-circle.png) no-repeat;
    background-size: 65px;
    height: 65px;
    width: 65px;
}

.contact_mail {
    z-index: 5;
}

.contact_more_btn {
    width: 230px;
    height: 88px;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 140%;
    padding: 0 0 0;
    margin-top: 2px;
    color: #fff !important;
    text-align: left;
    background: #f7a917;
    border-radius: 10px;
    justify-content: center;
}

.contact_more_btn::before {
    content: "";
    background: url(/wp-content/uploads/mail.png) no-repeat;
    background-size: 41px;
    height: 41px;
    width: 40px;
    margin-right: 15px;
}

#contact_sp {
    display: none;
}


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

#contact {
    width: 100%;
    min-width: 100%;
}

.contact_in {
	width: 85%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 75px;
}

.contact_in::after {
    content: '';
    display: inline-block;
    width: 145px;
    height: 209px;
    background: url(/wp-content/uploads/contact_bg.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -32px;
    right: -8%;
    z-index: 10;
}

#contact h2 {
    color: #111;
    font-size: 21px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

#contact h2 span.note {
    display: inline-block;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 1px;
    position: relative;
    padding: 0 10px;
    margin-bottom: 5px;
}

#contact h2 span.note::after {
    content: '';
    right: -17px;
}

.contact_area {
    height: auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.contact_area .contact_tel {
    width: 100% !important;
    height: 80px;
    background: #e07aa7;
    border-radius: 10px;
    padding: 14px 15px 0;
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contact .tel_contact a {
    cursor: default;
    pointer-events: none;
    font-size: 31px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 100%;
    padding-top: 1px;
    font-family: tauri;
    margin-bottom: 2px;
}

#contact .tel_contact a::before {
    content: "";
    background: url(/wp-content/uploads/tel_white.png) no-repeat;
    background-size: 25px;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

#contact p.time {
    margin-bottom: 0;
    line-height: 100%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    top: -7px;
}

.contact_line {
    width: 100% !important;
    margin: 0 auto 10px;
    z-index: 5;
    background: #18b829;
    border-radius: 10px;
    text-align: center;
}

.contact_line_btn {
    width: 100%;
    height: 80px;
}

.contact_mail {
    width: 100% !important;
    margin: 0 auto 10px;
    z-index: 5;
    background: #f7a917;
    border-radius: 10px;
    text-align: center;
}

.contact_more_btn {
    width: 100%;
    height: 80px;
}


#contact_sp {
    width: 100%;
    height: 95px;
    display: block;
    background: #327fba;
    border-top: 1px solid #fff;
    padding: 5px 0 10px;
    position: fixed;
    bottom: 0;
    z-index: 10;
}

#contact_sp p.contact_title_sp {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

.contact_area_sp {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

#contact_sp .contact_tel_sp {
    width: 56%;
    height: 50px;
    text-align: center;
    background: #e07aa7;
    border-radius: 5px;
    padding: 7px 0 0;
    margin-right: 3%;
    display: flex;
    flex-wrap: wrap;
}

.tel_contact_sp a {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    font-family: tauri;
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
}

#contact_sp .contact_tel_sp p {
    width: 100%;
    margin-bottom: 0;
    color: #fff;
}

#contact_sp .contact_tel_sp p.time_sp {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
    position: relative;
    top: -8px;
    left: -12px;
}

#contact_sp .contact_tel_sp:hover,
.contact_more_btn_sp:hover {
    opacity: 0.7;
}

.contact_mail_sp {
    width: calc(100% - 59%);
    float: none;
    text-align: center;
}

.contact_more_btn_sp {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
    line-height: 125%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #f7a917;
    color: #fff;
    border-radius: 5px;
}

.contact_more_btn_sp::before {
    content: "";
    background: url(/wp-content/uploads/mail.png) no-repeat;
    background-size: 28px;
    height: 28px;
    width: 28px;
    margin-right: 10px;
}

}