@charset "UTF-8";
/* ロケーション
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
.location .page_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
  background-image: url(../image/location/location_header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 70px;
  padding: 0 20px;
}
.location .page_title h2 {
  font-size: 32px;
  font-weight: normal;
  color: #d3b57c;
  margin-top: 40px
}
@media screen and (max-width: 600px) {
  .location .page_title {
    height: 200px;
    margin-bottom: 30px;
  }
  .location .page_title h2 {
    font-size: 24px;
    margin-top: 60px
  }
}
/*block01*/
.location_block01 {
  margin: 0 0 100px 0
}
/*ブロックを右に ------------------*/
.location_block01 .block_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto 80px auto;
}
.location_block01 .block_right_a {
  width: 65%;
  line-height: 0px
}
.location_block01 .block_right_b {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
  box-sizing: border-box;
  position: relative;
}
.location_block01 .block_right_b img {
  max-width: 420px;
  right: -10vw;
  bottom: clamp(-20px, -10vh, -30px);
  position: absolute;
  z-index: 1
}
/*ブロックを左に ------------------*/
.location_block01 .block_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto 100px auto;
}
.location_block01 .block_left_a {
  width: 65%;
  line-height: 0px
}
.location_block01 .block_left_b {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
  box-sizing: border-box;
  position: relative;
}
.location_block01 .block_left_b img {
  max-width: 420px;
  left: -10vw;
  bottom: clamp(-20px, -10vh, -30px);
  position: absolute;
  z-index: 1
}
.location_block01 .top_box03 h5 + img + img + h5 {
  margin: 0 0 10px 0
}
.location_block01 .access_zu img {
  width: 900px;
  height: auto;
  padding: 0 0 10px 0
}
.location_block01 .access_zu {
  display: block;
  overflow-x: scroll
}
@media screen and (max-width: 600px) {
  .location_block01 {
    margin: 0 0 30px 0
  }
  /*ブロックを右に ------------------*/
  .location_block01 .block_right {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 20px;
  }
  .location_block01 .block_right_a, .location_block01 .block_right_b {
    width: 100%;
    position: static;
  }
  .location_block01 .block_right_b {
    justify-content: flex-start;
    align-items: center;
    margin-top: -20px;
  }
  .location_block01 .block_right_b img {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 200px;
    height: auto;
  }
  /*ブロックを左に ------------------*/
  .location_block01 .block_left {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .location_block01 .block_left_a, .location_block01 .block_left_b {
    width: 100%;
    position: static;
  }
  .location_block01 .block_left_b {
    justify-content: flex-end;
    align-items: center;
    margin-top: -20px;
  }
  .location_block01 .block_left_b img {
    position: relative;
    left: 0;
    bottom: auto;
    max-width: 200px;
    height: auto;
  }
  .location_block01 .top_box03 h5 + img + img + h5 {
    margin: 0 0 50px 0
  }
}
/*block02*/
.location_block02 {}
.location_block02 .title_box {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 50px 0
}
.location_block02 .grid2, .location_block02 .grid3 {
  gap: 25px 20px;
  font-size: 11px;
  margin: 0 0 25px 0
}
.location_block02 .grid2 img, .location_block02 .grid3 img {
  margin-bottom: 5px
}
.location_block02 .g_map {
  margin: 50px 0 100px 0
}
@media screen and (max-width: 600px) {
  .location_block02 .title_box {
    font-size: 24px;
    margin: 0 0 20px 0
  }
  .location_block02 .grid2, .location_block02 .grid3 {
    gap: 15px 20px;
    margin: 0 0 15px 0
  }
  .location_block02 .grid3 {
    grid-template-columns: 1fr 1fr
  }
.location_block02 .g_map {
  margin: 50px 0 50px 0
}
}
/*block03*/
.location_block03 {
  background-color: #002a55;
  color: #FFFFFF;
  padding: 50px 0px;
  margin: 0 0 50px 0
}

.location_block03 .title_box {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #d3b57c;
  margin: 0 0 10px 0
}
@media screen and (max-width: 800px) {
.location_block03 .grid2{
    grid-template-columns: 1fr
  }		
}	
@media screen and (max-width: 600px) {
.location_block03 .title_box {
  font-size: 24px;
}	

}