/* ーーーーーーーーーーーーーーーーーー */

/* header.php */

/* ーーーーーーーーーーーーーーーーーー */


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 178px;
    z-index: 10;
    background: #383838;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s cubic-bezier(.4,0,.2,1), top 0.3s ease-in-out, height 0.3s ease-in-out;
    will-change: transform, opacity, top, height;
    margin: 0 auto;
}
body.admin-bar .header {
    top: 32px;
}
.header--hide {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 0px;
}
.logo img{
    max-width: 150px;
    height: 58.63px;
}
.nav ul {
    display: flex;
    align-items: center;
    /* ⚫︎マーク消す */
    list-style: none;
}
.nav a {
    /* 下線消す */
    text-decoration: none;
    transition: color 0.3s;
}
.menu {
    font-size:18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 6px;
    color: #fff;
    margin-right: 50px;
}
.menu:hover {
    /* 下線 */
    text-decoration: underline;
    /* 下線太さ */
    text-decoration-thickness: 0.5px;
}
.btn {
    padding: 8px 58px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background: #B8A973;
    color: #fff;
    letter-spacing: 4px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: background-color 0.2s, color 0.2s;
}
.btn:hover {
    color: #383838;
}

@media screen and (max-width: 1239px) {
    .header {
        width: 100%;
        min-width: 375px;
        height: 178px;
        background: #383838;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 10;
        transition: transform 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s cubic-bezier(.4,0,.2,1);
        will-change: transform, opacity;
    }
    body.admin-bar .header {
        top: 32px;
    }
    .header--hide {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }
    .header_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding-top: 16px;
    }
    .nav ul {
        display: flex;
        align-items: center;
        list-style: none;
    }
    .nav a {
        text-decoration: none;
        transition: color 0.3s;
    }
    .menu {
        font-size:18px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 6px;
        margin-right: 50px;
    }
    .menu:hover {
        text-decoration: underline;
        text-decoration-thickness: 0.5px;
    }
    .btn {
        padding: 8px 58px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        background: #B8A973;
        color: #fff;
        letter-spacing: 4px;
        border-radius: 30px;
        transition: background-color 0.2s, color 0.2s;
    }
    .btn:hover {
        color: #383838;
    }
    .conetainer header_inner .nav .scroll{
        display: none;
    }
    .nav {
        display: none;
    }
    .scroll {
        display: none;
    }
    .mobile_br {
        display: unset;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar .header {
        top: 46px;
    }
}

.header {
   position: fixed;
   top: 0px;
   left: 0;
   width: 100%;
   height: 178px;
   z-index: 10;
   background: #383838;
   transition: transform 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s cubic-bezier(.4,0,.2,1), height 0.3s;
   will-change: transform, opacity, height;
   margin: 0 auto;
}
.pc-nav {
    display: block;
}
.pc-nav ul {
   display: flex;
   align-items: center;
   list-style: none;
}
.pc-nav a {
   text-decoration: none;
   transition: color 0.3s;
}
.pc-nav .menu {
   font-size:18px;
   font-weight: 400;
   line-height: 46px;
   letter-spacing: 6px;
   color: #fff;
   margin-right: 50px;
}
.pc-nav .menu:hover {
   text-decoration: underline;
   text-decoration-thickness: 1px;
}
.pc-nav .btn {
    height: 40px;
    /* width: 140px;
    height: 40px; */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #fff;
    background: #B8A973;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: background-color 0.2s, color 0.2s;
    padding: 8px 58px;
}
.pc-nav .btn:hover {
   color: #383838;
}
.mobile-header-elements {
    display: none;
    align-items: center;
}
.mobile-reservation-btn {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background: #B8A973;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
    padding: 2.5px 22px;
    margin: 0 auto;
    margin-right: 10px;
}
.mobile-reservation-btn:hover {
    color: #383838;
}
.hamburger-button {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    color: #fff;
}
.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 20px;
    height: 22px;
    margin-bottom: 4px;
}
.hamburger-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 3px;
    font-family:
    "EB Garamond",
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.hamburger-icon-bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 1px;
}
.hamburger-text::before {
    content: "";
    margin-right: 0;
    transition: margin-right 0.3s ease;
}
.hamburger-button.is-active .hamburger-icon-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg); /* (16px - 2px)/2 = 7px */
}
.hamburger-button.is-active .hamburger-icon-bar:nth-child(2) {
    opacity: 0;
}
.hamburger-button.is-active .hamburger-icon-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 348px;
    background-color: #B8A973;
    z-index: 1000;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    /* transform: translateX(100%);
    transition: opacity 0s cubic-bezier(.4,0,.2,1), visibility 0s 0s linear, transform 0s cubic-bezier(.4,0,.2,1); */
    overflow-y: auto;
}
.mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0s cubic-bezier(.4,0,.2,1), visibility 0s 0s linear, transform 0s cubic-bezier(.4,0,.2,1);
}
.mobile-nav-logo-container {
    margin-top: 16px;
    margin-bottom: 40px;
}
.mobile-nav-logo-container img {
    width: 102.33px;
    height: 40px;
    height: auto;
}
.mobile-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}
.mobile-nav li {
    text-align: center;
    
}
.mobile-nav li:last-child {
    margin-bottom: 0;
}
.mobile-nav a.menu {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 5px;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    margin-right: 0;
}
.mobile-nav a.menu:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
body.menu-open {
    overflow: hidden;
}

@media screen and (max-width: 1239px) {
    .header {
        height: 72px;
        top: 0px;
        background: #383838;
    }
    body.home .header,
    body.front-page .header {
       background: transparent;
    }
    .header_inner {
        padding-top: 0;
        height: 100%;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
    }
    .logo img {
        height: auto;
        margin-top: 0;
        margin-left: 0;
    }
    .pc-nav {
        display: none;
    }
    .pc-nav .btn {
        /* width: 140px;
        height: 40px; */
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 4px;
        color: #fff;
        background: #B8A973;
        text-align: center;
        border-radius: 30px;
        box-shadow: 0px 4px 4px 0px #00000040;
        transition: background-color 0.2s, color 0.2s;
        padding: 8px 58px;
    }
    .mobile-reservation-btn {
        height: 26px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        background: #B8A973;
        color: #fff;
        border-radius: 20px;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
        text-decoration: none;
        transition: background-color 0.2s, color 0.2s;
        padding: 2.5px 22px;
        margin: 0 auto;
        margin-right: 10px;
    }
    .hamburger-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 10px;
        letter-spacing: 3px;
        font-family:
        "EB Garamond",
        /* Google Fonts */
        "Noto Serif JP",
        /* Windows */
        "MS PMincho",
        "MS Mincho",
        "Yu Mincho",
        /* macOS */
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        /* Linux */
        "IPA Mincho",
        serif;
    }
    .mobile-header-elements {
        display: flex;
    }
    .hamburger-button {
        display: flex;
    }
    .scroll {
        display: none;
    }
    .mobile_br {
        display: unset;
    }
    .fv {
        height: 380px;
        max-height: 380px;
        min-height: 380px;
    }
}

@media screen and (max-width: 1239px) {
    body {
        padding-top: 70px;
    }
    body.single,
    body.page-companyinfo,
    body.page-privacypolicy {
        padding-top: 70px;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* footer.php */

/* ーーーーーーーーーーーーーーーーーー */


.footer {
    width: 100%;
    min-width: 335px;
    height: auto;
    font-size: 13px;
    color: #383838;
    background-color: #F8F5F0;
    display: flex;
    align-items: center;
    padding: 70px 40px 40px;
}
.footer_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
}
.footer_logo_area {
    margin-bottom: 40px;
}
.footer_logo {
    width: 230.24px;
    height: 90px;
    margin-bottom: 5px;
}
.footer_nav {
    width: 100%;
    margin-bottom: 40px;
}
.footer_nav ul {
    gap: 50px;
    display: flex;
    /* 折り返し許可 */
    flex-wrap: wrap;
    list-style: none;
}
.footer_nav_main_list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 30%;
    justify-content: space-between;
    /* 上/左右/下 */
    margin: 0 auto 15px;
}
.footer_nav_sub_list {
    justify-content: center;
    padding-top: 45px;
    margin-top: 14px;
    border-top: 1px solid #E4E4E4;
}
.footer_nav_sub_list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 3px;
    margin: 0 12px 10px;
}
.footer_nav_sub_list li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 3px;
    margin: 0 12px 10px;
}
.footer_nav a {
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 3px;
    color: #383838;
    text-decoration: none;
    transition: color 0.3s;
}
.footer_nav a:hover {
    color: #B8A973;
    text-decoration: underline;
}
.footer_copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 3px;
    color: #383838;
}

