@charset "utf-8";
/* =====================================
■UNDER
===================================== */
/* -------------------------------------
CONTENT
------------------------------------- */
#wrapper {
	overflow: hidden;
}
#content {
	padding: 0 0 100px;
	max-width: 920px;
	margin: 0 auto;
	position: relative;
	min-height: 600px;
}

@media screen and (max-width: 740px) {
	#content {
		padding: 0 0 40px;
	}
}

/* -------------------------------------
textcolor
------------------------------------- */
.txtColor {
	color: #22A7A6;
}
.txtLink {
	color: #F47F21 !important;
	font-weight: 500;
	text-decoration: underline !important;
	vertical-align: baseline;
}
.txtLink:hover {
	text-decoration: none !important;
}
.catchTit .elementor-heading-title {
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.15em;
	color: #67594D;
	position: relative;
	word-break: break-all;
}
.columnTit .elementor-heading-title {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.16em;
	line-height: 1.4;
	color: #1C78B1;
}
.bgLine {
	background: linear-gradient(rgba(255, 243, 193, 0) 40%, #fff3c1 70%);
}

@media screen and (max-width: 767px) {
	.columnTit {
		font-size: 20px;
	}
}

/* -------------------------------------
Elementor
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}

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

/* 画像ボックス
------------------------------------- */
.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: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #554E38;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
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: 35% !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 10px 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 {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

@media screen and (max-width: 740px) {
	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;
		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: 35% !important;
	margin: 0 0 10px 20px !important;
	z-index: 1;
}
.img_l.graphicBox .photo {
	float: left;
	margin: 0 20px 10px 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;
}
.graphicBox .context .elementor-column-wrap,
.graphicBox .context .elementor-widget-wrap {
	width: auto;
}

@media screen and (max-width: 740px) {
	.graphicBox .photo,
	.img_l.graphicBox .photo {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
	}
	.graphicBox .elementor-widget-image {
		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;
}

/* squareList */
.squareList .elementor-icon-list-items li,
ul.squareList > li {
	text-align: left;
	padding: 0 0 0 23px;
	position: relative;
}
.squareList .elementor-icon-list-items li:not(:first-child),
ul.squareList > li:not(:first-child) {
	margin-top: 13px;
}
.squareList .elementor-icon-list-items li:before,
ul.squareList > li:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #cf9b01;
	position: absolute;
	top: 9px;
	left: 0;
}

/* squareListA */
.squareListA .elementor-icon-list-items li,
ul.squareListA > li {
	text-align: left;
	padding: 0 0 0 35px;
	position: relative;
}
.squareListA .elementor-icon-list-items li:before,
ul.squareListA > li:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #cf9b01;
	position: absolute;
	top: 9px;
	left: 15px;
}

/* circleList */
.circleList .elementor-icon-list-items li,
ul.circleList > li {
	position: relative;
	padding: 0 0 0 22px;
	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: 9px;
	height: 9px;
	background: #52A9BC;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 2px;
}

/* circleListA */
.circleListA .elementor-icon-list-items li,
ul.circleListA > li {
	text-align: left;
	padding: 0 0 0 29px;
	position: relative;
}
.circleListA .elementor-icon-list-items li:before,
ul.circleListA > li:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #776A57;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 0 0 0 33px;
	position: relative;
}
.checkList .elementor-icon-list-items li:not(:first-child),
ul.checkList > li:not(:first-child) {
	margin-top: 6px;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	content: "";
	display: block;
	height: 21px;
	width: 21px;
	position: absolute;
	left: 0;
	top: 5px;
	box-sizing: border-box;
	background: #EBE9E7;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	content: "";
	display: block;
	width: 10px;
	height: 18px;
	border: solid #A2CAFF;
	border-width: 0 4px 4px 0;
	position: absolute;
	left: 9px !important;
	top: 3px;
	transform: rotate(45deg);
	box-sizing: border-box;
}

/* link_A */
.arrowListBox {
	background: #fff;
	padding: 40px 45px;
	border: 2px solid #A09074;
}
.arrowTit {
	font-size: 16px;
	font-weight: 600;
	color: #FF8838;
	margin-bottom: 15px;
}
.arrowList .elementor-icon-list-items li {
	padding: 0 0 0 20px;
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	color: #0066CC;
	text-decoration: underline;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:hover {
	text-decoration: none;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	border-left: 9px solid #fe6634;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: -15px;
	top: 13px;
	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 {
	font-size: 16px;
	padding: 0 0 0 36px;
	position: relative;
}
.numList .elementor-icon-list-items li:not(:first-child),
ul.numList > li:not(:first-child) {
	margin-top: 5px;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: counter(li, decimal);
	counter-increment: li;
	width: 25px;
	height: 25px;
	background: #A09074;
	border-radius: 50%;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 2px;
}

@media screen and (min-width: 768px) {
	.column2List .elementor-icon-list-items li {
		display: inline-block !important;
		width: 48.5%;
		box-sizing: border-box;
		padding-right: 10px !important;
		vertical-align: top;
	}
	.column2List .elementor-icon-list-items li:nth-child(-n+2) {
		margin-top: 0;
	}
	.column3List .elementor-icon-list-items li {
		display: inline-block !important;
		width: 31.5%;
		box-sizing: border-box;
		padding-right: 10px !important;
		vertical-align: top;
	}
	.column3List .elementor-icon-list-items li:nth-child(-n+3) {
		margin-top: 0;
	}
	.column4List .elementor-icon-list-items li {
		display: inline-block !important;
		width: calc(25% - 6px);
		box-sizing: border-box;
		padding-right: 10px !important;
		vertical-align: top;
	}
	.column4List .elementor-icon-list-items li:nth-child(-n+4) {
		margin-top: 0;
	}
	.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: 1023px) and (min-width: 768px) {
	.arrowListBox {
		padding: 35px 30px;
	}
}

@media screen and (max-width: 767px) {
	.arrowListBox {
		padding: 20px 25px;
	}
	.arrowList .elementor-icon-list-items li {
		width: 100%;
	}
}

/* flow
------------------------------------- */
.flowList .elementor-inner-section {
	position: relative;
}
.flowList .elementor-inner-section:not(:last-child) {
	margin-bottom: 55px;
}
/* .flowList .elementor-inner-section:not(:last-child):after {
content: "";
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-top: 26px solid #BEDAFF;
position: absolute;
left: 50%;
bottom: -26px;
transform: translateX(-50%);
} */
.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 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #776A57;
}
.flowList .txt {
	background: #fff;
	border: 1px solid #BEDAFF;
	padding: 18px 13px;
}


/* flow_A */
.flowListA .elementor-inner-section {
	background: #F5F4F0;
	padding: 35px;
	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 #7B766E;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
}
.flowListA.arrowNone .elementor-inner-section:not(:last-child):after {
	display: none;
}
.flowListA .elementor-inner-section.arrowNone {
	margin-bottom: 0;
}
.flowListA .elementor-inner-section.arrowNone:after {
	display: none;
}
.flowListA .elementor-widget-heading,
.flowListA .elementor-image-box-title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #554E38;
	position: relative;
}
.flowListA .elementor-image-box-img,
.flowListA .graphicBox .elementor-widget-image {
	margin-bottom: 0 !important;
}
.number {
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: #52A9BC;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
	.flowListA .elementor-inner-section {
		padding: 25px;
	}
}

/* QA
------------------------------------- */
/* qa_E */
.qaList .elementor-column.elementor-col-100 {
	/* 	border-bottom: 1px solid #DBD5B5;
	padding-bottom: 45px; */
	margin-bottom: 50px;
}
.qaList .question {
	line-height: 2;
	position: relative;
	margin-bottom: 34px;
}
.qaList .answer {
	position: relative;
	font-weight: 400;
}
.qaList .question .num {
	width: 52px;
	border-left: 4px solid #776A57;
	font-size: 31px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0;
	color: #776A57;
	text-align: center;
	padding-bottom: 7px;
}
.qaList .answer .num {
	width: 52px;
	border-left: 4px solid #CBA754;
	font-size: 31px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0;
	color: #CBA754;
	text-align: center;
}
.qaList .txt {
	width: calc(100% - 52px);
	padding-left: 10px;
}
.qaList .question .txt .elementor-heading-title {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #776A57;
}


/* 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;
}

/* -------------------------------------
地図
------------------------------------- */
.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;
}

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

@media screen and (max-width: 767px) {
	.calendar {
		padding-top: 100%;
	}
}

/* -------------------------------------
診療時間表
------------------------------------- */
/* 診療時間表A
------------------------------------- */
table.timetableA {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableA th,
.timetableA td {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #67594D;
	text-align: center;
	vertical-align: middle;
	padding: 24px 0;
	border-bottom: 1px solid #384045;
}
.timetableA thead th {
	background: #9F9074;
	font-size: 16px;
	color: #fff;
	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: left;
	padding-left: 26px;
	border-left: none;
}
.timetableA tbody th {
	letter-spacing: 0.05em;
	color: #384045;
	word-break: keep-all;
	white-space: nowrap;
	text-align: left;
	padding-left: 25px;
}
.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%;
	}
}

/* 診療時間表B
------------------------------------- */
table.timetableB {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 11px;
}
.timetableB th,
.timetableB td {
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	padding: 14px 0 15px;
	border-bottom: 1px solid #CECECE;
}
.timetableB thead th:last-child,
.timetableB tbody td:last-child {
	width: 10%;
	padding-right: 10px;
}
.timetableB thead th {
	background: #FCAA47;
	font-weight: 500;
	color: #fff;
	padding: 18px 0;
	vertical-align: bottom;
	border-bottom: none;
}
.timetableB thead th:first-child {
	width: 35%;
	text-align: left;
	padding-left: 20px;
}
.timetableB tbody th {
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.timetableB th,
	.timetableB td {
		font-size: 12px;
		padding: 11px 0 12px;
	}
	.timetableB thead th:last-child,
	.timetableB tbody td:last-child {
		width: 16%;
		padding-right: 10px;
	}
	.timetableB thead th {
		padding: 14px 0;
	}
	.timetableB thead th:first-child {
		padding-left: 14px;
	}
	.timetableB tbody th {
		padding-left: 14px;
	}
}

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


/* 診療時間表C
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableC th,
.timetableC td {
	line-height: 1;
	letter-spacing: 0;
	color: #715636;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px 12px;
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}
.timetableC thead th:first-child {
	width: 20%;
	letter-spacing: 0.1em;
	text-align: left;
}
.timetableC tbody th {
	word-break: keep-all;
	white-space: nowrap;
	text-align: left;
}
.timetableC thead th:first-child,
.timetableC tbody th {
	text-align: left;
	padding-left: 20px;
}
.timetableC tbody td {
	color: #487FD5;
}
.timetableC tbody td.holiday {
	color: #715636;
}

@media screen and (max-width: 767px) {
	.timetableC th,
	.timetableC td {
		font-size: 12px;
		padding: 7px 0px 9px;
	}
	.timetableC thead th:first-child {
		width: 32%;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 10px;
	}
}

/*--------------------------------------
table_A
--------------------------------------*/
.table_A th,
.table_A td {
	vertical-align: top;
	word-break: break-all;
	padding: 11px 15px;
}
.table_A th {
	width: 30%;
	border-bottom: 1px solid #FCAA47;
	padding-left: 0;
}
.table_A td {
	border-bottom: 1px solid #CECECE;
}
.table_A tr:first-child th,
.table_A tr:first-child td {
	padding-top: 0;
}

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

/*--------------------------------------
table_B
--------------------------------------*/
.table_B th,
.table_B td {
	font-size: 16px;
	line-height: 1.75;
	vertical-align: top;
	word-break: break-all;
	padding: 16px 0 15px 15px;
}
.table_B th {
	width: 25%;
	background-image: linear-gradient(to right, #487FD5 0%, #487FD5 100%);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.table_B td {
	background-image: linear-gradient(to right, #CBCAC9 0%, #CBCAC9 50%, #fff 0%);
	background-size: 5px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.table_B tr:first-child th,
.table_B tr:first-child td {
	padding-top: 0;
}
.table_B td ul li {
	padding-left: 16px;
	text-indent: -16px;
}

@media screen and (max-width: 767px) {
	.table_B th,
	.table_B td {
		font-size: 14px;
		line-height: 1.5;
		padding: 11px 0 10px 5px;
	}
	.table_B th {
		width: 34%;
	}
	.table_B td ul li {
		padding-left: 14px;
		text-indent: -14px;
	}
}

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D th,
.table_D td {
	vertical-align: middle;
	border: 1px solid #CECECE;
	padding: 10px;
	box-sizing: border-box;
}
.table_D thead th {
	background: #FCD966;
	text-align: center;
}
.table_D tbody th {
	width: 30%;
	background: #FAF6C2;
}
.table_D tbody th em {
	font-style: normal;
	font-size: 14px;
	color: #fff;
	background: #F39800;
	display: block;
	width: 71px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-top: 5px;
}
.table_D tbody td {
	background: #ffffff;
}
.table_D .vertical-align-top {
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.table_D th,
	.table_D td {
		font-size: 15px;
		padding: 8px;
	}
}

@media screen and (max-width: 374px) {
	.table_D tbody th {
		width: 34%;
	}
}

/*--------------------------------------
* table_I
--------------------------------------*/
.table_I {
	border-radius: 10px;
}
.table_I th,
.table_I td {
	line-height: 1.6;
	vertical-align: middle;
	padding: 15px 35px;
	box-sizing: border-box;
}
.table_I th {
	background: #776B57;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.table_I td {
	background: #fff;
	text-align: right;
	border-bottom: 1px solid #776B57;
}
.table_I tr:last-child th,
.table_I tr:last-child td {
	border-bottom: none;
}
.table_I tr:first-child th {
	border-top-left-radius: 10px;
}
.table_I tr:first-child td {
	border-top-right-radius: 10px;
}
.table_I tr:last-child th {
	border-bottom-left-radius: 10px;
}
.table_I tr:last-child td {
	border-bottom-right-radius: 10px;
}

@media screen and (max-width: 767px) {
	.table_I th, .table_I td {
		padding: 15px;
	}
}


/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit .elementor-heading-title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #554E38;
	/* 	padding-left: 32px; */
	position: relative;
	z-index: 2;
}
/* .frameTit .elementor-heading-title:before {
content: "";
width: 20px;
height: 20px;
background: linear-gradient(142deg, #A59477 0%, #A89D8A 20%, #7C6E56 100%);
position: absolute;
left: 0;
top: 3px;
transform: rotate(45deg);
}
.frameG .frameTit .elementor-heading-title {
border-bottom: 1px solid #8B7E69;
padding-bottom: 22px;
} */
.numTit {
	font-size: 25px;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #1C6043;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 2px solid #1C6043;
}

@media screen and (max-width: 767px) {
	.numTit {
		font-size: 20px;
	}
}

/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 30px;
	background: linear-gradient(135deg, #FDFAF0 0%, #FBE5C4 100%);
}

/*　frame_G
--------------------------------------*/
.frameG {
	padding: 30px;
	background: #F2EDDB;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 38px 55px 40px;
	background: #F2F7F7;
	font-size: 15px;
}

/*　frame_L
--------------------------------------*/
.frameL {
	padding: 38px 55px 40px;
	background: #FFF !important;
	border: 1px solid #A09074;
	font-size: 15px;
}
.frameL.nobt {
	border-top: none;
}
.frameL.nobb {
	border-bottom: none;
}


/*　画像
--------------------------------------*/
.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: 1024px) and (min-width: 768px) {
	.frameJ,
	.frameK,
	.frameL {
		padding: 35px;
	}
}

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

/*--------------------------------------
style_box
--------------------------------------*/
.style_title {
	background: #AFA47C;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 25px 20px;
	text-align: center;
}
.style_title.orange {
	background: #FCAA47;
}
.style_box .inner {
	background: #F2EDDB;
	padding: 30px;
}
.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_title {
		font-size: 24px;
	}
	.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: #F8F6F1;
	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: inline-block !important;
	padding: 0 0 0 20px;
	font-size: 18px;
	line-height: 1.4;
	color: #22201E;
	position: relative;
	/* 	text-align: center; */
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	text-decoration: underline;
}
.anchorLinks ul li a:hover {
	text-decoration: none;
}
.anchorLinks ul li a:after {	
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px solid #A6958D;
	border-right: 3px solid #A6958D;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	z-index: 1;
}

