@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : access.css
 author     : Ability Consultant
 style info : 交通案内・周辺観光
=================================================================== */
.con_acc .box_acc, .con_acc .box_tra, .con_acc .box_car, .box_link, .con_sig {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_acc, .con_acc .box_tra, .con_acc .box_car, .box_link, .con_sig {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc, .con_acc .box_tra, .con_acc .box_car, .box_link, .con_sig {
    width: 91.66667%;
  }
}

.con_acc .box_tra .box_bus:after, .con_acc .box_tra .box_par:after, .con_acc .box_car .box_bus:after, .con_acc .box_car .box_par:after, .box_roots .roots .box_root ul:after, .box_roots .roots .box_root .ro_sira:after, .con_sig .box_cyc:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  #header .logo {
    display: none;
  }
}

/* -----------------------------------------------------------
	con_acc
----------------------------------------------------------- */
.con_acc {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .con_acc {
    margin-top: 15%;
  }
}
.con_acc h3 {
  font-weight: normal;
  text-align: center;
  position: relative;
  margin-bottom: 55px;
}
.con_acc h3:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -5px;
}
@media only screen and (max-width: 767px) {
  .con_acc h3:after {
    width: 0.8em;
    height: 0.8em;
  }
}
.con_acc h3:before {
  content: '';
  width: 100px;
  height: 3px;
  border-top: double 3px #fff;
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .con_acc h3:before {
    width: 8em;
    margin-bottom: 1.5em;
  }
}
.con_acc h3 .jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .4em;
  display: block;
  line-height: 1;
  color: #fff;
  margin-left: 0.4em;
  margin-bottom: .3em;
  font-size: 236%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc h3 .jp {
    font-size: 172%;
  }
}
.con_acc h3 .en {
  color: #91959d;
  display: block;
  letter-spacing: 0.08em;
  font-family: 'Cormorant Infant', serif;
  line-height: 1;
  vertical-align: middle;
  padding: 0 0.5em;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_acc h3 .en {
    font-size: 79%;
  }
}
.con_acc h3 .en:before, .con_acc h3 .en:after {
  content: '-';
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc h3 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc h3 {
    margin-bottom: 6%;
  }
}
.con_acc .box_acc {
  overflow: hidden;
}
.con_acc .box_acc .box_map {
  float: left;
  width: 63.33333%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .box_map {
    float: none;
    width: 100%;
  }
}
.con_acc .box_acc .box_map iframe {
  height: 417px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .box_map iframe {
    height: 200px;
  }
}
.con_acc .box_acc .box_map .txt_cau {
  margin-top: 15px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .box_map .txt_cau {
    margin-top: 4%;
  }
}
.con_acc .box_acc .box_map .btn {
  margin-top: 15px;
  float: right;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .box_map .btn {
    margin-top: 6%;
  }
}
.con_acc .box_acc .box_map .btn a {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  background: none;
  border: rgba(250, 250, 250, 0.5) 1px solid;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.2em 0 1.4em;
  position: relative;
}
.con_acc .box_acc .box_map .btn a:before {
  content: '';
  position: absolute;
  background: #8e8c8a;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}
.con_acc .box_acc .box_map .btn a:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: none;
  border-top: rgba(250, 250, 250, 0.5) 1px solid;
}
.con_acc .box_acc .box_map .btn a span {
  position: relative;
}
.con_acc .box_acc .box_map .btn a:hover:before {
  width: 100%;
}
.con_acc .box_acc .box_map .btn a:hover:after {
  border-top: #2e2f31 1px solid;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .box_map .btn {
    width: 100%;
  }
}
.con_acc .box_acc .box_map .btn a {
  padding: .45em 0 .45em;
}
.con_acc .box_acc .box_map .btn a:before, .con_acc .box_acc .box_map .btn a:after {
  display: none;
}
.con_acc .box_acc .box_det {
  float: right;
  width: 33.33333%;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .box_det {
    float: none;
    width: 100%;
    margin-top: 6%;
  }
}
.con_acc .box_acc .box_det .photo {
  width: 100%;
}
.con_acc .box_acc .box_det .photo img {
  width: 100%;
}
.con_acc .box_acc .box_det .box_tbl {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .box_det .box_tbl {
    margin-top: 3% 8%;
  }
}
.con_acc .box_acc .box_det .box_tbl table {
  width: 100%;
}
.con_acc .box_acc .box_det .box_tbl table tr th {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc .box_det .box_tbl table tr th {
    width: 30%;
  }
}
.con_acc .box_tra h4, .con_acc .box_car h4 {
  font-weight: normal;
  position: relative;
  margin-top: 60px;
}
.con_acc .box_tra h4 span, .con_acc .box_car h4 span {
  display: inline-block;
  line-height: 1;
  font-size: 186%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .14em;
  margin-left: 0.25em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_tra h4 span, .con_acc .box_car h4 span {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra h4 span, .con_acc .box_car h4 span {
    font-size: 143%;
  }
}
.ie .con_acc .box_tra h4 span, .ie .con_acc .box_car h4 span {
  line-height: 1.8;
}
.con_acc .box_tra h4:before, .con_acc .box_car h4:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: 0.45em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra h4:before, .con_acc .box_car h4:before {
    width: 1.55em;
    margin-left: 0.1em;
  }
}
.ie .con_acc .box_tra h4:before, .ie .con_acc .box_car h4:before {
  vertical-align: 0.52em;
}
.con_acc .box_tra h4:after, .con_acc .box_car h4:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 6px;
  -moz-transform: rotate(-45deg) translateY(-0.5em);
  -ms-transform: rotate(-45deg) translateY(-0.5em);
  -webkit-transform: rotate(-45deg) translateY(-0.5em);
  transform: rotate(-45deg) translateY(-0.5em);
}
.ie .con_acc .box_tra h4:after, .ie .con_acc .box_car h4:after {
  -moz-transform: rotate(-45deg) translateY(-0.8em);
  -ms-transform: rotate(-45deg) translateY(-0.8em);
  -webkit-transform: rotate(-45deg) translateY(-0.8em);
  transform: rotate(-45deg) translateY(-0.8em);
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra h4:after, .con_acc .box_car h4:after {
    width: 0.6em;
    height: 0.6em;
    left: 0.54em;
    top: 53%;
    -moz-transform: rotate(-45deg) translateY(-0.65em);
    -ms-transform: rotate(-45deg) translateY(-0.65em);
    -webkit-transform: rotate(-45deg) translateY(-0.65em);
    transform: rotate(-45deg) translateY(-0.65em);
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra h4, .con_acc .box_car h4 {
    margin-top: 14%;
  }
}
.con_acc .box_tra .box_bus, .con_acc .box_tra .box_par, .con_acc .box_car .box_bus, .con_acc .box_car .box_par {
  max-width: 1190px;
  width: 100%;
  background: url(../images/common/bg02.jpg);
  margin: 60px auto 0;
  padding: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus, .con_acc .box_tra .box_par, .con_acc .box_car .box_bus, .con_acc .box_car .box_par {
    margin: 8% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus, .con_acc .box_tra .box_par, .con_acc .box_car .box_bus, .con_acc .box_car .box_par {
    padding: 8% 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_tra .box_bus, .con_acc .box_tra .box_par, .con_acc .box_car .box_bus, .con_acc .box_car .box_par {
    width: 98%;
  }
}
.con_acc .box_tra .box_bus:before, .con_acc .box_tra .box_par:before, .con_acc .box_car .box_bus:before, .con_acc .box_car .box_par:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: rgba(250, 250, 250, 0.2);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus:before, .con_acc .box_tra .box_par:before, .con_acc .box_car .box_bus:before, .con_acc .box_car .box_par:before {
    right: 0;
  }
}
.con_acc .box_tra .box_bus .photo, .con_acc .box_tra .box_par .photo, .con_acc .box_car .box_bus .photo, .con_acc .box_car .box_par .photo {
  float: left;
  width: 48.64865%;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus .photo, .con_acc .box_tra .box_par .photo, .con_acc .box_car .box_bus .photo, .con_acc .box_car .box_par .photo {
    float: none;
    width: 100%;
  }
  .con_acc .box_tra .box_bus .photo img, .con_acc .box_tra .box_par .photo img, .con_acc .box_car .box_bus .photo img, .con_acc .box_car .box_par .photo img {
    width: 100%;
  }
}
.con_acc .box_tra .box_bus .box_det, .con_acc .box_tra .box_par .box_det, .con_acc .box_car .box_bus .box_det, .con_acc .box_car .box_par .box_det {
  float: right;
  width: 47.74775%;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus .box_det, .con_acc .box_tra .box_par .box_det, .con_acc .box_car .box_bus .box_det, .con_acc .box_car .box_par .box_det {
    float: none;
    width: 100%;
  }
}
.con_acc .box_tra .box_bus .box_det h5, .con_acc .box_tra .box_par .box_det h5, .con_acc .box_car .box_bus .box_det h5, .con_acc .box_car .box_par .box_det h5 {
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
}
.con_acc .box_tra .box_bus .box_det h5 span, .con_acc .box_tra .box_par .box_det h5 span, .con_acc .box_car .box_bus .box_det h5 span, .con_acc .box_car .box_par .box_det h5 span {
  display: inline-block;
  line-height: 1;
  font-size: 186%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .14em;
  margin-left: 0.25em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc .box_tra .box_bus .box_det h5 span, .con_acc .box_tra .box_par .box_det h5 span, .con_acc .box_car .box_bus .box_det h5 span, .con_acc .box_car .box_par .box_det h5 span {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus .box_det h5 span, .con_acc .box_tra .box_par .box_det h5 span, .con_acc .box_car .box_bus .box_det h5 span, .con_acc .box_car .box_par .box_det h5 span {
    font-size: 143%;
  }
}
.ie .con_acc .box_tra .box_bus .box_det h5 span, .ie .con_acc .box_tra .box_par .box_det h5 span, .ie .con_acc .box_car .box_bus .box_det h5 span, .ie .con_acc .box_car .box_par .box_det h5 span {
  line-height: 1.8;
}
.con_acc .box_tra .box_bus .box_det h5:before, .con_acc .box_tra .box_par .box_det h5:before, .con_acc .box_car .box_bus .box_det h5:before, .con_acc .box_car .box_par .box_det h5:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: 0.45em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus .box_det h5:before, .con_acc .box_tra .box_par .box_det h5:before, .con_acc .box_car .box_bus .box_det h5:before, .con_acc .box_car .box_par .box_det h5:before {
    width: 1.55em;
    margin-left: 0.1em;
  }
}
.ie .con_acc .box_tra .box_bus .box_det h5:before, .ie .con_acc .box_tra .box_par .box_det h5:before, .ie .con_acc .box_car .box_bus .box_det h5:before, .ie .con_acc .box_car .box_par .box_det h5:before {
  vertical-align: 0.52em;
}
.con_acc .box_tra .box_bus .box_det h5:after, .con_acc .box_tra .box_par .box_det h5:after, .con_acc .box_car .box_bus .box_det h5:after, .con_acc .box_car .box_par .box_det h5:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 6px;
  -moz-transform: rotate(-45deg) translateY(-0.5em);
  -ms-transform: rotate(-45deg) translateY(-0.5em);
  -webkit-transform: rotate(-45deg) translateY(-0.5em);
  transform: rotate(-45deg) translateY(-0.5em);
}
.ie .con_acc .box_tra .box_bus .box_det h5:after, .ie .con_acc .box_tra .box_par .box_det h5:after, .ie .con_acc .box_car .box_bus .box_det h5:after, .ie .con_acc .box_car .box_par .box_det h5:after {
  -moz-transform: rotate(-45deg) translateY(-0.8em);
  -ms-transform: rotate(-45deg) translateY(-0.8em);
  -webkit-transform: rotate(-45deg) translateY(-0.8em);
  transform: rotate(-45deg) translateY(-0.8em);
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus .box_det h5:after, .con_acc .box_tra .box_par .box_det h5:after, .con_acc .box_car .box_bus .box_det h5:after, .con_acc .box_car .box_par .box_det h5:after {
    width: 0.6em;
    height: 0.6em;
    left: 0.54em;
    top: 53%;
    -moz-transform: rotate(-45deg) translateY(-0.65em);
    -ms-transform: rotate(-45deg) translateY(-0.65em);
    -webkit-transform: rotate(-45deg) translateY(-0.65em);
    transform: rotate(-45deg) translateY(-0.65em);
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus .box_det h5, .con_acc .box_tra .box_par .box_det h5, .con_acc .box_car .box_bus .box_det h5, .con_acc .box_car .box_par .box_det h5 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus .box_det h5, .con_acc .box_tra .box_par .box_det h5, .con_acc .box_car .box_bus .box_det h5, .con_acc .box_car .box_par .box_det h5 {
    margin-top: 4%;
  }
}
.con_acc .box_tra .box_bus .box_det h5 span, .con_acc .box_tra .box_par .box_det h5 span, .con_acc .box_car .box_bus .box_det h5 span, .con_acc .box_car .box_par .box_det h5 span {
  color: #1d1915;
}
.con_acc .box_tra .box_bus .box_det h5:before, .con_acc .box_tra .box_bus .box_det h5:after, .con_acc .box_tra .box_par .box_det h5:before, .con_acc .box_tra .box_par .box_det h5:after, .con_acc .box_car .box_bus .box_det h5:before, .con_acc .box_car .box_bus .box_det h5:after, .con_acc .box_car .box_par .box_det h5:before, .con_acc .box_car .box_par .box_det h5:after {
  background: #a59236;
}
.con_acc .box_tra .box_bus .box_det .txt, .con_acc .box_tra .box_par .box_det .txt, .con_acc .box_car .box_bus .box_det .txt, .con_acc .box_car .box_par .box_det .txt {
  color: #1d1915;
}
.con_acc .box_tra .box_bus .box_det .box_tbl, .con_acc .box_tra .box_par .box_det .box_tbl, .con_acc .box_car .box_bus .box_det .box_tbl, .con_acc .box_car .box_par .box_det .box_tbl {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus .box_det .box_tbl, .con_acc .box_tra .box_par .box_det .box_tbl, .con_acc .box_car .box_bus .box_det .box_tbl, .con_acc .box_car .box_par .box_det .box_tbl {
    margin-top: 6%;
  }
}
.con_acc .box_tra .box_bus .box_det .box_tbl table, .con_acc .box_tra .box_par .box_det .box_tbl table, .con_acc .box_car .box_bus .box_det .box_tbl table, .con_acc .box_car .box_par .box_det .box_tbl table {
  width: 100%;
  color: #2e2f31;
}
.con_acc .box_tra .box_bus .box_det .box_tbl table tr th, .con_acc .box_tra .box_par .box_det .box_tbl table tr th, .con_acc .box_car .box_bus .box_det .box_tbl table tr th, .con_acc .box_car .box_par .box_det .box_tbl table tr th {
  width: 90px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_tra .box_bus .box_det .box_tbl table tr th, .con_acc .box_tra .box_par .box_det .box_tbl table tr th, .con_acc .box_car .box_bus .box_det .box_tbl table tr th, .con_acc .box_car .box_par .box_det .box_tbl table tr th {
    width: 30%;
  }
}
.con_acc .box_car {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_car {
    margin-top: 8%;
  }
}
.con_acc .box_car .txt_cau {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_car .txt_cau {
    margin-top: 4%;
  }
}

.box_roots {
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .box_roots {
    margin-top: 6%;
  }
}
.box_roots .inner {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .box_roots .roots {
    float: left;
    width: 23.08333%;
    padding-right: 2.5%;
  }
  .box_roots .roots:last-child {
    padding-right: 0;
  }
}
@media print {
  .box_roots .roots {
    float: left;
    width: 23.08333%;
    padding-right: 2.5%;
  }
  .box_roots .roots:last-child {
    padding-right: 0;
  }
}
.ie8 .box_roots .roots {
  float: left;
  width: 23.08333%;
  padding-right: 2.5%;
}
.ie8 .box_roots .roots:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .box_roots .roots {
    margin-bottom: 4%;
  }
}
.box_roots .roots.duble {
  width: 48.75%;
  padding-right: 2.5%;
}
.box_roots .roots.duble:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .box_roots .roots.duble {
    width: 100%;
    margin-right: 0;
  }
}
.box_roots .roots .st_acc {
  background: #fff;
  color: #2e2f31;
  text-align: center;
  font-size: 86%;
}
@media only screen and (max-width: 767px) {
  .box_roots .roots .st_acc {
    padding: .6em 1em;
    font-size: 93%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
  }
  .box_roots .roots .st_acc:before {
    content: "";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 3%;
    margin: 0 auto;
    line-height: 1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_roots .roots .st_acc.active:before {
    content: "";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: auto;
  }
}
.box_roots .roots .st_acc span {
  font-size: 117%;
  background: #d2d2d2;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  padding: 7px 0;
}
@media only screen and (max-width: 767px) {
  .box_roots .roots .st_acc span {
    display: inline-block;
    background: none;
    padding: 0;
    width: 5em;
  }
}
.box_roots .roots .st_acc em {
  display: inline-block;
  padding: .2em 0;
}
.box_roots .roots .st_acc em.car:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.box_roots .roots .st_acc em.bus:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.box_roots .roots .st_acc em.train:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.box_roots .roots .st_acc em.ic:after {
  content: '→';
}
.box_roots .roots .st_acc em.ic:last-child:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .box_roots .roots .box_root {
    display: block !important;
  }
}
@media print {
  .box_roots .roots .box_root {
    display: block !important;
  }
}
.ie8 .box_roots .roots .box_root {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .box_roots .roots .box_root {
    display: none;
  }
}
.box_roots .roots .box_root ul .root {
  text-align: center;
  background-size: 7px auto;
  background-repeat: repeat-y;
  background-position: center top;
  padding: 30px 0;
  background-color: #1e1915;
}
.box_roots .roots .box_root ul .root span {
  letter-spacing: -.04em;
  display: block;
  padding: 4px 0;
  line-height: 20px;
  background-color: #1e1915;
}
.box_roots .roots .box_root ul .root.train {
  background-image: url(../access/images/bg_train.png);
}
.box_roots .roots .box_root ul .root.car {
  background-image: url(../access/images/bg_car.png);
}
.box_roots .roots .box_root ul .root.car_2 {
  background-image: url(../access/images/bg_car.png);
}
@media only screen and (min-width: 768px) {
  .box_roots .roots .box_root ul .root.car_2 {
    padding: 110px 0;
  }
}
@media print {
  .box_roots .roots .box_root ul .root.car_2 {
    padding: 110px 0;
  }
}
.ie8 .box_roots .roots .box_root ul .root.car_2 {
  padding: 110px 0;
}
.box_roots .roots .box_root ul .root.work {
  background-image: url(../access/images/bg_work.png);
}
.box_roots .roots .box_root ul .root.shin {
  background-image: url(../access/images/bg_shin.png);
}
.box_roots .roots .box_root ul .root.left, .box_roots .roots .box_root ul .root.right {
  float: left;
  width: 50%;
}
.box_roots .roots .box_root ul .comb {
  width: 432%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .box_roots .roots .box_root ul .comb {
    width: 100%;
  }
}
.box_roots .roots .box_root ul .comb.st {
  background: #1d1915;
}
.box_roots .roots .box_root ul .st {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  border: 1px solid #787674;
  padding: 13px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 767px) {
  .box_roots .roots .box_root ul .st {
    padding: .8em 0;
  }
}
.box_roots .roots .box_root .ro_sira {
  width: 432%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .box_roots .roots .box_root .ro_sira {
    width: 433%;
  }
}
@media only screen and (max-width: 767px) {
  .box_roots .roots .box_root .ro_sira {
    width: 100%;
  }
}
.box_roots .roots .box_root .ro_sira .right, .box_roots .roots .box_root .ro_sira .left {
  float: left;
  width: 50%;
}
.box_roots .roots .box_root .st_arr {
  clear: both;
  background: #fff;
  color: #2e2f31;
  padding: 25px 0;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .box_roots .roots .box_root .st_arr {
    padding: 10px 0;
    width: 100%;
  }
}
.box_roots .roots .box_root .st_arr span {
  display: inline-block;
  vertical-align: middle;
}
.box_roots .roots .box_root .st_arr.comb {
  width: 432%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .box_roots .roots .box_root .st_arr.comb {
    width: 100%;
  }
}
.box_roots .roots .box_root .st_arr.comb_2 {
  width: 206%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .box_roots .roots .box_root .st_arr.comb_2 {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	box_link
----------------------------------------------------------- */
.box_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .box_link {
    margin-top: 8%;
  }
}
.box_link li {
  text-align: center;
  width: 200px;
}
.box_link li:first-child {
  position: relative;
}
.box_link li:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #8e8c8a;
}
.box_link li:first-child a {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .box_link li:last-child a {
    border-left: none;
  }
}
@media print {
  .box_link li:last-child a {
    border-left: none;
  }
}
.ie8 .box_link li:last-child a {
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .box_link li {
    width: 100%;
    margin: 3% 0 0;
  }
}
.box_link li a {
  font-size: 115%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  border: 1px solid #8e8c8a;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 14px 5.2356% 33px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_link li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media only screen and (max-width: 767px) {
  .box_link li a {
    padding: 2%;
  }
}
.box_link li a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  bottom: 9px;
  left: 50%;
  color: #a59236;
  margin: 0 auto;
  font-size: 115%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .box_link li a:before {
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    -webkit-transition: bottom 1s;
    transition: bottom 1s;
  }
}
@media print {
  .box_link li a:before {
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    -webkit-transition: bottom 1s;
    transition: bottom 1s;
  }
}
.ie8 .box_link li a:before {
  -moz-transition: bottom 1s;
  -o-transition: bottom 1s;
  -webkit-transition: bottom 1s;
  transition: bottom 1s;
}
@media only screen and (max-width: 767px) {
  .box_link li a:before {
    right: 5%;
    left: auto;
    bottom: auto;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/* -----------------------------------------------------------
	con_sig
----------------------------------------------------------- */
.con_sig {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .con_sig {
    margin-top: 15%;
  }
}
.con_sig h3 {
  font-weight: normal;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.con_sig h3:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -5px;
}
@media only screen and (max-width: 767px) {
  .con_sig h3:after {
    width: 0.8em;
    height: 0.8em;
  }
}
.con_sig h3:before {
  content: '';
  width: 100px;
  height: 3px;
  border-top: double 3px #fff;
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .con_sig h3:before {
    width: 8em;
    margin-bottom: 1.5em;
  }
}
.con_sig h3 .jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .4em;
  display: block;
  line-height: 1;
  color: #fff;
  margin-left: 0.4em;
  margin-bottom: .3em;
  font-size: 236%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_sig h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig h3 .jp {
    font-size: 172%;
  }
}
.con_sig h3 .en {
  color: #91959d;
  display: block;
  letter-spacing: 0.08em;
  font-family: 'Cormorant Infant', serif;
  line-height: 1;
  vertical-align: middle;
  padding: 0 0.5em;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_sig h3 .en {
    font-size: 79%;
  }
}
.con_sig h3 .en:before, .con_sig h3 .en:after {
  content: '-';
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_sig h3 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig h3 {
    margin-bottom: 6%;
  }
}
.con_sig .txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 108%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_sig .txt {
    font-size: 100%;
  }
}
.con_sig .box_btn {
  overflow: hidden;
  width: 552px;
  margin: 40px auto 80px;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_btn {
    margin: 6% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_btn {
    width: 100%;
  }
}
.con_sig .box_btn li {
  float: left;
  width: 256px;
}
.con_sig .box_btn li a {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  background: none;
  border: rgba(250, 250, 250, 0.5) 1px solid;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.2em 0 1.4em;
  position: relative;
}
.con_sig .box_btn li a:before {
  content: '';
  position: absolute;
  background: #8e8c8a;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}
.con_sig .box_btn li a:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: none;
  border-top: rgba(250, 250, 250, 0.5) 1px solid;
}
.con_sig .box_btn li a span {
  position: relative;
}
.con_sig .box_btn li a:hover:before {
  width: 100%;
}
.con_sig .box_btn li a:hover:after {
  border-top: #2e2f31 1px solid;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_btn li {
    float: none;
    width: 100%;
  }
}
.con_sig .box_btn li a span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
}
.con_sig .box_btn li:last-child {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_btn li:last-child {
    float: none;
    margin-top: 6%;
  }
}
.con_sig .box_sig {
  overflow: hidden;
}
.con_sig .box_sig:nth-child(n+2) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig:nth-child(n+2) {
    margin-top: 12%;
  }
}
.con_sig .box_sig .photo {
  float: left;
  width: 33.33333%;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig .photo {
    float: none;
    width: 100%;
  }
  .con_sig .box_sig .photo img {
    width: 100%;
  }
}
.con_sig .box_sig .box_det {
  float: right;
  width: 63.33333%;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig .box_det {
    float: none;
    width: 100%;
    margin-top: 4%;
  }
}
.con_sig .box_sig .box_det h4 {
  font-weight: normal;
  position: relative;
  margin-bottom: 25px;
}
.con_sig .box_sig .box_det h4 span {
  display: inline-block;
  line-height: 1;
  font-size: 186%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .14em;
  margin-left: 0.25em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_sig .box_sig .box_det h4 span {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig .box_det h4 span {
    font-size: 143%;
  }
}
.ie .con_sig .box_sig .box_det h4 span {
  line-height: 1.8;
}
.con_sig .box_sig .box_det h4:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: 0.45em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig .box_det h4:before {
    width: 1.55em;
    margin-left: 0.1em;
  }
}
.ie .con_sig .box_sig .box_det h4:before {
  vertical-align: 0.52em;
}
.con_sig .box_sig .box_det h4:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 6px;
  -moz-transform: rotate(-45deg) translateY(-0.5em);
  -ms-transform: rotate(-45deg) translateY(-0.5em);
  -webkit-transform: rotate(-45deg) translateY(-0.5em);
  transform: rotate(-45deg) translateY(-0.5em);
}
.ie .con_sig .box_sig .box_det h4:after {
  -moz-transform: rotate(-45deg) translateY(-0.8em);
  -ms-transform: rotate(-45deg) translateY(-0.8em);
  -webkit-transform: rotate(-45deg) translateY(-0.8em);
  transform: rotate(-45deg) translateY(-0.8em);
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig .box_det h4:after {
    width: 0.6em;
    height: 0.6em;
    left: 0.54em;
    top: 53%;
    -moz-transform: rotate(-45deg) translateY(-0.65em);
    -ms-transform: rotate(-45deg) translateY(-0.65em);
    -webkit-transform: rotate(-45deg) translateY(-0.65em);
    transform: rotate(-45deg) translateY(-0.65em);
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig .box_det h4 {
    margin-bottom: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_sig .box_sig .box_det .siroban:before {
    vertical-align: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig .box_det .siroban:before {
    vertical-align: 1.9em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig .box_det .siroban:after {
    top: 25%;
  }
}
.con_sig .box_sig .box_det .txt {
  text-align: left;
}
.con_sig .box_oth {
  overflow: hidden;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_oth {
    margin-top: 8%;
  }
}
.con_sig .box_oth h4 {
  font-weight: normal;
  position: relative;
  margin-bottom: 25px;
}
.con_sig .box_oth h4 span {
  display: inline-block;
  line-height: 1;
  font-size: 186%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .14em;
  margin-left: 0.25em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_sig .box_oth h4 span {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_oth h4 span {
    font-size: 143%;
  }
}
.ie .con_sig .box_oth h4 span {
  line-height: 1.8;
}
.con_sig .box_oth h4:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: 0.45em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_oth h4:before {
    width: 1.55em;
    margin-left: 0.1em;
  }
}
.ie .con_sig .box_oth h4:before {
  vertical-align: 0.52em;
}
.con_sig .box_oth h4:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 6px;
  -moz-transform: rotate(-45deg) translateY(-0.5em);
  -ms-transform: rotate(-45deg) translateY(-0.5em);
  -webkit-transform: rotate(-45deg) translateY(-0.5em);
  transform: rotate(-45deg) translateY(-0.5em);
}
.ie .con_sig .box_oth h4:after {
  -moz-transform: rotate(-45deg) translateY(-0.8em);
  -ms-transform: rotate(-45deg) translateY(-0.8em);
  -webkit-transform: rotate(-45deg) translateY(-0.8em);
  transform: rotate(-45deg) translateY(-0.8em);
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_oth h4:after {
    width: 0.6em;
    height: 0.6em;
    left: 0.54em;
    top: 53%;
    -moz-transform: rotate(-45deg) translateY(-0.65em);
    -ms-transform: rotate(-45deg) translateY(-0.65em);
    -webkit-transform: rotate(-45deg) translateY(-0.65em);
    transform: rotate(-45deg) translateY(-0.65em);
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_oth h4 {
    margin-bottom: 4%;
  }
}
.con_sig .box_oth ul {
  float: left;
}
@media only screen and (min-width: 1200px) {
  .con_sig .box_oth ul:nth-child(2), .con_sig .box_oth ul:nth-child(4) {
    margin-right: 15.66667%;
  }
  .con_sig .box_oth ul:nth-child(3) {
    margin-right: 14.83333%;
  }
}
@media print {
  .con_sig .box_oth ul:nth-child(2), .con_sig .box_oth ul:nth-child(4) {
    margin-right: 15.66667%;
  }
  .con_sig .box_oth ul:nth-child(3) {
    margin-right: 14.83333%;
  }
}
.ie8 .con_sig .box_oth ul:nth-child(2), .ie8 .con_sig .box_oth ul:nth-child(4) {
  margin-right: 15.66667%;
}
.ie8 .con_sig .box_oth ul:nth-child(3) {
  margin-right: 14.83333%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_sig .box_oth ul {
    width: 22.5%;
    margin-right: 3.33333%;
  }
  .con_sig .box_oth ul:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_oth ul {
    width: 48%;
  }
  .con_sig .box_oth ul:nth-child(even) {
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_sig .box_oth ul li {
    text-indent: -1.4em;
    padding-left: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_oth ul li {
    text-indent: -1.4em;
    padding-left: 1.4em;
    margin-top: .8em;
  }
}
.con_sig .box_oth ul li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_oth ul li a {
    letter-spacing: 0;
  }
}
.con_sig .box_oth ul li a span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_oth ul li a span:before {
    font-size: 72%;
  }
}
.con_sig .box_oth ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media only screen and (min-width: 768px) {
  .con_sig .box_oth ul li:nth-child(n+2) {
    margin-top: .7em;
  }
}
@media print {
  .con_sig .box_oth ul li:nth-child(n+2) {
    margin-top: .7em;
  }
}
.ie8 .con_sig .box_oth ul li:nth-child(n+2) {
  margin-top: .7em;
}
.con_sig .box_cyc {
  max-width: 1190px;
  width: 100%;
  background: url(../images/common/bg02.jpg);
  margin: 80px auto 0;
  padding: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_cyc {
    margin: 8% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_cyc {
    padding: 8% 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_sig .box_cyc {
    width: 98%;
  }
}
.con_sig .box_cyc:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: rgba(250, 250, 250, 0.2);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_cyc:before {
    right: 0;
  }
}
.con_sig .box_cyc .photo {
  float: left;
  width: 48.64865%;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_cyc .photo {
    float: none;
    width: 100%;
  }
  .con_sig .box_cyc .photo img {
    width: 100%;
  }
}
.con_sig .box_cyc .box_det {
  float: right;
  width: 47.74775%;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_cyc .box_det {
    float: none;
    width: 100%;
  }
}
.con_sig .box_cyc .box_det h5 {
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
}
.con_sig .box_cyc .box_det h5 span {
  display: inline-block;
  line-height: 1;
  font-size: 186%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .14em;
  margin-left: 0.25em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_sig .box_cyc .box_det h5 span {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_cyc .box_det h5 span {
    font-size: 143%;
  }
}
.ie .con_sig .box_cyc .box_det h5 span {
  line-height: 1.8;
}
.con_sig .box_cyc .box_det h5:before {
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: 0.45em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_cyc .box_det h5:before {
    width: 1.55em;
    margin-left: 0.1em;
  }
}
.ie .con_sig .box_cyc .box_det h5:before {
  vertical-align: 0.52em;
}
.con_sig .box_cyc .box_det h5:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 6px;
  -moz-transform: rotate(-45deg) translateY(-0.5em);
  -ms-transform: rotate(-45deg) translateY(-0.5em);
  -webkit-transform: rotate(-45deg) translateY(-0.5em);
  transform: rotate(-45deg) translateY(-0.5em);
}
.ie .con_sig .box_cyc .box_det h5:after {
  -moz-transform: rotate(-45deg) translateY(-0.8em);
  -ms-transform: rotate(-45deg) translateY(-0.8em);
  -webkit-transform: rotate(-45deg) translateY(-0.8em);
  transform: rotate(-45deg) translateY(-0.8em);
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_cyc .box_det h5:after {
    width: 0.6em;
    height: 0.6em;
    left: 0.54em;
    top: 53%;
    -moz-transform: rotate(-45deg) translateY(-0.65em);
    -ms-transform: rotate(-45deg) translateY(-0.65em);
    -webkit-transform: rotate(-45deg) translateY(-0.65em);
    transform: rotate(-45deg) translateY(-0.65em);
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_cyc .box_det h5 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_cyc .box_det h5 {
    margin-top: 4%;
  }
}
.con_sig .box_cyc .box_det h5 span {
  color: #1d1915;
}
.con_sig .box_cyc .box_det h5:before, .con_sig .box_cyc .box_det h5:after {
  background: #a59236;
}
.con_sig .box_cyc .box_det .txt {
  color: #1d1915;
  text-align: left;
}

/* -----------------------------------------------------------
	con_gall
----------------------------------------------------------- */
.con_gall {
  overflow: hidden;
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .con_gall {
    margin-top: 15%;
  }
}
.con_gall li {
  float: left;
  width: 16.65791%;
}
