@charset "UTF-8";

/******************
中ページ共通項目[共通]
******************/


.inpage-hero {
	padding: 100px 0;
	background: url(./images/common/hero_bkg.png) center right /cover no-repeat;
}
.inpage-hero h1 {
	font-size: 210%;
	font-weight: 600;
	letter-spacing: .3rem;
	line-height: 150%;
}
.inpage-hero h1 span {
	display: block;
	width: 80%;
	padding-left: 10%;
	position: relative;
}
.inpage-hero h1 span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 25px;
	width: calc(10% - 20px);
	height: 2px;
	background: #68a0d8;
}
#bread-crumb {
	width: 90%;
	margin: 15px auto 0;
}
#bread-crumb p {
	font-size: 80%;
}
#bread-crumb a {
	color: #114fa1;
}
#contents {
	margin: 60px auto 80px;
}
#contents.has-sidebar {
	display: flex;
	justify-content: space-between;
}
.has-sidebar .sidebar {
	order: 2;
	width: 260px;
}
.has-sidebar .sidebar .sidebar-inner {
	position: sticky;
	top: 160px;
}
.has-sidebar .sidebar .archive {
	border-bottom: 1px solid #68a0d8;
	padding-bottom: 10px;
}
.has-sidebar .sidebar .archive a {
	display: inline-block;
	text-decoration: none;
	padding-left: 18px;
	position: relative;
	font-weight: 500;
}
.has-sidebar .sidebar .archive a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 19px;
	background: #68a0d8;
}
.has-sidebar .sidebar ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #b9b9b9;
	padding: 15px 30px 15px 0;
	font-size: 90%;
	line-height: 150%;
	position: relative;
	transition: .3s all ease;
}
.has-sidebar .sidebar ul li a:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: 21px;
	height: 8px;
	background: url(./images/common/arrow_right_color_09.svg) center/100% no-repeat;
}
.has-sidebar .sidebar ul li.current a {
	padding-left: 15px;
	position: relative;
}
.has-sidebar .sidebar ul li a:after {
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #68a0d8;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
}
.has-sidebar .sidebar ul li.current a:after {
	opacity: 1;
	visibility: visible;
}

.has-sidebar .container {
	width: calc(95% - 260px);
}

.archive-container {
	max-width: 1100px;
	margin: 0 auto;
}

h2.common {
	font-size: 140%;
	font-weight: 600;
	letter-spacing: .1rem;
	line-height: 140%;
	background: #eefbff;
	padding: 15px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
}
h2.common:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	width: 3px;
	height: 27px;
	background: #68a0d8;
}
h3.common {
	color: #4287cd;
	font-size: 130%;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 10px;
}
h2.common span{
	font-size:80%;
}

.editPostLink {
	clear: both;
	max-width: 1100px;
	margin: 10px auto 0;
	display: none;
}
.editPostLink a {
	display: inline-block;
	padding: 5px;
	background-color: #2466dd;
	color: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.editPostLink a:hover {
	background-color: #4486fd;
	text-decoration: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #3e3e3e;
	background: #dddddd;
}
.pagination a:hover{
	color: #fff;
	background: #888888;
}
.pagination .current{
	padding: 6px 9px 5px 9px;
	background: #f29528;
	color: #fff;
}

.scroll-hints-txt {
	display: block;
	font-size: 90%;
	margin-bottom: 10px;
	padding-right: 30px;
	position: relative;
}
.scroll-hints-txt:before {
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	width: 24px;
	height: 8px;
	background: url(./images/common/arrow_right_color_09.svg) center/100% no-repeat;
}
.scroll-hints-760,
.scroll-hints-640,
.scroll-hints-560 {
	display: none;
}

.footer {
	border-top: 1px solid #eeeeee;
}

@media screen and (max-width: 960px) {
	.inpage-hero {
		padding: 80px 0;
	}
	.inpage-hero h1 {
		font-size: 180%;
		letter-spacing: .2rem;
	}
	.inpage-hero h1 span:before {
		top: 20px;
	}
	
	#contents.has-sidebar {
		flex-direction: column;
	}
	.has-sidebar .sidebar {
		width: 100%;
		margin-top: 80px;
	}
	.has-sidebar .container {
		width: 100%;
	}
	.has-sidebar .sidebar ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0 30px;
	}
	.has-sidebar .sidebar ul li {
		width: calc(50% - 15px);
	}
	
	
}
@media screen and (max-width: 760px) {
	.scroll-hints-760 {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.inpage-hero {
		padding: 60px 0;
	}
	.inpage-hero h1 {
		font-size: 130%;
		letter-spacing: .1rem;
	}
	.inpage-hero h1 span:before {
		width: calc(10% - 15px);
		top: 14px;
	}
	
	.has-sidebar .sidebar ul li {
		width: 100%;
	}
	
	
	h2.common {
		font-size: 120%;
		margin-bottom: 20px;
	}
	h3.common {
		font-size: 120%;
	}
	
	.scroll-hints-640 {
		display: block;
	}
}
@media screen and (max-width: 560px) {
	.scroll-hints-560 {
		display: block;
	}
}


/******************
外来のご案内
******************/
/*共通テンプレ*/
.sidebar .doctor-lists-link {
	text-align: center;
	margin-top: 10px;
}
.sidebar .doctor-lists-link a {
	display: block;
	text-decoration: none;
	background: #68a0d8;
	padding: 15px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 90%;
	font-weight: 500;
	letter-spacing: .1rem;
	transition: .3s all ease;
}
.sidebar .doctor-lists-link a:hover {
	background: #5693d0;
}
.sidebar .doctor-lists-link a span {
	padding-left: 25px;
	position: relative;
}
.sidebar .doctor-lists-link a span:before {
	content: "";
	position: absolute;
	top: -7px;
	left: -25px;
	width: 35px;
	height: 35px;
	background: url(./images/common/side_menu_ico_01.png) center/100% no-repeat;
}

@media screen and (max-width: 960px) {
	.sidebar .doctor-lists-link {
		max-width: 380px;
		margin: 40px auto 0;
	}
}

/*アーカイブ*/
.outpatient-main-menu {
	display: flex;
	gap: 20px;
}
.outpatient-main-menu .menu-box {
	width: calc(50% - 10px);
}
.outpatient-main-menu .menu-box a {
	display: block;
	text-decoration: none;
}
.outpatient-main-menu .menu-box a img {
	border-radius: 20px;
}
.outpatient-main-menu .menu-box a span {
	display: block;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 20px;
	color: #68a0d8;
	font-size: 110%;
	font-weight: 600;
	letter-spacing: .1rem;
	position: relative;
}
.outpatient-main-menu .menu-box a span:before {
	content: "";
	position: absolute;
	top: 17px;
	right: 20px;
	width: 26px;
	height: 12px;
	background: url(./images/common/arrow_right_color_09.svg) center/100% no-repeat;
}

.emergency-outpatient-menu {
	margin-top: 60px;
	border: 1px solid #da1111;
	border-radius: 20px;
	padding: 30px 40px;
	gap: 30px;
	justify-content: center;
}
.emergency-outpatient-menu .detail {
	
}
.emergency-outpatient-menu .title {
	color: #da1111;
	font-size: 130%;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 15px;
}
.emergency-outpatient-menu .tel {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.emergency-outpatient-menu .tel a {
	font-family: "Manrope", sans-serif;
	text-decoration: none;
	color: #da1111;
	font-size: 170%;
	font-weight: 600;
	letter-spacing: .1rem;
	position: relative;
	padding-left: 23px;
}
.emergency-outpatient-menu .tel a:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 22px;
	background: url(./images/common/ico_tel_red.svg) center/100% no-repeat;
}
.emergency-outpatient-menu .tel mark {
	font-size: 90%;
	letter-spacing: .1rem;
	padding: 0 15px;
	border-radius: 50px;
	margin-left: 10px;
}
.emergency-outpatient-menu .notes {
	font-size: 90%;
	line-height: 170%;
}
.emergency-outpatient-menu .more-link a {
	text-decoration: none;
	display: inline-block;
	font-size: 90%;
	width: 260px;
	text-align: center;
	background: #e9e6dc;
	color: #000;
	padding: 15px 0;
	border-radius: 50px;
}

.outpatient-bottom-menu {
	
}
.outpatient-bottom-menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #68a0d8;
	padding: 20px 0;
	text-decoration: none;
	color: #fff;
	font-size: 90%;
	line-height: 150%;
	border-radius: 5px;
	border: 2px solid #68a0d8;
}

