@charset "utf-8";
/* =====================================
■COMMON
===================================== */
/*--------------------------------------
textcolor
--------------------------------------*/
.bold-span {
	color: #cc3d73;
}
.main-span {
	color: #b15179;
	font-weight: normal;
}
.bgLine {
	border-bottom: 1px solid rgb(204, 204, 204);
	padding-bottom: 15px;
}

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

@media screen and (max-width: 767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 5px;
	}
}

/* 見出し
------------------------------------- */
.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-family: "新ゴ R JIS2004", "Shin Go Regular JIS2004";
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.2em;
	color: #206297;	
	margin-bottom: 4px;
	position: relative;
}
div:not(.graphicBox) .elementor-image-box-title small {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #666;
}
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: 33.5% !important; */
	width: 60% !important;
	float: right;
	margin: 0 0 0 10px !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 10px 0 0 !important;
}
div:not(.graphicBox).auto_width .elementor-image-box-img {
	width: auto !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;
}

@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 10px !important;
		text-align: center;
	}
	div:not(.graphicBox).auto_width .elementor-image-box-img {
		text-align: center;
	}
}

/* 画像ボックス--フリー
------------------------------------- */
.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: 33.5% !important;
	margin: 0 0 0 10px !important;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 10px 0 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;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.graphicBox .photo,
	.img_l.graphicBox .photo {
		width: 100% !important;
		float: none;
		margin: 0 auto 10px !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;
	width: auto !important;
	max-width: none;
	min-width: 120px;
	background: #72C803;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #72C803), color-stop(0.00, #8FE125));
	background: -webkit-linear-gradient(top, #72C803 0%, #8FE125 100%);
	background: -moz-linear-gradient(top, #72C803 0%, #8FE125 100%);
	background: -o-linear-gradient(top, #72C803 0%, #8FE125 100%);
	background: -ms-linear-gradient(top, #72C803 0%, #8FE125 100%);
	background: -linear-gradient(top, #72C803 0%, #8FE125 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72C803', endColorstr='#8FE125',GradientType=0 );
	font-family: "新ゴ L JIS2004", "Shin Go Light JIS2004";
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff !important;
	text-align: center;
	padding: 3px 5px 3px 10px!important;
	border-radius: 5px !important;
	box-sizing: border-box;
	position: relative;
	transition: all 0.6s ease;
	overflow: hidden;
	z-index: 2;
}
.elementor-button.elementor-size-xs {
	font-size: 11px;
	letter-spacing: 0.05em;
}
.elementor-button-content-wrapper,
.btn a span {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.elementor-button.elementor-size-xs .elementor-button-content-wrapper {
	padding-right: 14px;
}
.elementor-button-content-wrapper:after,
.btn a span:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
	transition: 0.15s ease-out;
	z-index: 1;
}
.elementor-button.elementor-size-xs .elementor-button-content-wrapper:after {
	background-size: 8px;
}
.elementor-button:hover,
.btn a:hover {
	opacity: 0.8;
}

/* アコーディオン
------------------------------------- */
.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;
}
.elementor-accordion .elementor-tab-content .circleList {
	display: inline-block;
	line-height: 1.6;
	color: #717171;
}
.elementor-accordion .elementor-tab-content .circleList > li:not(:first-child) {
	margin-top: 5px;
}
.elementor-accordion .elementor-tab-content .circleList > li:before {
	width: 15px;
	height: 15px;
	background: rgba(66, 159, 200, 0.67);
	top: 5px;
}

@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-slideshow__footer {
	background: none;
	margin: 0;
}
.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;
}

/* circleList */
.circleList .elementor-icon-list-items,
ul.circleList {
	margin-left: 0.8em;
	padding: 5px 0px !important;
}
.circleList .elementor-icon-list-items li,
ul.circleList > li {
	font-size: 100%;
	padding: 0 3px 5px 10px;
	position: relative;
	text-align: left;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #4B4B4B;
	position: absolute;
	top: 5px;
	left: 4px;
	border-radius: 50%;
}
.circleList.green .elementor-icon-list-items,
ul.circleList.green {
    margin-left: 0;
}
.circleList.green .elementor-icon-list-items li,
ul.circleList.green > li {
    padding-left: 20px;
}
.circleList.green .elementor-icon-list-items li:before,
ul.circleList.green > li:before {
	background: rgb(255, 153, 0);
	width: 12px;
	height: 12px;
	top: 1px;
}
.circleList .elementor-icon-list-items li:last-child,
ul.circleList > li:last-child {
    padding-bottom: 0;
}
.circleList .elementor-icon-list-items li > .elementor-icon-list-icon,
ul.circleList > li > .elementor-icon-list-icon {
    display: none;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	font-size: 110%;
	padding: 5px 0 5px 22px;
	position: relative;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	background: #1f99a8;
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 0;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	display: block;
	content: "";
	width: 11px;
	height: 4px;
	border: transparent 4px solid;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	position: absolute;
	left: 3px !important;
	top: 7px;
	transform: rotate(-40deg);
	box-sizing: content-box;
}

/* link_A */
.arrowListBox {
	background: #eeeeee;
	padding: 15px;
	text-align: center;
}
.arrowList .elementor-icon-list-items li {
	display: inline-block;
	padding: 3px 0 3px 15px;
	margin: 0 calc(25px/2);
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	color: #22201E;
	text-decoration: none;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #99BD49;
	text-decoration: underline;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	border-left: 8px solid #99BD49;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: -15px;
	top: 4px;
	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: #1C6043;
	border-radius: 50%;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 2px;
}
.numTxtList {
    list-style: decimal outside none;
    margin-left: 1.8em;
}

.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: 767px) {
	.arrowListBox {
		padding: 15px 20px;
		text-align: left;
	}
	.arrowList .elementor-icon-list-items li {
		display: block;
		margin: 0;
	}
	.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 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.flowList .elementor-widget-heading,
.flowList .elementor-image-box-title {
	font-family: "新ゴ R JIS2004", "Shin Go Regular JIS2004";
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #206297;
	position: relative;
}
.flowList .elementor-image-box-img,
.flowList .graphicBox .photo {
	margin-bottom: 0 !important;
}
.flowTit .number {
	display: inline-block;
	vertical-align: middle;
	background: #e28615;
	padding: 2px 2px 0;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	margin: -2px 8px 0 0;
}
.flowTit .number span {
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	margin-top: -1px;
}

@media screen and (max-width: 767px) {
	.flowList .elementor-widget-heading,
	.flowList .elementor-image-box-title {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	.flowList .elementor-image-box-img,
	.flowList .graphicBox .photo {
		margin-bottom: 10px !important;
	}
}

/* flow_A */
.flowListA .elementor-inner-section {
	background: #FBF0EC;
	padding: 35px 40px;
	position: relative;
}
.flowListA .elementor-inner-section:not(:last-child) {
	margin-bottom: 35px;
}
.flowListA .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #FBF0EC;
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -25px;
}
.flowListA .elementor-widget-heading,
.flowListA .elementor-image-box-title {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #514E4C;
	margin-bottom: 20px;
	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: 20px;
	}
	.flowListA .elementor-image-box-img,
	.flowListA .graphicBox .elementor-widget-image {
		margin-bottom: 25px !important;
	}
}

/* QA
------------------------------------- */
/* qa_E */
.qaList .elementor-top-column {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}
.qaList:not(:last-child) .elementor-top-column {
	margin-bottom: 20px;
}
.qaList .question {
	position: relative;
}
.qaList .answer {
	position: relative;
}
.qaList .question .num {
    width: 21px;
	line-height: 1;
}
.qaList .answer .num {
	width: 21px;
	line-height: 1;
}
.qaList .num img {
	vertical-align: baseline;
}
.qaList .txt {
	width: calc(100% - 21px);
	padding-left: 4px;
}
.qaList .question .txt {
    font-weight: bold;
    color: #ffad01;
}
.qaList .answer .txt {
    font-weight: bold;
    color: #64ae03;
}

/* qa_G */
.qaListG .elementor-top-column {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}
.qaListG:not(:last-child) .elementor-top-column {
	margin-bottom: 20px;
}
.qaListG .question {
	position: relative;
	border-left: 5px solid #fdae07;
	margin-bottom: 15px;
}
.qaListG .answer {
	position: relative;
	border-left: 5px solid #5CA601;
}
.qaListG .question .num {
    width: 35px;
	line-height: 1;
}
.qaListG .answer .num {
	width: 35px;
	line-height: 1;
}
.qaListG .num img {
	vertical-align: baseline;
}
.qaListG .txt {
	width: calc(100% - 35px);
}
.qaListG .question .txt {
    font-size: 1.2em;
    font-weight: bold;
    color: #fdae07;
}
.qaListG .answer .txt {
	color: #5CA601;
	font-weight: bold;
	margin-bottom: 10px;
}
.answerTxt {
    border-left: 5px solid #5CA601;
    padding-left: 10px;
}

/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 298px;
}
.home .map {
	padding-top: 350px;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;  
    border: none !important;
	box-sizing: border-box;
}
.maplink {
	display: block;
}
.maplink a {
	color: rgb(0, 0, 255);
	text-decoration: underline;
}
.maplink a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.map {
		padding-top: 260px !important;
	}
}


