@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 64rem;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 32rem;
	}
}



/* -------------------------------------------

summary

------------------------------------------- */
.top-summary {
	background: var(--bg-pink);
	padding: 4rem 0;
}
@media screen and (max-width: 768px) {
	.top-summary {
		padding: 4rem 3rem;
	}
}
/* ---- wrap ---- */
.top-summary .wrap {
	display: flex;
	justify-content: space-between;
}
.top-summary .wrap > div {
	background: #fff;
	border: solid var(--prime) 0.2rem;
	border-radius: 1rem;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
}
.top-summary .wrap > div:nth-of-type(1) {
	width: 36rem;
}
.top-summary .wrap > div:nth-of-type(2) {
	width: 51rem;
}
.top-summary .wrap > div:nth-of-type(1) img {
	width: 5rem;
	margin-bottom: 1rem;
}
.top-summary .wrap > div:nth-of-type(1) p {
	text-align: center;
	color: var(--prime);
	font-weight: bold;
	font-size: 1.6rem;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.top-summary .wrap {
		display: block;
	}
	.top-summary .wrap > div:nth-of-type(1) {
		width: 100%;
		margin-bottom: 1rem;
	}
	.top-summary .wrap > div:nth-of-type(2) {
		width: 100%;
	}
	.top-summary .wrap > div:nth-of-type(1) img {
		width: 6.4rem;
	}
	.top-summary .wrap > div:nth-of-type(1) p {
		white-space:unset;
	}
}



