@charset "utf-8";
/* CSS Document */
.swiper_a {
  overflow: hidden;
  height: clamp(240px, 50vh, 400px);
}
.swiper_a img {
  display: block;
  height: clamp(240px, 50vh, 400px);
  width: auto;
}
.swiper_a .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper_a .swiper-slide {
  opacity: 1 !important;
  width: auto;
  margin-right: 14px !important;
}
.swiper_a img {
  border-radius: 10px;
}
.map_a {
  text-align: center;
}
.map_a .mapbox {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.map_a .mapbox iframe {
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
}
.map_a .txtbox {
  max-width: 900px;
  margin: 0 auto;
}
.cate1 .imgbox {
  border-radius: 10px;
  overflow: hidden;
}
.cate1 .imgbox img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.sns_a {
  justify-content: flex-start;
  gap: clamp(20px, 4vw, 60px);
  width: 1000px;
}
.sns_a .item {
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #9b7a53;
  letter-spacing: .12em;
  transition: .3s;
}
.sns_a p {
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: 18px;
  color: #9b7a53;
}
.sns_a .item i {
  font-size: 28px;
  color: #9b7a53;
}
.sns_a .item:hover {
  opacity: .7;
}
.sns_a .icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns_a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}