@charset "utf-8";

@media screen and (max-width:899px){

/*-------------------------------------
	コンテンツ
-------------------------------------*/

.padding80{
	padding:30px 0 30px;
}
.font12{font-size: 18px;}	
	
/*--当院紹介　当院の特徴------------------------------*/	
.numbering-area {
  counter-reset: number;
  
}
.staff .staffbox{
	border-radius: 10px;
	padding: 15px;
	margin: 0 auto 30px auto;

}
	
	
	.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;
	text-shadow: none;}	
	
.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{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:45%;
	text-align: center;
	font-weight: bold;
	margin: 0 2.5% 20px 2.5%;
	border: 3px solid #97DF6E;
	border-radius: 10px;
	background: #fff;
	padding: 0;
	box-sizing: border-box;}	
	
	.injury_box ul li a figure{display: block;
	margin: 0 auto 10px auto;}	
	
	.injury_box ul li a{color:#673504;
	font-size: 18px;}
	
	.injury_box ul li a figure img{aspec-ratio:3/2;
	border-radius: 10px 10px 0 0;
		object-fit: cover;
	box-sizing: border-box;}	
		
	.injury_box ul li a p.title{margin:0 10px 10px 10px;
	line-height: 1.4}	

/*-施術一覧----------------------------*/

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{background: none;
	text-shadow: none;
	font-size: 17px;
	margin: 10px 10px 10px;
	padding: 0;
	line-height: 1.4;
	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;
	font-size: 14px;
}

	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{background: none;
	padding: 0;
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{background: none;
	padding: 0;
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;
}


	ul.noflex{display: block;}
	ul.noflex li{width: 90%;
	margin: 0 auto 15px auto;}
/*-BLOCK--------------------------*/

	

.nayami1{}
.nayami1 img.title{
	margin: 0 auto 15px;
	display: block;
}


.nayami1 ul{
	margin: 0 10px 20px;
}

.nayami1 ul li{background: none;
	flex: 0 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 15px 0;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px dotted #55BC1A;
}

.nayami1 ul li:last-child{
	border-bottom:none;
}

.nayami1 ul li img{
	width: 30%;
	float: left;
	margin: 0 20px 0 0;
	height: auto;
}

.nayami1 ul li p{font-family: 'Noto Sans JP';
	color: #705D00;
	margin: 0 0 0 calc(30% + 20px);
	font-size: 20px;
	font-weight:900;
	line-height: 1.3;
}
.nayami1 ul li p strong{
	font-size: 130%;
	line-height: 110%;
	color:#009900;
	margin: 0 0 5px;
	display: block;
	margin: 5px 0;
}


	
	dl.profile{font-size: 17px;}
	dl.profile dt{width: 3em;}








/*-------------------------------*/

/* 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;
}



/*-------------------------------------------------------------------
		施術の流れ
-------------------------------------------------------------------*/
/*-------------施術の流れ4-----------------*/


.step4 ol{
	margin: 5px 0 0 0;
	list-style-type: none;
}
.step4 ol li {
	width: 100%;
	background: #fff;
	margin: 0 0 40px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.step4 ol li img {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}
.step4 ol li p {
}
.step4 ol li p.title {
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0 20px;
	line-height: 40px;
	color: #673504;
	padding-left: 40px;
}
.step4 ol li p.title b {
	background-color:#55BC1A;
	width: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
	margin: 0 10px 0 -40px;
	color: #fff;
	float: left;
	border-radius:50%;
}

.step4 ol li:last-of-type{
	margin-bottom: 20px;
}
.step4 ol li:last-of-type::after {
	display:none;
}
.step4 ol li::after {
	content: "";
	position: absolute;
	background-image: url(../image/common/arrow.png);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	background-position: center center;
	height: 40px;
	bottom: -40px;
	background-size: auto 70%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/*-------------施術の流れ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;
}
.step3 ol li.nofloat ul.imgbox3 img {
	width: 100%;
	height: auto;
	float:none;} 
.step3 ol li.nofloat ul.imgbox3 li{width: 48%;
    margin: 0 auto 0 auto;}
    
    .step3 ol li.nofloat ul.imgbox3 li:last-of-type{width: 80%;}    
    
/*-------------------------------------------------------------------
		料金表
-------------------------------------------------------------------*/
/*-料金表1--------------------------*/

.ryokin1{}
.ryokin1 dl{
	margin: 5px 10px;
	font-size: 120%;
}
.ryokin1 dl dt{
	font-weight: bold;
	color:#654A27;
}
.ryokin1 dl dd{
	text-align: right;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 2px dotted #55BC1A
}
	
	.ryokin1 dl dd p{display: block;
	text-align: left;
	font-size: 15px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	color: #777;}
	
.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}	
	
/*-----------------------*/


/* 患者様の声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;
}





}
