@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*-------------------------
	font
-------------------------*/

h2 {
	background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 225, 225, 1) 100%);
	border: 1px solid #C5C5C5;
	border-radius: 7px;
	
	padding: 5px 10px 5px 20px;
	margin: 0 0 10px;
	color:#5B5959;
	font-weight: bold;
	font-size: 19px;
	font-family: Noto Sans Japanese, sans-serif;
position: relative;
}


h2:before{content:"";
display: block;
background: #F59B00;
width: 5px;
height: 25px;
position: absolute;
	left:7px;
top:7px;}

h3 {
	background: #FCDA52;
background: linear-gradient(180deg, rgba(252, 218, 82, 1) 0%, rgba(228, 70, 0, 1) 100%);
	padding: 7px 0 5px 35px;
	margin: 0 0 10px;
	font-size: 19px;
	color: #fff;
font-weight: bold;
	clear: both;
	text-shadow: 0 0 4px #666;
	border-radius: 5px;
	position: relative;
}

h3:before{content:"";
display: block;

width: 10px;
height: 10px;
position: absolute;
	left:10px;
top:12px;
border: 3px solid #fff;
border-radius: 50%;}



h4 {
	background-color: #FCF9D0;
	background-image: url(../image/common/kira.png),url(../image/common/kira2.png);
	background-repeat: no-repeat;
	background-position: 1% 50%, 99% 50%;
	background-size: 40px auto;
	-webkit-background-size: 40px auto;
	border-radius: 8px;
	font-size: 21px;
	font-weight: bold;
	font-family: Noto Sans Japanese, sans-serif;
	color: #4E4F4F;
	padding: 8px 0 8px 55px;
	margin: 0 0 15px;
	position: relative;
	z-index:4;
}
	
/*-------------------------
	frame
-------------------------*/
/*#page {
	width: 1000px;
	margin: 0 auto;
	box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
}*/
#content {
	width: 900px;
	margin: 0 auto;
}
#content:after {
	content:"";
	clear: both;
	display: block;
}
#main {
	width: 650px;
	margin: 15px 0 0 0;
	float: left;
}
#main .inbox {
	padding: 10px 10px 15px;
}
#sub {
	width: 230px;
	margin: 15px 0 0 0;
	float: right;
}
#breadcrumb{
	margin: 0 0 5px 5px;
	display:block;
}
#breadcrumb ul{ 
	margin:0 auto;
	padding:0;
	font-size:13px;
}
#breadcrumb ul li{
	display:inline;
	margin:0 0 0 0;
}
#breadcrumb ul li::after{
	content:"＞";
	margin: 0 10px;
}
#breadcrumb ul li:last-child a {
	color:#333;
}
#breadcrumb ul li:last-child:after{
	content:none;
}

/*-------------------------
	header
-------------------------*/
#head {

	background: #fff;
	margin: 0 0 25px;
}
.header_box {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	position: relative;
}
#head h1 {
	width: 900px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	padding: 0px;
	
	
}

.h1box{background: #E89300;
padding: 3px 0;}

#head .head:after {
	content:"";
	clear: both;
	display: block;
}
.header_box #logo {
	float: left;
	width:296px;
	margin: 10px 0 0 0;
}
.header_box #logo a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.header_box .right_box {
	width: 410px;
	padding:0px;
	float: right;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
.header_box .right_box .left {
	float: left;
	
}
.header_box .right_box .left p.comment {
color:#333;background: #FFF684;
font-weight: bold;
font-size: 14px;
text-align: center;
border-radius: 15px;

}

p.tel a {
	display: block;
	font-family:Arial, Helvetica, "sans-serif";
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 34px;
	line-height: 1;
	margin: 5px 0 0 0 ;
	text-align: left;
background-repeat: no-repeat;
	background-image:url("../image/common/tel.png");
	background-position: left center;
	background-size: auto 25px;
	padding: 0px 0 0 30px;
}

.header_box .right_box .right {
	float: right;
	padding: 0 0 0 15px;
	width: 150px;
	box-sizing: border-box;
	border-left: 2px dotted #E89300;
}

.header_box .right_box .right p{color:#333;background: #FFF684;
font-weight: bold;
font-size: 14px;
text-align: center;
border-radius: 15px;
margin-bottom: 5px;}

.header_box .right_box .right dl.jikan {
	line-height: 1.5;
	font-size: 15px;
	color: #333;
}
.header_box .right_box .right dl.jikan dt {
	float: left;
	clear: both;
}
.header_box .right_box .right dl.jikan dd {
	text-align: right;
}
/*------------------------------
	g-nav
------------------------------*/

#nav {
	width: 900px;
	
	height: auto;
	margin: 15px auto;
	padding: 0 0 0;
	border: 1px solid #EA6D16;
	border-top: 0;
	background: #fff;
	border-radius: 8px 8px 0 0;
	display: flex;
}
#nav:after {
	content:"";
	clear: both;
	display: block;
}
#nav .navBlock {
	
	width: 225px;

