@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/
/*タイトル(共通)*/
.spot-heading01 {
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1;
	font-style: italic;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}

.spot-heading02 {
	font-size: clamp(25px, 2.7vw, 35px);
	line-height: 1.2;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}

.spot-heading02+p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: bold;
	text-align: center;
	margin-inline: auto;
	font-family: 'YakuHanJPs', 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana;
	color: var(--accent-color2);
}

@media only screen and (max-width: 767px) {
	.spot-heading02+p {
		text-align: left;
	}

	/*<br>のブレイクポイント*/
	.br768 {
		display: none;
	}
}

.line {
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;
	/*今回のみ*/
}

.line2 {
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;
	/*今回のみ*/
}

.hline {
	display: inline-block;
	width: 25px;
	/* 横棒の長さ（調整可） */
	height: 1px;
	/* 横棒の太さ（調整可） */
	background-color: var(--txt-color);
	/* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.2em;
	/* 文章と横棒の間隔 */
}


/* タグ */
.kakomi01 span {
	padding: 1px 10px 1px 10px;
	margin: 1px 3px;
	background-color: #f8e9ea;
	border: 1px solid var(--accent-color1);
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
}

/* 写真枠 */
.spot_photo {
	position: relative;
}

.spot_photo::before,
.spot_photo::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.spot_photo::before {
	top: -5.5px;
	right: -5.5px;
	border-width: 0 40px 40px 0;
	border-color: transparent var(--accent-color1) transparent transparent;
}

.spot_photo::after {
	bottom: -5.5px;
	left: -5.5px;
	border-width: 40px 0 0 40px;
	border-color: transparent transparent transparent var(--accent-color1);
}

@media only screen and (max-width: 767px) {
	.spot_photo::before {
		top: -3.5px;
		right: -3.5px;
		border-width: 0 25px 25px 0;
		border-color: transparent var(--accent-color1) transparent transparent;
	}

	.spot_photo::after {
		bottom: -3.5px;
		left: -3.5px;
		border-width: 25px 0 0 25px;
		border-color: transparent transparent transparent var(--accent-color1);
	}
}

/* 診察時間テーブル */
table.fi-tab {
	/* margin: 20px 0 2px 0; */
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.fi-tab tr td {
	padding: 3px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: clamp(12px, 1.4vw, 15px);
	background-color: #fff;
}

table.fi-tab tr:nth-child(1) td {
	background-color: var(--main-color);
	color: #fff;
}

@media screen and (max-width: 568px) {
	table.fi-tab {
		width: 100%;
		margin: 10px 0 0 0;
	}
}





/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: #FFF;
	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

.greeting-haba {
	max-width: 950px;
	margin: 0 auto;
	padding: 2% 0 0 0;
}

/*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);
	}
}

/*======= 業務内容 ======*/
.sec1 {
	padding: var(--v-space) 0;
	background-color: #eee;
	background-image: url(../img/bg_01.jpg);
	background-size: 100%;
	background-repeat: repeat;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

@media only screen and (max-width: 568px) {
	.sec1 {
		background-image: url(../img/bg_01_sp.jpg);
	}
}




/*======= こんな症状でお困りではありませんか？ ======*/
.sec2 {
	padding: var(--v-space2) 0 var(--v-space);
	background-color: #f7f7f7;
	background-image: url(../img/bg_grid.png);
	background-repeat: repeat;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

.sec2_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.sec2_block {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 1.5rem;
	box-sizing: border-box;
}

.sec2_block h4 {
	color: var(--main-color);
	font-size: 1.1rem;
	margin-bottom: 0.75rem;
}

.sec2_block ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.sec2_block ul li {
	position: relative;
	padding-left: 1.4em;
	margin-bottom: 0.5rem;
	line-height: 1.6;
	font-size: 15px;
}

.sec2_block ul li::before {
	content: '●';
	position: absolute;
	left: 0;
	top: 0.1em;
	color: var(--accent-color1);
	/* 例: #006666 */
	font-size: 0.9em;
}


.sec2_block p {
	margin: 0.5rem 0 0;
	line-height: 1.6;
	font-size: 15px;
}


/*======= 料金案内 ======*/
.sec3 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}


.price-unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 3rem;
	align-items: flex-start;
}

.price-unit h3 {
	position: relative;
	font-size: 1.2rem;
	font-weight: 600;
	color: #2c3e50;
	display: flex;
	align-items: center;
	gap: 0.5em;
	margin-bottom: 1.2rem;
	border-left: 5px solid #74bc74;
	/* 落ち着いたグリーン */
	padding-left: 0.75em;
}

.price-unit h4 {
	font-size: 1rem;
	font-weight: 600;
	color: #4a7c59;
	margin-bottom: 0.8rem;
	background-color: #e4f8e4;
	padding: 0.2em 0.5em;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.price-unit.no-img {
	/* flex-direction: column; */
	/* width: calc(100% - 350px - 1.5rem); */
	width: 100%;
}

.price-content {
	flex: 1 1 300px;
}

.price-img {
	flex: 0 0 350px;
}

.price-img img {
	width: 100%;
	border-radius: 8px;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	margin: 0.5rem 0 1rem;
}

.price-table th,
.price-table td {
	padding: 0.5rem 1.3rem;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: top;
}

.price-table th {
	color: var(--main-color);
	width: 50%;
	text-align: left;
	font-weight: 600;
}

.price-table td {
	text-align: right;
}

.price-unit p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0.5rem 0 0;
}

.price-unit .note {
	color: #555;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.price-unit {
		flex-direction: column;
	}

	.price-img {
		flex: none;
		/* 固定幅を解除 */
		width: 100%;
		max-width: 100%;
	}

	.price-content {
		flex: none;
		width: 100%;
	}
}

