@charset "utf-8";

@media screen and (max-width:899px){

/*-------------------------------------
	コンテンツ
-------------------------------------*/

.padding80{
	padding:30px 0 30px;
}
	
	
/*--当院紹介　当院の特徴------------------------------*/	
.numbering-area {
  counter-reset: number;
  
}

	
	
	.tokucho h3,
	.tokucho h4{background: none;
	font-size: 1.5em;
		padding:5px 0 0 60px;
	color: #55BC1A;
	border-top: 1px solid #55BC1A;
		border-bottom: none;
	position: relative;
	line-height: 1.4;}	
	
.tokucho h3::before,
	.tokucho h4::before{
  counter-increment: number;
  content: counter(number);
 display: block;
	position: absolute;
	left:0;
	top:0;
	width: 50px;
	height:50px;
	background: rgb(85,188,26);
background: linear-gradient(90deg, rgba(85,188,26,1) 0%, rgba(28,207,162,1) 100%);
	color: #fff;
	text-align: center;
	font-family: 'Jost', sans-serif;
	line-height: 50px;
	font-size: 1em;
	
}

/*--院長挨拶-------------------------------*/

.inchou figcaption{
	color:#673504;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0 0 0;
}
.inchou figcaption strong{
	color:#55BC1A;
	font-size: 90%;
}
.main_contents_full .greet h3{margin: 0;}
	.inchou dl dd{text-align: left;
	padding-left: 3em;}

	.inchou dl dt{float:left;}
	
	.inchou{max-width: 100%!important}
	.inchou .aligncenter{max-width: 80%;
	margin-bottom: 15px;}	
	
/* トップページ症状別*/
	
	.injury_box ul{display:flex;
	justify-content:center;
	flex-wrap: wrap;}
	
	.injury_box ul li{width:29%;
	text-align: center;
	font-weight: bold;
	margin: 0 1.8% 20px 1.8%;}	
	
	.injury_box ul li a figure{display: block;
	margin: 0 auto 10px auto;}	
	
	.injury_box ul li a{color: #fff;
	font-size: 18px;}
	
	.injury_box ul li a figure img{aspect-ratio:1 / 1;
		object-fit: cover;
	border-radius: 50%;
	border: 5px solid #fff;
	box-sizing: border-box;}	
		


/*-施術一覧----------------------------*/

ul.care_menu{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 10px 0;
	box-sizing: border-box;
	background-color: #E4F4FC;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
}
ul.care_menu li{
	width: 100%;
	padding: 0 0 10px;
}
ul.care_menu li a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 30px 10px 20px;
	line-height: 26px;
	background-color: #fff;
	color:#1093CC;
	background-image:url("../image/common/list2.png");
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: auto 15px;border: 1px solid #1093CC;
	margin: 0;

}
ul.care_menu li a:hover{
	opacity: 0.7;
}



/*----------------------------------*/

ul.navi_menu{
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-around;
	margin: 0 10px 0;
}
ul.navi_menu li{
	margin: 0 0 10px;
	width: 100%;
}
ul.navi_menu li a{
	background-color: #FFEDF4;
	padding: 8px 10px;
	display: block;
	font-size: 20px;
	color: #835B28;
	font-weight: bold;
	background-image: url(../image/common/link2.png);
	background-position: 98% center;
	background-size: auto 10px;
	background-repeat: no-repeat;
	border-radius: 10px;
	line-height: 1.5;
}
ul.navi_menu li a:hover{
	background-color: #FFF6E6;
	color: #000000;
}



/* TOP対応症状一覧 */

.injuryblock{
	padding: 0 0 0;
}



