.sidebanner {
  position: absolute;
  top: 20%;
  right: 50px;
  width: 150px;
}
div.carousel .pr_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  right: 15%;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.carousel .pr_logo img {
  width: 250px;
  margin: auto;
}
@media (min-width: 992px) {
  .sidebanner {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .sidebanner {
    width: inherit;
  }
  /* div.carousel .pr_logo {
    bottom: 280px;
  } */
  div.carousel .pr_logo img {
    width: 23vw;
  }
}
/*
div.carousel > img {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  width: 250px;
}
.sidebanner{
  position: absolute;
  top: 20%;
  right: 50px;
  width: 150px;
}
@media (min-width: 768px) {
  div.carousel > img {top: 17.5%;}
}
@media (min-width: 992px) {
  div.carousel > img {
    top: 20%;
    width: 300px;
  }
  .sidebanner{width: 200px;}
}
@media (min-width: 1200px) {
  div.carousel > img {width: 400px;}
  .sidebanner{width: inherit;}
}
@media (min-width: 1600px) {
  div.carousel > img {
    top: 25%;
    width: auto;
  }
}
*/

.news {
  padding: 3.5rem 0;
}
.news > div {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding-top: 0;
}
.news div.row a {
  border-bottom: 1px solid #000;
  padding: 0.5rem 0;
  display: block;
  text-decoration: none !important;
}
.news dl {
  margin: 0;
}
.news dl dt {
  font-weight: normal;
  margin: 0 1.5rem 0.5rem 0;
}
.news dl dt .news-label {
  color: #fff;
  font-size: 0.85rem;
  margin-left: 1rem;
  display: inline-block;
  width: 98px;
  padding: 0.4rem 1rem;
  text-align: center;
  line-height: 1;
}
.news dl dt .news-label.label-news {
  background: #64c3d0;
}
.news dl dt .news-label.label-expedition {
  background: #678dba;
}
.news dl dt .news-label.label-event {
  background: #d084be;
}
.news dl dd {
  margin: 0;
}
@media (min-width: 1200px) {
  .pr_block {
    margin-bottom: 5rem;
    position: relative;
  }
  .news {
    position: absolute;
    bottom: -10%;
    left: 15%;
    right: 15%;
    padding: 0;
  }
  .news > div {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 2rem 2rem 0;
  }
  .news dl {
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
  .news dl dt {
    margin: 0 1.5rem 0 0;
    width: 210px;
  }
  .news dl dt .news-label {
    margin-left: 1.5rem;
  }
  .news dl dd {
    flex: 1;
  }
}
@media (max-width: 992px) {
  .news h2 {
    text-align: center;
  }
  .news h2 span {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .news h2 span:before,
  .news h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 4px;
    background-color: black;
  }
  .news h2 span:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .news h2 span:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}

#index section {
  padding: 3.5em 0;
}

#index h2 {
  text-align: center;
}
#index h2 span {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
#index h2 span:before,
#index h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  background-color: black;
}
#index h2 span:before {
  left: 0;
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#index h2 span:after {
  right: 0;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

/* #sb_instagram{padding-bottom:0 !important;} */
/* #sb_instagram .sbi_photo_wrap{border-radius: 50%; overflow:hidden;} */

#index .special {
  text-align: center;
  margin: 1rem auto;
  border: 2px solid #333333;
}
#index .special a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #333333 !important;
  font-size: 1.3rem;
  font-weight: bold;
}

div.yt {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
div.yt iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}

.sns a {
  color: white !important;
  text-align: left;
  text-decoration: none;
  margin: 0.5rem 0;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.sns a:hover {
  opacity: 0.7;
}
.sns a::before {
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background-size: contain !important;
}
.sns .twitter {
  background-color: #52aae7;
}
.sns .facebook {
  background-color: #1977f2;
}
.sns .blog {
  background-color: #464646;
}
.sns p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 0.9rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex: 1;
}
.sns p strong {
  font-size: 1.3rem;
  font-weight: 700;
}

.sns .twitter::before {
  background-image: url("/wp-content/themes/aplan/img/index-twitter.png");
}
.sns .facebook::before {
  background-image: url("/wp-content/themes/aplan/img/index-facebook.png");
}
.sns .blog::before {
  background-image: url("/wp-content/themes/aplan/img/index-blog.png");
}
@media (min-width: 576px) {
  .sns a {
    justify-content: center;
  }
  .sns p {
    width: 130px;
    display: block;
    flex: 0 1 auto;
  }
}
@media (min-width: 992px) {
  .sns {
    display: flex;
    margin: 0 -15px;
  }
  .sns a {
    flex: 1;
    margin: 0 15px;
    padding: 2rem;
  }
  .sns p {
    width: auto;
  }
}

.rec-header {
  color: white;
  background-color: #333333;
  padding: 12px;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 768px) {
  .rec-header {
    font-size: 14px;
    padding: 10px;
  }
}

/* スライダーのwrapper */
.index-Swiper-thumb > .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.index-Swiper-thumb .swiper-slide {
  /* height: 320px !important; 高さを指定 */
  width: auto !important;
}

/* スライド内の画像*/
.index-Swiper-thumb .swiper-slide img {
  width: auto;
  height: 100%;
}
