@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*---------------------------------
  共通項目・トップページ
---------------------------------*/
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

a {
	color: #1B6ABA;
	text-decoration: none;
}

h2 {
	font-size: 17px;
	color: #2b0b00;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #836a52;
	margin-bottom: 5px;
	line-height: 30px;
}

.imgbox {
	text-align: center;
}

.outbox {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

.outbox h2{
	color: #2b0b00;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #836a52;
	margin-bottom: 5px;
	line-height: 30px;
}

.outbox section {
	padding: 0px 5px;
	font-size: 13px;
}

h4 {
	padding:6px 10px;
	font-size: 100%;
	font-weight: bold;
	color: #654A34;
	margin-bottom: 10px;
	letter-spacing: 1px;
	background:#EDE2B6;
	border: 1px dashed #401000;
}
.imgbox3 ul, .imgbox2 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-around;
	list-style-type: none;
}
.imgbox3 ul li {
    width: 31%;
    margin: 0 0 20px;
}
.imgbox2 ul li {
    width: 46%;
    margin: 0 0 10px;
}
.imgbox3 ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0px;
	box-sizing: border-box;
}
.imgbox2 ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0px;
	box-sizing: border-box;
}

/*----------------------------------
	Fonts
------------------------------------*/
.red {
	font-weight: bold;
	color: #F00;
}
.pink {
	font-weight: bold;
	color: #F99;
}
.green {
	font-weight: bold;
	color: #096;
	line-height: 40px;
}
.orange {
	font-weight: bold;
	color: #F90;
}

.small {
	font-size: 11px;
	padding-left: 3px;
}
.middle {
	font-size: 12px;
	padding-left: 3px;
}


/*----------------------------------
	masterpage
----------------------------------*/
html{
}

body{
	font-size: 14px;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justfy: inter-ideograph;
	line-height: 150%;
	font-family: sans-serif;
	color: #333;
	position: relative;
	/* [disabled]background: url(../image/bg.jpg) repeat left top; */
}

header{
	background: #FFF;
	/* [disabled]border-top: 10px solid #4D2600; */
}

header:after {
	content: "";
	clear: both;
	display: block;
}

header h1 {
	line-height: 120%;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	background-color: #32a876;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

header #head {
	width: 330px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;

}

header #logo {width:250px;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 50px;
	text-indent: 35px;
	color: #333;
    margin: 0 auto;
	background: url(../image/logo.png) no-repeat 5% 45%;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
}

header #logo a{text-decoration: none;
color:#333;}

header #telArea {

}

header #telArea #telnum {
	background: url(../image/tel.png) no-repeat 35px top;
	background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	padding:5px 0 0 40px;
	font-size: 22px;
	font-weight: bold;
	text-align:center;
    width: 230px;
    margin: 0 auto;
}

header #telArea #telnum a {
	color: #555;
}

header p#yoyaku2{ font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:13px;
padding:0;
font-weight:bold;
margin:3px auto;}

header #telArea #add {
	font-size: 13px;
	line-height: 110%;
	padding-left: 5px;
	text-align: center;
}

header #telArea #add .post {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	float: left;
}

header #telArea #yoyaku {
	border-radius: 5px;
	padding: 1px;
	margin: 0px 0 5px 0;
	background: #FF6600;
    box-sizing: border-box;
}
header #telArea #yoyaku .yoyaku {
	border: 1px solid #fff;
	border-radius: 5px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
    box-sizing: border-box;
}

ul.head_point{display: flex;
font-size: 14px;
margin: 0 auto;
    justify-content: space-around;
width: 100%;
box-sizing: border-box;
padding: 0;
list-style-type: none;}

ul.head_point li{background: #553C33;
color: #fff;
font-weight: bold;
padding: 4px 6px;
    margin: 0;
box-sizing: border-box;
border-radius: 5px;}


#content {
	padding: 10px 0px;
}

