@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Quicksand);
/* CSS Document */

/****************************************************
ヘッダー
*****************************************************/

/* Header
=========================================== */
header {
	clear: both;
sidenav  position: relative;
	width: 100%;
}
header #hdupper {
	width: 100%;
	font-size: 12px;
	height: 30px;
}
header #hdupper>.container {
	position: relative;
}
header h1 {
	color: #a3a3a3;
	font-weight: normal;
	padding-left: 0%;
	width: 100%;
	line-height: 30px;
}
header #hdnav {
	position: absolute;
	right: 0%;
	top: 0px;
	z-index: 10;
	font-size: 13px;
}
header #hdnav li {
	display: inline;
	float: left;
}
header #hdnav li:last-child {
}
header #hdnav li.homelink {
}
header #hdnav li.homelink a:hover {
}
header #hdnav li a {
	background: #A9A58A;
	color: #FFF;
	font-size: 10px;
	line-height: 100%;
	padding: 4px 2px;
	width: 100px;
	text-align: center;
	display: inline-block;
	height: 20px;
	margin: 6px 0 0 4px;
	border-radius: 2px;
}
header #hdnav li a:hover {
	color: #29a7e1;
	background: #dadada;
}
header #hdbottom>.container {
	position: relative;
	padding: 8px 0;
}
header #logo {
}
header .disc {
	font-size: 11px;
	margin: 10px 0;
}
header #logo a {
	text-decoration: none;
	font-weight: 800;
	font-size: 1.4em;
	color: #ffffff;
}
header #logo a:hover {
	color: #cccccc;
}
header #hdinfo {
	position: absolute;
	right: 0;
	top: 12px;
	line-height: 1.5;
}
header .hd_tel {
  font-size: 20px;
  margin-bottom: 5px;
  color:rgb(179, 25, 25);
}
header  .hd_tel span {
  background: rgb(169,3,41); /* Old browsers */  /* IE9 SVG, needs conditional override of 'filter' to 'none' */  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);  
  font-size: 16px;
  background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */  background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */;
  /* padding: 4px 8px; */
  /* margin-right: 10px; */
  color: #fff;
  padding: 4px 13px;
  margin-right: 7px;
}

header #hdinfo a {
	background: #999999;
	padding: 10px 47px;
}
header .hdmap {
	position: absolute;
	bottom: 4px;
	right: 0;
	background: #29a7e1;
	font-size: 12px;
}
header .hdmap a {
	padding: 2px 10px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
header .hdmap a:hover {
	background: #a5501b;
}
/****************************************************
グローバルナビ
*****************************************************/

/* Global Navigation
=========================================== */
nav#gnav {
	height: 70px;
	width: 100%;
	background-color: rgb(0, 26, 49);
	box-shadow: 0 0 7px #4C4C4B;
}
nav#gnav #toggle {
	display: none;
}
nav#gnav ul.global {
	width: 1000px;
	height: 100%;
	background-color: #001A31;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
nav#gnav li {
	height: 70px;
	font-size: 18px;
	border-right: 1px solid #000;
	border-left: 1px solid #666;	/*vertical-align: middle;
			display: table-cell;
			zoom: 1;*/
	float: left;
	width: 200px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
nav#gnav li:last-child {
	border-right: 1px solid #666;
}
nav#gnav li a {
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0 3px;
	color: #fff;
	margin: 20px 0 0 0;
}
nav#gnav li a:hover {
	color: #29a7e1;
}
nav#gnav li span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: rgb(254, 196, 26);
}
/****************************************************
メイン
*****************************************************/

/* MainImg
=========================================== */
#MainImg {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	background: url(../images/main_bk.jpg);
	background-size: cover;
	height: 400px;
	width: 100%;
	position: relative;
	background-position: center center;
}
#MainImg #maintext{
    width: 1000px;
	
    margin: 0 auto;
    /* position: absolute; */
    /* top: 80px; */
    /* right: 0; */
    text-align: right;
    /* background-color: red; */
    padding-top: 80px;
}
#MainImg #sp_main{
	display: none;
}
/* Main
=========================================== */
#main {
	width: 1000px;
	margin: 0 auto 30px auto;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.65;
}

#main .page_top {
	padding: 10px 0 15px 0;
	text-align: right;
}
#main .page_top a:link {
	color: #DD584F;
	text-decoration: none;
}
#main .page_top a:visited {
	color: #DD584F;
	text-decoration: none;
}
#main .page_top a:hover {
	color: #DD584F;
	text-decoration: underline;
}
#main .page_top a:active {
	color: #DD584F;
	text-decoration: underline;
}
/* contents
=========================================== */
#contents {
	width: 700px;
	float: right;
		margin-top:30px;

}
#contents section {
	margin-bottom: 40px;
}
#contents p {
	margin-bottom: 10px;
}
/****************************************************
サイド
*****************************************************/

