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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ====================================== responsive */
.dspPc {
  display: block;
}
@media (max-width: 767px) {
  .dspPc {
    display: none;
  }
}

.dspSp {
  display: none;
}
@media (max-width: 767px) {
  .dspSp {
    display: block;
  }
}

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

/* ====================================== wrapper */
.wrapper {
  margin: 0 auto;
  width: 92%;
}
.wrapper.-wide {
  max-width: 980px;
}
.wrapper.-common {
  max-width: 900px;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .reverse {
    display: block;
  }
}

table.simpleGrayTable {
  width: 100%;
}
table.simpleGrayTable tr {
  width: 100%;
  border-top: 1px solid #cccccc;
  text-align: left;
}
table.simpleGrayTable tr:last-child {
  border-bottom: 1px solid #cccccc;
}
table.simpleGrayTable tr th {
  white-space: nowrap;
  padding: 1.2em;
}
table.simpleGrayTable tr td {
  padding: 1.2em;
}
@media (max-width: 767px) {
  table.simpleGrayTable tr th,
  table.simpleGrayTable tr td {
    width: 100%;
    display: block;
  }
  table.simpleGrayTable tr th {
    padding: 1em 0 0.5em;
    font-weight: bold;
  }
  table.simpleGrayTable tr td {
    padding: 0 0 1em 0;
  }
}

table.boxStyleTable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.7em;
}
table.boxStyleTable tr {
  width: 100%;
  background: #ffffff;
}
table.boxStyleTable tr th {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 0 1em;
}
table.boxStyleTable tr td {
  border: 1px solid #cccccc;
  padding: 1em 1.5em;
}
@media (max-width: 767px) {
  table.boxStyleTable tr:last-child {
    border-bottom: 1px solid #cccccc;
  }
  table.boxStyleTable tr th,
  table.boxStyleTable tr td {
    display: block;
    border-bottom: none;
    text-align: left;
  }
  table.boxStyleTable tr th {
    padding: 0.5em 4%;
  }
  table.boxStyleTable tr td {
    padding: 1em 4%;
  }
}

ul.dotsList li {
  padding: 0 0 0.1em 20px;
}
ul.dotsList li:before {
  content: "・";
  display: inline-block;
  text-indent: -20px;
}

ol.numList {
  counter-reset: item;
}
ol.numList li {
  padding: 0 0 0.1em 20px;
  list-style-type: none;
}
ol.numList li:before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  text-indent: -20px;
}

ol.numBraList {
  counter-reset: item;
}
ol.numBraList li {
  padding: 0 0 0.1em 30px;
  list-style-type: none;
}
ol.numBraList li:before {
  counter-increment: item;
  content: "(" counter(item) ") ";
  display: inline-block;
  text-indent: -30px;
}

a {
  color: #1D1D1D;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
  letter-spacing: 0.04em;
  font-size: 16px;
  color: #1D1D1D;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 2em;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.mincho {
  font-family: "shippori-mincho", sans-serif;
}

.bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.under {
  text-decoration: underline;
}

.small {
  font-size: 14px;
}

