@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*theme_color*/
/*link_color*/
/*text_color*/
/*mediaquery*/
/*fontsize*/
/*flex*/
/*img*/
/* -------------------------------- 
Primary style
-------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  height: 100%; }

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 13px;
      font-size: 0.8125rem; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  transition: .2s; }
  a:hover {
    opacity: 0.7;
    color: #87691D; }

ul li {
  list-style: none; }

address {
  font-style: normal; }

img {
  max-width: 100%;
  vertical-align: bottom; }

/* -------------------------------- 
Layout
-------------------------------- */
/*br*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

/*block*/
@media screen and (max-width: 768px) {
  .pcblock {
    display: none; } }

.spblock {
  display: none; }
  @media screen and (max-width: 768px) {
    .spblock {
      display: block; } }

/*button*/
.btn {
  display: inline-block;
  color: #87691D;
  background-color: #FFFFFF;
  padding: .5em 1em;
  text-align: center;
  border: thin dotted #87691D; }
  .btn:hover {
    color: #fff;
    background-color: #87691D;
    opacity: 1; }

/*******************************
wp-pagenavi
*********************************/
.wp-pagenavi {
  margin: 20px 0;
  clear: both; }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #87691D;
    background-color: #FFFFFF;
    padding: 0.5em 1em !important;
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: thin dotted #87691D; }
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #87691D; }
  .wp-pagenavi span.current {
    color: #fff;
    background-color: #87691D; }

/*********************************
loading
*********************************/
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #87691D;
  z-index: 9999; }

.loading__animation {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 3000ms ease-out forwards infinite;
  animation: loadinganimation 3000ms ease-out forwards infinite; }

@keyframes loadinganimation {
  from, to {
    opacity: 0; }
  50% {
    opacity: .5; } }
/* -------------------------------- 
hamburgerメニュー
--------------------------------- */
#global-nav {
  width: 100%;
  position: relative; }
  #global-nav.sub_header .burger-btn {
    top: 20px; }
    @media screen and (max-width: 768px) {
      #global-nav.sub_header .burger-btn {
        top: 10px; } }
  #global-nav.m_fixed {
    position: fixed;
    top: 50px;
    z-index: 100; }
    #global-nav.m_fixed.sub_header {
      top: 0; }

.burger-btn {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 20px;
  z-index: 999999;
  background-color: #000;
  background: url("../img/menu_btn.svg") no-repeat center #000;
  background-size: 40px;
  border: 4px solid #fff; }
  @media screen and (max-width: 768px) {
    .burger-btn {
      width: 60px;
      height: 60px;
      border-radius: 30px;
      top: -30px;
      left: 10px;
      background-size: 30px;
      border: 2px solid #fff; } }
  .burger-btn.close {
    background: url("../img/close_btn.svg") no-repeat center #000; }
    @media screen and (max-width: 768px) {
      .burger-btn.close {
        background-size: 30px; } }
  .burger-btn:hover {
    cursor: pointer; }

/*メニュー内容*/
.nav-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  z-index: 200; }
  .nav-wrapper .header-nav {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    /*.nav-list{
    	display: block;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%,-50%);
    	text-align: center;
    }
    .nav-item{
    	margin-right: 0;
    	margin-bottom: 40px;
      }*/ }
    @media screen and (max-width: 768px) {
      .nav-wrapper .header-nav {
        padding: 0 10px 0 70px; } }
    .nav-wrapper .header-nav ul {
      text-align: center;
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      padding: 2%; }
      .nav-wrapper .header-nav ul li {
        float: left;
        text-align: center;
        padding: 0 2%; }
        .nav-wrapper .header-nav ul li a {
          font-weight: 700;
          font-size: 1.2em;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .nav-wrapper .header-nav ul li a {
              font-size: 1em; } }
          .nav-wrapper .header-nav ul li a span {
            font-weight: normal;
            font-size: .8em;
            display: block; }

.swiper-container {
  z-index: 1; }
  .swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto; }
  .swiper-container .swiper-button-next, .swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }
  .swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
    content: "" !important;
    display: inline-block !important;
    width: 60px !important;
    height: 60px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    vertical-align: middle !important;
    z-index: 100 !important; }
  .swiper-container .swiper-button-next:after {
    background-image: url("../img/arrow_next.svg") !important;
    content: "" !important;
    display: inline-block !important;
    width: 60px !important;
    height: 60px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    vertical-align: middle !important; }
  .swiper-container .swiper-button-prev:after {
    background-image: url("../img/arrow_prev.svg") !important; }

