body#location .photo{
  background: url(/about/img/mainv_location.jpg) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 420px){
	body#location .photo{
	  background: url(/about/img/mainv_location_sp.jpg) center top no-repeat;
	  background-size: cover;
	}
}

.bl_locationOfficeBlock{
	margin-bottom: 200px;
}
@media screen and (max-width: 420px){
	.bl_locationOfficeBlock{
		margin-bottom: 25px;
	}
}

	body#location .photo .photo-bg{
		/*background-image: none;*/
	}

@media screen and (max-width: 420px){
	body#location #local-nav{
		border-top: 0;
		padding-top: 0;
	}
	body#location #local-nav .inner{
		padding-top: 0;
	}
	body#location footer{
		padding-top: 25px;
	}
}


.bl_locationOfficeBlock_inner{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.bl_locationOfficeBlock .title{
	margin-bottom: 150px;
	/*font-family: "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;*/
}
@media screen and (max-width: 420px){
	.bl_locationOfficeBlock .title{
		margin-bottom: 58px;
	}
}

.bl_locationOfficeBlock_map{
	display: inline-block;
	margin-bottom: 155px;
	max-width: 100%;
}
@media screen and (max-width: 420px){
	.bl_locationOfficeBlock_map{
		margin-bottom: 75px;
	}
}

.bl_locationOfficeBlock_map__pc{

}

.bl_locationOfficeBlock_map__sp{
	display: none;
}

@media screen and (max-width: 420px){
	.bl_locationOfficeBlock_map__pc{
		display: none;
	}

	.bl_locationOfficeBlock_map__sp{
		display: inline-block;
	}
}

.bl_accordionInfoBlock_item_ttl{
	position: relative;
	text-align: center;
	font-size: 22px;
	color: #cc0000;
	padding: 30px 0;
	border-top: 1px solid #000;
	font-weight: bold;
	font-family: "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 420px){
	.bl_accordionInfoBlock_item_ttl{
		border-top: 2px solid #000;
		font-size: 20px;
		padding: 12px 0;
	}
}

.bl_accordionInfoBlock_item:last-child .bl_accordionInfoBlock_item_ttl{
	border-bottom: 1px solid #000;
}@media screen and (max-width: 420px){
	.bl_accordionInfoBlock_item:last-child .bl_accordionInfoBlock_item_ttl{
		border-bottom: 2px solid #000;
	}
}

.bl_accordionInfoBlock_item.js_fire .bl_accordionInfoBlock_item_ttl{
	border-bottom: 1px solid #000;
}@media screen and (max-width: 420px){
	.bl_accordionInfoBlock_item.js_fire .bl_accordionInfoBlock_item_ttl{
		border-bottom: 2px solid #000;
	}
}

.bl_accordionInfoBlock_item_ttl_arrow{
	position: absolute;
	top: calc(50% - 17px);
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
	right: 24px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media screen and (max-width: 420px){
	.bl_accordionInfoBlock_item_ttl_arrow{
		right: 8px;
	}
}

.bl_accordionInfoBlock_item.js_fire .bl_accordionInfoBlock_item_ttl_arrow{
  -webkit-transform: rotate(0deg) translateY(50%);
  -ms-transform: rotate(0deg) translateY(50%);
  transform: rotate(0deg) translateY(50%);
}

.bl_accordionInfoBlock_item_content{
	padding: 30px 0 70px;
}

.bl_accordionInfoBlock_item:last-child .bl_accordionInfoBlock_item_content{
	padding: 30px 0 0px;
}

@media screen and (max-width: 420px){
	.bl_accordionInfoBlock_item_content{
		padding: 30px 0 60px;
	}

	.bl_accordionInfoBlock_item:last-child .bl_accordionInfoBlock_item_content{
		padding: 30px 0 100px;
		border-bottom: 2px solid #000;
	}
}

.bl_accordionInfoBlock_item_content_list{
	position: relative;
	margin-bottom: 18px;
	box-sizing: border-box;
	padding-left: 10px;
}

.bl_accordionInfoBlock_item_content_list:before{
	content: "・";
	position: absolute;
	top: 0.5em;
	left: -4px;
	line-height: 1;
	width: 2px;
}

.bl_accordionInfoBlock_item_content_list:last-child{
	margin-bottom: 0;
}

.bl_accordionInfoBlock_item_content_list_main{
	font-weight: bold;
}

.js_openSwitch{
	cursor: pointer;
}

.js_openTarget{
	display: none;
}

@media screen and (max-width: 420px){
	.title.title__location{
	   border-top: 5px solid #000;
	   border-bottom: 5px solid #000;
	   padding: 35px 0 25px;
	}
	.title.title__location h3{
		margin-bottom: 12px;
	}
}