.headerWrapper .header {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 18%;
  background-image: url(../img/common/bg_common.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
}
@media (max-width: 1024px) {
  .headerWrapper .header {
    height: 90px;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .headerWrapper .header {
    height: 70px;
  }
}
.headerWrapper .header .logo {
  text-align: center;
  margin: 60px 0 20px;
}
.headerWrapper .header .logo a img {
  width: 60%;
}
@media (max-width: 1024px) {
  .headerWrapper .header .logo {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 20px;
  }
  .headerWrapper .header .logo a img {
    width: 60%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .headerWrapper .header .logo a img {
    width: 80%;
  }
}
.headerWrapper .header .navArea .globalMenu {
  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;
}
.headerWrapper .header .navArea .globalMenu .nav {
  width: 83%;
}
.headerWrapper .header .navArea .globalMenu .nav li {
  font-family: "shippori-mincho", sans-serif;
}
.headerWrapper .header .navArea .globalMenu .nav li .menuArea {
  margin: 30px 0;
}
.headerWrapper .header .navArea .globalMenu .nav li .menuArea li {
  margin-bottom: 20px;
}
.headerWrapper .header .navArea .globalMenu .nav li .menuArea li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.headerWrapper .header .navArea .globalMenu .nav li .menuArea li a img {
  width: 40%;
  margin-right: 10px;
}
.headerWrapper .header .navArea .globalMenu .nav li .menuArea li a p {
  width: 40%;
  width: 40%;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1.5em;
}
.headerWrapper .header .navArea .globalMenu .nav li.libottom {
  margin-bottom: 10px;
}
.headerWrapper .header .navArea .globalMenu .nav li.instagram a img {
  width: 20px;
}
.headerWrapper .header .navArea .white-bg {
  position: fixed;
  background-color: #ffffff;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .headerWrapper .header .navArea .btn-gnavi {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    z-index: 2000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .headerWrapper .header .navArea .btn-gnavi {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px;
    border-radius: 5px;
  }
}
@media (max-width: 1024px) {
  .headerWrapper .header .navArea .btn-gnavi .hum {
    width: 40px;
    height: 20px;
    position: relative;
  }
  .headerWrapper .header .navArea .btn-gnavi .hum span {
    background-color: #1D1D1D;
    width: 40px;
    height: 2px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    display: block;
    position: absolute;
  }
  .headerWrapper .header .navArea .btn-gnavi .hum span:nth-child(1) {
    top: 0px;
  }
  .headerWrapper .header .navArea .btn-gnavi .hum span:nth-child(2) {
    top: 9px;
  }
  .headerWrapper .header .navArea .btn-gnavi .hum span:nth-child(3) {
    top: 18px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .headerWrapper .header .navArea .btn-gnavi .hum {
    width: 30px;
    height: 16px;
    position: relative;
  }
  .headerWrapper .header .navArea .btn-gnavi .hum span {
    background-color: #1D1D1D;
    width: 30px;
    height: 2px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    display: block;
    position: absolute;
  }
  .headerWrapper .header .navArea .btn-gnavi .hum span:nth-child(1) {
    top: 0px;
  }
  .headerWrapper .header .navArea .btn-gnavi .hum span:nth-child(2) {
    top: 7px;
  }
  .headerWrapper .header .navArea .btn-gnavi .hum span:nth-child(3) {
    top: 14px;
  }
}
@media (max-width: 1024px) {
  .headerWrapper .header .navArea .globalMenu {
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 70%;
    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;
    background-image: url(../img/common/bg_header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top top;
    z-index: 500;
  }
  .headerWrapper .header .navArea .globalMenu .nav {
    width: 83%;
    display: block;
  }
  .headerWrapper .header .navArea .globalMenu .nav li .menuArea {
    margin: 40px 0;
  }
  .headerWrapper .header .navArea .globalMenu .nav li .menuArea li {
    margin-bottom: 20px;
  }
  .headerWrapper .header .navArea .globalMenu .nav li .menuArea li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .headerWrapper .header .navArea .globalMenu .nav li .menuArea li a img {
    width: 40%;
    margin-right: 20px;
  }
  .headerWrapper .header .navArea .globalMenu .nav li .menuArea li a p {
    width: 40%;
    width: 40%;
    font-size: 24px;
    white-space: nowrap;
    line-height: 1.5em;
  }
  .headerWrapper .header .navArea .globalMenu .nav li.libottom {
    margin-bottom: 20px;
  }
  .headerWrapper .header .navArea .globalMenu .nav li.instagram a img {
    width: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .headerWrapper .header .navArea .globalMenu .nav li .menuArea {
    margin: 20px 0;
  }
  .headerWrapper .header .navArea .globalMenu .nav li .menuArea li {
    margin-bottom: 10px;
  }
  .headerWrapper .header .navArea .globalMenu .nav li .menuArea li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .headerWrapper .header .navArea .globalMenu .nav li .menuArea li a img {
    width: 40%;
    margin-right: 10px;
  }
  .headerWrapper .header .navArea .globalMenu .nav li .menuArea li a p {
    width: 40%;
    width: 40%;
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.5em;
  }
  .headerWrapper .header .navArea .globalMenu .nav li.libottom {
    margin-bottom: 20px;
  }
  .headerWrapper .header .navArea .globalMenu .nav li.instagram a img {
    width: 20px;
  }
}

@media (max-width: 767px) {
  .open .header .navArea .btn-gnavi .hum {
    width: 30px;
    height: 16px;
  }
}
.open .header .navArea .btn-gnavi .hum span {
  background: #1D1D1D;
  z-index: 20;
}
.open .header .navArea .btn-gnavi .hum span:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 8px;
}
.open .header .navArea .btn-gnavi .hum span:nth-child(2) {
  display: none;
}
.open .header .navArea .btn-gnavi .hum span:nth-child(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 8px;
}
.open .header .navArea .globalMenu {
  right: 0;
}
.open .header .navArea .white-bg {
  opacity: 0.5;
  visibility: visible;
}

footer {
  background-image: url(../img/home/bg_footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}

body {
  margin-left: 18%;
  position: relative;
}
@media (max-width: 1024px) {
  body {
    margin-left: 0%;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  body {
    padding-bottom: 60px;
  }
}

.ttl {
  font-family: "shippori-mincho", sans-serif;
  /* ------------------------------ -aboutTtl */
  /* ------------------------------ -aboutTtl */
  /* ------------------------------ -ordertl */
  /* ------------------------------ -menu_genreTtl*/
}
.ttl.-aboutTtl {
  font-size: 22px;
  margin-bottom: 30px;
}
.ttl.-aboutTtl .name {
  font-weight: bold;
  font-size: 24px;
}
.ttl.-menuTtl {
  font-size: 35px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
.ttl.-menuTtl::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 10px;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .ttl.-menuTtl {
    font-size: 28px;
    padding-left: 20px;
  }
  .ttl.-menuTtl .set_small {
    font-size: 16px;
  }
}
.ttl.-orderTtl, .ttl.-accessTtl {
  text-align: center;
  width: 400px;
  font-size: 28px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #1D1D1D;
  display: block;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .ttl.-orderTtl, .ttl.-accessTtl {
    text-align: center;
    width: 200px;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #1D1D1D;
    display: block;
    margin: 0 auto 30px;
  }
}
.ttl.-menu_genreTtl {
  color: #ffffff;
  height: 60px;
  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;
  margin-bottom: 40px;
  font-size: 36px;
}
.ttl.-menu_genreTtl.-black {
  background-color: #424242;
}
.ttl.-menu_genreTtl.-red {
  background-color: #A42338;
}
.ttl.-menu_genreTtl.-yellow {
  background-color: #B78C40;
}
.ttl.-menu_genreTtl.-green {
  background-color: #6BAD42;
}
@media (max-width: 767px) {
  .ttl.-menu_genreTtl {
    height: 50px;
    margin-top:50px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.breadcrumb {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .breadcrumb {
    margin-top: 100px;
  }
}
.breadcrumb li a {
  color: #C9C8C8;
}
.breadcrumb li::after {
  content: url(../../assets/img/bread_arrow.svg);
  padding: 0 10px;
  top: 50%;
}
.breadcrumb li:last-child::after {
  content: "";
}

.btn {
  /* ------------------------------ -navBtn */
  /* ------------------------------ -menuBtn */
  /* ------------------------------ -menuBtn */
  /* ------------------------------ -menumoreBtn */
  /* ------------------------------ -telBtn */
  /* ------------------------------ -reserveBtn */
  /* ------------------------------ -menutopBtn */
}
.btn.-navBtn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.btn.-navBtn::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #BE813F;
  bottom: -5px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.btn.-navBtn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn.-navBtn:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .btn.-navBtn {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .btn.-navBtn {
    font-size: 16px;
  }
}
.btn.-navmenuBtn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.btn.-navmenuBtn::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #BE813F;
  bottom: 0px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.btn.-navmenuBtn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn.-navmenuBtn:hover {
  opacity: 0.8;
}
.btn.-menuBtn {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.btn.-menuBtn img {
  width: 100%;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.btn.-menuBtn:hover img {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.btn.-menumoreBtn {
  color: #ffffff;
  position: relative;
  padding-right: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
}
.btn.-menumoreBtn::after {
  content: "";
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn.-menumoreBtn:hover {
  opacity: 0.7;
}
.btn.-menumoreBtn:hover::after {
  right: -5%;
}
.btn.-telBtn {
  font-size: 24px;
  color: #BE813F;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn.-telBtn::after {
  content: "";
  background: url(../img/common/icon_tel_yellow.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn.-telBtn:hover {
  opacity: 0.7;
}
.btn.-reserveBtn, .btn.-contactBtn {
  font-size: 24px;
  color: #C31829;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn.-reserveBtn::after, .btn.-contactBtn::after {
  content: "";
  background: url(../img/common/icon_arrow_red.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn.-reserveBtn:hover, .btn.-contactBtn:hover {
  opacity: 0.7;
}
.btn.-menutopBtn {
  display: block;
  margin: 60px auto 0px;
  width: 250px;
  height: 70px;
  background-color: #ffffff;
  border: 1px solid #1D1D1D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "shippori-mincho", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn.-menutopBtn:hover {
  background-color: #1D1D1D;
  color: #ffffff;
}
@media (max-width: 767px) {
  .btn.-menutopBtn {
    margin: 30px auto 0px;
  }
}

#fixedBtn_pc {
  position: fixed;
  right: 0;
  top: 10vh;
  z-index: 100;
}
#fixedBtn_pc .-fixedtelBtn {
  width: 70px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #BE813F;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#fixedBtn_pc .-fixedtelBtn:hover {
  opacity: 0.8;
}
#fixedBtn_pc .-fixedtelBtn .-fixedtel .fixedtelTtl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
}
#fixedBtn_pc .-fixedtelBtn .-fixedtel .fixedtelTtl .exclamation {
  text-combine-upright: all;
}
#fixedBtn_pc .-fixedtelBtn .-fixedtel .fixedtelImg {
  text-align: center;
}
#fixedBtn_pc .-fixedtelBtn .-fixedtel .fixedtelImg img {
  width: 20px;
}
#fixedBtn_pc .-fixedtelBtn .-fixedtel .number {
  font-weight: bold;
  margin-top: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
  color: #ffffff;
}
#fixedBtn_pc .-fixedreserveBtn {
  width: 70px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C31829;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#fixedBtn_pc .-fixedreserveBtn:hover {
  opacity: 0.8;
}
#fixedBtn_pc .-fixedreserveBtn .-fixedreserve .fixedreserveTtl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}
#fixedBtn_pc .-fixedreserveBtn .-fixedreserve .fixedreserveImg {
  text-align: center;
}
#fixedBtn_pc .-fixedreserveBtn .-fixedreserve .fixedreserveImg img {
  width: 20px;
}
@media (max-width: 1024px) {
  #fixedBtn_pc {
    display: none;
  }
}

#fixedBtn_sp {
  display: none;
}
@media (max-width: 1024px) {
  #fixedBtn_sp {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
  }
  #fixedBtn_sp .-fixedtelBtn {
    width: 50%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #BE813F;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #fixedBtn_sp .-fixedtelBtn {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  #fixedBtn_sp .-fixedtelBtn .-fixedtel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fixedBtn_sp .-fixedtelBtn .-fixedtel .fixedtelTtl {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    margin-right: 10px;
  }
  #fixedBtn_sp .-fixedtelBtn .-fixedtel .fixedtelImg img {
    width: 20px;
  }
}
@media (max-width: 1024px) {
  #fixedBtn_sp .-fixedreserveBtn {
    width: 50%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #C31829;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #fixedBtn_sp .-fixedreserveBtn {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  #fixedBtn_sp .-fixedreserveBtn .-fixedreserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fixedBtn_sp .-fixedreserveBtn .-fixedreserve .fixedreserveTtl {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  #fixedBtn_sp .-fixedreserveBtn .-fixedreserve .fixedreserveImg {
    text-align: center;
  }
  #fixedBtn_sp .-fixedreserveBtn .-fixedreserve .fixedreserveImg img {
    width: 20px;
  }
}

