/* 全体 書式*/
html {
    scroll-behavior: smooth;
}

body,
#wrapper {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    vertical-align: top;
}

body {
    background-image: url("../images/bg.jpg");
    background-repeat: repeat;
    font-family: "Shippori Mincho", "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.3em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #47210d;
}

a {
    display: inline-block;
    pointer-events: all;
    transition: all 0.3s;
}

a:hover {
    opacity: 0.5;
    scale: 1.1;
}

.anchor {
    padding-top: 150px;
    margin-top: -150px;
}


/* 大橋 ヘッダー */
header {
    position: relative;
    z-index: 1;
    min-width: 1080px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    height: 155px;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.3em;
}

header.fixed {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: 80px;
}

header .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 155px;
    background: linear-gradient(180deg, #fef9f1, #fef9f1d9);
    transition: all 0.3s ease;
    z-index: 0;
}

header.fixed .bg {
    height: 80px;
}


/* ナビ */

header nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

header nav ul {
    display: flex;
    flex-direction: column;
    writing-mode: vertical-lr;
    transition: all 0.3s ease;
}

header.fixed nav ul {
    flex-direction: row;
    writing-mode: horizontal-tb;
}

header nav ul li {
    list-style: none;
}

header nav ul li a {
    display: block;
    height: 155px;
    width: 55px;
    line-height: 14px;
    padding: 1.5em;
    text-decoration: none;
    color: #402921;
    transition: all 0.3s ease;
}

header.fixed nav ul li a {
    height: 80px;
    width: 155px;
    line-height: 35px;
    text-align: center;
}

header ul li a.reservation {
    width: 70px;
    background: #da3516;
    color: #fefaf1;
    line-height: 30px;
}

header ul li a.question {
    width: 67px;
    color: #da3516;
    line-height: 30px;
    border-left: 0.5px solid #da3516;
    border-right: 0.5px solid #da3516;
}

header .logo-wrap {
    position: absolute;
    top: 50px;
    left: 20px;
    transition: all 0.3s ease;
    z-index: 10;
}

header.fixed .logo-wrap {
    top: 15px;
}

.logo-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.logo-link img {
    width: 250px;
    height: auto;
    transition: all 0.3s ease;
}

header.fixed .logo-link img {
    width: 200px;
}

/* TOP以外共通　メインビジュアル・h1 */
.menu-firstview {
    width: 100%;
    height: 248px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.menupage-title {
    position: absolute;
    inset: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    writing-mode: vertical-rl;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.8em 0.5em;
    font-family: "Shippori Mincho", "Noto Sans JP", serif;
    letter-spacing: 0.1em;
    font-size: 22px;
    line-height: 2;
    pointer-events: none;
    z-index: 1;
}

/* TOP以外共通　梅アイコン・h2 */
.ume_texth2 {
    line-height: 1.85;
    letter-spacing: 0.3em;
    padding-top: 50px;
}

.with-icon {
    position: relative;
    padding-top: 40px;
    margin-bottom: 0;
    text-align: center;
    font-size: 26px;
}

.with-icon::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0 0 auto;
    width: 50px;
    height: 32px;
    margin: auto;
    background-image: url("../images/icon_ume.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.with-icon+p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}


/* 共通部分　LINE予約ボタン */
.line-button-large,
.google-button-large,
.question-button-large {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #da3516;
    color: #fff1e4;
    font-size: 16px;
    width: 150px;
    height: 60px;
    text-align: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: scale(1);
    opacity: 1;
    padding: 0;
}

.button-posi {
    display: flex;
    justify-content: center;
    text-align: left;
}

.line-button-small {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #da3516;
    color: #fff1e4;
    font-size: 14px;
    width: 130px;
    height: 50px;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: scale(1);
    opacity: 1;
    padding: 0;
}

.line-reserve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* 共通部分 フッターボタン */
.google-button-large-sita {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #da3516;
    color: #fff1e4;
    font-size: 16px;
    width: 150px;
    height: 60px;
    margin: 10px 0 0 30px;
    text-align: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: scale(1);
    opacity: 1;
}

/* 共通部分　フッター */
/* マップ iframe */
#ft-mapimg {
    position: relative;
}

.footer {
    position: relative;
    color: #46200e;
    margin-top: 100px;
    letter-spacing: 0;
}

.ft-map-back {
    position: relative;
    width: 100%;
    height: 452px;
}

.ft-map-back iframe {
    position: relative;
    width: 100%;
    height: 452px;
    z-index: 1;
    /* 背面に配置 */
}

#ft-map {
    position: absolute;
    inset: 10px auto auto 10px;
    z-index: 2;
}

.ft-card-cover {}

