@charset "UTF-8";

:root {
    --font-a: zen-kaku-gothic-antique, sans-serif;
    --font-b: "EB Garamond", serif;
    font-size: 62.5%;
}

/*-- fonts --*/
/*
Zen Kaku Gothic Antique
font-family: zen-kaku-gothic-antique, sans-serif;

EB Garamond
font-family: "EB Garamond", serif;
*/

/*---------- font ----------*/
body {
    font-family: var(--font-a);
    font-weight: 500;
    line-height: 2;
    margin: -6px 0;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden; /* 横スクロール防止 */
}
.txt {
    font-family: var(--font-a);
    font-weight: 100;
}
.head-nav, .en,
.latest-info .head-info,
.latest-info .info-details {
    font-family: var(--font-b);
    font-weight: 300;
}

/*---------- font-size ----------*/
.head-nav,
.ja,
.en,
.latest-info .info-ttl,
.btn,
.menu-ttl {
    font-size: 1.6rem;
}
.en,
.latest-info .head-info {
    font-size: 1.2rem;
    letter-spacing: 0;
}
.news-cat span {
    font-size: 1.2rem;
}
h1.c-ttl .ja,
h2.c-ttl .ja,
#top .news .heading .en {
    font-size: 1.6rem;
}
#top .news .heading .en {
    text-transform: uppercase;
    font-size: 2rem;
}

/*---------- line-height -----------*/
.head-nav,
.btn {
    line-height: 1;
    margin: 0;
}

/*---------- flex ----------*/
.flex {
    display: flex;
    flex-direction: column;
}
.menu .inner,
.about .inner,
.online-shop .inner {
    flex-direction: column-reverse;
}
.menu .txt-area,
.menu .img-area img,
.about .txt-area,
.about .img-area img,
.online-shop .txt-area,
.online-shop .img-area img {
    width: 343px;
    height: auto;
    max-width: 100%; /* 安全策 */
}

/*---------- sp-only ----------*/
.pc-only {
    display: none;
}

/*---------- c-ttl ----------*/
.c-ttl .ja, .c-ttl .en {
    display: block;
}
.c-ttl .ja {
    padding-top: 25px;
}
.c-ttl .en {
    padding-top: 12.5px;
}
.c-ttl::before {
    display: block;
    content: '';
}

/*---------- inner ----------*/
.inner {
    width: calc( 100% - 50px );
    margin: 0 auto;
}

/*---------- btn ----------*/
.btn{
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 1.25rem 3.75rem 1.25rem 3.75rem;
    border-radius:30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    margin-top: 37.5px;
}
.btn-arw-fff {
    border: #fff 1px solid;
    color:#fff;
}
.btn-arw-000 {
    border: #000 1px solid;
    color: #000;
}
.btn::after{
    content: '';
    transition: all .3s;
}
.btn-arw-fff::after, .btn-arw-000::after {
    content: '';
    width: 4.2426px;
    height: 7.071px;
    position: absolute;
    top: calc( 50% - 3.5355px );
    right: 25px;
}
.btn-arw-fff::after {
    background: url('../img/00_common/arw-fff.png') no-repeat border-box left top/contain content-box;
}
.btn-arw-000::after {
    background: url('../img/00_common/arw-000.png') no-repeat border-box left top/contain content-box;
}

/*---------- body background ----------*/
body::before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../img/00_common/body-before-bg-sp.png') no-repeat border-box left top/cover fixed content-box;
}

/*---------- header ----------*/
.head-logo img, .fot-logo img {
    width: 85.71px;
    height: 75px;
}
header {
    position: relative;
}
.head-logo {
    z-index: 99;
    position: fixed;
    margin: 25px 0 25px 25px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .75));
}
.head-nav {
    text-transform: uppercase;
    z-index: 99;
    position: fixed;
    right: 12.5px;
    top: 18.75px;
}
.head-nav ul {
    align-items: flex-end;
    gap: 12.5px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .75));
}
.sns-link {
    z-index: 99;
    position: fixed;
    right: 100px;
    top: 50px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .75));
}
.sns-link ul {
    width: 62.5px;
    height: 25px;
    flex-direction: row;
    justify-content: space-between;
}
.sns-link img {
    width: 25px;
    height: 25px;
}
.link-bottom {
    z-index: 99;
    position: fixed;
    right: 25px;
    bottom: 25px;
}
.link-bottom ul {
    justify-content: space-between;
    width: 100px;
    height: 212.5px;
}
.link-bottom img {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .75));
}

