@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 OFFICE
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#office #pageTitleArea {
	background-image: url(../img/office_title_bk.png);
	background-position: 0 -80px;
	background-repeat: no-repeat;
}
body#roppongi #office #pageTitleArea { background-image: url(../img/office_title_roppongi_bk.png); }
body#shiodome #office #pageTitleArea { background-image: url(../img/office_title_shiodome_bk.jpg); }
body#funabashi #office #pageTitleArea { background-image: url(../img/office_title_funabashi_bk.png); }
body#nagoya-eki #office #pageTitleArea { background-image: url(../img/office_title_nagoya-eki_bk.png); }
body#yodoyabashi #office #pageTitleArea { background-image: url(../img/office_title_yodoyabashi_bk.png); }
body#tanimachi #office #pageTitleArea { background-image: url(../img/office_title_tanimachi_bk.png); }
body#chiba #office #pageTitleArea { background-image: url(../img/office_title_chiba.jpg); }
#office #pageTitleArea h1 {
	text-shadow: 1px 1px 1px #FFF,-1px -1px 1px #FFF,-1px 1px 1px #FFF,1px -1px 1px #FFF;
}
#office-map-area {
	width: 600px;
	margin: 0 auto;
	padding: 2% 0 3%;
	text-align: center;
}
#office-map-area img {
	width: 100%;
	height: auto;
}
#kanto-area {
	padding: 5% 0 0;
	background: #084056;
}
#office h2 {
  margin: 0 0 5%;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
}
#office h2.title-c {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  color: #084056;
}
#kanto-area-inner,
#tubu-area-inner,
#kansai-area-inner,
#teikei-area-inner {
	margin: 0;
	display: flex;
	justify-content: center;
}
#branch a {
	width: 210px;
	margin: 0 50px 50px 0;
	float: left;
	color: #FFF;
	position: relative;
	text-decoration: none;
}
#branch a:last-child {
	margin: 0 0 50px 0;
}
#branch #teikei-area a:nth-child(4n) {
	margin: 0 0 50px 0;
}
/* #branch a:before {
	position: absolute;
  top: 10px;
  right: 3px;
  content: '';
  height: 12px;
  width: 12px;
  display: block;
  border: 3px solid #FFF;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
} */
#branch a h3 {
	margin: 0 0 1%;
	font-size: 16px;
	line-height: 1.3;
}
#branch a h3 br {
	display: none;
}
#branch a h3 span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
#branch a p {
	position: relative;
	line-height: 0;
	vertical-align: top;
}
#branch a p span {
	width: 100%;
	padding: 0.5em;
	bottom: 0;
	left: 0;
	line-height: 1.6;
	font-size: 12px;
	position: absolute;
	background: rgba(16,116,155,0.9);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* #kanto-area-wrap {
	padding: 0 0 0 135px;
} */
#tubu-area {
	/* padding: 5% 0; */
	background: #0d5f7f;
}
#tubu-area-wrap {
	/* padding: 0 0 0 390px; */
}
#kansai-area {
	padding: 5% 0;
	background: #084056;
}
/* #kansai-area-wrap {
	padding: 0 0 0 260px;
} */
#teikei-area {
	padding: 5% 0;
	background: #CE005B;
}
/* #teikei-area-wrap {
	padding: 0 0 0 135px;
} */
/*==========================================
 詳細ページのスタイル
===========================================*/
#office-top {
	width: 1000px;
	margin: 0 auto;
	padding: 5% 0 4%;
}
#office-top h3 {
	font-size: 25px;
	margin: 0 0 0.7em;
	line-height: 1.4;
	color: #084056;
}
#office-top p {
	margin: 0 0 1em;
}
#office-top .wrap {
	margin: 0 0 30px;
}
#office-top .columnBlock01 { width: 370px; }
#office-top .columnBlock02 { width: 590px; }
#office-top .columnBlock01 img {
	max-width: 100%;
}
ul#office-top li {
	display: inline-block;
}
ul#office-img {
	margin: 50px 0 10px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul#office-img li {
	width: 185px;
	margin: 0 0 25px;
	text-align: center;
}
ul#office-img li span {
	padding: 3px 0 0;
	display: block;
}
ul#office-img img {
	width: 185px;
	height: 138px;
	object-fit: cover;
}
#office-availability {
	padding: 4% 0;
	background: #084056;
	text-align: center;
}
#office-availability h2 {
	margin: 0 0 2%;
	font-size: 32px;
	text-align: center;
	font-weight: normal;
	color: #FFF;
}
#office-availability a {
	width: 280px;
	margin: 0 0 1em;
	padding: 12px 0 10px;
	display: inline-block;
	color: #084056;
	background: #FFF;
	border: solid 2px #084056;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
}
#office-availability p {
	color: #FFF;
}
#office-link {
	padding: 4% 0;
	text-align: center;
	background: #F2F2F2;
}
#office-link h2 {
	margin: 0 0 1.5em;
	font-size: 32px;
	font-weight: normal;
	color: #FFF;
}
#office-link ul {
	text-align: center;
}
#office-link ul li {
	display: inline-block;
	margin: 0 30px;
}
#office-link ul li a {
	width: 400px;
	padding: 1em 0;
	display: block;
	color: #084056;
	background: #FFF;
	border: solid 2px #084056;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 28px;
}
#office-access {
	width: 1000px;
	margin: 0 auto;
	padding: 5% 0 0;
}
#office #office-access h2 {
	margin: 0 0 2%;
	font-size: 32px;
	text-align: center;
	font-weight: normal;
	color: #333;
}
#office-access .columnBlock01,
#office-access .columnBlock02 {
	padding: 1em;
	border: solid 1px #CCC;
}
#office-access h3 {
	margin: 0 0 2%;
	font-size: 32px;
	font-weight: normal;
	color: #084056;
}
#office-access #access-txt {
	text-align: center;
	margin: 0 0 4%;
}
#office-access #access-map {
	margin: 0 0 4%;
}
#office-access .columnBlock01 { width: 460px; }
#office-access .columnBlock02 { width: 460px; }
#office-info {
	padding: 5% 0;
	width: 1000px;
	margin: 0 auto;
}
#office-info h2 {
	margin: 0 0 2%;
	font-size: 32px;
	text-align: center;
	font-weight: normal;
	color: #084056;
}
#office-info dl {
	margin: 0 0 15px;
	border-top: solid 1px #CCC;
}
#office-info dt {
	padding: 15px 0;
	float: left;
	font-size: 16px;
	line-height: 1.6;
	color: #084056;
}
#office-info dd {
	padding: 15px 0 15px 14em;
	line-height: 1.6;
	font-size: 16px;
	border-bottom: solid 1px #CCC;
}
#office-map {
	width: 800px;
	margin: 0 auto 35px;
	padding: 30px 0 0;
}
#office-map img {
	width: 100%;
}
#office-meeting {
	padding: 20px 0;
	width: 1000px;
	margin: 0 auto;
}
#office-meeting h3 {
	margin: 0 0 2%;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	color: #084056;
}
#office-meeting table {
	width: 100%;
	margin: 0 0 40px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#office-meeting table th,