/*初診の方へ・再診の方へ*/
.outpatient-head-table {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.outpatient-head-table tr {
	border-bottom: 1px dashed #dfdfdf;
}
.outpatient-head-table tr:last-child {
	border-bottom: 0;
}
.outpatient-head-table th {
	padding: 20px 10px;
	width: 160px;
	background: #f6f6f6;
	border-right: 1px dashed #dfdfdf;
}
.outpatient-head-table td {
	padding: 20px 20px 20px;
	line-height: 150%;
}
.outpatient-head-table td .link a {
	text-decoration: none;
	display: inline-block;
	width: 260px;
	text-align: center;
	background: #68a0d8;
	border-radius: 50px;
	padding: 10px 0;
	color: #fff;
	font-size: 90%;
	font-weight: 500;
	margin-top: 10px;
	transition: .3s all ease;
}
.outpatient-head-table td .link a:hover {
	background: #5693d0;
}

.outpatient-icon-col {
	gap: 0 15px;
}
.outpatient-icon-col > .wp-block-column {
	background: #fff9e8;
	border-radius: 10px;
	padding: 20px 0;
}
.outpatient-icon-col figure {
	margin-bottom: 10px !important;
	text-align: center;
}
.outpatient-icon-col figure img {
	background: #fff;
	border-radius: 100%;
	max-width: 150px;
	margin: 0 auto;
}
.outpatient-icon-col p {
	font-size: 110%;
	line-height: 150%;
	font-weight: 500;
}

.outpatient-flow-container {
	counter-reset: number 0;
}
.outpatient-flow-box {
	padding: 20px 30px 20px 120px;
	border: 1px solid #b9b9b9;
	position: relative;
	border-radius: 10px;
	margin-bottom: 40px;
}
.outpatient-flow-box:last-child {
	margin-bottom: 0;
}
.outpatient-flow-box:before {
	counter-increment: number 1;
	content: "STEP" counter(number);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 100%;
	background: #68a0d8;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px 0 0 8px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	letter-spacing: .1rem;
}
.outpatient-flow-box:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #b9b9b9;
	border-bottom: 0;
}
.outpatient-flow-box:last-child:after {
	display: none;
}
.outpatient-flow-box .inner-box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dfdfdf;
}
.outpatient-flow-box .inner-box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.outpatient-flow-box h4 {
	font-size: 100%;
	font-weight: 600;
	padding-left: 13px;
	position: relative;
}
.outpatient-flow-box h4:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 7px;
	height: 17px;
	background: #68a0d8;
}
.outpatient-flow-box ol {
	counter-reset: number 0;
}
.outpatient-flow-box ol li {
	padding-left: 35px;
	margin: 10px 0;
	position: relative;
}
.outpatient-flow-box ol li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.outpatient-flow-box ol li:before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	top: 1px;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #4287cd;
	color: #fff;
	border-radius: 100%;
	font-family: "Manrope", sans-serif;
	font-size: 90%;
	font-weight: 600;
}
.outpatient-flow-box .notes {
	font-size: 90%;
	line-height: 150%;
}
.outpatient-flow-box table {
	width: 100%;
	margin-top: 10px;
}
.outpatient-flow-box table tr {
	border-bottom: 5px solid #fff;
}
.outpatient-flow-box table tr:last-child {
	border-bottom: 0;
}
.outpatient-flow-box table th {
	width: 150px;
	background: #eefbff;
	font-size: 90%;
	padding: 5px 0;
}
.outpatient-flow-box table td {
	padding: 5px 20px;
}