@media screen and (max-width: 1239px) {
    .footer {
        width: 100%;
        min-width: 335px;
        height: auto;
        font-size: 13px;
        color: #383838;
        background-color: #F8F5F0;
        display: flex;
        align-items: center;
        padding: 70px 20px 20px;
    }
    .footer_inner {
        width: 100%;
        min-width: 335px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: auto;
    }
    .footer_logo {
        width: 179.08px;
        height: auto;
        margin: 0;
    }
    .footer_logo_area {
        margin-bottom: 20px;
    }
    .footer_nav {
        width: 100%;
        margin-bottom: 0;
    }
    .footer_nav ul {
        gap: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_nav_main_list li,
    .footer_nav_sub_list li {
        font-size: 16px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: 3px;
        margin: 0 auto;
    }
    .footer_nav_main_list li:last-child,
    .footer_nav_sub_list li:last-child {
        margin-bottom: 0;
    }
    .footer_nav_sub_list {
        gap: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #E4E4E4;
    }
    .footer_nav_sub_list li {
        font-size: 16px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: 3px;
    }
    .footer_nav a {
        font-size: 16px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: 3px;
        color: #383838;
        text-decoration: none;
        transition: color 0.3s;
    }
    .footer_copyright {
        font-size: 12px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: 3px;
        color: #383838;
        padding-bottom: 40px;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* body */

/* ーーーーーーーーーーーーーーーーーー */


/* 始めにリセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* 基本設定 */
html, body {
    height: 100%;
    font-family:
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
    color: #383838;
    /* overflow-x: hidden; */
}
body.home .header,
body.front-page .header {
    background: transparent;
}
body {
    padding-top: 175px;
}
body.page-companyinfo,
body.archive,
body.single,
body.archive-news,
body.single-news.php,
body.page-privacypolicy,
body.page-service,
body.page-reservation,
body.page-thanks,
body.search,
body.error404
{
    padding-top: 175px;
}
body.home,
body.front-page {
    padding-top: 0 !important;
}
/* body.admin-bar {
    padding-top: calc(175px + 32px); ヘッダー + 管理バー
} */
/* body.admin-bar.home,
body.admin-bar.front-page {
    padding-top: 32px !important;
} */
/* body.admin-bar.single,
body.admin-bar.page-companyinfo,
body.admin-bar.page-privacypolicy,
body.admin-bar.page-reservation,
body.admin-bar.page-service,
body.admin-bar.archive,
body.admin-bar.search,
body.admin-bar.error404 {
    padding-top: calc(178px + 32px); ヘッダー + 管理バー
} */

@media screen and (max-width: 1239px) {
    html, body {
        width: 100%;
        min-width: 375px;
        height: 380px;
        font-family:
        /* Google Fonts */
        "Noto Serif JP",
        /* Windows */
        "MS PMincho",
        "MS Mincho",
        "Yu Mincho",
        /* macOS */
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        /* Linux */
        "IPA Mincho",
        serif;
        color: #383838;
    }
    .header {
        width: 100%;
        min-width: 375px;
        position: absolute;
        z-index: 10;
    }
    .header_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
    }
    .logo img{
        /* width: 100px;
        height: 40px; */
        width: 102.33px;
        height: 40px;
        display: block;
        padding-left: 0;
        margin-top: 0px;
        margin-left: 20px;
    }
    body {
        padding-top: 72px;
    }
    body.page-companyinfo,
    body.archive,
    body.single,
    body.archive-news,
    body.single-news.php,
    body.page-privacypolicy,
    body.page-service,
    body.page-reservation,
    body.page-thanks,
    body.search,
    body.error404
    {
        padding-top: 72px;
    }
    /* 管理バー表示時のbodyのpadding-top調整 (783px～1239px) */
    /* body.admin-bar {
        padding-top: calc(72px + 32px); ヘッダー高さ + 管理バー高さ(32px)
    } */
    /* body.admin-bar.home,
    body.admin-bar.front-page {
        padding-top: 32px !important;
    } */
    /* body.admin-bar.single,
    body.admin-bar.page-companyinfo,
    body.admin-bar.page-privacypolicy,
    body.admin-bar.page-reservation,
    body.admin-bar.page-service,
    body.admin-bar.archive,
    body.admin-bar.search,
    body.admin-bar.error404 {
        padding-top: calc(72px + 32px);
    } */
}

@media screen and (max-width: 782px) {
    body {
        padding-top: 72px;
    }
    body.page-companyinfo,
    body.archive,
    body.single,
    body.archive-news,
    body.single-news.php,
    body.page-privacypolicy,
    body.page-service,
    body.page-reservation,
    body.page-thanks,
    body.search,
    body.error404
    {
        padding-top: 72px;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* 疑似要素"矢印"" */

/* ーーーーーーーーーーーーーーーーーー */


/* 変数 */
:root{
    --arrow-color : #B8A973;
    --arrow-thick : 1px;
    --arrow-tail  : 22px;
    --arrow-head  : 8px;
}
/* 横棒 */
.arrow{
    position: relative;
    display : inline-block;
    width   : var(--arrow-tail);
    height  : var(--arrow-thick);
    background: currentColor;
    transform: translateX(-60px) scaleY(-1);
    vertical-align: 4px;  
}
/* 斜め線 */
.arrow::before{
    content : '';
    position: absolute;
    left    : 0;
    bottom  : 0;
    width   : var(--arrow-head);
    height  : var(--arrow-thick);
    background: currentColor;
    transform-origin: left bottom;
    transform: rotate(45deg);
}
/* ホバー時 */
.arrow:hover,
.arrow:hover::before{
    color: #fff;
    background: #B8A973;
}
/* 右向きVer */
.arrow--right{
    position: relative;
    display : inline-block;
    width   : var(--arrow-tail);
    height  : var(--arrow-thick);
    background: currentColor;
    transform: translateX(50px) scaleX(-1) scaleY(-1);
    vertical-align: 5px;  
}


/* ーーーーーーーーーーーーーーーーーー */

/* fvセクション */

/* ーーーーーーーーーーーーーーーーーー */


.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.fv .container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
.fv {
    width: 100%;
    min-width: 375px;
    height: 900px;
    /* max-height: 900px;
    min-height: 900px; */
    background: #383838;
    position: relative;
    /* はみ出した部分非表示 */
    overflow: hidden;
}
.catch {
    width: 100%;
    max-width: 1240px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.38em;
    color: #fff;
    bottom: 18%;
    left: 0;
    right: 0;
    position: absolute;
    padding-left: 20px;
    margin: 0 auto;
    margin-bottom: 32px;
    font-family:
    "Honoka Mincho"
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.subtext {
    width: 100%;
    max-width: 1240px;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.4em;
    color: #fff;
    bottom: 7.5%;
    left: 0;
    right: 0;
    position: absolute;
    padding-left: 20px;
    margin: 0 auto;
    font-family:
    "Honoka Mincho"
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.kana {
    font-size: 28px;
    line-height: 1.8;
}
.kana2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
}
/* PC画面時、該当箇所改行しない */
.mobile_br {
    display: none;
}
.scroll {
    width: 100%;
    max-width: 1240px;
    font-size: 12px;
    font-weight: 400;
    /* line-height: 40px; */
    letter-spacing: 8px;
    color: #fff;
    bottom: 7.5%;
    position: absolute;
    /* 縦書き(←方向) */
    writing-mode: vertical-rl;
    padding-right: 55px;
    font-family:
    "EB Garamond"
    "Honoka Mincho"
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.scroll::after {
    content: "";
    width: 1px;
    height: 154px;
    background-color: #fff;
    display: block;
    margin: 120px -8px 0 0;
}

@media screen and (max-width: 1239px) {
    .fv {
        width: 100%;
        min-width: 375px;
        height: 380px;
        max-height: 380px;
        min-height: 380px;
        background: url('../images/kv.png') no-repeat center center/cover;
        position: relative;
        overflow: hidden;
    }
    .catch {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 30%;
        color: #fff;
        top: 188px;
        left: 20px;
        position: absolute;
        padding-left: 0;
    }
    .kana {
        font-size: 20px;
        font-weight: 400;
        line-height: 30%;
    }
    .subtext {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 30%;
        color: #fff;
        top: 276px;
        left: 20px;
        position: absolute;
        padding-left: 0;
    }
    .kana2 {
        font-size: 13px;
        font-weight: 400;
        line-height: 30%;
    }
    .conetainer header_inner .nav .scroll{
        display: none;
    }
    .nav {
        display: none;
    }
    .scroll {
        display: none;
    }
    .mobile_br {
        display: unset;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* aboutセクション */

/* ーーーーーーーーーーーーーーーーーー */
.about {
    width: 100%;
    min-width: 375px;
    height: 105vh;
    max-height: 1000px;
    min-height: 1000px;
    background-color: #fff;
    overflow: hidden;
}
.about_inner {
    width: 100%;
    /* max-width: 1200px; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_text, .about_images {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.about_text {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 180px;
}
.about_title {
    width: 260px;
    height: auto;
    margin-bottom: 70px;
}
.about_description {
    font-size: 22px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 6.5px;
    color: #383838;
    white-space: nowrap;
}
.about_images {
    height: auto;
    position: relative;
    justify-content: flex-end;
}
.main_image {
    width: 100%;
    max-width: 150%;
    height: auto;
}
.sub_image {
    width: 220px;
    max-width: 220px;
    height: auto;
    left: -100px;
    bottom: -50px;
    /* ドロップシャドウ(横ずれ・縦ずれ・半径・距離・色) */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: absolute;
}
.space {
    letter-spacing: 6.5px;
}

@media screen and (max-width: 1239px) {
    html, body {
        width: 100%;
        min-width: 375px;
        height: 100%;
        font-family:
        /* Google Fonts */
        "Noto Serif JP",
        /* Windows */
        "MS PMincho",
        "MS Mincho",
        "Yu Mincho",
        /* macOS */
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        /* Linux */
        "IPA Mincho",
        serif;
        color: #383838;
    }
    .about {
        width: 100%;
        min-width: 375px;
        min-height: 620px;
        max-height: 620px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about_inner {
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .about_text {
        align-items: center;
        text-align: center;
        padding-top: 0px;
        padding-right: 0;
    }
    .about_title {
        width: 179.08px;
        height: 70px;
        margin-bottom: 30px;
    }
    .about_description {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 30%;
        margin: 0 auto;
    }
    .main_image {
        width: 400px;
        max-width: 400px;
        height: auto;
        position: relative;
        padding-left: 70px;
        padding-right: 30px;
        margin: auto;
    }
    .sub_image {
        width: 120px;
        max-width: 120px;
        height: auto;
        left: 25px;
        bottom: -50px;
        position: absolute;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* roomセクション */

/* ーーーーーーーーーーーーーーーーーー */


.room {
    /* min-width: 750px; */
    height: auto;
    min-height: 1650px;
    padding: 20px 40px;
    padding-bottom: 50px;
}
.room_inner {
    max-width: 1200px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 150px auto 0;
}
.room_pattern {
    width: 241px;
    height: 128px;
    top: -70px;
    right: -20px;
    position: absolute;
    /* ポインタ変更 */
    pointer-events: none;
    /* アニメーション */
    animation: float 4s ease-in-out infinite;
}
/* アニメーション */
@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}
.room_header {
    text-align: left;
    margin-bottom: 50px;
}
.room_title01 {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 10px;
    margin-bottom: 80px;
    color: #383838;
}
.room_title02 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 8px;
    top: -3px;
    display: inline-block;
    position: relative;
    font-family:
    "EB Garamond"
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.room_title02::before,
.form_title02::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #383838;
    top: -2px;
    position: relative;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 30px;
}
.room_description {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5px;
    color: #383838;
}
.wide_spacing {
    letter-spacing: 5.3px;
}
/* .wide_spacing02 {
    letter-spacing: 10px;
} */
.room_select_list {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px
}
.room_select_list .tab.active {
    color: #fff;
    background-color: #B8A973;
}
.tab {
    height: 80px;
    font-size: 18px;
    font-weight: 400;
    color: #383838;
    background-color: #EDEBD7;
    letter-spacing: 5px;
    padding: 15px;
    /* 拡大:⚪︎、縮小:⚪︎、拡大の比率⚪︎ */
    flex: 1;
    text-align: center;
    /* ホバー時、カーソルを指マーク */
    cursor: pointer;
    /* 背景色をなめらかに変化させる */
    transition: background-color 0.3s;
}
.tab:hover {
    color: #fff;
    background-color: #B8A973;
}
.rooms {
    min-height: 600px;
    position: relative;
}
.room_view {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
}
.room_view.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}
.room_visual_image {
    width: 100%;
    max-width: 1500px;
    height: auto;
    display: block;
    margin: 0 auto 30px;
}
.room_textarea {
    max-width: 1500px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    padding: 35px;
    margin: -35px auto 30px;
    z-index:1;
}
.room_textarea .title {
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 8px;
    color: #383838;
    margin: 0 0 20px;
}
.room_textarea .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 4.8px;
    color: #383838;
}

@media screen and (max-width: 1239px) {
    html, body {
        width: 100%;
        min-width: 335px;
        /* height: 1500px; */
        height: auto;
        font-family:
        /* Google Fonts */
        "Noto Serif JP",
        /* Windows */
        "MS PMincho",
        "MS Mincho",
        "Yu Mincho",
        /* macOS */
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        /* Linux */
        "IPA Mincho",
        serif;
        color: #383838;
    }
    .room {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 20px 20px;
        padding-bottom: 80px;
    }
    .room_inner {
        width: 100%;
        /* max-width: 335px; */
        margin: 0 auto;
    }
    .room_pattern {
        width: 112.97px;
        height: 60px;
        top: 30px;
        right: -10px;
        position: absolute;
        /* ポインタ変更 */
        pointer-events: none;
        /* アニメーション */
        animation: float 4s ease-in-out infinite;
    }
    .room_header {
        width: 100%;
        /* min-width: 335px; */
        text-align: left;
        margin-bottom: 50px;
    }
    .room_title01 {
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 6px;
        color: #383838;
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .room_title02 {
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        top: -2px;
        position: relative;
        display: inline-block;
    }
    .room_title02::before,
    .form_title02::before {
        content: "";
        width: 1px;
        height: 30px;
        background-color: #383838;
        top: 0;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 22px;
        margin-left: 18px;
    }
    .room_description {
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 4.8px;
        color: #383838;
    }
    .wide_spacing {
        letter-spacing: 4.8px;
    }
    .room_select {
        width: 100%;
        min-width: 335px;
        max-width: 800px;
        margin: 0 auto;
    }
    .room_select_list {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
    .tab {
        height: 76px;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 30%;
        /* 拡大:⚪︎、縮小:⚪︎、拡大の比率⚪︎ */
        flex: 1;
        text-align: center;
        background-color: #EDEBD7;
        /* ホバー時、カーソルを指マーク */
        cursor: pointer;
        /* 背景色をなめらかに変化させる */
        transition: background-color 0.3s;
        padding: 12px;
    }
    .rooms {
        width: 100%;
        max-width: 800px;
        min-height: 600px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .room_view {
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
    }
    .room_view.active {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease-in-out;
        z-index: 1;
    }
    .room_visual_image {
        width: 100%;
        max-width: 1500px;
        min-width: 335px;
        height: auto;
        display: block;
        margin: 0 auto 30px;
    }
    .room_textarea {
        max-width: 1500px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        text-align: left;
        position: relative;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        padding: 35px;
        margin: -35px auto 30px;
        z-index:1;
    }
    .room_textarea .title {
        font-size: 20px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 10px;
        color: #383838;
        margin: 0 0 20px;
    }
    .room_textarea .text {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 4.44px;
        color: #383838;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* planセクション */

/* ーーーーーーーーーーーーーーーーーー */


.plan_section {
    width: 100%;
    min-width: 375px;
    background-color: #fff;
    padding: 175px 40px;
}
.plan_inner {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.plan_section_header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.plan_title_group {
    display:flex;
    align-items:center;
}
.plan_title01 {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 10px;
    color: #383838;
    align-items: center;
}
.plan_title02 {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6px;
    top: -12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    margin-left: 20px;
    font-family:
    "EB Garamond"
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.plan_title02::before {
    content: "";
    width: 1px;
    height: 40px;
    top: 14px;
    position: relative;
    display: inline-block;
    background-color: #383838;
    margin-right: 30px;
}
.plan_pattern {
    width: 235px;
    height: 78px;
    top: -60px;
    right: -30px;
    position: absolute;
}
.plan_cards_container {
    gap: 30px;
    display: flex;
    justify-content: space-between;
}
.plan_card {
    width: calc(33.333% - 20px);
    background-color: #F9F4E2;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px 35px;
}
.plan_card_title {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 8px;
    color: #383838;
    margin-bottom: 8px;
}
.plan_card_subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 8px;
    color: #383838;
    margin-bottom: 25px;
}
.plan_card_divider {
    width: 80%;
    height: 1px;
    background-color: #C9C9C9;
    border: none;
    margin-bottom: 25px;
}
.plan_card_details {
    width: 100%;
    max-width: 280px;
    text-align: left;
    /* list-style: none; */
    padding: 0;
    margin: 0 0 20px 0;
    margin-left: auto;
    margin-right: auto;
}
.plan_card_details li {
    font-size: 15px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 3px;
    color: #383838;
}
.plan_card_button {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    background-color: #B8A973;
    display: inline-block;
    text-decoration: none;
    writing-mode: horizontal-tb;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #B8A973;
    border-radius: 30px;
    padding: 8px 110px;
}
.plan_card_button:hover {
    color: #383838;
}

@media screen and (max-width: 1239px) {
    .plan_section {
        width: 100%;
        min-width: 335px;
        height: 1329px;
        padding: 20px 20px;
        padding-bottom: 50px;
    }
    .plan_inner {
        width: 100%;
        min-width: 335px;
        max-width: 1200px;
        position: relative;
        margin: 0 auto;
    }
    .plan_section_header {
        width: 100%;
        position: relative;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .plan_title01 {
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 6px;
        align-items: center;
    }
    .plan_title02 {
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        margin-left: 18px;
    }
    .plan_pattern {
        width: 112px;
        height: 37px;
        top: -25px;
        right: -10px;
        position: absolute;
    }
    .plan_cards_container {
        width: 335px;
        gap: 25px;
        flex-direction: column;
        margin: 0 auto;
    }
    .plan_card {
        width: 100%;
        max-width: 1200px;
        padding: 25px 10px;
    }
    .plan_card_title,
    .plan_card_subtitle {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 5px;
    }
    .plan_card_details {
        max-width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 5px;
        list-style: none;list-style: none;
        padding-left: 15px;
    }
    .plan_card_button {
        height: 40px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
        background-color: #B8A973;
        display: inline-block;
        text-decoration: none;
        writing-mode: horizontal-tb;
        transition: background-color 0.3s, color 0.3s;
        border: 1px solid #B8A973;
        border-radius: 30px;
        padding: 0px 110px;
    }
    .plan_card_button {
        width: 100%;
        max-width: 300px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 3px;
        padding: 8px 0;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* seasonセクション */

/* ーーーーーーーーーーーーーーーーーー */


.season_scenery_section {
    width: 100%;
    min-width: 375px;
    background-color: #F9F4E2;
    padding: 175px 0px;
}
.season_scenery_inner {
    width: 100%;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}
.season_scenery_slider {
    width: 100%;
    /* max-width: 1440px; */
    overflow: hidden !important;
    margin: 0 auto;
}
.season_scenery_header_container {
    padding-left: 40px;
    padding-right: 40px;
}
.season_gallery_fullwidth_wrapper {
    width: 100%;
    /* max-width: 1200px; */
    position: relative;
    /* margin: 0 auto; */
}
.season_scenery_header {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.season_scenery_title01 {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 10px;
    color: #383838;
}
.season_scenery_title02 {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    top: -2px;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    font-family:
    "EB Garamond"
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.season_scenery_title02::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #383838;
    top: -2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.season_scenery_description {
    width: 100%;
    max-width: 1200px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5.5px;
    color: #383838;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.custom_season_gallery {
    width: 100%;
    max-width: 1200px;
    height: 1200px;
    position: relative;
    margin: 0 auto 56px auto;
}
.gallery_item.main_photo {
    width: 82%;
    top: 0;
    left: -122px;
    position: absolute;
    z-index: 2;
}
.gallery_item.main_photo img {
    width: 100%;
    display: block;
}
.gallery_item.photo1 {
    width: 22%;
    top: 30%;
    right: 0px;
    position: absolute;
    z-index: 3;
}
.gallery_item.photo1 img {
    width: 100%;
}
.gallery_item.photo2 {
    width: 47%;
    bottom: 24.5%;
    left: 14.5%;
    position: absolute;
    z-index: 4;
}
.gallery_item.photo2 img {
    width: 100%;
}
.season_gallery_thumbs {
    width: 4560px;
    /* max-width: 140%; */
    bottom: 0;
    left: -100%;
    gap: 26px;
    /* display: grid; */
    display: flex;
    position: absolute;
    /* align-items: bottom; */
    align-items: flex-end;
    transform: translateX(0px);
    /* 5等分 */
    /* grid-template-columns: repeat(5, 1fr); */
}
.gallery_item.thumb {
    width: 340px;
    height: 244px;
    margin-right: 5px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* 画像を正方形or任意比率で切り抜き */
    /* aspect-ratio: 1 / 1; */
    flex-shrink: 0;
}
.gallery_item.thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.cloud_deco {
    position: absolute;
    pointer-events: none;
    z-index: 8;
}
.deco1 {
    width: 20%;
    height: auto;
    top: 100px;
    right: -140px;
}
.deco2 {
    width: 30%;
    height: auto;
    bottom: 90px;
    left: -140px;
}
.season_service_btn_wrapper {
    width: 380px;
    height: 60px;
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin: 0 auto;
}
.season_service_btn {
    width: 380px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #B8A973;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #B8A973;
    text-align: center;
    transition: background 0.2s, color 0.2s;
    padding: 10px 38px;
    font-family:
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.season_service_btn:hover {
    color: #fff;
    background: #B8A973;
}
.arrow_icon {
    font-weight: bold;
    margin-left: 8px;
}

@media screen and (max-width: 1239px) {
    .season_scenery_section {
        width: 100%;
        min-width: 375px;
        height: auto;
        background-color: #F9F4E2;
        padding: 20px 0;
        padding-bottom: 50px;
    }
    .season_scenery_slider {
        width: 100%;
        max-width: 1200px;
        overflow: hidden !important;
        margin: 0 auto;
    }
    .season_scenery_header_container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }
    .season_gallery_fullwidth_wrapper {
        width: 100%;
        max-width: 375px;
        position: relative;
        /* overflow: hidden !important; */
        margin: 0 auto;
    }
    .season_scenery_inner {
        width: 100%;
        min-width: 335px;
        max-width: 1200px;
        position: relative;
        padding-top: 30px;
        margin: 0 auto;
    }
    .season_scenery_header {
        width: 100%;
        max-width: 1240px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .season_scenery_title01 {
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 6px;
        color: #383838;
    }
    .season_scenery_title02 {
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 5px;
        color: #383838;
        top: -2px;
        position: relative;
        display: inline-block;
        margin-left: 18px;
    }
    .season_scenery_title02::before {
        content: "";
        width: 1px;
        height: 28px;
        background-color: #383838;
        top: -2px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 22px;
    }
    .season_scenery_description {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 4.93px;
        color: #383838;
        text-align: left;
        margin-bottom: 60px;
    }
    .custom_season_gallery {
        width: 100%;
        height: 400px;
        position: relative;
        margin: 0 auto;
    }
    .gallery_item.main_photo {
        width: 79%;
        top: 0;
        left: -25px;
        position: absolute;
        z-index: 2;
    }
    .gallery_item.main_photo img {
        width: 100%;
        display: block;
    }
    .gallery_item.photo1 {
        width: 18%;
        top: 105px;
        right: 20px;
        position: absolute;
        z-index: 3;
    }
    .gallery_item.photo1 img {
        width: 100%;
    }
    .gallery_item.photo2 {
        width: 47%;
        top: 182.5px;
        left: 15%;
        position: absolute;
        z-index: 4;
    }
    .gallery_item.photo2 img {
        width: 100%;

    }
    .season_gallery_thumbs {
        width: 2400px;
        /* max-width: 220%; */
        gap: 5px;
        bottom: 0;
        left: -110%;
        /* display: grid; */
        display: flex;
        position: absolute;
        /* align-items: bottom; */
        align-items: flex-end;
        /* 5等分 */
        /* grid-template-columns: repeat(5, 1fr); */
    }
    .gallery_item.thumb {
        width: 125px;
        height: 90px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        /* 画像を正方形or任意比率で切り抜き */
        /* aspect-ratio: 1 / 1; */
        margin-right: 12px;
    }
    .gallery_item.thumb img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .cloud_deco {
        position: absolute;
        pointer-events: none;
        z-index: 8;
    }
    .deco1 {
        width: 20%;
        height: auto;
        top: 50px;
        right: -50px;
    }
    .deco2 {
        width: 30%;
        height: auto;
        top: 45px;
        left: -40px;
    }
    .season_service_btn_wrapper {
        width: 335px;
        height: 60px;
        display: flex;
        text-align: center;
        justify-content: center;
        margin-top: 20px;
        margin: 0 auto;
    }
    .season_service_btn {
        width: 335px;
        height: 60px;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 4px;
        color: #B8A973;
        background: #fff;
        bottom: 30px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        transition: background 0.2s, color 0.2s;
        border: 1px solid #B8A973;
        padding: 14px 28px;
        margin: 0 auto;
        font-family: 'Zen Kaku Gothic New', serif;
    }
    .season_service_btn:hover {
        color: #fff;
        background: #B8A973;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* accessセクション */

/* ーーーーーーーーーーーーーーーーーー */


.access_section {
    width: 100%;
    min-width: 375px;
    background-color: #fff;
    padding-top: 180px;
    padding-bottom: 30px;
}
.access_inner {
    width: 100%;
    max-width: 1280px;
    position: relative;
    padding: 0 40px;
    margin: auto;
    margin-bottom: 80px;
}
.access_title01 {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6px;
    color: #383838;
}
.access_title02 {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    top: -2px;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    font-family:
    "EB Garamond"
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.access_title02::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #383838;
    top: -2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.access_map_container {
    width: 100%;
    line-height: 0;
    margin-bottom: 80px;
}
.access_map_container iframe {
    display: block;
}
.access_details_container {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin: 0 auto;
}
.access_info_block.simple_info_block {
    gap: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.access_info_block.simple_info_block img {
    width: 168.84px;
    height: auto;
}
.access_facility_name_en {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.2em;
    color: #B8A973;
    font-family: 'serif', 'Noto Serif JP', serif;
}
.access_facility_address.simple_address {
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 5px;
    color: #383838;
}
.access_text_block.simple_text_block {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 150px;
}
.access_text_block.simple_text_block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 4px;
    color: #383838;
}
/* .access_text_block.simple_text_block p br {
    display: none;
} */
.access_text_block.simple_text_block p:last-child {
    margin-bottom: 0;
}

/* コンテナ全体の余白調整 */
.access_details_container {
    text-align: center;
    padding: 0 20px;
    margin: 0 auto;
}
/* br.mobile_only_br {
    display: none;
} */
.pc_br {
    display: none;
}

@media screen and (max-width: 1239px) {
    .access_section {
        width: 100%;
        min-width: 375px;
        height: auto;
        background-color: #fff;
        padding: 20px 0;
        padding-bottom: 50px;
    }
    .access_inner {
        width: 100%;
        min-width: 335px;
        max-width: 1200px;
        position: relative;
        padding: 0 20px;
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .access_title01 {
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 6px;
        color: #383838;
    }
    .access_title02 {
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        top: -2px;
        position: relative;
        display: inline-block;
        margin-left: 18px;
    }
    .access_title02::before {
        content: "";
        width: 1px;
        height: 28px;
        background-color: #383838;
        top: -2px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 22px;
    }
    .access_map_container {
        width: 100%;
        line-height: 0;
        position: relative;
        margin-bottom: 0;
    }
    .access_map_container iframe {
        width: 100%;
        height: 310px;
        /* left: -20px; */
        /* position: absolute; */
        display: block;
        padding: 0;
        margin: auto;
    }
    .access_details_container {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        padding-top: 50px;
        margin: auto;
    }
    .access_info_block.simple_info_block {
        height: 100%;
        gap: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .access_info_block.simple_info_block img {
        width: 168.84px;
        height: auto;
    }
    .access_facility_name_en {
        font-size: 36px;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: 0.2em;
        color: #B8A973;
        font-family: 'serif', 'Noto Serif JP', serif;
    }
    .access_facility_address.simple_address {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 30%;
        color: #383838;
    }
    .access_text_block.simple_text_block {
        width: 100%;
        min-width: 335px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .access_text_block.simple_text_block p {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 30%;
        color: #383838;
        text-align: left;
    }
    .access_text_block.simple_text_block p:last-child {
        margin-bottom: 0;
    }
    .access_details_container {
        margin: 0 auto;
        text-align: center;
    }
    /* br.mobile_only_br {
        display: none;
    } */
    .pc_br {
        display: unset;
    }
    .mobile_br {
        display: unset;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* blogセクション */

/* ーーーーーーーーーーーーーーーーーー */


.blog_section {
    width: 100%;
    min-width: 375px;
    background-color: #f3f3f3;
    padding: 175px 40px;
}
.blog_inner {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.blog_header {
    margin-bottom: 80px;
}
.blog_title01 {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6px;
    color: #383838;
}
.blog_title02 {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    top: -2px;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    font-family:
    "EB Garamond"
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.blog_title02::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #383838;
    top: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.blog_cards_container {
    width: 100%;
    min-width: 335px;
    gap: 30px;
    display: grid;
    /* PCでは3列 */
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
}
.blog_card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}
.blog_card_link {
    height: 418px;
    /* 親要素の色を継承 */
    color: inherit;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.blog_image_wrapper {
    width: 100%;
    overflow: hidden;
    /* 画像のアスペクト比 */
    aspect-ratio: 16 / 10;
}
.blog_image_wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.blog_card:hover .blog_image_wrapper img {
    transform: scale(1.05);
}
.blog_content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 25px;
}
.blog_date {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #383838;
    margin-bottom: 10px;
}
.blog_title_text {
    /* 2行分の高さ */
    min-height: calc(1.6em * 2);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #383838;
    margin-bottom: 15px;
    /* 2行までに制限し、超える場合は三点リーダー表示 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_category_tag_wrapper {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    margin-top: auto;
}
.blog_category_tag {
    height: 26px;
    /* font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px; */
    color: #fff;
    background-color: #B8A973;
    display: inline-block;
    border-radius: 20px;
    padding: 0px 12px;
}
.blog_view_all_btn_wrapper {
    /* width: 380px;
    height: 60px; */
    text-align: center;
    /* margin: 0 auto; */
}
.blog_view_all_btn {
    width: 380px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #B8A973;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #B8A973;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
    padding: 10px 38px;
    font-family:
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.blog_view_all_btn:hover {
    color: #fff;
    background: #B8A973;
}
.arrow_icon {
    font-weight: bold;
    margin-left: 8px;
}

@media screen and (max-width: 1239px) {
    .blog_section {
        width: 100%;
        min-width: 335px;
        height: auto;
        padding: 20px 20px;
        padding-bottom: 50px;
    }
    .blog_inner {
        width: 100%;
        min-width: 335px;
        max-width: 100%;
    }
    .blog_header {
        text-align: left;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .blog_title01 {
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 6px;
        color: #383838;
    }
    .blog_title02 {
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #383838;
        top: -2px;
        position: relative;
        display: inline-block;
        margin-left: 18px;
    }
    .blog_title02::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 30px;
        background-color: #383838;
        top: -2px;
        position: relative;
        vertical-align: middle;
        margin-right: 22px;
    }
    .blog_date {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        margin-bottom: 10px;
    }
    .blog_title_text {
        /* 2行分の高さ確保 */
        min-height: calc(1.6em * 2);
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 3px;
        color: #383838;
        margin-bottom: 15px;
        /* 2行までに制限し、超える場合は三点リーダー表示 */
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog_cards_container {
        width: 100%;
        max-width: 800px;
        min-width: 335px;
        gap: 25px;
        grid-template-columns: 1fr;
        padding-bottom: 40px;
        margin-bottom: 0px;
        margin: auto;
    }
    .blog_card {
        width: 100%;
        min-width: 335px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        box-sizing: border-box;
    }
    .blog_card_link {
        width: 100%;
        min-width: 335px;
        height: 100%;
        /* 親要素の色を継承 */
        color: inherit;
        display: flex;
        flex-direction: column;
        text-decoration: none;
    }
    .blog_image_wrapper {
        min-width: 0;
        aspect-ratio: 16 / 10;
    }
    .blog_content {
        padding: 15px 14px;
    }
    .blog_category_tag_wrapper {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        margin-top: auto;
    }
    .blog_category_tag {
        height: 25px;
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.5px;
        display: inline-block;
        border-radius: 20px;
        padding: 0px 12px;
    }
    .blog_view_all_btn_wrapper {
        width: 335px;
        height: 60px;
        text-align: center;
        margin: 0 auto;
    }
    .blog_view_all_btn {
        width: 335px;
        height: 60px;
        font-size: 16px;
        font-weight: 400;
        margin: 0 auto;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* newsセクション */

/* ーーーーーーーーーーーーーーーーーー */


.news-home {
    padding: 175px 0;
    background-color: #fff;
}
.news-home-header {
    display: flex;
    align-items: baseline;
    text-align: left;
    margin-bottom: 80px;
}
.news-home-title-jp {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6px;
    color: #383838;
    margin: 0;
    line-height: 1;
}
.news-home-title-separator {
    font-family: serif;
    font-size: 24px;
    color: #383838;
    margin: 0 15px;
    font-weight: 300;
}
.news-home-title-en::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #383838;
    top: -2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 30px;
}
.news-home-title-en {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    margin: 0;
    font-family:
    "EB Garamond"
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.news-home-list {
    width: 100%;
    max-width: 1200px;
    min-width: 375px;
    list-style: none;
    border-top: 1px solid #E4E4E4;
    margin: 0 auto;
}
.news-home-item {
    border-bottom: 1px solid #E4E4E4;
}
.news-home-item a {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 20px;
    padding: 20px 10px;
    text-decoration: none;
    color: #383838;
    transition: background-color 0.2s ease-in-out;
}
.news-home-item a:hover {
    background-color: #f8f5f0;
}
.news-home-item-date {
    grid-column: 1 / 2; /* 1列目 */
    grid-row: 1 / 2;    /* 1行目 */
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #383838;
    margin-bottom: 6px; 
}
.news-home-item-title {
    grid-column: 1 / 2; /* 1列目 */
    grid-row: 2 / 3;    /* 2行目 */
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #383838;
}
.news-home-item-arrow {
    grid-column: 2 / 3; /* 2列目 */
    grid-row: 1 / 3;    /* 1行目から2行目にまたがって配置 */
    align-self: center;
    width: 40px;
    height: 40px;
    background-color: #B8A973;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
.news-home-item-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 44%;
    width: 7px;
    height: 7px;
    border-top: 1.8px solid #fff;
    border-right: 1.8px solid #fff;
    /* 中央配置&回転で矢印形成 */
    transform: translate(-40%, -50%) rotate(45deg);
}
.news-home-no-posts {
    text-align: center;
    padding: 35px 0;
    color: #383838;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
}
.news-home-view-all-wrapper {
    text-align: center;
    margin-top: 60px;
}
.news-home-view-all-btn {
    width: 380px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #B8A973;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #B8A973;
    align-items: center;
    transition: all 0.3s ease-in-out;
    padding: 10px 38px;
    font-family:
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.news-home-view-all-btn:hover {
    background-color: #B8A973;
    color: #fff;
}
.news-home-arrow-char {
    margin-left: 10px;
    font-weight: normal;
}

@media screen and (max-width: 1239px) {
    .news-home {
        padding: 50px 20px;
        background-color: #fff;
    }
    .news-home-header {
        display: flex;
        align-items: baseline;
        text-align: left;
        margin-bottom: 40px;
    }
    .news-home-title-jp {
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 6px;
        color: #383838;
        margin: 0;
        line-height: 1;
    }
    .news-home-title-separator {
        font-family: serif;
        font-size: 24px;
        color: #383838;
        margin: 0 15px;
        font-weight: 300;
    }
    .news-home-title-en::before {
        content: "";
        width: 1px;
        height: 30px;
        background-color: #383838;
        top: -2px;
        position: relative;
        vertical-align: middle;
        margin-left: 18px;
        margin-right: 22px;
    }
    .news-home-title-en {
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #383838;
        text-transform: lowercase;
        margin: 0;
    }
    .news-home-list {
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        list-style: none;
        border-top: 1px solid #E4E4E4;
        margin: 0 auto;
    }
    .news-home-item {
        border-bottom: 1px solid #E4E4E4;
    }
    .news-home-item a {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 20px;
        padding: 20px 10px;
        text-decoration: none;
        color: #383838;
        transition: background-color 0.2s ease-in-out;
    }
    .news-home-item a:hover {
        background-color: #f8f5f0;
    }
    .news-home-item-date {
        grid-column: 1 / 2; /* 1列目 */
        grid-row: 1 / 2;    /* 1行目 */
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        margin-bottom: 6px; 
    }
    .news-home-item-title {
        grid-column: 1 / 2; /* 1列目 */
        grid-row: 2 / 3;    /* 2行目 */
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 3px;
        color: #383838;
    }
    .news-home-item-arrow {
        grid-column: 2 / 3; /* 2列目に配置 */
        grid-row: 1 / 3;    /* 1行目から2行目にまたがって配置 */
        align-self: center;
        width: 30px;
        height: 30px;
        background-color: #B8A973;
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
    }
    .news-home-item-arrow::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 44%;
        width: 7px;
        height: 7px;
        border-top: 1.8px solid #fff;
        border-right: 1.8px solid #fff;
        transform: translate(-40%, -50%) rotate(45deg);
    }
    .news-home-no-posts {
        text-align: center;
        padding: 35px 0;
        color: #383838;
        font-family: 'Helvetica Neue', Arial, sans-serif;
        font-size: 15px;
    }

    .news-home-view-all-wrapper {
        text-align: center;
        margin-top: 40px;
    }
    .news-home-view-all-btn {
        width: 335px;
        height: 60px;
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #B8A973;
        background-color: #fff;
        display: inline-block;
        text-decoration: none;
        border: 1px solid #B8A973;
        align-items: center;
        transition: all 0.3s ease-in-out;
        padding: 10px 38px;
        font-family:
        /* Google Fonts */
        "Noto Serif JP",
        /* Windows */
        "MS PMincho",
        "MS Mincho",
        "Yu Mincho",
        /* macOS */
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        /* Linux */
        "IPA Mincho",
        serif;
    }
    .news-home-view-all-btn:hover {
        background-color: #B8A973;
        color: #fff;
    }
    .news-home-arrow-char {
        margin-left: 10px;
        font-weight: normal;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* single.php */

/* ーーーーーーーーーーーーーーーーーー */


.breadcrumb-area {
    width: 1200px;
    max-width: 1200px;
    min-width: 335px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.breadcrumb-area .container {
    margin: 0 auto;
}
.breadcrumb-area,
.breadcrumb-area a,
.breadcrumb-area span {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    margin: 0 auto;
}
.breadcrumb-area span {
    color: #B8A973;
}
.entry-content-wrapper {
    width: 830px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 40px;
    margin-top: 0px;
}
.single-post-content-area {
    width: 860px;
    padding-top: 30px;
}
.single-post-content-area .site-main {
    max-width: 860px;
    background-color: #fff;
    box-shadow: none;
    padding-bottom: 20px;
    /* padding-left: 20px;
    padding-right: 20px; */
    margin: 0 auto;
}
.single-post-content-area .entry-header {
    /* 記事ヘッダーの下線 */
    border-bottom: none;
    /* アイキャッチとの間 */
    padding-bottom: 30px;
}
.single-post-content-area .entry-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 5px;
    color: #383838;
    padding-bottom: 30px;
}
.single-post-content-area .entry-meta {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #383838;
    column-gap: 10px;
    row-gap: 10px;
    /* display: flex; */
    display: grid;
    grid-template-columns: auto 1fr;
    /* flex-wrap: wrap; */
    align-items: center;
}
.single-post-content-area .entry-categories {
    column-gap: 10px;
    row-gap: 10px;
    /* カテゴリー複数ある場合 */
    display: flex;
    flex-wrap: wrap;
    /* 幅の限り横に広がり、足りなければ折り返す */
    flex: 1 1 auto;
}
.single-post-content-area .posted-on{
    /* 折り返さず、必要幅だけ確保 */
    /* flex: 0 0 auto; */
    /* 折り返さず1行 */
    white-space: nowrap;
}
.single-post-content-area .category-tag.single-category-tag {
    line-height: 1.2;
    color: #fff;
    background-color: #B8A973;
    text-decoration: none;
    border-radius: 20px;
    padding: 8px 15px;
}
.single-post-content-area .post-thumbnail.single-post-thumbnail img {
    height: auto;
    max-width: 100%;
    padding-bottom: 25px;
}
.single-post-content-area .entry-content-body h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    border-bottom: 2px solid #B8A973;
    padding-top: 25px;
}
.single-post-content-area .entry-content-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    padding-top: 30px;
}
.single-post-content-area .entry-content-body h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    padding-top: 25px;
}
.single-post-content-area .entry-content-body .wp-block-image {
    padding-top: 25px;
}
.single-post-content-area .entry-content-body table {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    border-collapse: collapse;
    margin-top: 25px;
    margin-bottom: 25px;
}
.single-post-content-area .entry-content-body th,
.single-post-content-area .entry-content-body td {
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    padding: 15px 10px;
}
.single-post-content-area .entry-content-body th {
    font-weight: bold;
    background-color: #f5f5f5;
}
.single-post-content-area .entry-content-body td:first-child {
    width: 30%;
    color: #383838;
}
.single-post-content-area .entry-content-body td:last-child {
    width: 70%;
}
.related-posts-section {
    width: 830px;
    background-color: #fff;
    /* padding-top: 60px; */
    padding-bottom: 80px;
    align-items: flex-start;
}
.related-posts-section .container {
    max-width: 1200px;
    /* margin: 0 auto; */
}
.related-posts-main-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 5px;
    color: #383838;
    text-align: left;
    /* カード群との間 */
    margin-bottom: 50px;
}
.related-posts-container {
    width: 840px;
    max-width: 840px;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    display: flex;
    align-items: flex-start;
    text-align: left;
}
.related-post-card {
    background-color: #f3f3f3;
}
.related-post-card .blog_image_wrapper {
    aspect-ratio: 16 / 10;
}
.related-post-card .blog_content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    text-align: left;
    padding: 20px;
}
.related-post-card .blog_date,
.related-post-card .blog_title_text,
.related-post-card .blog_category_tag_wrapper {
    width: 100%;
    text-align: left;
}
.related-post-card .blog_date {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #383838;
    margin-bottom: 8px;
}
.related-post-card .blog_title_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #383838;
    margin-bottom: 12px;
}
.related-post-card .blog_category_tag_wrapper {
    margin-top: auto;
}
.related-post-card .blog_category_tag {
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    background-color: #B8A973;
    display: inline-block;
    border-radius: 20px;
    padding: 0px 12px;
}
.single-post-content-area .category-tag.single-category-tag:hover {
    color: #383838;
    background-color: #B8A973;
}
.related-post-card .blog_category_tag:hover {
    color: #383838;
    background-color: #B8A973;
}

@media screen and (max-width: 1239px) {
    .breadcrumb-area {
        width: 100%;
        min-width: 335px;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }
    .breadcrumb-area .container {
        max-width: 100%;
    }
    .breadcrumb-area,
    .breadcrumb-area a,
    .breadcrumb-area span {
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        font-size: 12px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #383838;
    }
    .breadcrumb-area span {
        color: #B8A973;
    }
    .entry-content-wrapper {
        width: 100%;
        min-width: 335px;
        padding: 0;
        border: none;
        box-shadow: none;
        margin: 0 auto;
    }
    .single-post-content-area {
        padding-top: 10px;
    }
    .single-post-content-area .site-main {
        width: 100%;
        max-width: 860px;
        background: none;
        box-shadow: none;
    }
    .single-post-content-area .entry-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 3px;
        padding-bottom: 18px;
    }
    .single-post-content-area .entry-meta {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        column-gap: 10px;
        row-gap: 10px;
        /* display: flex;
        flex-wrap: wrap; */
        grid-template-columns: auto 1fr;
        align-items: center;
    }
    .single-post-content-area .entry-categories {
        column-gap: 10px;
        row-gap: 10px;
        display: flex;
        flex-wrap: wrap;
        /* 幅の限り横に広がり、足りなければ折り返す */
        flex: 1 1 auto;
    }
    .single-post-content-area .posted-on{
        /* 折り返さず、必要幅だけ確保 */
        flex: 0 0 auto;
    }
    .single-post-content-area .category-tag.single-category-tag {
        font-size: 12px;
        font-weight: 400;
        padding: 8px 10px;
    }
    .single-post-content-area .post-thumbnail.single-post-thumbnail img {
        max-width: 100%;
        height: auto;
    }
    .single-post-content-area .entry-content-body h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        padding-top: 20px;
        padding-bottom: 3px;
    }
    .single-post-content-area .entry-content-body h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 3px;
        padding-top: 16px;
    }
    .single-post-content-area .entry-content-body p {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 3px;
        padding-top: 16px;
    }
    .single-post-content-area .entry-content-body .wp-block-image {
        width: fit-content;
        width: -moz-fit-content;
        display: block;
        padding-top: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-inline-start: auto;
        margin-inline-end: auto;
    }
    .single-post-content-area .entry-content-body table {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 3px;
    }
    .related-posts-section {
        width: 100%;
        min-width: 335px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 0 auto;
    }
    .related-posts-section .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    .related-posts-main-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 3px;
        text-align: center;
        margin-bottom: 20px;
    }
    .related-posts-container {
        max-width: 100%;
        display: block !important;
    }
    .related-post-card {
        width: 100%;
        margin-bottom: 22px;
    }
    .related-post-card .blog_content {
        font-size: 14px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 3px;
        padding: 15px 10px;
    }
    .related-post-card .blog_date {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        margin-bottom: 8px;
    }
    .related-post-card .blog_title_text {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 3px;
        color: #383838;
        margin-bottom: 12px;
    }
    .related-post-card .blog_category_tag {
        height: 25px;
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #fff;
        background-color: #B8A973;
        display: inline-block;
        border-radius: 20px;
        padding: 0px 12px;
    }
    #ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
        background: 0 0;
        list-style: none;
        line-height: 24px;
        margin: 0;
        overflow: hidden;
        z-index: 1;
    }
    .single-post-content-area .entry-content-body th,
    .single-post-content-area .entry-content-body td {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 3px; 
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
        border-left: 1px solid #E4E4E4;
        border-right: 1px solid #E4E4E4;
        padding: 15px 10px;
    }
}
/* --- 目次コンテナ --- */
#ez-toc-container {
    background: #f3f3f3 !important;
    position: relative;
    border: none;
    border-radius: 0;
    padding: 20px 20px;
    font-family:
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.ez-toc-title-container {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
div#ez-toc-container .ez-toc-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
}
.ez-toc-title::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    background: #B8A973;
    border-radius: 4px;
    margin-bottom: 3px;
    margin-left: 4.5px;
    margin-right: 8px;
    vertical-align: middle;
}
div#ez-toc-container ul li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
}
.ez-toc-counter nav ul li a::before {
    content: "";
    display: inline-block;
    counter-increment: item;
    flex-grow: 0;
    flex-shrink: 0;
}
.ez-toc-list-level-3 > li::before {
    content: " - ";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #383838;
    vertical-align: 8px;
    margin-left: 1px;
    margin-right: 0;
}
#ez-toc-container ul ul {
    margin-left: 0;
}
.ez-toc-list-level-1 > li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    height: 1.5px;
    background: #E4E4E4;
    width: 95%;
    margin: -3px auto;
}
.ez-toc-list-level-1 > li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: 5px;
    line-height: 1.6;
}
div#ez-toc-container nav ul ul li {
    font-size: 14px;
    letter-spacing: 4px;
}
#ez-toc-container a:visited {
    color: #383838;
}
div#ez-toc-container ul li, div#ez-toc-container ul li a {
    font-weight: 400;
}
.ez-toc-wrap-left {
    margin: 0 auto 0 0 !important;
}
/* --- 目次内の不要なアイコン/トグル等は消す --- */
.ez-toc-title-toggle { display: none !important; }
.ez-toc-title-toggle, .ez-toc-js-icon-con { display: none !important; }

@media screen and (max-width: 1239px) {
    /* --- 目次コンテナ --- */
    #ez-toc-container {
        background: #f3f3f3 !important;
        position: relative;
        border: none;
        border-radius: 0;
        padding: 20px 20px;
        font-family:
        /* Google Fonts */
        "Noto Serif JP",
        /* Windows */
        "MS PMincho",
        "MS Mincho",
        "Yu Mincho",
        /* macOS */
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        /* Linux */
        "IPA Mincho",
        serif;
    }
    .ez-toc-title-container {
        width: 100%;
        display: table;
        margin-bottom: 10px;
    }
    div#ez-toc-container .ez-toc-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
    }
    .ez-toc-title::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 1em;
        background: #B8A973;
        border-radius: 4px;
        margin-bottom: 3px;
        margin-left: 4.5px;
        margin-right: 8px;
        vertical-align: middle;
    }
    div#ez-toc-container ul li {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 5px;
    }
    .ez-toc-counter nav ul li a::before {
        content: "";
        display: inline-block;
        counter-increment: item;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .ez-toc-list-level-3 > li::before {
        content: " - ";
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #383838;
        vertical-align: 8px;
        margin-left: 1px;
        margin-right: 0;
    }
    #ez-toc-container ul ul {
        margin-left: 0;
    }
    #ez-toc-container a {
        color: #383838;
        box-shadow: none;
        text-decoration: none;
        text-shadow: none;
        display: block;
        align-items: stretch;
        flex-wrap: nowrap;
    }
    .ez-toc-list-level-1 > li:not(:last-child)::after {
        content: "";
        display: block;
        position: absolute;
        height: 1.5px;
        background: #E4E4E4;
        width: 95%;
        margin: -3px auto;
    }
    .ez-toc-list-level-1 > li {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 8px;
        letter-spacing: 5px;
        line-height: 1.6;
    }
    div#ez-toc-container nav ul ul li {
        font-size: 12px;
        letter-spacing: 4px;
    }
    .ez-toc-list-level-3 > li {
        display: inline-flex;
        font-size: 16px;
        color: #383838;
        margin-bottom: 2px;
        font-weight: 400;
        font-family: 'Noto Serif JP', serif;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* single.php(追加分) */

/* ーーーーーーーーーーーーーーーーーー */


.single-page-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0;
    gap: 20px;
    align-items: flex-start;
}
#primary.single-post-content-area {
    flex-basis: 860px;
    flex-grow: 0;
    flex-shrink: 0;
    order: 1;
}
#secondary.widget-area {
    flex-basis: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    order: 2;
}
.related-posts-section {
    flex-basis: 100%;
    order: 3;
    width: 100%;
}
.related-posts-section .container {
    max-width: 870px;
    margin-left: 0;
    margin-right: auto;
}

@media screen and (max-width: 1239px) {
    .single-post-content-area .entry-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 3px;
        padding-bottom: 20px;
    }
    .single-post-content-area .category-tag.single-category-tag {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 3px;
        padding: 6px 18px;
    }
    .single-post-content-area .entry-header {
        padding-bottom: 20px;
        border-bottom: none;
    }
    .single-page-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
        padding-top: 0;
        gap: 20px;
        align-items: flex-start;
    }
    #primary.single-post-content-area {
        flex-basis: 860px;
        flex-grow: 0;
        flex-shrink: 0;
        order: 1;
    }
    #secondary.widget-area {
        flex-basis: 300px;
        flex-grow: 0;
        flex-shrink: 0;
        order: 2;
    }
    .related-posts-section {
        flex-basis: 100%;
        order: 3;
        width: 100%;
    }
    .related-posts-section .container {
        max-width: 870px;
        margin-left: 0;
        margin-right: auto;
    }
    .single-page-container {
        flex-direction: column;
        gap: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #primary.single-post-content-area {
        order: 1;
        width: 100%;
        flex-basis: auto;
        margin-bottom: 0px;
    }
    #secondary.widget-area {
        order: 2;
        width: 100%;
        flex-basis: auto;
        margin-top: 0 !important;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 20px;
        background-color: #fff;
        border: 1px solid #E4E4E4;
    }
    .related-posts-section {
        order: 3;
        width: 100%;
        flex-basis: auto;
        margin: 0 auto;
    }
    .related-posts-section .container {
        max-width: 100%;
    }
    .related-posts-section .container {
        max-width: 870px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-post-content-area .entry-content-body h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        border-bottom: 1px solid #B8A973;
    }
    .single-post-content-area .entry-content-body h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 3px;
        color: #383838;
    }
    .single-post-content-area .entry-content-body p {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 3px;
        padding-top: 25px;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* 数字バッジ「＋n」 */

/* ーーーーーーーーーーーーーーーーーー */


.blog_category_tag_wrapper.has-multi {
    position: relative;
    display: inline-block;
}

.blog_category_tag_wrapper.has-multi::after {
    content: "+" attr(data-count);

    display: inline-block;
    text-align: center;

    height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #B8A973;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #B8A973;
    padding: 0 8px;
    padding-bottom: 2px;
    margin-left: 5px;
    transform: translateY(-1px);
}


/* ーーーーーーーーーーーーーーーーーー */

/* page-companyinfo.php */

/* ーーーーーーーーーーーーーーーーーー */


.breadcrumb {
    width: 1200px;
    max-width: 1200px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.breadcrumb a {
    color: #383838;
}
.breadcrumb span {
    color: #B8A973;
}
.company-info-main-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 5px;
    color: #383838;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.company-info-table-wrapper {
    background: #fff;
    padding-bottom: 200px;
}
.company-info-table {
    width: 900px;
    height: 564px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5px;
    border-spacing: 0;
    border-collapse: separate;
    color: #383838;
    margin: 0 auto;
}
.company-info-table tbody{
    border-left: 1px solid #E4E4E4;
}
.company-info-table th, .company-info-table td {
    text-align: left;
    vertical-align: top;
    padding: 10px 18px;
}
.company-info-table th {
    width: 28%;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    color: #383838;
    background: #fff;
    white-space: nowrap;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
}
.company-info-table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    background: #fff;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}
.company-info-table td a {
    color: #5198C6;
    text-decoration: underline;
}
.company-info-table tr:last-child th,
.company-info-table tr:last-child td {
    border-bottom: 1px solid #E4E4E4;
}

@media screen and (max-width: 1239px) {
    .breadcrumb {
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        font-size: 12px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #383838;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }
    .breadcrumb a {
        font-size: 12px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #383838;
    }
    .breadcrumb span {
        color: #B8A973;
    }
    .company-info-main-title {
        width: 100%;
        min-width: 335px;
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 5px;
        color: #383838;
        text-align: center;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        margin: 0 auto;
    }
    .company-info-table-wrapper {
        width: 100%;
        min-width: 335px;
        max-width: 950px;
        background: #fff;
        padding-bottom: 80px;
        margin: 0 auto;
    }
    .company-info-table {
        width: 100%;
        font-size: 16px;
        background: none;
        border: none;
        border-spacing: 0;
        border-collapse: separate;
        padding: 0 20px;
    }
    .company-info-table tr {
        background: #fff;
        display: block;
        border-top: 1px solid #e3e3e3;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        overflow: hidden;
    }
    .company-info-table th,
    .company-info-table td {
        width: 100%;
        background: #fff;
        display: block;
        text-align: left;
        word-break: break-word;
        box-sizing: border-box;
        /* 線を全部消す */
        border: none !important;
        padding: 12px 15px;
    }
    .company-info-table th {
        font-size: 14px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 3px;
        color: #383838;
        background: #fff;
        padding-bottom: 0;
        padding-top: 10px;
    }
    .company-info-table td {
        font-size: 14px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 3px;
        background: #fff;
        padding-top: 5px;
        padding-bottom: 12px;
    }
    .company-info-table tr:not(:last-child) th,
    .company-info-table tr:not(:last-child) td {
        border-bottom: none !important;
    }
    .company-info-table tr:last-child td {
        border-bottom: 1px solid #ececec !important;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* page-privacypolicy.php */

/* ーーーーーーーーーーーーーーーーーー */


.privacy-policy-page {
    background: #fff;
    padding-bottom: 100px;
}
.privacy-policy-page .breadcrumb {
    width: 1200px;
    max-width: 1200px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    margin-top: 60px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.privacy-policy-page .breadcrumb a {
    color: #383838;
}
.privacy-policy-page .breadcrumb span {
    color: #B8A973;
}
.privacy-policy-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 5px;
    color: #383838;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 40px;
}
.privacy-policy-content {
    width: 1200px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5px;
    color: #383838;
    background: #fff;
    padding: 0 20px;
    margin: 0 auto;
}
.privacy-policy-content p span {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3.2px;
    margin-bottom: 30px;
}
.privacy-policy-content p {
    margin-bottom: 30px;
}
.privacypolicy-section-title01 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.privacypolicy-section-title02 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.privacypolicy-section-title03 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.privacypolicy-section-title04 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.privacypolicy-section-title04 p {
    margin-bottom: 0;
}
.privacypolicy-section-title05 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.privacypolicy-section-title06 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.privacypolicy-section-title07 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.privacypolicy-section-title08 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.privacypolicy-section-title09 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.privacypolicy-section-title10 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.privacypolicy-section-title11 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 5px;
    color: #383838;
    display: inline-block;
    border-bottom: 2px solid #B8A973;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.policy-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3.2px;
    padding-left: 1em;
    margin-left: 1em;
    margin-bottom: 30px;
}
.policy-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3.2px;
    text-indent: 0;
    padding-left: 0;
    box-sizing: border-box;
}
.policy-list ol {
    text-indent: 1em;
    padding-left: 1em;
}
.policy-list ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3.2px;
    text-indent: 0;
    box-sizing: border-box;
    padding-left: 0;
}
.under_h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
}

@media screen and (max-width: 1239px) {
    .privacy-policy-page {
        background: #fff;
        padding-bottom: 80px;
    }
    .privacy-policy-page .breadcrumb {
        width: 100%;
        min-width: 335px;
        font-size: 12px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #383838;
        margin-top: 0px;
    }
    .privacy-policy-page .breadcrumb a {
        color: #383838;
    }
    .privacy-policy-page .breadcrumb span {
        color: #B8A973;
    }
    .privacy-policy-title {
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #383838;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }
    .privacy-policy-content {
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 5px;
        color: #383838;
        background: #fff;
        margin: 0 auto;
    }
    .privacy-policy-content p span {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 3.2px;
        margin-bottom: 30px;
    }
    /* .privacy-policy-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 3.2px;
        margin-bottom: 30px;
    } */
    .privacypolicy-section-title01 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .privacypolicy-section-title02 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .privacypolicy-section-title03 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .privacypolicy-section-title04 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .privacypolicy-section-title04 p {
        margin-bottom: 0;
    }
    .privacypolicy-section-title05 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .privacypolicy-section-title06 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .privacypolicy-section-title07 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .privacypolicy-section-title08 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .privacypolicy-section-title09 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .privacypolicy-section-title10 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .privacypolicy-section-title11 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        display: inline-block;
        border-bottom: 2px solid #B8A973;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .policy-list {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 3.2px;
        padding-left: 1em;
        margin-left: 1em;
        margin-bottom: 30px;
    }
    .policy-list li {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 3.2px;
        text-indent: 0;
        box-sizing: border-box;
        padding-left: 0;
    }
    .policy-list ol {
        text-indent: 1em;
        padding-left: 1em;
    }
    .policy-list ol li {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 3.2px;
        text-indent: 0;
        box-sizing: border-box;
        padding-left: 0;
    }
    .under_h2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 3px;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* archive.php */

/* ーーーーーーーーーーーーーーーーーー */

.archive-page-wrapper {
    background-color: #fff;
    padding-bottom: 100px;
}
.archive-page-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
}
.archive-breadcrumb {
    width: 1200px;
    max-width: 1200px;
    min-width: 335px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #555;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.archive-breadcrumb a,
.archive-breadcrumb span {
    color: #383838;
}
.archive-breadcrumb span,
.archive-breadcrumb .current-item {
    color: #B8A973;
}
.archive-breadcrumb a:hover {
    text-decoration: underline;
    color: #B8A973;
}
.archive-main-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 40px;
}
.category-filter-nav {
    width: 100%;
    max-width: 1200px;
    min-width: 335px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.category-filter-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    /* 折り返し対応 */
    flex-wrap: wrap;
}
.category-filter-nav li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #B8A973;
    background-color: #fff;
    border: 1px solid #B8A973;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.category-filter-nav li a:hover {
    color: #fff;
    background-color: #B8A973;
}
.category-filter-nav li.active a {
    color: #fff;
    background-color: #B8A973;
}
.archive_blog_cards_container {
    display: grid;
    /* 3列表示 */
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}
.archive_blog_cards_container .blog_card {
    background-color: #F3F3F3;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    overflow: hidden;
}
.archive_blog_cards_container .blog_card .blog_image_wrapper {
    aspect-ratio: 340 / 226;
}
.archive_blog_cards_container .blog_card .blog_content {
    padding: 20px;
}
.archive_blog_cards_container .blog_card .blog_date {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #383838;
    margin-bottom: 8px;
}
.archive_blog_cards_container .blog_card .blog_title_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    /* 2行分の高さ */
    min-height: calc(16px * 1.5 * 2);
    color: #383838;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive_blog_cards_container .blog_card .blog_category_tag_wrapper {
    margin-top: auto;
}
.archive_blog_cards_container .blog_card .blog_category_tag {
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    background-color: #B8A973;
    border-radius: 30px;
    padding: 0px 12px;
}
.archive-pagination {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
}
.archive-pagination .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: 400;
    color: #B5B5B5;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin: 0 4px;
}
.archive-pagination .page-numbers:hover {
    background-color: #f7f7f7;
    border-color: #ccc;
    color: #B5B5B5;
}
.archive-pagination .page-numbers.current {
    background-color: #383838;
    color: #fff;
    border-color: #383838;
    font-weight: bold;
}
.archive-pagination .prev,
.archive-pagination .next {
    display: none;
}
.no-posts-found {
    text-align: center;
    font-size: 18px;
    color: #B5B5B5;
    padding: 80px 0;
}

@media screen and (max-width: 1239px) {
    .archive-page-wrapper {
        background-color: #fff;
        padding-bottom: 100px;
    }
    .archive-page-wrapper .container {
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .archive-breadcrumb {
        width: 100%;
        max-width: 1200px;
        font-size: 12px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #383838;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
    }
    .archive-breadcrumb a,
    .archive-breadcrumb span {
        color: #383838;
    }
    .archive-breadcrumb span,
    .archive-breadcrumb .current-item {
        color: #B8A973;
    }
    .archive-breadcrumb a:hover {
        text-decoration: underline;
        color: #B8A973;
    }
    .archive-main-title {
        width: 100%;
        max-width: 800px;
        min-width: 335px;
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #383838;
        text-align: center;
        padding: 24px;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        margin: 0 auto;
    }
    .category-filter-nav ul {
        display: flex;
        /* 左寄せ */
        justify-content: flex-start;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 10px;
        flex-wrap: wrap;
    }
    .category-filter-nav li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #B8A973;
        background-color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 25px;
        height: 30px;
        box-sizing: border-box;
        border: 1px solid #B8A973;
        border-radius: 20px;
        text-decoration: none;
        transition: all 0.3s ease;
        white-space: nowrap;
    }
    .category-filter-nav li a:hover {
        color: #fff;
        background-color: #B8A973;
    }
    .category-filter-nav li.active a {
        color: #fff;
        background-color: #B8A973;
    }
    .archive_blog_cards_container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
    }
    .archive_blog_cards_container .blog_card {
        background-color: #F3F3F3;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        overflow: hidden;
    }
    .archive_blog_cards_container .blog_card .blog_image_wrapper {
        aspect-ratio: 340 / 226;
    }
    .archive_blog_cards_container .blog_card .blog_content {
        background-color: #F3F3F3;
        padding: 20px;
    }
    .archive_blog_cards_container .blog_card .blog_date {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        margin-bottom: 8px;
    }
    .archive_blog_cards_container .blog_card .blog_title_text {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 3px;
        /* 2行分の高さ */
        min-height: calc(16px * 1.5 * 2);
        color: #383838;
        margin-bottom: 15px;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .archive_blog_cards_container .blog_card .blog_category_tag_wrapper {
        margin-top: auto;
    }
    .archive_blog_cards_container .blog_card .blog_category_tag {
        height: 25px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
        background-color: #B8A973;
        border-radius: 30px;
        padding: 0px 12px;
    }
    .archive-pagination {
        text-align: center;
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .archive-pagination .page-numbers {
        width: 32px;
        height: 32px;
        font-size: 20px;
        font-weight: 400;
        color: #B5B5B5;
        background-color: #fff;
        border-radius: 0;
        border: 1px solid transparent;
        display: inline-block;
        text-decoration: none;
        transition: all 0.3s ease;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
        margin: 0 4px;
    }
    .archive-pagination .page-numbers:hover {
        background-color: #f7f7f7;
        border-color: #ccc;
        color: #B5B5B5;
    }
    .archive-pagination .page-numbers.current {
        background-color: #383838;
        color: #fff;
        border-color: #383838;
        font-weight: bold;
    }
    .archive-pagination .prev,
    .archive-pagination .next {
        display: none;
    }
    .no-posts-found {
        text-align: center;
        font-size: 18px;
        color: #B5B5B5;
        padding: 80px 0;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* page-service.php */

/* ーーーーーーーーーーーーーーーーーー */

.service-page-content {
    font-family: "Noto Serif JP", "MS PMincho", "MS Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "IPA Mincho", serif;
    color: #383838;
    padding-bottom: 100px;
}
.service-section-container {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}
.service-breadcrumb {
    width: 1200px;
    max-width: 1200px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.service-page-title-area {
    text-align: center;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 40px;
}
.service-main-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
}
.service-section-title {
   font-size: 24px;
   font-weight: 400;
   line-height: 40px;
   letter-spacing: 3px;
   text-align: center;
   color: #383838;
   /* 中央寄せのため残す */
   display: inline-block;
   /* 擬似要素の基準位置 */
   position: relative;
   border-bottom: none;
   padding-left: 0;
   padding-right: 0;
   padding-bottom: 12px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 40px;
}
.service-section-title::after {
   content: "";
   position: absolute;
   bottom: 0;
   /* 親要素に対し中央から配置 */
   left: 50%;
   /* 要素自身の幅の半分だけ左にずらして中央揃え */
   transform: translateX(-50%);
   width: 80px;
   height: 2px;
   background-color: #B8A973;
}
.service-section-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    color: #383838;
    text-align: center;
    margin-bottom: 40px;
}
.service-section-description {
    width: 100%;
    max-width: 1200px;
    min-width: 335px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.service-section-description2 {
    width: 100%;
    max-width: 1200px;
    min-width: 335px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.service-section-description2 br {
    display: none;
}
.service-section-description.text-center {
    text-align: center;
}
/* 温泉セクション */
.service-onsen-images {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    justify-content: center;
}
.service-onsen-image-item {
    flex: 1;
    /* 2枚で均等になるよう調整 */
    max-width: 580px;
}
.service-onsen-image-item img {
    width: 580px;
    height: 370px;
    display: block;
}
.service-onsen-details {
    margin: 0 auto;
}
.service-onsen-detail-block {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #E4E4E4;
}
.service-onsen-detail-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B8A973;
    color: #383838;
}
.service-onsen-detail-text,
.service-onsen-detail-text_additional {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.05em;
}
.service-onsen-detail-text_additional {
    margin-top: 20px;
}
.service-onsen-detail-list {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.05em;
}
.service-onsen-detail-list li {
    padding-left: 1.2em;
    position: relative;
    margin-bottom: 8px;
}
.service-onsen-detail-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #B8A973;
}
.service-subsection:last-child {
    margin-bottom: 0;
}
.service-subsection-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    text-align: center;
    color: #383838;
    margin-bottom: 40px;
}
.service-facilities-section .service-section-description {
    max-width: 900px;
}
.service-rooms-gallery {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 60px;
}
.service-room-item {
    flex: 1;
    /* 3枚で均等配分 */
    max-width: 380px;
}
.service-room-item img {
    width: 380px;
    height: 280px;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.service-button-wrapper {
    text-align: center;
    margin-bottom: 80px;
}
.service-button {
    width: 380px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #B8A973;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #B8A973;
    align-items: center;
    transition: all 0.3s ease-in-out;
    padding: 10px 38px;
    font-family:
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.service-button:hover {
    background-color: #fff;
    color: #B8A973;
}
.service-button .arrow-icon {
    margin-left: 8px;
}
/* レストラン・ダイニングセクション */
.service-dining-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.service-dining-images {
    width: 100%;
    max-width: 1200px;
    gap: 20px;
    display: flex;
    justify-content: center;
}
.service-dining-image-item {
    flex: 1;
}
.service-dining-image-item img {
    width: 580px;
    height: 370px;
    display: block;
}
.service-dining-info {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
    text-align: center;
}
.service-dining-note {
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
    color: #383838;
    padding-top: 20px;
    padding-bottom: 80px;
}
.service-other-layout {
    display: flex;
    gap: 30px;
    align-items: center;
}
.service-other-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05em;
}
.service-other-images {
    flex: 1.5;
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
}
.service-other-image-item {
    flex: 1;
}
.service-other-image-item img {
    width: 580px;
    height: 370px;
    display: block;
}
/* 温泉セクション */
.service-onsen-table {
    width: 900px;
    height: auto;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    margin: 60px auto 80px;
}
.service-onsen-table-row {
    display: flex;
}
.service-onsen-table-row:not(:first-child) {
    border-top: 1px solid #eee;
}
.service-onsen-table-label {
    width: 220px;
    padding: 10px 10px;
    border-right: 1px solid #eee;
    display: flex;
    box-sizing: border-box;
}
.service-onsen-table-label .service-onsen-detail-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5px;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.service-onsen-table-content {
    /* 残りの幅すべて使用 */
    flex: 1;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: left;
}
.service-onsen-detail-text,
.service-onsen-detail-text_additional {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5px;
    color: #383838;
}
.service-onsen-detail-text_additional {
    margin-top: 20px;
}
.service-onsen-detail-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 5px;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #383838;
}
.service-onsen-detail-list li {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 12px;
}
.service-onsen-detail-list li:last-child {
    margin-bottom: 0;
}
.service-onsen-detail-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #383838;
}
.mobile_br3 {
    display: none;
}

@media (max-width: 1239px) {
    .service-page-content {
        padding-bottom: 60px;
    }
    .service-section-container {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .service-breadcrumb {
        width: 100%;
        max-width: 1200px;
        font-size: 12px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .service-page-title-area {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .service-main-title {
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
    }
    .service-section-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .service-section-subtitle {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        margin-bottom: 25px;
    }
    .service-section-description,
    .service-section-description2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }
    /* 温泉セクション */
    #service-onsen .service-section-container {
        padding-top: 0px;
    }
    .service-onsen-images {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    .service-onsen-image-item {
        max-width: 100%;
        flex: auto;
    }
    .service-onsen-image-item img {
        width: 100%;
        max-width: 800px;
        min-width: 335px;
        height: auto;
        margin: 0 auto;
    }
    /* 温泉セクション */
    .service-onsen-table {
        width: 100%;
        margin: 30px auto 0px;
    }
    .service-onsen-table-row {
        flex-direction: column;
    }
    .service-onsen-table-label {
        width: 100%;
        border-right: none;
        padding-top: 15px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .service-onsen-table-label .service-onsen-detail-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 3px;
        text-align: left;
    }
    .service-onsen-table-content {
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        box-sizing: border-box;
    }
    .service-onsen-detail-text,
    .service-onsen-detail-text_additional {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 3px;
        margin-top: 0px;
    }
    .service-onsen-detail-list {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 3px;
    }
    .service-onsen-detail-list li {
        padding-left: 1.5em;
        margin-bottom: 0px;
    }
    #service-onsen .service-section-container > .service-onsen-table {
        margin-top: 30px;
    }
     #service-onsen .service-section-container {
        padding-bottom: 40px;
    }
    /* 施設情報セクション */
    #service-facilities .service-section-container,
    #service-other .service-section-container {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .service-subsection {
        margin-bottom: 30px;
    }
    .service-subsection:last-child {
        margin-bottom: 0;
    }
    .service-subsection-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }
    /* 客室サブセクション */
    .service-rooms-gallery {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    .service-room-item {
        max-width: 100%;
        flex: auto;
    }
    .service-room-item img {
        width: 100%;
        max-width: 800px;
        min-width: 335px;
        height: auto;
        margin: 0 auto;
    }
    .service-button-wrapper {
        margin-bottom: 0;
    }
    .service-button {
        width: 335px;
        height: 60px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 22px 15px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 3px;
        box-sizing: border-box;
    }
    /* レストラン・ダイニングセクション */
     #service-dining .service-section-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .service-dining-content {
        gap: 25px;
    }
    .service-dining-images {
        flex-direction: column;
        gap: 20px;
    }
    .service-dining-image-item {
        max-width: 100%;
        flex: auto;
    }
    .service-dining-image-item img {
        width: 100%;
        max-width: 800px;
        min-width: 335px;
        height: auto;
        margin: 0 auto;
    }
    .service-dining-info {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 3px;
    }
    .service-dining-info p {
        margin-bottom: 20px;
    }
    .service-dining-note {
        width: 100%;
        max-width: 670px;
        min-width: 335px;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 3px;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 0;
        margin: 0 auto;
    }
    /* その他施設・サービスセクション */
    .service-other-subsection {
        margin-bottom: 30px;
    }
    .service-other-images {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0;
        flex: auto;
    }
    .service-other-image-item {
        max-width: 100%;
        flex: auto;
    }
    .service-other-image-item img {
        width: 100%;
        max-width: 800px;
        min-width: 335px;
        height: auto;
        margin: 0 auto;
    }
    .mobile_br3 {
        display: unset;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* single-news.php / archive-news.php */

/* ーーーーーーーーーーーーーーーーーー */


.news-archive-page,
.news-single-page {
    font-family: "Noto Serif JP", "MS PMincho", "MS Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "IPA Mincho", serif;
    color: #383838;
    background-color: #FFFFFF;
    padding-bottom: 100px;
}
.news-archive-page .container,
.news-single-page .container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.news-archive-container,
.news-single-container {
    margin: 0 auto;
    box-sizing: border-box;
}
.news-archive-page .news-breadcrumb,
.news-single-page .news-breadcrumb {
    width: 1200px;
    max-width: 1200px;
    min-width: 335px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.news-archive-page .news-breadcrumb a,
.news-archive-page .news-breadcrumb span,
.news-single-page .news-breadcrumb a,
.news-single-page .news-breadcrumb span {
    color: #383838;
}
.news-archive-page .news-breadcrumb span,
.news-single-page .news-breadcrumb span {
    color: #B8A973;
}
.news-archive-page .news-breadcrumb a:hover,
.news-single-page .news-breadcrumb a:hover {
    text-decoration: underline;
}


/* ーーーーーーーーーーーーーーーーーー */

/* single-news.php */

/* ーーーーーーーーーーーーーーーーーー */


.news-single-container {
    width: 100%;
    max-width: 1200px;
    min-width: 375px;
}
.news-single-container02 {
    padding-top: 0px;
    padding-bottom: 40px;
}
.news-single-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #383838;
}
.news-single-main-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 3px;
    color: #383838;
    padding-bottom: 30px;
}
.news-single-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
    color: #383838;
    padding-bottom: 50px;
}
.news-single-body p {
    margin-bottom: 2em;
}
.news-single-body p:last-child {
    margin-bottom: 0;
}
.news-single-body h2,
.news-single-body h3,
.news-single-body h4 {
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-weight: 500;
}
.news-single-body h2 { font-size: 1.5em; }
.news-single-body h3 { font-size: 1.3em; }
.news-single-body h4 { font-size: 1.1em; }
.news-single-body ul,
.news-single-body ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}
.news-single-body li {
    margin-bottom: 0.5em;
}
.news-back-button-wrapper {
    text-align: center;
    padding-bottom: 50px;
}
.news-back-to-list-button {
    width: 380px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #B8A973;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #B8A973;
    align-items: center;
    transition: all 0.3s ease-in-out;
    padding: 10px 38px;
    padding-right: 70px;
    font-family:
    /* Google Fonts */
    "Noto Serif JP",
    /* Windows */
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    /* macOS */
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    /* Linux */
    "IPA Mincho",
    serif;
}
.news-back-to-list-button:hover {
    color: #fff;
    background-color: #B8A973;
    border-color: #fff;
}
/* .news-arrow-left {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #B8A973;
    border-left: 1.5px solid #B8A973;
    transform: rotate(-45deg);
    margin-right: 12px;
    margin-bottom: 3px;
} */


