@charset "utf-8";

/* location.css */

.main .contents {
  padding-top: 50px;
}

/* mainVisual */

.mainVisual {
  position: relative;
  width: calc(100% - 100px);
  height: 22vw;
  max-height: 244px;
  margin: 0 auto;
}

.mainVisual .ph {
  position: absolute;
  top: 0;
  left: 10%;
  width: 90%;
  height: 100%;
  background: url("../img/location/mv_bg.jpg") right center no-repeat;
  background-size: cover;
  z-index: 1;
}

.mainVisual .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
  max-width: 543px;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.mainVisual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.mainVisual .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #fff;
}

.mainVisual .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 100%;
  background:
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  z-index: 2
}

.mainVisual .content {
  position: absolute;
  padding: 0 3% 0 0;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}

.mainVisual .mainTitle {
  color: #EB6D6C;
  margin: 0;
}


@media screen and (max-width: 1330px) {
  .main .contents {
    padding-top: 4vw;
  }
  .mainVisual {
    width: 92%;
  }
}

@media screen and (max-width: 1000px) {
  .mainVisual .mainLead {
    transform: scale(0.9);
    transform-origin: top left;
  }
}

@media screen and (max-width: 900px) {
  .mainVisual .mainLead {
    transform: scale(0.85);
  }
}

@media screen and (max-width: 768px) {
  .main .contents {
    padding-top: 0;
  }
  .mainVisual {
    position: relative;
    width: 100%;
    height: 90vw;
    max-height: 116vw;
  }
  .mainVisual .ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/location/mv_bg_sp.jpg") left top no-repeat;
    background-size: 100% auto;
    z-index: 1;
  }
  .mainVisual .inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 90vw;
    z-index: 0;
  }
  .mainVisual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vw;
    z-index: 2
  }
  .mainVisual .bg::before {
    display: none;
  }
  .mainVisual .bg::after {
    display: none;
  }
  .mainVisual .content {
    position: relative;
    padding: 0 1em 1em;
    opacity: 0;
    z-index: 0;
  }
  
  .spMainContent {
    margin-top: -1.5em;
    padding: 0 5% 1em;
  }
  .spMainContent .mainTitle {
    color: #EB6D6C;
    margin: 0;
  }
}

.pageNav .pageBtn {
  background: #00718F;
}
.pageNav .pageBtn:hover {
  border: 1px solid #00718F;
  background: #fff;
}
.pageNav .pageBtn:hover .btnTx,
.pageNav .pageBtn:hover .btnTx::after {
  color: #00718F;
}

@media screen and (max-width: 768px) {

  .pageNav {
    margin-bottom: 15%;
    padding: 5% 0 0 0;
  }

  .pageNav .pageBtnSet {
    width: 100%;
    max-width: none;
  }

  .pageNav .pageBtn .btnTx {
    text-align: left;
    padding: 0 4%;
  }

}

/* common */

