@charset "UTF-8";
/* 親コンテナを突破して画面幅いっぱい */
/**
* さしすせ荘
* 塩　トップページ
*/
.fs-body-category-shio .fs-c-heading {
  display: none;
}
.fs-body-category-shio .fs-c-subgroup {
  display: none;
}
.fs-body-category-shio .shio-opening {
  position: fixed;
  inset: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease, background-color 0.5s ease;
  transition: opacity 0.8s ease, background-color 0.5s ease;
}
.fs-body-category-shio .shio-opening .opening__img {
  position: absolute;
  width: 75vw;
  max-width: 640px;
  max-height: 80vh;
  height: auto;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.fs-body-category-shio .shio-opening .opening__img.img1 {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.fs-body-category-shio .shio-opening .opening__img.img2 {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 1s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 1s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 1s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.fs-body-category-shio .shio-opening .opening__img.show-img.img1 {
  opacity: 1;
}
.fs-body-category-shio .shio-opening .opening__img.show-img.img2 {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.fs-body-category-shio .shio-opening.show-bk {
  background-color: #ccc;
}
.fs-body-category-shio .shio-opening.hide {
  opacity: 0;
  pointer-events: none;
}
.fs-body-category-shio .section-common .h2-shio-ttl {
  font-size: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  margin: 0px;
  line-height: 1;
  color: #f2f2f2;
  padding-bottom: 40px;
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
}
@media screen and (max-width: 767px) {
  .fs-body-category-shio .section-common .h2-shio-ttl {
    font-size: 68px;
    padding-bottom: 35px;
  }
}
.fs-body-category-shio .section-common .h2-shio-ttl span {
  font-size: 24px;
  padding-top: 1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fs-body-category-shio .section-common .h2-shio-ttl span {
    font-size: 20px;
    padding-top: 0.7em;
  }
}
.fs-body-category-shio .section-common .h2-shio-ttl::after {
  content: "";
  width: 18px;
  height: 21px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/shio/h2-shio-ttl-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.fs-body-category-shio .section-common .modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  overflow-y: auto;
}
.fs-body-category-shio .section-common .modal[style*="display: block"] {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.fs-body-category-shio .section-common .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.fs-body-category-shio .section-common .modal-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  background: #eee;
  padding: 55px 60px;
  margin: auto;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
@media screen and (max-width: 959px) {
  .fs-body-category-shio .section-common .modal-content {
    max-width: 640px;
    padding: 54px;
  }
}
@media screen and (max-width: 767px) {
  .fs-body-category-shio .section-common .modal-content {
    padding: 47px 24px;
  }
}
.fs-body-category-shio .section-common .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  font-size: 19px;
}
.fs-body-category-shio .section-common .modal-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 34px 50px;
}
@media screen and (max-width: 959px) {
  .fs-body-category-shio .section-common .modal-inner {
    gap: 27px;
  }
}
.fs-body-category-shio .section-common button.js-modal-open {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.fs-body-category-shio .section-common button.js-modal-open:hover {
  opacity: 0.8;
}

.shio-mv {
  background-color: #f2f2f2;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 186px;
}
.shio-mv .shio-mv-inner {
  position: relative;
  padding: 40px 16px 270px;
  background: url("../img/shio/shio-mv-bg.webp") center top 30px/700px 710px no-repeat;
}
@media screen and (max-width: 959px) {
  .shio-mv .shio-mv-inner {
    background-size: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .shio-mv .shio-mv-inner {
    background-size: 90vw;
    padding-bottom: 160px;
  }
}
.shio-mv .shio-mv-inner .shio-mv-ttl {
  max-width: 552px;
  width: 100%;
  margin: 0 auto 16px;
}
.shio-mv .shio-mv-inner .shio-mv-txt {
  color: #000;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shio-mv .shio-mv-inner .shio-mv-txt {
    font-size: 15px;
  }
}
.shio-mv .shio-mv-inner .shio-mv-slider-outer {
  max-width: 300px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.shio-mv .shio-mv-inner .shio-mv-slider-outer .shio-mv-slider {
  width: 100%;
  height: 345px;
  text-align: center;
  font-size: 20px;
  overflow: hidden;
}
.shio-mv .shio-mv-inner .shio-mv-slider-outer .swiper-button-prev,
.shio-mv .shio-mv-inner .shio-mv-slider-outer .swiper-button-next {
  width: 42px;
  height: 42px;
  background-position: 50% 50%;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  overflow: visible;
}
.shio-mv .shio-mv-inner .shio-mv-slider-outer .swiper-button-prev::after,
.shio-mv .shio-mv-inner .shio-mv-slider-outer .swiper-button-next::after {
  display: none;
}
.shio-mv .shio-mv-inner .shio-mv-slider-outer .swiper-button-prev {
  background-image: url("../img/shio/slider-arrow-prev.webp");
  left: -50px;
}
.shio-mv .shio-mv-inner .shio-mv-slider-outer .swiper-button-next {
  background-image: url("../img/shio/slider-arrow-next.webp");
  right: -50px;
}
.shio-mv .shio-mv-inner .shio-mv-slider-outer .shio-mv-action {
  position: absolute;
  bottom: 60px;
  right: -120px;
}
.shio-mv .shio-mv-inner .shio-mv-slider-outer .shio-mv-action .shio-mv-name {
  width: 120px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .shio-mv .shio-mv-inner .shio-mv-slider-outer {
    max-width: 39vw;
  }
  .shio-mv .shio-mv-inner .shio-mv-slider-outer .shio-mv-slider {
    height: 44.921vw;
  }
  .shio-mv .shio-mv-inner .shio-mv-slider-outer .swiper-button-prev,
  .shio-mv .shio-mv-inner .shio-mv-slider-outer .swiper-button-next {
    width: 5.45vw;
    height: 5.45vw;
    background-size: 5.45vw 5.45vw;
  }
  .shio-mv .shio-mv-inner .shio-mv-slider-outer .swiper-button-prev {
    left: -6.5vw;
  }
  .shio-mv .shio-mv-inner .shio-mv-slider-outer .swiper-button-next {
    right: -6.5vw;
  }
  .shio-mv .shio-mv-inner .shio-mv-slider-outer .shio-mv-action {
    bottom: 1vw;
    right: -25.5vw;
  }
  .shio-mv .shio-mv-inner .shio-mv-slider-outer .shio-mv-action .shio-mv-name {
    width: 25vw;
    height: 14.5833vw;
  }
}
.shio-mv .shio-mv-inner .shio-mv-supervision {
  max-width: 489px;
  width: 100%;
  position: absolute;
  bottom: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .shio-mv .shio-mv-inner .shio-mv-supervision {
    max-width: 375px;
  }
}

.shio-section-nav {
  padding-top: 80px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .shio-section-nav {
    padding-top: 28px;
  }
}
.shio-section-nav .section-inner .section-nav-img {
  max-width: 300px;
  margin: 0 auto;
}
.shio-section-nav .section-inner .section-nav-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}
.shio-section-nav .section-inner .section-nav-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}
.shio-section-nav .section-inner .section-nav-list li {
  border-right: 1px solid #d6d6d6;
}
.shio-section-nav .section-inner .section-nav-list li:first-child {
  border-left: 1px solid #d6d6d6;
}
.shio-section-nav .section-inner .section-nav-list li a {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-weight: 700;
  padding: 14px 37px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .shio-section-nav .section-inner .section-nav-list li a {
    padding: 14px 30px;
  }
}
.shio-section-nav .section-inner .section-nav-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.shio-section-nav .section-inner .section-nav-list li a span {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.3;
}

.shio-section-concept {
  background-color: #f2f2f2;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .shio-section-concept {
    padding-bottom: 60px;
  }
}
.shio-section-concept .section-inner .h2-shio-ttl {
  color: #fff;
}
.shio-section-concept .section-inner .section-concept-txt1,
.shio-section-concept .section-inner .section-concept-txt2 {
  text-align: center;
  line-height: 1.7;
}
.shio-section-concept .section-inner .section-concept-txt1 {
  font-size: 18px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .shio-section-concept .section-inner .section-concept-txt1 {
    font-size: 15px;
  }
}
.shio-section-concept .section-inner .section-concept-txt2 {
  font-size: 28px;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 767px) {
  .shio-section-concept .section-inner .section-concept-txt2 {
    font-size: 19px;
  }
}
.shio-section-concept .section-inner .section-concept-img1,
.shio-section-concept .section-inner .section-concept-img2 {
  max-width: 734px;
  margin: 0 auto 30px;
}
.shio-section-concept .section-inner .section-concept-img3 {
  max-width: 342px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shio-section-concept .section-inner .section-concept-img3 {
    max-width: 200px;
  }
}
.shio-section-concept .section-inner .modal .modal-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.shio-section-concept .section-inner .modal .modal-inner .modal-left {
  width: 402px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 960px) and (max-width:1200px) {
  .shio-section-concept .section-inner .modal .modal-inner .modal-left {
    width: 372px;
  }
}
@media screen and (max-width: 767px) {
  .shio-section-concept .section-inner .modal .modal-inner .modal-left {
    max-width: 460px;
    width: 100%;
  }
}
.shio-section-concept .section-inner .modal .modal-inner .modal-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 959px) {
  .shio-section-concept .section-inner .modal .modal-inner .modal-right {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.shio-section-concept .section-inner .modal .modal-inner .modal-right .modal-right-ttl {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .shio-section-concept .section-inner .modal .modal-inner .modal-right .modal-right-ttl {
    font-size: 24px;
  }
}
.shio-section-concept .section-inner .modal .modal-inner .modal-right .modal-right-txt {
  font-size: 18px;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .shio-section-concept .section-inner .modal .modal-inner .modal-right .modal-right-txt {
    font-size: 16px;
  }
}
.shio-section-concept .section-inner .modal .modal-inner .modal-bottom {
  width: 100%;
}
.shio-section-concept .section-inner .modal .modal-inner .modal-bottom .modal-bottom-txt {
  color: rgba(102, 102, 102, 0.8);
  margin: 0px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .shio-section-concept .section-inner .modal .modal-inner .modal-bottom .modal-bottom-txt {
    font-size: 12px;
  }
}
.shio-section-concept .section-inner .modal .modal-inner .modal-bottom .modal-bottom-link {
  padding-top: 20px;
}
.shio-section-concept .section-inner .modal .modal-inner .modal-bottom .modal-bottom-link a {
  color: #d8602d;
}
@media screen and (max-width: 767px) {
  .shio-section-concept .section-inner .modal .modal-inner .modal-bottom .modal-bottom-link a {
    font-size: 12px;
  }
}

.shio-section-sns .section-inner .h2-shio-ttl {
  margin-bottom: 0.5em;
}
.shio-section-sns .section-inner .h3-sns-ttl {
  font-size: 28px;
  text-align: center;
  max-width: 508px;
  margin: 0 auto 1em;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.shio-section-sns .section-inner .section-sns-instagram,
.shio-section-sns .section-inner .section-sns-facebook {
  padding: 28px 40px;
  background-color: #f2f2f2;
  border-radius: 12px;
  margin-bottom: 78px;
}
.shio-section-sns .section-inner .section-sns-instagram .ft-guide__btn,
.shio-section-sns .section-inner .section-sns-facebook .ft-guide__btn {
  margin-top: 20px;
  text-align: center;
}
.shio-section-sns .section-inner .section-sns-instagram .ft-guide__btn a.fs-c-link--normal,
.shio-section-sns .section-inner .section-sns-facebook .ft-guide__btn a.fs-c-link--normal {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  background-size: 18px 18px;
  max-width: 192px;
  width: 100%;
  padding: 6px 16px;
}
.shio-section-sns .section-inner .section-sns-tiktok {
  margin-bottom: 60px;
}
.shio-section-sns .section-inner .section-sns-tiktok .h3-sns-ttl {
  border-color: #f2f2f2;
}

.fs-body-category-shio .fs-c-breadcrumb {
  display: none;
}
.fs-body-category-shio .fs-p-scrollingCartButton {
  display: none;
}
.fs-body-category-shio .fs-c-productList {
  display: none;
}

/**
* さしすせ荘
* グループ（カテゴリートップ）
*/
body[class*=fs-body-product-s5] .section-common,
body[class*=fs-body-category-shio] .section-common,
body[class*=fs-body-category-s5] .section-common {
  font-family: "Zen Old Mincho", serif;
}
body[class*=fs-body-product-s5] .section-common .section-inner,
body[class*=fs-body-category-shio] .section-common .section-inner,
body[class*=fs-body-category-s5] .section-common .section-inner {
  max-width: 932px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .section-common .section-inner,
  body[class*=fs-body-category-shio] .section-common .section-inner,
  body[class*=fs-body-category-s5] .section-common .section-inner {
    padding: 0 8px;
  }
}
body[class*=fs-body-product-s5] .section-common .section-inner h3.h3-shio-ttl,
body[class*=fs-body-category-shio] .section-common .section-inner h3.h3-shio-ttl,
body[class*=fs-body-category-s5] .section-common .section-inner h3.h3-shio-ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 1.5em;
  position: relative;
  padding: 0.25em;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .section-common .section-inner h3.h3-shio-ttl,
  body[class*=fs-body-category-shio] .section-common .section-inner h3.h3-shio-ttl,
  body[class*=fs-body-category-s5] .section-common .section-inner h3.h3-shio-ttl {
    font-size: clamp(18px, 5.5vw, 24px);
  }
}
body[class*=fs-body-product-s5] .section-common .section-inner h3.h3-shio-ttl span,
body[class*=fs-body-category-shio] .section-common .section-inner h3.h3-shio-ttl span,
body[class*=fs-body-category-s5] .section-common .section-inner h3.h3-shio-ttl span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .section-common .section-inner h3.h3-shio-ttl span,
  body[class*=fs-body-category-shio] .section-common .section-inner h3.h3-shio-ttl span,
  body[class*=fs-body-category-s5] .section-common .section-inner h3.h3-shio-ttl span {
    font-size: 11px;
  }
}
body[class*=fs-body-product-s5] .section-common .section-inner h3.h3-shio-ttl::after,
body[class*=fs-body-category-shio] .section-common .section-inner h3.h3-shio-ttl::after,
body[class*=fs-body-category-s5] .section-common .section-inner h3.h3-shio-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body[class*=fs-body-product-s5] .section-common .section-inner h4.h4-shio-ttl,
body[class*=fs-body-category-shio] .section-common .section-inner h4.h4-shio-ttl,
body[class*=fs-body-category-s5] .section-common .section-inner h4.h4-shio-ttl {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .section-common .section-inner h4.h4-shio-ttl,
  body[class*=fs-body-category-shio] .section-common .section-inner h4.h4-shio-ttl,
  body[class*=fs-body-category-s5] .section-common .section-inner h4.h4-shio-ttl {
    font-size: clamp(16px, 4.5vw, 20px);
    margin-bottom: 0.8em;
  }
}
body[class*=fs-body-product-s5] .section-common .section-inner .shio-table,
body[class*=fs-body-category-shio] .section-common .section-inner .shio-table,
body[class*=fs-body-category-s5] .section-common .section-inner .shio-table {
  max-width: 630px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
body[class*=fs-body-product-s5] .section-common .section-inner .shio-table table,
body[class*=fs-body-category-shio] .section-common .section-inner .shio-table table,
body[class*=fs-body-category-s5] .section-common .section-inner .shio-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .section-common .section-inner .shio-table table,
  body[class*=fs-body-category-shio] .section-common .section-inner .shio-table table,
  body[class*=fs-body-category-s5] .section-common .section-inner .shio-table table {
    font-size: 14px;
  }
}
body[class*=fs-body-product-s5] .section-common .section-inner .shio-table table tr,
body[class*=fs-body-category-shio] .section-common .section-inner .shio-table table tr,
body[class*=fs-body-category-s5] .section-common .section-inner .shio-table table tr {
  border-bottom: 1px solid #7a7473;
}
body[class*=fs-body-product-s5] .section-common .section-inner .shio-table table tr:first-child,
body[class*=fs-body-category-shio] .section-common .section-inner .shio-table table tr:first-child,
body[class*=fs-body-category-s5] .section-common .section-inner .shio-table table tr:first-child {
  border-top: 1px solid #7a7473;
}
body[class*=fs-body-product-s5] .section-common .section-inner .shio-table table th,
body[class*=fs-body-product-s5] .section-common .section-inner .shio-table table td,
body[class*=fs-body-category-shio] .section-common .section-inner .shio-table table th,
body[class*=fs-body-category-shio] .section-common .section-inner .shio-table table td,
body[class*=fs-body-category-s5] .section-common .section-inner .shio-table table th,
body[class*=fs-body-category-s5] .section-common .section-inner .shio-table table td {
  padding: 10px 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .section-common .section-inner .shio-table table th,
  body[class*=fs-body-product-s5] .section-common .section-inner .shio-table table td,
  body[class*=fs-body-category-shio] .section-common .section-inner .shio-table table th,
  body[class*=fs-body-category-shio] .section-common .section-inner .shio-table table td,
  body[class*=fs-body-category-s5] .section-common .section-inner .shio-table table th,
  body[class*=fs-body-category-s5] .section-common .section-inner .shio-table table td {
    padding: 8px 12px;
  }
}
body[class*=fs-body-product-s5] .section-common .section-inner .shio-table table th,
body[class*=fs-body-category-shio] .section-common .section-inner .shio-table table th,
body[class*=fs-body-category-s5] .section-common .section-inner .shio-table table th {
  width: 180px;
  background: #f2f2f2;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .section-common .section-inner .shio-table table th,
  body[class*=fs-body-category-shio] .section-common .section-inner .shio-table table th,
  body[class*=fs-body-category-s5] .section-common .section-inner .shio-table table th {
    width: auto;
  }
}
body[class*=fs-body-product-s5] .section-common .section-inner .font-gothic,
body[class*=fs-body-category-shio] .section-common .section-inner .font-gothic,
body[class*=fs-body-category-s5] .section-common .section-inner .font-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.shio-section-last .sns-others-txt {
  text-align: center;
  line-height: 1.7;
  font-size: 28px;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 767px) {
  .shio-section-last .sns-others-txt {
    font-size: 19px;
  }
}
.shio-section-last .sns-others-img {
  max-width: 342px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shio-section-last .sns-others-img {
    max-width: 200px;
  }
}

/**
* さしすせ荘
* 商品詳細
*/
body[class*=fs-body-product-s5] .shio-product-section-introduction {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .shio-product-section-introduction {
    padding-bottom: 30px;
  }
}
body[class*=fs-body-product-s5] .shio-product-section-introduction .section-inner .section-introduction-supervision {
  max-width: 489px;
  width: 100%;
  margin: 0 auto 54px;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .shio-product-section-introduction .section-inner .section-introduction-supervision {
    max-width: 375px;
    margin-bottom: 34px;
  }
}
body[class*=fs-body-product-s5] .shio-product-section-introduction .section-inner .section-introduction-txt {
  max-width: 546px;
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .shio-product-section-introduction .section-inner .section-introduction-txt {
    max-width: 375px;
    margin-bottom: 44px;
  }
}
body[class*=fs-body-product-s5] .shio-product-section-introduction .section-inner .section-introduction-cooking {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 46px;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .shio-product-section-introduction .section-inner .section-introduction-cooking {
    max-width: 500px;
    margin-bottom: 36px;
  }
}
body[class*=fs-body-product-s5] .shio-product-section-introduction .section-inner .section-introduction-chart {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .shio-product-section-introduction .section-inner .section-introduction-chart {
    max-width: 375px;
  }
}
body[class*=fs-body-product-s5] .shio-product-section-overview {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .shio-product-section-overview {
    padding-bottom: 30px;
  }
}
body[class*=fs-body-product-s5] .shio-product-section-present {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .shio-product-section-present {
    padding-bottom: 30px;
  }
}
body[class*=fs-body-product-s5] .shio-product-section-present .section-inner .section-present-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .shio-product-section-present .section-inner .section-present-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
body[class*=fs-body-product-s5] .shio-product-section-present .section-inner .section-present-content .present-content-left {
  max-width: 300px;
}
@media screen and (max-width: 959px) {
  body[class*=fs-body-product-s5] .shio-product-section-present .section-inner .section-present-content .present-content-left {
    max-width: 230px;
  }
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .shio-product-section-present .section-inner .section-present-content .present-content-left {
    max-width: 300px;
    margin: 0 auto;
  }
}
body[class*=fs-body-product-s5] .shio-product-section-present .section-inner .section-present-content .present-content-right p {
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body-product-s5] .shio-product-section-present .section-inner .section-present-content .present-content-right p {
    line-height: 1.6;
  }
}

/**
* さしすせ荘
* 下層ページ（フリー上書き）
*/