@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
*/



/*==============*/
/*    全体デザイン     */
/*==============*/

.radi_20, .radi{
	border-radius: 20px;
}
.img_radi img{
	border-radius: 20px;
}
.swell-block-accordion__title{
	/* アコーディオン */
	background: #fff !important;
}

/* 通常投稿 H2 */
.single-post  .l-mainContent .post_content h2 {
	background: #586D53;
	color: #fff;
	padding: 10px 14px;
	border: none;
}

/* 通常投稿 H3 */
.single-post .l-mainContent  .post_content h3 {
	background: none;
	color: #333;
	padding: 0 8px 8px;
	border: none;
	border-bottom: 1px solid #586D53;
}

/* 通常投稿 H4 */
.single-post .l-mainContent .post_content h4 {
	position: relative;
	background: none;
	color: #333;
	padding: 2px 0 2px 12px;
	border: none;
}

.single-post .l-mainContent  .post_content h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 14px;
	background: #586D53;
	transform: translateY(-50%);
}

/* 前後斜め線 diagonal-line */
.diagonal-line {
  position: relative;
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 40px;
  font-weight: bold;
  text-align: center;
}

.diagonal-line::before,
.diagonal-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 18px;
  background-color: #c8c46a;
}
.diagonal-line::before {
  left: 0;
  transform: translateY(-50%) rotate(-18deg);
}
.diagonal-line::after {
  right: 0;
  transform: translateY(-50%) rotate(18deg);
}

/* ===
 * 関連コラム
 * === */
.-related .p-postList__link{
	box-shadow: 0 3px 16px rgba(0, 0, 0, .08);
	border-radius: 15px;
}
.-related .p-postList__body{
	padding : 1em 0.5em 1em 0.5em;
}

/* ==============================
   カテゴリーカラー共通
============================== */
/*** コラム ***/
/* 遺品整理 */
.c-categoryList__link[data-cat-id="1"], 
.case-archive .cat-23,
.single-case .c-taxList__link[data-term-id="23"],
.voice-archive .cat-22,
.single-voice .c-taxList__link[data-term-id="22"]
{
	background-color: #586D53 !important;
	color: #fff !important;
	border-radius : 16px;
	padding: 6px 10px;
}

/* 生前整理 */
.c-categoryList__link[data-cat-id="13"],
.case-archive .cat-24,
.single-case .c-taxList__link[data-term-id="24"],
.voice-archive .cat-21,
.single-voice .c-taxList__link[data-term-id="21"]{
	background-color: #456394 !important;
	color: #fff !important;
	border-radius : 16px;
	padding: 6px 10px;
}

/* 空き家整理 */
.c-categoryList__link[data-cat-id="17"],
.case-archive .cat-25,
.case-archive .c-taxList__link[data-term-id="25"],
.voice-archive .cat-20,
.voice-archive .c-taxList__link[data-term-id="20"]{
	background-color: #B69265 !important;
	color: #fff !important;
	border-radius : 16px;
	padding: 6px 10px;
}

/* 遺品整理 */
/* {
	background-color: #586d53;
	color: #fff;
}*/

/* 生前整理 */
/* {
	background-color: #456394;
	color: #fff;
}/*

/* 空き家整理 */
/*
.cat-25 {
	background-color: #B69265;
	color: #fff;
}*/


/* ==============================
   アーカイブページのヘッダー部
============================== */
.archive {
	padding-bottom: 100px;
	background: #fff;
}

.archive__header {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);

	padding: 70px 20px 100px;
	text-align: center;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.archive__en {
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: .08em;
}

.archive__title {
	margin: 0;
	color: #586D53;
	font-size: clamp(38px, 5vw, 56px);
	line-height: 1.3;
}

.archive__lead {
	margin: 18px 0 0;
	font-size: 15px;
}

.archive__inner {
	width: min(1100px, calc(100% - 40px));
	margin: 80px 0;
	position: relative;
	z-index: 2;
}

/* スマホ */

