@charset "UTF-8";

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

　汎用的なパーツのスタイル

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


/* タイトル
-------------------------------------------------- */
.h1,
.wp_entry h1 {
	margin-bottom: 50px;
	/*background-image: url(../img/bg_stripe.png);*/
	background-image: none;
  padding: 35px 25px;
	font-size: 1.625em;
	font-weight: bold;
	line-height: 1.3;
}

.h1.has_img,
.wp_entry h1.has_img {
	padding: 0;
}
.wp_entry h2 {
	margin-top: 80px;
	margin-bottom: 30px;
	border-bottom: 1px dotted transparent;
  border-color: #666;
  border-bottom-width: 1px;
	background: url(../img/bg_h2.png) no-repeat left center;
	padding:20px 20px;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.3;
}


.wp_entry h1 + h2 {margin-top: 0;}
.wp_entry .box + h2{margin-top: 0;}


.wp_entry h3 {
  margin-top: 40px;
  background: url(../img/bg_h2.png) no-repeat left center;
  background-size:4px 30px;
  padding: 20px 20px;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.3;
}
.wp_entry h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted transparent;
	background: url(../img/bg_h4.png) no-repeat left center;
	padding: 5px 13px;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.3;
}
.wp_entry h5 {
	margin-top: 15px;
	margin-bottom: 15px;
  font-weight: bold;
}

.wp_entry h2.taC,.wp_entry h3.taC,.wp_entry h4.taC{
	background-image: none;
}


/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.h1,
	.wp_entry h1 {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 30px;
		padding: 17px 10px;
	}

	h2,
	.wp_entry h2 {
		margin-bottom: 20px;
	}
	h3,
	.wp_entry h3 {
/*		margin-left: -10px;
		margin-right: -10px;*/
		margin-bottom: 15px;
		padding: 12px 10px;
	}
	h4,
	.wp_entry h4 {
		margin-bottom: 15px;
    padding-left: 20px;
	}
}

/* テキスト
-------------------------------------------------- */
.wp_entry * {
	line-height: 2;
}
.wp_entry input {
	line-height: 1;
}

.wp_entry br {line-height: initial;}


.wp_entry p {
	margin: 10px 0;
}
.wp_entry a {
	position: relative;
	/*margin-right: 0.875em;*/
}
.wp_entry a::after,.wp_entry a.arw_revese::before{
	display: inline-block;
	position: relative;
	top: 2px;
	left: 5px;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../img/mrk_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	border-radius: 50%;
}

.wp_entry .pagenation a::after,
.wp_entry .arrow_none a::after,
.wp_entry a.arrow_none::after,
.wp_entry a.img_link::after {
	display: none;
}


.wp_entry small {
	display: inline-block;
	line-height: 1.6;
	font-size: 0.875em;
}

.wp_entry a.arw_revese {
	padding-left: .5em;
}

.wp_entry a.arw_revese::before {
    transform: scale(-1, 1);
	left: -5px;
}
.wp_entry a.arw_revese::after {
	display: none;
}

.wp_entry em {
	display: block;
	font-size: 1.125em;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 30px;
}
.wp_entry small {
	display: inline-block;
	line-height: 1.6;
	font-size: 0.875em;
}
.wp_entry strong {
	font-weight: bold;
}
.wp_entry b {
	font-weight: bold;
}
/* dl */
.wp_entry dt {
	font-size: 1.1em;
	font-weight: bold;
}
.wp_entry dd + dt {
	margin-top: 1em;
}

.dl-bullet dt,.dl-bullet dd {
	padding-left: 1em;
}
.dl-bullet dt {
	text-indent: -1em;
}
.dl-bullet dt::before {
	content: "・";
}


/* ol, ul */
.wp_entry ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.wp_entry ul li::before {
	content: "・";
}
.wp_entry .ul-post li,
.wp_entry .no-style li {
	padding-left: 0;
	text-indent: 0;
}
.wp_entry .ul-post li::before,
.wp_entry .no-style li::before {
	display: none;
}
.wp_entry li a {
	margin-right: 0;
}
.wp_entry li a::after {
	display: none;
}
.wp_entry ol li {
	margin-left: 22px;
	list-style:  decimal;
}
.wp_entry .roomy li+li {margin-top: 1em;}
.wp_entry .list_style_none li::before{content:none;}

.wp_entry .inline{display: inline !important;}

.bullet-kome{
	padding-left: 1em;
	text-indent: -1em;
}
.bullet-kome::before,.wp_entry ul li.bullet-kome::before  {
	color: inherit;
  content: "※";
}