/* -------------------------------- 
main components 
--------------------------------- */
.top_header {
  position: relative;
  z-index: -1;
  width: 100%;
  overflow: hidden; }

.top_slide {
  position: relative !important;
  width: 100% !important; }

.top_slide img {
  width: 100% !important; }

.full_area {
  width: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 25%;
  left: 25%; }
  @media screen and (max-width: 768px) {
    .full_area {
      width: 50%;
      height: auto;
      color: #ffffff;
      display: flex;
      margin: auto;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
      border-radius: 50%;
      cursor: pointer;
      position: absolute;
      top: 15%;
      left: 25%;
      margin-top: 0;
      margin-left: 0; } }
  .full_area figure {
    display: block; }

.cp_header {
  background: url("../img/cp/head_img-1.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 10%; }

.sub_header figure {
  width: 10%;
  position: absolute;
  right: 10px;
  top: 10px; }
  .sub_header figure img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.inner {
  max-width: 80%;
  margin: 0 10%;
  padding: 5% 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .inner {
      max-width: 90%;
      margin: 0 5%; } }

.index_area {
  margin-bottom: 5%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }
  .index_area .left {
    width: 48%; }
    .index_area .left img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .index_area .right {
    width: 48%; }
  .index_area .more_link {
    display: block;
    width: 60%;
    margin: 5% 0; }
    .index_area .more_link img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  @media screen and (max-width: 768px) {
    .index_area {
      display: block; }
      .index_area .left {
        width: 100%; }
        .index_area .left img {
          height: 80px;
          width: auto; }
      .index_area .right {
        width: 100%;
        padding: 4% 0; }
      .index_area .more_link {
        display: block;
        width: 50%;
        margin: 5% 0; } }

/*top_concept*/
.top_concept.slide-bottom {
  transition-delay: 1s; }
.top_concept__wrap {
  padding: 5% 0 0; }
.top_concept .inner {
  padding-bottom: 0; }
.top_concept .flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }
  .top_concept .flex .left {
    width: 35%; }
    .top_concept .flex .left img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .top_concept .flex .right {
    width: 55%; }
    .top_concept .flex .right .more_link {
      display: block;
      width: 50%;
      margin: 5% auto; }
      .top_concept .flex .right .more_link img {
        width: 100%;
        max-width: 100%;
        height: auto; }
  @media screen and (max-width: 768px) {
    .top_concept .flex {
      display: block; }
      .top_concept .flex .left {
        width: 100%;
        padding: 5% 0;
        text-align: center; }
        .top_concept .flex .left figure {
          width: 35%;
          margin: auto; }
      .top_concept .flex .right {
        width: 100%;
        text-align: center; }
        .top_concept .flex .right .more_link {
          display: block;
          width: 60%;
          margin: 5% 0; }
          .top_concept .flex .right .more_link img {
            width: 100%;
            max-width: 100%;
            height: auto; } }
.top_concept article {
  margin: 5% 0; }
  .top_concept article p {
    margin-bottom: 5%; }

/*選択時カテゴリーメニュー*/
.category-deli #menu_page .food_nav-2 a.cat_deli,
.category-lunch #menu_page .food_nav-2 a.cat_lunch,
.category-dinner #menu_page .food_nav-2 a.cat_dinner,
.category-collaboration #menu_page .food_nav-2 a.cat_collaboration,
.category-drink #menu_page .food_nav-2 a.cat_drink {
  background: #000;
  color: #fff; }
  .category-deli #menu_page .food_nav-2 a.cat_deli .cat-name,
  .category-lunch #menu_page .food_nav-2 a.cat_lunch .cat-name,
  .category-dinner #menu_page .food_nav-2 a.cat_dinner .cat-name,
  .category-collaboration #menu_page .food_nav-2 a.cat_collaboration .cat-name,
  .category-drink #menu_page .food_nav-2 a.cat_drink .cat-name {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1; }
    @media screen and (max-width: 1024px) {
      .category-deli #menu_page .food_nav-2 a.cat_deli .cat-name,
      .category-lunch #menu_page .food_nav-2 a.cat_lunch .cat-name,
      .category-dinner #menu_page .food_nav-2 a.cat_dinner .cat-name,
      .category-collaboration #menu_page .food_nav-2 a.cat_collaboration .cat-name,
      .category-drink #menu_page .food_nav-2 a.cat_drink .cat-name {
        font-size: 1em; } }
    .category-deli #menu_page .food_nav-2 a.cat_deli .cat-name::before,
    .category-lunch #menu_page .food_nav-2 a.cat_lunch .cat-name::before,
    .category-dinner #menu_page .food_nav-2 a.cat_dinner .cat-name::before,
    .category-collaboration #menu_page .food_nav-2 a.cat_collaboration .cat-name::before,
    .category-drink #menu_page .food_nav-2 a.cat_drink .cat-name::before {
      content: '';
      display: inline-block;
      width: 25px;
      height: 25px;
      background: url("../img/menu/time_on.svg");
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .category-deli #menu_page .food_nav-2 a.cat_deli .cat-name::before,
        .category-lunch #menu_page .food_nav-2 a.cat_lunch .cat-name::before,
        .category-dinner #menu_page .food_nav-2 a.cat_dinner .cat-name::before,
        .category-collaboration #menu_page .food_nav-2 a.cat_collaboration .cat-name::before,
        .category-drink #menu_page .food_nav-2 a.cat_drink .cat-name::before {
          content: '';
          display: inline-block;
          width: 15px;
          height: 15px;
          background: url("../img/menu/time_on.svg");
          background-repeat: no-repeat;
          background-size: contain;
          vertical-align: middle;
          margin-right: 5px; } }

