@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: 33%;
  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: 0px;
}

.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: -8px;
}

.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: -30%;
  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;
}

.item {
  border: 1px solid #000;
  padding: 10px;
  background-color: white;
}

.area-sub-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .item {
    text-align: center;
    border: 1px solid #000;
    padding: 20px;
    background-color: white;
  }

  .pT__10 {
    padding-top: 10px;
  }

  .mT__20 {
    margin-top: 20px;
  }

  .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 {
    max-width: 1000px;
    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 {
    z-index: 1000;
    right: 0;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0;
    z-index: 1000;
  }
}

.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-bottom: 11.7vw;
  margin-right: auto;
  margin-left: auto;
}

.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: 100%;
}

.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-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 90px;
  }
  .evolutionAndFutureUpper {
    margin-top: 40px;
  }
  .evolutionAndFutureUpper__cts {
    margin-top: 40px;
  }

  .evolutionAndFutureUpper__cts .img {
    width: 100%;
  }

  .evolutionAndFutureUpper__text {
    width: 100%;
    margin-top: 0;
  }

  .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: 480px;
  }

  .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;
  }
  .evolutionAndFutureLower__cts .img {
    width: 100%;
  }
}

.evolutionAndFutureUpper {
  margin-top: 40px;
}
.flex_container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  align-content: space-around;
}
/* コセキ追加 */
.subHeading::before {
  height: 1px;
}

.mT__10 {
  margin-top: 10px;
}

.mT__20 {
  margin-top: 20px;
}

.mT__30 {
  margin-top: 30px;
}

.area-item {
  -webkit-flex: 0 1 48%;
  flex: 0 1 48%;
}

.pT__20 {
  padding-top: 20px;
}

.mT__50--pc {
  margin: 0;
}

.mT__20--sp {
  margin-top: 20px;
}

.mB__10 {
  margin-bottom: 10px;
}

.f__size10 {
  font-size: 10px;
}

.pL__20 {
  padding-left: 20px;
}

.mL__30--pc {
  margin-left: 0px;
}

.mL__10--sp {
  margin-left: 10px;
}

.mT__20--sp {
  margin-top: 20px;
}

.mL__0 {
  margin-left: 0;
}

.mT__50 {
  margin-top: 50px;
}

.test02 {
  padding-top: 13px;
}

.test03 {
  margin-top: 16px;
}

.test04 {
  margin-top: 31px;
}

.list {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.t__l {
  text-align: left;
}
.border-column {
  margin-right: 30px;
  width: 2px;
  height: 100%;
  background-color: #363636;
}
.column-test {
  display: none;
}
.fW__normal {
  font-weight: normal;
}
.pT__10 {
  padding-top: 10px;
}
.red {
  color: #c41024;
}
.purple {
  color: #5c1686;
}
.numberCompany {
  display: inline !important;
  padding: 3px 5px !important;
  background-color: #04bfb9;
  color: #fff;
  margin-top: 3px;
  margin-right: 2px;
  font-size: 11px;
}
.flex_pc {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .fW__normal {
    font-weight: normal;
  }

  .column-test {
    display: block;
  }
  .test03 {
    margin-top: 0px;
  }

  .test04 {
    margin-top: 13px;
  }

  .area-item {
    -webkit-flex: 0 1 31%;
    flex: 0 1 31%;
  }

  .mL__10--sp {
    margin-left: 0px;
  }

  .mL__30--pc {
    margin-left: 30px;
  }

  .mT__20--sp {
    margin-top: 0;
  }

  .mT__50--pc {
    margin-top: 50px;
  }

  .fx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .areaDataItem02 {
    width: 30%;
  }

  .w__20 {
    width: 20%;
  }

  .w__40 {
    width: 40%;
  }
  .companyUpper {
    margin-top: 40px;
  }
  .Sumidadata {
    margin-top: 40px;
  }
}

/* 小関追加 */
.companyLower__square {
  padding: 2px 5px;
  background-color: #32506b;
  color: white;
}
.companyLower__text p {
  margin-top: 10px;
}
.companyLower__text h3 {
  margin-bottom: 10px;
}

.companyLower {
  margin-top: 40px;
}
.conmpanyLower__cts {
  width: 33%;
}
.companyUpper {
  margin-top: 90px;
}
.Sumidadata {
  margin-top: 90px;
}
.companyImage {
  margin-top: 50px;
}
.slide-location {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  height: 300px;
}
.restaurantMapImg {
  padding-top: 65px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .companyLower {
    margin-top: 50px;
  }
  .conmpanyLower__cts {
    height: 200px;
    width: 48.5%;
  }

  .slide-location {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
    padding-left: 55px;
    position: relative;
    height: 300px;
  }
  .conmpanyLower__cts {
    width: 100%;
  }
  .companyUpper {
    margin-top: 50px;
  }
  .Sumidadata {
    margin-top: 50px;
  }
}
/* 2023.12.15 */
