@charset "utf-8";

.mv{
  position: relative;
}
.mv span{
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 5px;
  background-color: rgba(0,0,0,.7);
  font-size: clamp(10px,1.2vw,14px);
  line-height: 1;
  color: #fff;
}

.map-box{
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 80px;
}
.map-box .tit{
  max-width: 430px;
  width: 80%;
  margin: 0 auto 70px;
}
.map-box .map{
  border: solid 1px #898989;
}
@media screen and (max-width: 767px) {
  .map-box{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px;
  }
  .map-box .tit{
    width: 70%;
    margin: 0 auto 10px;
  }
  .map-box .map{
    border: none;
  }
}

.l-page-link{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-page-link a{
  width: calc(100% / 4 - 20px);
  padding-top: 20%;
  background-color: #cccccc;
  border: solid 1px #273c23;
  cursor: pointer;
  transition: .3s;
  position: relative;
  text-indent: -9999px;
}
.l-page-link a:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center center / contain;
}
.l-page-link a.select,
.l-page-link a:hover{
  background-color: #273c23;
}
.l-page-link a:nth-child(1):after{
  background-image: url(../img/location/tab01.svg);
}
.l-page-link a:nth-child(1).select:after,
.l-page-link a:nth-child(1):hover:after{
  background-image: url(../img/location/tab01-on.svg);
}
.l-page-link a:nth-child(2):after{
  background-image: url(../img/location/tab02.svg);
}
.l-page-link a:nth-child(2).select:after,
.l-page-link a:nth-child(2):hover:after{
  background-image: url(../img/location/tab02-on.svg);
}
.l-page-link a:nth-child(3):after{
  background-image: url(../img/location/tab03.svg);
}
.l-page-link a:nth-child(3).select:after,
.l-page-link a:nth-child(3):hover:after{
  background-image: url(../img/location/tab03-on.svg);
}
.l-page-link a:nth-child(4):after{
  background-image: url(../img/location/tab04.svg);
}
.l-page-link a:nth-child(4).select:after,
.l-page-link a:nth-child(4):hover:after{
  background-image: url(../img/location/tab04-on.svg);
}
@media screen and (max-width: 767px) {
  .l-page-link{
    margin: 0 auto 30px;
  }
  .l-page-link a{
    width: calc(100% / 4 - 5px);
    padding-top: 20%;
  }
  .l-page-link a.select,
  .l-page-link a:hover{
    background-color: #273c23;
  }
  .l-page-link a:nth-child(1):after{
    background-image: url(../img/location/tab01_sp.svg);
  }
  .l-page-link a:nth-child(1).select:after,
  .l-page-link a:nth-child(1):hover:after{
    background-image: url(../img/location/tab01-on_sp.svg);
  }
  .l-page-link a:nth-child(2):after{
    background-image: url(../img/location/tab02_sp.svg);
  }
  .l-page-link a:nth-child(2).select:after,
  .l-page-link a:nth-child(2):hover:after{
    background-image: url(../img/location/tab02-on_sp.svg);
  }
  .l-page-link a:nth-child(3):after{
    background-image: url(../img/location/tab03_sp.svg);
  }
  .l-page-link a:nth-child(3).select:after,
  .l-page-link a:nth-child(3):hover:after{
    background-image: url(../img/location/tab03-on_sp.svg);
  }
  .l-page-link a:nth-child(4):after{
    background-image: url(../img/location/tab04_sp.svg);
  }
  .l-page-link a:nth-child(4).select:after,
  .l-page-link a:nth-child(4):hover:after{
    background-image: url(../img/location/tab04-on_sp.svg);
  }
}

.l-tab__content{
  background-color: #faf9ec;
  padding-top: 150px;
  margin-top: -150px;
}
.tab-tit{
  background-color: #273c23;
  text-align: center;
  font-size: clamp(20px,3vw,40px);
  line-height: 1;
  padding: 15px 0;
  color: #fff;
}
.inner{
  padding: 100px 0;
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
.area-txt{
  font-size: clamp(10px,1.3vw,16px);
  line-height: 1.4;
  margin-top: 5px;
}
.area-txt.pd{
  padding-right: 20px;
  position: relative;
}
.area-txt.pd span{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #273c23;
  color: #fff;
  text-align: center;
  font-size: clamp(10px,1.3vw,16px);
  line-height: 1;
  padding: 5px;
}
.area-tit{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 0 80px;
  color: #273c23;
}
.area-tit strong{
  display: block;
  font-size: clamp(20px,2.8vw,36px);
  font-weight: normal;
  line-height: 1.2;
}
.area-tit span{
  display: block;
  font-size: clamp(11px,1.8vw,24px);
  line-height: 1.2;
  padding-left: 10px;
}
.inner table{
  width: 100%;
  border-top: solid 1px rgba(20,38,15,.2);
  margin-top: 60px;
  border-spacing: 0;
}
.inner table td{
  padding: 10px 0;
  border-bottom: solid 1px rgba(20,38,15,.2);
  font-size: clamp(10px,1.5vw,20px);
  line-height: 1.4;
  color: #273c23;
}
.inner table td:nth-of-type(1){
  width: 500px;
}
@media (max-width: 767px) {
  .l-tab__content{
    background-color: #faf9ec;
    padding-top: 70px;
    margin-top: -70px;
  }
  .tab-tit{
    background-color: #273c23;
    text-align: center;
    font-size: clamp(20px,3vw,40px);
    line-height: 1;
    padding: 10px 0;
    color: #fff;
  }
  .inner{
    padding: 30px 0;
  }
  .area-txt{
    font-size: clamp(10px,1.3vw,16px);
    line-height: 1.4;
    margin-top: 5px;
  }
  .area-tit{
    display: block;
    padding: 0 0 25px;
    text-align: center;
  }
  .area-tit strong{
    margin-block: 5px;
  }
  .area-tit span{
    display: block;
    font-size: clamp(11px,1.8vw,24px);
    line-height: 1.2;
    padding-left: 0;
  }
  .inner table{
    margin-top: 20px;
  }
  .inner table td{
    padding: 10px 0;
    border-bottom: solid 1px rgba(20,38,15,.2);
    font-size: clamp(10px,1.5vw,20px);
    line-height: 1.4;
    color: #273c23;
  }
  .inner table td:nth-of-type(1){
    min-width: 155px;
    width: 100px;
  }
}

@media (min-width: 768px) {
    .swiper-container {
        display: none;
    }
    .static-images {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }
}

/* スマホ時（Swiper適用） */
@media (max-width: 767px) {
    .swiper-container {
        display: block;
    }
    .swiper-slide{
    }
    .static-images {
        display: none;
    }
    .swiper-button-next,
    .swiper-button-prev{
      width: 25px;
      height: 25px;
      background: url(../img/location/arw.png) no-repeat center center / contain;
    }
    .swiper-button-prev{
      transform: scale(-1,1);
    }
}

.bn{
  background-color: #faf9ec;
  padding-bottom: 100px;
}
.bn a{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  display: block;
  transition: .3s;
}
.bn a:hover{
  opacity: .7;
}
@media (max-width: 767px) {
  .bn{
    background-color: #faf9ec;
    padding-bottom: 50px;
  }
}