/* -------------------------------------
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 {
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0;
}
.timetableA thead th {
	padding: 0 0 15px;
	border-bottom: 1px solid #99BD49;
	vertical-align: bottom;
}
.timetableA thead th:first-child {
	width: 33%;
	text-align: left;
	font-weight: 700;
}
.timetableA tbody th {
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
}
.timetableA tbody td {
	color: #99BD49;
}
.timetableA tbody td.holiday {
	color: #000000;
}
.timetableA tbody tr:first-child th,
.timetableA tbody tr:first-child td {
	padding-top: 19px;
}
.timetableA tbody tr:last-child th,
.timetableA tbody tr:last-child td {
	padding-bottom: 24px;
	border-bottom: 1px solid #99BD49;
}
.timetableA thead th:last-child,
.timetableA tbody td:last-child {
	width: 15%;
}

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

@media screen and (max-width: 374px) {
	.timetableA th,
	.timetableA td {
		font-size: 13px;
	}
	.timetableA tbody tr:first-child th,
	.timetableA tbody tr:first-child td {
		padding-top: 12px;
	}
	.timetableA tbody tr:last-child th,
	.timetableA tbody tr:last-child td {
		padding-bottom: 12px;
	}
}

/* 診療時間表C
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.4em;
}
.timetableC th,
.timetableC td {
	background: #eef5e5;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0 4px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.timetableC thead th {
	background: #cbe8a6;
	padding: 3px 0;
}
.timetableC thead th:first-child {
	width: 38%;
	font-weight: bold;
}
.timetableC tbody th {
	word-break: keep-all;
	white-space: nowrap;
	background: #def1c6;
}
.timetableC thead th:first-child,
.timetableC tbody th {
	text-align: left;
}
.timetableC tbody tr:last-child th,
.timetableC tbody tr:last-child td {
    border-bottom: none;
}


/*--------------------------------------
table_A
--------------------------------------*/
.table_A th,
.table_A td {
	font-size: 100%;
	vertical-align: middle;
	word-break: break-all;
	padding: 10px 2px;
}
.table_A th {
	border-bottom: 1px solid #1e99a8;
	letter-spacing: 0.1em;
	width: 25%;
}
.table_A td {
	padding: 10px 2px;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.table_A th,
	.table_A td {
		font-size: 13px;
	}
	.table_A th {
		width: 32%;
	}
}