@media screen and (max-width: 782px) {
	.outpatient-icon-col > .wp-block-column {
		padding: 10px 30px;
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.outpatient-icon-col > .wp-block-column:last-child {
		margin-bottom: 0;
	}
	.outpatient-icon-col figure {
		margin-bottom: 0 !important;
		margin-right: 20px;
	}
	.outpatient-icon-col figure img {
		max-width: 80px;
	}
	.outpatient-icon-col p {
		text-align: left;
	}
	.outpatient-icon-col p br {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.outpatient-head-table th {
		padding: 10px 10px;
		display: block;
		width: calc(100% - 20px);
		text-align: left;
	}
	.outpatient-head-table td {
		display: block;
		width: calc(100% - 40px);
	}
	.outpatient-head-table td .link {
		text-align: center;
	}
	.outpatient-head-table td .link a {
		width: 100%;
		max-width: 260px;
	}
	
	.outpatient-icon-col > .wp-block-column {
		padding: 10px 15px;
	}
	.outpatient-icon-col figure img {
		max-width: 70px;
	}
	.outpatient-icon-col p {
		font-size: 100%;
	}
	
	.outpatient-flow-box {
		padding: 60px 20px 20px;
	}
	.outpatient-flow-box:before {
		width: 100%;
		height: 40px;
		border-radius: 8px 8px 0 0;
	}
}
@media screen and (max-width: 430px) {
	.outpatient-icon-col p br {
		display: block;
	}
	.outpatient-flow-box table th {
		padding: 5px 10px;
		display: block;
		width: calc(100% - 20px);
		text-align: left;
	}
	.outpatient-flow-box table td {
		padding: 5px 10px;
		display: block;
		width: calc(100% - 20px);
	}
}

/*休日・時間外診療*/
.emergency-head {
	border: 1px solid #da1111;
	border-radius: 20px;
	padding: 30px 40px;
}
.emergency-head h2 {
	color: #da1111;
	font-size: 130%;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 15px;
}
.emergency-head .tel {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	gap: 0;
}
.emergency-head .tel a {
	font-family: "Manrope", sans-serif;
	text-decoration: none;
	color: #da1111;
	font-size: 170%;
	font-weight: 600;
	letter-spacing: .1rem;
	position: relative;
	padding-left: 23px;
}
.emergency-head .tel a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 14px;
	height: 22px;
	background: url(./images/common/ico_tel_red.svg) center/100% no-repeat;
}
.emergency-head .tel mark {
	display: inline-block;
	font-size: 90%;
	font-weight: 500;
	letter-spacing: .1rem;
	padding: 0 15px;
	border-radius: 50px;
	margin-left: 10px;
}
.emergency-head ul {
	max-width: 550px;
	margin: 0 auto;
}
.emergency-head ul li {
	font-size: 90%;
	line-height: 150%;
}
.emergency-head ul li:before {
	content: "※";
}
.emergency-head-list {
	margin-top: 20px;
}
.emergency-head-list li {
	padding-left: 20px;
	position: relative;
}
.emergency-head-list li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #4287cd;
	border-radius: 100%;
}

@media screen and (max-width: 640px) {
	.emergency-head {
		padding: 20px 20px;
		border-radius: 10px;
	}
	.emergency-head h2 {
		font-size: 110%;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	.emergency-head p:nth-child(1) {
		font-size: 90%;
	}
	.emergency-head .tel {
		flex-direction: column;
	}
	.emergency-head .tel a {
		font-size: 160%;
		letter-spacing: 0;
		padding-left: 18px;
	}
	.emergency-head .tel a:before {
		top: 6px;
		width: 12px;
		height: 19px;
	}
	.emergency-head .tel mark {
		margin-left: 0;
		border-radius: 5px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
}

/*外来医師担当表*/
.charge-box .time-txt {
	font-weight: 500;
	gap: 0 15px;
}
.charge-box .time-txt .label {
	background: #68a0d8;
	color: #fff;
	padding: 0 15px;
	border-radius: 50px;
	font-size: 90%;
	letter-spacing: .1rem;
}
.charge-box h3 {
	margin-top: 20px;
}
.charge-box .reception-label {
	display: inline-block;
	padding: 0 20px;
	background: #68a0d8;
	border-radius: 50px;
	color: #fff;
	font-size: 90%;
	font-weight: 500;
	letter-spacing: .1rem;
	margin-bottom: 5px;
}
.charge-box table {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.charge-box table tr {
	border-bottom: 1px dashed #dfdfdf;
}
.charge-box table tr:last-child {
	border-bottom: 0;
}
.charge-box table th {
	border-right: 1px dashed #dfdfdf;
	border-bottom: 1px dashed #dfdfdf;
	background: #f6f6f6;
	padding: 10px 15px;
	font-size: 90%;
}
.charge-box table th:last-child {
	border-right: 0;
}
.charge-box table td {
	border-right: 1px dashed #dfdfdf;
	padding: 10px 15px;
	font-size: 90%;
	line-height: 160%;
	text-align:center;
}
.charge-box table td:first-child {
	background: #f6f6f6;
}
.charge-box table td:last-child {
	border-right: 0;
}

.charge-box table th,
.charge-box table td {
	width: 90px;
}

@media screen and (max-width: 760px) {
	.charge-box table {
		width: 810px;
	}
}
@media screen and (max-width: 490px) {
	.charge-box .time-txt {
		gap: 0;
		flex-direction: column;
		align-items: flex-start !important;
	}
	.charge-box .time-txt .label {
		border-radius: 0;
		margin-bottom: 5px;
	}
}


/******************
入院のご案内
******************/

/*入院の手続き*/
.inpatient-procedure-head {
	margin-bottom: 20px;
}
.inpatient-procedure-list {
	
}
.inpatient-procedure-list li {
	position: relative;
	border-bottom: 1px dashed #dfdfdf;
	padding: 10px 0 10px 20px;
}
.inpatient-procedure-list li:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #4287cd;
	border-radius: 100%;
}
.inpatient-procedure-notes {
	margin-top: 20px;
}
.inpatient-procedure-notes p {
	font-size: 90%;
	line-height: 150%;
	color: #bf1d1d;
}

/*入院生活*/
.hospital-stay-box ul li {
	position: relative;
	padding-left: 20px;
}
.hospital-stay-box ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #4287cd;
	border-radius: 100%;
}
.hospital-stay-box .link {
	text-align: center;
}
.hospital-stay-box .link a {
	text-decoration: none;
	display: inline-block;
	width: 260px;
	text-align: center;
	background: #68a0d8;
	border-radius: 50px;
	padding: 10px 0;
	color: #fff;
	font-size: 90%;
	font-weight: 500;
	margin-top: 20px;
	transition: .3s all ease;
}
.hospital-stay-box .link a:hover {
	background: #5693d0;
}

/*退院手続きについて*/

.inpatient-flow-container {
	counter-reset: number 0;
}
.inpatient-flow-box {
	padding: 20px 30px 20px 120px;
	border: 1px solid #b9b9b9;
	position: relative;
	border-radius: 10px;
	margin-bottom: 40px;
}
.inpatient-flow-box:last-child {
	margin-bottom: 0;
}
.inpatient-flow-box:before {
	counter-increment: number 1;
	content: "STEP" counter(number);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 100%;
	background: #68a0d8;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px 0 0 8px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	letter-spacing: .1rem;
}
.inpatient-flow-box:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #b9b9b9;
	border-bottom: 0;
}
.inpatient-flow-box:last-child:after {
	display: none;
}
.inpatient-flow-box a {
	text-decoration: none;
	display: inline-block;
	width: 260px;
	text-align: center;
	background: #68a0d8;
	border-radius: 50px;
	padding: 10px 0;
	color: #fff;
	font-size: 90%;
	font-weight: 500;
	margin-top: 10px;
	transition: .3s all ease;
}
.inpatient-flow-box a:hover {
	background: #5693d0;
}
.inpatient-flow-notes {
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.inpatient-flow-box {
		padding: 60px 20px 20px;
	}
	.inpatient-flow-box:before {
		width: 100%;
		height: 40px;
		border-radius: 8px 8px 0 0;
	}
	.inpatient-flow-box .link {
		text-align: center;
	}
	.inpatient-flow-box a {
		width: 100%;
		max-width: 260px;
	}
}

