@charset "UTF-8";
/* MainVisual
======================================================================*/
.MainVisual {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
.MainVisual {
	margin-top: 60px;
  margin-bottom: 40px;
}
}

.MainPhoto {
  position: relative;
  width: 100%;
}

.MainVisual h2.ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #FFFFFF;
}

.MainPhoto p.cap {
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

@media screen and (max-width: 768px) {
/*.MainVisual h2.ttl img{
	max-width: 80px;
}*/
}

@media screen and (max-width: 480px) {
.MainVisual p.ttl img{
	max-width: 60px;
}
}


/* introWrap
======================================================================*/
.introWrap {}

.introWrap h2{
	margin-bottom: 80px
}
@media screen and (max-width: 768px) {
.introWrap h2{
	margin-bottom: 40px
}
}
.introWrap h3{
	margin-bottom: 20px
}

.introWrap p.lead{
	letter-spacing: -0.05em;
}

/* landplan
======================================================================*/
.landplan{
	padding: 2em 0;
}
@media screen and (max-width: 768px) {
.landplan{
	padding: 1em 0;
}
}

#contents .landplan h2.line{
	border-bottom: 1px solid #E0DDBF;
	padding-bottom: 0.6em;
	margin-bottom: 0.8em;
}

.landplan .photo{
	margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
.landplan .photo{
	margin-bottom: 2em;
}
}

.landplan .obi{
	position: relative;
	width: 100%;
	margin-top: -80px;
	margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
.landplan .obi{
	margin-top: -20px;
	margin-bottom: 4em;
}
}

.landplan .obi div{
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.landplan .obi p.cap{
	position: absolute;
	bottom: -20px;
	right: 10px;
	font-size: 1.2rem;
}


/*landplan
======================================================================*/

.plan-col .icon{
	width: 100%;
	text-align: center;
	min-height: 30px;
	margin-bottom: 1em;
}

#contents .plan-col h3.line{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #E0DDBF;
	padding-bottom: 0.6em;
	margin-bottom: 0.8em;
	font-size: 2.8rem;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
#contents .plan-col h3.line{
	font-size: 2.0rem;
}
}

#contents .plan-col p span{
	display: block;
	font-size: 1.2rem;
}

.plan-col .landplan-img{
	margin-top: auto;
	padding-top: 1.5em;
}

.plan-col .landplan-img.no1 img{
	margin-bottom: -10px;
}

.landplan .plan-col {
	margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
.landplan .plan-col {
	margin-bottom: 2em;
}
}

#contents .landplan p.caption{
	font-size: 1.2rem;
	margin-bottom: 4em;
}

/* ---------------------------------
植栽計画
--------------------------------- */

.planting-wrap{
	margin:100px 0 70px;
}

.planting-head{
	text-align:center;
	margin-bottom:20px;
}

.planting-head h2{
	font-size:3.6rem;
	font-weight:400;
	line-height:1.6;
	padding-bottom:15px;
	border-bottom:1px solid #E0DDBF;
}

.planting-top{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:60px;
	margin-top:30px;
}

.planting-lead{
	width:45%;
}

.planting-lead p{
	font-size:1.5rem;
	line-height:1.8;
	margin-bottom:30px;
}

.planting-img img{
	width:100%;
	height:auto;
	display:block;
}

.planting-img01{
	width:100%;
	margin-top:20px;
}

.planting-img02{
	width:48%;
	padding-top:0;
	margin-top:0;
}

.planting-bottom{
	display:flex;
	justify-content:space-between;
	gap:60px;
	margin-top:35px;
}

.planting-bottom .planting-img{
	width:50%;
}

.planting-note{
	text-align:right;
	font-size:1.1rem;
	margin-top:6px;
	line-height:1.4;
}

@media screen and (max-width:768px){

.planting-wrap{
	margin:60px 0;
}

.planting-head h2{
	font-size:2.6rem;
}

.planting-top,
.planting-bottom{
	display:block;
}

.planting-lead,
.planting-img02,
.planting-bottom .planting-img{
	width:100%;
}

.planting-img01,
.planting-img02,
.planting-bottom .planting-img{
	margin-bottom:35px;
}

.planting-img02{
	padding-top:0;
}

.planting-lead p{
	font-size:1.4rem;
	line-height:1.9;
}

}