@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-contents #main-contents .word p {
	font-size: 1.6rem;
	line-height: 2.2;
	margin-bottom: 20px;
}

#lower-contents #main-contents .word p:last-child { 
	margin-bottom: 0;
}

#main-contents #about-care figure {
	max-width: 700px;
	margin: 0 auto 40px;
}

@media only screen and (min-width: 768px) {
	.PageBody {
		margin-top: 60px;
	}
}


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


.intro {
	position: relative;
	margin-bottom: 20px;
}

.intro__img {
	margin-bottom: 20px;
}

.intro__img img {
	
}

.intro__ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto 0 0;
	color: inherit;
	font-feature-settings: "palt";
	text-align: center;
}

:where(.lower-contents .main-contents) #caption {
	font-family: "FOT-マティス Pro M", MatissePro-M, serif;
	font-size: 2.6rem;
	color: #555;
	margin-bottom: 20px;
	line-height: 1.4;
	color: var(--color-link);
	text-align: center;
}

.intro__read {
	font-weight: bold;
	color: #555;
	text-shadow: 0 0 10px #fff;
}

.intro__read p {
	font-size: 1.4rem !important;
	line-height: 1.85 !important;
}

@media only screen and (min-width: 768px) {
	.intro__ttl {
		position: absolute;
		left: 0;
		right: auto;
		top: 0;
		bottom: 0;
		text-align: inherit;
	}

	.intro__read {
		padding-left: 0.4em;
		font-size: 115%;
	}

	.intro__read p {
		font-size: 1.6rem !important;
	}

	.intro__img {
		margin-bottom: 0;
	}

	.intro__img img {
		border-radius: 5px 0 0 5px;
	}

	.intro {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.intro__ttl {
		width: calc(70% - 15px);
	}

	:where(.lower-contents .main-contents) #caption {
		text-align: left;
	}

	.intro__img {
		width: calc(70% - 25px);
		margin-right: 0;
		margin-left: auto;
		transform: translateX(40px);
	}
}

@media only screen and (min-width: 1440px) {
	
	:where(.lower-contents .main-contents) #caption {
		font-size: 4rem;
	}

	.intro__img img {
		border-radius: 5px;
	}
}


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


#main-contents .other-link {
	padding-bottom: 0;
}

#main-contents .other-link li a {
	position: relative;
	border: 1px solid currentColor;
	transition: 0.2s cubic-bezier(.17,.84,.44,1);
}

#main-contents .other-link li a:before {
	position: absolute;
	inset: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	pointer-events: none;
	opacity: 0;
	transition: 0.2s cubic-bezier(.17,.84,.44,1);
}

#main-contents .other-link li h1::before {
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-color: currentColor;
}

#main-contents .other-link li h1 {
	color: currentColor;
	font-weight: bold;
	font-size: 125%;
}

#main-contents .other-link li p {
	color: currentColor;
	font-weight: bold;
}

#main-contents .other-link li a:hover {
	background-color: transparent;
	padding-left: 25px;
	filter: brightness(0.9);
}

#main-contents .other-link li a:hover:before {
	opacity: 0.1;
}


#main-contents .other-link li.ward a       { color: #698cc8; }
#main-contents .other-link li.advise a     { color: #af6ad5; }
#main-contents .other-link li.ambulatory a { color: #df67a0; }




@media only screen and (min-width: 768px) {
	#main-contents .other-link li a {
		display: flex;
		gap: 30px;
	}

	#main-contents .other-link li h1 {
		margin: 0;
	}
}


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

#lower-contents #main-contents h2 {
	clear: none;
}

#main-contents #doctor {
	width: 200px;
	margin: 0 auto 30px;
}

#main-contents #doctor figcaption {
	font-size: 1.2rem;
}

#main-contents #doctor figcaption strong {
	font-size: 1.4rem;
}

#main-contents section .outline {
	overflow: hidden;
}

#main-contents section .outline figure {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 30px;
}

#main-contents section .outline li a {
	display: inline-block;
	color: var(--color-link);
	text-decoration: underline;
}

#main-contents section .outline li a:hover {
	text-decoration: none;
}