/*入院費用について*/
.inpatient-cost-card {
	background: #fff9e8;
	padding: 20px 30px;
}

.inpatient-cost-pay-col {
	gap: 0 10px;
}
.inpatient-cost-pay-col h4 {
	font-size: 100%;
	font-weight: 600;
	padding-left: 13px;
	margin-bottom: 10px;
	position: relative;
}
.inpatient-cost-pay-col h4:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 7px;
	height: 17px;
	background: #68a0d8;
}
.inpatient-cost-pay-col table {
	width: 100%;
	margin-bottom: 20px;
}
.inpatient-cost-pay-col table tr {
	border-bottom: 5px solid #fff;
}
.inpatient-cost-pay-col table tr:last-child {
	border-bottom: 0;
}
.inpatient-cost-pay-col table th {
	width: 100px;
	background: #eefbff;
	font-size: 90%;
	padding: 5px 0;
}
.inpatient-cost-pay-col table td {
	padding: 5px 10px;
}
@media screen and (max-width: 781px) {
	.inpatient-cost-pay-col .contents {
		order: 2;
	}
}
@media screen and (max-width: 640px) {
	.inpatient-cost-card {
		padding: 20px 20px;
	}
}


/*特別室のご利用*/

.private-room-grid {
	margin-top: 40px;
	gap: 15px;
}
.private-room-grid-item {
	border-bottom: 1px dashed #b9b9b9;
	padding-bottom: 10px;
}
.private-room-grid-item figure {
	margin-bottom: 10px !important;
}
.private-room-grid-item .title {
	color: #4287cd;
	font-size: 120%;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 5px;
}
.private-room-grid-item p {
	line-height: 150%;
}
.private-room-grid-item p br {
	display: none;
}



.private-room-notes li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #dfdfdf;
}
.private-room-notes li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #4287cd;
	border-radius: 100%;
}

@media screen and (max-width: 640px) {
	.private-room-grid {
		gap: 10px;
	}
	.private-room-grid-item .title {
		font-size: 100%;
	}
}
@media screen and (max-width: 490px) {
	.private-room-grid-item p br {
		display: block;
	}
}

/*面会・付き添いについて*/
.visitation-time {
	display: inline-block;
	padding: 20px 30px;
	background: #fff9e8;
	border-radius: 5px;
	margin-bottom: 40px;
	font-size: 110%;
	font-weight: 500;
}
.visitation-list {
	margin-top: 20px;
}
.visitation-list li {
	position: relative;
	padding: 10px 0 10px 20px;
	border-bottom: 1px dashed #dfdfdf;
}
.visitation-list li:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #4287cd;
	border-radius: 100%;
}
.visitation-list-notes {
	font-size: 90%;
	line-height: 150%;
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.visitation-time {
		display: block;
		text-align: center;
		padding: 20px 0;
	}
}


/******************
診療案内
******************/

/*診療科案内・部門案内テンプレ*/
.departments-item {
	margin-bottom: 30px !important;
	padding-bottom: 30px;
	border-bottom: 1px dashed #b9b9b9;
}
.departments-item h2 {
	font-size: 120%;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.departments-item h2:before {
	top: 13px;
	height: 22px;
}

@media screen and (max-width: 781px) {
	.departments-col {
		gap: 0;
	}
}

/*診療科案内*/

/*間に合わせ用*/

.temporary-departments-lists {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 20px 0 40px;
}
.temporary-departments-lists li {
	width: calc(33.33% - 58.33px);
	background: #dfdfdf;
	background: #eefbff;
	padding: 15px 15px 15px 30px;
	font-weight: 500;
	position: relative;
}
.temporary-departments-lists li:before {
	content: "";
	position: absolute;
	top: 27px;
	left: 15px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #68a0d8;
}
.temporary-departments-link a {
	text-decoration: none;
	display: inline-block;
	width: 260px;
	text-align: center;
	background: #68a0d8;
	border-radius: 50px;
	padding: 10px 0;
	color: #fff;
	font-size: 90%;
	font-weight: 500;
	margin-top: 10px;
	transition: .3s all ease;
}
.temporary-departments-link a:hover {
	background: #5693d0;
}

@media screen and (max-width: 960px) {
	.temporary-departments-lists {
		gap: 10px 10px;
	}
	.temporary-departments-lists li {
		width: calc(50% - 50.33px);
	}
}
@media screen and (max-width: 640px) {
	.temporary-departments-lists {
		gap: 10px 0;
	}
	.temporary-departments-lists li {
		width: calc(100% - 45px);
		padding: 10px 15px 10px 30px;
	}
	.temporary-departments-lists li:before {
		top: 21px;
	}
}
/*間に合わせ用　終*/

.departments-wrap {
	display: none;
}

.departments-list {
	margin-top: 15px;
}
.departments-list p {
	font-weight: 500;
	margin-bottom: 5px;
}
.departments-list ul li {
	font-size: 90%;
	line-height: 170%;
	position: relative;
	padding-left: 15px;
}
.departments-list ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #4287cd;
	border-radius: 100%;
}