@media screen and (max-width: 1239px) {
    .news-archive-page .news-breadcrumb, .news-single-page .news-breadcrumb {
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        font-size: 12px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: rgb(56, 56, 56);
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0px auto;
    }
    .news-single-container {
        width: 100%;
        max-width: 1200px;
        min-width: 375px;
    }
    .news-single-container02 {
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
    .news-single-date {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
    }
    .news-single-main-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 3px;
        color: #383838;
        padding-bottom: 30px;
    }
    .news-single-body {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 3px;
        color: #383838;
        padding-bottom: 50px;
    }
    .news-single-body p {
        margin-bottom: 2em;
    }
    .news-single-body p:last-child {
        margin-bottom: 0;
    }
    .news-single-body h2,
    .news-single-body h3,
    .news-single-body h4 {
        margin-top: 2.5em;
        margin-bottom: 1em;
        font-weight: 500;
    }
    .news-single-body h2 { font-size: 1.5em; }
    .news-single-body h3 { font-size: 1.3em; }
    .news-single-body h4 { font-size: 1.1em; }
    .news-single-body ul,
    .news-single-body ol {
        margin-bottom: 1.5em;
        padding-left: 1.5em;
    }
    .news-single-body li {
        margin-bottom: 0.5em;
    }
    .news-back-button-wrapper {
        text-align: center;
        padding-bottom: 50px;
    }
    .news-back-to-list-button {
        width: 100%;
        max-width: 335px;
        min-width: 335px;
        height: 60px;
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        color: #B8A973;
        background-color: #fff;
        display: inline-block;
        text-decoration: none;
        border: 1px solid #B8A973;
        align-items: center;
        transition: all 0.3s ease-in-out;
        padding: 10px 38px;
        padding-right: 70px;
        font-family:
        /* Google Fonts */
        "Noto Serif JP",
        /* Windows */
        "MS PMincho",
        "MS Mincho",
        "Yu Mincho",
        /* macOS */
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        /* Linux */
        "IPA Mincho",
        serif;
    }
    .news-back-to-list-button:hover {
        color: #fff;
        background-color: #B8A973;
        border-color: #fff;
    }
    .news-arrow-left {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1.5px solid #BFAF8A;
        border-left: 1.5px solid #BFAF8A;
        transform: rotate(-45deg);
        margin-right: 12px;
        margin-bottom: 3px;
    }
    .news-archive-page,
    .news-single-page {
        font-family: "Noto Serif JP", "MS PMincho", "MS Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "IPA Mincho", serif;
        color: #383838;
        background-color: #FFFFFF;
        padding-bottom: 0px;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* archive-news.php */

/* ーーーーーーーーーーーーーーーーーー */


.news-archive-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    letter-spacing: 3px;
    color: #383838;
    padding-top: 0px;
    padding-bottom: 40px;
}
.news-list {
    width: 100%;
    max-width: 1200px;
    min-width: 375px;
    list-style: none;
    border-top: 1px solid #E4E4E4;
    margin: 0 auto;
}
.news-item {
    border-bottom: 1px solid #E4E4E4;
}
.news-item a {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 20px;
    padding: 20px 10px;
    text-decoration: none;
    color: #383838;
    transition: background-color 0.2s ease-in-out;
}
.news-item a:hover {
    background-color: #f8f5f0;
}
.news-item-date {
    grid-column: 1 / 2; /* 1列目 */
    grid-row: 1 / 2;    /* 1行目 */
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #383838;
    margin-bottom: 6px; 
}
.news-item-title {
    grid-column: 1 / 2; /* 1列目 */
    grid-row: 2 / 3;    /* 2行目 */
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    color: #383838;
}
.news-item-arrow {
    grid-column: 2 / 3; /* 2列目に配置 */
    grid-row: 1 / 3;    /* 1行目から2行目にまたがって配置 */
    align-self: center;
    width: 40px;
    height: 40px;
    background-color: #B8A973;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
.news-item-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 44%;
    width: 7px;
    height: 7px;
    border-top: 1.8px solid #fff;
    border-right: 1.8px solid #fff;
    /* 中央配置&回転で矢印形成 */
    transform: translate(-40%, -50%) rotate(45deg);
}
.news-pagination {
    margin-top: 70px;
    text-align: center;
}
.news-pagination .page-numbers {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: 400;
    color: #383838;
    background-color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    box-sizing: border-box;
}
.news-pagination .page-numbers:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
}
.news-pagination .page-numbers.current {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #383838;
    border-color: #383838;
}
.news-pagination .prev,
.news-pagination .next {
     display: none;
}
.news-archive-page .no-posts-found {
    text-align: center;
    padding: 50px 20px;
    font-size: 16px;
}

