@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Noto+Serif+JP:400,700,900&subset=japanese");
@import url("all.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*@font-face {
  font-family: 'utsukushiMincho';
  src: url('../fonts/utsukushiMincho/utsukushiMincho.woff2') format('woff2'),
       url('../fonts/utsukushiMincho/utsukushiMincho.woff') format('woff'),
       url('../fonts/utsukushiMincho/utsukushiMincho.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
$font_utsukushi: 'utsukushiMincho', serif;*/
/*@font-face {
  font-family: 'harenosora';
  src: url('../fonts/harenosora/harenosora.woff2') format('woff2'),
       url('../fonts/harenosora/harenosora.woff') format('woff'),
       url('../fonts/harenosora/harenosora.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
$font_harenosora: 'harenosora', serif;*/
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Yu Mincho M";
  src: local("Yu Mincho Medium");
}

@font-face {
  font-family: "Yu Mincho M";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  background: #fff;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "Yu Mincho M", "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "HGS明朝E", serif;
  font-size: 18px !important;
  font-size: 1.8em !important;
  color: #555;
  line-height: 2.22222;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 26px !important;
    font-size: 4.0625vw !important;
    line-height: 1.61538;
  }
}

body.scroll-prevent {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
}

a,
button,
input[type=submit] {
  color: #555;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  a:hover,
  button:hover,
  input[type=submit]:hover {
    color: #555;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}

a.text-link,
button.text-link,
input[type=submit].text-link {
  text-decoration: underline;
}

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

figure {
  overflow: hidden;
  text-align: center;
}

figure a {
  display: block;
}

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

figure img.default {
  width: auto;
  max-width: 100%;
}

.ofi {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ofi.top {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

ul, ol, dl {
  list-style: none;
}

table th,
table td {
  font-weight: 400;
  text-align: left;
}

input:focus,
select:focus,
button:focus {
  outline: 0;
  border: none;
}

#body-wrap {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #body-wrap {
    min-width: 1240px;
  }
}

@media screen and (max-width: 767px) {
  #body-wrap {
    min-width: 320px;
  }
}

.container::after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 0.76923em;
  }
}

@media screen and (min-width: 768px) {
  .container .container-min {
    max-width: 800px !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .container .container-min {
    padding: 0 1.15385em !important;
  }
}

.container-min::after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .container-min {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container-min {
    padding: 0 1.92308em;
  }
}

.highlight00,
.highlight01,
.highlight02 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .highlight00,
  .highlight01,
  .highlight02 {
    padding: 80px 0 85px;
  }
}

@media screen and (max-width: 767px) {
  .highlight00,
  .highlight01,
  .highlight02 {
    padding: 3.07692em 0 3.26923em;
  }
}

.highlight01 {
  background: #f3f3f3;
  color: #555;
}

.highlight01 a {
  color: #555;
}

.highlight01 a.btn01 {
  color: rgba(255, 255, 255, 0.7);
}

.highlight02 {
  background: #dbd6bb;
  color: #555;
}

.highlight02 a {
  color: #555;
}

#contents #bread-navi {
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 0px !important;
  font-size: 0rem !important;
}

#contents #bread-navi a {
  text-decoration: none;
}

#contents #bread-navi span {
  display: inline-block;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

#contents #bread-navi span:first-child a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #555;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  margin-right: 0.2em;
}

#contents #bread-navi span:not(:first-child)::before {
  content: ">";
  margin: 0 0.5em;
}

#contents .sec::after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  #contents .sec {
    margin-bottom: 80px;
    margin-top: -140px;
    padding-top: 140px;
  }
  #contents .sec.high {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  #contents .sec {
    margin-bottom: 3.07692em;
    margin-top: -3.46154em;
    padding-top: 3.46154em;
  }
  #contents .sec.high {
    margin-bottom: 4.23077em;
  }
}

#contents .sec .row::after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  #contents .sec .row:not(:last-child) {
    margin-bottom: 40px;
  }
  #contents .sec .row:not(:last-child).high {
    margin-bottom: 60px;
  }
  #contents .sec .row:not(:last-child).low {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #contents .sec .row:not(:last-child) {
    margin-bottom: 1.53846em;
  }
  #contents .sec .row:not(:last-child).high {
    margin-bottom: 2.30769em;
  }
  #contents .sec .row:not(:last-child).low {
    margin-bottom: 0.76923em;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #444 !important;
}

.text-red {
  color: #a90000 !important;
}

.text-orange {
  color: #ff8d12 !important;
}

.text-blue {
  color: #649ee0 !important;
}

.text-green {
  color: #85c272 !important;
}

