@charset "utf-8";
/* =====================================
■UNDER
===================================== */
table {
	width: 100%;
}
p:last-child {
	margin-bottom: 0;
}

/* -------------------------------------
textcolor
------------------------------------- */
.txtColor {
	color: #99BD49;
}
.txtGreen {
	color: #63D691 !important;
}
.txtLink {
	color: #FF8838 !important;
	text-decoration: underline !important;
	vertical-align: baseline;
}
.txtLink:hover {
	text-decoration: none !important;
}
.catchTit {
	font-size: 25px;
	font-weight: 400;
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	line-height: 1.67;
	color: #42cbc8;
	text-align: center;
	word-break: break-all;
}
.columnTit {
	font-size: 20px;
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	font-weight: 600;
	line-height: 1.4;
	color: #DE8631;
}

/* -------------------------------------
Elementor
------------------------------------- */
/* general
------------------------------------- */
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}

/* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
}

/* 画像ボックス
------------------------------------- */
.elementor-widget-image-box .elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
	word-break: break-all;
	white-space: pre-wrap;
}
div:not(.graphicBox) .elementor-image-box-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 0.15em;
	margin-bottom: 16px;
	position: relative;
}
div:not(.graphicBox) .elementor-image-box-title .num {
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: #99bd49;
	border-radius: 50%;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	margin-top: 2px;
}
div:not(.graphicBox) .elementor-image-box-img {
	display: block !important;
	width: 30% !important;
	float: right;
	margin: 0 0 10px 20px !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 20px 0 !important;
}
div:not(.graphicBox).auto_width .elementor-image-box-img {
	width: auto !important;
}
div:not(.graphicBox).w20 .elementor-image-box-img {
	width: 20% !important;
}
div:not(.graphicBox) .elementor-widget-image .elementor-image a img {
	width: 100%;
}
div:not(.graphicBox) .elementor-widget-image .elementor-image > a:hover img,
div:not(.graphicBox) .elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8 !important;
}
figcaption.widget-image-caption.wp-caption-text {
	font-size: 14px;
	display: inline-block;
}

.Photobox {
	background: #FDF0E2;
	border-radius: 10px;
	padding: 40px;
}

/* body:not(.home) .elementor-image-box-img img,
body:not(.home) .elementor-widget-image .elementor-image img {
	-webkit-border-radius: 10px;
    border-radius: 10px;
} */

@media screen and (max-width: 767px) {
	div:not(.graphicBox) .elementor-image-box-img,
	div:not(.graphicBox).img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
	}
	div:not(.graphicBox).w20 .elementor-image-box-img {
		float: left;
		width: 70px !important;
		margin: 0 10px 0 0 !important;
	}
	.Photobox {
		padding: 20px;
	}
}

@media screen and (max-width: 374px) {
	div:not(.graphicBox).w20 .elementor-image-box-img {
		width: 50px !important;
	}
}

/* 画像ボックス--フリー
------------------------------------- */
.graphicBox .elementor-container,
.graphicBox .elementor-row,
.graphicBox .elementor-column,
.graphicBox .elementor-column-wrap,
.graphicBox .elementor-widget-wrap {
	display: block !important;
}
.graphicBox .photo {
	display: block !important;
	float: right;
	width: 30% !important;
	margin: 0 0 10px 20px !important;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 20px 20px 0 !important;
}
.auto_width.graphicBox .photo {
	width: auto !important;
}
.graphicBox .elementor-widget-image {
	text-align: right;
}
.graphicBox .elementor-clearfix:after {
	display: none !important;
}
.graphicBox .context {
	width: auto !important;
}

@media screen and (max-width: 767px) {
	.graphicBox .photo,
	.img_l.graphicBox .photo {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
	}
	.graphicBox .elementor-widget-image {
		text-align: center;
	}
}

/* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 25px;
}
.elementor-button,
.btn a {
	display: inline-block;
	vertical-align: bottom;
	width: auto !important;
	background: rgba(106,203,244);
	background: linear-gradient(50deg, rgba(106,203,244,1) 0%, rgba(196,239,207,1) 100%); 
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #fff !important;
	text-align: center;
	padding: 6px 30px 6px 25px;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	transition: all 0.6s ease;
	overflow: hidden;
	z-index: 2;
}
.elementor-button:after,
.btn a:after {
	display: block;
	content: "";
	width: 6px;
	height: 10px;
	background: url(/wp-content/uploads/ico_arrow02.png) no-repeat top left;
	background-size: 6px 10px;
	position: absolute;
	right: 17px;
	top: 50%;
	transition: 0.15s ease-out;
	z-index: -1;
	margin-top: -5px;
}
.elementor-button:hover,
.btn a:hover {
	opacity: 1;
	background: #FF8838;
}

@media screen and (max-width: 767px) {
	.elementor-button,
	.btn a {
		width: 100% !important;
		max-width: 254px;
		font-size: 18px;
		text-align: center;
	}
}

/* アコーディオン
------------------------------------- */
.elementor-accordion .elementor-accordion-item {
	border: none;
}
.elementor-accordion .elementor-accordion-item:not(:last-child) {
	margin-bottom: 10px;
}
.elementor-accordion .elementor-tab-title {
	background: #E7E8E8;
	font-size: 25px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	color: #717171;
	text-align: center;
	margin: 0;
	padding: 24px 70px 27px 20px;
	position: relative;
}
.elementor-accordion .elementor-tab-title:before {
	content: "";
	width: 3px;
	height: 21px;
	background: #429FC8;
	border-radius: 5px;
	position: absolute;
	right: 44px;
	top: 50%;
	margin-top: -10px;
}
.elementor-accordion .elementor-tab-title:after {
	content: "";
	width: 21px;
	height: 3px;
	background: #429FC8;
	border-radius: 5px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -1px;
}
.elementor-accordion .elementor-tab-title.elementor-active:before {
	opacity: 0;
}
.elementor-accordion .elementor-tab-title a {
	color: #717171 !important;
}
.elementor-accordion .elementor-tab-content {
	padding: 28px 30px 26px;
	border: 5px solid #E7E8E8;
	border-top: none;
	background: #fff;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.elementor-accordion .elementor-tab-title {
		font-size: 18px;
		padding: 15px 30px 18px 15px;
	}
	.elementor-accordion .elementor-tab-title:before {
		content: "";
		width: 2px;
		height: 12px;
		right: 15px;
		margin-top: -6px;
	}
	.elementor-accordion .elementor-tab-title:after {
		content: "";
		width: 12px;
		height: 2px;
		right: 10px;
	}
	.elementor-accordion .elementor-tab-content {
		padding: 20px;
	}
}

/* LightBox
--------------------------------------*/
.elementor-slideshow__header {
	box-sizing: border-box;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}

/* リスト
------------------------------------- */
.elementor-icon-list-items .elementor-icon-list-item a {
	display: inline;
	width: auto;
}
.linkList .elementor-icon-list-items li {
	position: relative;
	padding: 0 0 0 15px;
	font-size: 20px;
	line-height: 1.3;
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	color: #333;
	margin-bottom: 5px;
}
.linkList .elementor-icon-list-items li:before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #25781e;
}
.linkList .elementor-icon-list-items li a:hover .elementor-icon-list-text{
	text-decoration: none;
}

/* circleList */
.circleList .elementor-icon-list-items li,
ul.circleList > li {
	position: relative;
	padding: 0 0 0 30px;
	text-align: left;
}
.circleList .elementor-icon-list-items li:not(:first-child),
ul.circleList > li:not(:first-child) {
	margin-top: 5px;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #eb6100;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 5px;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 0 0 0 40px;
    position: relative;
	margin-top: 10px;
}
/* .checkList .elementor-icon-list-items li:not(:first-child),
ul.checkList > li:not(:first-child) {
	margin-top: 10px;
} */
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	content: "";
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 6px;
    box-sizing: border-box;
	background: #EBE9E7;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	content: "";
    display: block;
    width: 11px;
    height: 19px;
    border: solid #75DCA0;
    border-width: 0 4px 4px 0;
    position: absolute;
    left: 8px !important;
    top: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}

