

@import url(./common/_variable.css);

/* location */
/* ============================================ */

.area__location {
  padding: 0 20px 10.416vw;
}
.area__location--block {
  max-width: 1520px;
  margin: auto;
  padding: 7.8125vw 0 0;
  container-type: inline-size;
  @media (width < 480px) {
    padding: 40px 0 0;
  }
  img {
    width: 100%;
    height: auto;
    
  }
}
.ttl_location {
  border-top: var(--point_c) dotted 1px;
  padding: 5.263cqw 0 0;
  text-align: center;
  @media (width < 480px) {
    padding: 30px 0 0;
  }
}
.hd_location {
  font-size: clamp(1.8rem,1.644cqw,2.5rem);
  line-height: 1.2em;
  border-bottom: var(--point_c) dotted 1px;
  display: inline-block;
  padding: 0 0 8px;
}
.hd_kurura {
  font-size: clamp(2rem,2.105cqw,3.2rem);
  line-height: 1.2em;
  padding: 2.5cqw 0 0;
  @media (width < 480px) {
    padding: 16px 0 0;
  }
}
.box_kurura {
  padding: 3.333cqw 0 0;
  @media (width < 480px) {
    padding: 16px 0 0;
  }
}

.column_kurura {
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  @media (width < 1160px) {
    display: block;
    padding: 16px 0 0;
  }
}
.column_kurura_txt {
  text-align: left;
  font-size: 1.4rem;
}
.column_kurura_nav {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  width: 38.157cqw;
  max-width: 580px;
  @media (width < 1160px) {
    width: 70%;
    padding: 20px 0 0;
  }
  @media (width < 480px) {
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
}

.list_location {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5.263cqw;
  padding: 3.289cqw 0 0;
  @media (width < 480px) {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
}

.spec_location {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 0;
  text-align: left;
  @media (width < 480px) {
    padding: 5px 0 0;
  }
}
.name_location {
  font-size: clamp(1.4rem,1.315cqw,2rem);
}
.btn_website {
  a {
    display: block;
    position: relative;
    padding: 0 27px 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: var(--main_c);
    &::after {
      content: url(../images/common/icon_website.svg);
      position: absolute;
      top: 14%;
      right: 0px;
    }
  }
}

.small {
  padding-left: 10px;
  display: inline-block;
}