/*
Theme Name: trust
Theme URL: 
Description: TRUST オリジナルテーマ
Version: 1.0.4
Author: Harada-works
Authour URL: https://harada-works.com/
*/



@charset "utf-8";
/* ************************    Initialize   ************************ */
@font-face {
    font-family: 'Marcellus';
    src:url('../fonts/Marcellus/Marcellus-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Shippori incho';
    src:url('../fonts/Shippori_Mincho/ShipporiMincho-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src:url('../fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

:root{
    /*  カラー　*/
    --main-color:#333333;/* メインカラー */
    --sub-color:#333333;/* サブカラー */
    --sub2-color:#C7B131;/* サブ2カラー */
    --base-color:#FFFFFF;/* ベースカラー */
    --base2-color:#F2F2F2;/* ベース2カラー */
    --text-color:#333333;/* テキストカラー */
    --border-color:#DDDDDD;/* ボーダーカラー */
    --border2-color:#AAAAAA;/* ボーダー2カラー */
    --gray-color:#AAAAAA;/* グレーカラー */
    --darkgray-color:#555555;/* ダークグレーカラー */
    /*  フォント　*/
    --jp-font:'Shippori incho', serif;/* 日本語フォント */
    --jp2-font:'Noto Sans JP', serif;/* 日本語2フォント */
    --en-font:'Marcellus', serif;/* 英語フォント */
    --font-size-SS: 1.2rem;
    --font-size-S: 1.6rem;
    --font-size-M: 1.8rem;
    --font-size-L: 2.4rem;
    --font-size-LL: 3.2rem;
    --font-size-3L: 4.8rem;
    --font-size-4L: 8.4rem;
}
*,
*:before,
*:after{
    box-sizing: inherit;
}
html{
    font-size: var(--font-size-S);
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top:15rem;
    overflow-x: hidden;
    font-size: 62.5%;
}
body{
    background-color: var(--base-color);
    -webkit-appearance: none;/* ブラウザのデフォルトデザイン解除 */
            appearance: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: var(--font-size-S);
    font-family: var(--jp-font);
    font-weight: 200;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-feature-settings: "palt";
    color: var(--text-color);
    width: 100vw;
}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
}
img{
    vertical-align:bottom;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: var(--text-color);
}
h1{}
h2{
    font-size: var(--font-size-LL);
}
h3{
    font-size: var(--font-size-M);
}
h4{
    font-size: var(--font-size-M);
}
h5{
    font-size: var(--font-size-M);
}
p{
    font-family: var(--jp-font);
}
i{
    font-size: var(--font-size-L);
}
ol{
    list-style: none;
    padding: 0;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    body{
        letter-spacing: 0.05em;
    }
    :root{
        --font-size-SS: 1.2rem;
        --font-size-S: 1.4rem;
        --font-size-M: 1.6rem;
        --font-size-L: 1.8rem;
        --font-size-LL: 2.2rem;
        --font-size-3L: 3.6rem;
        --font-size-4L: 7.2rem;
    }
}
/* ************************      Common     ************************ */
.bold{
    font-weight: 700;
}
.en{
    font-family: var(--en-font);
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
}
.jp{
    font-family: var(--jp-font);
}
.fa-solid{
    font-size: var(--font-size-S);
}
.logo a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.logo-img{
    width: auto;
}
.fontsize-ss{
    font-size: var(--font-size-SS);
}
.fontsize-s{
    font-size: var(--font-size-S);
}
.fontsize-m{
    font-size: var(--font-size-M);
}
.fontsize-l{
    font-size: var(--font-size-L);
}
.fontsize-ll{
    font-size: var(--font-size-LL);
}
.fontsize-3l{
    font-size: var(--font-size-3L);
}
.fontsize-4l{
    font-size: var(--font-size-4L);
}
.column2{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 8rem;
}
.column2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.col2-1{
    width: calc(50% - 8rem);
    text-align: justify;
    box-sizing: border-box;
}
.col2-2{
    width: 50%;
    box-sizing: border-box;
}
.column2.rev{
    flex-direction: row-reverse;
}
.bg2{
    background-color: var(--sub-color);
}
.bg2 p,
.bg2 a{
    color: #FFF;
}
p.text-area{
    text-align: justify;
    font-family: var(--jp2-font);
}
.fillter{
    background: rgba(48, 48, 48, 0.15);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.page-content{
    padding-top: 15rem;
    background-size: contain;
    position: relative;
}
.subpage-content{
    padding-top: 9rem;
    background-size: contain;
    position: relative;
}
.container{
    width: 90%;
    max-width: 130rem;
    margin: 0 auto;
}
.text-justify{
    text-align: justify;
}
.text-center{
    text-align: center;
}
.corner-r{
    border-radius: 1rem;
}
#build-contents{
    transition: transform 0.3s ease-in-out;
    position: relative;
}
#build-contents.active{
    transform: translateX(-10%);
}
.overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(48, 48, 48, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1005;
    pointer-events: none;
}
.separate{
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .column2{
        flex-direction: column-reverse;
    }
    .col2-1{
        width: 100%;
    }
    .col2-2{
        width: 100%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .page-content{
        padding-top: 9rem;
    }
    .subpage-content{
        padding-top: 6rem;
    }
    .column2{
        gap: 4rem;
    }
    .col2-1{
        width: 100%;
        padding-right: 0;
    }
    .col2-2{
        width: 100%;
    }
    .column2.rev{
        flex-direction: column-reverse;
    }
    .column2.rev .col2-1{
        padding-left: 0;
    }
}
/* ************************      Button     ************************ */
.btn-area{
    display: flex;
    justify-content: end;
    align-items: center;
}
.btn-m{
    display: inline-flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px var(--border-color);
    font-size: var(--font-size-M);
}
.btn-m i{
    transform: rotate(-45deg);
    transition: .3s ease-out;
}
.btn-m:hover i{
    font-size: var(--font-size-L);
}


@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .btn-area{
        margin-top: 4rem;
    }
}
/* ************************      Section-ttl     ************************ */
.section-ttl{
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size-S);
    margin-bottom: 8rem;
}
.section-ttl::before{
    content: attr(data-en);
    text-transform: capitalize;
    font-family: var(--en-font);
    letter-spacing: 0;
    font-size: var(--font-size-3L);
    line-height: 1.2;
}
.column2 .section-ttl{
    align-items: start;
    margin-bottom: 6rem;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .column2 .section-ttl{
        align-items: center;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .section-ttl{
        margin-bottom: 4rem;
    }
}
/* ************************      Subpage-header     ************************ */
.page-ttl{
    font-size: var(--font-size-L);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    padding-top: 12rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid var(--border-color);
}
.page-ttl::before{
    content: attr(data-en);
    text-transform: capitalize;
    font-family: var(--en-font);
    letter-spacing: 0;
    font-size: var(--font-size-4L);
    line-height: 1.2;

}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #subpage-header{
        padding-top: 12rem;
    }
    .header__img{
        height: 30rem;
    }
}
/* ************************      Lead-ttl     ************************ */

