#teppan {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  padding-bottom: 60px;
}
.seibo-teppan-mv {
  height: 450px;
  width: 100%;
  background-image: url(../images/mv-bg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.seibo-teppan-mv::after {
  height: 450px;
  width: 100%;
  background-image: url(../images/mv-bg2-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 450px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.seibo-teppan-mv-text {
  text-align: center;
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
}
.seibo-teppan-mv-text span {
  display: block;
  font-size: 30px;
}
/* .seibo-teppan-mv-img {
  height: 450px;
  width: 100%;
  background-image: url(../images/mv-bg-left.png),
    url(../images/mv-bg-right.png);
  background-repeat: no-repeat;
  background-position: right calc(50% + 520px) center,
    left calc(50% + 520px) center;
  background-size: auto 520px;
  position: absolute;
  left: 0;
  top: 0;
} */
.seibo-teppan-mv h1 {
  width: 700px;
}
.seibo-teppan-mv h1 img {
  width: 100%;
  height: auto;
}
.intro-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
}
.intro-text strong {
  display: block;
  font-size: 24px;
}
.teppan-contents {
  margin-bottom: 100px;
  padding-top: 100px;
  margin-top: -100px;
}
.teppan-contents > h2 {
  height: 70px;
  background-image: url(../images/header-bg.jpg);
  background-size: cover;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 1160px;
  margin: 0 auto 50px;
  position: relative;
}
.teppan-contents > h2::after {
  position: absolute;
  width: 1150px;
  height: 60px;
  content: "";
  display: block;
  border: 1px solid #fff;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}
.teppan-item-list {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teppan-item {
  width: 210px;
  margin: 0;
}
.teppan-item a {
  transition: all 0.3s;
}
.teppan-item a:hover {
  opacity: 0.6;
}
.teppan-item .item-img {
  display: block;
  margin-bottom: 15px;
  height: 210px;
  width: 210px;
  overflow: hidden;
  position: relative;
}
.more-area-list .teppan-item .item-img {
  width: 198px;
  height: 198px;
}
.teppan-item .item-img img {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 210px;
  height: 210px;
  object-fit: cover;
  object-position: center;
}
.teppan-item .item-img img.rank-icon {
  width: 40px;
  height: auto;
  position: absolute;
  left: 8px;
  top: 8px;
  border: none;
}
.more-area-list .teppan-item .item-img img {
  width: 198px;
  height: 198px;
}
.teppan-item .item-name {
  font-size: 15px;
  font-weight: normal;
  color: #333;
  line-height: 1.4em;
  margin-bottom: 15px;
  display: block;
  min-height: 2.5em;
}
.teppan-item .item-name span {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1em;
  color: #333;
  font-weight: normal;
}
.teppan-item .item-price {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1em;
}

.more-area-list {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.more-area-list li {
  width: 18%;
  margin: auto;
  height: 350px;
}
.more-area-list li img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.more-btn {
  width: 300px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #eacc85;
  display: block;
  margin: 30px auto 0;
  transition: all 0.5s;
  background-image: url(../images/nav-icon.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px auto;
  transition: all 0.3s;
}
.more-btn:hover {
  opacity: 0.5;
}
.more-btn.on {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.more-area {
  display: none;
}
.teppan-nav ul {
  width: 1000px;
  margin: 60px auto 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.teppan-nav ul::after {
  content: "";
  display: block;
  width: 193px;
}
.teppan-nav ul li {
  width: calc(100% / 4);
  border: 1px solid #fff;
  background-color: #714000;
  height: 110px;
  box-sizing: border-box;
  background-image: url(../images/nav-icon-w.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 15px auto;
  transition: all 0.3s;
}

.teppan-nav ul li:hover {
  opacity: 0.6;
}
.teppan-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-bottom: 0px;
  box-sizing: border-box;
  line-height: 1em;
}
.teppan-nav ul li a i {
  height: 40px;
  width: 40px;
  /* background-color: #fff; */
  /* border-radius: 50%; */
  margin-bottom: 8px;
}
.teppan-nav ul li a i {
  background-image: url(../images/icons/icon01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.teppan-nav ul li:nth-child(2) a i {
  background-image: url(../images/icons/icon02.png);
}
.teppan-nav ul li:nth-child(3) a i {
  background-image: url(../images/icons/icon08.png);
}
.teppan-nav ul li:nth-child(4) a i {
  background-image: url(../images/icons/icon03.png);
}
.teppan-nav ul li:nth-child(5) a i {
  background-image: url(../images/icons/icon04.png);
}
.teppan-nav ul li:nth-child(6) a i {
  background-image: url(../images/icons/icon05.png);
}
.teppan-nav ul li:nth-child(7) a i {
  background-image: url(../images/icons/icon06.png);
}
.teppan-nav ul li:nth-child(8) a i {
  background-image: url(../images/icons/icon07.png);
}

.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}

@media screen and (max-width: 599px) {
  #teppan {
    padding-bottom: 10vw;
    min-width: 320px;
    overflow-x: hidden;
  }
  .rb2019---base {
    min-width: 320px;
    padding-top: 0;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  address,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  table,
  th,
  td,
  form,
  fieldset,
  section,
  nav,
  article,
  aside,
  hgroup,
  header,
  footer,
  figure,
  figcaption,
  summary {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }
  .seibo-teppan-mv {
    height: 70vw;
    width: 100%;
    background-image: url(../images/mv-bg2-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8vw;
    overflow: hidden;
    padding-bottom: 17vw;
    box-sizing: border-box;
  }
  .seibo-teppan-mv-img {
    height: 70vw;
    width: 100%;
    background-image: url(../images/mv-bg2-2sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }

  .seibo-teppan-mv-text {
    text-align: center;
    font-size: 4.2vw;
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
  }
  .seibo-teppan-mv-text span {
    display: block;
    font-size: 6vw;
  }

  .seibo-teppan-mv h1 {
    height: auto;
    width: 84vw;
  }
  .seibo-teppan-mv h1 img {
    width: 100%;
    height: auto;
  }
  .intro-text {
    text-align: center;
    font-size: 4vw;
    line-height: 1.6em;
  }
  .intro-text strong {
    display: block;
    font-size: 5.6vw;
    margin-bottom: 3vw;
  }
  .teppan-nav ul {
    width: 92vw;
    margin: 5vw auto 15vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .teppan-nav ul::after {
    display: none;
  }
  .teppan-nav ul li,
  .teppan-nav ul li:nth-child(n) {
    width: calc(100% / 4);
    border: 1px solid #fff;
    /* background-color: #eacc85; */
    height: 22vw;
    box-sizing: border-box;
    /* background-image: url(../images/nav-icon.png); */
    background-repeat: no-repeat;
    background-position: bottom 2vw center;
    background-size: 2.2vw auto;
    transition: none;
  }
  .teppan-nav ul li:nth-child(n + 4) {
    width: calc(100% / 4);
    height: 22vw;
  }
  .teppan-nav ul li a {
    width: 100%;
    height: 22vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 3vw;
    font-weight: bold;
    /* color: #333; */
    text-decoration: none;
    padding-bottom: 3.4vw;
    line-height: 1.2em;
    text-align: center;
  }
  .teppan-nav ul li a i {
    height: 5vw;
    width: 5vw;
    /* background-color: #fff;
    border-radius: 50%; */
    margin-bottom: 1.2vw;
  }
  .teppan-contents {
    margin-bottom: 15vw;
    padding-top: 18vw;
    margin-top: -18vw;
  }
  .teppan-item-list {
    width: calc(100% - 10vw);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .teppan-contents > h2 {
    height: 15vw;
    background-image: url(../images/header-bg.jpg);
    background-size: cover;
    line-height: 15vw;
    text-align: center;
    font-size: 4.2vw;
    /* color: #fff; */
    font-weight: bold;
    width: 100%;
    margin: 0 auto 8vw;
  }
  .teppan-contents > h2::after {
    position: absolute;
    width: 100vw;
    height: 12vw;
    content: "";
    display: block;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
    top: 1.5vw;
    left: 0;
    box-sizing: border-box;
  }
  .teppan-item {
    width: 47.5%;
    margin: 0;
  }
  .teppan-item:nth-child(3),
  .teppan-item:nth-child(4),
  .teppan-item:nth-child(5) {
    width: 31%;
    margin: 7vw 0 0;
  }
  .more-btn {
    width: 50vw;
    line-height: 10vw;
    border-radius: 5vw;
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
    background-color: #eacc85;
    display: block;
    margin: 9vw auto 0;
    transition: none;
    background-image: url(../images/nav-icon.png);
    background-repeat: no-repeat;
    background-position: right 5vw center;
    background-size: 3vw auto;
    transition: none;
  }
  .more-area-list {
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .more-area-list li {
    width: 44%;
    height: auto;
    margin: 0 auto 7vw;
  }
  .teppan-item .item-img {
    display: block;
    margin-bottom: 3.2vw;
    position: relative;
    width: 100%;
    height: auto;
  }
  .more-area-list .teppan-item .item-img {
    width: 100%;
    height: auto;
  }
  .teppan-item .item-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .teppan-item .item-img img.rank-icon {
    width: 9vw;
    height: auto;
    position: absolute;
    left: 1.6vw;
    top: 1.6vw;
    border: none;
  }
  .teppan-item:nth-child(3) .item-img img.rank-icon,
  .teppan-item:nth-child(4) .item-img img.rank-icon,
  .teppan-item:nth-child(5) .item-img img.rank-icon {
    width: 6vw;
  }

  .more-area-list .teppan-item .item-img img {
    width: 100%;
    height: 100%;
  }
  .teppan-item .item-name span {
    display: block;
    font-size: 2.6vw;
    margin-bottom: 1vw;
    line-height: 1em;
  }
  .teppan-item .item-name {
    font-size: 3.2vw;
    font-weight: normal;
    color: #000;
    line-height: 1.4em;
    margin-bottom: 2.5vw;
    display: block;
    min-height: unset;
  }
  .teppan-item .item-price {
    font-size: 3.2vw;
    font-weight: normal;
    color: #333;
    line-height: 1em;
  }

  .slick-slider button.slick-prev.slick-arrow,
  .slick-slider button.slick-next.slick-arrow {
    position: absolute;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.8);
    top: -30vw;
    bottom: 0;
    font-size: 0;
    color: transparent;
    height: 26vw;
    margin: auto 0;
    width: 15vw;
    border-color: transparent;
    background-repeat: no-repeat;
    background-size: 3vw auto;
    z-index: 100;
  }
  .slick-slider button.slick-prev.slick-arrow {
    left: -13vw;
    border-radius: 0 16vw 16vw 0;
    background-image: url(../images/left-white.png);
    background-position: left 8vw center;
    background-size: 3vw auto;
  }
  .slick-slider button.slick-next.slick-arrow {
    right: -13vw;
    border-radius: 16vw 0 0 16vw;
    background-image: url(../images/right-white.png);
    background-position: right 8vw center;
    background-size: 3vw auto;
  }
  .slick-dots {
    display: flex !important;
    margin-top: 6vw;
  }
  .slick-dots button {
    width: 3vw;
    height: 3vw;
    background-color: #ccc;
    border-radius: 50%;
    color: transparent;
    margin: 0 3vw;
  }
  .slick-dots .slick-active button {
    background-color: #921a20;
  }
}

.fade,
.mvfade {
  opacity: 0;
  transition: all 0.8s;
  transform: translateY(30px);
}
.mvfade {
  transition-delay: 0.7s;
}
.seibo-teppan-mv-img.mvfade {
  transition-delay: 0.5s;
}
.fade.on,
.mvfade.on {
  opacity: 1;
  transform: translateY(0px);
}

.seibo-concierge {
  background: #eddab1;
  padding-top: 64px;
  padding-bottom: 64px;
}

.seibo-concierge .rb2019---update {
  margin-top: 70px;
}

.seibo-concierge h2 {
  text-align: center;
}

.seibo-concierge__inner {
  width: 1050px;
  margin: 0 auto;
}

.seibo-concierge__inner > p {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
}

.seibo-concierge__article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}

.seibo-concierge__article a {
  width: 330px;
  transition: 0.3s all ease-out;
}

.seibo-concierge__article a:hover {
  opacity: 0.7;
}

.seibo-concierge__article a p {
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.6;
  color: #333;
}

.seibo-concierge__image {
  width: 330px;
  height: 250px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.seibo-concierge__image img {
  width: 300px;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.seibo2025-catalog.pickup {
  margin-bottom: 120px;
  padding: 0;
  background: transparent;
  margin-top: 120px;
  border-top: 1px solid #ccc;
  padding-top: 100px;
}
.seibo2025-catalog.pickup .seibo2025-items__inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.seibo2025-catalog.pickup .seibo2025-items__inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 10px 0;
}
.seibo2025-catalog.pickup .seibo2025-items__inner a span {
  font-size: 16px;
  line-height: 1em;
  margin-top: 15px;
  color: #333;
}

.seibo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.seibo-title span {
  font-size: 20px;
  font-weight: 400;
  color: #714000;
  font-family: "Jost", "游ゴシック体", YuGothic, "Yu Gothic M",
    "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1em;
  margin-bottom: 15px;
}
.seibo-title span.text-blue {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  /* color: #31666c; */
  letter-spacing: 0.1em;
}

.seibo-title b {
  font-size: 36px;
  line-height: 1.2em;
  color: #714000;
  /* font-weight: 700; */
}
.seibo .seibo-title b {
  /* font-family: "Shippori Mincho", serif; */
  font-weight: 400;
  color: #704e06;
  line-height: 1em;
}

@media (max-width: 599px) {
  .seibo2025-catalog.pickup .seibo2025-items__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .seibo2025-catalog.pickup .seibo2025-items__inner a {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2vw 0 3.6vw;
  }
  .seibo2025-catalog.pickup .seibo2025-items__inner a img {
    width: 100%;
    height: auto;
  }
  .seibo2025-catalog.pickup .seibo2025-items__inner a span {
    font-size: 2.8vw;
    text-align: center;
    margin-top: 1vw;
  }
  .seibo2025-catalog.pickup .seibo2025-items__inner a span br {
    display: none !important;
  }
}

.low-link-btn {
  width: 700px;
  height: 70px;
  border-radius: 35px;
  box-sizing: border-box;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 100px auto 70px;
  font-size: 18px;
  color: #333 !important;
}
.low-link-btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background-image: url(../images/link-btn-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 599px) {
  .seibo2025-catalog.pickup {
    margin-bottom: 15vw;

    background: transparent;
    margin-top: 15vw;
    border-top: 1px solid #ccc;
    padding: 15vw 5vw 0;
  }
  .seibo-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 7vw;
  }
  .seibo-title span {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .seibo-title b {
    font-size: 6vw;
    line-height: 1.2em;
    color: #714000;
    font-weight: 700;
  }
  .seibo-concierge {
    /* background: #e6e4cf; */
    padding: 10vw 5vw 6vw;
  }

  .seibo-concierge .rb2019---update {
    margin-top: 10vw;
  }

  .seibo-concierge h2 {
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }

  .seibo-concierge h2 img {
    width: 100%;
    height: auto;
  }

  .seibo-concierge__inner {
    width: 100%;
    margin: 0 auto;
  }

  .seibo-concierge__inner > p {
    font-size: calc((22 / 750) * 100vw);
    text-align: center;
    margin-top: 5vw;
  }

  .seibo-concierge__article {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 7vw;
  }

  .seibo-concierge__article a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4vw;
  }

  .seibo-concierge__article a p {
    font-size: 3.2vw;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.6;
  }

  .seibo-concierge__image {
    width: 40vw;
    height: 28vw;
    margin-right: 4vw;
    flex-shrink: 0;
    padding: 2vw;
  }
  .seibo-concierge__image img {
    width: 36vw;
    height: 24vw;
    object-fit: cover;
    object-position: center;
  }

  .low-link-btn {
    width: 80%;
    height: 12vw;
    border-radius: 6vw;
    box-sizing: border-box;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 11vw auto 0;
    font-size: 3.6vw;
    color: #333;
  }
  .low-link-btn::after {
    content: "";
    display: block;
    width: 2.4vw;
    height: 4vw;
    background-image: url(../images/link-btn-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.teppan-contents > a.link-btn {
  width: 500px;
  height: 50px;
  border-radius: 25px;
  background: #9e783f;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}

@media (max-width: 599px) {
  .teppan-contents > a.link-btn {
    width: 70vw;
    height: 9vw;
    border-radius: 5vw;
    background: #9e783f;
    font-size: 3.4vw;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 9vw auto 0;
  }
}
