#slider-wrapper .bx-controls-direction a {
  z-index: 100;
}

#slider-wrapper .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: none;
  box-shadow: none;
  margin-bottom: 10px; /* bx-pagerとbx-captionの高さに応じて調整してください */
}

#slider-wrapper .bx-wrapper img {
  margin: 0 auto;
}

#slider-wrapper .bx-caption {
  position: relative; /* このプロパティを変更します */
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, 0);
  margin-top: 2px;  /* このマージンを調整して、画像とキャプションの間のスペースを変更できます */
}

#slider-wrapper .bx-caption span {
  text-align:center;
  padding: 1.2em;
  font-size: 1.3em; /* 文字サイズを調整します。この値を変更してサイズを調整できます。 */
  color: #000; /* テキストのカラーをブラックにします。 */
}

#slider-wrapper .bx-pager {
  position: relative;
  margin-top: 0px;
}

#slider-wrapper .bx-pager a {
  background: #E5E5E5;
}

#slider-wrapper .bx-pager a:hover,
#slider-wrapper .bx-pager a.active {
  background: #dcae1d;
}
  #slider-wrapper .bx-wrapper {
    margin-bottom: 30px;
  }
#slider-desktop.hidden, #slider-mobile.hidden {
  display: none !important;
}
@media only screen and (max-width: 599px) {
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 30px !important; /* ここを調整する */
  }
  #slider-wrapper .bx-caption {
    margin-bottom: 0 !important;  /* ここを調整する */
  }
}


.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #slider-wrapper .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}
 .amazonpay{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}

#blogblock {
  margin: 0 auto 45px;
}
#blog-wrap .blog-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 35px;
    width: 100%;
}
#blog-wrap .blog-item {
    list-style: none;
    width: 32%;
}
#blog-wrap .blog-items .slick-slide {
    margin: 0 10px;
}
#blog-wrap .blog-item a {
    text-decoration: none;
}
#blog-wrap .blog-item a .blog-image {
    height: 285px;
  	margin: 0 0 10px;
    overflow: hidden;
}
#blog-wrap .blog-item a .blog-image img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}
#blog-wrap .blog-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#blog-wrap .blog-flex .blog-cat {
  background: #f1f1f1;
  border-radius: 50px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  width: 100%;
  max-width: max-content;
}
#blog-wrap .blog-flex .blog-date {
    color: #999;
    font-size: 12px;
    margin: 0;
}
#blog-wrap .blog-ttl {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#blog-wrap .blog-except p {
    color: #333;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#blog-wrap .slick-dots {
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
#blog-wrap .slick-dots li {
    height: auto;
    width: auto;
}
#blog-wrap .slick-dots li button {
    background: #000;
    border-radius: 50%;
    color: transparent;
    display: block;
    height: 8px;
    opacity: .6;
    padding: 0;
    width: 8px;
}
#blog-wrap .slick-dots li.slick-active button {
    opacity: 1;
}
#blog-wrap .slick-dots li button:before {
    display: none;
}
#blog-wrap .slick-next,
#blog-wrap .slick-prev {
    margin: auto;
    top: -35px;
    bottom: 0;
    z-index: 999;
}
#blog-wrap .slick-next {
    right: -15px;
}
#blog-wrap .slick-prev {
    left: -15px;
}
#blog-wrap .slick-prev::before,
#blog-wrap .slick-next::before {
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    height: 20px;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
}
#blog-wrap .slick-next::before {
    content: "\f105";
    right: 18px;
}
#blog-wrap .slick-prev::before {
    content: "\f104";
    left: 18px;
}
@media screen and (max-width: 968px) {
    #blog-wrap .blog-items {
        padding: 0 0 35px;
    }
    #blog-wrap .blog-item a .blog-image {
        height: 220px;
    }
    #blog-wrap .blog-item a .blog-image img {
        height: 230px;
    }
    #blog-wrap .blog-items .slick-slide {
        margin: 0 5px;
    }
    #blog-wrap .slick-next {
        right: -10px;
    }
    #blog-wrap .slick-prev {
        left: -10px;
    }
}