@charset "utf-8";

/* =====================================
■ mainView
===================================== */
.topMv__slider {
	width: 100%;
	height: 110vh;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
}
.topMv__sliderItem {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	color: #efefef;
	position: relative;
}
.topMv__wrap-01 {
	background-image: url(/wp-content/uploads/mv-img01_sp.jpg);
}
.topMv__wrap-02 {
	background-image: url(/wp-content/uploads/mv-img02_sp.jpg);
}
.topMv__wrap-03 {
	background-image: url(/wp-content/uploads/mv-img03_sp.jpg);
}

@media screen and (min-width: 992px) {
	.topMv__sliderItem {
		height: 110vh;
	}
	.topMv__wrap-01 {
		background-image: url(/wp-content/uploads/mv-img01.jpg);
	}
	.topMv__wrap-02 {
		background-image: url(/wp-content/uploads/mv-img02.jpg);
	}
	.topMv__wrap-03 {
		background-image: url(/wp-content/uploads/mv-img03.jpg);
	}
}

.topMv__prblock {
	position: absolute;
	top: 15%;
	width: 95%;
}
.topMv__prblock h2 {
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.45rem;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #efefef;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.topMv__prblock hr {
	width: 80%;
	margin-left: auto;
}
.topMv__prblock p {
	letter-spacing: 1px;
}
.topMv__prblock p.prblock__text-1 {
	font-size: 13px;
	margin-left: -5px;
}
.topMv__prblock p.prblock__text-1 span {
	font-size: 10px;
	display: block;
	text-align: right;
}
.topMv__prblock .btn--normal {
	margin-right: 0;
}

@media screen and (min-width: 992px) {
	.topMv__prblock {
		top: 0;
		left: 4%;
		padding-top: 120px;
	}
	.topMv__prblock h2 {
		font-size: 3rem;
		line-height: 1.6;
		margin-bottom: 2rem;
	}
	.topMv__prblock hr {
		width: 30%;
	}
	.topMv__prblock p.prblock__text-1 {
		font-size: 1.8rem;
		margin-left: -10px;
	}
	.topMv__prblock p.prblock__text-1 span {
		font-size: 1.2rem;
		display: inline;
	}
}

.topMv__prblock__footer {
	position: absolute;
	top: 19rem;
	z-index: 1;
	font-size: 0.75rem;
	width: 100%;
}
.topMv__prblock__footer-l {
	width: 235px;
}
.topMv__prblock__footer-r {
	width: 86%;
	margin-top: 1rem;
}
.topMv__prblock__footer li {
	list-style: none;
}
.topMv__prblock__facility,
.topMv__prblock__enrollment {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}
.topMv__prblock__facility {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.topMv__prblock__facility > li {
	width: 75px;
	height: 75px;
	font-size: .6rem;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	font-weight: 600;
	background-color: rgba(255, 255, 255, 0.7);
}
.topMv__prblock__facility > li:first-of-type {
	margin-left: 2rem;
}
.topMv__prblock__facility > li:nth-of-type(2) {
	margin-right: 2rem;
}
.topMv__prblock__enrollment li {
	color: #efefef;
	background-color: rgba(193, 162, 77, 0.8);
	padding: 2px 5px;
	text-align: center;
}
.topMv__prblock__enrollment li:not(:first-of-type) {
	margin-top: 2px;
}
.prblock__text-2 {
	color: #ffffff;
	font-size: .6rem;
}
.inline {
	display: inline !important;
}

@media screen and (min-width: 992px) {
	.topMv__prblock__footer {
		top: 24rem;
	}
	.topMv__prblock__footer .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1.5rem;
		box-sizing: border-box;
	}
	.topMv__prblock__footer-l {
		width: 400px;
	}
	.topMv__prblock__footer-r {
		width: 68.5%;
	}
	.topMv__prblock__facility {
		justify-content: center;
		gap: 10px;
	}
	.topMv__prblock__facility > li {
		width: 100px;
		height: 100px;
		font-size: .8rem;
	}
	.topMv__prblock__enrollment {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		font-size: 0.9rem;
	}
	.topMv__prblock__enrollment li {
		width: 368px;
	}
	.topMv__prblock__enrollment li:not(:first-of-type) {
		margin-top: 0;
	}
	.prblock__text-2 {
		font-size: 1.1rem;
		max-width: 1140px;
	}
}


/* =====================================
■ TITLE
===================================== */
.titWrap h2 {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.2;
	padding-left: 2.5rem;
}
.titWrap .title-sub {
	font-family: garamond-premier-pro-display, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 2rem;
	line-height: 1.6;
	position: relative;
}
.titWrap .title-sub:before {
	content: "";
	width: 2rem;
	height: 1px;
	display: inline-block;
	position: absolute;
	left: -2.5rem;
	top: 50%;
	background-color: #39393a;
}
.bg--mainColor .titWrap .title-sub:before {
	background-color: #fff;
}
.titWrap .title-ja {
	display: block;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
}

@media screen and (min-width: 992px) {
	.titWrap h2 {
		font-size: 1.2rem;
	}
	.titWrap .title-sub {
		font-size: 3rem;
	}
}