/******サイドナビ******************************************/
#sidebar {
	width: 260px;
	margin-top:30px;

}

#sidebar .side_bus,#sidebar .side_intro{
	
	box-shadow:0 0 4px 2px #ccc;
	padding:10px;
	margin-bottom:20px;

}
#sidebar .side_bus{
	background: #FEC41A;
}
#sidebar .side_bus h2{
	color: #fff;
	font-size: 19px;
	margin-bottom: 10px;
	text-align: center;
	background: #00497c;
	margin-left:-10px;
	margin-right:-10px;
}
#sidebar .side_intro{
	background-color: #001A31;
	color: #fff;	
}
#sidebar .side_intro h2{
    border-bottom: 1px solid;
	
    margin-bottom: 10px;
}
#sidebar .side_intro p{
	margin-bottom: 10px;

}

#sidebar h2 a {
	text-decoration: none;
}
#sidebar #sidenav {
	display: block;
}

#sidebar #sidenav h2 {
	background: #001A31;
	padding: 14px 10px 14px;
	margin: 0;
	color: #ffffff;
	border-bottom: 4px solid #666666;
	line-height: 1.0;
	position: relative;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}

#sidebar #sidenav ul {
	overflow: hidden;
	padding: 10px;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
#sidebar #sidenav li {
	list-style: none;
}
#sidebar #sidenav li:last-child {
	border-bottom: none;
}
#sidebar #sidenav li a {
	display: block;
	line-height: 1.0;
	padding: 8px 5px;
	background: #ffffff;
	border-top: 1px dotted #e9e4d6;
	text-decoration: none;
}
#sidebar #sidenav li a:hover {
	background: #f2f2f2;
}
#sidebar .sidebnr {
	margin: 20px 0;
}
.sideTime table {
	font-size: 12px;
	text-align: center;
}
.sideTime table th {
	background-color: #f4ead5;
	color: #6E5655;
	text-align: center;
}
.sideTime table td {
	text-align: center;
}
.sideTime table td.red {
	color: rgb(198, 20, 20);
}
#sidepro ul {
	overflow: hidden;
	padding: 10px;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
#sidepro ul li {
	line-height: 1.7;
}
/****************************************************
フッター
*****************************************************/

/* Footer
=========================================== */

/* picknav
=========================================== */

#ftclinic {
	padding: 20px 0;
	background: rgba(228, 228, 228, 0.48);
	border-bottom: 1px solid #f2f2f2;
}
#ftclinic a, #ftclinic h3 {
	color: #ffffff;
}
.googlemap {
	width: 100%;
	height: 250px;
}
#ftclinic dl.dl-ftinfo {
	/*color: #34495e;*/
	font-size: 14px;
}
#ftclinic dl.dl-ftinfo dt {
	width: 130px;
	float: left;
	padding: 4px 0;
}
#ftclinic dl.dl-ftinfo dd {
	padding-left: 120px;
	padding: 4px 0;
	float: left;
	width: 400px;
}
#footer {
	background: #001A31;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer #ftupper {
	padding: 5px 0 5px 0;
}
#footer #ftupper #ftlogo {
	padding: 10px 0;
}
#footer #ftupper nav ul {
	margin: 10px 0;
	padding: 0px 1% 0 0;
	float: left;
	width: 247px;
}
#footer #ftupper nav ul#ftnav1 {
	width: 15%;
}
#footer #ftupper nav ul#ftnav2 {
	width: 28%;
}
#footer #ftupper nav ul li {
	margin: 0 0 0 0px;
	list-style: none;
	padding: 0 0px 0 0px;
	height: 24px;
	padding-left: 10px;
}
#footer #ftupper nav ul li.ftmidashi {
	font-weight: bold;
	color: #FFFFFF;
	background: none;
	padding-left: 0px;
}
#footer #ftupper nav ul li.ftmidashi:before {
	content: "■";
}
#footer #ftupper nav ul li:last-child {
	padding-right: 0;
}
#footer #ftupper nav ul li a {
	color: #ffffff;
	text-decoration: none;
}
#footer #ftupper nav ul li a:hover {
	border-bottom: 2px solid;
}
.ft_info {
  float: left;
  width: 600px;
}

.ft_map {
  float: right;
  width: 400px;
}
/* Copyright
=========================================== */
#ftcopy {
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
	color: #ffffff;
}
#ftcopy a {
	color: #ffffff;
}
/****************************************************
ページtop
*****************************************************/
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 10px;
}
#pagetop img {
}
#pagetop a {
	display: block;
	text-decoration: none;
}
