@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;
    letter-spacing: .05rem;
    margin: -7px 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,
.latest-info .head-info,
.latest-info .info-ttl,
.btn,
.menu-ttl,
.for-the-one-menu-list .c-ttl {
    font-size: 16px;
}
.en,
.menu-price {
    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;
}
.menu .flex,
.about .flex,
.online-shop .flex,
#about .features-list-item .inner,
#for-the-one .features-list-item .inner  {
    justify-content: space-between;
}
#top .menu .flex,
#about .features-list-item:nth-of-type(even) .inner,
#for-the-one .features-list-item:nth-of-type(even) .inner {
    flex-direction: row-reverse;
}
#about .features-list-item:nth-of-type(even),
#for-the-one .features-list-item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.menu .txt-area,
.menu .img-area img,
.about .txt-area,
.about .img-area img,
.online-shop .txt-area,
.online-shop .img-area img,
#about .features-list-item .txt-area,
#about .features-list-item .img-area img,
#for-the-one .features-list-item .txt-area,
#for-the-one .features-list-item .img-area img {
    width: 487px;
    height: auto;
}

/*---------- animation ----------*/
.head-logo,
.head-nav a,
.sns-link a,
.link-bottom a,
.fot-logo {
    transition: .3s;
}
.head-logo:hover,
.head-nav a:hover,
.sns-link a:hover,
.link-bottom a:hover,
.fot-logo:hover {
    opacity: .75;
}

/*---------- sp-only ----------*/
.sp-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: 1024px;
    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:hover{
  opacity: .75;
}


/* 矢印が右に移動 */

.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;
}

/*hoverした際の移動*/
.btn:hover::after{
    right: 18.75px;
}


/*---------- 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.png') no-repeat border-box left top/cover fixed content-box;
}


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


/*---------- main ----------*/
main {
    position: relative;
    width: 100%;
    height: auto;
}
#top main {
    height: 100vh;
}
#top main .img-area {
    z-index: -1;
    position: absolute;
    top: calc( 50vh - 213px );
    right: calc( 50% - 419px );
}
#top main img {
    width: 568px;
    height: 426px;
}
main .c-ttl {
    padding-top: 250px;
}
#top main .c-ttl {
    padding-top: calc( 50vh - 132.99px );
    padding-left: 75px;
}
main .c-ttl {
    text-align: center;
}
main .c-ttl::before {
    margin: 0 auto;
}
#top main .c-ttl {
    text-align: left;
}
#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: 323.9315px;
    height: 131.9814px;
    margin: 0;
}
#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: 228.8174px;
    height: 63.4375px;
}
#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: 204.4834px;
    height: 62.1416px;
}
#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: 260.5684px;
    height: 69.918px;
}
#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: 345.0967px;
    height: 82.8076px;
}
#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 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 420px;
    padding-bottom: 12.5px;
}
.latest-info::after {
    position: absolute;
    bottom: 0;
    background: #fff;
    display: block;
    content: '';
    width: 100%;
    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: 420px;
}
.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::before {
    background: url('../img/01_top/menu-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 204.4834px;
    height: 62.1416px;
}
.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: 228.8174px;
    height: 63.4375px;
}


/*---------- about ----------*/
#top .about .img-area {
    position: relative;
    display: block;
    margin-right: -71px;
}
#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: 317.28px;
    height: 237.96px;
    margin: -25px auto auto -71px;
}


/*---------- features ----------*/
#top .features {
    position: relative;
    color: #000;
    width: calc( 100% - 50px );
    margin: 75px auto 0;
    padding-bottom: 99px;
}
#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-item {
    width: 227.88px;
    height: auto;
}
#top .features-list-item img {
    width: 227.88px;
    height: 227.88px;
}
#top .features h2.c-ttl {
    gap: 25px;
    padding-top: 125px;
    margin: 0 auto;
}
#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;
}
#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: 315.2881px;
    height: 66.75px;
    margin-top: -25px;
    margin-bottom: 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: calc( 1024px + 142px );
    background: #fff;
    margin: 125px 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: 409.1016px;
    height: 73.3745px;
}
.online-shop .img-area {
    position: relative;
    border-radius: 12.5px;
    overflow: hidden;
}
.online-shop-link,
.goods-link {
    transition: .3s;
}
.online-shop-link:hover,
.goods-link:hover {
    opacity: .75;
}