/* link_A */
.arrowListBox {
	background: #F0F5EF;
	padding: 40px;
	text-align: center;
}
.arrowTit {
	font-size: 18px;
	font-weight: 600;
	color: #FF8838;
	margin-bottom: 15px;
}
.arrowList .elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.arrowList .elementor-icon-list-items li {
/* 	width: calc(100% / 5); */
	font-size: 18px;
	letter-spacing: 0.05em;
    padding: 5px 5px 5px 20px;
	text-align: left;
	color: #FF8838;
    position: relative;
}
.arrowList .elementor-icon-list-items li a {
	color: #22201E;
	text-decoration: underline;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #4FCEC7;
	text-decoration: none;
}
.arrowList .elementor-icon-list-items li a:before {
    content: "";
    border-left: 10px solid #4FCEC7;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -20px;
    top: 8px;
    transition: all 0.5s;
}
.arrowList .elementor-icon-list-items li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* 番号リスト */
.numList .elementor-icon-list-items,
ul.numList {
	counter-reset: li;
}
.numList .elementor-icon-list-items li,
ul.numList > li {
	padding: 7px 0 7px 40px;
	position: relative;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: counter(li, decimal);
	counter-increment: li;
	width: 33px;
	height: 33px;
	background: #ffc37c;
	border-radius: 50%;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 6px;
}

.column2List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 48.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	vertical-align: top;
}
.column3List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 31.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	vertical-align: top;
}
.columnList .elementor-icon-list-items li {
	display: inline-block !important;
	width: auto;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0 20px !important;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	.arrowListBox {
		padding: 30px;
	}
/* 	.arrowList .elementor-icon-list-items li {
		font-size: 14px;
		letter-spacing: 0;
	} */
}

@media screen and (max-width: 767px) {
	.arrowListBox {
		padding: 20px;
	}
	.arrowList .elementor-icon-list-items {
		display: block;
	}
	.arrowList .elementor-icon-list-items li {
/*		display: block;
 		width: 100%;
		padding: 5px 0;
		text-align: center; */
	}
	.column2List .elementor-icon-list-items li,
	.column3List .elementor-icon-list-items li,
	.columnList .elementor-icon-list-items li {
		display: block !important;
		width: 100%;
		padding-right: 0 !important;
		margin: 0 !important;
	}
}

/* flow
------------------------------------- */
.flowList .elementor-inner-section {
	position: relative;
}
.flowList .elementor-inner-section:not(:last-child) {
	margin-bottom: 70px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 26px solid #5CD5AD;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -26px;
}
.flowList .elementor-image-box-title {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #22201E;
	margin-bottom: 25px;
	position: relative;
}
.flowList .flowTit {
	background: #F0F5EF;
	padding: 24px 40px;
	font-size: 20px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
    line-height: 1.4;
    color: #22201E;
}

@media screen and (max-width: 767px) {
	.flowList .elementor-widget-heading,
	.flowList .elementor-image-box-title {
		font-size: 20px;
	}
	.flowList .elementor-image-box-img,
	.flowList .graphicBox .elementor-widget-image {
		margin-bottom: 25px !important;
	}
	.flowList .flowTit {
		font-size: 20px;
		padding: 15px 20px;
	}
}

