.swiper,.kuren-swiper{
    height: 300px;
    width: 100%;
}
.kuren-swiper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-kure{
        position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.kuren-swiper img,
.swiper-slide img {
    width: 100%;
height: 238px;
    display: block;
    object-fit: cover;
}

.line-list li {
    border-bottom: 1px solid #ccc;
    /* 線の太さ 線の種類 線の色 */
    padding-bottom: 8px;
    /* 線と文字の間の余白 */
    margin-bottom: 8px;
    /* 線と次の項目の間の余白 */
    font-size: 1.5rem;
}
   

ul {
    padding: 0 30px;
    margin: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}

.moji{
    text-shadow: none !important;
color: #000000 !important;
        font-size: 1.7rem !important;
        font-weight: bold;
}

@media screen and (max-width: 767px) {
      .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
    .kuren-swiper {
  width: 100%;
 height: 200px;
}
  .kuren-swiper, .swiper-slide {
    height: 200px;
  }

  .kuren-swiper .swiper-slide img {
    width: 100%;
        height: 60%;
    object-fit: cover;
  }

  .moji{
    font-size:1.2rem  !important;
  }
}