@charset "UTF-8";
/* CSS Document */



/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	#s06 {
		width: 100%;
		min-width: 1100px;
		background: url(../images/bg_green.jpg) repeat;
		background-size: 250px;
		padding: 70px 0 0;
	}
	
	#s06b {
		width: 100%;
		min-width: 1100px;
		background: url(../images/bg_green.jpg) repeat;
		background-size: 250px;
		padding: 35px 0 70px;
	}
	
	#s06 div.box01,
	#s06b div.box02{
		width: 100%;
		background: #FFF;
		padding: 45px 0 30px;
	}
	
	#s06b div.box02{
		margin-top: 25px;
	}
	
	#s06 div.box01 ul{
		width: 900px;
		margin:  0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#s06 div.box01 ul li.left{
		width: 383px;
		position: relative;
	}
	
	#s06 div.box01 ul li.left div.deco01{
		width: 103px;
		position: absolute;
		bottom: 0;
		right: 10px;
	}
	
	#s06 div.box01 ul li.left h3{
		width: 100%;
		margin-bottom: 10px;
	}
	
	#s06 div.box01 ul li.left h4{
		display: inline-block;
		padding: 5px 0.5em 2px;
		line-height: 1.2;
		color: #FFF;
		background: #51b9a8;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-top: 25px;
		margin-bottom: 3px;
	}
	
	#s06 div.box01 ul li.left div.photo{
		width: 307px;
		line-height: 0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-top: 40px;
		overflow: hidden;
	}
	
	#s06 div.box01 ul li.right{
		width: 500px;
	}
	
	#s06 div.box01 ul li.right iframe{
		width: 100%;
		height: 100%;
	}
	
	#s06b div.box02 p.center{
		text-align: center;
	}
	
	#s06b div.box02 ul{
		width: 790px;
		margin: 50px auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#s06b div.box02 ul li{
		width: 380px;
	}
	
	#s06b div.box02 ul li h5{
		color: #a78820;
		font-weight: bold;
		margin-bottom: 3px;
	}
	
	#s06b div.contact {
		width: 799px;
		background: url(../images/s05_bg02_pc.png) no-repeat;
		background-size: contain;
		background-position: center;
		margin: 0 auto 40px;
		padding: 10px 0 40px;
	}
	
	#s06b div.contact p{
		width: 536px;
		margin: 0 auto;
	}
	
	#s06b div.contact p.text{
		width: 219px;
		margin: 0 auto 10px;
	}
	
	#s06b a.btn{
		width: 453px;
		margin: 0 auto 50px;
		display: block;
	}

}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	#s06 {
		width: 100%;
		background: url(../images/bg_green.jpg) repeat;
		background-size: 250px;
		padding: 40px 0 0;
	}
	
	#s06b {
		width: 100%;
		background: url(../images/bg_green.jpg) repeat;
		background-size: 250px;
		padding: 20px 0 40px;
	}
	
	#s06 div.box01,
	#s06b div.box02{
		width: 93.75%;
		background: #FFF;
		margin: 0 auto;
		padding: 35px 0 30px;
	}
	
	#s06 div.box01 h2,
	#s06b div.box02 h2{
		width: 90%;
		margin: 0 auto 15px;
	}
	
	#s06b div.box02{
		margin-top: 25px;
	}
	
	#s06 div.box01 ul{
		width: 90%;
		margin:  0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#s06 div.box01 ul li.left{
		width: 100%;
		position: relative;
	}
	
	#s06 div.box01 ul li.left div.deco01{
		width: 103px;
		position: absolute;
		bottom: 0;
		right: 10px;
	}
	
	#s06 div.box01 ul li.left h3{
		width: 100%;
		margin-bottom: 10px;
	}
	
	#s06 div.box01 ul li.left h4{
		display: inline-block;
		padding: 5px 0.5em 2px;
		line-height: 1.2;
		color: #FFF;
		background: #51b9a8;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-top: 25px;
		margin-bottom: 3px;
	}
	
	#s06 div.box01 ul li.left div.photo{
		width: 100%;
		line-height: 0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-top: 30px;
		margin-bottom: 40px;
		overflow: hidden;
	}
	
	#s06 div.box01 ul li.right{
		width: 500px;
	}
	
	#s06 div.box01 ul li.right iframe{
		width: 100%;
		height: 280px;
	}
	
	#s06b div.box02 p.center{
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	
	#s06b div.box02 ul{
		width: 90%;
		margin: 20px auto 50px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#s06b div.box02 ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	
	#s06b div.box02 ul li h5{
		color: #a78820;
		font-weight: bold;
		margin-bottom: 3px;
	}
	
	#s06b div.contact {
		width: 93.75%;
		background: url(../images/s05_bg02_sp.png) no-repeat;
		background-size: contain;
		background-position: center;
		margin: 0 auto 40px;
		padding: 10px 0 20px;
	}
	
	#s06b div.contact p{
		width: 75%;
		margin: 0 auto;
	}
	
	#s06b div.contact p.text{
		width: 60%;
		margin: 0 auto 10px;
	}
	
	#s06b a.btn{
		width: 93.75%;
		margin: 0 auto;
		display: block;
	}

}

@media print, screen and (max-width: 320px){
	
}