#sp_menu {
  background-image: url(../img/common/bg_common.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  display: none;
}
@media (max-width: 1024px) {
  #sp_menu {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 70px;
    padding-top: 90px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #sp_menu {
    padding-top: 70px;
    height: 50px;
  }
}
@media (max-width: 1024px) {
  #sp_menu .sp_menunav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sp_menu .sp_menunav li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: 1px solid #1D1D1D;
    border-top: none;
    width: 60px;
    padding: 10px 0;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #sp_menu .sp_menunav li {
    padding: 5px 0;
  }
}
@media (max-width: 1024px) {
  #sp_menu .sp_menunav li:nth-child(1) {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 1024px) {
  #sp_menu .sp_menunav li:nth-child(4) {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 1024px) {
  #sp_menu .sp_menunav li:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 1024px) {
  #sp_menu .sp_menunav li a {
    height: 100%;
    font-size: 16px;
    line-height: 1.2em;
    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;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #sp_menu .sp_menunav li a {
    font-size: 12px;
  }
}

#kv {
  width: 100%;
  padding-top: 120px;
  position: relative;
  background-image: url(../img/common/bg_common.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
}
#kv .kvimg {
  height: calc(100vh - 120px);
  width: 100%;
  position: relative;
}
#kv .kvimg .bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#kv .kvimg .bg.kv-first {
  background-image: url(../img/home/img_kv01.jpg);
}
#kv .kvimg .bg.kv-second {
  background-image: url(../img/home/img_kv02.jpg);
}
#kv .kvimg .bg.kv-third {
  background-image: url(../img/home/img_kv03.jpg);
}
@media (max-width: 1024px) {
  #kv .kvimg .bg.kv-first {
    background-image: url(../img/home/img_kv01_sp.jpg);
  }
  #kv .kvimg .bg.kv-second {
    background-image: url(../img/home/img_kv02_sp.jpg);
  }
  #kv .kvimg .bg.kv-third {
    background-image: url(../img/home/img_kv03_sp.jpg);
  }
}
#kv::before {
  content: "";
  background: url(../img/home/img_kvlogo.png) no-repeat;
  background-size: contain;
  width: 230px;
  height: 330px;
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 1;
}
#kv::after {
  content: "";
  background: url(../img/home/img_kvtxt.png) no-repeat;
  background-size: contain;
  width: 160px;
  height: 380px;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 1;
}
@media (max-width: 1024px) {
  #kv {
    width: 100%;
    position: relative;
  }
  #kv::before {
    content: "";
    background: url(../img/home/img_kvlogo.png) no-repeat;
    background-size: contain;
    width: 230px;
    height: 330px;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #kv::before {
    width: 160px;
    height: 260px;
    top: 120px;
  }
}
@media (max-width: 1024px) {
  #kv::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  #kv span::before {
    content: "";
    background: url(../img/home/sp_kvmark01.png) no-repeat;
    background-size: contain;
    width: 200px;
    height: 180px;
    position: absolute;
    top: 160px;
    right: 0%;
    z-index: 1000;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #kv span::before {
    width: 120px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  #kv span::after {
    content: "";
    background: url(../img/home/sp_kvmark02.png) no-repeat;
    background-size: contain;
    width: 200px;
    height: 180px;
    position: absolute;
    bottom: -20px;
    left: 0%;
    z-index: 1000;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #kv span::after {
    width: 120px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  #kv .kvimg {
    margin-top: 30%;
    height: calc(100vh - 500px);
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #kv .kvimg {
    margin-top: 40%;
    height: calc(100vh - 400px);
  }
}

