@charset "UTF-8";
/* CSS Document */

/*************************************************
*****                 top    　              *****
*************************************************/
.ttl-sec__other.--access::before {
  top: 240px;
  background-image: url(../image/access/ac_access.png);
  width: 366px;
  height: 150px;
}
@media (max-width: 960px) {
  .ttl-sec__other.--access::before {
    top: 155px;
    width: 178px;
    height: 75px;
  }
}

/*************************************************
*****                店舗情報  　              *****
*************************************************/
.sec-info {
  position: relative;
}

/* --背景-- */
.sec-info_illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.sec-info_illust-hai {
  position: absolute;
  width: 20%;
  max-width: 250px;
  bottom: 100px;
  right: 0;
  z-index: 180;
  animation: HaiIllust 20s linear 0s infinite alternate;
}
@keyframes HaiIllust {
  0% {
    transform: rotate(-50deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

.sec-info__list {
  padding-bottom: 280px;
}
.sec-info__list-item {
  display: flex;
  justify-content: center;
}
.sec-info__list-item__lead {
  padding: 10px 100px 10px 50px;
  border-bottom: 1px solid #f0e9d9;
  text-align: left;
  width: 215px;
}
.sec-info__list-item__lead.first {
  border-top: 1px solid #f0e9d9;
}
.sec-info__list-item__description {
  padding: 10px 50px 10px 0;
  border-bottom: 1px solid #f0e9d9;
  width: 580px;
  text-align: left;
}
.sec-info__list-item__description.first {
  border-top: 1px solid #f0e9d9;
}

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓レスポンシブ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media (max-width: 960px) {
  /* --背景-- */
  .sec-info_illust-hai {
    position: absolute;
    width: 25%;
    min-width: 100px;
    bottom: -20px;
    right: 0;
    z-index: 180;
  }

  .sec-info__list {
    margin: 0 auto;
    padding: 0 24px 140px 24px;
    font-size: 1.4rem;
    max-width: 450px;
  }
  .sec-info__list-item__lead {
    padding: 10px 65px 10px 0;
    width: 45%;
  }
  .sec-info__list-item__description {
    padding: 10px 0 10px 0;
    width: 55%;
  }
}

/*************************************************
*****                access  　              *****
*************************************************/
.sec-access {
  padding-bottom: 300px;
  position: relative;
}

/* --背景-- */
.sec-access_illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.sec-access_illust-kumo {
  position: absolute;
  width: 30%;
  max-width: 430px;
  min-width: 350px;
  top: 110px;
  left: -2vw;
  z-index: -1;
  animation: cloud 5s ease-in-out 0s infinite alternate;
}
@keyframes cloud {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(2vw, -2vw);
  }
}

.sec-access_illust-dokuro {
  position: absolute;
  width: 15%;
  max-width: 280px;
  min-width: 200px;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

.sec-access__address-details {
  margin-bottom: 50px;
}
.sec-access__address-map {
  padding: 0 50px;
  max-width: 1300px;
  height: 45vw;
  width: 100%;
}

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓レスポンシブ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media (max-width: 960px) {
  .sec-access {
    padding-bottom: 160px;
  }

  /* --背景-- */
  .sec-access_illust-kumo {
    width: 40%;
    max-width: 300px;
    min-width: 120px;
    top: 60px;
    left: -20px;
  }
  .sec-access_illust-dokuro {
    width: 40%;
    max-width: 150px;
    min-width: 100px;
    right: 0;
  }

  .sec-access__address-details {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
  .sec-access__address-map {
    padding: 0 24px;
    max-width: 700px;
    height: 80vw;
    max-height: 500px;
    width: 100%;
  }
}