.injuryblock ul{
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	margin: 0 0 30px;
	justify-content: flex-start;
}
.injuryblock ul li{
	margin: 0 0 15px;
	width: 100%;
}
.injuryblock ul li a{
	font-size: 18px;
	line-height: 26px;
	padding: 10px 5px 10px 50px;
	display: block;
	border-radius: 10px;
	color: #333333;
	background-color: #FFFFFF;
	-webkit-box-shadow: 3px 3px 3px #0B4BAE;
	box-shadow: 3px 3px 3px #0B4BAE;
	font-weight: bold;
	background-image: url(../image/top/icon.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: auto 26px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.injuryblock ul li a:hover{
opacity: 0.7;
}


/*-----------TOPブログアーカイブ----------------*/
	
	
ul.top_archive{
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: center;
}
ul.top_archive li{
	width: 100%;
	margin: 0 0 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: 1px solid #93D56D;
	
}
ul.top_archive li a{
	display: block;
}
ul.top_archive li a:hover{
	opacity: 0.7
}
ul.top_archive li figure{
	text-align: center;
	display: block;
	width: 110px;
	height: auto;
	overflow: hidden;
	margin: 10px auto 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	aspect-ratio:1/1;
}
ul.top_archive li figure a{
	width: 100%;
	height: 100%;
}
ul.top_archive li figure img{
display: block;
object-fit: cover;
width: 100%;
height: 100%;
	border-radius: 0;
}


ul.top_archive li .txt{
	padding: 0 0 0 130px;
}
.main_contents_full ul.top_archive li h3{
	font-size: 17px;
	margin: 10px 10px 10px;
	padding: 0;
	border-style: none;
	color: #55BC1A;
	clear: none;
	background: none;
}
ul.top_archive li p{
	margin: 0 10px 10px;
	font-size: 14px;
	
}
ul.top_archive li p time{
	display: block;
	margin: 0 0 5px;
}
ul.top_archive li p a{
	display: inline-block;
	background-color: #999999;
	padding: 0 5px;
	margin: 0 5px 5px 0;
	color: #FFFFFF;
}

	ul.top_archive li p.text{display: none;}	
	



/*-スタッフ紹介2--------------------------*/

ul.imgbox3{
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: space-between;
}
ul.imgbox3 li{
width: 32%;
margin: 0 0 15px;

}
ul.imgbox3 li img{
	display: block;
	margin: 0 auto;
}

/*---------------------------*/

ul.imgbox2{
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: space-between;
}
ul.imgbox2 li{
width: 49%;
margin: 0 0 15px;

}
ul.imgbox2 li img{
	display: block;
	margin: 0 auto;
}

/*---------------------------*/

ul.imgbox4{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
ul.imgbox4 li{
	
	width: 48%;
	margin: 0 1% 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 10px;
	box-sizing: border-box;
}
ul.imgbox4 li img{
	display: block;
	margin: 0 auto 5px;
}




/*-BLOCK--------------------------*/

	.blocks{max-width: 600px;
	margin: 0 auto 30px;}	
	
.block{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #93D56D;
	margin-bottom: 30px;
	
}
	

	.about .block h3{background: none;
	border: none;
	color: #673504;
	margin: 0px 20px 15px 20px;
	padding: 0;}	
	
	.about .block h3 strong{color: #55BC1A;}	
.flex3{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}	
	
	.about .block .link2 a,
	.photobox .textbox .link2 a{max-width: 300px;
	margin: 0 auto;
	line-height: 1.2}	
	

	.photobox figure img{margin: 0 auto;
	display: block;}
	.photobox .textbox{background: rgba(255,255,255,0.8);
	width: 100%;
		max-width: 600px;
	padding: 20px;
		margin: 0 auto;
	box-sizing: border-box;}
	
	
	dl.profile{font-size: 17px;}
	dl.profile dt{width: 2em;
	padding: 4px 15px;
	line-height: 1.2;}








/*-------------------------------*/

/* 1カラム　インフォメーション機能*/



/* SNS エリア*/

.sns_area{
	padding: 20px 0 0;
	overflow: hidden;
}

.sns_area .left{
}
.sns_area .right{
	margin: 0 0 30px;
}
.sns_area .center{
	margin: 0 0 30px;
}

.sns_area .right .instabox{
	position: relative;
}
.sns_area .right .instabox::before {
	content: "";
	display: block;
	padding-top: 66%;
}
.sns_area .right .instabox iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.sns_area .line{
	margin: 0 0 30px;
	display: block;
}
.sns_area .fb{
	margin: 0 0 30px;
	height: 575px;
	text-align: center;
	width: 100%;
}

/* Googleカレンダーレスポンシブ対応 */
.sns_area .calendar{
  max-width: 600px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
}

.sns_area .calendar .googlecal {
  position: relative;
  padding-bottom: 400px; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.sns_area .calendar .googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



/*-------------------------------------------------------------------
		施術の流れ
-------------------------------------------------------------------*/

/*-------------施術の流れ3-----------------*/


.step3 ol {
	list-style-type: none;
}

.step3 ol li {
	width: 100%;
	padding: 0 0 0px 0;
	margin: 0 0 30px;
	box-sizing: border-box;
}
.step3 ol li:last-child {
	margin-bottom: 0px;
	border-bottom-style: none;
}


.step3 ol li img {
	width: 80%;
	height: auto;
	margin: 0 auto 15px;
	border-radius: 0px;
	display: block;
}

.step3 ol li p {
}

.step3 ol li p.title {
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0 10px;
	line-height: 35px;
	padding: 0 0 0 50px;
	color: #673504;
}
.step3 ol li p.title b {
	display: block;
	line-height: 35px;
	width: 35px;
	height: 35px;
	text-align: center;
	margin: 0 10px 0 -50px;
	color: #fff;
	float: left;
	font-size: 90%;
	border-radius: 50%;
	background-color:#55BC1A;
}


/*-------------------------------------------------------------------
		料金表
-------------------------------------------------------------------*/


.ryokin2{
	margin: 0 0 10px;
	overflow: auto;/*tableをスクロールさせる*/
	white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.ryokin2::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.ryokin2::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.ryokin2::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


.ryokin2 table{
	width: 100%;
	border: 1px solid #444444;
	margin: 0 0 10px;
	text-align: center;
	min-width:500px;
}
.ryokin2 table th{
	padding: 3px;
	border: 1px solid #444444;
	font-weight: bold;
	background-color: #F9FFEC;
	vertical-align: middle;
}

.ryokin2 table td{
	border: 1px solid #444444;
	padding: 3px;
	width: 35%;
	vertical-align: middle;
}
.ryokin2 p.pc{font-size: 0.9em}	
	
/*-----------------------*/

 dl.recruit dt{}

 dl.recruit dd{}

/* 患者様の声3 */

.voice3 {
}
.voice3 .flexbox {
	margin: 0 0 30px;
box-sizing: border-box;
	padding:15px;
	background:url("../image/common/bg_paper01.jpg") repeat left top;
	border-radius: 0px;
}


.voice3 .flexbox p.name {
	text-align:right;
	font-weight: bold;
	color:#55BC1A;
	margin: 10px 0 0 0;
	padding: 0 0px 0 0;
}


}