.ft-card {
    background: #fff;
    padding: 25px;
    width: 285px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.yuubin-left {
    margin: 0 0 0 10px;
}

.tenpo-mei {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
}

.tel {
    margin: 0;
    text-align: center;
}

.tel a {
    text-decoration: none;
    color: #da3517;
    font-size: 23px;
    text-align: center;
    margin: 0px;
}

.mini {
    color: #da3517;
    text-align: center;
    margin: 0;
}

.jyusyo {
    text-align: center;
    margin: 0;
}

.footer-links {
    background-color: #A58F86;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.banner2 img,
.banner img {
    width: 35vw;
    margin: 10px;
}

.banner2 p,
.banner p {
    font-size: 16px;
    margin: 20px 0 50px 0;
}

.banner2 h3,
.banner h3 {
    font-size: 22px;
    margin: 30px 0 20px 0;
}

.banner2 {
    margin-left: 60px;
    padding-top: 20px;
}

.banner {
    margin-left: 0px;
    padding-top: 20px;
}

.footer-bottom {
    text-align: left;
    font-size: 16px;
    padding: 20px 40px;
}


.ft-kawalogo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 50px;
    flex-wrap: wrap;
}

.ft-info {
    max-width: 400px;
    margin-right: 70px;
}

.ft-info p {
    margin: 4px 0;

}

.ft-info img {
    margin-top: 15px;
    margin-left: 120px;
    max-width: 160px;
    height: auto;
}

.footer-bottom p {
    color: #da3516;
}

.footer-bottom a {
    text-decoration: none;
    color: #46200e;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0px 50px;
    flex-wrap: wrap;
    gap: 10px;
}

.social-logo {
    margin-right: 90px;
}

.social-logo a {
    padding-right: 30px;
}

.social-logo,
.ft-reserve {
    display: flex;
    align-items: center;
}

.social-logo img {
    width: 30px;
    height: auto;
    margin-top: 10px;
    object-fit: contain;
}

.ft-reserve img {
    margin-left: 10px;
    width: 150px;
    height: auto;
    margin-top: 10px;
    object-fit: contain;
}

.ling-text {
    font-weight: bold;
    display: flex;
    justify-content: center;
    /* 横中央 */
    align-items: center;
    /* 縦中央 */
    font-size: 14px;

}

.footer-copyright {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.footer-copyright {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    color: #666;
}

.footer,
.footer p,
.footer a {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.6;
}

.br-sp {
    display: none;
}

/* タブレット用（～1080px） */
@media (min-width: 667px) and (max-width: 1080px) {

    .banner2 {
        margin-left: 0;
    }

    .footer-bottom p {
        font-size: 13px;
    }

    .social-logo {
        margin-right: 0;
    }
}

/* スマホ①用（～667px） */
@media screen and (max-width: 667px) {
    .br-sp {
        display: block;
    }

    .footer {
        line-height: 0;
        letter-spacing: 0;
        color: #47210d;
        margin-top: 50px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .footer-links h3 {
        font-size: 18px;
        margin: 25px 0 25px 0;
    }

    .banner2 img,
    .banner img {
        margin: 0;
        width: 70vw;
    }

    .banner p,
    .banner2 p {
        margin: 10px;
        font-size: 13px;
    }

    .banner2 p {
        margin-bottom: 30px;
    }

    .banner,
    .banner2 {
        margin-left: 0;
        width: 90%;
        font-size: 10px;
    }

    .footer-bottom p {
        font-size: 13px;
    }

    .social-logo {
        margin-right: 0;
    }

    .ft-kawalogo {
        flex-direction: column;
        align-items: center;
    }

    .social-links {
        flex-direction: column;
        align-items: right;
        padding-right: 10px;
    }

    .ling-text p {
        padding: 20px;
        font-size: 5px;

    }


    .social-logo {
        margin-right: 0;
    }

    .footer-bottom p {
        font-size: 12px;
    }

    .ft-info {
        text-align: center;
        margin-right: 0;
    }

    .ft-info img {
        margin-left: 0;
    }
}


/* 共通部分　ハンバーガー */
.hamburger-menu {
    display: none;
}

/* スマホサイズ（1080px以下）: ハンバーガー表示、PCナビ非表示 */
@media screen and (max-width: 1080px) {
    .logo {
        display: none;
    }

    header {
        display: none !important;
    }

    .hamburger-menu {
        display: block !important;
        position: fixed;
        top: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(180deg, #fef9f1, #fef9f1d9);
        z-index: 999;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    header.access-header {
        display: none;
    }

    .access-top {
        margin-top: 60px;
    }

    .hamburger-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .hamburger-logo {
        height: 40px;
        width: auto;
    }

    #menu-toggle {
        all: unset;
        position: fixed;
        inset: 7px 7px auto auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 9px;
        padding: 10px;
        z-index: 999;
    }

    /* ハンバーガーのスパン共通 */
    #menu-toggle span {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #da3516;
        border-radius: 2px;
        transition: 0.3s;
        transform-origin: center;
    }

    /* メニュー開いてるときの状態（バツ印） */
    #menu-toggle.open span:nth-child(1) {
        transform: rotate(45deg) translate(9px, 8px);
    }

    #menu-toggle.open span:nth-child(2) {
        opacity: 0;
    }

    #menu-toggle.open span:nth-child(3) {
        transform: rotate(-45deg) translate(9px, -8px);
    }

    /* 初期状態（非表示） */
    .overlay {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 998;
        display: none;
    }

    /* メニュー開いたときに表示 */
    .overlay.open {
        display: block;
    }

    .mobile-nav {
        all: unset;
        text-align: center;
        flex-direction: column;
        display: none;
        align-items: center;
        background: none;
        /* 背景は overlay が持つ */
        padding: 30px 0;
        z-index: 999;
        position: fixed;
        top: 60px;
        width: 100%;
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .mobile-nav li a {
        display: flex;
        color: #fff;
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
        text-decoration: none;
        font-size: 20px;
        vertical-align: middle;
        text-align: center;
        padding: 20px;
        writing-mode: horizontal-tb;
    }

    .mobile-nav.open {
        display: flex;
    }

    .mobile-nav.open ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-nav.open li a {
        writing-mode: horizontal-tb;
        display: block;
    }

    /* ハンバーガ直下　TOP以外メインビジュアル */
    .menu-firstview {
        margin-top: 60px;
        width: 100%;
        height: 248px;
        background-size: cover;
        background-position: center;
        position: relative;
    }
}


/* レスポンシブ */
/* 大きめスマホ以下 */
@media screen and (max-width: 768px) {
    element.style {
        padding: 4px 8px;
        font-size: 12px;
        width: 120px;
        margin: 4px auto 0;
    }

    .with-icon {
        font-size: 20px;
        padding-top: 30px;
    }

    .with-icon::before {
        width: 40px;
        height: 25px;
    }
}