@charset "utf-8";

@import url(./basic.css);
@import url(./custom.css);

body {
	padding-top: 108px;
}
@media (max-width: 700px) {
	body {
		padding-top: 0px;
	}
}

/* layout */
.width-base {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1023px) {
	.width-base {
		width: auto;
		margin-left:10px;
		margin-right:10px; 
	}
}


/* topicPath */
#topicPath{
}
#topicPath li{
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	padding-left:23px;
}
#topicPath li:after{
	content:'>';
	display:block;
	position:absolute;
	top:-3px;
	left:8px;
	font-size:14px;
}
#topicPath li.top{
	padding-left:0;
}
#topicPath li.top:after{
	content:'';
}


/* contents */
#contents {
	/*overflow:hidden;*/
	zoom: 1;
	padding-top: 20px;
}

#contents:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

@media (min-width: 568px) {
	#contents {
		overflow:hidden;
	}
}


.inner {
	position: relative;
}

#contents h1 {
	font-size: 28px;
	font-weight: normal;
	padding: 0 0 30px;
}

#mainSlider {
	text-align: center;
}
@media (max-width: 700px) {
	#contents,
	#mainSlider {
		  padding-top: 89px;
	}
	#top #contents {
		  padding-top:0;
	}
	#contents h1 {
		font-size: 22px;
		padding: 0 0 15px;
	}
}


/* header */
header {
	position: relative;
	border-top:20px solid #EDEDED;
	border-bottom: 4px solid #EDEDED;
	background: #fff;
	height: 85px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
}

header #logo {
	width: 285px;
	float: left;
	margin-top: 10px;
}

header h1,
header #head {
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	position: absolute;
	top: -19px;
	left :0;
}



@media (max-width: 1023px) {
	header #logo {
		width: 42%;
	}
}

@media (max-width: 767px) {
	header {
		border-top:none;
	}
	header h1,
	header #head {
		position: relative;
		top: auto;
		height: auto;
		background: #EDEDED;
		padding: 3px 10px;
		margin: 0 -10px 0;
	}
}

@media (max-width: 700px) {
	
	header .width-base {
		margin: 0;
	}
	header h1,
	header #head {
		display: none;
	}
	header #logo {
		width: 180px;
		float: none;
		text-align: center;
		margin: 5px auto 6px;
	}	
}


@media (max-width: 567px) {
	header #logo {
		text-align: left;
		margin-left:10px;
	}
	#top header #logo {
		text-align: center;
		margin-left:auto;
		margin-right:auto;
	}
}




.contactNav {
	float: right;
	margin-top: 7px;
/*	width: 422px;*/
}

.contactNav li {
	display: inline-block;
	*display: inline; /* for IE7 */ 
	*zoom: 1; /* for IE7 */ 
	margin-left: 20px;
}

.contactNav li a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	/*color: #FF4F40 ;*/
	color: #20B012;
}

.contactNav li a span {
	display: block;
}
.contactNav li a:hover {
	text-decoration: none;
	opacity: .8;
}

.contactNav li.tel a {
	margin-top: 5px;
	width: 222px;
	height: 61px;
	background: url("/_share/icon/icon_telPC01.png") no-repeat 0 0; 
	text-indent: 130%;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	pointer-events: none;
}
.contactNav li.tel a:hover {
	opacity: 1;
}
.contactNav li.net a,
.contactNav li.mail a {
	width: 70px;
	padding-top: 53px;
}

.contactNav li.net a {
	background: url("/_share/icon/icon_net01_pc.png") no-repeat 50% 0; 
}

.contactNav li.mail a {
	background: url("/_share/icon/icon_mail01_pc.png") no-repeat 50% 0; 
}