@media screen and (max-width: 1239px) {
    .news-archive-title {
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        text-align: center;
        color: #383838;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
    .news-list {
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        list-style: none;
        border-top: 1px solid #E4E4E4;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }
    .news-item {
        border-bottom: 1px solid #E4E4E4;
    }
    .news-item a {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 20px;
        padding: 20px 10px;
        text-decoration: none;
        color: #383838;
        transition: background-color 0.2s ease-in-out;
    }
    .news-item a:hover {
        background-color: #f8f5f0;
    }
    .news-item-date {
        grid-column: 1 / 2; /* 1列目 */
        grid-row: 1 / 2;    /* 1行目 */
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        margin-bottom: 6px; 
    }
    .news-item-title {
        grid-column: 1 / 2; /* 1列目 */
        grid-row: 2 / 3;    /* 2行目 */
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 3px;
        color: #383838;
    }
    .news-item-arrow {
        grid-column: 2 / 3; /* 2列目に配置 */
        grid-row: 1 / 3;    /* 1行目〜2行目にまたがって配置 */
        align-self: center;
        width: 30px;
        height: 30px;
        background-color: #B8A973;
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
    }
    .news-item-arrow::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 44%;
        width: 7px;
        height: 7px;
        border-top: 1.8px solid #fff;
        border-right: 1.8px solid #fff;
        /* 中央配置&回転で矢印形成 */
        transform: translate(-40%, -50%) rotate(45deg);
    }
    .news-pagination {
        margin-top: 70px;
        text-align: center;
        padding-bottom: 80px;
    }
    .news-pagination .page-numbers:hover {
        background-color: #f0f0f0;
        border-color: #ccc;
    }
    .news-pagination .page-numbers.current {
        background-color: #383838;
        color: #fff;
        border-color: #383838;
        font-weight: 500;
    }
    .news-pagination .prev,
    .news-pagination .next {
        display: none;
    }
    .news-archive-page .no-posts-found {
        text-align: center;
        padding: 50px 20px;
        font-size: 16px;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* sidebar.php */

/* ーーーーーーーーーーーーーーーーーー */


/* .single-page-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 0;
    gap: 22px;
} */
.single-post-content-area {
    flex: 1;
    min-width: 0;
    padding-top: 0;
}
.single-post-content-area .site-main {
    max-width: 100%;
    padding-bottom: 0px;
    margin: 0;
    background-color: #fff;
}
.single-post-content-area .breadcrumb-area {
    width: 1200px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3px;
    color: #383838;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
.single-post-content-area .breadcrumb-area .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}
.single-post-content-area .entry-header {
    padding-bottom: 25px;
    border-bottom: none;
}
.single-post-content-area .entry-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 3px;
    color: #383838;
    padding-bottom: 40px;
}
.single-post-content-area .entry-meta {
    gap: 20px;
}
.single-post-content-area .category-tag.single-category-tag {
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    padding: 0px 18px;
}
.single-post-content-area .entry-content-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
    padding-top: 25px;
}
.single-post-content-area .entry-content-body h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
    color: #383838;
    border-bottom: 1px solid #B8A973;
}
.single-post-content-area .entry-content-body h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
    color: #383838;
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    background: 0 0;
    list-style: none;
    line-height: 26px;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

