@charset "UTF-8";


/* //////////////////////////////////////////////////

　トップページ

////////////////////////////////////////////////// */


/* layout
-------------------------------------------------- */
#contents {
	padding-top: 75px; /* gnaviの分だけ余白 */
}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#contents {
		padding-top: 0;
	}
}




/* mainimg
-------------------------------------------------- */
#header {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	background: none;
}

#mainimg {
	position: relative;
}
#slide li {
	height: 600px;
	background-position: center top;
	background-size: cover;
}
.bxslider li img {
	width: 100%;
}
.bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 60px;
	margin-top: -30px;
	background-color: rgba(0,0,0,.1);
	background-position: center;
	background-repeat: no-repeat;
}
.bx-controls-direction .bx-prev {
	left: 50%;
	margin-left: -480px;
	background-image: url(../img/btn_prev.png);
}
.bx-controls-direction .bx-next {
	right: 50%;
	margin-right: -480px;
	background-image: url(../img/btn_next.png);
}

#mainimg .catch {
	position: absolute;
	top: 460px;
	left: 0;
	right: 0;
}
#mainimg .catch img {
	width: 454px;
}

#mainimg .menu {
	position: absolute;
	top: 370px;
	left: 0;
	right: 0;
}
#mainimg .menu ul {
	width: 750px;
	margin: auto;
	border-collapse: separate;
	border-spacing: 20px;
}


@media screen and (min-width: 1520px) {
	#mainimg .catch {top: 450px;}
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#header {
		position: fixed;
		background: #fff;
	}
	#mainimg {
		margin-top: 55px;
	}
	#slide li {
		height: 300px;
	}
	.bx-controls-direction a {
		display: none !important;
	}

	#mainimg .catch {
		top: 220px;
	}
	#mainimg .catch img {
		width: 295px;
	}

	#mainimg .menu {
		position: static;
	}
	#mainimg .menu ul {
		width: auto;
		margin: auto;
		padding: 15px 5px;
		border-spacing: 10px;		
	}
}
@media screen and (max-width: 480px) {
	#slide li {
		height: 250px;
	}

	#mainimg .catch {
		top: 175px;
	}
}





/* guide
-------------------------------------------------- */
#guide {
	background: url(/home-img/bg_guide.png);
	padding: 75px 0 125px;
}
#guide li {
	float: left;
	width: 50%;
	position: relative;
	text-align: right;
}
#guide .box {
	position: relative;
	display: inline-block;
	padding: 20px 30px 30px;
	border-radius: 10px;
	text-align: center;
}

#guide strong {
	display: inline-block;
	line-height: 1.3;
}
#guide figure {
	position: absolute;
	top: -35px;
	left: -10px;
}

#guide .btn {
	position: absolute;
	bottom: -80px;
	right: 50%;
	margin-right: -52px;
	padding-top: 25px;
	width: 105px;
	height: 105px;
	background-image: url(/home-img/mrk_right.png);
	background-repeat: no-repeat;
	background-position: center bottom 15px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
}
.guide01 .box {
	margin-right: 30px;
	width: 230px;
	background-color: #f8e3d8;
}
.guide02 .box {
	width: 260px;
	background-color: #F8E1E0;
}
.guide01 .btn {
  background-color: #e6986e;
}
.guide02 .btn {
	background-color: #945f5c;
}

.info_btn{
  width: 220px;
	height: 34px;
	border-radius: 7px;
	background-color: #ef858c;
  margin: 0 auto;
  text-align: center;
  background-image: url(/home-img/mrk_right.png);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 8px;

}

.info_btn a{color: #fff;
font-weight: bold;
text-align: center;
line-height: 2;
text-decoration: none;}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#guide {
		background: none;
		padding: 0 0 100px;
	}
	.guide01 {
		padding-right: 5px;
	}
	.guide02 {
		padding-left: 5px;
	}
	#guide .box {
		display: block;
		width: 100%;
		margin: 0;
		padding: 15px 20px 40px;
		text-align: left;
	}

	#guide figure {
		top: inherit;
		bottom: -65px;
		left: 0px;
	}
	#guide figure img {
		zoom: .4;
	}

	#guide .btn {
		bottom: -50px;
		right: 0;
		margin-right: 0;
		padding-top: 15px;
		width: 70px;
		height: 70px;
		background-size: 5px;
		background-position: center bottom 7px;
	}
}
@media screen and (max-width: 480px) {
	#guide .box {
		padding-bottom: 20px;
	}
	#guide figure img {
		zoom: .3;
	}
	#guide .btn {
		width: 65px;
		height: 65px;
	}
}





/* お知らせ
-------------------------------------------------- */
.wrap_sec {
	width: 100%;
}
.wrap_sec > ._cell {
	padding: 40px 0 60px;
}
.wrap_sec h2 {
	margin-bottom: 30px;
}

#sec01 {
/*	width: 60%;*/
	background: #fff3ec;
}
#sec01 .inner {
	float: right;
	width: 605px;
	margin-right: 30px;
}
#sec01 li {
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
}
#sec01 li a {
	text-decoration: none;
}
#sec01 li a:hover {
	text-decoration: underline;
}
#sec01 li .date {
	white-space: nowrap;
}
#sec01 li .title {
	padding-left: 1em;
	color: #333;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.wrap_sec {
		display: block;
	}
	.wrap_sec > ._cell {
		display: block;
		padding: 20px 0 30px;
	}
	.wrap_sec h2 {
		margin-bottom: 15px;
	}

	#sec01 {
		width: 100%;
		background: #fff3ec;
	}
	#sec01 .inner {
		float: none;
		width: auto;
		margin: 0;
		padding: 0 10px;
	}
	#sec01 li {
		padding: 10px 0;
	}
}
@media screen and (max-width: 480px) {
}






