/* フォント設定：明朝体 */
.chouseikan-header {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 2px solid #75a66f;
    font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    box-sizing: border-box;
}

.chouseikan-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    align-items: center; /* PC：垂直中央揃え */
    justify-content: space-between;
}

/* 左側：ロゴと電話エリア */
.chouseikan-left-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 左寄せ */
}

.chouseikan-logo img {
    height: 70px;
    width: auto;
    display: block;
    margin-bottom: 5px;
}

.chouseikan-tel-display {
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-left: 1rem; /* ご指定の左余白 */
}

/* 右側：ナビゲーション */
.chouseikan-nav {
    display: flex;
    gap: 10px;
}

.chouseikan-btn {
    display: inline-block;
    padding: 12px 20px;
    background-color: #75a66f;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15em;
    border-radius: 0px;
    transition: 0.3s;
    white-space: nowrap;
}

.chouseikan-btn:hover {
    opacity: 0.8;
}

/* --- スマートフォン用レイアウト (768px以下) --- */
@media screen and (max-width: 768px) {
    .chouseikan-container {
        flex-direction: column;
        align-items: center; /* 中央寄せ */
        padding: 20px 10px;
    }

    .chouseikan-left-box {
        align-items: center; /* スマホではロゴを中央へ */
        margin-bottom: 20px;
    }

    .chouseikan-logo img {
        height: 55px;
        margin-bottom: 0;
    }

    /* スマホでは電話番号を非表示 */
    .chouseikan-tel-display {
        display: none;
    }

    /* ナビゲーションを2列 */
    .chouseikan-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        width: 100%;
    }

    .chouseikan-btn {
        padding: 0; 
        height: 60px; /* 高さをしっかり確保 */
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.1em;
    }
    
    /* 5つ目のボタン（アクセス）を横幅いっぱいにしたい場合は以下を有効に */
    /* .chouseikan-nav a:last-child { grid-column: span 2; } */
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    font-size: 100%;
    outline: 0;
    vertical-align: baseline;
}

#g_footer {
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
    max-width: 92%;
    padding: 105px 0 100px;
    margin: 0 auto;
    color: #fff;
    background: #14230f;
    border-image-source: linear-gradient(#14230f, #14230f);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
}

#g_footer .ft_logo {
    width: 370px;
    margin: 0 auto 0 0;
}

#g_footer .ft_logo .reserve_links {
    width: 330px;
    margin: 30px 0 0;
}

#g_footer .ft_logo .reserve_links .btn_stay {
    color: #fff;
    background: #466741;
}
#g_footer .ft_logo .reserve_links .btn_arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding: 0 20px 0 40px;
}

#g_footer .ft_logo .reserve_links .btn_stay {
    color: #fff;
    background: #466741;
}
a {
    color: #232323;
    text-decoration: none;
    outline: none;
    transition: opacity 0.5s;
}

#g_footer .ft_logo .ft_contact .tel-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #afb4ae;
}

#g_footer .ft_logo .ft_contact .tel-link img {
    margin: 0 10px 0 0;
}

#g_footer .ft_logo .ft_contact .tel-link span {
    font-size: 24px;
}

.br_sp, .view_sp {
    display: none;
}

#g_footer .ft_nav > div {
    display: flex;
}

#g_footer .ft_nav ul {
    width: 200px;
}

#g_footer .ft_nav a {
    color: #fff;
}

#g_footer .ft_info {
    width: 210px;
    margin: 0 0 0 70px;
}

#g_footer .ft_info ul {
    font-size: 14px;
    color: #afb4ae;
    border-top: 1px solid #3f473c;
}

#g_footer .ft_info li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #3f473c;
}

#g_footer .ft_info li img {
    flex-shrink: 0;
    margin: 0 15px 0 0;
}

.br_sp, .view_sp {
    display: none;
}

#g_footer .ft_info .btn_chat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    margin: 30px 0 0;
    color: #a1aa9e;
    background: rgba(145, 164, 138, 0.25);
    border-radius: 999px;
}

#g_footer .ft_bot {
    justify-content: flex-end;
    width: 100%;
}
#g_footer .ft_bot, #g_footer .ft_bot .link_sns {
    display: flex;
    align-items: center;
}

#g_footer .ft_bot .link_sns {
    margin: 0 25px 0 0;
}
#g_footer .ft_bot, #g_footer .ft_bot .link_sns {
    display: flex;
    align-items: center;
}

body {
    min-width: 1200px;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #232323;
    letter-spacing: 0.1em;
    background: #fff;
    text-size-adjust: 100%;
}

ul, ol {
    list-style: none;
}

#g_footer .ft_nav .child::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 1px;
    height: 100%;
    content: "";
    background: #596356;
}

#g_footer .ft_nav .child a {
    color: #afb4ae;
}