@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      width      ************************ */
.width-l{
    width: 100%;
    max-width: none;
}
.width-m{
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
}
.width-s{
    width: 75%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .width-s{
        width: 90%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      Header     ************************ */
header{
    width: 100vw;
    max-width: 100%;
    z-index: 1000;
    position: fixed;
}
header > .wrap{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 2.4rem;
    transition: 0.3s ease, border 0s;
}
#header.color1{
    background-color: rgba(51, 51, 51, 0.75);
}
#header.down > .wrap{
    height: auto;
    padding: 0.8rem 2.4rem;
    margin: 0;
    border-radius: 0;
    background-color: var(--darkgray-color);
}
.logo img{
    width: 8.5rem;
    height: auto;
    max-width: 15rem;
}
#hamburger-menu{
    position: relative;
    width: 6rem;
    height: 2rem;
    cursor: pointer;
    caret-color: transparent;
    z-index: 1020;
}
#hamburger-menu span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    top: 0;
    right: 0;
    height: 0.2rem;
    background-color: #FFF;
    border-radius: 999px;
}
#hamburger-menu .bar:nth-of-type(1) {
    top:0;	
    width: 100%;
}
#hamburger-menu .bar:nth-of-type(2) {
    top:50%;
    transform: translateY(-50%);
    width:100%;
}
#hamburger-menu .bar:nth-of-type(3) {
    top:100%;
    transform: translateY(-100%);
    width:100%;
}
/*activeクラスが付与されると線が回転して×に*/
#hamburger-menu.active .bar:nth-of-type(1) {
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-20deg);
    width: 100%;
    background-color: #FFF;
}
#hamburger-menu.active .bar:nth-of-type(2) {
    opacity: 0;
}
#hamburger-menu.active .bar:nth-of-type(3) {
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(20deg);
    width: 100%;
    background-color: #FFF;
}
#menu-global{
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    overflow: auto;
    transition: 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(48,48,48,0.3);
    z-index: 1010;
    pointer-events: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#menu-global::-webkit-scrollbar{
