@charset "utf-8";
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100% !important;
	padding: 0;
	box-sizing: border-box;
}
.container {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
/* =====================================
■mainView
===================================== */
.mainView {
	background: url(/wp-content/uploads/mvbg.png) repeat center top;
	background-size: auto 100%;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.mainView .inner {
		width: 1000px;
		margin: 0 auto;
	}
	.mainView img {
		display: block;
		width: 1400px;
		max-width: inherit;
		margin: 0 -200px;
	}
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
	.mainView .inner {
		width: 100%;
	}
	.mainView img {
		width: 136%;
		margin: 0 -18%;
	}
}

@media screen and (max-width: 767px) {
	.mainView img {
		width: 100%;
	}
	.mainView.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 !important;
	}
	.mainView .elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 !important;
	}
}


/* =====================================
■TITLE
===================================== */
.titWrap {
	margin-bottom: 25px;
}
.titWrap h2 {
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	background: #ea9b67;
	margin-top: 4px;
	position: relative;
	text-align: center;
	font-size: 2.8rem;
	padding: 15px 5px;
	line-height: 1.3;
	color: #fff;
	margin-top: 40px;
}
.titWrap h2:before {
	position: absolute;
	content: "";
	background: #ea7a2e;
	height: 2px;
	width: 100%;
	left: 0;
	top: -4px;
}
.titWrap h3 {
	font-size: 2.1rem;
	padding: 5px 0 5px 0;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	line-height: 1.3;
	position: relative;
	margin-bottom: 20px;
}
.titWrap h3:before {
	content: "";
	height: 2px;
	width: 5%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ea7a2e;
}
.titWrap h3:after {
	content: "";
	height: 2px;
	width: 95%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #ea9b67;
}
@media screen and (max-width: 1040px) {
	.titBgWrap.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.titWrap h2 {
		font-size: 2rem;
	}
	.titBgWrap {
		margin-bottom: 15px !important;
	}
	.titBgWrap h2 {
		font-size: 1.8rem;
		padding: 10px 5px 8px;
	}
	.titBgWrap h3 {
		font-size: 2.2rem;
	}
}


/* =====================================
■NEWS
===================================== */
.newsSec {
	padding: 0 25px 60px;
}
.newsSec .headingWrap {
	width: 12em;
}
.newsSec .headingWrap h2 {
	font-size: 2.4rem;
	color: #ea7a2e !important;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.newsSec .headingWrap .more a {
	display: inline-block;
	background: #fff0e8 !important;
	border-radius: 6px;
	font-size: 11px !important;
	color: #ea7a2e !important;
	text-decoration: none;
	line-height: 1 !important;
	padding: 5px 18px 5px 10px;
	position: relative;
}
.newsSec .headingWrap .more a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 0px 1px 1px 0;
	border-color: #ea7a2e !important;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -4px;
	box-sizing: border-box;
}
.elementor-element-d6017b3.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.newsSec .newsWrap {
	width: calc(100% - 12em);
}
.newsSec .news {
	padding-left: 2px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.newsSec .news:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #ea7a2e;
	position: absolute;
	top: 0;
	left: 0;
}
.newsSec .news:after {
	content: "";
	width: 2px;
	height: 100%;
	background: #eee;
	position: absolute;
	top: 0;
	left: 1px;
}
.newsSec .news dl {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 90%;
	color: #000;
	border-top: 1px solid #eee;
	padding: 5px 20px;
}
.newsSec .news dl dt {
	width: 9em;
	color: #6d6d6d;
}
.newsSec .news dl dd {
	font-size: 90%;
}
.newsSec .news dl dd a {
	color: #666;
}
.newsSec .elementor-widget-wrap > .elementor-element {
	margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
	.newsSec {
		padding: 30px 0;
	}
}

@media screen and (max-width: 767px) {
	.newsSec .headingWrap {
		width: 100%;
		margin-bottom: 5px;
	}
	.newsSec .headingWrap > .elementor-column-wrap > .elementor-widget-wrap {
		display: flex;
	}
	.newsSec .headingWrap .heading {
		width: calc(100% - 7rem);
	}
	.newsSec .headingWrap h2 {
		font-size: 2rem;
	}
	.newsSec .headingWrap .more {
		width: 7rem;
		margin-top: 10px;
	}
	.newsSec .headingWrap .more a {
		display: block;
		text-align: center;
	}
	.newsSec .newsWrap {
		width: 100%;
	}
	.newsSec .news dl {
		flex-wrap: wrap;
		font-size: 100%;
		padding: 5px 0px 5px 10px;
	}
	.newsSec .news dl dt {
		width: 100%;
	}
	.newsSec .news dl dd {
		font-size: 100%;
	}
	.newsSec {
		padding: 30px 10px;
	}
}




/* =====================================
■診療時間
===================================== */
.clinicSec {
	padding: 30px 0 60px;
	z-index: 3;
}
.timetable th,
.timetable td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px 5px 3px 5px;
	vertical-align: middle;
	opacity: 0.8;
}
.timetable thead th {
	width: 8%;
	background: #86c7f1;
	color: #fff;
}
.timetable thead th:first-child {
	width: 36%;
}
.timetable tbody th {
	background: #e1edf9;
}
.timetable tbody th small {
	font-size: 80%;
}

@media screen and (max-width: 767px) {
	.clinicSec {
		padding-bottom: 45px;
	}
	.timetable th,
	.timetable td {
		font-size: 70%;
		padding: 5px 2px 3px 2px;
	}
	.timetable thead th {
		width: 10%;
	}
	.timetable thead th:first-child {
		width: 20%;
	}
}