/* @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 15px;
	}
	.anchorLinks ul li a {
		font-size: 16px;
	}
	/* 	.anchorLinks li {
	width: 49% !important;
} */
}

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

/* =====================================
■ブログ
===================================== */
/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
	float: left;
	width: 65%;
}
#blogDetail,
#blogList {
	width: 94%;
	max-width: 1280px;
	min-height: 850px;
	margin: -60px auto 80px;
	position: relative;
	z-index: 2;
}
#blogDetail:after,
#blogList:after {
	content: "";
	width: 211px;
	height: 191px;
	background: url(/wp-content/uploads/under-bg02.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	right: -59px;
	top: -93px;
	z-index: 10;
}

/*　blogList　*/
.posts_list li {
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #CDCDCE;
	padding-bottom: 30px;
}
.posts_list li .category {
	/* 	position: absolute;
	left: 0;
	top: 0; */
	margin: 0 0 22px;
	line-height: 1;
	z-index: 10;
}
.post .category a,
.posts_list .category a {
	display: inline-block;
	min-width: 107px;
	height: 25px;
	padding: 2px 8px;
	font-weight: 600;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #fff;
	line-height: 21px;
	box-sizing: border-box;
	text-transform: uppercase;
	background: #A09074;
}
.post .category a:hover,
.posts_list .category a:hover {
	opacity: 0.8;
}
.post .category a:before,
.posts_list .category a:before {
	font-size: 10px;
	margin-right: 7px;
	vertical-align: baseline;
}
.posts_list li .post-image {
	display: none;
	position: relative;
	overflow: hidden;
	min-height: 26px;
	margin-bottom: 20px;
}
.posts_list li .post-image a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 54%;
}
.posts_list li .post-image a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: ease-in-out .2s;
}
.posts_list li .post-image a:hover span {
	transform: scale(1.1);
}
.posts_list li .post-image span.noimage {
	line-height: 0;
	text-indent: 100%;
	overflow: hidden;
}
.posts_list h3 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.45;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.posts_list h3 a {
	color: #67594D;
}
.posts_list h3 a:hover {
	color: #22A7A6;
}
.posts_list .excerpt {
	font-size: 14px;
	line-height: 1.43;
	margin-bottom: 13px;
	color: #6F6F74;
}

/*　blogDetail　*/
#blogDetail .post {
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 35px;
}
#blogDetail .post-header {
	padding: 0px;
	margin-bottom: 25px;
}
#blogDetail .post-header h2 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #67594D;
}
#blogDetail .post-header .post-meta {
	margin-bottom: 30px;
}
#blogDetail .post-header .post-meta li.date {
	margin-top: 20px;
}
.post .date,
.posts_list .date {
	color: #384045;
	font-size: 10px;
	letter-spacing: 0;
}
.post .date span,
.posts_list .date span {
	margin-left: 10px;
}
.post .date span:before,
.posts_list .date span:before {
	font-size: 9px;
	margin-right: 5px;
}
.post .date span a,
.posts_list .date span a {
	color: #707070;
	vertical-align: baseline;
}
.post .date span a:hover,
.posts_list .date span a:hover {
	text-decoration: underline;
}
.post-content {
	font-weight: 400;
}
div#blogDetail .post-content img {
	width: auto;
	height: auto;
	box-sizing: border-box;
}
/*
#blogDetail .post-content h3 {
font-size: 22px;
letter-spacing: 0;
background: #e8e8e8;
padding: 30px 10px 30px 28px;
line-height: 1.5;
border-top: 5px solid #f5c6b6;
margin: 40px 0 30px;
}
#blogDetail .post-content h4 {
font-size: 20px;
letter-spacing: 0;
border-bottom: 5px solid #f5c6b6;
padding: 10px 0 12px 0;
line-height: 1.5;
margin: 30px 0 25px 0;
}
*/
#posts .contributor {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #999999;
	text-align: right;
}

.bloginfo_box {
	display: table;
	width: 100%;
	background: #EBE9E7;
	margin-top: 60px;
	display: none !important;
}
.bloginfo_box .blog_name {
	display: table-cell;
	width: 60%;
	border-right: 1px solid #BFBEBD;
	box-sizing: border-box;
	padding: 29px 25px;
	vertical-align: middle;
}
.bloginfo_box .blog_name .icon-blog {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: #373431;
	line-height: 1.6;
}
.bloginfo_box .blog_name .icon-blog:before {
	display: block;
	font-size: 15px;
	color: #A6958D;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.bloginfo_box .share_btn {
	display: table-cell;
	width: 40%;
	padding: 30px 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.bloginfo_box .share_btn li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.bloginfo_box .share_btn li a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 0;
	line-height: 1;
}
.bloginfo_box .share_btn li a:before {
	color: #fff;
}
.bloginfo_box .share_btn .icon-facebook {
	background: #4967A3;
}
.bloginfo_box .share_btn .icon-facebook:hover {
	background: #587cc1;
}
.bloginfo_box .share_btn .icon-facebook:before {
	font-size: 26px;
	margin-top: 12px;
}
.bloginfo_box .share_btn .icon-line {
	background: #18BC01;
}
.bloginfo_box .share_btn .icon-line:hover {
	background: #1cde00;
}
.bloginfo_box .share_btn .icon-line:before {
	font-size: 29px;
	margin-top: 11px;
}
.bloginfo_box .share_btn .icon-twitter {
	background: #11BBEF;
}
.bloginfo_box .share_btn .icon-twitter:hover {
	background: #13C7FE;
}
.bloginfo_box .share_btn .icon-twitter:before {
	font-size: 24px;
	margin-top: 14px;
}
.bloginfo_box .share_btn .icon-google {
	background: #E05C4F;
}
.bloginfo_box .share_btn .icon-google:hover {
	background: #fb7468;
}
.bloginfo_box .share_btn .icon-google:before {
	font-size: 20px;
	margin-top: 15px;
}

/* 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-weight: 500;
	font-style: normal;
	font-size: 14px;
	background: #EFEEEC;
	color: #384045;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}
.navigation a:hover {
	background: #DDD4C3;
}
.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: 52px;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	min-width: 30px;
	height: 40px;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	background: #EFEEEC;
	color: #384045;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	background: #DDD4C3;
}
.pagination ul li span.current {
	display: block;
	min-width: 30px;
	height: 40px;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	background: #DDD4C3;
	color: #384045;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev {
	display: block;
	width: 100px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 52px;
	padding-left: 8px;
	box-sizing: border-box;
}
.pagination ul li .next {
	display: block;
	width: 100px;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 52px;
	padding-right: 8px;
	box-sizing: border-box;
	font-weight: bold;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.bloginfo_box .share_btn li {
		margin: 0 3px;
	}
	.bloginfo_box .share_btn li a {
		width: 40px;
		height: 40px;
	}
	.bloginfo_box .share_btn .icon-facebook:before {
		font-size: 22px;
		margin-top: 9px;
	}
	.bloginfo_box .share_btn .icon-line:before {
		font-size: 25px;
		margin-top: 8px;
	}
	.bloginfo_box .share_btn .icon-twitter:before {
		font-size: 20px;
		margin-top: 11px;
	}
	.bloginfo_box .share_btn .icon-google:before {
		font-size: 16px;
		margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	#blogDetail:after,
	#blogList:after {
		width: 100px;
		height: 91px;
		background-size: 100% auto;
		right: -16px;
		top: -43px;
	}
	#posts {
		float: none;
		width: 100%;
	}
	.posts_list li {
		margin-bottom: 50px;
	}

	#blogDetail .post-header {
		margin-bottom: 20px;
	}
	#blogDetail .post-header h2 {
		font-size: 24px;
	}
	#blogDetail .post-header li.category,
	#blogDetail .post-header .post-meta li.date {
		float: none;
	}

	.bloginfo_box {
		display: block;
	}
	.bloginfo_box .blog_name {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #BFBEBD;
		box-sizing: border-box;
		padding: 20px;
		text-align: center;
	}
	.bloginfo_box .blog_name .icon-blog {
		display: inline-block;
		text-align: left;
	}
	.bloginfo_box .share_btn {
		display: block;
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}

	.navigation {
		margin-top: 35px;
	}
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
	.pagination {
		padding-top: 95px;
	}
	.pagination ul li .prev,
	.pagination ul li .next {
		top: 30px;
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	.posts_list li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	#blogDetail .post-header h2 {
		font-size: 22px;
		line-height: 1.4;
	}
	#blogDetail .post-content h3 {
		font-size: 20px;
		padding: 26px 5px 26px 20px;
		line-height: 1.4;
		margin: 35px 0 30px;
	}
	#blogDetail .post-content h4 {
		font-size: 19px;
	}
}


/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
	float: right;
	width: 28%;
}
.blogside h2.widgettitle {
	display: none;
}
.blogside h2 {
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 9px;
	margin-bottom: 24px;
	color: #384045;
	border-bottom: 2px solid #22201E;
}
.blogside h2 span {
	font-size: 14px;
	letter-spacing: 0;
	vertical-align: top;
	color: #707070;
	display: inline-block;
	margin-left: 10px;
	margin-top: 2px;
}
.blogside .searchBox {
	margin-bottom: 40px;
}
.blogside .searchBox label {
	display: none;
}
.blogside .searchBox #searchform {
	position: relative;
}
.blogside .searchBox #s {
	background: #F4F3F1;
	border: none;
	height: 55px;
	width: 100%;
	padding: 0 40px 0 14px;
	box-sizing: border-box;
	color: #72706E;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
}
.blogside .searchBox .icon-search:before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	color: #384045;
}
.blogside .searchBox #searchsubmit {
	background: none;
	border: none;
	position: absolute;
	right: 16px;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -8px;
	font-size: 0;
	cursor: pointer;
}
.blogside .categoryBox {
	margin-bottom: 50px;
}
.blogside .categoryBox ul li {
	border-bottom: 1px solid #CBCAC9;
	padding-bottom: 16px;
	margin-bottom: 18px;
}
.blogside .categoryBox ul li:last-child {
	margin-bottom: 0;
}
.blogside .categoryBox ul li a {
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #384045;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-transform: uppercase;
}
.blogside .categoryBox ul li a span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #22A7A6;
}

.recentBox {
	margin-bottom: 50px;
}
.recentBox li {
	font-size: 13px;
	border-bottom: 1px solid #CBCAC9;
	padding-bottom: 13px;
	margin-bottom: 22px;
	line-height: 1.3;
}
.recentBox li:last-child {
	margin-bottom: 0;
}
.recentBox li .recent_thumbnail {
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
}
.recentBox li .recent_thumbnail a {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 1;
}
.recentBox li .recent_thumbnail a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
}
.recentBox li .recent_thumbnail a:hover {
	transform: scale(1.1);
}
.recentBox li h3 a {
	font-weight: 600;
	font-style: normal;
	color: #384045;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.recentBox li h3 a:hover {
	color: #22A7A6;
}
.recent_date {
	font-size: 10px;
	margin-top: 5px;
	color: #384045;
}
.recentBox li .recent_date {
	margin-top: 5px;
}

.blogside .tagBox {
	margin-bottom: 40px;
}
.blogside .tagBox h2 {
	margin-bottom: 12px;
}
.blogside .tagBox .tagcloud li {
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: top;
}
.blogside .tagBox .tagcloud a {
	display: block;
	padding: 7px 10px;
	color: #72706E;
	font-size: 14px !important;
	line-height: 1;
	border: 1px solid #72706E;
	border-radius: 3px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	letter-spacing: 0;
}
.blogside .tagBox .tagcloud a:hover {
	color: #fff;
	background: #72706E;
	border: 1px solid #72706E;
}

.archiveBox {
	font-size: 14px;
	line-height: 1.4;
}
.archiveBox > ul > li {
	margin-top: 20px;
}
.archiveBox > ul > li:first-child {
	margin: 0;
}
.archiveBox ul li p {
	position: relative;
	margin: 0;
	padding-left: 20px;
	cursor: pointer;
	display: inline-block;
}
.archiveBox ul li p:visited {
	color: #384045;
}
.archiveBox ul li p:hover {
	text-decoration: underline;
}	
.archiveBox ul li p.acv_open {
	color: #384045;
	text-decoration: underline;
}
.archiveBox ul li p:before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #384045;
	border-bottom: 2px solid #384045;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
.archiveBox ul li p.acv_open:before {
	top: 4px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.archiveBox ul li a {
	color: #384045;
}
.archiveBox ul li a:visited {
	color: #384045;
}
.archiveBox ul li a:hover {
	color: #384045;
	text-decoration: underline;
}
.archiveBox ul li a:active {
	color: #384045;
}
.archiveBox ul li ul {
	margin-left: 44px;
}
.archiveBox ul li li {
	margin-top: 10px;
}
.archiveBox ul li ul.hide {
	display: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.blogside {
		float: right;
		width: 30%;
	}
	.blogside h2 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.blogside h2 span {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.blogside {
		float: none;
		width: 100%;
		border-top: 1px solid #5D5555;
		padding: 46px 0 0;
		box-sizing: border-box;
		margin-top: 35px;
	}
}


/* =====================================
■新着情報
===================================== */
.category #newsList,
.single #newsDetail {
	background: #fff;
	padding: 60px 0 80px;
	min-height: 600px;
}

