@charset "UTF-8";
/*--------------------------------------------------------------
 * this is original style
 *
 * @package isenorgoc
--------------------------------------------------------------*/

/*----------------------------------------------------------------------
	トップページ
----------------------------------------------------------------------*/

/*--------------------------------------------------------------
	共通タイトルスタイル
--------------------------------------------------------------*/

.home .main h2,
.lower h2 {
	color: #0083d7;
	position: relative;
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	margin-bottom: 30px;
	letter-spacing: 3px;
}

.home .main h2::before,
.lower h2::before {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "";
	background-image: url("../img/title-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 35px;
	height: 34px;
}

.bg {
	position: relative;
}

.bg::before,
.bg::after {
	position: absolute;
	top: 0;
	width: 175px;
	height: 166px;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
}

.bg::before {
	left: 0;
	background-image: url("../img/bg-l.png");
}

.bg::after {
	right: 0;
	background-image: url("../img/bg-r.png");
}

.more_btn {
	width: 23%;
	margin: 0 auto;
}

.more_btn a {
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	text-align: center;
  background-image: -moz-linear-gradient( 90deg, rgb(0,147,242) 0%, rgb(73,184,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,147,242) 0%, rgb(73,184,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,147,242) 0%, rgb(73,184,255) 100%);
	padding: 17px 0;
	transition: .3s;
	border-radius: 10px;
}

.more_btn a:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(73,184,255) 0%, rgb(0,147,242) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(73,184,255) 0%, rgb(0,147,242)  100%);
	background-image: -ms-linear-gradient( 90deg, rgb(73,184,255) 0%, rgb(0,147,242)  100%);
}

.header_recruit_btn .more_btn {
	width: 100%;
	margin: 0;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.home .main h2,
	.lower h2 {
		width: 100%;
		font-size: 3.0rem;
		margin: 40px auto 30px;
	}

	.home .main h2::before,
	.lower h2::before {
		width: 30px;
		background-size: contain;
	}

	.bg::before,
	.bg::after {
		top: 0;
		width: 140px;
		background-size: contain;
	}

	.more_btn {
		width: 25%;
	}

}



@media screen and (max-width : 767px) {
	.home .main h2,
	.lower h2 {
		width: 100%;
		font-size: 2.8rem;
		margin: 40px auto 30px;
	}

	.home .main h2::before,
	.lower h2::before {
		width: 30px;
		background-size: contain;
	}

	.bg::before,
	.bg::after {
		top: 0;
		width: 80px;
		background-size: contain;
	}

	.more_btn {
		width: 100%;
		margin: 0 auto;
	}

}



/*--------------------------------------------------------------
	診療時間表
--------------------------------------------------------------*/
.medicaltime table {
	width: 100%;
	border-collapse: separate;
	margin: 0 0 20px;
}

.medicaltime table tr:first-child {
	color: #fff;
	background-color: #0093f2;
}


.medicaltime table tr:not(:first-child) {
	background-color: #fff;
}

.medicaltime table tr:nth-child(2) th,
.medicaltime table tr:nth-child(2) td,
.medicaltime table tr:nth-child(3) th,
.medicaltime table tr:nth-child(3) td {
	border-bottom: 2px solid #d8d8d8;
}

.medicaltime table tr:first-child th,
.medicaltime table tr:first-child td {
	border-top: 1px solid #0093f2;
}

.medicaltime table th {
	border-left: 1px solid #0093f2;
}

.medicaltime table td:last-child {
	border-right: 1px solid #0093f2;
}

.medicaltime table tr:last-child th,
.medicaltime table tr:last-child td {
	border-bottom: 1px solid #0093f2;
}

.medicaltime table tr:first-child th:first-child {
	border-radius: 15px 0 0 0;
}

.medicaltime table tr:first-child th:last-child {
	border-radius: 0 15px 0 0;
}

.medicaltime table tr:last-child th:first-child {
	border-radius: 0 0 0 15px;
}

.medicaltime table tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
}

.medicaltime table th,
.medicaltime table td {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 13px 0;
}

.medicaltime table th.left_ttl {
	width: 40%;
}

.medicaltime table td {
	text-align: center;
	color: #8ab51e;
}

.medicaltime p {
	text-align: center;
	margin: 0 0 5px;
}

.medicaltime .am {
	color: #a83a7b;
}

.medicaltime .pm {
	color: #ff9b19;
}

.medicaltime .kyushin {
	color: #6c9d47;
}

.medicaltime .yoyaku {
	color: #e51f1f;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
}



@media screen and (max-width : 767px) {
	.medicaltime table th,
	.medicaltime table td {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 15px 0;
	}

	.medicaltime table td {
		text-align: center;
	}

}



/*--------------------------------------------------------------
	お知らせ
--------------------------------------------------------------*/
.front_news_wrap {
	padding: 95px 0 100px;
}