/* 診療情報
-------------------------------------------------- */
#sec02 {
	width: 40%;
	background: #ecddc6;
}
#sec02 .inner {
	width: 335px;
	margin-left: 30px;
}
#sec02 table {
	width: 100%;
}
#sec02 td {
	padding: 4px 10px;
	background: #fff;
	border-bottom: 2px solid #ecddc6;
	white-space: nowrap;
}
/*#sec02 tr:nth-child(even) td {
	background: #fdf8b5;
}*/
#sec02 td:nth-child(1){padding-right: 10px;text-align: left;}
#sec02 td:nth-child(2){padding-left: 0;text-align: left;}

#sec02 .currentday th, #sec02 .currentday td{
	background: #fdf8b5;
}


/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#sec02 {
		width: 100%;
	}
	#sec02 .inner {
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
	#sec02 td {
		padding: 4px 8px;
	}
	#sec02 tr td:nth-child(3) {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
}






/* 取り組み・特長
-------------------------------------------------- */
#sec03 {
	padding: 55px 0;
}
#sec03 h2 {
	margin-bottom: 30px;
}
#sec03 h3 {
	margin: 10px 0 0;
}
#sec03 a {
	color: #000;
	text-decoration: none;
}
#sec03  a:hover {
	text-decoration: underline;
}

/* map */
#sec03 .map {
	position: relative;
	margin-top: 50px;
	padding: 20px;
	background: url(/home-img/bg_map.jpg);
	border-radius: 7px;
	box-shadow: 0 2px 0 #dbad6a;
}
#sec03 .map::before,
#sec03 .map::after {
	position: absolute;
	top: 9px;
	zoom: .6;
}
#sec03 .map::before {
	content: url(/home-img/img_pin_01.png);
	left: 25px;
}
#sec03 .map::after {
	content: url(/home-img/img_pin_02.png);
	right: 25px;
}
#sec03 .map .inner {
	background: url(/home-img/bg_mapinner.png);
	border: 1px solid #e6e5e6;
	border-bottom-color: #dec7a4;
	border-radius: 1px;
	padding: 10px;
}
#sec03 .map table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
#sec03 .map td {
	padding: 32px 15px;
	text-align: center;
	font-weight: bold;
}
#sec03 .map td.wrap {
	padding: 0;
}
#sec03 .map .floor2 td {
	padding: 18px 15px;
}
#sec03 .map td table {
	margin: -2px;
}
#sec03 .map01 { background-color: #fde5b8 }
#sec03 .map02 { background-color: #c9e7e7 }
#sec03 .map03 { background-color: #fed2c1 }
#sec03 .map04 { background-color: #e2d8a9 }
#sec03 .map05 { background-color: #d2cee7 }
#sec03 .map06 { background-color: #dbe2db }
#sec03 .map07 { background-color: #f8e1e0 }
#sec03 .map08 { background-color: #bedfc2 }
#sec03 .map09 { background-color: #f1d9e9 }
#sec03 .map10 { background-color: #f9f0ae }

/* 採用情報 */
#sec03 .recruit {
	position: relative;
	margin-top: 60px;
	background: #f9eaeb;
}
#sec03 .recruit .image {
	width: 640px;
	height: 180px;
	background: url(../home-img/img_sec4.jpg) no-repeat;
	background-size: cover;
}
#sec03 .recruit a:hover .image {
	opacity: .7;
}
#sec03 .recruit .text {
	width: 360px;
	padding: 30px 50px 30px 30px;
}
#sec03 .recruit h3 {
	border-bottom: 2px dashed #ef858c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sec03 .recruit p {
	line-height: 1.6;
}
#sec03 .recruit .cloud {
	position: absolute;
	top: -30px;
	right: -5px;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#sec03 {
		padding: 30px 0;
	}
	#sec03 h2 {
		margin-bottom: 15px;
	}
	
	#sec03 .efforts li + li {
		margin-top: 20px;
	}

	/* map */
	#sec03 .map {
		margin: 25px -10px 0;
		padding: 30px 10px;
		background-size: 236px;
		border-radius: 0;
		box-shadow: none;
	}
	#sec03 .map::before {
		top: 26px;
		left: 10px;
	}
	#sec03 .map::after {
		top: 26px;
		right: 10px;
	}
	#sec03 .map .inner {
		padding: 10px 10px 8px;
	}
	#sec03 .map table,#sec03 .map tbody,#sec03 .map tr,#sec03 .map td {
		display: block;
	}
	#sec03 .map td {
		padding: 15px 5px;
		margin-bottom: 2px;
	}
	#sec03 .map .floor2 td {
		padding: 15px 5px;
	}
	#sec03 .map td.map01 {
		padding: 30px 5px;
	}
	#sec03 .map td table {
		margin: 0;
	}

	/* 採用情報 */
	#sec03 .recruit {
		display: block;
		margin-top: 30px;
	}
	#sec03 .recruit .image {
		display: block;
		width: 100%;
		height: auto;
		background: none;
	}
	#sec03 .recruit .text {
		display: block;
		width: 100%;
		padding: 5px 10px 10px 10px;
	}
	#sec03 .recruit h3 {
		border-bottom: 1px dashed #ef858c;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	#sec03 .recruit .cloud {
		top: -40px;
		zoom: .75;
	}
}
@media screen and (max-width: 480px) {
}







/* bottom_link
-------------------------------------------------- */
#bottom_link li {
	margin: 0 25px;
}
#bottom_link a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
#bottom_link a:hover {
	text-decoration: underline;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}
