@charset "utf-8";

.top_ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-top: 15px;
	margin-bottom: 35px;
}

.top_ttl:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: #0088CD;
	border-radius: 2px;
}

.top_ttl h2 {
	font-size: 125%;
}

.top_ttl a span {
	background: url(../img/arrow_right_blue.svg)left center no-repeat;
	background-position: left;
	background-size: 16px;
	padding-left: 22px;
	font-size: 87.5%;
}

.top_ttl a:hover {
	text-decoration: underline;
}


/*--------------------------------------------------------
	MV
--------------------------------------------------------*/
	.mv_slide_item{
		height: 500px !important;
		overflow: hidden;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.mv_slide_item img{
		display: block;
		object-fit: contain;
		height: 100% !important;
		max-width: none !important;
		width: auto !important;
	}
/*--------------------------------------------------------
	重要なお知らせ
--------------------------------------------------------*/
.important_news {
	background: rgba(235, 97, 39, 0.1);
	padding: 30px 0;
	position: relative;
}

.important_news_in {
	display: flex;
	flex-wrap: wrap;
	max-width: 1140px;
	width: 100%;
	padding: 0 20px;
	margin: auto;
	align-items: center;
}

.important_news_in h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 168px;
	text-align: center;
	font-size: 106.666%;
	font-weight: 500;
	color: #FF4F4B;
	border-right: 1px solid #FF4F4B;
}

.important_news_list {
	width: calc(100% - 168px);
	padding: 0 20px 0 35px;
}
.important_news_list li{
	display:flex;
}

.important_news_list li a {
	display: flex;
	flex-wrap: wrap;
	background: url(../img/arrow_right_orange.svg)left center no-repeat;
	background-position: left;
	background-size: 16px;
	padding-left: 25px;
	margin-bottom: 6px;
}

.important_news_title {
	transition: color 0.3s;
}

.important_news_list li a:hover .important_news_title {
	color: #EB6127;
	text-decoration: underline;
}

.important_news_list li:last-child a {
	margin-bottom: 0;
}

.important_news_date {
	margin-right: 20px;
}

/*--------------------------------------------------------
	外来受付のご案内
--------------------------------------------------------*/
.index_info {
	background: url(../img/pic_reception_info.jpg)no-repeat;
	background-size: cover;
}

