@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*共通-------------------------*/
#contents {
	width: 590px;
	margin-left: 30px;
	float: left;
	clear: left;
	line-height: 160%;
}

.outbox {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}

.contentsbox {
	background: url(../image/common/contentsbox-mid.gif) repeat-y left top;
	padding: 1px 20px 10px 20px;
	width: 550px;
	text-align: justify;
}
p {
	font-size: 100%;
	text-align: justify;
}

.access .imgbox{float: right;
width: 45%;
margin: 0 0 20px 20px;}
.access .imgbox img{
}
.access .leftbox{margin-right: calc(45% + 20px);
margin-top: -10px;}



.imgbox3 ul, .imgbox2 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
	padding: 0;
}
.imgbox3 ul li {
    width: 31%;
    margin: 0 0 20px;
}
.imgbox2 ul li {
    width: 46%;
    margin: 0 0 10px;
}
.imgbox3 ul li img, .imgbox2 ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0px;
	box-sizing: border-box;
}



/*TOP
-------------------------*/
#topimg {
	margin-bottom: 20px;
}
#info {
	width: 590px;
	margin-bottom: 20px;
	position: relative;
	background: url(../image/top/info-mid.gif) repeat-y left top;
}
#info .edit {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 537px;
	top: 10px;
}
#info .info {
	width: 565px;
	padding: 0px 10px 10px 15px;
	background: url(../image/top/info-btm.gif) no-repeat left bottom;
    height: 200px;
    border: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
}
#info iframe{
	width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#greet {
	width: 590px;
	background: url(../image/top/greet-btm.gif) no-repeat left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#greet .greet {
	background: url(../image/top/greet-mid.gif) repeat-y left top;
	padding: 1px 10px 10px 15px;
}
#greet .greet .greet-right {
	float: right;
	clear: right;
	width: 125px;
	margin: 15px 10px 10px 20px;
}
#greet .greet .greet-left {

}
#greet .greet .greet-left p {

	margin: 8px 5px 5px 0px;
		text-align:justify;
	text-justify:inter-ideograph;
	font-size: 14px;
}
#kaitei {
	width: 590px;
	background: url(../image/top/kaitei-btm.gif) no-repeat left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#kaitei .kaitei {
	background: url(../image/top/kaitei-mid.gif) repeat-y left top;
	padding: 8px 14px 10px 14px;
}
#kaitei .kaitei p.img_right {
	clear: both;
		text-align:justify;
	text-justify:inter-ideograph
}
#kaitei .kaitei p.img_right img {
	float: right;
	margin-left: 15px;
	margin-right: 5px;
}

#reserve {
	width: 590px;
	background: url(../image/top/reserve-btm.gif) no-repeat left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#reserve .reserve {
	background: url(../image/top/reserve-mid.gif) repeat-y left top;
	padding: 8px 14px 10px 14px;
}
#reserve .reserve .setsumei p {
	width: 570px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#reserve .reserve .qa_reserve {
	margin-top: 10px;
	border-top: dotted 1px #A78758;
	width: 560px;
}
#reserve .reserve .qa_reserve .q {
	background: url(../image/common/q.png) no-repeat left top;
	padding-left: 25px;
	height: 18px;
	color: #008400;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#reserve .reserve .qa_reserve .a {
	background: url(../image/common/a.png) no-repeat left top;
	padding-left: 25px;
	line-height: 20px;
	padding-bottom: 10px;
	border: none;
	text-align:justify;
	text-justify:inter-ideograph
}
#reserve .reserve .caution_reserve {
	margin-top: 10px;
	border-top: dotted 1px #A78758;
	width: 560px;
}


#pr01, #pr02 {
	margin: 0 0 25px;
	padding: 0 15px 15px;
	border-radius: 7px;
}
#pr01 {
	border: 6px solid #f00;
}
#pr01 h2 {
	font-family: Noto Sans Japanese, sans-serif;
	color: #c00;
	border-bottom: 3px dotted #F9ED49;
	font-size: 165%;
	line-height: 1.3;
	padding: 0 0 5px 0;
}
#pr01 p {
	margin: 0 0 10px;
}

#pr02 {
	border: 6px solid #BBE36D;
}
#pr02 h3 {
	background-image: none;
	background: #05A05A;
	position: relative;
	margin: 10px 0;
}
#pr02 h3::after {
	content:"";
	position: absolute;
	left: 4px;
	top: 4px;
	border: 1px dashed #fff;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
