.object-fit-cover {
  position: relative;
}

.object-fit-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.slick-dots li button::before {
  background: #fff;
  border-radius: 50vw;
}
.slick-dots li.slick-active button:before {
  background: #ca2b1c;
}
@media screen and (max-width: 767px) {
  .key-img1 img {
    object-position: 95% 50%;
  }
}
@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative;
  }
  .object-fit-cover-pc img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
.btn-t1 a {
  display: block;
  width: 320px;
  text-align: center;
  background: #fff;
  color: #000;
  border: 3px solid #4c1905;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
}
.btn-t1 a span {
  position: relative;
  padding-right: 35px;
}
.btn-t1 a span::after {
  content: "";
  background: url(../img/yakitori/icon_btn1.png) no-repeat 0 0/100%;
  width: 16px;
  height: 16px;
  right: 0;
  top: 5px;
  position: absolute;
}

.btn-web-1 a {
  display: block;
  width: 280px;
  text-align: center;
  background: #fff;
  color: #000;
  border: 3px solid #dd0102;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
}
.btn-web-1 a span {
  position: relative;
  padding-right: 35px;
  padding-left: 25px;
}
.btn-web-1 a span::after {
  content: "";
  background: url(../img/shared/icon_arrow.png) no-repeat 0 0/100%;
  width: 28px;
  height: 16px;
  right: 0;
  top: 5px;
  position: absolute;
}
.btn-web-1 a span::before {
  content: "";
  background: url(../img/yakitori/icon_cal.png) no-repeat 0 0/100%;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .btn-t1 a {
    width: 455px;
    border: 6px solid #4c1905;
    border-radius: 5px;
    margin: 0 auto;
    padding: 25px 10px;
    font-size: 20px;
    transition: 0.4s;
  }
  .btn-t1 a span {
    padding-right: 50px;
  }
  .btn-t1 a span::after {
    width: 26px;
    height: 25px;
    right: 0;
    top: 5px;
  }
  .btn-t1 a:hover {
    transform: translateY(10px);
    transition: 0.4s;
  }
  .btn-web-1 a {
    width: 425px;
    border: 6px solid #dd0102;
    padding: 20px 10px;
    font-size: 20px;
  }
  .btn-web-1 a span {
    padding-right: 45px;
    padding-left: 45px;
  }
  .btn-web-1 a span::after {
    width: 35px;
    height: 20px;
    right: 0;
  }
  .btn-web-1 a span::before {
    width: 32px;
    height: 32px;
    left: 0;
    top: -2px;
  }
  .btn-web-1 a:hover {
    transform: translateY(10px);
    transition: 0.4s;
  }
}
#sec1 {
  background: url(../img/yakitori/sec1_deco3.png) no-repeat center top -20vw/150%;
  padding: 15vw 0;
}
#sec1 h2 {
  width: 87%;
  margin: 0 auto 0vw;
}
#sec1 .logo {
  width: 80%;
  margin: 0 auto 5vw;
}
#sec1 .desc-1 {
  background: url(../img/yakitori/sec1_pt2.jpg);
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  width: 70%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 0;
}
#sec1 .desc-1::before {
  content: "";
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background: url(../img/yakitori/sec1_pt1.jpg);
  position: absolute;
  z-index: -1;
}
#sec1 .txt {
  margin-bottom: 30px;
}
#sec1 .group-deco {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 46vw;
  padding: 0 0vw;
  position: absolute;
  top: 23vw;
  right: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  body {
    letter-spacing: 1.2px;
  }
  html .wrap {
    width: 100%;
  }
  section {
    overflow-y: visible;
    overflow-x: clip;
  }
  #sec1 {
    background: url(../img/yakitori/sec1_deco3.png) no-repeat center top 75px / auto;
    padding: 0 0 200px;
  }
  #sec1 .wrap {
    max-width: 1200px;
  }
  #sec1 h2 {
    width: -moz-max-content;
    width: max-content;
    margin: -125px 0 0 -10px;
  }
  #sec1 .logo {
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    position: absolute;
    top: 255px;
    left: calc(50% + 15px);
  }
  #sec1 .desc-1 {
    font-size: 34px;
    padding: 20px;
    width: 530px;
    margin: 0;
    top: 400px;
    left: calc(50% + 35px);
    position: absolute;
    box-sizing: border-box;
  }
  #sec1 .desc-1::before {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }
  #sec1 .txt {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 35px;
    line-height: 40px;
    position: relative;
    z-index: 1;
  }
  #sec1 .group-deco {
    gap: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    top: 0;
  }
  #sec1 .group-deco .deco-1 {
    position: absolute;
    right: calc(50% + 260px);
    bottom: -145px;
    margin-left: -130px;
  }
  #sec1 .group-deco .deco-2 {
    position: absolute;
    left: calc(50% + 260px);
    bottom: -200px;
    margin-right: -175px;
  }
}
#sec2 {
  padding: 15vw 0 3vw;
  background:
    url(../img/maguro/sec2_deco_top.png) no-repeat center top/100%,
    url(../img/yakitori/sec3_pt1.png),
    url(../img/yakitori/sec2_bg1.jpg);
  position: relative;
  margin-bottom: -2px;
}
#sec2::before {
  content: "";
  background: url(../img/maguro/sec2_deco1.png) no-repeat 0 0/100%;
  width: 100%;
  height: 40vw;
  left: -20vw;
  top: 50vw;
  position: absolute;
}
#sec2 h2 {
  width: 47%;
  margin: 0 auto 10vw;
  position: relative;
}
#sec2 .desc {
  margin-bottom: 20px;
}
#sec2 .sec2-slide {
  margin-bottom: 15px;
}
#sec2 .sec2-slide .slick-dots {
  bottom: auto;
  top: 52vw;
}
#sec2 .sec2-slide .slick-dots li {
  width: 15px;
}
#sec2 .sec2-slide .slick-dots li button {
  width: 12px;
  height: 12px;
}
#sec2 .sec2-slide .slick-dots li button::before {
  width: 12px;
  height: 12px;
}
#sec2 .sec2-slide .slick-slide .slide-img {
  margin-bottom: 30px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}