.floormap_pct ul li{
text-indent: 0;
font-size: 80%;
padding: 10px 0 0 35px;}
@media screen and (max-width: 480px) {
  .floormap_pct ul li{
padding: 13px 0 0 35px;}
}

/*まる囲み文字*/
.maru {
	border-radius: 50%;
	font-size: 12px;
	padding: 2px;
	margin-right: 0.5em;
	border: #000 solid 1px;
	color: #000;
}


/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	/* テキスト */
	.wp_entry a::after {
		zoom: .9;
	}
}
@media screen and (max-width: 480px) {
}

/* 画像
-------------------------------------------------- */
.wp_entry img {
	max-width: 100%;
	height: auto;
}
.wp_entry figcaption {
	margin-top: 10px;
	font-size: 0.875em;
	line-height: 1.6;
}

.wp_entry .cc_img{
  text-align: center;
}
.wp_entry .cc_img img {
	height: 50px;
  width: auto;
}

.wp_entry img.img_boxed{
	border: 1px solid #ccc;
}

/* table
-------------------------------------------------- */
.wp_entry table {
	width: 100%;
	margin: 0;
	/*margin: -2px 0;*/
}
.wp_entry th,
.wp_entry td {
	padding: 14px 16px;
	border: 2px solid #fff;
	line-height: 1.5;
	word-break: break-word;
}

.wp_entry .table-narrow th,
.wp_entry .table-narrow td {
	padding: 6px;
}
.wp_entry table.w-auto,
.wp_entry table.w-auto th,
.wp_entry table.w-auto td{
	width: auto;
}

