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

/*----------------------------------------------------------------------
  下層ページ
----------------------------------------------------------------------*/

.main_page h2 {
  text-align: center;
  font-size: 3.0rem;
  position: relative;
}
.main_page 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%);
}

.main_page h3 {
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 100;
	background: #dff2cd;
	border-radius: 50px;
	margin: 0;
	padding: 3px 0 3px 55px;
	box-sizing: border-box;
}

.main_page h3::before {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50px;
	background-color: #9cc649;
}

.conts_block {
  margin: 0 0 30px;
}

.page_bgt_erea {
	position: relative;
	margin-top: -40px;
}

.page_bgtl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.page_bgtr {
	position: absolute;
	top: -7%;
	right: 0;
	z-index: -1;
}

.page_bgd_erea {
	position: relative;
	margin-bottom: -40px;
}

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

.page_bgdr {
	position: absolute;
	bottom: -7%;
	right: 0;
	z-index: -1;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.header_logo_area h1.site_title {
		/* width: 35%; */
    margin: 0 0 0 10px;
	}

	.page_bgtl {
		width: 200px;
	}

	.page_bgtr {
		width: 250px;
	}

	.page_bgdl {
		width: 300px;
	}

	.page_bgdr {
		width: 450px;
	}

}

@media screen and (max-width : 767px) {
	.header_logo_area h1.site_title {
    margin: 0 0 0 10px;
	}

  .entry_content h2 {
    font-size: 2.5rem;
  }

	.conts_block {
    margin: 0;
	}

	.page_bgtl {
		width: 200px;
	}

	.page_bgtr {
		width: 250px;
	}

	.page_bgdl {
		width: 180px;
	}

	.page_bgdr {
		width: 200px;
	}

}



/*--------------------------------------------------------------
　ご挨拶
--------------------------------------------------------------*/
.greeting {
	padding: 125px 0 30px;
	box-sizing: border-box;
}

.greeting_left {
	float: left;
  width: 58%;
	padding: 35px 0 30px;
	box-sizing: border-box;
}

.greeting_left p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 30px;
	line-height: 2.2;

}

.greeting_left .incho {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
	text-align: right;
}

.greeting_right {
  float: right;
  width: 38%;
	padding: 35px 0 30px;
	box-sizing: border-box;
}

.biography {
	padding: 40px 0 60px;
	box-sizing: border-box;
}

.biography_erea {
	display: flex;
	justify-content: space-between;
	padding: 45px 0 0;
	box-sizing: border-box;
}

.biography_list {
	width: 47%;
}

.biography_list ul {
	margin: 0;
	padding: 35px 0 0 5px;
	box-sizing: border-box;
}

.biography_list ul li {
	position: relative;
	list-style: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.biography_list ul li::before {
	position: absolute;
	left: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f0da';
	color: #89be22;
	padding-right: 10px;
	box-sizing: border-box;
}



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

}


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

	.greeting_right {
    float: none;
    width: 100%;
    padding: 0 0 30px;
	}

	.greeting_left {
    float: none;
    width: 100%;
    padding: 0 0 30px;
	}

	.biography {
    padding: 40px 0 80px;
	}

	.biography_erea {
    display: block;
    padding: 30px 0 0;
	}

	.biography_list {
    width: 100%;
	}

	.biography_list ul {
    padding: 20px 0;
	}

}



/*--------------------------------------------------------------
　ケア案内
--------------------------------------------------------------*/
.care {
	padding: 125px 0 80px;
	box-sizing: border-box;
}

.care p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2;
}

.health {
	padding: 0px 0 100px;
	box-sizing: border-box;
}

.birth_preparation {
	padding: 0px 0 115px;
	box-sizing: border-box;
}

.postnatal_care {
	padding: 0px 0 40px;
	box-sizing: border-box;
}

.postnatal_care p {
	line-height: 2.6;
}

.childcare {
	padding: 0 0 90px;
	box-sizing: border-box;
}

.childcare p {
	line-height: 2.9;
}

.care_left {
	float: left;
	width: 53%;
	padding: 20px 0 0;
	box-sizing: border-box;
}

.care_right {
	float: right;
	width: 45%;
	padding: 10px 0 0;
	box-sizing: border-box;
}

.price_list {
	padding: 15px 0 0 0;
	box-sizing: border-box;
}

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

.price_list ul li {
	font-size: 20px;
	font-size: 2.0rem;
	list-style: none;
	color: #ff7e00;
}

.care_list {
	padding: 0 0 115px;
	box-sizing: border-box;
}

.care_list .care_list_txt {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	line-height: 2.3;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}

.care_list .care_list_txt a {
	color: #7a9f2c;
	display: inline-block;
}

.care_list .care_list_txt a:hover {
	color: #333;
}

.care_left .care_list_title,
.care_list .care_list_title {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0;
	font-weight: 900;
	line-height: 2.3;
}