display: none;
}
#menu-global.active{
    opacity: 1;
    pointer-events: all;
}
#menu-global__cover{
    position: relative;
    height: 100%;
}
#menu-global__cover > ul{
    display: block;
    width: fit-content;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    transition: 0.3s ease-in-out;
    background-color: var(--main-color);
    padding: 5% 5% 2.5% 5%;
}
#menu-global.active #menu-global__cover > ul{
    right: 0;
}
#menu-global__cover > ul .submenu{
    margin-left: 1.6rem;
}
#menu-global__cover > ul .submenu a{
    color: var(--border-color);
    font-size: var(--font-size-M);
    font-family: var(--jp2-font);
}
#menu-global__cover > ul .submenu a::before{
    content: 'ー';
}
#menu-global li{
    position: relative;
    color: #FFF;
}
#menu-global li.btn1{
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 0.5rem 3rem;
    border-radius: 999px;
    margin-top: 3rem;
}
.header-menu{
    display: flex;
    justify-content: start;
    align-items: center;
    color: #FFF;
    padding: 2rem 0;
    font-size: var(--font-size-L);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    header > .logo img{
        max-width: 18rem;
    }
    header > .wrap{
        padding: 0.4rem 1.6rem;
    }
    #header.down > .wrap{
        padding: 0.6rem;
    }
    .logo img{
        width: 8rem;
    }
    #hamburger-menu{
        width: 4rem;
        height: 1.5rem;
    }
    #menu-global > div{
        padding: 3.2rem 3.2rem 9.6rem 3.2rem;
    }
    #menu-global li{
        font-size: var(--font-size-S);
    }
    .header-menu{
        font-size: var(--font-size-M);
    }
}
/* ************************   front-page.php    ************************ */
/*---------------------  top-fv */
#fv{
    width: 100vw;
    height: auto;
    position: relative;
}
#fv .bg-video{
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    object-fit: cover;
}
#fv .catch{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    font-size: var(--font-size-LL);
    text-align: center;
    white-space: nowrap;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/*---------------------  top-menu */
.list-card{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 1rem;
}
.list-card > li{
    width: calc(100% / 3 - 1rem);
    border-radius: 1rem;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.2); /* 背景色 */
    border: 1px solid rgba(255, 255, 255, 0.5); /* ボーダー */
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
}
.list-card .upper{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
}
.list-card > li .list-img{
    width: calc(100% - 5rem);
    position: relative;
    aspect-ratio: 1.618 / 1;
}
.list-card .list-en{
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 1.5rem;
}
.list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.list-card .list-img img{
    border-radius: 0 0 1rem 0;
}
.list-card .list-ttl__en{
    font-family: var(--en-font);
    letter-spacing: 0;
    color: #FFF;
    text-transform: capitalize;
    font-size: var(--font-size-L);
    writing-mode: vertical-lr;
}
.list-card .lower{
    padding: 1.5rem;
}
.list-card h3{
    color: #FFF;
    font-size: var(--font-size-L);
    margin-bottom: 1rem;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .list-card > li{
        width: calc(100% / 2 - 1rem);
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .list-card > li{
        width: 100%;
    }
}
/*---------------------  top-about */
.img-area{
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.4); /* ボーダー */
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    aspect-ratio: 1.414 / 1;
}
.img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.column2 .btn-area{
    margin-top: 6rem;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/*---------------------  top-reserve */
.reserve-area{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 1rem;
}
.reserve-area > a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    width: calc(50% - 0.5rem);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.2); /* 背景色 */
    border: 1px solid rgba(255, 255, 255, 0.5); /* ボーダー */
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
}
.reserve-area > a .ttl-en{
    font-size: var(--font-size-3L);
    font-family: var(--en-font);
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: capitalize;
}
.reserve-area > a i{
    font-size: var(--font-size-3L);
    position: absolute;
    top: 50%;
    left: 4rem;
    transform: translateY(-50%);
}
#top-reserve .btn-area{
    margin-top: 4rem;
    gap: 2rem;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .reserve-area > a{
        width: 100%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .reserve-area > a{
        padding: 2rem;
    }
    .reserve-area > a i{
        font-size: 3.6rem;
        left: 2rem;
    }
    .reserve-area > a .ttl-en{
        font-size: var(--font-size-LL);
    }
}
/*---------------------  top-instagram */
#top-instagram.page-content{
    padding-bottom: 15rem;
}
#top-instagram .img-area{
    border-radius: 0;
    border: none;
    box-shadow: none;
    overflow: auto;
    aspect-ratio: auto;
}
#top-instagram .col2-1{
    width: calc(35% - 8rem);
}

