@charset "utf-8";
/* =====================================
■UNDER
===================================== */

/* -------------------------------------
textcolor
------------------------------------- */
.txtColor {
	color: #99BD49;
}
.txtGreen {
	color: #63D691 !important;
}
.txtLink {
	color: #FF8838 !important;
	text-decoration: underline !important;
	vertical-align: baseline;
}
.txtLink:hover {
	text-decoration: none !important;
}
.catchTit {
	font-size: 25px;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B"
	line-height: 1.67;
	color: #D46B50;
	text-align: center;
	word-break: break-all;
}
.columnTit {
	font-size: 20px;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B"
	font-weight: 600;
	line-height: 1.4;
	color: #DE8631;
}
.bgLine {
	background: linear-gradient(transparent 72%, #FFE34B 0%);
	padding-bottom: 1px;
}
.img_list .elementor-image {
    border-radius: 25px;
    overflow: hidden;
}
/* -------------------------------------
Elementor
------------------------------------- */
/* general
------------------------------------- */
/* .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 20px;
	max-width: 1120px !important;
} */
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 !important;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

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

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

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

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

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

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

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

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

/* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 25px;
}
.elementor-button,
.btn a {
	display: inline-block;
	vertical-align: bottom;
	width: auto !important;
	background: #354F95 !important;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
	font-size: 16px !important;
	line-height: 1.6 !important;
	letter-spacing: 0.1em;
	color: #fff !important;
	text-align: center;
	padding: 15px 30px 15px 25px !important;
	box-sizing: border-box;
	border-radius: 50px !important;
	position: relative;
	transition: all 0.6s ease;
	overflow: hidden;
	z-index: 2;
}
.elementor-button:after,
.btn a:after {
	display: block;
	content: "";
	width: 6px;
	height: 10px;
	background: url(/wp-content/uploads/ico_arrow02.png) no-repeat top left;
	background-size: 6px 10px;
	position: absolute;
	right: 17px;
	top: 50%;
	transition: 0.15s ease-out;
	z-index: -1;
	margin-top: -5px;
}
.elementor-button:hover,
.btn a:hover {
	opacity: 1;
	background: #d46b50 !important;
}
.menuBtn a {
	display: block !important;
	max-width: none;
}
@media screen and (max-width: 767px) {
	.elementor-button,
	.btn a {
		width: 100% !important;
		max-width: 254px;
		font-size: 16px;
		text-align: center;
	}
	.menuBtn a {
		font-size: 15px;
		letter-spacing: 0 !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;
}

@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;
}

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

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

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

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

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

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

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

/* flow
------------------------------------- */
.flowList .elementor-inner-section {
position: relative;
    background: #FFE6E0;
    padding: 30px;
}
.flowList .elementor-inner-section:not(:last-child) {
	margin-bottom: 50px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 26px solid #d46b50;
	position: absolute;
	left: 50%;
    bottom: -26px;
    margin-left: -26px;
}
.flowList .elementor-image-box-title {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #22201E;
	margin-bottom: 25px;
	position: relative;
}
.flowList .flowTit {
    font-size: 20px;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    line-height: 1.4;
    color: #22201E;
}
.flowList .flowTit .num {
    width: 33px;
    height: 33px;
    background: #D46B50;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    color: #fff;
    border-radius: 50%;
    margin-right: 11px;
    letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.flowList .elementor-inner-section {
		padding: 25px 20px;
	}
	.flowList .elementor-widget-heading,
	.flowList .elementor-image-box-title {
		font-size: 20px;
	}
	.flowList .elementor-image-box-img,
	.flowList .graphicBox .elementor-widget-image {
		margin-bottom: 25px !important;
	}
	.flowList .flowTit {
		font-size: 20px;
	}
}

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

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

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

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

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

/* -------------------------------------
Mainimage
------------------------------------- */
.under_mainimage {
	background: url(/wp-content/uploads/bg_undermain-scaled.jpg) no-repeat center;
	background-size: cover;
	display: table;
	width: 100%;
	height: 220px;
}
.under_mainimage .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}
.under_mainimage .container h1 {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-size: 36px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.under_mainimage {
		height: 140px;
	}
	.under_mainimage .container h1 {
		font-size: 30px;
	}
}

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

/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 h2 {
font-size: 32px;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    line-height: 1.2;
    letter-spacing: 0.12em;
    color: #fff;
    padding: 26px 35px;
    background: #D46B50;
    border-radius: 20px;
}
.underTit_h3 h3 {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: 0.12em;
	color: #22201E;
	padding: 0 0 24px;
	position: relative;
	z-index: 2;
	border-bottom: 4px solid #CBCAC9;
}
.underTit_h3 h3:before {
	content: "";
	width: 100px;
	height: 4px;
	background: #D46B50;
	position: absolute;
	left: 0;
	bottom: -4px;
	z-index: 5;
}
.underTit_h4 h4 {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #22201E;
	padding: 0 0 0 30px;
	position: relative;
	z-index: 2;
}
.underTit_h4 h4:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #D46B50;
	position: absolute;
	left: 0;
	top: 5px;
}
.underTit_h5 h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #22201E;
	padding: 0 0 0 30px;
	position: relative;
}
.underTit_h5 h5:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #99BD49;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.underTit_h6 h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #99BD49;
    position: relative;
}
.romaName {
	font-size: 18px;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	color: #D46B50;
}
.number {
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: #5CD5AD;
	border-radius: 50%;
	font-size: 20px;
	line-height: 33px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin: -3px 10px 0 0;
}

