@charset "utf-8";
/* =====================================
■COMMON
===================================== */
/*--------------------------------------
textcolor
--------------------------------------*/
.txtColor {
	color: #6ca302;
}
.txtLink {
	text-decoration: underline !important;
	vertical-align: baseline;
}
.bgLine {
	background: linear-gradient(transparent 72%, #FFE34B 0%);
	padding-bottom: 1px;
}

/* -------------------------------------
Elementor
------------------------------------- */
/* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 20px;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}
.imgFrame a {
	background: #fff;
}
.imgFrame img {
	border: 1px solid #fff;
}

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

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

/* 画像ボックス
------------------------------------- */
.elementor-widget-image-box .elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
	word-break: break-all;
	white-space: pre-wrap;
}
div:not(.graphicBox) .elementor-image-box-title {
	font-family: "新丸ゴ M JIS2004", "Shin Maru Go Medium JIS2004";
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #552e1d;
	border-bottom: 2px solid #9ab54a;
	padding-bottom: 6px;
    margin: 0 0 5px;
	position: relative;
	overflow: hidden;
}
div:not(.graphicBox) .elementor-image-box-title small {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #666;
}
div:not(.graphicBox) .elementor-image-box-title .num {
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: #99bd49;
	border-radius: 50%;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	margin-top: 2px;
}
div:not(.graphicBox) .elementor-image-box-img {
	display: block !important;
	width: 40.7% !important;
	float: right;
	margin: 0 0 5px 15px !important;
	text-align: right;
}
div:not(.graphicBox).img_l .elementor-image-box-img {
	float: left;
	margin: 0 15px 5px 0 !important;
}
div:not(.graphicBox).auto_width .elementor-image-box-img {
	width: auto !important;
}
.elementor-widget-image .elementor-image a {
	background: #fff;
}
div:not(.graphicBox) .elementor-widget-image .elementor-image a img {
	width: 100%;
}
figcaption.widget-image-caption.wp-caption-text {
	font-size: 14px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	div:not(.graphicBox) .elementor-image-box-img,
	div:not(.graphicBox).img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 10px !important;
		text-align: center;
	}
	div:not(.graphicBox).auto_width .elementor-image-box-img {
		text-align: center;
	}
}

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

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

/* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-widget-button {
	line-height: 1;
}
.elementor-image-box-wrapper .btn {
	margin-top: 10px;
}
.elementor-button,
.btn a {
	display: inline-block;
	width: 100% !important;
	max-width: 195px;
	background: #ececea;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.10, #fefefe), color-stop(1.00, #ececea));
	background: -webkit-linear-gradient(top, #fefefe 10%, #ececea 100%);
	background: -moz-linear-gradient(top, #fefefe 10%, #ececea 100%);
	background: -o-linear-gradient(top, #fefefe 10%, #ececea 100%);
	background: -ms-linear-gradient(top, #fefefe 10%, #ececea 100%);
	background: -linear-gradient(top, #fefefe 10%, #ececea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececea',GradientType=0 );	
	border: 1px solid #633535;
	border-radius: 3px !important;
	box-sizing: border-box;
	font-family: "新丸ゴ M JIS2004", "Shin Maru Go Medium JIS2004";
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.03em;
	color: #8b3545 !important;
	text-align: center;
	padding: 2px 5px 3px !important;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
	vertical-align: bottom;
}
.elementor-button:hover,
.btn a:hover {
	background: #6a3531;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.10, #9b4d1f), color-stop(1.00, #6a3531));
	background: -webkit-linear-gradient(top, #9b4d1f 10%, #6a3531 100%);
	background: -moz-linear-gradient(top, #9b4d1f 10%, #6a3531 100%);
	background: -o-linear-gradient(top, #9b4d1f 10%, #6a3531 100%);
	background: -ms-linear-gradient( top, #9b4d1f 10%, #6a3531 100%);
	background: -linear-gradient(top, #9b4d1f 10%, #6a3531 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4d1f', endColorstr='#6a3531',GradientType=0 );
	color: #fff !important;
}

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

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

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

/* リスト
------------------------------------- */
.listTit {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 2px;
}
.elementor-icon-list-items .elementor-icon-list-item a {
	display: inline;
	width: auto;
}