/* =====================================
■地図
===================================== */
.mapBlock .mapbox {
	height: 400px;
	min-height: 250px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	position: relative;
}
.mapBlock .mapbox iframe {
	width: 100% !important;
	height: 100% !important;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
}
.mapBlock .mapbox > div {
	min-height: 250px;
}
.open-googlemap {
	text-align: right;
	line-height: 1;
}
.open-googlemap a {
	font-size: 80%;
	color: #999;
	margin-top: 0px;
	padding-right: 15px;
	position: relative;
}
.open-googlemap a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #af0a5d;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: 2px;
}

@media screen and (max-width: 767px) {
	.mapBlock .mapbox {
		height: 250px;
	}
}
/* =====================================
■InternetBox
===================================== */
.InternetBox {
	margin-top: 60px;
	margin-bottom: 50px;
}
.InternetBox a {
	overflow: hidden;
}
.InternetBox img {
	border-radius: 5px;
}
.InternetBox a:hover img {
	transform: scale(1.1, 1.1);
	transition: .3s ease;
}
.title_A {
	font-size: 2.4rem;
	line-height: 1.4;
	color: #ea7a2e !important;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.btn a {
	background: #6bbb5a;
	background: -moz-linear-gradient(left, #6bbb5a 0%, #a1d196 50%, #6bbb5a 100%);
	background: -webkit-linear-gradient(left, #6bbb5a 0%, #a1d196 50%, #6bbb5a 100%);
	background: linear-gradient(to right, #6bbb5a 0%, #a1d196 50%, #6bbb5a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bbb5a', endColorstr='#6bbb5a', GradientType=1 );
}
.elementor-element-230ec57 > .elementor-widget-container > .elementor-button-wrapper {
	text-align: right;
}
.InternetBox.elementor-element-0837930 {
	margin-bottom: 50px;
}
.oral.InternetBox {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.InternetBox {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.elementor-element-230ec57 > .elementor-widget-container > .elementor-button-wrapper {
		text-align: center;
	}
	.InternetBox.elementor-element-0837930 {
		margin-bottom: 25px;
	}
	.oral.InternetBox {
		margin-top: 0;
	}
}
/* =====================================
■boxA
===================================== */
.box_A {
	margin-top: 60px;
}
.box_A img {
	border-radius: 6px;
}
.threeP ul {
	display: flex;
	column-gap: 40px;
	justify-content: space-between;
}
.threeP ul li {
	width: calc((100% - 80px) / 3);
}
.threeP ul .txt {
	margin-top: 20px;
}
.threeP ul li {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.threeP ul {
		display: block;
	}
}
/* =====================================
■boxB
===================================== */
.elementor-element-3a9fe3a4 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.elementor-element-3a9fe3a4 > .elementor-container.elementor-column-gap-default {
	border: 1px solid #ea9b67;
	padding: 20px;
}
.elementor-element-3a9fe3a4 > .elementor-container.elementor-column-gap-default img {
	border-radius: 5px;
}
/* =====================================
■boxC
===================================== */
.boxC {
	margin-bottom: 30px;
	margin-top: 60px;
}
.fourP ul {
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
}
.fourP ul li {
	width: calc((100% - 90px) / 4);
}
.fourP ul li {
	width: calc((100% - 90px) / 4);
	border: 1px solid #ea7a2e;
}
.titleB {
	font-size: 2rem;
	text-align: center;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	color: #000;
	margin-top: 8px;
}
.fourP a {
	text-decoration: none;
}
.icon_yajirushilibtn {
	margin-bottom: 10px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #ea7a2e;
}
.icon_yajirushilibtn:before,
.icon_yajirushilibtn:after {
	content: '';
	height: 17px;
	width: 3px;
	display: block;
	background: #fff;
	position: absolute;
	top: 19px;
	right: 19px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.icon_yajirushilibtn:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 8px;
}
.fourP ul li .txt {
	padding: 0 20px 15px 20px;
}
.fourP ul li .titleB {
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.fourP ul {
		display: block;
	}
	.fourP ul li {
		width: 100%;
		margin-bottom: 20px;
	}
}
/* =====================================
■bog_box
===================================== */
.bog_box img {
	border-radius: 5px;
}
.bog_box {
	margin-top: 60px;
}
.bog_box a {
	overflow: hidden;
}
.bog_box a:hover img {
	transform: scale(1.1, 1.1);
	transition: .3s ease;
}
/* =====================================
■top_table
===================================== */
.table_R th {
	width: 30%;
	color: #d3476d;
	border-bottom: 1px solid #d3476d;
	padding: 10px 5px 5px;
}
.table_R td {
	border-bottom: 1px solid #ccc;
	padding: 10px 5px 5px;
}
/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 298px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

/* -------------------------------------
■下層共通
------------------------------------- */
.under_tmp_conblock {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.under_tmp_conblock ul {
	display: flex;
	column-gap: 30px;
}
.under_tmp_conblock ul li {
	width: calc((100% - 60px) / 3);
}
.under_tmp_conblock ul li a {
	overflow: hidden;
	display: block;
}

.under_tmp_conblock ul li a:hover img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transition: .3s ease;
	-webkit-transition: .3s ease;
}
@media screen and (max-width: 767px) {
	.under_tmp_conblock ul {
		column-gap: 5px;
	}
	.under_tmp_conblock ul li {
		width: calc((100% - 10px) / 3);
	}
}