@charset "UTF-8";

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

　サイト全般のスタイル

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

/* FONT
-------------------------------------------------- */
body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Meiryo",sans-serif;
	font-size: 16px;
}
p, dd, li, dt, th, td, address {
	line-height: 1.7;
}
a {
	color: #467f71;
}
a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
input, textarea, select {
	font-size: 16px;
}

.fz10 { font-size: 0.625em }
.fz11 { font-size: 0.687em }
.fz12 { font-size: 0.75em }
.fz13 { font-size: 0.812em }
.fz14 { font-size: 0.875em }
.fz15 { font-size: 0.937em }
.fz17 { font-size: 1.062em }
.fz18 { font-size: 1.125em }
.fz20 { font-size: 1.25em }
.fz22 { font-size: 1.375em }
.fz24 { font-size: 1.5em }
.fz26 { font-size: 1.625em }
.fz28 { font-size: 1.75em }

.fz_large {
	font-size: 120%;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	body {
		font-size: 90%;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 80%;
	}
}




/* LAYOUT
-------------------------------------------------- */
.container {
	margin: auto;
	width: 1000px;
}
#contents {
	position: relative;
	margin-bottom: 60px;
	padding-top: 70px;
}
body.menu_open {
	overflow: hidden;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.container {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	#contents {
		padding-top: 45px;
	}
	._item.image + ._item.text,
	._item.text + ._item.image {
		margin-top: 20px;
	}
	

}
@media screen and (max-width: 480px) {
}






/* SITE NAVI
-------------------------------------------------- */
#site_navi {
	background: #eae5e3;
}
#site_navi li {
	width: 16.6666%;
	display: table;
}
#site_navi a {
	display: table-cell;
	height: 50px;
	color: #fff;
	font-size: 0.875em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1.3;
}
#site_navi a:hover {
	opacity: .8;
}
#site_navi .nav1 a { background: #265246 }
#site_navi .nav2 a { background: #000352 }
#site_navi .nav3 a { background: #01706c }
#site_navi .nav4 a { background: #408d26 }
#site_navi .nav5 a { background: #b7595c }
#site_navi .nav6 a { background: #fa709a }





/* HEADER
-------------------------------------------------- */
#header {
	padding: 30px 0;
	height: 135px;
}
#header .logo {
	float: left;
}
#header .logo a:hover img {
	opacity: 1;
}

.header_content {
	float: right;
}
.header_content > div {
	float: left;
}
.header_content > div + div {
	margin-left: 30px;
}
.header_content P {
	line-height: 1;
}

/* home button */
.header_content .home {
	float: left;
	display: inline-block;
	padding: 9px 0;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 0 30%;
	color: #000;
	font-size: 0.875em;
	text-decoration: none;
}
.header_content .home:hover {
	text-decoration: underline;
}

/* font size */
.header_content .btn.fontsize {
	position: relative;
	float: right;
	padding: 4px 10px;
	padding-right: 28px;
	border-radius: 3px;
	color: #fff;
	font-size: 0.875em;
}
.header_content .btn.fontsize::after {
	position: absolute;
	top: 6px;
	right: 7px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border-radius: 50%;
	content: "";
}

/* search */
.search_box input {
	outline: none;
	border: none;
	padding: 5px;
}
.search_box input[type="text"] {
	float: left;
}
.search_box input[type="submit"] {
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/ico_search.png);
	cursor: pointer;
}

.header_content .search_box {
	margin-bottom: 15px;
	width: 220px;
	height: 30px;
	border: 1px solid #ccc;
}
.header_content .search_box input[type="text"] {
	width: 190px;
	height: 28px;
}
.header_content .search_box input[type="submit"] {
	width: 28px;
	height: 28px;
	background-size: 16px;
}

/* contact */
.header_content .tel {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 0;
	padding-left: 20px;
	font-size: 1.75em;
	font-weight: bold;
	background: url(../img/ico_tel_01.png) no-repeat 0 50%;
}
.header_content address {
	margin-top: 3px;
	font-size: 0.75em;
}