.care_list_title i {
	color: #89be22;
}



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

}



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

	.care_right {
		float: none;
		width: 100%;
		padding: 0 0 10px;
		text-align: center;
	}

	.care_left {
    float: none;
    width: 100%;
    padding: 0 0 30px;
	}

	.health {
    padding: 0px 0 50px;
	}

	.birth_preparation {
    padding: 0px 0 50px;
	}

	.postnatal_care {
    padding: 0;
	}

	.childcare {
    padding: 0 0 40px;
	}

	.price_list ul li {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.care_list {
    padding: 0 0 80px;
	}

	.care_left .care_list_title,
	.care_list .care_list_title {
		font-size: 18px;
		font-size: 1.8rem;
	}

}



/*--------------------------------------------------------------
　理念
--------------------------------------------------------------*/
.philosophy {
	padding: 125px 0 75px;
	box-sizing: border-box;
}

.philosophy_txt {
	padding: 25px 0 20px;
	box-sizing: border-box;
}

.philosophy_txt .philosophy_inner {
	padding: 0 15px;
	box-sizing: border-box;
}

.philosophy_txt p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	line-height: 2;
}

.philosophy_txt p.philosophy_title {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 900;
	margin: 0;
}

.philosophy_title i {
	color: #89be22;
}

.philosophy_txt ol {
	margin: 0;
	padding: 20px 0 20px 25px;
	box-sizing: border-box;
}

.philosophy_txt ol li {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
}

.philosophy_txt ol li span {
	color: #ff7e00;
}

.philosophy_txt a {
	display: inline-block;
	padding: 20px 0 0;
}

.philosophy_txt a img {
	transition: all .3s;
}

.philosophy_txt a img:hover {
	opacity: .7;
}



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

}



@media screen and (max-width : 767px) {
	.philosophy {
		padding: 90px 0 70px;
		box-sizing: border-box;
	}

	.philosophy_txt {
    padding: 0px 0 30px;
	}

	.philosophy_txt .philosophy_inner {
		padding: 0;
	}

	.philosophy_txt p.philosophy_title {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 0 0 10px;
	}

	.philosophy_txt ol {
    padding: 0 0 0 25px;
}

}



/*--------------------------------------------------------------
	予約
--------------------------------------------------------------*/
.reserve {
	padding: 0 0 75px;
	box-sizing: border-box;
}



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

}



@media screen and (max-width : 767px) {
	.reserve {
		padding: 0 0 70px;
		box-sizing: border-box;
	}
}



/*--------------------------------------------------------------
	アクセス
--------------------------------------------------------------*/
.access {
	padding: 125px 0 0;
	box-sizing: border-box;
}

.access .front_clinicinfo .inner_wrap {
	padding: 35px 30px 50px;
}

.map {
	padding: 10px 0 155px;
	box-sizing: border-box;
}

.map img {
	display: block;
	margin: 45px auto 0;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.access .front_clinicinfo .inner_wrap {
    padding: 20px 0 50px;
	}
}



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

	.access .front_clinicinfo .inner_wrap {
    padding: 0 0 40px;
	}

	.map {
		padding: 10px 0 120px;
	}

	.map img {
    margin: 20px auto 0;
	}

}



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

.single .subvisu h2,
.archive .subvisu h2,
.blog .subvisu h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  letter-spacing: .1em;
  line-height: 1.2;
}

.single .subvisu h2 span,
.archive .subvisu h2 span,
.blog .subvisu h2 span {
  font-size: 2.4rem;
  color: #dfcdb3;
  letter-spacing: .1em;
  display: block;
  font-family: "aisha-latin";
  font-weight: 400;
  font-style: normal;
}

.post_main {
  width: 75%;
  float: right;
  margin: 0 0 100px;
}

.post_sidebar {
  width: 22%;
  float: left;
}

.archive_post {
  margin: 0 0 50px;
}

.post_main h1 {
  font-size: 2.0rem;
  margin: 10px 0 20px;
  border-top: 1px dashed #111;
  border-bottom: 1px dashed #111;
  text-align: left;
}

.post_main h1 a {
  color: #333;
  display: block;
  padding: 10px 0 10px 15px;
	transition: .3s;
}

.post_main h1 a:hover {
  background: #fefbf0;
}

.blog .entry_content h1,
.single .entry_content h1,
.archive .entry_content h1 {
	text-align: left;
  border-left: 8px solid #acce6b;
  background-color: #f6f0e6;
  line-height: 2;
  padding: 5px 0 5px 10px;
  margin: 30px 0;
  border-top: none;
  border-bottom: none;
  font-size: 2.2rem;
}

.blog .entry_content h2,
.single .entry_content h2,
.archive .entry_content h2 {
	text-align: left;
  position: relative;
  font-size: 2.1rem;
  border-bottom: 4px solid #dcd3c6;
  margin: 30px 0;
}

