@charset "UTF-8";
#wrap {
  padding-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  #wrap {
    padding-top: 200px;
  }
}
#wrap .news-title {
  margin: 0;
  padding: 0;
}
#wrap .news-title .box-title__inner {
  background: url(../img/news/title_bg.png) no-repeat top center;
  background-size: cover;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0;
}
#wrap .news-title .box-title__inner h1 {
  line-height: 0;
}

body.shop_kawasaki .box-title.shop-nav #tab li.kawasaki {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}

body.shop_shinbashi .box-title.shop-nav #tab li.shinbashi {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}

.box-title.shop-nav {
  border-bottom: 3px solid #fff;
  margin: 0;
  padding: 0;
}
.box-title.shop-nav #tab {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.box-title.shop-nav #tab li {
  width: 45%;
  line-height: 0;
  margin-bottom: -4px;
}
@media screen and (min-width: 768px) {
  .box-title.shop-nav #tab {
    max-width: 1240px;
    margin: 0 auto;
    justify-content: center;
  }
  .box-title.shop-nav #tab li {
    width: 450px;
    margin-left: 5%;
  }
}

body.shop_kawasaki #shop {
  background: url(../img/shop/header_bg_kawasaki.png) no-repeat;
  background-size: 100%;
}

body.shop_shinbashi #shop {
  background: url(../img/shop/header_bg_shinbashi.png) no-repeat;
  background-size: 100%;
}

#shop .shop__inner {
  margin: 0 auto;
}
#shop .shop__inner-title {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
#shop .shop__inner-title h1 {
  font-family: "Kaisei Decol", serif;
  text-align: left;
  text-shadow: 0px 0px 20px #ad141b, 0px 0px 10px #ad141b;
  font-size: 35px;
  font-size: 8.9743589744vw;
}
@media screen and (min-width: 768px) {
  #shop .shop__inner-title h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  #shop .shop__inner-title {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0;
  }
}

#shop .photolist {
  width: 90%;
  margin: 0 auto;
}
#shop .photolist .photolistslider .photolist__list__img img {
  aspect-ratio: 6/4;
  -o-object-fit: cover;
     object-fit: cover;
}
#shop .photolist .photolistslider .photolist__list__detail {
  padding: 20px;
}
#shop .photolist .photolistslider .photolist__list__detail .photolist-name {
  margin: 0 0 10px 0;
  font-family: "Kaisei Decol", serif;
  color: #fcce00;
  font-size: 20px;
  font-size: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  #shop .photolist .photolistslider .photolist__list__detail .photolist-name {
    font-size: 20px;
  }
}
#shop .photolist .photolistslider .photolist__list__detail .photolist-text {
  margin: 0 0 1em 0;
  line-height: 150%;
}
#shop .photolist .photolisttum {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0 30px;
}
#shop .photolist .photolisttum .swiper-slide {
  width: 25%;
  height: 100%;
  background-color: #000;
}
#shop .photolist .photolisttum .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  aspect-ratio: 6/4;
}
#shop .photolist .photolisttum .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #fcce00;
  box-sizing: border-box;
}
#shop .photolist .photolisttum .swiper-slide-thumb-active img {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #shop .photolist {
    max-width: 960px;
  }
  #shop .photolist .photolistslider .photolist__list {
    position: relative;
  }
  #shop .photolist .photolistslider .photolist__list__detail {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  width: 30px;
  height: 30px;
  background: url(../img/common/arrow.svg) no-repeat center;
  font-size: 0;
}

.swiper-button-next:after {
  transform: scale(-1, 1); /* 左右反転 */
}

