@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&display=swap');
@charset "UTF-8";
/*font-family: 'Noto Serif JP', serif;*/
/*===== BASE =====*/
/* 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;
}

/* 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,
q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  /*content: " ";
  display: table;*/
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.tabelog_link{
  border: solid 1px #333333;
  width: 100px;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*===== COMMON =====*/
html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-size: 14px;
  font-family: "Noto Sans CJK JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.75;
  color: #333333;
}
body.fixed {
  overflow: hidden;
  position: fixed;
}

.container {
  width: 100%;
  min-width: 1024px;
  overflow: hidden;
}

.wrapper {
  width: 1024px;
  margin: 0 auto;
}

.ft-serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

a:link,
a:visited,
a:active {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.trans {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.trans:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;

}

.text-capitalize {
  text-transform: capitalize;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.sm {
  display: none !important;
}

.regu {
  font-family: "YuMincho-Regular";
}

/**/
@media (max-width: 640px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .container {
    width: 100%;
    min-width: 0;
    position: relative;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding: 0 0.3rem;
  }
}
/*===== RESPONSIVE =====*/
@media (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 635px) {
  html {
    font-size: 99.21875px;
  }
}
@media (max-width: 630px) {
  html {
    font-size: 98.4375px;
  }
}
@media (max-width: 625px) {
  html {
    font-size: 97.65625px;
  }
}
@media (max-width: 620px) {
  html {
    font-size: 96.875px;
  }
}
@media (max-width: 615px) {
  html {
    font-size: 96.09375px;
  }
}
@media (max-width: 610px) {
  html {
    font-size: 95.3125px;
  }
}
@media (max-width: 605px) {
  html {
    font-size: 94.53125px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 93.75px;
  }
}
@media (max-width: 595px) {
  html {
    font-size: 92.96875px;
  }
}
@media (max-width: 590px) {
  html {
    font-size: 92.1875px;
  }
}
@media (max-width: 585px) {
  html {
    font-size: 91.40625px;
  }
}
@media (max-width: 580px) {
  html {
    font-size: 90.625px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 89.84375px;
  }
}
@media (max-width: 570px) {
  html {
    font-size: 89.0625px;
  }
}
@media (max-width: 565px) {
  html {
    font-size: 88.28125px;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 87.5px;
  }
}
@media (max-width: 555px) {
  html {
    font-size: 86.71875px;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 85.9375px;
  }
}
@media (max-width: 545px) {
  html {
    font-size: 85.15625px;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 84.375px;
  }
}
@media (max-width: 535px) {
  html {
    font-size: 83.59375px;
  }
}
@media (max-width: 530px) {
  html {
    font-size: 82.8125px;
  }
}
@media (max-width: 525px) {
  html {
    font-size: 82.03125px;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 81.25px;
  }
}
@media (max-width: 515px) {
  html {
    font-size: 80.46875px;
  }
}
@media (max-width: 510px) {
  html {
    font-size: 79.6875px;
  }
}
@media (max-width: 505px) {
  html {
    font-size: 78.90625px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 78.125px;
  }
}
@media (max-width: 495px) {
  html {
    font-size: 77.34375px;
  }
}
@media (max-width: 490px) {
  html {
    font-size: 76.5625px;
  }
}
@media (max-width: 485px) {
  html {
    font-size: 75.78125px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media (max-width: 475px) {
  html {
    font-size: 74.21875px;
  }
}
@media (max-width: 470px) {
  html {
    font-size: 73.4375px;
  }
}
@media (max-width: 465px) {
  html {
    font-size: 72.65625px;
  }
}
@media (max-width: 460px) {
  html {
    font-size: 71.875px;
  }
}
@media (max-width: 455px) {
  html {
    font-size: 71.09375px;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 70.3125px;
  }
}
@media (max-width: 445px) {
  html {
    font-size: 69.53125px;
  }
}
@media (max-width: 440px) {
  html {
    font-size: 68.75px;
  }
}
@media (max-width: 435px) {
  html {
    font-size: 67.96875px;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 67.1875px;
  }
}
@media (max-width: 425px) {
  html {
    font-size: 66.40625px;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 65.625px;
  }
}
@media (max-width: 415px) {
  html {
    font-size: 64.84375px;
  }
}
@media (max-width: 410px) {
  html {
    font-size: 64.0625px;
  }
}
@media (max-width: 405px) {
  html {
    font-size: 63.28125px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media (max-width: 395px) {
  html {
    font-size: 61.71875px;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 60.9375px;
  }
}
@media (max-width: 385px) {
  html {
    font-size: 60.15625px;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 59.375px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 58.59375px;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 57.8125px;
  }
}
@media (max-width: 365px) {
  html {
    font-size: 57.03125px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media (max-width: 355px) {
  html {
    font-size: 55.46875px;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 54.6875px;
  }
}
@media (max-width: 345px) {
  html {
    font-size: 53.90625px;
  }
}
@media (max-width: 340px) {
  html {
    font-size: 53.125px;
  }
}
@media (max-width: 335px) {
  html {
    font-size: 52.34375px;
  }
}
@media (max-width: 330px) {
  html {
    font-size: 51.5625px;
  }
}
@media (max-width: 325px) {
  html {
    font-size: 50.78125px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
/*===== COMMON PARTS =====*/
/* HEADER */
body.fixed {
  overflow: hidden;
}

header {
  padding: 0 0 12.5px 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
}
header .sns {
	padding: 12.5px 0 0 0;
}
header .wrapper {
  padding: 0 97px;
}
header .logo {
  float: left;
  display: block;
  margin-top: 20px;
}
header .right {
  float: right;
}
header .shop {
  float: right;
  display: block;
}
header .right .social {
  float: right;
  margin-top: 0;
  margin-right: -12px;
}
header .right .social li {
  float: left;
  margin: 0 10px;
}
header .right nav {
  float: right;
  margin-right: -16px;
  margin-top: 12px;
}
header .right nav li {
  float: left;
  margin: 0 14px;
}
header .right nav li a {
  color: #534741;
  font-size: 17px;
}
@media(min-width: 641px) {
  header .right nav li.current a {
    border-bottom: 2px solid #534741;
  }
}
/* FOOTER */
footer {
  text-align: center;
  font-size: 10px;
  line-height: 1.65;
  color: #ffffff;
  background-color: #534741;
  position: relative;
  padding: 9px 0;
  margin-top: 2px;
  z-index: 9999;
}
footer .back-top {
  position: fixed;
  right: 20px;
  bottom: 60px;
}
footer a.link {
  color: #ffffff;
}
footer a.link:hover {
  text-decoration: none;
}

@media(max-width: 640px) {
  header {
    padding: 0.165rem 0;
  }
  header .wrapper {
    padding: 0 0.3rem;
  }
  header .button-menu {
    display: block;
    float: right;
    width: 0.67rem;
    height: 0.67rem;
  }
  header .button-menu.active .close {
    display: block;
  }
  header .button-menu.active .open {
    display: none;
  }
  header .button-menu .close {
    display: none;
  }
  header .logo {
    margin-top: 0.14rem;
    width: 2.37rem;
  }
  header .shop {
    margin-top: 0;
    width: 1.15rem;
	padding-right: 15px;
  }
  header .right {
    margin-top: 1rem;
    display: none;
    float: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 99999;
    overflow: auto;
    padding-bottom: 1.8rem;
  }
  header .right .social {
    float: none;
    margin-top: 0.1rem;
    margin-right: 0;
    text-align: center;
  }
  header .right .social li {
    float: none;
    margin: 0 0.5rem;
    display: inline-block;
    width: 0.61rem;
  }
  header .right nav {
    float: none;
    margin-right: 0;
    margin-top: 0.9rem;
  }
  header .right nav li {
    float: none;
    text-align: center;
    margin: 0 0 0.32rem;
    font-weight: bold;
  }
  header .right nav li a {
    font-size: 0.3rem;
  }

  /* FOOTER */
  footer {
    font-size: 0.2rem;
    line-height: 2.025;
    padding: 0.1rem 0;
    margin-top: 0.02rem;
  }
  footer .back-top {
    right: 0.2rem;
    bottom: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
/* KEYVISUAL */
.keyvisual {
  background-size: cover;
  background-position: center center;
  text-align: center;
  height: 199px;
  position: relative;
}
.keyvisual .title-page {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.keyvisual .title-page span {
  display: block;
}

/* breadcrumb */
.breadcrumb {
  text-align: right;
  margin-top: 14px;
}
.breadcrumb .wrapper {
  padding: 0 97px;
}
.breadcrumb .wrapper li {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}
.breadcrumb .wrapper li .arrow {
  padding: 0 7px;
}

.content-page .wrapper {
  padding: 0 97px;
}

@media(max-width: 640px) {
  .keyvisual {
    height: 2rem;
  }
  .keyvisual .title-page img {
    height: 0.59rem;
    width: auto;
  }

  .content-page .wrapper {
    padding: 0 0.3rem;
  }
}
.fuwafuwa {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s ease-out;
  -moz-transition: -moz-transform 0.8s ease-out;
  -ms-transition: -ms-transform 0.8s ease-out;
  -o-transition: -o-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
}

/*===== COMMON PAGES =====*/
.icon-ab {
  position: absolute;
}

.desc-large {
  font-size: 20px;
  line-height: 2.59375;
}

.title-section {
  text-align: center;
}

a.btn-common {
  display: block;
  margin: 0 auto;
  background-color: #534741;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  width: 220px;
  padding: 12px 30px;
  color: #ffffff;
  position: relative;
}
a.btn-common:before {
  position: absolute;
  top: 0;
  content: " ";
  margin: auto 0;
  background-image: url("../img/common/icon_arrow.png");
  width: 6px;
  right: 10px;
  bottom: 0;
  height: 10px;
}
a.btn-common:hover {
  text-decoration: none;
}

.banner {
  background: url(../img/top/banner.jpg) no-repeat center center;
  background-size: cover;
  height: 505px;
}

.has-bg-dot {
  position: relative;
  background: url("../img/common/bg_dot.png") repeat-x;
  background-position: left bottom;
}
.has-bg-dot .wrapper {
  position: relative;
  z-index: 9;
  transition: ease-out 0.5s all;
}
.page-contact .has-bg-dot .wrapper {
    text-align: center;
}

.page-contact .has-bg-dot .wrapper .list-dot,
.page-contact .has-bg-dot .wrapper .list-dot02,
.page-contact .has-bg-dot .wrapper .table-contact {
    text-align: left;
}

.icon01 {
  right: -83px;
  top: -44px;
  display: inline-block;
  width: 229px;
  height: 219px;
  left: auto;
}

.icon02 {
  left: 0px;
  top: -110px;
}

.icon03 {
  right: -11px;
  bottom: -78px;
}

.icon04 {
  left: 85px;
  bottom: -193px;
}

.icon05 {
  right: -10px;
  bottom: -222px;
}

.icon06 {
  left: -367px;
  top: -25px;
}

.icon07 {
  right: -197px;
  top: -83px;
}

.icon08 {
  left: -392px;
  top: -275px;
}

.icon09 {
  right: -223px;
  top: -58px;
}

.icon10 {
  right: -271px;
  top: -87px;
}

.icon11 {
  left: -179px;
  bottom: -20px;
}

.section-concept {
  text-align: center;
  padding: 50px 0 183px;
}
.section-concept .desc-top {
  font-weight: bold;
  font-size: 20px;
  margin-top: 42px;
}
.section-concept .desc-large {
  margin-top: 7px;
  line-height: 2.19375;
}

.page-top {
  position: relative;
}

.section-menu {
  text-align: center;
  padding: 100px 0 203px;
}
.section-menu .list-menu {
  margin-top: 71px;
}
.section-menu .item .desc {
  line-height: 1.46875;
  font-size: 16px;
  margin-top: 26px;
}
.section-menu .btn-common {
  margin-top: 99px;
}

.slick-slide img {
  display: inline-block;
}

.slick-list {
  padding: 0 25px;
}

.slick-arrow {
  border: none;
  background-color: transparent;
  width: 50px;
  height: 52px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999;
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow.slick-prev {
  left: 0;
  background-image: url("../img/top/icon_pre.png");
}
.slick-arrow.slick-next {
  right: 0;
  background-image: url("../img/top/icon_next.png");
}

.section-recruit {
  padding: 100px 0 200px;
}
.section-recruit .wrapper {
  padding: 0 97px;
}
.section-recruit .left {
  float: left;
  text-align: left;
  width: 290px;
  margin-top: 60px;
}
.section-recruit .left .title-section {
  text-align: left;
}
.section-recruit .left .desc {
  font-size: 16px;
  margin-top: 44px;
  font-weight: bold;
}
.section-recruit .left .btn-common {
  margin-left: 0;
  margin-top: 45px;
}
.section-recruit .right {
  float: right;
  width: 540px;
}

.section-news {
  padding: 100px 0 251px;
}
.section-news .wrapper {
  padding: 0 97px;
}
.section-news .list-news {
  margin-top: 50px;
}
.section-news .list-news li {
  border-bottom: 1px solid #929292;
  padding: 28.5px 0;
  font-weight: bold;
}
.section-news .list-news li a {
  display: inline-block;
  width: 100%;
}
.section-news .list-news li .date {
  display: block;
  float: left;
}
.section-news .list-news li .title {
    color: #534741;
    display: block;
    padding-left: 112px;
}
.section-news .list-news li:first-child {
  border-top: 1px solid #929292;
}
.section-news a.btn-common {
  margin-top: 100px;
}

@media(max-width: 640px) {
  .desc-large {
    font-size: 0.28rem;
    line-height: 1.91;
  }

  .title-section {
    height: 0.42rem;
  }
  .title-section img {
    margin: 0 auto;
    height: 100%;
    width: auto;
  }

  a.btn-common {
    width: 4.4rem;
    padding: 0.255rem 0;
    font-size: 0.28rem;
  }
  a.btn-common:before {
    background-image: url("../img/common/sm/icon_arrow.png");
    width: 0.11rem;
    height: 0.18rem;
    right: 0.2rem;
    background-size: 100% 100%;
  }

  .banner {
    background: url(../img/top/sm/banner.jpg) no-repeat center center;
    background-size: cover;
    height: 4.49rem;
  }

  .has-bg-dot {
    background-size: auto 0.96rem;
  }

  .section-concept {
    padding: 1rem 0 1.92rem;
  }
  .section-concept .desc-top {
    font-size: 0.34rem;
    margin-top: 0.4rem;
  }
  .section-concept .desc-large {
    margin-top: 0.1rem;
    line-height: 1.91;
    font-size: 0.28rem;
  }

  .section-menu {
    padding: 1rem 0 2rem;
  }
  .section-menu .wrapper {
    padding: 0 0;
  }
  .section-menu .list-menu {
    margin-top: 0.55rem;
  }
  .section-menu .item .desc {
    font-size: 0.28rem;
    line-height: 1.4;
    margin-top: 0.2rem;
  }
  .section-menu .btn-common {
    margin-top: 1rem;
  }

  .slick-slide img {
    display: inline-block;
    width: 2.95rem;
  }

  .slick-list {
    padding: 0 0;
  }

  .slick-arrow {
    width: 1rem;
    height: 1rem;
    background-size: 100% 100%;
  }
  .slick-arrow.slick-prev {
    background-image: url("../img/top/sm/icon_pre.png");
  }
  .slick-arrow.slick-next {
    background-image: url("../img/top/sm/icon_next.png");
  }

  .section-recruit {
    padding: 1rem 0 2.05rem;
  }
  .section-recruit .wrapper {
    padding: 0 0.2rem;
  }
  .section-recruit .left {
    text-align: left;
    width: auto;
    margin-top: 0;
    float: none;
  }
  .section-recruit .left .title-section {
    text-align: center;
  }
  .section-recruit .right {
    float: none;
    width: auto;
    margin-top: 0.56rem;
  }
  .section-recruit .right .desc {
    font-size: 0.34rem;
    margin-top: 0.4rem;
    text-align: center;
    font-weight: bold;
  }
  .section-recruit .right .btn-common {
    margin: 0.85rem auto 0;
  }

  .section-news {
    padding: 1rem 0 2.58rem;
  }
  .section-news .wrapper {
    padding: 0 0.3rem;
  }
  .section-news .list-news {
    margin-top: 0.6rem;
  }
  .section-news .list-news li {
    padding: 0.38rem 0;
    font-size: 0.28rem;
    line-height: 1.3571;
  }
  .section-news .list-news li .date {
    float: none;
    font-weight: normal;
  }
  .section-news .list-news li .title {
    padding-left: 0;
  }
  .section-news .list-news li span {
    display: block;
  }
  .section-news a.btn-common {
    margin-top: 1rem;
  }

  .icon01 {
    right: 0.07rem;
    top: -0.76rem;
    width: 1rem;
    height: 0.96rem;
  }

  .icon02 {
    left: 0.31rem;
    top: -2.75rem;
    width: 1.05rem;
    height: 1.58rem;
  }

  .icon03 {
    right: 0.1rem;
    bottom: 1.23rem;
    width: 1.19rem;
    height: 0.91rem;
  }

  .icon04 {
    left: 0.15rem;
    bottom: -1.49rem;
    width: 1.14rem;
    height: 1.1rem;
  }

  .icon06 {
    left: -1.1rem;
    top: -0.54rem;
    width: 2.38rem;
    height: 2.3rem;
  }

  .icon07 {
    right: 0.19rem;
    top: -1.39rem;
    width: 1.45rem;
    height: 1.16rem;
  }

  .icon08 {
    left: -0.33rem;
    top: -3.9rem;
    width: 1.51rem;
    height: 2.84rem;
  }

  .icon09 {
    right: -0.88rem;
    top: -1.95rem;
    width: 2.67rem;
    height: 1.64rem;
  }

  .icon10 {
    right: -1.5rem;
    top: -1.9rem;
    width: 4.44rem;
    height: auto;
  }

  .icon11 {
    bottom: -1.98rem;
    width: 1.9rem;
    left: -0.5rem;
  }
}
.popup-top {
  display: none;
}

.page-menu .keyvisual {
  background-image: url("../img/menu/keyvisual.jpg");
}

.lead-desc {
  margin-top: 54px;
  text-align: center;
}
.lead-desc .tit {
  font-size: 20px;
  font-weight: bold;
}
.lead-desc .desc {
  font-size: 16px;
  line-height: 2.59375;
  margin-top: 10px;
}

.list-menu02 {
  margin-top: 87px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-menu02.dv2{
	margin: 0 auto;
	width: 540px;
}
.list-menu02.dv{
	margin-top: 0px;
}
.list-menu02.huh{
	margin-top: 43px;
}
.list-menu02.flx_cnt {
	justify-content: center;
}
.list-menu02 .item-sp,.list-menu02 .item-sp02 {
	display: none;
}
.list-menu02 .item,.list-menu02 .item02 {
	display: block;
  width: 243px;
  margin-bottom: 40px;
}
.list-menu02 .item.side {
  width: 650px;
}
.list-menu02 .item .thumb{
	text-align: center;
}
.list-menu02 .item .thumb img{
	max-width: 300px;
}
.list-menu02 .item02 {
	position: relative;
}
.list-menu02 .item02 .icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -5px;
	left: -10px;
}
.list-menu02 .item:hover {
	opacity: 0.8;
	cursor: pointer;
}
.list-menu02 .item.nolink:hover {
	opacity: 1;
	cursor: default;
}
.list-menu02 .item .title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 14px;
}
.list-menu02 .item .price,
.caption-price {
  text-align: center;
  font-size: 16px;
  margin-top: -3px;
}
.cal-wrap .caption-price {
  margin-top: 20px;
  text-align: left;
}
.caption-price span {
  font-size: 12px;
}
.list-menu02 .item .desc {
  font-size: 12px;
  line-height: 1.5;
	text-align: center;
}
.list-menu02 .item .caption {
  /*min-height: 170px;*/
}
.list-menu02 .item .caption .desc.side {
  display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	text-align: center;
}

.page-menu .content-page {
  padding-bottom: 170px;
}
.page-menu .content-page .bg_shop {
  position: absolute;
  right: -264px;
  bottom: -175px;
}
.page-menu .content-page .bg_menu {
position: absolute;
  right: -264px;
  bottom: -175px;
}
.mainimage{
	width: 100%;
}
.mainimage img{
	width: 100%;
}
.mainimage .pc{
	display: block;
}
.mainimage .sp{
	display: none;
}
.pc-hide{
	display: none;
}
@media(max-width: 640px) {
.pc-hide{
	display: block!important;
}
}
.sp-hide{
	display: block;
}
@media(max-width: 640px) {
.sp-hide{
	display: none;
}
}
@media(max-width: 640px) {
  .page-menu .keyvisual {
    background-image: url("../img/menu/sm/keyvisual.jpg");
  }
  .page-shop .keyvisual {
    background-image: url("../img/shop/sm/keyvisual.jpg");
  }

  .lead-desc {
    margin: 0.85rem -0.2rem 0;
  }
  .lead-desc .tit {
    font-size: 0.34rem;
  }
  .lead-desc .desc {
    font-size: 0.28rem;
    margin-top: 0.05rem;
    line-height: 1.91;
  }
  .list-menu02 {
    margin: 0.9rem -0.2rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
  }
.list-menu02.bottom{
	margin-bottom: 0px;
}
.list-menu02.dv2{
	margin: 0 -0.2rem 0 -0.2rem!important;
	width: auto;
}
 .list-menu02.huh {
	 margin: 0.4rem -0.2rem;
}
.list-menu02 .item,.list-menu02 .item02 {
	display: none;
	}
  .list-menu02 .item-sp,.list-menu02 .item-sp02 {
	  display: block;
    text-align: left;
    white-space: normal;
    float: none;
    width: 49.8%;
    margin-left: 0;
    margin-bottom: 0.8rem;
    padding: 0 0.2rem;
    vertical-align: top;
  }
.page-menu .list-menu02 .item-sp,.list-menu02 .item-sp02 {
    width: 50%;
  }
.list-menu02 .item-sp.side {
    width: 100%;
  }
.list-menu02 .item-sp .thumb{
	text-align: center;
}
.list-menu02 .item-sp02 .icon {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -10px;
	left: 2px;
}
.list-menu02 .item-sp,.list-menu02 .item-sp02 {
	position: relative;
	width: 100%;
}
  .list-menu02 .item-sp .title {
    font-size: 0.28rem;
    margin-top: 0.14rem;
  }
  .list-menu02 .item-sp .price {
    font-size: 0.28rem;
    margin-top: -0.05rem;
  }
  .list-menu02 .item-sp .desc {
    font-size: 0.24rem;
    line-height: 1.4775;
    text-align: justify;
    letter-spacing: -0.01em;
  }
  .list-menu02 .item-sp .caption {
    min-height: 0;
  }

  .page-menu .content-page {
    padding-bottom: 0.75rem;
  }
  .page-menu .content-page .bg_menu {
    position: absolute;
    right: -1.2rem;
    bottom: -1.55rem;
    width: 3.2rem;
  }
	.page-shop .content-page {
    padding-bottom: 0.75rem;
  }
  .page-shop .content-page .bg_shop {
    position: absolute;
    bottom: 0.24rem;
    right: -0.14rem;
    width: 1.54rem;
    height: 1.48rem;
  }
	.mainimage .pc{
		display: none;
	}
	.mainimage .sp{
		display: block;
	}
	.list-menu02 .item .caption .desc.side {
	  display: block;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
  .caption-price {
    text-align: left;
  }
}
.mp{
	padding-top: 30px;
}
.list-menu03 {
	margin: 0 auto;
}
.list-menu03 .item_sub{
	width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.list-menu03 .item_sub.kids{
	justify-content: center;
}
.list-menu03 .item_sub .flx{
	width: 30%;
	display: flex;
}
.list-menu03 .item_sub .flx.w02{
	width: 40%;
}
.list-menu03 .item_sub .flx .img{
	width: 33%;
	display: block;
}
.list-menu03 .item_sub .flx .mess{
	width: 66%;
	display: block;
}
.list-menu03 .item_sub .flx .img02{
	width: 64%;
	display: block;
}
.list-menu03 .item_sub .flx .mess02{
	width: 36%;
	display: block;
}
.list-menu03 .item_sub .flx .img03{
	width: 100%;
	display: block;
}
@media(max-width: 640px) {
	.list-menu03 {
		width: 100%;
		margin: 0 auto;
	}
	.list-menu03 .item_sub{
		width: 100%;
		display: block;
	}
	.list-menu03 .item_sub .flx{
		width: 100%;
		margin-bottom: 0.8rem;
	}
	.list-menu03 .item_sub .flx.w02{
		width: 100%;
	}
	.list-menu03 .item_sub .flx .img03{
		width: 100%;
		display: block;
	}
}
.list-menu04 .item-sp{
	display: none;
}
.list-menu04{
	margin-top: 90px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.list-menu04 .item{
	display: block;
	width: 396px;
	padding: 0 29px 75px;
	text-align: center;
	box-sizing: border-box;
}
.list-menu04 .item .thumb{
	cursor: pointer;
}
.list-menu04 .item .thumb:hover{
	opacity: 0.8;
}
.list-menu04 .mess{
	line-height: 1.571;
	font-size: 14px;
}
.list-menu04 .title{
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}
@media(max-width: 640px) {
.list-menu04{
	margin-top: 0.9rem;
	display: block;
}
.list-menu04 .item{
	display: none;
}
.list-menu04 .title{
    font-size: 0.28rem;
    margin-top: 0.1rem;
}
.list-menu04 .item-sp{
	display: block;
	text-align: center;
	padding: 0 0 60px 0;
}
}

.page-shop .keyvisual {
  background-image: url("../img/shop/keyvisual.jpg");
}
.page-shop .bg_shop {
  position: absolute;
  bottom: 38px;
  right: -40px;
}
.page-shop .list-shop {
  text-align: center;
  margin-top: 90px;
  padding-bottom: 165px;
}
.page-shop .list-shop .item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin: 0 48px 75px;
}
.page-shop .list-shop .item .thumb {
  width: 280px;
  overflow: hidden;
  border-radius: 100%;
  text-align: center;
}
.page-shop .list-shop .item .thumb img {
	width: 100%;
}
.page-shop .list-shop .item .caption {
  margin: 0 -20px;
}
.page-shop .list-shop .item .title {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}
.page-shop .list-shop .item .map {
  line-height: 1.571;
  display: inline-block;
  margin-top: 5px;
}
.page-shop .list-shop .item .map .icon-map {
  position: relative;
  top: -2px;
}
.page-shop .list-shop .item .tel {
  margin-top: 7px;
}
.page-shop .list-shop .item .time {
  line-height: 1.571;
  margin-top: 5px;
}

@media(max-width: 640px) {
  .page-shop .keyvisual {
    background-image: url("../img/shop/sm/keyvisual.jpg");
  }
  .page-shop .bg_shop {
    position: absolute;
    bottom: 0.24rem;
    right: -0.14rem;
    width: 1.54rem;
    height: 1.48rem;
  }
  .page-shop .list-shop {
    margin-top: 0.9rem;
    padding-bottom: 1.65rem;
  }
  .page-shop .list-shop .item {
    width: auto;
    margin: 0 0.48rem 0.81rem;
  }
  .page-shop .list-shop .item .thumb {
    width: 3.2rem;
    margin: 0 auto;
  }
  .page-shop .list-shop .item .caption {
    margin: 0 -0.2rem;
    font-size: 0.24rem;
  }
  .page-shop .list-shop .item .title {
    font-size: 0.28rem;
    margin-top: 0.1rem;
  }
  .page-shop .list-shop .item .map {
    margin-top: 0;
    line-height: 1.4775;
  }
  .page-shop .list-shop .item .map .sm {
    display: inline-block !important;
    width: 0.25rem;
  }
  .page-shop .list-shop .item .map .icon-map {
    top: -0.08rem;
  }
  .page-shop .list-shop .item .tel {
    margin-top: 0;
    line-height: 1.4775;
	  padding: 7px 0 10px;
  }
  .page-shop .list-shop .item .time {
    margin-top: 0;
    line-height: 1.4775;
  }
}
.page-recruit .keyvisual {
  background-image: url("../img/recruit/keyvisual.jpg");
}
.page-recruit .bg_recruit {
  position: absolute;
  bottom: -226px;
  right: -247px;
}
.page-recruit .img01 {
  position: relative;
  margin-top: 65px;
}
.page-recruit .img01_txt {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 28px;
  letter-spacing: 3px;
}
.page-recruit .lead-desc {
  margin-top: 37px;
}
.page-recruit .content-page {
  padding-bottom: 298px;
}
.page-recruit .recruiting_ttl {
  font-size: 22px;
}
.page-recruit .recruiting_lead {
  margin-top: 20px;
}
.page-recruit .recruiting_beit .recruiting_btn {
  margin-top: 50px;
}
.page-recruit .recruiting_btn {
  margin-top: 20px;
}
.page-recruit .recruiting_btn a {
  display: inline-block;
  line-height: 50px;
  padding: 0 10px;
  background: #3e3a39;
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
  transition: .3s;
}
.page-recruit .recruiting_btn a:hover {
  opacity: .7;
}
.page-recruit .recruiting_employee {
  position: relative;
  width: 555px;
  margin: 50px 0 0 auto;
  padding: 50px 0 50px 60px;
  background: #f3f1eb;
}
.page-recruit .recruiting_ideal {
  margin-top: 30px;
}
.page-recruit .recruiting_ideal_ttl {
  font-size: 18px;
}
.page-recruit .recruiting_employee_img_item {
  position: absolute;
  left: -275px;
}
.page-recruit .recruiting_employee_img_item01 {
  top: 31px;
}
.page-recruit .recruiting_employee_img_item02 {
  bottom: 31px;
}
.page-recruit .recruiting_beit {
  position: relative;
  margin-top: 150px;
}
.page-recruit .recruiting_beit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 50px;
  display: block;
  width: 600px;
  height: 200px;
  background: #f3f1eb;
}
.page-recruit .recruiting_beit .recruiting_btn {
  margin-top: 40px;
}
.page-recruit .recruiting_beit_img_item {
  position: absolute;
}
.page-recruit .recruiting_beit_img_item01 {
  top: -30px;
  right: 0;
}
.page-recruit .recruiting_beit_img_item02 {
  bottom: -145px;
  right: 150px;
}

@media(max-width: 640px) {
  .page-recruit .keyvisual {
    background-image: url("../img/recruit/sm/keyvisual.jpg");
  }
  .page-recruit .bg_recruit {
    position: absolute;
    bottom: -1.96rem;
    right: 0.02rem;
    width: 3.18rem;
    height: 1.52rem;
  }
  .page-recruit .img01 {
    margin-top: 0.95rem;
  }
  .page-recruit .lead-desc {
    margin-top: 0.87rem;
  }
  .page-recruit .content-page {
    padding-bottom: 2.48rem;
  }
  .page-recruit .content-page .wrapper {
    padding: 0 0.2rem;
  }
  .page-recruit .img01_txt {
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -20px;
    font-size: 22px;
    text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
    text-align: center;
  }
  .page-recruit .recruiting_ttl {
    text-align: center;
  }
  .page-recruit .recruiting_btn {
    text-align: center;
  }
  .page-recruit .recruiting_btn a {
    width: 100%;
  }
  .page-recruit .recruiting_btn a:hover {
    opacity: 1;
  }
  .page-recruit .recruiting_employee {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 15px 20px 20px;
  }
  .page-recruit .recruiting_ideal_list_item {
    padding-left: 1em;
    text-indent: -1em;
  }
  .page-recruit .recruiting_employee_img_item,
  .page-recruit .recruiting_beit_img_item {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
  .page-recruit .recruiting_employee_img_item img,
  .page-recruit .recruiting_beit_img_item img {
    width: 100%;
  }
  .page-recruit .recruiting_beit {
    margin-top: 50px;
    padding: 15px 20px 20px;
    background: #f3f1eb;
  }
  .page-recruit .recruiting_beit::before {
    display: none;
  }
  .recruiting_employee_img,
  .recruiting_beit_img {
    margin-top: 30px;
  }
}
.page-contact .keyvisual {
  background-image: url("../img/contact/keyvisual.jpg");
}
.page-contact .bg_contact {
  position: absolute;
  bottom: -177px;
  right: 43px;
}
.page-contact .content-page {
  padding-bottom: 247px;
}

.red {
  color: #FD0000;
  font-weight: bold;
}

.list-dot {
  font-weight: bold;
  margin-top: 58px;
  line-height: 2.0357;
}
.list-dot.contact,
.list-dot.contact .red {
    font-weight: normal;
}
.list-dot li {
  position: relative;
  padding-left: 10px;
}
.list-dot li.red {
  padding-left: 15px;
}
.list-dot li .dot {
  position: absolute;
  left: 0;
  top: 0;
}

.list-dot02 {
  font-weight: bold;
  line-height: 2.0357;
}
.list-dot02 li {
  position: relative;
  padding-left: 15px;
}
.list-dot02 li .dot {
  position: absolute;
  left: 0;
  top: 0;
}

.table-contact {
  margin-top: 45px;
  background-color: #dddad9;
  padding: 2px 20px;
}
.table-contact .item {
  padding: 14px 0;
  border-top: 1px solid #534741;
}
.table-contact .item .text {
  font-weight: bold;
  line-height: 1.8928;
}
.table-contact .item:first-child {
  border-top: none;
}
.table-contact .item label {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
  color: #534741;
}
.table-contact .item .wpcf7-form-control-wrap {
  display: block;
}
.table-contact .item .wpcf7-form-control-wrap .input-normal {
  height: 25px;
  border: none;
  width: 228px;
  padding: 0 5px;
  border-radius: 0;
}
.table-contact .item .wpcf7-form-control-wrap input[type="email"] {
  width: 424px;
  border-radius: 0;
}
.table-contact .item .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100%;
  resize: none;
  padding: 5px;
  height: 153px;
  border: none;
  border-radius: 0;
}

.btn-contact-form {
  display: block;
  margin: 50px auto 0;
  background-color: #534741;
  text-align: center;
  font-weight: bold;
  width: 220px;
  padding: 15px 30px;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.btn-contact-form.btn-submit {
  background-image: url("../img/common/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: 202px center;
}
.btn-contact-form.btn-reset {

  background-color: #ffffff;
  color: #949494;
  padding: 14px 30px;
  border: 1px solid #949494;
  background-image: url("../img/common/icon_arrow_dark.png");
  background-repeat: no-repeat;
  background-position: 202px center;
}

@media(max-width: 640px) {
  .page-contact .keyvisual {
    background-image: url("../img/contact/sm/keyvisual.jpg");
  }
  .page-contact .bg_contact {
    position: absolute;
    bottom: -2.25rem;
    right: 0;
    width: 2.12rem;
    height: 1.62rem;
  }
  .page-contact .content-page {
    padding-bottom: 2.47rem;
  }
  .page-contact .content-page .wrapper {
    padding: 0 0.2rem;
  }

  .list-dot {
    margin-top: 1.05rem;
    font-size: 0.28rem;
    line-height: 1.36;
  }
  .list-dot li {
    padding-left: 0.18rem;
  }
  .list-dot li.red {
    padding-left: 0.27rem;
  }

  .list-dot02 {
    line-height: 1.36;
  }
  .list-dot02 li {
    padding-left: 0.27rem;
    font-size: 0.28rem;
  }

  .table-contact {
    margin: 0.44rem -0.1rem 0;
    padding: 0.02rem 0.2rem 0.14rem;
  }
  .table-contact .item {
    padding: 0.29rem 0;
  }
  .table-contact .item .text {
    font-weight: bold;
    line-height: 1.8928;
    font-size: 0.28rem;
    line-height: 1.892;
  }
  .table-contact .item label {
    padding-bottom: 0.02rem;
    font-size: 0.28rem;
  }
  .table-contact .item .wpcf7-form-control-wrap .input-normal {
    height: 0.5rem;
    width: 100%;
    padding: 0 0.1rem;
  }
  .table-contact .item .wpcf7-form-control-wrap input[type="email"] {
    width: 100%;
  }
  .table-contact .item .wpcf7-form-control-wrap .wpcf7-textarea {
    padding: 0.05rem;
    height: 3.06rem;
  }

  .btn-contact-form {
    margin: 1rem auto 0;
    width: 4.4rem;
    padding: 0.28rem 0.3rem;
    font-size: 0.28rem;
    background-size: 0.11rem 0.18rem;
  }
  .btn-contact-form.btn-submit {
    background-image: url("../img/common/sm/icon_arrow.png");
    background-position: 4.04rem center;
  }
  .btn-contact-form.btn-reset {
    padding: 0.28rem 0.3rem;
    margin: 0.5rem auto 0;
    background-image: url("../img/common/sm/icon_arrow_dark.png");
    background-position: 4.04rem center;
  }
}
/* contact confirm */
.confirm .btn-contact-form {
  padding: 10px 30px;
}
.confirm .btn-contact-form.btn-submit {
  width: 300px;
  background-position: 282px center;
}
.confirm .btn-contact-form.btn-reset {
  padding: 9px 30px;
  width: 200px;
  background-position: 182px center;
}

@media(max-width: 640px) {
  .confirm .btn-contact-form {
    padding: 0.28rem 0.3rem;
  }
  .confirm .btn-contact-form.btn-submit {
    width: 4.4rem;
    background-position: 4.04rem center;
  }
  .confirm .btn-contact-form.btn-reset {
    padding: 0.28rem 0.3rem;
    width: 4.4rem;
    background-position: 4.04rem center;
  }
}
.confirm a.btn-contact-form.btn-reset {
  margin-top: 94px;
}

.page-news .keyvisual {
  background-image: url("../img/news/keyvisual.jpg");
}
.page-news .bg_news {
  position: absolute;
  bottom: -208px;
  right: -10px;
  z-index: 2;
}
.page-news .content-page {
  padding-bottom: 251px;
}
.page-news .section-news {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 13px;
}
.page-news .section-news .arrow-down::before {
  background-image: url("../img/news/arrow_down.png");
  background-repeat: no-repeat;
  width: 9px;
  height: 5px;
}

@media(max-width: 640px) {
  .page-news .keyvisual {
    background-image: url("../img/news/keyvisual.jpg");
  }
  .page-news .bg_news {
    position: absolute;
    bottom: -2.15rem;
    right: 0.4rem;
    width: 1.78rem;
    height: 1.21rem;
  }
  .page-news .content-page {
    padding-bottom: 2.5rem;
  }
  .page-news .section-news {
    margin-top: 0;
    padding-top: 0.54rem;
  }
  .page-news .section-news .arrow-down::before {
    background-image: url("../img/news/sm/arrow_down.png");
    width: 0.18rem;
    height: 0.12rem;
  }
}
/* page news detail */
.desc-detail {
  margin-top: 60px;
  font-weight: bold;
}
.desc-detail p {
  line-height: 1.75;
}
.desc-detail .title {
  font-size: 18px;
  margin-bottom: 49px;
}
.desc-detail .thumb {
  margin: 46px auto 0;
  width: 750px;
}
.desc-detail .btn-contact-form.btn-reset {
  margin-top: 100px;
}

@media(max-width: 640px) {
  .desc-detail {
    margin-top: 1.04rem;
  }
  .desc-detail .date {
    font-size: 0.28rem;
  }
  .desc-detail p {
    line-height: 1.3571;
    font-size: 0.28rem;
    margin-top: -0.1rem;
  }
  .desc-detail .title {
    font-size: 0.28rem;
    line-height: 1.3571;
    margin-bottom: 0.5rem;
  }
  .desc-detail .thumb {
    margin: 0.57rem auto 0;
    width: auto;
  }
  .desc-detail .btn-contact-form.btn-reset {
    margin-top: 100px;
  }
}
.page-dinner {
}
.page-dinner .has-bg-dot {
  background-image: url("../img/dinner/bg_dot.png");
}
.page-dinner .content-page {
  padding-bottom: 206px;
}
.page-dinner .content-page a {
}
.page-dinner .content-page .lead-content {
  padding: 100px 0 187px;
}
.page-dinner .content-page .lead-content .desc-large {
  font-size: 20px;
  margin-top: 32px;
  font-weight: bold;
}
.page-dinner .content-page .lead-content .desc {
  font-size: 16px;
  line-height: 2.59375;
}
.page-dinner .dv_flx01{
	font-size: 12px;
    line-height: 2.59375;
	width: 700px;
	display: flex;
	justify-content: space-around;
	margin: 30px auto 0;
}
.page-dinner .dv_flx01 .flx01{
	width: 200px;
}
@media(min-width: 640px) {
.page-dinner .dv_flx01 .flx01 a:hover{
	opacity: 0.7;
}
}
@media(max-width: 640px) {
	.page-dinner .dv_flx01{
		font-size: 14px;
		display: block;
		width: auto;
		margin: 0;
	}
	.page-dinner .dv_flx01 .flx01{
		padding: 0 0 10px 0;
		width: 90%;
		margin: 0 auto;
	}
}
.page-dinner .title01{
	padding: 50px 0 0 0;
	font-size: 30px;
    font-weight: bold;
	text-align: center;
}
@media(max-width: 640px) {
	.page-dinner .title01{
		display: block;
		font-size: 0.44rem;
	}
}
.page-dinner .dic01{
	font-size: 16px;
    line-height: 2.59375;
    margin-top: 10px;
	text-align: center;
}
@media(max-width: 640px) {
	.page-dinner .dic01{
		font-size: 0.28rem;
		margin-top: 0.05rem;
		line-height: 1.91;
	}
}

.list-map {
  margin: 4px -2px;
}
.list-map .col {
  width: 33.333%;
  padding: 0 2px;
  float: left;
}
.list-map .col .item {
  text-align: center;
  line-height: 1.571;
  margin-top: 40px;
}
.list-map .col .item .title {
  font-size: 16px;
}
.list-map .col .item .link-map {
  display: inline-block;
  margin-top: 8px;
}
.list-map .col .item .link-map img {
  position: relative;
  top: -2px;
}
.list-map .col .item .tel {
  margin-top: 7px;
}
.list-map .col .item .time {
  margin-top: 7px;
}
.list-map .col .item .btn-map {
  display: block;
  width: 180px;
  text-align: center;
  background-color: #ffffff;
  margin: 40px auto;
  color: #00334E;
  padding: 9px 10px;
  font-weight: bold;
}
.list-map .col .item .btn-map span {
  display: block;
  background: url("../img/dinner/icon_doc.png") right center no-repeat;
}
.list-map .map {
  height: 450px;
  width: 100%;
  transform-style:preserve-3d;
  transform:perspective(auto) translateZ(-30vw) scale(1.4);
  perspective:1000;
}

.page-dinner .top-img {
  background-image: url("../img/dinner/img01.jpg");
  height: 505px;
  background-size: cover;
}

@media(max-width: 640px) {
  .page-dinner footer {
    margin-top: 4px;
  }
  .page-dinner .content-page {
    padding-bottom: 1.72rem;
  }
  .page-dinner .content-page .lead-content {
    padding: 1rem 0.2rem 1.9rem;
  }
  .page-dinner .content-page .lead-content .desc-large {
    font-size: 0.34rem;
    margin-top: 0.45rem;
    line-height: 1.647;
  }
  .page-dinner .content-page .lead-content .title img {
    width: 4.99rem;
    margin: 0 auto;
  }
  .page-dinner .content-page .lead-content .desc {
    font-size: 0.28rem;
    line-height: 1.91;
    margin-top: 0.05rem;
  }

  .control-tab {
    overflow: hidden;
    margin-top: 0.04rem;
  }
  .control-tab .item {
    float: left;
    width: 33.333%;
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    padding: 0.25rem 0.1rem;
  }
  .control-tab .item.current {
    background-color: #1a4860;
  }

  .list-map {
    margin: 0 0;
    position: relative;
    min-height: 8.5rem;
  }
  .list-map .col {
    width: 100%;
    padding: 0 0;
    float: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
    .list-map .col.fuwafuwa {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
  .list-map .col:first-child {
    visibility: visible;
  }
  .list-map .col .item {
    line-height: 1.4775;
    margin-top: 0.44rem;
  }
  .list-map .col .item .title {
    font-size: 0.28rem;
  }
  .list-map .col .item .link-map {
    margin-top: 8px;
    font-size: 0.24rem;
  }
  .list-map .col .item .link-map img {
    top: -0.02rem;
  }
  .list-map .col .item .tel {
    margin-top: 0;
    font-size: 0.24rem;
	  padding: 7px 0 10px;
  }
  .list-map .col .item .time {
    margin-top: 0;
    font-size: 0.24rem;
  }
  .list-map .col .item .btn-map {
    width: 4.5rem;
    margin: 0.4rem auto;
    padding: 0.2rem 0.25rem;
  }
  .list-map .col .item .btn-map span {
    background: url("../img/dinner/sm/icon_doc.png") right center no-repeat;
    background-size: 0.25rem auto;
    padding: 0.1rem 0.25rem;
    font-size: 0.28rem;
  }
  .list-map .map {
    height: 4rem;
  }

  .page-dinner .top-img {
    background-image: url("../img/dinner/sm/img01.jpg");
    height: 4.5rem;
    background-size: cover;
  }
}


@media(min-width: 640px) {
  .dinner_shop{
    position:relative; top:-100px;
  }
}

/*# sourceMappingURL=style.css.map */
.p100{
	margin-top: 1rem;
}
@media(min-width: 640px) {
	.p100{
		margin-top: 100px;
	}
}
/* STORY */
.page-story .keyvisual {
    background-image: url(../img/story/keyvisual.jpg);
}
.page-story .content-page .bg_story {
    position: absolute;
    right: -264px;
    bottom: -175px;
}
@media(max-width: 640px) {
	.page-story .content-page .bg_story {
		position: absolute;
		right: -1.2rem;
		bottom: -0.55rem;
		width: 3.2rem;
	}
}
.page-story .img01, .page-story .img02 {
    margin-top: 30px;
}

.page-story .lead-desc .desc-left {
	font-size: 16px;
	line-height: 2.59375;
	margin-top: 10px;
	text-align: left;
}
@media(max-width: 640px) {
	.page-story .lead-desc .desc-left {
		font-size: 0.28rem;
		margin-top: 0.05rem;
		line-height: 1.91;
	}
}
.page-story .content-page {
	padding-bottom: 170px;
}
@media(max-width: 640px) {
	.page-story .content-page {
		padding-bottom: 0.75rem;
	}
}
.page-story .pho-smile{
	font-family: 'Noto Serif JP', serif;
	padding: 60px 0 0 0;
	font-size: 18pt;
	line-height: 45pt;
	letter-spacing: 0.2em;
	text-align: center;
}
@media(max-width: 640px) {
	.page-story .pho-smile{
		padding: 10px 0 0 0;
		font-size: 16pt;
		line-height: 30pt;
	}
}
.page-story .pho-smile .logo02{
	padding: 70px 0 100px 0;
	margin: 0 auto;
	width: 260px;
}
.page-story .pho-smile .logo02 img{
	display: block;
}
@media(max-width: 640px) {
	.page-story .pho-smile .logo02{
		padding: 30px 0 60px 0;
	}
}
.page-story .ppn{
	display: block;
}
.page-story .spn{
	display: none;
}
@media(max-width: 640px) {
	.page-story .ppn{
		display: none!important;
	}
	.page-story .spn{
		display: block!important;
	}
}
.section-concept .desc-large.pho {
  margin-top: 42px;
}
@media(max-width: 640px) {
	.section-concept .desc-large.pho {
	  margin-top: 0.4rem;
	}
}
/* MENU改修 */
.seasonmenu-main{
	margin-top: 87px;
}
@media(max-width: 640px) {
.seasonmenu-main{
	margin: 0.9rem -0.2rem;
}
}
.season-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.season-flex-sp{
	display: none;
}
@media(max-width: 640px) {
.season-flex{
	display: none;
}
.season-flex-sp{
	display: block;
}
}
.season-flex .box01,.season-flex .box02{
	width: 50%;
}
@media(max-width: 640px) {
.season-flex-sp .box01,.season-flex .box02{
	width: 95%;
	margin: 0 auto;
}
}
.season-tag{
	font-family: 'Noto Serif JP', serif;
	color: #534741;
	border: 1px solid #534741;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16pt;
	letter-spacing: 2px;
	line-height: 1em;
}
@media(max-width: 640px) {
.season-tag{
	font-size: 20pt;
	padding: 10px 10px;
}
}
.season-title{
  display: flex;
  justify-content: space-between;
	padding: 30px 0;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.5em;
	font-size: 16pt;
	color: #333333;
}
.season-title-price span {
  font-size: 12pt;
  margin-right: 20px;
}
@media(max-width: 640px) {
.season-title{
  flex-direction: column;
	padding: 20px 0;
	font-size: 20pt;
}
}
.season-dec{
	color: #333333;
	font-size: 10pt;
    line-height: 1.5;
}
.season-image img{
	max-width: 100%;
	height: auto;
	display: block;
}
@media(max-width: 640px) {
.season-image{
	text-align: center;
}
.season-image img{
	display: inline-block;
}
}
.drink-flex{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.drink-flex .box{
	width: 30%;
	font-size: 16px;
}
.drink .tit {
	text-align: center;
  font-size: 20px;
  font-weight: bold;
	margin-bottom: 40px;
}
.drink-price {
  font-size: 16px;
}
.drink-price span {
  font-size: 12px;
}
.price-sp {
  display: none;
}
@media(max-width: 640px) {
.drink-flex{
	display: block;
	justify-content: space-around;
}
.drink-flex .box{
	font-size: 0.28rem;
	width: 100%;
	margin-bottom: 0.4rem;
}
.drink .tit {
  font-size: 0.34rem;
	margin-bottom: 0.8rem;
}
.price-pc {
  display: none;
}
.price-sp {
  display: block;
}
}
.drink-tit {
  font-size: 16px;
  font-weight: bold;
	margin-bottom: 10px;
}
@media(max-width: 640px) {
.drink-tit {
  font-size: 0.28rem;
	margin-bottom: 0.1rem;
}
}
.season-flex02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 0 0;
}
.season-flex02 .box02{
    width: 50%;
    font-size: 10pt;
    line-height: 2em;
	border-bottom: 1px solid #000;
	padding: 30px 0;
}
.season-flex02 .box02.noline{
	border-bottom: none;
}
.season-flex02 .box02:nth-child(odd){
	border-right: 1px solid #000;
}
.season-flex02 .box02.noline:nth-child(odd){
	border-bottom: none;
}
.season-flex02 .box02:nth-child(even){
	padding: 30px 0 30px 30px;
}
@media(max-width: 640px) {
	.season-flex02{
		display: block;
		padding: 30px 0 0 0;
	}
	.season-flex02 .box02{
		width: 100%;
		padding: 30px 0px;
	}
	.season-flex02 .box02.noline{
		border-bottom: 1px solid #000;
	}
	.season-flex02 .box02:nth-child(odd){
		border-right: none;
	}
	.season-flex02 .box02.noline:nth-child(odd){
		border-bottom: 1px solid #000;
	}
	.season-flex02 .box02:nth-child(even){
		padding: 30px 0 30px 0px;
	}
}
.season-flex02 .box02 .title{
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 16pt;
}
.season-flex02 .box02 .title02{
	padding: 10px 0 0 0;
}
@media(max-width: 640px) {
	.season-flex02 .box02 .title{
		padding: 10px 0 0 0;
		font-size: 20pt;
	}
}
.top-bannar-flx{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.top-bannar{
	padding: 50px 0 0 0;
	width: 500px;
	margin: 0 auto;
}
.top-bannar:hover{
	opacity: 0.8;
}
.top-bannar img{
	display: block;
	width: 100%;
}
@media(max-width: 640px) {
	.top-bannar-flx{
		display: block;
	}
	.top-bannar{
		width: 80%;
		padding: 0.5rem 0 0 0;
		max-width: 490px;
		margin: 0 auto;
	}
}
.top-shopbannar{
	padding: 7rem 0 0 0;
}
@media(max-width: 640px) {
	.top-shopbannar{
		padding: 1rem 0 0 0;
	}
}



.list-menu03{
	width: 640px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
@media(max-width: 640px) {
	.list-menu03{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}
.list-menu03 .linkmenu {
	display: block;
	width: 300px;
	margin-top: 40px;
	text-align: center;
	background-color: #534741;
	padding: 5px;
	box-sizing: border-box;
}
.list-menu03 .linkmenu:hover {
	opacity: 0.7;
}
.list-menu03 .linkmenu a {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
.list-menu03 .linkmenu a::after {
	display: none;
}

@media(max-width: 640px) {
	.list-menu03 .linkmenu {
		display: block;
		width: 100%;
		margin-top: 40px;
	}
	.list-menu03 .linkmenu a {
		font-size: 0.30rem;
	}
}
.list-menu03 a {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 14px;
position: relative;
}
.list-menu03 a::after {
	content: '';
	position: absolute;
	border-bottom: 2px solid #333;
	width: 100%;
	bottom: -5px;
	left: 0;
	opacity: 0;
	transition: all 500ms 0s ease;
}
.list-menu03 a:hover::after {
	content: '';
	position: absolute;
	bottom: -2px;
	opacity: 1;
}
@media(max-width: 640px) {
.list-menu03 a {
    font-size: 0.28rem;
    margin-top: 0.14rem;
}
}
.dinnarmenu-flex{
	display: flex;
	justify-content: space-between;
	margin-top: 87px;
}
.dinnarmenu-flex .box01{
	width: 405px;
}
@media(max-width: 640px) {
	.dinnarmenu-flex{
		display: block;
		margin: 0.9rem 0 0 0;
	}
	.dinnarmenu-flex .box01{
		width: 100%;
	}
}
.dinnarmenu-flex .box01 .img{
	width: 100%;
	display: block;	
}
.dinnarmenu-title{
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 16px;
	color: #333333;
}
.dinnarmenu-title .price{
	font-weight: normal;
	font-size: 14px;
}
@media(max-width: 640px) {
	.dinnarmenu-title{
		padding: 10px 0 20px 0;
		text-align: left;
	}
}
.dinnarmenu-image img{
	max-width: 100%;
	height: auto;
	
}
@media(max-width: 640px) {
}
.dinnarmenu-txt-flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0;
	gap: 20px;
}
.dinnarmenu-txt-flex .box01{
	width: 400px;
	font-size: 16px;
	line-height: 2em;
}
.dinnarmenu-txt-flex .box01.w600{
	width: 600px;
}
.dinnarmenu-txt-flex .box01.w800{
	width: 800px;
}
.dinnarmenu-txt-flex .box02{
	box-sizing: border-box;
	width: 250px;
}
.dinnarmenu-txt-flex .box03{
	box-sizing: border-box;
	width: 250px;
}
@media(max-width: 640px) {
	.dinnarmenu-txt-flex{
		justify-content: flex-start;
		margin: 0 0 0 0;
		gap: 20px;
	}
	.dinnarmenu-txt-flex.nogap{
		gap: 0px;
	}
	.dinnarmenu-txt-flex .box01{
		width: 100%;
	}
	.dinnarmenu-txt-flex .box01.w600{
		width: 100%;
	}
	.dinnarmenu-txt-flex .box01.w800{
		width: 100%;
	}
	.dinnarmenu-txt-flex .box02{
		width: 46%;
	}
	.dinnarmenu-txt-flex .box03{
		box-sizing: border-box;
		width: 100%;
	}
}
.dinnarmenu-txt-flex.dw2{
	width: 540px;
	margin: 0 auto;
}
@media(max-width: 640px) {
	.dinnarmenu-txt-flex.dw2{
		width: 100%;
		margin: 0;
	}
}
.dinnarmenu-txt-flex .box01 .fx,.dinnarmenu-txt-flex .box01 .fx02{
	display: flex;
	justify-content: space-between;
}
.dinnarmenu-txt-flex .box01 .fx .name{
	width: 70%;
}
.dinnarmenu-txt-flex .box01 .fx .pri{
	width: 30%;
	text-align: right;
}
.dinnarmenu-txt-flex .box01 .fx02 .name{
	width: 55%;
}
.dinnarmenu-txt-flex .box01 .fx02 .pri{
	width: 45%;
	text-align: right;
}
.dinnarmenu-txt-flex .box01 .fx.mx100{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.d-image{
	width: 830px;
}
.dinnarmenu-txt-flex .box01 .fx.oden{
	display: block;
	text-align: center;
	font-size: 26px;
}
@media(max-width: 640px) {
	.dinnarmenu-txt-flex .box01 .fx.oden{
		font-size: 0.36rem;
		padding: 0 0 10px 0;
	}
}
.f30 {
	font-size: 30px!important;
}
.f20 {
	font-size: 20px!important;
}
.f16 {
	font-size: 16px!important;
}
@media(max-width: 640px) {
.f30 {
	font-size: 0.44rem!important;
}
.f16 {
	font-size: 16px!important;
}
}
.linkcalender {
	display: inline-block;
	padding: 5px 30px;
	margin-top: 10px;
	text-align: center;
	background-color: #534741;
	color: #FFFFFF!important;
	box-sizing: border-box;
}
.linkcalender:hover {
	opacity: 0.7;
}
.centerpage {
	display: inline-block;
	padding: 5px 30px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-color: #534741;
	color: #FFFFFF!important;
	box-sizing: border-box;
}
.calender{
	padding: 0 0 150px 0;
}
.calender .shop_title{
	font-size: 18pt;
}
@media(max-width: 640px) {
.calender{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
}
.calender .calendarData{
	font-size: 1.2em;
}
.calender .cal-bt{
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 40px 0;
}
@media(max-width: 640px) {
	.calender .cal-bt{
		padding: 0;
	}
}
.calender .cal-bt-a{
	background-color: #534741;
	color: #FFFFFF;
	display: block;
	position: relative;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	text-decoration: none;
}
#booking-package_schedulePage button{
	border: none;
	background-color: #534741;
	color: #FFFFFF;
	width: 220px;
	margin: 0 auto!important;
	padding: 10px 0;
	font-size: 14px!important;
	display: block;
}
#booking-package .bookingButton{
	border: none;
	background-color: #534741;
	color: #FFFFFF;
	width: 220px!important;
	margin: 0 auto!important;
	padding: 10px 0;
	font-size: 14px!important;
	display: block;
}
#booking-package_inputFormPanel .returnButton{
	border: none;
	background-color: #534741;
	color: #FFFFFF;
	width: 220px!important;
	margin: 0 auto!important;
	padding: 10px 0;
	font-size: 14px!important;
	display: block;
}
.swiper{margin:50px 0;display:flex}.swiper li{display:flex !important;justify-content:center;cursor:pointer}.swiper li img{max-width:240px;width:70%;height:auto;display:block}