.wp_entry th {
/*	width: 25%;*/
	/*font-size: 1.125em;*/
	font-size: 1em;
	font-weight: bold;
}
.wp_entry th.change {
	font-size: 1em;
}
.wp_entry .clear {
	background-color: transparent;
	border: none;
}
.wp_entry .nowrap{
	white-space: nowrap;
}
.wp_entry .tbl_taC th,
.wp_entry .tbl_taC td{
	text-align:center;
}
.tbl_taL{
  text-align: left!important;
}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	/*スマホの時、tableを1行に */
	.table_sp_db th, .table_sp_db td{display: block;}
}
/* 外来担当医表 */
.wp_entry .table-dr-roster {table-layout: fixed;width: 960px;}
.wp_entry .table-dr-roster p {line-height: 1.2;margin: 0;word-break : break-all;}
.wp_entry .table-dr-roster th{text-align: center;padding:10px;}
.wp_entry .table-dr-roster th,.wp_entry .table-dr-roster td{width: auto;padding: 0px;  word-wrap: break-word;white-space: normal;}
.wp_entry .table-dr-roster td{vertical-align: top;background-color: #fff;}
.wp_entry .table-dr-roster thead th:nth-child(n+2){width:15%;}
.wp_entry .table-dr-roster .dr-roster-sect {background-color: #fff;}
.wp_entry .table-dr-roster .dr-roster-sect:last-child {border: none;}
.wp_entry .table-dr-roster .dr-roster-sect .label{padding: 3px 6px;}
.dr_roster_sect_inner{padding: 6px;}
.dr_roster_sect_inner_reserve{padding:4px 4px 0 4px; border-style:solid;border-width:1px;margin: 1px;}
.dr_roster_sect_inner_reserve::before{content:"予約制";display: block; padding: 0;text-align: center;font-size: 0.75em;margin-top:-6px;margin-right:-4px;margin-left:-4px;}
.wp_entry .table-dr-roster .dr-roster-sect{border-bottom: 1px solid #fff;}
.wp_entry .table-dr-roster .dr-roster-name{font-size: 100%;margin-top: 3px;margin-bottom: 3px; font-weight: 700;}
.wp_entry .table-dr-roster .dr-roster-desc{font-size: 80%;line-height: 1.4;margin-top: 3px;margin-bottom: 3px;}


.table_dr_closed th, .table_dr_closed td{padding: 10px;}
.table_dr_closed th {width: 160px;}
.table_dr_closed td:nth-child(2) {width: 340px;}
.table_dr_closed td:nth-child(3) {width: 140px;}
.table_dr_closed td:nth-child(4) {width: 100px;}

.table_note {
	display: none;
}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.wp_entry th,
	.wp_entry td {
		padding: 10px 15px;
	}
	
	.table_wrap {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.table.head {
		background-color: #1270B3;
	}
	.table.head th,
	.table.head td {
		display: block;
		width: auto;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #fff;
		white-space: inherit;
	}
  .table_wrap table{
    width: 960px;
  }
	.table_wrap .table th,
	.table_wrap .table td {
		white-space: nowrap;
	}

	.table_note {
		display: block;
		margin: 10px 0;
		text-align: center;
		font-size: 12px;
	}
}

.wp_entry .stay-table th,
.wp_entry .stay-table td{padding-right:10px;
padding-left: 10px;
  text-align: center;}
@media screen and (max-width: 480px) {
}

/* キャッチコピー
-------------------------------------------------- */
.box_copy_image {
	padding: 40px 25px;
	padding-right: 460px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/subpage/img/bg_catch_pc.jpg);
}
.box_copy {
	padding: 25px 25px;
}
.copy {
	font-size: 1.625em;
	font-weight: bold;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.box_copy_image {
		padding: 15px 10px;
		padding-right: 35%;
		margin-left: -10px;
		margin-right: -10px;
		background-image: url(/subpage/img/bg_catch_sp.jpg);
	}
	.box_copy {
		padding: 15px 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* ページ内リンク
-------------------------------------------------- */
.page_navi ul {
	overflow: hidden;
	margin: 0 -1px;
	justify-content: flex-start;
}
.page_navi ul li {
	float: left;
	display: table;
	/*height: 60px;*/
	height: 44px;
	padding: 0 1px;
	text-indent: 0;
	border-bottom: 2px solid #fff;
}
.page_navi ul li::before {
	display: none;
}
.page_navi ul li a {
	display: table-cell;
	margin: 0;
	padding: 0 30px 0 10px;
	background-image: url(../img/mrk_nav_anchor.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
	font-size: 0.875em;
	line-height: 1.3;
	text-decoration: none;
	vertical-align: middle;
}
.page_navi ul li a:hover {
	opacity: .8;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.page_navi ul {
		margin: 0;
	}
	.page_navi ul li {
		float: none;
		width: 100%;
		height: 45px;
		padding: 0;
		margin-bottom: 1px;
	}
	.page_navi ul li a {
		padding: 0 10px 0 30px;
		background-position: left 10px center;
	}
}
@media screen and (max-width: 480px) {
}

/* ステップ
-------------------------------------------------- */
.step {
	display: table;
	width: 100%;
}
.step + .step {
	position: relative;
	margin-top: 60px;
}
.step + .step::before {
	position: absolute;
	top: -38px;
	left: 50%;
	margin-left: -24px;
	content: url(../img/mrk_arrow.png);
}

.step + .step2::before {
	top: -38px;
	margin-left: -50px;
	content: url(../img/mrk_arrow_w.png);
}
.step .title,
.step .content {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
}
.step .title {
	/*padding: 20px;*/
	color: #fff;
	font-weight: bold;
	/*font-size: 1.25em;*/
	line-height: 1.4;
}
.step .content {
	/*padding: 20px;*/
	font-size: 1em;
	line-height: 1.4;
}

.step .title.indent,
.step .content.indent {
	padding-left: 2em !important;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.step {
		display: block;
	}
	.step + .step {
		margin-top: 40px;
	}
	.step + .step::before {
		zoom: .75;
	}
	.step .title,
	.step .content {
		display: block;
		width: 100%;
	}
	.step .title {
		padding: 10px;
	}
	.step .content {
		padding: 10px 15px;
	}
}
@media screen and (max-width: 480px) {
}

/* box
-------------------------------------------------- */
.box {
	padding: 20px 30px;
	margin-bottom: 40px;
}
.box h4 {
	margin-bottom: 10px;
	background: none !important;
	border: none;
	padding: 0;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

.box h4:first-child{
  margin-top: 0;
}


/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.box {
		padding: 15px 15px;
	}
	.box h4 {
		margin-bottom: 6px;
	}
}

/* スライダー
-------------------------------------------------- */
.bx-wrapper {
	margin-bottom: 10px;
}
ul.bxslider li,
ul.bxpager li {
	padding: 0;
	text-indent: 0;
}
.bxslider li::before,
.bxpager li::before {
	display: none;
}
.bxslider li img {
	width: 100%;
}
.bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	margin-top: -25px;
	background-color: rgba(0,0,0,.2);
	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);
}

.bxpager {
	text-align: center;
}
.bxpager li {
	display: inline-block;
	padding: 0 2px;
}
.bxpager a {
	display: block;
	border: 3px solid transparent;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.bx-wrapper {
		margin: 0 -10px 10px;
		max-width: inherit !important;
	}
	.bx-controls-direction a {
		width: 30px;
		height: 40px;
		margin-top: -20px;
		background-size: 10px;
	}
	.bx-controls-direction .bx-prev {
		left: 10px;
		margin-left: 0;
	}
	.bx-controls-direction .bx-next {
		right: 10px;
		margin-right: 0;
	}

	.bxpager li {
		width: 23%;
	}
	.bxpager li img {
		width: 100%;
		height: auto;
	}
	.bxpager a {
		border: 2px solid transparent;
	}
}
@media screen and (max-width: 480px) {
}

/* ダウンロードボタン
-------------------------------------------------- */
.btn_download {
	display: inline-block;
	/*width: 300px;*/
	padding: 20px 40px;
	border-radius: 5px;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
}
.btn_download:hover {
	opacity: .8;
}
.btn_download i {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 1em;
}
.btn_download i::before {
	position: absolute;
	top: -5px;
	left: 0;
	content: "";
	width: 20px;
	height: 29px;
	background: url(../img/ico_download.png);
}
.wp_entry .btn_download::after {
	display: none;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.btn_download {
		/*width: 260px;*/
		padding: 15px 30px;
	}
	.btn_download i {
		width: 26px;
	}
	.btn_download i::before {
		zoom: .9;
	}
}
@media screen and (max-width: 480px) {
	.btn_download i {
		width: 24px;
	}
	.btn_download i::before {
		zoom: .8;
	}
}

/* 医師紹介
-------------------------------------------------- */
.doctor {
	overflow: hidden;
}
.doctor figure {
	float: right;
	width: 180px;
	margin-top: 52px;
}
.doctor .text {
	float: left;
	width: 760px;
}
.doctor .title {
	margin-top: 0;
	background: none;
	border-bottom: 1px solid transparent;
	padding: 0 0 6px;
	margin-bottom: 7px;
	line-height: 1.4;
	font-size: 1em;
	font-weight: normal;
}
.doctor .title .position {
	font-size: 0.875em;
}
.doctor .title .name {
	font-size: 1.375em;
	font-weight: bold;
}
.doctor .title .name span {
	display: inline-block;
	font-weight: bold;
}

.doctor .attach {
	margin-bottom: 0.6em;
	font-size: 0.875em;
}

.doctor table {
	margin: 1.5em 0 0;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.doctor figure {
		width: 90px;
		margin: 0 0 10px 15px;
	}
	.doctor .text {
		float: none;
		width: inherit;
	}
	.doctor .title {
		overflow: hidden;
	}
	.doctor .name {
		line-height: 1.3;
		padding-bottom: 5px;
		margin-bottom: 6px;
	}

	.doctor th,
	.doctor td {
		display: block;
		width: 100%;
		border: none;
		padding: 10px 15px;
	}
	.doctor td {
		border-bottom: 1px solid #fff;
	}
}

/* お問い合わせ
-------------------------------------------------- */
.contact_box {
	padding: 0 0 25px;
	text-align: center;
}
.contact_box .title {
	padding: 10px;
	margin-bottom: 25px;
	border: none;
	background-image: none;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.3;
}
.contact_box .number {
	font-size: 1.75em;
	font-weight: bold;
}
.contact_box .tel {
	display: inline-block;
	padding: 3px;
	padding-left: 40px;
	background-image: url(../img/ico_tel_03.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 1.15em;
	line-height: 1;
}

.contact_box .tel.fax {
	background-image: url(../img/ico_fax.png);
}

.contact_box a.tel {
	margin-right: 0;
	text-decoration: none;
}
.contact_box a.tel::after {
	display: none;
}
.step .contact_box>h4.title{display: inherit;}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.contact_box {
		padding: 0 0 20px;
	}
	.contact_box .title {
		margin-bottom: 15px;
	}
	.contact_box .number {
		display: inline-block;
		margin-bottom: 5px;
		/*border-bottom: 1px solid transparent;*/
	}
	.contact_box a.tel {
		padding-left: 35px;
		background-size: 28px;
		text-decoration: underline;
	}

	.contact_box a.tel.fax{
		text-decoration: none;
	}
	/*._item .contact_box {
		zoom: .5;
	}*/
	/*._item .contact_box .tel {
		padding-left: 0;
		background: none;
	}*/
}
@media screen and (max-width: 480px) {
	.contact_box .tel {
		padding-left: 33px;
		background-size: 25px;
	}
}

/* FAQ
-------------------------------------------------- */
.faq dt,
.faq dd {
	position: relative;
	padding: 15px;
	border-left: 40px solid transparent;
	line-height: 1.6;
}
.faq dt {
	margin-top: 20px;
	font-weight: normal;
	cursor: pointer;
}
.faq dd {
	margin-top: 3px;
	display: none;
}
.faq dt::before,
.faq dd::before {
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -12px;
	color: #fff;
}
.faq dt::before {
	content: "Q";
}
.faq dd::before {
	content: "A";
}

.anzen dt::before {
	content: none;
}
.anzen dd::before {
	content: none;
}

.faq dt::after,.floormap_arrow::after{
	position: relative;
	top: 2px;
	left: 5px;
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-image: url(../img/mrk_open.png);
	background-size: 7px;
	background-repeat: no-repeat;
	background-position: center;
}

.floormap_arrow::after{margin-right: 30px;}
.faq dt.active::after {
	background-image: url(../img/mrk_close.png);
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.faq dt,
	.faq dd {
		padding: 13px;
		border-left: 30px solid transparent;
	}
	.faq dt {
		margin-top: 10px;
	}
	.faq dd {
		margin-top: 2px;
	}
	.faq dt::before,
	.faq dd::before {
		left: -20px;
		margin-top: -10px;
	}
	
	.faq dt::after{
		top: 3px;
	}
}
@media screen and (max-width: 480px) {
	.faq dt::after {
		zoom: .9;
	}
}


/* 休診･代診
-------------------------------------------------- */
#closure {
	padding: 20px 10px 25px;
}
#closure h2 {
	background: url(/common/img/ico_schedule.png) no-repeat 0 0;
	background-size: 33px;
	padding: 10px;
	padding-left: 40px;
	margin-bottom: 15px;
}
#closure li {
	padding: 7px 5px;
}
#closure .time {
	width: 35px;
	font-size: 0.86em;
	vertical-align: middle;
}
#closure .department {
	width: 80px;
	vertical-align: middle;
}
#closure .name {
	width: 84px;
	vertical-align: middle;
}
#closure .state {
  background-color: #666;
	position: relative;
	width: 60px;
	padding: 3px 0;
	border-radius: 3px;
	color: #fff;
	font-size: 0.86em;
	text-align: center;
	vertical-align: middle;
}
#closure .note {
	padding-left: 10px;
	vertical-align: middle;
}


