@charset "utf-8";
/*
Theme Name: HEARTPLUSテーマ
Theme URI: https://www.heartplus.jp/
Description: HEARTPLUSサイト構築のためのテーマ
Author: Web Design CROSSROAD
Author URI: http://www.wdcro.com/
*/

/* ========== Reset ========== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, dl, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0; padding: 0; border: 0; font-style:normal; font-weight: normal; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html{ overflow-y: scroll; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
input, textarea { margin: 0; padding: 0; }
ol, ul{ list-style:none; }
table{ border-collapse: collapse; border-spacing:0; }
caption, th{ text-align: left; }
a:focus {outline:none; }
.clearfix::after {content: ""; display: block; clear: both; }
.clear { clear: both; }

/* -------- Base -------- */
body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	text-align: center;
	color: #373632;
}
a {
	color: #c8113d;
}
img {
	max-width: 100%;
}
.margin20 {
	margin-top: -20px;
}
@media (max-width:900px) {
	.margin20 {
		margin-top: 20px;
	}
}
.nowrap {
	white-space: nowrap;
}

/* ========== Header ========== */
header {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
.headerLogo {
	width: 320px;
	float: left;
	max-width: 60vw;
	padding: 15px 0;
}
.headerLogo img {
	display: block;
}
.headerLogo a {
	color: #373632;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	font-size: clamp(1.4rem, 2vw, 1.8rem); 
	font-weight: bold;
	padding: 6px 0 3px 0;
}
.headerLogo span {
	font-weight: bold;
	font-size: clamp(0.7rem, 1.4vw, 0.9rem);
	white-space: nowrap;
	display: block;
}

.headerFacebook {
	width: 52px;
	float: right;
	padding: 11px 11px 0 0;
}
.headerContact {
	width: 320px;
	float: right;
}
.headerContactBt a {
	display: block;
	color: #FFFFFF;
	background: #c8113d;
	text-decoration: none;
	font-weight: bold;
	padding: 17px;
	border-radius: 5px;
	margin-bottom: 8px;
}
.headerTelLeft {
	width: 92px;
	border: 1px solid #c8113d;
	border-radius: 5px;
	color: #c8113d;
	padding: 3px;
	font-size: 0.9rem;
	font-weight: bold;
	float: left;
}
.headerTelRight {
	width: 210px;
	float: right;
	color: #c8113d;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1em;
}
.headerTelRight a {
	color: #c8113d;
	text-decoration: none;
	font-weight: bold;
}
.headerTelRight img {
	margin-right: 5px;
	vertical-align: middle;
}
.headerTelRight span {
	font-size: 0.8rem;
	font-weight: bold;
}

/* ========== Header Menu (PC) ========== */
#headerMenu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}
#headerMenu .slider {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	position: relative;
}
#headerMenu .slider li {
	flex: 1;
	text-align: center;
	position: relative;
}
#headerMenu .slider li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 0;
	text-decoration: none;
	color: #373632;
	font-weight: bold;
}
#headerMenu .slider li.service a {
	color: #c8113d;
}
@media (min-width:901px) {
	#headerMenu .slider li.service a {
		margin-top: -4px;
	}
}
#headerMenu .slider li a img {
	margin-right: 2px;
}
#headerMenu .slider li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background-color: #cfcfcf;
}
#headerMenu .slider li:last-child::after {
	display: none;
}
#headerMenu .slider::before,
#headerMenu .slider::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background-color: #cfcfcf;
}
#headerMenu .slider::before {
	left: 0;
}
#headerMenu .slider::after {
	right: 0;
}
.navbar_toggle {
	display: none;
}

/* ========== 900px以下：モバイル用ドロワー ========== */
@media (max-width:900px) {
	body {
		border-top: 1px solid transparent;
		}
	header {
		margin-top: 0;
		}
	.headerLogo {
		padding-left: 15px;
	}
  .headerContact,
  .headerFacebook {
	  display: none;
	}
 /* ハンバーガーボタン */
  .navbar_toggle {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		position: absolute;
		top: 14px;
		right: 10px;
		width: 70px;
		height: 70px;
		background: #c8113d;
		border: none;
		border-radius: 5px;
		color: #ffffff;
		cursor: pointer;
		z-index: 1100;
		font-weight: bold;
	}
	.navbar_toggle .menu-text {
		font-size: 0.8rem;
		line-height: 1;
		margin-top: 7px;
	}
	.navbar_toggle .bars {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	.navbar_toggle .bars span {
		display: block;
		width: 28px;
		height: 2px;
		background: #ffffff;
		transition: transform .25s, opacity .25s;
	}
	.navbar_toggle.open .bars span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}
	.navbar_toggle.open .bars span:nth-child(2) {
		opacity: 0;
	}
	.navbar_toggle.open .bars span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
	body.no-scroll {
		overflow:hidden;
	}
	#headerMenu{
		position: fixed;
		top: 0;
		right: -100%;
		width: 78vw;
		max-width: 360px;
		height: 100vh;
		background: #ffffff;
		box-shadow: -6px 0 16px rgba(0, 0, 0, .15);
		transition: right .25s ease;
		z-index: 1000;
		padding-top: 90px;
	}
	#headerMenu.open{
		right: 0;
	}
	body.no-scroll{
		position: fixed;
		width: 100%;
		overflow: hidden;
	}
	#headerMenu .menuList{
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 0;
		margin: 0;
  }
	#headerMenu .menuList li {
		position: static;
		text-align: left;
		border-bottom: 1px solid #e6e6e6;
	}
	#headerMenu .menuList li a {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 16px 18px;
		font-weight: 700;
		color: #373632;
		text-decoration: none;
  }
	#headerMenu .menuList li a img {
		margin-right: 4px;
	}
	#headerMenu .slider li::after, #headerMenu .slider::before, #headerMenu .slider::after {
		display: none !important;
	}
}

