@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Shippori Mincho", serif;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
}

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

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

.logo {
    width: 250px;
    margin: 0 auto;
    padding: 35px 0;
}

.burger-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.toggle {
    display: none;
}

.small-menu {
    display: none;
}

.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;
}


.menu {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 15px;
}

.menu_nav_box {
    text-align: center;
    margin: 15px;
    transition: 0.2s;
}

.menu_nav_box:hover {
    transform: scale(1.1);
}

.menu_eg {
    font-size: 1rem;
    color: #202124;
}

.sub-jp {
    font-size: 0.6rem;
    margin-top: 0.7rem;
}


.main_title {
    font-size: 1.6rem;
    text-align: center;
    padding: 30px 0;
    color: #756e6b;
    line-height: 2.2rem;
}


.title_eg {
    font-family: "Baskervville", serif;
    font-size: 1.4rem;
    letter-spacing: 3px;
    margin-top: 70px;
    text-align: center;
}

.title_jp {
    font-family: "Shippori Mincho", serif;
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 50px;
    text-align: center;
}

.res_contents_box {
    width: 100%;
    margin: auto;
    text-align: center;
}

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

li {
    display: flex;
    padding: 10px;
}

.day, .text {
    font-family: sans-serif;
    margin: 5px;
}

.label {
    background-color: #87203E;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 10px;
    font-size: 0.7rem;
}

.contents_box {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.img {
    width: 450px;
}

.article {
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    width: 600px;
    line-height: 1.8rem;
    padding-left: 40px;
}


.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;
}


.arrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #202124;
    border-right: 1px solid #202124;
    transform: rotate(45deg);
    margin-left: 5px;
}


.accees_area {
    background-color: #87203E;
    color: white;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.ac_title_eg {
    font-family: "Baskervville", serif;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 25px;
}

.ac_title_jp {
    font-size: 0.8rem;
    text-align: center;
    padding-bottom: 20px;
}

.map {
    padding: 25px;
}

.address {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.15rem;
}

.accees_area p{
    padding: 15px;
}

.accesspage_to_leavanir{
    margin-top: 25px;
}

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

.room_box {
    width: 80%;
    margin: 80px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.visual {
    width: 50%;
}

.visual img {
    width: 100%;
    height: auto;
    display: block;
}

.private_room_intro {
    width: 50%;
    font-size: 1rem;
    line-height: 1.9;
}

.room_name_jp {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.room_text {
    margin-bottom: 15px;
}

.room_number {
    font-weight: bold;
}


footer {
    text-align: center;
    margin-top: 10px;
}

.footer_logo_eg {
    width: 150px;
    margin: auto;
}

.copy_right {
    font-size: 0.6rem;
    color: #a9a9a9;
    text-align: center;
}
.footer_add{
    margin: 8px;
}

.tel_btn {
    display: inline-block;
    border: 1px solid #3d3d3d;
    color: #3d3d3d;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;

    font-size: 0.95rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
}

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


.tel-number{
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
}

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

.center_logo_area img {
    max-width: 250px;
    margin: auto;
    display: block;
}
.h2_jp{
    text-align: center;
    padding-top: 15px;
}

.to_leavanir{
    padding-top: 25px;
}

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

/* ========= CONCEPT PAGE ========= */
.concept_top_img img {
    width: 80%;
    display: block;
    margin: 30px auto;
}

/* 説明文（記事） */
.concept_introduce {
    width: 70%;
    margin: auto;
    font-size: 0.95rem;
    line-height: 1.9rem;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #202124;
}

/* セクション見出し */
.menu_category_jp_titile {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 60px;
    letter-spacing: 0.15em;
    color: #564C46;
}
.menu_category_eg_titile {
    font-family: "Baskervville", serif;
    font-size: 0.9rem;
    margin-left: 8px;
    color: #564C46;
}

/* シェフ紹介ブロック */
.chef_main_box {
    width: 75%;
    display: flex;
    justify-content: center;
    margin: 50px auto 70px auto;
}

/* シェフ画像 */
.chefs_img img {
    width: 260px;
    border-radius: 4px;
    display: block;
    margin: auto;
}


.chefs_introduce {
    width: 55%;
    font-size: 0.9rem;
    line-height: 1.8rem;
    margin-left: 35px;
    text-align: left;
    color: #202124;
}


.chefs_title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #564C46;
}
.chefs_name {
    display: block;
    margin-top: 15px;
    font-size:1.2rem;
    font-family: "Baskervville", serif;
    color: #5A3A2A;
}

.cp_hr {
    width: 50%;
    margin: 60px auto;
    border-top: 1px solid #c5b9a6;
    position: relative;
}
.cp_hr::after {
    content: "＊ ＊ ＊";
    font-size: 10px;
    letter-spacing: 4px;
    color: #c5b9a6;
    background: #fff;
    padding: 0 6px;
    position: relative;
    top: -8px;
}


.news_box {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.news_img {
    width: 420px;
    border-radius: 6px;
    overflow: hidden;
}

.news_img img {
    width: 100%;
    height: auto;
    display: block;
}

.news_article_area {
    width: 500px;
    font-size: 0.95rem;
    line-height: 1.9rem;
    letter-spacing: 0.04rem;
    text-align: left;
}

.news_semi_title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 12px 0;
    color: #202124;
}

.day {
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-family: sans-serif;
}

.label {
    display: inline-block;
    background-color: #87203E;
    color: #fff;
    border-radius: 3px;
    padding: 3px 7px;
    font-size: 0.7rem;
    margin-right: 10px;
}

.text {
    font-size: 0.9rem;
    line-height: 1.7rem;
    margin-top: 8px;
}

.news_pdf {
    display: inline-block;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #202124;
}

.menu_article {
    font-size: 1rem;
    text-align: center;
    line-height: 1.8rem;
    padding: 25px 20px;
}


.opentime_box {
    width: 70%;
    margin: 60px auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    font-family: 'Baskervville', 'Shippori Mincho', serif;
}

.lunch_time, .dinner_time {
    width: 50%;
    text-align: center;
    padding: 10px 0;
}

.time_border {
    width: 38%;
    margin: 0 auto 6px;
    border: none;
    border-top: 1px solid #d6c8b4;
}

.lunch_time hr:last-child,
.dinner_time hr:last-child {
    margin-top: 6px;
}

.lunch_time p, .dinner_time p {
    margin: 4px 0;
}

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

.lo_time {
    font-size: 0.9rem;
    color: #6e6e6e;
}
.lunch_time, .dinner_time {
    background: #fff;
    border-radius: 6px;
    padding: 25px 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}


.menu_main_box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

.menu_img {
    width: 400px;
}

.menu_intro_box {
    width: 450px;
    padding-left: 40px;
}

.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_ex_menu_introduce{
    font-size: 0.8rem;
    line-height: 1.5rem;
}
/* PCだけドリンクメニュー中央寄せ */
.pc-drink {
    width: 100%;
    text-align: center;
    margin: 60px auto 40px;
}

.pc-drink #drink_menu {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid #c8b28e;
    padding-bottom: 8px;
}

.pc-drink .course_introduce {
    text-align: center;
    margin-top: 15px;
    line-height: 1.8;
}


.menu_price_box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px auto 60px;
}