.subpage #closure{
	list-style-position:inside;
}
.subpage #closure li{
	text-align: left;
	text-indent: 0;
	padding-left: 20px;
}
.subpage #closure li::before{
	display: none;
}

.subpage #closure .date {
  width: 100px;
}
.subpage #closure .time {
	width: 40px;
}
.subpage #closure .department {
	width: 200px;
}
.subpage #closure .name {
	width: 120px;
}
.subpage #closure .state {
	position: relative;
	width: 60px;
	padding: 3px 0;
	border-radius: 3px;
	color: #fff;
	font-size: 0.86em;
	text-align: center;
	background-color:  #686868;
}
.subpage #closure .note {
	padding-left: 10px;
}

#closure .blue .state   { background: #3562C4 }
#closure .yellow .state { background: #686868 }
#closure .red .state    { background: #9E3028 }

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#closure {
		padding: 15px 0 60px;
		margin-bottom: -40px;
	}
	#closure h2 {
		background-position: 10px 0;
		background-size: 28px;
		padding: 8px;
		padding-left: 45px;
		margin-bottom: 10px;
	}
	#closure .time {
		width: 30px;
	}
	#closure .department {
		width: 70px;
	}
	#closure .state {
		width: 50px;
	}
	#closure .btn-all {
		bottom: 30px;
	}


	.subpage #closure li{
		padding-left: 5px;
		display: flex;
		flex-wrap: wrap;
	}
  .subpage #closure ._item{display: block;}

	.subpage #closure .date {
	  width: 80px;
	}
	.subpage #closure .department {
		width: 140px;
	}
	.subpage #closure .name {
		/*width: 80px;*/
		width: 100px;
	}

	.subpage #closure .state {
		margin-left: 7em;
  }
	.subpage #closure .note {
		padding-left: 1em;
		/*width: 100%;*/
		width: calc(100% - 60px - 7em);
	}

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

