/*--------------------------------------
　基本設定
---------------------------------------*/
body {
	color:#333;
	line-height:2em;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, arial, helvetica, clean, sans-serif;
}
.clearfix {
	overflow:hidden;
}
.f {
	font-size:15px;
	line-height:16px;
}
.f11 {
	font-size:11px;
	line-height:18px;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
.text_center {
	text-align:center !important;
}
.text_right {
	text-align:right !important;
}
.text_left {
	text-align:left !important;
}
/*--------------------------------------
　大枠囲み
---------------------------------------*/
#header, #contents {
	max-width:1000px;
	width:100%;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#header {
	height:120px;
	padding-top:10px;
}
#mainVisual {
	margin-bottom:25px;
}
#mainVisual .inner {
	max-width:1000px;
	width:100%;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#mainVisual .inner img {
	width:100%;
	height:auto;
}
#contents {
	margin-bottom:20px;
}
#main {
	float:left;
	max-width:665px;
	width:100%;
	border-right:1px solid #c9c9c9;
	padding-right:20px;
}
#sub {
	float:right;
	width:302px;
}
#footer {
	background-image:url(../images/back.png);
	padding:20px 0;
	overflow:hidden;
}
/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar {
	display:block;
}
nav.navbar {
	position: fixed;
	top: 0;
	margin-bottom: 0px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	display:block;
}
.navbar-nav {
	float: left;
}
nav.navbar.fixed-to-top {
	top: 0px;
}
.navbar-default {
	border: none;
	background: #fff;
	display: none;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	font-size: 16px;
	padding-left:30px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #000;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.navbar-default .navbar-brand {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
}
/*--------------------------------------
　ヘッダー
---------------------------------------*/
h1 {
	float:left;
	text-align:center;
}
h1 p {
	font-size:13px;
	text-align:center;
}
h2 {
	float:left;
	padding-top:0px;
	width:220px;
	margin-left:15px;
	font-size:15px;
}
#header .visit_navi {
	float:left;
	padding-top:0px;
	width:220px;
	margin-left:15px;
	font-size:15px;
	margin-bottom:5px;
}
.navi a {
	color:#60983d;
	font-size:18px;
	line-height:20px;
	font-weight:500;
}
.navi a:hover {
	color:#000;
}
#header .headright {
	float:right;
	width:280px;
	margin-top:0px;
	text-align:center;
	font-size:12px;
	overflow:hidden;
	padding-bottom:10px;
}
#header .headright a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;
}
#header .visit_navi2 {
	float:left;
	padding-top:0px;
	width:220px;
	margin-left:15px;
	font-size:15px;
	background-color:#f3fae6;
	text-align:center;
	padding-bottom:3px;
	margin-bottom:10px;
	border:1px dashed #60983d
}
.navi a {
	color:#60983d;
	font-size:18px;
	line-height:20px;
	font-weight:500;
}
.navi a:hover {
	color:#000;
}
/*--------------------------------------
　グローバルナビゲーション
---------------------------------------*/
#globalNavi {
	border-top:#a6c225 solid 2px;
	color:#FFF;
	padding-bottom:10px;
}
#globalNavi ul {
	width:1000px;
	margin:0 auto 0 auto;
}
#globalNavi ul li a {
	float:left;
	width:166px;
	padding-top:10px;
	height:75px;
	text-decoration:none;
}
#globalNavi ul li a:hover {
	color:#FFF;
}
#globalNavi span {
}
/*--------------------------------------
　メインコンテンツ
---------------------------------------*/
/*共通*/
.desc h2 {
	font-size:120%;
	background:url(../images/top/bg_h2.gif) left top;
	color:#FFF;
	padding:5px 0 5px 20px;
	margin-bottom:15px;
}
.desc h2 span {
	background:url(../images/top/bg_h2_arrow.gif) no-repeat left center;
	padding-left:15px;
}
.desc, .service {
	margin-bottom:40px;
}
.topics h2, .service h2 {
	background:url(../images/common/bg_h2.gif) repeat-x left bottom;
	margin-bottom:15px;
	color:#444;
	font-size:110%;
	border-top:1px solid #6f7d96;
	border-bottom:1px dotted #CCC;
	padding:5px 0 5px 10px;
	font-weight:bold;
	letter-spacing:0.1em;
}
.topics h2 span, .service h2 span {
	color:#2E436B;
	font-size:85%;
	padding-left:20px;
	font-weight:normal;
}
/*--------------------------------------
　サブコンテンツ
---------------------------------------*/
/*お問い合わせボタン*/
.btn_contact a {
	margin-bottom:20px;
	width:302px;
	display:block;
	text-decoration:none;
}
/*バナー*/
.bnr li {
	margin-bottom:5px;
}
/*--------------------------------------
　フッター
---------------------------------------*/
#footer .inr_group {
	max-width:1000px;
	width:100%;
	margin:0 auto 0 auto;
}
#footer .group_link {
	margin-bottom:5px;
}
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
	text-decoration:underline;
}
#footer .left {
	font-size:16px;
	line-height:26px;
	color:#fff;
	width:375px;
	float:left;
}
#footer .center {
	font-size:13px;
	line-height:24px;
	color:#fff;
	margin-left:0px;
	margin-right:-15px;
	float:left;
}
#footer .center ul {
	list-style-type:disc;
	margin-left:20px;
}
#footer .right {
	float:right;
	width:471px;
}
#footer .right a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;
}
.yoyaku {
	width:189px;
	float:right;
	text-align:center;
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
}
.sinryo_time_text {
	margin-top:5px;
	text-align:right;
	font-size:12px;
}
.sinryo_time_text--access {
	margin-right:170px;
}
/*--------------------------------------
　さがみクリニックカスタマイズ
---------------------------------------*/

