@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
医療法人美郷会　こころはす小針
	ver.2025.08
	こころはす小針のホーム　スタイルシート
────────────────────────────────────────
FileName:		/resources.kokorohasu/css/kokorohasu-index.css
Editor:			TRUSTEC
Description:	こころはす小針のホーム　スタイルシート。
────────────────────────────────────────
2025/10/27:		公開。
2025/08/01:		開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* :::::  [SECTION: MAIN] ::::: */

/* Section Title
--------- --------- --------- ------- */
/*		*/
.section-title {
/*	color: #806a4a;
	color: #4258d8;
	color: var(--common-pointed-color-2);*/
	color: #808080;
	font-family: var(--title-font-family);
	font-size: clamp(1.5rem, 3.2vw, 2.25em);
	font-weight: var(--title-font-weight);
	letter-spacing: var(--title-letter-spacing);

	display: flex;
	flex-direction: column;
	gap: 0.2em 0;
}

.section-title .title {
	order: 2;
}
.section-title .sub {
	font-size: 0.4em;
	filter: brightness(140%);
	order: 1;
}





/* ::::: [INDEX-CONCEPT] ::::: */

/* Setting
--------- --------- --------- ------- */
/*		*/
#index-concept {
	position: relative;
}

#index-concept::before {
	content: "";
	display: block;
	z-index: -1;

	background-color: var(--common-pointed-color-1);
/*	filter: grayscale(95%) brightness(240%);*/
	opacity: 0.1;
	width: 96%;
	height: 60%;
	border-radius: 0 1em 1em 0;

	position: absolute;
	top: 40%;
	left: 0;
}

/* Concept Title
--------- --------- --------- ------- */
.concept-title {
	color: var(--common-pointed-color-1);
	font-family: var(--title-font-family);
	font-size: clamp(1.5rem, 3.2vw, 2.25em);
	font-weight: var(--title-font-weight);
	letter-spacing: var(--title-letter-spacing);

	display: flex;
	flex-direction: column;
	gap: 0.2em 0;
}

.concept-title .title {
	order: 2;
}
.concept-title .sub {
	font-size: 0.4em;
	filter: grayscale(80%) brightness(180%);
	order: 1;
}





/* ::::: [INDEX-ABOUT] ::::: */

/* Setting
--------- --------- --------- ------- */
/*		*/
#index-about {
}

.index-about-wrapper {
}

.index-about-wrapper .index-about-item, 
.index-about-wrapper a.index-about-item {
	background-color: #ffffff;
	color: var(--common-color);
	max-height: 130px;
	border: solid 3px transparent;
	border-radius: 1em;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	position: relative;
	top: -3em;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0 1em;
}

.index-about-wrapper .index-about-item img {
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 1em 0 0 1em;
}
.index-about-wrapper .index-about-item span {
	font-weight: bold;
}

.index-about-wrapper a.index-about-item:hover, 
.index-about-wrapper a.index-about-item:focus, 
.index-about-wrapper a.index-about-item:active {
	background-color: var(--common-pointed-color-1);
	color: #ffffff;
	border-color: #ffffff;
	transform: scale(1.05);
}

/* Service Setting
--------- --------- --------- ------- */
/*		*/
.index-about-service {
	position: relative;
}

.index-about-service::before {
	content: "";
	display: block;
	z-index: -1;
	position: absolute;
	background-color: var(--common-pointed-color-2);
	/*opacity: 0.1;*/
/*	filter: grayscale(95%) brightness(220%);*/
	opacity: 0.1;
}

.index-about-service:nth-of-type(1)::before {
	width: 90%;
	height: 70%;
	border-radius: 1em;
	bottom: -5%;
	right: 0;
}

.index-about-service:nth-of-type(2)::before {
	width: 90%;
	height: 70%;
	border-radius: 1em;
	bottom: -5%;
	left: 0;
}

/* Service Title
--------- --------- --------- ------- */
.service-title {
	color: var(--common-pointed-color-2);
	font-family: var(--title-font-family);
	font-size: 1.5em;
	font-weight: var(--title-font-weight);
	line-height: 1.3em;
	letter-spacing: var(--title-letter-spacing);

	display: flex;
	flex-direction: column;
}

.service-title .title {
	order: 2;
}
.service-title .sub {
	font-size: 0.6em;
	/*filter: grayscale(80%) brightness(180%);*/
	order: 1;
}

.index-about-service-picture {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 0.5em;
	max-width: 100vw;
}




/* ::::: [INDEX-TOPICS] ::::: */

/* Topics Setting
--------- --------- --------- ------- */
#index-topics-list {
	background-color: #f0f0f0;
}
.index-topics-list-wrapper {
}

/* Topics Slider Setting
--------- --------- --------- ------- */
/*		*/
#index-topics-list .slider {
	width: 100%;
}

#index-topics-list .slider a {
	color: var(--common-color);
	padding: 1em;

	display: flex;
	flex-direction: column;
	gap: 0.25em 0;
}

#index-topics-list .slider a:hover, 
#index-topics-list .slider a:focus, 
#index-topics-list .slider a:active {
	transform: scale(1.05);
}

#index-topics-list .slider a img {
	width: 100%;
	aspect-ratio: 2/1;
	object-fit: cover;
	border-radius: 0.5em;
	order: 2;
}

#index-topics-list .slider a .caption {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	order: 3;
}

#index-topics-list .slider a .date {
	background-color: var(--common-pointed-color-2);
	color: #ffffff;
	font-size: smaller;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 0.25em;
	border-radius: 3px;
	align-self: flex-start;
	order: 1;
}

/*		*/
#index-topics-list .slider .slick-center {
}
#index-topics-list .slider .slick-center img {
/*	transform: scale(1.1);*/
}

/* List
--------- --------- --------- ------- */

/* Captions
--------- --------- --------- ------- */

/* Button Link
--------- --------- --------- ------- */
.btn-topics {
	background: transparent;
	color: #336666;
	font-weight: 300;
	padding: 0.5rem 1rem;
	border-color: #336666;
	border-radius: 50rem;
}
a.btn-topics:hover,
a.btn-topics:focus,
a.btn-topics:active {
/*	background: inherit;
	color: inherit;
	border-color: inherit;
	opacity: 0.5;*/
/*	color: #789992;
	border-color: #789992;*/
	color: #79bd9a;
	border-color: #79bd9a;
}




/* ::::: [INDEX-ACCESS] ::::: */

/* Setting
--------- --------- --------- ------- */
/*		*/
#index-access {
}

/*		*/
#index-access .h-access {
	font-family: var(--title-font-family);
	font-weight: var(--title-font-weight);
	letter-spacing: var(--title-letter-spacing);
}

/*	Google Map	*/
#index-access .index-access-map {
	width: 100%;
	aspect-ratio: 4/2;
	border: 0;
	border-radius: 0.5em;
}

/*	Picture	*/
.index-access-picture {
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 0.5em;
}










/* :::::  [SECTION: MAIN] ::::: */

/* Intro
--------- --------- --------- ------- */

/* More
--------- --------- --------- ------- */