@media screen and (min-width: 768px) {
  .text-xsmall {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .text-xsmall {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .text-small {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .text-small {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .text-large {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .text-large {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .text-xlarge {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .text-xlarge {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
}

@media screen and (min-width: 768px) {
  .text-xxlarge {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
}

@media screen and (max-width: 767px) {
  .text-xxlarge {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .text-xxxlarge {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }
}

@media screen and (max-width: 767px) {
  .text-xxxlarge {
    font-size: 46px !important;
    font-size: 4.6rem !important;
  }
}

.text-bold {
  font-weight: 700 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media screen and (min-width: 768px) {
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}

.text-gothic {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

.text-mincho {
  font-family: "游明朝体", "YuMincho", "Yu Mincho M", "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "HGS明朝E", serif !important;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

#global-head {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#global-head .logo-wrap .logo a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/main-logo-white.svg");
  padding-top: 27.27273%;
}

#global-head.scroll {
  background-color: #eeece5;
}

#global-head.scroll .logo-wrap .logo a {
  background-image: url("../images/main-logo.svg");
}

@media screen and (min-width: 768px) {
  #global-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 1240px;
    height: 100px;
    padding: 0 40px;
  }
  #global-head .logo-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #global-head .logo-wrap .logo {
    max-width: 220px;
  }
  #global-head .logo-wrap #menu-btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #global-head {
    min-width: 320px;
  }
  #global-head .logo-wrap {
    z-index: 99;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 3.46154em;
  }
  #global-head .logo-wrap .logo {
    width: 34.375%;
  }
  #global-head .logo-wrap #menu-btn {
    width: 3.07692em;
    cursor: pointer;
  }
  #global-head .logo-wrap #menu-btn .btn {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  #global-head .logo-wrap #menu-btn .btn span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #global-head .logo-wrap #menu-btn .btn span::before,
  #global-head .logo-wrap #menu-btn .btn span::after, #global-head .logo-wrap #menu-btn .btn::before, #global-head .logo-wrap #menu-btn .btn::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 1.30769em;
    height: 2px;
    margin-left: -0.65385em;
    background-color: #fff;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #global-head .logo-wrap #menu-btn .btn span::before,
  #global-head .logo-wrap #menu-btn .btn span::after {
    top: 50%;
    margin-top: -1px;
  }
  #global-head .logo-wrap #menu-btn .btn::before {
    top: 50%;
    -webkit-transform: translateY(-0.46154em);
            transform: translateY(-0.46154em);
  }
  #global-head .logo-wrap #menu-btn .btn::after {
    bottom: 50%;
    -webkit-transform: translateY(0.46154em);
            transform: translateY(0.46154em);
  }
  #global-head.open .logo-wrap .logo a {
    background-image: url("../images/main-logo.svg");
  }
  #global-head.open #menu-btn .btn span::before,
  #global-head.open #menu-btn .btn span::after {
    background-color: #6c4c4c;
  }
  #global-head.open #menu-btn .btn span::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #global-head.open #menu-btn .btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #global-head.open #menu-btn .btn::before, #global-head.open #menu-btn .btn::after {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #global-head.open #menu-btn .btn::before {
    top: 50%;
    -webkit-transform: scale(0) translateY(0);
            transform: scale(0) translateY(0);
  }
  #global-head.open #menu-btn .btn::after {
    bottom: 50%;
    -webkit-transform: scale(0) translateY(0);
            transform: scale(0) translateY(0);
  }
  #global-head.scroll #menu-btn .btn span::before,
  #global-head.scroll #menu-btn .btn span::after, #global-head.scroll #menu-btn .btn::before, #global-head.scroll #menu-btn .btn::after {
    background-color: #6c4c4c;
  }
}

#global-nav h3 {
  display: none;
}

@media screen and (min-width: 768px) {
  #global-nav {
    margin-left: 20px;
    padding: 12px 0 0;
    font-size: 0px !important;
    font-size: 0rem !important;
  }
  #global-nav .menu::after {
    content: " ";
    display: block;
    clear: both;
  }
  #global-nav .menu li {
    float: left;
  }
  #global-nav .menu li:not(:first-child) {
    margin-left: 10px;
  }
  #global-nav .menu li:not(.twitter):not(.instagram) a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 40px;
  }
  .scroll #global-nav .menu li:not(.twitter):not(.instagram) a {
    color: #6c4c4c;
  }
  #global-nav .menu li.twitter, #global-nav .menu li.instagram {
    width: 40px;
  }
  #global-nav .menu li.twitter {
    margin-left: 20px;
  }
  #global-nav .menu li.twitter a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("../images/twitter-white.svg");
    padding-top: 100%;
  }
  .scroll #global-nav .menu li.twitter a {
    background-image: url("../images/twitter.svg");
  }
  #global-nav .menu li.instagram {
    margin-left: 2px;
  }
  #global-nav .menu li.instagram a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("../images/instagram-white.svg");
    padding-top: 100%;
  }
  .scroll #global-nav .menu li.instagram a {
    background-image: url("../images/instagram.svg");
  }
}

@media screen and (max-width: 767px) {
  #global-nav {
    display: none;
    z-index: 98;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-top: 14.0625%;
    background: #eeece5;
  }
  #global-nav .menu {
    padding: 7.03125% 0;
    text-align: center;
  }
  #global-nav .menu li:not(:first-child) {
    margin-top: 3.125%;
  }
  #global-nav .menu li:not(.twitter):not(.instagram) a {
    display: inline-block;
    padding: 0 20px;
    color: #6c4c4c;
    font-size: 32px !important;
    font-size: 5vw !important;
    line-height: 1.5625;
  }
  #global-nav .menu li.twitter, #global-nav .menu li.instagram {
    width: 12.5%;
    margin: 6.25% auto 0;
  }
  #global-nav .menu li.twitter a, #global-nav .menu li.instagram a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80% auto;
    border-radius: 50%;
  }
  #global-nav .menu li.twitter a {
    background-image: url("../images/twitter.svg");
  }
  #global-nav .menu li.instagram a {
    background-image: url("../images/instagram.svg");
  }
}

#global-foot {
  background-color: #242424;
  color: #fff;
}

#global-foot a {
  color: #fff;
}

#global-foot .logo {
  margin: 0 auto;
}

#global-foot .logo a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/main-logo-white.svg");
  padding-top: 27.33333%;
}

#global-foot .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

#global-foot .sns li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80% auto;
  border-radius: 50%;
}

#global-foot .sns li.twitter a {
  background-image: url("../images/twitter-black.svg");
}

#global-foot .sns li.instagram a {
  background-image: url("../images/instagram-black.svg");
}

#global-foot .tel {
  font-weight: 700;
  text-align: center;
}

#global-foot .copy {
  color: #555;
  text-align: center;
}

#global-foot .created {
  text-align: center;
}

#global-foot .created a {
  color: #555;
}