#foot{
	margin: 0px;
	padding: 6px 0 0px 0;
	text-align: center;
	background-color: #E0ECC4;
}

#foot .foot {
	width: 320px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#foot .foot p {
	text-align: left;
	display: block;
}

#foot .foot p.logo {
	float: left;
	width: 150px;
	padding: 5px;
}

#foot .foot p.logo img {
	width: 115px;
	height: auto;
}

#foot .foot p.name {
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	float: left;
	width: 125px;
	line-height: 40px;
	height: 40px;
	display: block;
	padding-left: 30px;
	margin-left: 5px;
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
}

#foot .foot p.address {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	float: right;
	line-height: 120%;
	width: 160px;
	display: block;
	padding-top: 5px;
	margin: 0px;
}

#foot section#copy {
	padding-top: 5px;
}

#foot section#copy small{
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#foot section#copy small a{
	color: #000000;
	text-decoration: none;
}

#foot section#copy small a:hover{
	color: #000000;
	text-decoration: none;
}


#foot section#copy p{
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
	line-height: 120%;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B4D3B4;
	padding-top: 5px;
}
p#banner, p#banner02, p#banner03 {
	text-align: center;
}
p#banner img, p#banner02 img, p#banner03 img {
	width: 290px;
	display: block;
	height: auto;
	margin: 10px auto 10px auto;
}


/*------------------------------------------
	Navigation
------------------------------------------*/
#navi1 {
	background-image: url(../image/bg.jpg);
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	background-repeat: repeat;
	background-position: left top;
	display: block;
	width: 100%;
	padding-top: 15px;
}

#navi1 .navi1 {
	width: 285px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 15px;
}

#navi1 ul{
}

#navi1 ul:after{
	content:"";
	clear:both;
	display:block;
}

#navi1 ul li{
	float:left;
	margin:0 15px 10px 0px;

}

#navi1 ul li:nth-child(3n){
	margin-right: 0px;
}

#navi1 ul li a{
	display:block;
	width:80px;
	height:80px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(232,232,232,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(232,232,232,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(232,232,232,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(232,232,232,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(232,232,232,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	border-radius:8px;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;
}

#navi1 ul li a img{
	margin: 0px;
	width: 80px;
	height: 80px;
	padding: 0px;
}

#navi1 ul li:after{
	content:attr(title);
	display:block;
	min-height:11px;
	margin:5px 0 0 0;
	font-size:10px;
	line-height: 120%;
	font-weight:bold;
	text-align:center;
}

/*--------------------------------
	Pagetop
--------------------------------*/
.pagetop{
	margin: 10px 10px 5px 0px;
	text-align: right;
	color: #666666;
}

.pagetop:after {
	content:"";
	display:block;
	clear:both;
}

.pagetop a{
	font-size: 14px;
	background: url(../image/totop.png) no-repeat left center;
	-webkit-background-size: 12px;
	background-size: 12px;
	color: #333;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 14px;
}

/*------------------------------------------------
   TopicPath
------------------------------------------------*/
#topicpath {
	margin-bottom: 8px;
	margin-top: 5px;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 25px;
}
#topicpath ul {
	list-style: none;
	padding: 0px 0px 0px 5px;
}
#topicpath ul li {
	display: inline;
	font-size: 11px;
}
#topicpath ul li a {
}

#topicpath ul li span {
}

/*------------------------------------------
	HOME
------------------------------------------*/
#topimage {
	text-align: center;
}

#topimage img {
	width: 95%;
	height: auto;
	max-width:350px;
	border: 5px solid #c6d987;
	border-radius: 8px;
}

#greetArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fbf9e3;
}

#greetArea h2{
	color: #2b0b00;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #836a52;
	margin-bottom: 5px;
	line-height: 30px;
}

#greetArea section {
	padding: 0px 5px;
}

#greetArea p {
	line-height: 140%;
	margin: 0 0 15px 0;
}