#about {
  padding: 100px 0;
  background-image: url(../img/common/bg_common.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 1024px) {
  #about {
    padding: 120px 0 60px;
  }
}
@media (max-width: 767px) {
  #about {
    padding: 100px 0 60px;
  }
}
#about .wrapper .flexArea {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#about .wrapper .flexArea .txtArea {
  width: 50%;
}
#about .wrapper .flexArea .imgArea {
  width: 42%;
}
@media (max-width: 767px) {
  #about .wrapper .flexArea .txtArea {
    width: 100%;
  }
  #about .wrapper .flexArea .imgArea {
    margin-top: 40px;
    width: 100%;
  }
}

#menu #menu_first {
  background-image: url(../img/home/bg_first.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
  padding: 120px 0;
}
@media (max-width: 767px) {
  #menu #menu_first {
    padding: 80px 0;
  }
}
#menu #menu_first .wrapper .ttlArea {
  color: #ffffff;
  margin-bottom: 20px;
}
#menu #menu_first .wrapper .ttlArea p {
  font-size: 18px;
}
#menu #menu_first .wrapper .menuList {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#menu #menu_first .wrapper .menuList li {
  width: 46%;
  margin-top: 60px;
}
#menu #menu_first .wrapper .menuList li a {
  color: #ffffff;
}
#menu #menu_first .wrapper .menuList li .txt {
  margin: 10px 10px 0 10px;
  color: #ffffff;
  margin-top: 10px;
}
#menu #menu_first .wrapper .menuList li .txt .menu_name {
  font-size: 24px;
  font-weight: bold;
}
#menu #menu_first .wrapper .menuList li .txt .menu_ex {
  margin: 5px 0;
}
#menu #menu_first .wrapper .menuList li .txt .flex {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#menu #menu_first .wrapper .menuList li .txt .flex .menu_price {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #menu #menu_first .wrapper .ttlArea {
    color: #ffffff;
    margin-bottom: 0px;
  }
  #menu #menu_first .wrapper .ttlArea p {
    font-size: 18px;
  }
  #menu #menu_first .wrapper .menuList {
    display: -webkit-box;
    display: 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;
    -ms-flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #menu #menu_first .wrapper .menuList li {
    width: 48%;
    margin-top: 40px;
  }
  #menu #menu_first .wrapper .menuList li .txt {
    margin: 10px 0 10px 0;
  }
  #menu #menu_first .wrapper .menuList li .txt .menu_name {
    font-size: 16px;
  }
  #menu #menu_first .wrapper .menuList li .txt .menu_ex {
    display: none;
  }
  #menu #menu_first .wrapper .menuList li .txt .flex {
    display: -webkit-box;
    display: 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;
    -ms-flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #menu #menu_first .wrapper .menuList li .txt .flex .menu_price {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
  }
}
#menu #menu_second {
  background-image: url(../img/home/bg_second.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
  padding: 120px 0;
}
@media (max-width: 767px) {
  #menu #menu_second {
    padding: 80px 0;
  }
}
#menu #menu_second .wrapper .ttlArea {
  color: #ffffff;
  margin-bottom: 20px;
}
#menu #menu_second .wrapper .ttlArea p {
  font-size: 18px;
}
#menu #menu_second .wrapper .menuList {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#menu #menu_second .wrapper .menuList li {
  width: 46%;
  margin-top: 60px;
}
#menu #menu_second .wrapper .menuList li a {
  color: #ffffff;
}
#menu #menu_second .wrapper .menuList li .txt {
  color: #ffffff;
  margin: 10px 10px 0 10px;
}
#menu #menu_second .wrapper .menuList li .txt .menu_tag {
  width: 180px;
  height: 30px;
  background-image: url(../img/home/bg_tag_second.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
  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;
  margin-bottom: 10px;
}
#menu #menu_second .wrapper .menuList li .txt .menu_tag p {
  font-size: 16px;
}
#menu #menu_second .wrapper .menuList li .txt .menu_name {
  font-size: 24px;
  font-weight: bold;
}
#menu #menu_second .wrapper .menuList li .txt .menu_ex {
  margin: 5px 0;
}
#menu #menu_second .wrapper .menuList li .txt .flex {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#menu #menu_second .wrapper .menuList li .txt .flex .menu_price {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #menu #menu_second .wrapper .ttlArea {
    color: #ffffff;
    margin-bottom: 0px;
  }
  #menu #menu_second .wrapper .ttlArea p {
    font-size: 18px;
  }
  #menu #menu_second .wrapper .menuList {
    display: -webkit-box;
    display: 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;
    -ms-flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #menu #menu_second .wrapper .menuList li {
    width: 48%;
    margin-top: 40px;
  }
  #menu #menu_second .wrapper .menuList li .txt {
    margin: 10px 0 10px 0;
  }
  #menu #menu_second .wrapper .menuList li .txt .menu_tag {
    width: 100px;
    height: 20px;
    background-image: url(../img/home/bg_tag_second.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    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;
    margin-bottom: 5px;
  }
  #menu #menu_second .wrapper .menuList li .txt .menu_tag p {
    font-size: 12px;
  }
  #menu #menu_second .wrapper .menuList li .txt .menu_name {
    font-size: 16px;
  }
  #menu #menu_second .wrapper .menuList li .txt .menu_ex {
    display: none;
  }
  #menu #menu_second .wrapper .menuList li .txt .flex {
    display: -webkit-box;
    display: 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;
    -ms-flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #menu #menu_second .wrapper .menuList li .txt .flex .menu_price {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
  }
}
#menu #menu_third {
  background-image: url(../img/home/bg_third.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
  padding: 120px 0;
}
@media (max-width: 767px) {
  #menu #menu_third {
    padding: 80px 0;
  }
}
#menu #menu_third .wrapper .ttlArea {
  color: #ffffff;
  margin-bottom: 20px;
}
#menu #menu_third .wrapper .ttlArea p {
  font-size: 18px;
}
#menu #menu_third .wrapper .menuList {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#menu #menu_third .wrapper .menuList li {
  width: 46%;
  margin-top: 60px;
}
#menu #menu_third .wrapper .menuList li a {
  color: #ffffff;
}
#menu #menu_third .wrapper .menuList li .txt {
  color: #ffffff;
  margin: 10px 10px 0 10px;
}
#menu #menu_third .wrapper .menuList li .txt .menu_tag {
  width: 180px;
  height: 30px;
  background-image: url(../img/home/bg_tag_third.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
  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;
  margin-bottom: 10px;
}
#menu #menu_third .wrapper .menuList li .txt .menu_tag p {
  font-size: 16px;
}
#menu #menu_third .wrapper .menuList li .txt .menu_name {
  font-size: 24px;
  font-weight: bold;
}
#menu #menu_third .wrapper .menuList li .txt .menu_ex {
  margin: 5px 0;
}
#menu #menu_third .wrapper .menuList li .txt .flex {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#menu #menu_third .wrapper .menuList li .txt .flex .menu_price {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #menu #menu_third .wrapper .ttlArea {
    color: #ffffff;
    margin-bottom: 0px;
  }
  #menu #menu_third .wrapper .ttlArea p {
    font-size: 18px;
  }
  #menu #menu_third .wrapper .menuList {
    display: -webkit-box;
    display: 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;
    -ms-flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #menu #menu_third .wrapper .menuList li {
    width: 48%;
    margin-top: 40px;
  }
  #menu #menu_third .wrapper .menuList li .txt {
    margin: 10px 0 10px 0;
  }
  #menu #menu_third .wrapper .menuList li .txt .menu_tag {
    width: 100px;
    height: 20px;
    background-image: url(../img/home/bg_tag_second.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    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;
    margin-bottom: 5px;
  }
  #menu #menu_third .wrapper .menuList li .txt .menu_tag p {
    font-size: 12px;
  }
  #menu #menu_third .wrapper .menuList li .txt .menu_name {
    font-size: 16px;
  }
  #menu #menu_third .wrapper .menuList li .txt .menu_ex {
    display: none;
  }
  #menu #menu_third .wrapper .menuList li .txt .flex {
    display: -webkit-box;
    display: 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;
    -ms-flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #menu #menu_third .wrapper .menuList li .txt .flex .menu_price {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
  }
}
#menu #menu_fourth {
  background-image: url(../img/home/bg_fourth.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
  padding: 120px 0;
}
@media (max-width: 767px) {
  #menu #menu_fourth {
    padding: 80px 0;
  }
}
#menu #menu_fourth .wrapper .ttlArea {
  color: #ffffff;
  margin-bottom: 20px;
}
#menu #menu_fourth .wrapper .ttlArea p {
  font-size: 18px;
}
#menu #menu_fourth .wrapper .menuList {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#menu #menu_fourth .wrapper .menuList li {
  width: 46%;
  margin-top: 60px;
}
#menu #menu_fourth .wrapper .menuList li a {
  color: #ffffff;
}
#menu #menu_fourth .wrapper .menuList li .txt {
  color: #ffffff;
  margin: 10px 10px 0 10px;
}
#menu #menu_fourth .wrapper .menuList li .txt .menu_tag {
  width: 180px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
  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;
  margin-bottom: 10px;
}
#menu #menu_fourth .wrapper .menuList li .txt .menu_tag.-green {
  background-image: url(../img/home/bg_tag_fourth01.svg);
}
#menu #menu_fourth .wrapper .menuList li .txt .menu_tag.-yellow {
  background-image: url(../img/home/bg_tag_fourth02.svg);
}
#menu #menu_fourth .wrapper .menuList li .txt .menu_tag p {
  font-size: 16px;
}
#menu #menu_fourth .wrapper .menuList li .txt .menu_name {
  font-size: 24px;
  font-weight: bold;
}
#menu #menu_fourth .wrapper .menuList li .txt .menu_ex {
  margin: 5px 0;
}
#menu #menu_fourth .wrapper .menuList li .txt .flex {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#menu #menu_fourth .wrapper .menuList li .txt .flex .menu_price {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #menu #menu_fourth .wrapper .ttlArea {
    color: #ffffff;
    margin-bottom: 0px;
  }
  #menu #menu_fourth .wrapper .ttlArea p {
    font-size: 18px;
  }
  #menu #menu_fourth .wrapper .menuList {
    display: -webkit-box;
    display: 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;
    -ms-flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #menu #menu_fourth .wrapper .menuList li {
    width: 48%;
    margin-top: 40px;
  }
  #menu #menu_fourth .wrapper .menuList li .txt {
    margin: 10px 0 10px 0;
  }
  #menu #menu_fourth .wrapper .menuList li .txt .menu_tag {
    width: 100px;
    height: 20px;
    background-image: url(../img/home/bg_tag_second.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    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;
    margin-bottom: 5px;
  }
  #menu #menu_fourth .wrapper .menuList li .txt .menu_tag p {
    font-size: 12px;
  }
  #menu #menu_fourth .wrapper .menuList li .txt .menu_name {
    font-size: 16px;
  }
  #menu #menu_fourth .wrapper .menuList li .txt .menu_ex {
    display: none;
    font-size: 12px !important;
  }
  #menu #menu_fourth .wrapper .menuList li .txt .flex {
    display: -webkit-box;
    display: 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;
    -ms-flex-wrap: wrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #menu #menu_fourth .wrapper .menuList li .txt .flex .menu_price {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
  }
}