/* ========== トップスライダー ========== */
/* コンテナは常にブラウザ幅いっぱい */
.topSlider {
  width: 100%;
  margin: 0 auto;
  user-select: none;

  /* ▼PCレイアウト用の変数 */
  --slide-w: 730px;    /* スライド画像の幅 */
  --arrow: 51px;       /* 矢印画像のサイズ */
  --arrow-gap: 0px;    /* スライド端から矢印までの余白 */
}

/* ビューポート */
.topSliderViewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 390px;
}

/* トラック */
.topSliderTrack {
  display: flex;
  align-items: center;
  gap: 30px;
  transition: transform .35s ease;
  will-change: transform;
}

/* スライド幅 */
.topSliderSlide {
  flex: 0 0 auto;
  width: 730px;
}
.topSliderSlide img {
  display: block;
  width: 730px;
  height: 390px;
  object-fit: cover;
  border-radius: 5px;
}

/* 矢印ボタン */
.topSliderArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 5;
}

/* PC時：中央スライドの左右に “完全対称” 配置 */
@media (min-width: 901px) {
  .topSlider {
    --slide-w: 730px;   /* スライド幅 */
    --arrow:   51px;    /* 矢印サイズ */
    --gap:      -25px;    /* スライド端からの内側距離（調整値） */
  }

  .topSliderArrow {
    position: absolute;
    top: 50%;
    /* 中心基準にすることで左右を対称にできる */
    transform: translate(-50%, -50%);
    z-index: 5;
  }

  /* 左矢印の中心座標 = スライド左端 + (矢印の半分 + gap) */
  .topSliderArrowPrev {
    left: calc(50% - (var(--slide-w) / 2) + (var(--arrow) / 2) + var(--gap));
  }

  /* 右矢印の中心座標 = スライド右端 - (矢印の半分 + gap) */
  .topSliderArrowNext {
    left: calc(50% + (var(--slide-w) / 2) - (var(--arrow) / 2) - var(--gap));
  }
}

/* 下部ドット・スマホ時矢印 */
.topSliderControls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 10px;
}
.topSliderMobileArrow {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
}
.topSliderDots {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topSliderDots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #cccccc;
  cursor: pointer;
}
.topSliderDots button.is-active {
  background: #c8113d;
}

/* ▼スマホ（<=900px） */
@media (max-width: 900px) {
  .topSliderViewport { height: auto; }
  .topSliderTrack { gap: 15px; }
  .topSliderSlide { width: auto; }
  .topSliderSlide img { width: 100%; height: auto; }
  .topSliderArrow { display: none; }
  .topSliderMobileArrow { display: inline-flex; }
}