@media (max-width: 1023px) {
	.contactNav li {
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	
}

@media (max-width: 700px) {
	.contactNav {
		float: none;
		text-align: center;
		margin: 0;
		background: #FF4F40;
		display: table;
		width: 100%;
	 }
	 .contactNav li.tel a {
		margin: 0;
		width: auto;
		height: auto; 
		overflow: visible;
		text-indent: 0;
		white-space:normal;
		cursor:pointer;
		pointer-events:auto;
	}
	.contactNav li.net a,
	.contactNav li.mail a {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	.contactNav li {
		display: table-cell;
		width:33.3333%;
		border-right: 1px solid rgba(255,255,255,.5);
	}
	.contactNav li:last-child {
		border: none;
	}
	.contactNav li.tel a,
	.contactNav li.net a,
	.contactNav li.mail a {
		position: relative;
		color: #fff;
		padding: 10px 0;
		background: none;
	}
	
	.contactNav li.tel a:hover {
		opacity: 0.8;
	}
	
	.contactNav li.tel a,
	.contactNav li.net a,
	.contactNav li.mail a {
		color: #fff;
		padding: 10px 0;
		background: none;
	}
	
	.contactNav li a span{
		position: relative;
		display: inline-block;
		padding-left: 30px;
	}
	
	.contactNav li.tel a span:after,
	.contactNav li.net a span:after,
	.contactNav li.mail a span:after {
		content:'';
		display:block;
		position:absolute;
		top: 50%;
		left:5px;
		width: 22px;
		height: 22px;
		margin-top: -11px;
	}
	.contactNav li.tel a span:after {
		background: url("/_share/icon/icon_tel01_sp.png") no-repeat 0 50%;
		background-size: contain;
	}
	
	
	.contactNav li.net a span:after {
		background: url("/_share/icon/icon_net01_sp.png") no-repeat 0 50%; 
		background-size: contain;
	}
	
	.contactNav li.mail a span:after {
		background: url("/_share/icon/icon_mail01_sp.png") no-repeat 0 50%; 
		background-size: contain;
	}

}


@media (max-width: 567px) {

}






/* navi */
#navi {
	background: #fff;
}
	
#navi .bg{
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 4px solid #EDEDED;
	clear: both;
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 35% -90deg,rgba(255,255,255,0) 0%,rgba(255,228,227,0.5) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 35%,50% 98%,color-stop(0, rgba(255,255,255,0)),color-stop(1, rgba(255,228,227,0.5)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0) 0%,rgba(255,228,227,0.5) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(-90deg,rgba(255,255,255,0) 0%,rgba(255,228,227,0.5) 100%);
	background-image:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,228,227,0.5) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#7fffe4e3,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#7fffe4e3,GradientType=0);
	-moz-transition: .4s;
	  -webkit-transition: .4s;
	  -o-transition: .4s;
	  transition: .4s;

}


#navi ul {
	text-align: center;
	display: table;
	width: 100%;
	border-left: 1px solid #ddd;
}

#navi ul li {
	display: inline-block;
	*display: inline; /* for IE7 */ 
    *zoom: 1; /* for IE7 */ 
    display: table-cell;
    border-right: 1px solid #ddd;
    min-width: 110px;
}

#navi ul li a {
	display: block;
	font-size: 18px;
	color: #333;
	padding: 10px 0;
	text-decoration: none;
	-moz-transition: .4s;
	  -webkit-transition: .4s;
	  -o-transition: .4s;
	  transition: .4s;
}

#navi ul li a span {
	display: block;
	color: #FF4F40;
	font-size: 12px;
}

/* ナビゲーション可変用 
#navi.is_stuck .bg {
	border-bottom: 2px solid #EDEDED;
}
#navi.is_stuck ul li a {
	padding: 5px 0;
	font-size: 16px;
}
#navi.is_stuck ul li a span {
	font-size: 10px;
}
*/
.menuTrigger{display: none;}


@media (max-width: 1023px) {
	#navi .width-base {
		margin-left: 0;
		margin-right: 0;
	}
	#navi ul li {
		min-width: 70px;
	}
	#navi ul li a {
		font-size: 16px;
	}
	#navi ul li a span {
		font-size: 12px;
	}
}

@media (max-width: 800px) {
	#navi ul li {
		min-width: 50px;
	}
	#navi ul li a,
	#navi.is_stuck ul li a {
		font-size: 15px;
	}
	#navi ul li a span,
	#navi.is_stuck ul li a span {
		font-size: 10px;
	}
}

