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

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

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

.home h2,
.bg h2 {
	position: relative;
	display: block;
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 100;
	line-height: 1.6;
	letter-spacing: 2.5px;
}

.home h2 {
	margin: 40px 0 30px;
}

.bg h2 {
	margin: 40px 0 40px;
}

.home .news_title h2 {
	margin: 40px 0 15px;
}

.home h2::before,
.bg h2::before {
	content: "";
	display: block;
	width: 45px;
	height: 36px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-image: url(../img/title-bg.png);
	background-repeat: no-repeat;
}

.bg h2::after {
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	border-radius: 50px;
	background-color: #91ca72;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.home .footer h2,
.page .footer h2 {
	text-align: left;
	margin: 0 0 10px;
}

.footer h2 a {
	display: inline-block;
}

.footer h2 a:hover {
	opacity: .7;
}

.footer h2 img {
	display: block;
	margin: 0;
}

.footer h2::before {
	content: none;
}

.home h2 span {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #55a78f;
}

.home h3,
.bg h3 {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 5px;
	color: #fff;
	background-image: -moz-linear-gradient( 0deg, rgb(145,202,114) 0%, rgb(85,167,143) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(145,202,114) 0%, rgb(85,167,143) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(145,202,114) 0%, rgb(85,167,143) 100%);
	padding: 10px 0 10px 40px;
	border-radius: 50px;
}

.bg h4 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 10px;
	padding-left: 10px;
	box-sizing: border-box;
  border-left: solid 5px #55a78f;
}

.bg h5 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 5px;
	color: #55a78f;
}

.bg h6 {
	margin: 0 0 5px;
}

.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-color: #55a78f;
	padding: 17px 0;
	transition: .3s;
	border-radius: 10px;
}

.more_btn a:before,
.page-top a:before,
.header_btn a:before,
.openbtn1:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	-webkit-transition: all .3s;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: all .3s;
}

.more_btn a:hover {
	background-color: #449079;
}

.more_btn a:hover::before,
.page-top a:hover:before,
.header_btn a:hover:before,
.openbtn1.active:before {
	width: 100%;
	height: 100%;
	opacity: 0;
}

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

.header_access_btn .more_btn a {
	background-color: #eda22c;
	letter-spacing: 2px;
}

.header_access_btn .more_btn a:hover {
	background-color: #d59225;
}

.footer_info .more_btn {
	width: 50%;
}

.front_news .more_btn {
	width: 100%;
}

.medical_list_hinyou .more_btn,
.medical_list_jinzou .more_btn {
	width: 100%;
}

.medical_list_hinyou .more_btn a {
	background-color: #91ca72;
}

.medical_list_hinyou .more_btn a:hover {
	background-color: #82b765;
}

.btn_area .more_btn,
.disease_name_btn_area .more_btn {
	width: 100%;
}

.btn_area .more_btn a {
	font-size: 15px;
	font-size: 1.5rem;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.home .footer h2,
	.page .footer h2 {
		text-align: center;
	}

	.more_btn {
		width: 50%;
	}

	.footer_info .more_btn {
		width: 100%;
	}

}



@media screen and (max-width : 767px) {
	.home h2,
	.bg h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.home h2 span {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.home .footer h2,
	.page .footer h2 {
		text-align: center;
		margin: 0;
	}

	.home h3,
	.bg h3 {
		font-size: 20px;
		font-size: 2.0rem;
		padding: 10px 15px;
		letter-spacing: 0px;
	}

	.bg h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.more_btn,
	.footer_info .more_btn {
		width: 100%;
	}

}



/*--------------------------------------------------------------
	背景
--------------------------------------------------------------*/
.front_news_wrap::before,
.front_news_wrap::after,
.bg::before,
.bg::after {
	z-index: 0;
	content: "";
	display: block;
	width: 200px;
	height: 147px;
	position: absolute;
	background-repeat: no-repeat;
}

.front_news_wrap::before,
.front_news_wrap::after {
	top: 30px;
}

.bg {
	position: relative;
}

.bg::before,
.bg::after {
	top: 0;
}

.front_news_wrap::before,
.bg::before {
	left: 0;
	background-image: url(../img/main-bl.png);
}

.front_news_wrap::after,
.bg::after {
	right: 0;
	background-image: url(../img/main-br.png);
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_news_wrap::before,
	.front_news_wrap::after,
	.bg::before,
	.bg::after {
		top: 0;
		width: 130px;
		height: 100%;
		background-size: contain;
	}

}



@media screen and (max-width : 767px) {
	.front_news_wrap::before,
	.front_news_wrap::after,
	.bg::before,
	.bg::after {
		top: 0;
		width: 130px;
		height: 100%;
		background-size: contain;
	}

}



/*--------------------------------------------------------------
	診療時間表
--------------------------------------------------------------*/
.medicaltime {

}

.medicaltime table {
	width: 100%;
	border-collapse: separate;
	margin: 0 0 20px;
}

.medicaltime table tr:first-child {
	color: #fff;
	background-color: #76493a;
}


.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 #76493a;
}