/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
	font-size: 24px;
	color: #574f4f;
	letter-spacing: 0.18em;
	line-height: 1.4;
	position: relative;
	padding-left: 30px !important;
	margin-bottom: 20px;
}
#newsDetail h3:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #6f87a3;
	border-left: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}
#newsDetail h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #96a8bf;
	border-right: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}

/* =====================================
■サイトマップ
===================================== */
.page-id-32 #pagename.title .title_inner {
	background-image: url(/wp-content/uploads/column-title.jpg) !important;
}
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: #A39174;
	border-radius: 50%;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -4px;
}
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;
}
ul.sitemap_ic .sub-menu li {
	border-top: 1px dashed #ccc;
}
ul.sitemap_ic .sub-menu li a {
	display: block;
	padding: 10px 0 10px 30px;
	position: relative;
}
ul.sitemap_ic .sub-menu li a:before {
	content: "";
	width: 10px;
	height: 2px;
	background: #A39174;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -2px;
}

/* =====================================
■お問い合わせ
===================================== */
.inquiryForm_message {
	text-align: center;
}
.inquiryForm_message .step_catch {
	font-size: 16px;
	text-align: center;
	color: #373431;
	letter-spacing: 0.05em;
	margin-bottom: 44px;
}
.wrap_contact .catch,
.wrap_contact .phone,
.wrap_contact .last {
	display: none;
}

.inquiryFormTable {
	border-top: 1px solid #707070;
	font-size: 16px;
	padding-top: 22px;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.inquiryFormTable dt {
	border-right: none;
	position: relative;
	width: 29%;
	padding: 11px 80px 0 0;
	color: #2C2F30;
	font-weight: 600;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
.inquiryFormTable dd {
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 14px 14px;
	border: 1px solid #BFBEBD;
	background: #EBE9E7;
	color: #333;
	border-radius: 5px;
}
.inquiryFormTable .selectBox {
	display: block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin-top: 20px;
}
.inquiryFormTable .selectBox:before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0px;
	background: #ebe9e7;
	z-index: 1;
	pointer-events: none;
}
.inquiryFormTable .selectBox:after {
	background: #ebe9e7;
	content: "▼";
	font-size: 1rem;
	height: 100%;
	line-height: 49px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 40px;
	box-sizing: border-box;
	border: #BFBEBD solid 1px;
	border-radius: 0 3px 3px 0;
	border-left: 0;
	display: inline-block;
	z-index: 2;
}
.inquiryFormTable select {
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
	display: none;
}
.inquiryFormTable input[type="checkbox"] {
	display: none;
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden; 
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item {
	/* 	width: 100%;
	display: block; */
	margin: 10px 1.5em 10px 0;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item.last.has-free-text {
	display: block;
}
input.wpcf7-free-text {
	margin-top: 10px;
}
.wpcf7-list-item-label {
	position: relative;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
	display: none;
}
.inquiryFormTable input[type="checkbox"] + span label {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	padding-left: 40px;
	position: relative;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:before {
	display: block;
	content: "";
	width: 28px;
	height: 28px;
	border: #BFBEBD solid 1px;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: -6px;
	background: #EBE9E7;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:after {
	display: block;
	content: "";
	width: calc(28px - 14px);
	height: calc(28px - 14px);
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	left: 7px;
	top: 1px;
	background: #EBE9E7;
	transition: all 0.2s ease;
	backface-visibility: hidden;
	z-index: 2;
}
.inquiryFormTable input[type="checkbox"]:checked + span label.icon-check:after {
	background: #ff6d00;
}
.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #C4000F;
	background: #fff;
	box-shadow: 0 0 5px rgba(196, 0, 15, 0.15);
}
.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}
.inquiryFormTable .comment {
	display: block;
	color: #63696A;
	font-size: 13px;
	margin: 0.4em 0;
	letter-spacing: 0;
}
.inquiryFormTable .required {
	background: #D93636;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 24px;
}
.inquiryFormTable .optional {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	background: #BFBEBD;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 28px;
}

.inquiryFormTable .post_icon {
	position: absolute;
	z-index: 200;
	top: 10px;
	left: 16px;
}
.inquiryFormTable .post_item input {
	padding: 13px 14px 14px 40px;
}

.inquiryFormTable .btBox {
	text-align: center;
	margin: 60px 0 0;
}
.inquiryFormTable .btBox input[type="submit"] {
	background: #989278;
	border: none;
	width: 100%;
	color: #fff;
	display: block;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 35px 28px 35px;
}
.inquiryFormTable .btBox input[type="submit"].disabled {
	opacity: 1 !important;
	pointer-events: none;
	cursor: default;
	filter: invert(2%) sepia(50%) saturate(26%) hue-rotate(167deg) brightness(108%) contrast(58%);
}
.inquiryFormTable .wpcf7-back {
	width: 37.5% !important;
	color: #fff;
	background: #969a9e;
	border: none;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 35px 28px;
	float: left;
	text-align: left;
}
.inquiryFormTable .wpcf7-submit {
	width: 58.5% !important;
	float: right;
	text-align: left;
}
.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
	opacity: 0.8;
}

span.verify_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -42px;
	top: 13px;
	display: none;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: block;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon:before {
	color: #2165C1;
	font-size: 25px;
	vertical-align: top;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: none;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
	font-weight: normal;
	display: block;
	font-size: 12px;
}

.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	background: #807B7B;
	color: #fff;
	width: 123px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin-top: 13px;
}
.file_btn .wpcf7-form-control-wrap {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 30px;
}
div.wpcf7 input[type="file"] {
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
}
.result_txt {
	display: block;
	word-break: break-all;
	white-space: pre-wrap;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"],
.custom-wpcf7c-confirmed .confirm_table input[type="date"] {
	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,
.custom-wpcf7c-confirmed .confirm_table .selectBox:before,
.custom-wpcf7c-confirmed .confirm_table .selectBox:after {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .selectBox {
	margin-top: 0;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
	display: block;
	padding-left: 0;
	margin: 0;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item.last.has-free-text .result_txt {
	display: inline-block;
	margin-right: 15px;
}
.custom-wpcf7c-confirmed .confirm_table dl {
	margin-bottom: 10px;
}
.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
	padding: 0;
}
.custom-wpcf7c-confirmed .confirm_table .post_icon {
	top: 0;
	left: 0;
}
.custom-wpcf7c-confirmed .confirm_table .post_item span.result_txt {
	padding-left: 20px;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}

.inquiryFormTable .privacyWrap {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	border: 1px solid #bfbebd;
	padding: 20px;
	box-sizing: border-box;
	background: #ebe9e7;
	border-radius: 5px;
}
.custom-wpcf7c-confirmed .confirm_table .privacy {
	display: none;
}

@media screen and (max-width: 1060px) {
	.inquiryFormTable dt {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {
	.wrap_contact {
		padding-top: 20px;
	}
	.step_list {
		width: 400px;
		margin: 0 auto 60px;
	}
	.step_list li {
		margin-left: 50px;
	}
	.inquiryFormTable dl {
		display: block;
		margin-bottom: 20px;
	}
	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dt {
		padding: 0;
		margin-bottom: 8px;
	}
	.inquiryFormTable .wpcf7-list-item {
		margin: 5px 1.5em 5px 0;
	}
	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		display: inline-block;
		position: static;
		top: initial;
		right: initial;
		margin: -2px 0 0 20px;
		vertical-align: middle;
	}
	.inquiryFormTable .btBox {
		margin: 50px 0 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		width: 100% !important;
		background-size: 16px 16px !important;
		float: none;
		font-size: 20px;
		padding: 29px 20px 28px 20px;
		box-sizing: border-box;
		text-align: center;
	}
	/* 	.inquiryFormTable .btBox input[type="submit"].disabled,
	.inquiryFormTable .btBox input[type="submit"].abled {
	padding: 29px 20px 28px 20px;
} */
	.inquiryFormTable .wpcf7-back {
		margin-bottom: 15px;
		padding: 29px 20px 28px 20px;
	}
	.file_btn {
		margin-top: 0;
	}
	.custom-wpcf7c-confirmed .confirm_table dt {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.step_list {
		width: 270px;
	}
	.step_list li {
		width: 70px;
		margin-left: 30px;
		font-size: 16px;
	}
	.step_list li span:after {
		width: 60px;
	}
	.inquiryForm_message .step_catch {
		font-size: 12px;
		letter-spacing: 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
}


/* =====================================
■UNDER
===================================== */
/* -------------------------------------
Pagename
------------------------------------- */
#pagename.title {
	width: 100%;
	padding-left: 16%;
	box-sizing: border-box;
	position: relative;
}
#pagename.title .title_inner {
	width: 100%;
	height: 564px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#pagename.title .title_inner.right {
	background-position: right center;
}
#pagename.title .title_inner.left {
	background-position: left center;
}
#pagename.title .title_inner .title_text {
	position: absolute;
	left: 80px;
	bottom: 55px;
}
#pagename.title .title_inner .title_text em {
	display: block;
	font-feature-settings: "palt";
	text-align: justify;
	color: #ff6d00;
	font-size: 5.6rem;
	line-height: 1.2;
	color: #ff6d00;
	background: -webkit-linear-gradient(0deg, #ff6d00 0%, #fec200 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#pagename.title .title_inner .title_text small {
	font-size: 3rem;
	color: #350f10;
}
#pagename.title .title_inner .title_text .en {
	font-size: 12.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	display: block;
	line-height: 1;
	color: #f5f5f5;
	opacity: 0.8;
}

@media screen and (max-width: 740px) {
	#pagename.title {
		padding-left: 0%;
	}
	#pagename.title:before {
		content: none !important;
	}
	#pagename.title .title_inner {
		width: 100%;
		height: auto;
		padding-top: 47.59vw;
		background-size: 100% auto;
		background-position: left top;
	}
	#pagename.title .title_inner .title_text {
		padding: 20px 20px 0;
		box-sizing: border-box;
		position: static;
	}
	#pagename.title .title_inner .title_text em {
		font-size: 2.85rem;
	}
	#pagename.title .title_inner .title_text small {
		font-size: 1.8rem;
	}
	#pagename.title .title_inner .title_text .en {
		font-size: 6.25rem;
	}
}

/*--------------------------------------
Mainimage
--------------------------------------*/
.under_mainimage {
	background: linear-gradient(45deg, rgba(120, 183, 197, 0.51) 6%, rgba(251, 216, 148, 0.51) 60%);
	width: 100%;
	height: 306px;
	position: relative;
}
.under_mainimage .inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1366px;
	margin: 0 auto;
	padding: 40px 0 90px;
	box-sizing: border-box;
	position: relative;
}
.under_mainimage .inner:before {
	content: "";
	width: 13%;
	max-width: 132px;
	height: 135px;
	background: url(/wp-content/uploads/under-bg01.png) no-repeat top left;
	background-size: 100% auto;
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 10;
}
.under_mainimage .container {
	max-width: 1160px;
	padding: 0 40px;
}
.under_mainimage .container h1 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.under_mainimage {
		height: 190px;
	}
	.under_mainimage .inner {
		padding: 20px 0 50px;
	}
	.under_mainimage .inner:before {
		width: 56px;
		height: 57px;
		left: 5px;
		top: 5px;
	}
	.under_mainimage .container {
		padding: 0 30px;
	}
	.under_mainimage .container h1 {
		font-size: 30px;
	}
}


/* -------------------------------------
Bread
------------------------------------- */
.Breadcrumb {
	font-size: 1.3rem;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

.Breadcrumb>span+span:before {
	content: "/";
	margin: 0 8px;
}

.Breadcrumb a {
	color: #350f10;
}

.Breadcrumb a:hover {
	color: #ff6d00;
	text-decoration: underline;
}

@media screen and (max-width: 740px) {
	.Breadcrumb {
		font-size: 1rem;
		padding: 10px 20px;
	}

	.Breadcrumb>span+span:before {
		content: "/";
		margin: 0 2px;
	}
}

/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 h2 {
	background: url(/wp-content/uploads/under-tit.png) no-repeat left top;
	background-size: 53px 50px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #554E38;
	padding-top: 58px;
	word-wrap: break-word;
	text-align: left;
	position: relative;
}
.underTit_h3 h3 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	color: #554E38;
	padding-top: 24px;
	position: relative;
	text-align: left;
}
.underTit_h3 h3:before {
	display: block;
	content: "";
	background: linear-gradient(120deg, #2B8FA5 6%, #FDBB57 92%);
	width: 21px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.47;
}
.underTit_h4 h4 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	line-height: 1.6 !important;
	color: #554E38;
	font-size: 20px;
	letter-spacing: 0.1em;
	word-wrap: break-word;
	padding-left: 22px;
	position: relative;
}
.underTit_h4 h4:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #FCAA47;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}
.underTit_h5 h5 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	line-height: 1.5 !important;
	color: #554E38;
	font-size: 22px;
	letter-spacing: 0.1em;
	padding: 0 0 0 35px !important;
	position: relative;
	word-wrap: break-word;
}
.underTit_h5 h5:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 10px;
	left: 3px;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #5bc1cc;
}

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

/*--------------------------------------
Photo
--------------------------------------*/
.gallery .elementor-inner-section:not(:last-child) {
	margin-bottom: 30px;
}
.gallery .pic {
	margin-bottom: 20px;
}
.gallery .heading {
	margin-bottom: 12px;
}
.gallery .elementor-heading-title {
	font-size: 26px;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: left;
	color: #776A57;
}