#greetArea p img {
	float: right;
	width: 105px;
	height: auto;
	margin-left: 10px;
	border: 2px solid #FFE9BB;
	background-color: #FFF;
}


.covid {
	margin: 10px;
	padding: 10px;
	border-radius: 8px;
	border: 3px solid #f00;
	background-color: #FFFFFF;
}

.covid h2{
	margin: 0 0 15px;
	color: #FF0004;
	text-align: center;
	padding: 0 0 10px;
	line-height: 1.4;
	border-bottom: 4px solid #FF7F00;
}
.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 0px;
}

.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: 16px;
}


#reserveArea {
	margin: 10px;
	border: 3px solid #ff7f00;
	border-radius: 8px;
	padding: 5px;
	background-color: #FFF9E3;
}

#reserveArea h2{
	color: #FE6C01;
	text-indent: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #836a52;
	margin-bottom: 5px;
	line-height: 30px;
	background-image: url(../image/caution.png);
	background-repeat: no-repeat;
	background-position: left 45%;
	background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
}

#reserveArea section {
	padding: 0px 5px;
}

#reserveArea .noticeArea {
	padding-top: 15px;
	
}

#qaArea {
	margin: 10px;
	border: 3px solid #ff7f00;
	border-radius: 8px;
	padding: 5px;
	background-color: #FFF9E3;
}

#qaArea h2{
	color: #FE6C01;
	text-indent: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #836a52;
	margin-bottom: 5px;
	line-height: 30px;
	background-image: url(../image/caution.png);
	background-repeat: no-repeat;
	background-position: left 45%;
	background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
}

#qaArea section {
	padding: 0px 5px;
}

#qaArea dl {
	
}

#qaArea dl dt {
	float: left;
	width: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#qaArea dl dd {
	padding-left: 25px;
}

#qaArea dl.q {
	color: #008400;
	line-height: 35px;
	border-bottom: 1px dotted #D5BFAC;
	background:url(../image/plus.png) no-repeat right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
}

#qaArea dl.q.active {
	background:url(../image/minus.png) no-repeat right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
}


#qaArea dl.q dt {

}

#qaArea dl.q dd {
	font-weight: bold;
	color: #666;
	font-size: 13px;
}

#qaArea dl.a {
	line-height: 150%;
	margin: 5px 0px;
	padding: 10px 5px 10px 0px;
	border-radius: 6px;
	background-color: rgba(255,255,255,1.0);
}

#qaArea dl.a dt {
	color: #FE6C01;
}

#qaArea dl.a dd {
}

#qaArea dl.a:last-child {
	border-bottom: 0px;
}

#qaArea dl.a dl.kome {
	font-size: 12px;
	line-height: 140%;
	padding: 10px 0px 5px 0px;
	color: #555;
}

#qaArea dl.a dl.kome dt {
	float: left;
	width: 1em;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

#qaArea dl.a dl.kome dd {
	padding-left: 1.5em;
}

#infoArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#infoArea h2{
	color: #2b0b00;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #836a52;
	margin-bottom: 5px;
	line-height: 30px;
}

#infoArea section {
	padding: 0px 5px;
	font-size: 13px;
}



#timeArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#timeArea h2{
	color: #2b0b00;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #836a52;
	margin-bottom: 5px;
	line-height: 30px;
}

#timeArea section {
	padding: 0px 5px;
	font-size: 13px;
}

#timeArea table {
	width: 100%;
	border: 1px solid #aaa;
	margin: 0px auto 10px;
}

#timeArea table td {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 180%;
	border: 1px dashed #CCC;
}

#timeArea table td.day {
	background-color: #32a876;
	font-size: 15px;
	color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #bbb;
}

#timeArea table td.time {
	width: 40%;
	font-size: 13px;
	text-align: right;
	padding-right: 5px;
	background-color: #E0ECC4;
}

#timeArea p {
	line-height: 120%;
	padding-left: 0.5em;
	margin-bottom: 10px;
}

