/* -------------------------- */
/* 各ページ　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;
}

.contact-wrapper iframe{
	width: 100%; 
    height: 1533px;
}

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

/* ----------------------------------------------------------------スマホ版 レスポンシブ 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%;
	}
	
	.contact-wrapper iframe{
	width: 100%; 
    height: 2595.5px;
}
	
}