@media screen and (min-width: 768px) {
	.gallery .elementor-inner-section > .elementor-container > .elementor-row {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 767px) {
	.gallery .elementor-heading-title {
		font-size: 22px;
	}
}

/* 2列
--------------------------------------*/
.gallery_2column .elementor-inner-section > .elementor-container > .elementor-row {
	row-gap: 20px;
	column-gap: 30px;
}

/* 3列
--------------------------------------*/
.gallery_3column .elementor-inner-section > .elementor-container > .elementor-row {
	row-gap: 20px;
	column-gap: 30px;
}

/* 4列
--------------------------------------*/
.gallery_4column .elementor-inner-section > .elementor-container > .elementor-row {
	row-gap: 35px;
	column-gap: 22px;
}



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

	/* 2・3列
	--------------------------------------*/
	.gallery_2column .elementor-inner-section > .elementor-container > .elementor-row,
	.gallery_3column .elementor-inner-section > .elementor-container > .elementor-row {
		column-gap: 22px;
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 767px){
	/* 2・3列
	--------------------------------------*/
	.gallery_2column .elementor-inner-section > .elementor-container > .elementor-row,
	.gallery_3column .elementor-inner-section > .elementor-container > .elementor-row {
		row-gap: 30px;
	}
}


/* -------------------------------------
■ メリット
------------------------------------- */
.frame-merit {
	background: #fff;
	border: 3px solid #A39174;
	border-radius: 20px;
	padding: 40px 50px;
}
.meritTit .elementor-heading-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.2em;
	color: #A39174;
	padding-left: 30px;
	position: relative;
	z-index: 2;
}
.meritTit .elementor-heading-title:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #A39174;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.meritList .elementor-icon-list-item {
	font-size: 20px;
	line-height: 1.4;
	color: #A39174;
	padding-left: 28px;
	position: relative;
}
.meritList .elementor-icon-list-item:not(:first-child) {
	margin-top: 15px;
}
.meritList .elementor-icon-list-item:before {
	content: "";
	width: 11px;
	height: 11px;
	background: #A39174;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.frame-merit .meritBox:not(:last-child) {
	margin-bottom: 15px;
}
.frame-merit .meritBox .heading .elementor-heading-title {
	font-size: 20px;
	line-height: 1.4;
	color: #A39174;
	padding-left: 28px;
	position: relative;
	z-index: 2;
}
.frame-merit .meritBox .heading .elementor-heading-title:before {
	content: "";
	width: 11px;
	height: 11px;
	background: #A39174;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.frame-merit .meritBox .txt {
	padding-left: 28px;
}

@media screen and (max-width: 767px) {
	.frame-merit {
		border-radius: 10px;
		padding: 25px;
	}
}

/* -------------------------------------
■ デメリット
------------------------------------- */
.frame-demerit {
	background: #fff;
	border: 3px solid #776A57;
	border-radius: 20px;
	padding: 40px 50px;
}
.demeritTit .elementor-heading-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.2em;
	color: #776A57;
	padding-left: 30px;
	position: relative;
	z-index: 2;
}
.demeritTit .elementor-heading-title:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #776A57;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.demeritList .elementor-icon-list-item {
	font-size: 20px;
	line-height: 1.4;
	color: #776A57;
	padding-left: 28px;
	position: relative;
}
.demeritList .elementor-icon-list-item:not(:first-child) {
	margin-top: 15px;
}
.demeritList .elementor-icon-list-item:before {
	content: "";
	width: 11px;
	height: 11px;
	background: #776A57;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.frame-demerit .demeritBox:not(:last-child) {
	margin-bottom: 15px;
}
.frame-demerit .demeritBox .heading .elementor-heading-title {
	font-size: 20px;
	line-height: 1.4;
	color: #776A57;
	padding-left: 28px;
	position: relative;
	z-index: 2;
}
.frame-demerit .demeritBox .heading .elementor-heading-title:before {
	content: "";
	width: 11px;
	height: 11px;
	background: #776A57;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.frame-demerit .demeritBox .txt {
	padding-left: 28px;
}

@media screen and (max-width: 767px) {
	.frame-demerit {
		border-radius: 10px;
		padding: 25px;
	}
}

/* -------------------------------------
■ 院内紹介
------------------------------------- */
.name {
	text-align: right;
	font-size: 130%;
	font-weight: bold;
}
a.txtlink {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #554E38;
	padding-right: 24px;
	position: relative;
}
a.txtlink:after {
	content: "";
	width: 18px;
	height: 18px;
	background: url(/wp-content/uploads/icon-arrow.png) no-repeat right center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	filter: brightness(34%) sepia(51%) hue-rotate(330deg) saturate(70) brightness(77%);
}
a.txtlink:hover {
	opacity: 0.7;
}

/* -------------------------------------
■ LINK
------------------------------------- */
.w100 a {
	display: block;
}


/* -------------------------------------
■ TITLE
------------------------------------- */
#content section .sect_ttl {
	padding: 80px 0;
}
#content section .sect_ttl:before {
	left: -120px;
}
#content section .sect_ttl.green:before {
	background: #2cad70;
}
#content section .sect_ttl.active:before {
	width: 100px;
}
#content section .sect_ttl em {
	margin-left: 0;
	font-weight: 600;
}
#content section .sect_ttl+p {
	padding: 0 0 80px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 1.6rem;
}


#content section h3 {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
	color: #350f10;
}
#content section h3 span {
	color: #ff6d00;
}
#content h3.line {
	font-size: 2.4rem;
	margin: 0 auto 50px;
	line-height: 1.3;
	padding-left: 19px;
	box-sizing: border-box;
	position: relative;
}
#content h3.line:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-image: -moz-linear-gradient(-90deg, #ff6d00 0%, #fec200 100%);
	background-image: -webkit-linear-gradient(-90deg, #ff6d00 0%, #fec200 100%);
	background-image: -ms-linear-gradient(-90deg, #ff6d00 0%, #fec200 100%);
}
#content h3.line~p {
	margin: 0 auto 50px;
}

@media screen and (max-width: 740px) {
	#content section .sect_ttl {
		padding: 40px 20px 20px;
	}
	#content section .sect_ttl:before {
		left: 0;
	}
	#content section .sect_ttl.active:before {
		width: 16px;
		top: 54px;
	}
	.page-id-3424 #content section .sect_ttl.active:before {
		top: 49px;
	}
	#content .sect_ttl img {
		width: 220px;
		height: auto;
	}
	#content section .sect_ttl+p {
		margin-top: 0px;
		padding: 0 20px 20px;
		text-align: left;
		font-size: 1.5rem;
	}

	#content section h3 {
		font-size: 1.65rem;
		line-height: 1.5;
		text-align: left;
	}
	#content h3.line {
		padding-left: 20px;
		font-size: 1.8rem;
		line-height: 1.35;
		text-align: left;
		margin: 0 auto 20px;
	}
	#content h3.line~p {
		width: 100%;
		margin: 0 0px 20px;
	}
}

/* -------------------------------------
■ wide_content
------------------------------------- */
.wide_content {
	width: 100%;
	margin: 0 auto 80px;
}
.wide_content figure {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.wide_content figure img {
	position: relative;
	z-index: 10;
}
.wide_content figure+.text {
	padding-top: 26px;
}
.wide_content .text+figure {
	display: block;
	padding-top: 26px;
}
.wide_content .text {
	width: 920px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#content .wide_content .text h3 {
	font-size: 2.2rem;
	line-height: 1.4;
	padding: 0;
	text-align: left;
	color: #350f10;
}
#content .wide_content .text h3 span {
	display: block;
	font-size: 1.5rem;
	color: #350f10 !important;
}
#content .wide_content .text h3 em {
	display: block;
}
.wide_content .text h3+p {
	padding-top: 16px;
}

@media screen and (max-width: 740px) {
	.wide_content {
		width: 100%;
		margin: 0 0 36px;
		text-align: center;
	}
	.wide_content figure {
		position: relative;
		overflow: hidden;
		margin-left: -20px !important;
		width: calc(100% + 36px);
	}
	.wide_content figure img {
		border-radius: 0;
	}
	.wide_content figure+.text {
		padding-top: 16px;
	}
	.wide_content .text+figure {
		display: block;
		padding-top: 16px;
	}
	.wide_content .text {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	#content .wide_content .text h3 {
		font-size: 1.8rem;
	}
	#content .wide_content .text h3 span {
		font-size: 1.4rem;
	}
	.wide_content .text p {
		text-align: left;
	}
	.wide_content .text h3+p {
		padding-top: 10px;
	}
}

/* -------------------------------------
■ gray_box
------------------------------------- */
.gray_box {
	max-width: 920px;
	padding: 46px;
	box-sizing: border-box;
	margin: 0 auto 80px;
	background: #f5f5f5;
}
#content .gray_box h3 {
	line-height: 1;
	padding-bottom: 10px;
	/* 	color: #ececec; */
}
#content .gray_box h3 span {
	display: block;
	font-size: 0.7em;
}
.gray_box h3+p {
	padding-bottom: 20px;
}
.gray_box h3+p.bottom {
	padding-bottom: 0;
}
.gray_box p {
	width: auto;
	overflow: hidden;
}
.gray_box p .right {
	float: right;
	margin-left: 40px;
	width: 200px;
}
.gray_box p .right.w270 {
	width: 270px;
}
#content .gray_box h4 {
	font-size: 1.65rem;
	margin-top: 1.5em;
	color: #350f10;
}
.gray_box small {
	padding-top: 1em;
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
}
.gray_box .center {
	text-align: center;
}
.gray_box a {
	color: #ff6d00;
	text-decoration: underline;
}

@media screen and (max-width: 740px) {
	.gray_box {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		box-sizing: border-box;
		margin-bottom: 36px;
	}
	#content .gray_box h3 {
		font-size: 1.6rem !important;
		padding-bottom: 10px;
	}
	.gray_box .center {
		text-align: left;
	}
	.gray_box h3~p {
		padding-bottom: 10px;
		font-size: 1.3rem;
	}
	.gray_box p {
		width: auto;
		overflow: hidden;
	}
	.gray_box p .right {
		display: block;
		float: none;
		margin-left: 0px;
		clear: both;
		width: 100% !important;
		margin-bottom: 10px;
	}
	.gray_box p .right img {
		width: 100%;
	}
	.gray_box small {
		display: block;
		font-size: 1rem;
		line-height: 1.5;
	}
	#content .gray_box h4 {
		margin-top: 1.5em;
		font-size: 1.5rem;
	}
}

/* -------------------------------------
■ gray_box
------------------------------------- */
.googlemap {
	width: 100%;
	height: 560px;
	position: relative;
	margin-bottom: 80px;
}
.googlemap iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 740px) {
	.googlemap {
		height: 290px;
		margin-bottom: 40px;
	}
}

/* -------------------------------------
■ recruit_btn_box
------------------------------------- */
ul.recruit_btn_box {
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	list-style-type: none;
}
ul.recruit_btn_box li {
	display: inline-block;
	margin: 10px;
	padding: 0px;
	list-style-image: none;
}
ul.recruit_btn_box li a.btn {
	width: 430px;
	height: 90px;
	background: #ff6d00;
	border-color: #ff6d00;
	flex-shrink: 0;
	text-decoration: none;
}
ul.recruit_btn_box li a.btn:after {
	content: "\e90a";
	font-family: "icomoon";
	font-size: 1.3rem;
	color: #fff;
	margin: 0 0 0 8px;
	z-index: 10;
	position: relative;
}
ul.recruit_btn_box li a.btn span {
	font-size: 1.8rem;
}
ul.recruit_btn_box li a.btn:hover:after {
	color: #ff6d00 !important;
}
ul.recruit_btn_box li a.btn.green {
	background: #2cad70;
	border-color: #2cad70;
}
ul.recruit_btn_box li a.btn.green:hover:after {
	color: #2cad70 !important;
}
ul.recruit_btn_box li a.btn.green:hover span {
	color: #2cad70;
}
ul.recruit_btn_box li a.btn.black {
	background: #350f10;
	border-color: #350f10;
}
ul.recruit_btn_box li a.btn.black:hover:after {
	color: #350f10 !important;
}
ul.recruit_btn_box li a.btn.black:hover span {
	color: #350f10;
}
div.recruit_banner{
	display: flex;
	gap: 25px;
}
div.recruit_banner a{
	width: calc(100% - (50% - 20px));
}
div.recruit_banner a:first-child{
	padding-left: 10px;
}
div.recruit_banner a:last-child{
	padding-right: 25px;
}
@media screen and (max-width: 740px) {
	ul.recruit_btn_box li {
		display: block;
	}
	ul.recruit_btn_box li a.btn {
		width: 100%;
		height: 68px;
		background: #ff6d00;
		border-color: #ff6d00;
		flex-shrink: 0;
	}
	ul.recruit_btn_box li a.btn span {
		font-size: 1.6rem;
	}
}

/* -------------------------------------
■ 予約・お問い合わせ
------------------------------------- */
.reserve_box {
	margin-bottom: 80px;
}
.reserve_box h3 {
	font-size: 2.2rem;
	padding-bottom: 30px;
}
.reserve_box .reserve_box_inner {
	display: flex;
	justify-content: space-between;
}
.reserve_box .reserve_box_inner .item {
	width: calc(50% - 15px);
	height: 200px;
	background: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reserve_box .reserve_box_inner .item .item_inner {
	text-align: center;
}
.reserve_box .reserve_box_inner .item .item_inner .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	padding: 0px 0;
}
.reserve_box .reserve_box_inner .item .item_inner .tel .icon-freedial {
	font-size: 2.2rem;
	color: #51a12f;
	position: relative;
	top: 2px;
	margin-right: 8px;
}
.reserve_box .reserve_box_inner .item .item_inner .tel span {
	color: #350f10;
	font-size: 3rem;
	font-weight: 500;
}
.reserve_box .reserve_box_inner .item .item_inner small {
	padding-top: 10px;
	display: block;
	font-size: 1.2rem;
	line-height: 1;
}
.reserve_box .reserve_box_inner .item .item_inner .logo img {
	height: 40px;
}