/* flow_A */
.flowListA .elementor-inner-section {
	background: #FFF6E2;
	padding: 35px 40px;
	position: relative;
}
.flowListA .elementor-inner-section:not(:last-child) {
	margin-bottom: 75px;
}
.flowListA .elementor-inner-section:not(:last-child):after {
	content: "";
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 30px solid #FF8838;
    position: absolute;
    left: 50%;
    bottom: -56px;
    margin-left: -35px;
}
.flowListA .elementor-widget-heading,
.flowListA .elementor-image-box-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	color: #FF8838;
	position: relative;
}
.flowListA .elementor-image-box-img,
.flowListA .graphicBox .elementor-widget-image {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.flowListA .elementor-inner-section {
		padding: 20px;
	}
	.flowListA .elementor-widget-heading,
	.flowListA .elementor-image-box-title {
		font-size: 19px;
		letter-spacing: 0.05em;
	}
	.flowListA .elementor-image-box-img,
	.flowListA .graphicBox .elementor-widget-image {
		margin-bottom: 25px !important;
	}
	.flowList .flowTit {
		font-size: 20px;
	}
}

/* QA
------------------------------------- */
/* qa_E */
.qaList .elementor-column.elementor-col-100 {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 45px;
}
.qaList .question {
	line-height: 1.6;
	position: relative;
	margin-bottom: 30px;
}
.qaList .answer {
	position: relative;
}
.qaList .question .num {
	width: 52px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	border-left: 4px solid #5CD5AD;
	font-size: 31px;
	line-height: 35px;
	letter-spacing: 0;
	color: #5CD5AD;
	text-align: center;
}
.qaList .answer .num {
	width: 52px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	border-left: 4px solid #72706E;
	font-size: 31px;
	line-height: 48px;
	letter-spacing: 0;
	color: #72706E;
	text-align: center;
}
.qaList .txt {
	width: calc(100% - 52px);
	padding-left: 10px;
}
.qaList .question .txt {
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
    font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #5CD5AD;
}

@media screen and (max-width: 767px) {
	.qaList .question .txt {
		font-size: 22px;
	}
}

/* qa_G */
.qaListG .question {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.6;
}
.qaListG .answer {
	position: relative;
}
.qaListG .num {
	width: 46px;
}
.qaListG .question .num .elementor-widget-heading {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #006AB8;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}
.qaListG .answer .num .elementor-widget-heading {
	font-size: 18px;
	font-weight: bold;
	color: #006AB8;
	background: #EFF3F9;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}
.qaListG .question .txt {
	font-size: 20px;
	width: calc(100% - 46px);
	padding-left: 40px;
}
.qaListG .answer .txt {
	width: calc(100% - 46px);
	padding-right: 40px;
}
.qaListG .question .txt .elementor-widget-heading {
	color: #FFF;
	background: #006ab8;
	padding: 16px 20px;
	border-radius: 5px;
}
.qaListG .question .txt .elementor-widget-heading:before {
	content: "";
	border-right: 20px solid #006ab8;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -12px;
}
.qaListG .answer .txt .elementor-widget-text-editor {
	background: #EFF3F9;
	padding: 16px 20px;
	border-radius: 5px;
}
.qaListG .answer .txt .elementor-widget-text-editor:before {
	content: "";
	border-left: 20px solid #EFF3F9;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -12px;
}


/* -------------------------------------
Bread
------------------------------------- */
#bread {
	max-width: 1120px;
	margin: 18px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 1.3;
}
#bread li {
	display: inline-block;
	font-size: 10px;
	color: #22201E;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 120px;
}
#bread li + li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #22201E;
	text-decoration: underline;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: none;
}

