@charset "utf-8";

.gh {
	transform: translate3d(0,-100%,0);
	transition: 1s cubic-bezier(0.65,0.05,0.36,1);
	transition-property: transform, opacity;
	transition-duration: 1s, 0.5s;
}

.load .gh {
	transform: translate3d(0,0,0);
}

/* override --------------------------------------------------------- */


.section-outer {
	position: relative;
	margin-top: 80px;
}

.section-outer.anchor-offset {
	margin-top: 0px !important;
}

.section-outer:nth-child(odd) {
	padding-bottom: 80px;
}

.section-outer:nth-child(odd)::before {
	position: absolute;
	left: 0;
	top: 180px;
	content: "";
	display: block;
	width: calc(100vw - var(--scrollbar-width));
	height: calc(100% - 180px);
	background-color: var(--color-bg);
	z-index: -1;
}

@media all and (min-width: 768px) {
	.section-outer:nth-child(odd)::before {
		
	}
}

@media all and (min-width: 1280px) {
	.section-outer:nth-child(odd)::before {
		top: 220px;
	}
}

.section {
	
}

@media all and (min-width: 768px) {
	
}

@media all and (min-width: 1280px) {
	
}


.section-header {
	text-align: center;
	margin-top: 40px;
}

.section-header a {
	text-decoration: none;
}

.section-header a:hover {
	text-decoration: none;
}

.section-header__icon {
	color: var(--color-main);
}

.section-header__ttl {
	font-weight: normal;
	line-height: 1.2;
	color: var(--color-main);
}

.section-header__ttl-en {
	font-weight: 300;
	font-size: 3rem;
	line-height: 1.2;
	color: var(--color-main);
}

.section-header__txt {
	font-weight: bold;
	font-size: 1.3rem;
	color: #555;
}

.section-header__subttl {
	font-weight: 300;
	font-size: 3rem;
	line-height: 1.2;
	color: var(--color-main);
	opacity: 0.6;
}

@media all and (min-width: 768px) {
	.section-header__ttl-en {
		
	}
	
	.section-header__ttl {
		font-size: 2.5rem;
	}
	
	.section-header__txt {
		font-size: 1.7rem;
	}
}

@media all and (min-width: 1280px) {
	
	.section-header__ttl-en {
		font-size: 3.4rem;
	}
	
	.section-header__ttl {
		
	}
	
}



.section-body {
	
}

.section-body__ttl {
	font-weight: bold;
}


.section-read {
	max-width: 600px;
	position: static;
	margin-right: auto;
	margin-left: auto;
}


/* --------------------------------------------------------- */
/* News */

.News {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 20px);
	margin: -100px 0 0 auto;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	z-index: 5;
	background-color: rgba(255,255,255,1);
	border-radius: 10px 0 0 0;
}

.News::before {
	position: absolute;
	bottom: auto;
	top: 70px;
	left: -30px;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: var(--round-out-corner-RB-wt);
}

.News + .section-outer {
	margin-top: 40px;
}

@media all and (min-width: 768px) {
	.News {
		width: calc(100% - 60px);
		margin-top: -270px
	}
	.News::before {
		top: 240px;
	}
}

@media all and (min-width: 1280px) {
	.News {
		width: calc(100% - 100px);
		padding-left: 30px;
	}
	
	.News + .section-outer {
		margin-top: 80px;
	}
}



.News__header {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 40px;
	padding: 20px 0 0;
	letter-spacing: 0.15em;
	writing-mode: lr-tb;
	writing-mode: vertical-lr;
}

.News__header a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	border-bottom: none;
}

.News__header__ttl {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-size: 1.3rem;
}

.News__header__ttlen {
	margin: 10px 0 0;
	font-size: 1rem;
	font-weight: 600;
	opacity: 0.7;
}

.News__header .icon {
	margin-bottom: 10px;
	stroke-width: 0.8;
}

@media all and (min-width: 768px) {
	.News__header {
		width: 60px;
	}
	
	.News__header__ttl {
		font-size: 1.6rem;
	}
}

