/* =====================================
■COMMON
===================================== */
a:hover {
	opacity: 0.7;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
}
.half {
	display: inline-block;
}
strong {
	font-weight: bold;
}
.infoCategory {
    display: none;
}
.txtLink {
	color: #42628b;
	text-decoration: underline;
}
.txtLink:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.auto_height {
		height: auto !important;
	}
}


/* -------------------------------------
CONTENT
------------------------------------- */
#content {
	padding: 60px 0 40px;
	min-height: 600px;
}
@media screen and (max-width: 767px) {
	#content {
		min-height: 400px;
	}
}


/* =====================================
■UNDER
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
.gnv_tmp_h1_bg {
	background: url(/wp-content/uploads/h2bg.png) no-repeat top center;
	background-size: cover;
	padding: 81px 0;
}
.gnv_tmp_h1_bg h1 {
	font-size: 32px;
    line-height: 1.2;
    letter-spacing: 8px;
    color: #fff;
    font-family: "秀英明朝 M", "Shuei Mincho M";
	text-align: center;
}

@media screen and (max-width: 767px) {
	.gnv_tmp_h1_bg {
		padding: 56px 0 51px;
	}
	.gnv_tmp_h1_bg h1 {
		font-size: 30px;
		letter-spacing: 3px;
	}
}
@media screen and (max-width: 480px) {
	.gnv_tmp_h1_bg h1 {
		font-size: 26px;
		letter-spacing: 2px;
	}
}


/* -------------------------------------
Bread
------------------------------------- */
#bread {
	max-width: 1000px;
	margin: 27px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	text-align: right;
	line-height: 1.3;
	color: #666;
	font-size: 80%;
	display: none;
}
#bread li {
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #999;
	text-decoration: none;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: underline;
}


/*--------------------------------------
elementor
--------------------------------------*/
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: inherit !important;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}
.elementor img {
	width: auto !important;
	border-radius: 5px;
}
.home .elementor img {
	border-radius: 0;
}

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

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

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

/* 画像ボックス--フリー
------------------------------------- */
.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: 36% !important;
	margin: 0 0 20px 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;
	overflow: hidden;
}
.graphicBox .photo img {
	border-radius: 0;
}

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


/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 h2 {
	font-size: 28px;
	color: #fff;
	letter-spacing: 3px;
	font-family: "秀英明朝 M", "Shuei Mincho M";
	line-height: 1.2;
	background: #41628d;
    padding: 21px 5px 26px 20px;
}
.underTit_h3 {
    position: relative;
    padding: 0 0 25px 45px;
    border-bottom: 4px solid #dedede;
}
.underTit_h3:before {
	position: absolute;
    content: "";
    border: 6px solid #bea378;
    width: 28px;
    height: 28px;
    left: 7px;
    top: 3px;
    border-radius: 50%;
}
.underTit_h3 h3 {
	font-size: 24px;
	color: #3c3c3c;
	letter-spacing: 3px;
	line-height: 1.2;
	font-family: "秀英明朝 M", "Shuei Mincho M";
}
.underTit_h4 h4 {
	color: #e18f8f;
	font-weight: bold;
	font-size: 17px;
}
.underTit_h5 h5 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.underTit_h2 h2 {
		font-size: 26px;
		letter-spacing: 2px;
		padding: 16px 5px 21px 10px;
	}
	.underTit_h3 h3 {
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 480px) {
	.underTit_h2 h2 {
		font-size: 24px;
	}
	.underTit_h3 {
		padding-bottom: 15px;
	}
	.underTit_h3:before {
		top: 3px;
		width: 25px;
		height: 25px;
	}
	.underTit_h3 h3 {
		font-size: 22px;
		letter-spacing: 1px;
	}
}


/* -------------------------------------
margin_base
------------------------------------- */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }


/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit {
	font-size: 20px;
	color: #bea378;
	letter-spacing: 3px;
	font-family: "秀英明朝 M", "Shuei Mincho M";
	line-height: 1.2;
	padding-bottom: 13px;
	border-bottom: 2px dashed #bea378;
}
.frameTit:before {
	content: "";
	width: 15px;
	height: 15px;
	background: #CDD442;
	position: absolute;
	left: 0;
	top: 10px;
	display: none;
}
.numTit {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: relative;
}

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