.ul-mrk li {
	background: url(/common/img/mrk_03.png) no-repeat 0 50%;
	background-size: 6.5px;
	padding-left: 15px;
}
.ul-mrk li + li {
	margin-top: 0.4em;
}
.ul-mrk li a {
	color: #000;
}

.ul-color li {
	border-radius: 3px;
	padding: 10px;
	line-height: 1.4;
}
.ul-color li + li {
	margin-top: 2px;
}
.ul-color li.green  { background-color: #DFF4EE }
.ul-color li.yellow { background-color: #F9F3ED }
.ul-color li.red    { background-color: #ffe7e7 }
.ul-color li.blue   { background-color: #dfe9f9 }
.ul-color li.gray { background-color: #efefef }



.ul-post li {
	padding: 15px 0;
}
.ul-post li + li {
	border-top: 1px dotted #D6D5BF;
}
.ul-post li .date {
	float: left;
	margin-right: 15px;
}
.ul-post li a {
	display: block;
	overflow: hidden;
}



/* ローカルナビ
-------------------------------------------------- */
.local_navi ul {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.local_navi ul li {
	float: left;
	display: table;
	width: 33.3333%;
	height: 60px;
	/*height: 70px;*/
	padding: 0 10px;
	margin-bottom: 20px;
	text-indent: 0;
}
.local_navi ul li::before {
	display: none;
}
.local_navi li a {
	position: relative;
	display: table-cell;
	margin: 0;
	padding: 0 10px 0 45px;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	vertical-align: middle;
}
.local_navi li a:hover {
	opacity: .8;
}
.local_navi li a::before {
	position: absolute;
	top: 20.5px;
	left: 19px;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../img/mrk_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	border-radius: 50%;
	-webkit-transform: translateY(15%);
	-moz-transform: translateY(15%);
	-ms-transform: translateY(15%);
	transform: translateY(15%);
}

.local_navi li.recruit-available a::after {
  display: inline-block;
  position: absolute;
	top: 14.5px;
  right: 19px;
  left: auto;
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
  content: "募集中";
  width: auto;
  /*height: 24px;*/
  padding: 6px;
  background-image: none;
  background-color: #638c0b;
  border-radius: 3px;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
}
.local_navi li.recruit-available a {padding-right: 78px;}





/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.local_navi ul li {
		float: none;
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
	}
	.local_navi li a {
		padding: 0 10px 0 30px;
	}
	.local_navi li a::before {
		left: 10px;
	  top: initial;
	}
}
@media screen and (max-width: 480px) {
	.local_navi li a::before {
		zoom: .9;
	}
}

/* 3カラムコンテンツ
-------------------------------------------------- */
.column_box_wrap {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.column_box {
	float: left;
	width: 33.3333%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.column_box01 {
	padding: 20px;
}
.column_box01 .title {
	margin: 15px 0 7px;
	padding: 0;
	background-image: none;
	border: none;
	font-weight: bold;
	line-height: 1.3;
}
.column_box01 p {
	font-size: 0.875em;
}
.column_box01 .btn {
	display: block;
	margin: 0.9em 0 0;
	padding: 10px 0;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.column_box01 .btn::after {
	display: none;
}

.column_box02 {
	padding: 0 20px 20px;
}
.column_box02 .title {
	padding: 13px 0;
	margin: 0 -20px 20px;
	background-image: none;
	border: none;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.column_box02 .menu {
	margin-top: 10px;
	background: #fff;
}
.column_box02 .menu li {
	padding: 0;
	text-indent: 0;
}
.column_box02 .menu li::before {
	display: none;
}
.column_box02 .menu a {
	position: relative;
	display: block;
	margin: 2px 0 0;
	padding: 12px 15px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
}
.column_box02 .menu a:hover {
	opacity: .8;
}
.column_box02 .menu a::after {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 10px;
	left: inherit;
	margin-top: -7.5px;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../img/mrk_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	border-radius: 50%;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.column_box {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.column_box01 {
		padding: 15px;
		text-align: center;
	}
	.column_box01 p {
		text-align: left;
	}
	.column_box01 .btn {
		display: inline-block;
		padding: 10px 25px;
	}

	.column_box02 {
		padding: 0 15px 15px;
	}
	.column_box02 .title {
		margin: 0 -15px 15px;
	}
	.column_box02 .menu {
		background: none;
	}
	.column_box02 .menu a {
		border-radius: 3px;
		padding: 12px 10px;
	}
}
@media screen and (max-width: 480px) {
	.column_box02 .menu a::after {
		zoom: .9;
	}
}

/* ボタン
-------------------------------------------------- */
.wp_entry a.btn_small {
	display: inline-block;
	margin-right: 0;
	padding: 10px 20px;
	border-radius: 5px;
	/*font-size: 1.125em;*/
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.wp_entry a.btn_small::after {
	display: none;
}

.link {
	position: relative;
	text-decoration: underline;
	/*font-size: 0.875em;*/
}
.link:hover {
	text-decoration: none;
}
.link::after {
	display: inline-block;
	position: relative;
	top: 2px;
	left: 5px;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../img/mrk_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	border-radius: 50%;
}

.wp_entry .submit_button a {
	margin: 0 60px 0 0;
}
.wp_entry .btn_send,
.wp_entry .btn_back,
.wp_entry form input[type=submit] {
	display: inline-block;
	width: 300px;
	padding: 15px 0px;
	border-radius: 5px;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.wp_entry .btn_send:hover,
.wp_entry .btn_back:hover,
form input[type=email]:hover {
	opacity: .8;
}
.wp_entry .btn_send::after,
.wp_entry .btn_back::after, {
	display: none;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.link::after {
		zoom: .9;
	}
	
	.wp_entry .submit_button a {
		margin: 0 0 20px;
	}
	.btn_send,
	.btn_back,
	form input[type=email] {
		width: 250px;
	}
}
@media screen and (max-width: 480px) {
}


/* 広報誌
-------------------------------------------------- */

.wp_entry .publications {list-style: none;}
.wp_entry .publications li {text-indent: 0;} 
.wp_entry .publications li:before{display: none;}
.wp_entry .publications h4 {padding-left: 0;background-image: none; font-size: .84em;}
.wp_entry .publications a {display: block; text-decoration: none;}
.wp_entry .publications_thumb{display: block; border: 1px solid #ccc; margin: auto; height: 178px;}

/* ラベル
-------------------------------------------------- */
.wp_entry .label {
	background-color: #555;
	display: inline-block;
	padding: 7px 10px;
	margin-bottom: 2px;
	border-radius: 4px;
	font-size: .75em;
	color: #fff;
	line-height: 1.2;
}

.wp_entry ul li span.label{
  text-indent: 0;
}
.wp_entry .label.label-simple {
  background-color: transparent;
  border: 1px solid #555;
  color: inherit;
}

.wp_entry .label.fs-normal {
  font-size: inherit;
  padding: 4px 6px;
}

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

/* 文字サイズ
-------------------------------------------------- */
.fz7,.wp_entry .fz7{ font-size: 0.5em }
.fz10,.wp_entry .fz10{ font-size: 0.7em }
.fz12,.wp_entry .fz12{ font-size: 0.857em }
.fz16,.wp_entry .fz16{ font-size: 1.143em }
.fz18,.wp_entry .fz18{ font-size: 1.286em }
.fz20,.wp_entry .fz20{ font-size: 1.429em }
.fz24,.wp_entry .fz24{ font-size: 1.714em }

sup,sub{
  line-height: 1;
  font-size: .5em;
}

/* 救急外来
-------------------------------------------------- */
.xxl {font-size: 20px;
  font-weight: 600 !important;}
.xxxl{font-size: 2rem;
font-weight: 600;}
.emergency_box{
border: 5px solid #e46565;
border-radius: 6px;
text-align: center;
}
.tel_img{	display: inline-block;
	padding: 3px;
	padding-left: 40px;
	background-image: url(../img/ico_tel_03.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/*外来について
-------------------------------------------------- */
.card img{height: 55px;}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube-short {
  width: 100%;
  aspect-ratio: 9 / 16;
}

.youtube-short iframe {
  width: 100%;
  height: 100%;
}





/*フロアマップ
-------------------------------------------------- */
.floormap dt, .floormap dd{border-left: 10px solid transparent;}
.floormap dt::before,
.floormap dd::before,
.floormap dt::after{display: none;}
.floormap_arrow{font-weight: bold;}
.floormap_wrapper{margin: 0 auto; position: relative; width: 800px; }
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 480px) {
.floormap_wrapper{margin: 0 auto; position: relative; width: 500px; }
}

.floormap_wrapper ul li{padding: 0; text-indent: 0;}
.camera_shadow{box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2)}
#floormap_sougou{
    position: absolute;
    left: 85.7%;
    bottom: 12%;
}
#floormap_baiten{
    position: absolute;
    right: 9.7%;
    bottom: 39%;
}
#floormap_entrance{
    position: absolute;
    right: 24.5%;
    bottom: 30%;
}
#floormap_gairai2{
    position: absolute;
    left: 20%;
    top: 70.2%;
}
#floormap_shuttle_bus{
    position: absolute;
    left: 18.7%;
    top: 90%;
}
#floormap_saishin{
    position: absolute;
    left: 50%;
    top: 84.5%;
}

#floormap_kaikei{
   position: absolute;
    left: 74.5%;
    top: 84.5%;
}
#floormap_ct{
    position: absolute;
    right: 41%;
    top: 22%;
}

#floormap_tv_xray{
    position: absolute;
    right: 6%;
    bottom: 57%;
}

#floormap_mri{
    position: absolute;
    right: 14%;
    top: 21%;
}

#floormap_gairai4{
    position: absolute;
    left: 36.3%;
    bottom: 22%;
}

#floormap_kekkan{
    position: absolute;
    right: 12.5%;
    bottom: 9%;
}

#floormap_ketsueki_jyoka{
    position: absolute;
    left: 13.5%;
    bottom: 18%;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 480px) {
#floormap_sougou{
    position: absolute;
    left: 84.5%;
    bottom: 8%;
  }
  #floormap_gairai2{
    position: absolute;
    left: 18.2%;
    top: 67%;
}
#floormap_ct{
    position: absolute;
    right: 40%;
}
#floormap_mri{
    position: absolute;
    right: 13%;
}
#floormap_tv_xray{
    position: absolute;
    right: 5%;
    bottom: 58%;
}
#floormap_kekkan{
    position: absolute;
    right: 12%;
    bottom: 6.5%;
}
#floormap_gairai4{
    position: absolute;
    top: 91%;
    left:32%;
}
#floormap_shuttle_bus{
    position: absolute;
    left: 17%;
    top:88%;
}
#floormap_saishin{
    position: absolute;
    left: 49%;
}