/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 {
 	background: #ff953f;
	padding: 0 10px;
}
.underTit_h2 h2 {
    font-size: 30px;
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
    line-height: 1.2;
    color: #fff;
	border-left: 5px solid #fff;
	padding: 12px 0 11px 15px;
	text-align: left;
}
.underTit_h3 {
	background: #f6ffec;
}
.underTit_h3 h3 {
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	font-size: 24px;
	line-height: 1.2;
	color: #333;
	border-left: 5px solid #25781e;
	padding: 8px 4px 8px 15px;
	position: relative;
	z-index: 2;
	text-transform: none;
}
.underTit_h4 {
	border-bottom: 2px solid #ccc;
	padding-bottom: 8px;
}
.underTit_h4 h4 {
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	font-size: 22px;
	line-height: 1.2;
	color: #333;
	padding: 0 0 0 25px;
	position: relative;
	z-index: 2;
	text-transform: none;
}
.underTit_h4 h4:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border: 3px solid #25781e;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 8px;
}
.underTit_h5 h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #22201E;
	padding: 0 0 0 30px;
	position: relative;
}
.underTit_h5 h5:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #99BD49;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.underTit_h6 h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #99BD49;
    position: relative;
}
span.doctor_name {
	display: block;
	text-align: right;
	font-size: 20px;
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	color: #412911;
}
.number {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: #25781e;
	box-shadow: 3px 3px 0 #ccc;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin: -5px 15px 0 0;
}

@media screen and (max-width: 767px) {
	.underTit_h2 h2 {
		font-size: 22px;
	}
	.underTit_h3 h3 {
		font-size: 22px;
	}
}

/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 298px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