.-sect .inner {
  max-width: 786px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {

  .-sect .inner {
    width: 88%;
  }

}

.-sect {
  position: relative;
}

.-sect-theme {
  margin: 0 0 -5% -18%;
}

.-sect-ttl {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.3;
}

.-sect-copy {
  line-height: 2em;
}

.-sect-note {
  font-size: 10px;
}

@media screen and (max-width: 1100px) {

  .-sect-theme {
    margin-left: 0;
  }

}

@media screen and (max-width: 768px) {

  .-sect-theme {
    margin-bottom: -8%;
  }
  
  .-sect-ttl {
    font-size: 5.5vw;
    /* font-size: 25px; */
  }
  
  .-sect-copy {
  }
  
  .-sect-note {
    font-size: 10px;
  }

}


/* access */

.access {
  margin: 0 0 100px 0;
}

.access-inner {
  /* margin-top: 14%; */
}

.access-theme {
}

.access-theme-copy {
  width: 56%;
}

.access-ttl {
  margin: 0 0 6% 0;
}

.access-img {
  margin: 0 0 6% 0;
}

@media screen and (max-width: 768px) {

  .access {
    margin: 0 0 15% 0;
  }
  
  .access-theme {
  }
  
  .access-theme-copy {
    width: 83%;
  }
  
  .access-ttl {
    margin: 0 0 6% 0;
  }
  
}

.access-station {
  margin: 0 0 5% 0;
}

.access-station-ttl {
  background-color: #EB6D6C;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  margin: 0 0 4% 0;
}

.access-station-ttl .-sup {
  vertical-align: super;
  font-size: 10px;
}

.access-station-ttl .-note {
  display: inline-block;
  font-size: 10px;
  margin: 0 0 0 32px;
}

.access-station-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.access-station-list::after {
  content: "";
  width: 31.5%;
}

.access-station-list-item {
  width: 31.5%;
  margin: 0 0 3% 0;
}

.access-station-note {
  font-size: 10px;
}

@media screen and (max-width: 768px) {

  .access-station {
    margin: 0 0 15% 0;
  }
  
  .access-station-ttl {
    padding: 2% 6%;
    margin: 0 0 8% 0;
  }
  
  .access-station-ttl .-note {
    display: block;
    margin: 0 0 2% 0;
  }
  
  .access-station-list {
    display: block;
  }
  
  .access-station-list::after {
    display: none;
  }
  
  .access-station-list-item {
    width: 100%;
    margin: 0 0 8% 0;
  }

}


/* column */

.column {
  padding: 0 0 50px 0;
  margin: 0 0 140px 0;
  background-color: #F9F9FC;
  position: relative;
}

.column:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  padding: 3% 0 0 0;
  top: 0;
  left: 0;
}

.column-theme {
  top: -14.7%;
}

.column-theme-copy {
  width: 73.8%;
}

.column-ttl {
  margin: 0 0 2.5% 0;
}

.column-copy {
  margin: 0 0 6.5% 0;
}

@media screen and (max-width: 768px) {

  .column {
    padding: 0 0 5% 0;
    margin: 0 0 15% 0;
  }

  .column:before {
    padding: 5% 0 0 0;
  }
  
  .column-theme {
  }
  
  .column-theme-copy {
    width: 90%;
  }
  
  .column-ttl {
    margin: 0 0 4% 0;
  }
  
  .column-copy {
    margin: 0 0 8% 0;
  }

}

.column-value {
  margin: 0 0 10% 0;
}

.column-value-img {
  margin: 0 auto 1% auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85.8%;
}

.column-value-img-item:nth-child(1) {
  width: 38.8%;
}

.column-value-img-item:nth-child(2) {
  width: 52.8%;
}

@media screen and (max-width: 768px) {

  .column-value {
    margin: 0 0 10% 0;
  }
  
  .column-value-img {
    margin: 0 auto 10% auto;
    display: block;
    width: 100%;
  }
  
  .column-value-img-item:nth-child(1) {
    width: 100%;
    margin: 0 0 10% 0;
  }
  
  .column-value-img-item:nth-child(2) {
    width: 100%;
  }

}

.column-potential {
  margin: 0 0 10% 0;
}

.column-potential-ttl {
  margin: 0 0 3% 0;
}

@media screen and (max-width: 768px) {

  .column-potential {
    margin: 0 0 10% 0;
  }
  
  .column-potential-ttl {
    margin: 0 0 3% 0;
  }

}

.column-bus {
  margin: 0 0 10% 0;
}

.column-bus-col {
  display: flex;
  justify-content: space-between;
}

.column-bus-ttl {
  margin: 0 0 5% 0;
}

.column-bus-info {
  width: 41.7%;
}

.column-bus-img {
  width: 49.8%;
}

@media screen and (max-width: 768px) {

  .column-bus {
    margin: 0 0 10% 0;
  }
  
  .column-bus-col {
    display: block;
  }
  
  .column-bus-ttl {
    margin: 0 0 5% 0;
  }
  
  .column-bus-info {
    width: 100%;
    margin: 0 0 5% 0;
  }
  
  .column-bus-img {
    width: 100%;
  }

}