#timeArea dl {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
	line-height: 120%;
	padding-left: 0.5em;
	margin-bottom: 10px;
}

#timeArea dt {
	float: left;
	width: 5em;
}

#timeArea dd {
}

#timeArea #yoyaku {
	border-radius: 5px;
	padding: 1px;
	margin: 15px 0 5px 0;
	background: #FF6600;
}
#timeArea #yoyaku .yoyaku {
	border: 1px solid #fff;
	border-radius: 5px;
	height: 25px;
	line-height: 27px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}



#pr01, #pr02 {
	margin: 15px 10px;
	padding: 10px 10px 15px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	background-color: #fff;
}
#pr01 {
	border: 4px solid #f00;
}
#pr01 h2 {
	font-family: Noto Sans Japanese, sans-serif;
	color: #c00;
	font-size: 18px;
	line-height: 1.3;
	padding: 5px 10px;
	margin: 0 0 15px;
	background: #FCE4E4;
	border:0;
}
#pr01 p {
	margin: 0 0 10px;
}

#pr02 {
	border: 4px solid #BBE36D;
}
#pr02 h3 {
	background-image: none;
	background: #05A05A;
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
#pr02 h3::after {
	content:"";
	position: absolute;
	left: 4px;
	top: 4px;
	border: 1px dashed #fff;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
#pr02 img {
	display: block;
	width: 70%;
	height: auto;
	max-width: 350px;
	background: #ccc;
	margin: 0 15% 15px;
}
#pr02 dl::before,
#pr02 dl::after {
	content:"";
	clear:both;
	display: block;
}
#pr02 dl {
	margin: 15px 0;
}
#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: 15px;
	font-weight: bold;
	color: #F08D00;
	padding-bottom: 5px;
	margin: 15px 0 10px;
}
#pr02 ol {
	padding-left:1.5em;
}
#pr02 ol li {
	list-style:disc;
}
#pr02 ol li .name {
	display:block;
	text-align: right;
}

/*-----------------------------------------
	接骨院紹介
-------------------------------------------*/
#policyArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#policyArea section {
	padding: 0px 5px;
}

#policyArea dl {
	margin-bottom: 5px;
	line-height: 30px;
}

#policyArea dl:last-child {
	margin-bottom: 5px;
	line-height: 25px;
}

#policyArea dl dt {
	width: 30px;
	float: left;
	font-weight: bold;
	color: #933;
	text-align: center;
	background-image: url(../image/moko.png);
	background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

#policyArea dl dd{
	color: #FF9933;
	border-bottom: 2px dotted #FFCC66;
	font-size: 15px;
	padding-left: 35px;
	font-weight: bold;
}

#policyArea p {
	margin-bottom: 15px;
}

#logoArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#logoArea section {
	padding: 0px 5px;
}

#logoArea img {
	width: 80px;
	height: auto;
}

#logoArea p {
	font-size: 13px;
	margin-bottom: 10px;
}

#logoArea p img {
	float: left;
	margin-right: 15px;
	width: 80px;
	height: auto;
}

#logoArea p:after {
	content: "";
	clear: both;
	display: block;
}

#logoArea dl {

}

#logoArea dl dd {
	margin-bottom: 10px;
}

#logoArea dl dt {
	font-weight: bold;
	color: #532C22;
	letter-spacing: 2px;
	border-radius: 4px;
	margin-bottom: 5px;
	text-align: center;
}

#logoArea dl dt.yurai01 {
	background: #cdf1fb;
}

#logoArea dl dt.yurai02 {
	background: #ceffbe;
}

#logoArea dl dt.yurai03 {
	background: #fee499;
}

#stepArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#stepArea section {
	padding: 0px 5px;
}

#stepArea p {
	margin-bottom: 15px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#stepArea p.step {
	padding-left: 8px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
	background-color: #368B52;
	border: 1px dashed #FFF;
}