/* ========== パンくず ========== */
#breadcrumbWrap {
	width: 100%;
	clear: both;
	padding: 10px 0;
	background: rgba(255,255,255,0.59);
}
.breadcrumbs {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 3px 0;
	font-size: 0.8rem;
	color: #454545;
}
@media (max-width:900px) {
  .breadcrumbs { width: 96%; padding: 3px 2%; }
}
.breadcrumbs .category { background: none; }
.breadcrumbs .post { padding: 0; }
.breadcrumbs a { color: #454545; }
.breadcrumbs a:hover { color: #F76D10; }

/* ========== コンテンツ ========== */
.titleWrap {
	background-image: url(image/titleWrapBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size: 2.5rem;
	padding: 70px 0;
	color: #ffffff;
	font-weight: 600;
	clear: both;
}
.titleWrap h1 {
	font-weight: 600;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-.wrap*/
.wrap {
	width: 100%;
	line-height: 1.8;
}
.wrapper1 {
	background: #fdf6e2;
	padding: 60px 0;
}
.wrapper2 {
	background: #ffffff;
	padding: 60px 0;
}
.wrapper3 {
	background: #ffffff url("image/wrapper3Bg.png");
	padding: 60px 0;
}
.wrapper4 {
	background: url("image/wrapper4Bg1.jpg") no-repeat top 250px center;
	padding: 60px 0;
}
.wrapper5 {
	background: #ffffff url("image/wrapper5Bg.png") repeat-x bottom left;
	padding: 0;
}
@media (max-width: 900px) {
	.wrapper4 {
		background: url("image/wrapper4Bg2.jpg") no-repeat top 280px center;
	}
}
.container {
	max-width:980px;
	width: 94%;
	margin: 0 auto;
	text-align: left;
}
.container1 {
	max-width:980px;
	width: 94%;
	margin: 0 auto;
}
.wrapper1 h1 {
	font-size: 2rem;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 30px;
}
.wrapper1 h1.has-background {
	padding: 10px !important;
}
ruby rt {
	font-size: 0.8rem;
	margin-bottom: 0.3rem;
}
.container1 div:first-child {
	background: #ffffff;
	padding: 30px 330px 30px 30px;
	margin-right: -300px;
	border-radius: 10px;
	box-shadow: 0 0px 12px rgba(0,0,0,0.25);
}
@media (max-width:900px) {
	.container1 div:first-child {
		padding: 30px 5% 0 5%;
		margin-right: 0;
		box-shadow: none;
	}
	.container1 {
		border-radius: 10px;
		box-shadow: 0 0px 12px rgba(0,0,0,0.25);
		width: 94%;
		margin: 0 auto;
		background: #ffffff;
		padding-bottom: 30px;
	}
}
.container2 {
	max-width:980px;
	margin: 0 auto;
	background: #ffffff;
	text-align: left;
	padding: 50px;
	border-radius: 10px;
	width: 94%;
	box-shadow: 0 0px 12px rgba(0,0,0,0.25);
	margin-top: 30px;
}
@media (max-width:900px) {
	.container2 {
		padding: 50px 20px;
	}
}

/* ========== トップページ ========== */
.newsBox {
	background: #ffffff;
	border-radius: 10px;
	border: 2px solid #c8113d;
	clear:both;
}
/* ── お知らせ：2カラム化 ───────────────────────── */
.newsBox{
	display: grid;
	grid-template-columns: 260px 1fr; /* 左見出し/右リスト */
	align-items: stretch;
	padding: 20px;
}

/* 左カラム：見出し側 */
.newsHeading{
	padding: 0 20px; /* テキスト左右に約20pxの間隔 */
	display: flex;
	flex-direction: column;
	justify-content: center;
 	gap: 8px;
	border-right: 1px solid #c8113d;
}
.newsHeading h2 {
	margin: 0 !important;
	text-align: center;
}
.newsHeading a.buttonS {
	display: block;     /* inline-flex → blockでもOK */
	width: 80%;
	padding-right: 60px; /* 矢印ぶんの余白を確保（被り防止） */
}
.newsHeading p {
	margin: 0 50px 0 20px !important;
	text-align: center;
}
/* 右カラム：リスト側 */
.newsCat {
	max-width: 600px;
	margin: 30px auto;
}
.newsList table {
	width: 100%;
	text-align: left
	/*padding: 20px;*/
}
.newsList table td {
	padding: 10px 20px;
}
/* 日付色 */
.newsList .newsDate{
	color: #c8113d;
	white-space: nowrap;
	font-weight: 600;
	width: 8rem;
}
.newsList .newsTitle {
	background: url("image/icon-ya1.png") no-repeat center right;
}
.newsList .newsTitle a {
	text-decoration: none;
	color: #373632;
}
@media (max-width: 900px) {
	.newsList table {
		margin-top: 20px;
	}
	.newsList table td {
		display: block;
		padding: 10px 20px 0 20px;
	}
	.newsList table td:nth-child(2) {
		padding-top: 0;
	}
  /* 縦並びflexをやめてフロートに切り替え */
  .newsHeading{
    display: block;       /* ← flex上書き */
    padding: 10px 20px 20px 10px !important;
	  border-right: 0;
	  border-bottom: 1px solid #c8113d;
  }
  /* フロートのclearfix */
  .newsHeading::after{
    content:"";
    display:block;
    clear:both;
  }

  /* h2を左寄せフロート */
  .newsHeading h2{
    float: left;
    width: 50%;
    margin: 0;            /* 余白リセット */
    text-align: left;
    line-height: 1.3;
  }

  /* p（ボタン）を右寄せフロート */
  .newsHeading p{
    float: right;
    width: 50%;
    margin: 0 !important; /* 既存の margin 指定を上書き */
    text-align: right;     /* 右寄せ表示 */
  }

  /* ボタン自体は親幅いっぱいに伸ばす＆矢印分の余白確保 */
  .newsHeading a.buttonL,
  .newsHeading a.buttonS{
    display: block;        /* inline-flex → block でもOK */
    width: 60%;           /* pの50%いっぱい */
    padding-right: 60px;   /* 疑似要素矢印のぶんスペース */
  }
.newsList ul {
	margin: 0 0 0 15px;
}
}
/* スマホ：1カラムに崩す */
@media (max-width: 900px) {
  .newsBox{ grid-template-columns: 1fr; }
  .newsHeading{ padding: 10px 20px; }
  .newsHeading h2, .newsHeading p{ text-align: center; }
}

/* ========== トップページ私たちのこだわり ========== */
.top-kodawari .wp-block-column {
	padding-top: 160px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 160px auto;
}
.top-kodawari .wp-block-column:nth-child(1) {
	background-image: url("image/kodawari1.png");
}
.top-kodawari .wp-block-column:nth-child(2) {
	background-image: url("image/kodawari2.png");
}
.top-kodawari .wp-block-column:nth-child(3) {
	background-image: url("image/kodawari3.png");
}
.top-kodawari .wp-block-column:nth-child(4) {
	background-image: url("image/kodawari4.png");
}

/* ========== トップページサービスのご案内 ========== */
.topServiceBox {
	border-radius: 10px;
	box-shadow: 0 0px 12px rgba(0,0,0,0.25);
	background: #ffffff;
	margin-bottom: 30px;
	padding: 50px;
}
.topServiceItem1 {
	position: relative;
	background-color: #fdf6e2;
	border-radius: 10px;
	padding: 20px;
	overflow: visible;
	margin-bottom: 30px;
}
.topServiceItem2 {
	padding: 20px 20px 30px 20px;
	border-bottom: 2px solid #dedede;
}
.topServiceItem2 h2 {
	text-align: left;
}
.topServiceItem3 {
	margin-bottom: 30px;
}
.topServiceItem2 p , .topServiceItem3 p {
	margin: 10px auto !important;
}
.topServiceItem1::after {
	content: "";
	position: absolute;
	right: 30px;
	top: -40px;
	width: 80px; /* 画像サイズに合わせて調整 */
	height: 80px;
	background: url("image/topServiceItemBg.png") no-repeat;
	background-size: contain;
	pointer-events: none;
}
.topServiceItem1 .wp-block-column:nth-child(1) {
	padding: 20px;
}
.topServiceItem1 h2 , .topServiceItem1 p {
	text-align: left !important;
	margin: 10px auto !important;
}
.topServiceItem3 p {
	color: #c8113d;
	font-weight: 600;
	padding: 7px;
	border: 2px solid #c8113d;
	border-radius: 20px;
	text-align: center;
	margin: 10px auto !important;
}
.topServiceBox .borderBottom {
	border-bottom: 3px dotted #c8113d;
	padding-bottom: 15px;
}
@media (max-width: 900px) {
	.topServiceBox {
		padding: 50px 10px;
	}
	.topServiceItem1 h2 , .topServiceItem1 p {
		text-align: center !important;
	}
	.topServiceItem1 p strong {
		white-space: nowrap;
	}
 .topServiceItem3.wp-block-columns {
    display: flex !important;
    flex-wrap: nowrap !important; /* 折り返さない */
    gap: 12px !important; /* カラム間の間隔を20pxに */
  }
  .topServiceItem3 .wp-block-column {
    flex: 1 1 calc(50% - 10px) !important; /* gap分を引いてバランス調整 */
    width: calc(50% - 10px) !important;
    }
}

/* ========== サービスのご案内トップ ========== */
.wrap#service {
	background: #fdf6e2;
	padding: 60px 0;
}
.wrap#service article  {
	max-width: 980px;
	width: 94%;
	margin: 0 auto;
}
.wp-block-columns.servicePage {
	margin-bottom: 10px;
}
.servicePage .wp-block-column {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0px 12px rgba(0,0,0,0.25);
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}
@media (max-width:900px) {
	.servicePage .wp-block-columns {
		margin-bottom: 20px;
	}
}
.servicePage .wp-block-column img {
	border-radius: 10px;
	margin-bottom: 20px;
}
.servicePage .wp-block-column h2 {
	font-size:1.6rem;
	color: #c8113d;
	margin: 0 auto;
}
.servicePage .wp-block-column p {
	margin: 20px;
	text-align: left;
}
.servicePage .wp-block-column ul {
	margin-left: 20px;
	margin-bottom: 30px;
}
.servicePage .wp-block-column ul li {
  	list-style-image: url("image/commentList.png");
	margin-left: 20px;
	text-align: left;
}

.servicePage .subPage {
	position: absolute;  /* ← 右下固定 */
	right: 10px;
	bottom: 10px;
	transform: translate(30px, 30px); /* 見た目だけ外へズラす */
}

/* ボタン全体のスタイル */
.servicePage .subPage a {
	display: inline-block;
	position: relative;
	padding: 8px 55px 8px 8px;
	font-size: 1rem;
	text-decoration: none;
	border-radius: 10px 0;
	color: #c8113d; /* ← テキスト色 */
	background: #fff; /* 背景は白 */
	/*overflow: hidden; /* 疑似要素がはみ出さないように */
	font-weight: 600;
}

/* 背景の#c8113d＋矢印画像を重ねる */
.servicePage .subPage a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 45px; /* 背景色を付ける幅（お好みで） */
	height: 100%;
	background-color: #c8113d;
	background-image: url("image/button-ya.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 22px auto;
	border-top-left-radius: 10px;  /* 左上丸 */
	border-bottom-right-radius: 10px; /* 右下丸 */
	box-shadow: 4px 4px 12px -2px rgba(0, 0, 0, 0.25);
}

/* ========== 見出し ========== */
h2 , h3 , h4 , h5 {
	line-height: 1.4em;
	font-weight: 600;
	clear: both;

}
h2 {
	font-size:2rem;
	margin: 30px auto;
	text-align: center;
}
h2 span {
	white-space: nowrap;
	font-weight: 600;
}
h3 {
	font-size: 1.6rem;
	color: #c8113d;
	border-bottom: 3px dotted #c8113d;
	margin: 30px auto;
	padding: 10px 0;
}
.top-kodawari h3 {
	font-size: 1.2rem;
	text-align: center;
}

/* ===== h3Bubble 見出し（下向きボーダー矢印付き） ===== */
h3.h3Bubble {
	display: inline-block;
	color: #c8113d;
	border-top: 2px solid #c8113d;
	border-bottom: 2px solid #c8113d;
	padding: 10px;
	margin: 10px auto;
	line-height: 1.4em;
	font-weight: 600;
	position: relative;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
h3.h3Bubble::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	bottom: -8px;
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-right: 2px solid #c8113d;
	border-bottom: 2px solid #c8113d;
}
.home h3.h3Bubble::after {
	background: #fdf6e2;
}

@media (max-width:900px) {
	h3 {
		font-size: 1.4rem;
	}
}
h4 {
	font-size: 1.4rem;
	font-weight: 700;
	padding-left: 28px;
	margin: 30px 0;
	background: url("image/h4Bg.png") no-repeat left center;
}
h5 {
	font-size: 1.2rem;
	color: #c8113d;
	margin: 30px 0;
}
.container p {
	margin: 30px auto
}
.container ul {
	margin: 30px auto 30px 30px;
}
.container ul ul {
	margin: 10px auto 30px 30px;
}
.container2 p {
	margin: 30px auto
}
.fontBig {
	font-size: 1.6rem;
}
.fukidashi {
	/*border: 1px solid #ddd;*/
	text-align: center;
	margin: 30px 0;
}
.fukidashi .wp-block-group__inner-container {
	display: inline-block;
	/*border: 2px dotted #333;*/
	padding: 0 45px;
	background-image: url("image/fuki1.png") , url("image/fuki2.png");
	background-repeat: no-repeat , no-repeat;
	background-position: bottom left , bottom right;
}
.fukidashi p {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 15px auto;
	line-height: 1em;
}
.fukidashi .fukidasiRed {
	font-size: 2rem;
	font-weight: 600;
	color: #c8113d;
}
/* 901px以上で段落を横並びに */
@media screen and (min-width: 901px) {
  .fukidashi {
    flex-direction: row;
    justify-content: center;
    gap: 0.5em;
  }

  .fukidashi p {
    display: inline;
  }

}
figcaption {
	text-align: center;
	font-size: 0.8rem;
}

.wp-block-columns .wp-block-column figcaption {
	margin-bottom: -20px;
}
.wp-block-columns .wp-block-column:last-of-type figcaption {
	margin-bottom: 10px;
}
.wp-block-column {
	position: relative;
}
.imageNumber {
	position: absolute;
	margin-top: 0 !important;
	top: -30px;
	left: 10px;
	font-size: 2em;
	z-index: 2;
	color: #c8113d;
	font-weight: 600;
}
.container img , .container2 img {
	border-radius: 10px;
}
a.icon-ya , a.icon-pdf , a.icon-exel , a.icon-power , a.icon-dl , a.icon-tab {
	position: relative;
	display: inline-block;
	padding-right: 25px; 
}
a.icon-ya::after , a.icon-pdf::after , a.icon-exel::after , a.icon-power::after , a.icon-dl::after , a.icon-tab::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 18px; 
	height: 21px; 
	background-size: contain;
}
a.icon-ya::after {
	background: url("image/icon-ya1.png") no-repeat center;
}
a.icon-pdf::after {
	background: url("image/icon-pdf.png") no-repeat center;
}
a.icon-exel::after {
	background: url("image/icon-exel.png") no-repeat center;
}
a.icon-power::after {
	background: url("image/icon-power.png") no-repeat center;
}
a.icon-dl::after {
	background: url("image/icon-dl.png") no-repeat center;
}
a.icon-tab::after {
	background: url("image/icon-tab.png") no-repeat center;
}
a.buttonL , a.buttonM , a.buttonS , a.buttonPdf {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #c8113d;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: right 30px center;
	transition: filter .2s ease;
	position: relative; 
	text-align: center;
}
a.buttonL::after , a.buttonM::after , a.buttonS::after , a.buttonPdf::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 7px;
	background: url("image/button-ya.png") no-repeat center center;
	background-size: contain;
}
a.buttonPdf {
	max-width: 500px;
	width: 100%;
	padding: 20px 0;
}
a.buttonL {
	max-width: 500px;
	width: 100%;
	padding: 15px 0;
}
a.buttonM {
	max-width: 300px;
	width: 100%;
	padding: 15px 0;
}
a.buttonS {
	max-width: 200px;
	width: 100%;
	padding: 8px 0;
}
a.buttonL:hover , a.buttonM:hover , a.buttonS:hover , a.buttonPdf:hover {
	opacity: 0.7;
}
a.buttonPdf::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 29px;
	height: 45px;
	background: url("image/button-pdf.png") no-repeat center center;
	background-size: contain;
	left: calc(50% - 130px); /* ←調整値。テキスト幅に応じて±調整 */
}
@media (max-width: 900px) {
	.is4column.wp-block-columns {
		flex-wrap: wrap;
		gap: 30px 10px;
		margin-left: 0;
		margin-right: 0;
	}
	.is4column .wp-block-column {
		flex-basis: calc(50% - 5px);
		max-width: calc(50% - 5px);
	}
}

