@charset "UTF-8";

/* =================
　　レイアウト共通
===================*/


.zen_font {
    font-family: 'Zen Maru Gothic', sans-serif;
}

.font_bold {
    font-weight: bold;
}

.text_align {
    text-align: center;
}

/* ボタン共通設定 */
.btn_color {
    background-color: #3CAB84;
    color: #fff !important;
}

.btn_color_focus:focus {
    background-color: #3CAB84;
    color: #fff;
}

*:focus {
    outline: none;
}

.btn_color_default {
    background-color: #3CAB84;
    color: #fff !important;
}


/* 電話 */
@media(min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}


/* セクションボタン共通設定 */
.sec_btn {
    border-radius: 25px;
    width: 270px;
    height: 50px;
    display: flex;
    margin: 0 auto;
    padding: 13px 0 13px 10px;
    align-items: center;
    gap: 38px;
    font-size: 18px;
}


/* セクション見出し */
.sec_h2 {
    margin-bottom: 10px;
    font-size: 36px;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.sec_h3 {
    margin-bottom: 50px;
    font-size: 16px;
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .sec_h2 {
        font-size: 28px;
    }

    .sec_h3 {
        margin-bottom: 30px;
    }

    .sec_btn {
        border-radius: 30px;
        height: 60px;
    }
}

@media screen and (min-width: 769px) {
    .up_769 {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .under_768 {
        display: none !important;
    }
}


@media screen and (min-width: 1001px) {

    .under_1000 {
        display: none;
    }
}


@media screen and (max-width: 1000px) {

    .up_1000 {
        display: none;
    }
}


/*-------------------
    パンくず・部分
--------------------- */

.pan_list {
    color: #fff;
    margin-top: 10px;
    line-height: 1;
}

.pan_list a {
    color: #fff;
    text-decoration: none; /* リンクの下線を削除 */
}

.pan_list a:hover {
    text-decoration: underline;
}

.pan_list a:nth-of-type(2):hover {
    text-decoration: none; /* 2番目のリンクのホバー効果を無効にする */
}


/*======================
        ヘッダー
======================== */

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 3px 0 10px rgba(112, 112, 112, 0.3);
    /* border-bottom: solid 2px #eeeeee; */
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: content-box;
    padding: 15px 4%;
}

.header_inner .main_nav {
    display: flex;
    gap: 20px;
}

.header_inner .main_nav li:last-of-type a {
    padding: 0 28px;
    border-radius: 20px;
}

.header_inner .main_nav a {
    font-size: clamp(12px, 1.25vw, 16px);
    /* font-size: 16px; */
    font-weight: bold;
    display: block;
    min-height: 40px;
    line-height: 40px;
}


@media screen and (min-width: 769px) and (max-width: 1280px) {
    .header_inner .main_nav a {
        font-weight: bold;
        display: block;
        min-height: 40px;
        line-height: 40px;
    }

    .header_inner .main_nav {
        gap: 15px;
    }
}

@media screen and (max-width: 920px) {

    .header_inner .main_nav li:last-of-type a {
        padding: 0 5px;
    }

    .header_inner .main_nav {
        gap: 9px;
    }

    .header_inner {
        padding: 15px 2%;
    }
}


@media screen and (max-width:768px) {

    .header_inner {
        padding: 11px 20px;
        box-sizing: border-box;
        min-height: 70px;
    }

    .header_inner h1 img {
        width: 104px;
    }
}


/*====================
        フッター
======================== */

footer {
    border-top: 1px solid #3CAB84;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    box-sizing: content-box;
    padding: 48px 4%;
    /* gap: 40px; */
}

.footer_inner .footer_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.footer_inner .footer_nav li a {
    /* font-size: 14px; */
    font-size: clamp(13px, 1vw, 14px);
    letter-spacing: 0.05em;
}

.footer_logo_area {
    width: 23%;
}

.footer_inner nav {
    width: 68%;
}

.footer_logo_area p {
    margin-bottom: 8px;
}

.footer_logo_area address {
    /* font-size: 14px;  */
    font-size: clamp(13px, 1vw, 14px);
}

footer p.footer_copy {
    background-color: #3CAB84;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6.5px 0;
}

footer p.footer_copy small {
    font-size: 12px;
}

.zensho {
    width: 100%;
    background: #fff;
    text-align: center;
}

.zensho img {
    width: 130px;
}


@media screen and (max-width:768px) {

    .footer_inner {
        flex-direction: column;
        padding: 20px 20px 30px;
        gap: 0;
    }


    .footer_logo_area,
    .footer_inner nav {
        width: 100%;
    }


    .footer_logo_area p {
        margin-bottom: 10px;
    }

    .footer_logo_area address {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .footer_inner .footer_nav li a {
        font-size: 12px;
    }

    .footer_inner .footer_nav {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
    }

    .footer_inner .footer_nav li {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }

    .footer_inner .footer_nav li:last-of-type {
        margin-bottom: 0;
    }
}


.footer_br {
    display: none;
}


@media screen and (max-width: 1100px) {

    .footer_br {
        display: block;
    }
}