@charset "UTF-8";

/* contents
   ========================================================= */
.contents h5.line{
	font-family: "gotham", 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: min(2.4rem, 24px);
	color:#00b4b4;
	/*letter-spacing:.08em;*/
	text-align:center;
	padding-bottom: 18px;
	margin-bottom: 20px;
	position:relative;
}
@media screen and (max-width:768px){
.contents h5.line{
	font-size: 1.6rem;
}
}

.contents h5.line:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#00b4b4;
}

/* MainVisual
   ========================================================= */
/* SP */
@media screen and (max-width: 480px) {
  .MainVisual {
    height: auto;
  }

  .MainVisual .mv-video {
    height: auto;
    overflow: hidden;
  }
}

/* IntroWrap
   ========================================================= */
.IntroWrap {
	margin-bottom: 80px;
}
@media screen and (max-width:768px){
.IntroWrap {
	margin-bottom: 40px;
}
}

.IntroWrap h3.ttl{
	margin-bottom: 80px;
}
@media screen and (max-width:768px){
.IntroWrap h3.ttl{
	margin-bottom: 40px;
}
}

.col2-wrap .item.leftbox{
	width: 47%;
}
@media screen and (max-width:768px){
.col2-wrap .item.leftbox{
	width: 100%;
	margin-bottom: 30px;
}
}

.col2-wrap .item.rightbox{
	width: 50%;
}
@media screen and (max-width:768px){
.col2-wrap .item.rightbox{
	width: 100%;
}
}

.col2-wrap h5.dot{
	font-size: min(2.4rem, 24px);
	font-weight: 700;
	color: #00b4b4;
	line-height: 1.4;
	letter-spacing: -0.05em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #00b4b4;
}
@media screen and (max-width:768px){
.col2-wrap h5.dot{
	font-size: 1.6rem;;
}
}

.col2-wrap p.lead{
	text-align: left;
	font-size: min(1.4rem, 14px);
	letter-spacing: -0.05em;
	line-height: 2.0;
	margin-bottom: 20px;
}
@media screen and (max-width:768px){
.col2-wrap p.lead{
	text-align: justify;
	font-size: 1.2rem;
}
}

.btm-img{
	margin-top: auto;
}

.btm-img img{
	width:100%;
	display:block;
}

/* LANDSCAPE DESIGN */

.prof-wrap{
	max-width: 1000px;
	margin: 60px auto 0;
	padding: 48px;
	border: 1px solid #00b4b4;
	display: grid;
	grid-template-columns: 42% 52%;
	column-gap: 6%;
	align-items: center;
}
@media screen and (max-width:768px){
.prof-wrap{
	padding: 20px;
	margin:30px auto 0;
	grid-template-columns: 100%;
}
.prof-wrap .item:first-child{
	margin-bottom: 30px;
}

}

.prof-wrap .item img{
	display: block;
	width: 100%;
	height: auto;
}

.prof-wrap .name{
	font-size: min(1.4rem, 14px);
	margin-bottom: 14px;
	line-height: 1.4;
}

.prof-wrap .name span{
	font-size: min(2.6rem, 26px);
	margin-left: 10px;
	font-weight: 500;
	letter-spacing:.05em;
}
@media screen and (max-width:768px){
.prof-wrap .name span{
	display: block;
	margin-left: 0;
	font-size: 1.6rem;
}
}

.prof-wrap p.lead{
	text-align: justify;
	font-size: min(1.4rem, 14px);
	line-height: 1.6;
}

/* PLANTING PLAN */

.plant-wrap{
	max-width: 1000px;
	margin: 60px auto 0;
	display: grid;
	grid-template-columns: 55% 42%;
	column-gap: 3%;
	align-items: center;
}
@media screen and (max-width:768px){
.plant-wrap{
	margin:30px auto 0;
	grid-template-columns: 100%;
}
.plant-wrap div:first-child{
	margin-bottom:30px;
}
}

.plant-wrap h6{
	text-align: center;
	font-size: min(2.6rem, 26px);
	letter-spacing:.05em;
	margin-bottom: 20px;
}
@media screen and (max-width:768px){
.plant-wrap h6{
	font-size: 1.6rem;
}
}

.plant-wrap p.lead{
	text-align: justify;
	font-size: min(1.4rem, 14px);
	line-height: 1.6;
}

.plant-btm {
	margin-top: 30px;
}
@media screen and (max-width:768px){
.plant-btm {
	margin-top: 20px;
}
}


/* LandWrap
   ========================================================= */
.LandWrap{
	position: relative;
}
@media screen and (max-width: 768px) {
.LandWrap{
}
}

.LandWrap h3{
	text-align: center;
}
@media screen and (max-width: 768px) {
.LandWrap h3{
	max-width: 180px;
	margin: 0 auto;
}
}

.LandWrap .land-map{
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width:768px){

	.land-map{
		width:100%;
		overflow-x:auto;
		overflow-y:hidden;
		-webkit-overflow-scrolling:touch;
	}

	.land-map img{
		width:900px;
		max-width:none;
		height:auto;
		display:block;
	}

}

.LandWrap .inner{
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
.LandWrap .inner{
	padding-top: 30px;
	padding-bottom: 30px;
}
}

.LandWrap .land-info{
	max-width: 1000px;
	margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
.LandWrap .land-info{
	margin: 0 auto 20px;
}
}

	@media screen and (max-width: 768px) {
.col2-wrap .item{
	width: 100%;
		margin-bottom: 20px;
}
.col2-wrap .item:last-child{
	margin-bottom: 0px;
}
}
	
/* FaciWrap
   ========================================================= */
.FaciWrap{
	position: relative;
	background-color: #F8F6F5;
	border-bottom: 20px solid #00b4b4;
}
@media screen and (max-width: 768px) {
.FaciWrap{
		border-bottom: 10px solid #00b4b4;
}
}

.FaciWrap .inner{
	padding-top: 80px;
	padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
.FaciWrap .inner{
	padding-top: 40px;
	padding-bottom: 40px;
}
}


.FaciWrap h4.eng{
	text-align: center;
	font-family: "gotham", 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: min(2.0rem, 20px);
	color:#00b4b4;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.FaciWrap h4.eng{
	font-size: 1.6rem;
	margin-bottom: 20px;
}
}

.FaciWrap p.lead{
	text-align: center;
	font-size: min(2.4rem, 24px);
	line-height: 1.9;
	margin-bottom: 20px;
}
@media screen and (max-width:768px){
.FaciWrap p.lead{
	font-size: 1.2rem;
}
}

.facilities{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
.facilities{
	margin-top: 20px;
}
}

.facilities li{
	width: 24%;
	display: flex;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
@media screen and (max-width: 768px) {
.facilities li{
	width: 48%;
	padding: 10px;
	margin: 10px 0;
}
}

.facilities p.ttl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
        align-items: center;
	min-height: 100px;
	font-size: min(1.6rem, 16px);
	font-weight: 700;
	color:#00b4b4;
	text-align: center;
	border-top: 1px solid #00b4b4;
	letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
.facilities p.ttl{
	font-size: 1.4rem;
}
}

.facilities p.caption{
	text-align: justify;
	font-size: min(1.4rem, 14px);
	line-height: 1.5;
	margin-bottom: 20px;
}
.facilities p.caption span{
	display: block;
	font-size: min(1.0rem, 10px);
}

@media screen and (max-width: 768px) {
.facilities p.caption{
	font-size: 1.2rem;
}
}

.facilities .faci-btm{
	margin-top: auto;
}