/* circleList */
.circleList .elementor-icon-list-items li,
ul.circleList > li {
	line-height: 1.6em;
	padding: 0 0 0 11px;
	position: relative;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #e46e18;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 1px 0 1px 25px;
	position: relative;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
    display: block;
    content: "";
    width: 8px;
    height: 4px;
    border: transparent 5px solid;
    border-left: 3px solid #e46e18;
    border-bottom: 3px solid #e46e18;
    position: absolute;
    left: 2px !important;
    top: 0px;
    transform: rotate(315deg);
    box-sizing: content-box;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	border: 1px solid #340101;
	position: absolute;
	left: 3px !important;
	top: 3px;
	box-sizing: content-box;
}

/* iconList */
.iconList .elementor-icon-list-items li,
ul.iconList > li {
	padding: 0 0 0 25px;
	position: relative;
	text-align: left;
}
.iconList .elementor-icon-list-items li:before,
ul.iconList > li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: url(/wp-content/uploads/icon_arrow.png) no-repeat left top;
	position: absolute;
	top: 8px;
	left: 10px;
}

/* borderList */
.borderList .elementor-icon-list-items li {
	padding: 4px 3px 2px;
	border-bottom: 1px solid #487CDD;
	position: relative;
}

/* link_A */
.arrowListBox {
	background: #eeeeee;
	padding: 15px;
	text-align: center;
}
.arrowList .elementor-icon-list-items li {
	display: inline-block;
	padding: 3px 0 3px 15px;
	margin: 0 calc(25px/2);
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	color: #22201E;
	text-decoration: none;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #99BD49;
	text-decoration: underline;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	border-left: 8px solid #99BD49;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: -15px;
	top: 4px;
	transition: all 0.5s;
}
.arrowList .elementor-icon-list-items li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* 番号リスト */
.numList .elementor-icon-list-items,
ul.numList {
	counter-reset: li;
}
.numList .elementor-icon-list-items li,
ul.numList > li {
	padding: 0 0 0 17px;
	line-height: 1.6em;
	position: relative;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: counter(li, decimal)".";
	counter-increment: li;
	width: 17px;
	height: 17px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	position: absolute;
	left: 0;
	top: 4px;
}

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

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

