@charset "UTF-8";
/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Template: kadence
Author: kadence Customize
Author URI: https://example.com
Description: Kadence Child Theme with Swiper
Version: 1.0.0
*/
.entry-content a img {
  transition: all 0.2s;
}
.entry-content a img:hover {
  opacity: 0.8;
}

#masthead {
  border-end-end-radius: 15px;
  border-end-start-radius: 15px;
}

/* ------------------------------------------------------------
  投稿シングルページ (.single)
------------------------------------------------------------ */
body.single .entry-content .gallery-item {
  padding: 0;
  margin: 0;
}

/* ------------------------------------------------------------
  ホームページ (.home)
------------------------------------------------------------ */
body.home {
  /* おすすめ商品セクション全体のコンテナ */
  /* 事業案内セクション */
  /* ニュースセクション */
}
body.home .sec_product {
  position: relative;
}
body.home .sec_product::before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
}
body.home .sec_service {
  /* カラム全体の基本設定 */
}
body.home .sec_service .kt-inside-inner-col,
body.home .sec_service .kt-inside-inner-col::before {
  border-radius: 15px;
}
body.home .sec_service .sec_service_item-wrapper .wp-block-kadence-column {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
  overflow: hidden;
}
body.home .sec_service .sec_service_item-wrapper .wp-block-kadence-column .kt-section-bg-image, body.home .sec_service .sec_service_item-wrapper .wp-block-kadence-column::before {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
body.home .sec_service .sec_service_item-wrapper .wp-block-kadence-column:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
body.home .sec_service .sec_service_item-wrapper .wp-block-kadence-column:hover .kt-section-bg-image, body.home .sec_service .sec_service_item-wrapper .wp-block-kadence-column:hover::before {
  transform: scale(1.1);
}
body.home .sec_news {
  /* カードのデザイン */
  /* ナビゲーションボタン（矢印）の調整 */
}
body.home .sec_news .slider-wrapper {
  position: relative;
  padding: 20px 0;
}
body.home .sec_news .news-card {
  background: #fff;
  border-radius: 15px; /* 角丸 */
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* 軽い影 */
  height: auto;
}
body.home .sec_news .news-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
body.home .sec_news .news-img-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
}
body.home .sec_news .news-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
body.home .sec_news .news-card:hover .news-img {
  transform: scale(1.05);
}
body.home .sec_news .news-content {
  padding: 15px;
}
body.home .sec_news .news-date {
  font-size: 0.85rem;
  color: #888;
  display: block;
  margin-bottom: 5px;
}
body.home .sec_news .news-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
body.home .sec_news .news-swiper .swiper-button-next,
body.home .sec_news .news-swiper .swiper-button-prev {
  color: #d4a373; /* 矢印の色（サンプル画像に合わせる） */
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
body.home .sec_news .news-swiper .swiper-button-next::after,
body.home .sec_news .news-swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
body.home .cta-phone-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.2;
  margin: 8px 0;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
body.home .cta-phone-num:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------------
  商品案内
------------------------------------------------------------ */
body.is-product-page .site,
body.page-template-tmp_orderform .site {
  background: url(assets/img/bg_cloth_pattern.png) repeat !important;
}
body.is-product-page .kb-header-container,
body.is-product-page .wp-block-kadence-header-row:not(.kb-header-row-layout-contained),
body.is-product-page #masthead,
body.page-template-tmp_orderform .kb-header-container,
body.page-template-tmp_orderform .wp-block-kadence-header-row:not(.kb-header-row-layout-contained),
body.page-template-tmp_orderform #masthead {
  background: none;
}