/*--------------------------------------
* table_B
--------------------------------------*/
table.table_B {
    border: 1px solid #5D5D5D;
    border-collapse: separate;
    border-spacing: 1px;
}
table.table_B th,
table.table_B td {
    padding: 5px;
    border: 1px solid #5D5D5D;
}

/*--------------------------------------
* table_C
--------------------------------------*/
table.table_C {
    border-collapse: separate;
    border-spacing: 2px;
}
table.table_C th,
table.table_C td {
    padding: 5px;
    border-bottom: 1px dotted rgb(204, 204, 204);
	vertical-align: top;
}

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D th,
.table_D td {
	vertical-align: middle;
	padding: 5px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	border: 1px solid #fff;
}
.table_D thead th {
	background: #f2d2df;
}
.table_D td {
	background: #f2eff0;
}
.table_D tbody th {
	background: #f5e2ea;
}

.scroll_area {
	width: 100%;
	overflow-x: auto;
}
.scroll_area table {
	width: 1080px;
}

/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-size: 21px;
	line-height: 1.48;
	letter-spacing: 0.12em;
	color: #000;
	padding: 0 0 0 30px;
	position: relative;
}
.frameTit:before {
	content: "";
	width: 22px;
	height: 22px;
	background: #99bd49;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
.numTit .elementor-heading-title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	color: #a76f1c;
	padding: 2px 0 5px 24px;
	position: relative;
}
.numTit .elementor-heading-title img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 10px;
	background: rgb(250, 236, 241);
}
div:not(.graphicBox) .frameJ  .elementor-image-box-title {
	color: #F08D19;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 10px;
	background: rgb(234, 234, 234);
}