/*　frame_K
--------------------------------------*/
.frameK {
	background: #fff7eb;
	padding: 35px;
	box-sizing: border-box;
}
.frameK .elementor-inner-section:not(:last-child) {
	margin-bottom: 25px;
}
.shadow_bg {
    box-shadow: 3px 3px 0 0 #efe2d0;
}

/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 35px;
	border: 2px solid #708db2;
}
.frameJ .frameTit {
	border-bottom: 2px solid #ECE7E7;
	padding-bottom: 15px;
}
.frameJ .frameTit:before {
	background: #3FA037;
	background: linear-gradient(to bottom,#84C039,#3FA037);
	background: -webkit-linear-gradient(to bottom,#84C039,#3FA037);
	background: -moz-linear-gradient(to bottom,#84C039,#3FA037);
	background: -o-linear-gradient(to bottom,#84C039,#3FA037);
	background: -linear-gradient(to bottom,#84C039,#3FA037);
}

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

/*　frame_P
--------------------------------------*/
.frameP {
    background: #F9F4E7;
    padding: 65px 9% 69px;
    border-radius: 10px;
}
.frameP .elementor-heading-title {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-size: 24px;
    letter-spacing: 0.22em;
    line-height: 1.95;
    overflow: hidden;
    color: #62BCA3;
}
.frameP .elementor-text-editor {
	font-size: 17px;
    letter-spacing: 0.15em;
    line-height: 2.15;
}
@media screen and (max-width:767px) {
	.frameP {
		padding: 30px 20px;
	}
	.frameP .elementor-heading-title {
		font-size: 20px;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	.frameP .elementor-text-editor  {
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 2;
	}
}

/* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 25px;
}
.elementor-button,
.btn a {
    display: block;
    width: 100% !important;
    max-width: 270px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    color: #FFFFFF !important;
    text-align: left;
    padding: 18px 50px 21px 20px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.6s ease;
    overflow: hidden;
    z-index: 2;
    margin: 0 auto;
    border-radius: 10px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
	background: #3FA037;
	background: linear-gradient(to right,#84C039,#3FA037);
	background: -webkit-linear-gradient(to right,#84C039,#3FA037);
	background: -moz-linear-gradient(to right,#84C039,#3FA037);
	background: -o-linear-gradient(to right,#84C039,#3FA037);
	background: -linear-gradient(to right,#84C039,#3FA037);
	border-bottom: 3px solid #58955E;
	font-size: 15px;
}
.elementor-button:before,
.btn a:before {
	position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    background: url(/wp-content/uploads/icon_under_btn.png) no-repeat;
    background-size: cover;
    right: 20px;
    top: 50%;
    margin-top: -12.5px;
}
.elementor-button:hover,
.btn a:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.elementor-button,
	.btn a {
		letter-spacing: 0.05em;
	}
}

/* QA
------------------------------------- */
.qaList .question {
	line-height: 1.6;
	position: relative;
	margin-bottom: 10px;
	padding: 10px 10px 10px 0;
	/* cursor: pointer;
    padding-right: 60px; */
}
.qaList .question:after {
    content: '';
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 4px solid #FC8613;
    border-bottom: 4px solid #FC8613;
    top: 8px;
    right: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.qaList .question.qaListOn:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 16px;
}
.qaList .answer {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 10px 10px 0;
	/* display: none; */
}
body.elementor-editor-active .qaList .answer {
    display: block;
}
.qaList .qaListOn + .answer {
    display: block;
}
.qaList .question .num {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	font-family: "秀英明朝 M", "Shuei Mincho M";
}
.qaList .question .num:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: #3e5b80;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: block;
}
.qaList .answer .num {
    width: 40px;
	height: 40px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
	font-family: "秀英明朝 M", "Shuei Mincho M";
}
.qaList .answer .num:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: #be9f27;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	display: block;
}
.qaList .txt {
	width: calc(100% - 40px) !important;
	padding-left: 15px;
}
.qaList .question .txt {
	font-size: 20px;
    color: #41628d;
    font-family: "秀英明朝 M", "Shuei Mincho M";
}
.qaLine {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 30px;
}


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


/* -------------------------------------
診療時間表
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableC th,
.timetableC td {
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	padding: 19px 0;
	letter-spacing: 0;
}
.timetableC thead th {
	padding: 9px 0 12px;
	background: #FFF2BE;
	color: #4D4B48;
	font-size: 13px;
	border-right: 1px solid #C8C8C8;
}
.timetableC thead th:first-child {
	width: 29%;
}
.timetableC thead th:last-child {
	border-right: none;
}
.timetableC tbody th,
.timetableC tbody td {
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}
.timetableC tbody th {
	letter-spacing: 0.06em;
}
.timetableC tbody td {
	font-size: 15px;
}
.txt_color_orange {
	color: #3FA037;
}
.timetableC tbody td:last-child {
	border-right: none;
}
.timetableC tbody tr:last-child th,
.timetableC tbody tr:last-child td {
    padding-bottom: 18px;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	.timetableC tbody th {
		letter-spacing: 0;
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.timetableC th,
	.timetableC td {
		letter-spacing: 0 !important;
		font-size: 12px !important;
	}
	.timetableC thead th:first-child {
		width: 35%;
	}
	.timetableC thead th:last-child {
		width: 15%;
	}
}


/*--------------------------------------
	treatment-block 診療科目
--------------------------------------*/
.treatment-block {
	padding: 55px;
	background: #F0F5EF;
	font-size: 16px;
	letter-spacing: 1.6px;
	color: #535353;
}
.treatment-block h2 {
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
	font-weight: bold;
	font-size: 33px;
	letter-spacing: 3.96px;
	color: #94C789;
	margin: 0 !important;
}
.treatment-block .elementor-button {
	background: #94C789;
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
	font-weight: bold;
	color: #FFFFFF;
    text-align: left;
    position: relative;
    line-height: 1;
    width: 100%;
}
.treatment-block .elementor-button.elementor-size-sm {
    padding: 18px 25px;
    max-width: 250px;
    font-size: 18px;
    letter-spacing: 2px;
}
.treatment-block .elementor-button.elementor-size-md {
    padding: 20px 30px;
    max-width: 350px;
    font-size: 20px;
    letter-spacing: 2.4px;
}
.treatment-block .elementor-button.elementor-size-lg {
    padding: 22px 30px;
    max-width: 450px;
    font-size: 22px;
    letter-spacing: 3.5px;
}
.treatment-block .elementor-button::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #ffffff;
    right: 20px;
    top: calc(50% - 4.5px);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.treatment-block {
		padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	.treatment-block {
		padding: 30px 15px;
	}
	.treatment-block .elementor-button-wrapper {
		text-align: center;
	}
}


/* リスト
------------------------------------- */
.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: 5px 5px 5px 25px;
}
ul.circleList > li {
	padding: 5px 5px 5px 25px;
}
.circleList .elementor-icon-list-items li:before,
ul.circleList > li:before {
	content: "";
	position: absolute;
	background: #41628d;
	top: 14px;
	left: 0;
	margin-top: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}

.ListA .elementor-icon-list-items li,
ul.ListA > li {
	position: relative;
	padding: 0 0 0 18px;
	text-align: left;
}
.ListA .elementor-icon-list-items li:not(:first-child),
ul.ListA > li:not(:first-child) {
	margin-top: 5px;
}
.ListA .elementor-icon-list-items li:before,
ul.ListA > li:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #FFCF3C;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.fa {
	width: auto !important;
	display: none;
}
.fa:before {
	display: none !important;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 0 0 0 2em;
	position: relative;
	margin-bottom: 10px;
}
.checkList .elementor-icon-list-items li:last-child,
ul.checkList > li:last-child {
	margin-bottom: 0;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	display: block;
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #d8c8ae;
	box-sizing: initial;
}
.checkList .elementor-icon-list-items li:after,
ul.checkList > li:after {
	display: block;
	content: '';
	position: absolute;
	top: 11px;
	left: 4px !important;
	width: 7px;
	height: 3px;
	border-left: 2px solid #41628d;
	border-bottom: 2px solid #41628d;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: initial;
}

/* link_A */
.arrowListBox {
	background: #FFFFFF;
	border: 1px solid #D8D2C5;
	padding: 45px 90px;
	text-align: left;
	border-radius: 10px;
}
.arrowList .elementor-icon-list-items li {
	display: inline-block;
	padding: 10px 0 10px 15px;
	margin: 0 calc(25px/2);
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	text-decoration: none;
	position: relative;
	padding-left: 10px;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #3FA037;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "\e910";
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	color: #3FA037;
	font-size: 13px;
	top: 5px;
	left: 0;
	-moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.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: #3FA037;
	border-radius: 50%;
	font-size: 20px;
	line-height: 31px;
	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;
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
	padding: 58px 75px 30px;
	border: 2px solid #785848;
}
.anchorlinks li {
	display: inline-block !important;
	width: 49%;
	box-sizing: border-box;
	padding-right: 10px !important;
	margin-bottom: 10px !important;
	vertical-align: top;
}
.anchorlinks a {
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    position: relative;
    padding-left: 10px;
	letter-spacing: 0.15em;
	color: #785848;
}
.anchorlinks a:before {
    width: 16px;
    height: 20px;
    content: '▶';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.anchorlinks a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
	.anchorlinks {
		padding: 40px 20px 18px;
	}
	.anchorlinks a {
		font-size: 13px;
	}
	.arrowListBox {
		padding: 35px 30px;
	}
}
@media screen and (max-width: 767px) {
	.anchorlinks {
		padding: 30px 20px 20px;
	}
	.anchorlinks li {
		float: block !important;
		margin: 0 0 10px !important;
		width: 100% !important;
	}
	.anchorlinks li a {
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 767px) {
	.arrowListBox {
		padding: 15px 20px;
		text-align: left;
	}
	.arrowList .elementor-icon-list-items li {
		display: block;
		margin: 0;
		padding: 3px 0 3px 15px;
	}
	.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;
	}
	.arrowList .elementor-icon-list-items li a {
		letter-spacing: 0.05em;
		font-size: 16px;
	}
}


/* flow
------------------------------------- */
.number {
	position: absolute;
	left: 0;
	top: 1px;
	letter-spacing: 0;
	width: 33px;
	height: 33px;
	background: #3FA037;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
}

/* flow_A */
.flowListA .elementor-inner-section {
	background: #FFFFFF;
	padding: 40px;
	position: relative;
	border: 1px solid #D8D2C5;
	border-radius: 10px;
}
.flowListA .elementor-inner-section:not(:last-child) {
	margin-bottom: 35px;
}
.flowListA .elementor-inner-section:not(:last-child):after {
	content: "";
	position: absolute;
	left: 50%;
	border-top: 32px solid #D8D2C5;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	margin-left: -32px;
	bottom: -32px;
}
.flowListA .elementor-widget-heading,
.flowListA .elementor-image-box-title {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding-left: 48px;
	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: 30px 20px;
	}
	.flowListA .elementor-image-box-img,
	.flowListA .graphicBox .elementor-widget-image {
		margin-bottom: 25px !important;
	}
}


/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th,
.column2_table td {
	padding: 7px 10px;
	text-align: left;
}
.column2_table th {
	width: 30%;
	border-bottom: 1px solid #41628d;
	font-weight: bold;
}
.column2_table td {
	border-bottom: 1px solid #9bbeec;
}

@media screen and (max-width: 767px) {
	.column2_table th,
	.column2_table td {
		letter-spacing: 0;
		padding: 7px 5px;
	}
	.column2_table th {
		width: 35%;
	}
}


/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th,
.style_table td {
	padding: 7px 10px;
	word-break: break-all;
	text-align: left;
	border: 1px solid #ccc;
}
.style_table th {
	background: #6e8eb7;
	color: #fff;
	font-weight: bold;
	width: 30%;
}

@media screen and (max-width: 767px) {
	.style_table th,
	.style_table td {
		letter-spacing: 0;
		padding: 7px 5px;
	}
	.style_table th {
		width: 35%;
	}
}

/*--------------------------------------
フォントcolor
--------------------------------------*/
.txt_link {
	color: #ff99cc;
	text-decoration: underline !important;
}
a.txt_link:hover {
	text-decoration: none !important;
	color: #333;
}
.name {
    font-family: "秀英明朝 M JIS2004","Shuei Mincho M JIS2004","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    text-align: right;
    color: #E18F8F;
	display: block;
	margin-top: 10px;
}


/*--------------------------------------
photoGroup
--------------------------------------*/
.photoGroup .elementor-heading-title {
    font-size: 22px;
    color: #3FA037;
    line-height: 1.75;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
	letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
	.photoGroup .elementor-heading-title {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
}


/*--------------------------------------
attList
--------------------------------------*/
ul.attList > li {
	position: relative;
	padding-left: 2.2em;
}
ul.attList > li + li {
	margin-top: .5em;
}
ul.attList > li .num {
	position: absolute;
	left: 0;
	top: 0;
}


/* =====================================
■ブログ
===================================== */
/*　blogList　*/
#blogList {
	float: left;
	width: 72%;
}
#blogList .entry {
    margin-bottom: 40px;
}
#blogList h3.entry-title {
    background: #41628d;
    border-radius: 4px;
    font-size: 22px;
    line-height: 1.2;
    padding: 20px 5px 28px 20px;
    font-family: "秀英明朝 M", "Shuei Mincho M";
    margin-bottom: 0.1em;
}
#blogList h3 a {
	color: #fff;
	text-decoration: none;
}
#blogList h3 a:hover {
	color: #fff;
	text-decoration: underline;
}
#contentBase .date {
    color: #999;
    font-size: 90%;
    margin-bottom: 0.5em;
    text-align: right;
}
.contributor {
    color: #999;
    text-align: right;
    font-size: 85%;
    margin-bottom: 0.5em;
    font-weight: bold;
}