@media screen and (max-width: 740px) {
	.reserve_box {
		margin-bottom: 40px;
	}
	.reserve_box h3 {
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
	.reserve_box .reserve_box_inner {
		flex-direction: column;
	}
	.reserve_box .reserve_box_inner .item {
		width: 100%;
		height: auto;
		padding: 30px 0;
		background: #f9f9f9;
	}
	.reserve_box .reserve_box_inner .item .item_inner {
		text-align: center;
	}
	.reserve_box .reserve_box_inner .item .item_inner .logo img {
		width: 220px;
		height: auto;
	}
	.reserve_box .reserve_box_inner .item .item_inner .tel .icon-freedial {
		font-size: 1.8rem;
		margin-right: 4px;
	}
	.reserve_box .reserve_box_inner .item .item_inner .tel span {
		font-size: 2.2rem;
	}
	.reserve_box .reserve_box_inner .item .item_inner small {
		padding-top: 10px;
		font-size: 1rem;
	}
	.reserve_box .reserve_box_inner .item + .item {
		margin-top: 20px;
	}
}

.treatment_line {
	background: #fff5f0;
	padding: 15px 20px;
	line-height: 1.2 !important;
	color: #ff6d00 !important;
	margin-bottom: 40px;
}
.treatment_line.orange {
	color: #ff6d00 !important;
	background: #fff !important;
	border: 1px solid #ff6d00;
}
.treatment_line.green {
	color: #2cad70 !important;
	background: #fff;
	margin-top: 80px;
	border: 1px solid #2cad70;
}
.treatment_line+p {
	margin-bottom: 40px;
}

@media screen and (max-width: 740px) {
	.treatment_line {
		margin-bottom: 20px;
	}
	.treatment_line.green {
		margin-top: 40px;
	}
	.treatment_line+p {
		margin-bottom: 20px;
	}
}

.reserve_btn_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.reserve_btn_box:last-child {
	margin-bottom: 0;
}
.reserve_btn_box a.btn {
	width: 390px;
	height: 90px;
	background: #ff6d00;
	border-color: #ff6d00;
	flex-shrink: 0;
	text-decoration: none;
}
.reserve_btn_box a.btn:after {
	content: "\e90a";
	font-family: "icomoon";
	font-size: 1.3rem;
	color: #fff;
	margin: 0 0 0 8px;
	z-index: 10;
	position: relative;
}
.reserve_btn_box a.btn span {
	font-size: 1.8rem;
}
.reserve_btn_box a.btn:hover:after {
	color: #ff6d00 !important;
}
.reserve_btn_box a.btn.green {
	background: #2cad70;
	border-color: #2cad70;
}
.reserve_btn_box a.btn.green:hover:after {
	color: #2cad70 !important;
}
.reserve_btn_box a.btn.green:hover span {
	color: #2cad70;
}
.reserve_btn_box a.btn.black {
	background: #350f10;
	border-color: #350f10;
}
.reserve_btn_box a.btn.black:hover:after {
	color: #350f10 !important;
}
.reserve_btn_box a.btn.black:hover span {
	color: #350f10;
}
.reserve_btn_box p {
	padding-left: 40px;
	font-size: 1.5rem;
	line-height: 1.8;
}

@media screen and (max-width: 740px) {
	.reserve_btn_box {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.reserve_btn_box a.btn {
		width: 100%;
		height: 68px;
		background: #ff6d00;
		border-color: #ff6d00;
		flex-shrink: 0;
	}
	.reserve_btn_box a.btn span {
		font-size: 1.6rem;
	}
	.reserve_btn_box p {
		padding-top: 10px;
		padding-left: 0px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

/* -------------------------------------
■ 院長紹介
------------------------------------- */
.textbox01 {
	margin: 0 auto 80px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.textbox01.center {
	align-items: center;
}
.textbox01 figure {
	width: 49.78%;
	flex-shrink: 0;
	overflow: hidden;
}
.textbox01 figure.w37 {
	width: 37%;
}
.textbox01 figure.w30 {
	width: 30.5%;
}
.textbox01 figure.w200 {
	width: 200px !important;
}
.textbox01 .text {
	padding-left: 60px;
	box-sizing: border-box;
}
#content .textbox01 .text h3.large {
	font-size: 2.6rem;
	padding-bottom: 20px;
}
.textbox01 .text h3+p {
	padding-top: 12px;
}
.textbox01 .text .btn {
	margin-top: 15px;
}
.textbox01 .text h4 {
	font-size: 1.6rem;
	font-weight: 500;
	padding-top: 2em;
	padding-bottom: 10px;
}
.textbox01.reverse figure {
	order: 1;
}
.textbox01.reverse .text {
	order: 0;
	padding-left: 0;
	padding-right: 60px;
	box-sizing: border-box;
}

@media screen and (max-width: 740px) {
	.textbox01 {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		margin: 0 auto 36px;
		display: block;
	}
	.textbox01 figure {
		flex-shrink: 0;
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.textbox01 figure img {
		width: 100%;
	}
	.textbox01 .text {
		width: 100%;
		padding: 0 !important;
		box-sizing: border-box;
		text-align: center;
	}
	.textbox01 .text h3 {
		padding: 10px 0 0;
	}
	#content .textbox01 .text h3.large {
		font-size: 1.85rem;
		padding-bottom: 10px;
	}
	.textbox01 .text>p {
		padding-top: 5px !important;
		text-align: left;
	}
	.textbox01 .text h4 {
		font-size: 1.5rem;
		padding-top: 1.25em;
		padding-bottom: 0px;
		text-align: left;
	}
	.textbox01 .text .btn {
		margin: 15px auto 0;
	}
}

.textbox01 .text dl {
	padding-top: 15px;
}
.textbox01 .text dl dt {
	font-weight: 600;
}
.textbox01 .text dl dd ol li {
	display: flex;
	justify-content: flex-start;
	padding-top: 10px;
}
.textbox01 .text dl dd ol li span {
	display: block;
	margin-right: 1em;
	flex-shrink: 0;
	line-height: 1.5;
}
.textbox01 .text dl dd ol li p {
	line-height: 1.5;
	padding-top: 0 !important;
	text-align: left;
}
@media screen and (max-width: 740px) {
	.textbox01 .text h3 {
		font-size: 1.8rem;
	}
	.textbox01 .text dl {
		padding-top: 15px;
	}
	.textbox01 .text dl dt {
		font-weight: 600;
		text-align: left;
	}
}


/* -------------------------------------
■ クリニック紹介
------------------------------------- */
.table_type01 {
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 80px;
}
.table_type01 caption {
	text-align: left;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 24px;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
}
.table_type01 caption span {
	font-size: 1.4rem;
	float: right;
}
.table_type01.fixed {
	table-layout: fixed;
}
.table_type01.fixed tbody tr th {
	width: auto;
}
.table_type01.center thead td,
.table_type01.center thead th,
.table_type01.center tbody td,
.table_type01.center tbody th {
	text-align: center !important;
}
.table_type01 thead tr th {
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	border: #d4d4d4 solid 1px;
	white-space: nowrap;
	text-align: left;
	background: #f9f9f9;
}
.table_type01 tbody tr th {
	padding: 20px;
	width: 200px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	font-weight: 600;
	font-size: 1.65rem;
	line-height: 1.5;
	border: #d4d4d4 solid 1px;
	text-align: left;
	background: #f9f9f9;
	font-family: "Noto Serif JP", serif;
}
.table_type01 tbody tr td {
	padding: 20px;
	border: #d4d4d4 solid 1px;
	vertical-align: middle;
	line-height: 1.35;
	font-size: 1.5rem;
}
.table_type01 tbody tr td small {
	display: inline-block;
	line-height: 1.5;
	font-size: 1.1rem;
}
.table_type01 tbody tr .right {
	text-align: right;
	font-weight: 500;
}
.table_type01 tfoot tr td {
	padding-top: 10px;
}
.table_type01 tfoot tr td small {
	display: block;
	font-size: 1.2rem;
}
.table_type01_small {
	display: block;
	margin-top: -40px;
	font-size: 1.2rem;
	margin-bottom: 80px;
}

@media screen and (max-width: 740px) {
	.table_type01 {
		width: 100%;
		margin-bottom: 36px;
	}
	.table_type01 caption {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.table_type01 thead tr th {
		padding: 5px;
		font-size: 1.2rem;
		line-height: 1.5;
		white-space: normal;
		vertical-align: middle;
	}
	.table_type01 tbody tr th {
		width: 80px;
		padding: 5px;
		font-size: 1.2rem;
	}
	.table_type01 tbody tr td {
		padding: 5px;
		font-size: 1.2rem;
	}
	.table_type01 tfoot tr td {
		font-size: 1.2rem;
		padding-top: 10px;
	}
	.table_type01 tfoot tr td small {
		font-size: 1rem;
	}
	.table_type01_small {
		display: block;
		margin-top: -20px;
		font-size: 1rem;
		margin-bottom: 40px;
	}
}


/* table_time
------------------------------------- */
.table_time {
	width: 100%;
	table-layout: fixed;
}
.table_time caption {
	text-align: left;
	font-size: 2rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	padding-bottom: 10px;
}
.table_time thead tr th {
	border: 1px solid #d4d4d4;
	text-align: center;
	font-weight: 400;
	background: #fafafa;
	vertical-align: middle;
}
.table_time thead tr th:nth-child(1) {
	width: 200px;
}
.table_time tbody tr th, .table_time tbody tr td {
	border: 1px solid #d4d4d4;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	height: 60px;
}
.table_time tfoot tr td {
	font-size: 1.3rem;
	padding-top: 10px;
	line-height: 1.5;
}
.table_time + .table_time {
	margin-top: 80px;
}
@media screen and (max-width: 740px) {
	.table_time caption {
		text-align: left;
		font-size: 1.65rem;
		padding-bottom: 10px;
	}
	.table_time thead tr th {
		font-size: 1rem;
	}
	.table_time thead tr th:nth-child(1) {
		width: 100px;
	}
	.table_time tbody tr th, .table_time tbody tr td {
		font-size: 1.2rem;
		height: 40px;
	}
	.table_time tfoot tr td {
		font-size: 1rem;
		padding-top: 10px;
		line-height: 1.5;
	}
	.table_time + .table_time {
		margin-top: 40px;
	}
}

/* textbox02
------------------------------------- */
.textbox02 {
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.textbox02 .item {
	width: 440px;
	margin-bottom: 40px;
}
.textbox02 .item.narrow {
	width: calc((100% - 30px) / 3);
}
.textbox02 .item figure {
	position: relative;
}
.textbox02 .item figure .num {
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 46px;
	background: #ff6d00;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 2rem;
}
.textbox02 .item .text h3 {
	padding: 18px 0 12px;
}
.textbox02 .item .text h3 span {
	display: block;
	font-size: 1.5rem;
	color: #350f10;
}
#content .textbox02 .item .text h3.large {
	color: #ff6d00;
	text-align: center;
	padding-bottom: 0;
}
.textbox02 .item .text h3.large span {
	color: #ff6d00;
}
.textbox02 .item .text h3.large+p {
	text-align: center;
	color: #ff6d00;
}
.textbox02 .item .text p {
	text-align: left;
}
.textbox02 .item .text p small {
	font-size: 1.2rem;
}

@media screen and (max-width: 740px) {
	.textbox02 {
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto 20px;
		flex-direction: column;
	}
	.textbox02 .item {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.textbox02 {
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto 20px;
		flex-direction: column;
	}

	.textbox02>p {
		margin-bottom: 20px;
	}

	.textbox02 .item {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.textbox02 .item figure img {
		width: 100%;
	}
	.textbox02 .item .text h3 {
		padding: 10px 0 0;
	}
	.textbox02 .item .text h3 span {
		font-size: 1.4rem;
	}
	.textbox02 .item .text p {
		padding-top: 5px;
	}
	.textbox02 .item .text p small {
		font-size: 1rem;
	}
	.textbox02 .item .text .btn {
		margin: 10px auto 0;
	}

	.textbox02.clinic {
		flex-direction: inherit;
	}
	.textbox02.clinic .item {
		width: calc(50% - 5px);
	}
}


/* -------------------------------------
■ 診療案内
------------------------------------- */
.clinic_tag {
	margin-top: 80px;
	width: 100%;
}
.clinic_tag dt {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 600;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f9f9f9;
}
.clinic_tag dd ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}
.clinic_tag dd ul li {
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff6d00;
}
.clinic_tag dd ul li.disabled {
	display: none;
	background: #eee !important;
}
.clinic_tag dd ul li i {
	color: #fff;
}
.clinic_tag dd ul li.green {
	background: #2cad70;
}

@media screen and (max-width: 740px) {
	.clinic_tag {
		margin-top: 40px;
		width: 100%;
	}
	.clinic_tag dt {
		font-size: 1.6rem;
		height: 32px;
	}
	.clinic_tag dd ul {
		display: block;
	}
	.clinic_tag dd ul li {
		width: 100%;
		height: 42px;
	}
}

/* こんなお悩みありませんか？
------------------------------------- */
.trouble_list {
	width: 100%;
	padding: 40px;
	background: #f9f9f9;
	margin-top: 40px;
	box-sizing: border-box;
}
#content .trouble_list h3 {
	font-size: 2.2rem;
	line-height: 1;
	color: #350f10;
	margin-bottom: 30px;
	font-weight: 600;
}
.trouble_list ol {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 2.2;
}
.trouble_list ol li {
	width: 50%;
	font-size: 1.6rem;
	position: relative;
	padding-left: 18px;
	box-sizing: border-box;
}
.trouble_list ol li:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 15px;
	box-sizing: border-box;
	background: #ff6d00;
	border-radius: 2px;
}

@media screen and (max-width: 740px) {
	.trouble_list {
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
	#content .trouble_list h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.trouble_list ol {
		width: 100%;
		display: block;
		line-height: 2;
	}
	.trouble_list ol li {
		width: 100%;
		font-size: 1.5rem;
		padding-left: 15px;
	}
	.trouble_list ol li:before {
		content: "";
		width: 6px;
		height: 6px;
		left: 0;
		top: 13px;
	}
}

/* textbox03
------------------------------------- */
.textbox03 {
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.textbox03 .text {
	margin-bottom: 40px;
}
.textbox03 .text h3 {
	padding-bottom: 10px;
	position: relative;
	padding-left: 16px;
}
.textbox03 .text h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background: #ff6d00;
}
.textbox03 .text small {
	display: block;
	font-size: 1.2rem;
}
.textbox03 .text .textlink {
	margin-top: 15px;
}
.textbox03 .text h3+figure {
	padding: 10px 0 0;
}
.textbox03 .text h3+figure+p {
	padding-top: 20px;
}
.textbox03 .text h3+p+figure {
	padding-top: 20px;
}

@media screen and (max-width: 740px) {
	.textbox03 {
		padding-bottom: 20px;
	}
	.textbox03 .text {
		margin-bottom: 20px;
	}
	.textbox03 .text h3 {
		padding-bottom: 5px;
	}
	.textbox03 .text h3:before {
		top: 10px;
	}
	.textbox03 .text small {
		display: block;
		font-size: 1rem;
	}
	.textbox03 .text .textlink {
		margin-top: 10px;
	}
}

/* ul.list
------------------------------------- */
ul.list li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.8;
}
ul.list li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ff6d00;
	position: absolute;
	left: 0;
	top: 12px;
}
ul.list li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 740px) {
	ul.list {
		text-align: left;
	}
	ul.list li {
		margin-bottom: 8px;
		position: relative;
		line-height: 1.5;
		padding-left: 16px;
	}
	ul.list li:before {
		flex-shrink: 0;
		top: 6px;
	}
}

/* btnbox
------------------------------------- */
.btnbox {
	margin-top: 40px;
}
.btnbox.bottom_margin {
	margin-bottom: 80px;
}
.btnbox .btn {
	margin: 0 auto;
}

@media screen and (max-width: 740px) {
	.btnbox {
		margin-top: 20px;
	}
	.btnbox.bottom_margin {
		margin-bottom: 36px;
	}
	.btnbox .btn {
		margin: 0 auto;
	}
}

/* meritBox
------------------------------------- */
.meritBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.meritBox dl {
	width: calc(50% - 10px);
	border: 2px solid #5d4849;
	box-sizing: border-box;
	border-top: 0;
	background: #fffcfc;
}
.meritBox dl dt {
	background: #5d4849;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	padding: 10px 20px;
}
.meritBox dl dt.wide {
	box-sizing: border-box;
	line-height: 1.3;
}
.meritBox dl dd {
	padding: 20px;
}
.meritBox dl dd ol li {
	font-size: 1.6rem;
	position: relative;
	padding-left: 15px;
}
.meritBox dl dd ol li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #350f10;
	position: absolute;
	left: 0;
	top: 15px;
	opacity: 0.8;
}
.meritBox dl+dl {
	border-color: #866f70;
	background: #faf7f7;
}
.meritBox dl+dl dt {
	background: #866f70;
}

