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

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

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

.home .main h2 {
  text-align: center;
  font-size: 3.0rem;
  position: relative;
}

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

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

.more_btn a {
	font-size: 14px;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #9cc649;
	padding: 10px 0;
	box-sizing: border-box;
  border-radius: 10px;
  transition: .3s;
}

.more_btn a i {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	transition: .3s;
}

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

.ggmap {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	padding-bottom: 40.5%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



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

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

}



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

.front_news_wrap {
	z-index: 99;
	position: relative;
  padding: 75px 0 100px;
  background-image: url("../img/front-bg.png");
	mask-image: url("../img/front-bgt.png");
	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: bottom;
}

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

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

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

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

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

.front_news_wrap ul li a {
  color: #333;
	font-size: 16px;
  font-size: 1.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.front_news_wrap ul li a:hover {
  color: #7a9f2c;
}

.mark_news {
  color: #ff7e00;
	font-size: 16px;
  font-size: 1.6rem;
  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 {
		padding: 60px 0 100px;
	}

	.front_news_wrap ul li dl dt {
    width: 20%;
		padding: 10px 15px;
  }

	.front_news_wrap ul li dl dd {
    width: 80%;
		padding: 10px 15px;
  }

	.mark_news {
		margin-left: 10px;
  }

	.more_btn {
    width: 25%;
  }

}


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

	.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: 20px 10px; */
    margin: 0 0 30px;
  }

	.front_news_wrap ul li {
		padding: 10px 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 0px;
  }

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

	.mark_news {
    padding: 3px 20px;
		margin: 0;
	}

}



/*--------------------------------------------------------------
  ケア案内
--------------------------------------------------------------*/

.front_careinfo_wrap {
  padding: 100px 0 50px;
	box-sizing: border-box;
  position: relative;
	z-index: 9;
}

.front_careinfo_bgtl {
	position: absolute;
	top: -7%;
	left: 0;
	z-index: -1;
}

.front_careinfo_bgtr {
	position: absolute;
	top: -10%;
	right: 0;
	z-index: -1;
}

.front_medicalinfo {
	position: relative;
	z-index: 999;
}

.front_careinfo_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 45px 0 0;
	box-sizing: border-box;
}

.front_careinfo_wrap ul li {
	width: 33%;
	list-style: none;
	margin: 0 0 55px;
}

.front_careinfo_wrap ul li a {
	transition: .3s;
}

.front_careinfo_wrap ul li a:hover {
	opacity: .7;
}

.front_careinfo_wrap ul li p {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 10px 0;
}

.front_careinfo_bgdl {
	position: absolute;
	bottom: -5%;
	left: 0;
	z-index: -1;
}

.front_careinfo_bgdr {
	position: absolute;
	bottom: -5%;
	right: 0;
	z-index: -1;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_careinfo_bgtl {
		top: -3%;
		left: 0;
	}

	.front_careinfo_bgtr {
		top: -3%;
		right: 0;
	}

	.front_careinfo_wrap {
    padding: 60px 0 40px;
	}

	.front_careinfo_wrap ul {
    padding: 20px 0 0;
	}

	.front_careinfo_wrap ul li {
		margin: 0 0 30px;
	}

	.front_careinfo_bgdl {
		width: 300px;
		bottom: -5%;
	}
	
	.front_careinfo_bgdr {
		width: 350px;
		bottom: -4%;
	}

}



@media screen and (max-width : 767px) {
	.front_careinfo_bgtl {
		width: 150px;
		top: -4%;
		left: 0;
	}

	.front_careinfo_bgtr {
		width: 150px;
		top: -1%;
		right: 0;
	}

	.front_careinfo_wrap {
		padding: 50px 0 30px;
	}

	.front_careinfo_wrap ul {
		display: block;
		padding: 20px 0 0;
	}

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

	.front_careinfo_bgdl {
		width: 150px;
		bottom: -1%;
	}
	
	.front_careinfo_bgdr {
		width: 150px;
		bottom: -4%;
	}

}



/*--------------------------------------------------------------
  アクセス
--------------------------------------------------------------*/

.front_clinicinfo_wrap {
	position: relative;
	z-index: 99;
  /* background-color: #ebfdff; */
  padding: 80px 0 95px;
	background-image: url("../img/front-bg.png");
	mask-image: url("../img/front-bgd.png");
	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: top;
}

.front_clinicinfo_wrap.page {
	/* 下層ページ */
	padding: 155px 0 100px;
}

.front_clinicinfo .inner_wrap {
  overflow: hidden;
	padding: 20px 30px 50px;
	box-sizing: border-box;
}

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

.front_clinicinfo .inner_wrap .right {
  float: right;
	width: 47%;
	padding-top: 30px;
}

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

.front_clinicinfo .inner_wrap .left ul li {
	font-size: 16px;
	font-size: 1.6rem;
  list-style: none;
	line-height: 1.7;
}

.front_clinicinfo .inner_wrap .left ul li:nth-last-child(2) {
	font-size: 18px;
	font-size: 1.8rem;
}

.front_clinicinfo .inner_wrap .left ul li:last-child {
	font-size: 25px;
	font-size: 2.5rem;
  color: #7a9f2c;
  font-weight: bold;
}

.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 15px;
	border-collapse: separate;
}

.front_clinicinfo .inner_wrap table tr {
	background-color: #9cc649;
}

.front_clinicinfo .inner_wrap table tr:first-child th {
	border-top: 2px solid #9cc649;
	border-bottom: 2px solid #9cc649;
}

.front_clinicinfo .inner_wrap table tr:first-child th:first-child {
	border-left: 2px solid #9cc649;
	border-radius: 10px 0 0 0;
}

.front_clinicinfo .inner_wrap table tr:first-child th:last-child {
	border-right: 2px solid #9cc649;
	border-radius: 0 10px 0 0;
}

.front_clinicinfo .inner_wrap table th {
	color: #fff;
  text-align: center;
  padding: 5px 0;
	box-sizing: border-box;
	font-size: 15px;
  font-size: 1.5rem;
}

.front_clinicinfo .inner_wrap table tr:nth-child(2) {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}

.front_clinicinfo .inner_wrap table tr:nth-child(2) th {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	border-left: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-radius: 0 0 0 10px;
}

.front_clinicinfo .inner_wrap table tr:nth-child(2) td {
	border-bottom: 2px solid #e5e5e5;
}

.front_clinicinfo .inner_wrap table tr:nth-child(2) td:last-child {
	border-right: 2px solid #e5e5e5;
	border-radius: 0 0 10px 0;
}

.front_clinicinfo .inner_wrap table td {
  color: #ed83b2;
  text-align: center;
  padding: 15px 0;
	box-sizing: border-box;
	font-size: 18px;
  font-size: 1.8rem;
}

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

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

.front_clinicinfo .inner_wrap p.kyushin {
	color: #ff7e00;
}



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

	.front_clinicinfo_wrap.page {
		padding: 90px 0 50px;
	}

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

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

}



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

	.front_clinicinfo_wrap.page {
		padding: 70px 0 60px;
	}

	.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%;
		text-align: center;
  }

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

	.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 table td {
		font-size: 15px;
		font-size: 1.5rem;
	}

}



/*--------------------------------------------------------------
  関連リンク
--------------------------------------------------------------*/

/*---------------*/
/***** Bubba *****/
/*---------------*/

.grid {
	position: relative;
	margin: 0 auto;
	/* padding: 1em 0 4em; */
	/* max-width: 1000px; */
	list-style: none;
	text-align: center;
  overflow: hidden;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	/* width: 48%; */
	/* background: #a1a330; */
	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%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.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;
  }
}