#menu_page .food_nav-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }
  @media screen and (max-width: 768px) {
    #menu_page .food_nav-1 {
      display: block; } }
  #menu_page .food_nav-1 .left {
    width: 45%;
    padding: 0 1%; }
    @media screen and (max-width: 768px) {
      #menu_page .food_nav-1 .left {
        width: 100%; } }
    #menu_page .food_nav-1 .left a {
      display: inline-block;
      text-align: center;
      font-size: 1.5em;
      font-weight: 700;
      color: #000;
      padding: .1em .5em;
      margin-right: 20px; }
      #menu_page .food_nav-1 .left a:last-child {
        margin-right: 0; }
      #menu_page .food_nav-1 .left a.on {
        background-color: #000;
        color: #fff; }
  #menu_page .food_nav-1 .right {
    width: 55%;
    padding: 0 1%;
    text-align: right; }
    @media screen and (max-width: 768px) {
      #menu_page .food_nav-1 .right {
        width: 100%;
        text-align: left;
        margin: 2% 0; } }
#menu_page nav.food_nav-2 {
  margin: 2% auto;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    #menu_page nav.food_nav-2 {
      margin-bottom: 5%; } }
  #menu_page nav.food_nav-2 div {
    width: 100%; }
    @media screen and (max-width: 1024px) {
      #menu_page nav.food_nav-2 div {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
  #menu_page nav.food_nav-2 ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch; }
    @media screen and (max-width: 768px) {
      #menu_page nav.food_nav-2 ul {
        display: inline-table;
        margin: 0 auto;
        max-width: 100%; } }
    #menu_page nav.food_nav-2 ul li {
      width: 25%;
      padding: 1%; }
      @media screen and (max-width: 768px) {
        #menu_page nav.food_nav-2 ul li {
          display: table-cell;
          padding: 0; } }
      #menu_page nav.food_nav-2 ul li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 5px;
        border: 1px solid #000; }
        @media screen and (max-width: 768px) {
          #menu_page nav.food_nav-2 ul li a {
            width: 130px;
            height: 50px;
            margin-right: 10px; } }
        #menu_page nav.food_nav-2 ul li a:hover {
          background-color: #000;
          color: #fff;
          opacity: 1;
          cursor: pointer; }
          #menu_page nav.food_nav-2 ul li a:hover .cat-name::before {
            background: url("../img/menu/time_on.svg");
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle; }
        #menu_page nav.food_nav-2 ul li a span {
          font-size: .9em;
          font-weight: normal;
          line-height: 1; }
        #menu_page nav.food_nav-2 ul li a .cat-name {
          font-weight: 700;
          font-size: 1.5em;
          line-height: 1; }
          @media screen and (max-width: 1024px) {
            #menu_page nav.food_nav-2 ul li a .cat-name {
              font-size: 1em; } }
          #menu_page nav.food_nav-2 ul li a .cat-name::before {
            content: '';
            display: inline-block;
            width: 25px;
            height: 25px;
            background: url("../img/menu/time.svg");
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle;
            margin-right: 10px; }
            @media screen and (max-width: 768px) {
              #menu_page nav.food_nav-2 ul li a .cat-name::before {
                content: '';
                display: inline-block;
                width: 15px;
                height: 15px;
                background: url("../img/menu/time.svg");
                background-repeat: no-repeat;
                background-size: contain;
                vertical-align: middle;
                margin-right: 5px; } }
      #menu_page nav.food_nav-2 ul li a.on {
        background-color: #000;
        color: #fff; }
        #menu_page nav.food_nav-2 ul li a.on .cat-name::before {
          background: url("../img/menu/time_on.svg");
          background-repeat: no-repeat; }