@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #top-instagram .column2{
        flex-direction: row;
        gap: 4rem;
    }
    #top-instagram .col2-1{
        width: calc(35% - 4rem);
    }
    #top-instagram .col2-2{
        width: 65%;
    }
    #top-instagram .column2 .section-ttl{
        align-items: start;
    }
    #top-instagram .img-area img{
        object-position: top;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #top-instagram.page-content{
        padding-bottom: 8rem;
    }
    #top-instagram .column2{
        flex-direction: column-reverse;
        gap: 4rem;
    }
    #top-instagram .img-area.mobile-on{
        width: 100%;
        aspect-ratio: 1/ 1;
        margin-bottom: 4rem;
    }
    #top-instagram .col2-2{
        width: 100%;
    }
    #top-instagram .column2 .section-ttl{
        align-items: center;
    }
}

/* ************************      menu.php     ************************ */
#menu-page > .container{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 8rem;
}
#menu-page .sticky-area{
    position: relative;
    width: fit-content;
}
#menu-page .page-nav{
    position: sticky;
    top: 10rem;
    left: 0;
}
#menu-page .page-nav a{
    display: block;
    padding: 1rem 0;
    color: var(--gray-color);
    transition: .3s ease-out;
}
#menu-page .page-nav a.current{
    color: var(--text-color);
}
#menu-page .menu-list{
    flex: 1;
}
.menu-list > li{
    margin-bottom: 20rem;
}
.num{
    letter-spacing: 0;
    line-height: 1;
    font-size: var(--font-size-L);
}
.menu-ttl{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1.6rem;
    margin-bottom: 4rem;
}
.menu-ttl .ttl .en{
    color: var(--gray-color);
}
.menu-ttl h2{
    line-height: 1;
}
.menu-list .list-img{
    aspect-ratio: 1.618 / 1;
    margin-top: 3rem;
}
.menu-list .btn-area{
    justify-content: start;
    margin-top: 2rem;
}
.list-001 > li{
    margin-bottom: 6rem;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 3rem;
}
.list-001 h3{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-bottom: 2rem;
}
.list-001 h3::before{
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    background-color: var(--sub2-color);
    border-radius: 50%;
}
.list-001 .list-img{
    width: 20rem;
    height: 20rem;
    margin-top: 0;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #menu-page .menu-list{
        width: 100%;
        flex: auto;
    }
    .menu-list > li{
        margin-bottom: 10rem;
    }
    .list-001 > li{

    }
    .list-001 .list-img{
        display: none;
    }
}
/* ************************      ceramic.php     ************************ */
.wrap-text{
    margin-bottom: 4rem;
}
#ceramic-menu .img-area img{
    object-fit: contain;
}
#ceramic-merit h2,
#ceramic-demerit h2{
    text-align: center;
}
.list-box{
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 6rem;
}
.list-box > li{
    width: calc((100% - 3rem) / 2);
    background-color: var(--base2-color);
    border: solid 1px var(--border2-color);
    border-radius: 1rem;
    padding: 2rem 3rem;
}
.list-box h3{
    margin-bottom: 2rem;
    font-size: var(--font-size-M);
}
.nav-list{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 2rem;
    width: 100%;
}
.nav-list > li{
    width: 100%;
}
.nav-list > li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: solid 1px var(--border2-color);
    width: 100%;
    padding-bottom: 0.6rem;
}
.item-ttl{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}
.item-ttl .num{
    font-size: var(--font-size-M);
}
.vline-dot{
    display: inline-block;
    width: 1px;
    height: var(--font-size-M);
    background-color: var(--border2-color);
    margin: 0 1rem;
}
.nav-list > li i{
    color: var(--border2-color);
    font-size: var(--font-size-SS);
}
.page-link .col2-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.menu-list002 > li{
    margin-bottom: 18rem;
}
.menu-list002 h3{
    font-size: var(--font-size-L);
}
.menu-list002 .vline-dot{
    margin: 0 2rem 0 1.6rem;
}
.menu-list002 .item-ttl{
    margin-bottom: 3rem;
}
.item-day{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 1rem;
}
.item-day .vline{
    display: inline-block;
    width: 1px;
    height: var(--font-size-M);
    background-color: var(--border2-color);
    margin: 0 3rem;
}
.menu-list002 .text-area{
    margin-bottom: 4rem;
}
.menu-list002 .item-price{
    margin-bottom: 4rem;
}
.menu-list002 h5{
    margin-top: 3rem;
}
.price-list p{
    font-family: var(--jp2-font);
}
.price-list > li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.price-list > li .line-dot{
    flex-grow: 1;
    border: 1px dotted var(--border-color);
    margin: 0 2rem;
}
.lead-ttl{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-bottom: 2rem;
}
.lead-ttl::before{
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    background-color: var(--sub2-color);
    border-radius: 50%;
}
.menu-list002 .btn-m{
    color: var(--gray-color);
    font-size: var(--font-size-S);
}
.flow-list p{
    font-family: var(--jp2-font);
}
.flow-list .num{
    font-family: var(--jp2-font);
}
.flow-list > li{
    display: flex;
    justify-content: start;
    align-items: baseline;
    margin-bottom: 1rem;
}
.flow-list .num{
    font-size: var(--font-size-S);
    margin-right: 1rem;
}
.flow-list .num::after{
    content: '.';
}
.item-flow .wrap{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}
.flow-list{
    width: calc(50% - 1.5rem);
}
.page-link h2{
    margin-bottom: 2rem;
}