#stepArea p.tejun {
	margin-bottom: 5px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: block;
	background: url(../image/yajirusi.png) no-repeat 40px
 bottom;
	background-size: 50px 30px;
	-webkit-background-size: 50px 30px;
	padding-top: 0px;
	padding-bottom: 38px;
}

#stepArea p.tejun:last-child {
	padding: 0px 0.5em ;
	background: none;
}

#stepArea p.tejun:after {
	content:"";
	clear:both;
	display:block;
}

#stepArea p.tejun img {
	float: right;
	width: 100px;
	height: auto;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding: 1px;
}

#meyasuArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#meyasuArea section {
	padding: 0px 5px;
}

#meyasuArea p {
	margin-bottom: 5px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#sekkotsuArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#sekkotsuArea section {
	padding: 0px 5px;
}

#sekkotsuArea p {
	margin-bottom: 15px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#sekkotsuArea dl {
	
}

#sekkotsuArea dl dt {
	float: left;
	width: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#sekkotsuArea dl dd {
	padding-left: 25px;
}

#sekkotsuArea dl.q {
	color: #008400;
	background: url(../image/plus.png) no-repeat right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C6C99E;
}

#sekkotsuArea dl.q.active {
	background:url(../image/minus.png) no-repeat right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
}


#sekkotsuArea dl.q dt {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	line-height: 20px;
}

#sekkotsuArea dl.q dd {
	font-weight: bold;
	color: #666;
	font-size: 13px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	line-height: 20px;
}

#sekkotsuArea dl.a {
	line-height: 150%;
	margin: 5px 0px;
	padding: 10px 5px 10px 0px;
	border-radius: 6px;
	background-color: rgba(255,255,204,0.6); 
	border: 2px solid #FFCB7D;
}

#sekkotsuArea dl.a dt {
	color: #FE6C01;
}

#sekkotsuArea dl.a dd {
}

#sekkotsuArea dl.q:last-child {
	border-bottom: 0px;
}

#harikyuArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#harikyuArea section {
	padding: 0px 5px;
}

#harikyuArea p {
	margin-bottom: 15px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#harikyuArea dl {
}

#harikyuArea dl dt {
	float: left;
	width: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#harikyuArea dl dd {
	padding-left: 25px;
}

#harikyuArea dl.q {
	color: #008400;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C6C99E;
	background:url(../image/plus.png) no-repeat right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
}

#harikyuArea dl.q.active {
	background:url(../image/minus.png) no-repeat right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
}

#harikyuArea dl.q dt {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	line-height: 20px;
}

#harikyuArea dl.q dd {
	font-weight: bold;
	color: #666;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	line-height: 20px;
}

#harikyuArea dl.q dd.line2 {
	line-height: 130%;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
}

#harikyuArea dl.a {
	line-height: 150%;
	margin: 5px 0px;
	padding: 10px 5px 10px 0px;
	border-radius: 6px;
	background-color: #FFFFDD;
}

#harikyuArea dl.a dt {
	color: #FE6C01;
}

#harikyuArea dl.a dd {
}

#harikyuArea dl.a:last-child {
	border-bottom: 0px;
}

#galleryArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#galleryArea section {
	padding: 0px 5px;
}
	
/*-----------------------------------------
	保険施術
-------------------------------------------*/
#ryoukinArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#ryoukinArea section {
	padding: 0px 5px;
}	
	
#ryoukinArea table {
	margin: 15px auto 10px;
	width: 100%;
	border: 1px solid #999999;
	padding: 1px;
}

#ryoukinArea table td {
	text-align: center;
	line-height: 1.3;
	border: 1px solid #bbb;
	background: #FFFFDD;
	padding: 2px 5px;
	vertical-align: middle;
}
#ryoukinArea table td span,
#ryoukin2Area table td span{
	display: block;
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
#ryoukin2Area table td span{
	margin: 0 0 0 15px;
	line-height:1;
}
#ryoukinArea table th {
	background: #DBF7C4;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	vertical-align: middle;
	border: 1px solid #bbb;
}
#ryoukinArea table tr th:first-of-type {
	padding: 2px 5px;
}