#order {
  padding: 120px 0;
  background-image: url(../img/common/bg_common.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
}
@media (max-width: 767px) {
  #order {
    padding: 80px 0;
  }
}
#order .wrapper .order_txt {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  #order .wrapper .order_txt {
    font-size: 16px;
  }
}
#order .wrapper .infoArea {
  margin: 70px 0 100px;
}
#order .wrapper .infoArea li {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
#order .wrapper .infoArea li:last-child {
  margin-bottom: 0;
}
#order .wrapper .infoArea li .ttlArea {
  width: 200px;
  height: 70px;
  border: 1px solid #1D1D1D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#order .wrapper .infoArea li .ttlArea p {
  font-size: 18px;
  font-weight: bold;
}
#order .wrapper .infoArea li .txtArea {
  width: 65%;
}
@media (max-width: 767px) {
  #order .wrapper .infoArea {
    margin: 40px 0 70px;
  }
  #order .wrapper .infoArea li {
    margin-bottom: 30px;
  }
  #order .wrapper .infoArea li .ttlArea {
    width: 200px;
    height: 50px;
    border: 1px solid #1D1D1D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #order .wrapper .infoArea li .ttlArea p {
    font-size: 18px;
    font-weight: bold;
  }
  #order .wrapper .infoArea li .txtArea {
    margin-top: 10px;
    width: 100%;
  }
}
#order .wrapper .orderbtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#order .wrapper .orderbtnArea li {
  text-align: center;
  border: 1px solid #1D1D1D;
  padding: 50px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
