@charset "utf-8";

/* =====================================
■mainView
===================================== */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1000px;
}
.sp {
	display: none !important;
}
.mainView {
	background: url(/wp-content/uploads/mvbg.png) repeat center top;
	background-size: auto 100%;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.mainView .inner {
		width: 1000px;
		margin: 0 auto;
	}
	.mainView img {
		display: block;
		width: 1400px;
		max-width: inherit;
		margin: 0 -200px;
	}
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
	.mainView .inner {
		width: 100%;
	}
	.mainView img {
		width: 136%;
		margin: 0 -18%;
	}
}

@media screen and (max-width: 767px) {
	.mainView img {
		width: 100%;
	}
	.sp {
		display: block !important;
	}
}


/* =====================================
■TITLE
===================================== */
.titWrap {
	margin-bottom: 30px !important;
}
.titWrap h2 {
	background: #afdda1;
	border-top: 2px solid #afdda1;
	font-size: 2.8rem;
	line-height: 1.3;
	color: #000;
	text-align: center;
	padding: 15px 9px 13px;
	position: relative;
	font-family: "Noto Serif JP", serif;
}
.titWrap h2:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.txtline p {
	text-align: center;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size: 3.0rem;
	display: inline-block;
	border-bottom: 2px solid #87c972;
}
@media screen and (max-width: 767px) {
	.titWrap h2 {
		font-size: 2rem;
	}
}
/* 診療時間表A
------------------------------------- */
table.timetableA {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.timetableA th,
.timetableA td {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #67594D;
	text-align: center;
	vertical-align: middle;
	padding: 14px 0;
}
.timetableA thead th {
	background: #afdda1;
	font-size: 16px;
	color: #000;
	padding: 10px 0 11px;
	vertical-align: bottom;
	border-left: 1px solid #C8C8C8;
}
.timetableA thead th:first-child {
	width: 26%;
	font-size: 18px;
	letter-spacing: 0.15em;
	text-align: center;
	padding-left: 26px;
	border-left: none;
}
.timetableA tbody th {
	letter-spacing: 0.05em;
	color: #384045;
	word-break: keep-all;
	white-space: nowrap;
	text-align: center;
	padding-left: 25px;
	background: #e6f4e1 !important;
}
table.timetableA tr:first-child {
	border-bottom: 1px solid #ccc;
}
.timetableA tbody td {
	border-left: 1px solid #C8C8C8;
}

@media screen and (max-width: 767px) {
	.timetableA th,
	.timetableA td {
		font-size: 13px;
		padding: 15px 0 16px;
	}
	.timetableA thead th {
		font-size: 12px;
		padding: 7px 0 8px;
	}
	.timetableA thead th:first-child {
		width: 31.25%;
		font-size: 12px;
		letter-spacing: 0.02em;
		padding-left: 8px;
	}
	.timetableA tbody th {
		font-size: 14px;
		letter-spacing: 0;
		padding-left: 8px;
	}
}

@media screen and (max-width: 374px) {
	.timetableA thead th:first-child {
		width: 35%;
	}
}

/* =====================================
■NEWS
===================================== */
.newsSec {
	padding: 60px 0;
}
.newsSec .headingWrap {
	width: 12em;
}
.newsSec .headingWrap h2 {
	font-size: 2.4rem;
	color: #87c972 !important;
}
.newsSec .headingWrap .more a {
	display: inline-block;
	background: #e6f4e1 !important;
	border-radius: 6px;
	font-size: 11px !important;
	color: #87c972 !important;
	text-decoration: none;
	line-height: 1 !important;
	padding: 5px 18px 5px 10px;
	position: relative;
}
.newsSec .headingWrap .more a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 0px 1px 1px 0;
	border-color: #87c972;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -4px;
	box-sizing: border-box;
}
.newsSec .newsWrap {
	width: calc(100% - 12em);
}
.newsSec .news {
	padding-left: 2px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.newsSec .news:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #87c972;
	position: absolute;
	top: 0;
	left: 0;
}
.newsSec .news:after {
	content: "";
	width: 2px;
	height: 100%;
	background: #eee;
	position: absolute;
	top: 0;
	left: 1px;
}
.newsSec .news dl {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 90%;
	color: #000;
	border-top: 1px solid #eee;
	padding: 5px 20px;
}
.newsSec .news dl dt {
	width: 9em;
	color: #6d6d6d;
}
.newsSec .news dl dd {
	font-size: 90%;
}
.newsSec .news dl dd a {
	color: #000;
}

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

