@charset "utf-8";
.tabList{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
          align-items: stretch;
}
.location__catch{
  padding: 13vw 0 9.1vw;
}
.location__catch .catchCopy{
  padding-bottom: 13vw;
}
.location__catch > .img{
  border-style: solid;
  border-width: 4px;
}
.location__catch > .img + .img{
  margin-top: 4.55vw;
}
.areaIntroduction{
  padding: 10.4vw 0 11.7vw;
}
.areaIntroduction__tab{
  margin-top: 9.1vw;
}
.areaIntroduction__tab .tabList__item{
  width: 50%;
  height: 13vw;
  border: solid 1px #ccc;
  background-color: #fff;
}
.areaIntroduction__tab .tabList__item + .tabList__item{
  border-left: none;
}
.areaIntroduction__tab .tabList__item.w100{
  width: 100%;
}
.areaIntroduction__tab .tabList{
  margin-bottom: 10.4vw;
}
.areaIntroduction__tab h3 > span{
  display: block;
  padding-left: 10px;
}
.areaIntroduction__tab h3 > span + span{
  margin-top: 5px;
  padding-left: 0;
}
.areaIntroductionUpper__cts{
  /*margin-top: 4.5vw;*/
}
.areaIntroductionUpper__text{
  /*margin-top: 5.7vw;*/
  padding: 0 3.9vw;
}
.areaIntroduction__tabList .slide{
  margin-top: 5.2vw;
  padding-bottom: 9.1vw;
}
.slide{
  position: relative;
  width: 100%;
}
.slide li > .title{
  margin-top: 4vw;
}
.slide li > .text{
  margin-top: 3vw;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
  bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
  width: 5vw;
  height: 5vw;
  background-size: cover;
  top: 28vw;
}
.swiper-button-prev:after,
.swiper-button-next:after {
 font-size: 0;
}
.swiper-button-next::before,
.swiper-button-prev::before{
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.swiper-button-next::after,
.swiper-button-prev::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14%;
  margin-left: -25%;
  transform: rotate(45deg);
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}
.swiper-button-prev::after{
  margin-left: -15%;
  transform: rotate(-135deg);
}
.companies .slide{
  margin-top: 7.8vw;
}
@media screen and (min-width: 768px){
  .location__catch > .img + .img{
    margin-top: 50px;
  }
  .location__catch{
    padding: 90px 0 70px;
  }
  .areaIntroduction{
    padding: 90px 0;
  }
  .areaIntroductionUpper .text{
    line-height: 2.3;
  }
  .areaIntroductionUpper .img{
    width: 480px;
  }
  .areaIntroductionUpper__text{
    width: 100%;
    margin-top: 0;
    padding: 0 0 0 40px;
  }
  .areaIntroduction__tab{
    margin-top: 45px;
  }
  .areaIntroduction__tab .tabList__item{
    height: 50px;
  }
  .areaIntroduction__tab .tabList{
    margin-bottom: 70px;
  }
  .areaIntroduction__tab h3 > span + span{
    margin-top: 10px;
  }
  .areaIntroductionUpper__cts{
    /*margin-top: 40px;*/
  }
  .areaIntroduction__tabList .slide{
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .slide{
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
  .slide li > .title{
    margin-top: 20px;
  }
  .slide li > .text{
    margin-top: 10px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -42px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev{
    right: 0;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next{
    left: 0;
  }
}
.restaurant{
  padding: 10.4vw 0 14.3vw;
  background-color: #5d4046;
}
.restaurant__title img{
  display: inline-block;
  width: 57.46vw;
}
.restaurantInner > .text{
  margin-top: 9.1vw;
  line-height: 2.3;
}
.restaurantInner > .subHeading{
  margin-top: 9.1vw;
}
.restaurantInner > .subHeading::before{
  height: 1px;
}
.restaurantList{
  margin-top: 4vw;
}
.restaurantList li{
  width: 48%;
}
.restaurantList li .title{
  margin-top: 8px;
}
.restaurantList li .title .area{
  display: block;
  margin-bottom: 5px;
}
.restaurantList li .text{
  margin-top: 8px;
}
@media screen and (max-width: 767px){
  .restaurantList li + li{
    margin-left: 4%;
  }
  .restaurantList li:nth-child(odd){
    margin-left: 0;
  }
  .restaurantList li:nth-child(n + 3){
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px){
  .restaurant{
    padding: 65px 0 75px;
  }
  .restaurant__title img{
    width: 220px;
  }
  .restaurantInner > .text{
    margin-top: 35px;
  }
  .restaurantInner >.subHeading{
    margin-top: 35px;
  }
  .restaurantList{
    margin-top: 20px;
  }
  .restaurantList li{
    width: 300px;
  }
  .restaurantList li .title{
    margin-top: 15px;
  }
  .restaurantList li .text{
    margin-top: 15px;
  }
  .restaurantList li + li{
    margin-left: 50px;
  }
  .restaurantList li:nth-child(3n + 1){
    margin-left: 0;
  }
  .restaurantList li:nth-child(n + 4){
    margin-top: 25px;
  }
}
.evolutionAndFuture{
  margin: 9.1vw auto 11.7vw;
}
.evolutionAndFutureUpper__cts{
  margin-top: 9.1vw;
}
.evolutionAndFutureUpper__text{
  margin-top: 5.7vw;
}
.evolutionAndFutureUpper__text > .text{
  margin-top: 3vw;
}
.evolutionAndFutureLower{
  margin-top: 7vw;
}
.evolutionAndFutureLower__cts + .evolutionAndFutureLower__cts{
  margin-top: 5.2vw;
}
.evolutionAndFutureLower__cts .img{
  width: 48%;
}
.evolutionAndFutureLower__text{
  width: 100%;
  padding-left: 4%;
}
.evolutionAndFutureLower__text > .title{
  line-height: 1.4;
}
.evolutionAndFutureLower__text > .title span{
  display: block;
  line-height: 1;
  margin-top: 3px;
}
.evolutionAndFutureLower__text > .text{
  margin-top: 3vw;
}
.redevelopment{
  border: solid 2px #c1cbd1;
  margin-top: 7vw;
  border-radius: 20px;
}
.redevelopment .img{
  margin:  8vw auto;
  padding: 0 6vw;
}
@media screen and (min-width: 768px){
  .evolutionAndFuture{
    margin: 90px auto;
  }
  .evolutionAndFutureUpper__cts{
    margin-top: 40px;
  }
  .evolutionAndFutureUpper__cts .img{
    width: 720px;
  }
  .evolutionAndFutureUpper__text{
    width: 100%;
    margin-top: 0;
    padding-left: 40px;
  }
  .evolutionAndFutureUpper__text > .text{
    margin-top: 10px;
  }
  .evolutionAndFutureLower{
    margin-top: 40px;
  }
  .evolutionAndFutureLower__cts{
    width: 480px;
  }
  .evolutionAndFutureLower__cts + .evolutionAndFutureLower__cts{
    margin-top: 0;
  }
  .evolutionAndFutureLower__cts > .img{
    width: 200px;
  }
  .evolutionAndFutureLower__text{
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
  }
  .evolutionAndFutureLower__text > .title{
    margin-top: 0;
  }
  .evolutionAndFutureLower__text > .text{
    margin-top: 20px;
  }
  .redevelopment{
    border: solid 2px #c1cbd1;
    margin-top: 40px;
    border-radius: 20px;
    padding: 0 10px;
  }
  .redevelopment .img{
    width: 33.3%;
    margin: 0;
    padding: 30px 20px;
  }
}