/* -------------------------------------
Youtube
------------------------------------- */
.youtube {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* -------------------------------------
診療時間表
------------------------------------- */
/* 診療時間表A
------------------------------------- */
table.timetableA {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableA th,
.timetableA td {
	color: #2A2A2A;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	padding: 12px 0;
}
.timetableA thead th {
	font-size: 15px;
	padding: 0 0 30px;
	border-bottom: 1px solid #707070;
	vertical-align: bottom;
}
.timetableA thead th:first-child {
	width: 33%;
	text-align: left;
	letter-spacing: 0.4em;
	font-size: 20px;
	color: #335A64;
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
    font-weight: 500;
}
.timetableA tbody th {
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
	letter-spacing: 0.05em;
}
.timetableA tbody td {
	color: #3BA6C7;
}
.timetableA tbody td.holiday {
	color: #000000;
}
.timetableA tbody tr:first-child th,
.timetableA tbody tr:first-child td {
	padding-top: 27px;
}
.timetableA tbody tr:last-child th,
.timetableA tbody tr:last-child td {
	padding-bottom: 32px;
	border-bottom: 1px solid #707070;
}
.timetableA thead th:last-child,
.timetableA tbody td:last-child {
	width: 15%;
}

@media screen and (max-width: 767px) {
	.timetableA thead th:first-child {
		letter-spacing: 0.2em;
		font-size: 18px;
	}
	.timetableA thead th {
		padding-bottom: 15px;
	}
	.timetableA tbody th {
		letter-spacing: 0;
	}
	.timetableA thead th:last-child,
	.timetableA tbody td:last-child {
		width: 18%;
	}
	.timetableA tbody tr:first-child th,
	.timetableA tbody tr:first-child td {
		padding-top: 20px;
	}
	.timetableA tbody tr:last-child th,
	.timetableA tbody tr:last-child td {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 374px) {
	.timetableA th,
	.timetableA td {
		font-size: 11px !important;
	}
}

/* 診療時間表B
------------------------------------- */
table.timetableB {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableB th,
.timetableB td {
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	padding: 16px 0;
	border-bottom: 1px solid #ff8838;
}
.timetableB thead th {
	background: #FF8838;
	color: #fff;
	padding: 15px 0;
	vertical-align: bottom;
}
.timetableB thead th:first-child {
	width: 33%;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0.15em;
	padding-left: 20px;
}
.timetableB tbody th {
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
	letter-spacing: 0.1em;
	padding-left: 20px;
}
.timetableB tbody td {
	color: #FF8838;
}
.timetableB tbody td.holiday {
	color: #553A24;
}
.timetableB thead th:last-child,
.timetableB tbody td:last-child {
	width: 15%;
}

@media screen and (max-width: 767px) {
	.timetableB th,
	.timetableB td {
		font-size: 14px;
	}
	.timetableB thead th:first-child {
		padding-left: 10px;
	}
	.timetableB tbody th {
		letter-spacing: 0.05em;
		padding-left: 10px;
	}
	.timetableB thead th:last-child,
	.timetableB tbody td:last-child {
		width: 18%;
	}
}

@media screen and (max-width: 374px) {
	.timetableB th,
	.timetableB td {
		font-size: 12px;
	}
	.timetableB tbody th {
		letter-spacing: 0;
	}
}

/* 診療時間表C
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableC th,
.timetableC td {
	background: #FBF0EC;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0 8px;
}
.timetableC thead th {
	background: #E39B83;
	color: #FFFFFF;
	padding: 16px 0 14px;
}
.timetableC thead th:first-child {
	width: 20%;
	font-size: 18px;
	letter-spacing: 0.15em;
}
.timetableC tbody th {
	word-break: keep-all;
	white-space: nowrap;
}
.timetableC tbody td {
	color: #E39B83;
}
.timetableC tbody td.holiday {
	color: #514E4C;
}
.timetableC thead th:first-child,
.timetableC tbody th {
	text-align: left;
	padding-left: 25px;
}
.timetableC tbody tr:first-child th,
.timetableC tbody tr:first-child td {
	padding-top: 29px;
}
.timetableC tbody tr:last-child th,
.timetableC tbody tr:last-child td {
	padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
	.timetableC th,
	.timetableC td {
		font-size: 14px;
		padding: 4px 0 5px;
	}
	.timetableC thead th {
		padding: 13px 0 11px;
	}
	.timetableC thead th:first-child {
		width: 34%;
		font-size: 14px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 10px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		width: 10%;
		padding-right: 10px;
	}
	.timetableC tbody tr:first-child th,
	.timetableC tbody tr:first-child td {
		padding-top: 19px;
	}
	.timetableC tbody tr:last-child th,
	.timetableC tbody tr:last-child td {
		padding-bottom: 16px;
	}
}

@media screen and (max-width: 374px) {
	.timetableC th,
	.timetableC td {
		font-size: 12px;
	}
	.timetableC thead th:first-child {
		font-size: 12px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 5px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		padding-right: 5px;
	}
}
/*--------------------------------------
listA
--------------------------------------*/
table.listA th,
table.listA td {
	vertical-align: middle;
	line-height: 1.6;
	word-break: break-all;
}
table.listA th {
	padding: 16px 0;
	border-bottom: 1px solid #C28034;
}
table.listA td {
	padding: 16px 14px;
	border-bottom: 1px dashed #CBCAC9;
}

@media screen and (max-width: 767px) {
	table.listA th,
	table.listA td {
		font-size: 15px;
	}
	table.listA th {
		padding: 12px 0;
	}
	table.listA td {
		padding: 12px 5px;
	}
}

/*--------------------------------------
table_A
--------------------------------------*/
.table_A th,
.table_A td {
	vertical-align: middle;
	line-height: 1.6;
	word-break: break-all;
}
.table_A th {
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #25781e;
}
.table_A td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
}

/* @media screen and (max-width: 767px) {
	.table_A th,
	.table_A td {
		font-size: 15px;
	}
} */

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D th,
.table_D td {
	line-height: 1.75;
	vertical-align: middle;
	border: 1px solid #999;
	padding: 8px;
	letter-spacing: normal;
	box-sizing: border-box;
	text-align: center;
}
.table_D thead th {
    background: #25781e;
    color: #fff;
    vertical-align: middle;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.table_D th,
	.table_D td {
		font-size: 14px;
		letter-spacing: 0;
	}
	.scroll_area {
		width: 100%;
		overflow-x: auto;
	}
	.scroll_area table {
		min-width: 700px;
	}
}


/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #42CBC8;
    position: relative;
    z-index: 2;
}
.numTit {
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004";
	font-size: 20px;
    line-height: 1.5;
    color: #555;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
	.frameTit {
		font-size: 18px;
		letter-spacing: 0.05em;
	}
	.numTit {
		font-size: 20px;
	}
	.numTit .elementor-heading-title {
    line-height: 1.7;
}
	.number {
    margin: 0px 15px 0 0;
}
}


/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 35px 50px;
	background: #F7F7F7;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 35px 50px;
	border: 2px solid #E2E0DC;
	color: #000;
}

/*　画像
--------------------------------------*/
.frameJ .graphicBox .elementor-widget-image,
.frameK .graphicBox .elementor-widget-image,
.graphicBox .frameJ .elementor-widget-image,
.graphicBox .frameK .elementor-widget-image {
	width: auto !important;
	max-width: 200px;
}


@media screen and (max-width: 767px) {
	.frameJ,
	.frameK {
		padding: 20px;
	}
}

/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	border: 20px solid #a08271;
}
.style_title {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #a08271;
	border-bottom: 5px solid #a08271;
	padding: 25px 20px;
	text-align: center;
}
.style_box .inner {
	padding: 35px;
}
.style_box .inner .title {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #75654c;
	padding: 0 0 15px;
	border-bottom: 2px solid #a08271;
	position: relative;
}