/*---------- main ----------*/
main {
    position: relative;
    width: 100%;
}
#top main {
    height: auto;
}
#top main .img-area {
    position: relative;
    top: 162.5px;
    width: calc( 100% - 50px );
    height: 257px;
}
#top main img {
    width: 343px;
    height: 257px;
    max-width: 100%;
}
main .c-ttl {
    padding-top: 175px;
}
#top main .c-ttl {
    display: block;
    padding-top: 200px;
}
#top main .c-ttl::before {
    background: url('../img/01_top/top-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 242.9483px;
    height: 98.9859px;
}
#about main .c-ttl::before {
    background: url('../img/02_about/about-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 171.6128px;
    height: 47.5781px;
}
#menu main .c-ttl::before {
    background: url('../img/03_menu/menu-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 153.3622px;
    height: 46.6061px;
}
#recruit main .c-ttl::before {
    background: url('../img/04_recruit/recruit-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 195.426px;
    height: 52.4384px;
}
#for-the-one main .c-ttl::before {
    background: url('../img/05_for-the-one/for-the-one-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 258.8224px;
    height: 62.1057px;
}
#access main .c-ttl::before {
    background: url('../img/06_access/access-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 255.1694px;
    height: 63.4375px;
}
#news main .c-ttl::before,
#news-article main .c-ttl::before {
    background: url('../img/07_news/news-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 167.4738px;
    height: 51.0292px;
}
.news {
    width: calc( 100% - 50px );
    display: block;
    margin-top: 125px;
    margin-left: 25px;
    padding-bottom: 12.5px;
}
.news h2.heading {
    position: relative;
}
.news h2.heading::before {
    position: absolute;
    bottom: 0;
    background: #fff;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
}
#top .news h2.heading a::after {
    content: '';
    background: url('../img/00_common/arw-fff.png') no-repeat border-box left top/contain content-box;
    width: 4.2426px;
    height: 7.071px;
    position: absolute;
    right: .75rem;
    bottom: 1rem;
    transition: .3s;
}
.news h2.heading a {
    display: block;
    width: 100%;
}
#top .latest-info {
    display: block;
    padding-top: .75rem;
}
.info-details {
    flex-direction: row;
    gap: .75rem;
    align-items: center;
}
.latest-info .head-info::after {
    background: #fff;
    display: block;
    content: '';
    width: 12.5px;
    height: 1px;
    margin-top: 12.5px;
}
.news-cat {
    font-family: var(--font-a);
    border: #fff 1px solid;
    border-radius: 50vh;
    padding: .25rem .75rem;
    line-height: 1;
    display: inline-block;
}
.latest-info-item {
    transition: .3s;
}

/*---------- TOP menu/about ----------*/
#top .menu,
#top .about {
    padding-top: 100px;
}
#top .menu .c-ttl,
#top .about .c-ttl {
    padding-top: 37.5px;
}
#top .menu .c-ttl::before {
    background: url('../img/01_top/menu-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 153.3622px;
    height: 46.6061px;
}
.txt {
    padding-top: 25px;
}
#top .about .c-ttl::before {
    background: url('../img/01_top/about-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 171.6128px;
    height: 47.5781px;
}
#top .about .img-area {
    position: relative;
    display: block;
}
#top .about .img-area::after {
    display: block;
    content :'';
    background: url('../img/01_top/about-img-after.png') no-repeat border-box left top/contain content-box;
    width: 186.67px;
    height: 140px;
    margin: -14.75px auto auto -25px;
}

/*---------- features ----------*/
#top .features {
    position: relative;
    color: #000;
    width: 100%;
    margin: 75px auto 0;
    padding-bottom: 75px;
}
#top .features::before {
    z-index: -1;
    position: absolute;
    content: '';
    background: #ECBC5B;
    mix-blend-mode: hard-light;
    border-radius: 12.5px;
    width: 100%;
    height: 100%;
}
#top .features-list {
    padding-top: 75px;
}
#top .features-list-item {
    width: 227.88px;
    height: auto;
    margin: 0 auto;
}
#top .features-list-item:not(:first-of-type) {
    padding-top: 37.5px;
}
#top .features-list-item img {
    width: 227.88px;
    height: 227.88px;
}
#top .features h2.c-ttl {
    flex-direction: column;
    gap: 25px;
    padding-top: 75px;
    margin: 0 auto;
    text-align: center;
}
#top .features h2.c-ttl::before {
    content :'';
    background: url('../img/01_top/features-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 173.17px;
    height: 148.9965px;
    margin: 0 auto;
}
#top .features h2.c-ttl .ja::before {
    display: block;
    content :'';
    background: url('../img/01_top/features-c-ttl-ja-before.png') no-repeat border-box left top/contain content-box;
    width: 236.466px;
    height: 50.0625px;
    margin: -25px auto 37.5px;
}
#top .features h2.c-ttl .ja {
    padding-top: 37.5px;
}
#top .features-list {
    justify-content: space-between;
    padding-top: 75px;
}
#top h3.c-ttl .ja, #top h3.c-ttl .en {
    text-align: center;
    padding-top: 12.5px;
}