.price {
    width: 28%;
    text-align: center;
    border-right: 1px solid #c5b9a6;
    padding: 10px 20px;
}

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

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

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

.tax {
    font-size: 0.7rem;
}

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

/* Drink 下部ボックス */
.drink_main_box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px auto;
}

.drink_course_standard {
    width: 28%;
    margin: 0 20px;
    text-align: center;
}


.drink_sub_box {
    width: 100%;
    background: #c8a446;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    color: #fff;
}

.drink_sub_img img {
    width: 300px;
    height: auto;
    display: block;
}

.drink_sub_area {
    max-width: 520px;
    text-align: left;
    line-height: 2;
    font-size: 1rem;
}

.drink_sub_box_title {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.drink_sub_box_introduce {
    font-size: 0.95rem;
}

.ex_plan {
    width: 85%;
    margin: 60px auto 80px;
    padding: 40px 0 50px;
    border-top: none;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #fff;
}

.situation_box {
    width: 23%;
    background: #fff;
    padding: 25px 20px 30px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    position: relative;
    transition: 0.3s ease;
}

.situation_box:hover {
    transform: translateY(-4px);
}

.situation_title_eg {
    font-size: 0.9rem;
    color: #6f665d;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 3px;

    border-bottom: 1px solid #c7b8a2;
    display: inline-block;
    padding-bottom: 2px;
}

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

.situation_text {
    font-size: 0.9rem;
    color: #3d3d3d;
    line-height: 1.7rem;
    letter-spacing: 0.06em;
}


.barrier_free {
    width: fit-content;
    margin: 25px auto 50px;
    font-size: 0.95rem;
    letter-spacing: 1px;
    color: #6a5d4d; 
    position: relative;
    padding: 10px 25px;
}

.barrier_free::before,
.barrier_free::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 1px;
    background-color: #b1a283; 
}

.barrier_free::before {
    left: -90px;
}

.barrier_free::after {
    right: -90px;
}


.reservation_box {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.reservation_tel {
    font-size: 1.8rem;
    letter-spacing: 3px;
}

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

.reservation_time {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-top: 5px;
}


.reservation_policy {
    width: 80%;
    margin: auto;
    font-size: 0.9rem;
    line-height: 2rem;
    text-align: center;
    color: #333;
    margin-bottom: 15px;
}


.privacy_policy {
    width: 80%;
    margin: 40px auto 80px;
    font-size: 0.95rem;
    line-height: 1.9rem;
    letter-spacing: 0.04em;
    color: #202124;
    text-align: left;
}

.privacy_policy a {
    color: #202124;
    text-decoration: underline;
}

.pp_subtitle {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 35px 0 15px;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.06em;
}

.header-gradient {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(180,150,130,0.4), transparent);
    margin: 0;
    padding: 0;
    line-height: 0;
}
.fixed_tel_banner {
    display: none;
}