/* -------------------------------------------

news

------------------------------------------- */
.top-news {
    padding: 6rem 0 8rem 0;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 6rem 3rem;
    }   
}
.top-news h2 {
	margin-bottom: 0;
}
/* ---- wrap ---- */
.top-news .wrap {
	display: flex;
}
.top-news .wrap > div:nth-of-type(1) {
	width: 14rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-news .wrap > div:nth-of-type(2) {
	width: calc(100% - 14rem);
	padding-left: 4rem;
	margin-top: -1.5rem;
}
@media screen and (max-width: 768px) {
	.top-news .wrap {
		flex-direction: column;
	}
	.top-news .wrap > div:nth-of-type(1) {
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 2rem;
	}
	.top-news .wrap > div:nth-of-type(2) {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}
/* ---- more ---- */
.top-news .more-wrap {
	margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
	.top-news .more-wrap {
		margin-top: 0;
	}
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



/* -------------------------------------------

about

------------------------------------------- */
.top-about {
	padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.top-about {
		padding: 0 3rem 6rem 3rem;
	}
}
/* ---- wrap ---- */
.top-about .wrap {
	display: flex;
	margin-bottom: 6rem;
}
.top-about .wrap > * {
	width: 50%;
}
.top-about .wrap > figure img {
	border-radius: 0 1rem 1rem 0;
}
.top-about .wrap > div {
	display: flex;
	flex-direction: column;
	padding-left: 5rem;
	padding-right: 10rem;
}
.top-about .wrap h2 .en {
	margin-left: 0.3rem;
}
.top-about .wrap > div p {
	line-height: 2.4;
}
.top-about .more-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	.top-about .wrap {
		display: block;
		margin-bottom: 6rem;
	}
	.top-about .wrap > * {
		width: 100%;
	}
	.top-about .wrap > figure img {
		border-radius: 1rem;
	}
	.top-about .wrap > div {
		margin-top: 3rem;
		padding-left: 0;
		padding-right: 0;
	}
	.top-about .wrap > div p {
		line-height: 1.8;
	}
}
/* ---- ul ---- */
.top-about ul li {
	padding: 0 4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-about ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.top-about ul li:not(:last-child) {
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: dotted 0.3rem #d7d7d7;
}
.top-about ul li > figure {
	width: 20%;
}
.top-about ul li > dl {
	width: 75%;
}
.top-about ul li img {
	border-radius: 1rem;
}
.top-about ul dt {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.top-about ul dd {
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.top-about ul li {
		padding: 0;
		flex-direction: column;
	}
	.top-about ul li:nth-child(even) {
		flex-direction: column;
	}
	.top-about ul li:not(:last-child) {
		margin-bottom: 3rem;
		padding-bottom: 3rem;
	}
	.top-about ul li > figure {
		width: 12rem;
		margin-bottom: 2rem;
	}
	.top-about ul li > dl {
		width: 100%;
	}
	.top-about ul dt {
		text-align: center;
	}
}



/* -------------------------------------------

treatment

------------------------------------------- */
.top-treatment {
	background: var(--bg-pink);
	padding: 8rem 0;
}
@media screen and (max-width: 768px) {
	.top-treatment {
		padding: 6rem 3rem;
	}
}
.top-treatment p {
	margin-bottom: 3rem;
}
/* ---- ul ---- */
.top-treatment ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-treatment ul li {
	background-color: #fff;
	box-shadow: 0px 2px 8.3px 1.7px rgba(173, 173, 173, 0.35);
	border-radius: 1rem;
	width: 48%;
}
.top-treatment ul li:last-child {
	padding: 2rem 3rem 4rem 3rem;
}
.top-treatment ul li > a {
	background: url(../img/arrow-pink.png) no-repeat right 2rem bottom 2rem;
	background-size: 1.8rem auto;
	display: block;
	padding: 2rem 3rem 4rem 3rem;
}
.top-treatment ul li:nth-child(1),
.top-treatment ul li:nth-child(2)  {
	margin-bottom: 2.5rem;
	width: 100%;
}
.top-treatment ul li:nth-child(1) a,
.top-treatment ul li:nth-child(2) a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-treatment ul li:nth-child(2) a {
	flex-direction: row-reverse;
}
.top-treatment ul li:nth-child(1) a figure,
.top-treatment ul li:nth-child(2) a figure {
	width: 9rem;
}
.top-treatment ul li:nth-child(1) a dl,
.top-treatment ul li:nth-child(2) a dl {
	width: calc(100% - 12rem);
}
.top-treatment ul dt {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
.top-treatment ul li:nth-child(3) dt,
.top-treatment ul li:nth-child(4) dt {
	height: 6.8rem;
}
@media screen and (max-width: 768px) {
	.top-treatment ul {
		display: block;
	}
	.top-treatment ul li {
		width: 100%;
	}
	.top-treatment ul li:nth-child(1),
	.top-treatment ul li:nth-child(2)  {
		margin-bottom: 2rem;
	}
	.top-treatment ul li:nth-child(1) a,
	.top-treatment ul li:nth-child(2) a {
		flex-direction: column;
	}
	.top-treatment ul li:nth-child(2) a {
		flex-direction: column;
	}
	.top-treatment ul li:nth-child(1) a figure,
	.top-treatment ul li:nth-child(2) a figure {
		width: 10rem;
		margin-bottom: 1rem;
	}
	.top-treatment ul li:nth-child(1) a dl,
	.top-treatment ul li:nth-child(2) a dl {
		width: 100%;
	}
	.top-treatment ul li:nth-child(3) dt,
	.top-treatment ul li:nth-child(4) dt {
		height: auto;
	}	
	.top-treatment ul li:not(:last-child) {
		margin-bottom: 2rem;
	}	
	.top-treatment ul li:nth-child(4) dt {
		font-size: 1.8rem;
	}	
}



/* -------------------------------------------

facility

------------------------------------------- */
.top-facility {
	padding: 6rem 0;
}
@media screen and (max-width: 768px) {
	.top-facility {
		padding: 6rem 3rem;
	}
}
/* ---- more ---- */
.top-facility .more-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: -3rem;
}
@media screen and (max-width: 768px) {
	.top-facility .more-wrap {
		margin-top: 2rem;
	}	
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
	padding: 6rem 0;
	background: var(--bg-pink);
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 6rem 3rem;
	}
}
/* ---- wrap ---- */
.top-access .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}
.top-access .wrap > div {
	width: 47%;
}
.top-access .wrap > div:nth-of-type(1) {
	padding-left: calc((100% - 88rem) / 2);
}
.top-access .gmap iframe {
	height: 44rem;
}
@media screen and (max-width: 768px) {
	.top-access .wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.top-access .wrap > div {
		width: 100%;
	}
	.top-access .wrap > div:nth-of-type(1) {
		padding-left: 0;
		display: contents;
		width: 100%;
	}
	.top-access .gmap iframe {
		height: 32rem;
	}
	.top-access dl {
		order: 3;
		margin-top: 3rem;
		width: 100%;
	}
}
/* ---- tel ---- */
.top-access-tel a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 44rem;
	height: 9.6rem;
	border-radius: 20rem;
	background: var(--prime);
	margin: 0 auto;
	line-height: 1;
}
.top-access-tel a img {
	width: 3.2rem;
	margin-right: 0.5rem;
	margin-top: 0.3rem;
}
.top-access-tel a span:nth-child(1) {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.top-access-tel a span:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.top-access-tel a {
		width: 100%;
		text-decoration: none;
	}
	.top-access-tel a img {
		width: 3.2rem;
		margin-right: 0.5rem;
		margin-top: 0.3rem;
	}
}



/* -------------------------------------------

about

------------------------------------------- */
.about-greeting > div {
	display: flex;
	justify-content: space-between;
}
.about-greeting > div > figure {
	width: 16rem;
}
.about-greeting > div > div {
	width: calc(100% - 20rem);
}
@media screen and (max-width: 768px) {
	.about-greeting > div {
		flex-direction: column;
		align-items: center;
	}
	.about-greeting > div > figure {
		width: 20rem;
		margin-bottom: 2.5rem;
	}
	.about-greeting > div > div {
		width: 100%;
	}
}



/* -------------------------------------------

smoking

------------------------------------------- */
/* ---- tel ---- */
.smoking-tel a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 44rem;
	height: 9.6rem;
	border-radius: 20rem;
	background: var(--prime);
	margin: 0 auto;
	line-height: 1;
}
.smoking-tel a img {
	width: 3.2rem;
	margin-right: 0.5rem;
	margin-top: 0.3rem;
}
.smoking-tel a span:nth-child(1) {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.smoking-tel a span:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.smoking-tel a {
		width: 100%;
		text-decoration: none;
	}
	.smoking-tel a img {
		width: 3.2rem;
		margin-right: 0.5rem;
		margin-top: 0.3rem;
	}
}



/* -------------------------------------------

gallery

------------------------------------------- */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
}	
.gallery-list li {
	width: 17rem;
	margin-right: calc(3rem / 4);
}
.gallery-list li:nth-child(5n) {
	margin-right: 0;
}
.gallery-list li:nth-child(n + 6) {
	margin-top: calc(3rem / 4);
}
.gallery-list img {	
	height: 15rem;
	object-fit: cover;	
	object-position: center bottom;
}
.gallery-list span {
	display: flex;
	justify-content: center;
	text-align: center;
	height: 4.8rem;
	margin-top: 0.6rem;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.gallery-list {
		justify-content: space-between;
	}
	.gallery-list li {
		width: 49%;
		margin-right: 0;
	}
	.gallery-list li:nth-child(5n) {
		margin-right: auto;
	}
	.gallery-list li:nth-child(n + 3) {
		margin-top: 2%;
	}
	.gallery-list img {	
		aspect-ratio: 1 / 0.9;
		object-fit: cover;	
		height: auto;
	}
}