@media screen and (max-width: 767px) {
	.newsSec .headingWrap {
		width: 100%;
		margin-bottom: 5px;
	}
	.newsSec .headingWrap > .elementor-column-wrap > .elementor-widget-wrap {
		display: flex;
	}
	.newsSec .headingWrap .heading {
		width: calc(100% - 7rem);
	}
	.newsSec .headingWrap h2 {
		font-size: 2rem;
	}
	.newsSec .headingWrap .more {
		width: 7rem;
		margin-top: 10px;
	}
	.newsSec .headingWrap .more a {
		display: block;
		text-align: center;
	}
	.newsSec .newsWrap {
		width: 100%;
	}
	.newsSec .news dl {
		flex-wrap: wrap;
		font-size: 100%;
		padding: 5px 0px 5px 10px;
	}
	.newsSec .news dl dt {
		width: 100%;
	}
	.newsSec .news dl dd {
		font-size: 100%;
	}
}
/* =====================================
■BNR
===================================== */
.imgBlock a {
	overflow: hidden;
	height: 100%;
	position: relative;
	z-index: 1;
}
.imgBlock a img {
	border-radius: 0;
	transition: .3s ease;
}
.bnrSec .elementor-container > .elementor-row {
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.bnrSec .elementor-container > .elementor-row {
		flex-wrap: nowrap;
	}
	.bnrSec.column4 .item {
		width: 24.1%;
	}
	.bnrSec.column3 .item {
		width: 33%;
	}
	.imgBlock a:hover img {
		transform: scale(1.1, 1.1);
		transition: .3s ease;
	}
}

@media screen and (max-width: 767px) {
	.bnrSec.column4 .elementor-container > .elementor-row {
		row-gap: 4px;
	}
	.bnrSec.column3 .elementor-container > .elementor-row {
		row-gap: 20px;
	}
	.bnrSec.column4 .item {
		width: 49.5%;
	}
	.bnrSec.column4 .item a {
		display: block;
	}
	.bnrSec.column4 .item a img {
		width: 100%;
	}
}


/* =====================================
■診療時間
===================================== */
.clinicSec {
	padding: 30px 0 60px;
	z-index: 3;
}
.timetable th,
.timetable td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px 5px 3px 5px;
	vertical-align: middle;
	opacity: 0.8;
}
.timetable thead th {
	width: 8%;
	background: #86c7f1;
	color: #fff;
}
.timetable thead th:first-child {
	width: 36%;
}
.timetable tbody th {
	background: #e1edf9;
}
.timetable tbody th small {
	font-size: 80%;
}

@media screen and (max-width: 767px) {
	.clinicSec {
		padding-bottom: 45px;
	}
	.timetable th,
	.timetable td {
		font-size: 70%;
		padding: 5px 2px 3px 2px;
	}
	.timetable thead th {
		width: 10%;
	}
	.timetable thead th:first-child {
		width: 20%;
	}
}
/*--------------------------------------
table_A
--------------------------------------*/
.table_A th,
.table_A td {
	vertical-align: middle;
	word-break: break-all;
}
.table_A th {
	width: 25%;
	color: #87c972 !important;
	padding: 5px 5px 3px 5px;
	border-bottom: 1px solid #afdda1;
}
.table_A td {
	padding: 10px 5px 5px;
	border-bottom: 1px solid #ccc;
}

/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 438px;
	box-shadow: 1px 1px 10px #a2a0a0;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

.mapBlock .mapbox {
	height: 400px;
	min-height: 250px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	position: relative;
}
.mapBlock .mapbox iframe {
	width: 100% !important;
	height: 100% !important;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
}
.mapBlock .mapbox > div {
	min-height: 250px;
}
.open-googlemap {
	text-align: center;
}
.open-googlemap a {
	font-size: 80%;
	color: #999;
	margin-top: 5px;
	padding-right: 15px;
	position: relative;
}
.open-googlemap a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #87c972;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: 2px;
}

@media screen and (max-width: 767px) {
	.mapBlock .mapbox {
		height: 250px;
	}
}