/* ========== テーブル ========== */
.faqTable table td {
	border: 0px;
	padding: 0 0 10px 0;
}
.faqTable table td:nth-of-type(1) {
	font-weight: 600;
	white-space: nowrap;
	padding-right: 15px;
}
.type1Table , .type2Table , .type3Table , .type4Table {
	width: 100%;
	border-collapse: collapse;
}
.type1Table table td , .type2Table table td , .type3Table table td {
	border-color: #dad1ba;
	text-align: center;
}
.type1Table table td:nth-child(1) {
	background: #fdf6e2;
	font-weight: 600;
}
.type2Table table tr:nth-child(1) td {
	background: #fdf6e2;
	font-weight: 600;
}
.type3Table table td:nth-child(1) {
	background: #fdf6e2;
	font-weight: 600;
}
.type3Table table tr:nth-child(1) td {
	background: #f5e9c8;
	font-weight: 600;
}
figure.type4Table {
	display: inline-block;
	width: 100%;
	box-shadow: 0 0px 12px rgba(0,0,0,0.25);
	border-radius: 8px;
	overflow: hidden;
}

figure.type4Table table {
  border-collapse: collapse;
  width: 100%;
}
figure.type4Table td {
	padding: 20px;
	vertical-align: middle;
	border: 0;
	border-bottom: 3px solid #f5e9c8;
}
figure.type4Table td .has-inline-color {
	font-size: 1.6rem;
	font-weight: 600;
}
.num {
	font-size: 2.2rem;
	font-weight: 600;
}
figure.type4Table td {
	background: #ffffff;
}
figure.type4Table td:first-child {
	background: #fdf6e2;
	font-size: 1.2rem;
	font-weight: 600;
	white-space: nowrap;
	padding: 20px 40px;
}
figure.type4Table tr:last-child td {
	border-bottom: none;
}
figure.type4Table td span.hissu {
	color: #c8113d;
	font-weight: 600;
	margin-left: 0.5rem;
}
figure.type4Table td input , figure.type4Table td textarea {
	padding: 7px;
}
@media (max-width:900px) {
	.type1Table table td {
		display: block;
		border-bottom: 0;
	}
	.type1Table table tr:last-of-type td:last-of-type {
		border-bottom: 1px solid #dad1ba;
	}
	.wp-block-table.type2Table,
	.wp-block-table.type3Table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.wp-block-table.type2Table table,
	.wp-block-table.type3Table table {
		width: 900px;
		min-width: 600px;
		white-space: nowrap;
	}
	.type4Table table td {
		display: block;
		border-bottom: 0;
	}
	.type4Table table td:first-of-type {
		text-align: center;
	}
	figure.type4Table td .has-inline-color {
		text-align: center;
		display: block;
	}
}

