@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*header部分*/
.flex04{
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	align-items: center;/*垂直方向真ん中に配置*/
}
/**/
.kakomi-p01 {
	padding: 3px 7px 2px 7px;
	background-color: var(--main-color);
	/*border: 1px solid #aeaeae;*/
	border-radius: 5px;
	color: #fff;
	font-size: 0.65em;
	text-align: center;
	display: flex;
	align-items: center;
	margin: auto 10px auto 0;
}

/*ご挨拶*/
.greeting {
	/*padding: clamp(40px, 6vw, 90px) 0;*/
	padding: clamp(50px, 6vw, 90px) 0 80px 0;
	/*background-image: url(../img/bg_01.png);
	background-position: bottom center;
	background-size: cover;*/
}
/**/
.kukuri {
	margin: 0 0 20px 0;
	padding: 15px 30px 20px 30px;
	background-color: rgba(255,255,255,0.85);
	border: 3px double #bbb;
}
@media (max-width: 568px) {
	.kukuri {
		padding: 0 10px 5px 10px;
	}
}



/*＼　／でタイトルを囲む*/
.sec3-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.4;
	text-align: center;
	border: 0;
	color: #e6803c;
	margin: 10px;
}

.sec3-heading::before,
.sec3-heading::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: #bbb;
}
.sec3-heading::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.sec3-heading::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

/*TEL*/
div.habatel{
	margin: 0 15%;
}
@media (max-width: 768px)  {
	div.habatel{
		margin: 0 7%;
	}
}
@media (max-width: 568px)  {
	div.habatel{
		margin: 0;
	}
}


/*施術内容 section1*/
.sec1 {
	/*padding: 20px 0 clamp(50px, 6vw, 90px) 0;*/
	padding: 20px 0;
	background-color: var(--main-color);
	/*background-image: url(../img/bg_01.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;*/
}
@media screen and (max-width: 768px) {
	.sec1 {
		background-size: 100%;
	}
}
/*3つ*/
.sec1-item {
	/*padding-bottom: 2vw;*/
	box-sizing: border-box;
	/*background-color: rgba(36, 36, 36, 0.2);*/
	/*border-radius: 5px;*/
	padding: 12px;
}
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 20px;
}
@media (max-width: 768px) {
	.sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.sec1-item p{
	font-size: 80%;
	text-align: justify;
	line-height: 1.5;
	color: #fff;
}
/**/
.sec1 h4{
	font-size: clamp(18px, 1.9vw, 22px);
	margin: 7px 0 10px 0;
	text-align: center;
	color: #fff;
	border-bottom: 2px dotted #99ccc6;
}
/**/
.imgdeco{
	box-shadow: 10px 10px 0 rgb(0, 0, 0, 0.4);
	margin-bottom: 20px;
}
/* 見出し */
.lowerPage-heading-decoration-top{
	font-size: clamp(27px, 2.5vw, 35px);
	min-height: 0vw;
	text-align: center;
	font-weight: 400;
	line-height: 1.3;
	font-weight: 400;
	margin-top: 2em;
}
/*
.lowerPage-heading-decoration-top::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 1px var(--main-color);
	margin-top: 0.2em;
	margin-right:auto;
	margin-left:auto;
}
*/
.lowerPage-heading-decoration-top + p {
	margin-bottom: 2em;
	color: var(--accent-color2);
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}




/*こちらも導入しています section2*/
.sec2 {
	padding: 10px 0 clamp(50px, 6vw, 90px) 0;
	background-color: var(--main-color);
	/*background: linear-gradient(-180deg, #2F736B 0%, #2F736B 30%, #FFF 40%);*/
}
/*全幅　真ん中のみ色　棒*/
.heading08-xxx {
	position: relative;
	font-size: clamp(19px, 2.1vw, 23px);
	text-align: center;
	border-bottom: 4px solid rgba(0, 0, 0, 0.6);
	margin-bottom: 20px;
	font-weight: 400;
	color: #fff;
}
.heading08-xxx:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background-color: var(--accent-color1);
}