/*　blogDetail　*/


/* 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: #CBCAC9;
	color: #4D4B48;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.navigation a:hover {
	background: #C9BC9C;
}
.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;
	color: #3FA037;
}
.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
	color: #3FA037;
}
.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;
	border-top: 1px solid #d7d7d7;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	width: 30px;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: 100%;
	height: 34px;
	font-size: 16px;
	background: #ededed;
	color: #fff;
	line-height: 34px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
	color: #333;
}
.pagination ul li a:hover {
	background: #3e5b80;
	color: #fff;
}
.pagination ul li span.current {
	display: block;
	width: 100%;
	height: 34px;
	font-size: 16px;
	background: #3e5b80;
	color: #fff;
	line-height: 34px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev,
.pagination ul li .next {
    width: auto;
    box-sizing: border-box;
    font-weight: bold;
    background: none;
    height: auto;
    line-height: initial;
}
.pagination ul li .prev:hover,
.pagination ul li .next:hover {
    background: none;
}

@media screen and (max-width: 767px) {
	#blogList {
		float: none;
		width: 100%;
	}
}


/*--------------------------------------
BLOGSIDE
--------------------------------------*/
#blogside {
    float: right;
    width: 24.3%;
}
.archiveBox {
    margin-bottom: 3em;
}
.archiveBox > h3 {
    background: #708db2;
    border-bottom: 3px solid #4d6686;
    width: auto;
    padding: 3px 5px;
    margin-bottom: 0.8em;
	text-align: center;
}
.archiveBox li {
    position: relative;
    padding-left: 15px;
}
.archiveBox li:before {
    content: "";
    position: absolute;
    background: #41628d;
    top: 16px;
    left: 0;
    margin-top: -5px;
    height: 5px;
    width: 5px;
    padding: 0;
}
.archiveBox li a:hover {
    text-decoration: underline;
}
.recent_date {
    display: none;
}
input.searchInput {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 3px;
}
.blog_search_submit {
    display: block;
    text-align: center;
}
#archiveMonth li a {
    color: #999;
}

