@charset "utf-8";

/* ベース */
body {
    font-size: 16px;
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    background-color: #EDE9E1;
}

/* コンテンツ幅 */
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin-inline: auto;
}

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


img {
    max-width: 100%;
    height: auto;
}

.logo_image {
    max-width: 220px;
    margin-left: 10px;
}

/* 1200px以上はnone */
.pc1200_none {
    display: none;
}

/* PC改行なし */
.br_pc_none {
    display: none;
}

.br_sp_none {
    display: inline;
}

.button_top::before {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 15px;
    content: '';
    transform: rotate(-45deg);
    border: 3px solid #fff;
    border-bottom: 0;
    border-left: 0;
}

.button_top:hover {
    opacity: 0.7;
}

/* ヘッダー */
/* ポジション指定、画面幅いっぱいに広げる */
.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #A3A2A2;
    background-color: #EDE9E1;
}

.header_area {
    max-width: 1440px;
    align-items: center;
    justify-content: space-between;
}

.header_list li {
    padding: 20px 20px;
}

/* ホバー時の変化 */
.header_list li {
    color: #505050;
    transition: 0.5s;
}

/* ホバー時の変化 */
.header_list li:hover {
    color: #12B72B;
}

/* ヘッダーの高さ指定、垂直方向中央 */
.header_nav {
    height: 80px;
    align-items: center;
}

/*ヘッダーリスト　垂直方向中央*/
.header_list_area {
    align-items: center;
    max-width: 100%;
}

.header_list li {
    font-weight: bold;
    margin-right: 3em;
}

/* ヘッダーリストの最後だけ余白へらす */
.header_list li:last-of-type {
    font-weight: bold;
    margin-right: 2em;
}

/* ボタンデザイン */
.button_area {
    margin-left: 1em;
}

/* ボタンのデザイン*/
.header_button {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 200px;
    padding-left: 1.5em;
    font-weight: bold;
    color: #12B72B;
    border-radius: 40px;
    border: 1px solid #12B72B;
}

/* お問い合わせ、予約のアイコン */
.header_button::before {
    top: 18%;
    left: 15%;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .5s;
}

/* お問い合わせボタン */
.contact.header_button::before {
    background-image: url(../image/contact_icon.png);
}

/* 予約ボタン */
.yoyaku.header_button::before {
    background-image: url(../image/yoyaku_icon.png);
}

/* お問い合わせボタン　ホバー時に画像変わる */
.contact.header_button:hover::before {
    background-image: url(../image/contact_hover.png);
}

/* 予約ボタン　ホバー時に画像変わる */
.yoyaku.header_button:hover::before {
    background-image: url(../image/yoyaku_hover.png);
}


/* ホバー時の変化 */
.button,
.header_button {
    transition: 0.5s;
}

.contact {
    background-color: #FFFFFF;
}

.yoyaku {
    text-transform: uppercase;
    background-color: #FFFFFF;
}

/* ホバー時の変化 */
.header_button:hover,
.button:hover {
    color: #fff;
    background-color: #12B72B;
}

/* フローティングボタン */
.fixed_btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5%;
    right: 3%;
    padding: 6px;
    z-index: 99999;
    width: 100px;
    height: 100px;
    border: 1px solid #12B72B;
    border-radius: 50%;
    color: #12B72B;
    background-color: #FFFFFF;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    transition: .5s;
}

.fixed_btn:hover {
    background-color: #12B72B;
    color: #fff;
    scale: 110%;
}


/* フッター */
.footer {
    margin-top: 200px;
    margin-bottom: 50px;
}

.footer_inner {
    justify-content: space-between;
}

.footer_logo {
    max-width: 100%;
    margin-bottom: 25px;
}

.footer_button_area {
    margin-top: 25px;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 200px;
    font-weight: bold;
    color: #12B72B;
    background-color: #FFFFFF;
    border-radius: 40px;
    border: 1px solid #12B72B;
    transition: .5s
}

.footer_button_area:hover {
    background-color: #12B72B;
    color: #fff;
}

.footer_nav {
    display: flex;
    justify-content: flex-end;
    color: #12B72B;
    font-weight: bold;
}

/* ホバー時の変化 */
.footer_nav li {
    margin-left: 50px;
    transition: 0.5s;
}

/* ホバー時の変化 */
.footer_nav li:hover {
    color: #333333;
}

.address_text_area {
    margin-top: 60px;
    text-align: right;
    margin-left: auto;
}