#ryoukinArea dl {
	font-size: 13px;
}

#ryoukinArea dl dt {
	width: 1.5em;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
}

#ryoukinArea dl dd {
	padding-left: 1.5em;
	margin: 0px;
}

#cautionArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#cautionArea section {
	padding: 0px 5px;
}

#cautionArea p {
	margin-bottom: 10px;
}

#cautionArea #trigger {
	width: 100px;
	float: right;
	text-align: center;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 13px;
	font-weight: bold;
	background-color: #A3C03D;
	border-radius: 5px;
	box-shadow: 0 1px 3px #DDD;
	-webkit-box-shadow: 0 1px 3px #DDD;
	margin-bottom: 3px;
}

#cautionArea #trigger2 {
	width: 100px;
	float: right;
	text-align: center;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 13px;
	font-weight: bold;
	background-color: #A3C03D;
	border-radius: 5px;
	box-shadow: 0 1px 3px #DDD;
	-webkit-box-shadow: 0 1px 3px #DDD;
}

#hokenArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#hokenArea section {
	padding: 0px 5px;
}

#hokenArea h3,.outbox h3 {
	padding-left: 8px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
	background-size: 15px 30px;
	-webkit-background-size: 15px 30px;
	background-color: #F4BA73;
	border: 1px dashed #FFF;
}

#hokenArea .imgbox img {
	width: 270px;
	height: auto;
	border-bottom: 0px;
	margin-bottom: 5px;
}

#hokenArea p,.outbox p {
	margin-bottom: 15px;
}

/*-----------------------------------------
	自費施術
-----------------------------------------*/
#ryoukin2Area {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#ryoukin2Area section {
	padding: 0px 5px;
}	

#ryoukin2Area .shousai {
	padding-bottom: 10px;
}
	
#ryoukin2Area table {
	margin: 10px auto 10px;
	width: 100%;
	border: 1px solid #999999;
	padding: 1px;
	font-size: 13px;
}

#ryoukin2Area table td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #bbb;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	padding: 5px 5px;
	background: #FFFFDD;
}
#ryoukin2Area table td.kai {
	background-color: rgba(220,220,120,0.20);
}
#ryoukin2Area table th {
	background: #DBF7C4;
	text-align: center;
	line-height: 130%;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#ryoukin2Area dl{
	line-height: 130%;
}

#ryoukin2Area dl dt {
	font-size: 12px;
	float: left;
	width: auto;
}

#ryoukin2Area dl dd {
	padding-left: 20px;
	font-size: 12px;
}

#ryoukin2Area .title {
	padding-left: 8px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #6C4433;
	font-weight: bold;
	background-size: 15px 30px;
	-webkit-background-size: 15px 30px;
}

#ryoukin2Area h3 {
	background: #EEE4BC url(../image/toggle_down.png) no-repeat right center;
	padding-left: 8px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #6C4433;
	font-weight: bold;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	border: 1px dashed #A78865;
}

#ryoukin2Area h3.active {
	background: #EEE4BC url(../image/toggle_up.png) no-repeat right center;
	padding-left: 8px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #6C4433;
	font-weight: bold;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;

}

#jihiArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#jihiArea section {
	padding: 0px 5px;
}

#jihiArea h3 {
	padding-left: 8px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
	background-size: 15px 30px;
	-webkit-background-size: 15px 30px;
	background-color: #F4BA73;
	border: 1px dashed #FFF;
}

#jihiArea .imgbox img {
	width: 270px;
	height: auto;
	border-bottom: 0px;
	margin-bottom: 5px;
}

#jihiArea p {
	margin-bottom: 15px;
}

#specialArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#specialArea section {
	padding: 0px 5px;
}

