@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
.main_title {
  color: #897d55!important;
}
.cts_title {
  text-align: center;
  font-size: 28px;
  line-height: 1.4em;
  color: var(--mainColor);
  font-weight: 500;
  margin: 0 0 50px;
  padding: 0;
}
.link_text {
  display: inline;
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background: url(../p_common/images/icon/link.png) no-repeat center right / 14px;
}

#map .wrap {
  padding: 50px 0 0;
}
#map .wrap.btm {
  padding: 55px 0 90px;
}
#map .map_wrap {
  width: 100%;
  padding: 0;
  text-align: center;
}
#map .map_wrap iframe {
  width: 100%;
  height: 600px;
}
#map .map_wrap img {
  width: 100%;
  height: auto;
}
#map h4 {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
#map h4 img {
  max-width: 272px;
}
#map .add {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
  color: var(--mainColor);
  margin: 40px 0 0 0;
}
#map .add a {
  color: var(--mainColor);
  text-decoration: none;
}
#map .add span {
  font-size: 14px;
  line-height: 1.8em;
}
#map .anc_link_list {
  margin: 60px auto 0;
  max-width: 480px;
}
section.contents {
  margin: 60px 0 0 0;
}
section.contents .wrap {
  background: #fff;
  padding: 50px 0;
}
section.contents .lead_txt {
  margin-bottom: 60px;
}
section.contents .cts_wrap {
  width: calc(100% - 40px);
  max-width: 890px;
  padding: 0;
  margin: 0 auto;
  gap: 60px 40px;
}
section.contents .cts_wrap .cts_box {
  width: calc(((100% - 40px)/3)*2);
}
section.contents .cts_wrap .cts_box.min_width {
  width: calc(((100% - 40px*2)/3)*1);
}
section.contents .cts_wrap .cts_box.half_width {
  width: calc(((100% - 40px)/2)*1);
}
section.contents .cts_wrap .cts_box.full_width {
  width: 100%;
}
section.contents .cts_wrap .cts_box h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  padding: 20px 10px;
  margin: 0 0 25px;
  background: var(--mainColor);
}
section.contents .cts_wrap .cts_box .inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  gap: 60px 40px;
}
section.contents .cts_wrap .cts_box .inner .cts {
  width: calc((100% - 40px)/2);
  position: relative;
}
section.contents .cts_wrap .cts_box .arrow {
  display: block;
  width: 134px;
  height: 44px;
  background: url(../p_common/images/access/arrow.png) no-repeat center / contain;
  margin: 0 auto;
}
section.contents .cts_wrap .cts_box .inner .cts.full_width {
  width: 100%!important;
}
section.contents .cts_wrap .cts_box .inner .cts.full_width:after {
  content: none!important;
}
section.contents .cts_wrap .cts_box.half_width .inner .cts:not(:last-of-type):after {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--mainColor);
  position: absolute;
  top: unset;
  right: unset;
  bottom: -30px;
  left: 0;
}
section.contents .cts_wrap .cts_box .inner .cts:not(:last-of-type):after,
section.contents .cts_wrap .cts_box.full_width .inner .cts:not(:last-of-type):after {
  content: '';
  width: 1px;
  height: 100%;
  background: var(--mainColor);
  position: absolute;
  top: 0;
  right: -20px;
}
section.contents .cts_wrap .cts_box.min_width .inner .cts,
section.contents .cts_wrap .cts_box.half_width .inner .cts {
  width: 100%;
}
section.contents .cts_wrap .cts_box .inner .cts,
section.contents .cts_wrap .cts_box.full_width .inner .cts {
  width: calc((100% - 40px*1)/2);
}
section.contents .cts_wrap .cts_box p {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.6em;
}
section.contents .cts_wrap .cts_box .strong {
  font-size: 18px;
  line-height: 1.6em;
}
section.contents .cts_wrap .cts_box p span {
  font-size: 20px;
  line-height: 1.6em;
}
section.contents .cts_wrap .cts_box p span.red {
  font-size: inherit;
  color: #CC4D27;
}
section.contents .cts_wrap .cts_box p {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.6em;
}
section.contents .cts_wrap .cts_box p.caution {
  font-size: 14px!important;
  line-height: 1.6em;
  margin-top: 1em;
}
.bgi_gradation {
  padding-top: 40px;
}
#park {
  padding-bottom: 80px;
}
section.contents .bdr_box {
  border: 1px solid var(--mainColor);
  width: 100%;
  padding: 50px;
  gap: 40px;
}
section.contents .bdr_box > div {
  width: 100%;
}
section.contents .bdr_box h4 {
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 5px;
  color: var(--mainColor);
}
section.contents .bdr_box p {
  font-size: 16px;
  line-height: 1.8em;
  color: var(--mainColor);
}
#airport .cts_box.full_width .inner .cts h4 {
  font-size: 18px;
  line-height: 1.6em;
  color: var(--mainColor);
  margin: 0 0 15px;
}
#airport .cts_box.full_width .inner .cts p {
  font-size: 16px;
  line-height: 1.8em;
  color: var(--mainColor);
}
section.contents .clr_box {
  background: #F0F0DC;
  width: 100%;
  padding: 50px;
  gap: 30px;
  align-items: center;
}
section.contents .clr_box .img {
  width: 345px;
}
section.contents .clr_box .cts {
  width: calc(100% - 345px - 30px);
}
section.contents .clr_box .cts .cts_title {
  text-align: left!important;
  margin-bottom: 10px!important;
}
section.contents .clr_box .cts a {
  text-decoration: none;
}
section.contents .clr_box .cts p {
  width: 100%;
  padding: 0 0 1em;
  margin: 0 0 1em;
  border-bottom: 1px solid var(--mainColor);
}
section.contents a.btn {
  display: inline-block;
  margin: 1.2em 0 0 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  color: inherit;
}
section.contents a.btn:after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--mainColor) url(../p_common/images/icon/link_wht.png) no-repeat center / 12px;
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%); */
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: bottom;
  transform: translate(0, 3px);
}
section.contents a.btn.pdf:after {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--mainColor) url(../p_common/images/icon/pdf_wht.png) no-repeat center / 20px auto;
  margin: 0 0 0 10px;
  transform: translate(0, 13px);
}
section.contents .time_table {
  width: 100%;
  display: inline-block;
  margin: 30px 0 0 0;
}
section.contents .time_table table {
  width: 100%;
}
section.contents .time_table table th,
section.contents .time_table table td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--mainColor);
  padding: 12px 10px;
  background: #fff;
  border: 1px solid var(--mainColor);
}
section.contents .time_table table th {
  background: #F0F0DC;
}
section.contents .time_table table td {
  font-weight: 400;
}
section.contents .time_table table th span.txt_sml,
section.contents .time_table table td span.txt_sml {
  font-size: 80%;
}
section.contents .time_table table th:first-child,
section.contents .time_table table td:first-child {
  border-left: none;
}
section.contents .time_table table th:last-child,
section.contents .time_table table td:last-child {
  border-right: none;
}
section#train.contents .bdr_box > div {
  gap: 40px;
}
section#train.contents .bdr_box > div .img_r {
  width: 288px;
}
section#train.contents .bdr_box > div .in_box {
  width: calc(100% - 288px - 40px);
}
section#train.contents .time_table {
  margin-top: 0;
}
section#train.contents .time_table table th {
  width: 344px;
}
section#train.contents .time_table table th.time {
  width: 100px;
}
section#train.contents .clr_box .img {
  width: 290px;
}
section#train.contents .clr_box .cts {
  width: calc(100% - 290px - 30px);
}
section#train.contents .clr_box .cts p {
  border: none;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
}
section#train.contents .clr_box .cts span {
  font-size: inherit;
}
section#train.contents .clr_box .cts a.btn {
  font-size: 18px;
  letter-spacing: -.06em;
  margin: 0 0 30px;
}


