@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}



/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

.greeting-spot {
	color: var(--accent-color1);
	font-size: 1.2em;
}

.waku90{
	margin:0 auto;
	width:90%;
}

@media screen and (max-width: 568px) { 
	.waku90{
		margin:0 auto;
		width:initial;
	}
}


table.pr tr:first-child td {
	background-color:var(--main-color);
	font-weight: bold;
	text-align:center;
}


table.pr tr td:nth-of-type(1){
	width:30%;
}
table.pr tr:first-child td {
	color: #666;
}

table.pr tr:nth-child(n+2) td:nth-child(n+2) {
	color: gray;
	font-weight:bold;
}

/*テーブル*/
.pr, .pr td, .pr th {
	border-collapse: collapse;
	border: 1px solid #aaa; 
	text-align:center;
	padding:5px;
}

@media screen and (max-width: 1024px) { 

	.pr{
		margin-top:50px;
		margin-bottom:50px;
	}
}


/*カード*/
.secG-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secG-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secG-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secG-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 13px 13px 0 rgba(0, 0, 0, .08);
}
.secG-card__item H4{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	border-bottom: 2px dotted var(--main-color);
}
.secG-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}




/*======= コンテンツ ======*/

/*======= Service 施術案内 ======*/
.secS {
	padding: var(--v-space) 0;
	background: repeating-linear-gradient(
	45deg,
	rgba(100, 200, 255, 0.05) 0,     /* 線の色：水色寄り */
	rgba(100, 200, 255, 0.1) 3px,   /* 線の太さ：約3px */
	transparent 6px,               /* 隙間の開始 */
	transparent 12px               /* 隙間の幅：元の3倍程度 */
	);
}
h4.title{
	background-color:var(--main-color);
	border-bottom:1px solid var(--accent-color3);
	color:#333;
	font-weight:normal;
	padding:5px;
	margin-bottom:10px;
	font-size:20px;
}

/*======= Booking ご予約について ======*/
.secB {
	padding: var(--v-space) 0;
	background-color: #FFF;
}



/*======= ABOUT 整骨院とは======*/
.secA {
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_03.png);
	background-size:cover;
	background-position: bottom;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/*======= FLOW ======*/

.secF {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #f7f7f7;
	background-image: repeating-linear-gradient(0deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 15px), repeating-linear-gradient(90deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 15px);
	background-size: 15px 15px;
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
div.faq2 p.b {
	font-weight: bold;
	color: #444;
}
div.faq2 p.b::first-letter {
	color: var(--accent-color3);
	font-size: 130%;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1.4em;
	padding-left: 1.4em;
	display: block;
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-size: 130%;
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color3);
	margin: 20px auto;
}


/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_04.png);
	background-size:cover;
	background-position: bottom;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 5.25em;
}
.info2 {
	border-bottom: 1px dashed var(--accent-color2);
	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%;
	}
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 5px;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

/*会社概要*/
.bg_b{
	background: rgba(50, 108, 145, 0.8);
	padding:40px;
	border-radius: 20px;
}
@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; /* 背景画像より上に表示 */ 
}




/*======= 調整 ======*/
.l-c {
	margin-right: auto;
	margin-left: auto;
}


/*その他*/
strong{
	font-weight:normal;
}

.waku{
	border:1px solid #aaa;
	padding:10px;
	border-radius:6px;
}


.waku2{
	background-color:var(--main-color);
	font-weight:500;
	text-align:center;
	border:1px solid #ccc;
}



/*画像全体*/


.imgtext-container > figure.img {
	box-shadow: 6px 6px 1px #eee ;
	border-radius: 10px;  
}
.imgtext-container > figure.img img {
	display: block;        /* 余白防止 */
	width: 100%;           /* 必要に応じて調整 */
	height: auto;
	border-radius: 10px;   /* 画像自体に角丸を適用 */
}



/*マーカー*/
.mkr {
	background: linear-gradient(to bottom, transparent 60%, #ffeb3b 60%);
	padding: 0 2px; /* 左右の余白 */
}