/*部門案内*/
.departments-col.group h2 {
	background: #fff9ee;
}
.departments-col.group h2:before {
	background: #d76767;
}


/******************
病院案内
******************/
/*共通テンプレ*/
.about-bottom-menu {
	margin: 120px auto 15px;
}
.about-bottom-menu ul {
	display: flex;
}
.about-bottom-menu ul li {
	width: calc(33.33% - 13.33px);
	text-align: center;
	margin-right: 20px;
}
.about-bottom-menu ul li:last-child {
	margin-right: 0;
}
.about-bottom-menu ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #68a0d8;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
	font-size: 90%;
	line-height: 150%;
	border-radius: 5px;
	border: 2px solid #68a0d8;
	transition: .3s all ease;
}
.about-bottom-menu ul li a:hover {
	background: #5693d0;
}
.about-bottom-menu ul li.current a {
	color: #4f80b1;
	background: #fff;
}
.about-bottom-menu ul li.current a:hover {
	background: #fff;
}

@media screen and (max-width: 1120px) {
	.about-bottom-menu ul li {
		width: calc(33.33% - 3.33px);
		margin-right: 5px;
	}
	.about-bottom-menu ul li a {
		font-size: 80%;
	}
}
@media screen and (max-width: 960px) {
	.about-bottom-menu {
		margin: 80px auto 15px;
	}
	.about-bottom-menu ul li {
		width: calc(33.33% - 6.66px);
		margin-right: 10px;
	}
	
	.has-sidebar .about-sidebar {
		margin-top: 40px;
	}
}
@media screen and (max-width: 640px) {
	.about-bottom-menu {
		margin: 80px auto 0;
	}
	.about-bottom-menu ul {
		flex-direction: column;
	}
	.about-bottom-menu ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.about-bottom-menu ul li a {
		font-size: 90%;
		padding: 10px 0;
	}
}

/*企業長あいさつ*/
.greeting-manager .txt p {
	margin-bottom: 5px;
	line-height: 180%;
}
.greeting-manager .img {
	width: 100%;
	max-width: 420px;
}
.greeting-manager .img figure {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 781px) {
	.greeting-manager {
		gap: 15px;
	}
	.greeting-manager .contents {
		order: 2;
	}
	.greeting-manager .img {
		max-width: 100%;
	}
	.greeting-manager .img figure img {
		width: 100%;
	}
	.greeting-manager .greeting-name {
		text-align: right;
	}
	.greeting-manager .greeting-name-col {
		justify-content: flex-end;
	}
}

/*理念・病院長あいさつ*/
.main-philosophy {
	margin: 40px 0 60px;
}
.main-philosophy .title {
	font-size: 110%;
	font-weight: 500;
	letter-spacing: .1rem;
	padding-left: 35px;
	margin-bottom: 20px;
	position: relative;
}
.main-philosophy .title:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 1px;
	background: #68a0d8;
}
.main-philosophy .title:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 125px);
	height: 1px;
	background: #68a0d8;
}
.main-philosophy .philosophy {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #68a0d8;
	font-size: 180%;
	line-height: 150%;
	letter-spacing: .2rem;
	padding-bottom: 30px;
	border-bottom: 1px solid #68a0d8;
}
.main-philosophy .philosophy br {
	display: none;
}