@media screen and (min-width: 768px) {
  #global-foot {
    padding: 65px 0 15px;
  }
  #global-foot .logo {
    width: 300px;
    margin-bottom: 50px;
  }
  #global-foot .sns {
    width: 140px;
    margin-bottom: 60px;
  }
  #global-foot .sns li {
    width: 50px;
  }
  #global-foot .tel {
    margin-bottom: 65px;
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }
  #global-foot .created a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  #global-foot {
    padding: 3.125% 0 3.90625%;
  }
  #global-foot .logo {
    width: 75%;
    margin-bottom: 4.6875%;
  }
  #global-foot .sns {
    width: 37.5%;
    margin-bottom: 7.03125%;
  }
  #global-foot .sns li {
    width: 33.33333%;
  }
  #global-foot .tel {
    margin-bottom: 6.25%;
    font-size: 52px !important;
    font-size: 8.125vw !important;
  }
  #global-foot .copy {
    margin-bottom: 1.5625%;
  }
}

#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#slider #slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#slider #slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 18, 18, 0.4);
}

#slider .slick-list,
#slider .slick-track {
  width: 100%;
  height: 100%;
}

#slider #slide-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #slider {
    height: 100%;
    max-height: 960px;
    min-height: 900px;
  }
  #slider #slide-text {
    width: 640px;
    margin-top: -130px;
  }
}

@media screen and (max-width: 767px) {
  #slider {
    padding-top: 125%;
  }
  #slider #slide-text {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 640px;
    padding-top: 12.5%;
  }
}

#main-title {
  position: relative;
  width: 100%;
  background-image: url("../images/main-title-bg.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

#main-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 18, 18, 0.4);
}

#main-title .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

#main-title h1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.6em;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main-title {
    height: 520px;
    margin-bottom: 80px;
  }
  #main-title h1 {
    padding-top: 35px;
    font-size: 56px !important;
    font-size: 5.6rem !important;
  }
}

@media screen and (max-width: 767px) {
  #main-title {
    padding-top: 62.5%;
    margin-bottom: 3.07692em;
  }
  #main-title h1 {
    padding-top: 5.46875%;
    font-size: 56px !important;
    font-size: 8.75vw !important;
  }
}

.title01 {
  color: #000;
  text-align: center;
  letter-spacing: 0.2em;
}

.title01::after {
  content: attr(data-eng);
  display: block;
  color: #6c4c4c;
}