@media screen and (max-width: 767px) {
	.underTit_h2 h2 {
		font-size: 26px;
		letter-spacing: 0.06em;
		padding: 20px;
	}
	.underTit_h3 h3 {
		font-size: 22px;
		padding-bottom: 16px;
		letter-spacing: 0.06em;
	}
	.underTit_h4 h4 {
		font-size: 20px;
		letter-spacing: 0.05em;
		padding-left: 25px;
	}
	.underTit_h4 h4:before {
		height: 15px;
		width: 15px;
	}
}

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

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

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

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

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

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

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

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

/* 診療時間表C
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableC th,
.timetableC td {
	background: #edf4f5;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}
.timetableC thead th {
	background: #9ce0e4;
	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;
	border-bottom: 1px solid #c9e7e9;
}
.timetableC tbody td {
	color: #333;
	border-bottom: 1px solid #c9e7e9;
}
.timetableC tbody td.holiday {
	color: #514E4C;
}
.timetableC thead th:first-child,
.timetableC tbody th {
	text-align: left;
	padding-left: 25px;
}

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

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

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

/*--------------------------------------
table_A
--------------------------------------*/
.table_A th,
.table_A td {
	vertical-align: middle;
	line-height: 1.6;
	word-break: break-all;
}
.table_A th {
	padding: 16px 15px;
	border-bottom: 1px solid #D46B50;
}
.table_A td {
	padding: 16px 14px;
	border-bottom: 1px solid #CBCAC9;
}

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

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D th,
.table_D td {
	line-height: 1.75;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 13px 10px 10px;
	box-sizing: border-box;
}
.table_D th,
.table_D td.bg {
	background: #FFFAF8;
	text-align: center;
}
.priceTable .priceOneroom {
    text-align: left;
    font-size: 15px;
    color: #d46b50;
}
.priceTable .priceColor {
    background: #d46b50;
    color: #fff;
    width: 110px;
	text-align: center;
}
.priceTable td {
	text-align: center;
}
.priceNotable td {
	border: none;
}
.priceTable .priceCostm2 {
	text-align: left;
}
.priceTable p {
	font-size: 11px;
}
.priceLine td {
    white-space: nowrap;
    background: #ffe6e0;
}
.pricePoint {
    background: #ffe6e0;
}

@media screen and (max-width: 1024px) {
	.scroll_area {
		width: 100%;
		overflow-x: auto;
	}
	.scroll_area table {
		width: 1080px;
	}
}
@media screen and (max-width: 767px) {
	.table_D th,
	.table_D td {
		padding: 10px 5px 7px;
		font-size: 14px;
		letter-spacing: 0;
	}
	.scroll_area table {
		width: 800px;
	}
}



/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-family: "A-OTF Shuei MaruGo Std B", Verdana, sans-serif;
	font-size: 22px;
    line-height: 1.5;
    color: #441d1d;
    position: relative;
    z-index: 2;
}
.numTit {
	font-size: 25px;
	font-family: dnp-shuei-mincho-pr6, 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) {
	.frameTit {
		font-size: 18px;
	}
	.numTit {
		font-size: 20px;
	}
}


/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 35px 30px;
	background: #e9f1f5;
	border-radius: 5px;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 35px 30px;
	border: 2px solid #a8d6ed;
	border-radius: 5px;
}

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


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

/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	border: 15px solid #faf7ec;
}
.style_title {
	font-family: "A-OTF Shuei MaruGo Std B", Verdana, sans-serif;
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	border-bottom: 5px solid #faf7ec;
	padding: 25px 20px;
	text-align: center;
	color: #441d1d;
}
.style_box .inner {
	padding: 35px;
}
.style_box .inner .title {
	font-family: "A-OTF Shuei MaruGo Std B", Verdana, sans-serif;
	font-size: 22px;
	line-height: 1.3;
	color: #441d1d;
	position: relative;
}

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

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

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

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

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

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

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

.bg_box {
    box-sizing: border-box;
    background: #FFE6E0;
    padding: 40px;
	    position: relative;
}
.bg_box .tle {
    color: #D46B50;
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    font-size: 32px;
}
.bg_box:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right-color: #D46B50;
    border-bottom-color: #D46B50;
    right: 0;
    bottom: 0;
}
.bg_box .elementor-widget,.bg_box  .elementor-column-wrap,.bg_box .elementor-widget-wrap,.bg_box .elementor-column {
    position: static;
}
.elementor-editor-active .bg_box .elementor-widget ,.elementor-editor-active .bg_box  .elementor-column-wrap,.elementor-editor-active .bg_box .elementor-widget-wrap,.elementor-editor-active .bg_box .elementor-column{
    position: relative;
}
.bg_box .link {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 200;
}
.elementor-editor-active .bg_box .link{
    position: relative;

}
@media screen and (max-width:767px) {
.bg_box {
    padding: 50px 25px;
}
.bg_box .tle {
    font-size: 20px;
}
}