/* flow
------------------------------------- */
.flowList .elementor-inner-section {
	position: relative;
}
.flowList .elementor-inner-section:not(:last-child) {
	margin-bottom: 48px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	width: 59px;
	height: 28px;
	background: url(/wp-content/uploads/ico_arrow04.png) no-repeat left top;
	position: absolute;
	left: 50%;
	bottom: -38px;
	margin-left: -30px;
}
.flowList .elementor-widget-heading .elementor-heading-title,
.flowList .elementor-image-box-title {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0;
	color: #2374c6;
	background-image: -webkit-linear-gradient(top,#5094d1,#1f6cbc,#123553);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0;
	border-bottom: 1px solid #003e7d;
	margin-bottom: 7px !important;
	position: relative;
}
.flowTit .step {
	width: 60px;
	height: 18px;
	display: inline-block;
	vertical-align: bottom;
	background: #0066cc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0066cc), color-stop(0.50, #003e7d));
	background: -webkit-linear-gradient(top, #0066cc 0%, #003e7d 100%);
	background: -moz-linear-gradient(top, #0066cc 0%, #003e7d 50%);
	background: -o-linear-gradient(top, #0066cc 0%, #003e7d 50%);
	background: -ms-linear-gradient(top, #0066cc 0%, #003e7d 50%);
	background: -linear-gradient(top, #0066cc 0%, #003e7d 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#003e7d',GradientType=0 );
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	letter-spacing: 0;
	padding: 0;
	margin: 0 6px 0 0;	
	text-align: center;
	-webkit-text-fill-color: #fff;
}
.flowList .elementor-image-box-img,
.flowList .graphicBox .photo {
	margin-bottom: 0 !important;
}

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

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

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

/* QA
------------------------------------- */
/* qa_E */
.qaList .elementor-top-column {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.qaList:not(:last-child) .elementor-top-column {
	margin-bottom: 20px;
}
.qaList .question {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px dotted #458cd3;
}
.qaList .answer {
	position: relative;
}
.qaList .question .num {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	width: 40px;
	border-left: 5px solid #458cd3;
	font-size: 31px;
	line-height: 1;
	color: #458cd3;
	text-align: center;
	padding: 0;
}
.qaList .answer .num {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	width: 40px;
	border-left: 5px solid #999999;
	font-size: 31px;
	line-height: 1;
	color: #666666;
	text-align: center;
}
.qaList .num img {
	vertical-align: top;
}
.qaList .question .num img {
	margin-top: 3px;
}
.qaList .txt {
	width: calc(100% - 40px);
	line-height: 1.6;
	padding-left: 3px;
}
.qaList .question .txt {
	font-size: 14px;
	color: #458cd3;
	font-weight: bold;
}
.qaList .answer .txt {
	padding-bottom: 10px;
}
.qaList .answer .txt .elementor-widget-heading {
	padding-bottom: 5px;
	position: relative;
}
.qaList .answer .txt .elementor-widget-heading:after {
	content: "";
	width: calc(100% + 40px);
	border-bottom: 1px dotted #999;
	position: absolute;
	left: -40px;
	bottom: 0;
}
.qaList .answer .txt .full {
	width: calc(100% + 30px);
	margin-left: -30px;
}

/* 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;
	box-sizing: border-box;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 1px solid #ccc !important;
	box-sizing: border-box;
}
.maplink {
	display: block;
	margin-top: 5px;
}
.maplink a {
	text-decoration: underline;
}

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

/* -------------------------------------
診療時間表
------------------------------------- */
/* 診療時間表
------------------------------------- */
table.timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetable th,
.timetable td {
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #fff;
	text-align: center;
}
.timetable thead th {
	background: #2031AC;
	color: #fff;
}
.timetable thead th:first-child {
	width: 30%;
}
.timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
	background: #C7CBE9;
}
.timetable tbody td {
	background: #E9ECF4;
}
.note {
	font-size: 11px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.timetable th,
	.timetable td {
		font-size: 12px;
	}
	.timetable thead th:first-child {
		width: 33%;
	}
	.timetable thead th:last-child {
		width: 17%;
	}
}

/* 診療時間表A
------------------------------------- */
table.timetableA {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableA th,
.timetableA td {
	background: #fff;
	border: 1px solid #dbc79f;
	text-align: center;
	vertical-align: middle;
	padding: 9px 0 8px;
}
.timetableA thead th {
	background: #6b592c;
	color: #fff;
	font-weight: bold;
	padding: 8px 0;
}
.timetableA thead th:first-child {
	width: 34%;
}
.timetableA tbody th {
	word-break: keep-all;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.timetableA th,
	.timetableA td {
		font-size: 75%;
		padding: 4px 0 3px;
	}
	.timetableA thead th {
		padding: 4px 0;
	}
	.timetableA thead th:first-child {
		width: 35%;
	}
}

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

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

@media screen and (max-width: 374px) {
	.timetableC th,
	.timetableC td {
		font-size: 12px;
	}
	.timetableC thead th:first-child {
		font-size: 12px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 5px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		padding-right: 5px;
	}
}

/*--------------------------------------
table_A
--------------------------------------*/
.table_A th,
.table_A td {
	vertical-align: top;
    word-break: break-all;
    padding: 10px;
}
.table_A th {
    border-bottom: 1px solid #FCC427;
    width: 160px;
    position: relative;
}
.table_A th:before {
    content: "";
    width: 4px;
    height: calc(100% - 5px);
    background: #FCC427;
    position: absolute;
    left: 0;
    bottom: 0;
}
.table_A td {
    border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
	.table_A th {
		width: 80px;
	}
}

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D th,
.table_D td {
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 8px 10px;
	text-align: left;
	box-sizing: border-box;
}
.table_D thead th {
	background: #E8EDD3;
	font-weight: bold;
}
.table_D tbody th {
	background: #F7F9F0;
	font-weight: bold;
}
.table_D tbody td {
	background: #fff;
}

.scroll_area {
	width: 100%;
	overflow-x: auto;
}
.scroll_area table {
	width: 520px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.table_D th,
	.table_D td {
		padding: 8px 3px;
	}
}
/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.4;
	color: #002163;
	background: -webkit-linear-gradient(top, #002163 0%, #002163 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
.frameTit small {
	font-size: 14px;
}
.numTit .elementor-heading-title {
	font-size: 1.4em;
	line-height: 1.35;
	color: #E46E18;
	padding-left: 27px;
	position: relative;
	font-weight: bold;
}
.numTit .elementor-heading-title span {
	display: block;
	width: 21px;
	height: 21px;
	background: #300;
	border-radius: 50%;
	font-family: "新丸ゴ R JIS2004", "Shin Maru Go Regular JIS2004";
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0;
	color: #cdc0c0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.numTit .elementor-heading-title small {
	font-size: 15px;
	letter-spacing: 0.05em;
}

/*　frame_J
--------------------------------------*/
.frameJ {
	background-color: #F7F7F7;
	padding: 10px;
	position: relative;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 10px;
	border: 2px solid #dddddd;
}

/*　画像
--------------------------------------*/
.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: 270px;
}

@media screen and (min-width: 768px) {
	.frameJ div:not(.graphicBox) .elementor-image-box-img {
		width: 45.7% !important;
	}
}

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

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

/*--------------------------------------
before after
--------------------------------------*/
.before_after {
	position: relative;
}
.before_after:before {
	display: block;
	content: "";
	width: 18px;
	height: 37px;
	background: url(/wp-content/uploads/ico_arrow03.png) no-repeat left top;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -7px;
}
.before_after .elementor-widget-heading {
	max-width: 212px;
	background: #cdebff;
	margin: 0 auto 5px;
	text-align: center;
}
.before_after .elementor-heading-title {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #5094d1;
	background-image: -webkit-linear-gradient(top,#5094d1,#1f6cbc,#123553);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.before_after img {
	border: 1px solid #E1E1E1;
	padding: 5px;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-top: -17px;
		margin-left: -9px;
	}
}

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


/* =====================================
■ブログ
===================================== */
#blogArea {
	float: left;
	width: 72.5%;
	max-width: 490px;
	box-sizing: border-box
}
#blogArea .pagename {
	margin-bottom: 20px;
}
#article {
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
#article .articleWrap {
	margin-bottom: 37px;
}
#article .articleWrap .data {
	text-align: right;
	color: #747474;
	margin-bottom: 1px;
}
#article .articleWrap .entryTitle {
    background: #fff;
    border: 1px solid #788c2d;
    overflow: hidden;
    padding: 1px;
    margin-bottom: 10px;
	position: relative;
}
#article .articleWrap .entryTitle h4 {	
    background: url(/wp-content/uploads/h4_bg.jpg) no-repeat left center #7a9139;
    background-size: auto 100%;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    position: relative;
}
#article .articleWrap .entryTitle h4:before {
    content: "";
    width: 2px;
    height: calc(100% - 8px);
    background: #feffff;
    position: absolute;
    left: 9px;
    top: 4px;
}
#article .articleWrap .entryBody {
	margin-bottom: 18px;
	line-height: 160%;
	padding: 0 20px;
}
#article .articleWrap .entryBody a {
	text-decoration: underline;
}
#article .articleWrap .entryBody img {
	vertical-align: top;
}
#article .articleWrap .buzzurl_button {
	text-align: right;
	margin-bottom: 10px;
}
#article .articleWrap .buzzurl_button a {
	text-decoration: underline;
}
#article .articleWrap .contributor {
	text-align: right;