@media screen and (max-width: 740px) {
	.meritBox {
		display: block;
		margin-bottom: 40px;
	}
	.meritBox dl {
		width: 100%;
	}
	.meritBox dl dt {
		font-size: 1.5rem;
		justify-content: flex-start;
		text-align: left;
		padding: 10px;
	}
	.meritBox dl dd {
		padding: 15px;
		background: #fffcfc;
	}
	.meritBox dl dd ol li {
		font-size: 1.4rem;
		padding-left: 12px;
	}
	.meritBox dl dd ol li:before {
		content: "";
		width: 4px;
		height: 4px;
		top: 13px;
	}
	.meritBox dl+dl {
		margin-top: 20px;
	}
}

/* risk
------------------------------------- */
.risk {
	width: 920px;
	padding: 25px 30px;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fafafa;
}
.risk em {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	padding-bottom: 4px;
	color: #350f10;
	font-family: "Noto Sans JP", sans-serif;
}
.risk b {
	display: block;
	font-size: 1.3rem;
}
.risk p,
.risk ol {
	padding-bottom: 1em;
	font-size: 1.3rem;
}
.risk *+em {
	margin-top: 1em;
}
.risk a {
	text-decoration: underline;
	color: #350f10 !important;
}
.risk a:hover {
	color: #ff6d00 !important;
}
.scroll_box {
	height: 300px;
	overflow: auto;
}

@media screen and (max-width: 740px) {
	.risk {
		width: 100%;
		padding: 12px;
		line-height: 1.5;
	}
	.risk h3 {
		font-size: 1.4rem !important;
	}
	.risk em {
		font-size: 1.2rem;
		padding-bottom: 5px;
	}
	.risk b {
		font-size: 1rem;
	}
	.risk p,
	.risk ol {
		font-size: 1rem;
	}
}

/* groupImage
------------------------------------- */
.groupImage {
	position: relative;
	margin: 80px 0 120px;
	z-index: -1;
}
.groupImage.active:before {
	content: "";
	width: calc(50vw + 360px);
}
.groupImage:before {
	content: "";
	position: absolute;
	left: calc((-100vw + 920px) / 2);
	top: -10%;
	width: 0;
	height: 130%;
	background: #fff7cc;
	z-index: -1;
	transition: width 2s ease;
	backface-visibility: hidden;
	pointer-events: none;
}
#content .groupImage h3 {
	color: #350f10;
	font-size: 3.85rem;
	line-height: 1.35;
	padding-bottom: 10px;
}
#content .groupImage h3 span {
	color: #ff6d00;
}
.groupImage p {
	font-weight: 600;
	color: #350f10;
	padding-bottom: 30px;
}
@media screen and (max-width: 740px) {
	.groupImage {
		margin: 0px 0 30px;
	}
	.groupImage.active:before {
		content: "";
		width: 82vw;
	}
	.groupImage:before {
		content: "";
		position: absolute;
		left: 0;
		top: -10%;
		width: 0;
		height: 120%;
		background: #fff7cc;
		z-index: -1;
		transition: width 1s ease;
		backface-visibility: hidden;
	}
	#content .groupImage h3 {
		font-size: 5.25vw;
		line-height: 1.35;
		padding: 20px 20px 0;
	}
	.groupImage p {
		font-weight: 500;
		padding: 10px 20px 20px;
	}
}

/* merit_image
------------------------------------- */
.merit_image {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.merit_image .item {
	width: calc((100% - 40px) / 3);
}
#content .merit_image .item .text h3 {
	font-size: 1.8rem;
	padding: 15px 0;
	text-align: center;
}

@media screen and (max-width: 740px) {
	.merit_image {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.merit_image .item {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin-bottom: 20px;
	}
	.merit_image .item figure {
		width: 100px;
		margin-right: 20px !important;
		flex-shrink: 0;
	}
	.merit_image .item .text {
		text-align: left;
	}
	#content .merit_image .item .text h3 {
		font-size: 1.6rem;
		padding: 0;
		text-align: left;
		padding-bottom: 5px;
	}
	.merit_image .item .text p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

/* iconbox
------------------------------------- */
.iconbox {
	display: flex;
	justify-content: space-between;
}
.iconbox .item {
	width: calc((100% - 90px) / 4);
	text-align: center;
}
.iconbox .item figure {
	width: 150px;
	height: 150px;
	background: #fcfcfc;
	margin: 0 auto 20px !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#content .iconbox .item .text h3 {
	font-size: 2rem !important;
	line-height: 1.5;
	padding-bottom: 10px;
	color: #ff6d00 !important;
}
.iconbox .item .text p {
	font-size: 1.5rem;
	text-align: left;
}

@media screen and (max-width: 740px) {
	.iconbox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.iconbox .item {
		width: calc((100% - 20px) / 2);
		text-align: center;
		margin-bottom: 30px;
	}
	.iconbox .item figure {
		width: 40vw;
		height: 40vw;
		margin-bottom: 20px;
	}
	.iconbox .item figure img {
		max-width: 50%;
		max-height: 50%;
		width: auto;
		height: auto;
	}
	#content .iconbox .item .text h3 {
		font-size: 1.5rem !important;
		text-align: center !important;
		padding-bottom: 10px;
	}
	.iconbox .item .text p {
		font-size: 1.4rem;
		text-align: left;
	}
}

/* -------------------------------------
* 入れ歯
------------------------------------- */
.page-id-3635 .table_type01 thead tr th:first-child {
	width: 148px;
}
.page-id-3635 .table_type01 tbody tr td {
	line-height: 2;
}
.page-id-3635 .iconbox {
	justify-content: space-around;
	margin-bottom: 80px;
}

@media screen and (max-width: 740px) {
	.page-id-3635 .table_type01 thead tr th:first-child {
		width: 2em;
	}
}

/* -------------------------------------
* インプラント
------------------------------------- */
.txt_director {
	font-weight: bold;
	margin: 40px 0;
}
.history li {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 10px;
	line-height: 1.5;
}
.history li span {
	margin-right: 1em;
	flex-shrink: 0;
}
.history li p {
	padding: 0 !important;
	text-align: left;
}
.history li p a {
	color: #350f10 !important;
}
.history li p a:hover {
	color: #ff6d00 !important;
}

@media screen and (max-width: 740px) {
	.page-id-3668 .textbox02 {
		flex-direction: inherit;
	}
	.page-id-3668 .textbox02 .item {
		width: calc((100% - 20px) / 2) !important;
	}
}

/* -------------------------------------
* 成人矯正
------------------------------------- */
.orthodontist .doctor.doctor-intro {
	box-sizing: border-box;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: unset;
	background: none;
}
.orthodontist .doctor li {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.orthodontist .doctor figure {
	text-align: center;
}
.orthodontist .doctor figure img {
	max-width: 120px;
}
.orthodontist .doctor figure figcaption {
	padding-top: 10px;
	display: block;
	line-height: 1;
	text-align: center;
}
.orthodontist .doctor li span {
	font-weight: 700;
	color: #0066CC;
	margin-right: 10px;
}
.orthodontist .doctor li p {
	font-size: 1.3rem;
	padding-top: 10px;
	text-align: left;
	padding-left: 35px;
	text-indent: -35px;
}
.page-id-3706 .orthodontist .doctor.doctor-intro {
	justify-content: center;
}

@media screen and (max-width: 740px) {
	.orthodontist .doctor li {
		width: 245px;
	}
}

/* flow-clinic */
.flow-clinic {
	box-sizing: border-box;
}
.flow-clinic .flow-blk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow-clinic .flow-blk li {
	width: 48%;
	margin-top: 80px;
	position: relative;
}
.flow-clinic .flow-blk li:nth-child(1) {
	width: 68%;
	margin-top: 0;
}
#content .flow-clinic .flow-blk h3 {
	background: #ff6d00;
	color: #fff;
	font-size: 2rem;
	padding: 0 10px;
	margin-bottom: 10px;
}
.flow-clinic .flow-blk li::after,
.flow-clinic .flow-blk li:nth-child(6)::before {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-size: contain;
	content: '';
	width: 32px;
	height: 22px;
}
.flow-clinic .flow-blk li.even:first-child::after {
	left: 32.5%;
	right: auto;
}
.flow-clinic .flow-blk li.even:after {
	background: url(/wp-content/uploads/mitaka-invisalign-ico_arrow.jpg) no-repeat;
	background-size: contain;
}
.flow-clinic .flow-blk li:nth-child(2) {
	width: 30%;
	margin-top: 0;
}
#content .flow-clinic .flow-blk li:nth-child(4) h3,
#content .flow-clinic .flow-blk li:nth-child(8) h3 {
	background: #c8bfbf;
}
.flow-clinic .flow-blk li.odd:after {
	background: url(/wp-content/uploads/mitaka-invisalign-white_arrow.jpg) no-repeat;
	margin: 0 auto 0 0;
	background-size: contain;
}
.flow-clinic .flow-blk li:nth-child(5),
.flow-clinic .flow-blk li:nth-child(6) {
	width: 100%;
}
.flow-clinic .flow-blk li:nth-child(4):after {
	background: none;
}
.flow-clinic .flow-blk li:nth-child(6)::before {
	background: url(/wp-content/uploads/mitaka-invisalign-white_arrow.jpg) no-repeat;
	right: -50%;
	background-size: contain;
}
.flow-clinic .flow-blk li:nth-child(6)::after {
	background: url(/wp-content/uploads/mitaka-invisalign-ico_arrow.jpg) no-repeat;
	left: -50%;
	background-size: contain;
}

@media screen and (max-width: 740px) {
	.flow-clinic .flow-blk {
		margin-top: 0;
	}
	.flow-clinic {
		padding: 0 20px;
	}
	#content .flow-clinic .flow-blk h3 {
		font-size: 1.3rem;
	}
	.flow-clinic .flow-blk p {
		font-size: 1.3rem;
	}
	.flow-clinic .flow-blk li.even:first-child::after {
		left: -29%;
		right: 0;
	}
}

/* ortho-fee */
.ortho-fee {
	text-align: center !important;
}
.ortho-fee p {
	margin-bottom: 30px;
}
.table-box {
	max-width: 730px;
	margin: 0 auto;
}
.feebox {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 50px;
}
.feebox thead tr th {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	padding: 10px;
	background: #fafafa;
	vertical-align: middle;
	border: 1px solid #d4d4d4;
}
.feebox tbody tr th {
	font-weight: bold;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
	padding: 15px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #d4d4d4 solid 1px;
}
.feebox thead tr th:nth-child(1) {
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	text-align: left;
}
.feebox thead tr th:nth-child(2),
.feebox thead tr th:nth-child(3) {
	text-align: center;
	width: 144px;
	box-sizing: border-box;
	border-left: 1px solid #d4d4d4;
	line-height: 1.2;
}
.feebox tbody {
	border: 1px solid #d4d4d4;
}
.feebox tbody tr td {
	border-left: 1px solid #d4d4d4;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #d4d4d4;
	line-height: 1.4rem;
}

@media screen and (max-width: 740px) {
	.fee {
		padding: 40px 20px 0;
		box-sizing: border-box;
	}
	.table-box {
		width: 100%;
	}

	.feebox {
		margin-bottom: 30px;
	}
	.feebox tbody tr th {
		font-size: 1.3rem;
		padding: 10px;
		vertical-align: middle;
	}
	.feebox thead tr th:nth-child(1) {
		font-size: 1.2rem;
	}
	.feebox tbody tr td {
		font-size: 1.2rem;
	}
	.feebox thead tr th:nth-child(2),
	.feebox thead tr th:nth-child(3) {
		width: 64px;
	}
}

/* important */
.important .txt.itero-txt p {
	font-weight: 900;
}
.page-id-3746 .important h3 {
	color: #ff6d00 !important;
	margin-bottom: 20px;
}
.page-id-3746 #content .flow-clinic .flow-blk li:nth-child(4) h3,
.page-id-3746 #content .flow-clinic .flow-blk li:nth-child(8) h3 {
	background: #C1B5A0;
}

