@charset "utf-8";
/* CSS Document */
section {
	margin: 6rem auto;
}
section ul li {
	text-align: left;
}
strong {
	color:#ff9e00;
	font-weight: 500;

}
/*------------------------
    index_info
------------------------ */
#index_info ul {
	display: flex;
	justify-content: space-between;
}
#index_info ul li.copy {
	width: 420px;
}

/*------------------------
    index_info2
------------------------ */
#index_info2 ul {
	display: flex;
	justify-content: space-between;
}
#index_info2 > ul {
	margin-bottom: 3rem;
}
#index_info2 ul li.timetable {
	width: 400px;
}
#index_info2 ul li.medical_menu {
	width: 520px;
}
#index_info2 ul.map li:first-child {
	width: 400px;
}
#index_info2 .map a {
	color: #787878;
}
#index_info2 .map a:visited {
	color: #a0a0a0;
}
.timetable span {
	display: inline-block;
	font-size: 1rem;
	line-height: 1rem;
}
.timetable tel {
	display: flex;
	font-size: 0.8rem;
	margin-top: 1rem;
}
.timetable tel img {
	margin-right: 0.5rem;
	max-height: 100%;
}
.timetable tel span {
	line-height: 1.5rem;
}
.icon {
	display: flex;
	flex-wrap: wrap;
}
.icon li {
	margin-bottom: 0.8rem;
	max-width: 19%;
}

/*------------------------
    メッセージ
------------------------ */
#message h2 {
	background: url("../images/common/message.jpg") no-repeat;
	background-position: center top;
	font-size: 2rem;
	padding-top: 80px;
	font-family: "Noto Serif JP", serif;
}
#message ul {
	display: flex;
	margin: 3rem auto;
	justify-content: space-between
}
#message ul li:first-child {
	width: 520px;
}
#message ul li:last-child {
	width: 420px;
}
#message .dr-message {
	display: flex;
	flex-direction: column;
}
#message .dr-message button {
	margin-top: auto;
	margin-bottom: 0;
}


/* -----------------------
    お知らせリスト
------------------------- */

#info_list .info_wrap {
	background-color: #f0f0f0;
}
#info_list .info_list {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	margin-bottom: 50px;

}
#info_list .info_list h4 {
	white-space: nowrap;
	padding: 0 2rem;
}
#info_list .info_list div {
}
#info_list .info_list dl {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #333;
	padding-left: 3rem;
	margin-bottom: 0;
}

#info_list .info_list dl dt {
	margin-right: 1rem;
	margin-bottom: 0.5rem;
	width: 12rem;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 400;
}
#info_list .info_list dl dd {
	width: calc(100% - 14rem);
}
#info_list h4 {
	font-size: 14px;
}
#info_list dl a {
	color: #787878;
}
#info_list dl a:visited {
	color: #a0a0a0;
} 
.sp_sns{
	display: none;
}

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

}

/*@media screen and (max-width:479px) { */
@media screen and (max-width:812px) { 
	section {
		margin: 2rem auto;
	}
	section ul {
		flex-wrap: wrap;
	}
section ul li {
	margin: 0 auto;
}
	#index_info ul li {
		margin-bottom: 2rem;
	}
	
	.timetable tel {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 2rem;
	}
	.timetable tel span {
		display: block;
		font-size: 1.5rem;
		margin-top: 1rem;
	}
	.medical_menu {
		margin-top: 2rem;
	}
	.icon li {
		width: 19%;
		margin-bottom: 1rem;
	}
	.map li {
		margin-bottom: 2rem;
	}

	#info_list .info_list {
		display: block;

}
	#info_list .info_list h4, #info_list .info_list dl {
	width: 100%;
}
	#info_list .info_list dl {
	border-left: none;
	padding-left: 0;
}

#info_list .info_list h4 {
	background: #ff9e00;
	padding: 0.5rem 0;
	color: #fff;
}
#info_list .info_list {
	padding-top: 1rem;
}
	.sp_sns{
		display: flex;
		width: 430px;
		margin: 25px auto 5px auto;
		justify-content: center;
	}
	.sp_sns a{
		height: 50px;
		width:50px;
		margin:0 10px;
	}
	.sp_sns img{
		width: 45px;
	}
	
			clinics .pc {
		display: none;
		margin-top:50px;
	}
		clinics .sp {
		display: block;
		text-align: center;
		margin-top:20px;
	}

}

/*responsive*/
@media screen and (max-width:479px) { 
	#message h2 {
		background-size: 70%;
	}
	.icon li {
		margin-bottom: 0.5rem;
	}
}

@media screen and (min-width:992px) {
	.navbar-collapse {
		padding-top: 130px!important;
	}
}
