@charset "utf-8";

/*============================
MV
============================*/
.mv {
	background: url(../img/top/mv.jpg) no-repeat center;
	background-size: cover;
	margin-left: 1rem;
	width: 100%;
	height: 100vw;
	min-height: 4rem;
	max-height: 5.5rem;
	position: relative;
	border-radius: 0 0 0 0.6rem;
}

@media screen and (max-width: 640px) {
	.mv {
		background: url(../img/top/mv_sp.jpg) no-repeat center;
		background-size: cover;
		margin-left: 0.20rem;
		height: 93.33vw;
		min-height: 3.50rem;
		max-height: auto;
		border-radius: 0 0 0 0.3rem;
	}
}

.mv .text_wrap {
	position: absolute;
	left: 0.65rem;
	top: 0.65rem;
}

@media screen and (max-width: 640px) {
	.mv .text_wrap {
		left: 0.30rem;
		top: auto;
		bottom: 0.30rem;
	}
}

.mv .title {
	font-size: 0.36rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0;
	color: #fff;
	text-shadow: 0 0 0.16rem rgba(0,0,0,0.3);
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 640px) {
	.mv .title {
		font-size: 0.22rem;
		font-weight: 700;
		line-height: 1.54;
		letter-spacing: 0.10em;
	}
}

.mv .name {
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 2;
	color: #fff;
	text-shadow: 0 0 0.16rem rgba(0,0,0,0.3);
	padding-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	.mv .name {
		font-size: 0.12rem;
		padding-top: 0.10rem;
	}
}

/*============================
TELバナー 
============================*/ 
.mv_bnr_wrap {
	position: absolute;
	right: 0.25rem;
	top: 3.50rem;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}
@media screen and (max-width: 640px) {
	.mv_bnr_wrap {
		position: relative;
		right: auto;
		max-width: 100%;
		padding: 0.20rem;
		padding-bottom: 0;
		top: auto;
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.mv_bnr_wrap::before {
		content: '';
		width: 1.5rem;
		min-width: 1.5rem;
		height: 1.8rem;
		border-radius: 0 0 0 0.3rem;
		background: rgba(241, 133, 159, 0.1);
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
}

.mv_bnr_wrap .tel_bnr {
	width: 3.91rem;
}
@media screen and (max-width: 640px) {
	.mv_bnr_wrap .tel_bnr {
		width: 100%;
		margin-bottom: 0.05rem;
	}
}

.mv_bnr_wrap .contact_bnr {
	width: 2.79rem;
	margin-left: 0.25rem;
}
@media screen and (max-width: 640px) {
	.mv_bnr_wrap .contact_bnr {
		width: 100%;
		margin-left: 0;
	}
}


/*============================
産後ケアについて
============================*/
.about {
	padding-top: 1.3rem;
	padding-bottom: 0.4rem;
}

@media screen and (max-width: 640px) {
	.about  {
		padding-top: 0.30rem;
		padding-bottom: 0.50rem;
		border-bottom: 1px solid #CCC;
	}
}

.about::before {
	content: '';
	width: 2.5rem;
	height: 1.8rem;
	background: rgba(241, 133, 159, 0.1);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 0 0 0 0.6rem;
}

@media screen and (max-width: 640px) {
	.about::before {
		content: none;
	}
}

.about .about_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
	.about .about_wrap .sec_title {
		text-align: center;
		width: 100%;
	}
}

/* 写真 */
.about .about_wrap .ph_box {
	width: 5.53rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.about .about_wrap .ph_box {
		width: 100%;
		margin-bottom: 0.10rem;
	}
}

.about .about_wrap .ph_box .ph_wrap_01 {
	width: 5.53rem;
	height: 3.45rem;
	position: absolute;
	right: -0.30rem;
	z-index: 0;
	border-radius: 0.20rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.about .about_wrap .ph_box .ph_wrap_01 {
		width: 100%;
		height: 55.66vw;
		margin: auto;
		position: relative;
		right: auto;
		z-index: 0;
		border-radius: 0.10rem;
		overflow: hidden;
	}
}

.about .about_wrap .ph_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}


/* テキスト */
.about .about_wrap .text_box {
	width: 100%;
	max-width: 4.10rem;
	box-sizing: border-box;
	margin-right: auto;
}

