@charset "utf-8";

/* ----------------------------------
ロケーション
---------------------------------- */
main {
  font-weight: normal;
  letter-spacing: 2px;
  overflow: hidden;
}

.page-ttl {
  background-image: url(../img/mv.png);
}

.loc-main {
  background: #000;
  padding: 100px 0;
}


.loc-main figure {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.loc-logo {
  width: 90%;
  max-width: 770px;
  margin: 0 auto 40px;
}


.lead {
  color: #fff;
  text-align: center;
  padding: 60px 0;
}

h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

h4 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.ja {
  font-size: 26px;
  text-align: center;
}

.pos-txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.minute {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 8px;
}

.lead-txt {
  font-size: 16px;
  line-height: 2;
}

.lead-sub {
  font-size: 22px;
  position: relative;
  margin-top: 20px;
  padding-bottom: 15px;
}

.lead-sub::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #fff 50%, transparent);
  background-repeat: no-repeat;
  margin-inline: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.feature .flex {
  width: 46%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.feature .flex .image-box {
  width: 100%;
}

.feature .flex .image-box figure:nth-of-type(2) {
  margin-top: 40px;
}

.feature .flex .text-box {
  width: 100%;
  margin-bottom: 40px;
}

.ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: stretch;
}

.ttl .one {
  width: 100%;
  max-width: 140px;
  margin: 0 auto 40px;
}

.ttl .txt {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}

.loc-map {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.loc-positon {
  background: #d6d4d1;
  padding: 100px 0;
}


.position-flex {
  max-width: 1200px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 0;
}

.position-flex li.pos-item {
  width: 100%;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #af9d81;
  padding: 60px 60px;
}

.position-flex li.pos-item:nth-of-type(n+2) {
  margin-top: 60px;
}

.pos-ttl {
  width: 90%;
  max-width: 410px;
  margin: 0 auto 20px;
}

.facility {
  flex-wrap: wrap;
  justify-content: space-between;

  margin-top: 20px;
}

.facility li {
  width: 31%;
}

  .loc-map02 {
    max-width: 1200px;
    width: 90%;
    padding: 100px 0 0 0;
    margin: 0 auto;
  }

.life_info {
  margin: 100px auto 50px;
}

.life_info_ttl {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6%;
}

.info_item {
  width: 44%;
}

.info_item .life-block:nth-of-type(n+2) {
  margin-top: 60px;
}

.info_ttl {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 20px;
}

.info_ttl span {
  display: block;
}

.info_ttl span.line {
  flex: 1;
  height: 1px;
  background: #000;
  margin-left: 20px;
}

.info_ttl small {
  font-size: 18px;
  margin-left: 5px;
}

.info_ttl::after {
  content: "";
  height: 1px;
  background-color: #231815;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.life_info dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;

}

.life_info dt {
  font-size: 14px;
  padding: 15px 0;
}

.life_info dd {
  font-size: 14px;
  padding: 15px 0;
}

.life_info .pt0 {
  padding-top: 0;
}

.space {
  display: block;
  padding-bottom: 1.8em;
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1180px) {
  .position-flex li.pos-item {
    padding: 30px 30px;
  }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .loc-main {
    padding: 50px 0;
  }

  .loc-main .inner_1200 {
    width: 100%;
  }

  .loc-logo {
    margin: 0 auto 20px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ja {
    font-size: 16px;
  }

  .minute {
    font-size: 13px;
    letter-spacing: 0;
  }

  .lead-txt {
    font-size: 14px;
  }

  .lead-sub {
    font-size: 18px;
    margin-top: 20px;
  }

  .feature .flex {
    width: 100%;
    margin-top: 0;
  }

    .feature .flex:nth-of-type(2) {
      margin-top: 60px;
    }

  .feature .flex .image-box {
    width: 100%;
    margin-top: 30px;
  }

  .feature .flex .text-box {
    width: 100%;
    margin-bottom: 0;
  }

  .feature .flex .image-box figure:nth-of-type(2) {
    margin-top: 20px;
  }

  .ttl {
    justify-content: center;
  }

  .ttl .one {
    width: 100%;
    max-width: 100px;
    margin: 40px 0 20px 0;
  }

  .ttl .txt {
    width: 100%;
    text-align: center;
  }

  .loc-map {
    padding: 40px 0;
  }

  .loc-positon {
    padding: 50px 0;
  }

  .position-flex {
    margin-top: 20px;
  }

  .position-flex li.pos-item {
    padding: 20px 20px;
  }

  .pos-txt {
    font-size: 14px;
  }

  .facility li {
    width: 100%;
  }

  .facility li:nth-of-type(n+2) {
    margin-top: 40px;
  }

.loc-map02 {
  padding-top: 50px;
}

  .life_info {
    margin-top: 50px;
  }

  .life_info_ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .info_list {
    flex-direction: column;
  }

  .info_item {
    width: 100%;
  }

  .info_item .life-block {
    margin-top: 50px;
  }

  .info_ttl {
    margin: 0 0 0px;
    font-size: 20px;
  }

  .info_ttl small {
    font-size: 14px;
  }
    .life_info dl {
      align-items: center;
    }

  .life_info dt {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 10px 0;
  }

  .life_info dd {
    font-size: 13px;
        letter-spacing: 0.5px;
    padding: 10px 0;
  }

  .space {
    display: none;
  }

}