.blog .entry_content h2::after,
.single .entry_content h2::after,
.archive .entry_content h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #acce6b;
}

.post_main h2.post_title_archive {
  border-bottom: none;
  margin: 10px 0 20px;
}

.post_main h2.post_title_archive::after {
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  background-color: #fff;
}

.blog #main .post_wrap .entry_content h3,
.single #main .post_wrap .entry_content h3,
.archive #main .post_wrap .entry_content h3 {
	text-align: left;
  font-size: 1.9rem;
  position: relative;
  padding: 0 5px 0 25px;
  margin: 30px 0 10px;
}

.blog #main .post_wrap .entry_content h3::after,
.single #main .post_wrap .entry_content h3::after ,
.archive #main .post_wrap .entry_content h3::after {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
	background-color: #fff;
  border: 4px solid #acce6b;
  border-radius: 100%;
}

.blog .entry_content h4,
.single .entry_content h4,
.archive .entry_content h4 {
	text-align: left;
  font-size: 1.7rem;
  border-left: 5px solid #acce6b;
  padding-left: 10px;
  line-height: 1.5;
  margin: 30px 0 10px;
}

.blog .entry_content h5,
.single .entry_content h5,
.archive .entry_content h5 {
	text-align: left;
  font-size: 1.6rem;
  font-family: "TBUDRGothic B";
  color: #acce6b;
  margin: 30px 0 10px;
}

.blog .entry_content h6,
.single .entry_content h6,
.archive .entry_content h6 {
	text-align: left;
  font-size: 1.55rem;
  font-family: "TBUDRGothic B";
  margin: 30px 0 10px;
}

.post_main .date {
  padding: 0 0 0 20px;
}

.post_main .entry_content p {
  line-height: 1.7;
  overflow: hidden;
}

.post_main .entry_content a {
  color: #333;
	transition: .3s;
}

.post_main .entry_content a:hover {
  color: #7a9f2c;
}

.post_main .entry_content table {
  border: 1px solid #ccc;
  margin: 0 auto 30px;
}

.post_main .entry_content table tr {
  border-bottom: 1px solid #ccc;
}

.post_main .entry_content table th,
.post_main .entry_content table td {
  border-left: 1px solid #ccc;
  padding: 15px 10px;
}

.post_main .entry_content table th {
  text-align: center;
  background-color: #ffffe6;
}

.post_main .entry_footer {
  overflow: hidden;
}

.single_news_list {
  text-align: right;
  float: right;
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 30px;
}

.single_news_list a {
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fffade;
}

.single_news_list a:hover {
  background: #f9eeb3;
}

.widget_title {
  text-align: center;
  background: #acce6b;
  padding: 5px 0;
  font-size: 1.6rem;
  margin: 10px 0 10px;
  position: relative;
  color: #fff;
}


@media screen and (max-width : 767px) {
  .single .subvisu h2,
  .archive .subvisu h2,
  .blog .subvisu h2 {
    font-size: 2.8rem;
    letter-spacing: .1em;
    line-height: 1.2;
  }
  .single .subvisu h2 span,
  .archive .subvisu h2 span,
  .blog .subvisu h2 span {
    font-size: 1.8rem;
  }
  .post_main {
    margin: 0 0 50px;
  }
  .post_main h1 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .post_main h1 a {
    padding: 5px;
  }
  .post_main .date {
    padding: 0 0 0 10px;
  }
  .blog .entry_content h1,
  .single .entry_content h1,
  .archive .entry_content h1 {
    padding: 2px 0 2px 10px;
  }
  .post_main h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .blog #main .post_wrap .entry_content h3,
  .single #main .post_wrap .entry_content h3,
  .archive #main .post_wrap .entry_content h3 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .blog #main .post_wrap .entry_content h3::after,
  .single #main .post_wrap .entry_content h3::after,
  .archive #main .post_wrap .entry_content h3::after {
    top: .2em;
  }
  .blog .entry_content h4,
  .single .entry_content h4,
  .archive .entry_content h4 {
    font-size: 1.6rem;
  }
  .blog .entry_content h5,
  .single .entry_content h5,
  .archive .entry_content h5 {
    font-size: 1.55rem;
  }
  .blog .entry_content h6,
  .single .entry_content h6,
  .archive .entry_content h6 {
    font-size: 1.5rem;
  }
  .widget_title {
    padding: 5px 0;
  }
  .widget_title {
    padding: 10px 0;
    border-radius: 30px;
  }
}



/*--------------------------------------------------------------
  404ページ
--------------------------------------------------------------*/

.post_title_404 {
  text-align: center;
  padding: 3px 0;
  margin: 10px 0 30px;
  background: #eee;
  color: #333;
  border-radius: 5px;
}

.txt_404 {
  text-align: center;
  margin-bottom: 50px;
}



@media screen and (max-width : 767px) {

}