@media screen and (min-width: 741px) {
	.important {
		border: #ff6d00 dashed 2px;
		background: #fff6f0;
		border-radius: 10px;
		margin: 40px 0px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.important .txt {
		padding: 40px;
	}
	.page-id-3746 .important .txt,
	.page-id-3746 .important2 {
		padding: 40px 31px;
	}
	.page-id-3746 .important h3 {
		margin-bottom: 10px;
	}
	.important .txt.itero-txt p {
		font-size: 2rem;
	}
	.page-id-3746 #content .flow-clinic .flow-blk h3 {
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 740px) {
	.important {
		border: #ff6d00 dashed 2px;
		background: #fff6f0;
		border-radius: 6px;
		margin: 20px 0px 0;
	}
	.important .txt {
		padding: 20px;
		position: relative;
		z-index: 10;
	}
	.page-id-3746 #content .flow-clinic .flow-blk h3 {
		font-size: 1.65rem;
		padding: 5px;
	}
}

/* textBox */
@media screen and (min-width: 741px) {
	.textBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.textBox .item {
		width: 48%;
	}
	.textBox .item+.item+.item {
		margin-top: 40px;
	}
	.textBox .item h3,
	.textBox .item h4 {
		font-size: 1.6rem;
		font-weight: 600;
		color: #ff6d00;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.textBox .item .heading {
		position: relative;
		padding-left: 18px;
	}
	.textBox .item .heading:before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 7px;
		background: #ff6d00;
		opacity: 0.6;
	}
}

@media screen and (max-width: 740px) {
	.textBox .item {
		width: 100%;
		margin-bottom: 20px;
	}
	.textBox .item h3,
	.textBox .item h4 {
		font-size: 1.5rem;
		font-weight: 600;
		color: #ff6d00;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.textBox .item .heading {
		position: relative;
		padding-left: 18px;
	}
	.textBox .item .heading:before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 5px;
		background: #ff6d00;
		opacity: 0.6;
	}
}


/* doctor */
.doctor {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.doctorsBox .doctor figure img {
	max-width: 120px;
}
.staff-txt {
	display: flex;
}
.staffcolor {
	color: #0066CC;
}

@media screen and (min-width: 741px) {
	.doctorsBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.doctorsBox .doctor {
		flex-wrap: wrap;
		width: 400px;
		margin: 50px auto 0;
	}
	.doctor em.name {
		width: 100%;
		display: block;
		font-size: 2rem;
		font-weight: 600;
		text-align: center;
		color: #ff6d00;
		padding: 30px 0 10px;
	}
	.staffcolor {
		margin-right: 20px;
	}
	.noticeBox {
		text-align: center;
	}
}

@media screen and (max-width: 740px) {
	.doctor {
		width: 100%;
		background-color: transparent;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		box-sizing: border-box;
		flex-direction: column;
		padding: 0 20px;
		margin: 0 auto;
		align-items: center;
	}
	.doctor+.doctor {
		margin-top: 40px;
	}
	.staffcolor {
		margin-right: 10px;
	}
}

/* flow */
#content .flow {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}
#content .flow .item {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 58px;
	position: relative;
}
#content .flow .item:before {
	content: "";
	width: 1px;
	height: 0;
	position: absolute;
	left: 21px;
	top: 54px;
	border-left: 2px dotted #350f10;
	transition: all 0.8s ease;
	backface-visibility: hidden;
}
#content .flow .item.active:before {
	height: calc(100% - 60px);
}
#content .flow .item .text {
	width: calc(100% - 396px);
	box-sizing: border-box;
}
#content .flow .item .text.wide {
	width: 100%;
}
#content .flow .item .text h3 {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
#content .flow .item .text h3 em {
	width: 44px;
	height: 44px;
	background: #350f10;
	background-size: 100% 100%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	color: #fff;
	font-size: 2rem;
	flex-shrink: 0;
}
#content .flow .item .text h3 span {
	padding-top: 4px;
	color: #350f10;
	padding-left: 14px;
}
#content .flow .item .text p {
	padding-left: 58px;
}
#content .flow .item figure {
	width: 365px;
	flex-shrink: 0;
}
#content .flow .item figure img {
	display: block;
}
#content .flow .item:last-child {
	padding-bottom: 0;
}
#content .flow .item:last-child:before {
	content: none;
}

@media screen and (max-width: 740px) {
	#content .flow {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
		box-sizing: border-box;
	}
	#content .flow .item {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
		padding-bottom: 36px !important;
		position: relative;
	}
	#content .flow .item:before {
		left: 17px;
		top: 50px;
	}
	#content .flow .item.active:before {
		height: calc(100% - 60px);
	}
	#content .flow .item .text {
		width: 100%;
		display: block;
	}
	#content .flow .item .text h3 {
		display: flex;
		justify-content: flex-start;
		padding-bottom: 0 !important;
	}
	#content .flow .item .text h3 em {
		width: 36px;
		height: 36px;
		font-size: 2rem;
	}
	#content .flow .item .text h3 span {
		padding-top: 4px;
		font-size: 1.7rem;
		padding-left: 10px;
	}
	#content .flow .item .text p {
		padding-left: 46px;
	}
	#content .flow .item figure {
		padding-top: 20px;
		flex-shrink: 0;
		width: 100%;
		padding-left: 46px;
		box-sizing: border-box;
	}
	#content .flow .item figure img {
		width: 100%;
	}
	#content .flow .item:last-child {
		padding-bottom: 0 !important;
	}
	#content .flow .item:last-child:before {
		content: none;
	}
	#content .flow .arrow_btn {
		margin-top: 30px;
	}
}

/* topics */
.topics {
	padding: 1rem 1rem;
	background-color: #ee5d31;
	text-align: center;
	margin-bottom: 80px;
}
#content .topics h3 {
	color: #fff;
	font-size: 2.6rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	text-align: center;
}
.topics p {
	color: #fff;
}

@media screen and (max-width: 740px) {
	.topics {
		margin-bottom: 40px;
	}
	#content .topics h3 {
		font-size: 2rem;
	}
}

/* -------------------------------------
* 審美・セラミック治療
------------------------------------- */
.page-id-3798 .table_type01 tbody tr th {
	width: auto;
}
.page-id-3798 .table_type01 thead tr th:first-child {
	width: 370px
}

@media screen and (max-width: 740px) {
	.page-id-3798 .table_type01 thead tr th:first-child  {
		width: 138px;
	}
}


/* -------------------------------------
* 料金表
------------------------------------- */
.price_nav {
	padding-top: 80px;
}
.price_nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.price_nav ul li {
	width: 50%;
	border: 1px solid #ff6d00;
	box-sizing: border-box;
}
.price_nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff6d00;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	padding: 8px;
}
.price_nav ul li a:hover,
.price_nav ul li a.current {
	background: #ff6d00;
	color: #fff;
}
.price_nav ul li:nth-child(2n) {
	border-left: 0;
}
.price_nav ul li:nth-child(3),
.price_nav ul li:nth-child(4) {
	border-top: 0;
}
.price_nav small {
	display: block;
	text-align: left;
	color: #ff6d00;
	font-size: 1.25rem;
	line-height: 1.5;
	padding-top: 10px;
}

.implant-treatment {
	text-align: center;
	margin-bottom: 80px;
}

.price_table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 80px;
}
.price_table.admt {
	margin-top: 80px;
}
.price_table.delmb {
	margin-bottom: 10px;
}
.price_table thead {
	border: 1px solid #d4d4d4;
}
.price_table thead tr th {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	padding: 10px;
	background: #fafafa;
	vertical-align: middle;
}
.price_table thead tr th:nth-child(1) {
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #d4d4d4;
	text-align: left;
}
.price_table thead tr th:nth-child(2),
.price_table thead tr th:nth-child(3),
.price_table thead tr th:nth-child(4),
.price_table thead tr th:nth-child(5) {
	text-align: center;
	width: 144px;
	box-sizing: border-box;
	border-left: 1px solid #d4d4d4;
	line-height: 1.2;
}
.price_table tbody {
	border: 1px solid #d4d4d4;
}
.price_table tbody tr th {
	font-weight: bold;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
	padding: 15px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #d4d4d4 solid 1px;
}
.price_table tbody tr td {
	border-left: 1px solid #d4d4d4;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #d4d4d4;
	line-height: 1.4rem;
}
.price_table tbody tr td small {
	font-size: 1.2rem;
}
.price_table tbody tr td em {
	font-family: "Noto Sans JP", sans-serif;
	color: #f53a00;;
}
.price_table tfoot tr td {
	padding-top: 10px;
	font-size: 1rem;
}
.price_table tfoot tr td a {
	color: #caa965;
	text-decoration: underline;
}
.price_table tbody tr td:last-child {
	font-weight: 600;
}

.price_figure img {
	width: 100%;
}

@media screen and (max-width: 740px) {
	.price_nav {
		padding: 20px;
	}
	.price_nav ul li {
		width: 100%;
		border: 1px solid #ff6d00;
	}
	.price_nav ul li a {
		padding: 5px;
	}
	.price_nav ul li:nth-child(2n) {
		border-top: 0;
		border-left: 1px solid #ff6d00;
	}
	.price_nav small {
		font-size: 1.1rem;
	}

	.implant-treatment {
		margin-bottom: 20px;
	}

	.price_table {
		table-layout: fixed;
		width: 100%;
		margin-bottom: 30px;
	}
	.price_table thead tr th {
		font-size: 1rem;
		font-weight: normal;
		line-height: 1.25;
		padding: 4px 8px;
		background: #fafafa;
		vertical-align: middle;
		text-align: left;
		box-sizing: border-box;
	}
	.price_table thead tr th:nth-child(1) {
		font-size: 1.2rem;
	}
	.price_table thead tr th:nth-child(2),
	.price_table thead tr th:nth-child(3),
	.price_table thead tr th:nth-child(4),
	.price_table thead tr th:nth-child(5) {
		width: 64px;
	}
	.price_table tbody tr th {
		font-size: 1.3rem;
		padding: 10px;
		vertical-align: middle;
	}
	.price_table tbody tr td {
		font-size: 1.2rem;
	}
	.price_table tfoot tr td {
		padding-top: 10px;
		font-size: 1rem;
	}
}

#content .loan_inner h4 {
	font-size: 2.2rem;
	color: #350f10;
}
#content .loan_inner p + h4 {
	margin-top: 40px;
}
#content .loan_inner small {
	display: block;
	font-size: 1.2rem;
}
@media screen and (max-width: 740px) {
	#content .loan_inner h4 {
		font-size: 1.8rem;
	}
	#content .loan_inner p + h4 {
		margin-top: 20px;
	}
	#content .loan_inner small {
		display: block;
		font-size: 1rem;
	}
}

.table_loan01 {
	width: 100%;
	table-layout: fixed;
	margin: 40px 0;
}
.table_loan01 caption {
	text-align: left;
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 20px;
}
.table_loan01 thead tr th {
	padding: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	border: #d4d4d4 solid 1px;
	background: #fafafa;
}
.table_loan01 thead tr .narrow {
	width: 200px;
}
.table_loan01 tbody tr th,
.table_loan01 tbody tr td {
	padding: 20px;
	border: #d4d4d4 solid 1px;
	vertical-align: middle;
	text-align: center;
}
.table_loan01 tbody tr th + td {
	text-align: left;
}
#content a[target=_blank]:not(.noicon) {
	color: #ff6d00;
	text-decoration: underline;
}
#content a[target=_blank]:not(.noicon):after {
	content: "\e90a";
	font-family: "icomoon";
	font-size: 1rem;
	margin: 0 3px;
}

