@charset "utf-8";

/*------骨組み-----*/

body{background:url("../image/common/bg.jpg") repeat left top;}

.page {
    margin: 0;
    clear: both;
    padding: 30px 0 0;
    
    position: relative;
}
.page .contents {
    margin: auto;
    width: 950px;
    clear: both;
    line-height: 25px;
}
.header {
	clear: both;
	margin: 0;
	background-color: #FFFFFF;
	z-index: 100;
	position: relative;
	/*box-shadow:0 2px 4px #B2996A;*/
}
.header .header_box {
	width: 950px;
	margin: 0 auto 0px auto;
}
.header .logo {
	float: left;
	clear: left;
	display: block;
	margin: 0px 0 10px 0;
	width: 405px;
}
.header .logo p {
    font-size: 15px;
    margin: 5px 0 0 0;
}
.header .right_box {
	width: 420px;
	float: right;
	padding: 0 0 0px;
    margin: -10px 0 15px 0;
}
.header .right_box .left {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	width: 270px;
	color: #fff;
	font-weight: bold;
}

.header .right_box .left .yusen{float: left;
background: #F5A51D;
color: #fff;
font-weight: bold;
text-align: center;
width: 55px;
height: 55px;
box-sizing: border-box;
border-radius: 50%;
line-height: 1.2;
padding: 10px 0;}


.header .right_box .left .txt{/*background:#F8CEB3;
border-radius: 30px;*/
text-align: left;
color:#7C623F;
border-bottom: 1px solid #7C623F;
margin-left: 60px;
margin-bottom: 5px;}

.header .right_box .left p.telnum {
	font-size: 33px;
	font-weight: bold;
	line-height:1;
	padding: 0 0 0 0px;
	margin: 0px 0 5px 60px;
	font-family: Arial, Helvetica, sans-serif;
	/*background: url("../image/common/tel_black.png") no-repeat left center;
	background-size: 22px auto;*/
	color:#7C623F;

}
.header .right_box .left p.telnum a, .header .right_box .left p.telnum a:hover {display: block;
    color:#7C623F;
    text-decoration: none;
}

.header .right_box .right {
	float: right;
	width: 130px;
	
}
.header .right_box .right p{font-size: 15px;}
.header .right_box .right dl{
	line-height: 1.4;
font-size: 15px;

}
.header .right_box .right dl dt{
	float: left;
	width: 2em;
}
.header .right_box .right dl dd{
	text-align: right;
		padding: 0px 0 0px 2.5em;
}

.header .right_box .right ul li{text-align: center;
	margin-bottom: 5px;
}
.header .right_box .right ul li a{color: #fff;
font-weight: bold;
display: block;
padding: 8px 5px 5px 20px;
text-decoration: none;
font-size: 16px;
line-height: 20px;}

.header .right_box .right ul li.yoyaku a{background:#F5A51D url("../image/common/icon01.png") no-repeat 10px center;
background-size: auto 18px;}

.header .right_box .right ul li.line a{background:#00BA01 url("../image/common/icon02.png") no-repeat 10px center;
background-size: auto 18px;}

.sidebar {
    float: left;
    width: 240px;
}
.main {
    width: 680px;
    float: right;
}
/*------グローバルナビ-----*/
.sidebar .menu {
	margin-bottom: 30px;
	padding: 5px 10px 15px 10px;
	box-shadow: 0 0 4px #AA9B4F;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 4px #AA9B4F;
	background-color: #FFFFFF;
}

.sidebar .menu .trigger,.sidebar .menu .active{
	position: relative;
	width: 220px;
	height: 55px;
	background-image: url(../image/gn/gn_bg.jpg);
	border-bottom: 2px dotted #bbb;
}


.sidebar .menu .active{
	height: 55px;
	background-image: url(../image/gn/gn_bg2.jpg);
	border: none;
}
.sidebar .menu li a{display: block;}

.trigger img{
	display: block;
	padding: 0px 0 0 0px;
	margin: 0;
}
.trigger img:hover{
	opacity: 0.7;
}


.sidebar .menu .trigger:hover,#gn1:hover{
	background-image: url(../image/gn/gn_bg2.jpg);}


.sidebar .menu ul.naka{
	background-color:#FAFBEA;
	padding: 10px 0;
	margin: 0 0px;
	list-style-type: none;
	display: none;
}

.sidebar .menu ul.naka li{
	padding: 0 0 7px 25px;
	border-bottom: 1px dotted #633603;
	margin: 0 5px 7px 5px;
	line-height: 20px;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-image: url(../image/gn/list.png);
	background-size: auto 10px;
}

