main {
  display: block;
  width: 100%;
  background: #221e1f;
  background: #131a28;
  padding-bottom: 100px;
}


.location_area {
  margin: 0 auto;
  max-width: 1000px;
  color: #fff;
  justify-content: space-between;
}
.location_title {

}
.location_title h3 {
  color: #2aa7b8;
  font-size: 6.0rem;
  margin: 0;
}
.location_title h4 {
  color: #2aa7b8;
  font-size: 2rem;
  margin: 0;
}
.location_title p {
  margin: 0;
}

.shop_lerge {
  font-size: 28px;
  color: yellow;
}
.shop_lerge span {
  display: block;
  font-size: 14px;
}
.shop_middle {
  font-size: 18px;
}


/* /////////////////////// */
/* p15 SHOPPING */
/* /////////////////////// */
.location_area1 {
  margin-bottom: 100px;
}
.location_block_1_1 {
  background-image: url(../image/location/img1_1.jpg);
  background-size: cover;
  background-position: center 50%;
  height: 500px;
  margin-top: 70px;
}
.location_block_1_2 {
  margin-top: 70px;
}
.flex_1_2 {
  display: flex;
  justify-content: space-between;
}
.img_1_2 {
  background-image: url(../image/location/img1_2.jpg);
  background-size: 120%;
  background-position: center 40%;
  height: 300px;
  width: 470px;
}
.txt_1_2 {
  width: 500px;
}
.txt_1_2 p {
  margin: 0;
}

.location_block_1_3 {
  margin-top: 100px;
}
.location_block_1_3 h3 {
  margin: 0;
  font-size: 24px;
  margin-bottom: 30px;
}
.flex_1_3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block_1_3 {
  width: calc(100% / 4 - 20px);
  margin-bottom: 30px;
}
.block_1_3 .img {
  background-size: cover;
  background-position: center 70%;
  height: 150px;
  margin-bottom: 10px;
}
.block_1_3 .img1 {
  background-image: url(../image/location/img1_3_1.jpg);
  background-size: 120%;
}
.block_1_3 .img2 {
  background-image: url(../image/location/img1_3_2.jpg);
  background-size: 150%;
}
.block_1_3 .img3 {
  background-image: url(../image/location/img1_3_3.jpg);
  background-size: 120%;
}
.block_1_3 .img4 {
  background-image: url(../image/location/img1_3_4.jpg);
  background-size: 130%;
}
.block_1_3 .img5 {
  background-image: url(../image/location/img1_3_5.jpg);
  background-size: 150%;
}
.block_1_3 .img6 {
  background-image: url(../image/location/img1_3_6.jpg);
  background-size: 130%;
}
.block_1_3 p {
  margin: 0;
}


/* /////////////////////// */
/* p16,17 NATURE */
/* /////////////////////// */
.location_area2 {
  margin-bottom: 100px;
}
.location_block_2_1 {
  margin-top: 70px;
}
.flex_2_1 {
  display: flex;
  justify-content: space-between;
}
.left_2_1 {
  background-size: cover;
  background-position: center 70%;
  background-image: url(../image/location/img2_1_1.jpg);
  height: 300px;
  width: calc(50% - 30px);
}
.right_2_1 {
  width: 50%;
}
.right_2_1_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.right_2_1_img {
  background-size: cover;
  background-position: center 70%;
  height: 150px;
  width: calc(100% / 2 - 10px);
}
.right_2_1_flex .img1 {
  background-image: url(../image/location/img2_1_2.jpg);
}
.right_2_1_flex .img2 {
  background-image: url(../image/location/img2_1_3.jpg);
  background-size: 120%;
}
.right_2_1 p {
  margin: 0;
}

.location_block_2_2 {
  margin-top: 100px;
}
.flex_2_2 {
  display: flex;
  justify-content: space-between;
}
.left_2_2 {
  width: 50%;
}
.left_2_2_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.left_2_2_img {
  background-size: cover;
  background-position: center 70%;
  height: 150px;
  width: calc(100% / 2 - 10px);
}
.left_2_2_flex .img1 {
  background-image: url(../image/location/img2_2_3.jpg);
  background-size: 130%;
}
.left_2_2_flex .img2 {
  background-image: url(../image/location/img2_2_4.jpg);
  background-size: 120%;
}
.left_2_2 p {
  margin: 0;
}
.right_2_2 {
  background-size: cover;
  background-position: center 70%;
  background-image: url(../image/location/img2_2_1.jpg);
  height: 300px;
  width: calc(50% - 30px);
}

