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

.area-page {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0px;
}

.area-page__header {
	margin-bottom: 60px;
}

.area-page__title {
	margin-bottom: 30px;
}

.area-company__title {
	margin-bottom: 30px;
}

.area-company__list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.company-item {
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.company-item__title {
	margin-bottom: 20px;
	font-size: 24px;
}

.company-item__description {
	margin-bottom: 25px;
}

.company-item__info {
	margin: 0;
}

.company-item__info-row {
	display: grid;
	grid-template-columns: 160px 1fr;
	border-top: 1px solid #ddd;
}

.company-item__info-row:last-child {
	border-bottom: 1px solid #ddd;
}

.company-item__info-row dt,
.company-item__info-row dd {
	margin: 0;
	padding: 15px;
}

.company-item__info-row dt {
	font-weight: bold;
	background: #f5f5f5;
}

.company-item__link {
	margin-top: 25px;
}

/* ==========================================
   一休堂 料金・サービス
========================================== */

.ikkyudo-sub-heading {
	margin: 8px 0 18px;

	padding-bottom: 8px;

	border-bottom: 2px solid #e8f3ee;

	color: #15422f;

	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.6;
}


.ikkyudo-sub-heading.is-margin {
	margin-top: 42px;
}


/* ==========================================
   基本サービス
========================================== */

.ikkyudo-service-tags {
	display: flex;
	flex-wrap: wrap;

	gap: 10px;
}


.ikkyudo-service-tags span {
	display: inline-flex;
	align-items: center;

	gap: 6px;

	padding: 6px 14px;

	background: #fff3e0;

	border: 1px solid #f1c38e;
	border-radius: 999px;

	color: #a34c05;

	font-size: .78rem;
	font-weight: 700;
}


.ikkyudo-service-tags i {
	color: #e8710a;
}


/* ==========================================
   6つの特長
========================================== */

.ikkyudo-strength-grid {
	display: grid;

	grid-template-columns:
		repeat(
			2,
			minmax(0, 1fr)
		);

	gap: 24px;
}


.ikkyudo-strength-card {
	padding: 28px 24px;

	background: #fff;

	border-top:
		4px solid #e8710a;

	border-radius: 10px;

	box-shadow:
		0 2px 10px
		rgba(0, 0, 0, .08);
}


.ikkyudo-strength-num {
	display: block;

	color: #e8710a;

	font-size: .78rem;
	font-weight: 800;

	letter-spacing: .1em;
}


.ikkyudo-strength-card h4 {
	margin: 6px 0 12px;

	color: #15422f;

	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.6;
}


.ikkyudo-strength-card h4 i {
	margin-right: 5px;

	color: #1f5c45;
}


.ikkyudo-strength-card p {
	margin: 0;

	color: #555;

	font-size: .9rem;
	line-height: 1.85;
}


/* ==========================================
   料金表
========================================== */

.ikkyudo-price-intro {
	margin: 0 0 14px;

	font-size: .92rem;
	line-height: 1.8;
}


.ikkyudo-price-table-wrap {
	width: 100%;

	overflow-x: auto;

	border-radius: 10px;

	box-shadow:
		0 2px 10px
		rgba(0, 0, 0, .08);
}


.ikkyudo-price-table {
	width: 100%;

	border-collapse: collapse;

	background: #fff;

	font-size: .92rem;
}


.ikkyudo-price-table.is-basic {
	min-width: 500px;
}


.ikkyudo-price-table.is-option {
	min-width: 760px;
}


.ikkyudo-price-table th,
.ikkyudo-price-table td {
	padding: 13px 16px;

	border-bottom:
		1px solid #dcdcd4;

	text-align: left;
	vertical-align: middle;
}


.ikkyudo-price-table thead th {
	background: #1f5c45;

	color: #fff;

	font-weight: 700;
}


.ikkyudo-price-table tbody tr:last-child td {
	border-bottom: 0;
}


.ikkyudo-price-table tbody tr:nth-child(even) {
	background: #faf9f5;
}


.ikkyudo-price-table .is-price {
	color: #c95f05;

	font-size: 1rem;
	font-weight: 800;

	white-space: nowrap;
}


.ikkyudo-table-note {
	margin: 10px 0 0;

	color: #777;

	font-size: .76rem;
	line-height: 1.7;
}


/* ==========================================
   対応エリア
========================================== */

.ikkyudo-area-box {
	display: flex;
	align-items: flex-start;

	gap: 18px;

	padding: 22px 24px;

	background: #e8f3ee;

	border:
		1px solid #c6ded2;

	border-radius: 10px;
}


.ikkyudo-area-box > i {
	flex-shrink: 0;

	margin-top: 3px;

	color: #1f5c45;

	font-size: 1.8rem;
}


.ikkyudo-area-box p {
	margin: 0;

	color: #444;

	font-size: .92rem;
	line-height: 1.9;
}


.ikkyudo-area-box strong {
	color: #15422f;

	font-weight: 800;
}


/* ==========================================
   Responsive
========================================== */

@media (max-width: 900px) {

	.ikkyudo-strength-grid {
		grid-template-columns: 1fr;
	}

}


@media (max-width: 640px) {

	.ikkyudo-sub-heading {
		font-size: 1.05rem;
	}


	.ikkyudo-sub-heading.is-margin {
		margin-top: 34px;
	}


	.ikkyudo-service-tags {
		gap: 7px;
	}


	.ikkyudo-service-tags span {
		padding: 5px 10px;

		font-size: .7rem;
	}


	.ikkyudo-strength-grid {
		gap: 16px;
	}


	.ikkyudo-strength-card {
		padding: 22px 18px;
	}


	.ikkyudo-strength-card h4 {
		font-size: .98rem;
	}


	.ikkyudo-strength-card p {
		font-size: .85rem;
	}


	.ikkyudo-price-table {
		font-size: .82rem;
	}


	.ikkyudo-price-table th,
	.ikkyudo-price-table td {
		padding: 11px 12px;
	}


	.ikkyudo-area-box {
		gap: 12px;

		padding: 18px 16px;
	}


	.ikkyudo-area-box > i {
		font-size: 1.4rem;
	}


	.ikkyudo-area-box p {
		font-size: .84rem;
	}

}

/* ==========================================
   サイト全体
   文字サイズ微調整
========================================== */

html {
	font-size: 17px;
}

/* ==========================================
   横方向のオーバーフロー対策
========================================== */

html,
body {
	max-width: 100%;
	overflow-x: clip;
}