/* location */

.location {
  margin: 0 0 100px 0;
}

.location-inner {
  /* margin-top: 14%; */
}

.location-theme {
}

.location-theme-copy {
  width: 80%;
}

.location-ttl {
  margin: 0 0 4% 0;
}

.location-img {
  margin: 0 0 6% 0;
}

@media screen and (max-width: 768px) {

  .location {
    margin: 0 0 15% 0;
  }
  
  .location-theme {
  }
  
  .location-theme-copy {
    width: 92%;
  }
  
  .location-ttl {
    margin: 0 0 6% 0;
  }

}

.location-facility {
  margin: 0 0 7% 0;
}

.location-facility-ttl {
  padding: 3px 20px;
  background-color: #ccc;
  margin: 0 0 0.7% 0;
  color: #fff;
}

.location-facility-list {
  margin: 0 0 3% 0;
}

.location-facility-list-item {
  border-bottom: 1px solid #D1D1D1;
  padding: 4px 0;
  font-size: 16px;
  display: flex;
}

.location-facility-list-item .-no {
  font-family: "Helvetica Neue",
    Arial,
    sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  color: #fff;
  width: 21px;
  height: 21px;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  border-radius: 12px;
  margin: 5px 16px 0 0;
  flex-shrink: 0;
}

.location-facility-list-item .-txt {
}

.location-facility-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.location-facility-img-item {
  width: 48.7%;
  line-height: 0;
  margin: 0 0 2% 0;
}

.location-facility-img-item.-long {
  width: 100%;
}

.location-facility-img-item.-middle {
  width: 62.8%;
}

.location-facility-img-item.-short {
  width: 35.4%;
}
.location-facility-img-item.item_center {
  margin: 0 auto 2%;
}

.location-facility-note {
  margin: 5% 0 0 0;
}

.-shopping .location-facility-ttl {
  background-color: #F94E5B;
}

.-shopping .location-facility-list-item .-no {
  background-color: #F94E5B;
}

.-hospital .location-facility-ttl {
  background-color: #4DB9B4;
}

.-hospital .location-facility-list-item .-no {
  background-color: #4DB9B4;
}

.-leasure .location-facility-ttl {
  background-color:#0E3192;
}

.-leasure .location-facility-list-item .-no {
  background-color:#0E3192;
}

.-public .location-facility-ttl {
  background-color:#A68D4D;
}

.-public .location-facility-list-item .-no {
  background-color:#A68D4D;
}

.-park .location-facility-ttl {
  background-color:#9CD116;
}

.-park .location-facility-list-item .-no {
  background-color:#9CD116;
}

@media screen and (max-width: 768px) {

  .location-facility {
    margin: 0 0 10% 0;
  }
  
  .location-facility-ttl {
    padding: 1.2% 3%;
    margin: 0 0 2% 0;
  }
  
  .location-facility-list {
    margin: 0 0 6% 0;
  }
  
  .location-facility-list-item {
    padding: 2% 0;
    font-size: 14px;
  }
  
  .location-facility-list-item .-no {
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    border-radius: 12px;
    margin: 3px 3% 0 0;
  }
  
  .location-facility-list-item .-txt {
  }
  
  .location-facility-img {
    display: block;
  }
  
  .location-facility-img-item {
    width: 100%;
  }
  
  .location-facility-img-item.-long,
  .location-facility-img-item.-middle,
  .location-facility-img-item.-short {
    width: 100%;
  }
  
  .location-facility-note {
    margin: -1.2% 0 0 0;
  }

}


/* areaguideSet */

.areaguideSet {
  padding: 80px 0 20px;
}
.areaguideSet .btn_areaguide {
  display: block;
  width: 88%;
  max-width: 520px;
  margin: 0 auto;
  transition: .25s;
}
.areaguideSet .btn_areaguide:hover {
  opacity: .75;
}

@media screen and (max-width: 768px) {
  .areaguideSet {
    padding: 8vw 0 20px;
  }
}