@charset "utf-8";

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0em;
    background-color: #131313;
    color: #FFFFFF;
}

*:focus-visible {
    outline: 2px solid #7C5E0C;
}

/* font 
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Noto Serif JP", serif;
*/



/* -----------font-----------*/    
img {
    width: 100%;
    height: auto;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

/* -----------共通-----------*/
body.no-scroll { 
    overflow: hidden; 
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ===== Header ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 64px;
    max-width: 50rem;
    margin-inline: auto;
    background-color: #131313;
}
.header-inner {
    margin-inline: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    position: relative;
}

/* 左：2本線ハンバーガー */
.hamburger {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #FFFFFF;
}

.hamburger .bar {
    position: absolute;
    left: 7px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transform-origin: 50% 50%;
    transition:
    transform 220ms cubic-bezier(.2,.7,.2,1),
    width 220ms cubic-bezier(.2,.7,.2,1),
    top 220ms cubic-bezier(.2,.7,.2,1);
}

.hamburger .bar-top {
    width: 25px;
    top: 14px;
}
.hamburger .bar-bottom {
    width: 15px;
    top: 24px;
}

.hamburger.is-active .bar-top {
    width: 25px;
    top: 20px;
    transform: rotate(45deg);
}
.hamburger.is-active .bar-bottom {
    width: 25px;
    top: 20px;
    transform: rotate(-45deg);
}

.header-logo {
    width: 6.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.header-right {
    background-color: #212121;
}

.gtranslate_wrapper {
    font-family: "Inconsolata", monospace;
    color: #8B8B8B;
    display: flex;
}

.glink {
    font-size: 1.2rem;
    width: 4.4rem;
    height: 3rem;
    display: grid;
    place-content: center;
    position: relative;
}

.glink:first-child:after {
    content:"";
    width: 1px;
    height: 15px;
    background-color: #8B8B8B;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
}

.gt-current-lang {
    color: #FFFFFF;
}

/* ===== Overlay Nav ===== */
.nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 900;
    display: grid;
    place-items: center;
    background: #131313;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(.2,.7,.2,1);
}

.nav-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

/* メニュー縦並び */
.nav-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.nav_item {
    position: relative;
    overflow: hidden;
}

.nav_item:nth-child(1) {
    width: 3.9rem;
}

.nav_item:nth-child(2) {
    width: 6.2rem;
}

.nav_item:nth-child(3) {
    width: 3.7rem;
}

.nav_item:nth-child(4) {
    width: 6.4rem;
}

.nav_item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.2s ease-in;
}

.nav_item a:focus-visible::before {
    transform: scaleX(1);
    transform-origin: left center;
}

@media (any-hover: hover) {
    .nav_item a:hover::before {
        transform: scaleX(1);
        transform-origin: left center;
    }
}



/* CTA */
.nav-cta {
    margin-top: 6.8rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #131313;
    background: #fff;
    font-weight: 700;
    letter-spacing: .06em;
    border-radius: 12px;
}



/* 動きの軽減に配慮（任意） */
@media (prefers-reduced-motion: reduce) {
    .nav-overlay { transition-duration: 1ms; }
    .hamburger .bar { transition-duration: 1ms; }
}

.anim_button {
    transition: filter 0.1s ease-in;
}

.anim_button:focus-visible {
    filter:brightness(1.2);
}

@media (any-hover: hover) {
    .anim_button:hover {
        filter:brightness(1.2);
    }
}

/* ----- side-left ----- */
.side_left {
    display: none;
}

/* ----- cta-button ----- */
.cta_button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: min(39%, 19.6rem);
}


/* ----- page-title ----- */
.page-title {
    margin-left: 3rem;
    padding-top: 5rem;
    width: fit-content;

}
.page-title img {
    height: 3.6rem;
    padding: 4px 0;
}

.page-title_text {
    display: block;
    color: #131313;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.page-title__white .page-title_text {
    color: #FFFFFF;
}

.page-title_text::before {
    content: "";
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    width: 3rem;
    height: 1px;
    background-color: #131313;
}

.page-title__white .page-title_text::before {
    background-color: #FFFFFF;
}

/* -----------footer-----------*/
.footer {
    padding: 1rem 2rem 5rem;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    text-align: center;
    color: #969696;
}

.footer_copyright {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
}

.footer_address {
    margin-top: 1rem;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    text-align: center;
}

/* -----------top-----------*/
.main {
    width: 100%;
    max-width: 50rem;
    margin-inline: auto;
    position: relative;
}

.main_bg_white {
    background-color: #FFFFFF;
}

.kv {
    width: 100%;
    padding: 1rem 4rem;
}

.kv_movie {
    width: 100%;
    aspect-ratio: 310 / 470;
}

.kv_movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_texts_wrapper {
    padding: 4rem;
    margin-inline: auto;
}

.top_page_title {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
}

.top_page_desc {
    margin-top: 2rem;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 2;
}

/* ---------- recruit ---------- */
.recruit_benefit {
    margin-top: 5rem;
}

.recruit_section-title {
    color: #131313;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.recruit_section-title::after {
    content: "";
    margin-top: 5px;
    display: block;
    width: 15px;
    height: 1px;
    margin-inline: auto;
    background-color: #131313;
}

.recruit_benefit_item {
    width: calc(100% - 4rem);
    margin-top: 3rem;
    margin-inline: auto;
    padding: 4rem 3rem;
    background-color: #212121;
    border-radius: 5px;
}