#top_pickup {
  background: url("../img/top/bg_item-1.png") no-repeat top right;
  background-size: 100%;
  padding-top: 10%;
  /*shop_img*/ }
  #top_pickup .shop_img {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    overflow: hidden; }
    #top_pickup .shop_img img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    #top_pickup .shop_img .left {
      width: 36%; }
      #top_pickup .shop_img .left__flex {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center; }
        #top_pickup .shop_img .left__flex figure {
          display: block;
          width: 48%;
          margin-bottom: 4%; }
    #top_pickup .shop_img .right {
      width: 62.5%; }

/*menu_list*/
.menu_list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  width: 100%; }
  .menu_list ul li {
    width: 25%;
    padding: 1%;
    overflow: hidden;
    align-self: flex-start;
    margin-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .menu_list ul li {
        width: 50%; } }
    .menu_list ul li img {
      width: 100%;
      /*height: 30vw;
      object-fit: cover;*/
      height: 400px;
      overflow: hidden;
      object-fit: cover; }
      @media screen and (max-width: 1024px) {
        .menu_list ul li img {
          height: 50vw; } }
    .menu_list ul li .default_img {
      border: 1px solid #000; }
.menu_list .menu_cat ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  height: 120px;
  padding: 10px 0; }
  @media screen and (max-width: 1024px) {
    .menu_list .menu_cat ul {
      height: 100px; } }
  .menu_list .menu_cat ul li {
    width: 50%;
    padding: 1%;
    margin-bottom: 0; }
    .menu_list .menu_cat ul li a {
      display: block;
      border: 1px solid #000;
      color: #000;
      font-size: .8em;
      padding: .2em 1em;
      text-align: center;
      background-color: #fff; }
      .menu_list .menu_cat ul li a:hover {
        background-color: #000;
        color: #fff;
        opacity: 1; }
.menu_list .menu_txt {
  font-size: .9em; }
  .menu_list .menu_txt h3 {
    font-size: 1.6em; }
    @media screen and (max-width: 1024px) {
      .menu_list .menu_txt h3 {
        font-size: 1.2em; } }
  .menu_list .menu_txt .menu_price {
    font-size: 1.5em;
    border-bottom: 1px solid #000; }
  .menu_list .menu_txt .menu_dtl {
    margin: .5em 0;
    overflow: hidden; }
  .menu_list .menu_txt .menu_tag a {
    font-size: .9em;
    font-weight: 700;
    display: inline-block;
    margin-right: 1em; }

#top_event {
  background: url("../img/top/event_img-1.jpg") no-repeat bottom left;
  background: url("../img/cp/event_img.jpg") no-repeat bottom left;
  background-size: 100%;
  padding-bottom: 51%; }

#top_course {
  background: url("../img/top/bg_item-2.png") no-repeat center top;
  background-size: 100%;
  margin-top: -10%; }
  #top_course .index_area {
    margin-bottom: 5%;
    display: block;
    background-image: url("../img/collaboration_ttl.svg"), url("../img/cource_item-1.svg");
    background-repeat: no-repeat;
    background-size: 65%,20%;
    background-position: left top,right top;
    padding-left: 20%;
    padding-bottom: 3%; }
    #top_course .index_area h3 {
      padding-top: 25%;
      color: #fff; }
  #top_course .course_img {
    border: 4px solid #fff;
    overflow: hidden; }
    #top_course .course_img img {
      width: 100%;
          	/*height: 35vw;
			object-fit: cover;*/
      height: 500px;
      object-fit: cover;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        #top_course .course_img img {
          /*height: 50vw;*/ } }
  #top_course h4 {
    font-size: 2em; }
    @media screen and (max-width: 768px) {
      #top_course h4 {
        font-size: 1.2em; } }
    #top_course h4 span {
      display: block;
      font-size: .5em;
      font-weight: normal; }

