﻿@charset "utf-8";

/* =======================================
	Access
======================================= */

/* access - */
@media (min-width: 0px) {
	#accrss_menu{
		margin:80px auto 0;
	}
	.access.first {
		padding-top:50px;
	}
	.access.spot {
		padding-top:80px;
	}
	.jws_maps {
		width: 100%;
		height: 300px;
	}
}
@media (min-width: 960px) {
	#accrss_menu{
		margin:180px auto 0;
	}
	.access.first {
		padding-top:50px;
	}
	.access.spot {
		padding-top:100px;
	}
	.jws_maps {
		width: 100%;
		height: 360px;
	}
}

.access .office_name{
	margin-bottom: 15px;
	margin-left: 5%;
}

.access .office_name p{
	font-weight: bold;
}


.access .map_wrap {
	width: 90%;
	margin: 0px auto;
}
.access .gm-style-mtc,
.access .gm-style-cc{
	display:none;
}
.access .gm-bundled-control{
	top:0px;
}
.access .move_btn{
	position:relative;
	background:#FFF;
	padding:20px;
	font-size:12pt;
	width:182px;
	text-align: center;
	box-shadow: 6px 6px 6px 6px rgba(0,0,0,0.4);
	cursor: pointer;
}
@media (min-width: 0px) {
	.access .move_btn{
		padding:10px;
	}
}
@media (min-width: 840px) {
	.access .move_btn{
		padding:20px;
	}
}
.access .btn_wrap{
	position:relative;
	top:230px;
	z-index: 1;
}
@media (min-width: 0px) {
	.access .move_btn.osaka{
		float:left;
		left:4%;
		width:80px;
	}
	.access .move_btn.tokyo{
		float:right;
		right:4%;
		width:80px;
	}

}
@media (min-width: 600px) {
	.access .move_btn.osaka{
		float:left;
		left:4%;
		width:168px;
	}
	.access .move_btn.tokyo{
		float:right;
		right:4%;
		width:168px;
	}
}

.access .office_wrap {
	width: 90%;
	margin:30px auto;
}

.access .company_name{
    position: relative;
    left: 0px;
    font-size: 17pt;
    border-bottom: solid 2px #008fd2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.access .company_name p{
	font-weight:bold;
	float:left;
}

.access .company_name img{
	width:108px;
}
@media (min-width: 0px) {
	.access .office{
	    margin: 0 auto;
	    width: auto;
	}
}
@media (min-width: 1290px) {
	.access .office{
	    margin: 0 auto;
	}
	.access .office.osaka{
	    width: 830px;
	}
	.access .office.tokyo1{
	    width: 940px;
	}
	.access .office.tokyo2{
	    width: 1035px;
	}
	.access .office.nagoya{
	    width: 603px;
	}
}
.access .office_block{
	float:left;
	line-height:30pt;
    margin-bottom: 50px;
}

.access .office_block{
	margin-right:80px;
}
@media (max-width: 400px) {
	.access .office_block{
		margin-right:0px;
	}
}
@media (min-width: 600px) {
	.access .office_block.lft{
		margin-right:0px;
	}
}
.access .office_block p{
	/*font-weight:bold;*/
}
.access .office_block p{
	font-size: 10pt;
}
.access .office_block .root_titile{
	font-size: 18px;
	margin-bottom: 10px;
}


/* office menu ------------------------*/
@media (min-width: 0px) {
/*
	.office_menu{
		padding-left:25px;
	}
*/
}
@media (min-width: 0px) {
	.access .menu.cf {
		width:205px;
		margin: 0px auto;
	}
}
@media (min-width: 960px) {
	.access .menu.cf {
		width:335px;
		margin: 0px auto;
	}
}

.access .menu > li {
	background: #008fd2;
	float: left;
	-webkit-transform: skewX(25deg);
}
.access .menu a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
}
.access .menu li:hover {
	background: #5acbff;
}
@media (min-width: 0px) {
	.access .menu > li > a {
		-webkit-transform: skewX(-25deg);
		padding: 1em 1em;
		font-size:8pt;
	}
}
@media (min-width: 960px) {
	.access .menu > li > a {
		-webkit-transform: skewX(-25deg);
		padding: 1em 2em;
		font-size:10pt;
	}
}

