@charset "utf-8";

/*　　タイトル
-------------------------------------------------------*/
.pagetitle {
	height: 260px;
	background-image: url(../images/access/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle .bg2 {
	height: 260px;
	background-image: url(../images/common/pagetitle_bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle h1 {
	position: absolute;
	top: 110px;
	left: 100px;
	font-size: 30px; font-size: 3.0rem;
	font-weight: 200;
	color: #fff;
	line-height: 1.4;
	text-shadow: 1px 2px 3px #333;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 190px;
}
.pagetitle .bg2 {
	height: 190px;
}
.pagetitle h1 {
	position: absolute;
	top: 74px;
	left: 105px;
	font-size: 24px; font-size: 2.4rem;
}

}

@media screen and (max-width: 767px){
.pagetitle {
	height: 102px;
	margin-bottom: 60px;
}
.pagetitle .bg2 {
	height: 102px;
	background-image: none;
}
.pagetitle h1 {
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0;
	font-size: 16px; font-size: 1.6rem;
	letter-spacing: 3px;
	text-align: center;
	padding: 5px;
	background-color: #014099;
}
}

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




/*　　コンテンツ
-------------------------------------------------------*/

.cnt-access {
	margin-top: 30px;
}
.cnt-access dt {
	position: relative;
	display: block;
	cursor: pointer;
	color: #ff9900;
	font-weight: 500;
	font-size: 22px; font-size: 2.2rem;
	padding: 12px 12px 12px 35px;
	background-image: url(../images/common/arrow_06.png);
	background-repeat: no-repeat;
	background-position: 10px 23px;
	border-top: 1px solid #00a0e9;
	border-bottom: 1px solid #00a0e9;
	border-left: 8px solid #00a0e9;
	border-right: 1px solid #00a0e9;
	border-radius: 0 15px 0 0;
	behavior: url(/js/PIE.htc);
}
.cnt-access dt .txt1 {
	font-size: 16px;
	color: #666;
}
.cnt-access dt.active {
	background-color: #f1f7ff;
	background-image: url(../images/common/arrow_07.png);
	background-repeat: no-repeat;
	background-position: 10px 23px;
}
.cnt-access dt:hover {
	background-color: #f1f7ff;
}
.cnt-access dd {
	display: none;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.cnt-access .gmap {
	height: 450px;
}
.cnt-access .cnt-col2 {
	margin-top: 30px;
}


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

@media screen and (max-width: 767px){
.cnt-access {
	margin-top: 20px;
}
.cnt-access dt {
	font-size: 1.6px; font-size: 1.6rem;
	background-position: 10px 18px;
}
.cnt-access dt.active {
	background-position: 10px 18px;
}
.cnt-access dt .txt1 {
	font-size: 14px;
}
.cnt-access .cnt-col2:first-child {
	margin-top: 0;
}
}

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





