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

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

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

.home .main h2 {
	text-align: center;
	font-size: 3.8rem;
	position: relative;
	margin-bottom: 50px;
}

.more_btn {
	width: 20%;
	margin: 0 auto;
	background-image: url("../img/front-news-arrow-w.png"),
		linear-gradient(to right, rgba(86, 214, 226, 1) 50%,
		rgba(58, 187, 199, 1) 50%);
	background-repeat: no-repeat, repeat;
	background-position: 85% 48%, 0 0;
	background-size: auto, 200% auto;
	transition: .3s;
	border-radius: 30px;
}

.more_btn a {
	display: block;
	color: #fff;
	padding: 15px 0 15px 30px;
}

.more_btn:hover {
	background-position: 85% 48%, -100% 0;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.more_btn {
		width: 25%;
	}

}



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

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

}



/*--------------------------------------------------------------
	クリニック特徴
--------------------------------------------------------------*/
.front_feature_wrap {
	background-color: #eefeff;
	padding: 70px 0;
}

.front_feature_wrap .inner {
	background-color: #fff;
	padding: 40px 40px;
	border-radius: 40px;
}

.front_feature_wrap .inner .ttl {
	text-align: center;
	margin: 0 0 20px;
	font-size: 4rem;
	color: #85bb48;
}

.front_feature_wrap .inner p {
	text-align: center;
	font-size: 2.0rem;
	margin: 0 0 40px;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_taisaku .inner {
		padding: 40px 35px;
	}

}



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

	.front_taisaku {
		padding: 12px;
		background-position: center;
		background-size: cover;
	}

	.front_feature_wrap .inner {
		padding: 20px 15px;
	}

	.front_feature_wrap .inner .ttl {
		margin: 0 0 10px;
		font-size: 3rem;
	}

	.front_feature_wrap .inner p {
		font-size: 1.6rem;
		margin: 0 0 20px;
	}

}



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

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

.front_news_wrap ul li {
	list-style: none;
	overflow: hidden;
	border-top: 1px solid #ddd;
	padding: 15px 0;
	position: relative;
	background-image: url("../img/front-news-arrow.png"),
		linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(241, 254, 255, 1) 50%);
	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 solid #ddd;
}

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

.front_news_wrap ul li dl dt {
	width: 30%;
	list-style: none;
	padding: 20px 20px 20px 20px;
	float: left;
	border-right: 1px solid #111;
	line-height: 1.5;
	box-sizing: border-box;
}

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

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

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

.mark_news {
	background: #eeb00f;
	color: #fff;
	padding: 3px 30px;
	font-size: 1.3rem;
	margin-left: 40px;
	display: inline-block;
	line-height: 1.5;
	border-radius: 30px;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_news_wrap {
		margin: 0 auto 70px;
	}

	.front_news_wrap ul li dl dt {
		width: 20%;
	}

	.front_news_wrap ul li dl dd {
		width: 80%;
		padding: 20px 20px 20px 30px;
	}

	.mark_news {
		margin: 10px 0 0 0;
	}

}



@media screen and (max-width : 767px) {
	.front_news_wrap {
		padding: 0;
		margin: 0 auto 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 {
		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;
	}

	.mark_news {
		padding: 3px 20px;
		font-size: 1.2rem;
		margin-left: 20px;
	}

}



/*--------------------------------------------------------------
	診療内容
--------------------------------------------------------------*/

.front_medicalinfo_wrap {
	/* margin: 70px 0 50px; */
	padding: 70px 0;
	position: relative;
	background: #f6f6f6;
}

.front_medicalinfo {
	padding: 0 0 40px;
}



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

}



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

	.front_medicalinfo {
		padding: 12px 0;
	}

}



/*--------------------------------------------------------------
	クリニック紹介
--------------------------------------------------------------*/
.front_clinicintro_wrap {
	background-color: #eefeff;
	padding: 50px 0 80px;
}



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

}



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

}



