@charset "utf-8";
/* CSS Document */
.bg_01{
	background: url(../img/garden_plan/bg_01.jpg) left top no-repeat;
	height: 1357px;
	padding: 70px 45px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.bg_01{
	background: url(../img/garden_plan/bg_01.jpg) left top no-repeat;
	height: auto;
	padding:15px;
	box-sizing: border-box;
	background-size: 105%;
}
}

.g_txt_01{
	padding-bottom: 165px;
}
.g_txt_02{
	text-align: right;
	padding-bottom: 150px;
}
.g_txt_03{
	padding-bottom: 135px;
}
.g_txt_04{
	padding-bottom: 95px;
}
.g_txt_05{
	text-align: right;
	padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
.g_txt_01{
	width: 70%;
	padding-bottom:40px;
}
.g_txt_02{
	padding-bottom: 40px;
}
.g_txt_02 img{
	width: 55%;
}

.g_txt_03{
	width: 55%;
	padding-bottom:30px;
}
.g_txt_04{
	padding-bottom: 25px;
}
.g_txt_04 img{
	width: 80%;
}	

.g_txt_05{
	text-align: right;
	padding-bottom: 10px;
}	
.g_txt_05 img{
	width: 70%;
}	
.g_txt_06 img{
	width: 80%;
	}
	
}
.promise{
	position: absolute;
	left: -8px;
	top: 25px;
}
@media screen and (max-width: 767px) {
.promise{
	position: absolute;
	left: -8px;
	top: 15px;
	width: 120px;
}
}

.ttl{
	padding-left: 230px;
}
@media screen and (max-width: 767px) {
.ttl{
	padding-left:0;
}
}
.area_01 .left_area{
	float: left;
	width: 330px;
}
.area_01 .right_area{
	float: right;
	width: 365px;
}
@media screen and (max-width: 767px) {
	.area_01 .left_area{
	float: none;
	width: 100%;
}
.area_01 .right_area{
	float: none;
	width: 100%;
}

}

.bg_02{
	background: url( ../img/garden_plan/bg_02.jpg) center top no-repeat;
	padding:40px 25px 25px;
	height: 326px;
	box-sizing: border-box;
}

.bg_03{
	background: url( ../img/garden_plan/bg_04.jpg) center top no-repeat;
	padding:40px 25px 25px;
	height: 305px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.bg_02{
	background: url(../img/menu/bg_note.jpg) left top repeat;
	border: #333 3px double;
	padding:60px 15px 15px;
	height: auto;
	box-sizing: border-box;
}

.bg_03{
	background: url(../img/menu/bg_note.jpg) left top repeat;
	border: #333 3px double;
	padding:60px 15px 15px;
	height: auto;
	box-sizing: border-box;
}
}