@charset "utf-8";

/*-------------------------------------
   トップメインビジュアル
-------------------------------------*/
#mainvisual {
	width: 100%;
  	height: 450px;
	position: relative;
	z-index: 1;
	background: url(../img/bg_mainvisual_pc.jpg) center center / 1300px no-repeat #c7eae4;
}
#mainvisual .maivisual_inner {
	position: relative;
}
#mainvisual .inner img {
	width: 218px;
	height: auto;
	position: absolute;
	right: 140px;
	top: 70px;
}

@media screen and (max-width: 768px) {
	#mainvisual {
		background: none;
		width: 100%;
		height: auto;
		padding-top: 50px;
	}
	#mainvisual .inner {
  		height: 0;
		padding-top: 62.6666666%;
		background: url(../img/bg_mainvisual_sp.jpg) center top / 100% no-repeat;
		position: relative;
	}
	#mainvisual .inner img {
		width: 28%;
		right: 12%;
		top: 18%;
	}
}

/*-------------------------------------
  トップ_ボタンエリア
-------------------------------------*/
.top_btn_area {
	margin-top: -32px;
	z-index: 2;
	position: relative;
}
.top_btn_area li {
	width:  460px;
	height: 100px;
	position: relative;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 0 3px 0 #ccc;
	-webkit-box-shadow: 0 0 3px 0 #ccc;
	-moz-box-shadow: 0 0 3px 0 #ccc;
}
.top_btn_area li a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.top_btn_area li img {
	width: 360px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.top_btn_area li.reserve {
	float: left;
	background: linear-gradient(#fff, #d6eff0);
	border: solid #87c3d8;
	border-width: 1px 1px 3px 1px;
}
.top_btn_area li.login {
	float: right;
	background: linear-gradient(#fff, #ffeaea);
	border: solid #f7b5b5;
	border-width: 1px 1px 3px 1px;
}
@media screen and (max-width: 979px) {
	.top_btn_area li {
		width: 49%;
	}
	.top_btn_area li img {
		max-width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.top_btn_area {
		margin-top: -22px;
	}
	.top_btn_area li {
		width: 100%;
		height: 70px;
	}
	.top_btn_area li img {
		width: 310px;
	}
	.top_btn_area li.reserve {
		float: none;
		margin-bottom: 15px;
	}
	.top_btn_area li.login {
		float: none;
	}
}

.cntact_medicine {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
.cntact_medicine li {
	width: 460px;
	background: #50A8CE;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    display: block;
}
.cntact_medicine li a {
	display: block;
    color: #ffffff;
	padding: 15px 0;
}
@media screen and (max-width: 768px) {
	.cntact_medicine {
		flex-direction: column;
		font-size: 16px;
	}
	.cntact_medicine li {
		width: 100%;
		margin-bottom: 15px;
	}
	.cntact_medicine li a {
		padding: 10px 0;
	}
}

/*-------------------------------------
  トップ_お知らせ
-------------------------------------*/
.top_info_area {
	padding: 15px 30px 13px 30px;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	border: 1px solid #00b09c;
	position: relative;
}
.top_info_area h2 {
	text-align: center;
	letter-spacing: 5px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: 0;
	left: 0;
	top: -18px;
}
.top_info_area h2 span {
	padding: 0 30px;
	background: #fff;
	color: #00b09c;
}
.top_info_area .list a {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	color: inherit;
}
.top_info_area a .date {
	width: 10%;
	min-width: 120px;
}
.top_info_area a .title {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top_info_area a.link_news_list {
	margin: 15px auto 0;
	width: 300px;
	background: #50A8CE;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	display: block;
}
@media screen and (max-width: 768px) {
	.top_info_area {
		text-align: left;
		padding: 15px 20px 13px 20px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.top_info_area h2 {
		font-size: 16px;
		top: -16px;
	}
	.top_info_area h2 span {
		padding: 0 10px 0 14px;
	}
	.top_info_area a .date {
		min-width: 100px;
	}
	.top_info_area a.link_news_list {
		margin: 10px auto 0;
		width: 200px;
	}
}

/*-------------------------------------
  トップ_双葉クリニックについて
-------------------------------------*/
.top_futabaabout {
	margin-bottom: 50px;
}
.top_futabaabout h2 {
	font-size: 22px;
	font-weight: bold;
	color: #00b09c;
	letter-spacing: 5px;
	margin-bottom: 25px;
}
.top_futabaabout .desc {
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.top_futabaabout {
		margin-bottom: 50px;
	}
	.top_futabaabout h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

/*-------------------------------------
  トップ_診療科目
-------------------------------------*/
.top_subject {
	margin-bottom: 50px;
}
.top_subject h2 {
	font-size: 22px;
	font-weight: bold;
	color: #00b09c;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 25px;
}
.top_subject .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_subject .list .item {
    border: 1px solid #00b09c;
	padding: 28px;
}
.top_subject .list .item:nth-child(1) ,
.top_subject .list .item:nth-child(2) {
	width: 48%;
}
.top_subject .list .item:nth-child(3) {
	width: 100%;
	margin-top: 30px;
}
.top_subject .list .item figure {
	width: 70px;
	margin: 0 auto;
}
.top_subject .list .item figure img {
	width: 100%;
	vertical-align: top;
}
.top_subject .list .item h3 {
	margin-top: 20px;
	font-size: 18px;
	color: #00b09c;
	text-align: center;
}
.top_subject .list .item p {
	margin-top: 20px;
	line-height: 2;
}
.top_subject .list .item .flex {
	display: flex;
	width: 200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top_subject h2 {
		margin-bottom: 0;
	}
	.top_subject .list {
		flex-direction: column;
	}
	.top_subject .list .item {
		padding: 20px;
	}
	.top_subject .list .item:nth-child(1) ,
	.top_subject .list .item:nth-child(2) {
		width: 100%;
		margin-top: 20px;
	}
	.top_subject .list .item:nth-child(3) {
		margin-top: 20px;
	}
	.top_subject .list .item h3 {
		margin-top: 10px;
	}
	.top_subject .list .item p {
		margin-top: 10px;
	}
}

/*-------------------------------------
  ご理解ください
-------------------------------------*/
.top_understand {
	margin-bottom: 50px;
}
.top_understand h2 {
	font-size: 22px;
	font-weight: bold;
	color: #00b09c;
	letter-spacing: 5px;
	margin-bottom: 25px;
}
.top_understand .desc {
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.top_understand {
		margin-bottom: 50px;
	}
	.top_understand h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

/*-------------------------------------
  トップ_リード
-------------------------------------*/
.top_lead {
	margin-bottom: 50px;
}
.top_lead .txt {
	float: left;
	width: 510px;
	line-height: 2;
}
.top_lead .txt h2 {
	font-size: 22px;
	font-weight: bold;
	color: #00b09c;
	letter-spacing: 5px;
	margin-bottom: 25px;
}
.top_lead img {
	float: right;
	width: 400px;
	height: auto;
}
@media screen and (max-width: 979px) {
	.top_lead .txt {
		width: 58%;
	}
	.top_lead img {
		width: 39%;
	}
}
@media screen and (max-width: 768px) {
	.top_lead {
		text-align: center;
	}
	.top_lead .txt {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}
	.top_lead .txt h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.top_lead img {
		float: none;
		width: 80%;
	}

}

/*-------------------------------------
  トップ_院長プロフィール
-------------------------------------*/
.top_profile {
	margin-bottom: 80px;
}
.top_profile h2 {
	padding: 5px 0 10px 40px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #808080;
	letter-spacing: 5px;
	border-bottom: 1px solid #b7e5dc;
	background: url(../img/bg_top_profile.png) left top / 28px no-repeat;
}
.top_profile h3 {
	margin-bottom: 5px;
	color: #00b09c;
	font-size: 18px;
	font-weight: bold;
}
.top_profile h3 span {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.top_profile {
		margin-bottom: 40px;
	}
	.top_profile h2 {
		padding: 2px 0 10px 30px;
		margin-bottom: 16px;
		font-size: 18px;
		background: url(../img/bg_top_profile.png) left top / 22px no-repeat;
	}
	.top_profile h3 {
		font-size: 17px;
		line-height: 160%;
	}
}

/*-------------------------------------
  トップ_クリニック概要
-------------------------------------*/
.top_about {
	padding: 40px 0 70px 0;
	background: linear-gradient(#ebfffd, #fff);
}
.top_about .info {
	float: left;
	width: 360px;
}
.top_about .info h3 img {
	width: 260px;
	height: auto;
	margin-bottom: 10px;
}
.top_about .info dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.top_about .info dt {
	width: 25%;
}
.top_about .info dd {
	width: 75%;
}
.top_about .info dd div {
	line-height: 180%;
}
.top_about .info dd div span {
	font-size: 12px;
}
.top_about .timetable {
	float: right;
	width: 550px;
}
.top_about .timetable table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
	border-right: 1px solid #00b09c;
	border-left: 1px solid #00b09c;
	border-bottom: 1px solid #00b09c;
	border-top: none;
}
.top_about .timetable tr {
	border: none;
}
.top_about .timetable tr:nth-child(2) td {
	border-bottom: 1px solid #e5e5e5;
}
.top_about .timetable th {
	width: 60px;
	padding: 10px 0;
	background-color: #00b09c;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
}
.top_about .timetable th:last-child {
	border-right: none;
}
.top_about .timetable th.w_ttl {
	width: 200px;
}
.top_about .timetable td {
	padding: 10px 0;
	background-color: #fff;
	border-right: 1px solid #e5e5e5;
}
.top_about .timetable tr td:last-child {
	border-right: none;
}
.top_about .timetable .attention {
	color: #00b09c;
}
.top_about .timetable .detail {
	font-size: 12px;
	line-height: 200%;
	margin-bottom: 30px;
}
.top_about .timetable .detail:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 979px) {
	.top_about .info {
		width: 49%;
	}
	.top_about .timetable {
		width: 49%;
	}
	.top_about .timetable th {
		width: 14%;
	}
	.top_about .timetable th.w_ttl {
		width: 16%;
	}

}
@media screen and (max-width: 768px) {
	.top_about {
		padding: 40px 0 40px 0;
	}
	.top_about .info {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	.top_about .info h3 img {
		width: 200px;
	}
	.top_about .timetable {
		float: none;
		width: 100%;
	}
	.top_about .timetable table {
		font-size: 11px;
	}
	.top_about .timetable th {
		padding: 0;
		width: 8%;
		font-size: 12px;
	}
	.top_about .timetable th.w_ttl {
		width: 30%;
	}
	.top_about .timetable td {
		padding: 0;
	}
	.top_about .timetable .attention {
		line-height: 180%;
		margin-bottom: 10px;
	}
}



.top_info_area.second {
	margin-bottom: 20px;
}
.top_info_area.second .list a {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	color: inherit;
	margin-bottom: 10px;
}
.top_info_area.second a .date {
	width: 10%;
	min-width: 120px;
}
.top_info_area.second a .title {
	flex: 1;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
	word-break: break-all;
}
.top_info_area.second a.link_news_list {
	margin: 15px auto 0;
	width: 300px;
	background: #50A8CE;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	display: block;
}
.top_info_area.second a.link_news_list {
	margin: 15px auto 0;
	width: 300px;
	background: #50A8CE;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	display: block;
}

.pagination {
    display: flex;
	justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
	margin-bottom: 20px;
	font-size: 16px;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #00b09c;
    background-color: transparent;
    border: 0 solid #dee2e6;
}
@media screen and (max-width: 768px) {
}



.news_detail {
	text-align: start;
}
.news_detail .date {
	text-align: left;
	font-weight: bold;
}
.news_detail .title {
	text-align: left;
	color: #50A8CE;
	white-space: normal;
	word-break: break-all;
}
.news_detail .image {
	margin: 30px;
}
#news_detail .top_info_area {
	padding: 15px 30px 50px 30px;
}
#news_detail .link_news_list {
	margin: 50px auto 0;
}