#specialArea h3 {
	padding-left: 8px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
	background-size: 15px 30px;
	-webkit-background-size: 15px 30px;
	background-color: #F4BA73;
	border: 1px dashed #FFF;
}

#specialArea .imgbox img {
	width: 270px;
	height: auto;
	border-bottom: 0px;
	margin-bottom: 5px;
}

#specialArea p {
	margin-bottom: 15px;
}

#specialArea .recommend {
	border-radius: 8px;
	border: 2px solid #FEE9A9;
	padding: 10px;
	background-color: #FFFDE6;
	margin-bottom: 20px;
}

#specialArea h4 {
	border-bottom: 2px dashed #FC6;
	color: #333333;
	margin-bottom: 10px;
}
ul.special {
	margin-left: 5px;
	padding-left: 10px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 140%;
}
ul.special li {
	margin-bottom: 5px;
}
ul.special li.kome {
	list-style-type:none;
	text-indent: -1em;
	margin-top: 20px;
}
#specialArea p.step {
	padding-left: 8px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
	background-size: 15px 30px;
	-webkit-background-size: 15px 30px;
	background-color: #368B52;
	border: 1px dashed #FFF;
}

#specialArea p.tejun {
	margin-bottom: 5px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: block;
	background: url(../image/yajirusi.png) no-repeat 40px
 bottom;
	background-size: 50px 30px;
	-webkit-background-size: 50px 30px;
	padding-top: 0px;
	padding-bottom: 38px;
}

#specialArea p.tejun:last-child {
	padding: 0px 0.5em ;
	background: none;
}

#specialArea p.tejun:after {
	content:"";
	clear:both;
	display:block;
}

#specialArea p.tejun img {
	float: right;
	width: 100px;
	height: auto;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding: 1px;
}

#specialArea #result {
	padding: 5px;
	border: 1px solid #C9F1C5;
	background-color: #FDFFE1;
	border-radius: 5px;
	margin-bottom: 10px;
}

#specialArea #result .vital {
	border-bottom: 1px solid #C9F1C5;
	padding: 5px 2px;
}

#specialArea #result a .vital {
	color: #333;
}

#specialArea #result .vital:after {
	cleat: both;
	content:"";
	display: block;
}

#specialArea #result .vital p.kind {
	line-height: 50px;
	height: 50px;
	margin-bottom: 5px;
	font-size: 16px;
}

#specialArea #result .vital p {
	line-height: 18px;
	margin-bottom: 5px;
}

#specialArea #result .vital dl {
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 5px;
}

#specialArea #result .vital dl dt {
	width: 15px;
	float: left;
}

#specialArea #result .vital dl dd {
	padding-left: 15px;
}

#specialArea #result .vital p img {
	width: 50px;
	height: auto;
	float: left;
	margin-right: 5px;
}

#specialArea dl.kekka {
	font-size:13px;
}

#specialArea dl.kekka dt {
	float: left;
	width: 1.5em;
}

#specialArea dl.kekka dd {
	padding-left: 1.5em;
}


/*-----------------------------------------
	交通事故治療
-----------------------------------------*/
#jikoArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#jikoArea section {
	padding: 0px 5px;
}	

#jikoArea h3 {
	background: #EEE4BC;
	padding: 3px 10px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #6C4433;
	font-weight: bold;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	border: 1px dashed #A78865;
}

#jikoArea p {
	margin-bottom: 10px;
}

#jikoArea p.img_right {
	clear: both;
	display: block;
}

#jikoArea p.img_right img {
	float: right;
	width: 120px;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
}

#jikoArea p.img_left {
	clear: both;
	display: block;
}

#jikoArea p.img_left img {
	float: left;
	width: 85px;
	height: auto;
	margin-right: 10px;
}

#jikoArea #trigger {
	width: 100px;
	float: right;
	text-align: center;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 13px;
	font-weight: bold;
	background-color: #A3C03D;
	border-radius: 5px;
	box-shadow: 0 1px 3px #DDD;
	-webkit-box-shadow: 0 1px 3px #DDD;
	margin-bottom: 3px;
}

