@charset "utf-8";

/*　　ページ背景
-------------------------------------------------------*/
.bg-access {
	background-image: url(../images/access/bg_access.jpg);
	background-repeat: no-repeat;
	background-position: center -160px;
	background-size: cover;
}
@media screen and (min-width: 1400px) and (max-width: 1700px){
.bg-access {
	background-position: center -140px;
	background-size: 120% auto;
}
}
@media screen and (min-width: 1024px) and (max-width: 1399px){
.bg-access {
	background-position: center 0;
	background-size: 110% auto;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.bg-access {
	background-position: center 130px;
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px){
.bg-access {
	background-position: center 120px;
	background-size: 110% auto;
}
}

/*　　ページタイトル
-------------------------------------------------------*/
.pagetitle {
	height: 500px;
}
.pagetitle .inner-pagetitle {
	max-width: 880px;
	padding-top: 240px;
	margin-left: auto;
	margin-right: auto;
}
.pagetitle .inner-pagetitle .tit {
	color: #fff;
	font-size: 36px; font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 5px;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 280px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	line-height: 260px;
	margin-left: 40px;
	margin-right: 40px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 30px; font-size: 3.0rem;
}
}

@media screen and (max-width: 767px){
.pagetitle {
	height: 150px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	line-height: 140px;
	margin-left: 30px;
	margin-right: 30px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 22px; font-size: 2.2rem;
	letter-spacing: 3px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}




/*　　コンテンツ
-------------------------------------------------------*/
.wrapper-access {
	padding: 30px;
	background-color: #fff;
}
.cnt-accessmap {
	width: 100%;
	height: 500px;
	padding: 15px;
	border: 1px solid #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
}

@media screen and (max-width: 767px){
.wrapper-access {
	padding: 30px 15px 0;
}
.cnt-accessmap {
	height: 450px;
	padding: 0;
	border: 0;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}