#order .wrapper .orderbtnArea li:nth-child(1) {
  border-right: none;
}
#order .wrapper .orderbtnArea li:nth-child(3) {
  border-left: none;
}
#order .wrapper .orderbtnArea li .ttlArea {
  margin: 0 auto 20px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2em;
  width: 55px;
  height: 55px;
  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;
}
#order .wrapper .orderbtnArea li .ttlArea.-red {
  background-color: #C31829;
}
#order .wrapper .orderbtnArea li .ttlArea.-yellow {
  background-color: #BE813F;
}
#order .wrapper .orderbtnArea li .-ex {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  #order .wrapper .orderbtnArea {
    display: block;
  }
  #order .wrapper .orderbtnArea li {
    text-align: center;
    border: 1px solid #1D1D1D;
    padding: 20px 20px;
    position: relative;
  }
  #order .wrapper .orderbtnArea li:nth-child(1) {
    border-right: 1px solid #1D1D1D;
    border-bottom: none;
  }
  #order .wrapper .orderbtnArea li:nth-child(3) {
    border-left: 1px solid #1D1D1D;
    border-top: none;
  }
  #order .wrapper .orderbtnArea li .ttlArea {
    margin: 0 auto 20px;
    text-align: center;
    color: #ffffff;
    line-height: 1.2em;
    width: 45px;
    height: 45px;
    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;
  }
  #order .wrapper .orderbtnArea li .ttlArea.-red {
    background-color: #C31829;
  }
  #order .wrapper .orderbtnArea li .ttlArea.-yellow {
    background-color: #BE813F;
  }
  #order .wrapper .orderbtnArea li .-ex {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
  }
}
#order .wrapper .cautionArea {
  margin: 40px auto 0;
  width: 100%;
}