.product_header {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-end-end-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .product_header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-end-end-radius: 0;
  }
}
.product_header_title {
  width: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 1024px) {
  .product_header_title {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .product_header_title {
    width: 90%;
  }
}
.product_header_title .kt-inside-inner-col {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 4px 4px 11px -5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .product_header_title .kt-inside-inner-col {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

.entry-content .interview_ttl {
  margin-top: -8em;
}
@media screen and (max-width: 767px) {
  .entry-content .interview_ttl {
    margin-top: 0;
  }
}

/* ------------------------------------------------------------
  お問合せ 
------------------------------------------------------------ */
.frm_fields_container {
  grid-gap: 1em !important;
}

#frm_field_6_container {
  text-align: right;
}

/* ------------------------------------------------------------
  注文フォーム
------------------------------------------------------------ */
.page-template-tmp_orderform {
  /* --- カスタムツールチップ --- */
  /* ボタンを直接含む要素に relative を設定 */
  /* --- 確認ボタンのスタイル --- */
  /* エラー状態（無効風）のボタンスタイル */
  /* 通常時のボタンスタイル */
}
.page-template-tmp_orderform .wq-Form {
  background: none;
}
.page-template-tmp_orderform .wq-Form .wq-Option {
  width: 25% !important;
}
.page-template-tmp_orderform .wq-Form .wq-Control > .wq--header {
  margin-bottom: 1em;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main > .wq--note {
  color: #333 !important;
}
.page-template-tmp_orderform .wq-Form .wq-Selector > .wq--body {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-template-tmp_orderform .wq-Form .wq-Option {
    width: 100% !important;
  }
  .page-template-tmp_orderform .wq-Form .wq-Control > .wq--header {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-tmp_orderform .wq-Form .wq-Control > .wq--header {
    width: 16em !important;
  }
  .page-template-tmp_orderform .wq-Form .wq-Option {
    width: 50% !important;
  }
  .page-template-tmp_orderform .wq-Form .wq-Option > .wq--label {
    flex-direction: row !important;
  }
  .page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--media {
    width: 40%;
    flex: auto !important;
  }
  .page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .page-template-tmp_orderform .wq-Form .wq-Option {
    width: 100% !important;
  }
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main > .wq--name {
  font-size: 110% !important;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main > .wq--name,
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main > .wq--note {
  text-align: left !important;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main > .wq--prices {
  text-align: left !important;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main > .wq--quantity {
  right: 5px !important;
  top: auto !important;
  bottom: 5px !important;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main > .wq--prices {
  padding-top: 1em !important;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--select {
  padding: 0.5em !important;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--select.wq-is-selected + label:after {
  color: #73f584 !important;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.page-template-tmp_orderform .wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator {
  height: auto !important;
  width: 90% !important;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main {
  position: static !important;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main dl,
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main table {
  color: #333;
}
.page-template-tmp_orderform .order_item_info .widget_media_image {
  text-align: center;
  padding-bottom: 1em;
}
.page-template-tmp_orderform .order_item_info table,
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main .order_item_tbl {
  border: 1px solid #ccc;
}
.page-template-tmp_orderform .order_item_info table th,
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main .order_item_tbl th {
  text-align: center;
}
.page-template-tmp_orderform .order_item_info table td,
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main .order_item_tbl td {
  border-top: 1px solid #ccc;
}
.page-template-tmp_orderform .order_item_info dl {
  font-size: 90%;
}
.page-template-tmp_orderform .order_item_info dt {
  font-weight: bold;
}
.page-template-tmp_orderform .order_item_info h2 {
  margin-bottom: 1.5em;
}
.page-template-tmp_orderform .entry .order_item_info p {
  margin-top: 0;
  font-size: 90%;
}
.page-template-tmp_orderform .order_item_info dd,
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main .order_item_detail dd {
  margin-left: 1em;
}
.page-template-tmp_orderform .order_item_info dl dt:not(:first-of-type),
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main dl dt:not(:first-of-type) {
  margin-top: 0.3em;
}
.page-template-tmp_orderform .order_item_info table {
  margin-top: 0;
  font-size: 90%;
}
.page-template-tmp_orderform .wq-Form .wq-Option,
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main,
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--media,
.page-template-tmp_orderform .wq-Form .wq-Quantity > .wq--head > .wq--media,
.page-template-tmp_orderform .wq-Form .wq-Selector > .wq--body,
.page-template-tmp_orderform .wq-Form .wq-Selector > .wq--head > .wq--media,
.page-template-tmp_orderform .wq-Form .wq-Slider > .wq--head > .wq--media {
  flex-wrap: wrap !important;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--media {
  margin-bottom: 1em !important;
}
.page-template-tmp_orderform .wq-Form .wq-Option > .wq--label > .wq--main > .wq--note .wq--ribbon.wq-ribbon-2 {
  background-color: #e67422;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  height: 16px;
  left: -25px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 12px;
  transform: rotate(-45deg);
  width: 90px;
}
.page-template-tmp_orderform .wq-Form > .wq--lead > .wq--leadText {
  margin-bottom: 1em !important;
}
.page-template-tmp_orderform .wq-Form .wq-TextArea,
.page-template-tmp_orderform .wq-Form .wq-TextInput,
.page-template-tmp_orderform .wq-Dialog .wq-Button,
.page-template-tmp_orderform .wq-Form .wq-Button {
  border-radius: 6px !important;
}
.page-template-tmp_orderform .wq-Form .wq-Control {
  border-bottom: 1px dotted #ccc;
}
.page-template-tmp_orderform .wq-Attributes:before {
  display: block;
  content: "ご注文フォーム";
  border-radius: 80px;
  border: 2px solid #333;
  padding: 10px 15px;
  font-weight: bold;
  margin-bottom: 28px;
  background: #fff;
}
.page-template-tmp_orderform .orderarea_footer-link ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 600px) {
  .page-template-tmp_orderform .orderarea_footer-link ul {
    flex-direction: row;
  }
  .page-template-tmp_orderform .orderarea_footer-link ul li + li {
    border-left: 1px solid #ccc;
    margin-left: 10px;
  }
  .page-template-tmp_orderform .orderarea_footer-link ul li:not(:first-child) {
    padding-left: 10px;
  }
}
.page-template-tmp_orderform .orderarea_footer-link ul li {
  list-style-type: none;
}
.page-template-tmp_orderform #wq-action .wq--body {
  position: relative;
}
.page-template-tmp_orderform #wq-action button.wq-for-confirm.is-error-disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.7;
}
.page-template-tmp_orderform #wq-action button.wq-for-confirm {
  padding: 10px 20px;
  font-size: 1em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #007bff; /* 例: 通常時の色（青） */
  color: white;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  /* 他の既存スタイルがあればここに記述 */
}/*# sourceMappingURL=style.css.map */