.recruit_benefit-title {
    width: fit-content;
    padding: 5px 6px 5px 0;
    border-bottom: 1px solid #FFFFFF;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
}

.recruit_benefit-title_skew {
    display: inline-block;
    transform: skew(-7deg);
    font-size: 2rem;
}

.recruit_benefit-title img{
    display: inline-block;
    width: fit-content;
    height: 2rem;
}

.recruit_benefit-desc {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: normal;
}

.recruit_benefit-desc:has(.recruit_benefit-desc_dot) {
    display: flex;
    gap: 1rem;
}

.recruit_benefit-desc:first-of-type {
    margin-top: 3rem;
}

.recruit_benefit-desc:not(:first-of-type) {
    margin-top: 2rem;
}

.recruit_benefit-desc_dot {
    font-size: 2.2rem;
    line-height: 1;
}

.recruit_benefit_image {
    margin-top: 3rem;
}

.recruit_example {
    margin-top: 2rem;
}

.recruit_example_list {
    margin-top: 1rem;
}

.recruit_example_list li {
    width: 26rem;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1rem 2rem;
}

.recruit_example_list li:not(:first-child) {
    margin-top: 2rem;
}

.recruit_job-detail {
    margin-top: 10rem;
    padding-bottom: 5rem;
    color: #131313;
}

.recruit_job-detail_list_wrapper {
    width: calc(100% - 7rem);
    margin-inline: auto;
    margin-top: 3rem;
}

.recruit_job-detail_list_wrapper_asistant {
    margin-top: 5rem;
}

.recruit_job-title {
    background-color: #212121;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.5rem;
    line-height: 1.3;
}

.recruit_job-detail_list {
    margin-top: 3rem;
}

.recruit_job-detail_list_row {
    padding: 1rem 0;
    display: flex;
    gap: 2rem;
}

.recruit_job-detail_list_row:not(:last-child) {
    border-bottom: 1px solid #7C5E0C;
}

.recruit_job-detail_list_row:first-child {
    padding-top: 0;
}

.recruit_job-detail_list_row dt {
    font-size: 1.5rem;
    width: 7.5rem;
    flex-shrink: 0;
}

.recruit_job-detail_list_row dd {
    font-size: 1.5rem;
    line-height: 1.3;
}

.recruit_job-detail_inner_list li{
    display: flex;
}

.recruit_job-detail_inner_list li::before {
    content:"・";
    display: inline-block;
}

.recruit_job-detail_inner_list li:not(:first-child) {
    margin-top: 1rem;
}

/* ---------- shop ---------- */
.shop_shop_list {
    margin-top: 5rem;
    padding-bottom: 5rem;
}

.shop_shop_item {
    width: calc(100% - 6rem);
    margin-inline: auto;
}

.shop_shop_card {
    color: #131313;
    background-color: #FFFFFF;
    padding: 2rem;
    border-radius: 5px;
}

.shop_shop_head {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.shop_shop_name {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
}

.shop_sns_icon {
    display: flex;
    gap: 7px;
}

.shop_sns_icon img{
    width: 4rem;
}

.shop_shop_link_wrapper {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.shop_shop_link {
    border: 1px solid #212121;
    border-radius: 5px;
    width: calc(50% - 0.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}

.shop_shop_link__map {
    gap: 7px;
}

.shop_shop_link__map img {
    width: 1.2rem;
}

.shop_shop_link__hpb {
    padding: 7.5px;
}

.shop_shop_link__hpb img {
    width: 9rem;
}

.shop_shop_reservation {
    margin-top: 1rem;
    text-align: center;
}

.shop_shop_reservation_link {
    display: inline-block;
    padding: 18.5px 0;
    width: 100%;
    color: #FFFFFF;
    background-color: #7C5E0C;
    border-radius: 5px;
    font-size: 1.3rem;
    line-height: 1;
}

.shoo_info-table {
    margin-top: 3.5rem;
}

.shoo_info-table th, .shoo_info-table td {
    padding: 1.5rem 0;
    border-bottom: 1px solid #FFFFFF;
}

.shoo_info-table td {
    padding-left: 3rem;
}

/* -----------ipad-----------*/

@media screen and (min-width:640px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

/* -----------PC-----------*/

@media screen and (min-width:960px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }

    .header-inner {
        justify-content: flex-end;
    }

    .hamburger {
        display: none;
    }

    .nav-overlay {
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
        opacity: 1;
        width: calc(100% - 50rem);
        max-width: 40rem;
        height: 100%;
        pointer-events: visible;
        background-color: #212121;
    }

    .nav_item:nth-child(1){
        width: 4.7rem;
    }
    
    .nav_item:nth-child(2) {
        width: 7.4rem;
    }
    
    .nav_item:nth-child(3) {
        width: 4.5rem;
    }
    
    .nav_item:nth-child(4) {
        width: 7.7rem;
    }

    .nav-cta {
        width: 20rem;
    }

    .cta_button {
        display: none;
    }

    .site-header {
        margin-left: 2rem;
    }
    .main {
        margin-left: 2rem;
    }
    .footer {
        margin-left: 2rem;
    }
}


@media screen and (min-width:1080px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .side_left { 
        position: fixed;
        top: 0;
        left: 0;
        width: calc((100% - 50rem) / 2);
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #212121;
    }

    .side_left_image {
        width: 14.6rem;
    }


    .nav-overlay {
        width: calc((100% - 50rem) / 2);
        max-width: none;
    }

    .site-header {
        margin-inline: auto;
    }
    .main {
        margin-inline: auto;
    }
    .footer {
        margin-inline: auto;
    }

}