@media all and (min-width: 1280px) {
	.News__header {
		display: block;
		width: 220px;
		padding-top: 28px;
		writing-mode: horizontal-tb;
		writing-mode: lr-tb;
		letter-spacing: 0;
		font-feature-settings: "palt";
		border-bottom: 1px solid rgba(0,0,0,0.15);
	}
	
	.News__header .icon {
		display: none;
		margin: 0 10px 0 0;
	}
	
	.News__header a {
		align-items: baseline;
	}
	
	.News__header__ttl {
		font-weight: bold;
		margin: 0 10px 0 0;
	}
	
	.News__header__ttlen {
		margin: 0;
	}
}



.News__body {
	border: none;
	padding: 0;
	width: calc(100% - 60px);
}

@media all and (min-width: 768px) {
	.News__body {
		width: calc(100% - 80px);
	}
}

@media all and (min-width: 1280px) {
	.News__body {
		width: calc(100% - 260px);
	}
}



.NewsIndex {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.NewsIndex li {
	display: flex;
	align-items: stretch;
	min-height: 80px;
	padding: 10px 20px 10px 0;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,0.15);
}

.NewsIndex li:first-child {
	border-top: none;
}

@media all and (min-width: 768px) {
	.NewsIndex {
		min-height: 270px;
	}
	.NewsIndex li {
		padding: 0;
	}
}

.NewsIndex__anchor {
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	border-bottom: none;
	padding: 15px 0;
}

a.NewsIndex__anchor {
	transition: 0.3s ease;
	transition-property: color;
}

a.NewsIndex__anchor:hover {
	text-decoration: none;
	color: #000;
}

.NewsIndex__anchor > * {
	margin: 0;
}

@media all and (min-width: 768px) {
	.NewsIndex__anchor {
		position: relative;
		display: flex;
		align-items: center;
		padding-right: 60px;
	}
}

@media all and (min-width: 1280px) {
	.NewsIndex__anchor {
		padding-right: 100px;
	}
	a.NewsIndex__anchor {
		transition-property: background, color;
	}
	a.NewsIndex__anchor:hover {
		background-color: var(--color-link-bg);
		color: var(--color-main);
	}
}



.NewsPost {
	
}

.NewsPost__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3px;
	color: rgba(0,0,0,0.5);
}

.NewsPost__date {
	margin: 0 10px 0 0;
	font-size: 1.2rem;
	font-weight: normal;
}

.NewsPost__cat {
	display: flex;
	align-items: center;
	font-size: 90%;
	white-space: nowrap;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0;
	padding: 0 7px;
	border-radius: 5px;
	border: 1px solid;
}


.NewsPost__ttl {
	width: 100%;
	font-size: 1.3rem;
	font-weight: bold;
	font-feature-settings: 'palt';
}

.NewsPost__icon {
	display: none;
	width: 20px;
	height: 20px;
}

.NewsPost__icon svg {
	width: 20px;
	height: 20px;
}

@media all and (min-width: 768px) {
	.NewsPost__meta {
		margin: 0;
	}
	
	.NewsPost__date {
		display: inline-flex;
		align-items: center;
		margin-right: 20px;
		min-width: 70px;
		font-size: 1.2rem;
	}
	
	.NewsPost__cat {
		margin-right: 20px;
		min-width: 80px;
		justify-content: center;
		font-size: 1.2rem;
	}
	
	.NewsPost__ttl {
		width: auto;
		font-size: 1.4rem;
	}
	
	.NewsPost__icon {
		position: absolute;
		display: block;
		left: auto;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}


@media all and (min-width: 1280px) {
	.NewsPost__icon {
		right: 53px;
		transition: transform 0.2s ease;
	}
	
	a:hover .NewsPost__icon {
		transform: translateX(8px);
	}
	
	.NewsPost__date {
		font-size: 1.4rem;
		min-width: 90px;
	}
	
	.NewsPost__cat {
		margin-right: 40px;
		min-width: 100px;
	}
	
}

/* 重要なお知らせ */

[data-cat-slug*="重要な"] .NewsIndex__anchor .NewsPost__cat {
	color: #fff;
	background-color: var(--color-main);
	border: none;
}

.important [data-cat-slug*="重要な"] .NewsIndex__anchor {
	background-color: var(--color-main);
	transition: 0.2s ease;
	transition-property: background, color;
}

/* 緊急のお知らせ */

[data-cat-slug*="緊急の"] .NewsIndex__anchor .NewsPost__cat {
	color: #fff;
	background-color: var(--color-accent);;
	border: none;
}

.important [data-cat-slug*="緊急の"] .NewsIndex__anchor {
	color: #fff;
	background-color: var(--color-accent);;
	transition: 0.2s ease;
	transition-property: background, color;
}

/* sticky-post */
.article-sticky-post {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	margin: 0 0 0 auto;
	font-size: 1.1rem;
	font-weight: bold;
	opacity: 0.6;
}

.article-sticky-post .icon {
	margin-right: 5px;
	font-style: normal;
}

.article-sticky-post svg {
	width: 16px;
	height: 16px;
}

.article-sticky-post .lbl {
	font-style: normal;
}

/* ----------------------------- */

.News__more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.3rem;
	margin-top: 20px;
	padding: 0;
	box-sizing: border-box;
	text-align: right;
}

