﻿
@charset "utf-8";

.kv {
	position: relative;
	width: 100%;
	height: 80vh;
	margin-bottom: 100px;
	background-image: linear-gradient(359deg, #f6ceec00 10%, #d0f2ff63 30%, #fff0fe 100%);
}


.kv-ttl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	/* height: 100%; */
	font-size: 3rem;
	line-height: 1.5;
	z-index: 10;
}

.kv-ttl span {
	display: block;
	margin-bottom: 20px;
}

.kv-ttl small {
	display: block;
	font-size: 1.4rem;
	padding: 5px 10px;
	box-sizing: border-box;
}

.kv-logo {
	margin: 0 0 15px;
}

.kv-logo img {
	display: block;
	height: auto;
}

.kv-logo__symbol {
	width: calc(100% - 40px);
	max-width: 60px;
	margin: 0 auto 20px;
}

.kv-logo__type {
	width: calc(100% - 40px);
	max-width: 150px;
	margin: auto;
}

.kv-logo__type-medicalcorp {
	width: calc(100% - 40px);
	max-width: 120px;
	margin: 0 auto;
}

/* Image reel -------------------------------------------------------------- */

.image-reel {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 95%;
	height: 99%;
	margin: auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	border-radius: 0 0 170px;
}

.image-reel:before,
.image-reel:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}

.image-reel:before {
	z-index: 9;
}

.image-reel:after {
	/* background-color: rgb(255 255 255 / 13%); */
	z-index: 10;
}

.image-reel-item {
	position: absolute;
	opacity: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transition: all 4s cubic-bezier(.44,.07,.05,.69);
	transform-origin: center center;
	/* visibility: hidden;
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out; */
}

/* .visible {
	opacity: 1;
	visibility: visible;
	animation: animationZoom 15s ease-in-out forwards;
}


@keyframes animationZoom {
  100% {
    transform:scale(1.1)
  } 
} */

.image-reel .kv-fit-img {
	position: absolute;
}

.image-reel-item.current {
	opacity: 1;
	overflow: hidden;
	transform: scale(1);
}

/* 拡大縮小にかかる時間とアニメーションの緩急を指定 */

/* .image-reel-item {
	transition: transform 15s ease-in-out; 
  }

.image-reel-item.current {
	transform: scale(1.2); 
} */



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



.intro {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	padding: 60px 0  160px;
	box-sizing: border-box;
	z-index: 100;
}

.intro:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	height: 60px;
	width: 1px;
	background-color: rgba(0,0,0,0.5);
}

.intro-inner {
	position: absolute;
	top: -1.7em;
	left: 0;
	right: 0;
	margin: auto;
}

.intro-ttl {
	font-size: 3rem;
	margin-bottom: 0.5em;
	color: #fff;
	letter-spacing: 7px;
	font-family: "Noto Serif JP", serif!important;
	font-optical-sizing: auto!important;
    font-weight: 600!important;
    font-style: normal!important;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.intro-txt {
	color: #fff;
	font-weight: 400;
    letter-spacing: 1px;
	margin-left: 1%;
}


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

.image-layout {
	
}

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

.image-layout__txt {
	margin-bottom: 20px;
}

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

.image-layout__fig {
	width: 100%;
	margin-bottom: 20px;
}

.image-layout__fig img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}


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

.article-headline {
	padding-left: 0;
	list-style: none;
	font-family: "Noto Sans JP", sans-serif;
}

.article-headline li {
	display: flex;
	width: 100%;
	line-height: 1.5;
}

.article-headline li:first-child {
	border-bottom: 1px solid rgb(0 0 0 / 19%);
}

.article-headline li:last-child {
	margin-bottom: 0;
}

.article-headline__anchor {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 1.5em 1.5em 1.5em 0;
	text-decoration: none;
	color: #d4a343;
	box-sizing: border-box;
}

.article-headline__date {
	display: block;
	width: 60px;
	white-space: nowrap;
	margin-bottom: 0.5em;
	padding-right: 1em;
	box-sizing: border-box;
	font-weight: 400;
	min-width: 7em;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    color: #838383;
}

.article-headline__cat {
	display: block;
	width: calc(100% - 60px);
	white-space: nowrap;
	margin-bottom: 0.5em;
	padding-right: 1em;
	box-sizing: border-box;
}

.article-headline__ttl {
	display: block;
	width: 100%;
	text-decoration: underline;
	transition-duration: 0.5s;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: -380%;
    max-width: 200px;
}

.article-headline__anchor:hover .article-headline__ttl {
	color: #d4a343;
	transition-duration: 0.5s;
}