/*---------- online-shop ----------*/
.online-shop {
    color: #000;
    width: 100%;
    background: #fff;
    margin: 75px auto 100px;
    padding: 75px 0;
    border-radius: 12.5px;
}
.online-shop .inner {
    align-items: center;
}
.online-shop .c-ttl::before {
    background: url('../img/00_common/online-shop-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 306.8257px;
    height: 55.0308px;
    margin-top: 37.5px;
}
.online-shop .img-area {
    border-radius: 12.5px;
    overflow: hidden;
    width: 343px;
    height: 209px;
}
.online-shop-link {
    transition: .3s;
}
.online-shop-link:hover {
    opacity: .75;
}

/*---------- footer ----------*/
footer {
    width: 100%;
    height: auto;
    text-align: center;
}
footer::before {
    display: block;
    background: #fff;
    content: '';
    width: calc( 100% - 50px );
    height: 1px;
    margin: 0 auto 50px;
}
footer .inner {
    align-items: center;
    padding-bottom: 50px;
}
.fot-access {
    padding-top: 37.5px;
}
.fot-right {
    margin-top: 37.5px;
}
.fot-items {
    flex-direction: row;
}
.fot-items li:first-of-type::after {
    content: '/';
    padding-left: 6.25px;
    padding-right: 6.25px;
}

/*---------- about (Page) ----------*/
.l-txt {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.l-txt .c-ttl {
    text-align: left;
    padding-top: 75px;
}
.l-txt .c-ttl::before {
    display: none;
}
#about .features-list-item .inner,
#for-the-one .features-list-item .inner {
    padding-top: 75px;
    align-items: center;
}
#about .features-list-item:first-of-type .inner,
#for-the-one .features-list-item:first-of-type .inner {
    padding-top: 100px;
}
#about .features-list-item .c-ttl .ja,
#for-the-one .features-list-item .c-ttl .ja {
    padding-top: 37.5px;
}
#about .features-list-item .img-area img,
#for-the-one .features-list-item .img-area img {
    display: block;
    width: 343px;
    height: 257.25px;
    max-width: 100%;
}

/*---------- dubois-mission / for-the-one ----------*/
.dubois-missions-list,
.for-the-one-menu-list {
    width: 100%;
    margin: 75px auto 100px;
    padding: 75px 0;
    border: #fff 1px solid;
    border-radius: 12.5px;
}
.dubois-missions-list .mid-inner,
.for-the-one-menu-list .mid-inner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 37.5px;
}
.dubois-missions-list-item,
.for-the-one-menu-list-item {
    text-align: center;
    width: 316.33px;
    max-width: 100%;
}
.dubois-missions-list-item img,
.for-the-one-menu-list img {
    width: 316.33px;
    height: 221px;
    max-width: 100%;
    height: auto;
}
.dubois-missions-list .btn {
    display: block;
    margin: 75px auto 0;
    width: calc( 100% - 50px );
}

