@charset "UTF-8";

.access {
  padding-bottom: 0 !important;
}

.access-lead {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

.l-col__access {
  margin-bottom: 80px;
}

.accces-img__wrapper {
  width: 50%;
  position: relative;
}

.about-btm__shape {
  width: 30%;
  position: absolute;
  left: -10%;
  top: -8%;
  z-index: -1;
}

.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 0 0 round 20px);
  background: #fff;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease;
  overflow: hidden;
}


.slide>picture,
.slide>picture>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.slide>picture {
  transform: scale(1.05);
  transition: transform 8s ease;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide.active>picture {
  transform: scale(1.0);
}

.access-inner {
  width: 45%;
}

.access-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.access-list__title {
  width: 20%;
  padding: 10px 5px;
  box-sizing: border-box;
  font-weight: 700;
}

.access-list__title:not(:last-of-type) {
  border-bottom: 3px solid #FED8BA;
}

.access-list__inner {
  width: 80%;
  padding: 10px 5px;
  box-sizing: border-box;
}

.access-list__inner:not(:last-of-type) {
  border-bottom: 3px solid #F0EFED;
}

.access__tel-btn {
  background: linear-gradient(45deg, #fd780f, #DAD120, #DAA520);
  color: #fff;
  padding: 7.5px 20px;
  border-radius: 4px;
  margin-left: 20px;
  font-size: 1.4rem;
}

.access-list__sns {
  display: flex;
}

.access-sns__link {
  width: 38px;
}

.access-sns__link:not(:last-of-type) {
  margin-right: 3%;
}

.map {
  padding: 60px;
  box-sizing: border-box;
  background: #F3F3F2;
}

.map-title {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 40px;
}

.map-title__label {
  font-size: 4rem;
}

.map-title__main {
  font-size: 1.4rem;
  font-weight: normal;
  padding-bottom: 10px;

}

.map-google {
  position: relative;
}

.map-google::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.map-google>iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {
  .l-col__access {
    flex-direction: column;
  }

  .access-lead .ui--sp {
    display: block;
  }

  .accces-img__wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .accces-img__wrapper::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 65%;
  }

  .access-inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:896px) {
  .access-inner {
    width: 90%;
  }
}

@media screen and (max-width:787px) {
  .access-inner {
    width: 100%;
  }
}

@media screen and (max-width:680px) {}

@media screen and (max-width:480px) {
  .access-lead {
    font-size: 1.6rem;
    text-align: justify;
    margin-bottom: 30px;
  }

  .access-lead br:nth-of-type(1) {
    display: none;
  }

  .accces-img__wrapper::after {
    padding-top: 100%;
  }

  .slider {
    clip-path: inset(0 0 0 round 10px);
  }

  .access-list {
    flex-direction: column;
  }

  .access-list__title {
    width: 100%;
    padding: 5px;
  }

  .access-list__title:last-of-type {
    border-bottom: 3px solid #FED8BA;
  }

  .access-list__inner {
    width: 100%;
    line-height: 1.6;
    padding-bottom: 15px;
  }

  .access-list__inner:not(:last-of-type) {
    border-bottom: none;
  }

  .map-title__label {
    font-size: 2.6rem;
  }

  .map {
    padding: 60px 20px;
  }

  .map-google::after {
    padding-top: 100%;
  }
}