/* ========== フォーム ========== */
form {
	text-align: center;
}
form figure.type4Table {
	text-align: left;
}
form p.alineLeft {
	text-align: left;
}
.privacyBox {
	width: 96%;
	max-width: 800px;
	height: 500px;
	overflow-y: scroll;  
	margin: 30px auto;
	text-align: left;
	border: 1px solid #666666;
	padding: 20px 2%;
}
.sendButton {
	max-width: 500px;
	width: 100%;
	font-size: 1.2rem;
	background-color: #c8113d;
	background-image: url("image/button-ya.png");
	background-repeat: no-repeat;
	background-position: right 30px center;
	padding: 15px;
	color: #ffffff;
	margin: 30px auto;
	border: none;
}
.sendButton:hover {
	opacity: 0.7;
}
figure.type4Table td .postal-code {
	margin-bottom: 7px;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 0.8em;
	font-weight: bold;
	color: #C00;
}
.wpcf7 .wpcf7-not-valid {
    background-color: #FDC3C3;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 10px 20px !important;
    border: none !important; /* Blue */
}
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450; /* Green */
	color: #FFFFFF;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,  
.wpcf7 form.spam .wpcf7-response-output,  
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #E50D0D;
	color: #FFFFFF;
}

/* ========== カラム ========== */
.columnBox1 {
	width: 80%;
	margin: 50px auto;
}
.columnBox1 p {
	margin: 0;
	color: #c8113d;
	font-weight: 600
}
.columnBox1Text {
	font-size: 1.8rem;
}
@media (max-width:900px) {
	.columnBox1 {
		width: 100% !important;
	}
	.columnBox1 .wp-block-column {
		width: 100% !important;
	}
	.columnBox1 p {
		text-align: center;
	}
	.columnBox1Text {
		font-size: 1.4rem;
	}
	.num {
		font-size: 1.6rem;
	}
}

