﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);

body {
    background-color: #f7f3eb;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
}




header,
nav,
#breadcrumb,
#contents,
footer {
    margin: 0 auto 0 auto;
    width: 840px;
}

header h1 {
    margin: 0 0 26px;
    padding-top: 28px;
    text-align: center;
}

nav ul {
    overflow: hidden;
    margin: 0 0 20px 0;
    padding-left: 0;
    list-style-type: none;
}

nav ul li {
    float: left;
    width: 210px;
}

nav ul li a {
    overflow: hidden;
    display: block;
    padding-top: 44px;
    height: 0;
}

nav ul li#nav_concept a {
    background-image: url(../images/nav1.png);
}

nav ul li#nav_plan a {
    background-image: url(../images/nav2.png);
}

nav ul li#nav_fair a {
    background-image: url(../images/nav3.png);
}

nav ul li#nav_contact a {
    background-image: url(../images/nav4.png);
}

#contents {
    overflow: hidden;
}

#main {
    float: left;
    width: 570px;
}

#sub {
    float: right;
    width: 230px;
}

footer {
    padding-top: 70px;
}

#main h1 {
    margin: 0 0 30px;
    padding: 35px 0 35px 80px;
    font-size: 156.25%;
    background-image: url(../images/bg_h1_head.png), url(../images/bg_h1_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
}

#concept #nav_concept a,
#plan #nav_plan a,
#fair #nav_fair a,
#contact #nav_contact a,
nav ul li a:hover {
    background-position: 0 -45px;
}

.bnr_inner a p img:hover {
    opacity: 0.8;
}

.now img {
    padding: 6px;
    background: #eee8cc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
#news ul {
    list-style-type: none;
    padding-left: 0;
}

#news ul li {
    padding: 20px 0 20px 175px;
    border-bottom: 1px dotted #6c5f45;
    color: #342300;
    text-indent: -175px;
}

#news ul li time {
    display: inline-block;
    width: 175px;
    font-weight: bold;
    color: #6c5f45;
    text-indent: 0;
}

/* トップページ ここまで↑ */

/* 「お店のコンセプト」ページ ここから↓ */
.concept_box {
    overflow: hidden;
    margin-bottom: 30px;
}

.image_right {
    float: right;
    margin-left: 25px;
}

.image_left {
    float: left;
    margin-right: 25px;
}

/*クラス名concept_boxの兄弟要素のうち最後の要素、かつその要素がクラス名concept_boxであった場合にマッチ*/
/*pタグの兄弟要素のうち最後の要素、かつその要素がpタグであった場合にマッチ*/
.concept_box:last-child,
.concept_box p:last-child {
    margin-bottom: 0;
}



/* 「お店のコンセプト」ページ ここまで↑ */

/* 「メニューのご案内」ページ ここから↓ */
table {
    border-collapse: collapse;
}





table tr th:first-child {
    width: 70px;
}

table tbody th,
table tbody td {
    vertical-align: top;
}

table thead tr th {
    background-color: #eee8cc;
}

table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

table tbody tr:nth-child(even) {
    background-color: #f4f2f0;
}


table th,
table td {
    border: 1px solid #333333;
    border-collapse: collapse;
    padding: 8px 12px;
}

.sub-item {
    padding-left: 20px;
}

figure {
    margin: 0;
}
.menu-photo1 img {
    margin-top: 120px;
}
.menu-photo img {
    margin-top: 15px;
}

/* 「メニューのご案内」ページ ここまで↑ */

/* 「ギャラリー」ページ ここから↓ */
.gallery_box {
    overflow: hidden;
}

.gallery_box figure {
    margin: 0 0 15px 15px;
    width: 250px;
    float: left;
}

.gallery_box figure:first-child {
    margin-left: 15px;
}

.gallery_box:first-of-type {
    margin-top: 30px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    /* 複数行に折り返す */
    gap: 10px;
}

.gallery_box figure img {
    width: 100%;
    max-width: 200px;
    display: block;
    object-fit: cover;
    /* 写真が枠にフィットする */
    border-radius: 5px;
    /* optional: 角丸 */
    padding: 6px;
    background: #eee8cc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* 「ギャラリー」ページ ここまで↑ */

/* 「アクセス」ページ ここから↓ */



/* 「アクセス」ページ ここまで↑ */