@charset "UTF-8";
/* ---------------------------------------- */
/* ショップ共通ナビ */
/* ---------------------------------------- */
.sDetSubNav {
  padding: 0 10px 10px;
  width: 100%;
  background: #F3F3F3;
}

@media screen and (max-width: 768px) {
  .sDetSubNav {
    padding: 0 0 10px 10px;
  }
}

.sDetSubNavArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sDetSubNavLk {
  margin: 10px 10px 0 0;
  padding: 5px 2% 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 140px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #4B4B4B;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media screen and (max-width: 768px) {
  .sDetSubNavLk {
    min-width: 80px;
  }
}

.sDetSubNavLk:hover {
  background: #FFF7EF;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.sDetSubNavLk.sDetSubNavLk-active {
  background: #FFF7EF;
  color: #FF8800;
}

/* ---------------------------------------- */
/* 県別 */
/* ---------------------------------------- */
.shopBanner {
  margin: 0 auto;
}

.shopBanner .shopBannerLk {
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.shopBanner .shopBannerLk:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.shopBanner .shopBannerLk:hover:after {
  opacity: 1;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.shopArt {
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  padding: 45px 34px;
  background: #FFF;
}

.shopArt:nth-of-type(n + 2) {
  margin: 30px auto 0;
}

@media screen and (max-width: 1024px) {
  .shopArt {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 576px) {
  .shopArt {
    padding: 20px 15px;
  }
}

.shopRow01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopImg {
  width: 36.14%;
  position: relative;
  padding: 0 0 27.105%;
}

@media screen and (max-width: 1200px) {
  .shopImg {
    width: 25%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 0 0 18.75%;
  }
}

@media screen and (max-width: 576px) {
  .shopImg {
    width: 100%;
    padding: 0 0 75%;
  }
}

.shopImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  margin: auto;
}

.shopDet {
  margin: 0 0 0 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1200px) {
  .shopDet {
    margin: 0 0 0 15px;
  }
}

@media screen and (max-width: 576px) {
  .shopDet {
    margin: 10px 0 0;
  }
}

.noPublishShop .shopDet {
  margin: 0;
}

.shopDetArea {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #303030;
}

@media screen and (max-width: 576px) {
  .shopDetArea {
    font-size: 12px;
  }
}

.shopDetTags {
  margin: 3px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
}

.shopDetTags span {
  margin: 0 8px 0 0;
  color: #6B6B6B;
}

@media screen and (max-width: 576px) {
  .shopDetTags span {
    font-size: 10px;
  }
}

.shopDetName {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  color: #303030;
}

@media screen and (max-width: 576px) {
  .shopDetName {
    font-size: 16px;
  }
}

.shopDetName .shopDetNameLk {
  color: #0064C8;
}

.shopDetName .shopDetNameLk:hover {
  text-decoration: underline;
}

.shopDetName .shopDetNameLk:visited {
  color: #8043e2;
}

.shopDetFeatures {
  margin: 6px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  .shopDetFeatures {
    margin: 6px auto 0;
  }
}

.shopDetFeaturesItem {
  margin: 0 6px 0 0;
  padding: 2px 0 1px;
  text-align: center;
  min-width: 73px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #acacac;
}

.shopDetFeaturesItem.shopDetFeaturesItem-pk {
  border-color: #FE7CA3;
}

.shopDetFeaturesItem.shopDetFeaturesItem-bl {
  border-color: #03B5C9;
}

.shopDetInfo {
  margin: 16px auto 0;
}

@media screen and (max-width: 576px) {
  .shopDetInfo {
    margin: 10px auto 0;
  }
}

.shopDetInfoTxt {
  padding: 0 0 0 21px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .shopDetInfoTxt {
    font-size: 12px;
  }
}

.shopDetInfoTxt:nth-of-type(n + 2) {
  margin: 4px auto 0;
}

.shopDetInfoTxt.shopDetInfoTxt-access {
  background-image: url(../img/icon_train.svg);
}

.shopDetInfoTxt.shopDetInfoTxt-clock {
  background-image: url(../img/icon_clock.svg);
}

.shopDetInfoTxt.shopDetInfoTxt-yen {
  background-image: url(../img/icon_yen.svg);
}

.shopDetInfoTxt.shopDetInfoTxt-sheet {
  background-image: url(../img/icon_chair.svg);
}

.shopDetInfoTxt.shopDetInfoTxt-address {
  background-image: url(../img/icon_address.svg);
}

.shopDetInfoTxt.shopDetInfoTxt-tel {
  background-image: url(../img/icon_shop_tel.svg);
}

.shopRow02 {
  margin: 20px auto 0;
}

@media screen and (max-width: 576px) {
  .shopRow02 {
    margin: 10px auto 0;
  }
}

.shopRecom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #FFBE0A;
}

@media screen and (max-width: 1024px) {
  .shopRecom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shopRecomTit {
  padding: 18px 0.5em 17px;
  width: 120px;
  background-color: #FFFAEB;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #FFBE0A;
  border-right: 1px solid #FFBE0A;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .shopRecomTit {
    padding: 10px 0.5em 9px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #FFBE0A;
  }
}

@media screen and (max-width: 576px) {
  .shopRecomTit {
    font-size: 14px;
    padding: 5px 0.5em 4px;
  }
}

.shopRecomTxt {
  padding: 18px 1.5em 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .shopRecomTxt {
    padding: 10px 1em 9px;
  }
}

@media screen and (max-width: 576px) {
  .shopRecomTxt {
    padding: 5px 1em 4px;
    font-size: 12px;
  }
}

.shopRow03 {
  margin: 30px auto 0;
}

@media screen and (max-width: 1024px) {
  .shopRow03 {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 576px) {
  .shopRow03 {
    margin: 10px auto 0;
  }
}

.shopMenuTit {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0 0 0 22px;
  background-image: url(../img/icon_gourmet.svg);
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

.shopMenuList {
  margin: 16px auto 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #D6D6D6;
}

@media screen and (max-width: 576px) {
  .shopMenuList {
    margin: 6px auto 0;
  }
}

.shopMenuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 576px) {
  .shopMenuItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shopMenuName {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 576px) {
  .shopMenuName {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 12px;
  }
}

.shopMenuPrice {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #E64C30;
  width: 180px;
  margin: 0 0 0 1em;
  text-align: right;
}

@media screen and (max-width: 576px) {
  .shopMenuPrice {
    width: 100%;
    font-size: 12px;
    text-align: right;
  }
}

.shopMenuTax {
  font-size: 0.9em;
  font-weight: 500;
  color: #E64C30;
}

.shopMenuItem:nth-of-type(n + 2) {
  margin: 8px auto 0;
}

.shopMenuMore {
  margin: 8px auto 0;
  text-align: right;
}

.shopMenuMoreLk {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #FF8000;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .shopMenuMoreLk {
    font-size: 12px;
  }
}

.shopMenuMoreLk:hover {
  text-decoration: none;
}

.shopMenuMoreLk i {
  margin: 0 0.6em 0 0;
  font-size: 10px;
}

.shopRow04 {
  margin: 55px auto 0;
}

@media screen and (max-width: 1024px) {
  .shopRow04 {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 576px) {
  .shopRow04 {
    margin: 10px auto 0;
  }
}

.shopSeatTit {
  padding: 0 0 0 21px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  background-image: url(../img/icon_chair.svg);
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

.shopSeatSlide {
  margin: 16px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 54px);
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .shopSeatSlide {
    max-width: calc(100% - 24px);
  }
}

.shopSeatSlide .slick-arrow {
  background: #FF8800;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  cursor: pointer;
  width: 27px;
  border: 1px solid #D6D6D6;
}

@media screen and (max-width: 1024px) {
  .shopSeatSlide .slick-arrow {
    width: 12px;
    font-size: 9px;
  }
}

.shopSeatSlide .slick-arrow:hover {
  background: #fca43f;
}

.shopSeatSlide .slick-arrow.fa-chevron-left {
  left: -26px;
  border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 1024px) {
  .shopSeatSlide .slick-arrow.fa-chevron-left {
    left: -11px;
  }
}

.shopSeatSlide .slick-arrow.fa-chevron-right {
  right: -26px;
  border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 1024px) {
  .shopSeatSlide .slick-arrow.fa-chevron-right {
    right: -12px;
  }
}

.shopSeatSlide .slick-arrow.slick-disabled {
  background: #E5E5E5;
  color: #A7A7A7;
  cursor: pointer;
}

.shopSeatSlideItem {
  border: 1px solid #D6D6D6;
  width: 14.285%;
}

.shopSeatSlideItem .shopSeatSlideLk {
  padding: 19px 2% 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .shopSeatSlideItem .shopSeatSlideLk {
    padding: 10px 2%;
  }
}

.shopSeatSlideItem.shopSeatSlideItem-stop .shopSeatSlideLk {
  pointer-events: none;
}

.shopSeatSlideItem:nth-of-type(n + 2) {
  border-left: 1px solid transparent;
}

.shopSeatDate {
  font-size: 14px;
  font-weight: 700;
  color: #303030;
  line-height: 1.5em;
}

@media screen and (max-width: 1024px) {
  .shopSeatDate {
    font-size: 9px;
  }
}

@media screen and (max-width: 576px) {
  .shopSeatDate {
    font-size: 8px;
  }
}

.shopSeatWeek {
  font-size: 10px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .shopSeatWeek {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .shopSeatWeek {
    font-size: 7px;
  }
}

.shopSeatStatus {
  margin: 7px 0 0;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .shopSeatStatus {
    font-size: 12px;
    margin: 3px 0 0;
  }
}

.shopSeatStatus.shopSeatStatus-01 {
  color: #0064C8;
}

.shopSeatStatus.shopSeatStatus-02 {
  color: #0064C8;
}

.shopSeatStatus.shopSeatStatus-03 {
  color: #0064C8;
}

.shopSeatStatus.shopSeatStatus-04 {
  color: #A7A7A7;
}

.shopSeatStatus.shopSeatStatus-05 {
  color: #A7A7A7;
}

.shopSeatSlideLk:hover {
  background: #FFFAEB;
}

.shopSeatIcons {
  margin: 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  color: #4B4B4B;
  line-height: 1.5em;
}

.shopSeatIconsTxt:nth-of-type(n + 2) {
  margin: 0 0 0 1em;
}

.shopSeatSp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .shopSeatSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto 0;
  }
}

/* ---------------------------------------- */
/* 店舗トップ */
/* ---------------------------------------- */
.sDetHead {
  border: 1px solid #D6D6D6;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.sDetHeadRow01 {
  padding: 10px 40px 10px 46px;
  background: #E9E9E9;
  border-radius: 3px 3px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .sDetHeadRow01 {
    padding: 10px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sDetHeadTxt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #303030;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .sDetHeadTxt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

.sDetHeadBtns {
  margin: 0 0 0 1em;
  width: 286px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .sDetHeadBtns {
    margin: 8px 0 0 auto;
  }
}

@media screen and (max-width: 414px) {
  .sDetHeadBtns {
    width: 270px;
  }
}

.sDetheadBtn {
  padding: 7px 2% 5px;
  width: calc(50% - 3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 414px) {
  .sDetheadBtn {
    font-size: 11px;
    margin: 0 0 10px 0;
  }
}

.sDetheadBtn:hover {
  background: #FFF7EF;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.sDetheadBtn.active {
  background: #fdeedc;
}

.sDetheadBtn.sDetheadBtn-bookMark span {
  background-image: url(../img/icon_bookmark_off.svg);
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

.sDetheadBtn.sDetheadBtn-bookMark.active span {
  background-image: url(../img/icon_bookmark_on.svg);
}

.sDetheadBtn.sDetheadBtn-bookMark.active:hover span {
  background-image: url(../img/icon_bookmark_off.svg);
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

.sDetheadBtn.sDetheadBtn-recommended span {
  background-image: url(../img/icon_recommended_off.svg);
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

.sDetheadBtn.sDetheadBtn-recommended.active span {
  background-image: url(../img/icon_recommended_on.svg);
}

.sDetheadBtn span {
  padding: 0 0 0 20px;
  position: relative;
}

.sDetHeadRow02 {
  padding: 40px 40px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .sDetHeadRow02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .sDetHeadRow02 {
    padding: 20px 15px;
  }
}

.sDetHeadCol01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .sDetHeadCol01 {
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 620px;
    width: 100%;
  }
}

.sDetHeadCol02 {
  width: 300px;
  margin: 0 0 0 1em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1024px) {
  .sDetHeadCol02 {
    margin: 30px auto 0;
    max-width: 620px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .sDetHeadCol02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 414px) {
  .sDetHeadCol02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sDetHeadCol02 .c-btn01.sDetHeadBtn-reserve {
  background: #FF8800;
  border-color: #FF8000;
}

.sDetHeadCol02 .c-btn01.sDetHeadBtn-reserve:hover {
  background-color: #fda64c;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 768px) {
  .sDetHeadCol02 .c-btn01.sDetHeadBtn-reserve {
    width: 48%;
  }
}

@media screen and (max-width: 576px) {
  .sDetHeadCol02 .c-btn01.sDetHeadBtn-reserve {
    padding: 6px 2% 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 414px) {
  .sDetHeadCol02 .c-btn01.sDetHeadBtn-reserve {
    width: 100%;
  }
}

.sDetHeadCol02 .c-btn01.sDetHeadBtn-reserve span {
  background-image: url(../img/icon_calendar_white.svg);
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .sDetHeadCol02 .c-btn01.sDetHeadBtn-reserve span {
    background-position: 0% center;
    background-size: 10px;
  }
}

.sDetHeadCol02 .c-btn01.sDetHeadBtn-telPc {
  margin: 8px auto 0;
  font-weight: 700;
  color: #303030;
  background: #FFF;
  border-color: #D6D6D6;
}

@media screen and (max-width: 1024px) {
  .sDetHeadCol02 .c-btn01.sDetHeadBtn-telPc {
    display: none;
  }
}

.sDetHeadCol02 .c-btn01.sDetHeadBtn-telPc span {
  background-image: url(../img/icon_tel.svg);
  background-position: 0% calc(0% + 4px);
  background-size: auto;
  background-repeat: no-repeat;
}

.sDetHeadCol02 .c-btn01.sDetHeadBtn-telSp {
  font-weight: 700;
  color: #303030;
  background: #FFF;
  border-color: #D6D6D6;
  display: none;
}

@media screen and (max-width: 1024px) {
  .sDetHeadCol02 .c-btn01.sDetHeadBtn-telSp {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .sDetHeadCol02 .c-btn01.sDetHeadBtn-telSp {
    width: 48%;
  }
}

@media screen and (max-width: 576px) {
  .sDetHeadCol02 .c-btn01.sDetHeadBtn-telSp {
    padding: 6px 2% 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 414px) {
  .sDetHeadCol02 .c-btn01.sDetHeadBtn-telSp {
    margin: 5px auto 0;
    width: 100%;
  }
}

.sDetHeadCol02 .c-btn01.sDetHeadBtn-telSp span {
  background-image: url(../img/icon_tel.svg);
  background-position: 0% calc(0% + 4x);
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .sDetHeadCol02 .c-btn01.sDetHeadBtn-telSp span {
    background-position: 0% center;
    background-size: 8px;
  }
}

.sDetHeadCol01 .shopImg {
  width: 160px;
  padding: 0 0 19.95%;
}

@media screen and (max-width: 1200px) {
  .sDetHeadCol01 .shopImg {
    padding: 0 0 30.07%;
  }
}

@media screen and (max-width: 768px) {
  .sDetHeadCol01 .shopImg {
    width: 140px;
    padding: 0 0 140px;
  }
}

@media screen and (max-width: 576px) {
  .sDetHeadCol01 .shopImg {
    width: 80px;
    padding: 0 0 80px;
  }
}

.sDetHeadCol01 .shopDet {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 576px) {
  .sDetHeadCol01 .shopDet {
    margin: 0 0 0 15px;
  }
}

.sDetHeadCol01 .shopDetName {
  font-size: 22px;
  color: #303030;
}

@media screen and (max-width: 768px) {
  .sDetHeadCol01 .shopDetName {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .sDetHeadCol01 .shopDetName {
    font-size: 15px;
  }
}

.sDetHeadCol01 .shopDetName:hover {
  text-decoration: none;
  color: #303030;
}

.sDetHeadCol01 .shopDetFeatures {
  margin: 14px auto 0;
}

@media screen and (max-width: 576px) {
  .sDetHeadCol01 .shopDetFeatures {
    margin: 6px auto 0;
  }
}

.sDetKuchikomi {
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .sDetKuchikomi {
    margin: 6px auto 0;
  }
}

.sDetKuchikomiLk {
  padding: 4px 10px 4px;
  font-size: 10px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #303030;
  border: 1px solid #D6D6D6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
}

.sDetKuchikomiLk:hover {
  background: #FF8800;
  color: #FFF;
}

.sDetKuchikomiTxt {
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  margin: 1px 0 0 1em;
}

.sDetHeadRow03 {
  margin: 0 auto;
  padding: 20px 0 50px;
  max-width: calc(100% - 40px - 40px);
  width: 100%;
  border-top: 1px solid #D6D6D6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  .sDetHeadRow03 {
    max-width: calc(100% - 15px - 15px);
    padding: 10px 0 5px;
    display: block;
  }
}

.sDetHeadInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2.6em 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .sDetHeadInfo {
    margin: 0 1em 5px 0;
  }
}

.sDetHeadInfo.sDetHeadInfo-price .sDetHeadInfoTag span {
  background-image: url(../img/icon_yen.svg);
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .sDetHeadInfo.sDetHeadInfo-price .sDetHeadInfoTag span {
    padding: 1px 0 1px 21px;
    background-position: 0% center;
    background-size: 12px;
  }
}

.sDetHeadInfo.sDetHeadInfo-genre .sDetHeadInfoTag span {
  background-image: url(../img/icon_gourmet.svg);
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .sDetHeadInfo.sDetHeadInfo-genre .sDetHeadInfoTag span {
    padding: 1px 0 1px 21px;
    background-position: 0% center;
    background-size: 12px;
  }
}

.sDetHeadInfoTag {
  margin: 0 12px 0 0;
  padding: 3px 16px 2px;
  min-width: 115px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #D6D6D6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .sDetHeadInfoTag {
    padding: 3px 16px 2px;
    font-size: 10px;
  }
}

.sDetHeadInfoTag span {
  padding: 0 0 0 21px;
}

.sDetHeadInfoTxt {
  font-size: 14px;
  font-weight: 500;
  color: #303030;
}

@media screen and (max-width: 576px) {
  .sDetHeadInfoTxt {
    font-size: 11px;
  }
}

.sDetNav {
  width: 100%;
  border-bottom: 3px solid #FF8000;
}

.sDetNav .sDetNavArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  .sDetNav .sDetNavArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sDetNav .sDetNavLk {
  padding: 21px 2% 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-top: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  color: #303030;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sDetNav .sDetNavLk {
    padding: 8px 2% 7px;
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .sDetNav .sDetNavLk {
    width: 33.33%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 12px;
  }
  .sDetNav .sDetNavLk:nth-of-type(3) {
    border-right: 0;
  }
}

.sDetNav .sDetNavLk.sDetNavLk-active {
  background: #ff8800;
  color: #FFF;
}

.sDetNav .sDetNavLk.sDetNavLk-active .sDetNavLkCountTxt {
  color: #FFF;
}

.sDetNav .sDetNavLk:hover {
  background: #FFF7EF;
  color: #303030;
}

.sDetNav .sDetNavLk:hover .sDetNavLkCountTxt {
  color: #ff8800;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.sDetNav .sDetNavLk:last-of-type {
  border-right: 0;
}

.sDetNav .sDetNavLkTxt {
  margin: 0 0 0 0.5em;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sDetNav .sDetNavLkTxt {
    display: none;
  }
}

.sDetNav .sDetNavLkCountTxt {
  font-size: 12px;
  color: #FF8800;
  font-weight: 700;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.sInfo {
  border-bottom: 1px solid #D6D6D6;
}

.sInfoArea {
  padding: 40px 40px 57px;
}

@media screen and (max-width: 1024px) {
  .sInfoArea {
    padding: 40px 0 57px;
  }
}

@media screen and (max-width: 576px) {
  .sInfoArea {
    padding: 20px 0 10px;
  }
}

.sInfoRow01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sInfoCol01 {
  width: 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 1024px) {
  .sInfoCol01 {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .sInfoCol01 {
    width: 100%;
  }
}

.sInfoCol02 {
  width: 46.42%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 1024px) {
  .sInfoCol02 {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .sInfoCol02 {
    margin: 30px auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .sInfoCol02 {
    margin: 20px auto 0;
  }
}

.sInfoDl:nth-of-type(n + 2) {
  margin: 40px auto 0;
}

@media screen and (max-width: 576px) {
  .sInfoDl:nth-of-type(n + 2) {
    margin: 10px auto 0;
  }
}

.sInfoDl dd {
  padding: 20px 21px 8.5px 30px;
}

@media screen and (max-width: 576px) {
  .sInfoDl dd {
    padding: 10px 15px 20px;
  }
}

.sTit01 {
  padding: 10.5px 21px 8.5px 30px;
  border: 1px solid #FBCD9E;
  background-color: #FFF7EF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sTit01.sTit01-mail span {
  background-image: url(../img/icon_mail.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-shop span {
  background-image: url(../img/icon_shop.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-list span {
  background-image: url(../img/icon_list.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-detail span {
  background-image: url(../img/icon_detail.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-cook span {
  background-image: url(../img/icon_cook.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-cutlery span {
  background-image: url(../img/icon_cutlery.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-exclamation span {
  background-image: url(../img/icon_exclamation.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-comment span {
  background-image: url(../img/icon_comment.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-face span {
  background-image: url(../img/icon_face.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-kirakira span {
  background-image: url(../img/icon_kirakira.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-shop02 span {
  background-image: url(../img/icon_shop02.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-movie span {
  background-image: url(../img/icon_movie.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sTit01.sTit01-sheet span {
  background-image: url(../img/icon_chair.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .sTit01 {
    padding: 5px 15px 4px;
  }
}

.sTit01 span {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 21px;
  display: inline-block;
}

@media screen and (max-width: 576px) {
  .sTit01 span {
    padding: 4px 0 3px 21px;
    font-size: 12px;
  }
}

.sInfoTit01 {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 21px;
}

@media screen and (max-width: 576px) {
  .sInfoTit01 {
    padding: 4px 0 3px 21px;
    font-size: 12px;
  }
}

.sInfoTit01.sInfoTit01-access {
  background-image: url(../img/icon_pin.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sInfoTit01.sInfoTit01-time {
  background-image: url(../img/icon_clock.svg);
  background-position: 0% center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sInfoTit01.sInfoTit01-sheet {
  background-image: url(../img/icon_chair.svg);
  background-position: 0% 24%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sInfoLk01 {
  margin: 0 0 0 1em;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  color: #FF8000;
  display: inline-block;
}

.sInfoLk01:hover {
  color: #FF8000;
  text-decoration: none;
}

.sInfoTxt01 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

@media screen and (max-width: 576px) {
  .sInfoTxt01 {
    font-size: 12px;
  }
}

.sInfoTxt01:nth-of-type(n + 2) {
  margin: 10px 0 0;
}

@media screen and (max-width: 576px) {
  .sInfoTxt01:nth-of-type(n + 2) {
    margin: 5px 0 0;
  }
}

.sInfoTxt01.sInfoTxt01-small {
  font-size: 12px;
}

.sInfoSlide .sInfoSlideItem {
  position: relative;
  padding: 0 0 75%;
}

.sInfoSlide .sInfoSlideItem img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  margin: auto;
}

.flexslider {
  border: 0;
}

.flex-control-thumbs {
  margin: 5px auto 0 -5px;
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-control-thumbs li {
  width: 12.5%;
  padding: 0 0 9.8%;
  position: relative;
  float: none;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .flex-control-thumbs li {
    width: 16.6%;
    padding: 0 0 13.1%;
  }
}

.flex-control-thumbs li img {
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  margin: auto;
}

.flex-direction-nav a:before {
  color: #ff8000;
}

.sInfoThumbs {
  margin: 30px auto 0;
  max-width: calc(100% - 46px);
  width: 100%;
}

.sInfoThumbs .sInfoSlideItem {
  position: relative;
  padding: 0 0 75%;
}

.sInfoThumbs .sInfoSlideItem img {
  padding: 0 2.5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  margin: auto;
}

.sInfoThumbs .slick-slide {
  padding: 0 2.5px 3.75%;
  cursor: pointer;
}

.sInfoThumbs .slick-slide.slick-current {
  opacity: 0.7;
}

.sInfoThumbs .slick-arrow {
  color: #FF8800;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23px;
  cursor: pointer;
}

.sInfoThumbs .slick-arrow:hover {
  opacity: 0.7;
}

.sInfoThumbs .slick-arrow.fa-chevron-left {
  left: -23px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sInfoThumbs .slick-arrow.fa-chevron-right {
  right: -23px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sCale {
  margin: 35px auto 0;
}

@media screen and (max-width: 576px) {
  .sCale {
    margin: 20px auto 0;
  }
}

.sMessTxt01 {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14em;
}

@media screen and (max-width: 576px) {
  .sMessTxt01 {
    font-size: 12px;
  }
}

.sConte {
  padding: 30px 40px 60px;
}

@media screen and (max-width: 1024px) {
  .sConte {
    padding: 30px 0 60px;
  }
}

@media screen and (max-width: 576px) {
  .sConte {
    padding: 10px 0 30px;
  }
}

.sTit02 {
  padding: 0 0 0 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #FF8000;
  position: relative;
}

.sTit02:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 90%;
  display: block;
  background: #FF8000;
}

.sMess {
  margin: 40px auto 0;
}

@media screen and (max-width: 576px) {
  .sMess {
    margin: 20px auto 0;
  }
}

.sAbouBx01:nth-of-type(n + 2) {
  margin: 50px auto 0;
}

@media screen and (max-width: 576px) {
  .sAbouBx01:nth-of-type(n + 2) {
    margin: 30px auto 0;
  }
}

.sAbouBx01.sAbouBx01-others .sTxt01 {
  margin: 20px auto 0;
  line-height: 2.5em;
}

@media screen and (max-width: 576px) {
  .sAbouBx01.sAbouBx01-others .sTxt01 {
    margin: 10px auto 0;
  }
}

.sAbouBx01.sAbouBx01-report {
  margin: 80px auto 0;
}

@media screen and (max-width: 576px) {
  .sAbouBx01.sAbouBx01-report {
    margin: 50px auto 0;
  }
}

.sTxt01 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
}

@media screen and (max-width: 576px) {
  .sTxt01 {
    font-size: 11px;
  }
}

.sRepoConte {
  margin: 15px auto 0;
}

.sRepoBx {
  padding: 27px 40px 34px;
  border: 1px solid #FBCD9E;
  border-radius: 3px;
}

.sRepoBx:nth-of-type(n + 2) {
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .sRepoBx {
    padding: 20px 15px 20px;
  }
}

.sRepoRow01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .sRepoRow01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sRepoList {
  width: 460px;
  margin: 0 0 0 1em;
}

@media screen and (max-width: 1024px) {
  .sRepoList {
    width: auto;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .sRepoList {
    width: auto;
  }
}

.sRepoList .sRepoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .sRepoList .sRepoItem {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 576px) {
  .sRepoList .sRepoItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sRepoList .sRepoCate {
  padding: 6px 2% 4px;
  width: auto;
  border: 1px solid #D6D6D6;
  font-size: 12px;
  text-align: center;
}

.sRepoList .sRepoCate img {
  margin: -2px 0 0;
  display: block;
}

@media screen and (max-width: 576px) {
  .sRepoList .sRepoCate {
    font-size: 10px;
    width: auto;
  }
}

.sRepoList .sRepoCate.sRepoCate-stars {
  margin: 0 0 0 10px;
}

.sRepoList .sRepoCate.sRepoCate-stars .sRepoCateTxt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 576px) {
  .sRepoList .sRepoCate.sRepoCate-stars .sRepoCateTxtSpan01 {
    display: block;
    letter-spacing: 0.325em;
  }
}

@media screen and (max-width: 576px) {
  .sRepoList .sRepoCate.sRepoCate-stars {
    width: 148px;
    margin: 5px 0 0;
  }
}

.sRepoList .sRepoCateTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .sRepoList .sRepoCateTxt {
    width: 100%;
  }
}

.sRepoInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sRepoInfo .sRepoImg {
  margin: 0 20px 0 0;
  width: 50px;
  border-radius: 50%;
}

.sRepoInfo .sRepoImg img {
  border-radius: 50%;
}

.sRepoInfo .sRepoName {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.sRepoInfo .sRepoPers {
  margin: 0.33em 0 0;
  font-size: 12px;
  font-weight: 500;
  color: #A7A7A7;
}

.sRepoInfo .sRepoPers span {
  display: inline-block;
}

.sRepoInfo .sRepoProf {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sRepoRow02 {
  margin: 18px auto 0;
}

.sTxt02 {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .sTxt02 {
    font-size: 12px;
  }
}

.sTxt03 {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 500;
}

.sRepoTxt01 {
  height: 3em;
  overflow: hidden;
}

.sRepoTxt01.on-click {
  overflow: auto;
  height: auto;
}

.sRepoMore {
  text-align: right;
  padding: 0.5em 0 0;
  font-size: 12px;
}

.sRepoMore:hover {
  text-decoration: underline;
}

.sRepoMore i {
  padding: 0 0.33em 0 0;
  cursor: pointer;
}

.sRepoMore span {
  cursor: pointer;
}

/* ---------------------------------------- */
/* メニュー01一覧 */
/* ---------------------------------------- */
.sCmn {
  margin: 40px auto 0;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .sCmn {
    margin: 20px auto 0;
  }
}

.sCmn .sCmnConte {
  margin: 30px auto 0;
}

@media screen and (max-width: 576px) {
  .sCmn .sCmnConte {
    margin: 10px auto 0;
  }
}

.sCmn .sCmnRow {
  padding: 30px 40px 40px;
  border: 1px solid #DEDEDE;
}

.sCmn .sCmnRow:nth-of-type(n + 2) {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .sCmn .sCmnRow {
    padding: 20px 15px 30px;
  }
}

.sTit03 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #FF8800;
}

@media screen and (max-width: 768px) {
  .sTit03 {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .sTit03 {
    font-size: 14px;
  }
}

.sMenuRow {
  margin: 16px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .sMenuRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sMenuCol01 {
  margin: 0 8.9% 0 0;
  width: calc(100% - 180px);
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .sMenuCol01 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 414px) {
  .sMenuCol01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sMenuCol01 .shopImg {
  width: 160px;
  padding: 0 0 160px;
}

@media screen and (max-width: 768px) {
  .sMenuCol01 .shopImg {
    width: 120px;
    padding: 0 0 120px;
  }
}

@media screen and (max-width: 576px) {
  .sMenuCol01 .shopImg {
    width: 80px;
    padding: 0 0 80px;
  }
}

@media screen and (max-width: 414px) {
  .sMenuCol01 .shopImg {
    margin: 0 auto;
    width: 70%;
    padding: 0 0 70%;
  }
}

.sMenuCol02 {
  width: 180px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .sMenuCol02 {
    margin: 15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sMenuDet {
  width: calc(100% - 180px);
}

@media screen and (max-width: 768px) {
  .sMenuDet {
    width: calc(100% - 135px);
  }
}

@media screen and (max-width: 576px) {
  .sMenuDet {
    width: calc(100% - 95px);
  }
}

@media screen and (max-width: 414px) {
  .sMenuDet {
    margin: 15px auto 0;
    width: 100%;
  }
}

.sMenuDet .sMenuRead.sTxt01 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0 8px;
  border-bottom: 1px solid #DEDEDE;
}

.sMenuDet .sMenuDetTxts {
  padding: 8px 0 8px;
  border-bottom: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sMenuDet .sMenuDetTxts .sMenuDetTxt:not(:last-of-type):after {
  content: "｜";
  margin: 0 1em;
}

.sMenuDet .sMenuLimitTxt {
  padding: 8px 0 0;
}

.sMenuTags {
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sMenuTags .sMenuTag {
  margin: 5px 5px 0 0;
  padding: 2px 2% 1px;
  background: #656565;
  border-radius: 2px;
  min-width: 73px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}

.sMenuPrice {
  border: 1px solid #DEDEDE;
  border-radius: 3px;
}

@media screen and (max-width: 1200px) {
  .sMenuPrice {
    width: 60%;
  }
}

@media screen and (max-width: 576px) {
  .sMenuPrice {
    width: 100%;
  }
}

.sMenuPrice .sMenuPriceTxt01 {
  padding: 6.5px 2% 5.5px;
  font-size: 12px;
  border-bottom: 1px solid #DEDEDE;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .sMenuPrice .sMenuPriceTxt01 {
    padding: 3px 2% 2px;
  }
}

.sMenuPrice .sMenuPriceTxt02 {
  padding: 17px 2% 14px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .sMenuPrice .sMenuPriceTxt02 {
    padding: 7px 2% 4px;
  }
}

@media screen and (max-width: 576px) {
  .sMenuPrice .sMenuPriceTxt02 {
    padding: 4px 2% 2px;
  }
}

.sMenuPrice .sMenuPriceTxt03 {
  color: #E73820;
}

.sMenuPrice .sMenuPriceTxt03.sMenuPriceTxt03-lg {
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .sMenuPrice .sMenuPriceTxt03.sMenuPriceTxt03-lg {
    font-size: 16px;
  }
}

.sMenuPrice .sMenuPriceTxt03.sMenuPriceTxt03-md {
  margin: 0 0 0 -0.2em;
  font-size: 16px;
  font-weight: 700;
  vertical-align: baseline;
}

@media screen and (max-width: 576px) {
  .sMenuPrice .sMenuPriceTxt03.sMenuPriceTxt03-md {
    font-size: 14px;
  }
}

.sMenuPrice .sMenuPriceTxt03.sMenuPriceTxt03-sm {
  margin: 0 0 0 -0.2em;
  font-size: 12px;
  font-weight: 500;
  vertical-align: baseline;
}

.sMenuBtn.sMenuBtn-reserve {
  margin: 20px auto 0;
}

@media screen and (max-width: 1200px) {
  .sMenuBtn.sMenuBtn-reserve {
    margin: 0;
    width: 35%;
  }
}

@media screen and (max-width: 576px) {
  .sMenuBtn.sMenuBtn-reserve {
    margin: 10px 0 0;
    max-width: 100%;
    width: 100%;
  }
}

.sMenuBtn.sMenuBtn-reserve span {
  background-image: url(../img/icon_calendar_white.svg);
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .sMenuBtn.sMenuBtn-reserve span {
    background-position: 0% center;
    background-size: 12px;
  }
}

/* ---------------------------------------- */
/* メニュー01詳細 */
/* ---------------------------------------- */
.sMenDetRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sMenDetRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sMenDetCol01 {
  width: 34.82%;
}

@media screen and (max-width: 768px) {
  .sMenDetCol01 {
    width: 100%;
  }
}

.sMenDetCol01 .sInfoSlide .sInfoSlideItem {
  padding: 0 0 6.85%;
}

.sMenDetCol01 .sInfoThumbs .slick-slide {
  padding: 0 2.5px 5.05%;
}

.sMenDetCol02 {
  width: 62.5%;
}

@media screen and (max-width: 768px) {
  .sMenDetCol02 {
    margin: 20px auto 0;
    width: 100%;
  }
}

.sMenDetCol02 .sMenuTags {
  margin: 0;
}

.sMenDetCol02 .sMenDetTit01 {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .sMenDetCol02 .sMenDetTit01 {
    margin: 10px auto 0;
  }
}

.sMenDetCol02 .sMenDetTxt {
  margin: 10px 0 0;
}

.sMenDetCol02 .sBtnsRow {
  margin: 30px auto 0;
}

.sMenDetPrice.sMenuPrice {
  margin: 66px auto 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .sMenDetPrice.sMenuPrice {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .sMenDetPrice.sMenuPrice {
    margin: 20px 0 0 auto;
  }
}

.sMenDetPrice.sMenuPrice .sMenuPriceTxt03.sMenuPriceTxt03-lg {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .sMenDetPrice.sMenuPrice .sMenuPriceTxt03.sMenuPriceTxt03-lg {
    font-size: 24px;
  }
}

.sMenDetPrice.sMenuPrice .sMenuPriceTxt02 {
  padding: 0;
  margin: 0 0 0 1em;
}

.sMenDetPrice.sMenuPrice .sMenuPriceTxt03.sMenuPriceTxt03-md {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .sMenDetPrice.sMenuPrice .sMenuPriceTxt03.sMenuPriceTxt03-md {
    font-size: 16px;
  }
}

.sBtnsRow {
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .sBtnsRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sBtnsRow .c-btn01 {
  max-width: 50%;
  width: calc(50% - 5px);
}

@media screen and (max-width: 576px) {
  .sBtnsRow .c-btn01:nth-of-type(n + 2) {
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .sBtnsRow .c-btn01 {
    max-width: 100%;
    width: 100%;
  }
}

.sBtnsRow .c-btn01.c-btn01-tel {
  font-weight: 700;
  color: #303030;
  background: #FFF;
  border-color: #D6D6D6;
  text-align: center;
}

.sBtnsRow .c-btn01.c-btn01-tel span {
  background-image: url(../img/icon_tel.svg);
  background-position: 0% calc(0% + 4px);
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .sBtnsRow .c-btn01.c-btn01-tel span {
    background-position: 0% center;
    background-size: 10px;
  }
}

.sBtnsRow .c-btn01.c-btn01-reserve span {
  background-image: url(../img/icon_calendar_white.svg);
  background-position: 0% calc(0% + 2px);
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .sBtnsRow .c-btn01.c-btn01-reserve span {
    background-position: 0% center;
    background-size: 10px;
  }
}

.sBtnsRow .c-btn01.pcTel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .sBtnsRow .c-btn01.pcTel {
    display: none;
  }
}

.sBtnsRow .c-btn01.spTel {
  display: none;
}

@media screen and (max-width: 768px) {
  .sBtnsRow .c-btn01.spTel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sMenDetConte01 {
  margin: 40px auto 0;
}

.sCmn-menu-detail .sBtnsRow {
  margin: 30px auto 0;
}

@media screen and (max-width: 1024px) {
  .sCmn-menu-detail .sBtnsRow {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .sCmn-menu-detail .sBtnsRow {
    margin: 10px auto 0;
  }
}

.lastUpDate {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lastUpDate .lastUpDateTxt01 {
  margin: 0 1em 0 0;
}

.backBtn {
  margin: 50px auto 0;
  text-align: center;
}

.backBtn .backBtnLk {
  color: #4B4B4B;
  text-decoration: underline;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.backBtn .backBtnLk img {
  margin: 0 1em 0 0;
}

.backBtn .backBtnLk:hover {
  text-decoration: none;
}

/* ---------------------------------------- */
/* メニュー02一覧 */
/* ---------------------------------------- */
.sCmn-menu-food .c-shopRow {
  padding: 30px 40px;
}

@media screen and (max-width: 1024px) {
  .sCmn-menu-food .c-shopRow {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 768px) {
  .sCmn-menu-food .c-shopRow {
    padding: 10px 15px;
  }
}

.sCmn-menu-food .c-shopRow:after {
  content: "";
  display: block;
  width: 31.6%;
  height: auto;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.sCmn-menu-food .c-shopRow.c-shopRow-sm {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .sCmn-menu-food .c-shopRow.c-shopRow-sm {
    margin: 10px auto 0;
  }
}

.sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopCol-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopCol-3 {
    width: 100%;
  }
}

.sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopCol-3:nth-of-type(n + 4) {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopCol-3:nth-of-type(n + 3) {
    margin: 20px 0 0;
  }
  .sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopCol-3:nth-of-type(n + 4) {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopCol-3:nth-of-type(n + 2) {
    margin: 10px 0 0;
  }
  .sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopCol-3:nth-of-type(n + 3) {
    margin: 10px 0 0;
  }
  .sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopCol-3:nth-of-type(n + 4) {
    margin: 10px 0 0;
  }
}

.sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopColBx {
  margin: 0 0 0 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopTit02 {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopTit02 {
    font-size: 11px;
  }
}

@media screen and (max-width: 576px) {
  .sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopPriceTxt01 {
    font-size: 11px;
  }
}

.sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopColImg {
  width: 110px;
  padding: 0 0 110px;
}

@media screen and (max-width: 1024px) {
  .sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopColImg {
    width: 70px;
    padding: 0 0 70px;
  }
}

@media screen and (max-width: 576px) {
  .sCmn-menu-food .c-shopRow.c-shopRow-sm .c-shopColImg {
    width: 80px;
    padding: 0 0 80px;
  }
}

.sCmn-menu-food .c-shopRow .c-shopColImg {
  position: relative;
  padding: 0 0 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: block;
}

.sCmn-menu-food .c-shopRow .c-shopColImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  margin: auto;
}

.sCmn-menu-food .sTit02 {
  margin: 0 0 20px;
}

.c-shopCol-3 {
  width: 31.67%;
}

.c-shopCol-3:nth-of-type(n + 4) {
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .c-shopCol-3 {
    width: calc(50% - 7.5px);
  }
  .c-shopCol-3:nth-of-type(n + 3) {
    margin: 40px 0 0;
  }
  .c-shopCol-3:nth-of-type(n + 4) {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .c-shopCol-3:nth-of-type(n + 3) {
    margin: 20px 0 0;
  }
  .c-shopCol-3:nth-of-type(n + 4) {
    margin: 20px 0 0;
  }
}

.sTit02 {
  width: 100%;
}

.sTit04 {
  font-size: 16px;
  font-weight: 700;
  color: #FF8800;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .sTit04 {
    font-size: 14px;
  }
}

.sTit05 {
  padding: 0 0 0.7em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #FF8800;
  border-bottom: 1px solid #DEDEDE;
}

.c-shopTit01 {
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .c-shopTit01 {
    margin: 10px auto 0;
  }
}

.c-shopTxt01 {
  margin: 10px auto 0;
  line-height: 1.66em;
}

.c-shopTxtTags {
  padding: 8px 40px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .c-shopTxtTags {
    padding: 8px 15px 10px;
  }
}

.c-shopTxtTag {
  margin: 10px 1em 0 0;
  font-size: 12px;
  text-decoration: underline;
  color: #4B4B4B;
}

.c-shopTxtTag:hover {
  text-decoration: none;
}

.c-shopTit02 {
  margin: 20px 0 0;
}

.c-shopPriceTxt01 {
  margin: 0.7em 0 0;
  text-align: right;
}

.sCmnBlock:nth-of-type(n + 2) {
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .sCmnBlock {
    margin: 20px auto 0;
  }
}

.sCoution {
  padding: 10px 40px 20px;
}

@media screen and (max-width: 1024px) {
  .sCoution {
    padding: 10px 15px 20px;
  }
}

.sCoution .sCoutionTxt {
  padding: 0 0 0 1em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
}

.sCoution .sCoutionTxt:after {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #FBCD9E;
  border-radius: 50%;
}

/* ---------------------------------------- */
/* 写真 */
/* ---------------------------------------- */
.sCmn-gallery .sCmnBlock {
  padding: 0 40px 0;
}

@media screen and (max-width: 1024px) {
  .sCmn-gallery .sCmnBlock {
    padding: 0 0 0;
  }
}

.sCmn-gallery .c-shopRow {
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .sCmn-gallery .c-shopRow {
    margin: 10px 0 0;
  }
}

.c-shopCol-4 {
  width: 23.125%;
}

.c-shopCol-4:nth-of-type(n + 5) {
  margin: 1.875% 0 0;
}

@media screen and (max-width: 768px) {
  .c-shopCol-4 {
    width: 31.455%;
  }
  .c-shopCol-4:nth-of-type(n + 4) {
    margin: 1.875% 0 0;
  }
  .c-shopCol-4:nth-of-type(n + 5) {
    margin: 1.875% 0 0;
  }
}

.c-shopRow-4:before, .c-shopRow-4:after {
  content: "";
  width: 23.125%;
  display: block;
}

.c-shopRow-4:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-shopRow-4:after {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

@media screen and (max-width: 768px) {
  .c-shopRow-4:before, .c-shopRow-4:after {
    content: "";
    width: 31.455%;
    display: block;
  }
}

/* ---------------------------------------- */
/* 口コミ */
/* ---------------------------------------- */
.sCmn-report .sRepo {
  padding: 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .sCmn-report .sRepo {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .sCmn-report .sRepo {
    padding: 0 0 0;
  }
}

/* ---------------------------------------- */
/* アクセス */
/* ---------------------------------------- */
.sCmn-access .sCmnBlock {
  padding: 30px 40px 0;
}

@media screen and (max-width: 1024px) {
  .sCmn-access .sCmnBlock {
    padding: 30px 15px 0;
  }
}

@media screen and (max-width: 576px) {
  .sCmn-access .sCmnBlock {
    padding: 0 15px 0;
  }
}

.sAcceTbBx {
  margin: 40px auto 0;
}

@media screen and (max-width: 576px) {
  .sAcceTbBx {
    margin: 20px auto 0;
  }
}

.c-gmap {
  width: 100%;
  height: 540px;
}

@media screen and (max-width: 768px) {
  .c-gmap {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .c-gmap {
    height: 300px;
  }
}

.c-gmap .c-gmapItem {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------------------------------------- */
/* 店内・外観 */
/* ---------------------------------------- */
@media screen and (max-width: 576px) {
  .sCmn-menu-food .c-shopCol-4 {
    width: calc(50% - 7.5px);
  }
  .sCmn-menu-food .c-shopCol-4:nth-of-type(n + 3) {
    margin: 20px 0 0;
  }
  .sCmn-menu-food .c-shopCol-4:nth-of-type(n + 4) {
    margin: 20px 0 0;
  }
}

/* ---------------------------------------- */
/* ドリンク */
/* ---------------------------------------- */
.c-row-menu-conte {
  margin: 40px auto 0;
  padding: 0 40px;
}

@media screen and (max-width: 576px) {
  .c-row-menu-conte {
    padding: 0 15px;
  }
}

.c-row-menu-conte .c-row.c-row-menu {
  margin: 20px auto 0;
  max-width: 720px;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .c-row-menu-conte .c-row.c-row-menu {
    max-width: 100%;
  }
}

.c-row-menu-conte .c-row.c-row-menu .c-shopCol-2 {
  width: 48%;
}

@media screen and (max-width: 576px) {
  .c-row-menu-conte .c-row.c-row-menu .c-shopCol-2 {
    width: 100%;
  }
}

.c-shopCol-2 {
  width: 44.44%;
}

.sDrinkRow01 {
  padding: 30px 40px 0;
}

@media screen and (max-width: 1024px) {
  .sDrinkRow01 {
    padding: 30px 15px 0;
  }
}

@media screen and (max-width: 576px) {
  .sDrinkRow01 {
    padding: 20px 15px 0;
  }
}

/* ---------------------------------------- */
/* 口コミモーダル */
/* ---------------------------------------- */
.modal-review {
  padding: 0 0 30px;
  color: #303030;
}

.modal-review .modal_bt {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 27px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}

.modal-review .modal-close {
  color: #303030;
  font-weight: bold;
}

.modal-review h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #D6D6D6;
  padding: 23px 50px 22px 2%;
  color: #303030;
}

.reviewForm {
  max-width: 724px;
  width: 100%;
  margin: 30px auto 0;
  font-size: 14px;
}

.reviewTb {
  width: 100%;
}

.reviewTb th {
  width: 17.40%;
}

.reviewTb th > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviewTb td {
  width: 82.6%;
}

.reviewTb th, .reviewTb td {
  padding: 13px 12px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .reviewTb th, .reviewTb td {
    width: 100%;
    display: block;
  }
}

.requiredText {
  max-width: 30px;
  background: #EF2914;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 3px;
}

.formSelectArea > div {
  display: inline-block;
  margin: 0 10px 0 0;
}

.reviewForm select {
  border: solid 1px #D6D6D6;
  border-radius: 3px;
  background: #F8F8F8;
  color: #555555;
  padding: 8px 16px 7px;
}

.reviewForm textarea {
  width: 100%;
  height: 240px;
  border: solid 1px #D6D6D6;
  border-radius: 3px;
  background: #fff;
  padding: 10px;
  line-height: 1.5em;
}

.reviewForm textarea::-webkit-input-placeholder {
  color: #A7A7A7;
}

.reviewForm textarea:-ms-input-placeholder {
  color: #A7A7A7;
}

.reviewForm textarea::-ms-input-placeholder {
  color: #A7A7A7;
}

.reviewForm textarea::placeholder {
  color: #A7A7A7;
}

.reviewForm input {
  border: solid 1px #D6D6D6;
  border-radius: 3px;
  background: #fff;
  padding: 10px;
  color: #555555;
}

.reviewForm select#satisfaction > option {
  color: #FF8000;
}

.reviewForm select#purpose, .reviewForm select#satisfaction {
  max-width: 260px;
  width: 100%;
}

.reviewCaution {
  font-size: 12px;
  color: #858585;
}

.reviewForm .formBtn {
  max-width: 200px;
  width: 100%;
  border: solid 1px #FF8000;
  border-radius: 3px;
  background: #FF8000;
  color: #fff;
  padding: 18px 2% 16px;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.reviewForm .formBtn:hover {
  color: #FF8000;
  background: #fff;
}

.sDetheadBtn-review {
  margin: 0 0 0 auto;
  width: 130px;
  font-size: 12px;
  background: #FF8000;
  color: #fff;
  border: solid 1px #FF8000;
  border-radius: 3px;
  padding: 6px 2% 4px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.sDetheadBtn-review:hover {
  background: #fff;
  color: #FF8000;
}

/* ---------------------------------------- */
/* 新着情報 */
/* ---------------------------------------- */
.sNewsImg {
  padding: 0 0 75%;
  width: 300px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sNewsImg {
    margin: 0 auto;
    max-width: 560px;
    width: auto;
  }
}

.sNewsImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.sNews .sCmnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .sNews .sCmnRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sNewsCol02 {
  margin: 0 0 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .sNewsCol02 {
    margin: 15px 0 0;
  }
}

.sNewsDate {
  color: #6B6B6B;
}

.sNewsTit {
  margin: 10px 0 0;
}

.sNewsTxt {
  margin: 10px 0 0;
  line-height: 2.166em;
}

/* ---------------------------------------- */
/* クーポン */
/* ---------------------------------------- */
.sCoupon .sCouponRow.sCmnRow {
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 0;
}

.sCoupon .sCouponRow.sCmnRow:before, .sCoupon .sCouponRow.sCmnRow:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #FFF;
  width: 56px;
  height: 56px;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  z-index: 9;
}

.sCoupon .sCouponRow.sCmnRow:before {
  left: -28px;
}

@media screen and (max-width: 768px) {
  .sCoupon .sCouponRow.sCmnRow:before {
    top: -28px;
    left: 0;
    right: 0;
    bottom: auto;
  }
}

.sCoupon .sCouponRow.sCmnRow:after {
  right: -28px;
}

@media screen and (max-width: 768px) {
  .sCoupon .sCouponRow.sCmnRow:after {
    top: auto;
    right: 0;
    bottom: -28px;
    left: 0;
  }
}

.sCouponConte {
  border: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .sCouponConte {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sCouponCol01 {
  padding: 40px 40px 40px 60px;
  border-right: 1px dashed #DEDEDE;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .sCouponCol01 {
    padding: 20px 15px;
    border-right: 0;
    border-bottom: 1px dashed #DEDEDE;
  }
}

.sCouponCol02 {
  padding: 40px 60px 40px 40px;
  width: 35.1%;
}

@media screen and (max-width: 768px) {
  .sCouponCol02 {
    padding: 20px 15px;
    width: 100%;
  }
}

.sCouponTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sCouponTags .sCouponTag {
  margin: 0 10px 10px 0;
  padding: 3px 5px 2px;
  min-width: 80px;
  border: 1px solid #FBCD9E;
  border-radius: 3px;
  background: #FFF7EF;
  font-size: 12px;
  font-weight: 700;
  color: #FF8000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .sCouponTags .sCouponTag {
    font-size: 10px;
  }
}

.sCouponTit01 {
  padding: 5px 0 0;
}

.sCouponDet {
  margin: 13px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sCouponDetTxt01 {
  margin: 0 1em 0 0;
  width: auto;
  line-height: 2em;
}

.sCouponDetTxt02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2em;
}

.sCouponBx:nth-of-type(n + 2) {
  margin: 20px 0 0;
}

.sCouponTit02 {
  padding: 4px 5px 3px;
  background: #FFF7EF;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.sCouponTxt03 {
  padding: 10px 5px 0;
  text-align: center;
}
/*# sourceMappingURL=shop.css.map */