@charset "utf-8";





/* 「検診」と「健診」
--------------------------------*/
.lead_text {
	text-align: center;
}
.text_type01 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	font-weight: bold;
	color: #214f98;
	vertical-align: baseline;
}
.text_type02 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	font-weight: bold;
	color: #00956f;
	vertical-align: baseline;
}

.frame03.-bg_logo {
	background: url(../common/img/logo02.png)right 20px bottom 20px/auto 120px no-repeat #f3f8ff;
}


/* ご予約・LINE
--------------------------------*/
.rsv_flex_box {
	/*flex設定*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.rsv_item {
	width: calc(100%/2 - 10px);
}
.rsv_item:nth-of-type(odd) {
	margin-right: 20px;
}
.rsv_item_link {
	/*flex設定*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*その他*/
	height: 100%;
	text-align: center;
	-webkit-transition: all .2s 0s ease;
	transition: all .2s 0s ease;
}
.rsv_item_link.-tel {
	padding: 30px;
	background: #fff;
	border: 2px solid #00956e;
}
.rsv_item_link.-line {
	padding: 20px 30px;
	background: #00b900;
}

/*ホバー*/
.rsv_item_link:hover {
	opacity: 0.7;
}

/* 拡大アイコン
--------------------------------*/
.link_expansion_wrap {
	position: relative;
	z-index: 1;
}
.link_expansion {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../common/img/icon_expansion.png)right 10px top/50px auto no-repeat;
}






/*================================
ここからTABLET縦・SP適用（896px以下）
================================*/
@media(max-width: 896px) {
}


/*================================
ここからSP適用（480px以下）
================================*/
@media(max-width: 480px) {


	/* ご予約・LINE
	--------------------------------*/
	.rsv_item {
		width: 100%;
	}
	.rsv_item:nth-of-type(odd) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.rsv_item_link.-tel {
		padding: 20px 30px;
	}
	.rsv_item_link.-line img {
		max-height: 50px;
	}
	
	


}










