/*==================================================
	party report
================================================== */
.slideouter {
  background: #eee;
  padding-top: 40px;
  padding-bottom: 35px;
}
.slideouter .title-Josefin > img{
  width: 200px;
}

@media screen and ( max-width: 768px){ 
  .slideouter .title-Josefin.tac {
    text-align: center;
  }
  
  .slideouter .title-Josefin > img{
    width: 160px;
  }
}


.topic .topic_title {
color: #000000;  
font-weight: normal;
margin-top: 15px;
}

.box_03 .link_01 {
  position: relative;
}

.link_01 a {
  display: inline-block;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  color: #795200;
  font-size: 14px;
}
.renewal-box_03 .link_01 a {
  text-align: center;
  border: 1px solid #ac9954;
  padding: 10px 0;
  width: 300px;
  margin: 10px auto 50px;
  position: relative;
  font-weight: normal;
}
.renewal-box_03 .link_01 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 90%;
  width: 7px;
  height: 14px;
  margin-top: -1px;
  background: url(/wp-content/uploads/2024/04/link_icon_01.png) no-repeat right center;
  background-size: cover;
  transform: translateY(-50%);
}
@media screen and ( max-width: 768px){
.title_05 {
      font-size: 20px;
      line-height: 1.5;
}
.box_03 .link_01 {
  text-align: center;
}
}

.box_03 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.slide_wrap {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 45px;
  overflow: hidden;
}
@media screen and ( max-width: 768px){ 
  .slide_wrap {
  width: 100%;
  }
}

.slide_01 .slide_01_item .slide_01_item_inner {
  width: 270px;
}
.slide_01 .topic .topic_img img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 640px) {
  .slide_01 .slide_01_item .slide_01_item_inner {
    width: auto;
  }
}

.box_03.renewal-box_03 .container {
  position: relative;
  width: 900px;
}

@media screen and ( max-width: 768px){ 
  .box_03.renewal-box_03 .container {
  width: 100%;
  }
}

.swiper-container {
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

@media screen and ( max-width: 768px){ 
  .swiper-slide {
    flex-shrink: 0;
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  
  position: absolute; 
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

@media screen and ( max-width: 768px){ 
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination-bullet {
  display: block;
  width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    padding: 0;
    background: #c9caca;
    border-radius: 8px;
    font-size: 0;
    outline: 0;
    cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #231815;
}

.swiper-arrow {
  position: absolute;
  top: 50%;
  top: calc(50% - 75px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 19px;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.swiper-arrow.swiper-button-next {
  background: url(https://akasakaprince.com//wp-content/uploads/2024/04/link_icon_next.png) no-repeat left top;
  right: -20px;
}
.swiper-arrow.swiper-button-prev {
  background: url(https://akasakaprince.com/wp-content/uploads/2024/04/link_icon_prev.png) no-repeat left top;
  left: -20px;
}
@media screen and ( max-width: 768px){ 
  .swiper-arrow {
    display: none;
  }
}