/* 	background-image: linear-gradient(to right, #959595 0%, #959595 50%, #ffffff 0%);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: left bottom; */
	padding-bottom: 15px;
}
#article .articleWrap .contributor a {
	text-decoration: underline;
}
#article .articleWrap .contributor a:hover {
	text-decoration: none;
}
#blogMenu {
	float: right;
	width: 25%;
	max-width: 170px;
}
#blogMenu .blogMenuWrap {
	background: #fff;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#blogMenu .blogMenuWrap:last-child {
	margin-bottom: 0;
}
#blogMenu .blogMenuWrap h4 {
	background: url(/wp-content/uploads/h4_bg.jpg) no-repeat left center #7a9139;
	background-size: auto 100%;
    border: 1px solid #788c2d;
	box-shadow: 0 0 0 1px #fff inset;
    overflow: hidden;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	padding: 7px 0 7px 20px;
	margin: 0 10px 10px;
	position: relative;
}
#blogMenu .blogMenuWrap h4:before {
	content: "";
	width: 2px;
	height: calc(100% - 8px);
	background: #feffff;
	position: absolute;
	left: 9px;
	top: 4px;
}
#blogMenu .blogMenuWrap > ul {
	margin: 0 15px;
}
#blogMenu .blogMenuWrap li {
	padding-left: 9px;
	margin-bottom: 4px;
	line-height: 140%;
	position: relative;
}
#blogMenu .blogMenuWrap li:before {
	content: "";
	border-left: 4px solid #857342;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 0;
	top: 5px;
}
#blogMenu .blogMenuWrap li a {
	text-decoration: underline;
}
#blogMenu .blogMenuWrap li a:hover {
	text-decoration: none;
}
#blogMenu .blogMenuWrap .children {
	padding-left: 5px;
	margin-top: 4px;
}

