@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* SP専用 全幅突き抜け */
@media screen and (max-width: 567px) {
	.img--full-sp {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		display: block;
	}

	.img--full-sp img {
		width: 100%;
		height: auto;
		display: block;
	}
}

.spot-heading01 {
	display: block;
	text-align: center;
	font-size: clamp(22px,3vw,30px);
	font-weight: 600;
	color: var(--main-color); /* 文字色 */
	background: #C4E2FC; /* 背景色 */
	padding: 30px 0; /* 上下余白 */
	margin: 0 calc(50% - 50vw); /* ビューポートいっぱいに突き抜ける */
	width: 100vw; /* 横幅いっぱい */
	margin-bottom: 3rem;
	font-family: 'Noto Serif JP', serif;
}
@media print {
	.spot-heading01 {
		margin: 0;				/* 通常の余白をリセット */
		width: 100%;			/* ページ幅いっぱい */
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 3rem !important;
	}
}

.spot_photo img{
	outline: 1px solid #fff;
	outline-offset: -0.6rem;
}

/* ===== 料金テーブル ===== */
.spot_price-tbl__title{
	font-size: clamp(18px, 1.8vw, 20px);
	font-weight: 700;
	color: var(--accent-color2); /* ネイビー */
	/* margin: 18px 0 8px; */

	padding: 10px 30px;/*文字回りの余白（上下 左右）*/
	display: block;
	position: relative;
}
.spot_price-tbl__title:before {
	content: "❖";
	font-weight: 900;/*マーク部の太さ*/
	position: absolute;
	font-size: 25px;/*マーク部のサイズ*/
	left: 0;
	top: 5px;
	color: var(--main-color);/*マーク部の色*/
}

.spot_price-tbl {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border: 1px solid var(--accent-color1);
	overflow: hidden;
	margin: 0 0 18px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.spot_price-tbl th,
.spot_price-tbl td {
	padding: 18px clamp(12px, 2.2vw, 20px);
	line-height: 1.6;
	vertical-align: middle;
}

.spot_price-tbl th {
	width: 48%;
	text-align: left;
	background: #d6f3ef;
	font-weight: 600;
	color: #333;
	border-right: 1px solid var(--accent-color1);
}

.spot_price-tbl tr+tr th,
.spot_price-tbl tr+tr td {
	border-top: 1px solid var(--accent-color1);
}

/* 価格側の表現 */
.spot_price-tbl td.price {
	text-align: right;
	white-space: nowrap;
}

.spot_price-tbl .yen {
	font-weight: 700;
	color: var(--accent-color2);
	/* ネイビー */
	margin-right: 2px;
}

.spot_price-tbl .num {
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: .5px;
	font-size: clamp(22px, 3.6vw, 28px);
	color: #222;
}

.spot_price-tbl .num.is-blue {
	color: #1a73e8;
}

/* 青強調 */
.spot_price-tbl .num.is-red {
	color: #e53935;
}

/* 赤強調 */

.spot_price-tbl .unit {
	margin-left: 4px;
	font-size: .92em;
	color: #555;
}

.spot_price-tbl tfoot .note {
	background: #f7faff;
	color: #333;
	font-size: .9em;
	padding: 12px clamp(12px, 2.2vw, 20px);
	border-top: 1px solid var(--accent-color1);
}

/* スマホ：行をカードっぽく積む */
@media (max-width: 640px) {

	.spot_price-tbl th,
	.spot_price-tbl td {
		display: block;
		width: auto;
		padding: 12px 14px;
	}

	.spot_price-tbl th {
		background: #d6f3ef;
		border-right: none;
		border-bottom: 1px dashed #eee;
	}

	.spot_price-tbl td.price {
		padding-top: 10px;
	}
}


/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: #FFF;
	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

/*catchphrase*/
.catchphrase{
	padding: 50px 0;
	background-image: url(../img/greeting_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
}

.greeting-haba {
	max-width: 950px;
	margin: 0 auto;
	padding: 2% 0 0 0;
}

/*photo*/
.gr-item-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 50px 0 50px 0;
	box-sizing: border-box;
}
.gr-item-container article {
	width: calc((100% - 60px) / 4); /* gap分引いた上で4分割 */
	/*min-width: 250px;*/ /* スマホで潰れすぎ防止 */
	box-sizing: border-box;
}
.gr-item img{
	border-radius: 50%;
	object-fit: cover; /* トリミング */
	display: block;
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 868px) {
	.gr-item-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 15px;
		margin: 30px 0 50px 0;
		box-sizing: border-box;
	}
	.gr-item-container article {
		width: calc((100% - 30px) / 3);
	}
}
/* スマホ対応：2カラム */
@media only screen and (max-width: 468px) {
	.gr-item-container article {
		width: calc((100% - 15px) / 2);
	}
}