/* =====================================
■ PickUpMenu
===================================== */
.topPickUpMenu {
	background-color: #39393a;
	color: #efefef;
	padding: 5rem 0;
}
.topPickUpMenu .content__box {
	padding: 2rem;
}
.topPickUpMenu .content__box h3 {
	margin-top: 0;
	margin-bottom: 1em;
}
.topPickUpMenu .content__box p {
	margin-bottom: 1.5rem;
}
.topPickUpMenu__box {
	position: relative;
	margin-top: 2rem;
}
.topPickUpMenu__title--en {
	display: inline-block;
	font-family: garamond-premier-pro-display, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 2.6rem;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 0.3rem;
	padding-bottom: 0.2rem;
}
.topPickUpMenu__title--ja {
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.9rem;
}

@media screen and (min-width: 992px) {
	.topPickUpMenu .content__box {
		padding: 3rem;
		position: relative;
	}
	.topPickUpMenu .content__box .content__box {
		position: absolute;
		left: 5rem;
	}
	.topPickUpMenu__box {
		margin-top: 3rem;
	}
	.topPickUpMenu__detail {
		margin-top: 5rem;
		margin-left: 3rem;
		position: relative;
		z-index: 1;
	}
	.topPickUpMenu__imgWrap {
		position: absolute;
		right: 0;
		top: 0;
		width: 54%;
		z-index: 0;
	}
	.flex-reverse .topPickUpMenu__imgWrap {
		left: 0;
		right: auto;
	}
	.flex-reverse .topPickUpMenu__detail {
		margin-right: 3rem;
		margin-left: auto;
	}
}