#news .news_area {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }
  @media screen and (max-width: 768px) {
    #news .news_area {
      display: block; } }
#news .ttl_area {
  width: 20%;
  padding: 0 3%; }
  #news .ttl_area img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    #news .ttl_area {
      width: 20%;
      padding: 0;
      margin: 4% auto; } }
#news .article {
  width: 75%;
  overflow: hidden; }
  #news .article ul li {
    border-bottom: 1px solid #000;
    padding: 2% 1%;
    background: url("../img/arrow_r.svg") no-repeat 98% center;
    background-size: 5px; }
    #news .article ul li:first-child {
      border-top: 1px solid #000; }
    #news .article ul li .data {
      margin-right: 2em; }
  @media screen and (max-width: 768px) {
    #news .article {
      width: 100%; } }
#news .more_link {
  width: 7%;
  float: right;
  padding: 2% 0; }
  #news .more_link:after {
    content: "";
    display: block;
    clear: both; }
  #news .more_link img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    #news .more_link {
      width: 15%; } }

#news_event {
  overflow: hidden;
  position: relative;
  z-index: 1; }
  #news_event .news_area {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      #news_event .news_area {
        display: block; } }
  #news_event .ttl_area {
    width: 20%;
    padding: 0 3%; }
    #news_event .ttl_area img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 768px) {
      #news_event .ttl_area {
        width: 20%;
        padding: 0;
        margin: 4% auto; } }
  #news_event .article {
    width: 75%;
    overflow: hidden; }
    #news_event .article ul {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: space-between;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center; }
      @media screen and (max-width: 768px) {
        #news_event .article ul {
          display: block; } }
      #news_event .article ul li {
        width: 31%; }
        @media screen and (max-width: 768px) {
          #news_event .article ul li {
            width: 100%;
            margin: 4% auto; } }
        #news_event .article ul li a {
          display: block;
          text-align: center; }
        #news_event .article ul li .news_event_wrap {
          background-color: black;
          position: relative;
          z-index: -1; }
          #news_event .article ul li .news_event_wrap .menu_img img {
            width: 100%;
            /*height: 18vw;*/
            height: 280px;
            object-fit: cover;
            opacity: 0.5; }
            @media screen and (max-width: 768px) {
              #news_event .article ul li .news_event_wrap .menu_img img {
                /*height: 25vw;*/ } }
          #news_event .article ul li .news_event_wrap .ttl {
            width: 100%;
            position: absolute;
            top: 20%;
            left: 0;
            color: #fff;
            text-align: center;
            font-size: .9em;
            padding: 0 2%; }
            #news_event .article ul li .news_event_wrap .ttl time {
              display: block;
              font-size: 1.5em; }
    @media screen and (max-width: 768px) {
      #news_event .article {
        width: 100%; } }
  #news_event .more_link {
    width: 7%;
    float: right; }
    #news_event .more_link:after {
      content: "";
      display: block;
      clear: both; }
    #news_event .more_link img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 768px) {
      #news_event .more_link {
        width: 15%; } }