/* ========== お客様の声 ========== */
.commentBox1 , .commentBox2 {
	position: relative;
	background: #fdf6e2;
	border-radius: 8px;
	padding: 20px 20px 20px 20px;
	margin-right: 15px;
	overflow: visible;
	margin-bottom: 30px !important;
}
.commentBox1::after , .commentBox2::after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: -10px;
	background-size: contain;
	pointer-events: none;
}
.commentBox1::after {
	background: url("image/commentBg1.png") no-repeat;
	width: 78px;
	height: 79px;
}
.commentBox2::after {
	background: url("image/commentBg2.png") no-repeat;
	width: 81px;
	height: 80px;
}
.commentBox1 li , .commentBox2 li {
	list-style-image: url("image/commentList.png");
	margin-left: 20px;
	margin-right: 50px;
}
.commentBox1 h3 , .commentBox2 h3 {
	border-bottom: none;
	color: #373632;
	margin: 0 auto;
}
.commentBox1 h4 , .commentBox2 h4 {
	color: #c8113d;
	margin: 0 auto 12px auto;
	padding-left: 15px;
	font-size: 1.1rem;
	background: url("image/commentList.png") no-repeat left center;
}
/*.commentBox1 h4::before , .commentBox2 h4::before {
		width: 12px;
		height: 8px;
		background: url("image/commentList.png") no-repeat left center !important;
		background-size: contain;
		content: "";
	}*/
