/*---------------------------------
診療日時・アクセス access
--------------------------------*/

/* .page_header
----------------------------------------------------------- */
#access_page .page_header {
	background: url("/parts/img/access/page_tit_bg.jpg") top center no-repeat;
	width: 100%;
	height: 200px;
	padding: 70px 0 0;
	box-sizing: border-box;
}
#access_page .page_header .page_tit {
	color: #55cfc8;
	font-size: 40px;
	font-weight: 700;
	margin: 0 auto 15px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#access_page .page_header {
		background: url("/parts/img/access/sp_page_tit_bg.jpg") top center no-repeat;
		width: 100%;
		height: auto;
		padding: 6.6vw 0;
	}
	#access_page .page_header .page_tit {
		font-size: 7vw;
    margin-bottom: 1vw;
	}
}

/* .block
----------------------------------------------------------- */
#access_page .block {
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
	#access_page .block {
		margin-bottom: 40px;
	}
}

/* .paragraph
----------------------------------------------------------- */
#access_page .paragraph p,
#access_page .paragraph ul,
#access_page .paragraph ol {
	margin-bottom: 15px;
}
#access_page .paragraph p:last-child,
#access_page .paragraph ul:last-child,
#access_page .paragraph ol:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
}

/* .ttl01
----------------------------------------------------------- */
#access_page .ttl01 {
	background: #55cfc8 url(/parts/img/tit_bg.png) no-repeat top center;
	min-height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	padding: 0 15px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#access_page .ttl01 {
		font-size: 4.5vw;
		width: calc(100% + 30px);
		margin: 0 -15px 30px -15px;
	}
}

/* .ttl02
----------------------------------------------------------- */
#access_page .ttl02 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 15px;
}
#access_page .ttl02._blue_ {
	color: #55cfc8;
}
@media screen and (max-width: 768px) {
	#access_page .ttl02 {
	}
}

/* .ttl03
----------------------------------------------------------- */
#access_page .ttl03 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}
#access_page .ttl03._blue_ {
	color: #55cfc8;
}
@media screen and (max-width: 768px) {
	#access_page .ttl03 {
	}
}

/* .map
----------------------------------------------------------- */
#access_page .map {
	text-align: center;
}
#access_page .map img {
	width: auto;
	max-width: 100%;
}
#access_page .map__link {
	position: relative;
	padding-left: 20px;
	text-decoration: underline;
	margin-top: 10px;
	display: inline-block;
}
#access_page .map__link::before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #55cfc8;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
}

/* .features
----------------------------------------------------------- */
#access_page .features {
	display: flex;
	align-items: center;
	border-top: 1px dotted #55cfc8;
	padding: 25px 0;
}
#access_page .features:last-child {
	border-bottom: 1px dotted #55cfc8;
}
#access_page .features__ico {
	width: 50px;
	margin-right: 20px;
	flex: 0 0 auto;
}
#access_page .features__ttl {
	font-size: 20px;
	font-weight: 500;
	color: #55cfc8;
}
@media screen and (max-width: 768px) {
	#access_page .features {
		padding: 15px 0;
	}
}

/* .list-circle
----------------------------------------------------------- */
#access_page .list-circle {
}
#access_page .list-circle__item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}
#access_page .list-circle__item::before {
	position: absolute;
	top: 0.8em;
	left: 5px;
	display: block;
	content: '';
	background: #000;
	width: 6px;
	height: 6px;
	border-radius: 3px;
}
@media screen and (max-width: 768px) {
	#access_page .list-circle__item::before {
		top: 0.7em;
	}
}

/* .list-number
----------------------------------------------------------- */
#access_page .list-number {
	counter-reset: number 0;
}
#access_page .list-number__item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}
#access_page .list-number__item::before {
	counter-increment: number;
	content: counter(number)".";
	color: #55cfc8;
	display: block;
	position: absolute;
	left: 2px;
}
@media screen and (max-width: 768px) {
	#access_page .list-number__item::before {
	}
}

/* .box
----------------------------------------------------------- */
#access_page .box {
	padding: 20px;
	background: #e8f9f8;
	border-radius: 10px;
}
#access_page .box._w-50p_ {
	width: 50%;
}
@media screen and (max-width: 768px) {
	#access_page .box._sp-w-100p_ {
		width: 100%;
	}

}

/* .c
----------------------------------------------------------- */
#access_page .c-red {
	color: #f00;
}
@media screen and (max-width: 768px) {
}


/* .longurl
----------------------------------------------------------- */
#access_page .longurl {
	word-break: break-all;
}
@media screen and (max-width: 768px) {
}

/* .lnavi
----------------------------------------------------------- */
#access_page .lnavi {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#access_page .lnavi__item {
	width: 32%;
}
#access_page .lnavi__link {
	text-decoration: none;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e8f9f8;
	padding: 10px 20px;
	color: #55cfc8;
	font-size: 20px;
	font-weight: 500;
}
#access_page .lnavi__link::before {
	content: "";
	display: block;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #55cfc8 transparent transparent transparent;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	#access_page .lnavi {
		flex-direction: column;
	}
	#access_page .lnavi__item {
		width: 100%;
		margin-bottom: 10px;
	}
	#access_page .lnavi__link {
		text-decoration: none;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #e8f9f8;
		padding: 10px 20px;
		color: #55cfc8;
		font-size: 20px;
		font-weight: 500;
	}
}

/* .flow
----------------------------------------------------------- */
#access_page .flow {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#access_page .flow__body {
	position: relative;
	padding-left: 70px;
	width: calc(100% - 220px);
	flex: 0 0 auto;
}
#access_page .flow__body::before {
	align-items: center;
	background: #e8f9f8;
	border-radius: 25px;
	color: #55cfc8;
	content: attr(data-text) "";
	display: flex;
	font-size: 24px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
}
#access_page .flow__img {
	text-align: center;
	margin-left: 10px;
	flex: 1 1 auto;
}
#access_page .flow__img img {
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	#access_page .flow {
		flex-direction: column;
	}
	#access_page .flow__body {
		width: 100%;
		padding-left: 60px;
		margin-bottom: 10px;
	}
	#access_page .flow__body::before {
		font-size: 20px;
		width: 40px;
		height: 40px;
	}
	#access_page .flow__img {
		margin-left: 0;
	}
}





