@charset "utf-8";

/* 各セクションタイトルの背景画像を指定 */
@media screen and (min-width: 768px), print {
  .oh-m-sec1:before {
    background-image: url("./../img/sec1_bg.png");
  }
  .oh-m-sec2:before {
    background-image: url("./../img/sec2_bg.png");
  }
  .oh-m-sec3:before {
    background-image: url("./../img/sec3_bg.png");
  }
  .oh-m-sec4:before {
    background-image: url("./../img/sec4_bg.png");
  }
  .oh-m-sec5:before {
    background-image: url("./../img/sec5_bg.png");
  }
}

@media screen and (max-width: 767px) {
  .oh-m-sec1:before {
    background-image: url("./../img/sp/sec1_bg.png");
  }
  .oh-m-sec2:before {
    background-image: url("./../img/sp/sec2_bg.png");
  }
  .oh-m-sec3:before {
    background-image: url("./../img/sp/sec3_bg.png");
  }
  .oh-m-sec4:before {
    background-image: url("./../img/sp/sec4_bg.png");
  }
  .oh-m-sec5:before {
    background-image: url("./../img/sp/sec5_bg.png");
  }
}

/* 共通CSS */

@media screen and (min-width: 768px), print {
    .oh-m-sec1__ttlBox_bg,
    .oh-m-sec2__ttlBox_bg {
      margin-left : -20px;
    }
}

.oh-Block__ttl {
  width : 100%;
}

@media screen and (max-width: 767px) {
  .oh-m-sec1__ttlBox_body,
  .oh-m-sec2__ttlBox_body {
    padding-top : 12.2vw;
  }
  .oh-m-sec1__ttlBox_body_ttl,
  .oh-m-sec2__ttlBox_body_ttl {
    font-size: 5.4vw;
  }
}

.oh-m-sec1-1 .oh-m-sec1Block__blueBg {
  min-height : auto;
}

.oh-m-sec2Block__type {
  padding-bottom : 20px;
}

/*slide================================*/
.m-sec2Block__gallery {
    /* background: linear-gradient(180deg, #000 0%, #e6e5e5 60%); */
    position: relative;
    margin-bottom: 0;
}

.m-sec2Block__gallery_ttl {
    /* color: #fff; */
}

.m-sec2Block__gallery_ttl .ja {
    display: block;
    text-align: center;
    font-family: YakuHanMP, "Noto Serif JP", serif;
}

.m-sec2Block__gallery_ttl .en {
    display: block;
    text-align: center;
    font-family: "Cardo", "Noto Serif JP", serif;
    letter-spacing: .1em;
}

.m-sec2Block__gallery_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* overflow: hidden; */
    margin: auto;
    position: relative;
}

.m-sec2Block__gallery_wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}

.m-sec2Block__gallery_slide {
    flex-shrink: 0;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .2s;
}

.m-sec2Block__gallery_slide.swiper-slide-active {
    opacity: 1;
}

.m-sec2Block__gallery_slide_ttl {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    /* border-bottom: 1px #AC8D32 solid; */
}

.m-sec2Block__gallery_slide_body {
    font-feature-settings: "palt" 1;
}

.m-sec2Block__gallery_prev, .m-sec2Block__gallery_next {
    background: url("./../img/btn_arrow.png") center/100% no-repeat;
    display: block;
    position: absolute;
    z-index: 10;
    pointer-events: all;
    cursor: pointer;
}

.m-sec2Block__gallery_prev img, .m-sec2Block__gallery_next img {
    width: 100%;
}

.m-sec2Block__gallery_next {
    transform: rotate(180deg);
}

@media screen and (min-width: 768px), print {
    .m-sec2Block__gallery_ttl {
        padding-top: 76px;
        padding-bottom: 36px;
    }

    .m-sec2Block__gallery_ttl .ja {
        font-size: 30px;
        letter-spacing: .1em;
        margin-bottom: 24px;
    }

    .m-sec2Block__gallery_ttl .en {
        font-size: 18px;
    }

    .m-sec2Block__gallery_slide {
        width: 720px;
    }

    .m-sec2Block__gallery_slide_ttl {
        font-size: 18px;
        line-height: 1.8;
        margin-top: 28px;
        /* margin-bottom: 15px; */
        padding-bottom: 15px;
        text-align: center;
    }

    .m-sec2Block__gallery_slide_ttl span {
        display : block;
        margin-top : 5px;
    }

    .m-sec2Block__gallery_slide_body {
        font-size: 16px;
        line-height: 1.875;
    }

    .m-sec2Block__gallery_prev, .m-sec2Block__gallery_next {
        height: 26px;
        top: 230px;
        width: 19px;
    }

    .m-sec2Block__gallery_prev {
        left: 90px;
    }

    .m-sec2Block__gallery_next {
        right: 90px;
    }
}

@media screen and (max-width: 767px) {
    .m-sec2Block__gallery_ttl {
        padding-top: 10.13333vw;
        padding-bottom: 5.6vw;
    }

    .m-sec2Block__gallery_ttl .ja {
        font-size: 4.8vw;
        letter-spacing: .2em;
        margin-bottom: 2.8vw;
    }

    .m-sec2Block__gallery_ttl .en {
        font-size: 2.4vw;
    }

    .m-sec2Block__gallery_slide {
        width: 76vw;
    }

    .m-sec2Block__gallery_slide_ttl {
        border-width: 0.26667vw;
        font-size: 3.8vw;
        line-height: 1.8;
        margin-bottom: 1.33333vw;
        margin-top: 4vw;
        padding-bottom: 2.53333vw;
        text-align : center;
    }

    .m-sec2Block__gallery_slide_ttl span {
        display : block;
    }

    .m-sec2Block__gallery_slide_body {
        font-size: 3.73333vw;
        line-height: 1.71429;
    }

    .m-sec2Block__gallery_prev, .m-sec2Block__gallery_next {
        height: 3.46667vw;
        top: 25vw;
        width: 2.53333vw;
    }

    .m-sec2Block__gallery_prev {
        left: -2vw;
    }

    .m-sec2Block__gallery_next {
        right: -2vw;
    }
}
.m-sec2Block__gallery_slide {
    position : relative;
}

/*end slide=============================*/

.oh-m-gallery__kanayama {
    margin-bottom:60px;
    padding-bottom:60px;
    border-bottom:1px solid #fff;
}

.oh-m-gallery__kanayama .oh-m-gallery__img {
    max-width :460px;
    margin: 20px auto 0;
}

/* 物件固有のCSS */

@media screen and (min-width: 768px), print {
  .oh-m-sec2Block__image_left {
      width: 43.65%;
      max-width: 100%;
  }
  .oh-m-sec2Block__image_right {
      width: 56.36%;
  }
}

.oh-m-sec1-1-1 {
  padding-bottom : 0;
}

.oh-m-sec1-1-2 {
  padding-top : 0;
}

.oh-m-sec1-1-6 {
  padding-bottom : 0;
}

.oh-m-sec1-1-4 {
  padding-top : 100px;
}

@media screen and (max-width: 767px) {
  .oh-m-sec1-1-4 {
    padding-top : 14vw;
  }
}