@charset "utf-8";


/*　　タイトルイメージ
-------------------------------------------------------*/

#pagetitle {
	position: relative;
	height: 340px;
	background-image: url(../images/company/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#pagetitle .tit {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 102px;
	padding: 28px 0 0;
	font-size: 32px; font-size: 3.2rem;
	color: #fff;
	text-align: center;
	background-image: url(../images/common/bg_pagetitle.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	-moz-text-shadow: 1px 1px 5px #000;
	-webkit-text-shadow: 1px 1px 5px #000;
	text-shadow: 1px 1px 5px #000;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
#pagetitle {
	height: 260px;
}
#pagetitle .tit {
	height: 80px;
	padding: 18px 0 0;
	font-size: 28px; font-size: 2.8rem;
}
}

@media screen and (max-width: 736px){
#pagetitle {
	height: 180px;
}
#pagetitle .tit {
	height: 50px;
	padding: 10px 0 0;
	font-size: 20px; font-size: 2.0rem;
}
}

@media screen and (max-width:736px) and (orientation : landscape) {
#pagetitle {
	height: 220px;
}
}




/*　　コンテンツ
-------------------------------------------------------*/
.company_logo {
	padding: 0 50px;
}
.table1 {
	width: 100%;
}
.table1 tr th {
	width: 30%;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 15px;
}
.table1 tr td {
	border: 1px solid #ccc;
	padding: 15px;
}
.accessMap {
	padding-top:350px;
	overflow:hidden;
	height:0;
	position:relative;
	display:block;
}
.accessMap > iframe,
.accessMap > div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
.accessMap:before {
	content:"長押しすると地図を操作できます";
	display:block;
	z-index:100;
	color:#000;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	margin:-0.5em 0 0 0;
	line-height:1;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
.accessMap:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}
.accessMap.release:before,
.accessMap.release:after {
	display:none !important;
}
}

@media screen and (max-width: 736px){
.company_logo {
	padding: 0 10px;
}
.table1 tr th {
	padding: 10px;
}
.table1 tr td {
	padding: 10px;
}
.accessMap:before {
	content:"長押しすると地図を操作できます";
	display:block;
	z-index:100;
	color:#000;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	margin:-0.5em 0 0 0;
	line-height:1;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
.accessMap:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}
.accessMap.release:before,
.accessMap.release:after {
	display:none !important;
}
}