.index_info h2 {
	font-size: 150%;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.index_info_in {
	max-width: 1140px;
	padding: 40px 20px 50px 20px;
	margin: auto;
}

.info_box_area {
	border-radius: 6px 6px 5px 5px;
	background: #fff;
}
.info_box_h3{
	font-size: 112.5%;
	letter-spacing: 1.8px;
	text-align: center;
	color: #fff;
	background: #005B9E;
	padding: 15px;
	border-radius: 5px 5px 0 0;
}

.info_item {
	border-right: 1px dotted #ccc;
}

.info_item:last-child {
	padding-right: 0;
	border-right: none;
}

.info_item.time {
	width: 40%;
	padding-right: 30px;
}
.info_item.time .info_ttl{margin-bottom: 10px;}
.info_item.time .info_link{
	font-size: 81.25%;
	letter-spacing: 1.3px;
}
.info_item.time .info_link a{
	color: #0088CD;
	text-decoration: underline;
}
.info_item time .info_link a:hover{text-decoration: none;}
.info_item.tel {
	width: 27%;
	margin-left: 3%;
}

.info_item.tel .info_txt .tel_num {
	font-size: 162.5%;
	font-weight: bold;
	color: #0088CD;
}

.info_item.time .info_txt {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.info_item.time .info_txt:last-child {
	margin-bottom: 0;
}

.info_txt .dept_name {
	padding: 2px 10px;
	margin-right: 15px;
	background: rgba(0, 136, 205, 0.1);
	border-radius: 5px;
}

.info_txt .day {
	font-size: 75%;
	margin-right: 10px;
}

.info_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 20px 17px 30px;
}

.hospital_info_box {
	padding: 15px 20px 30px 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.hospital_info_item.txt {
	width: 70%;
	padding: 0 20px 0 0;
	border-right: 1px dotted #ccc;
}
.hospital_info_item.txt span{font-size: 81.25%;}
.hospital_info_item.txt a {
	text-decoration: underline;
	color: #0088cd;
}
.hospital_info_item.txt a:hover {
	text-decoration: none;
}
.hospital_info_item.txt a[href$=".pdf"] {
	padding-right: 20px;
	background: url(../img/icon_pdf.svg) no-repeat center right 3px;
}
.tab_box a[target="_blank"] {
	padding-right: 20px;
	background: url(../img/popup_b.svg) no-repeat center right 3px / 13px;
	color: #0088cd;
	text-decoration: underline;
}
.tab_box a[target="_blank"]:hover {
	text-decoration: none;
}

.hospital_info_item.link{
	width: 27%;
	margin-right: 3%;
}
.hospital_info_item.link a {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 35px;
	width: 208px;
	padding: 6px 0;
	margin: auto;
	text-align: center;
}

.hospital_info_item.link a span {
	background: url(../img/arrow_right_blue.svg)left center no-repeat;
	background-position: left;
	background-size: 16px;
	padding-left: 22px;
}

.hospital_info_item.link a:hover {
	background: #0088CD;
	border: 1px solid #0088CD;
}

.hospital_info_item.link a:hover span {
	background: url(../img/arrow_right_white.svg)left center no-repeat;
	color: #fff;
	background-size:16px;
}

.info_area_bottom{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 20px;
}
.info_box_bottom{
	justify-content: center;
	text-align: center;
	padding: 20px;
}
.info_area_bottom .info_box_area:first-child .info_box_bottom{padding: 32px 20px;}
.info_box_bottom p span{font-size: 75%;margin-right: 5px;}
.info_box_bottom p span:nth-of-type(2){margin-left: 15px;}
.visitation_link{
	width: 100% !important;
	margin: 10px 0 0 0 !important;
}
.visitation_link a{width: 293px !important;}

/*--------------------------------------------------------
	bnr
--------------------------------------------------------*/
.index_bnr {
	max-width: 1140px;
	padding: 0 20px;
	margin: 40px auto;
}

.bnr_list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.bnr_list_l{justify-content: center;}
.bnr_list .bnr_item {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.bnr_list .bnr_item:nth-child(4n) {
	margin-right: 0;
}

.bnr_link {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}

.bnr_link:hover {
	opacity: 0.8;
}

.bnr_link img {
	width: 100%;
}

.bnr_item.bnr_item_l{width: 32%;}
.bnr_item.bnr_item_l:nth-child(3n){margin-right: 0;}

.bnr_btn{
	display: block;
	margin: 30px auto 40px;
	border: 1px solid #CCCCCC;
	border-radius: 30px;
	background: transparent;
	width: 208px;
	height: 38px;
	transition: border 0.3s,background 0.3s,color 0.3s;
	position: relative;
	font-size: 87.5%;
	color: #333 !important;
	font-family: 'Noto Sans JP';
}
.bnr_btn::before,.bnr_btn::after{
	position: absolute;
	content: '';
	display: inline-block;
	border-top: 1px dotted #CCCCCC;
	height: 1px;
	width: calc(50vw - 208px / 2 - 40px);;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bnr_btn::before{
	right: 100%;
	margin-right: 20px;}
.bnr_btn::after{
	left: 100%;
	margin-left: 20px;
	}
.bnr_btn:hover,.bnr_btn.active{
	border: 1px solid #0088CD;
	background: #0088CD;
	color: #fff !important;
}
.bnr_btn span{
	padding-left: 22px;
	position: relative;
}
.bnr_btn .btn_open::before,
.bnr_btn .btn_close::before{
	position: absolute;
	display: inline-block;
	content: '';
	width: 16px;
	height: 16px;
	transform: rotate(90deg);
	background: url(../img/arrow_right_blue.svg) no-repeat center left / 16px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: background 0.3s;
}
.bnr_btn:hover span::before,
.bnr_btn.active span::before{background: url(../img/arrow_right_white.svg) no-repeat center left / 16px;}
.bnr_btn.active span::before{transform: rotate(270deg);}

.btn_close{display: none;}
.bnr_btn.active .btn_close{display:inline;}
.bnr_btn.active .btn_open{display:none;}
.bnr_bottom{display: none;}

/*--------------------------------------------------------
	slick
	--------------------------------------------------------*/
.slick-prev {
	left: -10px;
}

.slick-next {
	right: -10px;
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 7px;
	padding: 0;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 5px;
	height: 5px;
	padding: 0;
	border-radius: 50px;
	background: #ccc;
	cursor: pointer;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: backogrund .3s;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background: #0088CD;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	border: none;
	font-size: 0;
	cursor: pointer;
	padding: 0;
	z-index: 2;
}

.slick-next {
	background: url(../img/right_arrow.svg) no-repeat center center;
}

.slick-prev {
	background: url(../img/left_arrow.svg) no-repeat center center;
}

/*--------------------------------------------------------
	診療科・部門を探す
--------------------------------------------------------*/
.area {
	display: none;
}

.index_find {
	max-width: 1140px;
	padding: 0 20px;
	margin: 60px auto;
}

.index_find h2 {
	font-size: 150%;
	text-align: center;
	margin-bottom: 21px;
}


/*--------------------------------------------------------
	news
--------------------------------------------------------*/
#index_news {
	max-width: 1140px;
	padding: 0 20px;
	margin: 60px auto 110px auto;
}

.news_tab {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
}
.news_tab .tab_item {
	width: 11.3%;
	margin-right: 6px;
	background: #F5F5F5;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	font-size: 85.5%;
	overflow: hidden;
	cursor: pointer;
}

.news_tab .tab_item:hover {
	background: #E4F2F9;
	color: #0088CD;
}

.news_tab .active {
	background: #fff;
	margin-bottom: -1px;
}

.news_list li {
	border-bottom: 1px dashed #ccc;
}

.news_list a {
	display: grid;
	grid-template-columns: 195px auto;
	padding: 23px 20px;
	background-position: left 20px center;
	background-size: 16px;
}

.news_list a:hover {
	background-color: #E5F3FA;
	color: #0088CD;
}

.news_thumb{
	width: 100px;
	height: 75px;
	overflow: hidden;
	background: #ccc;
}
.news_thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news_list .news_txt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 81.25%;
	color: #666666;
}

.news_list a:hover div {
	color: #0088CD;
}

.news_tab input[name="cat"] {
	display: none;
}

.news_date {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
}

.news_date:after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 7px);
	width: 1px;
	height: 15px;
	background: #666;
}

