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

 file name  : information.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_link, .con_system, .con_time .box_time, .con_access {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_link, .con_system, .con_time .box_time, .con_access {
    width: 95%;
  }
}

.con_link:after, .con_system:after, .con_time .box_time:after, .con_access:after, .con_access .box_route:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  background: url(../information/images/bg_title.jpg) center top no-repeat;
}
@media only screen and (max-width: 767px) {
  #header {
    background-position: center 70%;
    background-size: 250%;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
#lnk_inf.title {
  padding-top: 54px;
  background: url("../information/images/ic_info.png") center 0 no-repeat;
  font-size: 215%;
  color: #1b1b1b;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #lnk_inf.title {
    font-size: 200%;
    padding-top: 1.1em;
    background-size: 8%;
  }
}
#lnk_inf.title span {
  margin-right: -.1em;
  letter-spacing: .1em;
}
@media only screen and (max-width: 1024px) {
  #lnk_inf.title span {
    margin-right: 0;
    letter-spacing: .05em;
  }
}

#lnk_acc.title {
  padding-top: 44px;
  background: url("../information/images/ic_acc.png") center 0 no-repeat;
  font-size: 215%;
  color: #1b1b1b;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #lnk_acc.title {
    font-size: 200%;
    padding-top: 1.1em;
    background-size: 8%;
  }
}
#lnk_acc.title span {
  margin-right: -.1em;
  letter-spacing: .1em;
}
@media only screen and (max-width: 1024px) {
  #lnk_acc.title span {
    margin-right: 0;
    letter-spacing: .05em;
  }
}

/* -----------------------------------------------------------
	#gnav
----------------------------------------------------------- */
#gnav li.information a {
  background: url(../images/header/ic_inf_on.jpg) no-repeat center 10px;
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link {
  margin: 1.5em auto 3em;
}
.con_link p {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_link p {
    float: none;
    width: 100%;
  }
}
.con_link p a {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #b59534;
  background-color: #fff;
  font-size: 172%;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}
@media only screen and (max-width: 767px) {
  .con_link p a {
    font-size: 143%;
  }
}
.con_link p a span {
  font-size: 80%;
}
.con_link p a:hover {
  background-color: #b59534;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .con_link p:first-child a {
    border-right: none;
  }
}
@media print {
  .con_link p:first-child a {
    border-right: none;
  }
}
.ie8 .con_link p:first-child a {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .con_link p:first-child a {
    border-bottom: none;
  }
}

/* -----------------------------------------------------------
	汎用パーツ
----------------------------------------------------------- */
.btn_brown {
  clear: both;
  width: 260px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .btn_brown {
    width: 80%;
  }
}
.btn_brown a {
  position: relative;
  display: block;
  padding: .5em 1em;
  background: url(../images/common/bg_btn.jpg);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.btn_brown a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -6px;
  background: url(../images/common/btn_brown_left.png) no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 100%;
}
.btn_brown a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -6px;
  background: url(../images/common/btn_brown_right.png) no-repeat right 0 top;
  background-size: 100% 100%;
  width: 11px;
  height: 100%;
}
.btn_brown a:hover {
  color: #fff !important;
}
.btn_brown a:hover span::before {
  left: -2px;
}
.btn_brown a span {
  position: relative;
  padding-left: 15px;
}
.btn_brown a span::before {
  content: '→';
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -.5em;
  line-height: 1;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}