@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .menu-list002 > li > .column2{
        flex-direction: column;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .list-box{
        margin-top: 3rem;
    }
    .list-box > li{
        width: 100%;
    }
    .nav-list h3{
        font-size: var(--font-size-S);
    }
    .flow-list{
        width: 100%;
    }
    .menu-list002 > li{
        margin-bottom: 10rem;
    }
}
/* ************************      grass.php     ************************ */
.note{
    font-size: var(--font-size-SS);
    color: var(--gray-color);
}
.item-day > p:first-of-type{
    margin-right: 1rem;
}
#grass-01 .img-area,
#grass-02 .img-area,
#grass-03 .img-area,
#grass-04 .img-area,
#grass-05 .img-area{
    aspect-ratio: 1 / 1;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{}
/* ************************      about.php     ************************ */
/*---------------------  about-outline */
#outline-contents{
    background-color: var(--base2-color);
    border-radius: 4rem 4rem 0 0;
}
#about-outline.page-content{
    padding-bottom: 15rem;
}
#outline-contents .section-ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.profile-table{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.profile-table th{
    border-bottom: solid 1px var(--border-color);
    background-color: var(--darkgray-color);
    color: #FFF;
    padding: 0.8rem 1.6rem;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}
.profile-table td{
    border-bottom: solid 1px var(--border-color);
    padding: 2.4rem 2.4rem;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.profile-table tr:first-of-type th,
.profile-table tr:first-of-type td{
    border-top: solid 1px var(--border-color);
}
.profile-table a{
    color: var(--border2-color);
    border-bottom: dotted 1px var(--border2-color);
}
.about-page .section-ttl{
    color: var(--text-color);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #about-outline.page-content{
        padding-bottom: 8rem;
    }
    .profile-table td{
        padding: 1.6rem;
    }
}
/*---------------------  about-member */
#about-member{
    background-color: var(--base2-color);
}
#about-member.page-content{
    padding-bottom: 15rem;
}
#about-member .column2{
    align-items: center;
}
#about-member .col2-1{
    width: 50%;
}
#about-member .col2-2{
    width: calc(50% - 8rem);
}
#about-member .wrap{
    margin-bottom: 4rem;
}
#about-member .name{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}
#about-member .name p.fontsize-l{
    white-space: nowrap;
}
#about-member .name .en{
    color: var(--sub2-color);
    text-transform: capitalize;
}
#about-member .name > p{
    margin-right: 1.6rem;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #about-member .column2{
        flex-direction: column;
    }
    #about-member .col2-1{
        width: 100%;
    }
    #about-member .col2-2{
        width: 100%;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #about-member.page-content{
        padding-bottom: 8rem;
    }
}
/*---------------------  about-history */
#history-contents{
    background-color: var(--base2-color);
}
#history-contents .section-ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.timeline {
    position: relative;
}
.timeline-item {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: start;
    padding-bottom: 4rem;
}
.timeline-item:last-of-type{
    padding-bottom: 0;
}
.timeline-dot {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    transition: opacity 0.3s ease; /* ドット表示 */
    border: solid 1px var(--sub2-color);
    background-color: var(--base2-color);
    top: 0.25em;
}
.timeline-dot::before{
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: var(--sub2-color);

}
.timeline-line {
    position: absolute;
    top: 0;
    left: 1.1rem;
    width: 1px;
    height: 100%;
    background: repeating-linear-gradient(
        to bottom,
        var(--sub-color),
        var(--sub-color) 2px,
        transparent 2px,
        transparent 4px
    ); /* 点線を描画 */
    display: block;
    top: 0.5em;
}
.timeline-desc {
    flex: 1;
    text-align: left;
    padding-left: 2rem;
    text-align: justify;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    #history-contents.page-content{
        padding-bottom: 16rem;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #history-contents.page-content{
        padding-bottom: 8rem;
    }
}
/*---------------------  about-message */
#about-message.page-content{
    padding-bottom: 15rem;
}
#about-message .section-ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#about-message .catch{
    font-size: var(--font-size-L);
    text-align: center;
    margin-bottom: 3rem;
}
#about-message .text-area{
    max-width: 75rem;
    margin: 0 auto;
}
#about-message .subcatch{
    margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #about-message.page-content{
        padding-bottom: 8rem;
    }
}
/* ************************   works.php    ************************ */
#works-contents.page-content{
    padding-bottom: 15rem;
}
.fillter-list{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.fillter-list > li{
    width: calc((100% - 0.8rem * 3) / 4);
    min-height: 50px;
    border: solid 1px var(--border-color);
    border-radius: 1rem;
    padding: 0 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.fillter-list > li.current{
    background-color: var(--text-color);
}
.fillter-list > li .fa-circle-check{
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    color: var(--gray-color);
}
.fillter-list > li.current .fa-circle-check{
    color: var(--sub2-color);
}
.fillter-list > li p{
    text-align: center;
    font-size: var(--font-size-SS);
    color: var(--gray-color);
}
.fillter-list > li.current p{
    color: #FFF;
}
.fillter-list > li p > span{
    display: block;
}
.box2-list{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 6.4rem 4rem;
    margin-top: 8rem;
}
.box2-list > li{
    width: calc((100% - 4rem) / 2);
}
.box2-list .img-area{
    border-radius: 1rem;
    overflow: hidden;
}
.box2-list > li h2{
    font-size: var(--font-size-M);
    font-weight: bold;
    margin: 1rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tags{
    display: flex;
    flex-wrap: nowrap;
}
.tags p{
    margin-right: 2rem;
    color: var(--gray-color);
    white-space: nowrap;
    font-family: var(--jp2-font);
}
.tags p::before{
    content: '#';
}
.box2-list .tags{
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .fillter-list > li{
        width: calc((100% - 0.8rem * 2) / 3);
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    #works-contents.page-content{
        padding-bottom: 8rem;
    }
    .fillter-list > li{
        width: calc((100% - 0.8rem * 1) / 2);
        padding: 0 1.6rem;
    }
    .box2-list > li{
        width: 100%;
    }
}
/* ************************   flow.php    ************************ */
#flow-contents.page-content{
    padding-bottom: 15rem;
}
.flow-list002 > li{
    width: 100%;
    background-color: var(--base2-color);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4rem;
    border-radius: 1rem;
    margin-bottom: 6rem;
    padding: 3rem;
    position: relative;
}
.flow-list002 > li::after{
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    background-image: url(../trust/img/icon/sort-down-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: var(--text-color);
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
}
.flow-list002 > li:last-of-type::after{
    display: none;
}
.flow-list002 .icon-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flow-list002 .icon-area .num{
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.flow-list002 .icon-area .img-area{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 12rem;
    background-color: #FFF;
    border-radius: 50%;
    padding: 3rem;
}
.flow-list002 .icon-area img{
    object-fit: contain;
}
.flow-list002 h2{
    font-size: var(--font-size-L);
    font-weight: bold;
    margin-bottom: 1rem;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .flow-list002 > li{
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 3rem;
    }
    .flow-list002 h2{
        text-align: center;
    }
    .flow-contents.page-content{
        padding-bottom: 8rem;
    }
}
/* ************************   faq.php    ************************ */
#faq-contents.page-content{
    padding-bottom: 15rem;
}
.faq-list > li{
    border: solid 1px var(--border-color);
    border-radius: 1rem;
    padding: 3rem;
    margin-bottom: 1rem;
}
.faq-list p{
    text-align: justify;
}
.faq-list h2{
    font-size: var(--font-size-M);
}
.faq-list .faq-q,
.faq-list .faq-a{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
}
.faq-list .faq-q{
    padding-bottom: 3rem;
    border-bottom: solid 1px var(--border-color);
    font-size: var(--font-size-M);
    font-weight: bold;
}
.faq-list .faq-a{
    padding-top: 3rem;
}
.faq-icon{
    font-size: var(--font-size-L);
    margin-right: 1.6rem;
}
.faq-q .faq-icon{
    color: var(--sub2-color);
}
.faq-a .faq-icon{
    color: var(--gray-color);
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .faq-contents.page-content{
        padding-bottom: 8rem;
    }
}
/* ************************   contact.php    ************************ */
.contact-area{
    background-color: var(--base2-color);
    padding: 8%;
    border-radius: 1rem;
}
.cf{
    width: 100%;
}
.cf-list li {
    margin-bottom: 4rem;
}
.cf-list label{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.label-name{
    font-family: var(--en-font);
    font-size: var(--font-size-LL);
}
.wpcf7-form-control{
    padding-top: 1rem;
}
.wpcf7-form-control-wrap{
    width: 100%;
}
.cf-input{
    border: solid 1px var(--border-color);
    border-radius: 1rem;
    width: 100%;
    padding: 1rem;
    background-color: #FFF;
}
.cf-check{
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--border-color);
    position: relative;
    border-radius: 1rem;
    background-color: #FFF;
    margin-right: 1rem;
    aspect-ratio: 1 / 1;
}
.cf-radio {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}
.cf-radio label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
}
.cf-radio label::before,
.cf-radio label::after {
    border-radius: 50%;
    content: '';
}
.cf-radio label::before {
    width: 2rem;
    height: 2rem;
    border: 2px solid var(--border-color);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
}
.cf-radio label::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background-color: #FFF;
}
.cf-radio label:has(:checked)::after {
    background-color: var(--sub-color);
}
.cf-radio  input {
    display: none;
}
.checkbox-2 {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}
.checkbox-2 label {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0 .25em;
    position: relative;
    cursor: pointer;
    width: 45%;
    box-sizing: border-box;
    text-align: justify;
    margin: 0.5rem 0;
}
.checkbox-2 label::before {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    border: 2px solid var(--border-color);
    background-color: #FFF;
    content: '';
    margin-top: 0.3rem;
    flex-shrink: 0;
}
.checkbox-2 label:has(:checked)::before{
    background: #FFF;
    border: 2px solid var(--sub-color);
}
.checkbox-2 label:has(:checked)::after {
    position: absolute;
    top: 1rem;
    left: 1rem;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 0.8rem;
    height: 1.6rem;
    border: solid var(--main-color);
    border-width: 0 3px 3px 0;
    content: '';
}
.cf-check:checked::before{
    content: '✔';
    line-height: 1;
    font-size: var(--font-size-L);
    display: block;
    width: 100%;
    height: 100%;
    color: var(--sub-color);
    position: absolute;
    top: 0;
    text-align: center;
}
.cf-textarea{
    border: solid 1px var(--border-color);
    border-radius: 1rem;
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: #FFF;
}
.cf-input:focus,
.cf-input:focus-visible{
    border: solid 4px var(--sub-color);
    outline: none;
}
.cf-textarea:focus,
.cf-textarea:focus-visible{
    border: solid 4px var(--sub-color);
    outline: none;
}
.cf-num:focus,
.cf-num:focus-visible{
    border: solid 4px var(--sub-color);
    outline: none;
}
.cf-date:focus,
.cf-date:focus-visible{
    border: solid 4px var(--sub-color);
    outline: none;
}
.cf-click{
    width: 100%;
}
.cf-num{
    border: 1px solid var(--border-color);
    border-radius: 1rem;
    padding: 5px;
    background-color: #FFF;
}
.cf-date{
    width: 100%;
    min-height: 5rem;
    padding: 1rem;
    border: solid 1px var(--border-color);
    border-radius: 1rem;
    background-color: #FFF;
    position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.cf-reservation{
    padding: 3rem 3rem 3rem 0;
}
.cf-btn{
    display: block;
    width: 100%;
    padding: 1.5rem 0;
    margin-top: 3rem;
    background: var(--main-color);
    color: #FFF;
    transition: .3s;
    text-align: center;
    border-radius: 1rem;
}
.cf-btn:hover{
    transition: .3s;
}
.wpcf7-spinner{
    display: none;
}
.cf-input:-internal-autofill-selected{
    background-color: transparent;
}
.wpcf7 form .wpcf7-response-output{
    margin: 2em 0 1em;
}
.checkbox__list .wpcf7-list-item{
    display: inline-block;
}
.checkbox__list .wpcf7-list-item-label{
    white-space: nowrap;
    text-align: start;
}
.wpcf7-list-item label{
    display: flex;
    flex-wrap: nowrap;
}
.cf-click .wpcf7-form-control-wrap{
    display: block;
    margin-bottom: 1rem;

}






















/*---------------------  footer */
footer{
    padding: 12rem 0 4rem 0;
    background-color: var(--darkgray-color);
}
.footer-area{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 8rem;
}
.footer-menu__area{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 4rem;
}
.footer-menu__list a{
    font-family: var(--jp2-font);
    width: 20rem;
    display: block;
    padding: 1rem 0;
    color: #FFF;
}
.footer-menu__list .submenu{
    margin-left: 1.6rem;
}
.footer-menu__list .submenu a{
    color: var(--border-color);
}
.footer-menu__list .submenu a::before{
    content: 'ー';
}
.footer-logo{
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-logo img{
    width: 15rem;
    margin-bottom: 2rem;
}
.footer-sns{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2rem;
}
.footer-sns i{
    color: #FFF;
}
.footer-bottom .pp{
    text-align: center;
    color: #FFF;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .footer-menu__area{
        width: 100%;
        justify-content: space-between;
    }
    .footer-menu__list a{
        width: 15rem;
    }
    .footer-logo{
        width: 100%;
        margin: 4rem;
    }
    .footer-sns i{
        font-size: var(--font-size-LL);
    }
    .footer-area{
        margin-bottom: 4rem;
    }
}

/*---------------------  mobile-on */
.pc-off{
    display: none;
}
.tablet-on{
    display: none;
}
.mobile-on{
    display: none;
}
#menu-global li.tablet-on{
    display: none;
}
@media screen and (max-width: 1024px)/*1024px以下(タブレット用)*/{
    .pc-off{
        display: block;
    }
    .tablet-off{
        display: none;
    }
    .tablet-on{
        display: block;
    }
}
@media screen and (max-width: 599px)/*599px以下(スマホ用)*/{
    .mobile-off{
        display: none;
    }
    .mobile-on{
        display: block;
    }
}