.map {
  line-height: 0; }
  .map iframe {
    border: 0;
    width: 100% !important; }

/* -------------------------------- 
sub-page
--------------------------------- */
.sub-page {
  padding: 15% 0 7%;
  background: url("../img/sub_head-bgitem-1.png") no-repeat top left;
  background-size: 100%; }
  .sub-page .ttl_area {
    width: 20%;
    margin: auto;
    padding: 0 2%; }
    .sub-page .ttl_area img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .sub-page .article {
    width: 100%;
    overflow: hidden;
    margin: 4% auto; }
    .sub-page .article ul li {
      border-bottom: 1px solid #000;
      padding: 2% 1%; }
      .sub-page .article ul li:first-child {
        border-top: 1px solid #000; }

/*concept*/
#cp {
  /*cp_event*/ }
  #cp .cp_concept {
    padding: 10% 0;
    background: url("../img/cp/head_img-2.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff; }
  #cp h2 {
    font-size: 1em; }
  #cp .intro_menu {
    padding: 7%;
    display: flex;
    justify-content: center; }
    #cp .intro_menu ul {
      display: inline-block; }
      #cp .intro_menu ul img {
        height: 100px;
        width: auto;
        margin: 0; }
        @media screen and (max-width: 768px) {
          #cp .intro_menu ul img {
            height: 80px; } }
        @media screen and (max-width: 640px) {
          #cp .intro_menu ul img {
            height: 50px; } }
      #cp .intro_menu ul li {
        display: block;
        margin: 1.5em 0; }
        #cp .intro_menu ul li:nth-of-type(2) {
          transition-delay: .4s; }
        #cp .intro_menu ul li:nth-of-type(3) {
          transition-delay: .8s; }
        #cp .intro_menu ul li:nth-of-type(4) {
          transition-delay: 1.2s; }
  #cp .cp_list ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    max-width: 960px;
    align-items: flex-start;
    margin: auto;
    align-items: stretch;
    padding: 0 2%; }
    @media screen and (max-width: 768px) {
      #cp .cp_list ul {
        display: block;
        width: 70%; } }
    #cp .cp_list ul li {
      width: 32%;
      border: 2px solid #000;
      padding: 2%;
      margin-top: 100px;
      background-color: #fff; }
      #cp .cp_list ul li:nth-of-type(2) {
        transition-delay: .4s; }
      #cp .cp_list ul li:nth-of-type(3) {
        transition-delay: .8s; }
      #cp .cp_list ul li:nth-of-type(4) {
        transition-delay: 1.2s; }
      @media screen and (max-width: 768px) {
        #cp .cp_list ul li {
          width: 100%;
          margin-bottom: 100px;
          padding: 2% 10% 5%; } }
      #cp .cp_list ul li .index_img {
        text-align: center;
        margin-top: -100px; }
        @media screen and (max-width: 768px) {
          #cp .cp_list ul li .index_img {
            margin-top: -50px; } }
        #cp .cp_list ul li .index_img img {
          object-fit: cover;
          width: 200px;
          height: 200px;
          border-radius: 100px;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            #cp .cp_list ul li .index_img img {
              width: 100px;
              height: 100px;
              border-radius: 50px; } }
      #cp .cp_list ul li h3 {
        text-align: center;
        font-size: 1.2em;
        font-weight: 700;
        background: linear-gradient(transparent 70%, #626834 70%);
        font-weight: bold;
        margin-top: 10px; }
        @media screen and (max-width: 640px) {
          #cp .cp_list ul li h3 {
            font-size: 1.5em; } }
      #cp .cp_list ul li p {
        border-top: 2px solid #626834;
        margin-top: 1em;
        padding: 1em;
        line-height: 1.75em;
        font-size: .9em; }
  #cp #cp_event {
    background: url("../img/cp/event_img.jpg") no-repeat top center #8A691D;
    background-size: 100%;
    padding-top: 40%; }
    #cp #cp_event strong {
      display: flex;
      justify-content: center;
      color: #fff;
      text-align: center;
      font-size: 1.2em;
      padding-bottom: 5%; }
    #cp #cp_event .contact_btn {
      text-align: center;
      padding: 5% 0; }
      @media screen and (max-width: 768px) {
        #cp #cp_event .contact_btn {
          margin: 4% auto; } }
      #cp #cp_event .contact_btn a {
        display: inline-block;
        font-size: 1.5em;
        font-weight: 700;
        background: #fff;
        color: #000;
        text-align: center;
        padding: .5em 1em; }
        @media screen and (max-width: 768px) {
          #cp #cp_event .contact_btn a {
            font-size: 1.2em; } }