@media (max-width: 600px) {

	.archive__inner {
		width: calc(100% - 30px);
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.archive__header {
		padding: 45px 20px 55px;
	}
}


/* ==============================
   固定ページのヘッダー部
============================== */
.page__en {
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: .08em;
}

.page__title {
	margin: 0;
	color: #586D53;
	font-size: clamp(38px, 5vw, 56px);
	line-height: 1.3;
}

.page__lead {
	margin: 18px 0 0;
	font-size: 15px;
}


/* ==============================
   事例紹介
============================== */

/* 3列 */

.case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px 24px;
}


/* カード */

.case-card {
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 16px rgba(0, 0, 0, .08);
}

.case-card__link {
	display: block;
	height: 100%;
	padding: 38px 16px 18px;
	color: inherit;
	text-decoration: none;
}


/* カテゴリー */

.case-card__category {
	position: absolute;
	top: 5px;
	left: 30%;
	transform: translateX(-50%);
	z-index: 3;

	min-width: 100px;
	padding: 3px;

	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}


/* Before / After */

.case-card__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3px;
}

.case-card__image {
	position: relative;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #eee;
}

.case-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #efefef;
	color: #777;
}

.case-card__image-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 14px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}


/* テキスト */

.case-card__body {
	padding: 22px 5px 5px;
}

.case-card__area {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
}

.case-card__room {
	margin: 0 0 10px;
	font-size: 15px;
}

.case-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.case-card__time {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.case-card__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;

	width: 44px;
	height: 44px;

	border-radius: 50%;
	background: #586D53;
}

.case-card__arrow::before {
	content: "";
	width: 8px;
	height: 8px;

	border-top: 2px solid #fff;
	border-right: 2px solid #fff;

	transform: rotate(45deg);
}


/* ==================================
   事例紹介 ページネーション
================================== */

.case-pagination {
	margin-top: 60px;
	text-align: center;
}

/* ul */
.case-pagination > ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	width: auto;
	margin: 0;
	padding: 0;

	background: transparent;
	list-style: none;
}

/* li */
.case-pagination > ul.page-numbers > li {
	display: block;
	margin: 0;
	padding: 0;

	background: transparent;
}

/* 数字・矢印 */
.case-pagination > ul.page-numbers > li > a,
.case-pagination > ul.page-numbers > li > span {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 42px;
	height: 42px;
	min-width: 42px;
	margin: 0;
	padding: 0;

	background: transparent;
	border: none;
	border-radius: 4px;

	color: #333;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
}

/* 現在のページ */
.case-pagination > ul.page-numbers > li > span.current {
	background: #586D53;
	color: #fff;
}

/* hover */
.case-pagination > ul.page-numbers > li > a:hover {
	background: #f3f3f3;
	color: #586D53;
}

/* タブレット */

@media (max-width: 900px) {

	.case-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.case-grid {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.case-card {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

}


/* スマホ */

@media (max-width: 600px) {

	.case-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

}


/* ==================================
   コラム一覧
================================== */

/* タブ */

.column-tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);

	margin-bottom: 55px;

	border-bottom: 1px solid #e5e5e5;
}

.column-tabs__item {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;

	min-height: 52px;
	padding: 10px;

	color: #999;
	font-size: 14px;
	text-decoration: none;
}

.column-tabs__item:hover {
	color: #586D53;
}

.column-tabs__item.is-active {
	color: #333;
	font-weight: 600;
}

.column-tabs__item.is-active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;

	width: 70%;
	height: 2px;

	background: #586D53;

	transform: translateX(-50%);
}


/* ==================================
   3列
================================== */

.column-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 60px 36px;
}


/* カード */

.column-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.column-card__image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f4f4f4;
}

.column-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

	transition: transform .3s ease;
}

.column-card:hover .column-card__img {
	transform: scale(1.03);
}

.column-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	color: #ccc;
	background: #f5f6f7;
}


/* 本文 */

.column-card__body {
	padding-top: 18px;
}

