@charset "utf-8";

/* =====================================
■mainView
===================================== */
.mainView {
	background: url(/wp-content/uploads/mv-bg.jpg) 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%;
	}
}


/* =====================================
■TITLE
===================================== */
.titWrap h2 {
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.titBgWrap {
	margin-bottom: 30px !important;
}
.titBgWrap h2 {
	background: #63c6b7;
	border-top: 2px solid #2eb09c;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	font-size: 2.8rem;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	padding: 17px 20px 16px;
	position: relative;
}
.titBgWrap h2:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

/* h3 */
.titWrap h3 {
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	font-size: 2.6rem;
	line-height: 1.3;
	color: #000;
	text-align: left;
	margin-bottom: 30px;
	padding: 5px 10px 0.6em;
	position: relative;
}
.titWrap h3:before {
	content: "";
	width: 5%;
	height: 2px;
	background: #2eb09c;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.titWrap h3:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #63c6b7;
	position: absolute;
	bottom: 0;
	left: 0;
}

@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: 12px 5px 10px;
	}

	.titWrap h3 {
		font-size: 1.7rem;
		margin-bottom: 15px;
		padding: 0 0px 0.3em;
	}
}


/* =====================================
■img
===================================== */
.imgBlock a {
	overflow: hidden;
	height: 100%;
	vertical-align: bottom;
	position: relative;
	z-index: 1;
}
.imgBlock a img {
	transition: .3s ease;
}
.open-lightbox .elementor-image,
.open-lightbox [data-elementor-open-lightbox="yes"] {
	display: block;
	position: relative;
}
.open-lightbox .elementor-image:after {
	content: "";
	width: 17px;
	height: 17px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 1;
}
.open-lightbox [data-elementor-open-lightbox="yes"]:before {
	content: "";
	width: 1px;
	height: 9px;
	background: #000;
	position: absolute;
	bottom: 9px;
	right: 13px;
	z-index: 2;
}
.open-lightbox [data-elementor-open-lightbox="yes"]:after {
	content: "";
	width: 9px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 13px;
	right: 9px;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.imgBlock a:hover img {
		transform: scale(1.1, 1.1);
		transition: .3s ease;
	}
}


/* =====================================
■NEWS
===================================== */
.newsSec {
	padding: 30px 0 70px;
}
.newsSec .headingWrap {
	width: 12em;
}
.newsSec .headingWrap h2 {
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	font-size: 2.4rem;
	color: #2eb09c;
}
.newsSec .headingWrap .more a {
	display: inline-block;
	background: #dbf9f2;
	border-radius: 6px;
	font-size: 11px !important;
	color: #2eb09c !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: #2eb09c;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -4px;
	box-sizing: border-box;
}
.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: #2eb09c;
	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: #000;
}

@media screen and (max-width: 1040px) {
	.newsSec {
		padding: 30px 0 35px;
	}
}

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


/* =====================================
■BNR
===================================== */
.bnrSec .pic01 {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}


/* =====================================
■MRI
===================================== */
.pointSec {
	padding: 147px 0 60px;
}
.pointSec .pic {
	line-height: 1;
	max-width: 728px;
	margin: 0 auto 39px;
}
.pointSec .pic a,
.pointSec .pic img {
	vertical-align: bottom;
}
.pointSec .txt {
	margin-bottom: 60px;
}