@media (max-width: 700px) {
	.menuTrigger {
		display: block;
		position: fixed;
		top:0;
		right: 0;
			
	}
	.menuTrigger span {
		display: block;
		width: 50px;
		height: 50px;
		background: rgba(239,77,68,.8) url("/_share/icon/icon_menu01_sp.png") no-repeat 50% 50%;
		background-size: 25px 25px;
		text-indent: 130%;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
	}
	.menuTrigger span.open {
		background: rgba(239,77,68,.8) url("/_share/icon/icon_menu01_sp_close.png") no-repeat 50% 50%;
		background-size: 25px 25px;
	}
	#navi {
		position: fixed;
		top:0;
		margin-top: 89px;
		z-index: 10;
	}
	
	
	
	#navi .width-base {
		margin-bottom: -1px;
		border-bottom: 1px solid #bbb;
	}
	#navi .bg {
		background: #fff;
		border: none;
	}
	#navi ul {
		display: block;
		display: none;
		border:none;
		margin-bottom: -1px;

	}
	#navi ul:before,
	#navi ul:after {
	    content: " ";
	    display: table;
	}
	#navi ul:after {clear: both;}
	#navi ul {*zoom: 1;}
	
	#navi ul li,
	#navi.is_stuck ul li {
		float: left;
		width: 49.8%;
		display: block;
		border-bottom: 1px solid #bbb;
		text-align: left;
	}
	#navi ul li:nth-child(even){
		border-right:none;
	}
	#navi ul li a,
	#navi.is_stuck ul li a  {
		position: relative;
		font-size: 15px;
		padding: 7px 10px;
		line-height: 120%;
	}
	#navi ul li a span {
		font-size: 10px;
		/*line-height: 120%;*/
	}
	
	#navi ul li a:after{
		content:'';
		display:block;
		position:absolute;
		top: 50%;
		right: 10px;
		left:auto;
		width: 6px;
		height: 9px;
		margin-top: -3px;
		background: url("/_share/icon/icon_sprite01.png") no-repeat 100% -100px;
	}
	
	
	#top .menuTrigger{display: none;}
	#top #navi {
		position: relative;
		top:0;
		margin:0 auto 20px;
	}
	#top #navi ul {
		display: block;

	}
	
	
}


@media (max-width: 567px) {
	
}







/* footer */
footer {
	clear: both;
	padding-top:20px; 
	background: #FFDBDA;
}

footer .left {float: left;}
footer .right {float: right;}


footer .whitebox {
	background: #fff;
	padding: 20px 40px;
	margin-bottom: 20px;
}

.whitebox:before,
.whitebox:after {
    content: " ";
    display: table;
}
.whitebox:after {clear: both;}
.whitebox {*zoom: 1;}


footer .logo {margin-bottom: 15px;}
footer .name {
	margin-bottom: 5px;
}
footer .name span {
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}
footer .txt {
	font-size: 12px;
	margin-bottom: 15px;
}

footer .tel {
	margin-bottom: 15px;
}
footer .ttl {
	margin-top: 20px;
	margin-bottom: 5px;
}
footer .ex {
	margin-top: 3px;
	font-size: 12px;
	color: #FF4F40;
	text-align: left;
}


footer .map {
	/*padding-top: 33px;*/
	width: 442px;
}

footer .googleMap {
	position: relative;
	border: 1px solid #bbb;
	height: 243px;
}




#map{
width: 100%;
height: 100%;
}



#footerNav {
	padding: 0px 40px 20px;
}

#footerNav .fnav {
	display: inline-block;
	*display: inline; /* for IE7 */ 
    *zoom: 1; /* for IE7 */
    margin-right: 50px;
}

#footerNav .fnav ul {
	display: inline-block;
	*display: inline; /* for IE7 */ 
    *zoom: 1; /* for IE7 */
    margin-right: 50px;
}

#footerNav .ttl {
	font-weight: bold;
	margin-bottom: 10px;
}

#footerNav li {
	margin-bottom: 5px;
	float: left;
	clear: both;
	min-width: 120px;
}

#footerNav li a {
	position: relative;
	display: block;
	font-size: 12px;
	text-decoration: underline;
	color: #555;
	padding-left: 1em;
}
#footerNav li a:hover {
	text-decoration: none;
}
#footerNav li a:after{
	content:'>';
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	font-size:10px;
	font-weight: bold;
}

footer .copy{
	clear: both;
	text-align: center;
	background: #EDEDED;
	padding: 15px 0;
	font-size: 12px;
}


@media (max-width: 1023px) {
	footer {
		padding-top:5px; 
	}
	footer .whitebox {
		padding: 20px 20px;
	}
	footer .map {
		width: 47%;
	}
	#footerNav {
		padding-left: 20px;
		padding-right: 20px;
	}
	#footerNav .fnav,
	#footerNav .fnav ul {
		margin-right: 28px;
	}
}