#floormap_kaikei{
    position: absolute;
    left: 73.5%;
}
#floormap_baiten{
    position: absolute;
    right: 9%;
    bottom: 36%;
}
}

.floormap_pct01{
  background: url(/outline/image/floormap_pct01.png)
  no-repeat;
  background-position: 10px center;}
.floormap_pct02{
  background: url(/outline/image/floormap_pct02.png)
  no-repeat;
  background-position: 10px center;}
.floormap_pct03{
  background: url(/outline/image/floormap_pct03.png)
  no-repeat;
  background-position: 10px center;}
.floormap_pct04{
  background: url(/outline/image/floormap_pct04.png)
  no-repeat;
  background-position: 5px 5px;}
@media screen and (max-width: 480px) {
  .floormap_pct04{background-position: 8px 15px;}
}
.floormap_pct05{
  background: url(/outline/image/floormap_pct05.png)
  no-repeat;
  background-position: 10px center;}
@media screen and (max-width: 480px) {
  .floormap_pct05{background-position: 9px 13px;}
}
.floormap_pct06{
  background: url(/outline/image/floormap_pct06.png)
  no-repeat;
  background-position: 5px 5px;}
@media screen and (max-width: 480px) {
  .floormap_pct06{background-position: 8px 11px;}
}
.floormap_pct07{
  background: url(/outline/image/floormap_pct07.png)
  no-repeat;
  background-position: 7px 5px;;}
