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

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

#location .article-header {
  text-align: center;
  padding-bottom: 120rem;
}

#location .article-header .title {
  position: relative;
  font-size: 24rem;
  line-height: 1.8;
  color: #547BA8;
  font-weight: normal;
  padding-bottom: 53rem;
  margin-bottom: 45rem;
}

#location .article-header .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #547BA8;
}

#location .article-header .lead {
  font-size: 22rem;
  line-height: 1.6;
  padding-bottom: 44rem;
}

#location .article-header .text {
  font-size: 16rem;
  line-height: 2;
  padding-bottom: 73rem;
}

#location .article-header .images {
  position: relative;
  max-width: 960px;
  margin: auto;
}

#location .article-header .images::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 90rem;
  background-color: #547BA8;
  margin-top: -45rem;
}

#location .places {
  padding: 190rem 0;
  background-color: #A7B8DB;
}

#location .places .box {
  display: flex;
  justify-content: space-between;
}

#location .places .texts {
  position: relative;
  padding: 34rem 38rem 79rem;
  background: url(../images/location/section01-01-02.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 2;
}

#location .places .name {
  position: relative;
  padding-left: 30rem;
  font-size: 20rem;
  line-height: 1.4;
  margin-bottom: 6rem;
}

#location .places .name .num {
  position: absolute;
  top: 50%;
  left: 0rem;
  width: 21rem;
  height: 21rem;
  transform: translateY(-50%);
  background-color: #ED8F17;
  border-radius: 50%;
  color: #fff;
  font-size: 15rem;
  line-height: 19rem;
  text-align: center;
}

#location .places .distance {
  font-size: 14rem;
  line-height: 1.8;
  padding-bottom: 18rem;
}

#location .places .lead {
  font-size: 16rem;
  line-height: 1.5;
  padding-bottom: 13rem;
}

#location .places .text {
  font-size: 14rem;
  line-height: 1.5;
}

#location .places .items {
  position: relative;
  box-sizing: border-box;
}

#location .places .box01 {
  padding-bottom: 86rem;
}

#location .places .item01 {
  width: 46%;
}

#location .places .item01 .texts {
  margin-left: 32%;
  margin-right: 5%;
  margin-bottom: -60rem;
}

#location .places .item02 {
  width: 54%;
  padding-right: 12%;
}

#location .places .item02 .images {
  margin-left: 32%;
}

#location .places .item02 .texts {
  margin-left: 12%;
  margin-top: -60rem;
  margin-right: 20%;
  padding: 55rem 38rem 55rem;
  background-image: url(../images/location/section01-02-02.png);
}

#location .places .item03 {
  margin: 0 auto;
  padding-top: 70rem;
  padding-bottom: 95rem;
  width: 70%;
}

#location .places .item03 .images {
  margin-left: 40%;
}

#location .places .item03 .texts {
  position: absolute;
  width: 42%;
  top: 0;
  left: 0;
  background-image: url(../images/location/section01-03-02.png);
}

#location .places .item04 {
  padding-bottom: 95rem;
  width: 88%;
}

#location .places .item04 .images {
  margin-right: 35%;
}

#location .places .item04 .texts {
  position: absolute;
  width: 36%;
  top: 15%;
  right: 0;
  background-image: url(../images/location/section01-04-02.png);
}

#location .places .item05 {
  padding-bottom: 95rem;
  margin-left: 13%;
}

#location .places .item05 .images {
  margin-left: 35%;
}

#location .places .item05 .texts {
  position: absolute;
  width: 36%;
  top: 15%;
  left: 0;
  background-image: url(../images/location/section01-05-02.png);
}

#location .places .item06 {
  margin: 0 auto;
  padding-top: 70rem;
  padding-bottom: 95rem;
  width: 70%;
}

#location .places .item06 .images {
  margin-right: 40%;
}

#location .places .item06 .texts {
  position: absolute;
  width: 39%;
  top: 0;
  right: 0;
  background-image: url(../images/location/section01-06-02.png);
}

#location .places .item07 {
  width: 46%;
}

#location .places .item07 .texts {
  margin-left: 32%;
  margin-right: 5%;
  margin-bottom: -60rem;
}

#location .places .item08 {
  width: 54%;
  padding-right: 12%;
}

#location .places .item08 .images {
  margin-left: 22%;
}