#sec2 .sec2-slide .slick-slide .slide-img::before {
  content: "";
  background: url(../img/maguro/sec2_pt1.jpg);
  right: 0;
  bottom: 0;
  left: 10px;
  top: 10px;
  position: absolute;
}
#sec2 .sec2-slide .slick-slide .price {
  display: flex;
  gap: 0 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#sec2 .sec2-slide .slick-next {
  background: url(../img/yakitori/next.png) no-repeat center center/100%;
  border-radius: 0;
  right: -18px;
  top: 30%;
}
#sec2 .sec2-slide .slick-prev {
  background: url(../img/yakitori/prev.png) no-repeat center center/100%;
  border-radius: 0;
  top: 30%;
  left: -18px;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 120px 0 40px;
    background:
      url(../img/maguro/sec2_deco_top.png) no-repeat center top/100%,
      url(../img/yakitori/sec3_pt1.png),
      url(../img/yakitori/sec2_bg1.jpg);
    z-index: 0;
  }
  #sec2::before {
    background: url(../img/maguro/sec2_deco1.png) no-repeat 0 0/100%;
    width: 1403px;
    height: 595px;
    right: calc(50% - 360px);
    top: auto;
    bottom: 60px;
    left: auto;
  }
  #sec2 .wrap {
    max-width: 1200px;
  }
  #sec2 h2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 1;
  }
  #sec2 h2::before {
    display: none;
  }
  #sec2 .desc {
    margin-bottom: 20px;
    width: -moz-max-content;
    width: max-content;
    margin-left: calc(50% - 50px);
  }
  #sec2 .sec2-slide {
    margin-bottom: 15px;
    width: calc(50% + 175px);
    margin-left: auto;
  }
  #sec2 .sec2-slide .slick-dots {
    top: 480px;
  }
  #sec2 .sec2-slide .slick-dots li {
    width: 20px;
  }
  #sec2 .sec2-slide .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  #sec2 .sec2-slide .slick-dots li button::before {
    width: 15px;
    height: 15px;
  }
  #sec2 .sec2-slide .slick-slide .slide-img {
    margin-bottom: 40px;
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  #sec2 .sec2-slide .slick-slide .slide-img::before {
    right: 15px;
    bottom: 0;
    left: 30px;
    top: 105px;
  }
  #sec2 .sec2-slide .slick-slide .price {
    gap: 0 80px;
    font-size: 30px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  #sec2 .sec2-slide .slick-slide .price small {
    font-size: 20px;
  }
  #sec2 .sec2-slide .slick-slide .slide-desc {
    padding-left: 30px;
    width: 630px;
  }
  #sec2 .sec2-slide .slick-next {
    width: 80px;
    height: 80px;
    right: 5px;
    top: 275px;
  }
  #sec2 .sec2-slide .slick-next:hover {
    opacity: 0.7;
  }
  #sec2 .sec2-slide .slick-prev {
    width: 80px;
    height: 80px;
    top: 275px;
    left: -40px;
  }
  #sec2 .sec2-slide .slick-prev:hover {
    opacity: 0.7;
  }
  #sec2 .btn-t1 {
    margin-top: 45px;
  }
}
#sec3 {
  padding: 5vw 0 15vw;
  background: url(../img/yakitori/sec3_pt1.png), url(../img/yakitori/sec2_bg1.jpg);
}
#sec3 .row .photo-1 {
  margin: 0 -5.5vw 20px;
}
#sec3 .row .content {
  margin-bottom: 30px;
}
#sec3 .row .content h2 {
  width: 90%;
  margin: -16vw auto 10vw;
}
#sec3 .box {
  background: url(../img/yakitori/box_pt.jpg);
  color: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  margin: 0 auto 30px;
  width: 90%;
}
#sec3 .box h3 {
  width: 60%;
  margin: 0 auto 5vw;
}
#sec3 .box .price dl {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 10px 0 100px;
  }
  #sec3 .wrap {
    max-width: 1200px;
  }
  #sec3 .row {
    margin-bottom: 105px;
  }
  #sec3 .row .photo-1 {
    margin: 0 0 0 -70px;
  }
  #sec3 .row .content {
    margin-bottom: 30px;
    width: 560px;
    position: absolute;
    top: -45px;
    left: calc(50% + 85px);
  }
  #sec3 .row .content h2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 80px 0;
  }
  #sec3 .row .content .txt {
    background: url(../img/yakitori/sec3_pt1.png), url(../img/yakitori/sec2_bg1.jpg);
    padding: 45px;
    margin-left: -35px;
  }
  #sec3 .box {
    padding: 50px 50px 50px 75px;
    box-sizing: border-box;
    margin: 0 auto 90px;
    width: 860px;
    display: flex;
    align-items: center;
    gap: 0 70px;
  }
  #sec3 .box h3 {
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
  #sec3 .box .price {
    padding-top: 20px;
  }
  #sec3 .box .price dl {
    font-size: 25px;
    gap: 0;
    margin-bottom: 25px;
  }
  #sec3 .box .price dl dt {
    width: 225px;
  }
  #sec3 .box .price dl dd {
    width: calc(100% - 225px);
  }
}
#sec4 {
  padding: 15vw 0;
  background: url(../img/maguro/sec4_deco1.png) no-repeat left -20vw top 70vw/100%;
  position: relative;
}
#sec4::after {
  content: "";
  background: url(../img/yakitori/sec3_deco_right.jpg) 0 0/300px;
  width: 30%;
  height: 50vw;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