/*---------- footer ----------*/
footer {
    width: 100%;
    height: auto;
}
footer::before {
    display: block;
    background: #fff;
    content: '';
    width: 1166px;
    height: 1px;
    margin: 0 auto 50px;
}
footer .inner {
    align-items: center;
    padding-bottom: 50px;
}
.fot-left {
    align-items: center;
}
.fot-access {
    padding-left: 25px;
}
.fot-right {
    margin-left: 100px;
}
.fot-items li:first-of-type::after {
    content: '/';
    padding-left: 6.25px;
    padding-right: 6.25px;
}


/*---------- about ----------*/
.l-txt {
    display: block;
    width: 487px;
    margin: 0 auto;
}
.l-txt .c-ttl {
    text-align: left;
    padding-top: 175px;
}
.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: 0;
}


/*---------- dubois-mission ----------*/
.dubois-missions-list,
.for-the-one-menu-list {
    width: 1166px;
    padding: 75px 71px;
    border: #fff 1px solid;
    border-radius: 12.5px;
    margin: 75px auto 0;
}
.dubois-missions-list .mid-inner,
.for-the-one-menu-list .mid-inner {
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto;
}
.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-item .c-ttl,
.for-the-one-menu-list .c-ttl {
    padding-top: 37.5px;
}
.dubois-missions-list .btn {
    display: block;
    margin: 75px auto 0;
}


/*---------- menu ----------*/
.menu-list .inner {
    justify-content: left;
    flex-wrap: wrap;
}
.menu-list .c-ttl::before {
    margin-top: 100px;
}
.menu-list:first-of-type .c-ttl::before {
    margin-top: 175px;
}
.hamburger .c-ttl::before {
    background: url('../img/03_menu/hamburger-c-ttl-before.png') no-repeat border-box left top/contain content-box;
    width: 412.4673px;
    height: 76.543px;
}
.hamburger .menu-list-item,
.pasta .menu-list-item {
    margin-right: 37.5px;
}
.hamburger .menu-list-item:nth-of-type(2n),
.pasta .menu-list-item:nth-of-type(2n) {
    margin-right: 0;
}
.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 {
    padding-top: 62.5px;
    row-gap: 37.5px;
}
.side-menu .menu-list-item,
.dessert .menu-list-item {
    width: 324.67px;
    height: auto;
    margin-right: 25px;
}
.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: 0;
}
.side-menu .menu-list-item:nth-of-type(3n),
.dessert .menu-list-item:nth-of-type(3n) {
    margin-right: 0;
}
.side-menu .menu-list-item,
.dessert .menu-list-item {
    padding-top: 0;
}
.side-menu .menu-list-item .img-area img,
.dessert .menu-list-item .img-area img {
    width: 324.675px;
    height: 238.0875px;
}
.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: 212.415px;
    height: 60.2695px;
}
.menu-list-item {
    width: 493px;
    height: auto;
    padding-top: 50px;
}
.menu-list-item:first-of-type,
.menu-list-item:nth-of-type(2) {
    padding-top: 62.5px;
}
.menu-list-item .img-area {
    display: block;
}
.menu-list-item .img-area img {
    width: 493px;
    height: 361px;
}
.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;
    align-items: center;
}
.menu-list-item .menu-detail {
    padding-top: 12.5px;
}
.drink .inner {
    padding-top: 75px;
    justify-content: space-between;
}
.table-wrap {
    width: 487px;
}
table {
    border-top: #fff 1px solid;
}
.table-wrap table:last-of-type {
    border-bottom: #fff 1px solid;
}
.table-wrap th {
    width: 285px;
    padding-top: 12.5px;
    vertical-align: middle;
}
.table-wrap tr:last-of-type th {
    padding-bottom: 12.5px;
}
.table-wrap tr:last-of-type td {
    padding-top: 12.5px;
}
.table-wrap tr:last-of-type td {
    padding-bottom: 12.5px;
}
.table-wrap td {
    width: 202px;
}
.table-wrap td {
    text-align: center;
    vertical-align: middle;
}


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


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


/*---------- bnr-wrap ----------*/
.bnr-wrap {
    margin-top: 12.5px;
}
.bnr-wrap .inner {
    justify-content: space-between;
}
.bnr-area:hover {
    transition: .3s;
    opacity: .75;
}
.bnr-area img {
    width: 320px;
    height: 100px;
}