body {
  font-family: ten-mincho, serif;
  font-style: normal;
  font-weight: 400;
  background: url("../images/bg_pat.png") repeat;
}
body img {
  max-width: 100%;
}
body button {
  background-color: transparent;
  border: none;
}
body button:focus {
  outline: none;
  background-color: transparent;
  border: none;
}
body b {
  font-weight: bold;
}
body p, body a {
  letter-spacing: 0.1em;
}
body.jap .english {
  display: none !important;
}
body.jap .navMenu__lang .jap_active {
  color: #fff !important;
}
body.eng .japanese {
  display: none !important;
}
body.eng .navMenu__lang .eng_active {
  color: #fff !important;
}
body.eng .food__map__tbl__col__time--day {
  width: 80px !important;
}
body .slick-dots {
  position: relative;
  bottom: 0;
  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-top: 15px;
  padding: 0 25px;
  width: auto;
}
body .slick-dots li {
  width: 60px;
  height: 3px;
  margin: 5px;
  background-color: #d2d2d2;
}
body .slick-dots li.slick-active {
  background-color: #000;
}
body .slick-dots li button {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
      display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
      display: none !important;
  }
}
.container .navMenu a, .container .navMenu p, .container .navMenu a:after, .container .navMenu p:after {
  color: #fff;
}
.container .navMenu__toggle {
  width: 10vw;
  height: 8vw;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  padding: 0;
}
.container .navMenu__toggle i.top, .container .navMenu__toggle i.center, .container .navMenu__toggle i.bottom {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
  transition: top 0.25s 0.25s, -webkit-transform 0.25s;
  transition: top 0.25s 0.25s, transform 0.25s;
  transition: top 0.25s 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.container .navMenu__toggle i.top {
  top: 0;
}
.container .navMenu__toggle i.center {
  top: calc(50%);
}
.container .navMenu__toggle i.bottom {
  top: 100%;
}
.container .navMenu.scrolled .navMenu__toggle i.top, .container .navMenu.scrolled .navMenu__toggle i.center, .container .navMenu.scrolled .navMenu__toggle i.bottom {
  background-color: #000;
}
.container .navMenu__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 998;
  overflow: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.container .navMenu__wrapper .navMenu__list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc(100% - 50px);
  padding: 0 25px;
}
.container .navMenu__wrapper .navMenu__list.japanese .navMenu__list__item {
  text-align: center;
  width: 14%;
}
.container .navMenu__wrapper .navMenu__list.japanese .navMenu__list__item:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.container .navMenu__wrapper .navMenu__list.japanese .navMenu__list__item:first-child img {
  width: 114px;
}
.container .navMenu__wrapper .navMenu__list.japanese .navMenu__list__item a {
  font-size: 22px;
  line-height: 24px;
  width: 24px;
  margin: 0 auto;
  display: block;
}
.container .navMenu__wrapper .navMenu__list.japanese .navMenu__list__item a:before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin: 0 auto 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.container .navMenu__wrapper .navMenu__list.japanese .navMenu__list__item a:hover {
  font-weight: bold;
}
.container .navMenu__wrapper .navMenu__list.japanese .navMenu__list__item a:hover:before {
  height: 40px;
}
.container .navMenu__wrapper .navMenu__list.english .navMenu__list__item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .container .navMenu__wrapper .navMenu__list.english .navMenu__list__item:first-child {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
  }
  .container .navMenu__wrapper .navMenu__list.english .navMenu__list__item:first-child img {
      width: 100px;
  }
}
.container .navMenu__wrapper .navMenu__list.english .navMenu__list__item:last-child {
  width: 68%;
  padding-top: 10px;
}
.container .navMenu__wrapper .navMenu__list.english .navMenu__list__item:last-child a {
  font-size: 22px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container .navMenu__wrapper .navMenu__list.english .navMenu__list__item:last-child a:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.container .navMenu__wrapper .navMenu__lang {
  position: absolute;
  left: 0;
  right: 0;
  top: 380px;
  margin: auto;
  text-align: center;
}
.container .navMenu__wrapper .navMenu__lang a {
  color: #aeaeae;
  font-size: 20px;
  display: inline-block;
}
.container .navMenu__wrapper .navMenu__lang a:not(:last-child):after {
  content: '/';
  padding: 0 5px;
}
.container .navMenu.is-open .navMenu__toggle i.top, .container .navMenu.is-open .navMenu__toggle i.bottom {
  -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
  transition: top 0.25s, -webkit-transform 0.25s 0.25s;
  transition: top 0.25s, transform 0.25s 0.25s;
  transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
  top: calc(50%);
}
.container .navMenu.is-open .navMenu__toggle i.top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container .navMenu.is-open .navMenu__toggle i.bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.container .navMenu.is-open .navMenu__toggle i.center {
  opacity: 0;
}
.container .navMenu.is-open .navMenu__toggle i {
  background-color: #fff !important;
}
.container .navMenu.is-open .navMenu__wrapper {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.container .contWrapper .mainView {
  position: relative;
}
.container .contWrapper .mainView__slider {
  width: 100%;
}
.container .contWrapper .mainView__slider__item {
  overflow: hidden;
}
.container .contWrapper .mainView__slider__item img {
  width: 100%;
  -webkit-transition: -webkit-transform 5s linear;
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear, -webkit-transform 5s linear;
}
.container .contWrapper .mainView__slider__item.slick-current img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.container .contWrapper .mainView .logo {
  position: absolute;
  top: 0;
  left: 20px;
  width: 28.66%;
  padding: 20px 0;
  background-color: #000;
  z-index: 1;
}
.container .contWrapper .mainView .logo img {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.container .contWrapper .mainView .scrollWrapper {
  position: absolute;
  bottom: 97px;
  right: 20px;
  width: 8px;
}
@-webkit-keyframes scroll {
  from {
      height: 34px;
  }
  to {
      height: 0;
  }
}
@keyframes scroll {
  from {
      height: 34px;
  }
  to {
      height: 0;
  }
}
.container .contWrapper .mainView .scrollWrapper:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -43px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 34px;
  background-color: #fff;
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
}
.container .contWrapper .mainView .scrollWrapper .scroll {
  width: 100%;
}
.container .contWrapper .guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  margin: 0 25px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.container .contWrapper .guide p:first-child {
  margin-right: 30px;
  font-size: 13px;
}
.container .contWrapper .guide p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 10px;
  line-height: 19px;
}
.container .contWrapper .food {
  margin: 50px auto 0;
}
.container .contWrapper .food__ttl {
  font-size: 22px;
  letter-spacing: 0.2em;
  padding: 0 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container .contWrapper .food__ttl:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  margin: auto;
}
.container .contWrapper .food__ttl span {
  font-size: 12px;
}
.container .contWrapper .food__ttl span i {
  color: #d2d2d2;
}
.container .contWrapper .food__special {
  margin: 25px auto 0;
}
.container .contWrapper .food__special__cont {
  padding: 0 25px;
}
.container .contWrapper .food__special__cont__img {
  width: 100%;
  margin-top: 20px;
}
.container .contWrapper .food__special__cont__txt {
  margin-top: 20px;
  font-size: 11px;
  line-height: 21px;
}
.container .contWrapper .food__special__bnr {
  width: 100%;
  margin: 45px 0 60px;
}
.container .contWrapper .food__special__bnr img {
  width: 100%;
}
.container .contWrapper .food__list {
  margin-top: 20px;
  padding: 0 25px;
}
.container .contWrapper .food__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.container .contWrapper .food__list__item:not(:last-child) {
  margin-bottom: 20px;
}
.container .contWrapper .food__list__item__cont__ttl {
  font-size: 15px;
  line-height: 25px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.container .contWrapper .food__list__item__cont__txt {
  font-size: 11px;
  line-height: 21px;
  padding: 10px 0;
}
.container .contWrapper .food__list__item__img {
  width: 100%;
}
.container .contWrapper .food__list__item__img img {
  width: 100%;
}
.container .contWrapper .food__btn {
  margin: 40px auto 60px;
  cursor: pointer;
  width: 86.6vw;
}
.container .contWrapper .food__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  background-color: #000;
  color: #fff;
}
.container .contWrapper .food__btn .arrow {
  margin-right: 20px;
}
.container .contWrapper .food__btn .txt {
  font-size: 15px;
  color: #fff;
  /* width: 86.6vw; */
  /* height: 20vw; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
.container .contWrapper .food__map {
  margin: 60px 0;
}
.container .contWrapper .food__map__link {
  display: block;
  width: 100%;
  margin: 30px auto 40px;
  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;
  font-size: 15px;
}
.container .contWrapper .food__map__link .arrow {
  margin-right: 20px;
}
.container .contWrapper .food__map__link .arrow:after {
  border-color: #000 transparent transparent transparent;
}
.container .contWrapper .food__map__link .arrow:before {
  border-color: transparent transparent #000 transparent;
}
.container .contWrapper .food__map__embed {
  width: 100%;
  height: 60vw;
  margin-top: 20px;
}
.container .contWrapper .food__map__tbl {
  padding: 0 25px;
}
.container .contWrapper .food__map__tbl__row {
  padding: 20px 5px;
  border-top: 1px solid #d2d2d2;
}
.container .contWrapper .food__map__tbl__row:last-of-type {
  border-bottom: 1px solid #d2d2d2;
}
.container .contWrapper .food__map__tbl__col:first-of-type {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 21px;
}
.container .contWrapper .food__map__tbl__col:last-of-type {
  font-size: 11px;
  line-height: 21px;
}
.container .contWrapper .food__map__tbl__col__time {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
}
.container .contWrapper .food__map__tbl__col__time:not(:last-of-type) {
  margin-bottom: 15px;
}
.container .contWrapper .food__map__tbl__col__time--day {
  font-weight: bold;
  margin-right: 25px;
  width: 25px;
}
.container .contWrapper .food__map__tbl__col__phone {
  margin: 10px 0;
  width: 100%;
}
.container footer {
  padding: 40px 0 30px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}
.container footer .copyright {
  width: 76%;
  margin: 30px auto 0;
}
.container footer .copyright img {
  width: 100%;
}
.container footer #btn_pageTop {
  width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container footer #btn_pageTop .arrow {
  margin-right: 20px;
}
.container footer #btn_pageTop .arrow:before {
  -webkit-transform: rotate(-125deg);
  transform: rotate(-125deg);
  top: 4px;
  right: -2px;
}
.container footer #btn_pageTop .arrow:after {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  top: 4px;
  right: 2px;
}
.arrow {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
.arrow:before, .arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow:after {
  border-width: 6px 7px 0 9px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: -3px;
}
.arrow:before {
  border-width: 0 7px 6px 9px;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 3px;
}
.modal, .modal2 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}
.modal__wrapIn {
  width: 80%;
  height: 82%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.modal__cont {
  position: relative;
  height: calc(100% - 45px);
  margin: 45px auto 0;
}
.modal__cont img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
.modal__close {
  cursor: pointer;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -35px;
  right: 0;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close:after, .modal__close:before {
  width: 35px;
  height: 2px;
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.modal__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}