@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : access.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
h2 {
  text-align: center;
  margin-top: 40px;
}

.box_map {
  margin-top: 45px;
  text-align: center;
}

.box_info {
  background: #fff;
  padding: 37px 30px;
}
.box_info .txt {
  text-align: center;
}
.box_info .txt .btn {
  margin: 28px auto 0;
  width: 280px;
}
.box_info .txt .btn a {
  display: block;
  border: solid 1px #fff;
  font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 1em 0;
  position: relative;
  background: #a59228;
  -moz-transition: background 0.25s, color 0.25s, border 0.25s;
  -o-transition: background 0.25s, color 0.25s, border 0.25s;
  -webkit-transition: background 0.25s, color 0.25s, border 0.25s;
  transition: background 0.25s, color 0.25s, border 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.box_info .txt .btn a:before, .box_info .txt .btn a:after {
  content: "";
  width: 2.7em;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 11px;
  bottom: auto;
  right: -1em;
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
  -moz-transition: right 0.25s, opacity 0.25s;
  -o-transition: right 0.25s, opacity 0.25s;
  -webkit-transition: right 0.25s, opacity 0.25s;
  transition: right 0.25s, opacity 0.25s;
}
.box_info .txt .btn a:after {
  top: 75%;
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}
.box_info .txt .btn a:hover {
  background: #fff;
  color: #ab8e07;
  border: 1px solid #ab8e07;
}
.box_info .txt .btn a:hover:before, .box_info .txt .btn a:hover:after {
  right: -1.5em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.con_access {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background: url(../access/images/bg_root.jpg) repeat top center;
}
.con_access .box_tag {
  width: 93.68421%;
  overflow: hidden;
  margin: 0 auto 55px;
}
.con_access .box_tag li {
  text-align: center;
  border: 1px solid #fff;
  width: 33.03371%;
  float: left;
}
.con_access .box_tag li a {
  background-color: #a0a0a0;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 1.2em 0;
  position: relative;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.con_access .box_tag li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.8em;
  margin: auto;
  width: 89px;
  height: 24px;
  z-index: 1;
  background: url(../access/images/arr_b.png) no-repeat center/100% auto;
  -moz-transition: bottom 0.35s;
  -o-transition: bottom 0.35s;
  -webkit-transition: bottom 0.35s;
  transition: bottom 0.35s;
}
.con_access .box_tag li a.active, .con_access .box_tag li a:hover {
  background: #ab8e07;
}
.con_access .box_tag li a.active:after, .con_access .box_tag li a:hover:after {
  bottom: -1em;
}
.con_access .box_access {
  text-align: center;
}
.con_access .box_access .box_root .st {
  margin-top: 45px;
}
.con_access .box_access .box_root .root li {
  margin-top: 30px;
}
.con_access .box_access .box_root .txt_r {
  color: #c30000;
  text-align: right;
  margin: 15px 30px 0 0;
}