#location .places .item08 .texts {
  margin-left: 16%;
  margin-top: 20rem;
  margin-right: 20%;
  padding: 55rem 38rem 55rem;
  background-image: url(../images/location/section01-08-02.png);
}

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

#location .places .item09 {
  margin-left: 11%;
  margin-right: 3%;
}

#location .places .item09 .images {
  margin-left: 40%;
}

#location .places .item09 .texts {
  position: absolute;
  width: 39%;
  top: 12%;
  left: 0;
  background-image: url(../images/location/section01-09-02.png);
}

#location .others {
  padding: 120rem 0 40rem;
  background-color: #D0DCF2;
}

#location .others .header {
  position: relative;
  padding: 55rem 0 120rem;
  margin-bottom: 60rem;
  text-align: center;
}

#location .others .header::before, #location .others .header::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #547BA8;
  left: 50%;
  transform: translateX(-50%);
}

#location .others .header::before {
  top: 0;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
}

#location .others .header::after {
  bottom: 0;
  width: 1px;
  height: 80rem;
}

#location .others .header .title {
  font-weight: normal;
  font-size: 22rem;
  line-height: 1.4;
  color: #547BA8;
  padding-bottom: 55rem;
}

#location .others .header .text {
  font-size: 16rem;
  line-height: 1.8;
}

#location .others .sub-section {
  margin: 0 auto;
  width: 90%;
  max-width: 1000rem;
  padding-bottom: 90rem;
}

#location .others .sub-section .sub-title {
  font-size: 30rem;
  line-height: 1.4;
  text-align: center;
  color: #547BA8;
  font-weight: normal;
  padding-bottom: 15rem;
}

#location .others .sub-section .lead {
  font-size: 22rem;
  line-height: 1.6;
  text-align: center;
  color: #547BA8;
  padding-bottom: 40rem;
}

#location .others .sub-section .img-wrap {
  padding-bottom: 3rem;
}

#location .others .sub-section .img-wrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 10rem;
}

#location .others .sub-section .img-wrap li {
  margin-bottom: 4%;
}

#location .others .sub-section .annotation {
  font-size: 11rem;
  line-height: 1.7;
  text-align: right;
}

#location .others .sub-public .list01 li.image02 {
  margin-bottom: 2%;
}

#location .others .sub-public .list01 li.image03 {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

#location .others .sub-public .list01 li.image03 .imgs {
  width: 49%;
  position: relative;
}

#location .others .sub-public .list02 li.image06 {
  margin-bottom: auto;
}