#office-meeting table td {
	padding: 1em;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	text-align: center;
	line-height: 1.6;
}
#office-meeting table th {
	background-color:#e2e2e2;
	font-weight: bold;
	vertical-align: middle;
}
#office-meeting table td {
	vertical-align: middle;
}

#office-area {
	padding: 60px 0;
	width: 1000px;
	margin: 0 auto;
}
#office-area p {
	padding: 0 0 20px;
}
/* PC向けレイアウトの指定：981px以上では固定レイアウト */
@media only screen and (max-width: 767px) {
	#office #pageTitleArea,
	body#shiodome #office #pageTitleArea,
	body#roppongi #office #pageTitleArea,
	body#funabashi #office #pageTitleArea,
	body#nagoya-eki #office #pageTitleArea,
	body#yodoyabashi #office #pageTitleArea,
	body#tanimachi #office #pageTitleArea,
	body#chiba #office #pageTitleArea {
		padding: 0;
		background-image: none;
	}

	#office-map-area {
		width: 100%;
		padding: 5% 3%;
		box-sizing: border-box;
	}
	#office-map-area img {
		max-width: 100%;
	}
	#kanto-area img,
	#tubu-area img,
	#kansai-area img,
	#teikei-area img {
		width: 100%;
	}
	#kanto-area,
	#tubu-area,
	#kansai-area,
	#teikei-area {
		padding: 5% 3% 1%;
	}
	#kanto-area .wrap,
	#tubu-area .wrap,
	#kansai-area .wrap,
	#teikei-area .wrap {
		width: 100%;
	}
	#office h2 {
		margin: 0 0 20px;
	  font-size: 22px;
	}
	#kanto-area-inner,
	#tubu-area-inner,
	#kansai-area-inner,
	#teikei-area-inner {
		margin: 0 auto;
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#kanto-area-inner .area_Box,
	#tubu-area-inner .area_Box,
	#kansai-area-inner .area_Box,
	#teikei-area-inner .area_Box {
		margin: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#branch a {
		width: 48%;
		margin: 0 0 30px 0;
		display: block;
	}

	#branch a h3 {
		font-size: 15px;
	}
	#branch a h3 br {
		display: block;
	}
	
	#branch a p span {
	display: none;
	width: 100%;
	padding: 0.5em;
	bottom: 0;
	left: 0;
	line-height: 1.2;
	font-size: 6px;
	position: absolute;
	background: rgba(16,116,155,0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#kanto-area-wrap,
	#tubu-area-wrap,
	#kansai-area-wrap,
	#teikei-area-wrap {
		padding: 0;
	}