/* 保険診療について */
.insurance-wrapper {
	padding: 2rem;
	background-color: #FFF;
}

.insurance-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 2rem;
}

.insurance-card {
	display: grid;
	grid-template-rows: auto 1fr;
	background: white;
	border-radius: 12px;
	text-align: center;
	font-family: sans-serif;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.insurance-header {
	background-color: var(--accent-color2);
	color: white;
	font-weight: 400;
	padding: 1rem 0.5rem;
	font-size: 1.2rem;
	line-height: 1.4;
}

.insurance-header strong {
	font-size: 1.8rem;
	font-weight: 400;
	padding: 0 5px;
}

.insurance-wrapper .insurance-content {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding: 1rem;
}

.insurance-wrapper .label {
	display: inline-block;
	font-size: 0.9rem;
	color: #FFF;
	background-color: var(--accent-color2);
	padding: 0.3em 1.2em;
	border-radius: 15px;
	line-height: 1.4;
	width: fit-content;
	margin: 0 auto;
}

.insurance-wrapper .price {
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--accent-color2);
}



/*======= 施工の流れ ======*/

.sec4 {
	padding: var(--v-space) 0;
	background-color: #fcf9f6;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}


/*======= 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 0;
	background-color: #fff4f5;
	/* background-image: url(../img/bg_04.jpg);
	background-size: cover;
	background-position: center; */

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

/* @media only screen and (max-width: 568px) {
	.info_sec1 {
		background-image: url(../img/bg_04_sp.jpg);
	}
} */



/* 概要部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	color: var(--txt-color);
	padding: 5px;
	/* width: 5.25em; */
	width: 170px;
}

.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;
	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%;
	}
}


.info-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	color: #333;
	font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
	.info-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

.left-side {
	display: flex;
	flex-direction: column;
	gap: 0rem;
}

.clinic-header {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.logo {
	width: 50px;
	height: auto;
}

.contacts {
	grid-template-columns: repeat(2, 1fr);
}


.contacts a:hover {
	text-decoration: underline;
}

.sub-info {
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0.2rem;
}

.sub-info figure {
	border-radius: 10px;
	background-color: #FFF;
}


.right-side iframe {
	width: 100%;
	height: 560px;
	border-radius: 8px;
}

@media only screen and (max-width: 767px) {
	.right-side iframe {
		height: 360px;
	}
}