@media (max-width: 767px) {
	footer .width-base {
		margin-left: 0;
		margin-right: 0;
	}
	footer .logo a {
		width: 113px;
		height: 78px;
		margin-left: auto;
		margin-right: auto;
	}
	
	footer .left,footer .right {
		float: none;
		width: auto;
		text-align: center;
	}
	#footerNav .fnav,
	#footerNav .fnav ul {
		margin-right: 20px;
	}
	footer .googleMap {
		margin: 0 auto;
	}
	
}
@media (max-width: 567px) {
	footer {
		background: #fff;
		border-top:3px solid #FFDBDA;
	}
	#footerNav {
		  padding: 0;
		  text-align: center;
	}
	#footerNav .fnav,
	#footerNav .fnav ul{
		display:block;
		margin: 0;
		clear: both;
	}
	#footerNav .fnav .ttl {
		position: relative;
		background: #999;
		padding: 3px 0;
		color: #fff;
		margin: 0;
		margin-top: -1px;
		z-index: 1;
	}
	.fnav ul:before,
	.fnav ul:after {
	    content: " ";
	    display: table;
	}
	.fnav ul:after {clear: both;}
	.fnav ul {*zoom: 1;}


	#footerNav .fnav ul li{
		text-align: left;
		width: 49.8%;
		clear: none;
		max-width: 100%;
		margin-bottom: 0;
	}
	#footerNav .fnav ul li{
		border-bottom: 1px solid #bbb;
	}
	#footerNav .fnav ul li:nth-child(odd){
		border-right: 1px solid #bbb;
	}
	
	
	#footerNav .fnav ul li a{
		text-align: left;
		clear: none;
		padding: 10px;
		text-decoration: none;
	}
	#footerNav .fnav ul li a:after{
		content:'';
		display:block;
		position:absolute;
		top: 50%;
		right: 10px;
		left:auto;
		width: 6px;
		height: 9px;
		margin-top: -3px;
		background: url("/_share/icon/icon_sprite01.png") no-repeat 100% -100px;
	}
	footer .copy{
		padding: 10px 0;
		font-size: 10px;
	}
}







/* main */
section#main {
	float: right;
	width: 763px;
	min-height:400px;
	height: auto !important;
	height: 400px;
}

@media (max-width: 1023px) {
	section#main {
		width: 72%;
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	section#main {
		float: none;
		width: auto;
		margin:0 0 20px;
	}
}


section p {
	margin-bottom:20px;
	line-height: 180%;
}

section b {
	color: #FF6633;
}


section strong {
	color: #036;
	text-decoration: underline;
}

section p:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


section h2,
section .h2 {
	font-size: 28px;
	margin-bottom: 20px;
	border-bottom: 3px solid #FF827C;
	padding: 15px 5px;
}

section .title {
	font-size: 24px;
	margin-bottom: 20px;
}

section h3,
section .h3 {
	font-size: 24px;
	/*color: #FF4F40;*/
	color: #20B012;
	margin-bottom: 20px;
	
}

section h4,
section .h4 {
	font-size: 18px;
	color: #333;
	border-bottom:2px dotted #FF4F40;
	margin-bottom: 20px;
	
}

@media (max-width: 767px) {
	section h2,
	section .h2 {
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	
	section .title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	section h3,
	section .h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	section h4,
section .h4 {
	font-size: 14px;
	color: #333;
	border-bottom:2px dotted #FF4F40;
	margin-bottom: 15px;
	
    }
	
}

@media (max-width: 767px) {
	section h2,
	section .h2 {
		font-size: 20px;
	}
}




section .box {
	border: 6px solid #FFDBDA;
	/*box-sizing: border-box;*/
	padding: 15px;
	margin-bottom: 20px;
}

section .box2 {
	/*box-sizing: border-box;*/
	padding: 15px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
}

section .box3 {
	/*box-sizing: border-box;*/
	padding: 15px;
	margin-bottom: 20px;
	background-color: #FBF7EC;
}


section .anchorList {
}
section .anchorList li {
	display: inline-block;
	*display: inline; /* for IE7 */ 
    *zoom: 1; /* for IE7 */
    margin: 0 10px 10px 0; 
}
section .anchorList li a {
	position: relative;
	display: block;
	border: 1px solid #FF827C;
	padding: 4px 10px 4px 17px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}
section .anchorList li a:after{
	content:'';
	display:block;
	position:absolute;
	top: 50%;
	left:5px;
	width: 6px;
	height: 9px;
	margin-top: -5px;
	background: url("/_share/icon/icon_sprite01.png") no-repeat 100% -100px;
}
	


/* side */
#right {
	float: right;
}