/*　画像
--------------------------------------*/
.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;
}
div:not(.graphicBox) .frameJ .elementor-image-box-img {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	div:not(.graphicBox) .frameJ .elementor-image-box-img {
		margin-bottom: 10px !important;
	}
}

/*--------------------------------------
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 #ddd;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -7px;
}
.before_after img {
	border: 1px solid #ddd;
	padding: 5px;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #ddd;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6px;
		margin-left: -20px;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorLinks {
	background: #eeeeee;
	padding: 15px;
	text-align: center;
}
.anchorLinks .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.anchorLinks .elementor-icon-list-items li:not(:last-child) {
	position: relative;
	padding: 0 14px 0 0;
}
.anchorLinks .elementor-icon-list-items li:not(:last-child):after {
	content: "／";
	text-align: right;
	color: #1e99a8;
	pointer-events: none;
}

/* =====================================
■ブログ
===================================== */
#blogList {
	font-size: 12px;
	line-height: 1.6;
	padding: 0 11px;
}
#blogList .entry {
	margin-bottom: 20px;
}
.single #blogList .entry {
	margin-bottom: 0;
}
#blogList .entry h4.entry-title {
	background: #fbfbfb;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fbfbfb), color-stop(1.00, #eaeaea));
	background: -webkit-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
	background: -moz-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
	background: -o-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
	background: -linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eaeaea',GradientType=0 );
	border-bottom: 1px solid #cccbcb;
	border-right: 1px solid #cccbcb;
	line-height: 1.2;
	padding: 9px 5px 6px 27px;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}
