@charset "utf-8";
/* CSS Document */

/***画面全体にローディング画面を表示***/
#showloading {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.hidden {
    display: none;
}

#showloading {
    background-color: #fff;
    color: #000;
    font-weight: 800;
    font-size: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Khula", sans-serif;
    height: 100vh;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

#load {
    position: absolute;
    width: 600px;
    height: 36px;
    left: 50%;
    top: 40%;
    margin-left: -300px;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#load div {
    position: absolute;
    width: 20px;
    height: 36px;
    opacity: 0;
    font-family: "Segoe UI", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    animation: move 2s linear infinite;
    -o-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -webkit-animation: move 2s linear infinite;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: #000;
    font-weight: 500;
    font-size: 5rem;
}

#load div:nth-child(2) {
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

#load div:nth-child(3) {
    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

#load div:nth-child(4) {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

#load div:nth-child(5) {
    animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

#load div:nth-child(6) {
    animation-delay: 1s;
    -o-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

#load div:nth-child(7) {
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    35% {
        left: 41%;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    65% {
        left: 59%;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    100% {
        left: 100%;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    35% {
        left: 41%;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    65% {
        left: 59%;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    100% {
        left: 100%;
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    35% {
        left: 41%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    65% {
        left: 59%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    100% {
        left: 100%;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    35% {
        left: 41%;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    65% {
        left: 59%;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    100% {
        left: 100%;
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0;
    }
}
















/***********************************/

.display_pc {
    display: none;
}

.display_sp {
    display: block;
}

html {
    width: 100%;
    font-size: 62.5%;
}

.min {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gosi {
    font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
    line-height: 1.5em;
    font-family: "Segoe UI", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin-top: 7rem;
    overflow-X: hidden;
    font-size: 1.6rem;
}

.center {
    text-align: center;
}

.w100 {
    width: 100%;
}

.page_top_area {
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    width: 7rem;
    z-index: 1000;
    transition: .5s;
}

.page_top_area:hover {
    transform: translateY(-8px);
    transition: .5s;
}

.page_top_area img {
    width: 100%;
}

header nav>.dis_fle {
    display: flex;
    justify-content: space-between;
    padding-top: 1.1rem;
    background: #fff;
}

header.fix nav>.dis_fle {
    display: none;
}

header nav .left_con {
    width: 44rem;
}

header nav .left_con .left_con_inner {
    width: 100%;
}

header nav .left_con .left_con_inner img {
    width: 100%;
}

header nav .left_con .left_con_inner img:hover {
    opacity: 0.6;
    transition: 0.5s;
}

header nav .right_con {
    width: 51rem;
}

header nav .right_con_inner {
    display: flex;
    justify-content: space-between;
}

header nav .right_con_inner .lef {
    width: 21rem;
    font-size: 2.2rem;
    font-weight: bold;
}

header nav .right_con_inner .lef>div {
    margin-bottom: 5px;
}

header nav .right_con_inner .lef .dis_fle {
    display: flex;
}

header nav .right_con_inner .lef .dis_fle span {
    display: inline-block;
    line-height: 1.5em;
    padding: 0 .5rem;
    background: #027d22;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    margin-right: 1rem;
    width: 36px;
}

header nav .right_con_inner .rig {
    width: 30rem;
    font-size: 3rem;
    font-weight: bold;
    color: #027d22;
}

header nav .right_con_inner .rig a {
    color: #027d22;
    height: 4.8rem;
    line-height: 4.8rem;
}

header nav .right_con_inner .rig a p {
    padding-left: 6rem;
    margin-left: 2rem;
    padding-right: 3rem;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #000;
}

header nav .right_con_inner .rig a p::before {
    content: "";
    display: block;
    width: 36px;
    height: 25px;
    background-image: url(../img/common/mail_icon.png);
    background-size: cover;
    position: absolute;
    top: 54%;
    left: 13px;
    transform: translateY(-50%);
}

header nav .right_con_inner .rig a p::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform-origin: right;
    transform: rotate(30deg);
}

header nav .right_con_inner .rig a:hover p::before {
    transform: translateY(-40%);
    transition: 0.5s;
}

h2 {
    font-weight: bold;
}

.site_wrap {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
}

h3 {
    font-size: 2.4rem;
    font-weight: bold;
    border-left: 5px solid #368D26;
    border-bottom: 1px solid #707070;
    line-height: 2em;
    padding-left: 3rem;
    margin-bottom: 2rem;
}

.oneday h2:not(.not_before, .top h3) {
    font-size: 2.4rem;
    font-weight: bold;
    border-left: 5px solid #368D26;
    border-bottom: 1px solid #707070;
    line-height: 2em;
    padding-left: 3rem;
    margin-bottom: 2rem !important;
}

/* 全体のコンテナ（サービス） */
.service-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
    font-family: sans-serif;
    text-align: center;
}

/* 共通の見出し */
.section-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}

/* カードを並べるグリッドレイアウト（3列） */
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 30px auto;
}

/* 各カードのデザイン（サービス） */
.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 20px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* アイコン画像のサイズ調整（サービス） */
.service-icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.service-icon img {
    max-height: 70px; /* 画像の最大の高さを指定 */
    width: auto;     /* 横幅は比率に合わせて自動調整 */
    display: block;
}

/* テキストのデザイン */
.service-text {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

/* 「すべてのサービスを見る」リンク */
.service-more a {
    color: #1b7b34;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.service-more a:hover {
    text-decoration: underline;
}

/* 全体のコンテナ（選ばれる理由） */
.reason-section {
    background-color: #eeeeee;
    padding: 40px 20px;
    font-family: sans-serif;
    text-align: center;
}

/* 4つのカードを並べるグリッドレイアウト（4列） */
.reason-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto 30px auto;
}

/* 各カードのデザイン（選ばれる理由） */
.reason-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 20px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reason-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* アイコン画像のサイズ調整（選ばれる理由） */
.reason-icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.reason-icon img {
    max-height: 70px; /* 画像の最大の高さを指定 */
    width: auto;     /* 横幅は比率に合わせて自動調整 */
    display: block;
}

/* テキストのデザイン（改行対応） */
.reason-text {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
}

/* 「選ばれる理由を見る」リンク */
.reason-more a {
    color: #1b7b34;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.reason-more a:hover {
    text-decoration: underline;
}

/* 画面が狭いときの調整（スマホ対応） */
@media (max-width: 768px) {
    .service-grid,
    .reason-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

footer {
    background: #87fbce;
    padding-top: 4rem;
    font-size: 1.8rem;
    line-height: 1.5em;
}

.footer_top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.footer_top ul {
    width: calc(100% / 3);
}

.footer_top ul li a {
    position: relative;
}

.footer_top ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s;
}

.footer_top ul li a:hover::before {
    transform: scaleX(1);
    transition: .3s;
    transform-origin: left;
}

.footer_bottom {
    background-image: url(../img/common/foot_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-bottom: 6rem;
}

.footer_bottom .logo_area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 87rem;
    margin: 0 auto;
    position: relative;
}

.footer_bottom .logo_area::before {
    content: "";
    display: block;
    width: 10rem;
    height: 2rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.footer_bottom .logo_area::after {
    content: "";
    display: block;
    width: 10rem;
    height: 2rem;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}


.footer_bottom .logo_area .logo {
    width: 51.6rem;
}

.footer_bottom .logo_area .address {
    width: calc(100% - 51.6rem);
    position: relative;
}

.footer_bottom .logo_area .address p {
    width: 100%;
    padding-left: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

.footer_bottom .sns_area {
    display: flex;
    flex-wrap: wrap;
    width: 20rem;
    margin: 1rem auto 0;
    justify-content: center;
}

.footer_bottom .sns_area>div {
    width: 6rem;
}

.footer_bottom .sns_area>div:first-of-type {
    margin-right: 2rem;
}

.footer_bottom .sns_area>div a {
    width: 100%;
    display: block;
}

.footer_bottom .sns_area>div a img {
    width: 100%;
}

.footer_bottom .sns_area>div a:hover img {
    opacity: 0.8;
    transition: 0.5s;
}

footer .copy {
    width: 100%;
    background: #028223;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

footer .copy a {
    color: #fff;
}

.kasou_header .header_inner .under_line {
    width: 15rem;
    display: flex;
    height: 1px;
    bottom: 5.6rem;
    position: absolute;
}

.kasou_header .header_inner .under_line span {
    width: calc(100% / 3);
    background: #000;
}

.kasou_header .header_inner .under_line span.green {
    background: #027d22;
}

h2:not(.top h2) {
    display: inline-block;
    padding: 0 4rem;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    background: #368D26;
    height: auto;
    line-height: 6rem;
    position: relative;
    left: -2rem;
    margin-bottom: 6rem;
}

h2:not(.not_before, .top h2)::before {
    content: "";
    width: 0;
    height: 0;
    border-right: 2rem solid #000;
    border-bottom: 1rem solid rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
}

.sec07 h2::before {
    content: "";
    display: none !important;
}

.gmap_area iframe {
    width: 100%;
    height: 300px;
    display: block;
}

.footer_banner_area {
    max-width: 1200px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto 2rem;
}

.footer_banner_area .footer_banner {
    width: 490px;
    transition-duration: .3s;
}

.footer_banner_area .footer_banner:hover {
    opacity: .7;
    transition-duration: .3s;
}

.footer_banner_area .footer_banner img {
    width: 100%;
}








@media screen and (min-width: 768px) {
    main {
        overflow-X: hidden;
    }

    .display_pc {
        display: block;
    }

    .display_sp {
        display: none;
    }

    header {
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
    }

    header nav .under_nav {
        background: rgba(0, 133, 14, .7);
        border-top: 7px solid #93e09b;
    }

    header.fix nav .under_nav {
        border-top: none;
    }

    header nav ul {
        display: flex;
        justify-content: flex-end;
        width: auto;
        max-width: 120rem;
        margin: auto;
    }

    header nav ul.nav_menu {
        justify-content: space-between;
        height: 8rem;
    }

    header nav ul.nav_menu li {
        line-height: 8rem;
        width: calc(100%/6);
        position: relative;

    }

    header nav ul.nav_menu li::before {
        content: "";
        width: 2px;
        height: 5rem;
        background: #fff;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(15deg);
    }

    header nav ul.nav_menu li:last-of-type::after {
        content: "";
        width: 2px;
        height: 5rem;
        background: #fff;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(15deg);
    }

    header nav ul.nav_menu li a {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 8rem;
        color: #fff;
        position: relative;
        text-align: center;
        width: 100%;
        display: block;
    }

    header nav ul.nav_menu li a:hover {
        opacity: 0.7;
        transition: 0.5s;
    }

    header nav ul.nav_menu li.konna_nav {
        line-height: 1.5em;
        position: relative;
    }

    header nav ul.nav_menu li.konna_nav a {
        font-size: 1.6rem;
        line-height: 1.5em;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    header nav ul.nav_menu ul li a::after {
        content: "";
        display: flex;
        width: calc(100% + 10px);
        height: 3px;
        background-color: #f90;
        position: absolute;
        bottom: -8px;
        left: -5px;
        transform: scaleX(0);
        transform-origin: left;
        transition: .3s;
    }

    header nav ul.nav_menu ul li a:hover::after {
        transform: scaleX(1);
        transition: .3s;
    }

    header nav ul ul {
        display: flex;
        justify-content: flex-end;
    }

    header.fix {
        margin-top: 0;
        height: 8rem;
        transition: .5s;
    }

    header.fix>p {
        display: none;
    }

    header.fix nav ul.nav_menu>li {
        margin-top: 0;
        transition: all .5s;
    }

    header.fix nav .sub_nav {
        transform: translateY(-100%);
        transform-origin: top;
        transition: all .5s;
        z-index: -1;
        display: none;
    }

}

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

    body {
        margin-top: 0;
    }

    header {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        height: 7rem;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100000000;
        background-color: #fff;
    }

    nav {
        position: fixed;
        top: 0;
        left: calc(-76% - 4rem);
        background-color: rgba(255, 255, 255, .95);
        width: 84%;
        padding: 0;
        transition: all .5s;
        height: 100vh;
        overflow: auto;
    }

    nav.move {
        left: 0;
        transition: all .5s;
    }

    nav ul {
        font-size: 1.8rem;
        width: 100%;
    }

    nav ul li {
        border-bottom: 1px #028223 solid;
    }

    nav ul li.tel {
        border-bottom: none;
    }

    nav ul li.big_midasi {
        border-bottom: 1px #fff solid;
        color: #fff;
    }

    nav ul ul li:last-of-type {
        border-bottom: none;
        margin: 0rem 0 2rem;
    }

    nav ul li a {
        padding: 0.5rem 0 0.5rem 1em;
        display: inline-block;
        text-align: left;
        width: calc(100% - 1em);
        color: #000;
        background: #fff;
        font-weight: bold;
        font-size: 1.6rem;
    }

    nav ul li.big_midasi a {
        padding: 1rem 1rem 1rem 1em;
        display: inline-block;
        text-align: left;
        width: 100%;
        color: #fff;
        background: #028223;
        font-size: 1.6rem;
    }

    nav ul ul li:last-of-type a {
        background-color: #028223;
        color: #fff;
        padding: 1.4rem 0;
        text-align: center;
        margin: 0.5rem auto 0;
        display: block;
        width: 90%;
    }

    nav ul li.fax {
        border-bottom: none;
    }

    nav ul li.tel a,
    nav ul li.fax a {
        font-size: 1.8rem;
    }

    .humb {
        width: 8rem;
        height: 8rem;
        display: block;
    }

    .humb p {
        text-align: center;
        font-size: 1.4rem;
    }

    .humb span {
        width: 55%;
        height: .3rem;
        background-color: #300;
        display: block;
        margin: 0 auto;
    }

    .humb span:nth-child(1) {
        margin-top: 2rem;
        transition: all .2s;
    }

    .humb span:nth-child(2) {
        margin-top: 1.1rem;
    }

    .humb span:nth-child(3) {
        margin-top: 1.1rem;
        margin-bottom: .2rem;
        transition: all .2s;
    }

    .humb.move span:nth-child(1) {
        transform-origin: left;
        transform: rotate(40deg);
        transition: all .2s;
    }

    .humb.move span:nth-child(2) {
        opacity: 0;
    }

    .humb.move span:nth-child(3) {
        transform-origin: left;
        transform: rotate(-40deg);
        transition: all .2s;
    }

    .humb.move p {
        opacity: 0;
    }

    header .sp_logo {
        width: calc(100% - 8rem);
    }

    header .sp_logo a {
        display: block;
        width: 25rem;
        padding-top: 2rem;
        text-align: center;
    }

    header .sp_logo a img {
        width: 92%;
    }

    .page_top_area {
        position: fixed;
        right: 1rem;
        bottom: 7rem;
        width: 5rem;
        z-index: 1000;
        transition: .5s;
    }

    .footer_bottom .logo_area .logo {
        width: 100%;
        margin-bottom: 0rem;
        margin-top: 2rem;
    }

    .footer_bottom .logo_area .logo a {
        text-align: center;
    }

    .footer_bottom .logo_area .logo img {
        width: 87%;
    }

    .footer_bottom .logo_area .address p {
        width: 75%;
        margin: 0 auto 3rem;
        padding-left: 0;
        position: static;
        top: 50%;
        transform: translateY(0);
        font-weight: bold;
        font-size: 1.6rem;
    }

    .footer_bottom .sns_area {
        display: flex;
        flex-wrap: wrap;
        width: 70%;
        margin: 1rem auto 0;
    }

    .footer_bottom .sns_area>div {
        width: 6rem;
    }

    .footer_bottom .sns_area>div:first-of-type {
        width: 6rem;
        margin-right: 2rem;
    }

    .footer_bottom .sns_area {
        display: flex;
        flex-wrap: wrap;
        width: 60%;
        margin: 1rem auto 0;
    }

    footer .copy {
        width: 100%;
        background: #028223;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        padding: 20px 0;
    }

    .footer_bottom {
        background-image: url(../img/common/foot_bg.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        padding-bottom: 2rem;
    }

    .footer_top {
        display: none;
    }

    .footer_bottom .logo_area .address {
        width: 100%;
        position: relative;
    }

    .footer_top ul {
        width: calc(50% - 1em);
        padding: 0 0.5em;
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    .footer_top ul li {
        margin-bottom: .5rem;
    }

    footer {
        background: #87fbce;
        padding-top: 2rem;
        font-size: 1.8rem;
        line-height: 1.5em;
        margin-bottom: 5rem;
    }

    h2:not(.top h2) {
        line-height: 1.5em;
        position: relative;
        left: -2rem;
        margin-bottom: 4rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    #load div {
        font-size: 3rem;
        width: 30px;
        position: static;
    }

    #load {
        width: 100%;
        left: 0;
        top: 40%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }

    #showloading {
        width: 100%;
    }

    .footer_floating_menu {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        background: #028223;
        height: 70px;
    }

    .footer_floating_menu .btn_item_wrap {
        width: 100%;
        min-width: 100%;
        height: 70px;
        margin: 0;
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: space-between;
    }

    .footer_floating_menu .btn_item {
        padding: 0;
        width: 50%;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .footer_floating_menu .btn_item_mail {
        border-right: 1px solid #ffffff;
    }

    .footer_floating_menu .btn_item_mail a .icon {
        width: 36px;
        height: 22px;
    }

    .footer_floating_menu .btn_item_mail a .icon img {
        width: 25px;  /* アイコンの横幅を調整します（必要に応じて変更してください） */
        height: auto; /* 高さは比率を保ったまま自動調整 */
        display: block;
    }

    .footer_floating_menu .btn_item_tel a .icon img {
        width: 40px;  /* アイコンの横幅を調整します（必要に応じて変更してください） */
        height: auto; /* 高さは比率を保ったまま自動調整 */
        display: block;
    }


    .footer_floating_menu .btn_item a {
        background: #028223;
        width: 100%;
        height: 100%;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        line-height: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_floating_menu .btn_item a .text {
        position: relative;
        font-size: 1.5rem;
        line-height: 1.7rem;
        padding-left: 5px;
    }

    .footer_floating_menu .btn_item_mail a .text {
        color: #fff;
    }

    .footer_floating_menu .btn_item_tel a .icon {
        background: #028223;
        line-height: 1.5;
        color: #fff;
        font-size: 1.4rem;
    }

    .footer_floating_menu .btn_item_mail a .icon {
        width: 28px;
        height: 19px;
        line-height: 1.4;
    }

    .footer_floating_menu .btn_item_mail .icon img {
        width: 28px;
        /* アイコンの横幅を調整します（必要に応じて変更してください） */
        height: auto;
        /* 高さは比率を保ったまま自動調整 */
        display: block;
    }

    .gmap_area iframe {
        width: 100%;
        height: 260px;
    }

    .footer_banner_area {
        margin-bottom: 0;
    }

    .footer_banner_area .footer_banner {
        width: 90%;
    }

    .footer_banner_area .footer_banner:hover {
        opacity: 1;
    }






}