.article-headline__anchor .icon {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
}

.text-section {
	font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}

.article-headline__anchor:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

.article-headline__anchor::after {
	content: "";
    display: block;
    transition: 0.4s ease;
    width: 0;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #d4a343;
}

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

.s-about {
	
}

/* .hospital-outline {
	margin-bottom: 40px;
} */

.hospital-outline dl {
	margin-bottom: 1.5em;
	line-height: 1.5;
}

.hospital-outline dt {
	margin-bottom: 0.25em;
	font-size: 1.2rem;
	color: rgba(0,0,0,0.5);
}

.hospital-outline dd {
	margin-left: 0;
	margin-bottom: 0.5em;
}

.hospital-outline small {
	display: block;
	line-height: 1.4;
	font-weight: 300;
}

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

.s-foreign {
	
}

.schedule-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.schedule-table tr {
	
}

.schedule-table td {
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.schedule-table th {
	padding: 0.5em 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;
	min-width: 5em;
	text-align: left;
}

.schedule-table__body td {
	text-align: center;
	padding: 0 0.4em;
}

.schedule-table__body td:empty:before {
	content: "休";
	opacity: 0.5;
	font-size: 80%;
}

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

.usage-time-table {
	width: 100%;
}
.usage-time-table__body {
	display: block;
	padding: 2em 1em;
	margin-bottom: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	text-align: center;
}
.usage-time-table__body dt {
	display: block;
	margin: 0;
	padding: 0;
}
.usage-time-table__body dd {
	display: block;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
.usage-time-table .usage-ttl {
	font-weight: 600;
}
.usage-time-table .usage-time {
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.usage-time-table .usage-bool {
	margin-bottom: 10px;
}
.usage-time-table .usage-small {
	width: 100%;
	font-size: 80%;
	line-height: 1.5;
}

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

.cases p {
	font-size: 14px;
	color: #1e1e1e;
}

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

.case {
	padding: 1.5em;
	margin-bottom: 1em;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	box-sizing: border-box;
}

.case-ttl {
	margin-bottom: 1em;
	font-size: 15px;
	color: rgb(101,129,192);
}

.case-list {
	padding-left: 1.5em;
}

.case-list li {
	margin-bottom: 0.5em;
	line-height: 1.5;
	font-weight: 600;
	font-size: 14px;
}

.case-list li:last-child {
	margin-bottom: 0;
}

.case-txt {
	font-size: 1.3rem;
}

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


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

.access-map {
	margin-bottom: 20px;
	padding: 0 0 20px;
}

.access-map iframe{
	position: relative;
	border-radius: 10px;
	z-index: 1;
}

.aside-link {
	position: relative;
}

.aside-link__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;
}

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

.access-step-container {
	
}

.access-step {
	margin-bottom: 40px;
}

.access-step__ttl {
	margin-bottom: 20px;
	text-align: center;
}

.access-step__ttl .icon {
	display: block;
	margin: 0 auto 5px;
	width: 34px;
	height: 34px;
	color: #d4a343!important;
}

.access-step__ttl .ttl {
	display: block;
	font-weight: 600;
	font-size: 15px;
	color: #d4a343 !important;
}

.access-step ul {
	padding-left: 0;
	line-height: 1.5;
	list-style: none;
}

.access-step li {
	border-top: 1px dashed rgba(0,0,0,0.1);
	padding: 1em 0;
}


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

.s-recruit {
	padding: 5em 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.05);
}

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

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

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

@media screen and (min-width: 768px) {
	
	.article-headline__anchor {
		display: table;
        padding: 1em 0;
	}
	
	.article-headline__anchor > * {
		vertical-align: middle;
	}
	
	.article-headline__date {
		display: inline-block;
		min-width: 7em;
		margin-bottom: 0;
		font-weight: 400;
		font-size: 15px;
		color: #838383;
	}
	
	.article-headline__cat {
		display: table-cell;
        min-width: auto;
        margin-bottom: 0;
        font-size: inherit;
        background-color: #d4a343;
        padding: 3px 15px;
        border-radius: 30px;
        cursor: pointer;
        color: #fff;
        width: 10%;
        text-align: center;
	}
	
	.article-headline__ttl {
		display: table-cell;
		text-decoration: none;
		padding-left: 20px;
        font-size: 15px;
        color: #000;
	}
	
	.article-headline__anchor .icon {
		right: 1em;
	}
	
	/* ---------------------------------------- */
	
	.hospital-outline dl {
		display: flex;
		align-items: center;
		border-top: 1px solid rgba(0,0,0,0.05);
		padding-top: 1em;
		padding-bottom: 1em;
		margin-bottom: 0;
	}
	
	.hospital-outline dt {
		flex-shrink: 0;
		width: 100px;
		margin-bottom: 0;
		color: rgba(0,0,0,0.7);
	}
	
	.hospital-outline dd {
		flex-grow: 0;
		width: calc(100% - 100px);
		margin-bottom: 0;
	}
	
	/* ---------------------------------------- */
	
	.schedule-table-outer {
		display: flex;
		justify-content: space-between;
	}
	
	.schedule-table th {
		padding: 1em 0;
	}
	.schedule-table__body td:empty::before {
		content: "休診";
	}
	
	/* ---------------------------------------- */
	
	.usage-time-table {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	
	.usage-time-table__body {
		width: calc(33% - 10px);
		margin-bottom: 0;
		padding: 1.5em 1em;
		border-top: none;
	}
	
	.cases {
		display: flex;
		justify-content: space-between;
		width: 100%;
		font-size: 14px;
	}
	
	.case {
		width: calc(50% - 10px);
		margin-bottom: 0;
		padding: 2.5em;
	}
	
	/* ---------------------------------------- */
	
	.access-step-container {
		display: flex;
		justify-content: space-between;
	}
	
	.access-step {
		width: calc(33.333% - 30px);
		flex-shrink: 0;
		box-sizing: border-box;
	}
	
	/* ---------------------------------------- */
	
	.notice {
		margin: 3em 0;
		padding: 2em 0;
		box-sizing: border-box;
		line-height: 1.5;
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
}

@media screen and (min-width: 1024px) {
	
	.kv {
		height: calc(104vh - 140px);
		background-image: linear-gradient(359deg, #f6ceec00 10%, #d0f2ff63 30%, #fff0fe 100%);
	}
	
	.kv-logo__symbol {
		
	}
	
	.kv-logo__type {
		max-width: 400px;
	}
	
	/* ---------------------------------------- */
	
	.intro {
		padding: 160px 0 180px;
		margin-bottom: 60px;
	}
	
	.intro:before {
		height: 100px;
		bottom: 20px;
	}
	
	.intro-inner {
		top: -2.5em;
	}
	
	.intro-ttl {
		font-size: 5rem;
		line-height: 1.5;
	}
	
	.intro-txt {
		font-size: 1.6rem;
		margin-left: 1%;
	}
	
	/* ---------------------------------------- */
	
	.image-layout {
		display: flex;
		justify-content: space-between;
	}
	
	.image-layout > *:last-child {
		margin-bottom: 0;
	}
	
	.image-layout__txt {
		width: calc(60% - 20px);
	}
	
	.image-layout__txt > *:last-child {
		margin-bottom: 0;
	}
	
	.image-layout__fig {
		width: calc(40% - 20px);
	}
	
	/* ---------------------------------------- */
	
	.hospital-outline-wrapper {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	
	.hospital-outline {
		position: relative;
		width: calc(50% - 20px);
	}
	
	.hospital-outline dt {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	
	/* ---------------------------------------- */
	
	.s-access {
		margin-bottom: 60px;
		margin-top: -80px!important;
	}

	.s-banner {
		margin-bottom: 20px;
	}
	
	.access-map {
		margin-bottom: 60px;
	}
	
	.access-step li {
		font-size: 14px;
		color: #1e1e1e;
	}
}

@media screen and (max-width: 1024px) {
	.image-reel {
		width: 93%;
	}

	.intro-ttl {
		font-size: 4rem;
	}

}

@media screen and (max-width: 767px) {
	.article-headline__ttl {
		margin-top: 20px;
		max-width: 400px;
	}

	.article-headline__cat {
        width: 25%;
        padding-right: 1em;
        box-sizing: border-box;
        padding-left: 10px;
        background-color: #d4a343;
        padding: 3px 15px;
        border-radius: 30px;
        cursor: pointer;
        color: #fff;
        text-align: center;
	}

	.article-headline__ttl {
		text-decoration: none;
        padding-left: 0px;
        font-size: 15px;
        color: #000;
	}

	.intro-ttl {
		letter-spacing: 2px;
		font-weight: 600;
		font-size: 3.2rem;
	}
	
}

@media screen and (max-width: 767px) {
	.image-reel {
		border-radius: 0 0 225px;
		width: 100%;
	}

	.intro-ttl {
		margin-bottom: 18px;
	}
}

/* -----------追加2020.7by松本--------------------------- */
#careplan div.test {
font-weight:bold;
text-align:center;
font-size:200%;
}