/* =====================================
■topBox01
===================================== */
.topBox01 {
	background: #fcfbe8;
	padding-top: 40px;
	padding-bottom: 20px;
}
.txtA {
	text-align: center;
	font-size: 3rem;
	line-height: 1.4;
	color: #87c972 !important;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.txtB {
	color: #000;
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	padding: 17px 0;
}
.txtC {
	text-align: center;
	color: #f60;
	font-size: 20px;
	font-weight: bold;
	padding: 19px 0;
}
.timetableA tbody td {
	border-left: 1px solid #C8C8C8;
	background: #fff;
}
.txtD a {
	text-decoration: none;
	color: #ff6600;
	font-weight: bold;
	font-size: 32px;
	padding: 10px 0 30px;
	display: block;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.txtD a {
		font-size: 25px;
	}
}
/* =====================================
■topBox02
===================================== */
.topBox02 {
	text-align: center;
	padding: 60px 0;
}
.topBox02 .txt {
	text-align: left;
	padding: 30px 0;
}
.topBox02 .tmp_blockbtn {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.topBox02 .tmp_blockbtn .tmp_conblock {
	width: calc((100% - 40px) / 2);
}
.tmp_buttonbox a {
	text-decoration: none;
}
.tmp_buttonbox a {
	text-decoration: none;
	background: #87c972;
	width: 100%;
	display: block;
	border-radius: 5px;
	color: #fff;
	padding: 10px 0;
	position: relative;
}
.tmp_buttonbox a:before {
	position: absolute;
	content: "";
	content: '';
	height: 9px;
	width: 9px;
	display: block;
	border: 2px solid #ffffff;
	border-top-width: 2px;
	border-left-width: 2px;
	border-left-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	opacity: 1;
	transition: inherit;
	-webkit-transition: inherit;
}
@media screen and (max-width: 767px) {
	.txtline p {
		font-size: 23px;
	}
	.topBox02 .tmp_blockbtn .tmp_conblock {
		width: 100%;
		margin-bottom: 10px;
	}
	.topBox02 .tmp_blockbtn {
		display: block;
	}
}
/* =====================================
■topBox03
===================================== */
.topBox03 .topSec {
	text-align: center;
}
.topBox03 .topSec .txt {
	padding: 30px 0;
}
.topBox03.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
}
.topBox03 .topSec .tmp_main {
	display: flex;
}
.topBox03 .topSec .tmp_main {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	justify-content: flex-start;
}
.topBox03 .topSec .tmp_main .tmp_conblock {
	width: calc(100% / 3);
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: #fff;
	overflow: hidden;
}
.topBox03 .topSec .tmp_main .tmp_conblock .tmp_conblockin {
	position: relative;
}
.tmp_blockbnr.tmp_block a {
	overflow: hidden;
	display: block;
	position: relative;
}
.tmp_blockbnr.tmp_block figure {
	width: 100%;
	padding: 0;
	float: none;
	overflow: hidden;
}
.tmp_blockbnr a {
	color: #000;
}
.tmp_blockbnr a .tmp_imgblock:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 17px 17px;
	border-color: transparent transparent #ffffff transparent;
	bottom: 3px;
	right: 3px;
	z-index: 1;
}
.tmp_blockbnr .tmp_imgblock span {
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: block;
	position: relative;
}
.tmp_blockbnr .tmp_imgblock span img {
	position: relative;
	top: 50%;
	left: 50%;
	width: 120%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.tmp_imgcir a:hover img, .tmp_imgblock.tmp_imglink a:hover img, .tmp_blockbnr a:hover img {
	transform: scale(1.1,1.1) translate(-45%,-45%);
	-webkit-transform: scale(1.1,1.1) translate(-45%,-45%);
	-ms-transform: scale(1.1,1.1) translate(-45%,-45%);
	margin-left: 0;
	margin-top: 0;
	transition: .3s ease;
	-webkit-transition: .3s ease;
}
.tmp_blockbnr .tmp_bnrtxtblock {
	position: absolute;
	top: 47%;
	width: 85%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.tmp_blockbnr .tmp_stlbox {
	position: relative;
	padding: 10px 10px 5px 10px;
	margin-bottom: 15px;
}
.tmp_blockbnr .tmp_bnrcatch {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.tmp_blockbnr a .tmp_list_check li, .tmp_blockbnr a .tmp_bnrcatch p, .tmp_blockbnr a .tmp_stlbox p {
	color: #000;
	text-shadow: 1px 1px 0px rgba(225, 225, 225,1);
}
.tmp_blockbnr a:hover .tmp_list_check li, .tmp_blockbnr a:hover .tmp_bnrcatch p, .tmp_blockbnr a:hover .tmp_stlbox p {
	text-shadow: 1px 1px 1px rgba(225, 225, 225,0.6);
}
.tmp_blockbnr .tmp_imgblock span:after {
	position: absolute;
	content: "";
	background: #87c972;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	txt-decoration: none;
	transition: .3s ease;
	-webkit-transition: .3s ease;
}
.tmp_blockbnr .tmp_stlbox::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: -1px;
	left: 0;
	background: rgba(0,0,0,1);
}
.tmp_blockbnr a:hover .tmp_stlbox:before {
	background: #fff;
}
.tmp_blockbnr .tmp_stlbox:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: 0px;
	left: 0;
	background: #fff;
}
.tmp_blockbnr a:hover .tmp_stlbox:after {
	background: #000;
}
.tmp_blockbnr a .tmp_stlbox p {
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size: 30px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
@media screen and (max-width: 767px) {
	.topBox03 .topSec .tmp_main {
		display: block;
	}
	.topBox03 .topSec .tmp_main .tmp_conblock {
		width: 100%;
	}
	.tmp_blockbnr .tmp_imgblock span img {
		height: 100%;
	}
}
/* =====================================
■topBox04
===================================== */
.topBox04 {
	padding: 60px 0;
}
.topBox04 .topSec {
	text-align: center;
}
.topBox04 .topSec .txt {
	padding: 30px 0;
}
.topBox04 .topSec .tmp_main {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.topBox04 .topSec .tmp_main a {
	text-decoration: none;
}
.topBox04 .topSec .tmp_main a {
	text-decoration: none;
	color: #000;
}
.topBox04 .topSec .tmp_main .tmp_conblock {
	width: calc((100% - 40px) / 2);
	border: 1px solid #87c972;
	padding: 20px;
	position: relative;
}
.topBox04 .topSec .tmp_main .txt {
	text-align: left;
	padding: 10px;
}
.topBox04 .topSec h4 {
	font-size: 20px;
	font-size: 2.6rem;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	text-align: left;
}
.underTit_h4 h4 {
	font-size: 2.6rem;
	line-height: 1.3;
	padding: 5px 10px 0.6em;
	position: relative;
	font-family: "Noto Serif JP", serif;
}
.underTit_h4 h4:before {
	content: "";
	width: 5%;
	height: 2px;
	background: #87c972;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}


.underTit_h4 h4:after {
	content: "";
	height: 2px;
	width: 100%;
	background: #afdda1;
	position: absolute;
	bottom: 0;
	right: 0;
}
.topBox04 .topSec .tmp_main .tmp_imgblock {
	padding: 24px 0 10px;
}
.tmp_blockbtnbnr a:after {
	position: absolute;
	content: "";
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #87c972 transparent;
}
@media screen and (max-width: 767px) {
	.topBox04 .topSec .tmp_main {
		display: block;
	}
	.topBox04 .topSec .tmp_main .tmp_conblock {
		width: 100%;
		margin-bottom: 20px;
	}
}
/* =====================================
■topBox05
===================================== */
.topBox05 {
	background: #e6f4e1 !important;
}
.topBox02.topBox05 {
	padding: 0;
}
.topBox05 .txtline {
	margin-bottom: 30px;
}
.topBox05 .topSec {
	position: relative;
	padding: 40px 0;
	z-index: 1;
}
.topBox05 .topSec .nner {
	max-width: 750px;
}
.topBox05 .topSec:after {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/topbg01.png) no-repeat;
	width: 80%;
	height: 100%;
	background-size: cover;
	top: 0;
	right: -220px;
	z-index: -1;
}
@media screen and (max-width: 1450px) and (min-width: 1154px) {
	.topBox05 .topSec:after {
		right: -70px;
	}
}
@media screen and (max-width: 1153px) and (min-width: 768px) {
	.topBox05 .topSec:after {
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.topBox05 .topSec:after {
		display: none;
	}
}
/* =====================================
■topBox06
===================================== */
.elementor-element-dd1b174 {
	background: #e6f4e1;
}
.topBox06 {
	background: #e6f4e1;
	padding: 60px 0;
}
.topBox06 .tmp_buttonbox {
  padding-top: 50px;
  max-width: 440px;
  margin: 0 auto;
	  text-align: center;
}