@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* ラインイメージ */
.line-img{
	position: absolute;
	z-index: 2;
	bottom: -1px;
}

/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space) ;
	background-color: var(--accent-color1);
	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__greeting{
	position: relative;
	padding-top: 5px;
	margin-bottom: 30px;
	max-width: 1000px;
	margin: 0 auto;
}
.sec1__greeting h2{
	color: #ffffff;
	font-size: clamp(18px,2vw,25px);
	font-weight: 700;
	letter-spacing: 3.5px;
	position: relative;
	z-index: 3;
	margin-bottom: 10px;
}
.sec1__greeting h2 .bak{
	background: var(--main-color);
	display: inline-block;
	padding: 10px 30px 10px 20px;
	margin-bottom: 6px;
}
.sec1__greeting h2 .bak span{
	 color: #2c2d48; 
}
.sec1__greeting figure.photo {
	position: absolute;
	margin-top: 50px;
	top: 0;
	width: 360px;
	right: 0px;
	text-align: center;
}
.sec1__greeting figure.photo span{
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding-left: 20px;
}
.sec1__greeting p{
	position: relative;
	padding-right: 10px;
	max-width: clamp(400px,45vw,600px);
	font-size: 16px;
	letter-spacing: 0.8px;
	background-color: #f9fbe6dc;
	z-index: 3;
}

@media screen and (max-width: 850px) {

	.sec1__greeting h2{
		font-size: 18px;
		color: #ffffff;
		letter-spacing: 0.3vw;
		position: relative;
		z-index: 3;
		margin-bottom: 2.6vw;
		position: relative;
		margin-top: -200px;
		margin-bottom: 60px;
	}
	.sec1__greeting h2 .bak{
		background: var(--main-color);
		display: inline-block;
		margin-bottom: 0.8vw;
		padding: 5px 15px 5px 10px;
	}
	.sec1__greeting figure.photo {
		position: relative;
		text-align: center;
		/* margin-top: -90px;
		margin-left: 20px; */
		/* margin-bottom: 3vw; */
		/* right: 0px; */
		margin: 0 auto;
		max-width: 250px;
		width: 100%;
	}
	.sec1__greeting figure.photo span{
		font-weight: 700;
		display: block;
		padding-left: 0px;
		text-align: center;
		margin-top: 2vw;
	}
	.sec1__greeting p{
		max-width: 1000px;
		line-height:1.6;
		font-size: 14px;
	}
}

/*PCのみ表示*/
@media screen and (max-width: 850px) {
	.sec1-pc{
		display:none;
	}
}
/*スマホのみ表示*/
@media only screen and (min-width: 851px) {
	.sec1-sp {
		display: none;
	}
}
/* 印刷時にPC表示セクションのみ表示 */
@media print {
	.sec1-sp {
		display: none;
	} 
}


/*======= 施術内容 ======*/
.sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_01a.png),url(../img/bg_01b.png);
	background-position: top , bottom;
	background-size: 100%,100%;
	background-repeat: no-repeat,no-repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 施術内容のテキスト背景3種 */
.sec2_txt_bk01{
	background-image: url(../img/sec2-txt_bk01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.sec2_txt_bk02{
	background-image: url(../img/sec2-txt_bk02.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}
.sec2_txt_bk03{
	background-image: url(../img/sec2-txt_bk03.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}



/*======= 交通事故について ======*/
.sec3 {
	padding: var(--v-space) 0;
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* タイトル */
.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: #FFF;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}
.sec3-txt{
	font-size: clamp(14px, 1.5vw, 15px);
	color: #FFF;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


/*======= 労働災害について ======*/
.sec4 {
	padding: var(--v-space) 0;
	background-color: #FFF;	
	background-image: url(../img/bg_03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 568px) {
	.sec4 {
		background-image: url(../img/bg_03_sp.jpg);
		background-size: cover;
		background-position: center;
	}
}

/* タイトル */
.sec4-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;
}
.sec4-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-haba{
	max-width: 1000px;
	margin: 0 auto;
}
.sec4 h3{
	font-size: clamp(23px,4vw,35px);
	color:var(--accent-color2);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2em;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 567px) {
	.sec4 h3{
		text-align: left;
	}
}

.sec4 p.txt{
	font-size: clamp(16px,4vw,22px);
	color:var(--accent-color2);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
} */



/*======= 診療時間 ======*/
.sec5 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.sec5-haba{
	max-width: 800px;
	margin: 0 auto;
}

/*診療時間テーブル*/
table.sec5-tab{
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.sec5-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.sec5-tab tr:nth-child(1) td {
	background-color: var(--main-color);
	color: #fff;
}

@media screen and (max-width: 568px) {
	table.sec5-tab{
		width:100%;
	}
}

.sec6 {
	padding: var(--v-space3) 0 var(--v-space);
	background-color: var(--accent-color1);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.sec6-card__item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:30px;
	align-items: start;
}
@media only screen and (max-width: 778px) {
	.sec6-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

.sec6-card__item div.waku{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap:0px;
	/*ここまで*/

	background: #ffffff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}
.sec6-card__item H3{
	font-size: clamp(18px,3vw,22px);
	font-weight: bold;
	margin-bottom: 8px;
	color: #444;

	border-bottom: 2px solid #73a64c;
	padding-bottom: clamp(2px,1vw,10px);
}
.sec6-card__item i{
	font-size: clamp(18px,3vw,25px);
	margin-right: 8px;
	color: #73a64c;
	width: 30px;
	text-align: center;
}
.sec6-card__item p{
	margin-left: 1em;
	font-size: 15px;
	line-height: 1.7;
}
.sec6-card__item span{
	display: block;
	margin-top: 5px;
	color: #777;
	font-size: 14px;
}

/*======= 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: #FFF;
	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(--accent-color1); */
	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.7);
	padding: 40px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@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%;
	}
}