/*TELバナー*/
.tel_bnr {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media (max-width: 568px) {
	.tel_bnr {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* SNSバナー */
.sns_bnr {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	/* margin-bottom: 50px; */
	margin-top: 10px;
}

@media (max-width: 568px) {
	.sns_bnr {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* .sns_bnr img{
	border-radius: 10px;
} */

/*======= エアコンクリーニング ======*/
.sec1 {
	padding: var(--v-space) 0;
	background-color: #e7f8fe;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}
@media print, screen and (min-width: 768px) {
	.sec1 {
		background-image: url(../img/bg_01.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: contain;
	}

}
@media only screen and (max-width: 767px) {
	.sec1 {
		background-image: url(../img/bg_01_sp.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: contain;
	}
}


/*======= ハウスクリーニング ======*/
.sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	background: radial-gradient(circle, transparent 20%, #FFFFFF 20%, #FFFFFF 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #FFFFFF 20%, #FFFFFF 80%, transparent 80%, transparent) 15px 15px, linear-gradient(#e5edf0 1px, transparent 1px) 0 -1px, linear-gradient(90deg, #e5edf0 1px, #FFFFFF 1px) -1px 0;
	background-size: 30px 30px, 30px 30px, 15px 15px, 15px 15px;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

/*======= 一軒まるごとクリーニング ======*/
.sec3 {
	padding: var(--v-space) 0;
}
@media print{
	.sec3 {
		background-image: url(../img/bg_02.jpg);
		background-size: cover;
	}
}

/* タイトル */
.sec3-heading01{
	font-size: clamp(25px, 2.5vw, 30px);
	line-height: 1.3;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	display: block;
	color: #000;
	text-shadow:
		0 0 2px rgba(255, 255, 255, 0.8),
		0 0 4px rgba(255, 255, 255, 0.8),
		0 0 6px rgba(255, 255, 255, 0.8);
	margin-bottom: 20px;
}
.sec3-txt{
	font-size: clamp(14px, 1.5vw, 15px);
	color: #000;
	text-shadow:
		0 0 2px rgba(255, 255, 255, 0.8),
		0 0 4px rgba(255, 255, 255, 0.8),
		0 0 6px rgba(255, 255, 255, 0.8);
}


/*======= 雑草のお手入れ ======*/

.sec4 {
	padding: var(--v-space) 0;
	background-color: #f4faf1;
	background-image: url(../img/bg_03.png);
	background-repeat: repeat;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

/*======= その他サービス ======*/

.sec5 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

/* === OTHER: カード一覧 === */
.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 25px;
	margin-top: 30px;
}
@media print{
	.card-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

.card {
	background: #e7f4ff;
	border-radius: 16px;
	padding: 25px 20px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.card-icon {
	font-size: 36px;
	color: var(--main-color);
	margin-bottom: 15px;
}

.card h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--accent-color2);
}

.card p {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
}


/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 5px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;
	/* lavelを上揃えに */
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color1);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.6;
	text-align: justify;
}

.faq-question {
	font-weight: bold;
}

hr.faqHr {
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}



/*======= 会社案内ページ ======*/

/*会社案内*/
.info_sec1 {
	padding: var(--v-space) 0 ;
	background-color: #eee;
	background-image: url(../img/bg_04.png);
	background-repeat: repeat;
	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}




/* 概要部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	color: var(--txt-color);
	padding: 5px;
	/* width: 5.25em; */
	width: 170px;
	text-align: left;
}

.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/* width: 400px; */
}

@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0);
	}

	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}



/*会社概要*/
.bg_b {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bg_b:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}



.access_sec1 {
	padding: var(--v-space) 0 30px;
	background-color: #FFF;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}

.access2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}

@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0);
	}

	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}