@charset "UTF-8";

/*  全体の調整　*/
html {
    font-size: 100%;
}
body {
    margin: 0;
    color: #000;
    font-size: 1.0rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 800;
    font-style: normal;
    text-align: left;
    align-items: center;
}
img {
    max-width: 100%;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
    font-weight: 900;
}
small {
    font-size: 0.875rem;
}
/* タイトル　26px */
.item-title,.sav-title {
    font-size: 1.625rem;
    display: inline-block;
    border-bottom: solid 4px #d6b838;
    margin-bottom: 30px;
}
.fixed-bg {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.sec-title {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 2.25rem;
    filter: drop-shadow(1px 1px 10px #c0c0c0);
    position: absolute;
    top: 35%;
}
.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}
.site-logo__img {
    height: 40px;
    width: auto;
}
/* テーブルリスト　*/
table {
    margin-top: 10px;
    border-collapse: collapse;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
}
th,td {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
}


/*  メインビジュアル　*/
.mainvisual {
    position: relative;
    margin: 0;
    padding: 0;
}
.header {
    height: 60px;
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    align-items: center;
    z-index: 5000;
    justify-content: space-between;
    background-color: rgba(230, 230, 230, 0.8);
}
.header p {
    margin: 0;
}
.header-title {
    margin: 0 0 0 20px;
    width: 120px;
}
.header-nav {
    display: block;
}
.header-nav ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: flex;
}
.header-nav li {
    font-size: 0.875rem;
    margin: 0px 20px 0px 20px;
}
.main-img {
    width: 100%;
    margin-top: 60px;
    object-fit: cover;
}
.wrapper {
    max-width: 1400px;
    padding: 90px 16px 90px 16px;
    margin: 0 auto;
    text-align: center;
}
.wrapper__menu {
    max-width: 1400px;
    padding: 30px 16px 50px 16px;
    margin: 0 auto;
    text-align: center;
}
/* 詳細　*/
.sav-title__about {
    font-size: 1.625rem;
}
.ttl-border {
    width: 25%;
}
.about-container {
    display: flex;
    justify-content: space-around;
    margin: 16px 0 0;
}
.txt__about {
    margin: 50px 0;
}
.txt-about__sec {
    text-align: left;
    margin: 10px 0 0;
}
.about-block {
    width: 35%;
    margin: 0 16px;
}
.about-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-block h2 {
    font-size: 1.5rem;
    font-weight: 900;
}


/*  メニュー　*/
.menu .sec-title a {
    color: #FFF;
}
.menu-img {
    background-image: url(../img/title/menu.jpg);
}
.menu table tr:nth-child(even) {
    border-bottom: 1px solid #000;
}
.txt__menu {
    font-size: 0.875rem;
    margin-bottom: 30px;
}
.td__menu {
    border: 0;
    padding: .75rem;
    padding-bottom: 0;
    vertical-align: top;
}
.td__menu-price {
    text-align: right;
}
.td__menu-small {
    font-size: 0.8rem;
    font-weight: 400;
    border: 0;
    padding: .75rem;
    padding-top: 0;
}
.smallTxt__menu {
    text-align: right;
    font-size: 0.8rem;
}


