@charset "UTF-8";

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

/*-- fonts

Zen Kaku Gothic Antique Bold
font-family: zen-kaku-gothic-antique, sans-serif;
font-weight: 700;
font-style: normal;

Zen Kaku Gothic Antique Medium
font-family: zen-kaku-gothic-antique, sans-serif;
font-weight: 500;
font-style: normal;

EB Garamond
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

--*/


/*---------- font ----------*/
body {
    font-family: var(--font-a);
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    margin: -6px 0;
}
.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 .head-info,
.latest-info .info-ttl,
.btn,
.menu-ttl {
    font-size: 16px;
}
.en {
    font-size: 14px;
    letter-spacing: 0;
}
h1.c-ttl .ja,
h2.c-ttl .ja {
    font-size: 18px;
}

/*---------- line-height -----------*/
.head-nav,
.latest-info,
.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;
}


/*---------- 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{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    padding: 1.25rem 5rem 1.25rem 5rem;
  
  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 ----------*/
body {
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
}
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 {
    flex-direction: column;
    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;
}
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;
}
.latest-info {
    display: block;
    margin-top: 125px;
    margin-left: 25px;
    width: 343px;
    padding-bottom: 12.5px;
}
.latest-info::after {
    position: absolute;
    bottom: 0;
    background: #fff;
    display: block;
    content: '';
    width: 343px;
    height: 1px;
}
.latest-info .head-info::after {
    background: #fff;
    display: block;
    content: '';
    width: 12.5px;
    height: 1px;
    margin-top: 12.5px;
}
.latest-info .info-details {
    padding-top: 12.5px;
}
.latest-info .info-ttl {
    position: relative;
    padding-top: 12.5px;
    width: 343px;
}
.latest-info .info-ttl a {
    line-height: 1.5;
    margin: -4px 0;
}
.latest-info .info-ttl::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: 12.5px;
    bottom: 6.25px;
}


/*---------- menu ----------*/
#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;
}


/*---------- about ----------*/
#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 ----------*/
.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;
}


/*---------- features ----------*/
#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;
}


/*---------- dubois-mission ----------*/
.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;
}
.dubois-missions-list-item img,
.for-the-one-menu-list img {
    width: 316.33px;
    height: 221px;
}
.dubois-missions-list .btn {
    display: block;
    margin: 75px auto 0;
    width: calc( 100% - 50px );
}


/*---------- menu ----------*/

#menu .inner {
    width: 343px;
    height: auto;
}
.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;
}
.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;
}
.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 {
    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;
}
table tr td {
    width: calc( 100% - 261.75px );
    vertical-align: middle;
    text-align: center;
}
table tr td::after {
    bottom: 0;
}


/*---------- for-the-one ----------*/
.for-the-one-menu-list h2.c-ttl {
    padding-top: 0;
    text-align: center;
}
.for-the-one-menu-list .mid-inner {
    padding-top: 50px;
}


/*---------- 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;
}