/*contact*/
#contact {
  text-align: center; }
  #contact .tel a {
    display: block;
    width: 50%;
    padding: .5em 2em;
    margin: 4% auto; }
    @media screen and (max-width: 768px) {
      #contact .tel a {
        width: 80%; } }
    #contact .tel a img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  #contact h2 {
    font-size: 1.8em;
    border-bottom: 1px solid #000;
    padding-bottom: .5em;
    margin-bottom: .5em; }
    #contact h2 span {
      display: block;
      font-size: .5em;
      font-weight: normal; }

/* -------------------------------- 
.single-page
--------------------------------- */
.single-page {
  padding: 15% 0 7%;
  background: url("../img/sub_head-bgitem-1.png") no-repeat top left;
  background-size: 100%; }
  .single-page h2 {
    border-bottom: 1px solid #87691D;
    padding: .5em; }
  .single-page .contents {
    padding: 4% 0; }
    @media screen and (max-width: 640px) {
      .single-page .contents img {
        width: 100%;
        max-width: 100%;
        height: auto; } }
  .single-page .article ul li {
    border-bottom: 1px solid #000;
    padding: 2% 1%; }
    .single-page .article ul li:first-child {
      border-top: 1px solid #000; }

/* -------------------------------- 
footer components 
--------------------------------- */
#instagram_feed {
  padding: 4% 0;
  background: #fff; }

footer {
  padding: 4% 0;
  text-align: center;
  background-color: #87691D;
  color: #fff; }
  footer .footer_area {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center; }
    @media screen and (max-width: 768px) {
      footer .footer_area {
        display: block; } }
    footer .footer_area .left {
      width: 40%;
      padding: 0 4%; }
      @media screen and (max-width: 768px) {
        footer .footer_area .left {
          width: 100%; } }
      footer .footer_area .left img {
        width: 100%;
        max-width: 100%;
        height: auto; }
        @media screen and (max-width: 768px) {
          footer .footer_area .left img {
            width: 50%; } }
        footer .footer_area .left img.logo-2 {
          display: block;
          width: 100%;
          margin: 4% auto; }
          @media screen and (max-width: 768px) {
            footer .footer_area .left img.logo-2 {
              width: 50%; } }
    footer .footer_area .right {
      width: 60%;
      text-align: left;
      padding: 0 4%;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        footer .footer_area .right {
          width: 100%; } }
      footer .footer_area .right div.right_wrap {
        display: inline-block;
        float: right; }
        @media screen and (max-width: 768px) {
          footer .footer_area .right div.right_wrap {
            display: block;
            float: none;
            padding: 4% 0;
            text-align: center; } }
      footer .footer_area .right .tel a {
        font-size: 2.6em;
        color: #fff;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          footer .footer_area .right .tel a {
            font-size: 1.8em; } }
      footer .footer_area .right small {
        display: block;
        margin-top: 10%; }
  footer address {
    font-style: normal; }
  footer p.copy {
    font-size: 13px; }
  @media screen and (max-width: 768px) {
    footer .footer_area {
      display: block; }
    footer .footer_img {
      width: 50%;
      margin: auto; } }