.about .about_wrap .text_box .text {
	font-size: 0.18rem;
	line-height: 2;
	letter-spacing: 0.03em;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
	.about .about_wrap .text_box .text {
		font-size: 0.15rem;
		line-height: 2;
		letter-spacing: 0.075em;
		text-align: justify;
		margin-bottom: 0.3rem;
	}
	.about .about_wrap .text_box .btn {
		padding: 0 0.10rem;
	}
}


/*============================
母子訪問看護ステーション
============================*/
.visit {
	padding-top: 1.3rem;
	padding-bottom: 0.4rem;
}

@media screen and (max-width: 640px) {
	.visit  {
		padding-top: 0.30rem;
		padding-bottom: 0.50rem;
		border-bottom: 1px solid #CCC;
	}
}

.visit .visit_wrap {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	.visit .visit_wrap .sec_title {
		text-align: center;
		width: 100%;
	}
}

/* 写真 */
.visit .visit_wrap .ph_box {
	width: 5.53rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.visit .visit_wrap .ph_box {
		width: 100%;
		margin-bottom: 0.10rem;
	}
}

.visit .visit_wrap .ph_box .ph_wrap_01 {
	width: 5.53rem;
	height: 4.50rem;
	position: absolute;
	left: -1.00rem;
	z-index: 0;
	border-radius: 0.20rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.visit .visit_wrap .ph_box .ph_wrap_01 {
		width: 100%;
		height: 55.66vw;
		margin: auto;
		position: relative;
		left: auto;
		z-index: 0;
		border-radius: 0.10rem;
		overflow: hidden;
	}
}

.visit .visit_wrap .ph_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}


/* テキスト */
.visit .visit_wrap .text_box {
	width: 100%;
	max-width: 4.40rem;
	box-sizing: border-box;
	margin-right: auto;
}

.visit .visit_wrap .text_box .text {
	font-size: 0.18rem;
	line-height: 2;
	letter-spacing: 0.03em;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
	.visit .visit_wrap .text_box .text {
		font-size: 0.15rem;
		line-height: 2;
		letter-spacing: 0.075em;
		text-align: justify;
		margin-bottom: 0.3rem;
	}
	.visit .visit_wrap .text_box .btn {
		padding: 0 0.10rem;
	}
}

/*============================
栃木県助産師会について
============================*/
.info {
	padding-top: 1.3rem;
	padding-bottom: 1.5rem;
}

@media screen and (max-width: 640px) {
	.info {
		padding-top: 0.30rem;
		padding-bottom: 0.60rem;
	}
}

.info .info_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
	.info .info_wrap .sec_title {
		text-align: center;
		width: 100%;
	}
}

/* 写真 */
.info .info_wrap .ph_box {
	width: 4.15rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.info .info_wrap .ph_box {
		width: 100%;
		padding-bottom: 0.40rem;
		margin-bottom: 0.10rem;
	}
}

.info .info_wrap .ph_box .ph_wrap_01 {
	width: 3.42rem;
	height: 4rem;
	position: absolute;
	right: 0rem;
	z-index: 0;
	border-radius: 0.20rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.info .info_wrap .ph_box .ph_wrap_01 {
		width: calc(100% - 0.30rem);
		height: 50.66vw;
		margin-left: auto;
		position: relative;
		left: auto;
		z-index: 0;
		border-radius: 0.10rem;
		overflow: hidden;
	}
}

.info .info_wrap .ph_box .ph_wrap_02 {
	width: 1.87rem;
	height: 1.42rem;
	position: absolute;
	z-index: 1;
	top: 3.2rem;
	right: -1.00rem;
	border-radius: 0.20rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.info .info_wrap .ph_box .ph_wrap_02 {
		width: 1.30rem;
		height: 26.66vw;
		position: absolute;
		z-index: 1;
		top: auto;
		bottom: 0;
		left: 0;
		border-radius: 0.10rem;
		overflow: hidden;
	}
}


.info .info_wrap .ph_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}


/* テキスト */
.info .info_wrap .text_box {
	width: 100%;
	max-width: 5.50rem;
	box-sizing: border-box;
	margin-right: auto;
}

.info .info_wrap .text_box .text {
	font-size: 0.18rem;
	line-height: 2;
	letter-spacing: 0.03em;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
	.info .info_wrap .text_box .text {
		font-size: 0.15rem;
		line-height: 2;
		letter-spacing: 0.075em;
		text-align: justify;
		margin-bottom: 0.3rem;
	}
	.info .info_wrap .text_box .btn {
		padding: 0 0.10rem;
	}
}