@media screen and (max-width: 1040px) {
	.pointSec {
		padding: 113px 0 30px;
	}
	.pointSec .txt {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.pointSec {
		padding: 65px 0 30px;
	}
}


/* =====================================
■当クリニック4つの特徴
===================================== */
.featureSec {
	background: #dbf9f2;
	padding: 40px 0;
}
.featureSec .titWrap {
	margin-bottom: 30px;
}
.featureSec .inner {
	counter-reset: num;
}
.featureSec .inner .item {
	counter-reset: li;
	padding-left: 10rem;
	position: relative;
}
.featureSec .inner .item:not(:first-child) {
	margin-top: 50px;
}
.featureSec .inner .item:before {
	content: "";
	content: counter(num) "";
	counter-increment: num;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	width: 10rem;
	font-size: 10rem;
	line-height: 1;
	color: #2eb09c;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.featureSec .inner .elementor-image-box-title {
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	font-size: 2.6rem;
	line-height: 1.3;
	color: #000;
	text-align: left;
	margin-bottom: 30px;
	padding: 5px 10px 0.6em;
	position: relative;
}
.featureSec .inner .elementor-image-box-title:before {
	content: "";
	width: 5%;
	height: 2px;
	background: #2eb09c;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.featureSec .inner .elementor-image-box-title:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #63c6b7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.featureSec .inner .elementor-image-box-description {
	text-align: left;
}

@media screen and (max-width: 767px) {
	.featureSec {
		padding: 30px 0;
	}
	.featureSec .titWrap {
		margin-bottom: 15px;
	}
	.featureSec .inner .item {
		padding-left: 5rem;
	}
	.featureSec .inner .item:not(:first-child) {
		margin-top: 20px;
	}
	.featureSec .inner .item:before {
		width: 5rem;
		font-size: 5rem;
	}
	.featureSec .inner .elementor-image-box-title {
		font-size: 1.7rem;
		margin-bottom: 15px;
		padding: 0 0px 0.3em;
	}
}


/* =====================================
■ドック（自由診療）
===================================== */
.dockSec {
	padding: 60px 0 50px;
}
.dockSec .flowList {
	margin-bottom: 70px;
}
.dockSec .flowList .item {
	position: relative;
}
.dockSec .flowList .item:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.dockSec .flowList .item:not(:last-child):after {
	content: "";
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 20px solid #63c6b7;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.dockSec .flowList .item h4 {
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	font-size: 2.3rem;
	padding-left: 20px;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 5px;
	position: relative;
}
.dockSec .flowList .item h4:before {
	content: "";
	width: 6px;
	height: 100%;
	background: #2eb09c;
	-webkit-border-radius: 6px;
	position: absolute;
	left: 0;
	top: 0;
}
.dockSec .flowList .item h4:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.dockSec .flowList .item .elementor-image-box-description {
	text-align: left;
	margin-top: 30px;
}

@media screen and (max-width: 1040px) {
	.dockSec {
		padding: 30px 0 40px;
	}
	.dockSec .flowList {
		margin-bottom: 20px;
	}
	.dockSec .flowList .item:not(:last-child) {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.dockSec .flowList .item:not(:last-child):after {
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 15px solid #63c6b7;
	}
	.dockSec .flowList .item h4 {
		font-size: 2rem;
		padding-left: 14px;
	}
	.dockSec .flowList .item .elementor-image-box-description {
		margin-top: 22px;
	}
}


/* =====================================
■当院のMRI検査
===================================== */
.mriSec {
	background: #fff4e0;
	overflow: hidden;
}
.mriSec .inner .heading {
	text-align: center;
	margin-bottom: 30px;
}
.mriSec .inner .heading h2 {
	display: inline-block;
	padding: 0px 10px 5px 10px;
	border-bottom: 2px solid #2eb09c;
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.mriSec .inner .catch {
	font-family: "Noto Serif Japanese", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #2eb09c;
	text-align: center;
	margin-bottom: 1.2rem;
}
.mriSec .inner .btnList {
	margin-top: 20px;
}
.mriSec .inner .btnList .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 60px;
}
.mriSec .inner .btnList .elementor-icon-list-item {
	width: 48%;
}
.mriSec .inner .btn a {
	display: inline-block !important;
	width: 100% !important;
}

@media screen and (min-width: 768px) {
	.mriSec > .elementor-container {
		padding-left: 25% !important;
		padding-bottom: 20px !important;
		padding-top: 20px !important;
		position: relative;
		z-index: 2;
	}
	.mriSec > .elementor-container:before {
		content: "";
		width: 150%;
		height: 100%;
		background: #fff4e0 url(/wp-content/uploads/top-bg01.png) no-repeat left top;
		background-size: auto 100%;
		position: absolute;
		left: -200px !important;
		top: 0;
		z-index: -1;
		pointer-events: none;
	}
	.mriSec .inner {
		background: rgba(255, 255, 255, 0.42);
		border-radius: 20px;
		padding: 20px;
		position: relative;
	}
}

@media screen and (max-width: 767px) {
	.mriSec {
		padding: 30px 0;
	}
	.mriSec .inner .heading {
		margin-bottom: 15px;
	}
	.mriSec .inner .heading h2 {
		font-size: 2rem;
	}
	.mriSec .inner .pic {
		width: 70%;
		margin: 0 auto 15px;
	}
	.mriSec .inner .pic img {
		border-radius: 6px;
	}
	.mriSec .inner .catch {
		font-size: 1.7rem;
	}
	.mriSec .inner .btnList {
		width: 80%;
		margin: 20px auto 0;
	}
	.mriSec .inner .btnList .elementor-icon-list-items {
		row-gap: 20px;
	}
	.mriSec .inner .btnList .elementor-icon-list-item {
		width: 100%;
	}
}


/* =====================================
■診察メニュー
===================================== */
.menuSec {
	padding: 60px 0 70px;
}
.menuSec .titWrap {
	margin-bottom: 30px;
}
.menuSec .inner > .elementor-container > .elementor-row {
	flex-wrap: wrap;
	justify-content: space-between;
}
.menuSec .inner .item {
	width: 18.4%;
}
.menuSec .inner .item img {
	border-radius: 6px;
}

@media screen and (max-width: 1040px) {
	.menuSec {
		padding: 30px 0 40px;
	}
}

@media screen and (max-width: 767px) {
	.menuSec {
		padding: 30px 0 35px;
	}
	.menuSec .titWrap {
		margin-bottom: 15px;
	}
	.menuSec .inner > .elementor-container > .elementor-row {
		row-gap: 4px;
	}
	.menuSec .inner .item {
		width: 48%;
	}
}


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

@media screen and (max-width: 767px) {
	.mapBlock .mapbox {
		height: 250px;
	}
}


/* =====================================
■院内ツアー
===================================== */
.tourSec {
	padding: 54px 0 0;
}
.tourSec .inner + .inner {
	margin-top: calc(30px + 1.2rem);
}
.tourSec .inner > .elementor-container > .elementor-row {
	flex-wrap: wrap;
	justify-content: space-between;
}
.tourSec .inner .item {
	width: 24.1%;
}
.tourSec .inner .item img {
	border-radius: 6px;
}

@media screen and (max-width: 767px) {
	.tourSec {
		padding: 40px 0 0;
	}
	.tourSec .inner + .inner {
		margin-top: 8px;
	}
	.tourSec .inner > .elementor-container > .elementor-row {
		row-gap: 8px;
	}
	.tourSec .inner .item {
		width: calc((100% - 8px) / 2);
	}
}


/* =====================================
■Gallery
===================================== */
.gallerySec {
	background: #e1edf9;
	padding: 70px 0 40px;
	margin: 35px 0 60px;
}
.gallerySec .inner {
	padding: 0 10px;
}
.gallerySec .elementor-swiper-button {
	width: 20px;
	height: 30px;
	overflow: hidden;
}
.gallerySec .elementor-swiper-button i {
	display: none;
}
.gallerySec .elementor-swiper-button-prev {
	left: -10px;
}
.gallerySec .elementor-swiper-button-next {
	right: -10px;
}
.gallerySec .elementor-swiper-button-prev:before,
.gallerySec .elementor-swiper-button-next:before {
	content: "";
	width: 20px;
	height: 20px;
	border-width: 4px 4px 0 0;
	border-style: solid;
	border-color: #62a2da;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	transition: .3s ease;
}
.gallerySec .elementor-swiper-button-prev:before {
	transform: rotate(-135deg);
	left: 5px;
}
.gallerySec .elementor-swiper-button-next:before {
	transform: rotate(45deg);
	right: 5px;
}
.gallerySec .elementor-swiper-button-prev:hover:before,
.gallerySec .elementor-swiper-button-next:hover:before {
	opacity: 0.7;
	transition: .3s ease;
}
.gallerySec .elementor-widget-image-carousel .swiper-slide {
	padding: 0 10px;
}
.gallerySec .swiper-slide a {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.gallerySec .swiper-slide a:after {
	content: "";
	width: 17px;
	height: 17px;
	background: rgba(255,255,255,0.5);
	border-radius: 3px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 1;
}
.gallerySec .swiper-slide a .swiper-slide-inner:before {
	content: "";
	width: 1px;
	height: 9px;
	background: #000;
	position: absolute;
	bottom: 9px;
	right: 13px;
	z-index: 2;
	opacity: 0.8;
}
.gallerySec .swiper-slide a .swiper-slide-inner:after {
	content: "";
	width: 9px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 13px;
	right: 9px;
	z-index: 2;
	opacity: 0.8;
}
.gallerySec .swiper-slide a:hover img {
	transform: scale(1.1, 1.1);
}

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

@media screen and (max-width: 1040px) {
	.gallerySec {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.gallerySec {
		padding: 30px 0;
	}
	.gallerySec .inner {
		padding: 0 9px;
	}
	.gallerySec .elementor-widget-image-carousel .swiper-slide {
		padding: 0 5px;
	}
}