@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

a {
  transition: all 0.3s !important;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  pointer-events: none;
}
br {
  content: "";
  display: block;
  white-space-collapse: discard;
}

.dis_none{
  display: none;
}
.br_pc {
  display: block;
}
.br_tb_n {
  display: block;
}
.br_tb_b,
.br_sp {
  display: none;
}
li {
  list-style: none;
}
figure img {
  -o-object-fit: cover;
  object-fit: cover;
}
body {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

/* オーバーレイ */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf6f0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
  z-index: 9999;
  flex-direction: column;
}
#overlay img {
  width: 65px;
  margin: 0 0 1rem;
}
/* オーバーレイを表示する時 */
#overlay.active {
  opacity: 1;
  pointer-events: all;
}
/* 中央スピナー */
.spinner {
  width: 30px;
  height: 30px;
  border: 1px solid #4c6a92;
  border-top: 1px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#body_wrap {
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
  position: relative;
}
#body_wrap.fade-in {
  opacity: 1;
}
#body_wrap.fade-out {
  opacity: 0;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  } /* 上下の揺れ幅 */
}
.spinner-logo {
  animation: float 2s ease-in-out infinite; /* アニメーション時間とループ */
}

/* =========================================================
//  ヘッダー
// ========================================================= */
.l-header__logo,
.l-fixHeader__logo {
  padding: 0 !important;
}

.l-fixHeader .c-headLogo__img.-common {
  width: 80%;
}

.l-header {
  background: none !important;
  box-shadow: none !important;
}

.l-header .c-headLogo,
.l-fixHeader .c-headLogo {
  width: auto !important;
  height: 94px !important;
}
.l-header .l-header__inner,
.l-fixHeader .l-header__inner {
  max-width: 100%;
  padding: 0 2rem !important;
}
.l-header .c-gnav li a,
.l-fixHeader .c-gnav li a {
  padding: 0 17px;
  position: relative;
  white-space: nowrap;
  letter-spacing: 0.01rem;
}
.l-header .c-gnav li a span,
.l-fixHeader .c-gnav li a span {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
  font-weight: 600 !important;
}
.l-header .c-gnav .sub-menu a,
.l-fixHeader .c-gnav .sub-menu a {
  padding: 0.8rem 1.5rem !important;
}

.l-fixHeader__inner {
  max-width: 100% !important;
  padding: 0 2rem !important;
}