.column-card__category {
	display: inline-block;

	margin-bottom: 13px;
	padding: 4px 13px;

	border-radius: 3px;

	color: #fff;
	font-size: 11px;
	line-height: 1.4;
}


.column-card__title {
	margin: 0 0 16px;

	color: #333;
	font-size: 17px;
	line-height: 1.7;
	font-weight: 600;
}

.column-card__excerpt {
	margin-bottom: 17px;

	color: #777;
	font-size: 13px;
	line-height: 1.8;
}

.column-card__date {
	color: #aaa;
	font-size: 11px;
}


/* ==================================
   ページネーション
================================== */

.column-pagination {
	margin-top: 70px;
}

.column-pagination > ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;

	margin: 0;
	padding: 0;

	background: transparent;
	list-style: none;
}

.column-pagination > ul.page-numbers > li {
	margin: 0;
	padding: 0;
	background: transparent;
}

.column-pagination > ul.page-numbers > li > a,
.column-pagination > ul.page-numbers > li > span {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 38px;
	height: 38px;
	min-width: 38px;

	margin: 0;
	padding: 0;

	background: transparent;
	border: 0;
	border-radius: 3px;
	box-shadow: none;

	color: #333;
	font-size: 13px;
	text-decoration: none;
}

/* 現在ページ＝遺品整理カラー */
.column-pagination > ul.page-numbers > li > span.current {
	background: #586D53;
	color: #fff;
}

.column-pagination > ul.page-numbers > li > a:hover {
	background: #f3f3f3;
	color: #586D53;
}


/* ==================================
   タブレット
================================== */

@media (max-width: 900px) {

	.column-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


/* ==================================
   スマホ
================================== */

@media (max-width: 600px) {

	.column-tabs {
		grid-template-columns: repeat(4, 1fr);
		margin-bottom: 40px;
	}

	.column-tabs__item {
		min-height: 46px;
		padding: 8px 3px;
		font-size: 11px;
	}

	.column-grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

}

/* ==================================
   TOPページのコラムだけ調整
================================== */

/* カード全体を線で囲む */
.top-column-grid .column-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

/* 本文エリア */
.top-column-grid .column-card__body {
	padding: 18px 18px 20px;
}

/* カテゴリー下の余白 */
.top-column-grid .column-card__category {
	margin-bottom: 10px;
}

/* タイトル上の変な空白をなくす */
.top-column-grid .column-card__title {
	margin: 0 0 12px;
	padding: 0;
}

/* 抜粋 */
.top-column-grid .column-card__excerpt {
	margin: 0 0 14px;
}

/* 日付 */
.top-column-grid .column-card__date {
	display: block;
	margin: 0;
}


/* ==================================
   お客様の声
================================== */

/* 中身 */

.voice-archive__inner {
	width: min(1100px, calc(100% - 40px));
	margin: 40px auto 0;
}


/* カード */

.voice-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.voice-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.voice-card__link {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	align-items: center;
	gap: 36px;

	padding: 34px;

	color: inherit;
	text-decoration: none;
}


/* 偶数だけ左右反転 */

.voice-card:nth-child(even) .voice-card__images {
	order: 2;
}

.voice-card:nth-child(even) .voice-card__content {
	order: 1;
}


/* 画像 */

.voice-card__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
}

.voice-card__image {
	position: relative;

	aspect-ratio: 4 / 5;

	overflow: hidden;
	background: #eee;
	border-radius: 5px;
}

.voice-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.voice-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	background: #eee;
	color: #777;
}

.voice-card__image-label {
	position: absolute;
	left: 16px;
	bottom: 16px;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 58px;
	height: 58px;

	border: 1px solid rgba(255,255,255,.9);
	border-radius: 50%;

	background: rgba(88,109,83,.65);

	color: #fff;
	font-size: 12px;
}


/* テキスト */

.voice-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;

	margin-bottom: 15px;
}

.voice-card__number {
	color: #586D53;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
}