@media screen and (max-width: 767px) {
	#blogside {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
}


/* =====================================
■新着情報
===================================== */
.category-news h2.titleBg {
	border-bottom: none;
}
.category-news .pagination {
    border-top: none;
}
.newsDetailBody {
    margin-top: 15px;
}
h2.titleBg {
	color: #42628b;
	font-family: "A1明朝", "A1 Mincho";
	padding: 5px 0 0 2px;
	margin-bottom: 0;
	padding-bottom: 22px;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 5px;
}
#news {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    padding: 14px 0 15px;
}
#news dl {
    padding: 11px 0 9px;
}
#news dt {
    color: #6e8eb7;
    letter-spacing: 2px;
    float: left;
}
#news dd {
    padding: 0 0 0 205px;
}
#news dd a {
    text-decoration: none;
    letter-spacing: 1.5px;
}
#news dd a:hover {
    text-decoration: underline;
}
#notFound {
    margin-bottom: 40px;
}
#notFound p strong {
    font-size: 130%;
}
#searchFrame {
    margin-bottom: 40px;
}
#searchFrame input.searchButton.btn {
    display: block;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#news dt {
		float: none;
	}
	#news dd {
		padding: 0;
	}
	#news dd a {
		letter-spacing: 0;
	}
}


/* =====================================
■サイトマップ
===================================== */
.sitemap_ic > li {
	border-bottom: 1px dotted #ccc;
	line-height: 1.4 !important;
	position: relative;
	margin: 0 !important;
}
.sitemap_ic > li:before {
	position: absolute;
	content: '';
	display: none;
	background: #E18F8F;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 0;
	top: 26px;
}
.sitemap_ic > li > a {
	display: block;
	padding: 19px 40px 15px 15px !important;
	position: relative;
	box-sizing: border-box;
	background: none !important;
	font-weight: bold;
}
.sitemap_ic > li > a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
}

