.l-main__intro {
  padding: 70px 20px 50px;
  background: #051f4a;
}
@media screen and (max-width: 768px) {
  .l-main__intro {
    padding: 40px 20px 30px;
  }
}
.l-main__intro__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l-main__intro__container h2 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 80px;
  padding-bottom: 30px;
  position: relative;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main__intro__container h2 {
    font-size: 26px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.l-main__intro__container h2:after {
  content: "";
  background-image: url(../images/eye/titleBorder.png);
  width: 100%;
  height: 14px;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: 0;
  bottom: -30px;
  background-repeat: no-repeat;
}

.l-main__introBottom {
  padding: 70px 0;
  background: #fef4af;
}
@media screen and (max-width: 550px) {
  .l-main__introBottom {
    padding: 30px 0;
  }
}
.l-main__introBottom__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-main__introBottom__container h2 {
  font-size: 35px;
  color: #da367b;
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-main__introBottom__container h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  .l-main__introBottom__container h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.l-main__introBottom__container h2:before, .l-main__introBottom__container h2:after {
  content: "";
  height: 1lh;
  width: 3px;
  background: #da367b;
  position: absolute;
  bottom: 0;
}
.l-main__introBottom__container h2:before {
  transform: rotate(-15deg);
  left: 0;
}
.l-main__introBottom__container h2:after {
  transform: rotate(15deg);
  right: 0;
}
.l-main__introBottom__container h2 strong {
  font-weight: 500;
}
.l-main__introBottom__container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 550px) {
  .l-main__introBottom__container img {
    margin: 0 auto 30px;
  }
}
.l-main__introBottom__container p {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
  .l-main__introBottom__container p {
    font-size: 12px;
    line-height: 20px;
  }
}
.l-main__introBottom__container a {
  background: #008de0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  min-height: 70px;
  width: 100%;
  max-width: 500px;
  display: flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  font-size: 26px;
  position: relative;
  transition: 0.3s ease;
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .l-main__introBottom__container a {
    margin-top: 30px;
    font-size: 16px;
    min-height: 60px;
  }
}
.l-main__introBottom__container a:hover {
  opacity: 0.8;
}
.l-main__introBottom__container a i {
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
  height: 18px;
  width: 12px;
  background-image: url(../images/eye/angle.png);
  background-size: contain;
}

.shops {
  padding: 70px 0 60px;
  background: #ddeffd;
}
@media screen and (max-width: 550px) {
  .shops {
    padding: 45px 0 40px;
  }
}
.shops h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.shops h2 span {
  position: relative;
  padding: 0 15px;
  font-size: 25px;
  color: #051f4a;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .shops h2 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .shops h2 span {
    margin-bottom: 0px;
  }
}
.shops h2 span:before, .shops h2 span:after {
  content: "";
  height: 1lh;
  width: 3px;
  background: #fea807;
  position: absolute;
  bottom: 0;
}
.shops h2 span:before {
  transform: rotate(-15deg);
  left: 0;
}
.shops h2 span:after {
  transform: rotate(15deg);
  right: 0;
}
.shops h2 strong {
  font-size: 35px;
  color: #051f4a;
}
@media screen and (max-width: 768px) {
  .shops h2 strong {
    font-size: 25px;
  }
}
.shops .shops__inner__content {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  max-width: 1110px;
  margin: 70px auto 70px;
}
@media screen and (max-width: 1200px) {
  .shops .shops__inner__content {
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 50px;
  }
}
@media screen and (max-width: 550px) {
  .shops .shops__inner__content {
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 70px auto 50px;
  }
}
.shops .shops__inner__content__item {
  background: #fff;
  padding: 50px 20px 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .shops .shops__inner__content__item {
    flex-basis: calc(50% - 15px);
  }
}
.shops .shops__inner__content__item__point {
  background: #fed804;
  font-size: 12px;
  color: #051f4a;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  gap: 4px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
}
.shops .shops__inner__content__item__point span {
  font-size: 12px;
  line-height: 1;
}
.shops .shops__inner__content__item__point strong {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.shops .shops__inner__content__item__text h3 {
  margin: 20px 0 10px;
}
.shops .shops__inner__content__item__text p {
  text-align: left;
}
.shops .shops__inner__shops {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 550px) {
  .shops .shops__inner__shops {
    padding: 0px;
  }
}
.shops .shops__inner__shops > a {
  background: #fed807;
  color: #051f4a;
  border: #051f4a solid 3px;
  font-weight: bold;
  text-decoration: none;
  min-height: 70px;
  width: 100%;
  max-width: 500px;
  display: flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  font-size: 26px;
  position: relative;
  transition: 0.3s ease;
  margin: 40px auto 60px;
}
@media screen and (max-width: 550px) {
  .shops .shops__inner__shops > a {
    margin: 20px auto 40px;
    max-width: calc(100% - 40px);
    font-size: 16px;
    min-height: 60px;
  }
}
.shops .shops__inner__shops > a:hover {
  opacity: 0.8;
}
.shops .shops__inner__shops > a i {
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
  height: 18px;
  width: 12px;
  background-image: url(../images/eye/angle2.png);
  background-size: contain;
}
.shops .shops__inner__shops h2 {
  margin-bottom: 30px;
}
.shops .shops__inner__shops .shop-accordions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .shops .shops__inner__shops .shop-accordions {
    gap: 15px;
  }
}
.shops .shops__inner__shops .shop-accordion {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}
.shops .shops__inner__shops .shop-accordion__header {
  width: 100%;
  background: #051f4a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 60px 13px 30px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shops .shops__inner__shops .shop-accordion__header {
    font-size: 18px;
    padding: 18px 50px 18px 20px;
  }
}
@media screen and (max-width: 550px) {
  .shops .shops__inner__shops .shop-accordion__header {
    font-size: 16px;
    padding: 16px 45px 16px 15px;
  }
}
.shops .shops__inner__shops .shop-accordion__header:hover {
  background: #0a2d63;
}
.shops .shops__inner__shops .shop-accordion__title {
  flex: 1;
}
.shops .shops__inner__shops .shop-accordion__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .shops .shops__inner__shops .shop-accordion__icon {
    width: 35px;
    height: 35px;
    right: 15px;
  }
}
@media screen and (max-width: 550px) {
  .shops .shops__inner__shops .shop-accordion__icon {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
.shops .shops__inner__shops .shop-accordion__icon::before, .shops .shops__inner__shops .shop-accordion__icon::after {
  content: "";
  position: absolute;
  background: #051f4a;
  transition: transform 0.3s ease;
}
.shops .shops__inner__shops .shop-accordion__icon::before {
  width: 18px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .shops .shops__inner__shops .shop-accordion__icon::before {
    width: 16px;
  }
}
@media screen and (max-width: 550px) {
  .shops .shops__inner__shops .shop-accordion__icon::before {
    width: 14px;
  }
}
.shops .shops__inner__shops .shop-accordion__icon::after {
  width: 2px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .shops .shops__inner__shops .shop-accordion__icon::after {
    height: 16px;
  }
}
@media screen and (max-width: 550px) {
  .shops .shops__inner__shops .shop-accordion__icon::after {
    height: 14px;
  }
}
.shops .shops__inner__shops .shop-accordion.is-open .shop-accordion__icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
.shops .shops__inner__shops .shop-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.shops .shops__inner__shops .shop-accordion.is-open .shops .shops__inner__shops .shop-accordion__content {
  max-height: 3000px;
}
.shops .shops__inner__shops .shop-list {
  padding: 0;
  display: grid;
}
.shops .shops__inner__shops .shop-item {
  background: #fff;
}
.shops .shops__inner__shops .shop-item:nth-child(odd) {
  background: #f5f5f5;
}
.shops .shops__inner__shops .shop-item:nth-child(even) {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .shops .shops__inner__shops .shop-item:nth-child(odd) {
    background: #fff;
  }
  .shops .shops__inner__shops .shop-item:nth-child(even) {
    background: #ededed;
  }
}
.shops .shops__inner__shops .shop-item__info {
  padding: 10px 30px;
  display: flex;
  gap: 10%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .shops .shops__inner__shops .shop-item__info {
    padding: 25px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media screen and (max-width: 550px) {
  .shops .shops__inner__shops .shop-item__info {
    padding: 20px;
    gap: 10px;
  }
}
.shops .shops__inner__shops .shop-item__name {
  font-size: 16px;
  font-weight: bold;
  color: #051f4a;
  text-decoration: underline;
  display: block;
  transition: color 0.3s ease;
  flex-shrink: 0;
  width: auto;
  width: 33%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .shops .shops__inner__shops .shop-item__name {
    font-size: 16px;
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .shops .shops__inner__shops .shop-item__name {
    font-size: 15px;
  }
}
.shops .shops__inner__shops .shop-item__name:hover {
  color: #008de0;
}
.shops .shops__inner__shops .shop-item__detail {
  flex: 1;
}
.shops .shops__inner__shops .shop-item__address {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .shops .shops__inner__shops .shop-item__address {
    font-size: 15px;
  }
}
.shops .shops__inner__shops .shop-item__address a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.shops .shops__inner__shops .shop-item__address a:hover {
  color: inherit;
  text-decoration: none;
}

.note {
  margin-top: 60px;
}
.note .small {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 21px;
  margin-bottom: 30px;
}
.note .mid {
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */