@charset "utf-8";
@import url("./jquery.bxslider.css");

/*
  File Name   : shop.css
  Description : 店舗ページ
*/


/* =================================================================================
   public
================================================================================= */
#container {
  padding: 0;
}


/* article-shop
============================================ */
.article-shop {}

/* shop-header */
.shop-header {
  position: relative;
  z-index: 0;
}
.shop-header-inner {
  height: 100vh;
  padding-top: 200px;
}
.shop-header__figure-01 {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.shop-header__figure-01 > div {
  height: 100%;
  max-height: 700px;
  min-height: 600px;
  background: no-repeat center top;
  background-size: auto 100%;
}
.shop-header__figure-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.shop-header__figure-02 > div {
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

/* shop-content */
.shop-content-header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.shop-content-header-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shop-content__ttl {
  position: relative;
  margin-bottom: .75em;
  font-size: 42px;
  font-weight: normal;
  padding-bottom: .5em;
  letter-spacing: .05em;
}
.shop-content__ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  margin-left: -35px;
  border-bottom: 3px solid;
}
.shop-content__ttl span {
  display: inline-block;
}
.shop-content__desc {
  font-weight: bold;
  letter-spacing: -.05em;
}
.shop-content-inner-wrap {
  padding: 0 20px;
}
.shop-content-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 90px 0;
}


/* item-box
============================================ */
.item-box {
  position: relative;
  margin-bottom: 90px;
}
.item-box__img {
  position: absolute;
  top: 0;
  width: 50vw;
  max-width: 800px;
  height: 100%;
}
.item-box__img > div {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.item-box__img.img-base-center > div { background-position: center center; }
.item-box__img.img-base-left > div { background-position: left center; }
.item-box__img.img-base-right > div { background-position: right center; }

.item-box-inner-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 500px;
}
.item-box-inner-wrap:after {
  content: "";
  display: table-cell;
  width: 0;
  height: 500px;
}
.item-box-inner {
  display: table-cell;
  vertical-align: top;
}
.item-box__caption {
  position: relative;
  line-height: 1.9;
  padding-bottom: .5em;
  margin-bottom: .6em;
  font-size: 30px;
  font-weight: normal;
  color: #7da86e;
}
.item-box__caption:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 0;
  border-bottom: 1px solid #d6d6d6;
}
.item-box__figure {
  margin-top: 35px;
}

/* item-box-left */
.item-box-left {
  padding-right: 50%;
}
.item-box-left .item-box__img {
  left: 50%;
  padding-left: 5.21%;
}
.item-box-left .item-box__caption:after {
  right: -100px;
}

/* item-box-right */
.item-box-right {
  padding-left: 50%;
}
.item-box-right .item-box__img {
  right: 50%;
  padding-right: 5.21%;
}
.item-box-right .item-box__caption:after {
  left: -100px;
}

/* item-box-inner-middle */
.item-box-inner-middle {
  vertical-align: middle;
}

/* item-box-inner-bottom */
.item-box-inner-bottom {
  vertical-align: bottom;
}
.item-box-inner-bottom .item-box__figure {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}


/* sec-header-01
============================================ */
.sec-header-01 .sec__ttl-wrap {
  position: relative;
  margin-bottom: 20px;
}
.sec-header-01 .sec__ttl-wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 0;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-header-01 .sec__ttl {
  padding: 1.5em 0 .5em;
  font-size: 32px;
  color: #7da86e;
}
.sec-header-01 .sec__ttl__figure {
  position: absolute;
  width: 500px;
  bottom: 0;
  right: 0;
}
.sec-header-01 .sec__ttl__figure img {
  margin-bottom: -.4%;
}
.sec-header-01 .sec__desc {
  margin-bottom: 30px;
}


/* frame-style
============================================ */
/* frame-style-01 */
.frame-style-01 {
  margin: 0 -10px;
  padding: 25px;
  background:
    url(/assets/img/shop/bg-frame-prts-12.png) no-repeat left center,
    url(/assets/img/shop/bg-frame-prts-11.png) no-repeat center bottom,
    url(/assets/img/shop/bg-frame-prts-10.png) no-repeat right center,
    url(/assets/img/shop/bg-frame-prts-09.png) no-repeat center top,
    url(/assets/img/shop/bg-frame-prts-08.png) no-repeat left bottom,
    url(/assets/img/shop/bg-frame-prts-07.png) no-repeat right bottom,
    url(/assets/img/shop/bg-frame-prts-06.png) no-repeat right top,
    url(/assets/img/shop/bg-frame-prts-05.png) no-repeat left top,
    url(/assets/img/shop/bg-frame-prts-04.png) repeat-y left top,
    url(/assets/img/shop/bg-frame-prts-03.png) repeat-x left bottom,
    url(/assets/img/shop/bg-frame-prts-02.png) repeat-y right top,
    url(/assets/img/shop/bg-frame-prts-01.png) repeat-x left top;
}

/* frame-style-02 */
.frame-style-02 {
  border: 15px solid #ebeee9;
}

/* frame-style-03 */
.frame-style-03 {
  position: relative;
  padding: 35px;
  border: 3px solid #d6d6d6;
}
.frame-style-03:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 7px solid transparent;
  box-shadow: 0 0 0 1px #d6d6d6 inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}


/* btn-pdf
============================================ */
a.btn-pdf {
  display: block;
  line-height: 3em;
  text-align: center;
  text-decoration: none;
  background: #ebeee9;
}
.icon-pdf {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 1em;
  vertical-align: middle;
}
.icon-pdf:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -10%;
  background: url(/assets/img/shop/icon-pdf-01.png) no-repeat center center;
  background-size: contain;
}


/* intro
============================================ */
.intro-inner {
  position: relative;
  z-index: 0;
}
.intro-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.intro-inner-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.intro-inner-block > * {
  display: table-cell;
  vertical-align: middle;
}
.intro__ttl {
  margin-bottom: .5em;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.8;
  text-shadow:
    1px 0 1px #fff,
    0 1px 1px #fff,
    0 -1px 1px #fff,
    -1px 0 1px #fff;
}
.intro__txt {
  text-shadow:
    1px 0 1px #fff,
    0 1px 1px #fff,
    0 -1px 1px #fff,
    -1px 0 1px #fff;
}


/* access
============================================ */
.access .sec-header-01 .sec__ttl__figure {
  z-index: 1;
}
.access .sec-header-01 .sec__ttl__figure img {
  margin-bottom: -9.6%;
}
.gmap-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  padding-top: 500px;
  margin-top: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gmap-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-info {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 40px;
}
.access-info > * {
  display: table-cell;
  vertical-align: top;
}
.access-info__figure {
  width: 270px;
}
.access-info-txt-box {
  padding-left: 4.17%;
}
.access-info-txt-box dt {
  line-height: 1.2;
  padding-bottom: .25em;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
}
.fb-wrap {
  margin-top: 40px;
}

/* staff
============================================ */
.staff-info-txt-box {
  float: right;
  width: 45%;
}
.staff-info__figure {
  float: left;
  width: 45%;
}
.staff-info__name {
  line-height: 1.8;
  margin-bottom: .5em;
  font-size: 18px;
  color: #7da86e;
}
.staff-info__copy {
  margin-bottom: .5em;
  font-size: 30px;
}
.staff-info__btn-more {
  margin-top: 40px;
}
.staff-bnr {
  margin-top: 100px;
}


/* shop-nav
============================================ */
.shop-nav {
  padding-top: 60px;
  border-top: 2px solid #eee;
}
.shop-nav__ttl {
  margin-bottom: 1.5em;
  font-size: 20px;
  color: #5c8c4b;
  text-align: center;
}
.shop-nav-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.shop-nav__item {
  width: 320px;
}
.shop-nav__item a {
  position: relative;
  display: block;
  padding: 10px;
  z-index: 0;
}
.shop-nav__item-inner {
  background: rgba(255, 255, 255, .95);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body.tab .shop-nav__item-inner,
body.sp .shop-nav__item-inner,
.shop-nav__item a:hover .shop-nav__item-inner {
  opacity: 1;
}
.shop-nav__item__figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


@media screen and (min-width: 768px) {
  /* parallax
  ============================================================ */
  body.pc .parallax-wrap.parallax-inview .parallax-bg {
    background-attachment: fixed;
    z-index: -100;
  }
  body.pc .parallax-wrap.parallax-inview .parallax-content {
    position: fixed;
    z-index: -100;
  }
}

@media screen and (max-width: 1023px) {
  /* item-box
  ============================================ */
  .item-box__caption {
    font-size: 24px;
  }
  /* sec-ttl-01
  ============================================ */
  .sec-ttl-01__figure {
    width: 400px;
  }
  /* intro
  ============================================ */
  .intro__ttl {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  /* shop-header */
  .shop-header {
    margin-top: 7.81vw;
  }
  .shop-header-inner {
    height: 72vw;
    padding-top: 10.94vw;
  }
  .shop-header__figure-01 > div {
    max-height: 100%;
    min-height: 0;
    background-size: 100% auto;
  }
  .shop-header__figure-02 > div {
    background-size: 128% auto;
  }

  /* shop-content */
  .shop-content-header {
    height: 56.25vw;
  }
  .shop-content-header-inner {
    padding: 0 3.125vw;
  }
  .shop-content__ttl {
    font-size: 200%;
  }
  .shop-content__ttl:after {
    width: 2em;
    margin-left: -1em;
    border-width: .1em;
  }
  .shop-content-inner-wrap {
    padding: 0 3.125vw;
  }
  .shop-content-inner {
    padding: 7.81vw 0 12.5vw;
  }
  
  
  /* item-box
  ============================================ */
  .item-box {
    margin-bottom: 9.38vw;
    padding: 0 !important;
  }
  .item-box__img {
    position: static;
    width: 100%;
    height: 100%;
    margin-top: 6.25vw;
    padding: 0 !important;
  }
  .item-box__img > div {
    width: auto;
    height: 66.67vw;
    margin: 3.125vw -3.125vw 0;
  }
  .item-box-inner-wrap {
    min-height: 0;
  }
  .item-box-inner-wrap:after {
    content: none;
  }
  .item-box__caption {
    font-size: 150%;
  }
  .item-box__caption:after {
    left: 0 !important;
  }
  .item-box__figure {
    margin-top: 3.125vw;
    text-align: center;
  }
  .item-box__figure img {
    max-width: 50%;
  }
  
  /* item-box-inner-middle */
  .item-box-inner-middle {
    vertical-align: middle;
  }
  
  /* item-box-inner-bottom */
  .item-box-inner-bottom {
    vertical-align: bottom;
  }
  .item-box-inner-bottom .item-box__figure {
    position: static;
    margin-top: 3.125vw;
  }

  /* sec-header-01
  ============================================ */
  .sec-header-01 .sec__ttl-wrap {
    margin-bottom: 3.125vw;
  }
  .sec-header-01 .sec__ttl {
    padding: .5em 0 .25em;
    font-size: 150%;
  }
  .sec-header-01 .sec__ttl__figure {
    width: 50vw;
  }
  .sec-header-01 .sec__desc {
    margin-bottom: 1.5em;
  }

  /* frame-style
  ============================================ */
  /* frame-style-01 */
  .frame-style-01 {
    margin: 0;
    padding: 3.9vw;
    background-size: 10.94vw auto;
  }

  /* frame-style-02 */
  .frame-style-02 {
    border-width: .4em;
  }

  /* frame-style-03 */
  .frame-style-03 {
    padding: 4.69vw;
    border-width: .1em;
  }
  .frame-style-03:before {
    border-width: .3em;
  }

  /* btn-pdf
  ============================================ */
  .icon-pdf {
    width: 1.8em;
    height: 1.8em;
  }

  /* intro
  ============================================ */
  .intro__ttl {
    font-size: 150%;
  }
  
  /* access
  ============================================ */
  .access .sec-header-01 .sec__ttl__figure {
    z-index: 1;
  }
  .gmap-wrap {
    padding-top: 50vw;
    margin-top: 3.125vw;
  }
  .access-info {
    display: block;
    margin-top: 6.25vw;
  }
  .access-info > * {
    display: block;
  }
  .access-info__figure {
    width: auto;
    margin-bottom: 3.125vw;
  }
  .access-info__figure img {
    max-width: 50%;
  }
  .access-info-txt-box {
    padding-left: 0;
  }
  .access-info-txt-box dt {
    font-size: 120%;
  }
  .fb-wrap {
    margin: 6.25vw 3.125vw;
    text-align: center;
  }
  .fb-wrap .fb-page {
    width: 100% !important;
  }
  
  /* staff
  ============================================ */
  .staff-info-txt-box {
    float: none;
    width: auto;
  }
  .staff-info__figure {
    float: none;
    width: auto;
    text-align: center;
  }
  .staff-info__name {
    font-size: 120%;
  }
  .staff-info__copy {
    font-size: 150%;
  }
  .staff-info__txt {
    margin-bottom: 1em;
  }
  .staff-info__btn-more {
    margin-top: 6.25vw;
  }
  .staff-bnr {
    margin-top: 9.38vw;
  }
  /* shop-nav
  ============================================ */
  .shop-nav {
    padding-top: 6.25vw;
    border-width: .1em;
  }
  .shop-nav__ttl {
    font-size: 120%;
  }
  .shop-nav-inner {
    max-width: 640px;
  }
  .shop-nav__item {
    width: 50%;
  }
  .shop-nav__item a {
    padding: 3.125vw;
  }
}




/* =================================================================================
   yoshiyamabianco
================================================================================= */
/* shop-header */
#shop.yoshiyamabianco .shop-header__figure-01 > div {
  background-position: right top;
}
#shop.yoshiyamabianco .shop-header__figure-02 > div {
  background-position: center top;
}

/* intro */
#shop.yoshiyamabianco .intro-inner:after {
  background: url(/assets/img/shop/yoshiyamabianco/img-intro-01.png) no-repeat right center;
}
#shop.yoshiyamabianco .intro__txt {
  width: 55.21%;
}

/* about */
#shop.yoshiyamabianco .about .shop-content-header {
  background-image: url(/assets/img/shop/yoshiyamabianco/bg-about-01.jpg);
}


/* event */
#shop.yoshiyamabianco .event .sec-header-01 .sec__ttl__figure {
  right: -4.6%;
}

.pdf-wrap {
	margin: 15px 0;
}


#shop.yoshiyamabianco .event .sec-header-01 .sec__ttl__figure img {
  margin-bottom: 0;
}


/* original */
#shop.yoshiyamabianco .original .sec-header-01 .sec__ttl__figure {
  right: -4.6%;
}
#shop.yoshiyamabianco .original .sec-header-01 .sec__ttl__figure img {
  margin-bottom: -9.6%;
}
#shop.yoshiyamabianco .original__desc-01 {
  margin-bottom: .5em;
  font-size: 30px;
}
#shop.yoshiyamabianco .original__desc-02 {
  margin-bottom: 3em;
}
#shop.yoshiyamabianco .original-list {
  margin: 0 -20px;
  letter-spacing: -.5em;
}
#shop.yoshiyamabianco .original__item {
  display: inline-block;
  width: 50%;
  padding: 0 20px;
  vertical-align: top;
  letter-spacing: normal;
}
#shop.yoshiyamabianco .original__item-inner {
  height: 100%;
}
#shop.yoshiyamabianco .original__item-inner dt {
  line-height: 1.4;
  padding: .75em 0 .5em;
  margin-bottom: .25em;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid;
  letter-spacing: -.05em;
}
#shop.yoshiyamabianco .original__item-inner dd {
  font-size: 18px;
}

/* menu */
#shop.yoshiyamabianco .menu .shop-content-header {
  background-image: url(/assets/img/shop/yoshiyamabianco/bg-menu-01.jpg);
}

/* lunch */
#shop.yoshiyamabianco .lunch__item {
  margin-bottom: 90px;
  text-align: center;
}

/* dinner */
#shop.yoshiyamabianco .dinner__item {
  margin-bottom: 90px;
  text-align: center;
}

/* drink */
#shop.yoshiyamabianco .drink__item {
  margin-bottom: 40px;
  text-align: center;
}
#shop.yoshiyamabianco .menu__btn-more {
  margin-bottom: 90px
}

/* staff */
#shop.yoshiyamabianco .staff .shop-content-header {
  background-image: url(/assets/img/shop/yoshiyamabianco/bg-staff-01.jpg);
}


@media screen and (max-width: 1023px) {
  
  /* event */
  #shop.yoshiyamabianco .event .sec-header-01 .sec__ttl__figure {
    right: 0;
  }
	
  .pdf-wrap {
	margin: 5px 0;
  }

	
  /* original */
  #shop.yoshiyamabianco .original .sec-header-01 .sec__ttl__figure {
    right: 0;
  }
  #shop.yoshiyamabianco .original .sec-header-01 .sec__ttl__figure img {
    margin-bottom: -9.6%;
  }
  #shop.yoshiyamabianco .original__desc-01 {
    margin-bottom: .5em;
    font-size: 30px;
  }
  #shop.yoshiyamabianco .original__desc-02 {
    margin-bottom: 3em;
  }
  #shop.yoshiyamabianco .original-list {
    margin: 0 -2vw;
  }
  #shop.yoshiyamabianco .original__item {
    padding: 0 2vw;
  }
}

@media screen and (max-width: 767px) {
  /* shop-header */
  #shop.yoshiyamabianco .shop-header__figure-01 > div {
    background-size: auto 125%;
  }
  /* intro */
  #shop.yoshiyamabianco .intro__txt {
    width: 80%;
  }
  #shop.yoshiyamabianco .intro-inner:after {
    background-position: right bottom 6.25vw;
    background-size: 30% auto;
  }

  /* original */
  #shop.yoshiyamabianco .original__desc-01 {
    margin: 1em 0 .5em;
    font-size: 150%;
  }
  #shop.yoshiyamabianco .original__desc-02 {
    margin-bottom: 1em;
  }
  #shop.yoshiyamabianco .original-list {
    margin: 0;
  }
  #shop.yoshiyamabianco .original__item {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #shop.yoshiyamabianco .original__item + .original__item {
    margin-top: 3.125vw;
  }
  #shop.yoshiyamabianco .original__item-inner figure {
    text-align: center;
  }
  #shop.yoshiyamabianco .original__item-inner dt {
    font-size: 150%;
  }
  #shop.yoshiyamabianco .original__item-inner dd {
    font-size: 100%;
  }
  
  /* lunch */
  #shop.yoshiyamabianco .lunch__item {
    margin-bottom: 9.38vw;
  }
  
  /* dinner */
  #shop.yoshiyamabianco .dinner__item {
    margin-bottom: 9.38vw;
  }
  
  /* drink */
  #shop.yoshiyamabianco .drink__item {
    margin-bottom: 6.25vw;
  }
  #shop.yoshiyamabianco .menu__btn-more {
    margin-bottom: 12.5vw;
  }
  
}




/* =================================================================================
   eventos
================================================================================= */
/* shop-header */
#shop.eventos .shop-header__figure-01 > div {
  background-position: left top;
}
/* intro */
#shop.eventos .intro-inner:after {
  background: url(/assets/img/shop/eventos/img-intro-01.png) no-repeat right 180px;
}
#shop.eventos .intro__txt {
  width: 55.21%;
}

/* about */
#shop.eventos .about .shop-content-header {
  background-image: url(/assets/img/shop/eventos/bg-about-01.jpg);
}

/* party */
#shop.eventos .party .sec-header-01 .sec__ttl__figure img {
  margin-bottom: -9.6%;
}
#shop.eventos .party__desc-01 {
  margin-bottom: .5em;
  font-size: 30px;
}
#shop.eventos .party__desc-02 {
  margin-bottom: 3em;
}
#shop.eventos .party-list {
  margin: 0 -20px;
  letter-spacing: -.5em;
}
#shop.eventos .party__item {
  display: inline-block;
  width: 50%;
  padding: 0 20px;
  vertical-align: top;
  letter-spacing: normal;
}
#shop.eventos .party__item-inner {
  position: relative;
  height: 100%;
}
#shop.eventos .party__item-inner p {
  position: absolute;
  bottom: 0;
  padding: 1em 0;
}

/* menu */
#shop.eventos .menu .shop-content-header {
  background-image: url(/assets/img/shop/eventos/bg-menu-01.jpg);
}

/* lunch */
#shop.eventos .lunch__item {
  margin-bottom: 90px;
  text-align: center;
}

/* dinner */
#shop.eventos .dinner__item {
  margin-bottom: 90px;
  text-align: center;
}
#shop.eventos .dinner__item-02 {
  margin-bottom: 40px;
}

/* wine */
#shop.eventos .wine {
  margin-top: 90px;
}
#shop.eventos .wine__item {
  margin-bottom: 40px;
  text-align: center;
}
#shop.eventos .menu__bnr-byo {
  margin: 50px 0 90px;
}

/* staff */
#shop.eventos .staff .shop-content-header {
  background-image: url(/assets/img/shop/eventos/bg-staff-01.jpg);
}
#shop.eventos .staff-info__copy {
  line-height: 1.2;
  margin: .5em 0;
}

/* access */
#shop.eventos .access-info-txt-box ul {
  margin-top: 1.5em;
}
#shop.eventos .access-info-txt-box li {
  display: inline-block;
  width: 300px;
}

@media screen and (max-width: 1023px) {
  /* party */
  #shop.eventos .party__desc-01 {
    margin-bottom: .5em;
    font-size: 30px;
    letter-spacing: -.05em;
  }
  #shop.eventos .party__desc-02 {
    margin-bottom: 3em;
  }
  #shop.eventos .party-list {
    margin: 0 -2vw;
  }
  #shop.eventos .party__item {
    padding: 0 2vw;
  }
}

@media screen and (max-width: 767px) {
  /* shop-header */
  #shop.eventos .shop-header__figure-01 > div {
    background-size: 120%;
  }
  /* intro */
  #shop.eventos .intro__txt {
    width: 80%;
  }
  #shop.eventos .intro-inner:after {
    background-position: right bottom 6.25vw;
    background-size: 30% auto;
  }

  /* original */
  #shop.eventos .party__desc-01 {
    margin: 1em 0 .5em;
    font-size: 130%;
  }
  #shop.eventos .party__desc-02 {
    margin-bottom: 1em;
  }
  #shop.eventos .party-list {
    margin: 0;
  }
  #shop.eventos .party__item {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #shop.eventos .party__item + .party__item {
    margin-top: 3.125vw;
  }
  #shop.eventos .party__item-inner p {
    position: static;
  }
  #shop.eventos .party__item-inner figure {
    text-align: center;
  }

  /* lunch */
  #shop.eventos .lunch__item {
    margin-bottom: 9.38vw;
  }
  
  /* dinner */
  #shop.eventos .dinner__item {
    margin-bottom: 9.38vw;
  }
  
  /* wine */
  #shop.eventos .wine {
    margin-top: 9.38vw;
  }
  #shop.eventos .wine__item {
    margin-bottom: 6.25vw;
  }
  #shop.eventos .menu__bnr-byo {
    margin: 6.25vw 0 9.38vw;
  }

  /* access */
  #shop.eventos .access-info-txt-box li {
    display: block;
    width: auto;
  }
}


