@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  /*border: 1px solid #000;*/
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
    max-height: 99999em;
    word-break: break-word;
    /*font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', sans-serif;*/
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    color: #484848;
    background: #F5F0DE;
    font-size: 16px;
}

@media (min-width: 767px) {
    .sp {
	    display: none;
	}
}
@media (max-width: 768px) {
    .pc {
	    display: none;
	}
}

.cronos {
    font-family: cronos-pro-display, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.cronos_sub {
    font-family: cronos-pro-subhead, sans-serif;
    font-weight: 400;
    font-style: italic;
}


.header {
    position: relative;
    background: url(./image/fv.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.header h1 {
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 1;
}

.header .catch {
    position: absolute;
    left: 50px;
    top: calc((100% - 428px) / 2);
}

.header .mill {
    position: fixed;
    bottom: 0;
    left: 30px;
    z-index: 1;
	line-height: 1;
}

.header p {
    font-size: 1.1em;
    opacity: 0.9;
}

.container {
    max-width: 980px;
    margin: 0 auto;
}

.section {
    background: white;
    margin: 40px 0;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.section-title {
    font-family: cronos-pro-display, sans-serif;
    color: #523E23;
    font-weight: 400;
    line-height: 1;
    font-size: 62px;
    margin-bottom: 30px;
}

.section-concept {
    position: relative;
    margin-bottom: 100px;
    padding-top: 150px;
}
.section-concept:after {
    content:'';
	background: url("./image/ico_concept.png")no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
    width: 170px;
    height: 167px;
    right: 30px;
    top: 0;
}
.section-concept .flex {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-concept h2 {
    width: 250px;
}
.section-concept .txt {
    width: 700px;
}
.section-concept .concept-text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
}

.section-menu {
    background: url(./image/bg_menu.png) repeat-y;
    margin-bottom: 100px;
    background-size: 100%;
    position: relative;
    margin: 250px auto;
	width: 1280px;
}
.section-menu::before {
    content:'';
	background: url("./image/bg_menu_before.png")no-repeat;
    background-size: 100%;
    background-position: top;
	position: absolute;
	display: block;
	width: 100%;
	height: 150px;

    top: -150px;
}
.section-menu::after {
    content: '';
    background: url(./image/bg_menu_after.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    display: block;
    width: 100%;
    height: 150px;
    bottom: -150px;
}
.section-menu .section-title {
    text-align: center;
    margin-bottom: 30px;
	font-size: 52px;
}
.section-menu .notice {
    background: #FDEDDF;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
}
.section-menu .hours-card { 
    margin: 50px 0 20px;
    text-align: center;
	line-height: 1;
}
.section-menu .hours-card h3 {
    color: #523E23;
	font-weight: 400;
    font-size: 30px;
    margin-bottom: 5px;
}
.section-menu .hours-card p {
    color: #918C83;
    font-size: 14px;
}
.section-menu .menu-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    align-items: flex-start;
}
.section-menu .menu-item {
    color: #6E6E6E;
	line-height: 1;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
	margin-bottom: 40px;
}
.section-menu .menu-item:nth-child(3n) {
	margin-right: 0;
}
.section-menu .menu-item h4 {
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.6;
    font-weight: 500;
}
.section-menu .menu-item p {
    font-size: 14px;
    margin-top: 5px;
}
.section-menu .price {
    text-align: right;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
}
.section-menu .price span {
    font-size: 14px;
}

.section-menu .wine-note {
    margin-bottom: 50px;
}
.section-menu .wine-note h4 {
    color: #523E23;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 35px;
}
.section-menu .wine-note .txt {
    border-top: 1px dotted #523E23;
    border-bottom: 1px dotted #523E23;
	text-align: center;
    padding: 30px 20px;
}
.section-menu .wine-note .txt p {
    font-size: 15px;
}
.section-menu .wine-note .txt p.drink {
    font-size: 18px;
    margin-bottom: 20px;
}
.section-menu .andmore {
    color: #523E23;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 35px;
}

.section-shop {
    margin-bottom: 150px;
}
.section-shop .section-title {
    margin-bottom: 30px;
	font-size: 52px;
}
.section-shop .flex {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.section-shop .flex img {
    width: 50%;
	height: auto;
}
.section-shop .flex .txt {
    width: 30%;
	margin-left: 5%;
}
.section-shop .shop-info {
    border-top: 1px dotted #523E23;
    padding: 40px;
    margin: 30px 0;
    font-size: 15px;
}
.section-shop .shop-info tr {
    border-bottom: none;
}
.section-shop .shop-info th {
    border-bottom: 1px dotted #523E23;
	padding: 15px 10px;
}
.section-shop .shop-info td {
    border-bottom: 1px dotted #523E23;
	padding: 15px 10px;
}

.section-gallery {
    margin-bottom: 150px;
}

.section-gallery .flex {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-gallery .flex img {
    width: calc((100% - 15px)/4);
	height: auto;
	margin-bottom: 5px;
}

.section-reservation {
    position: relative;
    background: url(./image/bg_cta.png) no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 800px;
    padding-top: 250px;
}
.section-reservation .section-title {
    text-align: center;
    margin-bottom: 50px;
	font-size: 52px;
}
.section-reservation p {
    text-align: center;
    margin-bottom: 50px;
	font-size: 16px;
}
.section-reservation .flex {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section-reservation .flex div {
    margin: 0 15px;
}

.footer {
    background: #655949;
    color: white;
    text-align: center;
    padding: 50px 30px 25px;
}
.footer small {
    font-size: 10px;
}
.footer .f_logo {
    display: block;
    margin: 0 auto 30px;
}
.footer .flex {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.footer .flex a {
    width: 25px;
	margin: 0 8px;
}
.cta {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

@media (max-width: 768px) {
    .header {
        background: url(./image/sp/fv.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .header h1 {
    	top: 15px;
        left: 15px;
        margin: 0;
    }
    .header .catch {
        left: 20px;
        top: unset;
        bottom: 10px;
    }
    .header .catch img {
        width: 150px;
        height: auto;
    }
    .header .mill {
        display: none;
    }

    .container {
        max-width: 90%;
        margin: 0 5%;
    }

    .section-title {
        font-size: 38px;
    }

    .section-concept {
        margin-bottom: 50px;
        padding-top: 100px;
    }
    .section-concept:after {
        width: 125px;
        height: 130px;
        right: 15px;
    }
    .section-concept .concept-text {
        font-size: 14px;
    }

    .section-menu {
        width: 100%;
        margin: 80px auto 160px;
        padding-top: 15px;
    }
    .section-menu::before {
        height: 45px;
        top: -45px;
    }
    .section-menu::after {
        height: 45px;
        bottom: -45px;
    }
    .section-menu .section-title {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .section-menu .notice {
        padding: 15px 20px;
        margin: 0 0 20px;
        font-size: 13px;
    }
    .section-menu .hours-card {
        margin: 30px 0 20px;
    }
    .section-menu .hours-card h3 {
        font-size: 25px;
    }
    .section-menu .menu-grid {
        display: block;
    }
    .section-menu .menu-item {
        width: 86%;
        margin: 0 auto 40px;
    }
    .section-menu .menu-item:nth-child(3n) {
        margin-right: auto;
    }
    .section-menu .menu-item img {
        width: 100%;
        height: auto;
    }
    .section-menu .menu-item h4 {
        font-size: 16px;
    }
    .section-menu .price {
        font-size: 16px;
    }
    .section-menu .wine-note {
        margin: 50px auto 20px;
        width: 86%;
    }
    .section-menu .wine-note h4 {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .section-menu .wine-note .txt {
        text-align: left;
        padding: 20px 10px;
    }
    .section-menu .wine-note .txt p {
        font-size: 13px;
    }
    .section-menu .wine-note .txt p.drink {
        font-size: 15px;
    }
    .section-menu .andmore {
        font-size: 25px;
    }
    
    .section-shop .flex {
        display: block;
    }
    .section-shop .flex img {
        width: 95%;
        height: auto;
        margin-bottom: 30px;
    }
    .section-shop .flex .txt {
        width: 90%;
        margin: 0 auto;
    }
    .section-shop .section-title {
        margin-bottom: 20px;
        font-size: 38px;
    }
    .section-shop .shop-info {
        font-size: 14px;
        margin: 0 0 30px;
    }
    .section-shop {
        margin-bottom: 80px;
    }
    
    .section-gallery {
        margin-bottom: 20px;
    }
    .section-gallery .flex img {
        width: calc((100% - 4px) / 2);
        margin-bottom: 4px;
    }
    
    .section-reservation {
        height: 840px;
        padding-top: 90px;
        background: url(./image/sp/bg_cta.png) no-repeat;
        background-size: cover;
        background-position: top;
    }
    .section-reservation .section-title {
        margin-bottom: 30px;
        font-size: 40px;
    }
    .section-reservation p {
        text-align: left;
        margin-bottom: 35px;
        font-size: 14px;
    }
    .section-reservation .flex {
        display: block;
    }
    .section-reservation .flex div {
        margin: 0 15px 20px;
    }
    .section-reservation .flex div img {
        width: 100%;
        height: auto;
    }
    .cta {
        right: 10px;
        bottom: 0px;
    }
    .cta img {
        width: 80px;
        height: auto;
    }
    
    .footer .f_logo {
        margin: 0 auto 30px;
        width: 150px;
    }
    .footer .f_logo img {
        width: 100%;
        height: auto;
    }
}