.front_news_wrap ul {
	margin: 0;
	padding: 10px 0 40px;
	background: #fff;
}

.front_news_wrap ul li {
	list-style: none;
	overflow: hidden;
	border-top: 1px dashed #d8d8d8;
	padding: 13px 0;
	position: relative;
	background-repeat: no-repeat, repeat;
	background-position: 98% 48%, 0 0;
	background-size: auto, 200% auto;
	transition: .3s;
}

.front_news_wrap ul li:hover {
	background-position: 98% 48%, -100% 0;
}

.front_news_wrap ul li:last-child {
	border-bottom: 1px dashed #d8d8d8;
}

.front_news_wrap ul li dl {
	overflow: hidden;
	margin: 0;
}

.front_news_wrap ul li dl dt {
	width: 25%;
	list-style: none;
	padding: 20px 0px 20px 45px;
	float: left;
	line-height: 1.5;
	box-sizing: border-box;
}

.front_news_wrap ul li dl dd {
	width: 75%;
	float: left;
	margin: 0;
	padding: 20px 20px;
	line-height: 1.5;
	box-sizing: border-box;
}

.front_news_wrap ul li a {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.front_news_wrap ul li a:hover {
	text-decoration: underline;
	color: #0595f3;
}

.mark_news {
	font-size: 16px;
	font-size: 1.6rem;
	color: #e51f1f;
	padding: 0;
	margin-left: 20px;
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 3px;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_news_wrap {
		padding: 95px 0 80px;
	}

}



@media screen and (max-width : 767px) {
	.front_news_wrap {
		padding: 50px 0 50px;
	}

	.front_news_wrap .news_left {
		width: 100%;
		float: none;
		padding: 13px 30px 1px;
	}

	.front_news_wrap .news_right {
		width: 100%;
		float: none;
	}

	.front_news_wrap .news_left img {
		display: none;
	}

	.front_news_wrap ul {
		padding: 0;
		margin: 0 0 30px;
	}

	.front_news_wrap ul li dl dt,
	.front_news_wrap ul li dl dd {
		width: 100%;
		float: none;
	}

	.front_news_wrap ul li dl dt {
		padding: 5px 20px 20px;
		border-right: none;
	}

	.front_news_wrap ul li dl dd {
		width: 100%;
		float: none;
		padding: 0 30px 0 20px;
	}

}



/*--------------------------------------------------------------
	当院の取り組み
--------------------------------------------------------------*/

.front_medicalinfo_wrap {
	padding: 105px 0;
	position: relative;
	background: #f6f6f6;
}

.front_medicalinfo {
	padding: 0 0 30px;
}

.front_medicalinfo p {
	margin: 0 0 25px;
	line-height: 2.0;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_medicalinfo {
		padding: 0;
	}

}



@media screen and (max-width : 767px) {
	.front_medicalinfo_wrap {
		padding: 50px 0 50px;
	}

	.front_medicalinfo {
		padding: 0;
	}

}



/*--------------------------------------------------------------
	当院の3つの特徴
--------------------------------------------------------------*/
.front_features_wrap {
	padding: 110px 0 95px;
	position: relative;
}

.front_features_bg {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
}

.front_features_bg img {
	width: 100%;
}

.front_features {
	padding: 10px 0 35px;
}

.front_features ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.front_features ul li {
	width: 32%;
	list-style: none;
}

.front_features ul li img {
	box-shadow:
		0 0 5px #dfefff,
		0 0 10px #dfefff,
		0 0 15px rgba(223, 239, 255, 0.95),
		0 0 25px rgba(223, 239, 255, 0.8),
		0px 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.front_features ul li p {
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	color: #0083d7;
	margin: 22px 0 0;
	line-height: 1.5;
	letter-spacing: 2px;
}

.front_features ul li p span {
	font-size: 14px;
	font-size: 1.4rem
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {

}



@media screen and (max-width : 767px) {
	.front_features_wrap {
		padding: 50px 0 50px;
	}

	.front_features {
		padding: 0;
	}

	.front_features ul {
		display: block;
	}

	.front_features ul li {
		width: 100%;
		text-align: center;
		margin: 0 0 30px;
	}

}



/*--------------------------------------------------------------
	関連リンク
--------------------------------------------------------------*/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-size: 3.0rem;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 15px;
}

figure.effect-bubba {
	background: #232819;
	position: relative;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba h2 {
	padding-top: 20%;
}

figure.effect-bubba .a_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}



@media screen and (max-width : 767px) {
	.links_insta {
		margin: 0;
	}

	.links_insta h2 {
		margin: 0 0 30px;
	}

	.links,
	.insta {
		width: 100%;
		float: none;
		margin: 0 0 80px;
	}

	.insta {
		margin: 0 0 30px;
	}

}