#menu .menu__inner {
  font-family: "Kaisei Decol", serif;
}
#menu .tab_box .btn_area {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
  list-style: none;
}
#menu .tab_box .btn_area .tab_btn {
  text-align: center;
  width: 45%;
  padding: 14px 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-weight: bold;
  font-size: 15px;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  #menu .tab_box .btn_area .tab_btn {
    font-size: 30px;
  }
}
#menu .tab_box .btn_area .tab_btn + .tab_btn {
  margin-left: 8px;
}
#menu .tab_box .btn_area .tab_btn.active {
  background: #d4d3d2;
  color: #3a3a3a;
}
#menu .tab_box .btn_area.tab-bottom {
  border-bottom: none;
  border-top: 1px solid #fff;
}
#menu .tab_box .btn_area.tab-bottom .tab_btn {
  border-top: none;
  border-bottom: 1px solid #fff;
}
#menu .tab_box .panel_area {
  max-width: 960px;
  margin: 40px auto 0;
}
#menu .tab_box .panel_area li {
  display: none;
}
#menu .tab_box .panel_area .active {
  display: block;
}
#menu .tab_box .tab_panel {
  display: none;
}
#menu .tab_box .tab_panel.active {
  display: block;
}
#menu .menulist {
  width: 85%;
  margin: 0 auto;
}
#menu .menulist__list {
  margin-bottom: 90px;
}
#menu .menulist__list__img {
  line-height: 0;
  display: flex;
  align-items: flex-end;
}
#menu .menulist__list__img .img_monster {
  width: 45%;
  box-sizing: border-box;
  z-index: 2;
  opacity: 0.8;
  margin: 0 -4% -4% 0;
}
#menu .menulist__list__img .img_monster img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#menu .menulist__list__img .img_food {
  box-shadow: 8px 8px 0px #606060;
  width: 60%;
}
#menu .menulist__list__img .img_food img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#menu .menulist__list__detail {
  margin: 9% 0 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#menu .menulist__list__detail .menulist-cat {
  font-family: "New Tegomin", serif;
  line-height: 140%;
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  #menu .menulist__list__detail .menulist-cat {
    font-size: 15px;
  }
  #menu .menulist__list__detail .menulist-cat span + span {
    margin-left: 5px;
  }
}
#menu .menulist__list__detail .menulist-cat .shop-shinbashi {
  background-color: #fcce00;
  color: #000;
  text-align: center;
  padding: 3px 5px;
}
#menu .menulist__list__detail .menulist-cat .shop-kawasaki {
  background-color: #e04141;
  text-align: center;
  color: #fff;
  padding: 3px 5px;
}
#menu .menulist__list__detail .menulist-cat .present {
  background-color: #e04141;
  color: #fff;
  text-align: center;
  padding: 3px 5px;
  line-height: 150%;
  display: inline-block;
}
#menu .menulist__list__detail .menulist-name {
  font-weight: bold;
  text-align: center;
  color: #fcce00;
  margin: 10px 0 10px 0;
  line-height: 130%;
  font-size: 18px;
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  #menu .menulist__list__detail .menulist-name {
    font-size: 20px;
  }
}
#menu .menulist__list__detail .menulist-price {
  text-align: center;
}
#menu .menulist__list__detail .menulist-text {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  text-align: left;
  line-height: 180%;
  font-size: 13px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  #menu .menulist__list__detail .menulist-text {
    font-size: 15px;
  }
}
#menu .drinklist {
  width: 90%;
  margin: 0 auto 80px;
}
#menu .drinklist h2 {
  color: #fcce00;
  font-weight: bold;
}
#menu .drinklist__list {
  padding: 20px 20px;
}
#menu .drinklist__list:nth-child(2n) {
  background: #4a4743;
}
#menu .drinklist__list .drinklist-name h2 {
  color: white;
  margin: 0;
  font-size: 18px;
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  #menu .drinklist__list .drinklist-name h2 {
    font-size: 20px;
  }
}
#menu .drinklist__list .drinklist-name .drinklist-cat .present {
  line-height: 150%;
  padding: 0 10px;
  display: inline-block;
  background-color: #e04141;
}
#menu .drinklist__list .drinklist-price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #menu .menu__inner {
    margin: 0 auto 200px;
  }
  #menu .menu__inner-title.box-title .box-title__inner {
    margin: 0 auto;
    padding: 30px 70px;
  }
  #menu .menu__inner .btn-type1 {
    width: 70%;
    margin: 0 auto;
  }
  #menu .menulist {
    width: 100%;
  }
  #menu .menulist__inner {
    display: flex;
    flex-wrap: wrap;
  }
  #menu .menulist__list {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 50px;
  }
  #menu .menulist__list__img {
    margin-bottom: 10%;
  }
  #menu .menulist__list__img.photo_1 .img_food {
    margin: 0 auto;
  }
  #menu .menulist__list__img .img_monster img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  #menu .menulist__list__img .img_food {
    box-shadow: 6px 6px 0px #606060;
  }
  #menu .menulist__list__img .img_food img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  #menu .menulist__list:nth-child(3n+1) {
    margin-right: 0;
  }
  #menu .menulist__list:first-child {
    width: 100%;
    margin-right: 0 !important;
  }
  #menu .menulist__list:first-child .menulist__list__detail {
    max-width: 630px;
    margin: 0 auto;
    padding: 0;
  }
  #menu .menulist__list:first-child .menulist__list__img {
    margin-bottom: 7%;
  }
  #menu .menulist__list:first-child .menulist__list__img.photo_1 {
    margin-bottom: 3%;
  }
  #menu .menulist__list:last-child {
    margin-right: 0;
  }
  #menu .menulist__list__detail {
    padding: 0 10% 0 10%;
    margin: 20px 0;
  }
  #menu .menulist__list__detail .menulist-name {
    font-weight: 400;
  }
  #menu .menulist__list__detail .menulist-text {
    font-weight: 400;
  }
  #menu .drinklist {
    margin: 0 auto 80px;
  }
  #menu .drinklist__list {
    display: flex;
    justify-content: space-between;
  }
  #menu .drinklist__list .drinklist-name {
    display: flex;
    flex-flow: column;
    width: 88%;
  }
  #menu .drinklist__list .drinklist-name h2 {
    order: 1;
    margin-bottom: 5px;
  }
  #menu .drinklist__list .drinklist-name .drinklist-cat {
    order: 2;
  }
  #menu .drinklist__list .drinklist-price {
    width: 10em;
  }
}
#menu .present-bnr {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #menu .menulist__list:first-child .menulist__list__img {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  #menu .menulist__list:first-child .menulist__list__img .img_monster {
    margin: -5% 0 -4% 0;
  }
  #menu .menulist__list:first-child .menulist__list__img .img_food {
    width: 95%;
    margin: 0 0 0 4%;
  }
  #menu .menulist__list .photo_1 > .img_food {
    width: 100% !important;
    margin: 0 !important;
  }
}