@media screen and (max-width: 740px) {
	.table_loan01 {
		width: 100%;
		table-layout: fixed;
		margin: 20px 0;
	}
	.table_loan01 caption {
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
	.table_loan01 thead tr th {
		padding: 8px;
		font-size: 1.3rem;
		vertical-align: middle;
		line-height: 1.3;
	}
	.table_loan01 thead tr .narrow {
		width: 90px;
	}
	.table_loan01 tbody tr th,
	.table_loan01 tbody tr td {
		padding: 10px;
		font-size: 1.3rem;
	}
}

.formula {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.formula.f02 .Term {
	width: calc((100% - 78px) / 3);
}
.formula .Term {
	width: calc((100% - 78px) / 4);
	height: 82px;
	border: 2px solid #ff6d00;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.45;
	font-weight: 500;
	color: #ff6d00;
	font-feature-settings: "palt";
	text-align: center;
}
.formula .Term small {
	font-size: 1rem;
}
.formula .Term.total {
	background: #ff6d00;
	color: #fff;
}
.formula .symbol {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff6d00;
	font-weight: 600;
}
.formula_text {
	display: block;
	font-size: 1rem;
	line-height: 1.8;
	padding-top: 10px;
	color: #ff6d00;
}
@media screen and (max-width: 740px) {
	.formula {
		padding-top: 20px;
		flex-direction: column;
	}
	.formula .Term {
		width: 100% !important;
		height: auto;
		padding: 6px;
		font-size: 1.4rem;
		line-height: 1.45;
	}
	.formula .Term small {
		display: inline-block;
		font-size: 1.1rem;
	}
	.formula .Term br {
		display: none;
	}
	.formula .symbol {
		font-size: 2rem;
		transform: rotate(90deg);
	}
	.formula_text {
		line-height: 1.5;
	}
}

section.blog_section {
	width: 1080px;
	margin: 0 auto 90px;
	box-sizing: border-box;
}
section.blog_section .sect_ttl {
	padding: 80px 0;
}
section.blog_section .sect_ttl:before {
	left: -120px;
}
section.blog_section .sect_ttl.active:before {
	width: 100px;
}
section.blog_section .sect_ttl em {
	margin-left: 0;
	font-weight: 600;
}
section.blog_section .blog_data {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 15px;
}
section.blog_section .blog_data .date {
	display: block;
	font-weight: 600;
	line-height: 22px;
	margin-right: 20px;
	color: #ff6d00;
	font-size: 1.7rem;
}
section.blog_section .blog_data .category {
	font-weight: 500;
	line-height: 1;
	padding: 5px 12px;
	font-size: 1rem;
	border-radius: 13px;
	background: #fff;
	color: #ff6d00;
	box-sizing: border-box;
	border: 1px dashed #ff6d00;
}
section.blog_section .blog_data .category:hover {
	background: #ff6d00;
	color: #fff;
}
section.blog_section .blog_data ~ .sect_ttl {
	padding-top: 0;
}
section.blog_section .blog_data ~ .sect_ttl:before {
	top: 22px;
}
section.blog_section .sect_ttl {
	text-align: left;
	width: 100%;
}
section.blog_section .blog_article {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
section.blog_section .blog_article .blog_main {
	width: 100%;
	padding-right: 50px;
	box-sizing: border-box;
}
section.blog_section .blog_article .blog_main .blog_detail {
	padding-bottom: 50px;
}
section.blog_section .blog_article .blog_main .blog_detail p, section.blog_section .blog_article .blog_main .blog_detail figure {
	line-height: 2;
	padding-bottom: 2em;
}
section.blog_section .blog_article .blog_main .blog_main_items .item {
	width: 100%;
	padding: 26px 0;
	box-sizing: border-box;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px dashed #d7cfcf;
}
section.blog_section .blog_article .blog_main .blog_main_items .item .date {
	display: block;
	font-weight: 600;
	line-height: 22px;
	margin-right: 20px;
	color: #ff6d00;
	font-size: 1.7rem;
}
section.blog_section .blog_article .blog_main .blog_main_items .item .category {
	font-weight: 500;
	line-height: 1;
	padding: 5px 12px;
	font-size: 1rem;
	border-radius: 13px;
	background: #fff;
	color: #ff6d00;
	box-sizing: border-box;
	border: 1px dashed #ff6d00;
	margin-right: 10px;
}
section.blog_section .blog_article .blog_main .blog_main_items .item .category:hover {
	background: #ff6d00;
	color: #fff;
}
section.blog_section .blog_article .blog_main .blog_main_items .item h2 {
	width: 100%;
	font-size: 2.4rem;
	line-height: 1.35;
	padding: 16px 0 10px;
}
section.blog_section .blog_article .blog_main .blog_main_items .item h2 a {
	color: #350f10;
	font-weight: 500;
}
section.blog_section .blog_article .blog_main .blog_main_items .item h2 a:hover {
	color: #ff6d00;
}
section.blog_section .blog_article .blog_main .page {
	border-top: 1px dashed #d7cfcf;
	width: 100%;
	padding-top: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
section.blog_section .blog_article .blog_main .page ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
section.blog_section .blog_article .blog_main .page ul .page-numbers {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #ff6d00;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff6d00;
	margin: 0 5px;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 600;
	box-sizing: border-box;
}
section.blog_section .blog_article .blog_main .page ul .page-numbers.current {
	background: #ff6d00;
	color: #fff;
}
section.blog_section .blog_article .blog_main .page ul a.page-numbers:hover {
	background: #ff6d00;
	color: #fff;
}
section.blog_section .blog_article .blog_main .page ul .page-numbers.dots {
	border: none !important;
}
section.blog_section .blog_article .blog_main .page ul .page-numbers.prev,
section.blog_section .blog_article .blog_main .page ul .page-numbers.next {
	display: block;
	width: auto;
	height: auto;
	background: none !important;
	border: none !important;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	color: #ff6d00 !important;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 30px;
}
section.blog_section .blog_article .blog_main .page ul .page-numbers.prev {
	left: 0;
}
section.blog_section .blog_article .blog_main .page ul .page-numbers.next {
	right: 0;
}
section.blog_section .blog_article .blog_main .page ul .page-numbers.prev:hover,
section.blog_section .blog_article .blog_main .page ul .page-numbers.next:hover {
	text-decoration: underline;
}
section.blog_section .blog_article .blog_side {
	flex-shrink: 0;
	width: 286px;
}
section.blog_section .blog_article .blog_side .heading {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	position: relative;
	padding: 12px;
	color: #fff;
	background: #350f10;
	font-family: "Noto Serif JP", serif;
}
section.blog_section .blog_article .blog_side .blog_side_items {
	padding: 20px 0;
}
section.blog_section .blog_article .blog_side .blog_side_items ul li a {
	font-size: 1.5rem;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-align: justify;
	position: relative;
	padding-left: 16px;
	color: #350f10;
}
section.blog_section .blog_article .blog_side .blog_side_items ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #350f10;
	opacity: 0.2;
	border-radius: 50%;
	transition: all 0.2s ease;
	backface-visibility: hidden;
}
section.blog_section .blog_article .blog_side .blog_side_items ul li a:hover {
	color: #ff6d00;
	text-decoration: underline;
}
section.blog_section .blog_article .blog_side .blog_side_items ul li a:hover:before {
	background: #ff6d00;
	opacity: 0.8;
}
section.blog_section .blog_article .blog_side .blog_side_items ul li + li {
	margin-top: 15px;
}
section.blog_section .blog_article .blog_side .blog_side_items + .heading {
	margin-top: 20px;
}
section.blog_section .blog_article .blog_side .selectBox {
	display: block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	border-radius: 4px;
}
section.blog_section .blog_article .blog_side .selectBox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: medium none;
	box-sizing: border-box;
	font-size: 1.6rem;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	background: #f8f8f8;
	padding-right: 50px;
	width: 114%;
	max-width: none;
	box-shadow: none;
	outline: none;
	color: #350f10;
}
section.blog_section .blog_article .blog_side .selectBox select option, section.blog_section .blog_article .blog_side .selectBox select optgroup {
	color: #350f10;
	font-style: normal;
}
section.blog_section .blog_article .blog_side .selectBox:after {
	background: #f8f8f8;
	content: "▼";
	font-size: 1rem;
	color: #350f10;
	height: 100%;
	width: 40px;
	line-height: 40px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 5px;
}
@media screen and (max-width: 740px) {
	section.blog_section {
		width: 100%;
		padding: 0px;
		margin-bottom: 0;
	}
	section.blog_section .sect_ttl:before {
		top: 54px;
		left: 0;
	}
	section.blog_section .sect_ttl.active:before {
		width: 16px;
	}
	section.blog_section .blog_data {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		max-width: 100%;
		margin: 0 auto;
		padding: 40px 20px 10px;
	}
	section.blog_section .blog_data .category {
		padding: 4px 12px;
		font-size: 1rem;
		border-radius: 10px;
	}
	section.blog_section .blog_data .date {
		display: block;
		font-size: 1.2rem;
		font-style: normal;
	}
	section.blog_section .blog_data ~ .sect_ttl:before {
		top: 15px;
	}
	section.blog_section .sect_ttl {
		width: 100%;
		padding: 40px 20px 40px;
		text-align: left;
		box-sizing: border-box;
	}
	section.blog_section .blog_article {
		flex-direction: column;
		width: 100%;
		padding: 0;
	}
	section.blog_section .blog_article .blog_main {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	section.blog_section .blog_article .blog_main .blog_detail {
		padding-bottom: 1em;
	}
	section.blog_section .blog_article .blog_main .blog_detail p, section.blog_section .blog_article .blog_main .blog_detail figure {
		line-height: 2;
		padding-bottom: 1em;
	}
	section.blog_section .blog_article .blog_main .blog_main_items .item {
		padding: 20px;
		margin-bottom: 0;
	}
	section.blog_section .blog_article .blog_main .blog_main_items .item .category {
		position: absolute;
		right: 15px;
		top: 15px;
		padding: 4px 12px;
		font-size: 1rem;
		border-radius: 10px;
	}
	section.blog_section .blog_article .blog_main .blog_main_items .item .date {
		font-size: 1.4rem;
	}
	section.blog_section .blog_article .blog_main .blog_main_items .item h2 {
		font-size: 1.8rem;
		padding: 10px 0 10px;
		line-height: 1.35;
	}
	section.blog_section .blog_article .blog_main .page {
		width: 100%;
		padding-top: 60px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	section.blog_section .blog_article .blog_main .page ul .page-numbers {
		width: 30px;
		height: 30px;
		margin: 0 2px;
		font-size: 1.4rem;
	}
	section.blog_section .blog_article .blog_main .page ul .page-numbers.prev,
	section.blog_section .blog_article .blog_main .page ul .page-numbers.next {
		font-size: 1.4rem;
		top: 10px;
	}
	section.blog_section .blog_article .blog_side {
		flex-shrink: 0;
		width: 100%;
		padding: 25px 20px;
		box-sizing: border-box;
		margin-top: 0px;
		border-radius: 0;
	}
	section.blog_section .blog_article .blog_side .heading {
		font-size: 1.4rem;
	}
	section.blog_section .blog_article .blog_side .blog_side_items {
		padding: 20px 0 0;
	}
	section.blog_section .blog_article .blog_side .blog_side_items ul li a {
		font-size: 1.4rem;
	}
	section.blog_section .blog_article .blog_side .blog_side_items ul li + li {
		margin-top: 10px;
	}
	section.blog_section .blog_article .blog_side .blog_side_items:last-child {
		padding-bottom: 0;
	}
}


/* =====================================
■当院の歯科医師による講演・症例発表のご案内
===================================== */
.seminarbox {
	margin-bottom: 10px;
}
.seminarbox > .elementor-container > .elementor-row {
	flex-wrap: nowrap;
	justify-content: space-between;
	column-gap: 20px;
	row-gap: 10px;
}
.seminarbox .item:not(.none) {
	min-height: 430px;
	border: 1px solid #A2896F;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 140%;
	color: #333333;
}
.seminarbox .pnimg {
	background: #CCC;
	text-align: center;
	padding: 10px 5px;
	margin: 0px;
}
.seminarbox .pnimg a:after {
	display: none !important;
}
.seminarbox .pnimg img {
	width: auto;
	height: 120px;
}
.seminarbox .date {
	background: #399;
	color: #FFF;
	text-align: center;
	padding: 5px;
}
.seminarbox .heading {
	background: #E6E1CA;
	font-size: 12px;
	line-height: 100%;
	color: #CC6600;
	text-align: center;
	padding: 5px;
}
.seminarbox .heading .elementor-heading-title {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: 600;
	font-feature-settings: normal;
	color: #CC6600;
}
.seminarbox .semidr {
	padding: 5px;
}
.seminarbox .theme {
	background: #A2896F;
	color: #FFF;
	padding: 5px;
}
.seminarbox .text {
	font-size: 12px;
	padding: 5px;
}

@media screen and (max-width: 740px) {
	.seminarbox > .elementor-container > .elementor-row {
		flex-wrap: wrap;
	}
}


/* =====================================
■症例写真
===================================== */
@media screen and (min-width: 741px) {
	section.case-photo .blog_article .blog_main {
		padding-right: 0;
	}
}

/* item_ttl */
section.case-photo h2.item_ttl {
	font-size: 2.4rem !important;
	font-weight: 600;
	line-height: 1.3 !important;
	color: #350f10;
	padding:  0 0 0 19px !important;
	margin-bottom: 20px !important;
	box-sizing: border-box;
	position: relative;
}
section.case-photo h2.item_ttl:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-image: -moz-linear-gradient(-90deg, #ff6d00 0%, #fec200 100%);
	background-image: -webkit-linear-gradient(-90deg, #ff6d00 0%, #fec200 100%);
	background-image: -ms-linear-gradient(-90deg, #ff6d00 0%, #fec200 100%);
}

@media screen and (max-width: 740px) {
	section.case-photo h2.item_ttl {
		font-size: 1.8rem !important;
		line-height: 1.35 !important;
	}
}

/* 一覧 */
section.case-photo .blog_article .blog_main .blog_main_items .summary {
	margin-bottom: 50px;
}
section.case-photo .blog_article .blog_main .blog_main_items .summary p.green {
    color: #00CC99;
    margin-bottom: 5px;
}
section.case-photo .blog_article .blog_main .case-photo-table {
	border-collapse: separate;
	border-spacing: 2px;
}
section.case-photo .blog_article .blog_main .case-photo-table th,
section.case-photo .blog_article .blog_main .case-photo-table td {
	font-size: 14px;
	line-height: 150%;
	padding: 2px 5px;
	box-sizing: border-box;
	vertical-align: top;
}
section.case-photo .blog_article .blog_main .case-photo-table th {
	background: #6C5F3D;
	border: 1px solid #C5B994;
	color: #FFFFFF;
	text-align: center;
}
section.case-photo .blog_article .blog_main .case-photo-table th:first-child {
	width: 50%;
}
section.case-photo .blog_article .blog_main .case-photo-table .arrow {
	width: 84px;
	text-align: center;
}
section.case-photo .blog_article .blog_main .case-photo-table td p {
	padding-left: 20px;
}

@media screen and (max-width: 740px) {
	section.case-photo .blog_article .blog_main .blog_main_items .item {
		padding: 20px 0;
	}
	section.case-photo .blog_article .blog_main .case-photo-table th,
	section.case-photo .blog_article .blog_main .case-photo-table td  {
		font-size: 10px;
		padding: 2px;
	}
	section.case-photo .blog_article .blog_main .case-photo-table th:first-child {
		width: 42%;
	}
	section.case-photo .blog_article .blog_main .case-photo-table .arrow {
		width: 24px;
	}
}


/* 詳細 */
section.case-photo .blog_article .blog_main .blog_detail .item {
	margin-bottom: 50px;
}
section.case-photo .case-table {
	border-collapse: separate;
	border-spacing: 2px;
}
section.case-photo .case-table th,
section.case-photo .case-table td {
	height: 30px;
	font-size: 14px;
	line-height: 150%;
	padding: 5px;
	box-sizing: border-box;
	vertical-align: middle;
}
section.case-photo .case-table th {
	width: 84px;
	background: #6C5F3D;
	border: 1px solid #C5B994;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}
section.case-photo .case-table .case-area-table {
	border-collapse: separate;
	border-spacing: 2px;
	max-width: 482px;
	padding: 0 20px;
}
section.case-photo .case-table .case-area-table td {
	font-weight: bold;
	text-align: center;
}
section.case-photo .case-table .case-area-table tr:first-child td {
	border-bottom: 1px solid #666666;
}
section.case-photo .case-table .case-area-table td:nth-child(8) {
	border-right: 1px solid #666666;
}
section.case-photo .blog_article .blog_main .blog_detail p {
	padding-bottom: 0;
	margin-bottom: 25px;
}
section.case-photo .blog_article .blog_main .blog_detail p.green {
	color: #00CC99;
	margin-bottom: 5px;
}

@media screen and (max-width: 740px) {
	section.case-photo .case-table th,
	section.case-photo .case-table td {
		height: 18px;
		font-size: 12px;
	}
	section.case-photo .case-table .case-area-table {
		padding: 0;
	}
	section.case-photo .case-table .case-area-table td {
		padding: 0;
	}
}

/* photoList */
section.case-photo .photoList {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
}
section.case-photo .photoList li {
	width: calc((100% - 20px) / 3);
}

@media screen and (max-width: 740px) {
	section.case-photo .photoList {
		row-gap: 3px;
		column-gap: 3px;
	}
	section.case-photo .photoList li {
		width: calc((100% - 6px) / 3);
	}
}