.floormap_pct08{
  background: url(/outline/image/floormap_pct08.png)
  no-repeat;
  background-position: 10px 9px;}
.floormap_pct09{
  background: url(/outline/image/floormap_pct09.png)
  no-repeat;
  background-position: 3px 15px;}


/* DPC
-------------------------------------------------- */
.wp_entry .template-table,.wp_entry .out_link{margin-bottom: 20px;}
.wp_entry .template-table .number-cell{text-align: right;}
.wp_entry .hist_list{margin-top: 60px;}
.wp_entry ol.contents li{margin-bottom:5px;}
.wp_entry div.comment{line-height:1.8;padding: 20px;background: #efefef;margin: 20px auto 20px;}
.wp_entry .template-table{font-size: 0.875em; margin-bottom:10px;}
.wp_entry .template-table th,.wp_entry .template-table td{padding:6px 4px;}
.wp_entry .template-table td:nth-of-type(1){white-space: nowrap;}


@media (max-width: 768px) {
	.scroller {
		overflow: auto;
	}
	.swipeable {
		width: 1000px;
	}
}


/*看護部
--------------------------------------------------*/
/*ラベル*/
.wp_entry .nurse-label{
	background-color: #f90;
    padding: 5px 8px;
    color: #fff;
    border-radius: 8px;
}
/*看護部に合わせる
--------------------------------------------------*/
/*月給テキスト*/
.wp_entry .aplicate-tsp {
	font-weight: 700;
	line-height: 1.35;
	font-size: 17px;
	font-size: 1.0625rem; 
}


.wp_entry a.tel::after,
.wp_entry a:has(img)::after,
.wp_entry .breadcrumbs a::after,
.wp_entry a.has-img::after,
.wp_entry a.img_link::after,
.wp_entry a.link_img::after,
.wp_entry a:not([href])::after,
.wp_entry .pagenation a::after,
.wp_entry a.arw_reverse::after,
.wp_entry a[rel="prev"]::after {
  display: none;
}