@media screen and (max-width: 940px) {
	#article {
		padding: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	#blogArea {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#blogMenu {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 60px 0 0;
	}
	#article .articleWrap .entryBody {
		padding: 0 10px;
	}
}

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

/*--------------------------------------
* pagination
--------------------------------------*/
.pagination {
	overflow: hidden;
	position: relative;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	vertical-align: middle;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: auto;
	min-width: 24px;
	height: 24px;
	font-size: 16px;
	background: #4da1de;
	color: #454545 !important;
	line-height: 26px;
	letter-spacing: 0;
	padding: 0 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
	color: #454545;
}
.pagination ul li a:hover {
	background: #84C4F2;
	color: #fff !important;
}
.pagination ul li span.current {
	display: block;
	width: auto;
	min-width: 24px;
	height: 24px;
	font-size: 16px;
	background: #84C4F2;
	color: #fff;
	line-height: 26px;
	letter-spacing: 0;
	padding: 0 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev,
.pagination ul li .next {
	background: none !important;
	color: #fab600;
}
.pagination ul li .prev:hover,
.pagination ul li .next:hover {
	opacity: 0.8;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	left: 9px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
	color: #6a582b;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
	color: #6a582b;
}

@media screen and (max-width: 767px) {
	.navigation {
		margin-top: 35px;
	}
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
	.pagination {
		padding-top: 45px;
		max-width: 280px;
		margin: 0 auto;
	}
	.pagination ul li .prev,
	.pagination ul li .next {
		width: 48%;
	}
}

/* =====================================
■サイトマップ
===================================== */
ul.sitemap_ic li {
    background: #fff;
    border: 1px solid #9AB54A;
    padding: 9px 15px 8px 15px;
}
ul.sitemap_ic li:not(:first-child) {
	margin-top: 15px;
}
ul.sitemap_ic li a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
ul.sitemap_ic li a:hover {
	text-decoration: none;
}

/* =====================================
■NotFound
===================================== */
#notFound {
	padding: 40px;
	line-height: 140%;
	border: 1px solid #d8d8d8;
}
#notFound .supplement {
	margin-bottom: 4px;
}
#notFound h3 {
	margin-bottom: 25px;
}
#notFound .notFoundCont:not(:last-child) {
	margin-bottom: 25px;
}
#notFound .notFoundCont h4 {
	font-size: 120%;
	font-weight: bold;
	color: #5f5e5e;
	padding: 0 0 3px 0;
	background-image: linear-gradient(to right, #7f7f7f 0%, #7f7f7f 50%, #fff 0%);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	margin-bottom: 15px;
}
#notFound .notFoundCont .explanation {
	margin-bottom: 10px;
}
#notFound #searchFrame form input.searchInput {
	vertical-align: top;
	height: 15px;
}