.top_content1 {
	max-width:650px;
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:36px;
	margin-bottom:30px;
	margin-top:0px;
}
.top_content {
	padding:20px;
	margin:10px 10px 40px 5px;
	max-width:600px;
	width:100%;
	font-size:15px;
	line-height:26px;
	overflow:hidden;
	clear:both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #928c83;
	-moz-box-shadow: 0px 2px 10px #928c83;
	-webkit-box-shadow: 0px 2px 10px #928c83;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#928c83', Direction=145, Strength=5);
	behavior: url("css/ie-css3.htc");
	position:relative;
}
.top_image {
	position:absolute;
	top:150px;
	right:20px;
}
.top_content h3 {
	margin-bottom:20px;
}
.top_content ul li {
	list-style-type:disc;
	margin-left:20px;
}
.second_content {
	margin-bottom:50px;
	overflow:hidden;
	font-size:14px;
	line-height:26px;
}
.second_content h4 {
	margin-bottom:10px;
}
.second_content h5 {
	color:#aacd06;
	margin:30px 0 10px;
	font-weight:bold;
	font-size:15px;
}
.second_content p {
	width:640px;
}
.shikkan {
	clear:both;
}
.shikkan04 {
	clear:both;
}
.shikkan ul {
	width:200px;
	float:left;
	font-size:15px;
	line-heigth:15px;
	padding-right:20px;
	margin-right:10px;
}
.shikkan ul li {
	border:1px solid #d1d1d1;
	display:block;
	width:200px;
	text-decoration:none;
	color:#000;
	padding:10px 3px;
	margin-bottom:3px;
}
.shikkan ul li a {
	background-image:url(../images/top/arrow.jpg);
	background-repeat:no-repeat;
	background-position:90%;
	border:1px solid #d1d1d1;
	display:block;
	width:200px;
	text-decoration:none;
	color:#0e5f06;
	padding:10px 5px;
}
.shikkan ul li a:hover {
	background-image:url(../images/top/arrow-hover.jpg);
	background-repeat:no-repeat;
	background-position:90%;
	display:block;
	width:200px;
	text-decoration:none;
}
.shikkan03 ul {
	max-width:640px;
	float:left;
	font-size:15px;
	padding-right:20px;
}
.shikkan03 ul li {
	border-bottom:1px dashed #b2b2b2;
	padding:10px 0;
	width:640px;
}
.shikkan02 {
	clear:both;
	font-size:13px;
	line-height:22px;
	padding-top:20px;
}
.shikkan04 ul {
	width:200px;
	float:left;
	font-size:15px;
	padding-right:20px;
}
.shikkan04 ul li {
	border-bottom:1px dashed #b2b2b2;
	padding:10px 0;
	width:200px;
}
.side_comment {
	width:300px;
	border:#1f9f11 1px solid;
	padding:10px;
	margin-bottom:20px;
	overflow:hidden;
}
.side_comment_right {
	width:170px;
	float:right;
}
.side_comment_right .in1 {
	font-size:14px;
	margin:5px 0;
}
.side_comment_right .in2 {
	font-size:12px;
	line-height:18px;
}
.side_map {
	background-image:url(../images/back.png);
	padding:25px;
	font-size:14px;
	line-height:24px;
	margin-bottom:20px;
	overflow:hidden;
	color:#fff;
}
.side_map p {
	margin-top:10px;
}
.side_map ul {
	margin-top:10px;
}
.profile {
	border:1px solid #1f9f11;
	padding:10px;
	overflow:hidden;
	max-width:620px;
	width:95%;
	clear:both;
	margin:30px auto 0;
}
.name {
	font-size:20px;
}
.profile02 {
	width:300px;
	float:left;
	font-weight:bold;
	font-size:13px;
}
.profile02 ul {
	margin-left:10px;
	font-weight:normal;
}
.doctor_img {
	float:right;
	margin-left:10px;
}
.greenback {
	background-color:#eefab7;
}
.gray {
	color:#888;
}
.red {
	color:#FC0004;
}
.red2 {
	color:#FC0004;
	font-size:12px;
	text-align:center;
}
.white {
	color:#fff;
	font-size:12px;
	margin:0;
}
/*--------------------------------------
　コンタクトフォーム
---------------------------------------*/
#mailfield {
	overflow:hidden;
	clear:both;
}
form#mailformpro {
	padding: 10px 0px;
	overflow:hidden;
	clear:both;
}
form#mailformpro dl {
	max-width:640px;
	width:100%;
	clear:both;
}
form#mailformpro dl dt {
	float: left;
	width: 220px;
	clear: both;
	font-size: 12px;
	padding: 20px 0px;
	text-align: left;
	margin: 0px;
}
form#mailformpro dl dd {
	margin: 0px;
	padding: 20px 0px 20px 220px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width:600px;
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	padding: 0px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}
.mfp_buttons {
	text-align:center;
	padding-top:20px;
}
.second_content th {
	width:180px;
}
.second_content td {
	width:450px;
}
#header .access {
	font-size:12px;
	line-height:16px;
	margin-top:10px;
	padding:4px;
	border:1px dotted #ccc;
	overflow:hidden;
	width:160px
}
#header .access .access_in1 {
	width:140px;
	float:none;
	margin:0 auto;
	color:#777;
}
#header .access .access_in2 {
	padding:8px 10px;
	background-color:#64cc59;
	color:#fff;
	float:right;
}
.accesspage {
	font-size:14px;
	line-height:25px;
	margin-bottom:20px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 100%;
}
.doctor p {
	margin-bottom:20px;
}
.psychotherapy {
	background-image:url(../images/shinri/back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	max-width:650px;
	width:100%;
	overflow:hidden;
}
.psychotherapy p {
	margin:0 20px 20px;
	width:610px;
}
.visit p {
	margin-bottom:20px;
}
.visit ul {
	list-style-type:circle;
	margin-left:20px;
}
.visit table {
	border:1px solid #999;
	max-width:640px;
	width:100%;
}
.visit th {
	border:1px solid #fff;
	background-color:#aacd06;
	padding:10px;
	color:#fff;
}
.visit td {
	border:1px solid #999;
	padding:10px;
}
.visit_in {
	border:1px solid #64cc59;
	padding:10px;
	max-width:620px;
	width:100%
}
.visitnavi {
	overflow:hidden;
}
.visitnavi ul {
	margin-left:-10px;
}
.visitnavi ul li {
	width:140px;
	display:block;
	text-decoration:none;
	color:#000;
	margin:0 10px 3px 0px;
	padding:5px 10px;
	list-style-type:none;
	float:left
}
.visitnavi ul li a {
	background-image:url(../images/visit/arrow.jpg);
	background-repeat:no-repeat;
	background-position:90%;
	border:1px solid #d1d1d1;
	display:block;
	width:140px;
	text-decoration:none;
	color:#0e5f06;
	padding:5px 20px 5px 10px;
}
.visitnavi ul li a:hover {
	background-image:url(../images/visit/arrow_hover.jpg);
	background-repeat:no-repeat;
	background-position:90%;
	display:block;
	width:140px;
	text-decoration:none;
}
.info {
	max-width:640px;
	width:100%;
}
.info dl {
	border-bottom:1px dashed #bdd83f;
}
.info dl dt {
	color:#bdd83f;
	width:100px;
	border-top:1px dashed #bdd83f;
	float:left;
	clear:left;
	line-height:30px;
}
.info dl dd {
	line-height:30px;
	border-top:1px dashed #bdd83f;
	margin-left:100px;
}
.back {
	text-align:right;
	font-size:12px;
	line-height:18px;
	margin-top:10px;
	clear:both;
	margin-right:10px;
}
/*--------------------------------------
　RECRUITE
---------------------------------------*/
.recruit table th {
	border:1px solid #ccc;
	padding:2px;
	text-align:center;
	font-size:12px;
}
.recruit table td {
	border:1px solid #ccc;
	padding:3px 0;
	text-align:center;
}
.recruit dt {
	margin-bottom:20px;
	border-top:1px dashed #ccc;
	padding-top:20px;
	width:100px;
	float:left;
	clear:left;
}
.recruit dd {
	margin-bottom:20px;
	border-top:1px dashed #ccc;
	padding-top:20px;
	padding-left:100px;
}
.recruit dl {
	border-bottom:1px solid #ccc;
}
/*--------------------------------------
　MODAL
---------------------------------------*/

#confirm_modal {
	width:90%;
	margin:0 auto;
	background:#fff;
	padding:20px;
	border:1px #ddd solid;
	-webkit-border-radius:10px;
	-mozborder-radius:10px;
	border-radius:10px;
	height:auto;
}
.gairai {
	background:#1fa012;
	color:#fff;
	font-size:20px;
	padding:10px 0;
	width:90%;
	margin:20px auto;
	cursor:pointer;
}
.zaitaku {
	background:#efbf3a;
	color:#fff;
	padding:10px 0;
	font-size:20px;
	width:90%;
	margin:20px auto;
	cursor:pointer
}
.gairai a, .zaitaku a {
	color:#fff;
}
div.modal {
	position: absolute;
	display:none;
	z-index:9999;
	top:20%;
	left:20%;
	width:60%;
	height:auto;
	padding:0;
	text-align:center;
	overflow:hidden;
}
/*--------------------------------------
　カスタマイズ
---------------------------------------*/