.sitemap_ic .children {
	padding-left: 40px;
	padding-bottom: 20px;
}
.sitemap_ic .children li {
	margin-top: 13px;
	position: relative;
	padding-left: 0;
	/*font-size: 15px;*/
}
.sitemap_ic .children li:first-child {
	margin-top: 0;
}
.sitemap_ic .children li:before {
	position: absolute;
	content: '';
	display: block;
	background: #3FA037;
	width: 8px;
	height: 2px;
	left: -18px;
	top: 10px;
}

@media screen and (max-width: 767px) {
	#sitemap_list > li > a,
	.sitemap_list > li > a {
		letter-spacing: 0;
	}
}


/* =====================================
■お問い合わせ
===================================== */
.page-id-113 #mainimage {
    display: none;
}
.inquiryFormTable dl {
	display: table;
	margin-top: -1px;
	width: 100%;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	border: 1px solid #CCC;
	display: table-cell;
	font-weight: 400;
	padding: 7px 10px 5px;
	text-align: left;
	vertical-align: top;
}
.inquiryFormTable dt {
	background: #EEE;
	width: 35%;
	border-right: none;
}
.inquiryFormTable dd {
	background: #FFF;
}
.inquiryFormTable .comment {
    color: #999;
    display: block;
    font-size: 80%;
}
.btBox {
    text-align: center;
    margin: 30px 0;
}
.wpcf7c-btn-confirm {
    width: auto;
    padding: 5px 14px;
    background: #3d5a7e;
    color: #fff;
    box-shadow: none;
    border: 1px solid #ccc;
}
.wpcf7c-btn-back {
    margin-right: 10px;
}
.inquiryFormTable .required {
    color: #C00;
    font-size: 80%;
    font-weight: 700;
    padding-left: 0.5em;
}

@media screen and (max-width: 767px) {
	.inquiryFormTable dl {
		display: block;
		margin: 0 0 20px;
	}
	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		border: none;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dt {
		margin-bottom: 10px;
		padding: 5px 10px;
	}
	.inquiryFormTable input,
	.inquiryFormTable textarea{
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable input[type="checkbox"] {
		width: auto;
	}
}