.swiper-wrapper {
  transition-timing-function: linear;
}

h2 {
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

section {
  padding: 20px 0 20px;
  width: 95%;
  margin: 0 auto;
}

.secNews {
  padding: 20px 0 20px;
}
.secNews .newsArea {
  border-radius: 0px;
  margin: 0 auto;
  padding: 20px 15px;
  border-top: 3px solid #070b4b;
  border-bottom: 3px solid #070b4b;
}
.secNews .news {
  margin: 10px 0;
  display: block;
}
.secNews h2 {
  color: #070b4b;
  text-align: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.secNews .date {
  font-size: 14px;
}
.secNews .title {
  font-size: 15px;
  font-weight: 500;
}
.secNews .navlink {
  display: block;
  text-align: right;
  margin-left: auto;
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.secShop .gridArea .name {
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}
.secShop .gridArea .name + div {
  padding-bottom: 15px;
  border-bottom: 1px solid #070b4b;
  font-size: 15px;
}
.secShop .gridArea .name + div a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.secShop .gridArea .name + div span {
  font-size: 14px;
}
.secShop .iframeWrap {
  margin-top: 20px;
  width: 100%;
}
.secShop .iframeWrap iframe {
  width: 100%;
}
.secShop h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 0;
}
.secShop .tubu {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 5px;
}
.secShop .tubu a {
  display: block;
}

.secContact .wrap {
  padding: 20px 0 0;
}
.secContact .wrap p {
  font-size: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.secContact .wrap .btn {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #070b4b;
  color: #fffff8;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px 12px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.secSns h2 + p {
  padding: 5px 0;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-align: center;
}
.secSns .btnWrap {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.secSns .btnWrap a {
  display: block;
}

.shop2 h2 {
  margin-bottom: 20px;
}
.shop2 .wrap {
  display: grid;
  gap: 30px;
}
.shop2 .wrap img {
  border: 2px solid #070b4b;
}

.swiper .swiper-slide {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiperWrap {
  padding: 40px 0 0;
}/*# sourceMappingURL=style.css.map */