.News__more > * {
	margin-top: 0;
	margin-bottom: 0;
}

.News__more > *:first-child {
	margin-top: 0;
}

.News__more a {
	
}

.News__more a::before {
	content: "";
	display: block;
	margin: 0 auto 10px;
	width: 1px;
	height: 2em;
	background-color: currentColor;
}

@media all and (min-width: 1280px) {
	.News__more {
		position: absolute;
		left: auto;
		right: 0;
		bottom: 27px;
		top: auto;
	}
	
	.News__more a::before {
		margin: auto 10px auto 0;
		width: 3em;
		height: 1px;
	}
}




/* Environment ------------------------------------------------- */

.Environment {
	
}

.EnvironmentImages {
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	mix-blend-mode: multiply;
}

.imagesBlock {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}

.images__img:only-child {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
}

.images__img:only-child img {
	height: 100%;
	object-fit: cover;
}
.-no-object-fit .images__img:only-child img {
	height: auto;
}

.images__img {
	display: block;
	width: calc(50% - 5px);
	margin-top: 10px;
	border-radius: 5px;
}

.images__img:nth-child(-n + 2) {
	margin-top: 0;
}

.images__img img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

@media all and (min-width: 1280px) {
	
	.EnvironmentImages {
		display: flex;
		justify-content: space-between;
		width: calc(100% - 120px);
	}
	
	.imagesBlock {
		margin-top: 0;
		width: calc(50% - 10px);
	}
	
	.images__img {
		width: calc(50% - 10px);
		margin-top: 20px;
	}
}


/* Rehabilitation ------------------------------------------------- */

.Rehabilitation {
	
}


.RehaStaff {
	
}

.RehaStaff > * {
	margin-top: 30px;
	margin-bottom: 0;
}

.RehaStaff > *:first-child {
	margin-top: 0;
}

@media all and (min-width: 768px) {
	.RehaStaff {
		display: flex;
		justify-content: space-between;
	}
	
	.RehaStaff > * {
		margin-top: 0;
	}
}

.RehaStaff__item {
	display: flow-root;
}

.RehaStaff__item > * {
	margin-top: 20px;
	margin-bottom: 0;
}

.RehaStaff__item > *:first-child {
	margin-top: 0;
}

@media all and (min-width: 768px) {
	.RehaStaff__item {
		width: calc(33.333% - 30px);
	}
}


.RehaStaff__img {
	position: relative;
	float: left;
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	transform: translateX(-30px);
	margin-bottom: 10px;
}

.RehaStaff__item:nth-child(even) .RehaStaff__img {
	float: right;
	margin-left: 0;
	margin-right: 0;
	transform: translateX(30px);
}

.RehaStaff__img img {
	display: block;
	width: 100%;
	border-radius: 0 10px 10px 0;
	filter: brightness(0.95);
}

.RehaStaff__item:nth-child(even) .RehaStaff__img img {
	border-radius: 10px 0 0 10px;
}

@media all and (min-width: 768px) {
	.RehaStaff__img,
	.RehaStaff__item:nth-child(even) .RehaStaff__img {
		float: none;
		width: 100%;
		padding-bottom: 0;
		transform: none;
	}
	
	.RehaStaff__img img,
	.RehaStaff__item:nth-child(even) .RehaStaff__img img {
		border-radius: 10px;
	}
}

@media all and (min-width: 1280px) {
	.RehaStaff__img img {
		width: calc(100% - 90px);
		margin: auto;
	}
}


.RehaStaff__img .icon {
	display: none;
}