.medicaltime table th {
	border-left: 1px solid #76493a;
}

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

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

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

.medicaltime table tr:first-child td: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: 16px;
	font-size: 1.6rem;
	padding: 15px 0;
}

.medicaltime table th {
	width: 60%;
}

.medicaltime table td {
	width: 15%;
}

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

.medicaltime p a {
	display: inline-block;
	color: #666;
}

.medicaltime p a:hover {
	color: #db2e2e;
}

.medicaltime .general {
	color: #76493a;
}

.medicaltime .yoyaku {
	color: #e0a547;
}

.medicaltime .kyushin {
	color: #55a78f;
}



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



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

}



/*--------------------------------------------------------------
	お知らせ
--------------------------------------------------------------*/

.front_news_wrap {
	position: relative;
	padding: 0 0 30px;
}

.front_news {
	z-index: 1;
	position: relative;
	margin: -30px 0 0;
	border: 2px solid #91ca72;
	background-color: rgba(249, 254, 245, 0.9);
	border-radius: 50px;
	padding: 20px 50px;
  box-shadow: 0px 10px 7px 3px rgba(0, 0, 0, 0.05);
}

.news_title {
	float: left;
	width: 23%;
	padding: 30px 0;
}

.inner_box {
	float: right;
	width: 71%;
}

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

.front_news_wrap ul li {
	list-style: none;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
}

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

.front_news_wrap ul li dl dt {
	width: 34%;
	list-style: none;
	padding: 0 15px 0 0px;
	float: left;
	line-height: 1;
	box-sizing: border-box;
}

.front_news_wrap ul li dl dd {
	width: 65%;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 1;
	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: #eeb00f;
}

.mark_news {
	color: #ef891b;
	margin-left: 30px;
	display: inline-block;
	line-height: 1;
	border-radius: 5px;
}



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

	.front_news {
		margin: 0;
		padding: 10px 20px;
	}

	.inner_box {
		width: 68%;
	}

	.news_title {
		padding: 30px 0 25px;
	}

	.front_news_wrap ul li {
		list-style: none;
		overflow: hidden;
		position: relative;
	}

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

	.front_news_wrap ul li dl dd {
		width: 60%;
	}

}


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

	.front_news {
		margin: 0;
		padding: 30px 15px;
	}

	.news_title {
		float: none;
		width: 100%;
		padding: 0 0 15px;
	}

	.inner_box {
		float: none;
		width: 100%;
	}

	.front_news_wrap ul li {
		padding: 15px 0;
	}

	.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 {
		margin-left: 20px;
	}

}



/*--------------------------------------------------------------
	このような症状はありませんか？
--------------------------------------------------------------*/

.medical_list_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 2px solid #91ca72;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 10px 7px 3px rgba(0, 0, 0, 0.05);
	border-radius: 50px;
	padding: 60px 40px;
	margin: 65px 0 0;
}

.medical_list_hinyou,
.medical_list_jinzou {
	width: 48%;
}

.medical_list_title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
	margin: 0 0 25px;
	padding: 5px 0;
	border-radius: 50px;
}

.medical_list_hinyou .medical_list_title {
	background-color: #91ca72;
}

.medical_list_jinzou .medical_list_title {
	background-color: #56a78f;
}

.medical_list_box ul {
	margin: 0 0 20px;
	padding: 0;
}

.medical_list_box ul li {
	position: relative;
	width: 100%;
	list-style: none;
	line-height: 2.5;
	padding-left: 25px;
}

.medical_list_box ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	font-weight: 900;
}

.medical_list_box .medical_list_hinyou ul li::before {
	color: #91ca72;
}

.medical_list_box .medical_list_jinzou ul li::before {
	color: #55a78f;
}



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

}



@media screen and (max-width : 767px) {
	.medical_list_box {
		display: block;
		padding: 50px 15px;
	}

	.medical_list_hinyou,
	.medical_list_jinzou {
		width: 100%;
	}

	.medical_list_hinyou {
		margin: 0 0 50px;
	}

	.medical_list_title {
		font-size: 20px;
		font-size: 2.0rem;
	}

}