/*診療時間 section3*/
.sec3 {
	padding: 20px 0 clamp(50px, 6vw, 90px) 0;
	background-color: #eaeaea;
	/*background: linear-gradient(-180deg, #2F736B 0%, #2F736B 30%, #FFF 40%);*/
}
/*診療時間*/
table.tblch {
	margin: 5px 0;
}
table.tblch tr td {
	text-align: center;
	font-size: clamp(12px, 1.4vw, 15px);
	line-height: 1.4;
	padding: 7px;
	border-bottom: 1px solid #91c2be;
	border-right: 1px solid #91c2be;
	background-color: #fff;
	color: var(--main-color);
}
/*1行目*/
table.tblch tr:nth-child(1) td{
	background-color: var(--main-color);
	color: #fff;
}
table.tblch tr:nth-child(2) td:nth-of-type(1){
	color: #454545;
}
table.tblch tr:nth-child(3) td:nth-of-type(1){
	color: #454545;
}


table.tblch tr td:nth-of-type(1) {
	width: 23%;
	border-left: 1px solid #91c2be;
}
table.tblch tr td:nth-of-type(2) {
	width: 11%;
}
table.tblch tr td:nth-of-type(3) {
	width: 11%;
}
table.tblch tr td:nth-of-type(4) {
	width: 11%;
}
table.tblch tr td:nth-of-type(5) {
	width: 11%;
}
table.tblch tr td:nth-of-type(6) {
	width: 11%;
}
table.tblch tr td:nth-of-type(7) {
	width: 11%;
}
table.tblch tr td:nth-of-type(8) {
	width: 11%;
}
@media screen and (max-width: 568px) {
	table.tblch tr td:nth-of-type(1) {
		width: auto;
	}
	table.tblch tr td:nth-of-type(2) {
		width: auto;
	}
	table.tblch tr td:nth-of-type(3) {
		width: auto;
	}
	table.tblch tr td:nth-of-type(4) {
		width: auto;
	}
	table.tblch tr td:nth-of-type(5) {
		width: auto;
	}
	table.tblch tr td:nth-of-type(6) {
		width: auto;
	}
	table.tblch tr td:nth-of-type(7) {
		width: auto;
	}
	table.tblch tr td:nth-of-type(8) {
		width: 17%;
	}
}




/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }

@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
}




/* FAQ */
.faq_sec1 {
	/*padding: clamp(50px, 4vw, 50px) 0;*/	/*ページ内カテゴリーの場合*/
	padding: var(--v-space) 0;
	/*padding: 0px 0 100px 0;*/	/*別ページの場合*/
	background-color: #fff;
}
/*通常デザイン*/
div.faq p.b {
	font-weight: 600;
	font-size: clamp(16px, 1.7vw, 17px);
}
div.faq p.b::first-letter {
	color: var(--main-color);
	/*font-size: 110%;*/
	font-weight: 600;
}
div.faq p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
	font-size: clamp(16px, 1.7vw, 17px);
	color: #454545;
}
div.faq p::first-letter {
	color: #e6803c;
	/*font-size: 110%;*/
	font-weight: 600;
}





/*======= info ======*/
/*施設情報*/
.info_sec1{
	padding: var(--v-space) 0;
	background-image: url(../img/bg_01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/**/
.bg_b {
	/*background: rgb(230, 240, 240, 0.5);*/
	padding: 30px;
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #79b5b7;
	padding: 10px 5px;
	width: 7em;
}
.info2 {
	border-bottom: 1px solid #79b5b7;
	padding: 10px 5px;
	/*width: 400px;*/
	color: #fff;
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 9.5em;
	color: #000;
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
@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%;
		font-size: 95%;
	}
	.info3 {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	.info4 {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}
/*アクセス*/
.access_sec1 {
	padding: var(--v-space) 0;
	background-color: #f5f5f5;
}