#blogList .entry h4.entry-title:before {
    content: "";
    width: 10px;
    height: 9px;
    background: url(/wp-content/uploads/icon_h4.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
	z-index: -1;
}
#blogList .entry h4.entry-title a {
	color: #666;
}
#blogList.contentArea a {
	color: #00E;
	word-break: break-all;
}
#blogList.contentArea a:hover {
	text-decoration: underline;
}
#blogList .date {
	color: #999;
	font-size: 90%;
	margin-bottom: .5em;
	text-align: right;
}
#blogList .blogArea {
	padding: 0 5px;
	margin-bottom: 1em;
}
#blogList .contributor {
	font-weight: normal;
	text-align: right;
	margin-top: 30px;
}
#blogList .contributor a {
	color: #ff9933;
}
#blogList .contributor a:hover {
	text-decoration: underline;
}
.box02PhotoWrap {
	width: 180px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.box02Photo {
	width: 180px;
	border: 1px solid #FFFFFF;
}

@media screen and (max-width: 767px) {
	.box02PhotoWrap,
	.box02Photo {
		width: 110px;
	}
}

/* navigation */
.navigation {
	overflow: hidden;
	margin-top: 52px;
}
.navigation:after {
	content: "";
	display: table;
	clear: both;
}
.navigation .prev {
	float: left;
	width: 100px;
}
.navigation .next {
	float: right;
	width: 100px;
}
.navigation a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	background: #BFBEBD;
	color: #373431;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}
.navigation a:hover {
	background: #6fba2c;
}
.navigation .prev a span {
	padding-left: 8px;
}
.navigation .next a span {
	padding-right: 8px;
}
.navigation .prev a span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation ul {
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}
.navigation li {
	display: flex;
	margin: 0 1px 0 2px;
	width: 30px;
}

/* pagination */
.pagination {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	margin-bottom: 5px;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: 26px;
	height: 26px;
	background: #FFFFFF;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #DFDFDF;
	font-size: 1.2em;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	background: #C1C1C1;
	color: #fff;
	text-decoration: none !important;
}
.pagination ul li span.current {
	display: block;
	width: 26px;
	height: 26px;
	font-size: 1.2em;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev,
.pagination ul li .next {
	display: block;
	box-sizing: border-box;
	width: 78px;
	font-weight: 400;
}


/* =====================================
■サイトマップ
===================================== */
ul.sitemap_ic li a {
	color: #3c3c3c;
	text-decoration: none;
}
ul.sitemap_ic li a:hover {
	text-decoration: underline;
}
ul.sitemap_ic > li > .sub-menu {
	margin-left: 24px;
}
ul.sitemap_ic .sub-menu li {
	padding-left: 15px;
	position: relative;
	margin-top: 5px;
}
ul.sitemap_ic li > .sub-menu > li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	left: 0;
	top: 6px;
}
ul.sitemap_ic .sub-menu .sub-menu li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-left: 1px dotted #666;
	border-bottom: 1px dotted #666;
	position: absolute;
	left: 0;
	top: 6px;
}