/*--------------------------------------------------------------
	患者さまへのご案内
--------------------------------------------------------------*/
.front_first_wrap {
	position: relative;
	padding: 30px 0 110px;
	box-sizing: border-box;
}

.front_first p {

}



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

}



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

}



/*--------------------------------------------------------------
	お支払いについて
--------------------------------------------------------------*/
.front_pay_wrap {
	position: relative;
	padding: 30px 0 110px;
	box-sizing: border-box;
}

.front_pay p {
	text-align: center;
}

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

.front_pay ul li {
	width: 49%;
	list-style: none;
}

.front_pay ul li img {
	margin: 10px 0;
}



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

}



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

	.front_pay ul {
		display: block;
	}

	.front_pay ul li {
		width: 100%;
		margin: 0 0 30px;
	}

	.front_pay ul li img {
		margin: 0;
	}

}



/*--------------------------------------------------------------
	当院の特徴
--------------------------------------------------------------*/
.front_features_wrap {
	position: relative;
	padding: 125px 0 110px;
	background-image: url("../img/front-features-bg.png");
}

.front_features_wrap::before,
.front_features_wrap::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	top: -45px;
	width: 338px;
	height: 93px;
}

.front_features_wrap::before {
	left: 0;
	background-image: url("../img/front-features-bl.png");
}

.front_features_wrap::after {
	right: 0;
	background-image: url("../img/front-features-br.png");
}

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

.front_features ul li {
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	width: 49%;
	padding: 10px 0;
	box-sizing: border-box;
	color: #6dba44;
	background-color: #fff;
	border: 1px solid #6dba44;
	border-radius: 10px;
	list-style: none;
	margin: 0 0 30px;
}

/* .front_features ul li {
	width: 24%;
	margin: 0 0 45px;
	list-style: none;
}

.front_features ul li p {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	color: #6dba44;
	margin: 0;
} */

.front-features-bl img,
.front-features-br img {
	position: absolute;
}

.front-features-bl img:first-of-type {
	top: 300px;
	left: 31px;
}

.front-features-bl img:nth-of-type(2) {
	top: 155px;
	left: 48px;
}

.front-features-bl img:last-of-type {
	top: 105px;
	left: 153px;
}

.front-features-br img:first-of-type {
	top: 295px;
	right: 26px;
}

.front-features-br img:nth-of-type(2) {
	top: 145px;
	right: 54px;
}

.front-features-br img:last-of-type {
	top: 115px;
	right: 160px;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_features ul li img {
		width: 100%;
	}

}



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

	.front_features_wrap::before,
	.front_features_wrap::after {
		top: -20px;
		width: 150px;
		height: 100%;
		background-size: contain;
	}

	.front_features ul {
		display: block;
		padding: 0;
	}

	.front_features ul li {
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.front_features ul li img {
		width: 100%;
		margin: 0;
	}

	.front_features ul li p {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.front-features-bl img,
	.front-features-br img {
		display: none;
	}

}



/*--------------------------------------------------------------
	診療内容
--------------------------------------------------------------*/
.front_medical_wrap {
	position: relative;
	padding: 115px 0 80px;
}

.front_medical ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 10px 0 0;
}

.front_medical ul li {
	width: 48%;
	list-style: none;
	padding: 50px 40px;
	margin: 0 0 55px;
	background-color: #fff;
	border: 3px solid #d6bbb2;
	border-radius: 50px;
	box-shadow: 0px 10px 7px 3px rgba(0, 0, 0, 0.05);
}

.front_medical ul li img {
	display: block;
	margin: 0 auto 20px;
}

.front_medical ul li .front_medical_title {
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
	margin: 0 0 10px;
}

.front_medical ul li .front_medical_txt {
	margin: 0 0 10px;
	line-height: 1.9;
}

.front_medical_bg img {
	position: absolute;
	z-index: -1;
	width: 100%;
	left: 0;
}

.front_medical_bg img:first-of-type {
	top: 0;
}

.front_medical_bg img:last-of-type {
	bottom: 63px;
}



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

}



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

	.front_medical ul {
		display: block;
	}

	.front_medical ul li {
		width: 100%;
		padding: 40px 15px;
	}

	.front_medical ul li img {
		margin: 0 auto 10px;
	}

	.front_medical ul li .front_medical_title {
		margin: 0 0 15px;
	}

}



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

}
