@charset "UTF-8";


html,
body,
section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    color: #202124;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

a {
    text-decoration: none;
    color: #202124;
}

.burger-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-left: 15px;
    margin-bottom: 35px;
}

.logo {
    width: 50%;
}


.toggle img {
    width: 40px !important;
    height: auto;
    display: block;
}


.small-menu.is-active {
    display: flex;
    justify-content: flex-start;
}

.small-menu ul {
    width: 100%;
    padding: 0;
    margin-top: 80px;
}

.small-menu ul li {
    padding: 14px 0;
}

.small-menu img.toggle-close {
    width: 9%;
    margin: 10px 30px 40px auto;
}

.menu {
    display: none !important;
}


.main_title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 10px 15px;
}

h1 .main_title {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.title_eg {
    font-size: 1.2rem;
    font-family: "Baskervville", serif;
    margin-top: 25px;
}

.title_jp {
    font-size: 0.6rem;
    letter-spacing: 0.3em;
    margin-top: 5px;
    padding-bottom: 10px;
}


.res_contents_box {
    width: 100%;
}

.contents_box {
    margin: 25px auto;
}

.contents_box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}


.menu_category_jp_titile {
    font-size: 1.7rem;
    margin-top: 35px;
}

.menu_category_eg_titile,
.dring_eg {
    font-size: 1rem;
    margin-top: 35px;
    margin-left: 10px;
}


