.pre-inc {
  position: relative;
  padding-bottom: 80px;
  background: #fff;
}
.pre-inc .location_wrapp {
  width: 100%;
  overflow: hidden;
}
.pre-inc .location_wrapp .page_title {
  font-size: min(4.2857142857vw, 30px);
  font-weight: 700;
  color: #2e3192;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .page_title {
    font-size: min(5.4285714286vw, 38px);
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.pre-inc .location_wrapp .location_text {
  font-size: min(2.8vw, 16px);
  font-weight: 500;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .location_text {
    font-size: min(3.3vw, 16px);
  }
}
.pre-inc .location_wrapp .area_map {
  width: 96%;
  max-width: 1000px;
  margin: 40px auto;
}
.pre-inc .location_wrapp .area_contents {
  width: 100%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents {
    margin-bottom: 70px;
  }
}
.pre-inc .location_wrapp .area_contents.shinosaka h3 {
  color: #00913d;
}
.pre-inc .location_wrapp .area_contents.shinosaka .location_area_in {
  grid-template-areas: "type1 type3" "type2 type3";
  align-items: center;
  gap: 0 4%;
}
.pre-inc .location_wrapp .area_contents.kyobashi h3 {
  color: #ed1c51;
}
.pre-inc .location_wrapp .area_contents.kyobashi .area_title {
  background-image: url(../images/location/contents2_bg.jpg);
}
.pre-inc .location_wrapp .area_contents.kyobashi .location_area_in {
  grid-template-areas: "type1 type2" "type3 type3";
  gap: 20px 4%;
}
.pre-inc .location_wrapp .area_contents.kyobashi .location_area_in .contents_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2%;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents.kyobashi .location_area_in .contents_bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.pre-inc .location_wrapp .area_contents.kyobashi .location_area_in .contents_bottom .area_image {
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents.kyobashi .location_area_in .contents_bottom .area_image {
    width: 80%;
  }
}
.pre-inc .location_wrapp .area_contents.tenma h3 {
  color: #005bac;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents.tenma h3 {
    margin-top: 10px;
  }
}
.pre-inc .location_wrapp .area_contents.tenma .area_title {
  background-image: url(../images/location/contents3_bg.jpg);
}
.pre-inc .location_wrapp .area_contents.tenma .location_area_in {
  grid-template-areas: "type1 type1" "type2 type3";
  gap: 20px 4%;
}
.pre-inc .location_wrapp .area_contents.tenma .location_area_in .contents_top {
  display: flex;
  align-items: center;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents.tenma .location_area_in .contents_top {
    flex-direction: column;
    gap: 20px;
  }
}
.pre-inc .location_wrapp .area_contents.tenma .location_area_in .contents_top .area_left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents.tenma .location_area_in .contents_top .area_left {
    width: 100%;
  }
}
.pre-inc .location_wrapp .area_contents.tenma .location_area_in .contents_top .area_image {
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents.tenma .location_area_in .contents_top .area_image {
    width: 80%;
  }
}
.pre-inc .location_wrapp .area_contents.umeda h3 {
  color: #29abe2;
}
.pre-inc .location_wrapp .area_contents.umeda .area_title {
  background-image: url(../images/location/contents4_bg.jpg);
}
.pre-inc .location_wrapp .area_contents.umeda .location_area_in {
  grid-template-areas: "type1 type2" "type3 type3";
  gap: 40px 4%;
}
.pre-inc .location_wrapp .area_contents.kadoma h3 {
  color: #f15a24;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents.kadoma h3 {
    margin-top: 10px;
  }
}
.pre-inc .location_wrapp .area_contents.kadoma .area_title {
  background-image: url(../images/location/contents5_bg.jpg);
}
.pre-inc .location_wrapp .area_contents.kadoma .location_area_in {
  grid-template-areas: "type1 type2" "type3 type4";
  gap: 40px 4%;
}
.pre-inc .location_wrapp .area_contents.kadoma .location_area_in .area_image {
  width: 80%;
}
.pre-inc .location_wrapp .area_contents .card_image {
  transition: all 1.4s ease-out;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.pre-inc .location_wrapp .area_contents .card_image.on {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.pre-inc .location_wrapp .area_contents .area_title {
  font-size: min(7vw, 55px);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 90px 0;
  margin-bottom: 100px;
  color: #fff;
  text-align: center;
  background-image: url(../images/location/contents1_bg.jpg);
  background-repeat: repeat;
}
.pre-inc .location_wrapp .area_contents .area_title span {
  display: block;
  font-size: min(3.5vw, 20px);
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents .area_title {
    font-size: min(9vw, 55px);
    padding: 50px 0;
    margin-bottom: 40px;
  }
}
.pre-inc .location_wrapp .area_contents .location_area_in {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents .location_area_in {
    grid-template-columns: none;
    grid-template-areas: none !important;
    gap: 20px !important;
    margin-bottom: 20px;
  }
}
.pre-inc .location_wrapp .area_contents .location_area_in .area_image {
  width: 90%;
  margin: 0 auto;
}
.pre-inc .location_wrapp .area_contents .location_area_in h3 {
  font-size: min(2.4vw, 33px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.pre-inc .location_wrapp .area_contents .location_area_in h3 sup {
  font-size: 40%;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents .location_area_in .area_image {
    width: 100%;
    margin: 0 auto;
  }
  .pre-inc .location_wrapp .area_contents .location_area_in h3 {
    font-size: min(5.5vw, 42px);
  }
}
.pre-inc .location_wrapp .area_contents .location_area_in .photo_wide {
  width: 100%;
}
.pre-inc .location_wrapp .area_contents .location_area_in .photo_harf {
  width: 48%;
}
.pre-inc .location_wrapp .area_contents .location_area_in .image_photo {
  position: relative;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents .location_area_in .image_photo {
    width: 90%;
    margin: 0 auto;
  }
}
.pre-inc .location_wrapp .area_contents .location_area_in .image_photo > img {
  border-radius: 15px;
}
.pre-inc .location_wrapp .area_contents .location_area_in .image_photo.no_bor {
  border-radius: 0px;
}
.pre-inc .location_wrapp .area_contents .location_area_in .image_photo .access {
  position: absolute;
  top: -8.9285714286%;
  right: -4.3859649123%;
  width: 23.9035087719%;
}
.pre-inc .location_wrapp .area_contents .location_area_in .image_photo .cap {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0;
  padding: 0 10px;
  margin-top: 5px;
}
.pre-inc .location_wrapp .area_contents .location_area_in .type1 {
  grid-area: type1;
}
.pre-inc .location_wrapp .area_contents .location_area_in .type2 {
  grid-area: type2;
}
.pre-inc .location_wrapp .area_contents .location_area_in .type3 {
  grid-area: type3;
}
.pre-inc .location_wrapp .area_contents .location_area_in .type4 {
  grid-area: type4;
}
@media screen and (max-width: 767px) {
  .pre-inc .location_wrapp .area_contents .location_area_in .type1 {
    grid-area: auto;
  }
  .pre-inc .location_wrapp .area_contents .location_area_in .type2 {
    grid-area: auto;
  }
  .pre-inc .location_wrapp .area_contents .location_area_in .type3 {
    grid-area: auto;
  }
  .pre-inc .location_wrapp .area_contents .location_area_in .type4 {
    grid-area: auto;
  }
}/*# sourceMappingURL=location.css.map */