#jikoArea #trigger2 {
	width: 100px;
	float: right;
	text-align: center;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 13px;
	font-weight: bold;
	background-color: #A3C03D;
	border-radius: 5px;
	box-shadow: 0 1px 3px #DDD;
	-webkit-box-shadow: 0 1px 3px #DDD;
}


#jikostepArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#jikostepArea section {
	padding: 0px 5px;
}	

#jikostepArea p {
	margin-bottom: 15px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#jikostepArea p.step {
	padding-left: 8px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
	background-color: #368B52;
	border: 1px dashed #FFF;
}

#jikostepArea p.tejun {
	margin-bottom: 5px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: block;
	background: url(../image/yajirusi.png) no-repeat 40px
 bottom;
	background-size: 50px 30px;
	-webkit-background-size: 50px 30px;
	padding-top: 0px;
	padding-bottom: 38px;
}

#jikostepArea p.tejun:last-child {
	padding: 0px 0.5em ;
	background: none;
}

#jikostepArea p.tejun:after {
	content:"";
	clear:both;
	display:block;
}

#jikostepArea p.tejun img {
	float: right;
	width: 100px;
	height: auto;
	margin-left: 10px;
	border: 1px solid #CCC;
	padding: 1px;
}

#jikoqaArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#jikoqaArea section {
	padding: 0px 5px;
}	

#jikoqaArea .shousai {
	padding-bottom: 10px;
}

#jikoqaArea dl {
	
}

#jikoqaArea dl dt {
	float: left;
	width: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#jikoqaArea dl dd {
	padding-left: 25px;
}

#jikoqaArea dl.q {
	color: #008400;
	background: url(../image/plus.png) no-repeat right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C6C99E;
}

#jikoqaArea dl.q.active {
	background:url(../image/minus.png) no-repeat right center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
}


#jikoqaArea dl.q dt {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	line-height: 20px;
}

#jikoqaArea dl.q dd {
	font-weight: bold;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 30px 5px 30px;
}

#jikoqaArea dl.a {
	line-height: 150%;
	margin: 5px 0px;
	padding: 10px 5px 10px 0px;
	border-radius: 6px;
	background-color: rgba(255,255,204,0.6); 
	border: 2px solid #FFCB7D;
}

#jikoqaArea dl.a dt {
	color: #FE6C01;
}

#jikoqaArea dl.a dd {
}

#jikoqaArea dl.q:last-child {
	border-bottom: 0px;
}

/*-----------------------------------------
	アクセス
----------------------------------------*/

#access .imgbox{width: 80%;
margin: 0 auto 10px auto;}

#access .imgbox img{display: block;
width: 100%;
height: auto;}

#accessArea {
	margin: 10px;
	border: 3px solid #c6d987;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}

#accessArea h2{
	color: #2b0b00;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #836a52;
	margin-bottom: 5px;
	line-height: 30px;
}

#accessArea section {
	padding: 0px 5px;
	font-size: 13px;
}

#accessArea dl {
}

#accessArea dl dt {
	border-radius: 4px;
	background-color: #C8EFC0;
	padding: 2px 5px;
	font-weight: bold;
	color: #063;
	margin-bottom: 3px;
}
#accessArea dl dd {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
}

#accessArea dl dd ul{margin-left: 1.5em;}

#accessArea table {
	width: 100%;
	border: 1px solid #aaa;
	margin-bottom: 5px;
	margin-top: 5px;
}

#accessArea table td {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 180%;
	border: 1px dashed #CCC;
}

#accessArea table td.day {
	background-color: #32a876;
	font-size: 15px;
	color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #bbb;
}

#accessArea table td.time {
	width: 40%;
	font-size: 13px;
	text-align: right;
	padding-right: 5px;
	background-color: #E0ECC4;
}

#accessArea iframe {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	height: 200px;
}