.button {
    width: 70%;
    margin: 25px auto;
    padding: 12px 0;
    font-size: 0.9rem;
    font-family: "Shippori Mincho", serif;
    background: linear-gradient(135deg, #EAD9C5, #D2BA9C);
    color: #5A3A2A;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    transition: 0.25s ease;
}

.button:hover {
    transform: translateY(2px);
    box-shadow: none;
}


ul {
    list-style: none;
    margin: auto;
    padding: 0;
}

li {
    display: flex;
    justify-content: center;
    padding: 6px;
}

.day {
    font-size: 0.8rem;
}

.label {
    display: none;
}

.text {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}


.accees_area {
    background-color: #87203E;
    color: white;
    padding-bottom: 10px;
    padding-top: 20px;
}

.address {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    margin: 15px 0;
    padding: 0 15px;
}

.map iframe {
    width: 85%;
    margin: auto;
    border: none;
}

.accees_area p {
    padding: 15px;
}

.accesspage_to_leavanir {
    margin: 15px 25px;
}

.accesspage_to_leavanir p {
    margin-bottom: 15px;
}


.room_box {
    width: 90%;
    margin: 60px auto;
    display: block;
    text-align: center;
}

.visual {
    width: 100%;
    overflow: hidden;
}

.private_room_intro {
    width: 100%;
    margin: 25px auto;
    text-align: left;
    padding: 0 20px;
}

.room_text {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 15px;

}

.room_number {
    margin-top: 15px;
}


.concept_introduce,
.chefs_introduce,
.drink_sub_box_introduce {
    width: 80%;
    margin: 25px auto;
    font-size: 0.9rem;
    line-height: 1.6rem;
}


.footer_logo_eg {
    width: 40%;
    margin: 20px auto;
}

.footer_add {
    font-size: 0.7rem;
    line-height: 1.4rem;
}

.sns-logo img {
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.copy_right {
    font-size: 0.6rem;
    color: #a9a9a9;
    margin-top: 10px;
}

.tel_btn {
    display: block;
    width: 90%;
    margin: 10px auto;
    border: 1px solid #3d3d3d;
    color: #3d3d3d;
    padding: 14px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.06rem;
    font-weight: 500;
    text-align: center;
    transition: 0.3s;
    line-height: 1.5rem;
}

.tel_btn:hover {
    background-color: #7d0024;
    color: #fff;
}

.tel-number {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
}


.small-text {
    font-size: 0.75rem;
    opacity: 0.9;
}

.center_logo_area img {
    max-width: 200px;
    display: block;
    margin: auto;
}

.toggle {
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: 30px;
}

/* ====== ハンバーガーメニュー（上品・高級バージョン） ====== */
.small-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding-top: 80px;
}

.small-menu .toggle-close {
    width: 34px;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
}

.small-menu ul {
    padding: 0;
    margin-top: 40px;
}

.small-menu ul li {
    list-style: none;
    padding: 15px 0;
}

.small-menu ul li a {
    font-size: 1.15rem;
    color: #3b3b3b;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.06em;
    position: relative;
    text-decoration: none;
    padding: 6px 0;
    display: inline-block;
}


.small-menu ul li a::after {
    content: "";
    width: 0%;
    height: 1px;
    background: #3b3b3b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.35s ease;
}

.small-menu ul li a:hover::after {
    width: 60%;
}

.small-menu .toggle-close {
    width: 34px;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
    opacity: 0.9;
    z-index: 1001;
    transition: 0.2s;
}

.small-menu .toggle-close:hover {
    opacity: 1;
    transform: scale(1.05);
}

.center_logo_area {
    margin-top: 35px;
}

.h2_jp {
    margin-top: 15px;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}

.border {
    width: 80%;
    margin: 45px auto;
    border-top: 1px solid #c5b9a6;
    text-align: center;
    position: relative;
}

.border::after {
    content: "• • •";
    font-size: 10px;
    letter-spacing: 4px;
    color: #c5b9a6;
    background: #fff;
    padding: 0 6px;
    position: relative;
    top: -8px;
}


.concept_top_img img {
    width: 90%;
}

.chef_main_box {
    width: 90%;
    display: block;
    text-align: center;
    margin: 45px auto;
}

.chefs_img img {
    width: 45%;
}

.chefs_introduce {
    width: 90%;
    margin: 25px auto;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.7rem;
}

.chefs_title {
    font-size: 1.4rem;
}

.chefs_name {
    display: block;
    font-size: 1.1rem;
    margin-top: 25px;
}

.article {
    margin: 20px 20px;
    line-height: 1.8rem;
}

.news_box .news_img {
    width: 65%;
}

.news_text {
    font-size: 0.9rem;
    margin: 25px;
    line-height: 1.5rem;
}

.news_semi_title {
    font-size: 1.2rem;
    margin-top: 15px;
}

.news_area {
    margin-top: 15px;
}


.menu_article {
    width: 90%;
    margin: 20px auto;
    font-size: 0.9rem;
    line-height: 1.7rem;
    text-align: center;
}

.opentime_box {
    width: 90%;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.lunch_time,
.dinner_time {
    width: 100%;
    text-align: center;
}

.time_border {
    display: block;
    width: 60%;
    margin: 0 auto 8px;
    border: none;
    border-top: 1px solid #d6c8b4;
}

.opentime {
    font-size: 1.05rem;
    font-weight: 500;
}

.lo_time {
    font-size: 0.9rem;
    color: #6e6e6e;
}


.menu_main_box {
    width: 95%;
    display: block;
    margin: 40px auto;
    text-align: center;
}

.menu_img img {
    width: 90%;
    margin: auto;
}

.menu_intro_box {
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
}


.menu_price_box {
    width: 80%;
    display: block;
    margin: 20px auto 40px;
}

.ex_menu_introduce {
    font-size: 0.8rem;
    line-height: 1.7rem;
    margin-top: 10px;
    letter-spacing: 0.05rem;
}

.price {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c5b9a6;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.price:last-child {
    border-bottom: none;
}

.ohitorisama {
    font-size: 1rem;
    margin-bottom: 10px;
    margin-right: 5px;
}

.tanka {
    font-size: 1.4rem;
    font-family: serif;
}

.tax {
    font-size: 0.7rem;
}

.course_name,
#drink_menu {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}


.course_introduce {
    font-size: 0.9rem;
    line-height: 1.8rem;
}

.to_drink_plan {
    margin-top: 15px;
    font-size: 0.85rem;
}

.drink_main_box {
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.drink_course_standard {
    background: #fff;
    border: 1px solid #e7dfd0;
    border-radius: 6px;
    padding: 22px 15px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}


.drink_course_title {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0 12px;
    position: relative;
}

.drink_course_title::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #c8b28e;
    display: block;
    margin: 8px auto 0;
}


.ohitorisama {
    margin-top: 8px;
    font-weight: 600;
}

.drink_ex_menu_introduce {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #4a4a4a;
}


.drink_sub_box {
    width: 90%;
    margin: 40px auto 80px;
    text-align: center;
}

.drink_sub_img img {
    width: 80%;
    max-width: 350px;
    display: block;
    margin: 0 auto 20px;
}


.drink_sub_box_title {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.drink_sub_box_title::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #c8b28e;
    display: block;
    margin: 8px auto 15px;
}

.drink_sub_box_introduce {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #4a4a4a;
}


.ex_plan {
    width: 90%;
    margin: 45px auto 60px;
    padding: 0;
    display: block;
}

.situation_box {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px 18px 25px;
    margin: 18px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.situation_box:hover {
    transform: none;
}


.situation_title_eg {
    font-size: 0.8rem;
    color: #6f665d;
    display: inline-block;
    border-bottom: 1px solid #c7b8a2;
    padding-bottom: 2px;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}


.situation_title {
    font-size: 1rem;
    margin: 12px 0 10px;
    font-weight: bold;
}


.situation_text {
    font-size: 0.85rem;
    line-height: 1.6rem;
    color: #3d3d3d;
    letter-spacing: 0.04em;
}


.barrier_free {
    font-size: 0.85rem;
    margin: 20px auto 40px;
    padding: 8px 20px;
}

.barrier_free::before,
.barrier_free::after {
    width: 50px;
}

.reservation_tel {
    font-size: 1.6rem;
    letter-spacing: 2px;
}

.reservation_policy {
    width: 90%;
    font-size: 0.85rem;
    line-height: 1.8rem;
    margin: auto;
    padding: 15px 10px;
}

.reservation_time {
    font-size: 0.8rem;
    margin: 10px 0;
}

.header-gradient {
    width: 80%;
    height: 1px;
    background: linear-gradient(to right,
            rgba(150, 130, 90, 0),
            rgba(150, 130, 90, 0.3),
            rgba(150, 130, 90, 0));
    margin: 0 auto 40px;
}


.privacy_policy {
    width: 80%;
    margin: 25px auto 65px;
    font-size: 0.85rem;
    line-height: 1.8rem;
    letter-spacing: 0.03em;
    text-align: left;
}

.pp_subtitle {
    font-size: 1rem;
    font-weight: bold;
    margin: 25px 0 12px;
    text-align: left;
}

.fixed_tel_banner {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9999;
}

.fixed_tel_banner .tel_btn {
    width: 85%;
    padding: 14px 10px;
    border-radius: 6px;
    background-color: #ffffffcc;
    border: 1px solid #3b3b3b;
    color: #3b3b3b;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.06rem;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.fixed_tel_banner .tel_btn:hover {
    background-color: #7d0024;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.footer_add .tel_btn {
    display: none;
}