
.fview {
	height: 500px;
	background-color: transparent;
	background-repeat: repeat,no-repeat;
	background-position: 0 0, center top;
	/* background-size: auto,100% auto; */
	background-size: auto, cover;
	position: relative;
	z-index: 1000!important;
}

.fview__heading {
	
display: flex;
	
-js-display: flex;
	
display: -webkit-flex;
	
-webkit-justify-content: center;
	
justify-content: center;
	
align-items: center;
	
-webkit-align-items: center;
	
flex-flow: column nowrap;
	
-webkit-flex-flow: column nowrap;
	
padding-top: 225px;
}

.fview__headingjp {
	font-size: 32px;
	color : #fff;
	margin-bottom: 6px;
}

.fview__headingen {
	font-size : 12px;
	color : #fff;
}

.lead {
	padding-top: 115px;
	position: relative;
}

.lead__ttl {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: -0.06em;
	position: relative;
	z-index: 2;
}

.lead__content {
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: -0.06em;
}

.areaheading {
	padding-top: 55px;
	padding-bottom: 59px;
	display: flex;
	-js-display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
	z-index: 2;
}

.areaheading--facility {
	
padding-top: 20px;
	
padding-bottom: 56px;
}

.areaheading__bar {
	width: 2px;
	/*border-left : 1px solid #cccccc;*/
	height: 40px;
	background-color: #cccccc;
	margin-bottom : 19px;
}

.areaheading__title {
	color: #000000;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 13px;
}

.areaheading__en {
	color: #b3b3b3;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 17px;
}

.footer{
	margin-top: 300px;
}

/*■ PC : 751px < Window Size ■*/
@media print,screen and (min-width: 751px) {
.lead {
}
.lead__ttl {
}
.lead__content {
}
}
/*■ PC : 751px < 1399px ■*/
@media print,screen and (max-width: 1399px) and (min-width: 751px) {
.lead {
}
.lead__ttl {
}
.lead__content {
}
}
/*■ PC : 751px < 1200px ■*/
@media print,screen and (max-width: 1200px) and (min-width: 751px) {
.lead {
}
.lead__ttl {
}
.lead__content {
}
}
/*■ PC : 751px < 1000px ■*/
@media print,screen and (max-width: 1000px) and (min-width: 751px) {
.lead {
}
.lead__ttl {
}
.lead__content {
}
}
/*■ PC : 751px < 880px ■*/
@media print,screen and (max-width: 880px) and (min-width: 751px) {
.lead {
}
.lead__ttl {
}
.lead__content {
}
}
/*■ PC : 751px < 800px ■*/
@media print,screen and (max-width: 800px) and (min-width: 751px) {
.lead {
}
.lead__ttl {
}
.lead__content {
}
}
/*■ Mobile (Low Res) : 750px > 0 ■*/
@media only screen and (max-width: 750px) {
.lead {padding-top: 1.15rem;}
.lead__ttl {font-size: 0.32rem;line-height: 0.42rem;margin-bottom: 0.25rem;}
.lead__content {line-height: 0.36rem;padding-left: 0.33rem;padding-right: 0.33rem;}
	.fview {
	height: 5.2rem;
	background-color: transparent;
	background-repeat: repeat,no-repeat;
	background-position: 0 0, center top;
	background-size: auto,100% auto;
	/* background-size: auto, cover; */
}
.fview__heading {
	
padding-top: 2.08rem;
}

.fview__headingjp {font-size: 0.6rem;margin-bottom: -0.1em;letter-spacing: 0.01em;}

.fview__headingen {font-size: 0.26rem;}


.areaheading{padding-top: 0.59rem;padding-bottom: 0.54rem;}
.areaheading__bar{height: 0.4rem;margin-bottom: 0.16rem;}
.areaheading__title{font-size: 0.6rem;margin-bottom: 0.08rem;}
.areaheading__en{font-size: 0.26rem;margin-bottom: 0.31rem;}
.footer{
	margin-top: 0.54rem;
}
}