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

#location .section-title {
  color: #968463;
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 15rem;
  margin-bottom: 55rem;
  position: relative;
}

#location .section-title::after, #location .section-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #968463;
  transform: translateY(-50%);
}

#location .section-title::before {
  width: 80rem;
  height: 3px;
}

#location .intro {
  padding-top: 90rem;
  padding-bottom: 120rem;
  text-align: center;
}

#location .intro .title {
  padding-bottom: 37rem;
  font-size: 20rem;
  line-height: 1.6;
  font-weight: normal;
}

#location .intro .lead {
  padding-bottom: 40rem;
  font-size: 16rem;
  line-height: 1.9;
}

#location .intro .image01 {
  margin: 0 auto;
  max-width: 680rem;
}

#location .intro .legends {
  display: flex;
  justify-content: center;
}

#location .intro .legends li {
  position: relative;
  padding: 5rem 0rem 5rem 15rem;
  margin-right: 20rem;
  font-size: 12rem;
}

#location .intro .legends li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #FF91A2;
}

#location .intro .legends li.legend02::before {
  background-color: #38577C;
}

#location .intro .legends li.legend03::before {
  background-color: #944717;
}

#location .intro .legends li.legend04::before {
  background-color: #888888;
}

#location .intro .legends li.legend05::before {
  background-color: #9F9744;
}

#location .intro .legends li.legend06::before {
  background-color: #339B61;
}

#location .sections {
  padding: 120rem 0;
}

#location .sections .section-top-image {
  margin-bottom: 125rem;
}

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

#location .sections .header .section-title {
  margin: 0 auto;
  max-width: 500rem;
  padding-bottom: 5rem;
  margin-bottom: 70rem;
}

#location .sections .header .lead {
  padding-bottom: 40rem;
  font-size: 20rem;
  line-height: 1.6;
}

#location .sections .header .text01 {
  font-size: 16rem;
  line-height: 1.9;
}

#location .sections .lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20rem;
}

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

#location .sections .lists .image {
  margin-bottom: 20rem;
}

#location .sections .lists .text01 {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 6rem;
  color: #968463;
  letter-spacing: 0;
}

#location .sections .lists .text01 .mini {
  font-size: 11rem;
  line-height: 1.5;
  color: #231815;
}

#location .sections .lists .text01 .mini.wh {
  color: #fff;
}

#location .sections .lists .text02 {
  font-size: 11rem;
  line-height: 1.5;
  padding-bottom: 5rem;
}

#location .sections .lists .text03 {
  font-size: 14rem;
  line-height: 1.8;
}

#location .sections .lists01 li {
  width: 394rem;
}

#location .sections .lists02 li {
  width: 185rem;
}

#location .section-shopping {
  padding-top: 0;
  background-color: #F0F0EF;
}

#location .section-medical {
  background-color: #F0F0EF;
  padding-bottom: 20rem;
}

#location .section-medical .lists02 {
  margin: 0 auto;
  max-width: 605rem;
}

#location .section-education {
  padding-top: 20rem;
  background-color: #F0F0EF;
}

#location .section-iidabashi {
  padding-top: 0rem;
  margin-bottom: 120rem;
  background-color: #575756;
  color: #fff;
}

#location .life-info .section-title {
  margin: 0 auto;
  max-width: 500rem;
  padding-bottom: 5rem;
  margin-bottom: 70rem;
  text-align: center;
}

#location .life-info {
  text-align: center;
}

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

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

#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 .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 .tabs {
  text-align: center;
  padding: 10px 0;
  font-size: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

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

#location .life-info .tabs a {
  display: block;
  color: #5D6970;
  background: rgba(134, 158, 209, 0.1);
  font-size: 14px;
  padding: 15px 0;
  transition: .3s;
}

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

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

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

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

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  min-height: 730px;
  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: #968463;
  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;
  }
}

#location .annotation,
#location .caption {
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 768px) {
  #location .section-title {
    padding-bottom: 10rem;
    margin-bottom: 44rem;
  }
  #location .wrap {
    width: 90%;
  }
  #location .intro {
    padding-top: 50rem;
    padding-bottom: 70rem;
  }
  #location .intro .title {
    padding-bottom: 37rem;
    font-size: 20rem;
    text-align: left;
  }
  #location .intro .lead {
    padding-bottom: 20rem;
    font-size: 16rem;
    text-align: left;
  }
  #location .intro .image01 {
    margin: 0 auto;
    width: 80%;
  }
  #location .intro .legends {
    flex-wrap: wrap;
  }
  #location .sections {
    padding: 80rem 0;
  }
  #location .sections .section-top-image {
    margin-bottom: 45rem;
  }
  #location .sections .header {
    text-align: left;
    padding-bottom: 80rem;
  }
  #location .sections .header .section-title {
    text-align: left;
    margin-bottom: 45rem;
  }
  #location .sections .header .lead {
    padding-bottom: 30rem;
    font-size: 20rem;
  }
  #location .sections .lists {
    gap: 0rem;
  }
  #location .sections .lists li {
    padding-bottom: 30rem;
  }
  #location .sections .lists .image {
    margin-bottom: 20rem;
  }
  #location .sections .lists .text01 {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 6rem;
  }
  #location .sections .lists .text02 {
    font-size: 11rem;
    line-height: 1.5;
    padding-bottom: 5rem;
  }
  #location .sections .lists .text03 {
    font-size: 14rem;
    line-height: 1.8;
  }
  #location .sections .lists01 li {
    width: 394rem;
  }
  #location .sections .left-throw {
    margin-left: 185rem;
    transition: margin-left 1s;
  }
  #location .sections .left-throw.on {
    margin-left: 0;
  }
  #location .sections .swipe-image {
    width: 70%;
    margin: 20px auto 0;
  }
  #location .sections .lists02 {
    width: 800rem;
    gap: 20rem;
  }
  #location .sections .lists02 li {
    width: 185rem;
    padding-bottom: 0;
    transform: translateY(0px);
    opacity: 1;
  }
  #location .section-shopping {
    padding-top: 0;
  }
  #location .section-medical {
    background-color: #F0F0EF;
    padding-bottom: 20rem;
  }
  #location .section-medical .lists02 {
    margin: 0 auto;
    max-width: inherit;
    width: 1230rem;
  }
  #location .section-education {
    padding-top: 20rem;
  }
  #location .section-iidabashi {
    padding-top: 0rem;
  }
  #location .life-info .logo {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  #location .life-info .title .note {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #location .life-info .section-title {
    margin: 0 auto;
    max-width: 500rem;
    padding-bottom: 5rem;
    margin-bottom: 70rem;
    text-align: center;
  }
}

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