.menucontent-base {
  width: 90%;
  margin: 0 auto 80px;
}

.access__inner__detail {
  width: 90%;
  margin: 0 auto 20px;
}
.access__inner__detail h2 {
  font-family: "Kaisei Decol", serif;
  font-size: 35px;
  font-size: 8.9743589744vw;
}
@media screen and (min-width: 768px) {
  .access__inner__detail h2 {
    font-size: 35px;
  }
}
.access__inner__detail-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.access__inner__detail-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.access__inner__detail-text p {
  line-height: 150%;
}
.access__inner__detail-text p.kome {
  font-size: 14px;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .access__inner__detail-text p.kome {
    font-size: 14px;
  }
}
.access__inner__detail-photo2 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access__inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .access__inner h2 {
    width: 100%;
  }
  .access__inner__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .access__inner__detail-photo {
    order: 2;
    width: 30%;
    text-align: right;
  }
  .access__inner__detail .p-margin {
    margin: -50px 0 0 0;
  }
  .access__inner__detail-text {
    width: 60%;
    order: 1;
  }
  .access__inner__detail-text p:first-child {
    margin-top: 0;
  }
  .access__inner__detail-map {
    width: 100%;
    margin-top: 20px;
    order: 3;
  }
}
.access.access-page .access__inner__detail + .access__inner__detail {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #fff;
}/*# sourceMappingURL=shop.css.map */