/*============================
お知らせ
============================*/
.news::before {
	content: "";
	width: calc(100% - 0.60rem);
	height: 100%;
	background-color: #FCF7F2;
	border-bottom-right-radius: 0.60rem;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 640px) {
	.news::before {
		width: 100%;
		border-bottom-right-radius: 0;
	}
}

/*============================
活動内容
============================*/
.activites {
	padding-top: 1.3rem;
	padding-bottom: 1.5rem;
}

@media screen and (max-width: 640px) {
	.activites {
		padding-top: 0;
		padding-bottom: 0.60rem;
	}
}

.activites .activites_wrap {
	/* display: flex;
	flex-wrap: wrap; */
	width: 100%;
	max-width: 10rem;
	margin: auto;
	position: relative;
}

/* 写真 */
.activites .activites_wrap .ph_wrap {
	max-width: 4.12rem;
	text-align: right;
	position: absolute;
	top: -0.50rem;
	right: -1rem;
	border-radius: 0.2rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.activites .activites_wrap .ph_wrap {
		max-width: 100%;
		height: 66.66vw;
		position: relative;
		top: auto;
		right: auto;
		border-radius: 0.1rem;
	}
}

.activites .activites_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* テキスト */
.activites .activites_wrap .text_box {
	max-width: 6.15rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.activites .activites_wrap .sec_title {
		text-align: center;
	}
}

.activites .activites_wrap .text_box .text {
	font-size: 0.18rem;
	line-height: 2;
	letter-spacing: 0.03em;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
	.activites .activites_wrap .text_box .text {
		font-size: 0.15rem;
		letter-spacing: 0.075em;
		margin-bottom: 0.30rem;
		text-align: justify;
		padding-top: 0.15rem;
	}
	.activites .activites_wrap .text_box .btn {
		padding: 0 0.10rem;
	}
}


/*============================
会員施設紹介
============================*/
.facility {
	background: url(../img/top/facility_back.jpg) no-repeat center;
	background-size: cover;
	padding: 1.4rem 0;
}

@media screen and (max-width: 640px) {
	.facility {
		background: none;
		padding: 0;
		padding-bottom: 0.60rem;
		position: relative;
	}
	.facility::before {
		content: "";
		width: 100%;
		height: 74.66vw;
		display: block;
		background-image: url(../img/top/facility_back.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.facility .sec_title {
		text-align: center;
	}
}

.facility .text_box {
	max-width: 5rem;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: 0;
}

.facility .text_box .text {
	font-size: 0.18rem;
	line-height: 2;
	margin-bottom: 0.6rem;;
}

@media screen and (max-width: 640px) {
	.facility .text_box .text {
		font-size: 0.15rem;
		letter-spacing: 0.075em;
		margin-bottom: 0.30rem;
		text-align: justify;
	}
	.facility .text_box .btn {
		padding: 0 0.10rem;
	}
}

/*============================
関連リンク
============================*/
@media screen and (max-width: 640px) {
	.link_list {
		background-color: #FCF7F2;
		padding: 0.60rem 0 0.30rem;
	}
}

.link_list .sec_title {
	margin-top: 0.8rem;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
	.link_list .sec_title {
		margin: 0;
	}
}

.link_list .sec_title .title::before {
	content: none;
}

.link_list .list {
	display: flex;
	flex-wrap: wrap;
	max-width: 10rem;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.link_list .list {
		padding-top: 0.20rem;
	}
}

.link_list .list .item {
	width: 30%;
	padding-right: 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}

@media screen and (max-width: 640px) {
	.link_list .list .item {
		width: 100%;
		padding-right: 0;
		box-sizing: border-box;
		margin: 0.15rem 0;
	}
}

.link_list .list .item a {
	font-size: 0.16rem;
	font-weight: 500;
	color: #000;
}

@media screen and (max-width: 640px) {
	.link_list .list .item a {
		font-size: 0.15rem;
		font-weight: 400;
	}
}

.link_list .list .item a::after {
	content: '';
	width: 0.16rem;
	height: 0.13rem;
	background: url(../img/common/icon_link.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	padding-left: 0.2rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.link_list .list .item a::after {
		content: '';
		width: 0.20rem;
		height: 0.12rem;
		background: url(../img/common/icon_link.svg) no-repeat right center;
		background-size: contain;
		padding-left: 0;
	}
}


.link_list .list .item a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
