@charset "UTF-8";
.products h3 {
  font-size: 25px;
}

.mirror .smb-section__title::after, .case .smb-section__title::after, .furniture .smb-section__title::after, .order .smb-section__title::after, .oem .smb-section__title::after, .glass-mirror .smb-section__title::after {
  margin-top: 15px;
  width: 1000px;
  height: 0.5px;
  background-color: #3c4e5c !important;
  -webkit-transform: none;
          transform: none;
}

.mirror .smb-section__lede-wrapper, .case .smb-section__lede-wrapper, .furniture .smb-section__lede-wrapper, .order .smb-section__lede-wrapper, .oem .smb-section__lede-wrapper, .glass-mirror .smb-section__lede-wrapper {
  margin-top: 20px !important;
}

.pro-contact p {
  margin-top: 15px !important;
}

.pro-contact .btn .smb-btn {
  margin-top: 0px !important;
}

.about-bd {
  padding: 20px !important;
}

.about-bd .smb-section__title {
  line-height: 20px !important;
}

.about-bd .smb-section-side-heading__title::after {
  display: none;
}

.company-panel {
  margin-bottom: 0px !important;
}

.company-panel .smb-panels__item {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.company-panel .smb-panels__item__title {
  font-size: 20px;
}

.company-panel .smb-panels__item:hover {
  /* 標準であるホバーエフェクトの除去 */
  -webkit-box-shadow: none;
          box-shadow: none;
}

.last-h3::after {
  margin-top: 15px;
  width: 1000px;
  height: 1px;
  background-color: #be1d20 !important;
}

.enkaku-panels .smb-panels__item {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.enkaku-panels .smb-panels__item__body {
  display: none;
}

.btn .smb-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 45px;
  margin-top: 20px !important;
}

.swiper-slide {
  /* 表示させる高さの調整 */
  height: 70vh;
  overflow: hidden;
}

.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 7s ease;
  transition: -webkit-transform 7s ease;
  transition: transform 7s ease;
  transition: transform 7s ease, -webkit-transform 7s ease;
}

.swiper-slide-active .main-visual {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hero {
  overflow: hidden;
}

/* ヘッダー */
/* グローバルメニュー位置調整 */
.l-header .c-navbar__item {
  position: relative;
}

.l-header .c-navbar__item::after {
  /* メニューアイテムの左に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  height: 30px;
  margin-top: -15px;
  border-right: 1px solid #ccc;
}

.l-header .c-navbar__item:last-of-type::before {
  /* 最後のメニューアイテムの右に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 30px;
  margin-top: -15px;
  border-right: 1px solid #ccc;
}

.l-header .c-navbar__item span:hover {
  color: #a1b3b5;
}

/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
.l-body {
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400,700;
  font-style: normal;
}

.smb-section-break-the-grid__subtitle {
  margin-bottom: 0 !important;
}

.smb-section__subtitle {
  margin-bottom: 0 !important;
}

.smb-section__title {
  line-height: 60px !important;
  padding-bottom: 10px;
}

.smb-section__title::after {
  width: 30px;
  background-color: #be1d20 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top-panel {
  /* 位置調整 */
  position: relative;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  z-index: 1;
}

.top-panel .smb-panels__item {
  /* パネルの影 */
  -webkit-box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.1) !important;
}

.top-panel .smb-panels__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-panel .smb-panels__item__body {
  padding: 80px;
}

.top-panel .smb-panels__item__body h2 {
  background-color: transparent !important;
  border-left: none !important;
}

.top-panel .smb-panels__item__body p {
  margin-top: 5px  !important;
}

/* 4枚並んだパネルの装飾 */
.panels .c-row__col {
  padding: 0 !important;
}

.panels .smb-panels__item {
  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-shadow: none;
          box-shadow: none;
  padding: 0;
}

.panels .smb-panels__item__figure {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
}

.panels .smb-panels__item__figure::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  content: '';
  white-space: pre;
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.6s 70ms;
  transition: all 0.6s 70ms;
  opacity: 0;
  z-index: 1;
}

.panels .smb-panels__item__figure img {
  /* 変化の時間 */
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.panels .smb-panels__item__body {
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.panels .smb-panels__item__title {
  font-size: 20px;
}

.panels .smb-panels__item__content {
  font-size: 14px;
}

.panels .smb-panels__item:hover .smb-panels__item__figure::before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
}

.panels .smb-panels__item:hover .smb-panels__item__figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-panels .c-entries__item {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-panel .smb-section__title::after {
  background-color: #fff !important;
}

.l-footer-widget-area {
  background: #f7f7f9;
}

.l-footer .jyusyo li {
  list-style: none;
}

.l-footer .jyusyo a {
  text-decoration: none;
}

.l-footer .sns ul {
  padding: 8px 20px;
}

.l-footer .sns li {
  list-style: none;
  display: inline;
  padding: 0px 4px;
}

.l-footer .sns img {
  width: 25px;
}

.c-copyright {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(0%, rgba(0, 0, 0, 0.5))), url(https://shiokawakoumeido.co.jp/site/wp/wp-content/uploads/2021/09/img21.jpg) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 0%), url(https://shiokawakoumeido.co.jp/site/wp/wp-content/uploads/2021/09/img21.jpg) !important;
  background-size: cover;
  text-align: center;
}

.c-page-header:before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.c-page-header__content {
  position: relative;
  z-index: 1;
}

.catalog .btn .smb-btn {
  margin-top: 0px;
}

@media (max-width: 1023px) {
  /******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
  .top-panel {
    margin-top: 30px;
    /* パネルの影を調節 */
  }
  .top-panel .smb-panels__item {
    -webkit-box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
  }
  .top-panel .smb-panels__item__body {
    padding: 30px;
  }
  .about-bd {
    padding: 10px !important;
  }
  .about-bd .smb-section-break-the-grid__lede {
    padding-bottom: 7px;
  }
}

@media (max-width: 639px) {
  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
  .c-site-branding__description {
    display: none;
  }
  .smb-panels__item__body {
    padding: 10px;
  }
  .smb-panels__item__title {
    font-size: 14px !important;
  }
  .smb-panels__item__content {
    font-size: 13px !important;
  }
  .panels .c-row__col {
    padding: 0 5px !important;
  }
  .btn .smb-btn {
    width: 180px;
    height: 45px;
    margin-top: 20px;
  }
  .rinen .smb-section__body p {
    font-size: 15px !important;
  }
  .enkaku td.has-text-align-left {
    font-size: 0.8em !important;
  }
  .mirror .smb-section__title::after, .case .smb-section__title::after, .furniture .smb-section__title::after, .order .smb-section__title::after, .oem .smb-section__title::after, .glass-mirror .smb-section__title::after {
    margin-top: 8px;
    width: 90%;
    height: 0.5px;
    background-color: #3c4e5c !important;
  }
}
/*# sourceMappingURL=style.css.map */