@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600');

/* レスポンシブ */

/* style */

/* utility */

.btk-utility {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btk-utility .site-logo {
	font-size: inherit;
	margin: 0;
}

.btk-utility .site-logo a {
	display: block;
}

.btk-utility .site-logo a .logo {
	width: 210px;
	height: 40px;
}

.btk-utility .btk-contact {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	padding-left: 20px;
}

.btk-utility .btk-contact dl:not(:first-of-type) {
	margin-left: 0;
}

.btk-utility .btk-contact dt {
	color: #009edf;
}

.btk-utility .btk-accessibility {
	margin-left: auto;
}

.btk-utility .btk-accessible-btn button {
	background-color: #009edf;
}

.btk-utility .btk-accessible-btn button:hover {
	color: #000;
	background-color: #caf0ff;
}

/* global-header */

.btk-global-header {
	height: 120px;
	background-color: #e5e5e5;
}

.btk-global-header .menu-nav {
	max-width: 1200px;
	margin: 0 auto;
}

.btk-global-header .menu-nav ul {
	float: none;
	width: 100%;
}

.btk-global-header .menu-nav ul li a {
	padding-bottom: 10px;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.btk-global-header .menu-nav ul li a i {
	font-size: 50px;
	font-size: 5rem;
	display: block;
	color: #009edf;
}

.btk-global-header .menu-nav ul li a:hover {
	color: #fff;
	border-top-color: #009edf;
	border-bottom-color: #009edf;
	background: #009edf;
}

.btk-global-header .menu-nav ul li a:hover:before {
	background-color: #009edf;
}

.btk-global-header .menu-nav ul li a:hover:not(.nav-title):after {
	background-color: #009edf;
}

.btk-global-header .menu-nav ul li a:hover i {
	color: #fff;
}

.btk-global-header .menu-nav ul li:not(.nav-title) a:after {
	opacity: 1;
	background-color: #ccc;
}

.btk-global-header .menu-nav ul li:last-of-type a:after {
	background-color: transparent;
}

/* global-footer */

.btk-global-footer {
	padding-top: 0;
	background: none;
}

.btk-global-footer .main-nav-cover {
	background-color: #009edf;
}

.btk-global-footer .main-nav {
	background-color: #e5e5e5;
}

.btk-global-footer .main-nav .category {
	width: 20%;
}

.btk-global-footer .sub-nav {
	background-color: #fff;
}

.btk-global-footer .footer-bottom {
	font-size: inherit;
	border-top: 3px solid #009edf;
}

.btk-global-footer .footer-bottom .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btk-global-footer .footer-bottom .site-logo a {
	display: block;
}

.btk-global-footer .footer-bottom .site-logo .logo {
	width: 190px;
	height: 34px;
}

.btk-global-footer .footer-bottom .detail {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	padding-left: 30px;
}

.btk-global-footer .footer-bottom .copyright {
	display: block;
	width: auto;
	margin-left: auto;
}

/* .btk-pageTop */

.btk-page-top a {
	background-color: #009edf;
}

.btk-page-top a:hover {
	opacity: .8;
	background-color: #009edf;
}

/* title */

.btk-title {
	margin: 0;
}

.btk-title.middle {
	padding-top: 0;
}

/* list */

.btk-dot-list li:before {
	background-color: #009edf !important;
}

.btk-link-list li a i {
	color: #009edf;
}

/* search */

.btk-search {
	border: 2px solid #009edf;
}

.btk-search button {
	background-color: #009edf;
}

/* local-nav */

.btk-local-nav .btk-link-list li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	margin: 0;
}

.btk-local-nav .btk-link-list li a {
	padding: 16px 10px 16px 36px;
}

.btk-local-nav .btk-link-list li a:hover {
	color: #000;
	border-bottom: 1px solid #caf0ff;
	background-color: #caf0ff;
}

.btk-local-nav .btk-link-list li a:hover i {
	color: #009edf;
}

.btk-local-nav .btk-link-list li:not(:first-of-type) a:hover:before {
	background-color: #caf0ff;
}

.btk-local-nav .btk-link-list li:last-of-type a:hover {
	border-bottom: none;
}

/* contact*/

.btk-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btk-contact dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btk-contact dl:not(:first-of-type) {
	margin-left: 1em;
}

.btk-contact dt {
	width: 2.5em;
}

/* 共通（ヘッダー・フッターなど） */

body.top .btk-global-header {
	background-color: #e5e5e5;
}

body.top .btk-global-header .menu-nav ul li a {
	border-bottom: 1px solid #fff;
}

body.top .btk-global-header .menu-nav ul li a:hover {
	border-bottom: 1px solid #009edf;
}

body.top .btk-utility {
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

body.top .btk-container {
	padding-bottom: 40px;
}

body.top .btk-main {
	margin-top: 30px;
}

.btk-top-slide .inner {
	position: relative;
	z-index: 1000;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.btk-top-slide .btk-search {
	right: 40px;
}

.btk-border-block {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px 30px;
	border: 4px solid #e5e5e5;
	border-radius: 8px;
}

/* top-bhp-first */

.btk-top-bhp-first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; /* .top-shinryo */ /* top-global-info */
}

.btk-top-bhp-first .top-shinryo {
	box-sizing: border-box;
	width: 320px;
	margin: 0 40px 0 0;
	padding-bottom: 20px;
}

.btk-top-bhp-first .top-shinryo .btk-local-nav {
	margin-top: .5em;
}

.btk-top-bhp-first .btk-top-global-info {
	width: calc(100% - 320px);
	margin: 0;
	padding: 0;
}

.btk-top-bhp-first .btk-top-global-info .item {
	width: calc((100% - 31px) / 2);
	padding: 0;
}

.btk-top-bhp-first .btk-top-global-info .item:nth-of-type(odd) {
	margin-right: 30px;
}

.btk-top-bhp-first .btk-top-global-info .item .info-list .new {
	background-color: #ff5b5d;
}

.btk-top-bhp-first .btk-top-global-info .item .info-list .label.news {
	background: #009edf;
}

.btk-top-bhp-first .btk-top-global-info .item .info-list .label.yobo {
	background: #f75f00;
}

.btk-top-bhp-first .btk-top-global-info .item .info-list .label.senmon {
	background: #6046aa;
}

.btk-top-bhp-first .btk-top-global-info .item .info-list .label.shinryo {
	background: #008646;
}

.btk-top-bhp-first .btk-top-global-info .item .info-list .label.opinion {
	background: #016fbf;
}

.btk-top-bhp-first .btk-top-global-info .item .link-btn {
	font-size: 14px;
	font-size: 1.4rem;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr {
	display: block;
	overflow: hidden;
	height: 210px;
	border: 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr.nurse a {
	background-image: url(../image/bhp/bg-nurse.jpg);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr.recruitment a {
	background-image: url(../image/bhp/bg-recruitment.jpg);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr.recruitment a .btk-title {
	color: #fff;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr.recruitment a .btk-title i {
	color: #fff;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr a {
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 30px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: contain;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr a:hover {
	opacity: .8;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr a .btk-title {
	display: block;
	margin-right: 0;
	color: #000;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr a .btk-title i {
	font-size: .8em;
	margin-left: 10px;
	color: #009edf;
}

.btk-top-clinic {
	margin-top: 30px;
}

.btk-top-clinic .btk-border-block {
	padding-right: 40px;
	padding-left: 40px;
}

.btk-top-clinic .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btk-top-clinic .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	width: calc((100% - 80px) / 2);
	justify-content: space-between;
}

.btk-top-clinic .item:nth-of-type(odd) {
	margin-right: 80px;
}

.btk-top-clinic .text {
	width: 70%;
	padding-right: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btk-top-clinic .text .btk-title a {
	position: relative;
	padding-right: 24px;
	color: #000;
}

.btk-top-clinic .text .btk-title a i {
	font-size: 1.1em;
	position: absolute;
	top: .1em;
	right: 0;
	color: #009edf;
}

.btk-top-clinic .text .address,
.btk-top-clinic .text .btk-contact {
	font-size: 16px;
	font-size: 1.6rem;
}

.btk-top-clinic .text .address {
	margin-top: 10px;
}

.btk-top-clinic .photo {
	width: 30%;
}

.btk-top-clinic .photo img {
	max-width: 100%;
	height: auto;
}

.btk-bnr {
	margin-top: 40px;
}

/* トップページ */

.btk-entry {
	margin-bottom: 0;
	padding-bottom: 24px; /* title */
}

.btk-entry .btk-title.xlarge {
/*	background: #009edf url(../bhp/image/bg-title.png) no-repeat 96% 100%; */
	background: #009edf url(../image/bhp/bg-title.png) no-repeat 96% 100%;
}

.btk-entry .btk-title.large {
	padding-bottom: 4px;
	border-bottom-color: #009edf;
}

.btk-entry .btk-title.middle {
	background: none;
}

.btk-entry .btk-title.middle:before {
	position: absolute;
	top: .3em;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	border-radius: 4px;
	background-color: #009edf;
}

.btk-entry .btk-title.small {
	padding: 10px 12px;
}

.btk-entry .btk-info-contact .title {
	padding-left: 36px;
	border-bottom-color: #009edf;
}

.btk-entry .btk-info-contact .btkicon-comment {
	color: #009edf;
}

.btk-entry .btk-info-contact .body {
	margin-top: 20px;
}

.btk-entry .btk-info-contact .body dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btk-entry .btk-info-contact .body dl dt {
	padding-right: 40px;
}

.btk-side .btk-side-nav .nav-title a {
	background: #009edf;
}

.btk-side .btk-side-nav .nav-title a:hover {
	color: #000;
	background: #caf0ff;
}

.btk-side .btk-side-nav .btk-link-list li a:hover {
	border-right-color: #caf0ff;
	border-left-color: #caf0ff;
}

.btk-side .btk-side-nav .btk-link-list li:last-of-type a:hover {
	border-bottom-color: #caf0ff;
}

/* entry-pager */

.btk-entry-pager .item a:hover {
	background-color: #009edf;
}

.btk-entry-pager .item i {
	color: #009edf;
}

/* 下層テンプレ */

/* 固定ページ（ディレクトリ別） */

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

.btk-utility .btk-accessibility.other {
	background-color: #caf0ff;
}

.btk-utility .btk-accessible-btn {
	margin-left: auto;
}

body.top .btk-utility {
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
}

body.top .btk-utility .btk-accessibility {
	margin-top: 0;
}

.btk-top-slide .slide li {
	height: 400px;
}

.btk-top-slide .slide img {
	height: 400px;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr {
	height: 13vw;
	max-height: 187px;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr a {
	padding: 20px;
}

}

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

.btk-global-footer .footer-bottom .detail .btk-contact {
	display: block;
}

.btk-global-footer .footer-bottom .detail .btk-contact dl:not(:first-of-type) {
	margin-left: 0;
}

.btk-top-bhp-first .btk-top-global-info .tab-title .btk-title a {
	border-color: #009edf;
}

.btk-top-bhp-first .btk-top-global-info .tab-title .btk-title .active {
	background-color: #009edf;
}

.btk-top-bhp-first .btk-top-global-info .item {
	width: auto;
	border-color: #009edf;
}

.btk-top-bhp-first .btk-top-global-info .item:nth-of-type(odd) {
	margin-right: 0;
}

.btk-top-bhp-first .btk-top-global-info .item .info-list {
	margin-top: 0;
}

.btk-top-bhp-first .btk-top-global-info .item .link-btn a {
	background-color: #009edf;
}

.btk-top-bhp-first .btk-top-global-info .item .link-btn a:hover {
	color: #000;
	background-color: #caf0ff;
}

.btk-top-bhp-first .btk-top-global-info .item .link-btn a i {
	font-weight: normal;
	vertical-align: -4px;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr {
	float: left;
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr:not(:first-of-type) {
	margin-right: 0;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr a {
	padding: 2vw;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr a .btk-title {
	font-size: 2vw;
}

.btk-top-clinic .item {
	display: block;
	width: calc((100% - 40px) / 2);
}

.btk-top-clinic .item:nth-of-type(odd) {
	margin-right: 40px;
}

.btk-top-clinic .text {
	width: auto;
	padding-right: 0;
}

.btk-top-clinic .photo {
	width: auto;
	margin-top: 10px;
	text-align: center;
}

.btk-entry .btk-info-contact .body dl {
	display: block;
}

}

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

.btk-utility {
	position: static;
}

.btk-utility .site-logo {
	position: absolute;
	z-index: 100;
	top: 18px;
	left: 15px;
}

.btk-utility .site-logo a .logo {
	width: 130px;
	height: 24px;
	fill: #fff;
}

.btk-utility .btk-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btk-utility .btk-contact dl:not(:first-of-type) {
	margin-left: 1em;
}

.btk-utility .btk-accessibility.other {
	background-color: #e5e5e5;
}

.btk-global-header {
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	background-color: #009edf !important;
}

.btk-global-header .menu-nav {
	display: none;
}

.btk-global-header .gnav-trg {
	background-color: #009edf;
}

.btk-global-header .search-trg {
	background-color: #009edf;
}

.btk-global-footer .main-nav {
	background-color: #fff;
}

.btk-global-footer .main-nav .main-nav-close {
	background-color: #009edf;
}

.btk-global-footer .main-nav .category {
	width: auto;
}

.btk-global-footer .footer-bottom .inner {
	display: block;
	text-align: center;
}

.btk-global-footer .footer-bottom .site-logo .logo {
	width: 130px;
	height: 24px;
}

.btk-global-footer .footer-bottom .detail {
	margin-top: 10px;
	padding-left: 0;
}

.btk-global-footer .footer-bottom .detail .btk-contact {
	display: inline-block;
}

body.top .btk-global-header {
	background-color: #009edf;
}

body.top .btk-utility {
	display: block;
	padding: 60px 0 0;
}

body.top .btk-utility .btk-accessibility {
	padding-top: 10px;
	border-top: 0;
}

body.top .btk-container {
	padding-bottom: 20px;
}

body.top .btk-main {
	margin-top: 15px;
}

.btk-top-slide:after {
	content: none;
}

.btk-top-slide .inner {
	position: static;
	padding: 0;
}

.btk-top-slide .slide li {
	height: 260px;
}

.btk-top-slide .slide img {
	height: 260px;
}

.btk-top-slide .btk-search {
	right: 0;
}

.btk-border-block {
	padding: 15px;
}

.btk-top-bhp-first {
	display: block;
}

.btk-top-bhp-first .top-shinryo {
	width: auto;
	margin: 0;
	padding-bottom: 15px;
}

.btk-top-bhp-first .btk-top-global-info {
	width: auto;
	margin-top: 30px;
}

.btk-top-bhp-first .btk-top-global-info .item {
	width: auto;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block {
	margin-top: 30px;
	padding-top: 0;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr {
	float: none;
	width: auto;
	max-width: 280px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr:not(:first-of-type) {
	margin-top: 15px;
	margin-right: auto;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr a {
	padding: 15px;
}

.btk-top-bhp-first .btk-top-global-info .bnr-block .bnr a .btk-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.btk-top-clinic .btk-border-block {
	padding: 15px;
}

.btk-top-clinic .inner {
	display: block;
}

.btk-top-clinic .item {
	width: auto;
}

.btk-top-clinic .item:nth-of-type(odd) {
	margin-right: 0;
}

.btk-top-clinic .item:not(:first-of-type) {
	margin-top: 30px;
}

.btk-top-clinic .text .btk-contact {
	display: block;
}

.btk-top-clinic .text .btk-contact dl:not(:first-of-type) {
	margin-left: 0;
}

.btk-bnr {
	margin-top: 30px;
}

.btk-bnr ul {
	margin-top: 0;
}

.btk-bnr ul li {
	margin-top: 0;
}

.btk-entry .btk-main {
	margin-top: 0;
}

.btk-entry .btk-title.xlarge {
	-webkit-background-size: 80px auto;
	-o-background-size: 80px auto;
	background-size: 80px auto;
}

.btk-entry .btk-title.middle {
	padding-left: 24px;
}

.btk-entry .btk-title.middle:before {
	width: 16px;
	height: 16px;
}

.btk-entry .btk-info-contact .body dl dt {
	padding-right: 0;
}

}
.btk-container {
    padding-bottom: 40px;
}