/* =================================================================================
   oishiyoshiyama
================================================================================= */
/* intro */
#shop.oishiyoshiyama .intro-inner:after {
  left: auto;
  right: -130px;
  background: url(/assets/img/shop/oishiyoshiyama/img-intro-01.png) no-repeat right 90px;
}
#shop.oishiyoshiyama .intro__figure {
  width: 31.25%;
  padding-right: 3.5%;
}

/* about */
#shop.oishiyoshiyama .about .shop-content-header {
  background-image: url(/assets/img/shop/oishiyoshiyama/bg-about-01.jpg);
}

/* lineup */
#shop.oishiyoshiyama .lineup .sec-header-01 .sec__ttl__figure img {
  margin-bottom: -9.6%;
}
#shop.oishiyoshiyama .lineup-list {
  margin: 0 -20px;
  letter-spacing: -.5em;
}
#shop.oishiyoshiyama .lineup__item {
  display: inline-block;
  width: 25%;
  padding: 0 20px;
  vertical-align: top;
  letter-spacing: normal;
}
#shop.oishiyoshiyama .lineup__item figcaption {
  margin-top: 1em;
  text-align: center;
}

/* menu */
#shop.oishiyoshiyama .menu .shop-content-header {
  background-image: url(/assets/img/shop/oishiyoshiyama/bg-menu-01.jpg);
}

/* menu-detail */
#shop.oishiyoshiyama .menu__item-01 {
  margin-top: 60px;
  padding: 0;
}
#shop.oishiyoshiyama .menu__item-01 figure {
  margin: -3.125% -10.94% -3.125% -7.81%;
}
#shop.oishiyoshiyama .menu__item-02 {
  margin-top: 60px;
  padding: 0;
}
#shop.oishiyoshiyama .menu__item-02 figure {
  margin: -15px -3px -3px;
}
#shop.oishiyoshiyama .menu-list {
  margin: 50px 0 90px;
}
#shop.oishiyoshiyama .menu-list ul {
  margin: 0 -20px;
  letter-spacing: -.5em;
}
#shop.oishiyoshiyama .menu-list__item {
  display: inline-block;
  width: 33.33%;
  padding: 0 20px;
  vertical-align: top;
  letter-spacing: normal;
}
#shop.oishiyoshiyama .menu-list__item dt {
  margin: .25em 0;
  font-size: 24px;
  letter-spacing: -.05em;
}

/* staff */
#shop.oishiyoshiyama .staff .shop-content-header {
  background-image: url(/assets/img/shop/oishiyoshiyama/bg-staff-01.jpg);
}

/* access */
#shop.oishiyoshiyama .access-info-txt-box ul {
  margin-top: 1.5em;
}

@media screen and (max-width: 1023px) {
  /* intro */
  #shop.oishiyoshiyama .intro-inner:after {
    left: auto;
    right: -10%;
    background-position: right center;
    background-size: 30% auto;
  }
  /* lineup */
  #shop.oishiyoshiyama .lineup__desc-01 {
    margin-bottom: .5em;
    font-size: 30px;
    letter-spacing: -.05em;
  }
  #shop.oishiyoshiyama .lineup__desc-02 {
    margin-bottom: 3em;
  }
  #shop.oishiyoshiyama .lineup-list ul {
    margin: 0 -1vw;
  }
  #shop.oishiyoshiyama .lineup__item {
    padding: 0 1vw;
  }

  /* menu-detail */
  #shop.oishiyoshiyama .menu-list ul {
    margin: 0 -1vw;
  }
  #shop.oishiyoshiyama .menu-list__item {
    padding: 0 1vw;
  }
  #shop.oishiyoshiyama .menu-list__item dt {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* shop-header */
  #shop.oishiyoshiyama .shop-header__figure-01 > div {
    background-size: 150%;
  }
  /* intro */
  #shop.oishiyoshiyama .intro-inner:after {
    background-position: right bottom 6.25vw;
    background-size: 30% auto;
  }
  #shop.oishiyoshiyama .intro__figure {
    vertical-align: top;
  }
  /* lineup */
  #shop.oishiyoshiyama .lineup-list {
    margin: -3.125vw -1.56vw 0;
  }
  #shop.oishiyoshiyama .lineup__item {
    width: 50%;
    padding: 3.125vw 1.56vw 0;
    text-align: center;
  }

  /* menu-detail */
  #shop.oishiyoshiyama .menu__item-01 {
    margin-top: 4.25vw;
    padding: 0;
  }
  #shop.oishiyoshiyama .menu__item-01 figure {
    margin: 0;
    text-align: center;
  }
  #shop.oishiyoshiyama .menu__item-02 {
    margin-top: 4.25vw;
    padding: 0;
  }
  #shop.oishiyoshiyama .menu__item-02 figure {
    margin: 0;
    text-align: center;
  }
  #shop.oishiyoshiyama .menu-list {
    margin: 6.25vw 0 9.38vw;
  }
  #shop.oishiyoshiyama .menu-list__item {
    display: block;
    width: auto;
    margin-bottom: 3.125vw;
  }
  #shop.oishiyoshiyama .menu-list__item figure {
    float: left;
    max-width: 40%;
    margin-right: 3.125vw;
  }
  #shop.oishiyoshiyama .menu-list__item dt {
    font-size: 110%;
  }

  /* access */
  .access-info-txt-box li {
    display: block;
    width: auto;
  }
}



