/* ロケーションページ
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
.location_box01 {
  margin: 0 auto 100px auto;
  text-align: center
}
.location_box01 h3 {
  font-size: 45px;
  font-weight: normal;
  margin: 65px 0 40px 0
}
.location_box01 p {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 80px 0
}
.location_box01 .grid_3 {
	max-width: 900px;
  margin:0 auto 60px auto;
padding: 0 20px
}
.location_box01 .map {
	max-width: 900px;
  margin:0 auto 90px auto
}
@media (max-width: 1100px) {
  .location_box01 h3 {
    font-size: 25px;
    margin: 50px 0 30px 0
  }
  .location_box01 p {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 80px 0
  }
  .location_box01 .grid_3 {
    margin: 0 auto 50px auto
  }
}
@media (max-width: 500px) {
  .location_box01 {
    margin: 0 auto 40px auto;
  }
  .location_box01 h3 {
    font-size: 18px;
    margin: 30px 0 15px 0
  }
  .location_box01 p br {
    display: none
  }
  .location_box01 p {
    font-size: 13px;
    line-height: 1.6em;
    margin: 0 0 10px 0;
    text-align: left
  }
  .location_box01 .grid_3 {
    grid-template-columns: 1fr 1fr;
    margin: 0 0 30px 0
  }
.location_box01 .map {
  margin:0 auto 30px auto
}
}
/*------------------*/
.location_box02 {
  max-width: 100%;
  height: auto;
  margin: 0 auto 0px auto;
  text-align: center
}
.location_box02 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  font-size: 26px;
  line-height: 1em;
  margin: 0 auto 40px auto;
  border: solid 1px #000000;
font-family: "Noto Serif JP", serif;
}
.location_box02 .grid_2 {
  gap: 80px
}
.location_box02 h4 {
  font-size: 18px;
}
.location_box02 img{margin: 40px 0 25px 0}
@media (max-width: 1100px) {
  .location_box02 h2 {
    width: 270px;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    margin: 0 auto 40px auto;
  }
  .location_box02 h4 {
    font-size: 14px;
    margin-left: -0.45em;
    margin-top: 2em
  }
  .location_box02 .grid_2 {
    gap: 50px
  }
}
@media (max-width: 500px) {
  .location_box02 h2 {
    width: 200px;
    height: 35px;
    font-size: 13px;
    line-height: 1em;
    margin: 0 auto 0px auto;
  }
  .location_box02 h4 {
    font-size: 15px;
    margin-left: -0.45em;
    margin-top: 2em
  }
  .location_box02 .grid_2 {
    grid-template-columns: 1fr;
    gap: 0px
  }
}
/*テーブル
----------------------------------*/
.location_table {
  width: 100%;
}
.location_table table {
  width: 100%;
  margin: 0 0 40px 0
}
.location_table table:last-of-type {
  margin: 0 0 0px 0
}
.location_table th, .location_table td {
  padding: 2px 0px 2px 0px;
  text-align: left;
  font-weight: normal;
}
.location_table th {
  white-space: nowrap;
  text-align: left;
  width: 310px;
}
.location_table td {
  padding: 0px 0px 0px 0.5em;
  font-size: 15px;
  letter-spacing: -0.01em
}
.location_table th span {
  font-size: 18px;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
}
.location_table th span:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #6E6E6E;
  display: block;
}
.location_table th span:after {
  margin-left: 0.5em;
}
@media (max-width: 1100px) {
  .location_table th {
    white-space: nowrap;
    text-align: left;
    width: 200px;
  }
  .location_table td {
    padding: 0px 0px 0px 0.5em;
    font-size: 12px;
    letter-spacing: -0.01em
  }
  .location_table th span {
    font-size: 14px;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 700px) {
  .location_table table {
    margin: 0 0 0px 0
  }
  .location_table th {
    display: block;
  }
  .location_table th br {
    display: none
  }
  .location_table td {
    padding: 0px 0px 10px 0em;
    display: block;
    border-bottom: solid 1px #E2E2E2
  }
  .location_table th span:after {
    display: none;
  }
}