/* =====================================
■NOTFOUND
===================================== */
.error404 #content .inner {
	padding: 0 15px;
} 
#notfoundBody p {
	padding-bottom: 10px;
	text-align: center;
}
#notfoundBody p strong {
	font-weight: 700;
	font-size: 130%;
}
#notfoundBody form {
	text-align: center;
}
.searchInput {
	max-width: 100%;
	border: 1px solid #ccc;
}
#notfoundBody form input {
	padding: 5px;
	border: 1px solid #ccc;
}
#notfoundBody form input {
	-webkit-appearance: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/* =====================================
■お問い合わせ
===================================== */
.inquiryForm_message .explanation {
	margin-bottom: 10px;
	line-height: 160%;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
.inquiryFormTable > dl:nth-child(1) {
	border-top: 1px solid #ccc;
}
.inquiryFormTable dd, .inquiryFormTable dt {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.inquiryFormTable dt {
	width: 27.7%;
	background: #eeeeee;
	padding: 3px 8px;
}
.required {
	color: red;
	vertical-align: baseline;
	padding-left: 5px;
}
.inquiryFormTable .wpcf7-radio span.wpcf7-list-item,
.inquiryFormTable .check_box span.wpcf7-list-item {
	display: block;
	margin: 0;
}
.inquiryFormTable .wpcf7-radio input,
.inquiryFormTable .check_box input {
	width: auto;
}
.inquiryFormTable .zipcode01 input,
.inquiryFormTable .zipcode02 input {
	width: 100px;
	margin-bottom: 5px;
}
.inquiryFormTable .icon-checked:before,
.inquiryFormTable .icon-check:before {
	display: none;
}
.inquiryFormTable .postCode .your-postcode input {
    width: 54px;
    margin-left: 8px;
}
.inquiryFormTable .postCode .your-postcodetxt input {
    width: calc(100% - 88px);
}

.contact_text {
	color: #888;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 0 !important;
}
.inquiryFormTable textarea, .inquiryFormTable input, .inquiryFormTable select {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}
.btBox {
	text-align: center;
	margin: 25px auto 0;
}
.btBox input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 5px 13px;
	cursor: pointer;
	width: auto;
	font-size: 120%;
	font-weight: 600;
	line-height: 160%;
	color: #454545;
	background: #e1e1e1;
	border: 1px solid #adadad;
	margin: 0 5px;
}
.btBox input:hover {
	opacity: 0.7;
}
.inquiryFormTable .comment {
	display: block;
	color: #8D7323;
	letter-spacing: 0;
	line-height: 1;
	margin: 8px 0;
}
.inquiryFormTable .comment:last-child {
	margin-bottom: 0;
}
.btBox br {
	display: none;
}
.inquiryFormTable .wpcf7-form-control-wrap input.year,
.inquiryFormTable select.wpcf7-form-control.wpcf7-select {
	width: 120px;
	margin-bottom: 5px;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: none;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table input[type="radio"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table input[type="number"],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"] {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional,
.custom-wpcf7c-confirmed .confirm_table span.comment,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
	padding-left: 0;
	margin: 0;
}
.result_txt {
	display: inline-block;
	word-break: break-all;
	white-space: pre-wrap;
}
.custom-wpcf7c-confirmed .wpcf7-form-control-wrap.zipcode01,
.custom-wpcf7c-confirmed .wpcf7-form-control-wrap.zipcode02 {
	display: inline-block;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.inquiryFormTable textarea,
	.inquiryFormTable input,
	.inquiryFormTable select {
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dl {
		display: block;
		border: none !important;
	}
	.inquiryFormTable dd,
	.inquiryFormTable dt {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		border: none;
		padding: 0;
	}
	.inquiryFormTable dt {
		padding: 10px;
	}
	.inquiryFormTable dd {
		padding: 15px 0 25px;
	}
	.inquiryFormTable .btBox input {
		width: auto;
	}
	.inquiryForm_message .step_catch img {
		width: auto !important;
		max-width: 100% !important;
	}
	.contact .btBox {
		margin: 0 auto;
	}
}

/* =====================================
■TOP
===================================== */
/* -------------------------------------
mainimage
------------------------------------- */
#mainVisual {
    max-width: 820px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#mainVisual {
		padding: 0;
	}
}


/* -------------------------------------
共通
------------------------------------- */
.contentBox {
    background: url(/wp-content/uploads/contents_icon01.png) repeat-y top left,url(/wp-content/uploads/contents_icon01.png) repeat-y top right,url(/wp-content/uploads/contents_icon02.png) repeat-x bottom left;
	padding: 0 1px 1px;
}
.heightLarge img {
    height: 110px;
}
.w130 {
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.w250 a {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		max-width: 250px;
	}
	.heightLarge img {
		height: auto;
	}
}


/* -------------------------------------
最新情報
------------------------------------- */
.newsSec {
	margin-top: 27px;
}
#news {
	position: relative;
}
.newsSec #news {
	padding-bottom: 20px;
	background: url(/wp-content/uploads/bg_line.jpg) repeat-x left bottom;
}
#news h3 {
	padding: 9px 8px 7px;
}
#news h3 a {
	font-size: 11px;
	color: #333;
	background: url(/wp-content/uploads/ico_list.png) no-repeat left 2px;
	padding: 2px 0 2px 15px;
	position: absolute;
	right: 2px;
	top: 7px;
}
#news h3 a:hover {
	text-decoration: underline;
}
#news dl {
	font-size: 12px;
	line-height: 1.8;
	padding: 0 13px 0;
}
.newsSec #news dl {
	padding: 0 18px;
}
#news dl dt {
	float: left;
	width: 120px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
#news .newsNew {
	display: none !important;
	display: inline-block;
	background: #DD7FA4;
	width: 39px;
	height: 19px;
	font-size: 75%;
	line-height: 20px;
	color: #fff;
	margin: 3px 0 0 7px;
	text-align: center;
	vertical-align: top;
}
#news dd {
	padding-left: 120px;
}
#news dd a {
	color: #454545;
	text-decoration: underline;
}
#news dd a:hover {
	text-decoration: none;
}
.category-news .pagination {
	margin-top: 18px;
}
.category-news .pagination:before {
	content: "";
	width: calc(100% + 10px);
	height: 3px;
	background: url(/wp-content/uploads/bg_line.jpg) repeat-x left top;
	border-top: none;
	position: absolute;
	left: -5px;
	top: 0;
}