border-right: 1px solid #EA6D16;
	padding: 0 0 15px 0;
	box-sizing: border-box;

}

#nav .navBlock figure img{border-right: 2px dotted #fff;}

#nav .navBlock:last-of-type {
	border-right: none!important;	
}
#nav .navBlock ul {
	margin: 10px 0 0 10px;
}
#nav .navBlock ul li {
	list-style-type: none;
	background: url(../image/gn/gn_bullet.jpg) no-repeat left center;
	padding: 0 0 0 20px;
	line-height: 25px;
}
#nav .navBlock ul li a:hover {
	text-decoration: none;
	color: #FD4213;
}
#nav .navBlock a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


/*------------------------------
	sub
------------------------------*/
#sn-nav {
	background: #fff;
	box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 4px #aaa;
	margin-bottom: 30px;
	padding: 10px 10px 10px;
	border-radius: 7px;
}

#sn-nav > ul > li:first-of-type{margin-bottom: 20px;}

#sn-nav ul li a:hover img{opacity: 0.7;}
#sn-nav ul li img{border-radius: 10px;}

.snlist {
	list-style-type: none;
	margin: 5px 0 20px 5px;
}
.snlist li {
	line-height: 25px;
	background: url(../image/gn/gn_bullet.jpg) no-repeat left center;
	text-indent:15px;
}
.snlist li a {
	text-decoration: none;
	color:#4A391B;
}
.snlist li a:hover {
	color: #FD4213;
	text-decoration: underline;
}
.snlist li a:visited {
	text-decoration: none;
}


/*-----------------------*/
#info {
	margin: 0 0 40px;
	border-radius: 8px;
	padding: 8px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 4px #aaa;
	-webkit-box-shadow: 0 0 4px #aaa;
}

#info .information {
	padding: 5px;
	background: #fff;
}
#info #newinfo {
	width: 100%;
	height: 260px;
	margin-top: 5px;
	border: 0px;
}
#info .edit {
	position: absolute;
	right: 18px;
	top: 15px;
}
#info .edit img {
	width: 27px;
	height: 24px;	
}


/*---------------------------*/

.bn ul {
	margin: 0 0 30px;
}
.bn ul li {
	list-style: none;
	margin: 0 0 15px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
}
.bn ul li img {
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.bn ul li:nth-of-type(3) img{}

/*------------------------------
 　接骨院概要
------------------------------*/
#about {
	background: #fff;
	border-top: 2px dotted #F17800;
}

.about{width: 900px;
margin: 0 auto;
padding: 30px 0;}

.about p{
	margin: 0 0 10px;
	padding: 0;
}


.about .left{
	float: left;
	width: 430px;
	margin: 10px 0 0 10px;
}
.about h3 {font-weight: bold;
	color:#F17800;
	font-size: 18px;
	margin: 0 0 10px;
	border-bottom: 2px dotted #F17800;
	background: none;
	padding: 0 0 5px 0;
	text-shadow: none;
	border-radius: 0;
}

.about h3:before{content:none;}

.about h2{
	background: none;
	text-align: center;
	padding: 0;
	border: none;
	margin: 0 0 30px 0;
}

.about h2:before{content:none;}

#about .about .left table {
	border: 0px solid #555;
	margin: 5px 0 10px 0;
	background: #fff;
	width: 100%;
	border-top: 1px solid #7B4703;
	border-left: 1px solid #7B4703;
	table-layout: fixed;
}
#about .about .left table th{text-align: center;
	padding: 3px;
	font-size: 15px;
	border: 0px solid #555;
	border-right: 1px solid #7B4703;
	border-bottom: 1px solid #7B4703;
	background:#FFF0BF;
}
#about .about .left table td {
	border-top: 0px solid #777;
	border-left: 0px solid #777;
	border-right: 1px solid #7B4703;
	border-bottom: 1px solid #7B4703;
	font-size: 14px;
	text-align: center;
	padding: 2px 4px;
}
#about .about .left table th.jikan{
	color: #222;
	font-size: 16px;
	width: 8em;
}

.about p.kome {margin: 0;}

#about .about .left p.kyusin {
	font-size: 20px;
	font-weight: bold;
	color:#D80000;
}
.about .left p.tel {
	font-size: 40px!important;
}

#about .about .right{
	float: right;
	width: 400px;
	margin: 10px 0 0 0;
}
.about .add{font-size: 16px;
font-weight: bold;
margin: 0 0 10px 0;}

.about .right .googlemap iframe{
	width: 100%;
	height: 275px;
}
#about .about .maplink{
	margin: 0px 0 15px 0;
	text-align: right;
}
#about .about .maplink a {
	color: #128DE5;
}

/*---------------------------
	footer
---------------------------*/

p.copy {
	height: 40px;
	line-height: 40px;
	background: #6E4D27;
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin: 0;
}
p.copy small {
	font-size: 12px;
}
p.copy a,
p.copy a:hover,
p.copy a:visited {
	color: #fff;
	text-decoration: none;
}