@charset "UTF-8";


.slick-list,
.slick-track {
  height: 100%;
}


/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  height: 25px;
  width: 25px; }

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg); }

.slick-next {
  right: 2.5%;
  transform: rotate(45deg); }

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: left;
  margin: 2em auto 0 2em;
  }

.slick-dots li {
  display: inline-block;
  margin: 0 5px; }

.slick-dots button {
  color: transparent;
  outline: none;
  width: 15px;
  height: 15px;
  display: block;
  border: 0;
  border-radius: 50%;
  background: #ffb5e0;
  margin:0 0.2em;
}

.slick-dots .slick-active button {
  background: #ff5858;
}

/* ---------------------------------------------
*  サイトの動き追加
* ---------------------------------------------- */

/* 初期設定 */
.js_anime {
  opacity: 0;
  transform: translate(0,1em);
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0.3s;
}
p.js_anime {
  opacity: 0;
  transform: translate(0,1em);
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0.6s;
}
.inner.js_anime {
  opacity: 0;
  transform: translate(0,1em);
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-delay: 0.3s;
}


.js_anime.active {
  opacity: 1;
  transform: translate(0,0);
}

/* faq */

.page_head .page_title .faq_title {
  width: clamp(300px, 96%, 400px);
}

.faq_area {
  padding: 6em 0;
}
.faq_area .faq_area_inner {
  width: clamp(300px, 96%, 1166px);
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 3em;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .faq_area .faq_area_inner {
    padding: 3em 0;
  }
}
.faq_area .faq_area_inner dl {
  width: clamp(300px, 96%, 900px);
  margin: 1em auto;
}
.faq_area .faq_area_inner dl + dl {
  margin: 2em auto 1em;
}
.faq_area .faq_area_inner dt::before {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1/1;
  background-image: url(https://comfy-first.com/wp-content/uploads/2024/07/faq_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.faq_area .faq_area_inner dt {
  font-size: clamp(1.2rem, 1.0609rem + 0.5298vw, 1.4rem);
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin: 0 0 0.6em;
  color: #FF9800;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 0.5em;
}
.faq_area .faq_area_inner dd {
  font-size: clamp(1rem, 0.8957rem + 0.3974vw, 1.15rem);
  letter-spacing: 0.05em;
  line-height: 1.6em;
  box-sizing: border-box;
  padding: 0 2.2em;
}
@media screen and (max-width: 767px) {
  .faq_area .faq_area_inner dd {
    padding: 0 0.8em;
  }
}

.day_flow .day_flow_inner .kiki_img {
  position: absolute;
  top: 34em;
  right: 0;
  width: clamp(120px, 15vw, 240px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .day_flow .day_flow_inner .kiki_img {
    top: 30em;
  }
}



/* ---------------------------------------------
*  記事ポスト修正
* ---------------------------------------------- */

.suport_page .grid_box .page_head h1 {
    font-size: clamp(1.4rem, 1.2486rem + 0.6458vw, 1.8rem);
    letter-spacing: 0.2em;
    box-sizing: border-box;
    padding: 0 1em;
}

.news_page {
    box-sizing: border-box;
    padding: 3em 1em;
}

.news_page article {
    box-sizing: border-box;
    padding: 3em 1em;
    background-color: #fff;
    border-radius: 1em;
    width: clamp(300px, 100%, 900px);
    margin: 0 auto;
}

.news_page article h3 {
  font-size: clamp(1.2rem, 1.1243rem + 0.3229vw, 1.4rem);
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 1.6em;
}
.news_page article p {
    font-size: clamp(1.1rem, 1.0622rem + 0.1615vw, 1.2rem);
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: center;
}
.news_page article p strong {
  font-size: 1.3em;
  color: #ff0000;
}

.news_page article p + p {
      margin: 0.6em 0 0;
}



/* ---------------------------------------------
*  Instagramの表示
* ---------------------------------------------- */


main .instagram {
  width: clamp(300px,96%,900px);
  margin: 0 auto;
  box-sizing: border-box;
  padding:3em 0;
}

main .instagram h3 {
  text-align: center;
  font-size: 1.4em;
  margin: 0 0 3em;
  letter-spacing: 0.1em;
}


/*-- おしらせ --*/
.oshirase {
    box-sizing: border-box;
    padding: 3em 0;
    width: clamp(300px, 96%, 800px);
    margin: 0 auto;
    text-align: center;
    border-radius: 1em;
    background:#ffffff;
}

.oshirase h2 {
    box-sizing: border-box;
    padding: 0 0 1em;
    letter-spacing: 0.1em;
}

.oshirase p {
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-size: 1.1em;
}
.oshirase .sp_br {
    display:none;
}

@media screen and (max-width:767px){

    .oshirase .sp_br {
        display:block;
    }
        
    .oshirase p {
        font-size: clamp(1rem, 0.9305rem + 0.2649vw, 1.1rem);
        letter-spacing: 0;
    }

}


