@charset 'UTF-8'; 

.container100 {
    overflow: hidden;
    padding: 50px 0 0;
}
.slider {
  margin: 0 auto 50px;
  max-width: 100%;
  width: 100%;
}
.slider-img {
  margin: 0 15px;
}
.slider-img img {
  height: auto;
  width: 100%;
}
.slick-dots {
    margin: 30px 0 50px;
}
.slick-dots li button::before {
  font-size: 12px;
  line-height: 12px;
  width: 12px;
  height: 12px;
  content: '●';
}
.slick-dots li button {
  font-size: 8px!important;
  line-height: 8px!important;
  width: 10px!important;
  height: 10px!important;
  padding: 0px;
}

.slick-prev {
  left: 5%;
  margin-top: -30px;
  margin-left: -35px;
  background: url(/wp-content/themes/icci/img/gallery/s_prev.png) center center;
  background-size: 60px 60px;
  z-index: 90000;
}
.slick-next {
  right: 5%;
  margin-top: -30px;
  margin-right: -35px;
  background: url(/wp-content/themes/icci/img/gallery/s_next.png) center center;
  background-size: 60px 60px;
  z-index: 90000;
}
.slick-prev:before,
.slick-next:before {
    display: none;
}
@media screen and (max-width: 768px) {
    .container100 {
        padding: 50px 0 30px;
    }
    .slider-img {
        margin: 0 8px;
    }
    .slick-prev {
        left: 0%;
        margin-top: -22px;
        margin-left: 0px;
        background-size: 30px 30px;
        width: 45px;
        height: 45px;
    }
    .slick-next {
        right: 0%;
        margin-top: -22px;
        margin-right: 0px;
        background-size: 30px 30px;
        width: 45px;
        height: 45px;
    }
    .slick-dots {
        padding-left: 5px;    
    }    
    .slick-dots li {
        width: 12px;   
    }
}

.slider-img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.izi_img {
    margin-bottom: 20px;
}

.izi_img img {
    width: 100%;
    height: auto;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100000;
  background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal2__overlay,
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal2__content { 
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  overflow:hidden;
}

.modal__content { 
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 450px;
  overflow:hidden;
  border-radius: 10px;
}

.izi_ts00 {
    text-align: center;
}

.izi_ts00 img {
    width: 70%;
    height: auto;
    margin: 0 15%;
}

.modal2__close-btn,
.modal__close-btn {
    border: none!important;
    font-size: 24px!important;
}

.izi_ttl {
    text-align: center;
    margin: 20px;
    color: #524d42;
}

.izi_ts01 {
    border: 1px solid #524d42;
    padding: 5px 10px;
    display: inline-block;
    margin: 0!important;
}

.izi_ts02 {
    font-size: 24px!important;
    margin: 0!important;
}

.izi_ts03 {
    text-align: left!important;
    background: #faf5ef;
    padding: 10px 15px;
    margin: 0 20px 20px!important;
}

.birth_list img:hover {
    opacity: 0.7;
    cursor: pointer;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-next {
    right: 0;
    margin: -30px 0 0;
    background: url(/wp-content/themes/icci/img/gallery/s_next.png) center center;
    background-size: auto;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    z-index: 90000;
}

.swiper-button-prev {
    left: 0;
    margin: -30px 0 0;
    background: url(/wp-content/themes/icci/img/gallery/s_prev.png) center center;
    background-size: auto;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    z-index: 90000;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

@media screen and (max-width: 768px){
    .modal {
        padding: 10px!important;   
    }
    .swiper-button-next {
        margin: -15px 0 0;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev {
        margin: -15px 0 0;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    .izi_ts00 img {
        width: 50%;
        height: auto;
    }
    .izi_ts01 {
        font-size: 12px;
        padding: 3px;   
    }
    .izi_ts02 {
        font-size: 20px;   
    }
    .izi_ts03 {
        padding: 5px 10px;
        margin: 0 15px 15px!important;
    }
}

/* アコーディオン */
@media screen and (max-width: 768px) {
    .birth_list .sp > ul {
        margin-bottom: 0;
    }

    .accordion-open {
        width: 100%;
        text-align: center;
        padding: 10px 20px;
        margin-bottom: 50px;
        cursor: pointer;
        box-sizing: border-box;
    }

    .accordion-open::after,
    .accordion-open::before {
        content: "";
        transform: rotate(45deg);
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transition: transform .5s;
        position: absolute;
    }

    .accordion-open::after {
        width: 18px;
        height: 18px;
        bottom: 9px;
    }

    .accordion-open::before {
        width: 10px;
        height: 10px;
        bottom: 13.5px;
        margin-left: 4px;
    }

    .accordion-open.close::after,
    .accordion-open.close::before {
        transform: rotate(225deg);
        transition: .5s;
    }

    .option-accordion {
        display: none;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .option-accordion.open {
        height: auto;
    }

    .option-accordion ul {
        margin: 0 0 30px;
        padding: 0;
    }
}