@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}
a.anchor{
	display: block;
  padding-top: 70px;
  margin-top: -70px;
}

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

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

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

span,
time {
  font-weight: inherit;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

em {
  font-style: normal;
}

html {
  /*
      background-image: url(/images/bg1.png);
      background-position: top;
      background-size:cover;
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  */
}

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 {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "M PLUS 1p";
}

.hamburger, .globalMenuSp {
  display: none;
}

@media screen and (max-width: 820px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 30;
    right: 15px;
    top: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #BBBBBB;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* メニュー背景　*/
  nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    color: #fff;
    background: #DAA520;
    text-align: center;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    height: 100vh;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0px 0px 30px 0px;
    width: 60%;
  }

  nav.globalMenuSp ul li {
    text-align: center;
    list-style-type: none;
    padding: 0;
    -webkit-transition: .4s all;
    transition: .4s all;
    font-size: 20px;
    font-family: Play;
    font-weight: bold;
    border-bottom: 2px solid white;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 0.65em 0;
    text-decoration: none;
    font-family: Play;
  }

  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .side-menu {
    display: inline-table;
    margin: 20px auto;
  }

  .side-img img {
    margin: 10px auto;
    width: 80%;
  }

  .side-menu .sns img {
    width: 11%;
  }

  .side-menu .sns a {
    margin: 10px;
  }

  .side-menu .tel a {
    font-size: 1.3em;
    width: 60%;
    margin: 20px auto 0;
    display: block;
    padding: 11px 20px;
    color: #fff;
    background-color: #08283E;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 0.15em;
  }

  .side-menu .tel a img {
    vertical-align: middle;
    margin-right: 7px;
  }
}
/* @media*/
.header {
  color: #fff;
  position: fixed;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
  width: 100%;
  z-index: 10;
}