#sec4 .box .photo-bg {
  margin: 0 -5.5%;
}
#sec4 .box h2 {
  width: 100%;
  margin: -15vw 0 5vw 0;
}
#sec4 .box .txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 210px 0 100px;
    background: url(../img/maguro/sec4_deco1.png) no-repeat left calc(50% - 310px) top 610px / auto;
  }
  #sec4::after {
    background: url(../img/yakitori/sec3_deco_right.jpg) repeat-x 0 0 / auto;
    width: calc(50% - 415px);
    height: 565px;
  }
  #sec4 .wrap {
    max-width: 1300px;
  }
  #sec4 .box .photo-bg {
    margin: 0 auto;
  }
  #sec4 .box h2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    position: absolute;
    left: 15px;
    top: -160px;
  }
  #sec4 .box .txt {
    width: 750px;
    background: #fdfcf8;
    padding: 50px 65px;
    box-sizing: border-box;
    margin-top: -75px;
    margin-left: calc(50% - 80px);
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
  }
}
.section-g1 {
  padding: 5vw 0 10vw;
}
.section-g1 .row .photo-1 {
  margin-bottom: 15px;
}
.section-g1 .row .content {
  margin-bottom: 30px;
}
.section-g1 .row .content h2 {
  margin-bottom: 25px;
}
.section-g1 .box {
  background: url(../img/yakitori/box_pt.jpg);
  padding: 35px;
  color: #fff;
}
.section-g1 .box h3 {
  margin-bottom: 25px;
}
.section-g1 .box .list ul li {
  padding-left: 12px;
  position: relative;
}
.section-g1 .box .list ul li::before {
  content: "";
  background: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50vw;
  left: 0;
  top: 13px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .section-g1 {
    padding: 40px 0 60px;
  }
  .section-g1 .wrap {
    max-width: 1500px;
  }
  .section-g1 .row {
    min-height: 700px;
  }
  .section-g1 .row .photo-1 {
    margin-bottom: 0;
    height: 660px;
    position: absolute;
    left: 0;
    top: 55px;
    right: calc(50% - 100px);
  }
  .section-g1 .row .content {
    margin-bottom: 0;
    width: 600px;
    margin-left: 50%;
  }
  .section-g1 .row .content h2 {
    margin-bottom: 55px;
  }
  .section-g1 .row .content .txt {
    width: 410px;
    margin-left: auto;
    margin-right: 35px;
  }
  .section-g1 .box {
    padding: 100px 75px 50px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 0 70px;
    box-sizing: border-box;
  }
  .section-g1 .box h3 {
    margin-bottom: 25px;
  }
  .section-g1 .box .list {
    display: flex;
    gap: 0 45px;
  }
  .section-g1 .box .list ul li {
    padding-left: 12px;
  }
  .section-g1 .box .list ul li small {
    font-size: 14px;
  }
  .section-g1 .box .list ul li::before {
    content: "";
    background: #fff;
    width: 3px;
    height: 3px;
    border-radius: 50vw;
    left: 0;
    top: 13px;
    position: absolute;
  }
}
.section-g2 {
  padding: 20vw 0 10vw;
  position: relative;
}
.section-g2::before {
  content: "";
  background:
    url(../img/yakitori/sec6_deco_top.png) no-repeat top center/100%,
    url(../img/yakitori/sec6_bg_ga.png) no-repeat center bottom/200%,
    url(../img/yakitori/sec2_bg1.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section-g2 h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.section-g2 .logo {
  width: 80%;
  margin: 0 auto 20px;
}
.section-g2 .row .col {
  background: url(../img/yakitori/sec6_pt1.jpg);
  padding: 35px 10px;
  text-align: center;
  margin-bottom: 30px;
}
.section-g2 .row .col h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-g2 .row .col .phone {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-g2 .row .col .phone img {
  width: 18px;
  margin: 0 3px 5px 0;
}

@media screen and (min-width: 768px) {
  .section-g2 {
    padding: 215px 0 50px;
  }
  .section-g2::before {
    background:
      url(../img/yakitori/sec6_deco_top.png) no-repeat top center/100%,
      url(../img/yakitori/sec6_bg_ga.png) no-repeat center bottom/200%,
      url(../img/yakitori/sec2_bg1.jpg);
    width: 1200px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-g2 .wrap {
    max-width: 1060px;
  }
  .section-g2 h2 {
    font-size: 51px;
    margin-bottom: 45px;
  }
  .section-g2 .logo {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto -50px;
  }
  .section-g2 .row {
    display: flex;
    justify-content: space-between;
  }
  .section-g2 .row .col {
    width: 500px;
    padding: 85px 10px 50px;
    margin-bottom: 30px;
  }
  .section-g2 .row .col h3 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .section-g2 .row .col .phone {
    font-size: 45px;
    margin-bottom: 35px;
  }
  .section-g2 .row .col .phone img {
    width: -moz-max-content;
    width: max-content;
    margin: 0 3px 5px 0;
  }
}
.section-g3 {
  padding: 10vw 0 0;
}
.section-g3 h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
.section-g3 .tab-link {
  display: flex;
}
.section-g3 .tab-link div {
  border-radius: 10px 10px 0 0;
  border: 1px solid #c0c0c0;
  padding: 10px;
  text-align: center;
  width: 50%;
  background: url(../img/yakitori/tab-link_pt.jpg);
  font-size: 18px;
  font-weight: bold;
}
.section-g3 .tab-link div.active {
  background: url(../img/yakitori/sec7_pt.jpg) left 10px top/auto;
  color: #fff;
  border: none;
  margin-bottom: -10px;
  transform: translateY(10px);
}
.section-g3 .tab-content {
  background:
    url(../img/maguro/tab_bg1.jpg) repeat-x bottom left/100px,
    url(../img/yakitori/sec7_pt.jpg);
  color: #fff;
  padding: 15vw 0;
}
.section-g3 .tab-content h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.section-g3 .tab-content .row .tab-phone {
  text-align: center;
}
.section-g3 .tab-content .row .tab-phone dt {
  font-size: 20px;
  margin-bottom: 10px;
}
.section-g3 .tab-content .row .tab-phone dd {
  font-size: 30px;
  font-weight: bold;
}
.section-g3 .tab-content .row .tab-phone dd img {
  width: 20px;
  margin: 0 3px 3px 0;
}
.section-g3 .tab-content .row .desc-phone {
  font-size: 12px;
  margin-bottom: 15px;
}
.section-g3 .tab-content .row .btn-web-1 {
  margin-bottom: 40px;
}
.section-g3 .tab-content .row .col-right .info {
  margin-bottom: 40px;
}
.section-g3 .tab-content .row .col-right .info dl {
  display: flex;
  border-bottom: 1px solid #938781;
  padding: 10px 0;
  font-size: 13px;
  line-height: 24px;
}
.section-g3 .tab-content .row .col-right .info dl dt {
  width: 80px;
}
.section-g3 .tab-content .row .col-right .info dl dd {
  width: calc(100% - 80px);
}
.section-g3 .tab-content .row .col-right .google-map iframe {
  margin-bottom: 20px;
}
.section-g3 .tab-content .row .col-right .google-map .btn-link a {
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-bottom: 10px;
  display: block;
  padding-right: 35px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  background: url(../img/yakitori/icon_after_map.png) no-repeat center right/30px;
}
.section-g3 .tab-content .row .col-right .google-map .btn-share a {
  font-size: 12.5px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 40px;
}
.section-g3 .tab-content .row .col-left .sec7-slide {
  margin-bottom: 30px;
  width: 100%;
}
.section-g3 .tab-content .row .col-left .sec7-slide .slick-dots li {
  width: 15px;
  height: 15px;
}
.section-g3 .tab-content .row .col-left .sec7-slide .slick-dots button {
  width: 12px;
  height: 12px;
}
.section-g3 .tab-content .row .col-left .sec7-slide .slick-dots button::before {
  width: 12px;
  height: 12px;
}
.section-g3 .tab-content .row .col-left .floor-map {
  margin-bottom: 50px;
}
.section-g3 .tab-content .row .col-left .floor-map h4 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.section-g3 .tab-content .btn-t1 a span::after {
  background: url(../img/yakitori/icon_arrow_up.png) no-repeat 0 0/100%;
  width: 12px;
  height: 18px;
}

@media screen and (min-width: 768px) {
  .section-g3 {
    padding: 155px 0 0;
  }
  .section-g3 h2 {
    font-size: 60px;
    margin-bottom: 75px;
  }
  .section-g3 .tab-link div {
    border-radius: 15px 15px 0 0;
    padding: 45px 30px;
    text-align: center;
    font-size: 30px;
    transition: 0.3s;
  }
  .section-g3 .tab-link div:hover {
    opacity: 0.6;
  }
  .section-g3 .tab-link div.active {
    transform: translateY(40px);
    margin-bottom: 0;
  }
  .section-g3 .tab-link div.active:hover {
    opacity: 1;
  }
  .section-g3 .tab-content {
    padding: 140px 0;
    background:
      url(../img/maguro/tab_bg1.jpg) repeat-x bottom left/auto,
      url(../img/yakitori/sec7_pt.jpg);
  }
  .section-g3 .tab-content .wrap {
    max-width: 1000px;
  }
  .section-g3 .tab-content h3 {
    font-size: 50px;
    margin-bottom: 90px;
  }
  .section-g3 .tab-content .row {
    display: flex;
    justify-content: space-between;
  }
  .section-g3 .tab-content .row .tab-phone {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .section-g3 .tab-content .row .tab-phone dt {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .section-g3 .tab-content .row .tab-phone dd {
    font-size: 45px;
  }
  .section-g3 .tab-content .row .tab-phone dd img {
    width: -moz-max-content;
    width: max-content;
    margin: 0 3px 3px 0;
  }
  .section-g3 .tab-content .row .desc-phone {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
  }
  .section-g3 .tab-content .row .btn-web-1 {
    margin-bottom: 60px;
  }
  .section-g3 .tab-content .row .col-right {
    width: 465px;
    order: 2;
  }
  .section-g3 .tab-content .row .col-right .info {
    margin-bottom: 100px;
  }
  .section-g3 .tab-content .row .col-right .info dl {
    padding: 14px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .section-g3 .tab-content .row .col-right .info dl dt {
    width: 120px;
  }
  .section-g3 .tab-content .row .col-right .info dl dd {
    width: calc(100% - 120px);
  }
  .section-g3 .tab-content .row .col-right .google-map iframe {
    margin-bottom: 20px;
  }
  .section-g3 .tab-content .row .col-right .google-map .btn-link a {
    font-size: 20px;
    margin-bottom: 5px;
    padding-right: 55px;
    background: url(../img/yakitori/icon_after_map.png) no-repeat center right/auto;
    transition: 0.3s;
  }
  .section-g3 .tab-content .row .col-right .google-map .btn-link a:hover {
    transform: translateY(5px);
    transition: 0.3s;
  }
  .section-g3 .tab-content .row .col-right .google-map .btn-share a {
    font-size: 14px;
    margin-right: 40px;
    margin-bottom: 55px;
    transition: 0.3s;
  }
  .section-g3 .tab-content .row .col-right .google-map .btn-share a:hover {
    transform: translateY(5px);
    transition: 0.3s;
  }
  .section-g3 .tab-content .row .col-left {
    width: 475px;
    order: 1;
  }
  .section-g3 .tab-content .row .col-left .sec7-slide {
    margin-bottom: 60px;
    width: 472px;
    height: 309px;
  }
  .section-g3 .tab-content .row .col-left .sec7-slide .slick-slide {
    width: 472px !important;
    height: 309px !important;
  }
  .section-g3 .tab-content .row .col-left .sec7-slide .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .section-g3 .tab-content .row .col-left .sec7-slide .slick-dots button {
    width: 12px;
    height: 12px;
  }
  .section-g3 .tab-content .row .col-left .sec7-slide .slick-dots button::before {
    width: 12px;
    height: 12px;
  }
  .section-g3 .tab-content .row .col-left .floor-map {
    margin-bottom: 50px;
    text-align: center;
  }
  .section-g3 .tab-content .row .col-left .floor-map h4 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .section-g3 .tab-content .btn-t1 a {
    padding: 18px 10px;
    width: 425px;
  }
  .section-g3 .tab-content .btn-t1 a span::after {
    width: 19px;
    height: 34px;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec5 .row .content h2 {
    margin-right: 25px;
  }
  #sec4 .box .txt {
    margin-left: calc(50% - 165px);
  }
}
.remodal-close {
  margin-left: auto;
  width: 40px;
}
.remodal-close::before {
  display: none;
}

.remodal-close-bot {
  width: 70px;
  margin: 0 auto;
}

.s-popup h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
.s-popup .desc {
  margin-bottom: 20px;
}
.s-popup .row .col .item {
  margin-bottom: 30px;
}
.s-popup .row .col .item h3 {
  padding: 10px 0;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  background: url(../img/yakitori/box_pt.jpg);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.s-popup .row .col .item h4 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-top: 20px;
}
.s-popup .row .col .item dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7d7b7c;
  padding: 5px 0;
}
.s-popup .row .col .item dl dt {
  text-align: left;
}
.s-popup .row .col .item dl dd {
  text-align: right;
  width: 90px;
}
.s-popup .row .col .item dl dd.max-l {
  width: 170px;
}
.s-popup .row .col .item .sub-desc {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .remodal-close:hover {
    opacity: 0.7;
  }
  .remodal-close-bot {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .remodal-close-bot:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .remodal {
    padding: 60px 20px 70px;
    max-width: 1200px;
  }
  .s-popup h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .s-popup .desc {
    margin-bottom: 50px;
  }
  .s-popup .row {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .s-popup .row .col {
    width: 32%;
  }
  .s-popup .row .col .item {
    margin-bottom: 30px;
  }
  .s-popup .row .col .item h3 {
    margin-bottom: 10px;
  }
  .s-popup .row .col .item dl {
    padding: 5px 0;
    letter-spacing: 0;
  }
} /*# sourceMappingURL=maguro.css.map */

#fixed-sp ul li a img {
  width: 85px;
}
#fixed-sp ul li:first-child a img {
  width: 105px;
}
#fixed-sp ul li {
  border-right: 1px solid #fff;
}
.box-info-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #4c1905;
  text-align: center;
  padding: 40px 0 120px;
  opacity: 0;
  visibility: hidden;
}
.box-info-fixed .close-btn{
	width: 110px;
	position: absolute;
	right: -12px;
	top: 0;
	z-index: 1;
}
.box-info-fixed.active {
  opacity: 1;
  visibility: visible;
}
.box-info-fixed h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.box-info-fixed .fix-phone {
  font-size: 30px;
  font-weight: bold;
  width: max-content;
  margin: 0 auto;
  letter-spacing: 2px;
}
.box-info-fixed .fix-phone img {
  width: 20px;
  margin: 0 3px 3px 0;
}
.box-info-fixed ul {
  display: flex;
  border-top: 1px solid #fff;
  width: max-content;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 10px;
  padding: 0 20px;
}
.box-info-fixed ul li a {
  display: block;
  width: max-content;
  padding-left: 25px;
  position: relative;
  padding-top: 10px;
  font-weight: bold;
}
.box-info-fixed ul li:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.box-info-fixed ul li a::before {
  content: "";
  background: url(../img/maguro/icon_web_fixed.png) no-repeat 0 0/100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 14px;
}
.box-info-fixed ul li:last-child a {
  padding-left: 20px;
}
.box-info-fixed ul li:last-child a::before {
  background: url(../img/maguro/icon_map_fixed.png) no-repeat 0 0/100%;
  width: 13px;
  height: 20px;
}

.fix-bnr a {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .section-g1 .box .list ul li {
    width: max-content;
  }
  .section-g1 .box {
    gap: 0 45px;
  }
}

.fix-bnr a {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.fix-bnr .btn-parent {
  position: relative;
  margin-bottom: 10px;
}

.fix-bnr .btn-parent .left-info {
  position: absolute;
  background: #4c1905;
  color: #fff;
  width: 285px;
  height: 190px;
  top: 0;
  right: 77px;
  display: block;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
.fix-bnr .btn-parent:hover {
  cursor: pointer;
}
.fix-bnr .btn-parent:hover .left-info {
  opacity: 1;
  visibility: visible;
}
.fix-bnr .btn-parent .left-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.fix-bnr .btn-parent .left-info .fix-phone {
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  width: max-content;
  margin: 0 auto 10px;
}
.fix-bnr .btn-parent .left-info .fix-web a {
  display: block;
  width: max-content;
  margin: 0 auto;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.fix-bnr .btn-parent .left-info .fix-web a:hover {
  opacity: 0.7;
}
.fix-bnr .btn-parent .left-info .fix-web a::before {
  content: "";
  background: url(../img/maguro/icon_web_fixed.png) no-repeat 0 0/100%;
  width: 20px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 6px;
}
.fix-bnr .btn-parent .left-info .fix-phone img {
  width: 18px;
  margin: 0 3px 3px 0;
}
@media only screen and (min-width: 768px) and (max-height: 800px) {
	.fix-bnr{
		top: 100px;
	}
}
@media screen and (max-width: 370px){
	.box-info-fixed .close-btn{
		width: 100px;
	}
}