@charset "UTF-8";
.information__logo {
  display: block;
  margin: 0 auto;
  max-width: 150px;
}

.insta-swiper-box {
  max-width: 100%;
  margin: 0 auto;
}

.sidebar .swiper-button-prev {
  left: -10px;
}
.sidebar .swiper-button-next {
  right: -10px;
}

.single__main-content ul {
  padding-left: 70px;
  margin: 32px 0;
  list-style: none;
}
.single__main-content ul li {
  position: relative;
  border: solid 0.9px black;
  border-radius: 10px;
  padding: 20px;
}
.single__main-content ul li::before {
  background-image: url("../../src/article/vamoskun.webp");
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: 45px;
  top: 10px;
  left: -65px;
  z-index: 10;
  background-repeat: no-repeat;
}
.single__main-content ul li::after {
  content: "";
  position: absolute;
  background-image: url("../../src/article/talk1.webp");
  width: 50px;
  height: 50px;
  background-size: 25px;
  top: 25px;
  left: -24px;
  z-index: 10;
  background-repeat: no-repeat;
}
.single__main-content .b,
.single__main-content .b2,
.single__main-content .b3 {
  margin: 32px 0 !important;
  list-style: none;
  margin-left: 70px !important;
  position: relative;
  border: solid 0.9px black;
  border-radius: 10px;
  padding: 20px;
}
.single__main-content .b::before,
.single__main-content .b2::before,
.single__main-content .b3::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: 45px;
  top: 10px;
  left: -65px;
  z-index: 10;
  background-repeat: no-repeat;
}
.single__main-content .b::after,
.single__main-content .b2::after,
.single__main-content .b3::after {
  content: "";
  position: absolute;
  background-image: url("../../src/article/talk1.webp");
  width: 50px;
  height: 50px;
  background-size: 25px;
  top: 25px;
  left: -24px;
  z-index: 10;
  background-repeat: no-repeat;
}
.single__main-content .s1,
.single__main-content .s2,
.single__main-content .s3,
.single__main-content .s4,
.single__main-content .s5 {
  margin: 32px 0 !important;
  list-style: none;
  margin-right: 70px !important;
  position: relative;
  border: solid 0.9px black;
  border-radius: 10px;
  padding: 20px;
}
.single__main-content .s1::before,
.single__main-content .s2::before,
.single__main-content .s3::before,
.single__main-content .s4::before,
.single__main-content .s5::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: 45px;
  top: 10px;
  right: -90px;
  z-index: 10;
  background-repeat: no-repeat;
}
.single__main-content .s1::after,
.single__main-content .s2::after,
.single__main-content .s3::after,
.single__main-content .s4::after,
.single__main-content .s5::after {
  content: "";
  position: absolute;
  background-image: url("../../src/article/talk2.webp");
  width: 50px;
  height: 50px;
  background-size: 25px;
  top: 25px;
  right: -49px;
  z-index: 10;
  background-repeat: no-repeat;
}

.wp-block-cover {
  position: relative;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  display: none !important;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px !important;
  padding: 5px 15px;
  margin: 1%;
  color: black !important;
  text-align: center;
}
.wp-block-cover .wp-block-cover__inner-container P,
.wp-block-cover-image .wp-block-cover__inner-container P {
  margin: 0;
  font-size: 20px !important;
  line-height: 160% !important;
  margin: 10px auto !important;
}

.insta-swiper-box {
  position: relative;
  margin-top: 35px;
}

.swiper-container12 {
  overflow: hidden;
  padding: 10px;
}

.url {
  display: block;
}
.url a {
  color: rgb(0, 162, 255);
  text-decoration: underline;
  word-wrap: break-word; /* 単語の途中で折り返す */
}

.information__details-dl {
  margin-top: 10px;
}

.sns-flex {
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0 !important;
}
.sns-flex a {
  width: 50px;
}
.sns-flex a.else {
  width: 100px;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background: transparent !important;
}

@media (max-width: 1025px) {
  .insta-swiper-box {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .insta-swiper-box {
    width: 320px;
  }
}
@media (max-width: 500px) {
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-cover-image .wp-block-cover__inner-container {
    width: 250px !important;
  }
  .wp-block-cover .wp-block-cover__inner-container P,
  .wp-block-cover-image .wp-block-cover__inner-container P {
    font-size: 15px !important;
  }
}/*# sourceMappingURL=single.css.map */