/* ヘッダーお問い合わせボタン */
[data-partsid="58"] p {
  margin: 0 !important;
}
[data-partsid="58"] p a {
  color: #fff;
  background: #4c6a92;
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
  font-weight: 600 !important;
  display: block;
  width: 162px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

/*ハンバーガーメニュー*/
.p-spMenu__inner {
  --color_menu_text: #fff;
  --color_menu_bg: #4e3904;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.p-spMenu__inner .c-widget__title.-spmenu,
.p-spMenu__inner .p-spMenu__nav {
  display: none;
}

.p-spMenu__body {
  padding: 0 !important;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-spMenu__overlay {
  background: rgba(78, 57, 4, 0.8);
}

.-right .p-spMenu__inner {
  transform: translateX(0);
  opacity: 0;
  transition: opacity 0.45s;
  height: 100% !important;
  overflow: hidden !important;
}

[data-spmenu=opened] .p-spMenu__inner {
  transform: translateX(0);
  opacity: 1;
}

.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.p-spMenu__bottom {
  overflow: hidden;
  margin-top: 0 !important;
}

/*ハンバーガーメニュー内装飾*/
[data-partsid="566"] a,
[data-partsid="566"] p {
  color: #fff;
  font-size: 16px;
  font-weight: 600 !important;
}
[data-partsid="566"] .Spnav_head {
  margin: 0 0 3rem;
}
[data-partsid="566"] .Spnav_logo {
  margin: 0 0 3.2rem;
}
[data-partsid="566"] .Spnav_wrap {
  width: 43%;
  margin: 0 auto;
  padding-bottom: 3rem;
}
[data-partsid="566"] .Spnav_wrap ul {
  padding: 0 !important;
}
[data-partsid="566"] .Spnav_wrap .linkbox01 li,
[data-partsid="566"] .Spnav_wrap .linkbox03 li {
  margin: 0 0 0.8rem !important;
}
[data-partsid="566"] .Spnav_wrap .linkbox01 {
  margin: 0 0 0.8rem !important;
}
[data-partsid="566"] .Spnav_wrap .linkbox02 {
  margin: 0 0 1rem !important;
}
[data-partsid="566"] .Spnav_wrap .linkbox02 p {
  margin: 0 0 0.8rem;
}
[data-partsid="566"] .Spnav_wrap .linkbox02 .sub_menulink li {
  margin: 0 0 0.9rem;
}
[data-partsid="566"] .Spnav_wrap .linkbox02 .sub_menulink a {
  font-weight: 400 !important;
  position: relative;
  padding: 0 0 0 3rem;
}
[data-partsid="566"] .Spnav_wrap .linkbox02 .sub_menulink a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform-origin: left;
  width: 21px;
  height: 1px;
  background-color: #fff;
}
[data-partsid="566"] .Spnav_wrap .linkbox03 {
  margin: 0 0 2.3rem !important;
}
[data-partsid="566"] .Spnav_wrap .sp_insta_link {
  width: 20px;
  height: 20px;
}

/*ハンバーガーアイコン*/
.p-spMenu__closeBtn {
  position: absolute;
  top: 15px;
  right: 10px !important;
}

[data-spmenu=closed] .-menuBtn .c-iconBtn__icon {
  position: relative;
  margin-top: 15px;
  width: 24px;
  height: 1.5px;
  background-color: #4e3904;
  transition: all 0.3s ease;
}
[data-spmenu=closed] .-menuBtn .c-iconBtn__icon::before {
  position: absolute;
  content: "";
  right: 0;
  top: -8px;
  width: 45px;
  height: 1.5px;
  background-color: #4e3904;
  transition: all 0.3s ease;
}

[data-spmenu=opened] .-menuBtn .c-iconBtn__icon {
  position: relative;
  margin-top: 15px;
  width: 40px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #fff;
  transition: all 0.3s ease;
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0px;
  width: 40px;
  height: 2px;
  transform: rotate(-87deg);
  background-color: #fff;
  transition: all 0.3s ease;
}

/* =========================================================
//  フッター
// ========================================================= */
.w-beforeFooter {
  margin: 0 !important;
  padding: 0 !important;
}
.widget_text{
  margin: 0 !important;
}

/* フッター前_おみやげ処バナー */
[data-partsid="178"] .logoimg {
  width: 224px;
  margin: 0 auto 3rem;
}

/* フッター前_お問い合わせ */
[data-partsid="266"] .midashi_txt {
  text-align: center;
  padding: 6.5rem 0 3rem !important;
  margin-bottom: 0 !important;
}
[data-partsid="266"] .wp-block-group h2 {
  font-size: clamp(1.75rem, 1.375rem + 0.7813vw, 2rem) !important;
  font-weight: 600 !important;
  margin: 0 0 1.5rem;
}
[data-partsid="266"] .wp-block-group p {
  line-height: 1.7rem;
}
[data-partsid="266"] .swell-block-columns .swell-block-columns__inner {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s {
  width: 33.3333333333% !important;
  height: 409px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  border-top: 1px solid #dadada;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s .small {
  font-size: 14px;
  line-height: 1rem;
  margin: -10px 0 0;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) {
  text-align: center;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child .wp-block-group, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group {
  width: 57%;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child .wp-block-group h3, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group h3 {
  color: #fff;
  background: #317256;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 1.8rem;
  margin: 0 0 1.3rem;
  border-radius: 4px;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child .wp-block-group a, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group a {
  color: #4e3904;
  font-size: clamp(1.75rem, -0.125rem + 3.9063vw, 3rem);
  font-weight: 400 !important;
  line-height: 4rem;
  letter-spacing: -0.01rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child .wp-block-group a::before, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group a::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("../../uploads/2025/11/tel.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0.7rem 0 0;
  flex-shrink: 0;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child {
  flex-wrap: wrap;
  flex-direction: column;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child .swell-block-button a span {
  font-size: clamp(1.125rem, 0.5625rem + 1.1719vw, 1.5rem) !important;
}
/* フッター */
.l-footer {
  padding: 3rem 0 0 !important;
}
.l-footer .copyright {
  font-size: 12px !important;
  text-align: right;
  padding-bottom: 1rem !important;
}
.l-footer .f_inner {
  margin: 7.5rem 0 0 !important;
}
.l-footer .f_inner .swell-block-columns__inner {
  justify-content: space-between !important;
}
.l-footer .f_inner .shopbox {
  width: 40%;
}
.l-footer .f_inner .shopbox h3 {
  font-size: 14px !important;
  font-weight: 600 !important;
  border-left: 2px solid;
  padding: 0 0 0 0.3rem !important;
  margin: 0 0 0.3rem !important;
  line-height: 1rem !important;
}
.l-footer .f_inner .shopbox p {
  font-size: 14px;
}
.l-footer .f_inner .linkbox {
  width: 40%;
}
.l-footer .f_inner .linkbox .swell-block-columns__inner {
  justify-content: flex-start !important;
}
.l-footer .f_inner .linkbox .swl-has-mb--s:nth-child(2) {
  width: 22%;
}
.l-footer .f_inner .linkbox .swl-has-mb--s ul {
  padding: 0 !important;
  margin: 0 !important;
}
.l-footer .f_inner .linkbox .swl-has-mb--s ul li {
  font-size: 14px !important;
  margin: 0 0 0.5rem;
}
.l-footer .f_inner .linkbox .swl-has-mb--s ul li img {
  width: 22px !important;
  height: auto;
  margin: 1rem 0 0;
}
/* =========================================================
//  アニメーション
// ========================================================= */
/* ぼやける */
.anime_blur {
  opacity: 0;
  filter: blur(10px);
  animation: focusIn 5s ease forwards;
}

@keyframes focusIn {
  to {
    opacity: 1;
    filter: blur(0);
  }
}
/* フェードイン（上に） */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.5s ease-out;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン（ブロック） */
.Fade_block {
  transition: opacity 1s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.Fade_block.fade-out {
  opacity: 0;
  filter: blur(50px);
  transform: translateY(60px); /* 下にふわっと移動 */
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* スクロール（スクロールを促す線など） */
@keyframes scrollX {
  0% {
    transform: scale(0, 1);
    transform-origin: left center;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: right center;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: right center;
  }
}
/* 縦 */
@keyframes scrollY {
  0% {
    transform: translateY(-50%) scale(1, 0);
    transform-origin: center top;
  }
  50% {
    transform: translateY(-50%) scale(1, 1);
    transform-origin: center top;
  }
  50.1% {
    transform: translateY(-50%) scale(1, 1);
    transform-origin: center bottom;
  }
  100% {
    transform: translateY(-50%) scale(1, 0);
    transform-origin: center bottom;
  }
}
/* =========================================================
//  共通（装飾）
// ========================================================= */
.tate-txt {
  writing-mode: vertical-rl !important;
  white-space: pre !important;
  text-align: left !important;
}
.midashi_01 {
  font-size: clamp(1.625rem, 1.0625rem + 1.1719vw, 2rem) !important;
  font-weight: 600 !important;
}
.midashi_02 {
  font-size: clamp(1.125rem, 0.5625rem + 1.1719vw, 1.5rem) !important;
}

.midashi_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.midashi_03 span {
  font-size: clamp(1.625rem, 1.0625rem + 1.1719vw, 2rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.8rem !important;
  line-height: 4.5rem !important;
  padding: 0.6rem 0 0 !important;
  border-left: 1px solid #4e3904;
  border-right: 1px solid #4e3904;
}

.swell-block-button {
  display: flex;
  padding-right: 83px;
}
.swell-block-button a {
  color: #317256;
  background: inherit !important;
  text-align: right;
  position: relative;
  display: inline-block !important;
  min-width: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.swell-block-button a::before {
  content: "";
  position: absolute;
  right: -83px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border: 1px solid #317256;
  border-radius: 50%;
  box-sizing: border-box;
  transition: transform 0.5s ease;
}
.swell-block-button a::after {
  content: "";
  position: absolute;
  right: -51px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #317256;
  border-radius: 50%;
}
.swell-block-button a span {
  font-size: 15px !important;
  font-weight: 600 !important;
  position: relative;
}
.swell-block-button a span::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #317256;
  top: 50%;
  right: -53px;
  transform: translateX(-50%);
  width: 42px;
  height: 1px;
  animation: scrollX 3s infinite;
}
.swell-block-button a:hover::before {
  transform: translateY(-50%) scale(1.25);
}

.parallax-img {
  overflow: hidden;
  position: relative;
  margin: 0 !important;
}
.parallax-img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  min-height: 140%; /* 画像が少し大きくなる */
  transition: transform 0.1s linear;
}
/* =========================================================
//  共通（下層）
// ========================================================= */
.l-topTitleArea {
  min-height: 500px;
}
.l-topTitleArea h1 {
  font-size: clamp(1.625rem, 0.3125rem + 2.7344vw, 2.5rem);
  font-weight: 600 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: none !important;
}
.l-topTitleArea h1 small {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem);
  font-style: normal !important;
  opacity: 1;
  margin: 1.2rem 0 0;
}

/* お知らせ */
.blog .l-mainContent {
  max-width: 100%;
}
.blog .c-tabBody ul {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}
.blog .c-tabBody ul li {
  width: 32% !important;
}
.blog .c-tabBody ul li .p-postList__thumb {
  box-shadow: none !important;
}
.blog .c-tabBody ul li .p-postList__thumb figure {
  height: 274px;
}
.blog .c-tabBody ul li .p-postList__excerpt {
  display: none !important;
}
.blog .c-tabBody ul li .p-postList__meta time {
  font-size: 13px !important;
}
.blog .c-tabBody ul li .p-postList__meta time::before {
  display: none;
}
.c-postThumb__cat {
  background: #317256 !important;
  color: #fff;
}

/* 商品紹介ページ */
.Product_wrap .intro_section {
  padding: 3rem 0 !important;
}
.Product_wrap .intro_section .midashi_02 {
  font-weight: 400 !important;
  letter-spacing: 0.5rem;
  line-height: 2.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 5rem;
  transition-delay: 0.5s;
}
.Product_wrap .intro_section .swell-block-columns .swell-block-columns__inner {
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 9.5vw;
       column-gap: 9.5vw;
}
.Product_wrap .intro_section .swell-block-columns .imgbox {
  width: 30%;
}
.Product_wrap .intro_section .swell-block-columns .imgbox figure {
  width: 100%;
  height: auto;
  transition-delay: 0.6s;
}
.Product_wrap .intro_section .swell-block-columns .txtbox {
  width: 41%;
}
.Product_wrap .intro_section .swell-block-columns .txtbox p {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  font-weight: 500;
  line-height: 2.8rem;
  transition-delay: 1.1s;
  margin: 0 0 2.8rem;
}
.Product_wrap .intro_section .swell-block-columns:nth-of-type(2n) .swell-block-columns__inner {
  flex-direction: row-reverse;
  justify-content: flex-start !important;
  -moz-column-gap: 7.5vw !important;
       column-gap: 7.5vw !important;
}
.Product_wrap .intro_section .swell-block-columns:not(:first-of-type) {
  position: relative;
  top: -40px;
}
.Product_wrap .tsuika_section {
  width: 660px;
  margin: 0 auto;
}
.Product_wrap .tsuika_section .swell-block-fullWide__inner {
  position: relative;
}
.Product_wrap .tsuika_section figure {
  margin: 0 0 2.5rem !important;
}
.Product_wrap .tsuika_section h2 {
  font-weight: 400 !important;
  letter-spacing: 0.5rem;
  position: absolute;
  top: 0;
  left: -6rem;
  margin: 0;
}
.Product_wrap .tsuika_section p {
  font-weight: 500;
  line-height: 2.8rem;
  width: 77%;
  margin: 0 auto;
}
.Product_wrap .products_section {
  padding-bottom: 8rem !important;
}
.Product_wrap .products_section .swell-block-columns .swell-block-columns__inner {
  row-gap: 3rem;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s figure {
  width: 413px;
  height: 275px;
  margin: 0 0 0.8rem;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s figure img {
  width: 100%;
  height: 100%;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s h3 {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  display: flex;
  align-items: center;
  margin: 0 0 0.7rem;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s h3::before {
  content: " ";
  position: relative !important;
  display: block;
  width: 9px;
  height: 9px;
  background: #317256;
  border-radius: 100%;
  margin: 0 0.4rem 0 0;
  flex-shrink: 0;
}

/* =========================================================
// お問合せ
// ========================================================= */
.Contact_wrap2 .swell-block-columns__inner {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.Contact_wrap2 .titlebox {
  width: 42%;
}
.Contact_wrap2 .titlebox .wp-block-group {
  margin: 3.5rem 0 !important;
}
.Contact_wrap2 .titlebox .wp-block-group h2 {
  font-size: 24px;
  font-weight: 600 !important;
  margin: 0;
}
.Contact_wrap2 .formbox {
  width: 48%;
}
.Contact_wrap2 .formbox .btn {
  text-align: center;
}

.w-beforeFooter .swell-block-fullWide__inner {
  padding: 0 !important;
}

.custom-submit-button {
  	color: #fff;
      background: #4C6A92;
      font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
      font-weight: 600 !important;
      display: block;
      width: 240px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
	margin: 0 auto;
	transition: all 0.4s ease;
}

.custom-submit-button span {
  font-weight: 600 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.custom-submit-button:hover {
  opacity:0.6;
}

/*----お問合せフォーム----*/
.form_inner {
  color: #4e3904;
  background: #fff;
  padding: 4.2rem 4rem;
  box-shadow: 0px 0px 12px 0px rgba(76, 106, 146, 0.25);
}
.form_inner dl dt {
  padding: 0 0 0.3rem;
  font-weight: 600 !important;
}
.form_inner dl dd {
  padding: 0 0 1.6rem !important;
}
.form_inner .koko {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.wpcf7-acceptance {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
  font-weight: 600 !important;
  text-align: center;
  display: block;
  margin: 0.6rem 0 2.5rem;
}

.wpcf7-acceptance a {
  color: #4e3904;
  border-bottom: 1px solid;
}

/*「必須」文字デザイン*/
.required {
  font-size: 18px;
  font-weight: 600;
  color: #eb5757;
  order: 2;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 5px 15px;
  margin: 0;
  border: none;
  background-color: #f8f8f8;
  border: 2px solid #ced0d6;
  border-radius: 4px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 155px;
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #eb5757;
  font-weight: 600;
}
/* =========================================================
//  
// ========================================================= */

/*------------------------------------------------------------------------------------------------------tb---*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
	
.br_tb_n {
  display: none !important;
}
.br_tb_b {
  display: block !important;
}
/* =========================================================
//  ヘッダー
// ========================================================= */
.l-header .l-header__inner,
.l-fixHeader .l-header__inner {
  background: #fff;
}
/* =========================================================
//  フッター
// ========================================================= */
[data-partsid="178"] .logoimg {
  width: 170px;
  margin: 0 auto 1rem;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s {
  height: 220px;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) {
  flex: 1;
  width: 50%;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:first-child .wp-block-group, [data-partsid="266"] .swell-block-columns .swl-has-mb--s:nth-child(2) .wp-block-group {
  width: 66%;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child {
  flex-basis: 100%;
}

.l-footer .f_inner {
  margin: 4.5rem 0 0 !important;
}
/* =========================================================
//  共通（下層）
// ========================================================= */
.l-topTitleArea {
  min-height: 240px;
}

/* お知らせ */
.blog .c-tabBody ul li .p-postList__thumb figure {
  height: 154px;
}
	
/* 商品紹介ページ */
.Product_wrap .intro_section {
  padding: 3rem 0 8rem !important;
}
.Product_wrap .intro_section .swell-block-columns .swell-block-columns__inner {
  justify-content: flex-start !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}
.Product_wrap .intro_section .swell-block-columns .imgbox {
  width: 40%;
}
.Product_wrap .intro_section .swell-block-columns .txtbox {
  width: 45%;
}
.Product_wrap .intro_section .swell-block-columns .txtbox p {
  line-height: 2.4rem;
}
.Product_wrap .intro_section .swell-block-columns:nth-of-type(2n) .swell-block-columns__inner {
  -moz-column-gap: 3.5vw !important;
       column-gap: 3.5vw !important;
}
.Product_wrap .intro_section .swell-block-columns:nth-of-type(2n) .swell-block-columns__inner .txtbox {
  width: 45%;
}
.Product_wrap .intro_section .swell-block-columns:not(:first-of-type) {
  position: relative;
  top: 40px;
}
.Product_wrap .tsuika_section {
  width: 60%;
}
.Product_wrap .tsuika_section p {
  width: 80% !important;
}
.Product_wrap .products_section {
  padding-bottom: 4rem !important;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s figure {
  width: auto !important;
  height: 160px !important;
}
/* =========================================================
//  お問合せ(tb)
// ========================================================= */
.Contact_wrap2 {
  padding-top: 3rem !important;
}
.Contact_wrap2 .swell-block-fullWide__inner {
  width: 90%;
  margin: 0 auto;
}
.Contact_wrap2 .swell-block-columns__inner {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
.Contact_wrap2 .titlebox {
  width: 100%;
}
.Contact_wrap2 .titlebox .wp-block-group {
  text-align: center;
}
.Contact_wrap2 .formbox {
  width: 100%;
  margin-top: 3rem;
}

  /*----*/
}
/*------------------------------------------------------------------------------------------------------sp---*/
@media screen and (max-width: 767px) {

a[href^="tel:"] {
  pointer-events: auto;
}
p {
  font-size: 14px;
}
.br_pc,
.br_tb_n,
.br_tb_b {
  display: none;
}
.br_sp {
  display: block;
}
/* =========================================================
//  ヘッダー
// ========================================================= */
.l-header .l-header__inner,
.l-fixHeader .l-header__inner {
  background: #fff;
  padding: 0 1rem !important;
}
.l-header .c-headLogo,
.l-fixHeader .c-headLogo {
  height: 82px !important;
}
/* =========================================================
//  フッター
// ========================================================= */
  [data-partsid="178"] .swell-block-fullWide {
    padding: 1.3rem !important;
  }
  [data-partsid="178"] .logoimg {
    width: 80px;
    margin: 0 auto 1rem;
  }
  [data-partsid="178"] .titleimg {
    width: 150px;
    margin: 0 auto;
  }
[data-partsid="266"] .midashi_txt {
  width: 80%;
  margin: 0 auto;
}
[data-partsid="266"] .midashi_txt p {
  text-align: left;
}
[data-partsid="266"] .swell-block-columns .swell-block-columns__inner {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  row-gap: 0 !important;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s {
  height: 170px;
  flex-basis: 100%;
  margin: 0 0 0 var(--swl-clmn-mrgn--x) !important;
  flex-basis: 100%;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s .wp-block-group {
  width: 70% !important;
  padding: 3rem 0 !important;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s .wp-block-group p {
  text-align: center !important;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child {
  height: 150px;
  flex-wrap: wrap;
  flex-direction: column;
}
[data-partsid="266"] .swell-block-columns .swl-has-mb--s:last-child .swell-block-button a span {
  font-size: 18px !important;
}

	
  /* フッター */
  .l-footer {
    padding: 3rem 0 0 !important;
  }
  .l-footer .logoimg {
    width: 80%;
    margin: 0 auto;
  }
  .l-footer .f_inner {
    margin: 4.5rem 0 0 !important;
  }
  .l-footer .f_inner .swell-block-columns__inner {
    row-gap: 3.5rem;
  }
  .l-footer .f_inner .shopbox {
    width: 60%;
    margin: 0 auto;
  }
  .l-footer .f_inner .shopbox h3 {
    margin: 0 0 1rem !important;
  }
  .l-footer .f_inner .shopbox p {
    font-size: 14px;
  }
  .l-footer .f_inner .linkbox {
    display: none !important;
  }
  .l-footer .copyright {
    text-align: center;
  }
/* =========================================================
//  共通（下層）
// ========================================================= */
.l-topTitleArea {
  min-height: 140px;
}
.l-topTitleArea h1 small {
  margin: 0.5rem 0 0;
}

/* お知らせ */
.blog .c-tabBody ul li {
  width: 100% !important;
}
	
/* 商品紹介ページ */
.Product_wrap .intro_section {
  padding: 3rem 0 8rem !important;
}
.Product_wrap .intro_section .midashi_02 {
  font-size: 18px !important;
}
.Product_wrap .intro_section .swell-block-columns .swell-block-columns__inner {
  justify-content: center !important;
}
.Product_wrap .intro_section .swell-block-columns .imgbox {
  width: 100%;
}
.Product_wrap .intro_section .swell-block-columns .txtbox {
  width: 80%;
}
.Product_wrap .intro_section .swell-block-columns .txtbox p {
  font-size: 15px;
  line-height: 2.4rem;
}
.Product_wrap .intro_section .swell-block-columns:nth-of-type(2n) .swell-block-columns__inner {
  justify-content: center !important;
}
.Product_wrap .intro_section .swell-block-columns:nth-of-type(2n) .swell-block-columns__inner .txtbox {
  width: 80%;
}
.Product_wrap .intro_section .swell-block-columns:not(:first-of-type) {
  position: relative;
  top: 40px;
}
.Product_wrap .tsuika_section {
  width: 90%;
}
.Product_wrap .tsuika_section figure {
  margin: 0 0 2.5rem auto !important;
  width: 85%;
}
.Product_wrap .tsuika_section h2 {
  left: 1rem !important;
}
.Product_wrap .tsuika_section p {
  width: 100% !important;
}
.Product_wrap .products_section {
  padding-bottom: 4rem !important;
  width: 85%;
  margin: 0 auto;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s h3 {
  font-size: 17px !important;
}
.Product_wrap .products_section .swell-block-columns .swl-has-mb--s figure {
  width: auto !important;
  height: 230px !important;
}
/* =========================================================
//  お問い合せ(sp)
// ========================================================= */
.Contact_wrap2 {
  padding-top: 1rem !important;
}
.Contact_wrap2 .swell-block-fullWide__inner {
  padding: 0 2rem !important;
}
.Contact_wrap2 .swell-block-columns__inner {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
.Contact_wrap2 .titlebox {
  width: 100%;
}
.Contact_wrap2 .titlebox .wp-block-group {
  text-align: center;
}
.Contact_wrap2 .formbox {
  width: 100%;
  margin-top: 1rem ;
}
.Contact_wrap2 .form_inner {
  padding: 3.2rem 1.5rem 0;
  padding-bottom: 3rem !important;
}
.Contact_wrap2 .wpcf7-acceptance {
  font-size: 14px !important;
}
.Contact_wrap2 .custom-submit-button {
  font-size: 14px !important;
  min-width: 200px !important;
}

  /*----*/
}