@media screen and (min-width: 768px) {

	#main-contents #doctor {
		float: right;
		margin: 20px 0 0 30px;
	}

	#main-contents section .outline figure {
		float: left;
		margin: 0 30px 0 0;
	}

	#main-contents section .outline figure + p {
		padding-top: 30px;
	}
}

@media screen and (min-width: 1280px) {

}

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


.cases {
	list-style: none;
	padding: 0 0 20px;
}

.cases li {
	
}

.cases li img {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}

@media screen and (min-width: 390px) {
	
	.cases {
		display: flex;
		flex-wrap: wrap;
	}
	
	.cases li {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	
	.cases li {
		width: 25%;
	}
}


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


#main-contents #contact-box {
	margin-top: 20px;
	padding: 30px;
	background-color: #F7F5F2;
	border: none;
}

#main-contents #contact-box #phone-number {
	color: inherit;
}

#main-contents #contact-box #form-link {
	margin-top: 0;
}


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


#main-contents #doctor .doctor-list {
	
}

#main-contents #doctor .doctor-list__item {
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
	font-feature-settings: "palt";
}

#main-contents #doctor .doctor-list__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

#main-contents #doctor .doctor-list__item figure {
	width: 160px;
	margin: 0 auto 20px;
}

#main-contents #doctor .doctor-list__item h3 {
	font-size: 1.8rem;
	font-family: FOT-マティス Pro DB, MatissePro-DB;
	color: #333;
	text-align: center;
}

#main-contents #doctor .doctor-list__item h3 span {
	display: block;
	margin-bottom: 5px;
	font-size: 1.2rem;
	line-height: 1;
	font-family: FOT-マティス Pro M,MatissePro-M;
}

#main-contents #doctor .doctor-list__item .career {
	margin-bottom: 20px;
	font-size: 1.3rem;
	line-height: 2.4rem;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#main-contents #doctor .doctor-list__item figure {
		float: left;
		margin-bottom: 0;
	}

	#main-contents #doctor .doctor-list__item div {
		float: right;
		width: calc(100% - 190px);
	}

	#main-contents #doctor .doctor-list__item h3 {
		text-align: inherit;
	}

	#main-contents #doctor .doctor-list__item .career {
		text-align: inherit;
	}
}

@media screen and (min-width: 1280px) {
	#main-contents #doctor .doctor-list {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}

	#main-contents #doctor .doctor-list__item {
		width: calc(50% - 20px);
	}

	#main-contents #doctor .doctor-list__item h3 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	#main-contents #doctor .doctor-list__item h3 span {
		font-size: 1.4rem;
	}
}


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


.staff {
	padding: 30px 20px;
	background-color: #F7F5F2;
	border-radius: 5px;
	border: none;
}

.staff-type {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.staff-type li {
	width: 30%;
	margin-right: 10px;
	text-align: center;
}

.staff-type li:last-child {
	margin-right: 0;
}

.staff-type li:nth-of-type(3n) {
	margin-right: 0;
}

.staff-type li:nth-of-type(n + 4) {
	margin-top: 30px;
}

.staff-type figcaption {
	margin-bottom: 5px;
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--color-link);
}

.staff-type img {
	width: 50%;
	max-width: 130px;
	margin: auto;
	filter: drop-shadow(3px 3px 7px rgba(157, 135, 102, 0.3));
}

.staff__title {
	margin: 20px;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
}

.staff__body {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 30px;
}

.staff__body > * {
	margin-bottom: 20px;
}

.staff__section {
	text-align: left;
	font-size: inherit;
}

.staff__section-title {
	color: currentColor;
	font-size: 1.65rem;
}

@media screen and (min-width: 768px) {

	.staff-type li {
		width: calc(25% - 25px);
		margin-right: 25px;
	}
	
	.staff-type li:nth-of-type(3n) {
		margin-right: 25px;
	}

	.staff-type li:nth-of-type(4n) {
		margin-right: 0;
	}

	.staff-type li:nth-of-type(n + 4) {
		margin-top: 0;
	}

	.staff-type li:nth-of-type(n + 5) {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1280px) {
	.staff {
		padding: 40px;
	}

	.staff-type {
		justify-content: space-around;
		margin-bottom: 0;
	}

	.staff-type li {
		width: calc((100% / 7) - 25px);
		margin: 20px 0 !important;
	}

	#lower-contents #main-contents .staff__title {
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 1600px) {
	.staff {
		padding: 60px;
	}
}



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


.pickuppoint-outer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px;
}