@media screen and (max-width: 767px) {
	.style_box {
		border: 10px solid #a08271;
	}
	.style_title {
		font-size: 25px;
	}
	.style_box .inner {
		padding: 20px;
	}
}

/*--------------------------------------
before after
--------------------------------------*/
.before_after {
	position: relative;
}
.before_after:before {
	display: block;
	content: "";
	border-left: 14px solid #6fba2c;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -7px;
}
.before_after li {
	float: left;
	width: 46%;
	position: relative;
	text-align: center;
	margin-left: 8%;
}
.before_after li:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #6fba2c;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6px;
		margin-left: -20px;
	}
	.before_after li {
		float: none;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorLinks {
	background: #F5F5F5;
	padding: 30px 6%;
}
.anchorLinks ul li {
	display: inline-block !important;
	margin: 10px 0 !important;
	padding: 0 10px !important;
	vertical-align: top !important;
	box-sizing: border-box;
	width: 24.5%;
}
.anchorLinks ul li a {
	display: block !important;
	background: #fff;
	padding: 10px 25px;
	font-size: 15px;
	line-height: 1.4;
	color: #22201E;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	text-decoration: none !important;
}
.anchorLinks ul li a:hover {
	background: #006AB8;
	color: #fff;
}
.anchorLinks ul li a:after {	
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #22201E;
	border-right: 1px solid #22201E;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	z-index: 1;
}
.anchorLinks ul li a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	.anchorLinks ul li {
		width: 49.5% !important;
	}
}

@media screen and (max-width: 767px) {
	.anchorLinks {
		padding: 25px;
	}
	.anchorLinks li {
		width: 49% !important;
	}
}

@media screen and (max-width: 480px) {
	.anchorLinks li {
		width: 100% !important;
		display: block !important;
		margin: 5px 0;
	}
}



/* =====================================
■サイトマップ
===================================== */
ul.sitemap_ic {
	border-top: 1px dashed #707070;
}
ul.sitemap_ic > li {
	position: relative;
	border-bottom: 1px dashed #707070;
}
ul.sitemap_ic > li > a {
	display: block;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
}
ul.sitemap_ic > li > a:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #25781e;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -7px;
}
ul.sitemap_ic > li > a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #7A7A7A;
    border-right: 2px solid #7A7A7A;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.sitemap_ic .sub-menu {
	margin: 0 0 0 2em;
	border-top: 1px dashed #ccc;
	padding: 12px 0 10px;
}
ul.sitemap_ic .sub-menu li a {
	display: block;
	padding: 0 0 0 20px;
	position: relative;
}
ul.sitemap_ic .sub-menu li a:before {
	content: "";
	width: 10px;
	height: 2px;
	background: #42CBC8;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}