@charset "utf-8";

/* すのうどろっぷとは */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ボタンエリア　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#home_bt_box {
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 6px solid #FFFFFF;
}
#gaiyou .doc_set {
	padding-top: 40px;
}


#bt_care {
	float: left;
}
#bt_nursery {
	float: right;
}
.bt_common {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 1em;
	letter-spacing: 10px;
	position: relative;
	overflow: hidden;
	padding-top: 280px;
}

.bt_common:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
.bt_common:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.bt_common#bt_care:after {
	background-image: url(../images/home_bt_bg_kaigo.jpg);
	background-size: 100% auto;
	background-position: 0% top;
}
.bt_common#bt_nursery:after {
	background-image: url(../images/home_bt_bg_hoiku1.jpg);
	background-size: 100% auto;
	background-position: 0% top;
}

.bt_wrap {
    z-index: 1;
    position: relative;
}

.bt_common p {
	margin-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 29px;
}

.bt_common span {
	font-size: 14px;
	letter-spacing: normal;
	margin-right: 10px;
}
#home_bt_box a  {
	text-decoration: none;
	color: #FFFFFF;

}

.bt_icon {
	padding-bottom: 25px;

}
.bt_text {
	padding-bottom: 30px;
}


.bt_icon img {
	width: 100px;
	height: auto;
	margin-top: -50px;
}
#bt_care .bt_icon {
	background-color: #FFA431;
}
#bt_care .bt_text {
	background-color: #FFA431;
}


#bt_nursery .bt_icon {
	background-color: #95BB3F;
}

#bt_nursery .bt_text  {
	background-color: #95BB3F;
}
.about_bt_text {
	font-size: 16px;
	letter-spacing: normal;
}
.about_bt_text li {
	margin-bottom: 10px;
}
.about_bt_text img {
	width: 400px;
	height: auto;
}






/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社概要    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#map {
	margin-bottom: 100px;
	margin-left: 6px;
	margin-right: 6px;
}
iframe {
	width: 100%;
	height: 600px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 以下、スマホ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1050px) {

/* ボタンエリア */
.bt_common {
	padding-top: 180px;
	font-size: 22px;
	width: 100%;
}

#bt_care {
	float: none;
	margin-bottom: 6px;
}
#bt_nursery {
	float: none;
}

.bt_icon img {
	width: 50px;
	margin-top: -25px;
}

.about_bt_text img {
	width: 70%;
}

/* map */
#map {
	margin-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
iframe {
	height: 450px;
}
}