#access {
  padding: 120px 0;
  background-color: #F2F0D8;
  position: relative;
}
@media (max-width: 767px) {
  #access {
    padding: 80px 0;
  }
}
#access .message {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
}
#access .message p {
  white-space: nowrap;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  #access .message {
    display: none;
  }
}
#access .wrapper .access_txt {
  font-size: 18px;
  text-align: center;
}
#access .wrapper .access_txt.-red {
  color: #C31829;
}
@media (max-width: 767px) {
  #access .wrapper .access_txt {
    font-size: 16px;
  }
}
#access .googlemap {
  margin: 40px 0 30px;
}
@media (max-width: 767px) {
  #access .googlemap {
    margin: 30px 0 20px;
  }
}
#access .wrapper .flexArea {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}
#access .wrapper .flexArea section {
  width: 42%;
}
#access .wrapper .message_sp {
  margin-top: 20px;
  text-align: center;
  background-color: #ffffff;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  #access .wrapper .flexArea {
    margin-top: 40px;
  }
  #access .wrapper .flexArea section {
    width: 48%;
    font-size: 14px;
    line-height: 1.7em;
  }
}

#imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menucontents {
  background-image: url(../img/common/bg_common.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top top;
  padding: 120px 0 300px;
}
@media (max-width: 767px) {
  #menucontents {
    padding: 80px 0;
  }
}
#menucontents .wrapper .inner .flexArea {
  display: -webkit-box;
  display: 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;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#menucontents .wrapper .inner .flexArea .imgArea {
  width: 60%;
}
#menucontents .wrapper .inner .flexArea .txtArea {
  width: 34%;
}
#menucontents .wrapper .inner .flexArea .txtArea .menu_name {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
#menucontents .wrapper .inner .flexArea .txtArea .menu_price {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
#menucontents .wrapper .inner .flexArea .txtArea .contents {
  margin-top: 20px;
}
#menucontents .wrapper .inner .flexArea .txtArea .contents .contents_ttl {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #menucontents .wrapper .inner .flexArea .imgArea {
    width: 100%;
    margin-bottom: 20px;
  }
  #menucontents .wrapper .inner .flexArea .txtArea {
    width: 100%;
  }
  #menucontents .wrapper .inner .flexArea .txtArea .menu_name {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  #menucontents .wrapper .inner .flexArea .txtArea .menu_price {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  #menucontents .wrapper .inner .flexArea .txtArea .contents {
    margin-top: 10px;
  }
  #menucontents .wrapper .inner .flexArea .txtArea .contents .contents_ttl {
    font-size: 18px;
    font-weight: bold;
  }
}
#menucontents .wrapper .inner .caution {
  margin-top: 40px;
  color: #646464;
}
@media (max-width: 767px) {
  #menucontents .wrapper .inner .caution {
    margin-top: 30px;
  }
}