/*==========================================
 詳細ページのスタイル
===========================================*/
	#office-top .wrap {
		margin: 0 3% 30px;
	}
	#office-top {
		width: 94%;
		margin: 0 auto;
		padding: 0;
	}
	#office-top p {
		font-size: 12px;
	}
	#office-top img {
		max-width: 100%;
	}
	#office-top h3 {
		font-size: 18px;
		margin: 0 0 5px;
		line-height: 1.4;
	}
	#office-top .columnBlock01 { width: 100%; float: none; margin: 0 0 10px; }
	#office-top .columnBlock02 { width: 100%; }

	#office-top ul#office-op {
		margin: 0 -0.5%;
	}
	#office-top ul#office-op li {
		margin: 0 3px 3px 0;
		float: left;
	}
	ul#office-img {
		margin: 30px 0 10px 0;
	}
	ul#office-img li {
		width: 47%;
		margin: 0 0 30px;
	}
	ul#office-img li img {
		width: 100%;
		height: auto;
	}
	#office-link {
		padding: 6% 0;
	}
	#office-link h2 {
		margin: 0 0 1em;
		font-size: 22px;
	}
	#office-link ul {
		padding: 0 3%;
	}
	#office-link ul li {
		width: 47%;
		display: inline-block;
		margin: 0;
	}
	#office-link ul li:first-child {
		float: left;
	}
	#office-link ul li:last-child {
		float: right;
	}
	#office-link ul li a {
		width: 100%;
		display: block;
		font-size: 14px;
	}
	#office-access {
		width: 94%;
	}
	#office #office-access h2 {
		margin: 0 0 2%;
		font-size: 22px;
		color: #333;
	}
	#office-access .columnBlock01,
	#office-access .columnBlock02 {
		width: 100%;
		margin: 0 0 3%;
		float: none;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#office-access h3 {
		margin: 0 0 2%;
		font-size: 22px;
	}
	#office-access #access-map {
		margin: 0 0 4%;
	}
	#access-map iframe {
		width: 100%;
		pointer-events:none;
	}
	#office-info {
		width: 94%;
	}
	#office-info dt {
		padding: 15px 0 0;
		float: none;
		font-size: 14px;
	}
	#office-info dd {
		padding: 15px 0;
		font-size: 14px;
	}
	#office-map {
		width: 100%;
		padding: 10px 0 0;
	}
	#office-meeting {
		width: 94%;
	}
	#office-meeting h3 {
		margin: 0 0 10px;
		font-size: 20px;
	}
	#office-meeting table {
		margin: 0 0 20px;
	}
	#office-meeting table th,
	#office-meeting table td {
		padding: 0.5em;
		font-size: 12px;
	}

	#office-area {
		padding: 40px 0;
		width: 94%;
	}
}