/* =================================================================================
   grandsvins
================================================================================= */
/* shop-header */
#shop.grandsvins .shop-header__ttl {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#shop.grandsvins .shop-header__ttl img {
  max-height: 50vh;
}

/* intro */
#shop.grandsvins .intro-inner:after {
  background: url(/assets/img/shop/grandsvins/img-intro-01.png) no-repeat right 90px;
}
#shop.grandsvins .intro__figure {
  width: 31.25%;
  padding-right: 3.5%;
}
#shop.grandsvins .intro__figure img {
  border: 1px solid #d6d6d6;
}

/* about */
#shop.grandsvins .about .shop-content-header {
  background-image: url(/assets/img/shop/grandsvins/bg-about-01.jpg);
}
#shop.grandsvins .about .btn-pdf {
  margin-top: 2em;
}

/* selection */
#shop.grandsvins .selection .shop-content-header {
  background-image: url(/assets/img/shop/grandsvins/bg-selection-01.jpg);
}

/* proposal  */
#shop.grandsvins .proposal .item-box__txt + .item-box__txt {
  margin-top: 1.5em;
}

/* recommend */
.recommend-inner > ul {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.recommend__item {
  padding: 20px 0;
}
.recommend__item + .recommend__item {
  border-top: 1px solid #7da86e;
}
.recommend__item__name {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -.1em;
}
.recommend__item__name span {
  display: inline-block;
}
.recommend__item-inner {
  position: relative;
}
.recommend__item__type {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.3;
  font-size: 17px;
}
.recommend__item__type .type-red {
  display: block;
  color: #fff;
  padding: 0 .25em;
  background: #7da86e;
}
.recommend__item__type .type-white {
  display: block;
  color: #7da86e;
  padding: 0 .25em;
  border: 1px solid;
}
.recommend__item__status {
  margin-bottom: 20px;
  font-size: 17px;
}
.recommend__bnr {
  margin: 50px 0 90px;
}

/* pickup */
#shop.grandsvins .pickup .sec-header-01 {
  margin-bottom: 40px;
}
#shop.grandsvins .pickup .sec-header-01 .sec__ttl__figure {
  z-index: 1;
}
#shop.grandsvins .pickup .sec-header-01 .sec__ttl__figure img {
  margin-bottom: -9.6%;
}
#shop.grandsvins .pickup-detail {
  margin-bottom: 90px;
}
#shop.grandsvins .pickup-detail-header {
  position: relative;
  min-height: 120px;
}
#shop.grandsvins .pickup__ttl {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: .75em;
}
#shop.grandsvins .pickup__desc {
  width: 450px;
}
#shop.grandsvins .pickup-detail-header__figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 120px;
}
#shop.grandsvins .pickup-detail-header__figure > div{
  margin-left: 500px;
  height: 100%;
  background: no-repeat left center;
  background-size: cover;
}
#shop.grandsvins .pickup-list {
  margin: 0 -20px;
  letter-spacing: -.5em;
}
#shop.grandsvins .pickup-list > li {
  display: inline-block;
  width: 50%;
  padding: 0 20px;
  vertical-align: top;
  letter-spacing: normal;
}
#shop.grandsvins .pickup__item {
  margin: 50px 0;
  padding: 0;
}
#shop.grandsvins .pickup__item dl {
  padding: 30px 35px;
}
#shop.grandsvins .pickup__item__caption {
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid;
}
#shop.grandsvins .pickup__item__price {
  margin-bottom: .5em;
  font-size: 25px;
  color: #7da86e;
  text-align: center;
  letter-spacing: .05em;
}
#shop.grandsvins .pickup__item__price strong {
  font-size: 35px;
  font-weight: normal;
}
#shop.grandsvins .pickup__item__price .tax {
  font-size: 18px;
}
#shop.grandsvins .pickup__item__txt-01 {
  line-height: 1.5;
  font-size: 18px;
}
#shop.grandsvins .pickup__item__txt-02 {
  margin-left: 3em;
  line-height: 1.5;
  font-size: 18px;
  text-indent: -3em;
}

/* staff */
#shop.grandsvins .staff .shop-content-header {
  background-image: url(/assets/img/shop/grandsvins/bg-staff-01.jpg);
}

@media screen and (max-width: 1023px) {
  /* intro */
  #shop.grandsvins .intro-inner:after {
    background-position: right 50px;
    background-size: 25% auto;
  }
  /* about */
  #shop.grandsvins .about .btn-pdf a.mod-btn-01 {
    font-size: 14px;
  }
  #shop.grandsvins .feature__item-02 .item-box__figure {
    max-width: 30%;
  }
  /* pickup */
  #shop.grandsvins .pickup-list {
    margin: 0 -1vw;
  }
  #shop.grandsvins .pickup-list > li {
    padding: 0 1vw;
  }
  #shop.grandsvins .pickup__item dl {
    padding: 3vw;
  }
}

