@charset "utf-8";
/* スマホ */
@media (max-width:960px) {
  /* .connect_item */
  .connect_item .han_item, .connect_item .book_item, .connect_item .memory_item {
    margin-top: 8vw;
  }
  .connect_item .han_item:first-child, .connect_item .book_item:first-child, .connect_item .memory_item:first-child {
    margin-top: 0;
  }
  .connect_item .title {
    font-size: 1.8rem;
  }
  /* exhibition */
  #exhibition .expo_main .detail {
    padding-bottom: 2.66vw;
  }
  #exhibition .swiper-container {
    overflow: hidden;
  }
  #exhibition .expo_photo {
    position: relative;
  }
  #exhibition .expo_sub {
    margin-top: 13.33vw;
  }
  #exhibition .subImgBox {
    width: 25.33vw;
    padding-left: 1px;
  }
  #exhibition .subTextBox {
    width: 53.33vw;
    font-size: 1rem;
  }
  #exhibition .noClm .subTextBox {
    width: 100%;
  }
  #exhibition .subTextBox ul li {
    margin-top: 2vw;
  }
  #exhibition .subTextBox ul li:first-child {
    margin-top: 0;
  }
  #exhibition .subTextBox ul.sub li {
    margin-top: 0;
  }
  #exhibition .subTextBox ul li .title {
    font-weight: 500;
  }
  #exhibition .expo_main .detail a, #exhibition .subTextBox a {
    color: #000000;
  }
  /* swiper */
  .swiper-container {
    width: 100%;
    z-index: 10;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    display: none;
  }
  .swiper-button-prev {
    position: absolute;
    left: -3.33vw;
    width: 7.466vw;
    height: 7.466vw;
    border: solid 1px #808080;
    background-image: url(/common/img/icon_prev.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .swiper-button-next {
    position: absolute;
    right: -3.33vw;
    width: 7.466vw;
    height: 7.466vw;
    border: solid 1px #808080;
    background-image: url(/common/img/icon_next.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 12;
  }
  .swiper-pagination {
    position: absolute;
    bottom: -25px !important;
    height: 10px;
    font-size: 0;
    text-align: center;
    list-style: none;
  }
  .swiper-pagination span {
    display: inline-block;
    margin: 0 2px !important;
    font-size: 0;
    line-height: 0 !important;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    cursor: pointer;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    transition: all 0.3s ease;
    background: #000000 !important;
  }
  .swiper-pagination span.swiper-pagination-bullet-active, .swiper-pagination span:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}