/* -----------------------------------------------------------
	.con_system
----------------------------------------------------------- */
.con_system .st_l {
  margin-bottom: 15px;
  font-size: 200%;
  color: #1b1b1b;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em;
  padding-top: 1.2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_system .st_l {
    font-size: 179%;
  }
}
.con_system .st_l span {
  overflow: hidden;
  padding: 0 1em 15px;
  background: url(../images/common/bg_st_l.png) center bottom repeat-x;
  margin-right: -.2em;
  letter-spacing: .2em;
}
@media only screen and (max-width: 767px) {
  .con_system .st_l span {
    margin-right: 0;
    letter-spacing: .05em;
  }
}
.con_system .st_l:before {
  content: "\f157";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.3em;
}
.con_system .box_system {
  overflow: hidden;
  padding: 1.5em 0;
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 1024px) {
  .con_system .box_system {
    margin-bottom: 2em;
  }
}
.con_system .box_system:last-child {
  border-bottom: none;
}
.con_system .box_system .left {
  float: left;
  width: 22%;
  padding: 0.5em 3em 0 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_system .box_system .left {
    padding: 0.5em 1em 0 0;
  }
}
@media print {
  .con_system .box_system .left {
    padding: 0.5em 1em 0 0;
  }
}
.ie8 .con_system .box_system .left {
  padding: 0.5em 1em 0 0;
}
@media only screen and (max-width: 1024px) {
  .con_system .box_system .left {
    float: none;
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
  }
}
.con_system .box_system .left .st {
  display: inline-block;
  font-size: 158%;
  padding: 0.2em 1.5em;
  border-radius: 1em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_system .box_system .left .st {
    padding: 0.2em 1em;
    letter-spacing: 0;
  }
}
@media print {
  .con_system .box_system .left .st {
    padding: 0.2em 1em;
    letter-spacing: 0;
  }
}
.ie8 .con_system .box_system .left .st {
  padding: 0.2em 1em;
  letter-spacing: 0;
}
.con_system .box_system .left .st.pt01 {
  background-color: #c2dce5;
}
.con_system .box_system .left .st.pt02 {
  background-color: #d9ca94;
}
.con_system .box_system .left .st.pt03 {
  background-color: #b6d28d;
}
.con_system .box_system .left .st.pt04 {
  background-color: #e3e597;
}
.con_system .box_system .left .st.pt05 {
  background-color: #eeeded;
}
.con_system .box_system .left .ic {
  margin-top: 2.5em;
}
@media only screen and (max-width: 1024px) {
  .con_system .box_system .left .ic {
    margin-top: 1em;
  }
}
.con_system .box_system .left .st_txt {
  margin-top: 1em;
  line-height: 3em;
}
.con_system .box_system .left .st_txt .txt01 {
  font-size: 129%;
}
.con_system .box_system .left .st_txt .txt02 {
  font-size: 158%;
}
.con_system .box_system .left .st_txt .txt03 {
  font-size: 172%;
}
.con_system .box_system .right {
  float: right;
  width: 78%;
  padding: 0 0 2em 4em;
  border-left: 1px solid #999;
}
@media only screen and (max-width: 1024px) {
  .con_system .box_system .right {
    float: none;
    width: 100%;
    padding: 1em 0 0 0;
    border-left: none;
  }
}
.con_system .box_system .right .bn {
  margin-bottom: 1.5em;
  text-align: right;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}
