.contentsArea {
	width:1100px;
	margin:0 auto;
	padding:50px 0;
}

.titleArea {
	width:100%;
	margin:110px auto 0 auto;
	background: url(../img/title.png) #000 no-repeat top center;
	height:197px;
	position:relative;
}

.titleArea h2{
	text-align:center;
	color:#434343;
	background:#fff;
	padding:30px 0 0 0;
	width:440px;
	margin:0 auto;
	position:absolute;
	bottom:0;
	left: 0;
	right: 0;
	font-size:32px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 5px;
}

.titleArea h2 span{
	display:block;
	font-size:13px;
	color:#c1272d;
	letter-spacing: 5px;
	font-weight:bold;
}

.accessArea {
	margin:0 auto;
}

.accessArea h3{
	font-size:20px;
}

.accessArea p.text{
	font-size:15px;
	line-height:28px;
	margin-bottom:50px;
}

.accessArea iframe{
	width:100%;
	height:450px;
}



/* ----------------------------------------------------------------------------------------
スマホ
---------------------------------------------------------------------------------------- */

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

.contentsArea {
	width:100%;
	margin:0 auto;
	padding:30px 0;
}

.titleArea {
	width:100%;
	margin:30px auto 0 auto;
	background: url(../img/title.png) #000 no-repeat top right;
	height:140px;
	position:relative;
}

.titleArea h2{
	width:240px;
	text-align:center;
	color:#000;
	background:#fff;
	padding:20px 0 0 0;
	margin:0 auto;
	position:absolute;
	bottom:0;
	left: 0;
	right: 0;
	font-size:20px;
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
}

.titleArea h2 span{
	display:block;
	font-size:11px;
	color:#ff0000;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}


.accessArea {
	margin:0 auto;
	padding:0 10px;
}

.accessArea h3{
	font-size:18px;
}

.accessArea p.text{
	font-size:14px;
	line-height:24px;
	margin-bottom:30px;
}

.accessArea iframe{
	width:100%;
	height:350px;
}

}