/*---------- menu (Page) ----------*/
#menu .inner {
    width: 343px;
    height: auto;
    max-width: 100%;
}
.menu-list .c-ttl::before {
    margin-top: 100px;
}
.menu-list:first-of-type .c-ttl::before {
    margin-top: 75px;
}
.hamburger .c-ttl::before {
    background: url('../img/03_menu/hamburger-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 309.3502px;
    height: 57.4072px;
}
.pasta .c-ttl::before {
    background: url('../img/03_menu/pasta-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 214.2446px;
    height: 55.8052px;
}
.side-menu .c-ttl::before {
    background: url('../img/03_menu/side-menu-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 359.8496px;
    height: 69.1982px;
}
.side-menu .inner,
.dessert .inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12.5px;
}
.side-menu .menu-list-item:first-of-type,
.side-menu .menu-list-item:nth-of-type(2),
.dessert .menu-list-item:first-of-type,
.dessert .menu-list-item:nth-of-type(2) {
    padding-top: 37.5px;
}
.side-menu .menu-list-item,
.dessert .menu-list-item {
    width: 165.255px;
    height: auto;
    padding-top: 0px;
}
.side-menu .menu-list-item .img-area img,
.dessert .menu-list-item .img-area img {
    width: 165.255px;
    height: 121.325px;
}
.side-menu .txt-area-inner,
.dessert .txt-area-inner {
    flex-direction: column;
    text-align: center;
}
.side-menu .txt-area-inner h3.menu-ttl,
.dessert .txt-area-inner h3.menu-ttl {
    line-height: 1.25;
    margin: -2 0;
}
.side-menu .txt-area-inner .menu-price,
.dessert .txt-area-inner .menu-price {
    text-align: center;
    padding-top: 12.5px;
}
.dessert .c-ttl::before {
    background: url('../img/03_menu/dessert-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 273.7656px;
    height: 60.2695px;
}
.drink .c-ttl::before {
    background: url('../img/03_menu/drink-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 159.3112px;
    height: 45.2021px;
}
.menu-list-item {
    width: 343px;
    height: auto;
    padding-top: 50px;
    max-width: 100%;
}
.menu-list-item:first-of-type {
    padding-top: 62.5px;
}
.menu-list-item .img-area {
    display: block;
}
.menu-list-item .img-area img {
    width: 343px;
    height: 251.525px;
    max-width: 100%;
    height: auto;
}
.menu-list-item .txt-area .c-ttl .ja {
    display: block;
    padding-top: 0;
    margin-top: 0;
}
.menu-list-item .txt-area-inner {
    justify-content: space-between;
    padding-top: 25px;
}
.menu-list-item .menu-detail {
    padding-top: 12.5px;
}

/*---------- table ----------*/
table {
    position: relative;
    width: 100%; 
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
table::before,
table::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
}
table:not(:first-of-type) {
    margin-top: 25px;
}
table tr th,
table tr td {
    position: relative;
    padding: 6.25px 0;
}
table tr th {
    width: 261.75px;
    vertical-align: middle;
    /* スマホでテーブル崩れを防ぐため幅調整 */
    width: 30%; 
}
table tr td {
    width: calc( 100% - 261.75px );
    vertical-align: middle;
    text-align: center;
    /* スマホでテーブル崩れを防ぐため幅調整 */
    width: 70%;
}
table tr td::after {
    bottom: 0;
}

/*---------- map ----------*/
.map {
    padding-top: 50px;
}
.map iframe {
    width: 100%;
    height: 221.0625px;
}
.map table {
    display: block;
    padding-top: 37.5px;
}
.map th {
    width: 91px;
}
.map td {
    text-align: left;
}

/*---------- line-bnr ----------*/
.line-bnr {
    width: 100%;
    height: 175px;
    overflow: scroll;
    margin-top: 37.5px;
}
.line-bnr img {
    width: 679px;
    height: 175px;
}
.line-bnr:hover {
    opacity: .75;
    transition: .3s;
}

/*---------- bnr-wrap ----------*/
.bnr-wrap {
    margin-top: 37.5px;
}
.bnr-wrap .inner {
    gap: 18.75px;
}
.bnr-area img {
    width: 100%;
    height: auto;
}

/*---------- news / pagination ----------*/
.news-wrap h2.heading::after {
    display: block;
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    margin-top: 1rem;
}
.news-wrap .inner {
    gap: 2.5rem;
    padding-top: 10rem;
}
.latest-info-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
#news .latest-info-item {
    width: calc(50% - .5rem);
}
#news .latest-info-item a,
#news-article .latest-info-item a {
    padding: 1.5rem;
    gap: 1.5rem;
}
#news-article .latest-info-item::after {
    display: block;
    content: "";
    background: #fff;
    width: 100%;
    height: 1.25px;
}
.latest-info-item .thum-area {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden; /* 追加 */
}
.latest-info-item .thum-area .thumb {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 追加 */
}
.latest-link-list {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0;
}
.latest-link-list::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 1.25px;
}
.cat-list {
    padding-top: 1.5rem;
    gap: .5rem;
}
.cat-list h2.heading {
    padding-top: 3rem;
}
#news-article .info-details {
    margin-top: 1rem;
}

/* Pagination Adjustments for WordPress */
.pnav {
    margin: 2.5rem 0 0;
}
.pnav-wrap,
.pnav .pagination .nav-links { /* WordPress対応 */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin: auto;
    padding: 0;
}
.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid #808080;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    background-color: transparent;
    font-weight: bold;
    transition: all 0.3s;
    border-radius: 50vh;
}
a.page-numbers:hover {
    background-color: #808080;
    color: #fff;
}
.page-numbers.current {
    background-color: transparent;
    border-color: #fff;
    pointer-events: none;
}
.page-numbers.dots {
    border: none;
    background: transparent;
    width: auto;
}

/* その他 WordPress用レスポンシブ安全策 */
.news-article img {
    max-width: 100%;
    height: auto;
}


.latest-info-item .thum-area {
    /* 既存のコード */
    background: #fff;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    overflow: hidden;

    /* ★これを追加してください！ */
    flex-shrink: 0;
}