@media screen and (max-width: 767px) {
	#notFound {
		padding: 6%;
	}
	#notFound #searchFrame form input.searchInput {
		width: auto;
	}
}

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

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

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

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

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

/* =====================================
■新着情報
===================================== */
#newsList {
	padding: 0 20px;
}
#newsList dl {
	background-image: linear-gradient(to right, #999 0%, #999 50%, #fff 0%);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 1.2em;
	padding: 0 0 7px;
	margin-bottom: 10px;
}
#newsList dl dt {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 6px;
}
#newsList dl dt .newsLabel {
	display: inline-block;
	width: 30px;
	height: 13px;
	line-height: 14px;
	background: #f7ab00;
	border-radius: 3px;
	color: #fff;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0;
	padding: 0;
	text-indent: 0;
	text-align: center;
	box-sizing: border-box;
	margin: -2px 0 0 5px;
	vertical-align: middle;
}
#newsList dl dd {
	line-height: 140%;
}
#newsList dl dd a {
	color: #336699;
}
#newsList dl dd a:hover {
	color: #3399CC;
	text-decoration: underline;
}


/* =====================================
■TOP
===================================== */
/* -------------------------------------
mainVisual
------------------------------------- */
#mainVisual {
	width: 100%;
	max-width: 920px;
	margin: 0 auto 20px;
	position: relative;
}
#mainVisual .mainCatch {
    width: 56%;
    max-width: 381px;
    position: absolute;
    left: 2.5%;
    bottom: 5.5%;
}
#mainVisual .mainCatch ul li:not(:first-child) {
    margin-top: 2.7%;
}
#mainVisual img {
	width: 100%;
}