/* nurse */
.header_content .btn.request {
	display: inline-block;
	padding: 2px 10px;
	background-color: #b7595c;
	border-radius: 3px;
	color: #fff;
	font-size: 0.875em;
}


#search_sp {
	display: none;
}

/* スマートフォン用表示に戻す */
#btn_sp {
	display: none;
	width: 100%;
	background-color: #362e2b;
	margin-bottom: 4px;
	padding: 30px 0;
	color: #fff;
	text-align: center;
	font-size: 3em;
}
#btn_sp i {
	position: relative;
	top: -5px;
	left: -15px;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#header {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		right: 0;
		height: 45px;
		padding: 0;
		overflow: hidden;
	}
	#header .container {
		padding: 0;
	}
	#header .logo {
		padding: 10px;
	}
	.header_button {
		float: right;
	}
	.header_button button {
		width: 45px;
		height: 45px;
		border-left: 1px solid transparent;
		overflow: hidden;
	}
	#btn_menu_close {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		background: #333;
	}
	
	/* search */
	#btn_search_close {
		display: none;
		position: absolute;
		top: 0;
		right: 93px;
		background: #362e2b;
	}
	#search_sp {
		position: fixed;
		z-index: 1001;
		top: 45px;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,.7);
		padding: 20px 0;
	}
	#search_sp .search_box {
		position: relative;
		width: 100%;
		height: 40px;
		background: #fff;
	}
	#search_sp .search_box input[type="text"] {
		width: 100%;
		height: 40px;
		padding-right: 50px;
	}
	#search_sp .search_box input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background-size: 20px;
	}

}
@media screen and (max-width: 480px) {
}






/* パンくず
-------------------------------------------------- */
.breadcrumb {
	background: #eee;
	padding: 10px 0;
	color: #666;
	font-size: 0.75em;
}
.breadcrumb .item:first-child {
	padding-left: 30px;
}
.breadcrumb .item + .item::before {
	padding: 0 5px;
	content: ">";
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.breadcrumb {
		margin-bottom: 1px;
	}
	.breadcrumb .item:first-child {
		padding-left: 0px;
	}
}
@media screen and (max-width: 480px) {
}





/* FOOTER
-------------------------------------------------- */
#footer {
	position: relative;
	padding: 30px 0;
	background: #362e2b;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* navi */
.footer_menu {
	margin-bottom: 30px;
}
.footer_menu li {
	margin: 0 10px;
	font-size: 0.75em;
}


#footer .copyright {
	display: block;
	font-size: 0.688em;
}

#pagetop {
	position: absolute;
	right: 20px;
	bottom: 60px;
	display: block;
	width: 88px;
	height: 88px;
	background: #000;
	border-radius: 50%;
}

.fotter_middle .pc {
	padding: 10px 15px;
	margin-bottom: 20px;
	padding-left: 50px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: url(../img/ico_pc.png) no-repeat 15px 50%;
	background-size: 26px;
	font-weight: bold;
	color: #fff;
}
.fotter_middle .tel {
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 23px;
	background: url(../img/ico_tel_02.png) no-repeat 0 50%;
	background-size: 17px;
	font-size: 1.4em;
	font-weight: bold;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#footer {
		padding: 30px 0;
		text-align: center;
	}
	
	/* menu */
	.footer_menu {
		float: none;
		margin-bottom: 20px;
	}
	#footer .copyright {
		float: none;
	}

	#pagetop {
		right: 0;
		bottom: inherit;
		top: -35px;
		width: 50px;
		height: 35px;
		background: rgba(54,46,43,.8);
		border-radius: 0;
	}
}
@media screen and (max-width: 480px) {
}







/* MODULE
-------------------------------------------------- */

/* BUTTON */
.btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.btn:hover {
	opacity: .8;
}
.btn:hover img {
	opacity: 1;
}

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