.commentBox1 p , .commentBox2 p {
	margin: 0 auto 12px auto;
	padding-right: 50px;
}
.commentBox1 p:last-child , .commentBox2 p:last-child {
	margin: 0 auto;
}

/* ========== イメージ配置 ========== */
.imgFlow {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: nowrap;
	overflow: visible;
}
.imgFlow .wp-block-image {
	margin: 0;
	position: relative;
	overflow: visible;
}
.imgFlow .wp-block-image img {
	display: block;
	height: auto;
	object-fit: contain;
	max-width: none;
}
.imgFloat1 { transform: translateY(-30px); }
.imgFloat2 { transform: translateY(-90px); }
@media (max-width: 900px) {
	.imgFloat1 { transform: translateY(40px); }
	.imgFloat2 { transform: translateY(0px); }
}

/* ========== ご利用の流れBOX ========== */
.flowBox {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0px 12px rgba(0,0,0,0.25);
	position: relative; /* 矢印位置の基準 */
	background: #ffffff;
}

/* 左の番号カラム・右テキスト */
.flowBox .wp-block-column:nth-child(2) {
	border-left: 1px solid #c8113d;
	padding-left: 30px;
}
.flowBox .wp-block-column:nth-child(1) p {
	font-size: 2rem;
	color: #c8113d;
	text-align: center;
	font-weight: 600 !important;
	margin: 0;
}
.flowBox .wp-block-column:nth-child(2) p {
	font-size: 1.2rem;
	margin: 0;
}
.flowBox .wp-block-column:nth-child(2) ul li {
  	list-style-image: url("image/commentList.png");
	margin-left: 20px;
}

/* ここから「矢印は次の flowBox の上に出す」 */
.flowBox + .flowBox {        /* 2個目以降の上に余白 */
	margin-top: 70px;
}
.flowBox + .flowBox::before { /* 矢印本体（上に表示） */
	content: "";
	position: absolute;
	left: 30px;
	top: -45px;
	width: 39px;
	height: 21px;
	background: url("image/flowYa.png") no-repeat left center;
	background-size: contain;
	display: block;
}

/* SP(<=900px) は矢印を中央に */
@media (max-width: 900px) {
	.flowBox.wp-block-columns.is-layout-flex {
		align-items: flex-start;
	}
	.flowBox .wp-block-column.is-vertically-aligned-center:first-child {
		align-self: flex-start !important;
	}
	.flowBox .wp-block-column:first-child p {
		line-height: 1;
		margin-top: 0;
	}
	.flowBox + .flowBox::before {
		left: 50%;
		transform: translateX(-50%);
		background-position: center center;
	}
}