.sidebar .menu ul.naka li a{ display:block;
color:#000;
text-decoration: none;}

.sidebar .menu ul.naka li a:hover{
	color:#7D6400;
	font-weight: bold;
	text-decoration: none;
}


.sidebar .bn{}
.sidebar .bn ul{
	padding: 0;
    margin: 0 0 30px;
}
.sidebar .bn ul li{
	padding: 0px;
    margin: 0 0 15px;
	line-height: 1.5;
	
	display: block;
    background: #fff;
    
	/*border: 1px solid #ccc;
	*/
}
.sidebar .bn ul li img{
	width: 100%;
    vertical-align:bottom;
	margin: 0px;
	/*border-radius: 6px;*/
	box-sizing: border-box;
	border-radius: 6px;
    box-shadow: 0 0 4px #8E836C;
}



/*--------接骨院概要-----*/

.about {background-color: #fff;
padding:30px 0 10px 0;}

.about .inbox{width: 950px;
margin: 0 auto;}

.about .rightbox {
    clear: right;
    float: right;
    margin: 0;
    width: 50%;
}

.about .rightbox ul{list-style-type: disc;
margin-left: 1.3em;}

.about .leftbox {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width:405px;
}
.about p {
    margin: 0 0 10px;
}
.about .leftbox h2 {

	border: none;
	background:none;
	padding: 0;
	margin: 0 auto 5px auto;
}
.about .leftbox h2:before{content:none;}

.about h3 {
	
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 5px 0;
    border-radius: 0px;
	color:#AF9C71;
    font-family: 'Noto Sans JP', sans-serif;
	border-bottom: 2px dotted #AF9C71;
	font-weight: 700;
    padding: 0px 10px 5px 0px;
    background-color: #fff;
    text-shadow: none;
	
}
.about h3 {
    background:  none;
}
.about iframe {
	width: 100%;
	height: 340px
    
}
.about table {
    border: 1px solid #555555;
    margin: 25px 0 10px;
    width: 100%;
}
.about table th, .about table td {
    padding: 3px 5px;
    border: 1px solid #555555;
    text-align: center;
    vertical-align: middle;
	 font-size: 16px;
}
.about table th {
	background-color:#FFFBF1;
	font-weight: normal;
}
.about table th.time {
   
}
.about p.tel {
    line-height: 1.2;
}
.about p.tel a {
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color:#333333;
    background-image: url("../image/common/tel.png");
    background-repeat: no-repeat;
    background-size: auto 30px;
    padding: 0 0 0 40px;
    background-position: left center;
}
.about p.tel a:hover {}
.about p.add {
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 15px;
}
.about p.maplink {
    text-align: right;
}

.about dl.kyushin {
    color: #D80000;
    font-weight: bold;
    font-size: 19px;
}
.about dl.kyushin dt {
    float: left;
}
.about dl.kyushin dd {
    padding: 0 0 5px 4em;
}

.about .rightbox p{margin-bottom: 5px;}
.about .rightbox dl{line-height: 1.5;}
.about .rightbox dl dt{float: left;
width: 4em;}

.about .rightbox dl dd{padding:0 0 0 4em;}

/*--------フッター-----*/
.footer {
    margin: 0;
}
.footer .data {background-color:#AF9C71;
	/*background-color:#E1DB94;*/
	color:#fff;
}
.footer .data .inbox {
    width: 950px;
    margin: 0 auto;
    padding: 20px 0;
	font-weight: bold;
}
.footer .data .leftbox {
	width: 370px;
	float: left;
}
.footer .data .inmei {
    font-size: 30px;
	line-height: 1.2;
    margin: 0 0 20px 0;
}
.footer .data p a {
	color:#fff;
	text-decoration: none;
}
.footer_menu {
    float: right;
}
.footer_menu ul {
    margin: 0 auto;
    display: flex;
    font-size: 17px;
}
.footer .data p {
    font-size: 15px;
}
.footer .footer_menu ul {
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.footer .footer_menu ul li {
    list-style-type: none;
    font-size: 15px;
    margin: 0 0 0 10px;
}
.footer .footer_menu ul li:after {
    content: "　|";
}

.footer .footer_menu ul li a {
	color:#fff;
	text-decoration: none;
}
.footer p.copy {
	color:#fff;
	font-size: 14px;
	text-align: right;
	padding: 0;
	margin: -20px 0 0 0;
	line-height: 1.6;
	font-weight: normal;
}
.footer .footer_menu ul li a:hover{
	opacity: 0.7;
}
