@charset "utf-8";
.main_title {
  text-align: center;
  font-size: 38px;
  line-height: 1.4em;
  color: #897d55;
  font-weight: 500;
  margin: 0 0 45px;
  padding: 0;
}
.cts_title {
  text-align: center;
  font-size: 28px;
  line-height: 1.4em;
  color: var(--mainColor);
  font-weight: 500;
  margin: 0 0 50px;
  padding: 0;
}

#map .wrap {
  padding: 50px 0 0;
}
#map .wrap.btm {
  padding: 55px 0 90px;
}
#map .map_wrap {
  width: 100%;
  padding: 0;
}
#map .map_wrap iframe {
  width: 100%;
  height: 600px;
}
#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);
}
#map .add a {
  color: var(--mainColor);
  text-decoration: none;
}
#map .add span {
  font-size: 14px;
  line-height: 1.8em;
}
#map .btn_wrap {
  margin: 50px 0 40px;
}
#map .images {
  text-align: center;
  margin: 60px 0 100px;
}
section.contents {
  background: #f0f0dc;
  padding: 60px 0 0 0;
}
section.contents .wrap {
  background: #fff;
  padding: 50px 0;
}
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));
}
section.contents .cts_wrap .cts_box.full_width {
  width: 100%;
}
section.contents .cts_wrap .cts_box h3 {
  width: 100%;
  min-height: 68px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  padding: 5px 10px;
  margin: 0 0 25px;
  background: var(--mainColor);
}
section.contents .cts_wrap .cts_box h3 span {
  font-size: 16px;
  display: contents;
}
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 .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 .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.full_width .inner .cts {
  width: calc((100% - 40px*2)/3);
}
section.contents .cts_wrap .cts_box p {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.4em;
}
section.contents .cts_wrap .cts_box p span {
  font-size: 20px;
  line-height: 1.4em;
}
section.contents .cts_wrap .cts_box p {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.4em;
}
section.contents .cts_wrap .cts_box p.caution {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 1em;
}
#train {
  padding-top: 100px;
}
#airport {
  padding-bottom: 160px;
}
#lower main > section#airport .wrap {
  padding-bottom: 50px!important;
}
#car .bdr_box {
  border: 1px solid var(--mainColor);
  width: 100%;
  padding: 50px;
  gap: 40px;
}
#car .bdr_box .half_box {
  width: calc((100% - 40px)/2);
}
#car .bdr_box .half_box h4 {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 0 10px;
  color: var(--mainColor);
}
#car .bdr_box .half_box p {
  font-size: 16px;
  line-height: 1.8em;
  color: var(--mainColor);
  letter-spacing: -.05em;
}
#car a.btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  color: inherit;
}
#car 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);
}
#airport .cts_box.full_width .inner .cts h4 {
  font-size: 18px;
  line-height: 1.4em;
  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);
}
#airport .cts_box.full_width .inner .cts p.caution {
  font-size: 14px;
  line-height: 1.8em;
}
#airport 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;
}
#airport 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);
}
#airport .time_table {
  width: 100%;
  display: inline-block;
  margin: 30px 0 0 0;
}
#airport .time_table table {
  width: 100%;
}
#airport .time_table table th,
#airport .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);
}
#airport .time_table table th {
  background: #fafaf4;
}
#airport .time_table table th:first-child,
#airport .time_table table td:first-child {
  border-left: none;
}
#airport .time_table table th:last-child,
#airport .time_table table td:last-child {
  border-right: none;
}





/* ========================================================================================================
   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;
  }
  section.contents {
    padding: 40px 0 0 0;
  }
  #train {
    padding-top: 60px;
  }
  section.contents .cts_wrap .cts_box .inner,
  section.contents .cts_wrap {
    gap: 40px;
  }
  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 .cts_wrap .cts_box h3 {
    font-size: 16px;
    padding: 10px;
    margin: 0 0 20px;
    min-height: 55px;
  }
  section.contents .cts_wrap .cts_box h3 span {
    font-size: 14px;
  }
  section.contents .cts_wrap .cts_box,
  section.contents .cts_wrap .cts_box.min_width,
  section.contents .cts_wrap .cts_box.half_width {
    width: 100%;
  }
  #car .bdr_box {
    padding: 20px;
    gap: 20px;
  }
  #car .bdr_box .half_box {
    width: 100%;
  }
  section.contents .cts_wrap .cts_box p span,
  #car .bdr_box .half_box h4 {
    font-size: 16px;
  }
  section.contents .cts_wrap .cts_box p,
  #car .bdr_box .half_box p,
  #airport .cts_box.full_width .inner .cts p {
    font-size: 13px;
  }
  section.contents .cts_wrap .cts_box p.caution,
  #airport .cts_box.full_width .inner .cts p.caution {
    font-size: 11px;
  }
  #airport .cts_box.full_width .inner .cts h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  #airport a.btn {
    font-size: 14px;
    line-height: 1.4em;
  }
  #airport 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);
  }
  #airport .time_table {
    margin: 20px 0 0 0;
  }
  #airport .time_table table th,
  #airport .time_table table td {
    font-size: 12px;
    padding: 10px 5px;
  }
  section.contents .wrap {
    padding: 30px 0;
  }
  #airport {
    padding-bottom: 120px;
  }
  #lower main > section#airport .wrap {
    padding-bottom: 30px!important;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}