/*===========================
MV
===========================*/
#under_mv .mv_title_wrap {
	padding-top: 1.40rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
	#under_mv .mv_title_wrap {
		padding-top: 0.70rem;
	}
}

#under_mv .page_name {
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #FFF;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#under_mv .page_name {
		font-size: 0.14rem;
	}
}

#under_mv .page_name span {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 0.08rem 0.10rem 0.10rem;
}

#under_mv .catch {
	font-size: 0.36rem;
	line-height: 1.675;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#under_mv .catch {
		font-size: 5vw;
		line-height: 1.55;
		padding-bottom: 0.10rem;
	}
}

/*===========================
当院の基本理念
===========================*/
#menu {
	padding: 0.70rem 0;
	position: relative;
}

@media screen and (max-width: 599px) {
	#menu {
		padding: 0.30rem 0;
	}
}

#menu .in {
	max-width: 10.80rem;
}

#menu .medical_menu_list .detail {
	padding-bottom: 0.50rem;
}

#menu .medical_menu_list .detail a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	text-decoration: none;
}
@media screen and (max-width: 599px) {
	#menu .medical_menu_list .detail a {
		flex-wrap: wrap;
	}
}


#menu .medical_menu_list .detail a .ph_wrap {
	width: 3.00rem;
	height: 2.00rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
	#menu .medical_menu_list .detail a .ph_wrap {
		width: 100%;
		height: 55vw;
		margin-bottom: 0.15rem;
	}
}

#menu .medical_menu_list .detail a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
	transition: all 0.3s;
}

#menu .medical_menu_list .detail a:hover .ph_wrap img {
	transform: scale(1.04);
	opacity: 0.7;
}

#menu .medical_menu_list .detail a .textbox {
	width: calc(100% - 3.30rem);
}
@media screen and (max-width: 599px) {
	#menu .medical_menu_list .detail a .textbox {
		width: 100%;
	}
}


#menu .medical_menu_list .detail a .textbox .title {
	font-size: 0.24rem;
	font-weight: 700;
	color: #17926f;
	padding-bottom: 0.15rem;
	letter-spacing: 0.075em;
}
@media screen and (max-width: 599px) {
	#menu .medical_menu_list .detail a .textbox .title {
		font-size: 0.18rem;
		line-height: 1.5;
		padding-bottom: 0.05rem;
	}
}


#menu .medical_menu_list .detail a .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.075em;
}
@media screen and (max-width: 599px) {
	#menu .medical_menu_list .detail a .textbox .text {
		font-size: 0.14rem;
		line-height: 1.85;
		margin-bottom: 0.10rem;
	}
}

#menu .medical_menu_list .detail a .textbox .more_btn {
	padding-top: 0.15rem;
}
@media screen and (max-width: 599px) {
	#menu .medical_menu_list .detail a .textbox .more_btn {
		text-align: center;
		padding-top: 0.05rem;
	}
}


#menu .medical_menu_list .detail a .textbox .more_btn span {
	display: inline-block;
	font-size: 0.16rem;
	font-weight: 700;
	color: #17926f;
	border: 1px solid #17926f;
	padding: 0.08rem 0.20rem 0.10rem;
	border-radius: 0.10rem;
	transition: all 0.3s;
}
@media screen and (max-width: 599px) {
	#menu .medical_menu_list .detail a .textbox .more_btn span {
		display: block;
		font-size: 0.15rem;
		border-radius: 0.05rem;
	}
}


#menu .medical_menu_list .detail a:hover .textbox .more_btn span {
	background-color: #17926f;
	color: #FFF;
}
