@charset "utf-8";


/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){
	img {
		max-width: 100%;
	}

.white {
	width:90%;
	margin:30px auto;
}
	
.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.img100 img{
	width:100%;
	height:auto;
}

/*　見出し・画像　*/

.pic-left {
	float: none;
	width:94%;
	height:auto;
}



/*　見出し・画像　*/

.midashi1 {
	display: inline-block;
	position: relative;
	font-size: 28px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	margin-bottom: 60px;
}

.midashi1:before {
	content: '';
	position: absolute;
	bottom: -20px; /*下線の上下位置調整*/
	display: inline-block;
	width: 50px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	background-color: #666666; /*下線の色*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.midashi1 span {
	color: #39C;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

.midashi2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 30px;
	color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 15px;
	border-left-color: #4DABB0;
}

.midashi3 {         /* 見出しと線の間隔 */
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
	color: #4DABB0;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


.midashi4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #4DABB0;
	margin-bottom: 20px;
}



/*　ヘッダー　*/


header {
	overflow: hidden;
}

.header_logo {
	float: none;
	padding-top: 20px;
	padding-bottom: 35px;
	width: 100%;
	text-align: center;
}

.header_logo img{
	width: 65%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}


/*　メインイメージ　*/

.main_img {
	width:60%;
	padding:130px 0 10% 7%;
}

.main_img img{
	width:100%;
	height:auto;
}

.main_img h2 img{
	width:100%;
	height:auto;
}

.main1 {
	padding: 8% 0 10% 0;
	background-image: url(../img/main1_back-sp.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:80%;
}

.main1_cont {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.main1 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-align: left;
}

.main1 h2 span {
	color: #39C;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 38px;
	letter-spacing:0.15em;
	display:block;
	padding:10px 0 10px 0;
}

.main1 p {
	line-height: 1.6em;
	letter-spacing: 0em;
}

.main2 {
	background-color: #E3EDEE;
	padding: 8% 5%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
}

.main2_cont {
}

.main2_cont ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:30px;
}

.main2_cont ul li {
	background-color: #FFF;
	padding: 3%;
	width: 40%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #F2F2F2;
	margin:0 1.5% 2% 1.5% ;
}

.main2_cont h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #132d57;
	font-size: 30px;
}

.main2_cont h3:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 50px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #c4a76e;
	border-radius: 2px;
}

.main2_cont ul li img{
	width:80%;
	height:auto;
	margin:0 10% 20px 10%;
}

.main2_cont ul li p{
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size:15px;
	line-height:1.6em;
}

.main2_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	color: #132d57;
	font-size: 16px;
	text-align: center;
}

