@charset "UTF-8";
/* 変数
**************************************************/
/* MIX IN
**************************************************/
/* ファンクション
**************************************************/
.page_title::after {
  background: url("/img/kiwaki/pagetitle_location_en.png") no-repeat;
  left: -5%;
}

@media (max-width: 640px) {
  .page_section .innerWidth_l p {
    text-align: left;
  }
}

.google_map {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  .google_map iframe {
    height: 280px;
  }
}

.location_area {
  margin: 90px 0;
}

@media (max-width: 640px) {
  .location_area {
    margin: 40px 0;
  }
}

.location_area .sub_title, .location_area .area_list .area {
  background-color: #EFEFEF;
}

.location_area:nth-child(odd) .sub_title, .location_area:nth-child(odd) .area_list .area {
  background-color: #f0f6ea;
}

.location_area .sub_title {
  padding: 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #606060;
}

@media (max-width: 640px) {
  .location_area .sub_title {
    font-size: 20px;
  }
}

.location_area .sub_title .sub {
  font-weight: normal;
  padding-left: 1em;
  font-size: 16px;
  opacity: 0.8;
}

@media (max-width: 640px) {
  .location_area .sub_title .sub {
    font-size: 14px;
  }
}

.location_area .sub_title + p {
  margin: 20px 0;
}

.location_area .area_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 30px;
  gap: 30px;
}

@media (max-width: 640px) {
  .location_area .area_list {
    padding-top: 15px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.location_area .area_list .area {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.location_area .area_list .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.location_area .area_list .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.location_area .area_list .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
  font-size: 18px;
}

@media (max-width: 640px) {
  .location_area .area_list .label {
    margin: 12px 0;
    font-size: 14px;
  }
}

.location_area .area_list .distance {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 640px) {
  .location_area .area_list .distance {
    padding: 0 5px;
    height: 40px;
    font-size: 14px;
  }
}

.location_area .area_list .distance .icon {
  margin-right: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
}

@media (max-width: 640px) {
  .location_area .area_list .distance .icon {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
}

.location_area .area_list .distance .icon.walk {
  background-image: url("/img/kiwaki/location_distance_icon_walk.png");
  background-repeat: no-repeat;
}

.location_area .area_list .distance .icon.bicycle {
  background-image: url("/img/kiwaki/location_distance_icon_bicycle.png");
  background-repeat: no-repeat;
}

.location_area .area_list .distance .icon.car {
  background-image: url("/img/kiwaki/location_distance_icon_car.png");
  background-repeat: no-repeat;
}
