
/* -------------------------- */
/* 各ページ　TOPタイトル
/* -------------------------- */

.title-top{
  max-width: 80%;
  margin: 18% auto 11%;
}

.page-top-title {
	margin-bottom: 0;
	font-family: "kinuta-maruminfuji-stdn", serif;
    font-weight: bold;
    letter-spacing: 0.2em;
	font-size: 5.0rem;
	text-align: left;
	color: #34006B;
}

.page-top-cap {
    font-family: "kinuta-maruminfuji-stdn", serif;
    font-weight: bold;
    letter-spacing: 0.2em;
	font-size: 1.2rem;
	text-align: left;
	margin: 0% 0 1% 0;
	color: #34006B;
}

.page-top-encap {
    font-family: "kinuta-maruminfuji-stdn", serif;
    letter-spacing: 0.2em;
	font-size: 1.3rem;
	text-align: left;
	margin: 1% 0 1% 0;
	color: #34006B;
}

/* -------------------------- */
/* 各ページ　TOPタイトル
/* -------------------------- */

/* -------------------------- */
/* 農園紹介セクション
/* -------------------------- */

.nouen-wrapper{
  max-width: 80%;
  margin: 0% auto 10%;
  text-align: center;
}

.nouen-bl{
	margin: 0 0 10% 0;
}

.nouen-bl-1 {
	margin: 0 5% 0 0;
}

.nouen-bl-1-pic img{
	width: 500px;
}

.nouen-title {
	font-family: "kinuta-maruminfuji-stdn", serif;
	color: #34006B;
    font-size: 2.7rem;
    letter-spacing: 0.4em;
    line-height: 2em;
	text-align: left;
	margin: 0 0 3% 0%;
	padding: 0.25em 0.7em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #34006B;/*左線*/
}

.nouen-cap {
	font-family: "kinuta-maruminfuji-stdn", serif;
	color: #34006B;
    font-size: 1.7rem;
    letter-spacing: 0.4em;
    line-height: 2em;
	text-align: left;
	margin: 0 0 3% 0%;
}

.nouen-cap-en{
	font-family: 'brandon-grotesque', sans-serif;
	color: #34006B;
	font-weight: 100;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.8em;
	text-align: left;
}

/* -------------------------- */
/* //農園紹介セクション
/* -------------------------- */

/* ----------------------------------------------------------------スマホ版 レスポンシブ 500px */

@media screen and (max-width:500px){
	
	.title-top{
  	max-width: 80%;
  	margin: 30% auto 0%;
	}
	
	.page-top-title {
	font-size: 4.0rem;
	}
	
	.nouen-title {
	margin: 18% auto 11%;
    font-size: 2.0rem;
    letter-spacing: 0.4em;
    line-height: 1.3em;
	}
	
	.nouen-cap {
    font-size: 1.5rem;
    line-height: 1.5em;
	}
	.nouen-cap-en{
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
	}
	
	.nouen-bl-1-pic img{
	width: 100%;
	}
	
}