/*--------------------------------------
common
--------------------------------------*/
.home .titWrap {
	background: #fdcd4d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #fcd86a), color-stop(0.50, #fdcd4d));
    background: -webkit-linear-gradient(top, #fcd86a 50%, #fdcd4d 50%);
    background: -moz-linear-gradient(top, #fcd86a 50%, #fdcd4d 50%);
    background: -o-linear-gradient(top, #fcd86a 50%, #fdcd4d 50%);
    background: -ms-linear-gradient( top, #fcd86a 50%, #fdcd4d 50%);
    background: -linear-gradient(top, #fcd86a 50%, #fdcd4d 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4d1f', endColorstr='#fdcd4d',GradientType=0 );
	border-top: 1px solid #fac52b;
	border-bottom: 1px solid #66332f;
	padding: 8px 15px;
	overflow: hidden;
	position: relative;
}
.home .titWrap:before {
	content: "";
	width: 5px;
	height: 100%;
	background: #66332f;
	position: absolute;
	left: 0;
	top: 0;
}
.home .titWrap:after {
	content: "";
	width: 5px;
	height: 10px;
	background: #ff9835;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.home .titWrap h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #333;
	position: relative;
}

/* -------------------------------------
menuSec
------------------------------------- */
.menuSec > .elementor-container .elementor-row {
	flex-wrap: wrap;
	justify-content: space-between;
}
.menuSec .itemWrap {
	border: 2px solid #e0e0e0;
	position: relative;
	height: 205px;
}
.menuSec .itemWrap.item01 {
	background: url(/wp-content/uploads/top_bg01.jpg) no-repeat right bottom #fafafa;
}
.menuSec .itemWrap.item02 {
	background: url(/wp-content/uploads/top_bg02.jpg) no-repeat right bottom #fafafa;
}
.menuSec .itemWrap.item03 {
	background: url(/wp-content/uploads/top_bg03.jpg) no-repeat right bottom #fafafa;
}
.menuSec .itemWrap.item04 {
	background: url(/wp-content/uploads/top_bg04.jpg) no-repeat right bottom #fafafa;
}
.menuSec .itemWrap.item05 {
	background: url(/wp-content/uploads/top_bg05.jpg) no-repeat right bottom #fafafa;
}
.menuSec .itemWrap.item06 {
	background: url(/wp-content/uploads/top_bg06.jpg) no-repeat right bottom #fafafa;
}
.menuSec .itemWrap .elementor-widget-wrap {
	padding: 12px 10px;
}
body:not(.elementor-editor-active) .menuSec .itemWrap .link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.menuSec .itemWrap .link div {
	height: 100%;
}
body:not(.elementor-editor-active) .menuSec .itemWrap .link a {
	display: block;
	background: #fff;
	height: 100%;
	font-size: 0;
	opacity: 0;
	max-width: none;
}
.menuSec .itemWrap h3 {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-style: normal;
    font-weight: 600;
/* 	font-family: "新丸ゴ M JIS2004", "Shin Maru Go Medium JIS2004"; */
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: #7b913c;
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 3px;
}

@media screen and (min-width: 768px) {
	.menuSec .itemWrap {
		width: calc((100% - 10px) / 2);
		margin-top: 5px;
	}
	
	.desktop .menuSec .itemWrap:hover {
		border: 2px solid #7b913f;
	}
	.desktop .menuSec .itemWrap.item01:hover {
		background: url(/wp-content/uploads/top_bg01_h.jpg) no-repeat right bottom #f5f8f1;
	}
	.desktop .menuSec .itemWrap.item02:hover {
		background: url(/wp-content/uploads/top_bg02_h.jpg) no-repeat right bottom #f5f8f1;
	}
	.desktop .menuSec .itemWrap.item03:hover {
		background: url(/wp-content/uploads/top_bg03_h.jpg) no-repeat right bottom #f5f8f1;
	}
	.desktop .menuSec .itemWrap.item04:hover {
		background: url(/wp-content/uploads/top_bg04_h.jpg) no-repeat right bottom #f5f8f1;
	}
	.desktop .menuSec .itemWrap.item05:hover {
		background: url(/wp-content/uploads/top_bg05_h.jpg) no-repeat right bottom #f5f8f1;
	}
	.desktop .menuSec .itemWrap.item06:hover {
		background: url(/wp-content/uploads/top_bg06_h.jpg) no-repeat right bottom #f5f8f1;
	}
}

@media screen and (max-width: 767px) {
	.menuSec .itemWrap {
		margin-bottom: 10px;
	}
}


/* -------------------------------------
ご挨拶
------------------------------------- */
.greetingSec {
	background-color: #F7F7F7;
	padding: 15px;
}
.greetingSec h3 {
	font-family: "新丸ゴ M JIS2004", "Shin Maru Go Medium JIS2004";
	font-size: 21px;
	line-height: 1.35;
	color: #623137;
}


/* =====================================
■UNDER
===================================== */
/* -------------------------------------
Bread
------------------------------------- */
#bread {
	line-height: 120%;
	text-align: right;
	margin: 0 0 10px 0;
}
#bread li {
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: "＞";
}
#bread li a {
	text-decoration: underline;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: none;
}

/*--------------------------------------
TITLE
--------------------------------------*/
.pagename {
	background-image: linear-gradient(to right, #999 0%, #999 50%, #fff 0%);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 7px;
	font-family: "新丸ゴ M JIS2004", "Shin Maru Go Medium JIS2004";
	font-size: 15px;
	line-height: 1.3;
	color: #333;
	margin-bottom: 15px;
}
.pagename h3 {
    border-left: 2px solid #9ab54a;
    padding-left: 15px;
}
.underTit_h3 {
	background: #fff;
	border: 1px solid #788c2d;
	overflow: hidden;
	padding: 1px;
}
.underTit_h3 h3 {
	background: url(/wp-content/uploads/h4_bg.jpg) no-repeat left center #7a9139;
	background-size: auto 100%;
	padding: 5px 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	position: relative;
}
.underTit_h3 h3:before {
	content: "";
	width: 2px;
	height: calc(100% - 8px);
	background: #feffff;
	position: absolute;
	left: 9px;
	top: 4px;
}
.underTit_h4 h4 {
	font-family: "新丸ゴ M JIS2004", "Shin Maru Go Medium JIS2004";
	font-size: 20px;
	line-height: 1.35;
	color: #794C4C;
	position: relative;
	border-bottom: 2px solid #9ab54a;
	padding-bottom: 6px;
	overflow: hidden;
}
.underTit_h5 h5 {
	font-family: "新丸ゴ R JIS2004", "Shin Maru Go Regular JIS2004";
    font-size: 24px;
    line-height: 1.3;
    color: #663333;
	position: relative;
}
.underTit_h6 h6 {
	border-left: 2px solid #653312;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	padding: 0 0 0 8px;
	position: relative;
}
.backColor02,
.shopSec .itemWrap .elementor-column-wrap {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 10px !important;
}
.borderText {
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
}
.moneyFlow {
	background: url(/wp-content/uploads/money_bg01.jpg) no-repeat right bottom #F7F7F7;
	padding: 10px;
}
.underTit01_h4 {
	background-image: linear-gradient(to right, #999 0%, #999 50%, #fff 0%);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
	padding: 0 0 7px;
	font-family: "新丸ゴ M JIS2004", "Shin Maru Go Medium JIS2004";
    font-size: 18px;
    line-height: 1.3;
    color: #666;
}
.underTit01_h4 h4 {
	border-left: 2px solid #9ab54a;
	padding-left: 7px;
}
.greenTit {
	font-family: "新丸ゴ M JIS2004", "Shin Maru Go Medium JIS2004";
    font-size: 16px;
    line-height: 1.3;
    color: #7B913C;
}
.iconTit {
	padding-left: 10px;
	font-weight: bold;
}
.iconTit:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #e46e18;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}

.souzokuBox {
	background: url(/wp-content/uploads/souzoku_bg01.jpg) no-repeat right bottom #F7F7F7;
	padding: 10px;
}
.souzokuFlow {
	background: url(/wp-content/uploads/souzoku_bg02.jpg) no-repeat right top #F7F7F7;
	padding: 10px;
}

.reasonTit .elementor-heading-title {
	font-size: 1.16em;
	line-height: 1.35;
	padding-left: 60px;
	position: relative;
	font-weight: bold;
}
.reasonTit .elementor-heading-title span {
	display: block;
	width: 53px;
	height: 26px;
	position: absolute;
	left: 0;
	top: -4px;
}

.pointTit .elementor-heading-title {
	font-size: 1.4em;
	line-height: 1.35;
	padding-left: 100px;
	position: relative;
	font-weight: bold;
	color: #E46E18;
}
.pointTit .elementor-heading-title span {
	display: block;
	width: 86px;
	height: 26px;
	position: absolute;
	left: 0;
	top: -2px;
}
.kurojikaBox {
	background: url(/wp-content/uploads/kurojika_bg01.jpg) no-repeat right top #F7F7F7;
	padding: 10px;
}
.table_D.infoTable tbody th {
	background: #E8EDD3;
	font-weight: bold;
}