@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;
	}
}

/*-------------------------------------
  トップ_お知らせ
-------------------------------------*/
.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;
}
@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_lead {
	margin-bottom: 50px;
}
.top_lead .txt {
	float: left;
	width: 510px;
}
.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;
	}
}