@media all and (min-width: 1280px) {
	.RehaStaff__img .icon {
		position: absolute;
		left: 0;
		bottom: 0;
		top: auto;
		right: 0;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		width: 70px;
		height: 50px;
		margin: auto;
		padding: 5px 5px 0;
		box-sizing: border-box;
		border-radius: 35px 35px 0 0;
		background-color: #fff;
		color: var(--color-main);
		--w: 35px;
	}

	.RehaStaff__img .icon svg {
		width: 36px;
		height: 36px;
		stroke-width: 0.9;
	}

	.RehaStaff__img .icon::before,
	.RehaStaff__img .icon::after {
		position: absolute;
		content: "";
		display: block;
		width: var(--w);
		height: var(--w);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		bottom: 0%;
	}

	.RehaStaff__img .icon::before {
		left: calc(var(--w) * -1);
		background-image: var(--round-out-corner-RB-wt);
	}

	.RehaStaff__img .icon::after {
		right: calc(var(--w) * -1);
		background-image: var(--round-out-corner-LB-wt);
	}
}




.RehaStaff__ttl {
	position: relative;
	display: flow-root;
	margin-top: 0;
	padding-bottom: 10px;
	font-weight: bold;
}

.RehaStaff__ttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	display: block;
	width: 30px;
	height: 1px;
	color: var(--color-main);
	background-color: currentColor;
}

.RehaStaff__ttl .icon {
	color: var(--color-main);
	padding-bottom: 5px;
}

.RehaStaff__ttl .ja {
	display: block;
}

.RehaStaff__ttl .en {
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
	color: var(--color-main);
}

.RehaStaff__def {
	text-align: justify;
	font-feature-settings: "palt";
}

