@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#location .page-content {
  padding-bottom: 100rem;
}

#location .image,
#location .images {
  position: relative;
}

#location .header-text {
  margin-bottom: 0;
  padding-bottom: 170rem;
}

#location .header-text .images {
  margin: 0 auto;
  max-width: 800rem;
  padding-top: 80rem;
}

#location .sections {
  padding-bottom: 80rem;
}

#location .sections header {
  text-align: center;
  padding-bottom: 40rem;
}

#location .sections .title {
  font-size: 40rem;
  font-weight: normal;
  letter-spacing: 0;
}

#location .sections .lead {
  padding-top: 40rem;
  font-size: 20rem;
  line-height: 1.45;
}

#location .sections .lead.middle {
  width: 90%;
  margin: 0 auto;
  padding: 40rem 0 80rem;
  text-align: center;
}

#location .sections .text {
  padding-top: 33rem;
  font-size: 15rem;
  line-height: 1.8;
}

#location .sections .lists {
  display: flex;
  justify-content: left;
  gap: 0 2%;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 800rem;
}

#location .sections .lists li {
  width: 32%;
  padding-bottom: 40rem;
}

#location .sections .lists .name {
  font-size: 15rem;
  line-height: 1.4;
  padding: 11rem 0 5rem;
  text-align: center;
}

#location .sections .lists .detail {
  font-size: 11rem;
  line-height: 1.4;
  text-align: center;
}

#location .sections .lists.two-row {
  max-width: 530rem;
}

#location .sections .lists.two-row li {
  width: 48%;
}

#location .smart {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 900rem;
  padding: 40rem 0;
  background-color: #F3EEE6;
  border-radius: 8rem;
}

#location .smart .title {
  font-size: 40rem;
  line-height: 1.45;
  padding-bottom: 22rem;
  font-weight: normal;
  letter-spacing: 0;
}

#location .smart .lead {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 40rem;
}

#location .smart .images {
  margin: 0 auto 30rem;
  width: 90%;
  max-width: 320rem;
}

#location .smart .text {
  font-size: 15rem;
  line-height: 1.9;
}

@media (max-width: 768px) {
  #location .page-content {
    padding-bottom: 40rem;
  }
  #location .header-text {
    padding-bottom: 0;
  }
  #location .header-text .images {
    padding-top: 45rem;
  }
  #location .sections {
    padding-bottom: 40rem;
  }
  #location .sections header {
    padding-bottom: 40rem;
    text-align: left;
  }
  #location .sections .lead {
    padding-top: 35rem;
    font-size: 20rem;
    line-height: 1.45;
  }
  #location .sections .lead br {
    display: none;
  }
  #location .sections .lead.middle {
    width: 90%;
    margin: 0 auto;
    padding: 40rem 0 20rem;
    text-align: left;
  }
  #location .sections .text {
    padding-top: 33rem;
    font-size: 15rem;
  }
  #location .sections .swipe-img {
    margin: 0 auto;
    width: 90%;
  }
  #location .sections .lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: inherit;
    width: 430vw;
    padding-bottom: 20rem;
  }
  #location .sections .lists img {
    width: 100% !important;
  }
  #location .sections .lists li {
    width: 250rem;
    padding-bottom: 0rem;
  }
  #location .sections .lists.two-row {
    max-width: inherit;
    width: 285vw;
  }
  #location .sections .lists.two-row li {
    width: 250rem;
  }
  #location .sections.section-gourmet .lists.two-row {
    width: 141vw;
  }
  #location .sections.section-gourmet .lists.two-row li {
    width: 250rem;
  }
  #location .sections.section-financial .lists.two-row, #location .sections.section-medical .lists.two-row {
    width: 141vw;
  }
  #location .sections.section-financial .lists.two-row li, #location .sections.section-medical .lists.two-row li {
    width: 250rem;
  }
  #location .smart {
    padding: 40rem 4%;
    box-sizing: border-box;
    text-align: left;
  }
  #location .smart .title {
    font-size: 33rem;
    padding-bottom: 21rem;
  }
  #location .smart .lead {
    font-size: 20rem;
    padding-bottom: 40rem;
  }
  #location .smart .lead br {
    display: none;
  }
  #location .smart .images {
    margin: 0 auto 30rem;
    width: 100%;
    max-width: 320rem;
  }
  #location .smart .text {
    font-size: 15rem;
    line-height: 1.9;
  }
  #location .smart .text br {
    display: none;
  }
}

#location .life-info {
  text-align: center;
  padding: 80px 0;
}

#location .life-info .wrap {
  max-width: 1000px;
}

#location .life-info .tit {
  font-size: 40rem;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 40rem;
}

#location .life-info .tabs {
  text-align: center;
  font-size: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

#location .life-info .tabs li {
  display: inline-block;
  width: 16.5%;
  padding: 0 1px;
  box-sizing: border-box;
}

#location .life-info .tabs a {
  display: block;
  color: #005B80;
  border: 1px solid #005B80;
  font-size: 11px;
  padding: 15px 0;
  transition: .3s;
}

#location .life-info .tabs a.current {
  background: #005B80;
  color: #fff;
}

#location .life-info .tabs a:hover {
  color: #fff;
  background: #005B80;
  opacity: 1;
}

#location .life-info .title {
  width: 100%;
  display: inline-block;
}

#location .life-info .logo {
  width: 65%;
  float: left;
  text-align: right;
  font-size: 19px;
  line-height: 2;
  margin-bottom: 10px;
}

#location .life-info .logo:before {
  content: url(../images/location/map-logo.svg);
  margin-right: 10px;
  vertical-align: middle;
}

#location .life-info .title .note {
  width: 30%;
  font-size: 10px;
  float: right;
  text-align: left;
  line-height: 1.4;
  margin-top: 10px;
}

#location .life-info .maps {
  position: relative;
}

#location .life-info .googlemap {
  height: 582px;
  margin-right: 350px;
  background: #fff;
}

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  min-height: 582px;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  padding: 9px 10px;
  border-left: 1px solid #eee;
}

#location .life-info .list-wrapper ol {
  counter-reset: lis;
  display: none;
}

#location .life-info .list-wrapper ol.current {
  display: block;
}

#location .life-info .list-wrapper li {
  padding: 7px 10px 7px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}

#location .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #005B80;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  position: absolute;
}

#location .life-info .list-wrapper .minite {
  display: none;
  font-size: 10px;
  padding-top: 4px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  #location .life-info .tabs {
    padding: 0;
    margin-bottom: 15px;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 50%;
    margin-bottom: 2px;
  }
  #location .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #location .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #location .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
    border: none;
  }
  #location .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #location .life-info .list-wrapper li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #location .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

/*# sourceMappingURL=location.css.map */