.philosophy-list .title {
	font-size: 110%;
	font-weight: 500;
	letter-spacing: .1rem;
	padding-left: 35px;
	margin-bottom: 20px;
	position: relative;
}
.philosophy-list .title:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 1px;
	background: #68a0d8;
}
.philosophy-list ol {
	counter-reset: number 0;
}
.philosophy-list ol li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #b9b9b9;
	padding-left: 25px;
	position: relative;
}
.philosophy-list ol li:last-child {
	margin-bottom: 0;
}
.philosophy-list ol li:before {
	font-family: "Manrope", sans-serif;
	font-size: 110%;
	counter-increment: number 1;
	content: counter(number) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.greeting-txt p {
	line-height: 200%;
	margin-bottom: 15px;
}
.greeting-txt p:last-child {
	margin-bottom: 0;
}

.greeting-name-col {
	gap: 0;
	margin-top: 5px;
}
.greeting-name p {
	font-size: 90%;
	line-height: 150%;
}
.greeting-name figure {
	margin-left: 15px !important;
}

@media screen and (max-width: 1140px) {
	.main-philosophy .philosophy {
		font-size: 140%;
	}
}
@media screen and (max-width: 640px) {
	.main-philosophy {
		margin: 40px 0 40px;
	}
	.main-philosophy .philosophy {
		font-size: 130%;
	}
	.main-philosophy .philosophy br {
		display: block;
	}
	
	.greeting-name figure img {
		width: 110px !important;
	}
}

/*病院概要・沿革*/
.overview-table {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.overview-table tr {
	border-bottom: 1px dashed #dfdfdf;
}
.overview-table tr:last-child {
	border-bottom: 0;
}
.overview-table .title th {
	padding: 10px 10px;
	border-right: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.overview-table th {
	padding: 20px 10px;
	width: 160px;
	background: #f6f6f6;
	border-right: 1px dashed #dfdfdf;
}
.overview-table td {
	padding: 20px 20px 20px;
	line-height: 150%;
}

.history-table {
	width: 100%;
}
.history-table tr {
	
}
.history-table th {
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-right: 50px;
	width: 80px;
	font-family: "Manrope", sans-serif;
	color: #68a0d8;
	font-size: 160%;
	font-weight: 600;
	position: relative;
}
.history-table th:before {
	content: "";
	position: absolute;
	top: 0;
	right: 35px;
	width: 1px;
	height: 100%;
	background: #dfdfdf;
}
.history-table th:after {
	content: "";
	position: absolute;
	top: 27px;
	right: 28px;
	width: 15px;
	height: 15px;
	background: #68a0d8;
	border-radius: 100%;
}
.history-table td {
	border-bottom: 1px solid #dfdfdf;
}
.history-table td.month {
	padding: 20px 0;
	width: 80px;
	text-align: center;
	font-weight: 500;
}
.history-table td:last-child {
	padding: 20px 0 20px 20px;
}

@media screen and (max-width: 1024px) {
	.overview-table th {
		width: 100px;
	}
}
@media screen and (max-width: 640px) {
	.overview-table th {
		padding: 10px 10px;
		display: block;
		width: calc(100% - 20px);
		text-align: left;
	}
	.overview-table .title {
		border: 0;
	}
	.overview-table .title th {
		width: calc(100% - 20px);
		background: #919191;
		color: #fff;
		border: 0;
	}
	.overview-table td {
		display: block;
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 460px) {
	.overview-table td span {
		display: block;
	}
}

/*病院機能評価認定*/

.jcqhc-list-box {
	margin-top: 20px;
}
.jcqhc-list-box .title {
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 5px;
}
.jcqhc-list-box ul {
	
}
.jcqhc-list-box ul li {
	position: relative;
	padding-left: 20px;
}
.jcqhc-list-box ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #4287cd;
	border-radius: 100%;
}

/*患者さんの権利・責務について*/
.a-right-container {
	counter-reset: number 0;
}
.a-right-box {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #b9b9b9;
}
.a-right-box h3 {
	counter-increment: number;
	position: relative;
	padding-left: 40px;
}
.a-right-box h3:before {
	content: counter(number, decimal-leading-zero)".";
	position: absolute;
	top: 0;
	left: 0;
}

/*個人情報保護について*/
.policy-container {
	counter-reset: number 0;
}
.policy-box {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #b9b9b9;
}
.policy-box h3 {
	counter-increment: number;
	position: relative;
	padding-left: 40px;
}
.policy-box h3:before {
	content: counter(number, decimal-leading-zero)".";
	position: absolute;
	top: 0;
	left: 0;
}
.policy-box ul {
	margin-top: 10px;
}
.policy-box ul li {
	position: relative;
	padding-left: 20px;
}
.policy-box ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #4287cd;
	border-radius: 100%;
}
.policy-contact {
	max-width: 580px;
	margin: 20px auto 0;
	background: #fffae4;
	padding: 20px;
	border-radius: 15px;
}
.policy-contact .title {
	font-size: 110%;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 5px;
}
.policy-contact a {
	display: inline-block;
	font-family: "Manrope", sans-serif;
	text-decoration: none;
	color: #114fa1;
	font-size: 170%;
	font-weight: 600;
	letter-spacing: .1rem;
	position: relative;
	padding-left: 22px;
}
.policy-contact a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 14px;
	height: 21px;
	background: url(./images/common/ico_tel_blu.svg) center/100% no-repeat;
}
.policy-contact .notes {
	
}

/*宗教上の理由による輸血拒否に対する対応について*/
.transfusion-container {
	counter-reset: number 0;
}
.transfusion-box {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #b9b9b9;
}
.transfusion-box h3 {
	counter-increment: number;
	position: relative;
	padding-left: 40px;
}
.transfusion-box h3:before {
	content: counter(number, decimal-leading-zero)".";
	position: absolute;
	top: 0;
	left: 0;
}

/******************
施設案内
******************/
.facilities-floor-group {
	border-bottom: 1px dashed #b9b9b9;
	padding-bottom: 40px;
}
.floor-map-figure {
	margin: 20px 0 20px !important;
}
.floor-map-figure img {
	width: 100%;
}
.facilities-grid {
	gap: 20px;
}
.facilities-grid .facilities-box .box-inner {
	position: relative;
	margin-bottom: 5px;
}
.facilities-grid .facilities-box figure {
	margin-bottom: 0 !important;
}
.facilities-grid .facilities-box .title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #68a0d8;
	color: #fff;
	padding: 5px 20px;
}
.facilities-grid .facilities-box p {
	font-size: 90%;
	line-height: 150%;
}
.facilities-ward-box {
	background: #fffce9;
	padding: 20px 40px;
	margin-top: 40px;
	border-radius: 20px;
}
.facilities-ward-box h4 {
	color: #417919;
	font-size: 110%;
	letter-spacing: .1rem;
	font-weight: 600;
	margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
	.has-sidebar .sidebar.inpage-links {
		display: none;
	}
}
@media screen and (max-width: 781px) {
	.facilities-ward-box {
		gap: 0;
	}
	.facilities-ward-img {
		max-width: 360px;
		margin: 0 auto !important;
	}
	.facilities-ward-content h4 {
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.facilities-grid {
		gap: 20px 10px;
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
	}
	.facilities-grid .facilities-box .title {
		position: static;
		padding: 5px 15px;
		text-align: center;
	}
	.facilities-ward-box {
		padding: 20px 30px;
	}
	.facilities-ward-box h4 {
		font-size: 100%;
	}
}

/******************
医療関係の方へ
******************/

/*患者さんのご紹介について*/
.professionals-referral-box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #b9b9b9;
}
.professionals-referral-box ul {
	margin-top: 10px;
}
.professionals-referral-box ul li {
	position: relative;
	padding-left: 20px;
}
.professionals-referral-box ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #4287cd;
	border-radius: 100%;
}
.reception-calendar-link a {
	display: inline-block;
	padding: 15px 15px 15px 0;
	width: 320px;
	text-align: center;
	background: #68a0d8;
	text-decoration: none;
	border-radius: 50px;
	margin: 20px 0;
	position: relative;
	color: #fff;
	font-size: 90%;
	transition: .3s all ease;
}
.reception-calendar-link a:hover {
	background: #5693d0;
}
.reception-calendar-link a:before {
	content: "";
	position: absolute;
	top: 22px;
	right: 35px;
	width: 23px;
	height: 10px;
	background: url(./images/common/arrow_right_color_09.svg) center/100% no-repeat;
	filter: brightness(0) invert(1);
}
.professionals-referral-box table {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.professionals-referral-box table tr {
	border-bottom: 1px dashed #dfdfdf;
}
.professionals-referral-box table tr:last-child {
	border-bottom: 0;
}
.professionals-referral-box table th {
	background: #f6f6f6;
	border-right: 1px dashed #dfdfdf;
	width: 180px;
	letter-spacing: .1rem;
}
.professionals-referral-box table td {
	padding: 20px 30px;
}

@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 640px) {
	.reception-calendar-link {
		text-align: center;
	}
	.reception-calendar-link a {
		margin: 20px auto;
		padding: 15px 25px 15px 0;
		width: 240px;
	}
	.reception-calendar-link a:before {
		right: 15px;
	}
}

