@charset "Shift_JIS";
html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

/* SP */
.header {
  z-index: 1000;
}
.content__inner {
  overflow: visible;
}

/* -------------------------------------------
 * koikeyaspecialite
 * ------------------------------------------- */
 @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.koikeyaspecialite{
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #200005;
  position: relative;
  /* background-color: #590012; */
  background-image: url(/images/koikeyaspecialite/specialite_bg.jpg);
}

.koikeyaspecialite .main__inner{
  width: 84%;
  margin: auto;
}
.koikeyaspecialite img{
  width: 100%;
  height: auto;
}

/* koikeyaspecialite__mv */
.koikeyaspecialite__mv{
  margin-bottom: 30px;
}

/* koikeyaspecialite__introduction */
/* .koikeyaspecialite__introduction{
  padding-bottom: 28px;
} */
.koikeyaspecialite__introduction__img{
  margin-top: 20px;
}
.koikeyaspecialite__introduction__text{
  margin-top: 30px;
}
.koikeyaspecialite__introduction__text + .koikeyaspecialite__introduction__text{
  margin-top: 80px;
}

/* koikeyaspecialite__inertcta */
.koikeyaspecialite__inertcta{
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 40px;
}
.koikeyaspecialite__inertcta__text01{
  margin-top: 32px;
}
.koikeyaspecialite__inertcta__button{
  width: 84.5%;
  margin: 30px auto 0;
}

/* koikeyaspecialite__step */
.koikeyaspecialite__step{
  padding-bottom: 12%;
  background: #590012;
}
.koikeyaspecialite__step__list{
  margin-top: 40px;
}
.koikeyaspecialite__step__item:not(:first-of-type){
  margin-top: 35px;
}

/* koikeyaspecialite__particular */
.koikeyaspecialite__particular{
  background-color: #fff;
  padding-bottom: 60px;
}

.koikeyaspecialite__particular__title{
      margin-bottom: 60px;
      padding: 60px 2% 0;
}
.koikeyaspecialite__particular__cont._cont02{
  margin-top: 60px;
  margin-bottom: 60px;
}
  .koikeyaspecialite__particular__cont .cont__text{
    margin-top: 30px;
  }
  .koikeyaspecialite__particular__cont .cont__text p{
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
  }
  .koikeyaspecialite__particular__cont .cont__text ._sm{
    font-size: 14px;
    margin-top: 1em;
  }
  .koikeyaspecialite__particular__cont .cont__comment{
    margin-top: 30px;
  }
  .koikeyaspecialite__particular__button{
    width: 84.5%;
    margin: 30px auto 0;
  }

/* koikeyaspecialite__scene */
.koikeyaspecialite__scene{
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background: #590012;
}
  .koikeyaspecialite__scene::before,
  .koikeyaspecialite__scene::after{
    content: "";
    display: block;
    position: absolute;
  }
  .koikeyaspecialite__scene::before{
    width: 50%;
    height: 100%;
    background: url(/images/koikeyaspecialite/scene_bg01_sp.png) left top no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .koikeyaspecialite__scene::after{
    width: 40%;
    height: 100%;
    background: url(/images/koikeyaspecialite/scene_bg02_sp.png) right bottom no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
.koikeyaspecialite__scene__inner{
  position: relative;
  z-index: 2;
}
.koikeyaspecialite__scene__item:nth-of-type(2){
  margin-top: 50px;
}
.koikeyaspecialite__scene__item .item__title{
  margin: 20px 0 13px;
}
.koikeyaspecialite__scene__item .item__text{
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
  color: #fff;
}

/* koikeyaspecialite__cta */
.koikeyaspecialite__cta{
  background-color: #fff4e1;
  padding-top: 30px;
  padding-bottom: 60px;
}

.koikeyaspecialite__cta__img{
  margin: 20px 0;
}
.koikeyaspecialite__cta__button{
  width: 85%;
  margin: 30px auto;
}

/* koikeyaspecialite__floating */
.koikeyaspecialite__floating{
  position: fixed;
  bottom: 15px;
  right: 8px;
  z-index: 50;
  width: 50%;
}
.cv__button{
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.cv__button.is-animated{
  opacity: 1;
  visibility: visible;
}



/* 繧ｹ繝ｩ繧､繝繝ｼ */

.specialite-uni-reviewArea {
  padding: 0px 0 0;
  background: url(/images/koikeyaspecialite/review_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  background-color: #D5AA45;
  overflow: hidden;
}

.specialite-uni-reviewInner {
  max-width: inherit;
}

.specialite-uni-review-ttl {
  text-align: center;
}

.specialite-uni-review-ttl strong {
  font-size: 130px;
  font-weight: bold;
}

.specialite-uni-review-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 34px 0 16px 0;
  text-align: center;
}

.koikeyaspecialite .specialite-uni-review-starImg{
  width: 90%;
}

.specialite-uni-review-commentTtl {
  margin: 0 0 20px 0;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}

.specialite-uni-review-commentList__slide {
  padding: 0 10px;
  -webkit-transform: scale(0.88);
  transform: scale(0.88);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* .specialite-uni-review-commentList__slide.slick-current {
  -webkit-transform: scale(1);
  transform: scale(1);
} */

/* .specialite-uni-review-commentList__slide:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
} */

.specialite-uni-review-commentList__item {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  height: auto;
  min-height: 60vh;
  padding: 30px 25px 18px;
  background-color: #fff;
  color: #590012;
  margin: 15px 0 10px;

  box-shadow: 0 0 0 3px #ebd59c, 0 0 0 8px #fff, 0px 17px 18.81px 0.19px rgba(121, 97, 57, 0.5);
}

.specialite-uni-review-commentList__ttl {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 800;
}

.specialite-uni-review-commentList__txt {
  font-size: 16px;
  line-height: 2;
}

.specialite-uni-review-commentList__status {
  margin-top: 10px;
    font-size: 15px;
    text-align: right;
}

/* .slide-dots{
  display: flex;
  justify-content: center;
} */

.slide-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: -20px;
}

.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button::before {
  content: '';
  text-indent: 0px;
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-dots li.slick-active button::before {
  background: #6e000f;
}

.slide-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}