.main3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main3_1 {
	width: 100%;
	background-image: url(../img/main3_1back.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #DDDAD2;
}

.main3_2 {
	width: 100%;
	background-image: url(../img/main3_2back.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #C4D8D9;
}

.main3_cont {
	padding: 13% 8% 0 8%;
}

.main3_midashi {
	margin-bottom: 40px;
}

.main3_midashi h3{
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 30px;
	color: #FFF;
	text-shadow: 0 0 8px #333;
}

.main3_btn {
	display: flex;
	justify-content: flex-start;
	width: 340px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	background-color: #FFFFFF;
	border-radius: 9999px;
	background-image: url(../img/arr_1.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 50%;
	margin-right: auto;
	margin-left: auto;
}

.main3_btn p{
	font-size: 16px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.main3_btn:hover {
	background-color: #c9d2d7;
}

.main3_m {
	padding-top: 50px;
	text-align: center;
	padding-bottom: 30px;
	background-image: url(../img/main3_mback.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 40%;
}

.main3_m h4{
	font-size: 20px;
	margin-bottom:10px;
}

.main3_m h3{
	font-size: 35px;
	margin-bottom:20px;
}

.main3_m h3 span{
	font-size: 40px;
	margin-bottom: 20px;
	color: #897a5e;
}

.main3_m p{
	font-size: 20px;
	color: #4DABB0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	margin-bottom: 25px;
}

.main4_wrap {
	padding: 12% 0;
}

.main4_title {
	text-align:center;
}

.main4_title h2 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	margin-bottom: 80px;
}

.main4_title h2:before {
  content: '';
  position: absolute;
  bottom: -35px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4DABB0;
  border-radius: 2px;
}

.main4_title p {
	margin-bottom: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main4{
	width: 90%;
	overflow: hidden;
	border: none;
	margin-right: auto;
	margin-left: auto;
}

.main4 table,
.main4 thead,
.main4 tbody,
.main4 tr,
.main4 th,
.main4 td{
	display:block;
	width:100%;
	box-sizing:border-box;
}

.main4 thead{
	display:none;
}

.main4 tr{
	margin-bottom:30px;
	border:1px solid #ddd;
	background:#fff;
}

.main4 tbody th{
	width: 100%;
	background: #DAE6E7;
	padding: 15px;
	font-size: 1.1rem;
	font-weight: bold;
	border: none;
}

.main4 td{
	position:relative;
	padding:50px 15px 15px;
	border:none;
	border-top:1px solid #ddd;
}

.main4 td:nth-of-type(1)::before{
	content:"保険診療の根管治療";
	position:absolute;
	top:15px;
	left:15px;
	font-weight:bold;
	color:#233752;
}

.main4 td:nth-of-type(2)::before{
	content:"精密根管治療（マイクロエンド）";
	position:absolute;
	top:15px;
	left:15px;
	font-weight:bold;
	color:#233752;
}

.main4 ul{
}

.main4 li{
	margin-bottom:8px;
	text-indent:-1em;
	padding-left:1em;
}

.note{
	margin-top:10px;
	font-size:0.85rem;
}

.main5 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 60px;
}

.main5 h2 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #4DABB0;
}

.main5_1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main5_1t {
	order: 2;
	width:100%;
	
}

.main5_1p {
	order: 1;
	width:100%;
	background-image: url(../img/main5_p1.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height:240px;
	margin-bottom:20px;
}

.main5_1c {
}

.main5_1m {
	display: flex;
	align-items: flex-end;
	margin-bottom:30px;
}

.main5_1m p:nth-child(1){
	width:70px;
	margin-right:20px;
}

.main5_1m p:nth-child(1) img{
	width:100%;
	height:auto;
}

.main5_1m p:nth-child(2){
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height:1.4em;
}

.main5_1c h4{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #4DABB0;
	margin-bottom: 20px;
}

.main5_1txt {
	line-height:1.6em;
	font-size:17px;
	margin-bottom:20px;
}

.main5_2 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main5_2in {
	width: 100%;
	margin-bottom: 20px;
}


.main5_2 div img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.main5_2m {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-right: 3%;
	margin-left: 3%;
}

.main5_2m p:nth-child(1){
	width:70px;
	margin-right:20px;
}

.main5_2m p:nth-child(1) img{
	width:100%;
	height:auto;
	padding-top:10px;
}

.main5_2m p:nth-child(2){
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height:1.4em;
}

.main5_2txt {
	line-height: 1.6em;
	font-size: 17px;
}

.chus {
	font-size:14px;
	line-height:1.4em
}

.main5_3 {
	margin-bottom: 80px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding: 5%;
	background-color: #F6F6F6;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.main5_3 h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 22px;
	width: 100%;
	color: #4DABB0;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.main5_3 h3 span{
	background: linear-gradient(transparent 60%, #F6F6F6 60%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 22px;
}

.main5_3 p {
	flex: 1;
}

.main6 {
	background-color: #EDF2F3;
	padding-top: 50px;
}

.main6 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.main6_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main6_t {
	width:100%;
	margin-bottom:20px;
}

.main6_p {
	width:100%;
}

.main6_p img{
	width:100%;
	height:auto;
}

.main6_m {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	margin-bottom:20px;
}

.main6_m div:nth-child(1){	
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #73BFC2;
	margin-right:10px;
}

.main6_m div:nth-child(1) p{
	font-size: 18px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.main6_m div:nth-child(2){
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 23px;
}

.main6 ul {
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-bottom:15px;
}

.main6 ul li{
	margin-bottom:15px;
	margin-right:10px;
}

.main6 ul li span{
	background-color: #FFF;
	padding: 5px 20px;
	border-radius: 9999px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #666;
	font-size: 15px;
}

.main7_wrap {
	background-color: #f3f4ee;
	margin-bottom: 50px;
}

.main7 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10%;
	padding-bottom: 10%;
}

.main7 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.main7 h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	color: #4DABB0;
	margin-bottom: 30px;
}

.main7 ul{
	display:block;
}

.main7 ul li,
.main7 ul li:nth-child(n+4){
	width:100%;
}

.main7 ul li a{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:50px;
  padding:20px;
  border:1px solid #ccc;
  border-radius:20px;
  background:#fff;
  color:#333;
  text-decoration:none;
  font-weight:500;
  line-height:1.6;
  transition:.3s;
  margin-bottom:5px;
}

.main7 ul li a:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

/* アコーディオン */

.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em 2em 1em 2em;
	display: block;
	color: #73BFC2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #78A1A3;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 21px;
	background-image: url(../img/qa_q.svg);
	background-repeat: no-repeat;
	background-position: left 20px;
	background-size:30px;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #78A1A3;
	border-right: 2px solid #78A1A3;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	font-size: 18px;
	color: #666;
	line-height:1.6em;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.accordion {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
}

.acc_h4 {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 50px;
	line-height:1.5em;
}

.main8 {
	background-color: #f3f4ee;
	background-image: url(../img/main8_back-sp.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}

.main8_c {
	width: 85%;
	padding-top: 25%;
	padding-bottom: 10%;
	margin-right: auto;
	margin-left: auto;
}

.main8_c p{
	line-height:1.7em;
}

.main8_c h3{
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 30px;
}

footer{
	background-color: #f3f4ee;
}

.footer_cont {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap: wrap;
}

/* =======================
左カラム
======================= */

.foot1{
	width:100%;
	background:#233752;
	color:#FFF;
	box-sizing:border-box;
	overflow:hidden;
}

.foot1 > div{
	padding:7%;
	height:100%;
	display:flex;
	flex-direction:column;
	box-sizing:border-box; /* ←追加 */
}

.foot1 div h3{
	width:280px;
	margin-bottom:15px;
}

.foot1 div h3 img {
	width:100%;
	height:auto;
}

.foot1_add{
	border-bottom:1px solid #FFF;
	padding-bottom:15px;
	margin-bottom:15px;
}

.foot1_tel{
	font-family:"Noto Serif JP", serif;
	font-weight:300;
	font-size:37px;
	background:url(../../../img/foot_tel.svg) no-repeat left center;
	background-size:25px;
	padding:5px 0 5px 35px;
	letter-spacing:0.05em;
	margin-bottom:10px;
}

/* =======================
中央MAP
======================= */

.foot2{
	width:100%;
	display:flex;
	height:250px;
}

.access_map{
	flex:1;
}

.access_map iframe{
	display:block;
	width:100%;
	height:100%;
	border:0;
}

/* =======================
右画像
======================= */

.foot3{
	width:100%;
	background-image:url(../img/foot_pic.webp);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:250px;
}

/* =======================
ボタン
======================= */

.foot_btn{
	display:flex;
	justify-content:center;
	align-items:center;
	width:80%;
	margin:auto auto 0;
	text-align:center;
	text-decoration:none;
	padding:14px;
	border:1px solid #CCC;
	border-radius:5px;
	transition:0.3s;
	margin-top:auto;
}

.foot_btn p{
	color:#FFF;
	font-size:18px;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:300;
}

.foot_btn:hover{
	background:#131E2D;
}

.foot2,
.foot3{
	box-sizing:border-box;
}

.copyright {
	padding: 15px 0;
	font-size: 12px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #333;
}



/*　中ページ　*/

.page_title {
	padding-top: 50px;
	background-color: #f1efeb;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.page_title h3 {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	text-align: center;
}

.page_cont {
	margin-bottom: 200px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}


/* 中ページ　*/

.doctor_c1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom:40px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.doctor_c1 div:nth-child(1){
	width:80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}

.doctor_c1 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.doctor_c1 div:nth-child(2){
	width:100%;
}

.doctor_c1 div:nth-child(2) h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	text-align: center;
}

.doctor_c1 div:nth-child(2) h4 span{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:20px;
	margin-right:20px;
	text-align: center;
}

.doctor_c1 div:nth-child(2) h5{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:20px;
	margin-bottom:15px;
	letter-spacing:0.1em;
	text-align: center;
}

.doctor_c1 table {
	border-collapse:collapse;
}

.doctor_c1 table th{
	font-size: 16px;
	width: 120px;
	text-align: left;
}

.doctor_c1 table td{
	font-size:16px;
}

.doctor_c2 {
	background-color: #f3f2f2;
	padding: 5%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.doctor_c2 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.doctor_c2 ul li{
	width:100%;
	text-indent:-1em;
	padding-left:1em;
	font-size:15px;
}

.doctor_c2 ul li a{
	color: #575755;
	text-decoration: underline;
}

.doctor_c3 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8%;
}

.book_wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.book {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}

.book div:nth-child(1){
	width:100px;
	margin-right:20px;
}

.book div:nth-child(1) img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.book div:nth-child(2){
	flex: 1;
}

.book_btn {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #575755;
}

.book_btn p{
	font-size: 16px;
	color: #575755;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.book_btn:hover {
	background-color: #F1F1EF;
	border: 1px solid #F1F1EF;
}

.book h6{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	margin-bottom: 19px;
}

.book p{
	font-size: 14px;
	line-height:1.5em;
}


.acc_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 8%;
}

.acc_1 div:nth-child(1){
	order: 1;
	width:100%;
	margin-bottom:20px;
}

.acc_1 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.acc_1 div:nth-child(2){
	order: 2;
	width:100%;
}

.acc_1 div:nth-child(2) h3{
	margin-bottom:30px;
	font-size:30px;
	letter-spacing:0.05em;
}

.acc_1 div:nth-child(2) dl{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.acc_1 div:nth-child(2) dl dt{
	width: 100%;
	font-size: 19px;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.acc_1 div:nth-child(2) dl dt dd{
	width:100%;
	font-size:19px;
}

.acc_hour {
	border-collapse: collapse;
	width: 100%;
	margin-bottom:20px;
}

.acc_hour th{
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA99E;
	text-align: center;
	font-size: 16px;
	line-height:1.4em;
}

.acc_hour td{
	text-align: center;
	vertical-align: middle;
	width: 11.5%;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA99E;
	font-size: 18px;
	line-height: 1em;
	height: 90px;
}

.acc_hour td span{
	font-size: 12px;
}

.acc_hourt {
	text-align: right;
}

.acc_2 {
	display: flex;
	justify-content:center;
	align-items: stretch;
	flex-wrap: wrap;
}

.acc_2in {
	width:100%;
	margin-bottom:40px;
}

.acc_2in h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
}

.acc_2in p{
	padding-top:10px;
}

.map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.acc_3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.acc_3in{
	width:100%;
	margin-bottom:40px;
}

.acc_3in img{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.acc_3in h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


.acc_4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.acc_4l {
	width: 100%;
	margin-bottom:20px;
}

.acc_4r {
	width: 100%;
}

.acc_4r p{
	padding-top:10px;
	text-align:center;
}

.acc_btn {
	display: flex;
	justify-content: center;
	width: 80%;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 1px solid #575755;
	margin-right: auto;
	margin-left: auto;
}

.acc_btn p{
	font-size: 17px;
	color: #575755;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.acc_btn:hover {
	background-color: #F1F1EF;
	border: 1px solid #F1F1EF;
}

a.btn_02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	height: 50px;
	background: #fff;
	border: 1px solid #4DABB0;
	box-sizing: border-box;
	color: #4DABB0;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	transition: 0.2s;
	padding: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
}

.acc_pic {
	padding-top:20px;
}

.acc_pic img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

a.btn_02:hover {
  background: #4DABB0;
  color: #fff;
}

a.btn_02:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);

  width: 0;
  height: 0;

  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #4DABB0;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.page_in {
	margin-bottom: 80px;
}

.page_link {
	color: #4DABB0;
	text-decoration: underline;
}

.page_link:hover{
	color: #377A7D;
	text-decoration: underline;
}

.shizui1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom:30px;
}

.shizui1 div:nth-child(1){
	width:100%;
}

.shizui1 div:nth-child(2){
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.shizui1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.shizui_p1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.shizui_p1 img{
	width:100%;
	height:auto;
}

.shizui2 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.shizui2 ul li{
	background-color: #F6F6F6;
	padding: 5%;
	width: 90%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:2%;
}

.shizui2 ul li h4{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #4DABB0;
	margin-bottom: 20px;
	line-height:1.6em;
}

.bzf_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bzf_t {
	width:100%;
}

.bzf_p {
	width:80%;
	margin:0 auto;
}

.bzf_p img{
	width:100%;
	height:auto;
}

.bzf_m {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	margin-bottom:20px;
}

.bzf_m div:nth-child(1){	
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #73BFC2;
	margin-right:10px;
}

.bzf_m div:nth-child(1) p{
	font-size: 18px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.bzf_m div:nth-child(2){
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 23px;
}

.bz_c {
	background-color:#f3f4ee;
	padding:5%;
}

.bz_c ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.bz_c ul li{
	background-color: #FFFFFF;
	padding: 5%;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bz_c ul li:nth-child(n+1):nth-child(-n+3) {
	margin-bottom:3%;
    
}


.bz_c ul li h4{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #4DABB0;
	margin-bottom: 20px;
	line-height:1.6em;
}

.micro1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.micro1 div:nth-child(1){
	width:100%;
	margin-bottom:30px;
}

.micro1 div:nth-child(2){
	width:100%;
}

.micro1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.micro_pic {
	width: 350px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.case_c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.case_t1 {
	width:100%;
	order: 1;
}

.case_p1 {
	width:100%;
	order: 2;
	margin-bottom:20px;
}

.case_p1 img{
	width:100%;
	height:auto;
}

.case_t2 {
	width:100%;
}

.case_p2 {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 20px;
}

.case_p2 img{
	width:100%;
	height:auto;
}

.case_menu {
	background-color: #f3f4ee;
	padding: 8% 5% 5% 5%;
	font-size: 16px;
}

.case_menu dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom:20px;
}

.case_menu dl dt{
	width:100%;
}

.case_menu dl dd{
	width:100%;
}

.case_img {
	margin-bottom:30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}

.case_img img {
	width:100%;
	margin-bottom:10px;
}

.page_price {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D2;
	margin-bottom: 10px;
	clear: both;
}

.page_price dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D2;	
}

.page_price dl dt{
	padding: 15px;
	flex: 1;
	background-color: #F8F8F8;
}

.page_price dl dd{
	text-align: right;
	padding: 15px;
	width: 300px;
	font-size: 20px;
}

.voice {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.price_img {
	width:100px;
	margin-right:15px;
}

.price_img img{
	width:100%;
	height:auto;
}

.price_voice {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 20px;
  padding: 16px 16px 16px 25px;
  border-radius: 8px;
  background-color: #f3f4ee;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.price_voice::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #f3f4ee transparent transparent;
  translate: -100% -50%;
}

.voice_img {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.price_all {
	text-align: right;
	padding-right:15px;
}

.price_all span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 22px;
}

.payment_table {
  width: 50%;
  margin-bottom:30px;
}

.payment_table table {
  width: 680px;
  border-collapse: collapse;
  table-layout: fixed;
}

.payment_table th,
.payment_table td {
  border: 1px solid #e5ddd3;
  text-align: center;
  padding: 20px 10px;
  line-height: 1.4;
  color: #2b3c55;
}

.payment_table thead th,
.payment_table tbody th {
  background: #f3f0eb;
  font-weight: 500;
}

.payment_table td {
	background: #fff;
	font-size: 20px;
	font-weight: 500;
}

.payment_table thead th:first-child {
  width: 22%;
}

.payment_table thead th:not(:first-child) {
  width: 26%;
}

.card {
	width: 450px;
	border: 1px solid #CCC;
	margin-bottom: 40px;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}

.card img{
	width: 100%;
	height: auto;
	
}


/* =========================
FAQ
========================= */

.faq_box {
	margin-bottom:30px;
}

/* ---------- 質問 ---------- */

.faq_q {
	margin: 0;
	padding: 15px 0 15px 55px;
	color: #4DABB0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	border-bottom: 1px solid #78A1A3;
	background: url(../img/qa_q.svg) no-repeat left center;
	background-size: 40px;
}

/* ---------- 回答 ---------- */

.faq_a {
	position: relative;
	padding: 20px 0 0 55px;
}

.faq_a::before {
	content: "";

	position: absolute;
	left: 0;
	top: 18px;

	width: 40px;
	height: 40px;

	background: url(../img/qa_a.svg) no-repeat center center;
	background-size: contain;
}

.faq_a p {
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 2;
	color: #666;
}

.rc_li {
	background-color: #F6F6F6;
	padding: 5%;
	margin-bottom:30px;
}

.rc_li ul li:nth-child(-n+3){
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size:auto 19px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size:18px;
	padding-left:40px;
	margin-bottom:15px;
}

.rc_li ul li:last-child{
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size:auto 19px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size:18px;
	padding-left:40px;
}

.page_number {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.page_number img{
	width:100%;
	height:auto:
}

.page_nb {
	width: 90%;
	margin-bottom: 30px;
	background-color: #F6F6F6;
	padding:0 5% 5% 5%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

.nb_midashi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-top:-30px;
	text-align:center;
}

.nb_midashi p:nth-child(1){
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 1em;
	color: #4DABB0;
	width:100%;
	margin-bottom:10px;
}

.nb_midashi p:nth-child(2){
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5em;	
}

.nb_txt {
	line-height: 1.8em;	
}

.equ {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.equ div:nth-child(1){
	width:100%;
	margin-bottom:20px;
}

.equ div:nth-child(1) img{
	width:100%;
	height:auto;
}

.equ div:nth-child(2){
	width:100%;
}

.page_cl1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.page_cl1 div:nth-child(1){
	width:100%;
	margin-bottom:30px;
}

.page_cl1 div:nth-child(2){
	width:100%;
}

.page_cl1 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.page_cl2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;

}

.page_cl2 div:nth-child(1){
	width:100%;
	order: 1;
	margin-bottom:30px;
}

.page_cl2 div:nth-child(2){
	width:100%;
	order: 2;
}

.page_cl2 div:nth-child(2) img{
	width:100%;
	height:auto;
}

.guide_y {
	background-color: #F4F4F4;
	padding: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.guide_y ul {
	margin-bottom:20px;
}

.guide_y ul li {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin-bottom:10px;
	text-indent:-1em;
	padding-left:1em;
}

.guide_li {
	margin-bottom: 150px;
}

.guide_li ul li{
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	margin-bottom:10px;
}

.guide_y p {
	width:100%;
	text-align:center;
}


}


.jmp_txt {
	color: #3088a1;
}


/* 画面幅が狭いときは文字サイズだけ少し下げる */
@media (max-width: 640px){
  .chip{ font-size: 14px; padding: 10px 22px; }

@media (max-width: 768px) {
  .timeline {
    padding-left: 70px;
  }
  .circle {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }
  .content h3 {
    font-size: 18px;
  }
}

/* スマホ調整 */
@media (max-width:768px){
  .period{ padding:24px 20px 28px; }
  .period__title{ font-size:22px; }
  .period__text{ font-size:15px; }
  .period__note{
    flex-direction:column;
    gap:8px;
    font-size:16px;
    text-align:center;
  }
  .period__note i{ display:none; }
}


/* ── スマホ対応 ───────────────────────── */
@media (max-width: 900px){
  .svc-lips{ padding: 22px 16px 28px; }
  .svc-lips__title{ font-size: 26px; }
  .svc-lips__row{
    grid-template-columns: 1fr;  /* 縦積み */
    gap: 16px;
    padding: 22px 4px 28px;
  }
  .svc-lips__media{ aspect-ratio: 16 / 9; }
  .svc-lips__heading{ font-size: 19px; }
  .svc-lips__text p{ font-size: 15px; }
}

/* ビフォーアフタースマホ対応：縦並びに */
@media (max-width: 480px){
  .ba-handle{ width: 52px; height: 52px; }
  .ba-arrow{ font-size: 18px; }
  .ba-label{ font-size: 12px; padding: 6px 10px; }
}


@media (max-width: 900px) {
  .ba-gallery {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* ===== 診療紹介２ ===== */
@media (max-width: 900px){
  .shinryo2-hero{ padding: 72px 0; min-height: 70vh; }
  .shinryo2-hero__card{
    margin: -28px auto 0;
    width: min(92vw, 560px);
    padding: 28px 24px;
  }
  .shinryo2-hero__title{ font-size:28px; }
}

/* 動きを抑制したい環境 */
@media (prefers-reduced-motion: reduce){
  .shinryo2-fixed-bg{ transition: none; }
}

/* モバイル調整 */
@media (max-width: 768px) {
  .shinryo2-hero__card {
    padding: 25px 20px;
  }
  .shinryo2-hero__title {
    font-size: 20px;
  }
  .shinryo2-hero__lead {
    font-size: 14px;
  }
      .header_back {
        background-image: url(../img/main_imgb.webp);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
}