#left {
	float: left;
}

#right,#left {
	width: 241px;	
}

@media (max-width: 1023px) {
	#right,#left {
		width: 23.535156%;
	}
	#right {margin-right: 10px;}
	#left {margin-left: 10px;}
}

@media (max-width: 767px) {
	#right,#left {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right:0;
	}
	#right {margin-left: 10px;}
	#left {margin-right: 10px;}
}
@media (max-width: 767px) {
	#right {margin-left: 0;}
	#left {margin-right: 0;}
}

aside {
	
}

aside .borderBox {
	margin-bottom: 15px;	
}

aside dl.borderBox {
	border: none;
}

aside dl dt {
	padding: 5px 10px;
	background: #FF4F40;
	background: rgba(255,79,64,.8);
	color: #fff;

}

aside dl dt a,
aside dl dt a:hover {
	color: #fff;
}

aside dl dd {
	border: 1px solid #ddd;
	border-top: none;
}

aside .ttl {
	background: #FF4F40;
	background: rgba(255,79,64,.8);
	margin-bottom: 10px;
	padding: 5px 10px;	
	color: #fff;
}



aside .timetable th,
aside .timetable td {
	font-size: 12px;
	padding: 4px 4px;
}
aside .timetable tbody td {
	font-size: 11px;
	text-align: center;
}

aside .timetable + .ex {
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #FF4F40;
	text-align: left;
}



aside ul {
	margin-bottom: 5px;
}

aside ul li {
	font-size: 120%;

}

aside ul li a,
aside ul li span {
	position: relative;
	display: block;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px dotted #bbb;
	text-decoration: none;
	font-size: 14px;
	color: #555;
}
aside ul li a:after,
aside ul li span:after{
	content:'';
	display:block;
	position:absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 9px;
	margin-top: -3px;
	background: url("/_share/icon/icon_sprite01.png") no-repeat 100% -100px;
}
aside ul li a:hover {
	opacity: .8;
}
aside ul li:last-child a,
aside ul li:last-child span {
	border: none;
}

aside ul li a time {
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}



@media (max-width: 767px) {
	aside {
		text-align: center;
	}
	aside dl.borderBox {
		text-align: left;
	}
	aside .borderBox.banner {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	aside .borderBox.banner .switch {
		width: 400px;
		height: auto;
		
	}
}








.btn {
	clear: both;
	text-align: center;
}

.btn a {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	*display: inline; /* for IE7 */ 
    *zoom: 1; /* for IE7 */ 
	font-size: 18px;
	color: #fff;
	/*background: #FF4F40 ;*/
	background: #20B012;
	padding: 10px 40px 10px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	min-width: 350px;
}

.btn a:after{
	content:'';
	display:block;
	position:absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 15px;
	margin-top: -8px;
	background: url("/_share/icon/icon_sprite01.png") no-repeat 100% -50px;
}

.btn a:hover {
	/*background-color: #FF827C;*/
	background-color: #3EBF45;
}


@media (max-width: 767px) {
	.btn a {
		min-width: 400px;
	}
}

@media (max-width: 500px) {
	.btn a {
		min-width: 300px;
		padding: 10px 30px 10px 10px;
		font-size: 16px;
	}
}



hr {
	clear: both;
	background: #EDEDED;
	border: none;
	height: 4px;
	margin: 30px 0;
}

@media (max-width: 567px) {
	hr {
		margin: 15px 0;
	}
}

.caption {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
}

.caption.name {
	font-size: 18px;
}

.caption.name .sub {
	display: block;
	font-size: 16px;
}

.dental-apo{
 padding-top: 5px;
}






/* facebook Twitter */
.facebookBox,
.twitterBox {
	margin-bottom: 20px;
}

.facebookBox h2,
.twitterBox h2 {
	position: relative;
	background: #3A56A3;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding: 5px 10px 5px 25px;
}
.twitterBox h2 {
	background: #39C5FF;
}

.facebookBox h2:after,
.twitterBox h2:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background: url("/_share/icon/icon_facebook01.png") no-repeat 0 0;
}
.twitterBox h2:after {
	background: url("/_share/icon/icon_twitter01.png") no-repeat 0 0;
}


@media (min-width: 701px) {
	.pcNone {
		display: none !important;
	}
}

@media (max-width: 700px) {
	.spNone {
		display: none !important;
	}
}