.news_list a:hover .news_date:after {
	background: #0088CD;
}
.news_title{
	background: url(../img/arrow_right_blue.svg)no-repeat center left / 16px;
	padding-left: 24px;
}

@media screen and (max-width: 1024px) {

	/*--------------------------------------------------------
	MV
	--------------------------------------------------------*/
	.mv_slide_item{
		height: 260px !important;
	}
	/*--------------------------------------------------------
	よくアクセスされるページ
	--------------------------------------------------------*/
	.find_list{gap: 10px;}
	.find_list li a {
		padding: 20px 5px
	}
	.find_list li a img{
		width: 90px;
		height: 90px;
	}
	.find_list li a p{font-size: 86.5%;}
	/*--------------------------------------

	/*--------------------------------------------------------
		重要なお知らせ
	--------------------------------------------------------*/
	.important_news {
		padding: 10px 0 10px 0;
	}

	.important_news_in {
		padding: 0;
	}

	.important_news_in h2 {
		width: 100%;
		border-bottom: 1px solid #EB6127;
		border-right: none;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.important_news_list {
		width: 100%;
		padding: 0 20px;
	}

	.important_news_list li a {
		margin-bottom: 15px;
	}

	/*--------------------------------------------------------
	外来受付のご案内
	--------------------------------------------------------*/
	.info_box {
		padding: 25px 30px 20px 30px;
	}
	.info_item.time .info_ttl,.info_item.time .info_link{text-align: center;}
	.info_txt{justify-content: center;}

	.info_item.time {
		width: 100%;
		padding: 0 0 30px 0;
		border-right: none;
		border-bottom: 1px dotted #ccc;
	}

	.info_item.tel {
		width: 50%;
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}


	.hospital_info_item p {
		font-size: 93.7%;
	}

	.hospital_info_item span {
		font-size: 68.7%;
	}

	.hospital_info_item.link span {
		font-size: 100%;
	}
	.hospital_info_item.link{
		width: 29%;
		margin-right: 0;
		margin-top: 20px;
	}

	/*--------------------------------------------------------
	bnr
	--------------------------------------------------------*/
	.bnr_btn{
	font-size: 100%;
	}

}

@media screen and (max-width: 959px) {
	/*-------------------
	外来受付のご案内
	--------------------------------------------------------*/
	.hospital_info_box{
		display: block;
		position: relative;
	}
	.hospital_info_box::before{
		position: absolute;
		content: '';
		display: inline-block;
		background: repeating-linear-gradient(
			to right,
			#ccc 0,
			#ccc 1px,
			transparent 1px,
			transparent 2px
		);
		top: -1px;
		width: calc(100% - 60px);
		height: 1px;
	}
	.hospital_info_box>div {
		width: 100% !important;
	}
	.info_box {
		padding-bottom: 30px;
	}
	.hospital_info_item.txt {
		margin-right: 0;
		margin-bottom: 0;
		padding-right: 0;
		border-right: none;
	}
	.info_area_bottom{grid-template-columns: 1fr;}
	/*--------------------------------------------------------
	bnr
	--------------------------------------------------------*/
	.bnr_list_l{
		max-width: 800px;
		margin: auto;
	}
	.bnr_item.bnr_item_l{
		width: 49%;
		margin-right: 0;
	}
	.bnr_list .bnr_item.bnr_item_l:first-child{margin-right: 2%;}

	.bnr_bottom .bnr_item,.bnr_list .bnr_item:nth-child(4n){
		width: 32%;
		margin-right: 2%;
	}
	.bnr_bottom .bnr_item:nth-child(3n){margin-right: 0;}
}

@media screen and (max-width:767px) {
	.top_ttl {
		margin-bottom: 25px;
	}


	/*--------------------------------------------------------
	よくアクセスされるページ
	--------------------------------------------------------*/
	.index_find{padding: 0;margin-bottom: 0;}

	/*--------------------------------------------------------
		重要なお知らせ
	--------------------------------------------------------*/
	.important_news_date {
		width: 100%;
		margin-right: 0;
	}
	.important_news_list li a{
		display:inline-block;
	}

	/*--------------------------------------------------------
	外来受付のご案内
	--------------------------------------------------------*/
	.index_info_in {
		padding: 20px 20px 30px 20px;
	}

	.index_info h2 {
		font-size: 142.85%;
	}
	.info_box_h3{font-size: 114.29%;}
	.info_item.time {
		padding-bottom: 20px;
	}

	.info_item.time .info_link{
		font-size: 78.57%;
		letter-spacing: 1.1px;
		margin-top: 20px;
	}
	.info_item.time .info_txt {
		display: block;
		text-align: center;
	}
	.pc_br { display: none;}

	.info_txt .dept_name {
		display: block;
		width: 100%;
		font-size: 114.2%;
		margin-bottom: 10px;
	}

	.info_txt .day {
		display: block;
		margin-right: 0;
	}

	.info_item.tel {
		width: 100%;
		border-right: none;
	}

	.info_item:last-child {
		border-top: 1px dotted #ccc;
		padding-top: 20px;
	}

	.hospital_info_box{display: block;}
	.hospital_info_item.txt{
		width: 100%;
		padding-right: 0;
		margin-bottom: 0;
		border-right: none;
	}
	.hospital_info_item.link{width: 100%;}
	.info_box_bottom p span:nth-of-type(2) {
        margin-top: 15px;
    }
	.visitation_link a{width: 263px !important;}
	/*--------------------------------------------------------
	診療科・部門を探す
	--------------------------------------------------------*/
	.index_find h2 {
		padding-left: 25px;
		background-position: 0;
	}

	.index_find h3 {
		font-size: 107.14%;
		margin-top: 25px;
	}

	/*--------------------------------------------------------
	news
	--------------------------------------------------------*/
	#index_news {
		margin: 50px auto;
	}

	.news_tab .tab_item {
		width: 24.25%;
		margin-right: 1%;
	}

	.news_tab .tab_item:last-child {
		margin-right: 0;
	}
	.news_list a{
		grid-template-columns:1fr;
		padding: 13px 0;
	}
	.news_thumb{
		width: 80px;
		height: 60px;
	}
	.news_tab .tab_item {
		font-size: 92.85%;
	}
	.news_list .news_txt,.news_title{
		font-size: 92.86%;
	}
	/*--------------------------------------------------------
	bnr
	--------------------------------------------------------*/

	.bnr_list {
		padding: 0 20px;
	}

	.bnr_bottom .bnr_list{justify-content: space-between;}
	.bnr_bottom .bnr_item {
		width: 49% !important;
		margin-right: 0 !important;
	}

}
@media screen and (max-width:700px) {
	/*--------------------------------------------------------
	MV
	--------------------------------------------------------*/
	.mv_slide_item{
		height: 190px !important;
	}
}
@media screen and (max-width:600px) {
	/*--------------------------------------------------------
	外来受付のご案内
	--------------------------------------------------------*/
	.info_box_bottom p span{display: block;margin-right: 0;}
	.info_box_bottom p span:nth-of-type(2){margin-left: 0;}
}
@media screen and (max-width:550px) {
	/*--------------------------------------------------------
	bnr
	--------------------------------------------------------*/
	.bnr_item.bnr_item_l {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.bnr_list .bnr_item.bnr_item_l:first-child{margin-right: 0;}

	.index_bnr {
		margin: 30px auto 50px auto;
	}

	.bnr_list {
		padding: 0 20px;
	}

	.bnr_bottom .bnr_list{justify-content: space-between;}
	.bnr_bottom .bnr_item {width: 100% !important;}
}
/*--------------------------------------------------------
	職員公募情報
--------------------------------------------------------*/
.recruitment_staff_info{
	max-width: 1140px;
    padding: 0 20px 70px 20px;
    margin: auto;
}
.recruitment_staff_info h2{
	font-size:150%;
	margin:0;
	padding:0;
}
.recruitment_staff_info h2:before{
	content:none;
}
.staff_info_ttl{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	border-top:2px solid #0088CD;
	padding:20px;
}
.staff_info_ttl a{
	display:inline-block;
}
.staff_info_ttl a:hover{
	color:#0088CD;
	text-decoration:underline;
}
.staff_info_ttl a span{
	display:block;
	background: url(../img/arrow_right_blue.svg)left center no-repeat;
    background-position: left;
    background-size: 16px;
    padding-left: 20px;
	font-size:87.5%;
}
.staff_info_list a{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	background: url(../img/arrow_right_blue.svg)no-repeat;
    background-position: left 20px center;
    background-size: 16px;
	padding:23px 20px 23px 50px;
}
.staff_info_list a:hover{
	background-color: #E5F3FA;
    color: #0088CD;
}
.staff_info_list li:first-child{
	border-top: 1px dashed #ccc;
}
.staff_info_list li{
	border-bottom: 1px dashed #ccc;
}
.staff_info_list li.no_post{
	border:none !important;
	padding:15px 20px;
}
.staff_info_name{
	width:calc(97% - 290px);
    margin-right: 3%;
}
.staff_info_date{
	width:280px;
	display: flex;
	flex-wrap:wrap;
    align-items: center;
	justify-content: flex-start;
}
.application_status{
	display:inline-block;
	font-size:75%;
	color:#0088CD;
	border:1px solid #0088CD;
	border-radius:5px;
	margin-right:10px;
	width: 96px;
	text-align: center;
	overflow:hidden;
}
.application_status.soon{
	color:#ff4f4b;
	border:1px solid #ff4f4b;
}
.application_status.deadline{
	color:#5b5b5b;
	border:1px solid #5b5b5b;
}
.application_deadline{
	display:inline-block;
	font-size:75%;
	color:#666666;
}

@media screen and (max-width:767px) {
	/*--------------------------------------------------------
	職員公募情報
	--------------------------------------------------------*/
	.recruitment_staff_info{
		padding-bottom:40px;
	}
	.recruitment_staff_info h2{
		font-size: 128.57%;
    	margin-right: 15px;
	}
	.staff_info_ttl{
		padding:15px;
	}
	.staff_info_list li.no_post{
		padding:10px 15px;
	}
	.staff_info_list a{
		padding:20px 15px 15px 40px;
		background-position:left 10px center;
	}
	.staff_info_date{
		width:100%;
		margin-top:5px;
	}
	.staff_info_name{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
}