@charset "utf-8";



/*=============================================
	
	メインビジュアル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#main_img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

@media print, screen and (min-width: 769px) {
	#main_img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/*=============================================
	
	タイトル枠
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.top_title_wrap {
		padding: 3.2em 0;
		text-align: center;
	}
	.top_title_wrap .name {
		font-size: 2.8em;
		margin: 0 0 0.6em;
		line-height: 1.0em;
	}
	.top_title_wrap h2 {
		font-size: 1.1em;
		margin: 0 0 1.6em;
		line-height: 1.0em;
	}
	.top_title_wrap p.lead {
		font-size: 1.2em;
		margin: 0 0 0;
	}

}

@media print, screen and (min-width: 769px) {
	.top_title_wrap {
		padding: 60px 0;
		text-align: center;
	}
	.top_title_wrap .name {
		font-size: 56px;
		margin: 0 0 30px;
		line-height: 1.0em;
	}
	.top_title_wrap h2 {
		font-size: 16px;
		margin: 0 0 30px;
		line-height: 1.0em;
	}
	.top_title_wrap p.lead {
		font-size: 18px;
		margin: 0 0 0;
	}
}

/*=============================================
	
	1段目 レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail01_wrap {
		background: #F7F7F7;
		padding: 3.6em 0;
	}
	#detail01_wrap ul.container {
		width: 90%;
		margin: 0 auto;
	}
	#detail01_wrap ul.container li {
		margin: 0 0 1.0em;
	}
	#detail01_wrap ul.container li:last-child {
		margin: 0 0 0;
	}
	#detail01_wrap ul.container li.pic01 {
	}
	#detail01_wrap ul.container li.pic02 {
	}
	#detail01_wrap ul.container li.pic03 {
	}
}

@media print, screen and (min-width: 769px) {
	#detail01_wrap {
		background: #F7F7F7;
		padding: 70px 0;
	}
	#detail01_wrap ul.container {
		width: 100%;
		min-height: 486px;
	}
	#detail01_wrap ul.container li {
		position: absolute;
		left: 50%;
	}
	#detail01_wrap ul.container li.pic01 {
		width: 448px;
		top: 0px;
		margin-left: -520px;
	}
	#detail01_wrap ul.container li.pic02 {
		width: 683px;
		top: 0px;
		margin-left: -43px;
	}
	#detail01_wrap ul.container li.pic03 {
		width: 240px;
		top: 325px;
		margin-left: -317px;
	}
}


/*=============================================
	
	2段目 レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail02_wrap {
		background: #FFF;
		padding: 3.6em 0 0;
	}
	#detail02_wrap h3 {
		text-align: center;
		font-size: 1.3em;
		line-height: 2.0em;
		margin: 0 auto 1.8em;
	}
	#detail02_wrap ul.container {
		width: 90%;
		margin: 0 auto;
	}
	#detail02_wrap ul.container li {
		margin: 0 auto 1.0em;
	}
	#detail02_wrap ul.container li.pic01 {
	}
	#detail02_wrap ul.container li.pic02 {
		float: left;
		width: 48%;
	}
	#detail02_wrap ul.container li.pic03 {
		float: right;
		width: 48%;
		margin: 0 0 0;
	}
	#detail02_wrap ul.container li.pic04 {
	}
}

@media print, screen and (min-width: 769px) {
	#detail02_wrap {
		background: #FFF;
		padding: 70px 0 0;
	}
	#detail02_wrap h3 {
		text-align: center;
		font-size: 21px;
		line-height: 2.0em;
		margin: 0 0 70px;
	}
	#detail02_wrap ul.container {
		width: 100%;
		min-height: 825px;
	}
	#detail02_wrap ul.container li {
		position: absolute;
		left: 50%;
	}
	#detail02_wrap ul.container li.pic01 {
		width: 516px;
		top: 0px;
		margin-left: -640px;
	}
	#detail02_wrap ul.container li.pic02 {
		width: 320px;
		top: 32px;
		margin-left: -55px;
	}
	#detail02_wrap ul.container li.pic03 {
		width: 250px;
		top: 210px;
		margin-left: 154px;
	}
	#detail02_wrap ul.container li.pic04 {
		width: 556px;
		top: 453px;
		margin-left: -77px;
	}

}


/*=============================================
	
	3段目 レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail03_wrap {
		background: #FFF;
		padding: 3.6em 0;
	}
	#detail03_wrap h3 {
		text-align: center;
		font-size: 1.3em;
		line-height: 2.0em;
		margin: 0 auto 1.8em;
	}
	#detail03_wrap ul.container {
		width: 90%;
		margin: 0 auto;
	}
	#detail03_wrap ul.container li {
		margin: 0 auto 1.0em;
	}
	#detail03_wrap ul.container li.pic01 {
	}
	#detail03_wrap ul.container li.pic02 {
	}
	#detail03_wrap ul.container li.pic03 {
	}
}

@media print, screen and (min-width: 769px) {
	#detail03_wrap {
		background: #FFF;
		padding: 70px 0;
	}
	#detail03_wrap h3 {
		text-align: center;
		font-size: 21px;
		line-height: 2.0em;
		margin: 0 0 70px;
	}
	#detail03_wrap ul.container {
		width: 100%;
		min-height: 471px;
	}
	#detail03_wrap ul.container li {
		position: absolute;
		left: 50%;
	}
	#detail03_wrap ul.container li.pic01 {
		width: 667px;
		top: 0px;
		margin-left: -640px;
	}
	#detail03_wrap ul.container li.pic02 {
		width: 416px;
		top: 0px;
		margin-left: 64px;
	}
	#detail03_wrap ul.container li.pic03 {
		width: 283px;
		top: 294px;
		margin-left: 64px;
	}

}


/*=============================================
	
	ナイトパーティ
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail04_wrap {
		padding: 3.2em 0;
		background: url(/img/garden/detail04_bg.jpg) no-repeat center top #000;
		background-size: 180% auto;
	}
	#detail04_wrap h3 {
		font-size: 3.2em;
		margin: 0 0 0.6em;
		color: #FFF;
		text-align: center;
	}
	#detail04_wrap h4 {
		text-align: center;
		font-size: 1.3em;
		line-height: 2.0em;
		margin: 0 auto 1.8em;
		color: #FFF;
	}
	#detail04_wrap ul.container {
		width: 90%;
		margin: 0 auto;
	}
	#detail04_wrap ul.container li {
		margin: 0 auto 1.0em;
	}
	#detail04_wrap ul.container li.pic01 {
	}
	#detail04_wrap ul.container li.pic02 {
	}
	#detail04_wrap ul.container li.pic03 {
	}

}

@media print, screen and (min-width: 769px) {
	#detail04_wrap {
		padding: 60px 0;
		background: url(/img/garden/detail04_bg.jpg) no-repeat center top #000;
		background-size: cover auto;
	}
	#detail04_wrap h3 {
		font-size: 56px;
		margin: 0 0 20px;
		color: #FFF;
		text-align: center;
	}
	#detail04_wrap h4 {
		text-align: center;
		font-size: 21px;
		line-height: 2.0em;
		margin: 0 0 30px;
		color: #FFF;
		text-align: center;
	}
	#detail04_wrap ul.container {
		width: 100%;
		min-height: 1000px;
	}
	#detail04_wrap ul.container li {
		position: absolute;
		left: 50%;
	}
	#detail04_wrap ul.container li.pic01 {
		width: 640px;
		top: 0px;
		margin-left: -640px;
	}
	#detail04_wrap ul.container li.pic02 {
		width: 437px;
		top: 0px;
		margin-left: 45px;
	}
	#detail04_wrap ul.container li.pic03 {
		width: 285px;
		top: 345px;
		margin-left: 195px;
	}
	#detail04_wrap ul.container li.pic04 {
		width: 640px;
		top: 520px;
		margin-left: -480px;
	}
}


/*=============================================
	
	ペット
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail05_wrap {
		padding: 3.2em 0;
		background: #FFF;
	}
	#detail05_wrap h3 {
		font-size: 3.2em;
		margin: 0 0 0.6em;
		color: #000;
		text-align: center;
	}
	#detail05_wrap h4 {
		text-align: center;
		font-size: 1.3em;
		line-height: 2.0em;
		margin: 0 auto 1.8em;
		color: #000;
	}
	#detail05_wrap ul.container {
		width: 90%;
		margin: 0 auto;
	}
	#detail05_wrap ul.container li {
		margin: 0 auto 1.0em;
	}
	#detail05_wrap ul.container li.pic01 {
	}
	#detail05_wrap ul.container li.pic02 {
		float: left;
		width: 48%;
	}
	#detail05_wrap ul.container li.pic03 {
		float: right;
		width: 48%;
	}
	#detail05_wrap ul.container li.pic04 {
	}
	#detail05_wrap ul.container li.pic05 {
	}

}

@media print, screen and (min-width: 769px) {
	#detail05_wrap {
		padding: 60px 0;
		background: #FFF;
	}
	#detail05_wrap h3 {
		font-size: 56px;
		margin: 0 0 20px;
		color: #000;
		text-align: center;
	}
	#detail05_wrap h4 {
		text-align: center;
		font-size: 21px;
		line-height: 2.0em;
		margin: 0 0 30px;
		color: #000;
		text-align: center;
	}
	#detail05_wrap ul.container {
		width: 100%;
		min-height: 570px;
	}
	#detail05_wrap ul.container li {
		position: absolute;
		left: 50%;
	}
	#detail05_wrap ul.container li.pic01 {
		width: 640px;
		top: 0px;
		margin-left: -640px;
	}
	#detail05_wrap ul.container li.pic02 {
		width: 380px;
		top: 47px;
		margin-left: 147px;
	}
	#detail05_wrap ul.container li.pic03 {
		width: 380px;
		top: 288px;
		margin-left: 44px;
	}
	#detail05_wrap ul.container li.pic04 {
		width: 437px;
		top: 514px;
		margin-left: -437px;
	}
	#detail05_wrap ul.container li.pic05 {
		width: 437px;
		top: 621px;
		margin-left: -58px;
	}
}


/*=============================================
	
	HAPPY TIME
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail06_wrap {
		padding: 3.2em 0;
		background: #EEEFE5;
	}
	#detail06_wrap h3 {
		width: 90%;
		margin: 0 auto 0.6em;
		text-align: center;
	}
	#detail06_wrap h4 {
		text-align: center;
		font-size: 1.3em;
		line-height: 2.0em;
		margin: 0 auto 1.2em;
		color: #000;
	}

	#detail06_wrap .point_wrap {
		background: #FFF;
		padding: 2.4em 5% 1.2em;
		margin: 0 auto 1.6em;
		background-position: center 10px;
		background-repeat: no-repeat;
		background-size: 80% auto;
	}
	#detail06_wrap .point_wrap h5 {
		font-size: 2.0em;
		text-align: center;
		line-height: 1.6em;
		margin: 0 0 0.4em;
	}
	#detail06_wrap .point_wrap p.sub {
		font-size: 1.1em;
		text-align: center;
		line-height: 1.6em;
		margin: 0 0 1.6em;
	}
	#detail06_wrap .point_wrap .pics {
		text-align: center;
	}
	#detail06_wrap .point_wrap .pics li {
		display: inline-block;
		width: 48%;
		margin: 0 0.5% 0.8em;
		text-align: center;
	}
	#detail06_wrap .point_wrap .pics li.bigpic, #detail06_wrap .point_wrap .pics.two_lauyout li.bigpic {
		width: 98%;
	}	
	#detail06_wrap .point_wrap .pics.two_lauyout li {
		width: 31%;
	}

	#detail06_wrap .point_wrap.content01 {
		background-image: url(/img/garden/happytime_content01_bg.png);
		background-size: 65%;
	}
	#detail06_wrap .point_wrap.content02 {
		background-image: url(/img/garden/happytime_content02_bg.png);
		background-size: 65%;
	}
	#detail06_wrap .point_wrap.content03 {
		background-image: url(/img/garden/happytime_content03_bg.png);
		background-size: 65%;
	}
	#detail06_wrap .point_wrap.content04 {
		background-image: url(/img/garden/happytime_content04_bg.png);
		background-size: 65%;
	}
	#detail06_wrap .point_wrap.content05 {
		background-image: url(/img/garden/happytime_content05_bg.png);
		background-size: 65%;
	}
	#detail06_wrap .point_wrap.content06 {
		background-image: url(/img/garden/happytime_content06_bg.jpg);
		background-size: 65%;
	}
	#detail06_wrap .point_wrap.content07 {
		background-image: url(/img/garden/happytime_content07_bg.jpg);
		background-size: 65%;
	}

}

@media print, screen and (min-width: 769px) {
	#detail06_wrap {
		padding: 60px 0;
		background: #EEEFE5;
	}
	#detail06_wrap h3 {
		width: 630px;
		margin: 0 auto 20px;
		text-align: center;
	}
	#detail06_wrap h4 {
		text-align: center;
		font-size: 21px;
		line-height: 2.0em;
		margin: 0 0 30px;
		color: #000;
		text-align: center;
	}
	#detail06_wrap .point_wrap {
		background: #FFF;
		padding: 80px 30px 30px;
		margin: 0 auto 30px;
		background-position: center 10px;
		background-repeat: no-repeat;
		background-size: 340px auto;
	}
	#detail06_wrap .point_wrap h5 {
		font-size: 42px;
		text-align: center;
		line-height: 1.6em;
		margin: 0 0 10px;
	}
	#detail06_wrap .point_wrap p.sub {
		font-size: 16px;
		text-align: center;
		line-height: 1.6em;
		margin: 0 0 30px;
	}
	#detail06_wrap .point_wrap .pics {
		text-align: center;
	}
	#detail06_wrap .point_wrap .pics li {
		display: inline-block;
		width: 32%;
		margin: 0 0.5% 16px;
		text-align: center;
	}
	#detail06_wrap .point_wrap .pics.two_lauyout li {
		width: 36%;
	}
	#detail06_wrap .point_wrap.content01 {
		background-image: url(/img/garden/happytime_content01_bg.png);
	}
	#detail06_wrap .point_wrap.content02 {
		background-image: url(/img/garden/happytime_content02_bg.png);
	}
	#detail06_wrap .point_wrap.content03 {
		background-image: url(/img/garden/happytime_content03_bg.png);
	}
	#detail06_wrap .point_wrap.content04 {
		background-image: url(/img/garden/happytime_content04_bg.png);
	}
	#detail06_wrap .point_wrap.content05 {
		background-image: url(/img/garden/happytime_content05_bg.png);
	}
	#detail06_wrap .point_wrap.content06 {
		background-image: url(/img/garden/happytime_content06_bg.jpg);
	}
	#detail06_wrap .point_wrap.content07 {
		background-image: url(/img/garden/happytime_content07_bg.jpg);
	}
}