@media all and (min-width: 768px) {
	.RehaStaff__ttl {
		margin-top: 25px;
		font-size: 1.5rem;
		text-align: center;
	}
	
	.RehaStaff__ttl::before {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.RehaStaff__def {
		font-size: 1.3rem;
	}
}

@media all and (min-width: 1280px) {
	.RehaStaff__def {
		
	}
	
	.RehaStaff__ttl {
		padding-bottom: 15px;
		font-size: 1.8rem;
	}
	
	.RehaStaff__ttl .icon {
		display: none;
	}
	
	.RehaStaff__ttl .en {
		font-size: 1.2rem;
	}
}


















/* ------------------------------------------------- */



.Ambulatory__intro {
	
}


.Ambulatory__detail {
	
}

.Ambulatory__detail > * {
	margin-top: 40px;
}

.AmbulatoryDetail__item {
	
}

.AmbulatoryDetail__ttl {
	margin-top: 0;
}

@media all and (min-width: 1280px) {
	
	.Ambulatory__detail {
		display: flex;
		justify-content: space-between;
	}
	
	.Ambulatory__detail > * {
		width: calc(50% - 20px);
		margin-top: 0;
	}
}









.schedule-table {
	width: 100%;
	border-collapse: collapse;
	font-feature-settings: "palt";
	table-layout: auto;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 0;
}

.schedule-table tr {
	
}

.schedule-table td {
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.schedule-table th {
	padding: 15px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-weight: 500;
}

.schedule-table .sat {
	color: rgb(101,129,192);
}

.schedule-table .sun {
	color: rgb(234,97,130);
}



.schedule-table__header {
	
}

.schedule-table__ttl {
	text-align: left;
}

.schedule-table__body {
	
}

.schedule-table__body th {
	font-weight: 400;
	width: calc(25% + 20px);
	max-width: calc(25% + 20px);
	text-align: left;
}

.schedule-table__body td {
	width: calc(75% / 6);
	min-width: 30px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: var(--color-main);
}

.schedule-table__body td:empty {
	color: inherit;
}

.schedule-table__body td:empty:before {
	content: "休";
	opacity: 0.5;
	font-size: 80%;
	color: inherit;
}


@media all and (min-width: 768px) {
	.schedule-table__body td {
		font-size: 1.8rem;
	}
	
	.schedule-table__body td:empty:before {
		font-size: 1.2rem;
	}
}








/* --------------------------------------------------------- */
/* Philosophy */

.Philosophy {
	
}

.Philosophy__body {
	
}

.Philosophy__body > * {
	margin-top: 10px;
	margin-bottom: 0;
}

.Philosophy__body > *:first-child {
	margin-top: 0;
}

.Philosophy__ttl {
	font-feature-settings: "palt";
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}

@media all and (min-width: 768px) {
	.Philosophy__ttl {
		font-size: 2.4rem;
	}
}

/* --------------------------------------------------------- */
/* Message */

.Message {
	position: relative;
	padding-bottom: 40px;
	mix-blend-mode: multiply;
}

.Message:before {
	position: absolute;
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: calc(100% + 30px);
	height: calc(100% - 80px);
	margin: auto;
	background-color: var(--color-bg);
	z-index: -1;
	border-radius: 10px 0 0 10px;
}

@media all and (min-width: 768px) {
	.Message {
		
	}
	
	.Message:before {
		width: 100%;
		height: calc(100% - 80px);
		border-radius: 10px;
	}
}



.Message__header {
	position: relative;
	width: calc(100% + 30px);
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	transform: translateX(-30px);
	z-index: 1;
}

@media all and (min-width: 768px) {
	.Message__header {
		transform: none;
	}
}


.Message__body {
	position: relative;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	z-index: 1;
}

.Message__body > * {
	margin-top: 10px;
	margin-bottom: 0;
}

.Message__body > *:first-child {
	margin-top: 0;
}



.MessageIntro {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.MessageIntro__t {
	width: calc(66.666% - 10px);
}

.MessageIntro__t > * {
	margin-top: 10px;
	margin-bottom: 0;
}

.MessageIntro__t > *:first-child {
	margin-top: 0;
}

.MessageIntro__ttl {
	position: relative;
	font-feature-settings: "palt";
	font-size: 1.6rem;
	padding-bottom: 15px;
}

.MessageIntro__sub {
	font-size: 1.6rem;
	line-height: 1.4;
}

.MessageIntro__sub .ttl {
	font-size: 1.2rem;
}

.MessageIntro__p {
	width: calc(33.333% - 10px);
	margin: 0 0 auto;
	text-align: center;
}

.MessageIntro__p img {
	display: block;
	width: 100%;
	border-radius: 0 5px 5px 0;
}

@media all and (min-width: 768px) {
	.MessageIntro__t {
		width: calc(80% - 20px);
		padding-left: 2em;
	}
	
	.MessageIntro__ttl {
		font-size: 2.4rem;
	}
	
	.MessageIntro__p {
		width: calc(20% - 20px);
		max-width: 100%;
	}
	
	.MessageIntro__p img {
		border-radius: 5px;
	}
}






/* --------------------------------------------------------- */
/* Access */



.Access {
	
}

.Access__map {
	width: 100%;
	height: calc(100vw - 60px);
	max-height: 500px;
}

.Access__map iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}



.AccessMapLink {
	position: relative;
	margin: 0;
	text-align: center;
}

.AccessMapLink__anchor {
	position: relative;
	top: -1em;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	font-size: 1.2rem;
	font-weight: 500;
	text-decoration: none;
	border-bottom: none;
}



.AccessRoute {
	line-height: 1.6;
	position: relative;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.AccessRoute > * {
	margin-top: 15px;
	margin-bottom: 0;
}

.AccessRoute > *:first-child {
	margin-top: 0;
}

.AccessRoute__item {
	display: block;
	width: 100%;
	margin-top: 0;
	padding: 15px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.AccessRoute__item:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.AccessRoute__lbl {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-weight: 600;
	font-feature-settings: "palt";
}

.AccessRoute__lbl .icon {
	margin-right: 10px;
	color: var(--color-main);
}

.AccessRoute__lbl .subtxt {
	display: none;
}

.AccessRoute__des {
	margin: 0;
	flex-shrink: 0;
	font-feature-settings: "palt";
}

.AccessRoute__des > * {
	margin-top: 10px;
	margin-bottom: 0;
}

.AccessRoute__des > *:first-child {
	margin-top: 0;
}


@media screen and (min-width: 360px) {
	
	.AccessRoute__item {
		display: flex;
		justify-content: space-between;
	}
	
	.AccessRoute__item > *:first-child {
		width: calc(25% + 20px);;
		
	}
	
	.AccessRoute__item > *:last-child {
		width: calc(75% - 20px);
	}
	
	.AccessRoute__lbl {
		margin-bottom: 5px;
	}
	
}


@media screen and (min-width: 768px) {
	
	.AccessRoute__lbl .subtxt {
		display: inline;
	}
	
}