/** service **/
.service .title-section-sub {
  margin-bottom: 30px;
}

.local-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.local-nav .service-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc(100% / 3 - 14px);
  margin: 0 21px 20px 0;
  padding: 16px 5px;
  border: 1px solid #00495b;
  text-align: center;
  text-decoration: none;
  color: #00495b;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
}

.local-nav .service-button:nth-child(3n) {
  margin-right: 0;
}

.local-nav .service-button .icon {
  display: block;
  line-height: 1;
  font-size: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.local-nav .service-button .icon i:nth-child(2) {
  margin-left: 10px;
}

.local-nav .service-button .icon.-icon-s {
  font-size: 42px;
  padding-top: 3px;
}

.local-nav .service-button .icon.-icon-parking {
  font-size: 30px;
  padding-top: 10px;
}

.local-nav .service-button:hover {
  background: #00495b;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service-section {
  padding-top: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}

.service-section:first-child {
  margin-top: -20px;
}

.service-section .title-icon {
  position: relative;
  padding-left: 46px;
  margin: 0 0 25px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #00495b;
}

.service-section .title-icon i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0.001deg);
          transform: translateY(-50%) rotate(0.001deg);
  font-size: 29px;
}

.service-section .title-icon.-access {
  padding-left: 76px;
}

.service-section .access-icon {
  display: inline-block;
  width: 58px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-section .access-icon i {
  font-size: 23px;
  top: 0;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}

.service-section .access-icon i.icon-bicycle {
  font-size: 19px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.service-section .title-local {
  text-align: left;
  margin: 2.5em 0 1.2em;
}

.service-section table {
  width: 100%;
}

.service-section small {
  font-size: 0.857em;
}

.service-tbl {
  border-bottom: 1px solid #a3a3a3;
}

.service-tbl th, .service-tbl td {
  border-top: 1px solid #ccc;
  vertical-align: top;
  padding: 1.1em 1.4em;
  text-align: left;
}

.service-tbl th {
  background: #eef2f3;
  width: 150px;
  padding-left: 0.8em;
  padding-right: 0;
}

.service-tbl td tr:first-child td {
  border: none;
  padding-top: 0;
}

.service-tbl td tr:last-child td {
  padding-bottom: 0;
}

.service-tbl td td {
  padding: 1.1em 0;
  border-top-style: dashed;
}

.service-tbl td p {
  margin: 0;
}

.service-tbl td a {
  color: inherit;
}

.info-service span {
  display: inline-block;
  margin-right: 2em;
}

.info-service span i {
  font-style: normal;
  color: #00495b;
}

.info-tbl-inner td td {
  border: none;
  padding-top: 0.2em;
}

.info-tbl-inner td td small {
  display: inline-block;
}

.info-tbl-inner .size {
  width: 10.74em;
}

.info-place span {
  display: block;
  padding-left: 3.5em;
}

.atm-letter4 span {
  display: inline-block;
  width: 4em;
}

.atm-letter5 span {
  display: inline-block;
  width: 5em;
}

.atm-letter6 span {
  display: inline-block;
  width: 6em;
}

.tbl-inner-building td:first-child {
  white-space: nowrap;
  padding-right: 0.4em;
  width: 1%;
}

.tbl-inner-building:nth-child(2) tr td {
  padding-top: 1.1em !important;
  border-top: 1px dashed #ccc !important;
}

.baby-head {
  margin-bottom: 20px;
}

.baby-head:after {
  content: " ";
  display: table;
  clear: both;
}

.baby-head .text {
  float: left;
  width: 435px;
}

.baby-head .image {
  float: right;
  width: 250px;
  margin-top: -50px;
}

.service-text {
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 1.1em;
}

.taxfree-tbl-inner td:first-child {
  width: 6em;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /** service **/
  .service .title-section-sub {
    margin-bottom: 15px;
  }
  .local-nav {
    border-top: 1px solid #00495b;
    border-left: 1px solid #00495b;
  }
  .local-nav .service-button {
    width: 50%;
    margin: 0;
    padding: 16px 10px;
    border-left: none;
    border-top: none;
  }
  .local-nav .service-button .icon {
    font-size: 34px;
    height: 34px;
  }
  .local-nav .service-button .icon i:nth-child(2) {
    margin-left: 7px;
  }
  .local-nav .service-button .icon.-icon-s {
    font-size: 30px;
    padding-top: 2px;
  }
  .local-nav .service-button .icon.-icon-parking {
    font-size: 26px;
    padding-top: 6px;
  }
  .local-nav .service-button .icon.-icon-parking .icon-bicycle {
    font-size: 23px;
  }
  .service-section {
    font-size: 0.75rem;
  }
  .service-section .title-icon {
    padding-left: 30px;
    margin: 0 0 1.1em;
    font-size: 0.938rem;
  }
  .service-section .title-icon i {
    font-size: 20px;
  }
  .service-section .title-icon.-access {
    padding-left: 45px;
  }
  .service-section .access-icon {
    width: 35px;
    height: 25px;
  }
  .service-section .access-icon i {
    font-size: 15px;
  }
  .service-section .access-icon i.icon-bicycle {
    font-size: 12px;
  }
  .service-section .title-local {
    margin: 2.5em 0 1.2em;
    font-size: 0.813rem;
  }
  .service-section table {
    width: 100%;
  }
  .service-section small {
    font-size: 0.857em;
  }
  .service-tbl th, .service-tbl td {
    vertical-align: top;
    padding: 1.1em 1.4em;
  }
  .service-tbl th {
    width: 80px;
    padding-left: 0.8em;
  }
  .info-tbl-inner .size {
    width: 8em;
  }
  .baby-head .text {
    width: 46%;
  }
  .baby-head .image {
    width: 52%;
    margin-top: 0;
  }
}