@media screen and (min-width: 768px) {
  .title01 {
    margin-bottom: 50px;
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .title01::after {
    margin-top: 0.625em;
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .title01.mb-s {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .title01 {
    margin-bottom: 1.875em;
    font-size: 24px !important;
    font-size: 3.75vw !important;
  }
  .title01::after {
    margin-top: 0.27778em;
    font-size: 36px !important;
    font-size: 5.625vw !important;
  }
  .title01.mb-s {
    margin-bottom: 1.04167em;
  }
}

.title02 {
  color: #6c4c4c;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .title02 {
    margin-bottom: 45px;
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .title02 {
    margin-bottom: 1.11111em;
    padding: 0.19444em 0;
    font-size: 36px !important;
    font-size: 5.625vw !important;
  }
}

.title03 {
  color: #000;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .title03 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .title03 {
    margin-bottom: 1.15385em;
    font-size: 26px !important;
    font-size: 4.0625vw !important;
  }
}

.title04 {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .title04 {
    margin-bottom: 15px;
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .title04 {
    margin-bottom: 1em;
    font-size: 30px !important;
    font-size: 4.6875vw !important;
    text-align: center;
  }
}

.title05 {
  color: #6c4c4c;
  font-weight: 700;
}

.title05.border {
  border-bottom: 1px solid #dbd6bb;
}

@media screen and (min-width: 768px) {
  .title05 {
    margin-bottom: 15px;
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
  .title05.border {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .title05 {
    margin-bottom: 0.83333em;
    font-size: 36px !important;
    font-size: 5.625vw !important;
  }
  .title05.border {
    padding-bottom: 0.55556em;
  }
}

.title05-wrap.border {
  border-bottom: 1px solid #dbd6bb;
}

.title05-wrap .title05 {
  margin-bottom: 0 !important;
}

.title05-wrap p {
  color: #000;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .title05-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
  .title05-wrap.border {
    padding-bottom: 20px;
  }
  .title05-wrap p {
    margin-left: 25px;
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .title05-wrap {
    margin-bottom: 0.76923em;
  }
  .title05-wrap::after {
    content: " ";
    display: block;
    clear: both;
  }
  .title05-wrap.border {
    padding-bottom: 0.76923em;
  }
  .title05-wrap .title05 {
    float: left;
    margin-right: 0.55556em;
  }
  .title05-wrap p {
    float: left;
    padding-top: .4em;
    font-size: 24px !important;
    font-size: 3.75vw !important;
  }
}

.transition-btn {
  position: relative;
  background-image: url("../images/menu-bg.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  text-align: center;
}

.transition-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(243, 243, 243, 0.7);
}

.transition-btn .container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .transition-btn {
    padding: 55px 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .transition-btn {
    padding: 2.11538em 0 1.73077em;
  }
}

.btn01 {
  display: inline-block;
  background-color: rgba(51, 5, 5, 0.7);
  border: 0.125em solid #84786c;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  text-align: center;
}

.btn01:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 768px) {
  .btn01 {
    min-width: 320px;
    padding: 28px 20px;
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .btn01 {
    min-width: 53.33333%;
    padding: 4.66667% 10px;
    font-size: 24px !important;
    font-size: 3.75vw !important;
  }
}

.btn01.full {
  display: block;
}

.btn02 {
  display: inline-block;
  background-color: rgba(234, 230, 212, 0.7);
  border: 0.125em solid #84786c;
  color: #6c4c4c;
  line-height: 1.2;
  text-align: center;
}

.btn02:hover {
  color: #6c4c4c;
}

@media screen and (min-width: 768px) {
  .btn02 {
    min-width: 320px;
    padding: 28px 20px;
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .btn02 {
    min-width: 53.33333%;
    padding: 4.66667% 10px;
    font-size: 24px !important;
    font-size: 3.75vw !important;
  }
}

.btn02.full {
  display: block;
}

.btn03 {
  display: inline-block;
  background-color: rgba(234, 230, 212, 0.7);
  border: 0.125em solid #84786c;
  color: #6c4c4c;
  line-height: 1.2;
  text-align: center;
}

.btn03:hover {
  color: #6c4c4c;
}

@media screen and (min-width: 768px) {
  .btn03 {
    min-width: 240px;
    padding: 10px 20px;
    font-size: 20px !important;
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .btn03 {
    min-width: 40%;
    padding: 1.83333% 10px;
    font-size: 26px !important;
    font-size: 4.0625vw !important;
  }
}

.btn03.full {
  display: block;
}

.floatbox::after {
  content: " ";
  display: block;
  clear: both;
}

.floatbox .col::after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .floatbox:not(.reverse) .col {
    float: left;
  }
  .floatbox.reverse .col {
    float: right;
  }
  .floatbox.count2 .col {
    width: 46.66667%;
  }
  .floatbox.count2 .col:nth-child(odd) {
    clear: both;
  }
  .floatbox.count2 .col:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
  .floatbox.count2:not(.reverse) .col:nth-child(even) {
    margin-left: 6.66667%;
  }
  .floatbox.count2.reverse .col:nth-child(even) {
    margin-right: 6.66667%;
  }
  .floatbox.count2.full .col {
    width: 50% !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .floatbox.count3 .col {
    width: 31.38889%;
  }
  .floatbox.count3 .col:nth-child(3n+1) {
    clear: both;
  }
  .floatbox.count3 .col:not(:nth-child(-n+3)) {
    margin-top: 30px;
  }
  .floatbox.count3:not(.reverse) .col:not(:nth-child(3n+1)) {
    margin-left: 2.91667%;
  }
  .floatbox.count3.reverse .col:not(:nth-child(3n+1)) {
    margin-right: 2.91667%;
  }
  .floatbox.count3.full .col {
    width: 33.33333% !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .floatbox.count4 .col {
    width: 22.5%;
  }
  .floatbox.count4 .col:nth-child(4n+1) {
    clear: both;
  }
  .floatbox.count4 .col:not(:nth-child(-n+4)) {
    margin-top: 30px;
  }
  .floatbox.count4:not(.reverse) .col:not(:nth-child(4n+1)) {
    margin-left: 3.33333%;
  }
  .floatbox.count4.reverse .col:not(:nth-child(4n+1)) {
    margin-right: 3.33333%;
  }
  .floatbox.count4.full .col {
    width: 25% !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .floatbox.count5 .col {
    width: 18%;
  }
  .floatbox.count5 .col:nth-child(5n+1) {
    clear: both;
  }
  .floatbox.count5 .col:not(:nth-child(-n+5)) {
    margin-top: 30px;
  }
  .floatbox.count5:not(.reverse) .col:not(:nth-child(5n+1)) {
    margin-left: 2.5%;
  }
  .floatbox.count5.reverse .col:not(:nth-child(5n+1)) {
    margin-right: 2.5%;
  }
  .floatbox.count5.full .col {
    width: 20% !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  .floatbox:not(.sp-count2) .col:not(:first-child) {
    margin-top: 20px;
  }
  .floatbox.sp-count2 .col {
    width: 47.183;
  }
  .floatbox.sp-count2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .floatbox.sp-count2 .col:nth-child(even) {
    float: right;
  }
  .floatbox.sp-count2 .col:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flexbox.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flexbox.justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flexbox.count2 .col {
    width: 46.66667%;
  }
  .flexbox.count2 .col:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
  .flexbox.count2:not(.reverse) .col:nth-child(even) {
    margin-left: 6.66667%;
  }
  .flexbox.count2.reverse .col:nth-child(even) {
    margin-right: 6.66667%;
  }
  .flexbox.count2.full .col {
    width: 50% !important;
    margin-top: 0 !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .flexbox.count3 .col {
    width: 31.38889%;
  }
  .flexbox.count3 .col:not(:nth-child(-n+3)) {
    margin-top: 30px;
  }
  .flexbox.count3:not(.reverse) .col:not(:nth-child(3n+1)) {
    margin-left: 2.91667%;
  }
  .flexbox.count3.reverse .col:not(:nth-child(3n+1)) {
    margin-right: 2.91667%;
  }
  .flexbox.count3.full .col {
    width: 33.33333% !important;
    margin-top: 0 !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .flexbox.count4 .col {
    width: 22.5%;
  }
  .flexbox.count4 .col:not(:nth-child(-n+4)) {
    margin-top: 30px;
  }
  .flexbox.count4:not(.reverse) .col:not(:nth-child(4n+1)) {
    margin-left: 3.33333%;
  }
  .flexbox.count4.reverse .col:not(:nth-child(4n+1)) {
    margin-right: 3.33333%;
  }
  .flexbox.count4.full .col {
    width: 25% !important;
    margin-top: 0 !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .flexbox.count5 .col {
    width: 18%;
  }
  .flexbox.count5 .col:not(:nth-child(-n+5)) {
    margin-top: 30px;
  }
  .flexbox.count5:not(.reverse) .col:not(:nth-child(5n+1)) {
    margin-left: 2.5%;
  }
  .flexbox.count5.reverse .col:not(:nth-child(5n+1)) {
    margin-right: 2.5%;
  }
  .flexbox.count5.full .col {
    width: 20% !important;
    margin-top: 0 !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  .flexbox:not(.sp-count2) .col:not(:first-child) {
    margin-top: 20px;
  }
  .flexbox.sp-count2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flexbox.sp-count2 .col {
    width: 47.183;
  }
  .flexbox.sp-count2 .col:nth-child(even) {
    margin-left: 5.634;
  }
  .flexbox.sp-count2 .col:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
}

.textbox::after {
  content: " ";
  display: block;
  clear: both;
}

.textbox .image.border {
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .textbox .text,
  .textbox .image {
    width: 50%;
  }
  .textbox .text {
    float: left;
  }
  .textbox .image {
    float: right;
  }
  .textbox .image.radius {
    border-radius: 10px;
  }
  .textbox.reverse .text {
    float: right;
  }
  .textbox.reverse .image {
    float: left;
  }
  .textbox.size01 .text {
    width: 50.83333%;
  }
  .textbox.size01 .image {
    width: 43.33333%;
  }
}

@media screen and (max-width: 767px) {
  .textbox .text:not(:first-child),
  .textbox .image:not(:first-child) {
    margin-top: 0.76923em;
  }
  .textbox .image.radius {
    border-radius: 0.38462em;
  }
}

.text-wrap01 {
  background-color: #f3f3f3;
}

.text-wrap01.white {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .text-wrap01 {
    padding: 25px 20px;
  }
  .text-wrap01 .textbox.size01 .text {
    width: 52.58621%;
  }
  .text-wrap01 .textbox.size01 .image {
    width: 44.82759%;
  }
}

@media screen and (max-width: 767px) {
  .text-wrap01 {
    padding: 1.53846em 1.15385em;
  }
}

@media screen and (min-width: 768px) {
  .table-wrap01 {
    padding: 0 25px;
  }
  .table-wrap01 p {
    padding: 7px 0;
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .table-wrap01 p {
    padding: 0.76923em 0.38462em;
  }
  .table-wrap01 p:not(:last-child) {
    border-bottom: 1px solid #dbd6bb;
  }
}

.table01 {
  width: 100%;
  line-height: 1.5;
}

.table01 th em {
  font-weight: 700;
  font-style: normal;
}

.table01.price td {
  text-align: right;
}

.table01.num, .table01.alpha {
  counter-reset: count;
}

.table01.num th, .table01.alpha th {
  position: relative;
}

.table01.num th::before, .table01.alpha th::before {
  counter-increment: count;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.table01.num th::before {
  content: counter(count, decimal) ".";
}

.table01.alpha th::before {
  content: counter(count, upper-alpha) ".";
}

@media screen and (min-width: 768px) {
  .table01 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .table01 th,
  .table01 th::before,
  .table01 td {
    padding: 7px 0;
  }
  .table01 th {
    padding-right: 1em;
  }
  .table01 th span {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .table01.nowrap th {
    white-space: nowrap;
  }
  .table01.price th {
    white-space: normal !important;
  }
  .table01.price td {
    white-space: nowrap;
  }
  .table01.alpha th, .table01.num th {
    padding-left: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .table01 tr:not(:first-child) {
    border-top: 1px solid #dbd6bb;
  }
  .table01 th,
  .table01 th::before,
  .table01 td {
    display: block;
    padding: 0.76923em 0.38462em;
  }
  .table01 th,
  .table01 td {
    width: 100%;
  }
  .table01 th span {
    font-size: 22px !important;
    font-size: 3.4375vw !important;
  }
  .table01 th + td {
    padding-top: 0;
  }
  .table01.alpha th, .table01.num th {
    padding-left: 8%;
  }
  .table01.alpha th::before, .table01.num th::before {
    left: 0.38462em;
    padding: 0.76923em 0;
  }
}

.table02 {
  width: 100%;
  border-top: 1px solid #dbd6bb;
  line-height: 1.5;
}

.table02 tr {
  border-bottom: 1px solid #dbd6bb;
}

.table02 th em {
  font-weight: 700;
  font-style: normal;
}

.table02.price td {
  text-align: right;
}

.table02.num, .table02.alpha {
  counter-reset: count;
}

.table02.num th, .table02.alpha th {
  position: relative;
}

.table02.num th::before, .table02.alpha th::before {
  counter-increment: count;
  position: absolute;
  top: 0;
  display: block;
}

.table02.num th::before {
  content: counter(count, decimal) ".";
}

.table02.alpha th::before {
  content: counter(count, upper-alpha) ".";
}

@media screen and (min-width: 768px) {
  .table02 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .table02 th,
  .table02 th::before,
  .table02 td {
    padding: 20px 0;
  }
  .table02 th {
    padding-left: 25px;
    padding-right: 1em;
  }
  .table02 th span {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .table02 td {
    padding-right: 25px;
  }
  .table02.nowrap th {
    white-space: nowrap;
  }
  .table02.price th {
    white-space: normal !important;
  }
  .table02.price td {
    white-space: nowrap;
  }
  .table02.alpha th, .table02.num th {
    padding-left: 45px;
  }
  .table02.alpha th::before, .table02.num th::before {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .table02 tr:not(:first-child) {
    border-top: 1px solid #dbd6bb;
  }
  .table02 th,
  .table02 th::before,
  .table02 td {
    display: block;
    padding: 0.76923em 0.38462em;
  }
  .table02 th,
  .table02 td {
    width: 100%;
  }
  .table02 th span {
    font-size: 22px !important;
    font-size: 3.4375vw !important;
  }
  .table02 th + td {
    padding-top: 0;
  }
  .table02.alpha th, .table02.num th {
    padding-left: 7.40741%;
  }
  .table02.alpha th::before, .table02.num th::before {
    left: 0.38462em;
    padding: 0.76923em 0;
  }
}

.table03 {
  width: auto;
  border: 2px solid #dbd6bb;
  border-collapse: separate;
  line-height: 1.5;
}

.table03 th:not(:last-child),
.table03 td:not(:last-child) {
  border-right: 2px solid #dbd6bb;
}

.table03 tr:not(:last-child) th,
.table03 tr:not(:last-child) td {
  border-bottom: 2px solid #dbd6bb;
}

@media screen and (min-width: 768px) {
  .table03 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .table03 th,
  .table03 td {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .table03 {
    width: 100%;
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .table03 th,
  .table03 td {
    display: block;
    width: 100%;
    border-right: none !important;
    padding: 0.76923em 0.57692em;
  }
  .table03 th {
    background-color: #dbd6bb;
    border-bottom: none !important;
  }
  .table03 td {
    text-align: right;
  }
}

.list01 li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}

.list01 li:not(:first-child) {
  margin-top: 0.5em;
}

.list01 li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: .35em;
  display: block;
  width: 0.222em;
  height: 0.222em;
  background-color: #555;
  border-radius: 50%;
  text-align: center;
}

.list01.none li {
  padding-left: 0;
}

.list01.none li::before {
  content: none;
}

.list01.asterisk li {
  padding-left: 1.5em;
}

.list01.asterisk li::before {
  content: "※";
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-color: transparent;
  border-radius: 0;
  color: #555;
  line-height: 1.5;
  text-align: center;
}

.list01.check li {
  padding-left: 1.5em;
}

.list01.check li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-color: transparent;
  border-radius: 0;
  color: #a90000;
  line-height: 1.5;
  text-align: center;
}

.list01.num {
  counter-reset: number 0;
}

.list01.num li {
  padding-left: 1.1em;
}

.list01.num li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  top: 0;
  left: 0;
  width: 1.1em;
  height: 1.5em;
  background-color: transparent;
  border-radius: 0;
  color: #555;
  text-align: left;
}

.foot-reservation .highlight {
  position: relative;
  background-image: url("../images/reservation-bg.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.foot-reservation .highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(243, 243, 243, 0.7);
}

.foot-reservation .highlight .container {
  position: relative;
}

.foot-reservation .highlight .tel {
  background-color: rgba(238, 238, 238, 0.7);
  border-style: solid;
  border-color: #874d52;
  text-align: center;
}

.foot-reservation .highlight .tel a {
  display: inline-block;
  color: #5b3233;
  line-height: 1.5;
}

.foot-reservation .highlight .tel a em {
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .foot-reservation .highlight {
    padding: 60px 0 85px;
  }
  .foot-reservation .highlight .tel {
    padding: 50px;
    border-width: 0.444em;
  }
  .foot-reservation .highlight .tel a {
    padding: 0 20px;
    font-size: 32px !important;
    font-size: 3.2rem !important;
    letter-spacing: 0.2em;
  }
  .foot-reservation .highlight .tel a em {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
  .foot-reservation .highlight .text {
    margin-top: 50px;
    text-align: center;
  }
  .foot-reservation .highlight .btn {
    margin-top: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .foot-reservation .highlight {
    padding: 2.30769em 0 3.26923em;
  }
  .foot-reservation .highlight .tel {
    padding: 2em 0.76923em;
    border-width: 0.30769em;
  }
  .foot-reservation .highlight .tel a {
    font-size: 32px !important;
    font-size: 5vw !important;
    letter-spacing: 0.1em;
  }
  .foot-reservation .highlight .tel a em {
    font-size: 52px !important;
    font-size: 8.125vw !important;
  }
  .foot-reservation .highlight .text {
    margin-top: 1.53846em;
  }
  .foot-reservation .highlight .btn {
    margin-top: 1.73077em;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .home-page .home-about .inner {
    position: relative;
  }
  .home-page .home-about .inner::before, .home-page .home-about .inner::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 190px;
    height: 80px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .home-page .home-about .inner::before {
    left: 0;
    background-image: url("../images/about-leaf01.svg");
  }
  .home-page .home-about .inner::after {
    right: 0;
    background-image: url("../images/about-leaf02.svg");
  }
  .home-page .home-about .inner p {
    width: 820px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .home-page .home-about .title02 {
    position: relative;
    padding-bottom: 2.22222em;
  }
  .home-page .home-about .title02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3.47222em;
    margin-left: -1.73611em;
    padding-top: 1.47222em;
    background-image: url("../images/about-leaf01.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home-page .home-about p {
    line-height: 2.30769em;
  }
}

.home-page .home-menu {
  margin-bottom: 100px !important;
}

.home-page .home-menu h2 {
  display: none;
}

.home-page .home-menu .selection .col {
  background-color: #f3f3f3;
}

.home-page .home-menu .selection .col figure {
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .home-page .home-menu .selection .col {
    padding: 20px 20px 30px;
  }
  .home-page .home-menu .selection .col figure {
    border-radius: 10px;
  }
  .home-page .home-menu .selection .col p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .home-page .home-menu .selection .col {
    width: 21.53846em;
    margin: 0 auto;
    padding: 0.76923em 0.76923em 1.15385em;
  }
  .home-page .home-menu .selection .col:not(:first-child) {
    margin-top: 1.92308em;
  }
  .home-page .home-menu .selection .col figure {
    border-radius: 0.38462em;
  }
  .home-page .home-menu .selection .col p {
    margin-top: 0.57692em;
  }
}

.home-page .home-staff h2 {
  display: none;
}

.home-page .home-staff .inner figure {
  border: 10px solid #dbd6bb;
  border-radius: 50%;
}

.home-page .home-staff .inner h3 {
  color: #000;
  text-align: center;
  letter-spacing: 0.12em;
}

.home-page .home-staff .inner h4 {
  position: relative;
  color: #6c4c4c;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
}

.home-page .home-staff .inner h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-page .home-staff .inner.manager h4::after {
  background-image: url("../images/staff-leaf.svg");
}

.home-page .home-staff .inner.chief {
  background-color: #f3f3f3;
}

.home-page .home-staff .inner.chief h4::after {
  background-image: url("../images/staff-vegetable.png");
}

@media screen and (min-width: 768px) {
  .home-page .home-staff .inner figure {
    width: 420px;
    margin: 0 auto 45px;
  }
  .home-page .home-staff .inner h3 {
    margin-bottom: 10px;
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .home-page .home-staff .inner h4 {
    min-width: 400px;
    padding-bottom: 100px;
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }
  .home-page .home-staff .inner h4::after {
    width: 400px;
    height: 70px;
    margin-left: -200px;
  }
  .home-page .home-staff .inner p {
    width: 690px;
    margin: 30px auto 0;
  }
  .home-page .home-staff .inner.manager {
    padding: 0 0 80px;
  }
  .home-page .home-staff .inner.chief {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .home-page .home-staff .inner figure {
    width: 16.15385em;
    margin: 0 auto 1.73077em;
  }
  .home-page .home-staff .inner h3 {
    margin-bottom: 0.41667em;
    font-size: 24px !important;
    font-size: 3.75vw !important;
  }
  .home-page .home-staff .inner h4 {
    padding-bottom: 2.27273em;
    font-size: 44px !important;
    font-size: 6.875vw !important;
  }
  .home-page .home-staff .inner h4::after {
    width: 9.09091em;
    padding-top: 1.59091em;
    margin-left: -4.54545em;
  }
  .home-page .home-staff .inner p {
    width: 21.53846em;
    margin: 1.15385em auto 0;
  }
  .home-page .home-staff .inner.manager {
    padding: 0 0 2.5em;
  }
  .home-page .home-staff .inner.chief {
    padding: 3.07692em 0 2.5em;
  }
}

.home-page .home-info ul {
  border-top: 1px solid #dbd6bb;
}

.home-page .home-info ul li {
  border-bottom: 1px solid #dbd6bb;
}

.home-page .home-info ul li::after {
  content: " ";
  display: block;
  clear: both;
}

.home-page .home-info ul li .cat {
  color: #fff;
  text-align: center;
}

.home-page .home-info ul li .cat.info {
  background-color: #721313;
}

.home-page .home-info ul li .cat.media {
  background-color: #363c48;
}

@media screen and (min-width: 768px) {
  .home-page .home-info ul li {
    padding: 14px 50px;
  }
  .home-page .home-info ul li::after {
    content: " ";
    display: block;
    clear: both;
  }
  .home-page .home-info ul li .cat,
  .home-page .home-info ul li .date,
  .home-page .home-info ul li .title {
    padding: 5px 0;
    line-height: 1.2;
  }
  .home-page .home-info ul li .cat {
    float: left;
    width: 120px;
    margin-right: 45px;
  }
  .home-page .home-info ul li .date {
    float: left;
    width: 120px;
  }
  .home-page .home-info ul li .title {
    padding-left: 295px;
  }
}

@media screen and (max-width: 767px) {
  .home-page .home-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.53846em;
  }
  .home-page .home-info ul li .cat,
  .home-page .home-info ul li .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
  }
  .home-page .home-info ul li .cat {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 7.5em;
    font-size: 16px !important;
    font-size: 2.5vw !important;
  }
  .home-page .home-info ul li .date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0.57692em;
  }
  .home-page .home-info ul li .title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 0.30769em;
    line-height: 1.38462;
  }
  .home-page .home-info ul li .title a {
    display: block;
  }
}

.home-page .home-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-page .home-gallery ul li img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .home-page .home-gallery ul li {
    width: 16.666%;
  }
}

@media screen and (max-width: 767px) {
  .home-page .home-gallery ul li {
    width: 33.333%;
  }
}

.home-page .home-access .ggl-map {
  position: relative;
  width: 100%;
}

.home-page .home-access .ggl-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .home-page .home-access .ggl-map {
    padding-top: 340px;
  }
  .home-page .home-access .address {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .home-page .home-access .ggl-map {
    padding-top: 13.07692em;
  }
  .home-page .home-access .address {
    margin-top: 1.40625em;
    font-size: 32px !important;
    font-size: 5vw !important;
    line-height: 1.25;
  }
}

.about-page #main-title {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .about-page .message {
    position: relative;
  }
  .about-page .message::before, .about-page .message::after {
    content: "";
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .about-page .message::before {
    top: 70px;
    left: 90px;
    width: 180px;
    height: 200px;
    background-image: url("../images/message-olive.svg");
  }
  .about-page .message::after {
    top: 130px;
    right: 80px;
    width: 180px;
    height: 140px;
    background-image: url("../images/message-fruit.svg");
  }
  .about-page .message p {
    width: 665px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .about-page .message p {
    position: relative;
    line-height: 2.30769;
  }
  .about-page .message p::before, .about-page .message p::after {
    content: "";
    position: absolute;
    top: 0;
    width: 3.46154em;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about-page .message p::before {
    left: 0;
    padding-top: 3.84615em;
    background-image: url("../images/message-olive.svg");
  }
  .about-page .message p::after {
    right: 0;
    margin-top: 0.38462em;
    padding-top: 2.69231em;
    background-image: url("../images/message-fruit.svg");
  }
}

.lunch-page #dinner-slider,
.dinner-page #dinner-slider {
  position: relative;
  width: 100%;
}

.lunch-page #dinner-slider .slick-list,
.dinner-page #dinner-slider .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lunch-page #dinner-slider .slick-list .slick-track,
.dinner-page #dinner-slider .slick-list .slick-track {
  height: 100%;
}

.lunch-page #dinner-slider .slick-list .slick-track img,
.dinner-page #dinner-slider .slick-list .slick-track img {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .lunch-page #dinner-slider,
  .dinner-page #dinner-slider {
    height: 400px;
  }
  .lunch-page #dinner-slider .slick-slide,
  .dinner-page #dinner-slider .slick-slide {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .lunch-page #dinner-slider,
  .dinner-page #dinner-slider {
    padding-top: 9.61538em;
  }
  .lunch-page #dinner-slider .slick-slide,
  .dinner-page #dinner-slider .slick-slide {
    padding: 0 0.76923em;
  }
}

.access-page .ggl-map {
  position: relative;
  width: 100%;
}

.access-page .ggl-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .access-page .ggl-map {
    height: 440px;
  }
}

@media screen and (max-width: 767px) {
  .access-page .ggl-map {
    padding-top: 16.92308em;
  }
}

.reservation-page .reservation-info p.tel {
  background-color: rgba(238, 238, 238, 0.7);
  border-style: solid;
  border-color: #874d52;
  text-align: center;
}

.reservation-page .reservation-info p.tel a {
  display: inline-block;
  color: #5b3233;
  line-height: 1.5;
}

.reservation-page .reservation-info p.tel a em {
  font-weight: 700;
  font-style: normal;
}

.reservation-page .hours .col {
  background-color: #f3f3f3;
}

.reservation-page .hours .col .inner {
  background-color: #fff;
  text-align: center;
}

.reservation-page .hours .col .inner h3 {
  color: #6c4c4c;
}

.reservation-page .hours .col .inner p {
  line-height: 1.818;
}

@media screen and (min-width: 768px) {
  .reservation-page .reservation-info p:not(:first-child),
  .reservation-page .charter p:not(:first-child) {
    margin-top: 2.22222em;
  }
  .reservation-page .reservation-info p.tel {
    padding: 50px;
    border-width: 0.444em;
  }
  .reservation-page .reservation-info p.tel a {
    padding: 0 20px;
    font-size: 32px !important;
    font-size: 3.2rem !important;
    letter-spacing: 0.2em;
  }
  .reservation-page .reservation-info p.tel a em {
    font-size: 52px !important;
    font-size: 5.2rem !important;
  }
  .reservation-page .hours .col {
    padding: 20px;
  }
  .reservation-page .hours .col .inner {
    padding: 55px 20px 60px;
    border-radius: 10px;
  }
  .reservation-page .hours .col .inner h3 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .reservation-page .hours .col .inner p {
    margin-top: 35px;
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .reservation-page .reservation-info p:not(:first-child),
  .reservation-page .charter p:not(:first-child) {
    margin-top: 1.61538em;
  }
  .reservation-page .reservation-info p.tel {
    padding: 2em 0.76923em;
    border-width: 0.30769em;
  }
  .reservation-page .reservation-info p.tel a {
    font-size: 32px !important;
    font-size: 5vw !important;
    letter-spacing: 0.1em;
  }
  .reservation-page .reservation-info p.tel a em {
    font-size: 52px !important;
    font-size: 8.125vw !important;
  }
  .reservation-page .hours .col {
    padding: 0.76923em;
  }
  .reservation-page .hours .col .inner {
    padding: 2.11538em 0.76923em 2.30769em;
    border-radius: 0.38462em;
  }
  .reservation-page .hours .col .inner h3 {
    font-size: 36px !important;
    font-size: 5.625vw !important;
  }
  .reservation-page .hours .col .inner p {
    margin-top: 1.16667em;
    font-size: 30px !important;
    font-size: 4.6875vw !important;
  }
}

.info-page .info-list ul {
  border-top: 1px solid #dbd6bb;
}

.info-page .info-list ul li {
  border-bottom: 1px solid #dbd6bb;
}

.info-page .info-list ul li::after {
  content: " ";
  display: block;
  clear: both;
}

.info-page .info-list ul li .cat {
  color: #fff;
  text-align: center;
}

.info-page .info-list ul li .cat.info {
  background-color: #721313;
}

.info-page .info-list ul li .cat.media {
  background-color: #363c48;
}

.info-page .info-post .post-body .title {
  border-bottom: 1px solid #dbd6bb;
}

.info-page .info-post .post-body .title h3 {
  font-weight: 700;
}

.info-page .info-post .post-body .title .date {
  line-height: 1.2;
  text-align: right;
}

.info-page .info-post .post-body .content p:not(:first-child) {
  margin-top: 1em;
}

.info-page .info-post .post-body .btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .info-page .info-list ul li {
    padding: 14px 50px;
  }
  .info-page .info-list ul li::after {
    content: " ";
    display: block;
    clear: both;
  }
  .info-page .info-list ul li .cat,
  .info-page .info-list ul li .date,
  .info-page .info-list ul li .title {
    padding: 5px 0;
    line-height: 1.2;
  }
  .info-page .info-list ul li .cat {
    float: left;
    width: 120px;
    margin-right: 45px;
  }
  .info-page .info-list ul li .date {
    float: left;
    width: 120px;
  }
  .info-page .info-list ul li .title {
    padding-left: 295px;
  }
  .info-page .info-post .post-body .title {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .info-page .info-post .post-body .title h3 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .info-page .info-post .post-body .btn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .info-page .info-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.53846em;
  }
  .info-page .info-list ul li .cat,
  .info-page .info-list ul li .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
  }
  .info-page .info-list ul li .cat {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 7.5em;
    font-size: 16px !important;
    font-size: 2.5vw !important;
  }
  .info-page .info-list ul li .date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0.57692em;
  }
  .info-page .info-list ul li .title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 0.30769em;
    line-height: 1.38462;
  }
  .info-page .info-list ul li .title a {
    display: block;
  }
  .info-page .info-post .post-body .title {
    margin-bottom: 1.53846em;
    padding-bottom: 0.57692em;
  }
  .info-page .info-post .post-body .title h3 {
    font-size: 30px !important;
    font-size: 4.6875vw !important;
  }
  .info-page .info-post .post-body .btn {
    margin-top: 2.30769em;
  }
}

.sell-page #main-title {
  margin-bottom: 0 !important;
}

.sell-page .row .btn {
  margin-top: 10px;
}

.takeout-menu img {
    width: 350px;
    margin: 10px;
}
/*# sourceMappingURL=main.css.map */