.fr {
	float:right;
}
.fl {
	float:left;
}
.f13 {
	font-size:13px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
.mr40 {
	margin-right:40px;
}
.mr50 {
	margin-right:50px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml40 {
	margin-left:40px;
}
.ml50 {
	margin-left:50px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.mt80 {
	margin-top:80px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.pr10 {
	padding-right:10px;
}
.pr20 {
	padding-right:20px;
}
.pr30 {
	padding-right:30px;
}
.pr40 {
	padding-right:40px;
}
.pr50 {
	padding-right:50px;
}
.pl10 {
	padding-left:10px;
}
.pl20 {
	padding-left:20px;
}
.pl30 {
	padding-left:30px;
}
.pl40 {
	padding-left:40px;
}
.pl50 {
	padding-left:50px;
}
.bd {
	font-weight:bold
}
.red {
	font-weight:bold;
	color:#ba1b21;
}
h4 .in {
	position:absolute;
	right:0;
	color:#ba1b21;
	font-size:9px;
}
h4 {
	position:relative;
}
	
	
	
/*--------------------------------------
　SP
---------------------------------------*/
	
@media (max-width:768px) {
.pc {
	display:none;
}
.sp {
	display:block;
}
nav.navbar {
	display:block;
}
.navbar-nav {
	float: left;
	text-align: left;
}
.navbar-brand {
	float:left;
	width:80%;
}
.navbar-brand img {
	width:70%;
	height:auto;
}
#header {
	height:auto;
	padding-top:55px;
}
#header h1 img {
	width:100%;
	height:auto;
}
#header .visit_navi {
	float:none;
	width:95%;
	margin: 10px auto;
}
#header .visit_navi img {
	width:100%;
	height:auto;
}
#main {
	float:none;
	max-width:665px;
	width:95%;
	padding-right:0px;
	margin:0 auto;
}
#sub {
	float:none;
	width:100%;
	max-width:303px;
	margin:0 auto;
}
#sub img {
	width:100%;
}
#contents img {
	width:95%;
	height:auto;
}
.top_content1 img {
	width:100%;
	height:auto;
}
.top_content {
	padding:20px;
	margin:10px 0px;
}
.top_content img {
	width:100%;
	height:auto;
}
.info dl dt {
	width:100%;
	border-bottom:none;
	float:none;
}
.info dl dt br {
	display:none;
}
.info dl dd {
	line-height:30px;
	border-bottom:1px dashed #1f9f11;
	margin-left:0px;
	width:100%;
}
.shikkan ul {
	width:100%;
	float:none;
	font-size:15px;
	line-heigth:15px;
	padding-right:7px 0px 7px 0;
}
.shikkan ul li {
	width:100%;
}
.shikkan04 ul {
	width:100%;
	float:none;
	font-size:15px;
	padding-right:20px;
}
.shikkan04 ul li {
	border-bottom:1px dashed #b2b2b2;
	padding:10px 0;
	width:100%;
}
.doctor_img {
	float:none;
	margin:0 auto;
	width:60%;
}
.doctor_img img {
	width:100%;
	height:auto;
}
.accesspage {
	width:100%;
}
.accesspage img {
	width:100%;
	height:auto;
}
.visitnavi ul li a {
	width:100%;
	display:block;
	color:#0e5f06;
	margin:0 2% 3px;
	padding:5px 20px 5px 5px;
	float:none;
}
.visit th {
	border:1px solid #fff;
	background-color:#64cc59;
	padding:10px;
	color:#fff;
	width: 100%;
	display: block;
}
.visit td {
	width: 100%;
	display: block;
	border-top: none;
}
form#mailformpro dl dt {
	float: none;
	width: 95%;
	font-size: 14px;
	margin: 0px auto;
}
form#mailformpro dl dd {
	margin: 0px auto;
	padding: 20px 0px 20px 0;
	font-size: 14px;
	width:95%;
}
input[type=text] {
	width: 100%;
	box-sizing: border-box;
}
.w100 {
	width:100%;
}
#footer .left {
	margin:0 auto;
	width:95%;
	float:none;
}
#footer .left img, #footer .right img {
	width:100%;
	height:auto;
}
#footer .right {
	float:none;
	width:95%;
	margin:0 auto;
}
#confirm_modal {
	width:98%;
	background:#fff;
	padding:2%;
	border:1px #ddd solid;
	-webkit-border-radius:10px;
	-mozborder-radius:10px;
	border-radius:10px;
	height:auto;
}
.gairai {
	color:#fff;
	font-size:15px;
	padding:10px 0;
	width:95%;
	margin:20px auto;
	cursor:pointer;
}
.zaitaku {
	color:#fff;
	padding:10px 0;
	font-size:14px;
	width:95%;
	margin:20px auto;
	cursor:pointer
}
div.modal {
	display:none;
	z-index:9999;
	top:150px;
	left:1%;
	width:98%;
	height:auto;
	padding:0;
	text-align:center;
	overflow:hidden;
}
.sinryo_time_text--access {
	margin-right:0px;
}
}
.side_doctor {
	padding:25px;
	border:1px solid #aacd06;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	overflow:hidden;
	text-align:left
}