.pickuppoint {
	position: relative;
	margin: 0;
	padding-top: 30px;
	padding-left: 20px;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,0.25);
	border-left: 1px solid rgba(0,0,0,0.25);
	font-feature-settings: "palt";
}

.pickuppoint__header {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.pickuppoint__header-inner > * {
	margin: 0;
}

.pickuppoint__header img {
	display: block;
	width: 40px;
	height: auto;
}

.pickuppoint__header-read {
	font-weight: bold;
}

.pickuppoint__header-title {
	color: currentColor;
	font-size: 2rem;
}

.pickuppoint__header-title b,
.pickuppoint__header-title em,
.pickuppoint__header-title strong {
	color: var(--color-link);
	text-emphasis-style: filled sesame;
	text-emphasis-position: over right;
}

.pickuppoint__body {
	
}

.pickuppoint__aside {
	margin: 20px 0;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #F7F5F2;
}

.aside__header {
	margin-bottom: 5px;
}

.aside__header-title {
	font-weight: bold;
}

.aside__body {
	
}

.aside__body > * {
	margin-top: 0;
	margin-bottom: 10px;
}

.aside__body > *:last-child {
	margin-bottom: 0;
}

.aside__body p {
	font-size: 90%;
}

.aside__body .link-button {
	margin-top: 0 !important;
}

@media only screen and (min-width: 768px) {
	.pickuppoint-outer {
		flex-direction: row;
		gap: 40px;
	}

	.pickuppoint {
		width: calc(50% - 20px);
		padding: 40px 0 20px 40px;
	}
}



.has-pickupprofile {
	
}

.pickupprofile {
	display: flex;
	gap: 15px;
}

.pickupprofile__item {
}

.pickupprofile__img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 60px;
	margin-bottom: 5px;
}

.pickupprofile__img img {
	display: block;
	width: 100%;
}

.pickupprofile__txt {
	font-size: 1.0rem !important;
}

@media only screen and (min-width: 768px) {
	.has-pickupprofile {
		display: flex;
		gap: 15px;
	}
}



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


.accordion-list .accordion-item {
	margin-bottom: 10px;
}

.accordion-list .accordion-toggle {
	width: 100%;
	margin-bottom: 0 !important;
}

.accordion-list .accordion-toggle a {
	display: block;
	padding: 20px;
	font-size: 1.5rem;
	background-color: rgba(105,140,200,0.05);
	border-radius: 10px;
	pointer-events: none;
	text-decoration: none;
	transition: background-color 0.15s ease-in-out;
}

.accordion-list .accordion-toggle a:hover {
	background-color: rgba(105,140,200,0.2);
}

.accordion-list .accordion-toggle a span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -3px;
	margin-right: 10px;
	border-radius: 50%;
	vertical-align: middle;
	background: rgba(105,140,200,0.6) url(../../../../common/images/icon_plus_wt.png) no-repeat center;
	background-size: 12px;
	transition: background 0.25s ease-in-out;
}

.-accordion-show .accordion-toggle a span {
	background: rgba(105,140,200,0.6) url(../../../../common/images/icon_minus_wt.png) no-repeat center;
	background-size: 12px;
}

.accordion-list .accordion-contents {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	transition-property: opacity, height;
}

.-accordion-show .accordion-contents {
	opacity: 1;
}

.accordion-list .accordion-contents .item-inner {
	padding: 20px 20px 30px;
}

.accordion-list .accordion-contents p {
	line-height: 1.8;
}

.accordion-list .accordion-contents .item-inner div {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.accordion-list .accordion-contents li span {
	display: block;
	margin-left: 10px;
	font-size: 1.3rem;
}

.accordion-list .accordion-contents h3 {
	margin: 20px 0 10px;
}


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


@media screen and (min-width: 1280px) {
	#lower-contents #main-contents .word p {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.accordion-list .accordion-toggle a {
		font-size: 2rem;
	}

	.accordion-list .accordion-toggle a span {
		width: 25px;
		height: 25px;
	}
}