#pr02 img {
	float: right;
	width: 160px;
	height: 160px;
	background: #ccc;
	margin: 0 0 15px 20px;
}
#pr02 dl::before,#pr02 dl::after {
	content:"";
	clear:both;
	display: block;
}
#pr02 dl {}
#pr02 dl dt {
	float: left;
	width: 1em;
}
#pr02 dl dd {
	padding-left:1.5em;
	margin-left:0px;
}
#pr02 p.bold {
	border-bottom: 2px dotted #F9BA00;
	font-size: 16px;
	font-weight: bold;
	font-family: Noto Sans Japanese, sans-serif;
	color: #F08D00;
	padding-bottom: 5px;
}
#pr02 ol {
	padding-left:2em;
}
#pr02 ol li {
	list-style:disc;
	width: 320px;
	position: relative;
}
#pr02 ol li .name {
	position: absolute;
	right:0;
	width: 4em;
	txt-align: left;
}


.covid {
	margin: 0 0 20px;
	padding: 10px;
	border-radius: 5px;
	border: 6px solid #f00;
}

.covid h2{
	margin: 0 0 15px;
	color: #FF0004;
	text-align: center;
	padding: 0 0 10px;
	line-height: 1.4;
}
.covid h3{
	background-image: url(../image/common/check.png);
	margin: 0 0 10px;
	color: #AB0000;
	font-size: 18px;
	padding: 0 0 10px 30px;
	line-height: 1.4;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 24px;
	height: auto;
	border-bottom: 1px dotted #888888;
}
.covid p{
	margin: 0 0 30px 30px;
}
.covid p.top{
	margin: 0 0 30px 0;
}

.covid p.btm{
	margin: 0 0 0;
	padding: 0 0 10px;
	text-align: center;
}
.covid p.btm strong{
	display: block;
	color: #FFFFFF;
	margin: 0 0 10px;
	background-color: #FF0004;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 18px;
}

/*接骨院紹介
-------------------------*/
#policy {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#aboutlogo {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#aboutlogo .img_left img {
	clear: left;
	float: left;
	margin: 15px 10px 20px 0px;
	width: 50px;
}
.aboutlogo_yurai {
	background:url("../image/common/logo.png") no-repeat right 90%;
	background-size: 200px auto;
	width: 560px;
	padding-top: 15px;
	
}

.toumei{display: block;
  background-color: rgba(255, 255, 255, 0.8);
	padding-bottom: 50px;
}
.aboutlogo_yurai p {
	width: 530px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	text-align: center;
}



.aboutlogo_yurai img {
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding-left: 180px;
}
#nagare {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#nagare p.flow {
	height: 35px;
	padding-left: 20px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
	padding-top: 7px;
	background: url(../image/shoukai/bg_flow.jpg) no-repeat left top;
}
#nagare .img_right {
	float: left;
	padding-top: 5px;
	background: url(../image/shoukai/yajirusi.jpg) no-repeat left bottom;
	margin: 0px 0px 2px;
	height: 170px;
	font-size: 100%;
}
#nagare .img_right img {
	clear: right;
	float: right;
	margin-left: 15px;
	padding: 3px;
	border: 1px solid #CC3;
}
#meyasu {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#sekkotsuqa {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#sekkotsuqa .q {
	background: url(../image/common/q.png) no-repeat left top;
	padding-left: 25px;
	height: 18px;
	color: #008400;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sekkotsuqa .a {
	background: url(../image/common/a.png) no-repeat left top;
	padding-left: 25px;
	line-height: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #D2C5A4;
}
#harikyuqa {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#harikyuqa .q {
	background: url(../image/common/q.png) no-repeat left top;
	padding-left: 25px;
	height: 18px;
	color: #008400;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#harikyuqa .a {
	background: url(../image/common/a.png) no-repeat left top;
	padding-left: 25px;
	line-height: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #D2C5A4;
}
#shashin {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#office_ph {
	margin: 15px 0px 20px 0;
	padding: 0px;
	width:100%;
	text-align: center;
}
#office_ph img{display: block;
width: 100%;}

#imgList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
justify-content: space-between;
	margin: 20px 0 0 0;
	list-style:none;
	padding: 0;
}
#imgList li{width: 25%;
box-sizing: border-box;}
 #imgList li + li{border-left:none;}
 #imgList li img{cursor:pointer;border:solid 2px #ddd;}