.header-inner {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo div {
  margin: 0 20px 0 0;
}

.logo-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.logo-img, .logo-txt {
  margin: 0 20px 0 0;
}

.logo-img img {
  width: 40px;
}

.logo-txt img {
  width: 136px;
}

.logo-moji span {
  letter-spacing: 0.12em;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 820px) {
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .logo-s {
    display: block;
  }

  .logo div {
    margin: 0 10px 0 0;
  }

  .logo-moji {
    letter-spacing: 0.2em;
    font-size: 0.5em;
    text-align: center;
  }

  .logo-txt img {
    width: 95px;
  }
}
.hd-sns .menu {
  font-size: 18px;
  vertical-align: middle;
  letter-spacing: 0.12em;
  text-align: right;
}

.hd-sns {
  /*width: 400px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
}

.hd-sns a {
  text-decoration: none;
  color: #fff;
  font-family: Play;
  font-weight: 700;
  margin: 0 8px;
}

.menu .header-logo.-after a {
  color: #000;
}

.header-logo.headerLogoScroll.-before {
  display: none;
}

.header-logo.-after {
  -webkit-transition: color 0.6s ease-out;
  transition: color 0.6s ease-out;
  color: #000;
  display: none;
}

.header-logo.-after span {
  color: #C30D23;
}

.header-logo.headerLogoScroll.-after {
  display: block;
}

.header.chg-color {
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main {
  min-height: 100vh;
  /*background-image: url(/images/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;*/
}

.main-box {
  width: 500px;
  height: 500px;
  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;
  text-align: center;
}

.main-inner {
  height: 100vh;
  background: rgba(8, 40, 62, 0.7);
  /* background: hsla(204,87%,24%,0.80);*/
}

.main-v {
  width: 500px;
  height: 400px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  margin: auto;
}

.main-image img {
  width: 400px;
}

.main-text {
  padding-top: 50px;
  color: #fff;
}

.main-text p {
  font-size: 24px;
  font-weight: 400;
}

.main-text span {
  color: #DAA520;
  font-size: calc(16rem / 16);
  font-weight: 800;
}

@media screen and (max-width: 480px) {
  .main {
    	/*min-height: 100vh;
        background-image: url(/images/bg1.png);
        background-position: top;
        background-size:cover;
    	background-attachment: fixed;
    	background-repeat: no-repeat;*/
  }
}
@media screen and (max-width: 820px) {
  .menu {
    display: none;
  }

  .hd-sns {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 15px;
    right: 60px;
  }

  .main-v {
    width: 100%;
    height: 400px;
  }

  .main-image img {
    width: 80%;
    max-width: 360px;
  }

  .main-text {
    padding-top: 30px;
  }

  .main-text p {
    margin: 1px;
  }

  .main-text span {
    font-size: calc(13rem / 16);
  }
}
.contents {
  margin: 0px;
  padding: 0px;
  /*height: 100vh;*/
}

.contents p {
  margin: 0px;
  padding: 0px;
}

.roadto {
  -webkit-animation: SlideIn 1.6s;
          animation: SlideIn 1.6s;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 200px;
  height: 320px;
  background: #FDB41C;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.roadto span {
  font-weight: 700;
}

@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    -webkit-transform: translateX(64px);
            transform: translateX(64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    -webkit-transform: translateX(64px);
            transform: translateX(64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.roadto a {
  text-decoration: none;
}

.roadto p {
  color: #fff;
  font-size: 20px;
  margin: 10px;
}

.roadto-img {
  position: relative;
}
@media screen and (max-width: 820px) {
  .roadto-img {
    position: absolute;
    top: -60px;
    right: 10px;
    z-index: 1;
  }
}
.roadto-img .complete {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  background: url("../images/bg3.svg") no-repeat 0 0/cover;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .roadto-img .complete {
    width: 56px;
    height: 56px;
    line-height: 1;
    padding-top: 3px;
  }
}
.roadto-img .complete > .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 820px) {
  .roadto-img .complete > .inner {
    width: 51px;
    height: 51px;
  }
}
.roadto-img .complete > .inner .num {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 820px) {
  .roadto-img .complete > .inner .num {
    font-size: 17px;
  }
}
.roadto-img .complete > .inner .per {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-left: 0.15em;
}
@media screen and (max-width: 820px) {
  .roadto-img .complete > .inner .per {
    font-size: 10px;
  }
}
.roadto-img .complete > .inner .text {
  display: block;
  font-size: 6px;
  font-weight: 500;
  letter-spacing: -0.15em;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .roadto-img .complete > .inner .text {
    display: block;
    font-size: 10px;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    width: 58px;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
.roadto-img ul.insta_list {
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .roadto-img ul.insta_list {
    padding: 0;
  }
}
.roadto-img ul.insta_list li {
  display: none;
  list-style: none;
  margin-right: 0;
  margin-bottom: 0;
}
.roadto-img ul.insta_list li:nth-child(1) {
  display: block;
  width: 177px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .roadto-img ul.insta_list li:nth-child(1) {
    width: 130px;
  }
}
.roadto-img ul.insta_list li:nth-child(1) img {
  border-radius: 50%;
}
.roadto-img ul.insta_list li a {
  pointer-events: none;
}

.roadto-arrow {
  height: 32px;
  background: #fff;
  bottom: 0px;
  display: block;
  position: absolute;
  border-bottom-left-radius: 15px;
  width: 200px;
}

@media screen and (max-width: 820px) {
  .roadto {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 93%;
    height: 115px;
    background: #FDB41C;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .roadto a {
    text-decoration: none;
  }

  .roadto p {
    color: #fff;
    font-size: 20px;
    margin: 11px 15px;
    text-align: left;
  }

  .roadto-arrow img {
    margin-top: 8px;
  }

  .roadto-arrow {
    height: 32px;
    background: #fff;
    bottom: 0px;
    display: block;
    position: absolute;
    border-bottom-left-radius: 15px;
    width: 100%;
  }
}
.concept {
  height: 100vh;
  min-height: 760px;
  background: #fff;
  background-image: url(../images/bg2_c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept {
    height: auto;
    min-height: auto;
    box-sizing: border-box;
    padding: 1rem 1rem;
  }
}

.concept-txt-wrap{
  position: absolute;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 32px 24px 64px;
  background-color: rgba(0,0,0,0.7);
}
@media screen and (max-width: 1000px) {
  .concept-txt-wrap{
    max-width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .concept-txt-wrap{
    position: relative;
    max-width: 100%;
    padding: 32px 16px 64px;
    top: initial;
    left: initial;
    transform: translate(0);
  }
}

.concept-inner {

  display: grid;
  /*position: absolute;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60vh;
  width: 100%;
  padding: 0px 0px;
}
@media screen and (min-width: 768px) {
  .concept-inner {
    -webkit-transform: rotate(0.03deg);
            transform: rotate(0.03deg);
    /* シャギーを防ぐ指定 */
  }
}
@media screen and (max-width: 768px) {
  .concept-inner {
    position: relative;
    height: auto;
  }
}

@media screen and (max-width: 1280px) {
  .concept-inner {
    /*max-width: 500px;*/
  }
}
.concept-inner h2 {
  font-family: Play;
  font-weight: 700;
  font-size: 28px;
  padding: 15px 0 15px 0;
  letter-spacing: 0.12em;
  color: white;
}

.concept-inner strong {
  display: block;
  color: #DAA520;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .concept-inner strong {
    font-size: 24px;
  }
}

.concept-inner .subcopy {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.concept-inner .body {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 30px;
  padding: 10px;
  color: white;
  text-shadow: 2px 2px 0px black;
}

.concept-inner .body-u1 {
  margin-bottom: 30px;
  font-size: 16px;
  padding: 10px;
  color: white;
}

.concept-inner .body-u2 {
  font-size: 16px;
  color: white;
}

.shopinfo {
  background: rgba(8, 40, 62, 0.8);
  position: relative;
}

.shopinfo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
  padding: 50px 32px;
}
@media screen and (min-width: 768px) {
  .shopinfo-inner {
    -webkit-transform: rotate(0.03deg);
            transform: rotate(0.03deg);
    /* シャギーを防ぐ指定 */
  }
}

.shopinfo h2 {
  font-family: Play;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding: 100px 0 60px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 820px) {
  .shopinfo h2 {
    padding: 80px 0 60px;
  }
}

.addinfo dt {
  font-size: 16px;
  color: #DAA520;
  font-weight: 500;
}

.addinfo dd {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.addinfo dd a {
  color: #fff;
  text-decoration: none;
}

.addinfo dd.tel {
  font-size: 22px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .addinfo dd.tel a {
    pointer-events: none;
  }
}

.shopinfo-inner .maps {
  width: 52%;
}

.shopinfo-inner .maps iframe {
  height: 430px;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .shopinfo {
    height: auto;
    /*background: #08283E;*/
    background: rgba(8, 40, 62, 0.8);
    /*background: hsla(204,87%,24%,0.80);*/
  }

  .shopinfo-inner {
    display: block;
    margin: auto;
    padding: 50px 20px;
  }

  .shopinfo-inner .maps {
    width: 100%;
  }

  .shopinfo-inner .maps iframe {
    width: 100%;
    height: 400px;
  }
}
.the-roadto {
  background: #fff;
  /*background: hsla(204,87%,24%,0.80);*/
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 820px) {
  .the-roadto {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.the-roadto-inner {
  background: #fff;
  background: #FAFAFA;
  max-width: 1100px;
  padding: 100px 0 80px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .the-roadto-inner {
    padding: 18px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .the-roadto-inner {
    -webkit-transform: rotate(0.03deg);
            transform: rotate(0.03deg);
    /* シャギーを防ぐ指定 */
  }
}

ul.insta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 935px;
  margin: 100px auto 0;
  padding: 0 30px;
}
@media screen and (max-width: 820px) {
  ul.insta_list {
    padding: 0 4px;
  }
}
ul.insta_list li {
  list-style: none;
  width: 31.17%;
  margin-right: 3.245%;
  margin-bottom: 3.245%;
}
ul.insta_list li:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  ul.insta_list li {
    width: 32.59%;
    margin-right: 1.115%;
    margin-bottom: 1.115%;
  }
}
ul.insta_list li a img {
  width: 100%;
  vertical-align: bottom;
}
ul.insta_list li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
ul.insta_list li a p span {
  font-size: 120%;
}

.the-road-img2 {
  margin-top: 30px;
}

.the-road-img2 p {
  letter-spacing: -0.01em;
  font-family: Play;
  font-size: 22px;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(#FDB91C), color-stop(#ebb91c), color-stop(50%, #f0000b), to(#bf009b));
  background: linear-gradient(90deg, #FDB91C, #ebb91c, #f0000b 50%, #bf009b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.the-road-txt {
  color: #222;
  margin-top: 30px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.footer {
  text-align: center;
  background: #08283E;
  color: #fff;
  padding: 60px 20px 50px 20px;
  position: relative;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-add {
  font-size: 14px;
  font-weight: 400;
  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: 0 auto;
}

.footer-add p {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-add .logo01 {
  margin-bottom: 10px;
}

.footer-sns {
  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: 10px auto;
}

.footer-sns div {
  margin: 10px;
}

.footer-copy p {
  font-size: 14px;
  font-weight: 400;
  font-family: Play;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .footer-add {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .the-road-img img {
    width: 100%;
  }

  .the-road-img2 img {
    margin: 20px 0;
    width: 90%;
  }
}

.txt-update{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.8rem;
  color: #999;
}

.menu-list {
  padding-bottom: 100px;
  background: #fff;
  position: relative;
}

.menu-list-inner {
  max-width: 1123px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.menu-list .sub-menu{
	width: 60%;
	border-top: 2px solid #DAA520;
	border-bottom: 2px solid #DAA520;
	margin: 0 auto 80px;
}
.menu-list .sub-menu ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menu-list .sub-menu ul li{
	margin: 0 35px;
}
.menu-list .sub-menu ul li:not(:last-child) {
  position: relative;
}
.menu-list .sub-menu ul li a{
	font-size: 20px;
	line-height: 39px;
	font-weight: 500;
	color: #DAA520;
	white-space: nowrap;
	padding: 15px 0;
	display: inline-block;
	letter-spacing: 0.1em;
	font-family: Play;
	text-decoration: none;
}
.menu-list .sub-menu ul li a:hover{
	text-decoration: underline;
}
.menu-list .sub-menu ul li:not(:last-child)::after {
  content: "⁄";
  position: absolute;
  top: 50%;
  right: -34px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
	color: #DAA520;
}
@media screen and (max-width: 820px) {
	.menu-list .sub-menu{
		width: 90%;
	}
	.menu-list .sub-menu ul li{
		margin: 0 4.66667vw;
	}
	.menu-list .sub-menu ul li:not(:last-child)::after {
		right: -4.53333vw;
		font-size: 2.8vw;
	}
	.menu-list .sub-menu ul li a{
		font-size: 3.8vw;
		padding: 2vw 0;
	}
}

@media screen and (max-width: 820px) {
  .menu-list-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .menu-list-inner {
    -webkit-transform: rotate(0.03deg);
            transform: rotate(0.03deg);
    /* シャギーを防ぐ指定 */
  }
}

.menu-list-inner h2 {
  font-family: Play;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  padding: 100px 0 30px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 820px) {
  .menu-list-inner h2 {
    padding: 80px 0 30px;
  }
}


.menu-wrap {
  width: 100%;
  display: table;
  float: none;
  clear: both;
  margin: 30px auto;
}
@media screen and (max-width: 820px) {
  .menu-wrap {
    max-width: 345px;
  }
}

.menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.box-r {
  float: left;
  width: 730px;
}

.menu-list h3 {
  display: block;
  font-size: 22px;
  font-family: Play;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #DAA520;
  border-left: 1px solid #DAA520;
  padding: 0 0 0px 10px;
  margin: 20px 10px;
}

.menu-list h3 span {
  margin-left: 30px;
  font-size: 16px;
  font-family: "M PLUS 1p";
}

.menu-list h3 small {
  margin-left: 30px;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}

.menu-box table {
  width: 345px;
  margin: 10px 10px 30px 10px;
}

.menu-box table td {
  padding: 0 0 10px 0;
}

.tbl01, .tbl02 {
  font-size: 16px;
}

.tbl01 img,
.tbl02 img,
.tbl-img img,
.drink-img img {
  width: 100%;
}

.tbl01 {
  border-bottom: 1px solid #DAA520;
}

.tbl02 {
  border-bottom: 1px solid #DAA520;
}

.tbl03 {
  border-bottom: 1px solid #DAA520;
}

.tbl02.box.pc {
  display: table;
}

.tbl-img {
  width: 345px;
  margin: 10px;
  float: left;
}

.price {
  text-align: right;
}

.drink-img {
  width: 670px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 820px) {
  .menu-box {
    display: block;
  }

  .tbl-img {
    float: none;
  }

  .box-r {
    float: none;
    width: 100%;
  }

  .drink-img {
    width: auto;
    text-align: center;
  }

  .drink-img img {
    width: 95%;
    max-width: 345px;
  }

  .txtbr {
    display: block;
  }

  .tbl02.box.pc {
    display: none;
  }

  .tbl02.box.sp {
    display: table;
  }
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wrap01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap01.bC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap01.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap01.aC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap01.aStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wrap01.aEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wrap01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

img {
  max-width: 100%;
}

.mainvisual {
  width: 100vw;
  overflow: hidden;
  z-index: -1;
  position: relative;
}
.mainvisual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(8, 40, 62, 0.5);
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .list01 {
    max-width: 345px;
  }
}
.list01 li {
  border-bottom: 1px solid #DAA520;
  margin: 10px 10px 30px;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1100px) {
  .list01 li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 820px) {
  .list01 li {
    width: 100%;
  }
}
.list01 li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.list01 li dl dt {
  margin-right: 1em;
}
.list01 li dl dd {
  text-align: right;
}
.list01 li:last-child {
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .list01 li:last-child {
    margin-right: 10px;
  }
}
.list01.type01 {
  width: calc((100% - 60px) / 3 * 2 + 30px);
}
@media screen and (max-width: 1100px) {
  .list01.type01 {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .list01.type01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.list01.type01 li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1100px) {
  .list01.type01 li {
    width: 100%;
  }
}

.list01 .list02 li{
	border-bottom: none;
	width: 95%;
	font-size: 14px;
	list-style: disc;
	margin: 0 0 2px 14px;
}
.list01 .list02 li:last-child{
	margin-bottom: 10px;
}

.fig01 {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .fig01 {
    margin-bottom: 10px;
  }
}

.fig02 {
  width: calc((100% - 60px) / 3);
  margin: 10px 10px 30px 10px;
}
@media screen and (max-width: 1100px) {
  .fig02 {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 820px) {
  .fig02 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.fig03 {
  max-width: 670px;
  margin: 10px auto 30px;
}
@media screen and (max-width: 820px) {
  .fig03 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.reservationsInfo {
  background: #FFD100;
  position: relative;
  z-index: 1;
}
.reservationsInfo .reservationsInfo-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px 66px;
}
@media screen and (min-width: 821px) {
  .reservationsInfo .reservationsInfo-inner {
    -webkit-transform: rotate(0.03deg);
            transform: rotate(0.03deg);
    /* シャギーを防ぐ指定 */
  }
}
@media screen and (max-width: 820px) {
  .reservationsInfo .reservationsInfo-inner {
    padding: 0 20px 66px;
  }
}
.reservationsInfo .reservationsInfo-inner h2 {
  font-family: Play;
  font-size: 50px;
  font-weight: 700;
  word-break: break-all;
  line-height: 1;
  color: #000;
  text-align: center;
  padding: 80px 0 54px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .reservationsInfo .reservationsInfo-inner h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 320px) {
  .reservationsInfo .reservationsInfo-inner h2 {
    font-size: 30px;
  }
}
.reservationsInfo .reservationsInfo-inner .text01 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 36px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
  .reservationsInfo .reservationsInfo-inner .text01 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .reservationsInfo .reservationsInfo-inner .text01 {
    font-size: 16px;
  }
}
.reservationsInfo .reservationsInfo-inner .tel {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.reservationsInfo .reservationsInfo-inner .tel a {
  color: #000;
  text-decoration: none;
}
.reservationsInfo .reservationsInfo-inner .tel a img {
  margin-right: 7px;
  vertical-align: middle;
}
@media screen and (min-width: 821px) {
  .reservationsInfo .reservationsInfo-inner .tel a {
    pointer-events: none;
  }
}
.reservationsInfo .reservationsInfo-inner .time {
  font-size: 16px;
  line-height: 1.8;
  /*margin-bottom: 30px;*/
  padding: 10px;
  letter-spacing: 0.08em;
}
.reservationsInfo .reservationsInfo-inner .bnrList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 57px;
}
@media screen and (max-width: 820px) {
  .reservationsInfo .reservationsInfo-inner .bnrList01 {
    /*margin-top: 30px;*/
  }
}
.reservationsInfo .reservationsInfo-inner .bnrList01 .htp {
  width: 60%;
  margin: auto;
}
.reservationsInfo .reservationsInfo-inner .bnrList01 .txt{
  margin: auto;
}
@media screen and (max-width: 820px) {
  .reservationsInfo .reservationsInfo-inner .bnrList01 .htp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .reservationsInfo .reservationsInfo-inner .bnrList01 li + li {
    margin-top: 30px;
  }
}
.reservationsInfo .reservationsInfo-inner .bnrList01 li a {
  background: #fff;
  display: block;
}
.reservationsInfo .reservationsInfo-inner .bnrList01 li a:hover img {
  opacity: 0.7;
}

.slideArea01 {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  line-height: 0;
}
@media screen and (max-width: 820px) {
  .slideArea01 {
    margin-bottom: 25px;
    height: auto;
  }
}
.slideArea01 .slider01 .slick-slide {
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}

/*# sourceMappingURL=style.css.map */