#g_footer .ft_nav li + li {
    margin: 20px 0 0;
}
header, nav, footer, section, div, p, ul, ol, li, dl, dt, dd, span, em, strong, a {
    box-sizing: border-box;
}
li, div, p, pre, span {
    word-wrap: break-word;
}

#g_footer .ft_nav > div {
    display: flex;
}

#g_footer .ft_info li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #3f473c;
}

#g_footer .ft_logo .reserve_links li + li {
    margin: 10px 0 0;
}

#g_footer .ft_logo .reserve_links .btn_dayplan {
    color: #192b13;
    background: #91a48a;
}
#g_footer .ft_logo .reserve_links .btn_arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding: 0 20px 0 40px;
}

#g_footer .ft_logo .reserve_links li + li {
    margin: 10px 0 0;
}

#g_footer .ft_logo .reserve_links .btn_cancel {
    display: inline-block;
    padding: 6px 0;
    font-size: 15px;
    color: #afb4ae;
    border-bottom: 1px solid #596356;
}
.cmn_link_line {
    position: relative;
    z-index: 0;
    padding: 5px 0;
    border-bottom: 1px solid #232323;
}

#g_footer .ft_logo .reserve_links {
    width: 330px;
    margin: 30px 0 0;
}

ul, ol {
    list-style: none;
}

#g_footer .ft_nav .child {
    position: relative;
    z-index: 0;
    padding: 0 0 0 17px;
    margin: 10px 0 0;
}

#g_footer .ft_nav .child li {
    padding: 10px 0;
    font-size: 14px;
}

#g_footer .ft_nav .child li + li {
    margin: 0;
}
#g_footer .ft_nav .child li {
    padding: 10px 0;
    font-size: 14px;
}
#g_footer .ft_nav li + li {
    margin: 20px 0 0;
}

@media screen and (max-width: 600px) {
    body {
        min-width: 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    #g_footer {
        display: block;
        width: 86%;
        padding: 0 0 90px;
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_logo {
        width: auto;
        padding: 80px 0 40px;
        text-align: center;
        border-image-source: linear-gradient(#24381d, #24381d);
        border-image-slice: 0 fill;
        border-image-outset: 0 100vw;
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_nav {
        padding: 0;
        margin: 60px 0 0;
        border: 1px solid #3f473c;
    }

#g_footer .ft_nav {
border: none;
}
}

@media screen and (max-width: 600px) {
    #g_footer .ft_info {
        width: auto;
        margin: 25px 0 0;
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_bot {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_logo .ft_contact {
        margin: 25px 0 0;
        font-size: 15px;
        color: #afb4ae;
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_logo .reserve_links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_logo .reserve_links li {
        width: calc((100% - 10px) / 2);
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_logo .reserve_links .btn_arrow {
        justify-content: center;
        width: 100%;
        height: 60px;
        padding: 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_logo .reserve_links li + li {
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_logo .reserve_links li {
        width: calc((100% - 10px) / 2);
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_logo .reserve_links li:last-child {
        width: 100%;
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_logo .reserve_links .btn_cancel {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        padding: 0;
        font-size: 14px;
        border: 1px solid #596356;
    }
}

@media screen and (max-width: 600px) {
    #g_footer .ft_info li {
        padding: 10px 0;
    }
}

#g_footer .ft_info li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #3f473c;
}

@media screen and (max-width: 600px) {
    .br_pc, .view_pc {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .br_sp, span.view_sp {
        display: inline;
    }
}

#g_footer .ft_bot, #g_footer .ft_bot .link_sns {
    display: flex;
    align-items: center;
}
#g_footer .ft_bot, #g_footer .ft_bot .link_sns {
    display: flex;
    align-items: center;
}

#g_footer .ft_bot {
    justify-content: flex-end;
    width: 100%;
}
#g_footer .ft_bot, #g_footer .ft_bot .link_sns {
    display: flex;
    align-items: center;
}

#g_footer .ft_bot .link_sns {
    margin: 0 25px 0 0;
}
#g_footer .ft_bot, #g_footer .ft_bot .link_sns {
    display: flex;
    align-items: center;
}

#g_footer .ft_bot .link_sns li + li {
    margin: 0 0 0 20px;
}

@media screen and (max-width: 600px) {
    #g_footer .ft_logo .ft_contact .tel-link {
        flex-wrap: wrap;
        justify-content: center;
    }

#g_footer .ft_nav .child{
display:none;
}
}

@media screen and (max-width: 600px) {
    #g_footer .ft_nav a {
        font-size: 14px;
    }
}

@media screen and (hover: hover) and (min-width: 601px) {
    a:hover, button:hover {
        opacity: 0.6;
    }
}

a {
    color: #232323;
    text-decoration: none;
    outline: none;
    transition: opacity 0.5s;
}