/* ========== ご利用ガイドリンクボタン ========== */
.guideButton p a {
	padding-top: 100px;
	padding-bottom: 20px;
	text-align: center;
	background: #c8113d;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	display: block;
}
.guideButton p.paymentBt a {
	background-position: right 15px bottom 30px , top 30px center;
	background-repeat: no-repeat , no-repeat;
	background-image: url("image/button-ya.png") , url("image/paymentBt.png");
}
.guideButton p.deliveryBt a {
	background-position: right 15px bottom 30px , top 30px center;
	background-repeat: no-repeat , no-repeat;
	background-image: url("image/button-ya.png") , url("image/deliveryBt.png");
}
.guideButton p.keepingBt a {
	background-position: right 15px bottom 30px , top 23px center;
	background-repeat: no-repeat , no-repeat;
	background-image: url("image/button-ya.png") , url("image/keepingBt.png");
}
.guideButton p.faqBt a {
	background-position: right 15px bottom 30px , top 27px center;
	background-repeat: no-repeat , no-repeat;
	background-image: url("image/button-ya.png") , url("image/faqBt.png");
}
.guideButton p a:hover {
	opacity: 0.7;
}
.is4column.guideButton.wp-block-columns {
	--wp--style--block-gap: 20px;
	gap: 20px;
}
@media (max-width: 900px) {
	.is4column.guideButton.wp-block-columns {
		--wp--style--block-gap: 20px;
		gap: 20px 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.is4column.guideButton .wp-block-column {
		flex-basis: calc(50% - 10px);
		max-width:  calc(50% - 10px);
		margin: 0 !important;
	}
	.guideButton .wp-block-column > *:first-child { margin-top: 0; }
	.guideButton .wp-block-column > *:last-child  { margin-bottom: 0; }
}

/* ========== 配送エリアBOX ========== */
.areaTextBox {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0px 12px rgba(0,0,0,0.25);
	background: #ffffff;
	margin: 30px auto;
}
.areaTextBox h3 {
	border-bottom: none;
	margin: 0 auto;
	padding: 0 0px 20px 40px;
	background-repeat: no-repeat;
	background-position: top 10px left 0px;
}
.areaTextBox h3.h3area1 {
	background-image: url("image/h3area1Bg.png");
}
.areaTextBox h3.h3area2 {
	background-image: url("image/h3area2Bg.png");
}
.areaTextBox h4 {
	padding: 0;
	margin: 15px auto;
}
.areaTextBox h4::before {
	position: inherit;
	width: 0;
	height: 0;
}
.areaTextBox p {
	margin: 15px auto 0 auto;
}

/* ========== ページネーション ========== */
.pagination {
	text-align: center;
	clear:both;
	padding: 20px 0;
	position: relative;
	font-size: 0.9em;;
	background: none;
	margin: 10px 0 20px;
	vertical-align: middle;
}
.pagination span, .pagination a {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding: 5px 10px !important;
	text-decoration: none;
	width: auto;
	color: #FFF;
	background: #444;
}
.pagination a:hover{
	color: #FFF;
	background: #C00;
}
.pagination .current{
	background: #666;
	color: #FFF;
}

/* ========== フッター ========== */
.footerContactWrap {
	width: 100%;
	background: url('image/footerContactWrapBg.png');
	padding: 40px 0;
}
.footerContact {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.footerContact h3 {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
}
.footerContact .footerButtons {
	display: flex;
	gap: 30px;
	list-style: none;
	padding: 36px 0 0 0;
	margin: 0;
}
.footerContact .footerButtonItem {
	flex: 1 1 0;
}
.footerContact .footerButton {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 16px;
	background: #ffffff;
	color: #c8113d;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	font-size: 1.2rem;
}

.footerContact .footerButtonIcon {
	height: 30px;
	display: inline-block;
}
.footerButtonText {
	font-weight: 600;
}
.footetrTel {
	border: 3px solid #ffffff;
	border-radius: 5px;
	padding: 15px;
	margin: 30px auto;
	color: #ffffff;
	font-size: 1.5rem;
}
.footetrTel a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
}
.footetrTel span {
	white-space: nowrap;
	font-weight: 500;
}
.footetrTel span.footetrTel3 {
	font-size: 1rem;
	font-weight: 500;
}
.footetrTel img {
	margin-right: 5px;
	vertical-align: middle;
}
@media (max-width: 900px) {
	.footerContact .footerButtons {
		flex-direction: column;
		margin: auto 20px;
	gap: 16px;
	}
	.footetrTel {
		margin: 20px;
	}
	.footetrTel1 , .footetrTel2 , .footetrTel3 {
		display: block;
	}
	.footetrTel1 {
		font-size: 1.2rem;
	}
}
.footerLogoWrap {
	width: 100%;
	background: #ffffff;
	padding: 15px 0;
}
.footerLogo {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.footerLogoLeft {
	width: 320px;
	float: left;
}
.footerLogoRight {
	float: right;
	padding: 10px 0;
}
.footerLogoRight ul {
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footerLogoRight li {
	margin: 0;
	padding: 0 7px;
}
.footerLogoRight li a {
	text-decoration: none;
	color: #373632;
	font-size: 0.9rem;
	display: inline-block;
	font-weight: bold;
}
@media (max-width: 900px) {
	.footerLogo {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
  }
	.footerLogoLeft {
		max-width: 500px;
	}
	.footerLogoLeft img {
		display: block;
		margin: 0 auto 10px auto;
  }
	.footerLogoRight ul {
		display: flex;
		justify-content: center;
		gap: 1px;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.footerLogoRight ul li a {
		color: #373632;
 		text-decoration: none;
		font-weight: 600;
	}
}