/*各診療科の新患受付日*/

.reception-calendar-table {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.reception-calendar-table tr {
	border-bottom: 1px dashed #dfdfdf;
}
.reception-calendar-table tr:last-child {
	border-bottom: 0;
}
.reception-calendar-table th {
	border-right: 1px dashed #dfdfdf;
	border-bottom: 1px dashed #dfdfdf;
	background: #f6f6f6;
	padding: 10px 15px;
	font-size: 90%;
}
.reception-calendar-table td {
	border-right: 1px dashed #dfdfdf;
	padding: 10px 15px;
	font-size: 90%;
}
.reception-calendar-table td:nth-child(1) {
	background: #f6f6f6;
}
.reception-calendar-table th:nth-child(1),
.reception-calendar-table td:nth-child(1) {
	width: 150px;
}
.reception-calendar-table th:nth-child(2),
.reception-calendar-table td:nth-child(2) {
	
}
.reception-calendar-table th:nth-child(3),
.reception-calendar-table td:nth-child(3) {
	border-right: 0;
}

@media screen and (max-width: 640px) {
	.reception-calendar-table {
		width: 580px;
	}
}

/******************
アクセス
******************/
.access-h2 {
	color: #4482c1;
	font-size: 180%;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: .2rem;
	margin-bottom: 30px;
}
.access-col .img {
	max-width: 510px;
}
.access-col .img figure {
	margin-bottom: 0 !important;
}
.method-col {
	margin-bottom: 30px;
	border-bottom: 1px dashed #b9b9b9;
	padding-bottom: 30px;
	gap: 0;
}
.access-col table {
	width: 100%;
	border: 1px solid #dfdfdf;
	margin-bottom: 30px;
}
.access-col table tr {
	border-bottom: 1px dashed #dfdfdf;
}
.access-col table tr:last-child {
	border-bottom: 0;
}
.access-col table th {
	background: #f6f6f6;
	border-right: 1px dashed #dfdfdf;
	padding: 15px 10px;
	width: 120px;
	font-size: 90%;
}
.access-col table td {
	padding: 15px 20px;
	font-size: 90%;
	line-height: 150%;
}

.bus-time {
	margin-bottom: 30px;
	border-bottom: 1px dashed #b9b9b9;
	padding-bottom: 30px;
}
.bus-time-col {
	margin-top: 20px;
}
.bus-time-col h4 {
	font-size: 100%;
	font-weight: 600;
	letter-spacing: .1rem;
	text-align: center;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	padding: 10px 0;
}
.bus-time-col .showa h4 {
	background: #dfedd5;
}
.bus-time-col .ogi h4 {
	background: #f7e7ed;
}
.bus-time-col table {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.bus-time-col table tr {
	border-bottom: 1px solid #dfdfdf;
}
.bus-time-col table tbody tr:last-child {
	border-bottom: 0;
}
.bus-time-col table td {
	border-right: 1px solid #dfdfdf;
	font-size: 90%;
	line-height: 150%;
	padding: 10px 0;
}
.bus-time-col table td:first-child {
	width: 70px;
}
.bus-time-col table td:last-child {
	border-right: 0;
}
.bus-time-col table thead td {
	padding: 10px 5px;
}
.bus-time-col table tbody td {
	text-align: center;
}
.bus-time-col .showa table tbody tr:nth-child(2n+1) {
	background: #dfedd5;
}
.bus-time-col .ogi table tbody tr:nth-child(2n+1) {
	background: #f7e7ed;
}
.bus-time-col .notes {
	margin-top: 10px;
	font-size: 90%;
	line-height: 150%;
}
.bus-time-col .contact {
	margin-top: 5px;
	font-weight: 500;
}
.bus-time-col .contact br {
	display: none;
}
.bus-time-col .contact a {
	text-decoration: none;
}

.jr-time {
	margin-bottom: 30px;
	border-bottom: 1px dashed #b9b9b9;
	padding-bottom: 30px;
}
.jr-time .txt {
	margin-bottom: 20px;
}
.jr-time-table {
	width: 50%;
}
.jr-time h4 {
	background: #ebf7fa;
	font-size: 100%;
	font-weight: 600;
	letter-spacing: .1rem;
	text-align: center;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	padding: 10px 0;
}
.jr-time table {
	width: 100%;
	border: 1px solid #dfdfdf;
}
.jr-time table tr {
	border-bottom: 1px solid #dfdfdf;
}
.jr-time table tbody tr:last-child {
	border-bottom: 0;
}
.jr-time table tbody tr:nth-child(2n+1) {
	background: #ebf7fa;
}
.jr-time table td {
	border-right: 1px solid #dfdfdf;
	font-size: 90%;
	line-height: 150%;
	padding: 10px 0;
	text-align: center;
}
.jr-time table td:first-child {
	width: 80px;
}
.jr-time table td:last-child {
	border-right: 0;
}
.jr-time .notes {
	margin-top: 10px;
	font-size: 90%;
	line-height: 150%;
}

.cyoisoko {
	
}
.cyoisoko-col {
	
}
.cyoisoko-col .contents {
	flex-basis: calc(100% - 360px) !important;
}
.cyoisoko-col table {
	width: 100%;
	border: 1px solid #dfdfdf;
	margin: 20px 0 10px;
}
.cyoisoko-col table tr {
	border-bottom: 1px dashed #dfdfdf;
}
.cyoisoko-col table tr:last-child {
	border-bottom: 0;
}
.cyoisoko-col table th {
	background: #f6f6f6;
	border-right: 1px dashed #dfdfdf;
	padding: 15px 10px;
	width: 120px;
	font-size: 90%;
}
.cyoisoko-col table td {
	padding: 15px 20px;
	font-size: 90%;
	line-height: 150%;
}
.cyoisoko-col table td a {
	text-decoration: none;
}
.cyoisoko-col .contents .notes {
	font-weight: 500;
}
.cyoisoko-col .img {
	flex-basis: 360px !important;
}
.cyoisoko-col .img > .wp-block-image {
	margin-bottom: 0 !important;
}
.cyoisoko-col .img figure {
	max-width: 160px;
}
.cyoisoko-col .img a {
	display: block;
	max-width: 270px;
	text-align: center;
	margin: 10px auto 0;
	padding: 10px 0;
	border-radius: 10px;
	text-decoration: none;
	background: #68a0d8;
	color: #fff;
	font-size: 90%;
	transition: .3s all ease;
}
.cyoisoko-col .img a:hover {
	background: #5693d0;
}


.map-link {
	margin-top: 10px;
}
.map-link a {
	display: block;
	max-width: 270px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 10px;
	text-decoration: none;
	background: #68a0d8;
	color: #fff;
	font-size: 90%;
	transition: .3s all ease;
}
.map-link a:hover {
	background: #5693d0;
}

@media screen and (max-width: 960px) {
	.access-h2 {
		font-size: 150%;
	}
	.access-col {
		flex-direction: column;
	}
	.access-col .contents {
		order: 2;
	}
	.access-col .img {
		max-width: 100%;
	}
	.access-col .img figure img {
		width: 100%;
	}
	.access-col table td br {
		display: none;
	}
	.access-col figure {
		margin-bottom: 0 !important;
	}
	.bus-time-col {
		flex-direction: column;
	}
	.jr-time-table {
		width: 100%;
	}
	.cyoisoko-col .contents {
		flex-basis: calc(100% - 260px) !important;
	}
	.cyoisoko-col .img {
		flex-basis: 260px !important;
	}
	.cyoisoko-col .img figure {
		max-width: 140px;
	}
}
@media screen and (max-width: 640px) {
	.access-h2 {
		font-size: 120%;
		letter-spacing: .1rem;
		margin-bottom: 15px;
	}
	.access-col table th {
		padding: 10px 10px;
		display: block;
		width: calc(100% - 20px);
		text-align: left;
	}
	.access-col table td {
		display: block;
		width: calc(100% - 40px);
	}
	
	.bus-time-col .contact br {
		display: block;
	}
	
	.cyoisoko-col table th {
		padding: 10px 10px;
		display: block;
		width: calc(100% - 20px);
		text-align: left;
	}
	.cyoisoko-col table td {
		display: block;
		width: calc(100% - 40px);
	}
	.cyoisoko-col .img figure {
		max-width: 120px;
	}
	
	.access-g-map iframe {
		height: 350px;
	}
}
@media screen and (max-width: 560px) {
	.bus-time-col table {
		width: 520px;
	}
	.jr-time table {
		width: 520px;
	}
}


@media screen and (max-width: 420px) {
	.access-col table td br {
		display: block;
	}
}

/******************
お知らせ
******************/

/*アーカイブ*/

.info-head-container {
	justify-content: center;
}
.info-head-container .tab-menu li {
	padding: 0;
}
.info-head-container .tab-menu li a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
}
.info-head-container .tab-menu li.active a {
	color: #fff;
}

.archive-info-no-deta {
	padding: 20px 10px;
}

/*詳細ページ*/
.info-single-sidebar .headding {
	border-bottom: 1px solid #68a0d8;
	padding-bottom: 10px;
	padding-left: 18px;
	position: relative;
	font-weight: 500;
}
.info-single-sidebar .headding:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 19px;
	background: #68a0d8;
}