.address_text2 {
    margin-top: 30px;
}

.small {
    margin-top: 60px;
}


/* ハンバーガーメニューへ切り替え*/
@media (max-width: 1300px) {

    /* ヘッダーの横幅を100％に */
    .header_area {
        width: 100%;
    }

    .pc1300_none {
        display: inline;
    }

    /* ハンバーガーメニュー */
    .header_hamburger {
        display: block;
        position: relative;
        cursor: pointer;
        width: 70px;
        height: 70px;
        z-index: 11;
    }

    /* ハンバーガーメニューの線 */
    .header_hamburger span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 20px;
        height: 2px;
        border-radius: 5px;
        background-color: #12B72B;
        width: 50%;
    }

    /* ハンバーガーメニュー　一番上の線 */
    .header_hamburger span:nth-of-type(1) {
        top: 20px;
    }

    /* ハンバーガーメニュー　2番目の線 */
    .header_hamburger span:nth-of-type(2) {
        top: 25px;
        opacity: 0;
    }

    /* ハンバーガーメニュー　3番目の線 */
    .header_hamburger span:nth-of-type(3) {
        top: 35px;
    }

    /* 3番目の線の下にMENU */
    .header_hamburger span:nth-of-type(3)::after {
        content: "Menu";
        position: absolute;
        top: 10px;
        left: 3px;
        color: #12B72B;
        font-size: 0.6rem;
        text-transform: uppercase;
    }

    /* ハンバーガーメニュー　一番上の線 */
    .show+.header_hamburger span:nth-of-type(1) {
        top: 20px;
        left: 10px;
        transform: translateY(12px) rotate(-45deg);
        width: 30%;
    }

    /* ハンバーガーメニュー　2番目の線 
         ハンバーガーメニューが開いているときは消える*/
    .show+.header_hamburger span:nth-of-type(2) {
        opacity: 0;
    }

    /* ハンバーガーメニュー　３番目の線 */
    .show+.header_hamburger span:nth-of-type(3) {
        top: 38px;
        left: 10px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .show+.header_hamburger span:nth-of-type(3)::after {
        content: "Close";
        /*3つ目の要素のafterにClose表示を指定*/
        transform: translateY(0) rotate(-45deg);
        top: 10px;
        left: 10px;
    }

    /* リストとコンタクトボタンを縦ならびにして
    　　画面の外に隠す */
    .header_list_area {
        position: fixed;
        left: 100%;
        top: 0;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        background-color: rgba(237, 233, 225, 0.8);
        transition: 0.5s;
        z-index: 10;
    }


    /* ヘッダーリストを縦ならびにして中央揃え */
    .header_nav {
        height: max-content;
    }

    .header_list {
        padding-top: 100px;
        flex-direction: column;
        align-items: flex-start;
    }


    /* ハンバーガーメニューが表示 showクラスが付与された時 */
    .show.header_list_area {
        left: 0%;
        padding-bottom: 3em;
    }

    /* お問い合わせボタン、コンタクトボタンのデザイン
    　ヘッダーリストと揃える */
    .button_area {
        justify-content: flex-start;
    }


    .header_button {
        margin-top: 1.5em;
    }

    .address {
        flex-direction: column;
    }

    .address_text_area {
        margin-top: 1.5em;
        margin-left: 0em;
    }

    /* お問い合わせボタンの上の余白 */
    .contact_yoyaku_area {
        margin-top: 1.5em;

    }

    .footer_nav {
        margin-top: 1em;
    }

    .footer_nav li {
        margin-top: 1em;
    }

}


@media (max-width: 950px) {
    .footer_inner {
        display: flex;
        flex-direction: column;
    }

    .footer_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footernav_container {
        display: flex;
        align-items: center;
    }

    .footer_nav {
        margin-top: 45px;
        flex-direction: column;
        justify-content: center;
    }

    .footer_nav li {
        margin-left: 0em;
        text-align: center;
    }

    .address_text_area {
        text-align: center;
    }

    .copyright {
        margin-top: 30px;
    }
}


@media (max-width: 768px) {

    /* フローティングアクションボタン */
    .fixed_btn {
        width: 70px;
        height: 70px;
        bottom: 2%;
    }

    /* PC改行なし */
    .br_pc_none {
        display: inline;
    }

    .br_sp_none {
        display: none;
    }

    .fab_top_button_area {
        width: 60px;
    }



    /* お問い合わせ　予約ボタンを非表示 */
    .contact_yoyaku_area {
        display: none;
    }
}