/* =====================================
■ Doctor
===================================== */
.topDoctor {
	padding: 5rem 0;
	background-image: url(/wp-content/uploads/top-doctor.jpg);
	background-size: cover;
	background-position-x: 62%;
	color: #ffffff;
	position: relative;
}
.topDoctor .titWrap {
	margin-bottom: 2rem;
}
.topDoctor .titWrap h2 {
	color: #ffffff;
}
.topDoctor .titWrap .title-sub:before {
	background-color: #fff;
}
.topDoctor .message {
	margin-bottom: 3rem;
}
.topDoctor .elementor-button {
	max-width: 300px;
	margin: 0;
}
.topDoctor .topDoctor__director {
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 2rem;
}
.topDoctor__roll {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}
.topDoctor__name {
	color: #ffffff;
	margin: 0.5rem 0;
	font-size: 1.8rem;
}
.topDoctor__name--en {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.topDoctor {
		background-position-x: center;
		background-attachment: fixed;
	}
	.topDoctor .titWrap {
		margin-bottom: 3rem;
	}
	.topDoctor .topDoctor__director {
		width: auto;
		position: absolute;
		right: 5rem;
		bottom: 0;
	}
	.topDoctor__name {
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 991px) {
	.topDoctor__director > .elementor-container {
		padding: 0 1rem;
	}
}

@media screen and (max-width: 991px) and (min-width: 576px) {
	.topDoctor__director > .elementor-container {
		max-width: 540px;
		margin: 0 auto;
	}
}


/* =====================================
■ Menu
===================================== */
.topMainMenu {
	background-color: #39393a;
	color: #ffffff;
	margin-top: 0;
}
.topMainMenu__item {
	color: #ffffff;
	display: block;
	padding: 1rem;
	position: relative;
	overflow-x: hidden;
}
.topMainMenu__item__inner {
	padding: 1rem;
	border: 1px solid #ffffff;
}
.topMainMenu__item + .topMainMenu__detail {
	display: none;
}
.topMainMenu__title {
	color: #ffffff;
	text-align: center;
	position: relative;
	margin-top: 0.83rem;
	margin-bottom: 0.83rem;
}
.topMainMenu__title--en {
	display: block;
	font-family: garamond-premier-pro-display, serif;
	font-weight: 300;
	font-size: 4rem;
	font-style: italic;
	color: #616161;
	margin-top: -1rem;
	margin-bottom: -3.5rem;
}
.topMainMenu__title--ja {
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
}
.topMainMenu__description {
	font-size: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.topMainMenu__detail {
	color: #39393a;
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	padding: 3rem;
	background: url(/wp-content/uploads/top-menu-bg.jpg) no-repeat top center;
	background-size: cover;
}
.moreInfo--text {
	position: relative;
	font-size: 0.9rem;
	display: block;
	text-align: right;
	margin-right: 2rem;
}
.moreInfo--text::after {
	content: "";
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	width: 8px;
	height: 8px;
	display: inline-block;
	position: absolute;
	right: -12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 8px;
}

@media screen and (min-width: 992px) {
	.topMainMenu {
		position: relative;
	}
	.topMainMenu__item {
		padding: 0;
		width: 40%;
	}
	.topMainMenu__item::before {
		content: "";
		background-color: #c1a24d;
		width: 100%;
		height: 100%;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		position: absolute;
		left: 0;
		top: 0;
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		transition: -webkit-transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
		z-index: 0;
	}
	.topMainMenu__item:hover::before {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.topMainMenu__item:first-of-type > .topMainMenu__item__inner {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}
	.topMainMenu__item:nth-of-type(n + 2) > .topMainMenu__item__inner {
		border-top: 1px solid #ffffff;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}
	.topMainMenu__item .moreInfo--text.sp {
		display: none;
	}
	.topMainMenu__item.hover + .topMainMenu__detail {
		display: block;
	}
	.topMainMenu__description {
		font-size: 1.2rem;
		text-align: center;
		margin-top: 2rem;
		line-height: 2.2;
	}
	.topMainMenu__description.sp {
		display: none;
	}
	.topMainMenu--l {
		width: 30%;
	}
	.topMainMenu--r {
		width: 70%;
	}
	.topMainMenu__detail .topMainMenu__title--en {
		display: none;
	}
	.topMainMenu__detail .topMainMenu__title {
		color: #39393a;
	}
}


/* =====================================
■ About
===================================== */
.topAbout {
	padding: 5rem 0;
}
.topAbout .titWrap {
	margin: 0.83rem 0 2rem;
}
.consultation-table {
	border-collapse: collapse;
	margin-bottom: 0.5rem;
}
.consultation-table tr:first-of-type th,
.consultation-table tr:first-of-type td,
.consultation-table tr:last-of-type th,
.consultation-table tr:last-of-type td {
	border-bottom: 1px solid #39393a;
	padding-bottom: 0.3rem;
}
.consultation-table tr:nth-of-type(2) {
	border-bottom: 1px solid #b5b5b5;
}
.consultation-table th,
.consultation-table td {
	font-size: 0.9rem;
	padding: 0.25rem;
}
.consultation-table th {
	width: 30%;
}
.note {
	font-size: 0.9rem;
}
#maps {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	padding: 0;
}
#maps iframe {
	height: 100%;
}
.annnai-movie {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.topAbout .titWrap {
		margin-bottom: 3rem;
	}
	.consultation-table th {
		width: 23%;
	}
	#maps {
		height: 600px;
	}
}

@media screen and (max-width: 991px) {
	.topAbout .elementor-top-column {
		width: 100%;
	}
	.topAbout .elementor-top-column > .elementor-column-wrap {
		margin: 0 !important;
	}
}


/* =====================================
■ NEWS
===================================== */
.topNews {
	background: url(/wp-content/uploads/top-news-bg.jpg) no-repeat top left;
	background-size: cover;
	color: #efefef;
	padding: 5rem 0;
}
.topNews .container {
	padding: 0 1rem;
	box-sizing: border-box;
}
.topNews .titWrap {
	margin-top: 0.83rem;
	margin-bottom: 2rem;
}
.topNews .titWrap h2,
.topNews a {
	color: #efefef;
}
.topNews .titWrap .title-sub::before {
	background-color: #ffffff;
}
.topNews__list {
	padding-left: 0;
	list-style: none;
	margin-bottom: 1.5rem;
}
.topNews__list li {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 4px;
	position: relative;
}
.topNews__list time {
	color: #ffffff;
	font-size: 0.9rem;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.topNews__list .newsList-ttl {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.8rem;
}
.topNews__list a {
	display: block;
}
.topNews__list a:hover {
	color: #39393a;
	background-color: #efefef;
}
.topNews__list a:hover time {
	color: #39393a;
}

@media screen and (min-width: 992px) {
	.topNews .titWrap {
		width: 30%;
	}
	.topNews .btn--normal {
		max-width: 300px;
	}
	.topNews .container {
		display: flex;
		flex-direction: row;
	}
	.topNews__list li {
		align-items: baseline;
		padding-left: 1rem;
		margin-bottom: 0;
	}
	.topNews__list .newsList-ttl {
		margin-left: 1rem;
	}
	.topNews__list a {
		padding-top: 14px;
	}
	.topNews__content {
		width: 70%;
		margin-top: 1rem;
	}
}


/* =====================================
■ BLOG
===================================== */
.topBlog {
	padding: 5rem 0;
}
.topBlog .container {
	padding: 0 1rem;
	box-sizing: border-box;
}
.topBlog .titWrap {
	margin-top: 0.83rem;
	margin-bottom: 2rem;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.blog__list.card {
	border: none;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
}
.zoom-up .card-image {
	overflow: hidden;
}
.zoom-up img {
	transition: all .3s ease-in-out;
}
.blog__list .card-image img {
	height: 230px;
	object-fit: cover;
}
.blog__list .card-tag {
	margin-bottom: 0;
	position: absolute;
	top: 0.5rem;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	color: #efefef;
	padding: 0.25rem 1rem;
	width: auto;
	font-size: 0.85rem;
	text-align: center;
}
.blog__list .card-body {
	padding: 0.5rem 0 1rem;
}
time {
	color: #656565;
}
.blog__list .card-body time {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
}
.blog__list .card-body .card-title {
	font-size: 1rem;
	margin: 1rem 0;
}

@media screen and (min-width: 992px) {
	.topBlog .titWrap {
		margin-bottom: 3rem;
	}
}