@media screen and (max-width: 767px) {
  /* shop-header */
  #shop.grandsvins .shop-header__ttl {
    max-width: 30%;
    top: 50%;
  }
  
  /* intro */
  #shop.grandsvins .intro-inner:after {
    background-position: right bottom 6.25vw;
    background-size: 20% auto;
  }
  #shop.grandsvins .intro__figure {
    vertical-align: top;
  }
  
  /* about */
  #shop.grandsvins .about .btn-pdf a.mod-btn-01 {
    font-size: 100%;
  }
  
  /* selection */
  #shop.grandsvins .selection .shop-content-header {
    background-image: url(/assets/img/shop/grandsvins/bg-selection-01.jpg);
  }
  
  /* proposal  */
  #shop.grandsvins .proposal .item-box__txt + .item-box__txt {
    margin-top: 1.5em;
  }
  
  /* recommend */
  .recommend-inner > ul {
    padding: 3.125vw;
  }
  .recommend__item {
    padding: 3.125vw 0;
  }
  .recommend__item__name {
    margin-bottom: 3.125vw;
    font-size: 150%;
  }
  .recommend__item__type {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.3;
    font-size: 100%;
  }
  .recommend__item__status {
    margin-bottom: 3.125vw;
    font-size: 100%;
  }
  .recommend__bnr {
    margin: 6.25vw 0 9.38vw;
  }
  
  /* pickup */
  #shop.grandsvins .pickup .sec-header-01 {
    margin-bottom: 6.25vw;
  }
  #shop.grandsvins .pickup-detail {
    margin-bottom: 9.38vw;
  }
  #shop.grandsvins .pickup-detail-header {
    min-height: 0;
  }
  #shop.grandsvins .pickup__ttl {
    font-size: 150%;
  }
  #shop.grandsvins .pickup__desc {
    width: auto;
  }
  #shop.grandsvins .pickup-detail-header__figure {
    position: static;
    margin-top: 3.125vw;
    height: 25vw;
  }
  #shop.grandsvins .pickup-detail-header__figure > div {
    margin-left: 0;
    height: 100%;
  }
  #shop.grandsvins .pickup-list {
    margin: 0;
  }
  #shop.grandsvins .pickup-list > li {
    display: block;
    width: auto;
    padding: 0;
  }
  #shop.grandsvins .pickup__item {
    margin: 4.69vw 0;
    padding: 0;
  }
  #shop.grandsvins .pickup__item dl {
    padding: 3.125vw 6.25vw 6.25vw;
  }
  #shop.grandsvins .pickup__item__caption {
    padding-bottom: .25em;
    margin-bottom: .25em;
    font-size: 150%;
  }
  #shop.grandsvins .pickup__item__price {
    font-size: 120%;
  }
  #shop.grandsvins .pickup__item__price strong {
    font-size: 150%;
  }
  #shop.grandsvins .pickup__item__price .tax {
    font-size: 90%;
  }
  #shop.grandsvins .pickup__item__txt-01,
  #shop.grandsvins .pickup__item__txt-02 {
    font-size: 100%;
  }
}



/* =================================================================================
   catering
================================================================================= */
/* shop-header */
#shop.catering .shop__ttl-outer-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 20px;
  background: rgba(27, 103, 0, .5);
}
#shop.catering .shop__ttl-wrap {
  display: table;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#shop.catering .shop__ttl-wrap > * {
  display: table-cell;
  vertical-align: middle;
}
#shop.catering .shop__copy {
  font-size: 30px;
  color: #fff;
  letter-spacing: -.05em;
}
#shop.catering .shop__ttl {
  text-align: right;
}

/* intro */
#shop.catering .intro-inner:after {
  background: url(/assets/img/shop/catering/img-intro-01.png) no-repeat right 220px;
}
#shop.catering .intro__txt {
  width: 55.21%;
}

/* about */
#shop.catering .about .shop-content-header {
  background-image: url(/assets/img/shop/catering/bg-about-01.jpg);
}
#shop.catering .about .shop-content__ttl {
  letter-spacing: -.05em;
}

/* service */
#shop.catering .service .shop-content-header {
  background-image: url(/assets/img/shop/catering/bg-service-01.jpg);
}

/* menu */
#shop.catering .menu {
  margin-bottom: 90px;
}
#shop.catering .menu__item-01 ul {
  margin: 0 -15px;
  letter-spacing: -.5em;
}
#shop.catering .menu__item-01 li {
  display: inline-block;
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal;
}
#shop.catering .menu__item-01 li figcaption {
  margin: .5em 0 1em;
  font-size: 18px;
}
#shop.catering .menu__item-02 {
  margin: 50px 0;
  text-align: center;
}

/* usage */
#shop.catering .usage__item + .usage__item {
  margin-top: 40px;
}
#shop.catering .usage__item__ttl {
  margin-bottom: .75em;
  font-size: 20px;
  font-weight: bold;
  color: #7da86e;
}
#shop.catering .usage__item-txt-box {
  float: left;
}
#shop.catering .usage__item__figure {
  float: right;
  max-width: 50%;
}
#shop.catering .usage__item__figure img {
  border: 1px solid #ebeee9;
}
#shop.catering .usage__item__dl dt {
  font-weight: bold;
}
#shop.catering .usage__item__dl dd + dt {
  margin-top: 1.5em;
}
#shop.catering .usage__item__dl a {
  color: #7da86e;
  text-decoration: underline;
}
#shop.catering .usage__item__dl a:hover {
  text-decoration: none;
}
#shop.catering .usage__item__flow {
  letter-spacing: -.5em;
}
#shop.catering .usage__item__flow li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
#shop.catering .usage__item__flow li + li {
  margin-left: 1em;
}
#shop.catering .usage__item__flow li + li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 1em;
  border-width: 6px 0 6px 7px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #7da86e;
}
#shop.catering .usage__contact {
  margin: 50px 0;
  padding: 0 20px;
}
#shop.catering .usage__contact-inner {
  max-width: 800px;
  margin: 35px auto;
}
#shop.catering .usage__contact__ttl {
  padding-bottom: .5em;
  margin-bottom: .75em;
  font-size: 30px;
  font-weight: normal;
  border-bottom: 1px solid;
  text-align: center;
}
#shop.catering .usage__contact__desc {
  letter-spacing: -.05em;
}
#shop.catering .usage__contact-detail {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 30px;
}
#shop.catering .usage__contact-detail > * {
  display: table-cell;
  vertical-align: middle;
}
#shop.catering .usage__contact-open {
  line-height: 3;
  font-size: 18px;
  text-align: center;
  border-radius: 3em;
  background: #7da86e;
}
#shop.catering .usage__contact-open li {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  margin: 0 .5em;
}
#shop.catering .usage__contact-tel {
  color: #7da86e;
  white-space: nowrap;
  text-align: right;
  letter-spacing: -.5em;
}
#shop.catering .usage__contact-tel > * {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  letter-spacing: normal;
}
#shop.catering .usage__contact-tel dt {
  font-size: 30px;
}
#shop.catering .usage__contact-tel dd {
  font-size: 40px;
  letter-spacing: .05em;
}

