* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    background-color: #fff;
    font-family: "Inria Sans", "Sawarabi Gothic", sans-serif;
}

.container {
    width: 100%;
    /* max-width: 1300px;
    margin: 0 auto; */
}

section .concept-words {
    margin: auto;
    max-width: 500px;
    margin-bottom: 50px;
}

.concept-words p {
    margin-top: 80px;
    margin-bottom: 50px;
}

.concept-words2 {
    margin-bottom: -80px;
}

.header-logo {
    /* margin-left: 10px; */
    margin: 0;
}


.gallery-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px 0 20px 40px; */
    padding: 20px 40px;
    width: 100%;

}

.header-logo img {
    max-width: 300px;
}

.header-right {
    /* display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    position: left; */
    display: flex;
    align-items: center;
    gap: 20px;

}

.sns {
    display: flex;
    gap: 10px;
}

.sns img {
    width: 40px;
    height: 40px;
}

/* 電話 */
.tel {
    display: flex;
    align-items: center;
    gap: 8px;

    text-decoration: none;
    color: #000;
    font-size: 24px;
}

.tel a {
    color: #000;
    text-decoration: none;
}

.tel img {
    width: 30px;
}

/* ボタン */
.reserve-btn {
    background: #0054a6;
    color: white;
    border: none;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.6s ease;

}

.reserve-btn.fixed {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;

}

.reserve-btn img {
    width: 24px;
    height: auto;
}

nav {
    background-color: #F4F0E9;

}

nav ul {
    display: flex;
    list-style: none;
    gap: 80px;
    justify-content: center;
    font-size: 16px;
    height: 45px;
    align-items: center;
}

nav a {
    text-decoration: none;
    color: #474747;
}

nav ul li a:hover {
    color: rgb(136, 136, 136);
}


section {
    background: #ffffff;
    text-align: center;
    padding: 80px 20px;

    list-style: none;
}

/* CONCEPT */
section h1 {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #e7d48a;
    letter-spacing: 5px;
    margin-bottom: 40px;
}

/* 左線 */
section h1::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 1px;
    background: #333;
    top: 50%;
    right: 100%;
    margin-right: 30px;
}

/* 右線 */
section h1::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 1px;
    background: #333;
    top: 50%;
    left: 100%;
    margin-left: 30px;
}

figure {
    width: 100%;
    text-align: center;
    /* height: 70vh; */
}

figure img {
    width: 100%;
    /* text-align: center; */
    height: auto;
    object-fit: cover;
    object-position: center 0%;
    /* transition: calc(0.9); */
}

.staff-img {
    display: flex;
    justify-content: center;
    gap: 10px;

}


/* キャッチコピー */
section h2 {
    font-size: 40px;
    color: #3d5566;
    font-weight: normal;
    margin-bottom: 50px;

}

.sub {
    font-weight: 700;
}

.gallery-menu {
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    justify-content: center;
    gap: 10px;
}



.gallery-inner h2 {
    text-align: left;
    margin-bottom: 0;
    margin-top: 50px;
}

/* 本文 */
section p {
    max-width: 1100px;
    margin: 0 auto;
    line-height: 2;
    font-size: 20px;
    text-align: left;
}

.menu-table {
    width: 600px;
    margin: 0 auto;
    border-collapse: collapse;
}


.menu-table td {
    padding: 20px 0;
    font-size: 24px;
    border-bottom: none;
}

/* 左側 */
.menu-table td:first-child {
    text-align: left;
}

/* 右側（金額） */
.menu-table td:last-child {
    text-align: right;
    width: 200px;
}

.menu-words {
    margin-top: 200px;
    background-color: #EBF0F5;
    padding: 20px;
}

.menu-words p {
    text-align: center;
}

.today-words {
    margin-top: 20px;
    background-color: #EBF0F5;
    padding: 30px;
}

.today-words p {
    margin: 40px auto;
}

.access-words {
    text-align: center;
    padding: 40px;
}

.store-img {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;

}



.tel2 {
    font-size: 45px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}



.tel2 a {
    color: #000;

}


footer {
    background: #dfe3e1;
    padding-top: 40px;
    text-align: center;
}



/* ロゴ */
.footer-logo {
    width: 260px;
    margin: 0 auto 40px;

}


/* 上段 */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;

    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;

    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}

/* 左側 */
.footer-left {
    margin-left: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

/* 右側 */
.footer-right {
    margin-right: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* addressの斜体解除 */
address {
    font-style: normal;
    line-height: 2;
}

/* 上段の文章 */
.footer-top p {
    line-height: 2;
    margin-top: 0px;
}

.footer-left p {
    margin-top: 30px;
}



/* 下段メニュー */
.footer-nav {
    list-style: none;
    display: grid;

    /* 4列 */
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
    max-width: 900px;
    margin: 60px auto;
    padding: 0;
}

/* 中央寄せ */
.footer-nav li {
    text-align: center;
}

/* リンク */
.footer-nav a {
    text-decoration: none;
    color: #474747;
    font-size: 20px;
}

.footer-nav li a:hover {
    color: rgb(136, 136, 136);
}

.youtube {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* △ */
.backtoTop {
    position: fixed;
    right: 2rem;
    bottom: 4rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    border: 1px solid #767676;
}

.backtoTop.show {
    opacity: 1;
    visibility: visible;
}

.backtoTop a {
    background-color: #f5eeee;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b0b0b0;
    text-decoration: none;
    font-size: 1.3rem;

}

.backtoTop a:hover {
    background-color: #c4c4c4;
}

/* コピーライト */
.copy {
    margin-top: 40px;
    font-size: 14px;
    background-color: #361b1b;
    color: #fff;
    height: 50px;
    padding-top: 15px;
}



.fade-up {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.6s ease, transform 1.2s ease;
}

/* /* .backtoTop.show {
    opacity: 1;
    visibility: visible;
} */

.fade-up.show {
    opacity: 1;
    transform: translate(0);
}