@charset "UTF-8";
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

/* コラム10 */
@media screen and (min-width: 769px) {
  #gourmet.gourmet-column .column10 {
    padding: 0;
  }
}
#gourmet.gourmet-column .column10 .content-inner {
  max-width: 1245px;
}
#gourmet.gourmet-column .column10 .restaurant-column-header-inner {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #gourmet.gourmet-column .column10 .restaurant-column-header-inner {
    padding: 0;
  }
}
#gourmet.gourmet-column .column10 .restaurant-column-header .mv_main {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gourmet.gourmet-column .column10 .restaurant-column-header .mv_main {
    margin: 0 -20px;
  }
}
#gourmet.gourmet-column .column10 .restaurant-column-header .restaurant-column-title {
  position: absolute;
  top: 32%;
  right: 5vw;
  width: max(42vw, 42%);
}
@media screen and (max-width: 768px) {
  #gourmet.gourmet-column .column10 .restaurant-column-header .restaurant-column-title {
    top: auto;
    bottom: 5%;
    left: 50%;
    width: 85%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 768px) {
  #gourmet.gourmet-column .column10 .restaurant-column-header .restaurant-column-title .mv_title {
    display: none;
  }
}
#gourmet.gourmet-column .column10 .restaurant-column-header .restaurant-column-title p {
  padding: 0;
  font-size: clamp(1.3rem, 1.25vw, 5rem);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gourmet.gourmet-column .column10 .restaurant-column-header .restaurant-column-title p {
    padding: 0;
    font-size: 3.5vw;
  }
}
#gourmet.gourmet-column .column10 .restaurant-column-body {
  padding: 0;
  background: url(../../img/column/column10/bg.jpg) top center repeat;
}
#gourmet.gourmet-column .column10 .shop-article {
  margin: 10px auto 0;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  #gourmet.gourmet-column .column10 .shop-article {
    padding: 70px 20px;
  }
}
#gourmet.gourmet-column .column10 .shop-article:nth-child(odd) {
  background: rgba(163, 105, 69, 0.66);
}
#gourmet.gourmet-column .column10 .shop-article-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 20px;
  background: #FDFDF3;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  #gourmet.gourmet-column .column10 .shop-article-inner {
    padding: 80px;
  }
}
#gourmet.gourmet-column .column10 .shop-article-title {
  position: relative;
  margin: 0 auto 50px;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gourmet.gourmet-column .column10 .shop-article-title {
    margin: 0 auto 30px;
  }
}
#gourmet.gourmet-column .column10 .shop-article-title span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  font-size: 4.1rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #904215;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #gourmet.gourmet-column .column10 .shop-article-title span {
    font-size: 3.2rem;
  }
}
#gourmet.gourmet-column .column10 .shop-article-title span img {
  height: 4rem;
  width: auto;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #gourmet.gourmet-column .column10 .shop-article-title span img {
    width: 70%;
    height: auto;
  }
}
#gourmet.gourmet-column .column10 .shop-article-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 1px;
  background-color: #904215;
  transform: translateX(-50%);
}
#gourmet.gourmet-column .column10 .shop-article-img {
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  #gourmet.gourmet-column .column10 .shop-article-img {
    width: min(62%, 680px);
  }
}
#gourmet.gourmet-column .column10 .shop-article-img__sub {
  width: 90%;
  margin: 20px auto 0;
  border-radius: 103px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #gourmet.gourmet-column .column10 .shop-article-txt {
    width: max(34%, 100% - 720px);
  }
}
#gourmet.gourmet-column .column10 .shop-article-txt p {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#gourmet.gourmet-column .column10 .shop-article-lead {
  width: 50%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #gourmet.gourmet-column .column10 .shop-article-lead {
    width: 60%;
  }
}
#gourmet.gourmet-column .column10 .shop-article-menu dt small {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.4em;
}
#gourmet.gourmet-column .column10 .shop-article .shop-info {
  background: #fff;
}
#gourmet.gourmet-column .column10 .shop-article .shop-info::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #904215 6px, #904215 7px);
  background-size: 7px 10px;
  backface-visibility: hidden;
}
#gourmet.gourmet-column .column10 .shop-article .shop-info::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #904215 6px, #904215 7px);
  background-size: 7px 10px;
  backface-visibility: hidden;
}
#gourmet.gourmet-column .column10 .shop-article .shop-info dl dt {
  color: #904215;
}
#gourmet.gourmet-column .column10 .shop-article .shop-info dl dt .shop-info__floor {
  background: #904215;
}/*# sourceMappingURL=column10.css.map */