.location_block_2_3 {
  margin-top: 100px;
}
.flex_2_3 {
  display: flex;
  justify-content: space-between;
}
.block_2_3 {
  width: calc(100% / 3 - 20px);
}
.block_2_3 .img {
  background-size: cover;
  background-position: center 70%;
  height: 200px;
  margin-bottom: 10px;
}
.block_2_3 .img1 {
  background-image: url(../image/location/img2_3.jpg);
}
.block_2_3 .img2 {
  background-image: url(../image/location/img2_4.jpg);
}
.block_2_3 .img3 {
  background-image: url(../image/location/img2_5.jpg);
  background-size: 120%;
}
.block_2_3 p {
  margin: 0;
}

/* /////////////////////// */
/* p18,19 EDUCATION */
/* /////////////////////// */
.location_area3 {
  margin-bottom: 150px;
}
.location_block_3_1 {
  margin-top: 70px;
}
.flex_3_1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.block_3_1 {
  width: calc(100% / 2 - 30px);
}
.img_3_1 {
  background-size: cover;
  background-position: center 70%;
  background-image: url(../image/location/img3_1.jpg);
  height: 250px;
  margin-bottom: 10px;
  background-size: 150%;
}
.txt_3_1 {
}
.txt_3_1 p {
  margin: 0;
}
/*
.location_block_3_2 {
  margin-top: 50px;
}
.flex_3_2 {
  display: flex;
  justify-content: space-between;
}
*/
.img_3_2 {
  background-size: cover;
  background-position: center 35%;
  background-image: url(../image/location/img3_2.jpg);
  height: 250px;
  margin-bottom: 10px;
  background-size: 120%;
}
.txt_3_2 {
}
.txt_3_2 p {
  margin: 0;
}

.img_3_1_2 {
  background-size: cover;
  background-position: center 70%;
  background-image: url(../image/location/img3_1_2.jpg);
  height: 250px;
  margin-bottom: 10px;
  background-size: 110%;
}
.img_3_2_2 {
  background-size: cover;
  background-position: center 35%;
  background-image: url(../image/location/img3_2_2.jpg);
  height: 250px;
  margin-bottom: 10px;
  background-size: 100%;
}

.location_block_3_3 {
  margin-top: 100px;
}
.flex_3_3 {
  display: flex;
  justify-content: space-between;
}
.block_3_3 {
  width: calc(100% / 4 - 20px);
}
.block_3_3 .img {
  background-size: cover;
  background-position: center 70%;
  height: 150px;
  margin-bottom: 10px;
}
.block_3_3 .img1 {
  background-image: url(../image/location/img3_3_1.jpg);
  background-size: 120%;
}
.block_3_3 .img2 {
  background-image: url(../image/location/img3_3_2.jpg);
  background-size: 120%;
}
.block_3_3 .img3 {
  background-image: url(../image/location/img3_3_3.jpg);
  background-size: 120%;
}
.block_3_3 .img4 {
  background-image: url(../image/location/img3_3_4.jpg);
  background-size: 120%;
}
.block_3_3 p {
  margin: 0;
}

.location_block_3_4 {
  margin-top: 100px;
}
.location_block_3_4 h3 {
  margin: 0;
  font-size: 24px;
}
.flex_3_4 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.block_3_4 {
  width: calc(100% / 2 - 30px);
}
.block_3_4 .img {
  background-size: cover;
  background-position: center 70%;
  height: 250px;
  margin-bottom: 10px;
}
.block_3_4 .img1 {
  background-image: url(../image/location/img3_4_1.jpg);
  background-size: 120%;
}
.block_3_4 .img2 {
  background-image: url(../image/location/img3_4_2.jpg);
}
.block_3_4 p {
  margin: 0;
}

.location_block_3_5 {
  margin-top: 100px;
}
.location_block_3_5 h3 {
  margin: 0;
  font-size: 24px;
}
.flex_3_5 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.block_3_5 {
  width: calc(100% / 2 - 30px);
}
.block_3_5 .img {
  background-size: cover;
  background-position: center 70%;
  height: 250px;
  margin-bottom: 10px;
}
.block_3_5 .img1 {
  background-image: url(../image/location/img3_5_1.jpg);
  background-size: 110%;
}
.block_3_5 .img2 {
  background-image: url(../image/location/img3_5_2.jpg);
}
.block_3_5 p {
  margin: 0;
}