.list1 img{border-color:#CCC;}
.list2 img{border-color:#CCC;}
.list3 img{border-color:#CCC;}
.list4 img{border-color:#CCC;}


/*保険施術
-------------------------*/
#ryoukin {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#ryoukin table {
	margin-bottom: 5px;
	font-size: 110%;
	border: 1px solid #DEDEDE;
	margin-top: 15px;
}
#ryoukin table td {
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #EFEFEF;
}
#ryoukin table th {
	width: 4em;
	padding: 5px 0px;
	text-align: center;
	background-color: #DBF7C4;
}
#ryoukin dl {
	clear: both;
	width: 550px;
}
#ryoukin dl dt {
	width: 1.5em;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
}
#ryoukin dl dd {
	padding-left: 1em;
	margin: 0px;
}
#chuui {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#hoken {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#hoken .img_right {
	margin-bottom: 15px;
	text-align: justify;
	letter-spacing: 1px;
}
#hoken .img_right img {
	clear: right;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 3px;
	border: 3px solid #FFEFBF;
}
#hoken .img_left {
	margin-bottom: 15px;
	text-align: justify;
	letter-spacing: 1px;
}
#hoken .img_left img {
	clear: left;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 3px;
	border: 3px solid #FFEFBF;
}
/*自費施術
-------------------------*/
#jihiryoukin {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#jihiryoukin table {
	margin-bottom: 5px;
	font-size: 100%;
	border: 1px solid #DEDEDE;
}
#jihiryoukin table td {
	border: 1px solid #EFEFEF;
	padding: 8px 15px;
	line-height: 17px;
	position: relative;
	vertical-align: middle;
}
#jihiryoukin table td span {
	position: absolute;
	left:0;
}
#jihiryoukin table th {
	background: #DBF7C4;
	font-weight: normal;
	text-align: center;
	line-height:1.3;
	padding: 5px;
}
#jihi {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#jihi .img_right {
	text-align: justify;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#jihi .img_right img {
	clear: right;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 3px;
	border: 3px solid #FFEFBF;
}
#jihi .img_left {
	text-align: justify;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#jihi .img_left img {
	clear: left;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 3px;
	border: 3px solid #FFEFBF;
}
#special {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#special .img_right {
	text-align: justify;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#special .img_right img {
	clear: right;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 3px;
	border: 3px solid #FFEFBF;
}
#special .img_left {
	text-align: justify;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#special .img_left img {
	clear: left;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 3px;
	border: 3px solid #FFEFBF;
}
ul.special {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
ul.special li.kome {
	list-style-type:none;
	text-indent: -1em;
	margin-top: 20px;
}
#special .vitalcheck {
	width: 550px;
}
#special .vitalcheck table img {
	border: none;
}
#special .vitalcheck table img a {
	border: none;
}
#special .vitalcheck p.flow {
	height: 35px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
	padding-top: 7px;
	background: url(../image/jihi/bg_flow.jpg) no-repeat left top;
}
#special .vitalcheck .img_right {
	float: left;
	padding-top: 5px;
	background: url(../image/jihi/yajirusi.jpg) no-repeat left bottom;
	margin: 0px 0px 2px;
	height: 150px;
}
#special .vitalcheck .img_right img {
	clear: right;
	float: right;
	margin-left: 15px;
	padding: 3px;
	border: 1px solid #CC3;
}
/*交通事故治療
-------------------------*/
#jiko {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#jiko p.img_right img {
	float: right;
	margin: 5px 5px 10px 15px;
}
#jiko p.img_left img {
	float: left;
	margin: 0px 15px 15px 0px;

}
#jikonagare {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#jikoqa {
	width: 590px;
	padding-bottom: 10px;
	background: url(../image/common/contentsbox-btm.gif) no-repeat left bottom;
	margin-bottom: 30px;
}
#jikoqa .q {
	background: url(../image/common/q.png) no-repeat left top;
	padding-left: 25px;
	color: #008400;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 0px;
	line-height: 20px;
}
#jikoqa .a {
	background: url(../image/common/a.png) no-repeat left top;
	padding-left: 25px;
	line-height: 22px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #D2C5A4;
}
#jikonagare .left170 {
	float: left;
	width: 170px;
	text-align: center;
}
#jikonagare .left170 img {
	margin-bottom: 10px;
}
#jikonagare .right330 {
	width: 370px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}