/*  スタイル写真集　*/
.style .sec-title a {
    color: #FFF;
}
.style-img {
    background-image: url(../img/title/style.jpg);
}
.style-savsec {
    padding: 0 10px;
}
.style-content ul {
    display: grid;
    grid-gap: 1em 1em;
    grid-template-columns: repeat(4,1fr);
}
.style-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style-container {
    position: relative;
    height: 100%;
}
/* スタイルとメンバーページの画像をhoverした時のグレーの枠　*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.overlay p {
    font-size: 1.0rem;
}
.style-container:hover .overlay {
    opacity: 1;
}

/*  スタッフ紹介　*/
.member .sec-title a {
    color: #FFF;
}
.member-img {
    background-image: url(../img/title/member.jpg);
    object-fit: cover;
}
.member-savsec {
    padding: 0 10px;
}
.member-content ul {
    display: grid;
    grid-gap: 1em 1em;
    grid-template-columns: repeat(4,1fr);
}
.member-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  予約ページ　*/
.reserve .sec-title a {
    color: #FFF;
}
.reserve-img {
    background-image: url(../img/title/reserve.jpg);
    object-fit: cover;
}
.reserve-savsec {
    display: flex;
    height: 350px;
    margin-bottom: 50px;
}
.reserve-map {
    width: 50%;
}
.shop-map {
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.reserve-about {
    width:50%;
    text-align: left;
    padding: 0 70px;
}
.reserve-about h2 {
    font-size: 1.625rem;
    margin-bottom: 20px;
}
.reserve-about .new-tag {
    font-size: 1.0rem;
    padding: 2px;
    display: inline-block;
    background-color: red;
    color: #FFF;
}
.reserve-address-nam {
    margin-bottom: 5px;
}
.reserve-btn {
    display: block;
    text-align: center;
    line-height: 40px;
}
.reserve-about .line-btn {
    width: 160px;
    height: 40px;
    display: inline-block;
    color: #FFF;
    background-color: #00B900;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}
.reserve-about .tel-btn {
    width: 160px;
    height: 40px;
    display: inline-block;
    color: #FFF;
    background-color: #d6b838;
    border-radius: 10px;
    margin-top: 20px;
}
.reserve-about a:hover {
    opacity: 0.7;
}


/* 問い合わせページ　*/
.contact-wrapper {
    max-width: 900px;
}
.contact .sec-title a {
    color: #FFF;
}
.contact-img {
    background-image: url(../img/title/contact.jpg);
    object-fit: cover;
}
.contact-item dl {
    display: flex;
    margin-bottom: 10px;
}
.contact-item .sns-link {
    width: 30px;
    height: 30px;
}
.contact-item-frame {
    padding: 50px 100px;
}
.contact-item dt {
    width: 30%;
}
.contact-item dd {
    width: 70%;
    text-align: left;
}
.contact-item .map {
    width: 100%;
    object-fit: cover;
}

/*  会社概要　*/
.campany .sec-title a {
    color: #FFF;
}
.campany-img {
    background-image: url(../img/title/company.jpg);
}
.campany h3 {
    text-align: center;
} 
.company-item {
    width: 100%;
}

/* フッター　*/
.footer {
    height: 70px;
    width: 100%;
    top: 0;
    text-align: center;
    justify-content: space-between;
}
/* タブレットのレスポンシブ　*/
@media screen and (max-width: 768px) {

    /* 全体　*/
    .site-logo__img {
        height: 30px;
    }
    .sec-title {
        font-size: 1.625rem; /* 26px */
        position: absolute;
        top: 30%;
    }
    .fixed-bg {
        height: 80px;
    }
    .item-title {
        border-bottom: none;
        display: inline-block;
        background-color: #d6b838;
        color:#FFF;
        padding: 5px 20px;
        font-size: 1.0rem;
        margin-bottom: 40px;
    }
    .sav-title {
        font-size: 1.25rem;
    }
    /* ヘッダー ルクルートサイトを同じ　*/
    .header-nav {
        z-index: 1;
        position: fixed;
        top: 60px;
        right: 0;
        width: 100%;
        height: 100vh;
        display: block;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        transform: translateX(100%); /* Y軸ではなくX軸を使う */
        transition: opacity 0.3s ease-in-out, transform 0.6s ease-in-out; /* スライド速度を0.6秒に設定 */
    }
    .header-nav.is-open {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        transition: opacity 0.3s ease-in-out, transform 0.6s ease-in-out; /* 開閉両方に適用 */
    }
    .header-nav ul {
        flex-direction: column;
    }
    .header-nav li {
        text-align: center;
        padding: 10px;
        margin: 0 0 10px;
    }
    .header-nav ul li a {
        height: auto;
        color: #FFF;
    }
    /* 　詳細　　*/
    .about-container {
        flex-direction: column;
        text-align: center;
    }
    .about-block {
        width: 100%;
        margin: 10px 0 30px;        
    }
    .ttl-border {
        width: 40%;
    }
    /*  スタイル　*/
    .style-content ul {
        display: grid;
        grid-gap: 1em 1em;
        grid-template-columns: repeat(2,1fr);
    } 
    /* メンバー　*/
    .member-content ul {
        display: grid;
        grid-gap: 1em 1em;
        grid-template-columns: repeat(2,1fr);
    } 
    /* 予約　*/
    .reserve-savsec {
        flex-direction: column;
        height: auto;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .reserve-map {
        order: 1;
        width: 100%;
        margin-top: 15px;
    }
    .shop-map {
        width: 280px;
        height: 280px;
        object-fit: cover;
    }
    .reserve-about {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .reserve-about h2 {
        font-size: 1.5rem;
    }
     /* 問い合わせ　*/
    .contact {
        font-size: 0.875rem;
    }
    .contact-wrapper {
        padding-top: 60px;
    }
    .contact-item-frame {
        padding: 30px 30px;
    }
    .contact-item-frame dl {
        text-align: center;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .contact-item-frame dt {
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-item-frame dd {
        width: 100%;
        text-align: center;
    }
    .contact-item .map {
        height: 300px;
    }
}

@media screen and (max-width: 375px) {
       
    /*　スタイル　*/
    .style-content {
        padding: 90px 30px 150px 30px;
    }
    .sty-savsec {
        padding: 0 10px;
    }
    .style-content ul {
        flex-direction: column;
    }
    .style-content li {
        width: 100%;
        text-align: center;
    }
    /* メンバー　*/
    .member-content {
        padding: 90px 30px 150px 30px;
    }
    .member-savsec {
        padding: 0 10px;
    }
    .member-content ul {
        flex-direction: column;
    }
    .member-content li {
        width: 100%;
        text-align: center;
    }
    /* 問い合わせ　*/
    .contact {
        font-size: 1.0rem;
    }
    .contact-wrapper {
        padding-top: 60px;
    }
    .contact-item-frame {
        padding: 30px 30px;
    }
    .contact-item-frame dl {
        text-align: center;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .contact-item-frame dt {
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-item-frame dd {
        width: 100%;
        text-align: center;
    }
    .contact-item .map {
        height: 300px;
    }
}
