/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

input {
  -webkit-border-radius: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

small {
  font-size: 75%;
  /* All browsers */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif; }

/* specify the text decoration of anchors */
a {
  text-decoration: none; }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent; }

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none; }

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/* remove delay from tapping on clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/*# sourceMappingURL=sanitize.css.map */
:root, html, body {
  background-color: #fbf7f3;
  color: #474747;
  width: 100%; }

* {
  box-sizing: border-box; }

li {
  list-style-type: none; }

a {
  color: #474747; }

a:hover {
  text-decoration: none;
  color: #878378; }

/* layout Document */
.l-column {
  flex: 0 1 1180px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px; }

.l-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto; }

.l-halfColumn {
  flex: 1 0 0px;
  max-width: 570px;
  margin-right: 40px; }
  .l-halfColumn:nth-child(even) {
    margin-right: 0; }

.l-quaterColumn {
  flex: 1 1 0px;
  max-width: 265px;
  margin-right: 40px; }
  .l-quaterColumn:nth-child(4n) {
    margin-right: 0; }

.l-halfTile {
  display: flex;
  flex: 1 1 50%;
  margin: 0;
  padding: 0; }

/* buttons Document */
.button {
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
  background: #252525;
  font-weight: normal;
  font-size: 14px;
  line-height: 1; }

/* labels Document */
.sectionLabel {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #474747;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1; }
  .sectionLabel::before, .sectionLabel::after {
    content: '';
    display: block;
    flex: 1 0 10%;
    height: 0;
    border-bottom: 1px solid #474747; }
  .sectionLabel::before {
    margin-right: 22px; }
  .sectionLabel::after {
    margin-left: 22px; }

/* header.scss */
.Header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 98px; }
  .Header__head {
    flex: 1 1 auto;
    text-align: center; }
  .Header__body {
    flex: 3 1 auto;
    font-size: 16px; }

.Footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto 0;
  padding: 20px 0;
  background-color: #252525;
  color: #878378; }
  .Footer__head {
    flex: 2 1 50%; }
  .Footer__haed, .Footer__body {
    padding-right: 20px; }
  .Footer__body, .Footer__foot {
    align-self: flex-start;
    flex: 1 1 25%; }
  .Footer a {
    color: #878378; }
    .Footer a::hover {
      color: #fff; }

/* menu.scss */
.Menu {
  display: flex;
  justify-content: space-around; }
  .Menu__item {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase; }
  .Menu--sub {
    flex-direction: column; }

/* Section Document */
.Section {
  margin-bottom: 40px; }
  .Section__item {
    margin-bottom: 40px; }
    .Section__item:last-child {
      margin-bottom: 0; }

/* entryPanel Document */
.EntryPanel {
  display: flex;
  align-items: center; }
  .EntryPanel__main {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    flex: 1 1 55%;
    flex-direction: column;
    padding: 20px 0; }
  .EntryPanel__sub {
    flex: 1 1 45%;
    margin-right: 20px; }
  .EntryPanel__thumb {
    width: 100%;
    height: auto; }
  .EntryPanel__head {
    font-weight: bold;
    font-size: 16px; }
  .EntryPanel__body {
    margin-top: 10px;
    font-size: 14px; }
  .EntryPanel__foot {
    margin-top: 10px;
    text-align: right; }

/* imgaeslide Document */
.ImageSlide {
  position: relative;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  overflow: hidden; }
  .ImageSlide__main {
    display: flex;
    flex-wrap: nowrap; }
  .ImageSlide__item {
    flex: 0 0 80%; }
  .ImageSlide__image {
    width: 100%;
    height: auto; }
  .ImageSlide__sub {
    position: relative;
    top: -40px;
    display: flex;
    justify-content: center; }
  .ImageSlide__dot {
    display: block;
    overflow: hidden;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #252525;
    border-radius: 10px;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer; }
    .ImageSlide__dot:last-child {
      margin-right: 0; }
    .ImageSlide__dot:hover {
      background: rgba(37, 37, 37, 0.7); }
    .ImageSlide__dot.isActive {
      background: #252525; }

.OverlayPanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10% 20%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }
  .OverlayPanel:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4); }
  .OverlayPanel__head {
    margin: 0 10%;
    padding: 24px 36px;
    border: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 24px; }
    .OverlayPanel:hover .OverlayPanel__head {
      background-color: rgba(255, 255, 255, 0.2); }
  .OverlayPanel__body {
    margin: 16px auto; }

.IconPanel {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer; }
  .IconPanel__head {
    padding: 20px;
    font-size: 18px;
    text-align: center; }
  .IconPanel__body {
    max-width: 100%;
    padding: 30px;
    line-height: 1.5; }

.NewsList {
  display: table;
  border-collapse: separate;
  border-spacing: 0 10px; }
  .NewsList__item {
    display: table-row; }
  .NewsList__head {
    display: table-cell;
    padding-right: 40px; }
  .NewsList__body {
    display: table-cell; }

.IndexPage__foodMenu, .IndexPage__drinkMenu {
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
.IndexPage__drinkMenu {
  background-image: url(../dist/images/top/menu_drink.jpg); }
.IndexPage__foodMenu {
  background-image: url(../dist/images/top/menu_food.jpg); }


/*　Googleカレンダー埋め込み  */

.g-calendar {
    text-align:center;
    }

.g-calendar iframe {
    width:100%;
    max-width:300px;
    height:300px;
    }

@media (min-width: 300px) {
    
.g-calendar iframe {
    height:300px;
    }
        }