@media only screen and (max-width: 1024px) {
  .con_system .box_system .right .bn {
    text-align: center;
  }
}
.con_system .box_system .right .bn:hover {
  opacity: .7;
}
.con_system .box_system .right .btn_brown {
  margin: 1em 0 1em auto;
  padding-right: .5em;
}
.con_system .box_system .right table {
  width: 100%;
  padding: 10px 0 5px;
  border: 1px solid #e1dcc5;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.con_system .box_system .right table tr th, .con_system .box_system .right table tr td {
  width: 33.33333%;
  width: calc(100% / 4);
}
.con_system .box_system .right table tr th.ticket, .con_system .box_system .right table tr td.ticket {
  width: 50%;
}
.con_system .box_system .right table tr th.nb, .con_system .box_system .right table tr td.nb {
  border-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right table tr th.sp_small, .con_system .box_system .right table tr td.sp_small {
    padding: 0.7em 0;
  }
}
.con_system .box_system .right table tr th {
  padding: 0.7em 1em 0.7em 2em;
  font-size: 108%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right table tr th {
    padding: 0.7em 0;
    text-align: center;
  }
}
.con_system .box_system .right table tr td {
  padding: 0.7em 1em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_system .box_system .right table tr td {
    padding: 0.7em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right table tr td {
    padding: 0.7em 0.5em;
  }
}
.con_system .box_system .right table tr td .main {
  font-size: 143%;
  font-weight: bold;
}
.con_system .box_system .right table tr td .txt_notice {
  border-radius: 1em;
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  padding: 2px 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right table tr td .txt_notice {
    font-size: 77%;
    width: 100%;
  }
}
.con_system .box_system .right table tr td .txt_notice_blue {
  background: #c2dce5;
  color: #227a9c;
  margin: 0 1em 5px 0;
}
.con_system .box_system .right table tr td .txt_notice_red {
  background: #f8cdc7;
  color: #9c3022;
  margin: 1em 1em 5px 0;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right table tr td .txt_notice_red {
    margin: 1em 0 0;
  }
}
.con_system .box_system .right table tr .st {
  padding: 0.4em 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right table tr .st {
    font-size: 93%;
  }
}
.con_system .box_system .right table tr .st span:not(.main) {
  color: #9c3022;
}
.con_system .box_system .right table tr .st.one {
  padding-top: 1em;
  padding-bottom: 1em;
}
.con_system .box_system .right table tr .st.pt01 {
  background-color: #c2dce5;
}
.con_system .box_system .right table tr .st.pt02 {
  background-color: #e6f1d7;
}
.con_system .box_system .right table tr .st.pt03 {
  background-color: #d9ca94;
}
.con_system .box_system .right table tr:nth-child(2) th, .con_system .box_system .right table tr:nth-child(2) td {
  border-bottom: 1px solid #e1dcc5;
}
.con_system .box_system .right .txt {
  margin-top: .5em;
}
.con_system .box_system .right .txt span {
  color: #9c3022;
}
.con_system .box_system .right .box_card {
  margin-top: 2em;
  padding: 0.8em;
  background: #f7ebef url(../information/images/bg_noren.png) no-repeat top right;
}
.con_system .box_system .right .box_card .wrp_card {
  padding: 1.5em;
  border: 1px dotted #cec9b3;
  overflow: hidden;
}
.con_system .box_system .right .box_card .wrp_card .box_left, .con_system .box_system .right .box_card .wrp_card .box_center, .con_system .box_system .right .box_card .wrp_card .box_right {
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .box_card .wrp_card .box_left, .con_system .box_system .right .box_card .wrp_card .box_center, .con_system .box_system .right .box_card .wrp_card .box_right {
    float: none;
  }
}
.con_system .box_system .right .box_card .wrp_card .box_left {
  width: 34%;
  padding: 0 1.9em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .con_system .box_system .right .box_card .wrp_card .box_left {
    width: 39%;
    padding: 0 1.0em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .box_card .wrp_card .box_left {
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
  }
}
.con_system .box_system .right .box_card .wrp_card .box_left .box_txt {
  margin-bottom: 0.6em;
  text-align: center;
}
.con_system .box_system .right .box_card .wrp_card .box_left .box_txt .txt01 {
  font-size: 129%;
}
.con_system .box_system .right .box_card .wrp_card .box_left .box_txt .txt02 {
  font-size: 143%;
}
.con_system .box_system .right .box_card .wrp_card .box_left .box_txt .txt03 {
  font-size: 143%;
  color: #9c3022;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .box_card .wrp_card .box_left .img {
    text-align: center;
  }
}
.con_system .box_system .right .box_card .wrp_card .box_center {
  width: 21%;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .box_card .wrp_card .box_center {
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
  }
}
.con_system .box_system .right .box_card .wrp_card .box_right {
  width: 40%;
  padding-left: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .con_system .box_system .right .box_card .wrp_card .box_right {
    padding-left: 1.0em;
  }
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .box_card .wrp_card .box_right {
    width: 100%;
    padding: 0;
  }
}
.con_system .box_system .right .box_card .wrp_card .inner {
  display: table;
  width: 100%;
}
.con_system .box_system .right .box_card .wrp_card .inner .wrp {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.con_system .box_system .right .box_card .wrp_card .inner .wrp p {
  padding: 3.0em 0;
  border-radius: 10em;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 2px 2px 0px 0px #d9bcd9;
  -moz-box-shadow: 2px 2px 0px 0px #d9bcd9;
  -webkit-box-shadow: 2px 2px 0px 0px #d9bcd9;
}
@media only screen and (max-width: 1024px) {
  .con_system .box_system .right .box_card .wrp_card .inner .wrp p {
    padding: 2.0em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .box_card .wrp_card .inner .wrp p {
    border-radius: 1em;
    padding: 1.0em 0;
  }
}
.con_system .box_system .right .box_card .wrp_card .inner .wrp p .txt01 {
  font-size: 115%;
}
.con_system .box_system .right .box_card .wrp_card .inner .wrp p .txt02 {
  font-size: 179%;
  font-weight: bold;
}
.con_system .box_system .right .box_card .wrp_card .inner .wrp p .txt03 {
  font-size: 108%;
  font-weight: bold;
}
.con_system .box_system .right .box_card .wrp_card .inner .wrp p .txt_blue {
  color: #3b60af;
}
.con_system .box_system .right .box_card .wrp_card .inner .wrp ul {
  text-align: left;
}
.con_system .box_system .right .box_card .wrp_card .inner .wrp ul li {
  font-size: 129%;
  line-height: 2.2em;
  margin-bottom: 1%;
  padding: .4em 1em;
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 2px 2px 0px 0px #d9bcd9;
  -moz-box-shadow: 2px 2px 0px 0px #d9bcd9;
  -webkit-box-shadow: 2px 2px 0px 0px #d9bcd9;
}
@media only screen and (max-width: 1024px) {
  .con_system .box_system .right .box_card .wrp_card .inner .wrp ul li {
    font-size: 115%;
  }
}
.con_system .box_system .right .box_card .wrp_card .inner .wrp ul li i {
  color: #bf6565;
  font-size: 129%;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .box_card .wrp_card .inner .wrp ul li i {
    display: block;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .box_card .wrp_card .inner .wrp ul li {
    line-height: 1.5em;
    text-align: center;
  }
}
.con_system .box_system .right .inner_other {
  overflow: hidden;
  margin-bottom: 15px;
}
.con_system .box_system .right .inner_other .box_other {
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other {
    float: none;
  }
}
.con_system .box_system .right .inner_other .box_other.left_other {
  width: 64%;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other.left_other {
    width: 100%;
  }
}
.con_system .box_system .right .inner_other .box_other.left_other span {
  left: 38%;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other.left_other span {
    left: 30%;
  }
}
.con_system .box_system .right .inner_other .box_other.right_other {
  width: 36%;
  padding: 0 0.5em 0 2em;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other.right_other {
    width: 100%;
    padding: 0;
  }
}
.con_system .box_system .right .inner_other .box_other.right_other span {
  left: 26%;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other.right_other span {
    left: 28%;
  }
}
.con_system .box_system .right .inner_other .box_other .st_other {
  margin-bottom: 2em;
  padding-top: 0.8em;
  border-bottom: 1px solid #999;
  position: relative;
}
.con_system .box_system .right .inner_other .box_other .st_other span {
  display: inline-block;
  padding: 0 0.7em;
  font-size: 143%;
  background-color: #fff;
  position: absolute;
  bottom: -0.8em;
}
.con_system .box_system .right .inner_other .box_other .wrp_other {
  overflow: hidden;
}
.con_system .box_system .right .inner_other .box_other .wrp_other .other {
  float: left;
  width: 50%;
}
.con_system .box_system .right .inner_other .box_other .wrp_other .other:first-child {
  padding-right: 0.3em;
}
.con_system .box_system .right .inner_other .box_other .wrp_other .other:last-child {
  padding-left: 0.3em;
}
.con_system .box_system .right .inner_other .box_other .wrp_other .title_other {
  padding: 0.5em 1em;
  background-color: #eeeded;
  text-align: center;
  font-size: 129%;
}
.con_system .box_system .right .inner_other .box_other .wrp_other .txt01_other {
  padding: 1em 0 0 1em;
  line-height: 2.5em;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other .wrp_other .txt01_other {
    padding: 1em 0.5em;
    line-height: 1.5em;
  }
}
.con_system .box_system .right .inner_other .box_other .wrp_other .txt01_other .txt_notice {
  background: #f8cdc7;
  border-radius: 1em;
  color: #9c3022;
  font-size: 87%;
  font-weight: bold;
  margin: 5px 0 5px 1em;
  padding: 0 .75em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other .wrp_other .txt01_other .txt_notice {
    font-size: 77%;
    margin: 5px auto 1em;
  }
}
.con_system .box_system .right .inner_other .box_other .wrp_other .txt01_other .txt_notice_blue {
  background: #c2dce5;
  color: #227a9c;
}
.con_system .box_system .right .inner_other .box_other .wrp_other .txt01_other .txt_notice_red {
  background: #f8cdc7;
  color: #9c3022;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other .wrp_other .txt01_other .txt_notice_red {
    margin: 1em 0 0;
  }
}
.con_system .box_system .right .inner_other .box_other .wrp_other .txt02_other {
  margin: 1em 0 1.5em;
  padding: 1em 2em 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other .wrp_other .txt02_other {
    margin: 1em 0;
    padding: 0 1em;
  }
}
.con_system .box_system .right .inner_other .box_other .wrp_other .txt02_other .txt01 {
  font-size: 143%;
  font-weight: bold;
}
.con_system .box_system .right .inner_other .box_other .wrp_other .txt02_other .txt_notice {
  border-radius: 1em;
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  padding: 2px 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other .wrp_other .txt02_other .txt_notice {
    font-size: 77%;
    width: 100%;
  }
}
.con_system .box_system .right .inner_other .box_other .wrp_other .txt02_other .txt_notice_blue {
  background: #c2dce5;
  color: #227a9c;
  margin: 0 1em 5px 0;
}
.con_system .box_system .right .inner_other .box_other .wrp_other .txt02_other .txt_notice_red {
  background: #f8cdc7;
  color: #9c3022;
  margin: 1em 1em 5px 0;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other .wrp_other .txt02_other .txt_notice_red {
    margin: 1em 0 0;
  }
}
.con_system .box_system .right .inner_other .box_other .wrp_other .txt_s_other {
  padding: 0 2em;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .right .inner_other .box_other .wrp_other .txt_s_other {
    padding: 0 0.5em;
  }
}
.con_system .box_system .member {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .member {
    display: none;
  }
}
.con_system .box_system .member img:hover {
  opacity: 0.7;
}
.con_system .box_system .member_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_system .box_system .member_sp {
    display: block;
  }
  .con_system .box_system .member_sp a {
    display: block;
  }
}

/* -----------------------------------------------------------
	.con_time
----------------------------------------------------------- */
.con_time {
  padding: 4em 0 6em;
  background-color: #f0efea;
}
@media only screen and (max-width: 767px) {
  .con_time {
    padding: 4em 0 0;
  }
}
.con_time .box_time .st_l {
  margin-bottom: 15px;
  font-size: 200%;
  color: #1b1b1b;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.2em;
  padding-top: 1.2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_time .box_time .st_l {
    font-size: 179%;
  }
}
.con_time .box_time .st_l span {
  overflow: hidden;
  padding: 0 1em 15px;
  background: url(../images/common/bg_st_l.png) center bottom repeat-x;
  margin-right: -.2em;
  letter-spacing: .2em;
}
@media only screen and (max-width: 767px) {
  .con_time .box_time .st_l span {
    margin-right: 0;
    letter-spacing: .05em;
  }
}
.con_time .box_time .st_l:before {
  content: "\f017";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.3em;
}
.con_time .box_time .next {
  text-align: center;
}
.con_time .box_time .next .st, .con_time .box_time .next .txt {
  display: inline-block;
  padding: 0.5em 1.5em;
  font-size: 129%;
  letter-spacing: 0.17em;
}
@media only screen and (max-width: 767px) {
  .con_time .box_time .next .st, .con_time .box_time .next .txt {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    letter-spacing: 0;
  }
}
.con_time .box_time .next .st {
  background-color: #d9ca94;
}
.con_time .box_time .next .txt {
  background-color: #fff;
}
.con_time .box_time .wrp_time {
  overflow: hidden;
  margin-top: 2em;
}
.con_time .box_time .wrp_time .inner {
  float: left;
  width: 33.33333%;
  width: calc(100% / 3);
  padding: 0 3em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_time .box_time .wrp_time .inner {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_time .box_time .wrp_time .inner {
    float: none;
    width: 100%;
    margin-bottom: 5em;
    padding: 0;
  }
}
.con_time .box_time .wrp_time .inner .st_m {
  margin-top: 30px;
  font-size: 172%;
  color: #1b1b1b;
  font-weight: normal;
  padding-bottom: 1.2em;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .con_time .box_time .wrp_time .inner .st_m {
    font-size: 158%;
  }
}
.con_time .box_time .wrp_time .inner .st_m span {
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  margin-right: -.1em;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_time .box_time .wrp_time .inner .st_m span {
    margin-right: 0;
    letter-spacing: .05em;
  }
}
.con_time .box_time .wrp_time .inner .st_m span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 27px;
  height: 4px;
  background: url(../images/common/bg_st_m.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_time .box_time .wrp_time .inner .st_m {
    padding-bottom: 0.5em;
  }
}
.con_time .box_time .wrp_time .inner .st_m em {
  font-weight: normal;
  font-size: 70%;
}
.con_time .box_time .wrp_time .inner .main {
  margin: 1.1em 0 1em;
  font-size: 172%;
  font-weight: bold;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .con_time .box_time .wrp_time .inner .main {
    margin: 0.7em 0;
  }
}
.con_time .box_time .wrp_time .inner .sub {
  font-size: 108%;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  padding: 4em 0;
}
@media only screen and (max-width: 767px) {
  .con_access {
    padding-bottom: 0;
  }
}
.con_access .st_l {
  margin-bottom: 15px;
  font-size: 200%;
  color: #1b1b1b;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em;
  padding-top: 1.2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_access .st_l {
    font-size: 179%;
  }
}
.con_access .st_l span {
  overflow: hidden;
  padding: 0 1em 15px;
  background: url(../images/common/bg_st_l.png) center bottom repeat-x;
  margin-right: -.2em;
  letter-spacing: .2em;
}
@media only screen and (max-width: 767px) {
  .con_access .st_l span {
    margin-right: 0;
    letter-spacing: .05em;
  }
}
.con_access .st_l:before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.3em;
}
.con_access .txt {
  margin-bottom: 2em;
  font-size: 129%;
  text-align: center;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  .con_access .txt {
    font-size: 115%;
  }
}
.con_access .box_map {
  width: 100%;
  height: 370px;
  margin-bottom: 5em;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_access .box_map {
    height: auto;
  }
}
.con_access .box_map #map {
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_access .box_map #map {
    height: 370px;
  }
}
.con_access .box_map .wrp_map {
  display: table;
  position: absolute;
  top: 0;
  left: 11%;
  height: 100%;
  padding: 1em 3em;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1024px) {
  .con_access .box_map .wrp_map {
    position: static;
    display: block;
    padding: 1em;
    background-color: #fafafa;
  }
}
.con_access .box_map .wrp_map .inner {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .con_access .box_map .wrp_map .inner {
    display: table;
    width: 100%;
  }
}
.con_access .box_map .wrp_map .inner .img {
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_map .wrp_map .inner .img {
    display: table-cell;
    width: 30%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map .wrp_map .inner .img {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .con_access .box_map .wrp_map .inner .img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_map .wrp_map .inner .wrp {
    display: table-cell;
    width: 70%;
    padding-left: 2em;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map .wrp_map .inner .wrp {
    display: block;
    width: 100%;
  }
}
.con_access .box_map .wrp_map .inner .wrp .st {
  margin-bottom: 0.7em;
}
.con_access .box_map .wrp_map .inner .wrp .st .sub {
  padding-right: 0.5em;
  font-size: 108%;
}
.con_access .box_map .wrp_map .inner .wrp .st .main {
  font-size: 129%;
}
.con_access .box_route {
  width: 90%;
  margin: 0 auto 4em;
}
@media only screen and (max-width: 1024px) {
  .con_access .box_route {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_route {
    margin-bottom: 2.5em;
  }
}
.con_access .box_route .st_route {
  margin-bottom: 4em;
  padding-top: 2.8em;
  text-align: center;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_access .box_route .st_route {
    margin-bottom: 2em;
  }
}
.con_access .box_route .st_route:before {
  content: "\f1b9";
  font-family: "FontAwesome";
  font-size: 129%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5em;
}
.con_access .box_route .st_route.jr:before {
  content: "\f238";
}
.con_access .box_route .st_route.bus:before {
  content: "\f207";
}
.con_access .box_route .st_route.air:before {
  content: "\f1d8";
}
.con_access .box_route .st_route .jp {
  display: block;
  margin-bottom: 0.3em;
  font-size: 122%;
}
.con_access .box_route .st_route .en {
  display: block;
  color: #d9c681;
  letter-spacing: 0.15em;
}
.con_access .box_route .wrp_route {
  margin-bottom: 1.8em;
}
.con_access .box_route .wrp_route .img_route {
  margin-bottom: 2em;
}
.con_access .box_route .wrp_route .sp_route {
  margin-bottom: 0.5em;
}
.con_access .box_route .wrp_route .sp_route .start {
  padding: 0.8em 1em;
  background-color: #333;
  color: #fff;
  position: relative;
}
.con_access .box_route .wrp_route .sp_route .start:before {
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  content: '▼';
  vertical-align: middle;
  padding-right: 1em;
  font-size: 86%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.8em;
}
.con_access .box_route .wrp_route .sp_route .start.active:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.con_access .box_route .wrp_route .sp_route .start .sub {
  padding: 0.3em 0.5em;
  background-color: #613824;
}
.con_access .box_route .wrp_route .sp_route .start .main {
  padding: 0.3em 0.5em;
}
.con_access .box_route .wrp_route .sp_route .inner {
  display: none;
  padding-bottom: 3em;
}
.con_access .box_route .wrp_route .sp_route .inner .route {
  padding-left: 0.7em;
}
.con_access .box_route .wrp_route .sp_route .inner .route span {
  display: block;
  padding: 0.7em 1em;
  border-left: 5px solid #f0efea;
}
.con_access .box_route .wrp_route .sp_route .inner .route span i {
  padding-right: 0.5em;
}
.con_access .box_route .wrp_route .sp_route .inner .point {
  padding: 0.5em 1em;
  border: 3px solid #d3d1c7;
}
.con_access .box_route .wrp_route .sp_route .inner .goal {
  padding: 0.8em 1em;
  background-color: #b59534;
  color: #fff;
}
.con_access .box_route .wrp_route .txt_route {
  font-size: 108%;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  .con_access .box_route .wrp_route .txt_route {
    margin-top: 2em;
    font-size: 100%;
  }
}
.con_access .box_route .box_parking {
  width: 49%;
  padding: 1em 2.5em;
  border: 1px solid #959595;
  display: table;
}
@media only screen and (max-width: 1024px) {
  .con_access .box_route .box_parking {
    width: 100%;
  }
}
.con_access .box_route .box_parking .st_p {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_access .box_route .box_parking .st_p {
    display: block;
    width: 100%;
  }
}
.con_access .box_route .box_parking .txt_p {
  display: table-cell;
  width: 67%;
}
@media only screen and (max-width: 767px) {
  .con_access .box_route .box_parking .txt_p {
    display: block;
    width: 100%;
  }
}
