@charset "utf-8";
/* CSS Document */
body {
	background-image:url(http://xark.kir.jp/hodu/img/common/body_bg.gif);
	background-repeat: repeat;
	background-position:0 0;
}

header {
	position:relative;
	height:95px;
}
header .logo {
	position:absolute;
	top:5px;
	left:0;
}
/*
header .csc_header {
	position:absolute;
	top:20px;
	right:0;
	display:table;
}
*/header .csc_header div {
	display:table-cell;
	vertical-align:middle;
}
header .csc_header .div02 {
	padding-left:20px;
}
header .csc_header dl {
	display:table;
}
header .csc_header dt,
header .csc_header dd {
	display:table-cell;
	vertical-align:middle;
}
header .csc_header dt {
	font-size:300%;
	color:#77593f;
	line-height:1;
}
header .csc_header dd {
	padding-left:10px;
}
header .csc_header dd .p01 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:240%;
}
header .csc_header dd .p02 {
	font-size:90%;
}
header .csc_header .btn_contact2 {
	cursor:pointer;
}
header .csc_header .btn_contact2:hover {
	opacity:0.8;
}
header .csc_header .btn_contact2 dd {
	font-size:140%;
	line-height:3;
}


.top_bn {
	border-radius:4px;
	overflow:hidden;
}



.navbar_toggle {
	background-color:#7c5b4a;
	border-radius:4px;
}


.nav_wrap {
	background-color:rgba(250,236,169,0.8);
	border-top:1px solid #f1d87b;
	border-bottom:1px solid #f1d87b;
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
	
}
.nav_wrap .container {
	padding:0 !important;
}
.nav_wrap .navbar {
	margin-bottom:0;
}

.nav_wrap .navbar_default {
  background-color: #f9f9f9;
/*  border-color: #d6d6d6;*/
	border-top:none;
/*	border-right:1px solid #d6d6d6;	*/
	border-right:none;
	border-bottom:none;
	border-left:1px solid #f1d87b;
	border-radius:0;
}
.nav_wrap .navbar_default .nav {
	width:100%;
	text-align:center;
}
.nav_wrap .navbar_default .nav li {
	border-right:1px solid #f1d87b;
	padding:0;
}
/*
.nav_wrap .navbar_default .nav li:first-child {
	border-left:none;
}
*/
.nav_wrap .navbar_default .nav li a {
/*	background-color:#FF0;	*/
	color:#76583d;
}





.container_fluid,
.navbar_collapse {
	padding:0;
}

.dropdown_menu {
	width:100%;
	border-radius:0 0 4px 4px;
	overflow:hidden;
}
.dropdown_menu li a {
  display: block;
  padding: 10px 2%;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
	border-bottom:1px solid #f1d87b;
}
.dropdown_menu li a:hover,
.dropdown_menu li a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown_menu .active a,
.dropdown_menu .active a:hover,
.dropdown_menu .active a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.top_bn {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.1);
}


.contents_wrap {
	margin-top:20px;
}
.contents_wrap .section_wrap {
	float:left;
	width:75%;
}

.contents_wrap .aside_wrap {
	float:right;
	width:23%;
}


article {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	background-color:#fff;
	padding:15px 15px 10px;
	font-size:110%;
}

.sub h3 {
	font-size:110%;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#f1f1f1;
	border:1px solid #d6d6d6;
	border-radius:4px;
	padding:8px;
}

.treatment {
	margin-bottom:15px;
}
.treatment li {
	list-style: circle;
	list-style-position:inside;
	line-height:1.4;
	text-indent:-1.3em;
	margin-left:1.4em;
	margin-bottom:4px;
}
.about {
	margin-bottom:20px;
}
.about .row img,
.about .img {
	padding:4px;
	border:1px solid #d6d6d6;
	border-radius:4px;
	background-color:#fff;
}
.about dl {
	border:1px solid #e7e7e7;
	border-radius:4px;
	padding:10px;
	margin-top:15px;
}
.about dl dt {
	font-weight:700;
	margin-bottom:4px;
}
.about dl dd {
	margin-bottom:6px;
}
.about dl dd p {
	margin-bottom:6px;
}
.about dl dd p strong {
	display:block;
}
.about .about_hozu {
	display:table;
	margin:0 auto;
	border-spacing:10px;
	border-collapse:separate;
}
.about .about_hozu li {
	display:table-cell;
	vertical-align:middle;
	
}