.widget-area.popular-posts-sidebar {
    width: 300px;
    flex-shrink: 0;
    background-color: #FFFFFF;
    box-sizing: border-box;
    height: fit-content;
    border: 1px solid #E4E4E4;
    padding: 5px 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.sidebar-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 3px;
    color: #383838;
    border-bottom: 1px solid #E4E4E4;
    text-align: center;
    margin-top: 0;
    margin-bottom: 18px;
}
.popular-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popular-post-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}
.popular-post-item:last-child {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: none;
}
.popular-post-link {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: #383838;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
}
.popular-post-link:hover .popular-post-title {
    color: #B8A973;
}
.popular-post-thumbnail {
    width: 53px;
    height: 34px;
    flex-shrink: 0;
    overflow: hidden;
    background-color: #D9D9D9;
}
.popular-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.popular-post-content {
    flex: 1;
    min-width: 0;
}
.popular-post-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 3px;
    color: #383838;
    margin: 0;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(13px * 1.6 * 3);
}
.related-posts-section .container {
    max-width: 860px;
}
.related-posts-main-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 3px;
    color: #383838;
    margin: 20px 0;
}
.related-post-card .blog_content {
    padding: 15px;
}
.related-post-card .blog_title_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3px;
    /* 2行表示考慮 */
    min-height: calc(15px * 1.5 * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

@media screen and (max-width: 1239px) {
    .single-post-content-area .entry-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 3px;
        color: #383838;
        padding-bottom: 40px;
    }
    .single-post-content-area .category-tag.single-category-tag {
        height: 25px;
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        padding: 0px 18px;
    }
    .single-post-content-area .entry-content-body h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 3px;
        color: #383838;
        border-bottom: 1px solid #B8A973;
    }
    .single-post-content-area .entry-content-body h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 3px;
        color: #383838;
    }
    .single-post-content-area .entry-content-body p {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 3px;
        padding-top: 25px;
    }
    .widget-area.popular-posts-sidebar {
        width: 300px;
        flex-shrink: 0;
        background-color: #FFFFFF;
        box-sizing: border-box;
        height: fit-content;
        border: 1px solid #E4E4E4;
        padding: 0px 0px;
        margin-top: 24px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .sidebar-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: 3px;
        color: #383838;
        border-bottom: 1px solid #E4E4E4;
        text-align: center;
        margin-top: 0;
        margin-bottom: 18px;
    }
    .popular-posts-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .popular-post-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #EAEAEA;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }
    .popular-post-item:last-child {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0px;
    }
    .popular-post-link {
        display: flex;
        gap: 15px;
        text-decoration: none;
        color: #383838;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 335px;
        height: 50px;
    }
    .popular-post-link:hover .popular-post-title {
        color: #B8A973;
    }
    .popular-post-thumbnail {
        min-width: 79.5px; /* 1.25倍 */
        min-height: 51px; /* 1.25倍 */
        flex-shrink: 0;
        overflow: hidden;
        background-color: #D9D9D9;
    }
    .popular-post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .popular-post-content {
        flex: 1;
        min-width: 0;
    }
    .popular-post-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 3px;
        color: #383838;
        margin: 0;
        letter-spacing: 0.04em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: calc(13px * 1.6 * 3);
    }
    .related-posts-section .container {
        max-width: 860px;
    }
    .related-posts-main-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 3px;
        margin-top: 0px;
        margin-bottom: 36px;
    }
    .related-post-card .blog_content {
        padding: 15px;
    }
    .related-post-card .blog_title_text {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 3px;
        /* 2行表示考慮 */
        min-height: calc(15px * 1.5 * 2);
        margin-bottom: 10px;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* page-reservation.php */

/* ーーーーーーーーーーーーーーーーーー */


.form {
    width: 100%;
    min-width: 375px;
    height: auto;
    background-image: none;
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}
.form_inner {
    max-width: 1200px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
/* --- フォームタグ上下区切り線 --- */
.form_inner > div[class*="mw_wp_form"] {
    position: relative;
}
.form_inner > .form_header::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E4E4E4;
    left: 0;
    position: absolute;
    display: none;
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_input {
    width: 100%;
    max-width: 1200px;
    min-width: 335px;
    margin: 0 auto;
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_input::before {
    content: "";
    width: 100%;
    max-width: 1200px;
    min-width: 335px;
    height: 1px;
    background-color: #E4E4E4;
    top: -60px;
    position: absolute;
    display: block;
    left: auto;
    /* transform: translateX(-50%); */
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_input::after {
    content: "";
    width: 100%;
    max-width: 1200px;
    min-width: 335px;
    height: 1px;
    background-color: #E4E4E4;
    top: 1355px;
    position: absolute;
    display: block;
    left: auto;
    /* transform: translateX(-50%); */
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_input form {
    max-width: 800px;
    margin: 0 auto;
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E4E4E4;
    top: -60px;
    left: 0;
    position: absolute;
    display: block;
}
.form_inner > form::after {
    bottom: 0;
}
.form_header {
    text-align: left;
    margin-bottom: 60px;
}
.form_title01 {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 5px;
    color: #383838;
    text-align: center;
    padding-bottom: 20px;
}
.form_title02 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 6px;
    top: -4px;
    display: inline-block;
    position: relative;
}
.form_description {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    color: #383838;
    padding-bottom: 40px;
}
.reservation_form {
    /* max-width: 800px; */
    position: static;
    margin: 0 auto;
}
.mw_wp_form.mw_wp_form_input {
    max-width: 900px;
    margin: 0 auto;
}  
.form_item {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}
.form_item.address_group {
    padding-bottom: 0px;
}
.form_item .input_field_wrapper {
    padding-left: 100px;
}
.form_item-align-top-requests {
    /* ラベル上端揃え */
    align-items: flex-start;
}
.form_item-align-top-requests .form_label {
    padding-top: 0px;
}
.form_label {
    width: 180px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 3px;
    color: #383838;
    white-space: nowrap;
    /* ラベル縮まないように */
    flex-shrink: 0;
}
.form_input,
.form_select,
.form_textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    /* 親要素継承 */
    font-family: inherit;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    padding: 10px 12px;
}
.form_input::placeholder,
.form_textarea::placeholder {
    letter-spacing: 2px;
    color: #B5B5B5;
}
.validation_message {
    height: 0;
    font-size: 13px;
    line-height: 1.2;
    color: #D9534F;
    opacity: 0;
    margin-top: 0;
    transition: opacity 0.2s ease-out, height 0.2s ease-out, margin-top 0.2s ease-out;
}
.validation_message.is-visible {
    height: auto;
    opacity: 1;
    margin-top: 6px;
}
.input_field_wrapper {
    /* 残りの幅すべて使用 */
    flex: 1;
    display: flex;
    flex-direction: column;
}
.input_field_wrapper .form_input {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #383838;
    padding: 18px 15px;
}
.input_field_wrapper .form_select {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 18px 15px;
}
.input_field_wrapper .form_textarea {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    resize: none;
    padding: 18px 15px;
}
/* 赤い米印 */
.required_star {
    font-weight: normal;
    color: #D9534F;
    margin-left: 4px;
}
.form_item.address_group {
    align-items: flex-start;
}
.address_group .form_label {
    padding-top: 20px;
}
.address_group .input_field_wrapper.address_fields {
    gap: 0;
    display: flex;
    flex-direction: column;
}
.address_field_item {
    /* gap: 4px 50px; */
    row-gap: 0;
    column-gap: 50px;
    display: grid;
    align-items: center;
    /* flex-direction: column; */
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto;
}
.address_field_item .sub_label {
    font-size: 16px;
    font-weight: 400;
    /* Gridアイテムとして配置 */
    /* 1列目に配置 */
    grid-column: 1 / 2;
    /* 1行目に配置 */
    grid-row: 1 / 2;
}
.address_field_item .form_input {
    /* Gridセルの幅いっぱいに広げる */
    width: 100%;
    /* Gridアイテムとして配置 */
    /* 2列目に配置 */
    grid-column: 2 / 3;
    /* 1行目に配置 */
    grid-row: 1 / 2;
}
.address_field_item .validation_message {
    /* Gridアイテムとして配置 */
    /* 同じ2列目(入力フィールドの下)に配置 */
    grid-column: 2 / 3;
    /* 2行目に配置 */
    grid-row: 2 / 3;
    margin-left: 0;
}
.sub_label {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 3px;
    color: #383838;
}
.select_wrapper {
    position: relative;
}
.select_wrapper::after {
    content: '▼';
    font-size: 10px;
    color: #383838;
    top:45%;
    right: 24px;
    position: absolute;
    pointer-events: none;
    transform: translateY(-50%);
}
.form_select {
    /* color: #B5B5B5; */
    color: #383838;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* 矢印のスペース */
    padding-right: 30px;
}
.sub_label_note {
    font-size: 0.85em;
    font-weight: normal;
    color: #383838;
    display: inline;
}
.form_notes {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 2px;
    color: #383838;
    position: relative;
    text-align: left;
    padding: 0 15px;
    padding-top: 60px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.form_submit {
    text-align: center;
}
.submit_btn {
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    background-color: #B8A973;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    transition: background-color 0.3s, transform 0.1s;
    padding: 12px 100px;
    font-family:
    "Noto Serif JP",
    "MS PMincho",
    "MS Mincho",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "IPA Mincho",
    serif;
}
.submit_btn:hover {
    color: #383838;
}
.submit_btn:active {
    transform: scale(0.98);
}
.mwform-error-text {
    height: auto !important;
    opacity: 1 !important;
}
/* 入力画面表示 */
.form-title--confirm,
.form-title--complete {
    display: none;
}
/* 確認画面 */
.mw_wp_form_confirm .form-title--input { display: none; }
.mw_wp_form_confirm .form-title--confirm { display: block; }
/* 完了画面 */
.mw_wp_form_complete .form-title--input,
.mw_wp_form_complete .form-title--confirm { display: none; }
.mw_wp_form_complete .form-title--complete { display: block; }
.mw_wp_form_confirm .required_star {
    display: none;
}
.mw_wp_form_confirm .input_field_wrapper.select_wrapper::after {
    display: none;
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
    width: 1200px;
    margin: 0 auto;
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview br {
    display: none;
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form_item {
    width: 800px;
    padding-bottom: 10px;
    margin: 0 auto;
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .input_field_wrapper {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    padding-left: 150px;
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .address_field_item {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    display: flex;
    align-items: start;
    column-gap: 30px;
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form_label {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    padding-top: 0px;
}
#mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .sub_label {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 3px;
    display: none;
}
.mw_wp_form_confirm .address_field_item_postal_code {
    display: none !important;
}
.mw_wp_form_complete .form_inner > .form_header::after {
    display: none;
}
.wp-singular.page-template.page-template-page-confirm.page-template-page-confirm-php.page.page-id-263.page-child.parent-pageid-231.logged-in.admin-bar.wp-theme-TechElite_5.customize-support.vsc-initialized .site-main.service-page-content {
    height: 1100px;
    padding-bottom: 0px;
}
.wp-singular.page-template.page-template-page-thanks.page-template-page-thanks-php.page.page-id-269.page-child.parent-pageid-231.logged-in.admin-bar.wp-theme-TechElite_5.customize-support.vsc-initialized .site-main.service-page-content {
    height: auto;
    padding-bottom: 0px;
}
.thanks_message_container {
    text-align: center;
}
.thanks_message_block {
    font-size: 18px;
    font-weight: 400px;
    line-height: 34px;
    letter-spacing: 3px;
    color: #383838;
    padding-bottom: 40px;
}
.thanks_notes_block {
    font-size: 18px;
    font-weight: 400px;
    line-height: 34px;
    letter-spacing: 3px;
    color: #383838;
    padding-bottom: 40px;
}
.notes_text {
    font-size: 18px;
    font-weight: 400px;
    line-height: 34px;
    letter-spacing: 3px;
    color: #383838;
    padding-bottom: 40px;
}
.thanks_closing_block {
    font-size: 18px;
    font-weight: 400px;
    line-height: 34px;
    letter-spacing: 3px;
    color: #383838;
    padding-bottom: 80px;
}

@media screen and (max-width: 1239px) {
    html, body {
        width: 100%;
        min-width: 375px;
        height: 100%;
        font-family:
        /* Google Fonts */
        "Noto Serif JP",
        /* Windows */
        "MS PMincho",
        "MS Mincho",
        "Yu Mincho",
        /* macOS */
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        /* Linux */
        "IPA Mincho",
        serif;
        color: #383838;
    }
    .form {
        width: 100%;
        height: auto;
        background: url('') no-repeat center center / cover;
        background-image: none;
        padding-top: 0px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .form_inner {
        width: 100%;
        min-width: 335px;
        max-width: 1200px;
        gap: 0px;
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .form_inner > div[class*="mw_wp_form"] {
        position: relative;
    }
    .form_inner > div[class*="mw_wp_form"]::before {
        content: "";
        width: 100%;
        min-width: 335px;
        height: 1px;
        top: 0;
        left: 0;
        position: absolute;
        display: none;
        background-color: #E4E4E4;
    }
    .reservation_form {
        width: 100%;
        min-width: 335px;
        position: static;
        margin: 0 auto;
    }
    .form_title01 {
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 30%;
        color: #383838;
        margin-bottom: 0px;
    }
    .form_title02 {
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 30%;
        top: -4px;
        position: relative;
        display: inline-block;
    }
    .form_description {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 4.5px;
        color: #383838;
    }
    .form_item {
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .form_item .input_field_wrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .form_label {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 3px;
        color: #383838;
        white-space: nowrap;
        /* ラベル縮まないように */
        flex-shrink: 0;
    }
    .form_input,
    .form_select,
    .form_textarea {
        width: 100%;
        min-width: 335px;
        font-size: 16px;
        font-weight: 400;
        background-color: #fff;
        /* 親要素継承 */
        font-family: inherit;
        box-sizing: border-box;
        border: 1px solid #E4E4E4;
        border-radius: 3px;
        padding: 10px 12px;
    }
    .input_field_wrapper .form_input {
        width: 100%;
        min-width: 335px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #383838;
        padding: 25px 10px;
    }
    .input_field_wrapper .form_select {
        width: 100%;
        min-width: 335px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 2px;
        padding: 25px 10px;
    }
    .input_field_wrapper .form_textarea {
        width: 100%;
        min-width: 335px;
        font-size: 16px;
        font-weight: 400;
        resize: none;
        padding: 25px 10px;
    }
    .select_wrapper {
        position: relative;
    }
    .select_wrapper::after {
        content: '▼';
        font-size: 10px;
        color: #383838;
        top:45%;
        right: 18px;
        position: absolute;
        pointer-events: none;
        transform: translateY(-50%);
    }
    .form_select {
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #383838;
        background-color: #fff;
        padding-right: 30px;
    }
    .form_input::placeholder,
    .form_textarea::placeholder {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #B5B5B5;
    }
    .sub_label {
        font-size: 14px;
        font-weight: 400px;
        line-height: 34px;
        letter-spacing: 2px;
        color: #383838;
    }
    .address_field_item {
        /* gap: 6px 0px; */
        row-gap: 0;
        column-gap: 0;
        align-items: stretch;
        /* 1列レイアウトに変更 */
        grid-template-columns: 1fr;
        /* ラベル、入力フィールド、バリデーションメッセージ用に3行確保 */
        grid-template-rows: auto auto auto;
    }
    .address_field_item .sub_label {
        font-size: 14px;
        font-weight: 400;
        line-height: 34px;
        /* 最初の列から最後の列まで(1列全体を占有) */
        grid-column: 1 / -1;
        /* 1行目に配置 */
        grid-row: 1 / 2;
        margin-bottom: 0;
    }
    .address_field_item .sub_label br {
        display: none;
    }
    .form_item .form_label br {
        display: none;
    }
    .address_field_item .form_input {
        width: 100%;
        /* 最初の列から最後の列まで */
        grid-column: 1 / -1;
        /* 2行目に配置 */
        grid-row: 2 / 3;
    }
    .address_field_item .validation_message {
        /* 最初の列から最後の列まで */
        grid-column: 1 / -1;
        /* 3行目に配置 */
        grid-row: 3 / 4;
        margin-left: 0;
    }
    .form_item {
        padding-bottom: 0;
    }
    .form_notes {
        width: 100%;
        min-width: 335px;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 2px;
        color: #383838;
        position: relative;
        padding: 0 20px;
        padding-top: 40px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .submit_btn {
        height: 60px;
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 3px;
        cursor: pointer;
        transition: background-color 0.3s, transform 0.1s;
        border: none;
        border-radius: 30px;
        padding: 12px 110px;
        font-family:
        "Noto Serif JP",
        "MS PMincho",
        "MS Mincho",
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        "IPA Mincho",
        serif;
    }
    .submit_btn:active {
        transform: scale(0.98);
    }
    .form_header {
        text-align: left;
        margin-bottom: 40px;
    }
    .form_description {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 3px;
        color: #383838;
        padding-bottom: 40px;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_input::before {
        content: "";
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        height: 1px;
        background-color: #E4E4E4;
        top: -48px;
        position: absolute;
        display: block;
        left: auto;
        /* transform: translateX(-50%); */
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_input::after {
        content: "";
        width: 100%;
        max-width: 1200px;
        min-width: 335px;
        height: 1px;
        background-color: #E4E4E4;
        top: 1950px;
        position: absolute;
        display: block;
        left: auto;
        /* transform: translateX(-50%); */
    }
    /* 入力画面表示 */
    .form-title--confirm,
    .form-title--complete {
        display: none;
    }
    /* 確認画面 */
    .mw_wp_form_confirm .form-title--input { display: none; }
    .mw_wp_form_confirm .form-title--confirm { display: block; }
    /* 完了画面 */
    .mw_wp_form_complete .form-title--input,
    .mw_wp_form_complete .form-title--confirm { display: none; }
    .mw_wp_form_complete .form-title--complete { display: block; }
    .mw_wp_form_confirm .required_star {
        display: none;
    }
    .mw_wp_form_confirm .input_field_wrapper.select_wrapper::after {
        display: none;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
        width: 100%;
        margin: 0 auto;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview br {
        display: none;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form_item {
        width: 100%;
        max-width: 800px;
        min-width: 335px;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 0px;
        margin: 0 auto;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form_item.form_item-align-top-requests {
        border-bottom: none;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form_item label[for="requests"] {
        border-bottom: none;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .input_field_wrapper {
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 3px;
        padding-left: 20px;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .address_field_item {
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 3px;
        display: flex;
        align-items: start;
        column-gap: 30px;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .form_label {
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 3px;
        padding-top: 0px;
        padding-left: 20px;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .sub_label {
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 3px;
        display: none;
    }
    .mw_wp_form_confirm .address_field_item_postal_code {
        display: none !important;
    }
    .mw_wp_form_complete .form_inner > .form_header::after {
        display: none;
    }
    .wp-singular.page-template.page-template-page-confirm.page-template-page-confirm-php.page.page-id-263.page-child.parent-pageid-231.logged-in.admin-bar.wp-theme-TechElite_5.customize-support.vsc-initialized .site-main.service-page-content {
        height: 1300px;
        padding-bottom: 0px;
    }
    .wp-singular.page-template.page-template-page-thanks.page-template-page-thanks-php.page.page-id-269.page-child.parent-pageid-231.logged-in.admin-bar.wp-theme-TechElite_5.customize-support.vsc-initialized .site-main.service-page-content {
        height: auto;
        padding-bottom: 0px;
    }
    .thanks_message_container {
        text-align: center;
        padding-bottom: 0px;
    }
    .thanks_message_block {
        font-size: 16px;
        font-weight: 400px;
        line-height: 32px;
        letter-spacing: 3px;
        color: #383838;
        text-align: left;
        padding-bottom: 40px;
    }
    .thanks_notes_block {
        font-size: 16px;
        font-weight: 400px;
        line-height: 32px;
        letter-spacing: 3px;
        color: #383838;
        text-align: left;
        padding-bottom: 40px;
    }
    .notes_text {
        font-size: 16px;
        font-weight: 400px;
        line-height: 32px;
        letter-spacing: 3px;
        color: #383838;
        text-align: left;
        padding-bottom: 40px;
    }
    .thanks_closing_block {
        font-size: 16px;
        font-weight: 400px;
        line-height: 32px;
        letter-spacing: 3px;
        color: #383838;
        text-align: left;
        padding-bottom: 80px;
    }
    #mw_wp_form_mw-wp-form-255.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #E4E4E4;
        top: -10px;
        left: 0;
        position: absolute;
        display: block;
    }
    .wp-singular.page-template.page-template-page-thanks.page-template-page-thanks-php.page.page-id-269.page-child.parent-pageid-231.logged-in.admin-bar.wp-theme-TechElite_5.customize-support.vsc-initialized .form_header {
        margin-bottom: 0px;
    }
    .thanks_message_block br {
        display: none;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* page-reservation.php (追加分) */

/* ーーーーーーーーーーーーーーーーーー */


.mw_wp_form_input .form_notes_confirm {
    display: none;
}
.mw_wp_form_confirm .form_notes {
    display: none;
}
.mw_wp_form_confirm .form_notes_confirm {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
    color: #383838;
    position: relative;
    text-align: left;
    padding: 0 15px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.mw_wp_form_confirm .form_notes_confirm::before {
    content: "";
    height: 1px;
    position: absolute;
    display: block;
    background-color: #E4E4E4;
    top: 10%;
    left: 0;
    width: 100vw;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}
.mw_wp_form_confirm .form_notes_confirm p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 3px;
    color: #383838;
    text-align: center;
}
.breadcrumb-area.reservation-breadcrumb {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.input_field_wrapper input.mwform-error,
.input_field_wrapper select.mwform-error,
.input_field_wrapper textarea.mwform-error {
    border-color: #D9534F;
}
.mwform-error-text {
    display: block;
    color: #D9534F;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 10px;
    font-weight: bold;
}
.custom-validation-message {
    display: block;
    color: #D9534F;
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;
}

@media screen and (max-width: 1239px) {
    .mw_wp_form_confirm .form_notes_confirm::before {
        content: "";
        height: 1px;
        position: absolute;
        display: block;
        background-color: #E4E4E4;
        top: 10%;
        left: 0;
        width: 100%;
        max-width: 1200px;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
    }
    .mw_wp_form_confirm .form_notes_confirm {
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 3px;
        color: #383838;
        position: relative;
        text-align: left;
        padding: 0 15px;
        padding-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .wp-singular.page-template.page-template-page-thanks.page-template-page-thanks-php.page.page-id-269.page-child.parent-pageid-231.logged-in.admin-bar.wp-theme-TechElite_5.customize-support.vsc-initialized .container.form_inner {
        margin-bottom: 0px;
    }
    .breadcrumb-area.reservation-breadcrumb {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 0px;
        padding-right: 0px;
    }
}


/* ーーーーーーーーーーーーーーーーーー */

/* バリデーションメッセージ */

/* ーーーーーーーーーーーーーーーーーー */


/* ラッパー基準位置設定 */
.input_field_wrapper{ position:relative; }
/* display:flex → left */
.input_field_wrapper > span.error{
    width: 520px;
    height: 61px;
    position:absolute; inset:0;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding-left:12px;
    margin-left: 100px;
    background:#fff;
    border:2px solid #c73734;
    border-radius:3px;
    color:#c73734; font-size:16px;
    letter-spacing: 3px;
    pointer-events:none;
    z-index:2;
}
/* 入力欄赤枠化 */
.input_field_wrapper input.error,
.input_field_wrapper textarea.error,
.input_field_wrapper select.error{
    border-color:#c73734;
}
/* メッセージ半透明 */
.input_field_wrapper input:focus  + span.error,
.input_field_wrapper textarea:focus+ span.error,
.input_field_wrapper select:focus + span.error{ opacity:.25; }
.address_field_item{ position:relative; }
.address_field_item > span.error{
    width: 370px;
    height: 61px;
    position:absolute; inset:0;
    display:flex; align-items:center; justify-content:flex-start;
    padding-left:12px;
    margin-left: 150px;
    background:#fff;
    border:2px solid #c73734; border-radius:3px;
    color:#c73734; font-size: 16px;
    letter-spacing: 3px;
    pointer-events:none; z-index:2;
}
.address_field_item input.error{
    border-color:#c73734;
}
.form_select:required:invalid {
  color:#B5B5B5;
}
.form_select.placeholder { color:#B5B5B5; }
.form_select option[value=""] { color:#B5B5B5; }


@media screen and (max-width: 1239px) {
    /* ラッパー基準位置設定 */
    .input_field_wrapper{ position:relative; }
    /* display:flex → left */
    .input_field_wrapper > span.error{
        width: 100%;
        min-width: 335px;
        height: 75px;
        position:absolute; inset:0;
        display:flex;
        align-items:center;
        justify-content:flex-start;
        padding-left:12px;
        margin-left: 0px;
        background:#fff;
        border:2px solid #c73734;
        border-radius:3px;
        color:#c73734; font-size:16px;
        letter-spacing: 3px;
        pointer-events:none;
        z-index:2;
    }
    /* 入力欄赤枠化 */
    .input_field_wrapper input.error,
    .input_field_wrapper textarea.error,
    .input_field_wrapper select.error{
        border-color:#c73734;
    }
    /* メッセージ半透明 */
    .input_field_wrapper input:focus  + span.error,
    .input_field_wrapper textarea:focus+ span.error,
    .input_field_wrapper select:focus + span.error{ opacity:.25; }
    .address_field_item{ position:relative; }
    .address_field_item > span.error{
        width: 100%;
        min-width: 335px;
        height: 75px;
        position:absolute; inset:0;
        top: 35px;
        display:flex; align-items:center; justify-content:flex-start;
        padding-left:12px;
        margin-left: 0px;
        background:#fff;
        border:2px solid #c73734; border-radius:3px;
        color:#c73734; font-size: 16px;
        letter-spacing: 3px;
        pointer-events:none; z-index:2;
    }
    .address_field_item input.error{
        border-color:#c73734;
    }
}

/* ーーーーーーーーーーーーーーーーーー */


/* html {
  scroll-behavior: smooth;
} */

/* #wpadminbar {
    display: none !important;
} */

/* ーーーーーーーーーーーーーーーーーー */