@charset "UTF-8";
/* グループホーム新荘の里トップページ */


/* mainImage： メインイメージ */
.mainImage_wrap {
	background-color: #FCFBE5;
}
.mainImage {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/*min-width: 768px;*/
	height: 310px;
	background: url(../img/top_image.jpg) no-repeat center bottom;
	background-size: cover;
	text-align: center;
}

@media (min-width: 501px) and (max-width: 768px) {/*タブレット*/
	.mainImage {
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 135px;
		height: 260px;
		background: url(../img/top_image.jpg) no-repeat center bottom;
		background-size: cover;
		text-align: center;
	}
}

@media (max-width: 500px) {/*スマホ*/
	.mainImage {
		margin-top: 135px;
	    height: auto;
		background: url(../img/top_image_sp.jpg) no-repeat center top;
		background-size: cover;
		text-align: center;
		padding: 55px 0;
	}
}

h2.maincopy {
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}


/* topMenu1　メニューボタン */
.topMenu1 {
	padding-top: 25px;
	padding-bottom: 20px;
}
.topMenu1 .text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	text-align: center;
}

.topMenu1 h2 {
	margin-top: 0;
	text-align: center;
	letter-spacing: 0.1em;
}
.topMenu1 h2 a {
	width: 90%;/*220px*/
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 15px 10px;
	border-radius: 8px;
	background-color: #6FCEA7;
}

.topMenu1 h2 a:hover {
	background-color: #FFF8B2;
}

@media (min-width: 768px) {
	.topMenu1 {
		padding-top: 40px;
	}
	.topMenu1 .container {
		-js-display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.topMenu1 .text {
		-ms-flex: 1;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		width: 33.333%;
	}
	.topMenu1 h2 a {/*追加*/
		margin-top: 10px;
		padding: 20px 10px;
	}
}

.topMenu1 p.catch {
	max-width: 960px;
	margin: 20px auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 768px) {
	.topMenu1 p.catch {
		font-size: 18px;
	}
}


/* topMenu2 */
.topMenu2 {
	max-width: 950px;
	margin: 25px auto;
	padding: 0 20px 0 20px;
}
.topMenu2 h4 {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
.topMenu2 p.catch {
	margin-top: 15px;
}
@media (min-width: 768px) {
	.topMenu2 p.catch {
		font-size: 18px;
	}
}

/* 写真回り込み */
img.float_left {
	float: left;
	margin: 0 30px 25px 0;
}

@media (max-width: 600px) {
	img.float_left {
		float: none;
		display: block;
		margin: 5px auto;
	}
}


/* infoArea */
.infoArea {
	padding: 20px 20px 30px 20px;
	text-align: center;
	clear: both;
	line-height: 1.5;
}