.about .exp h4 {
	font-size:110%;
	font-weight:700;
	margin-bottom:10px;
}
.about .exp p {
	margin-bottom:10px;
}

.contents_wrap .aside_wrap aside {
	background-color:#fff;
	border-radius:4px;
}


.aside_menu {
	font-size:14px;
	background-color:#fff;
	border:1px solid #d6d6d6;
	border-radius:4px;
	overflow:hidden;
}
.aside_menu a {
	display:block;
	padding:10px;
	cursor:pointer;
	color:#414141;
	background-image:url(http://xark.kir.jp/hodu/img/common/aside_menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:96% 50%;
}
.aside_menu a:hover {
	color:#848484;
	background-image:url(http://xark.kir.jp/hodu/img/common/aside_menu_arrow_on.gif);
}
.aside_menu li {
	border-bottom:1px solid #d6d6d6;
	background-color:#f1f1f1;
	font-size:12px;
}
.aside_menu li a {
	padding:10px 0 10px 20px;
}
.aside_menu li:last-child {
	border-bottom:none;
}

.information .wrap,
.access .wrap {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	background-color:#fff;
	padding:15px 15px 10px;
}
.information .wrap,
.access .wrap {
	width:100%;
}
.logo_bottom {
	margin-bottom:15px;
	color:#7c5b4a;
}
.logo_bottom h3 {
	margin-bottom:4px;
}
.logo_bottom h3 strong,
.logo_bottom h3 span {
	display:block;
}
.logo_bottom h3 strong {
	font-family: "Rounded Mplus 1c";
	font-size:300%;
	font-weight:700;
	line-height:1;
}
.logo_bottom h3 span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:110%;
}
.busi_hours table {
	margin-bottom:10px;
}
.busi_hours li:before {
	content:"・";
}

.access_map {
	text-align:center;
}
.access_map img {
	margin:0 auto;
}

.footer_wrap {
	margin-top:20px;
}
footer ul {
	border-left:1px solid #7c5b4a;
}
footer li {
	text-align:center;
	border-right:1px solid #7c5b4a;
}
footer li a {
	color:#7c5b4a;
}
footer li a:hover {
	text-decoration:underline;
}
.copyright { text-align:center; }









.pr3 {
	margin-bottom:20px;
}
.pr3 .wrap div {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	background-color:#fff;
	padding:15px;
}
.pr3 .wrap div h2,
.h2style {
	padding: 0.25em 0.5em;
	margin-bottom:10px;
	background: transparent;
	border-left: solid 5px #77593f;
	font-family: "Rounded Mplus 1c";
	font-size:130%;
	color: #494949;
}
.pr3 .wrap div p.img {
	margin-bottom:10px;
	text-align:center;
}
.pr3 .wrap div p.img img {
	border-radius:4px;
}

.notice_top {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	background-color:#fff;
	padding:15px 15px 10px;
}
.notice_top h2 {
	padding: 0.25em 0.5em;
	margin-bottom:10px;
	background: transparent;
	border-left: solid 5px #77593f;
	font-family: "Rounded Mplus 1c";
	font-size:120%;
	color: #494949;
}

.notice_top ul {
	border-top:1px solid #d6d6d6;
	
}
.notice_top li {
	width:100%;
	display:table;
	border-bottom:1px solid #d6d6d6;
	padding:0.5em;
}
.notice_top li span {
	display:table-cell;
	vertical-align:middle;
}
.notice_top li span.dot:before {
	content:"●";
}
.notice_top li span.dot {
	width:4%;
	text-align:center;
}
.notice_top li span.txt {
	width:74%;
}
.notice_top li span.date {
	width:22%;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:right;
}
h3 p {
  font-size:19px;
  color:#08f;
}