.voice-card__category {
	display: inline-block;

	padding: 5px 16px;

	border-radius: 5px;

	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.voice-card__title {
	margin: 0 0 18px;

	color: #586D53;
	font-size: clamp(20px, 2.4vw, 30px);
	line-height: 1.55;
	font-weight: 700;
}

.voice-card__text {
	color: #444;
	font-size: 14px;
	line-height: 2;
}


/* ページ送り */

.voice-pagination {
	margin-top: 60px;
}

.voice-pagination > ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;

	margin: 0;
	padding: 0;

	background: transparent;
	list-style: none;
}

.voice-pagination > ul.page-numbers > li {
	margin: 0;
	padding: 0;
	background: transparent;
}

.voice-pagination > ul.page-numbers > li > a,
.voice-pagination > ul.page-numbers > li > span {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	height: 40px;
	min-width: 40px;

	margin: 0;
	padding: 0;

	background: transparent;
	border: 0;
	border-radius: 4px;
	box-shadow: none;

	color: #333;
	text-decoration: none;
}

.voice-pagination > ul.page-numbers > li > span.current {
	background: #586D53;
	color: #fff;
}


/* =========================
   スマホ
========================= */

@media (max-width: 700px) {
	.voice-card {
		border-radius: 12px;
	}

	.voice-card__link {
		display: flex;
		flex-direction: column;
		gap: 22px;

		padding: 20px;
	}

	/* スマホでは全部「画像 → 文章」に統一 */
	.voice-card:nth-child(even) .voice-card__images,
	.voice-card:nth-child(even) .voice-card__content {
		order: initial;
	}

	.voice-card__images {
		width: 100%;
	}

	.voice-card__content {
		width: 100%;
	}

	.voice-card__image-label {
		left: 10px;
		bottom: 10px;

		width: 50px;
		height: 50px;

		font-size: 11px;
	}

}


/* ========================================
   Swiperカルーセル
======================================== */

.mySwiper {
  --swiper-main: #6268ff;
  --swiper-gray: #c8c8c8;

  width: 100%;
  padding: 10px 0 4px;
  overflow: hidden;
}

.mySwiper .swiper-wrapper {
  align-items: center;
}

/* 各スライド */
.mySwiper .swiper-slide {
  height: auto;
  opacity: 0.45;
  transform: scale(0.94);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

/* 表示されているスライド */
.mySwiper .swiper-slide-visible {
  opacity: 0.72;
}

/* 中央のスライド */
.mySwiper .swiper-slide-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

/* 画像 */
.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 3px solid transparent;
  border-radius: 7px;
}

/* 中央画像の枠 */
.mySwiper .swiper-slide-active img {
  border-color: var(--swiper-main);
}

/* 操作部分 */
.mySwiper .mySwiper-controls {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 16px;
}

/* 左右ボタン */
.mySwiper-prev,
.mySwiper-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: var(--swiper-gray);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
}

.mySwiper-prev::before,
.mySwiper-next::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.mySwiper-prev::before {
  margin-left: -3px;
  border-right: 13px solid #fff;
}

.mySwiper-next::before {
  margin-right: -3px;
  border-left: 13px solid #fff;
}

/* ドット */
.mySwiper-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  gap: 7px;
}

.mySwiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: var(--swiper-gray);
  opacity: 1;
}

.mySwiper-pagination .swiper-pagination-bullet-active {
  background: #646464;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .mySwiper {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .mySwiper .swiper-slide {
    transform: scale(0.95);
  }

  .mySwiper .swiper-slide-active {
    transform: scale(1);
  }

  .mySwiper .mySwiper-controls {
    gap: 13px;
    margin-top: 13px;
  }

  .mySwiper-prev,
  .mySwiper-next {
    width: 42px;
    height: 42px;
  }

  .mySwiper-pagination {
    gap: 6px;
  }

  .mySwiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

/************************************
 *   ヘッダーボタン
 * ***********************************/
.header-cta {
	display: flex;
	align-items: stretch;
	height: 100%;
}

.header-cta__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	min-width: 110px;
	padding: 5px 5px;

	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	border-radius:5px;
	margin: 0 3px;
}