@media (max-width: 768px) {
  #location .wrap {
    width: 90%;
  }
  #location .article-header {
    text-align: left;
    padding-bottom: 40rem;
  }
  #location .article-header .title {
    font-size: 22rem;
    padding-bottom: 88rem;
    margin-bottom: 50rem;
  }
  #location .article-header .title br {
    display: none;
  }
  #location .article-header .title::after {
    width: 10rem;
    height: 10rem;
  }
  #location .article-header .lead {
    line-height: 1.9;
  }
  #location .article-header .text {
    padding-bottom: 64rem;
  }
  #location .article-header .images {
    position: relative;
  }
  #location .article-header .images::after {
    height: 40rem;
    margin-top: -20rem;
  }
  #location .places {
    padding: 60rem 0;
  }
  #location .places .box {
    display: block;
  }
  #location .places .texts {
    position: relative;
    padding: 34rem 38rem 79rem;
    background-image: url(../images/location/section01-01-02-sp.png);
  }
  #location .places .name {
    padding-left: 30rem;
  }
  #location .places .distance {
    padding-bottom: 18rem;
  }
  #location .places .lead {
    padding-bottom: 13rem;
  }
  #location .places .box01 {
    padding-bottom: 0rem;
  }
  #location .places .item01 {
    padding-bottom: 25rem;
    margin: 0;
    width: auto;
  }
  #location .places .item01 .texts {
    margin-left: 5%;
    margin-right: 2%;
    margin-bottom: 10rem;
  }
  #location .places .item01 .images {
    margin-right: 25%;
  }
  #location .places .item02 {
    width: auto;
    padding-right: 0;
  }
  #location .places .item02 .images {
    margin-left: 25%;
  }
  #location .places .item02 .texts {
    margin-left: 5%;
    margin-right: 2%;
    margin-top: 10rem;
    padding: 55rem 38rem 55rem;
    background-image: url(../images/location/section01-02-02-sp.png);
  }
  #location .places .item03 {
    margin: 0 auto;
    padding-top: 30rem;
    padding-bottom: 40rem;
    width: auto;
  }
  #location .places .item03 .images {
    margin-left: 14%;
  }
  #location .places .item03 .texts {
    position: static;
    margin-left: 5%;
    margin-right: 2%;
    width: auto;
    background-image: url(../images/location/section01-03-02-sp.png);
  }
  #location .places .item04 {
    padding-bottom: 40rem;
    width: auto;
  }
  #location .places .item04 .images {
    margin-right: 0%;
  }
  #location .places .item04 .texts {
    position: static;
    width: auto;
    margin-left: 5%;
    margin-right: 2%;
    background-image: url(../images/location/section01-04-02-sp.png);
  }
  #location .places .item05 {
    padding-bottom: 40rem;
    margin-left: auto;
  }
  #location .places .item05 .images {
    margin-left: 22%;
  }
  #location .places .item05 .texts {
    position: static;
    width: auto;
    margin-left: 5%;
    margin-right: 2%;
    background-image: url(../images/location/section01-05-02-sp.png);
  }
  #location .places .item06 {
    margin: 0 auto;
    padding-top: 20rem;
    padding-bottom: 40rem;
    width: auto;
  }
  #location .places .item06 .images {
    margin-right: 0;
  }
  #location .places .item06 .texts {
    position: static;
    width: auto;
    margin-left: 5%;
    margin-right: 2%;
    background-image: url(../images/location/section01-06-02.png);
  }
  #location .places .item07 {
    padding-bottom: 25rem;
    width: auto;
  }
  #location .places .item07 .images {
    margin-right: 10%;
  }
  #location .places .item07 .texts {
    position: static;
    width: auto;
    margin-left: 5%;
    margin-right: 2%;
    margin-bottom: 10rem;
  }
  #location .places .item08 {
    width: auto;
    padding-right: 0;
  }
  #location .places .item08 .images {
    margin-left: 22%;
  }
  #location .places .item08 .texts {
    margin-top: 0rem;
    position: static;
    width: auto;
    margin-left: 5%;
    margin-right: 2%;
    background-image: url(../images/location/section01-08-02-sp.png);
  }
  #location .places .box02 {
    padding-bottom: 40rem;
  }
  #location .places .item09 {
    margin-left: auto;
    margin-right: auto;
  }
  #location .places .item09 .images {
    margin-left: 0;
  }
  #location .places .item09 .texts {
    position: static;
    width: auto;
    margin-left: 5%;
    margin-right: 2%;
    background-image: url(../images/location/section01-09-02-sp.png);
  }
  #location .others {
    padding: 70rem 0 40rem;
  }
  #location .others .header {
    padding: 55rem 0 120rem;
    margin-bottom: 40rem;
    text-align: left;
  }
  #location .others .header .title {
    line-height: 1.6;
    padding-bottom: 35rem;
  }
  #location .others .header .text br {
    display: none;
  }
  #location .others .sub-section {
    margin: 0 auto;
    width: 90%;
    max-width: 1000rem;
    padding-bottom: 90rem;
  }
  #location .others .sub-section .sub-title {
    text-align: left;
    padding-bottom: 35rem;
  }
  #location .others .sub-section .lead {
    text-align: left;
    padding-bottom: 40rem;
  }
  #location .others .sub-section .img-wrap {
    padding-bottom: 3rem;
    overflow: auto;
  }
  #location .others .sub-section .img-wrap .inner {
    width: 160vw;
  }
}

#location .life-info {
  text-align: center;
  padding-top: 100rem;
}

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

#location .life-info .tit {
  font-size: 30rem;
  line-height: 1.4;
  text-align: center;
  color: #547BA8;
  font-weight: normal;
  padding-bottom: 35rem;
}

#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: 14%;
  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: #547BA8;
  color: #fff;
}

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

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

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

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  min-height: 725px;
  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: #547BA8;
  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 {
    padding-top: 100rem;
  }
  #location .life-info .wrap {
    max-width: 1000px;
  }
  #location .life-info .tit {
    font-size: 30rem;
    text-align: left;
  }
  #location .life-info .title .note {
    width: 100%;
    text-align: center;
  }
  #location .life-info .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  #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 li:last-child {
    width: 100%;
  }
  #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 */
