@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :アクセス
=================================================================== */
/* -----------------------------------------------------------
	楽天調整
----------------------------------------------------------- */
#htlSide-A {
  position: absolute;
  left: 0;
  top: 555px !important;
}

/*----------------------------------------------------
	.con_map
----------------------------------------------------*/
.con_map {
  padding: 20px 0 40px;
}
.con_map h3 {
  text-align: center;
  padding: 0px 0 20px;
}
.con_map .box_map {
  overflow: hidden;
  border: 3px solid #353535;
  background: #353535;
}
.con_map .box_map .map {
  float: left;
  width: 586px;
}
.con_map .box_map .box_txt {
  float: right;
  padding: 50px;
  width: 252px;
  color: #fff;
  letter-spacing: 0.1em;
}
.con_map .box_map .box_txt h4 {
  font-size: 17px;
  padding: 10px 0;
  font-weight: normal;
}
.con_map .box_map .box_txt .txt {
  font-size: 14px;
}
.con_map .box_access {
  margin-top: 25px;
  overflow: hidden;
  background: rgba(195, 219, 220, 0.5);
  padding: 20px 50px;
}
.con_map .box_access .box_item {
  float: left;
  width: 50%;
}
.con_map .box_access .box_item .ss {
  padding-bottom: 12px;
}
.con_map .box_access .box_item ul {
  padding-left: 25px;
}
.con_map .box_access .box_item ul li {
  font-size: 14px;
  list-style: disc;
  line-height: 25px;
  text-indent: -18px;
  padding-left: 15px;
}
.con_map .box_access .box_item ul li strong {
  font-size: 16px;
  font-weight: bold;
}
.con_map .box_access .box_item + .box_item {
  float: right;
}