.header-cta__main {
	font-size: 14px;
	font-weight: 700;
}

.header-cta__sub {
	margin-top: 3px;
	font-size: 9px;
}


/* 電話 */

.header-cta__tel {
	background: #fff;
	color: #333;
	border: 1px solid #ddd;
}


/* LINE */

.header-cta__line {
	background: #45b95a;
	color: #fff;
}


/* 無料見積り */

.header-cta__estimate {
	background: #d83457;
	color: #fff;
}


/* PCのみ表示 */

@media (max-width: 959px) {

	.header-cta {
		display: none;
	}

}

@media (min-width: 960px) {
    /* PCヘッダーのメニュー文字サイズ */
	.c-gnav > .menu-item > a {
		font-size: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	/* ヘッダー全体の横幅を広げる */
	.l-header__inner {
		max-width: 1800px !important;
		width: 96% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

}


/* =====================================
   Contact Form 7
===================================== */

.contact-form-box {
	max-width: 760px;
	margin: 0 auto;
	padding: 45px 45px 35px;

	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
/*	box-shadow: 0 0 0 7px rgba(248, 246, 241, .8); */
}


/* 各項目 */

.contact-field {
	margin-bottom: 28px;
}

.contact-field label {
	display: block;
	margin: 0;
}


/* ラベル */

.contact-label {
/*	display: block; */
	margin: 0 0 8px 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.5;
}


/* =====================================
   input
===================================== */

.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"],
.contact-form-box textarea {
	display: block;
	width: 100%;

	padding: 13px 15px;

	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 6px;

	color: #333;
	font-size: 16px;

	box-shadow: none;

	transition:
		border-color .2s ease,
		box-shadow .2s ease;
}


/* input 高さ */

.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"] {
	height: 42px;
}


/* textarea */

.contact-form-box textarea {
	min-height: 160px;
	resize: vertical;
}


/* フォーカス */

.contact-form-box input[type="text"]:focus,
.contact-form-box input[type="email"]:focus,
.contact-form-box input[type="tel"]:focus,
.contact-form-box textarea:focus {
	outline: none;
	border-color: #586D53;
	box-shadow: 0 0 0 2px rgba(88, 109, 83, .08);
}


/* =====================================
   チェックボックス
===================================== */

.contact-field--service {
	margin-top: 4px;
}

.contact-form-box .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.contact-form-box .wpcf7-list-item {
	margin: 0;
}

.contact-form-box .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 8px;

	cursor: pointer;
}

.contact-form-box input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;

	accent-color: #586D53;
}

.contact-form-box .wpcf7-list-item-label {
	font-size: 14px;
	color: #333;
}


/* =====================================
   送信ボタン
===================================== */

.contact-submit {
	margin-top: 40px;
}

.contact-form-box input[type="submit"] {
	display: block;
	width: 100%;

	padding: 17px 20px;

	background: #d83457;
	border: none;
	border-radius: 6px;

	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;

	cursor: pointer;

	transition:
		opacity .2s ease,
		transform .2s ease;
}

.contact-form-box input[type="submit"]:hover {
	opacity: .85;
	transform: translateY(-1px);
}


/* =====================================
   CF7 エラー表示
===================================== */

.contact-form-box .wpcf7-not-valid-tip {
	margin-top: 6px;

	color: #d83457;
	font-size: 12px;
}

.contact-form-box .wpcf7-response-output {
	margin: 25px 0 0 !important;
	padding: 12px 15px !important;

	border-radius: 4px;
	font-size: 13px;
}


/* =====================================
   スマホ
===================================== */

@media (max-width: 600px) {

	.contact-form-box {
		width: calc(100% - 20px);
		padding: 28px 20px 25px;
	}

	.contact-field {
		margin-bottom: 23px;
	}

	.contact-form-box input[type="text"],
	.contact-form-box input[type="email"],
	.contact-form-box input[type="tel"] {
		height: 48px;
	}

	.contact-form-box textarea {
		min-height: 140px;
	}

	.contact-submit {
		margin-top: 30px;
	}

}