/* /////////////////////// */
/* p59 その他(58の画像は一旦無しで) */
/* /////////////////////// */
.location_area4 {

}
.flex_4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block_4 {
  width: calc(100% / 2 - 20px);
  margin-bottom: 30px;
}
.block_4 .title {
  background: #2aa7b8;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}
.block_4 .title span {
  font-size: 14px;
  display: block;
}
.block_4 dl {
  width: 100%;
  position: relative;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 22px;
  height: 7px;
  border-bottom: dotted 1px #ccc;
}
.block_4 dt {
  height: 8px;
  color: #fff;
  background-color: #131a28;
  padding-right: 5px;
  font-size: 16px;
}
.block_4 dd {
  background-color: #131a28;
  color: #fff;
  height: 8px;
  padding-left: 5px;
  margin-right: -3px;
}


.hosoku {

}
.hosoku p {
  font-size: 10px;
}



/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
  .location_area {
    max-width: 750px;
    flex-wrap: wrap;
  }
  .img_1_2 {
    height: 200px;
    width: 350px;
  }
  .txt_1_2 {
    width: 370px;
  }
  .location_block_1_3 h3 {
    font-size: 22px;
  }
  .block_1_3 {
    width: calc(100% / 4 - 15px);
  }
  .block_1_3 .img {
    height: 135px;
  }
  .right_2_1_img {
    height: 135px;
  }
  .left_2_2_img {
    height: 135px;
  }
  .block_2_3 .img {
    height: 160px;
  }
  .img_3_1 {
    height: 215px;
  }
  .img_3_2 {
    height: 215px;
  }
  .img_3_1_2 {
    height: 215px;
  }
  .img_3_2_2 {
    height: 215px;
  }
  .block_3_3 {
    width: calc(100% / 4 - 15px);
  }
  .block_3_3 .img {
    height: 135px;
  }
  .block_3_4 .img {
    height: 215px;
  }
  .block_3_5 .img {
    height: 215px;
  }
  .block_4 {
    width: calc(100%);
  }
  .block_4 .title {
    font-size: 16px;
  }
  .block_4 .title span {
    font-size: 12px;
  }
}


/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:768px){
  .location_area {
    width: calc(100% - 40px);
  }
  .location_title h3 {
    font-size: 4rem;
  }
  .location_title h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .location_area1 {
    margin-bottom: 70px;
  }
  .location_block_1_1 {
    background-size: 150%;
    height: 250px;
    margin-top: 50px;
  }
  .location_block_1_2 {
    margin-top: 50px;
  }
  .flex_1_2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .img_1_2 {
    width: 100%;
  }
  .txt_1_2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .location_block_1_3 {
    margin-top: 50px;
  }
  .location_block_1_3 h3 {
    font-size: 18px;
  }
  .block_1_3 {
    width: 100%;
  }
  .block_1_3 .img {
    height: 180px;
  }
  .pc_dummy {
    display: none;
  }

  .location_area2 {
    margin-bottom: 70px;
  }
  .location_block_2_1 {
    margin-top: 50px;
  }
  .flex_2_1 {
    flex-wrap: wrap;
  }
  .left_2_1 {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
  .right_2_1 {
    width: 100%;
  }
  .right_2_1_img {
    width: calc(50% - 10px);
    height: 100px;
  }
  .location_block_2_2 {
    margin-top: 50px;
  }
  .flex_2_2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .right_2_2 {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
  .left_2_2 {
    width: 100%;
  }
  .left_2_2_img {
    width: calc(50% - 10px);
    height: 100px;
  }
  .location_block_2_3 {
    margin-top: 50px;
  }
  .flex_2_3 {
    flex-wrap: wrap;
  }
  .block_2_3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .location_area3 {
    margin-bottom: 70px;
  }
  .location_block_3_1 {
    margin-top: 50px;
  }
  .flex_3_1 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .block_3_1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .img_3_1 {
    height: 180px;
  }
  .img_3_2 {
    height: 180px;
  }
  .img_3_1_2 {
    height: 180px;
  }
  .img_3_2_2 {
    height: 180px;
  }
  .location_block_3_3 {
    margin-top: 70px;
  }
  .flex_3_3 {
    flex-wrap: wrap;
  }
  .block_3_3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .block_3_3 .img {
    height: 180px;
  }
  .location_block_3_4 {
    margin-top: 50px;
  }
  .location_block_3_4 h3 {
    font-size: 18px;
  }
  .flex_3_4 {
    flex-wrap: wrap;
  }
  .block_3_4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .location_block_3_5 {
    margin-top: 50px;
  }
  .location_block_3_5 h3 {
    font-size: 18px;
  }
  .flex_3_5 {
    flex-wrap: wrap;
  }
  .block_3_5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .block_4 {
    width: 100%;
  }
  .block_4 dl {
    flex-wrap: wrap;
    height: unset;
    border-bottom: none;
  }
  .block_4 dl dt {
    height: unset;
    width: 100%;
  }
  .block_4 dl dd {
    font-size: 12px;
    margin-right: 0px;
    display: block;
    width: 100%;
    height: unset;
    margin-top: 5px;
    margin-left: 0;
  }
}