/* staff */
#shop.catering .staff .shop-content-header {
  background-image: url(/assets/img/shop/catering/bg-staff-01.jpg);
}


@media screen and (max-width: 900px) {
  #shop.catering .usage__contact-detail,
  #shop.catering .usage__contact-detail > * {
    display: block;
  }
  #shop.catering .usage__contact-tel {
    margin-top: 1.5em;
    text-align: center;
  }
}


@media screen and (max-width: 767px) {
  /* shop-header */
  #shop.catering .shop__ttl-outer-wrap {
    padding: 6.25vw 3.125vw;
  }
  #shop.catering .shop__copy {
    width: 60%;
    font-size: 120%;
  }
  #shop.catering .shop__ttl {
    text-align: right;
  }

  /* intro */
  #shop.catering .intro__txt {
    width: 80%;
  }
  #shop.catering .intro-inner:after {
    background-position: right bottom 6.25vw;
    background-size: 30% auto;
  }

  /* menu */
  #shop.catering .menu {
    margin-bottom: 9.38vw;
  }
  #shop.catering .menu__item-01 ul {
    margin: 0 -1.56vw;
  }
  #shop.catering .menu__item-01 li {
    padding: 0 1.56vw;
  }
  #shop.catering .menu__item-01 li figcaption {
    margin: .5em 0 1em;
    font-size: 100%;
  }
  #shop.catering .menu__item-02 {
    margin: 6.25vw 0;
  }
  
  /* usage */
  #shop.catering .usage__item + .usage__item {
    margin-top: 2em;
  }
  #shop.catering .usage__item__ttl {
    font-size: 110%;
  }
  #shop.catering .usage__item-txt-box {
    float: none;
  }
  #shop.catering .usage__item__figure {
    float: none;
    max-width: 100%;
    margin-top: 1em;
    text-align: center;
  }
  #shop.catering .usage__item__flow li + li {
    margin-left: .5em;
  }
  #shop.catering .usage__item__flow li + li:before {
    margin-right: .5em;
    border-width: .4em 0 .4em .5em;
  }
  #shop.catering .usage__contact {
    margin: 6.25vw 0;
    padding: 0 3.125vw;
  }
  #shop.catering .usage__contact-inner {
    margin: 3.125vw 0;
  }
  #shop.catering .usage__contact__ttl {
    font-size: 150%;
  }
  #shop.catering .usage__contact-detail {
    margin-top: 3.125vw;
  }
  #shop.catering .usage__contact-open {
    font-size: 100%;
  }
  #shop.catering .usage__contact-tel {
    margin-top: 1em;
  }
  #shop.catering .usage__contact-tel dt {
    font-size: 150%;
  }
  #shop.catering .usage__contact-tel dd {
    font-size: 200%;
  }
}
















/* measures */
.top-measures-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 200px 20px 0;
}

@media screen and (max-width: 767px) {
  .top-measures-wrap {
    padding: 60px 3.125vw 0;
  }
}

.top-measures-wrap h2{
  font-size: 42px;
  line-height: 1.8;
  font-weight: normal;
}

.text-img-wrap {
  display: flex;
  align-items: center;
  position: relative;
  top: -25px;
}
@media screen and (max-width: 767px) {
  .text-img-wrap {
    top: 0;
    margin-top: 20px;
  }
  .top-measures-wrap h2{
    font-size: 150%;
  }
}

.text-img-wrap p{
  flex: 0 0 75%;
  width: 75%;
  padding-right: 10%; 
}
.text-img-wrap figure{
  flex: 0 0 25%;
  width: 25%; 
}
.text-img-wrap figure img{
  width: 100%;
  height: auto; 
}
@media screen and (max-width: 767px) {
  .text-img-wrap p{
    padding-right: 5%; 
  }
}

.measures-img-left {
  /*width: 37.5vw;*/ 
  width: 480px;
}
@media screen and (max-width: 767px) {
  .measures-img-left {
    width: 100%;
  }
}

.item-box__figure.measures-img-pic {
  right: 5%;
}

.measures-title {
  font-weight: normal;
}

.measures-title-text {
  margin-bottom: 40px;

}

.measures-title-text dt{
  font-size: 30px;
  margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
  .measures-title-text dt{
    font-size: 150%;
  }
}



.measures-pic-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.measures-pic-list li {
  flex: 0 0 46.63%;
  width: 46.63%;
  margin-bottom: 20px;
}
.measures-pic-list li figure{
  margin-bottom: .5em;
}
.measures-pic-list li img{
  width: 100%;
  height: auto;
}
.measures-inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .measures-inner {
    margin-bottom: 30px;
  }
  .measures-pic-list {
    flex-direction:column;
  }
  .measures-pic-list li {
    flex: 0 0 100%;
    width: 100%;
  }
}


#shop.oishiyoshiyama .menu__item-02.measures-menu__item figure {
    margin: -80px 60px 60px;
}
@media screen and (max-width: 767px) {
  #shop.oishiyoshiyama .menu__item-02.measures-menu__item figure {
    margin: -40px 20px 30px;
  }
}