/*--------------------------------------------------------------
	病院情報
--------------------------------------------------------------*/
.front_clinicinfo_wrap {
	margin: 0 0 50px;
	padding: 70px 0 110px;
}

.front_clinicinfo .inner_wrap {
	overflow: hidden;
	padding: 0 0 40px;
}

.front_clinicinfo .inner_wrap .left {
	float: left;
	width: 48%;
}

.front_clinicinfo .inner_wrap .right {
	float: right;
	width: 48%;
	padding-top: 10px;
}

.front_clinicinfo .inner_wrap .left ul {
	padding: 0;
}

.front_clinicinfo .inner_wrap .left ul li {
	list-style: none;
}

.front_clinicinfo .inner_wrap .left ul li:nth-child(1) {
	margin-bottom: 10px;
}

.front_clinicinfo .inner_wrap .left ul li:nth-child(2) {
	font-size: 2.8rem;
	color: #85bb48;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
}

.front_clinicinfo .inner_wrap .left ul li:nth-child(2) a {
	color: #85bb48;
}

.front_clinicinfo .inner_wrap .left ul li:nth-child(3) {
	font-size: 1.5rem;
}

.front_clinicinfo .inner_wrap .left ul li:nth-child(4) {
	font-size: 2rem;
	color: #85bb48;
	font-weight: bold;
}

.front_clinicinfo .inner_wrap .left ul li .access_logo {
	width: 80%;
}

.front_clinicinfo .inner_wrap .left ul li span {
	font-size: 1.5rem;
	font-weight: normal;
	color: #333;
	line-height: 1;
	display: block;
}

.front_clinicinfo .inner_wrap table {
	margin: 0 0 10px;
}

.front_clinicinfo .inner_wrap table tr {
	border-bottom: 1px solid #4b4031;
}

.front_clinicinfo .inner_wrap table tr:nth-child(2) {
	border-bottom: 1px dotted #4b4031;
}

.front_clinicinfo .inner_wrap table th {
	color: #4b4031;
	text-align: center;
	padding: 5px 0;
	font-size: 1.7rem;
}

.front_clinicinfo .inner_wrap table td {
	color: #3abbc7;
	text-align: center;
	padding: 15px 0;
	font-size: 1.7rem;
}

.front_clinicinfo .inner_wrap table .left_ttl {
	width: 30%;
}

.front_clinicinfo .inner_wrap p.kyushin {
	line-height: 1.7;
	margin: 0;
	font-size: 1.6rem;
	text-align: center;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_clinicinfo .inner_wrap .left {
		width: 42%;
	}

	.front_clinicinfo .inner_wrap .right {
		width: 52%;
	}

	.front_clinicinfo .inner_wrap table .left_ttl {
		width: 35%;
	}

}



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

	.front_clinicinfo h2 {
		font-size: 2.8rem;
		margin-bottom: 30px
	}

	.front_clinicinfo h2 img {
		vertical-align: bottom;
	}

	.front_clinicinfo .inner_wrap {
		padding: 0 0 20px;
	}

	.front_clinicinfo .inner_wrap .left,
	.front_clinicinfo .inner_wrap .right	{
		float: none;
		width: 100%;
	}

	.front_clinicinfo .inner_wrap .left ul li {
		margin-bottom: 10px;
		text-align: center;
	}

	.front_clinicinfo .inner_wrap .left ul li .access_logo {
		width: 100%;
	}

	.front_clinicinfo .inner_wrap .left ul li img {
		display: block;
		margin: 0 auto;
	}

	/* .front_clinicinfo .inner_wrap .left ul li:nth-child(3) {
		margin-bottom: 0;
		line-height: 1.5;
		padding: 0 0 2px 75px;
	} */

	.front_clinicinfo .inner_wrap table .left_ttl {
		width: 40%;
	}

}



/*--------------------------------------------------------------
	関連リンク
--------------------------------------------------------------*/
.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;
	}

}
