@charset "UTF-8";
/* 海鮮恵方巻きCSS*/
.ehoumaki {
  padding-bottom: 6em;
}
.ehoumaki .ehout {
  background: #050f1c;
  text-align: center;
}
.ehoumaki .ehout img {
  max-width: 100%;
}
.ehoumaki .ehou_detail {
  background-image: url(bg.webp);
  background-repeat: repeat;
  background-position: center top;
  padding: 2em;
  text-align: center;
}
.ehoumaki .ehou_detail .yoyaku {
  max-width: 600px;
  margin: 0 auto 1em;
}
.ehoumaki .ehou_detail .yoyaku_text {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "MSゴシック", "ＭＳ Ｐゴシック", "メイリオ", "Meiryo UI", "游ゴシック体";
}
.ehoumaki .mousikomi {
  margin-top: 2em;
}
.ehoumaki .mousikomi dl {}
.ehoumaki .mousikomi dt {
  text-align: center;
}
.ehoumaki .mousikomi dd {
  text-align: center;
}
.ehoumaki .mousikomi dd .simekiri {
  color: #22ac38;
  font-weight: bold;
  margin: 1em 0;
  font-size: 1.5em;
  font-family: "MSゴシック", "ＭＳ Ｐゴシック", "メイリオ", "Meiryo UI", "游ゴシック体";
}
.ehoumaki .mousikomi dd .price {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {}
@media (min-width: 768px) {}
@media (min-width: 600px) {
  .ehoumaki .ehou_detail .yoyaku_text br {
    display: none;
  }
}
/* 取扱店舗 */
.ehoumaki .wframe {
  margin: 2em auto;
  max-width: 960px;
  width: 100%;
  overflow: hidden;
}
.ehoumaki .wframe h2 {
  overflow: hidden;
  text-align: center;
  color: #d50303;
  font-size: 18px;
  font-weight: bold;
}
.ehoumaki .wframe h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.ehoumaki .wframe h2 span::before, .ehoumaki .wframe h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #d50303;
}
.ehoumaki .wframe h2 span::before {
  right: 100%;
}
.ehoumaki .wframe h2 span::after {
  left: 100%;
}
.ehoumaki .tenpoinfo {
  padding: 2em;
  text-align: center;
}
.ehoumaki .tenpoinfo .tenponame {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
.ehoumaki .tenpoinfo .tenpotel {
  font-weight: bold;
  font-size: 2em;
  font-family: "MSゴシック", "ＭＳ Ｐゴシック", "メイリオ", "Meiryo UI", "游ゴシック体";
}
.ehoumaki .sougobanner {
  padding: 20px 20px 40px;
  text-align: center;
}
.ehoumaki .sougobanner a {
  display: block;
  margin-bottom: .3em;
}
@media screen and (min-width : 768px) {
  .ehoumaki .sougobanner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 1060px;
  }
  .ehoumaki .sougobanner a {
    margin: .3em;
  }
}