@media screen and (max-width: 767px) {
	#news h3 {
		margin-bottom: 15px;
	}
	#news dl {
		margin-bottom: 5px;
	}
	#news dl dt {
		float: none;
		width: 100%;
	}
	#news dl dd {
		padding-left: 0;
	}
}


/* =====================================
■UNDER
===================================== */
/* -------------------------------------
Bread
------------------------------------- */
#bread {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: right;
	margin: -9px auto 0;
	padding: 0 0 37px;
	box-sizing: border-box;
}
#bread li {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	/* white-space: nowrap;
	max-width: 110px; */
}
#bread li + li:before {
	padding-right: .3em;
	content: "＞";
}
#bread a {
	color: #551a8b;
	text-decoration: underline;
}
#bread a:hover {
	text-decoration: none;
}

/*--------------------------------------
TITLE
--------------------------------------*/
.pagename h3 {
    padding: 7px 5px 6px 20px;
	font-size: 1.2em;
	line-height: 1.2;
	color: #ffffff;
	background: #999999;
}
.underTit_h4 h4 {
	background: #fbfbfb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fbfbfb), color-stop(1.00, #eaeaea));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
    background: -moz-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
    background: -linear-gradient(top, #fbfbfb 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eaeaea',GradientType=0 );
	border-bottom: 1px solid #cccbcb;
	border-right: 1px solid #cccbcb;
	line-height: 1.2;
	padding: 9px 5px 6px 27px;
	position: relative;
	z-index: 2;
}
.underTit_h4 h4:before {
	content: "";
	width: 10px;
	height: 9px;
	background: url(/wp-content/uploads/icon_h4.png) no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
}
.border-underTit_h4 {
	background: #fff;
    border: 1px dotted #ccc;
    border-radius: 5px;
    padding: 8px 16px 6px;
	font-size: 12px;
    position: relative;
    z-index: 2;
}
.underTit_h5 h5 {
	border: 1px dashed #cccccc;
	border-radius: 5px;
	line-height: 1.4;
	padding: 9px 5px 7px 16px;
}
.underTit_h6 h6 {
	color: #2C5F43;
	border-bottom: 1px dotted #58C077;
	border-left: 4px solid #58C077;
	padding-left: 12px;
	position: relative;
}
.catch_title {
	font-family: "新ゴ R JIS2004", "Shin Go Regular JIS2004";
	font-size: 19px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #3a7cad;
	position: relative;
}

/*--------------------------------------
common
--------------------------------------*/
.borderBottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.blueBox {
    background: #d6e4ed;
    position: relative;
    padding: 57px 20px 10px;
}
.blueBox:before {
    position: absolute;
    content: '';
    display: block;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 37px solid #fff;
    top: 0;
    left: 50%;
    margin-left: -55px;
}
.w50 {
    width: 50%;
}
.w200 {
	max-width: 200px;
	width: 100%;
}
.w278 {
	max-width: 278px;
	width: 100%;
}
.w320 {
	max-width: 320px;
	width: 100%;
}
.w330 {
	max-width: 330px;
	width: 100%;
}
.w357 {
	max-width: 357px;
	width: 100%;
}
.w397 {
	max-width: 397px;
	width: 100%;
}
.facialBox {
    background: url(/wp-content/uploads/facial_bg01.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 15px 10px 11%;
}
.clinicBox {
    background: url(/wp-content/uploads/clinic_bg01.jpg) no-repeat;
    background-size: cover;
    padding: 0 5px;
}
.elementor-element-b0f97b1 {
    width: calc(66.5% - 10px) !important;
}
.borderBox {
	border: 1px solid rgb(204, 204, 204);
}

@media screen and (max-width: 767px) {
	.w50 {
		width: 100%;
	}
	.clinicBox {
		background: none;
		padding: 0;
	}
	.elementor-element-b0f97b1 {
		width: 100% !important;
	}
}