section#car.contents .time_table table th,
section#car.contents .time_table table td {
  text-align: left;
  padding: 12px 1.5em;
}
section#car.contents .time_table table td:before {
  content: '';
  display: block;
  height: 45px;
  float: left;
}
section#car.contents .time_table table td span {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 45px;
  justify-content: flex-start;
  align-items: center;
}


section#park.contents .cts .img {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
p.cap {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  margin: 5px 0 0 0;
  text-align: left;
}





/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .main_title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .cts_title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #map .wrap {
    padding: 20px 0 0;
  }
  #map .wrap.btm {
    padding: 40px 0 45px;
  }
  #map .map_wrap iframe {
    height: 360px;
  }
  #map .add {
    font-size: 14px;
  }
  #map .add span {
    font-size: 12px;
    line-height: 1.6em;
    display: inline-block;
  }
  #map .btn_wrap {
    margin: 30px 0 20px;
  }
  #map h4 {
    margin: 0 0 15px;
  }
  #map h4 img {
    max-width: 200px;
  }
  .bgi_gradation {
    padding-top: 20px;
  }
  section.contents {
    margin: 40px 0 0 0;
  }
  section.contents .cts_wrap .cts_box .inner,
  section.contents .cts_wrap {
    gap: 40px;
  }
  section.contents .cts_wrap .cts_box .inner .cts {
    text-align: center;
  }
  section.contents .cts_wrap .cts_box .arrow {
    width: 100px;
    height: 34px;
  }
  section.contents .cts_wrap .cts_box .inner .cts,
  section.contents .cts_wrap .cts_box.full_width .inner .cts {
    width: 100%;
  }
  section.contents .cts_wrap .cts_box .inner .cts:not(:last-of-type):after {
    width: 100%;
    height: 1px;
    top: unset;
    right: unset;
    left: 0;
    bottom: -20px;
  }
  section.contents .lead_txt {
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: left!important;
  }
  section.contents .cts_wrap .cts_box h3 {
    font-size: 16px;
    padding: 15px 10px;
    margin: 0 0 20px;
  }
  section.contents .cts_wrap .cts_box,
  section.contents .cts_wrap .cts_box.min_width,
  section.contents .cts_wrap .cts_box.half_width {
    width: 100%;
  }
  section.contents .bdr_box,
  section.contents .clr_box {
    padding: 50px 20px;
    gap: 20px;
  }
  section.contents .bdr_box .half_box {
    width: 100%;
  }
  section.contents .cts_wrap .cts_box p span,
  section.contents .bdr_box .half_box h4 {
    font-size: 16px;
  }
  section.contents .cts_wrap .cts_box p,
  section.contents .bdr_box .half_box p,
  section.contents .cts_box.full_width .inner .cts p {
    font-size: 14px;
  }
  section.contents .cts_wrap .cts_box p.caution,
  section.contents .cts_box.full_width .inner .cts p.caution {
    font-size: 12px;
  }
  section.contents .cts_box.full_width .inner .cts h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  section.contents a.btn {
    font-size: 14px;
    line-height: 1.4em;
  }
  section.contents a.btn:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: var(--mainColor) url(../p_common/images/icon/link_wht.png) no-repeat center / 8px;
    transform: translate(0, 0);
  }
  section.contents .time_table {
    margin: 20px 0 0 0;
  }
  section.contents .time_table table th,
  section.contents .time_table table td {
    font-size: 14px;
    padding: 10px 5px;
  }
  section.contents .wrap {
    padding: 50px 0;
  }
  #park {
    padding-bottom: 50px;
  }
  section.contents .clr_box .cts,
  section#train.contents .bdr_box > div .in_box,
  section#train.contents .clr_box .cts {
    width: 100%;
  }
  section.contents .clr_box .img,
  section#train.contents .clr_box .img,
  section#train.contents .bdr_box > div .img_r {
    width: 100%;
    text-align: center;
  }
  .scrl_wrap {
    width: 100%;
    margin: 0;
  }
  .scrl_wrap .scrl_inner {
    padding: 0 0 15px;
  }
  .scrl_wrap .time_table,
  .scrl_wrap img {
    /* min-width: 768px; */
  }
  .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #D9D9D9;
    border-radius: 5px;
    max-width: 372px;
    margin: 0 auto;
  }
  .simplebar-scrollbar {
    height: 10px;
    background: var(--mainColor);
    border-radius: 5px;
    top: 0;
  }
  section.contents .cts_wrap .cts_box .inner .cts:not(:last-of-type):after,
  section.contents .cts_wrap .cts_box.full_width .inner .cts:not(:last-of-type):after {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    top: unset;
    right: unset;
    left: 0;
    bottom: -15px;
  }
  section.contents .cts_wrap .cts_box.half_width .inner .cts:not(:last-of-type):after {
    background: #D9D9D9;
    bottom: -20px;
  }
  ul.number {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#train.contents .clr_box .cts a.btn {
    font-size: 20px;
    letter-spacing: 0;
  }
  section#train.contents .clr_box .cts a.btn:after {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--mainColor) url(../p_common/images/icon/link_wht.png) no-repeat center / 12px;
  }
  .link_text {
    padding: 0 15px 0 0;
    background: url(../p_common/images/icon/link.png) no-repeat center right / 12px;
  }
  section.contents .clr_box .cts p {
    border-bottom: 1px solid #D9D9D9;
  }
  p.cap {
    font-size: 12px;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}