.single-post-head {
	margin-bottom: 40px;
}
.single-post-head p {
	margin-bottom: 15px;
}
.single-post-head .date {
	font-family: "Manrope", sans-serif;
}
.single-post-head .cat {
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 140px;
	white-space: nowrap;
	font-size: 80%;
	margin-left: 25px;
}
.single-post-head .cat.news {
	background: #f09b9b;
}
.single-post-head .cat.event {
	background: #6db55c;
}
.single-post-head .cat.professionals {
	background: #6cb8c7;
}
.single-post-head h2 {
	font-size: 150%;
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 170%;
}
.archive-back-btn {
	margin-top: 80px;
	padding-top: 20px;
	border-top: 1px solid #b9b9b9;
	text-align: center;
}
.archive-back-btn a {
	max-width: 280px;
	margin: 0 auto;
	text-decoration: none;
	display: block;
	text-align: center;
	background: #68a0d8;
	color: #fff;
	padding: 10px 0;
	border-radius: 10px;
	font-size: 90%;
}

.single-post-container h2 {
	font-size: 140%;
	font-weight: 500;
	margin-bottom: 15px;
}
.single-post-container h3 {
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 10px;
}
.single-post-container ul li {
	padding-left: 13px;
	position: relative;
}
.single-post-container ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #323232;
	border-radius: 100%;
}
.single-post-container ol {
	counter-reset: number 0;
}
.single-post-container ol li {
	padding-left: 25px;
	position: relative;
}
.single-post-container ol li:before {
	counter-increment: number 1;
	content: counter(number) ".";
	position: absolute;
	top: 0;
	left: 0;
}

/******************
404ページ
******************/
.wrapper-404 {
	text-align: center;
}
.wrapper-404 h2 {
	color: #4287cd;
	font-size: 150%;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 20px;
}
.wrapper-404 h2 br {
	display: none;
}
.wrapper-404 a {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	background: #68a0d8;
	color: #fff;
	padding: 10px 0;
	border-radius: 10px;
	font-size: 90%;
	transition: .3s all ease;
}
.wrapper-404 a:hover {
	background: #5693d0;
}

@media screen and (max-width: 610px) {
	.wrapper-404 h2 {
		font-size: 130%;
	}
	.wrapper-404 p {
		text-align: left;
	}
	.wrapper-404 p br {
		display: none;
	}
}
@media screen and (max-width: 440px) {
	.wrapper-404 h2 br {
	display: block;
}
}
