@charset "UTF-8";
/*
|---------------------------------------------------------------
| オーダー枕ページ用スタイルシート
|---------------------------------------------------------------
*/
.bodycare_sleep-title {
  display: block;
  width: 100%;
  height: auto;
  letter-spacing: 0.05em;
  background-image: url(./images/bodycare_sleep/bg_makura.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bodycare_sleep-title .bodycare_sleep-block {
  display: block;
  text-align: center;
  min-height: 240px;
  margin: 0;
  padding: 10% 0 15%;
}

.bodycare_sleep-title .bodycare_sleep-title-catch {
  display: block;
  font-weight: bolder;
  font-size: calc(1em + 0.5vw);
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 10px;
}

.bodycare_sleep-title .bodycare_sleep-title-text {
  font-family: 'Noto Serif JP', serif;
  font-size: calc(36px + 1.5vw);
  margin: 0;
}

.bodycare_sleep-section.bg-white {
  background: #fff;
}

.bodycare_sleep-section-title {
  font-size: 24px;
}

/*
|---------------------------------------------------------------
| リード文
|---------------------------------------------------------------
*/
.bodycare_sleep-lead {
  display: block;
  width: 100%;
}

.bodycare_sleep-lead .bodycare_sleep-lead-catch {
  display: block;
  width: 100%;
  text-align: center;
  background-image: url(./images/bodycare_sleep/bg_bodycare_lead.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bodycare_sleep-lead .bodycare_sleep-lead-catch .bodycare_sleep-lead-catch-inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10% 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.bodycare_sleep-lead .bodycare_sleep-lead-catch .bodycare_sleep-lead-title {
  font-size: calc(18px + 1.0vw);
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 50px;
}

.bodycare_sleep-lead .bodycare_sleep-lead-catch .bodycare_sleep-lead-list {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  font-size: calc(1.0em + 0.5vw);
  letter-spacing: 0.05em;
}

.bodycare_sleep-lead .bodycare_sleep-lead-catch .bodycare_sleep-lead-list li {
  text-align: left;
  line-height: 1.3;
  margin: 0 0 15px;
}

.bodycare_sleep-lead .bodycare_sleep-lead-catch .bodycare_sleep-lead-list li em {
  font-style: normal;
  color: #f44336;
}

.bodycare_sleep-lead .bodycare_sleep-lead-main {
  display: block;
  width: 100%;
  padding: 60px 0;
  background: rgba(255, 255, 255, 0);
}

.bodycare_sleep-lead .bodycare_sleep-lead-main .bodycare_sleep-lead-main-body {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 780px) {
  .bodycare_sleep-lead .bodycare_sleep-lead-main .bodycare_sleep-lead-main-body {
    /* タブレットサイズの時 */
    max-width: 100%;
  }
}

.bodycare_sleep-lead .bodycare_sleep-lead-main p {
  font-size: calc(1.1em + 0.2vw);
  line-height: 2;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px, #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
}

.bodycare_sleep-lead .bodycare_sleep-lead-main-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  background-image: url(./images/bodycare_sleep/bg_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bodycare_sleep-lead .bodycare_sleep-lead-main .bodycare_sleep-solution {
  display: block;
  width: 100%;
  margin: 30px 0;
}

.bodycare_sleep-lead .bodycare_sleep-lead-main .bodycare_sleep-solution p {
  display: block;
  padding: 30px 15px;
  margin: 0;
  text-align: center;
  background: rgba(176, 212, 162, 0.75);
}

/*
|---------------------------------------------------------------
| オーダーメイド枕作成の流れ
|---------------------------------------------------------------
*/
.bodycare_sleep-process {
  display: block;
  background: #fff;
  padding: 50px 0;
}

.bodycare_sleep-process-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8em;
  text-align: center;
  margin: 0 0 1.6em;
}

.bodycare_sleep-process-list .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #395d3a #395d3a transparent transparent;
  border-width: 4px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  text-indent: -1000px;
  position: absolute;
  top: 200px;
  z-index: 1000;
  cursor: pointer;
}

.bodycare_sleep-process-list .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.bodycare_sleep-process-list .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bodycare_sleep-process-list .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.bodycare_sleep-process-list .slick-dots {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.bodycare_sleep-process-list .slick-dots li {
  display: block;
  margin: 0 15px;
  padding: 0;
}

.bodycare_sleep-process-list .slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  background: #c9c9c9;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  text-indent: -1000px;
}

.bodycare_sleep-process-list .slick-dots li.slick-active button {
  background: #395d3a;
}

.bodycare_sleep-process-list:not(.slick-slider) {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  counter-reset: card;
}

.bodycare_sleep-process-list:not(.slick-slider) .bodycare_sleep-process-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  width: 30%;
  max-width: 352px;
}

.bodycare_sleep-process-section {
  display: block;
  margin: 0 0 20px;
  padding: 0 15px;
  counter-increment: card;
}

.bodycare_sleep-process-section .bodycare_sleep-process-section-thumb {
  display: block;
}

.bodycare_sleep-process-section .bodycare_sleep-process-section-thumb img {
  width: 100%;
  height: auto;
}

.bodycare_sleep-process-section .bodycare_sleep-process-section-title {
  font-size: 1.1em;
}

.bodycare_sleep-process-section .bodycare_sleep-process-section-title::before {
  content: counter(card) ".";
}

/*
|---------------------------------------------------------------
| オーダーメイド枕の料金説明エリア
|---------------------------------------------------------------
*/
.bodycare_sleep-nav {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding: 50px 0;
}

.bodycare_sleep-nav .bodycare_sleep-nav-thumb {
  display: block;
  padding: 0 15px;
  max-width: 480px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto 20px;
}

.bodycare_sleep-nav .bodycare_sleep-nav-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #efefef;
}

.bodycare_sleep-nav .bodycare_sleep-nav-main {
  display: block;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

@media screen and (max-width: 780px) {
  /* タブレットサイズの時 */
  .bodycare_sleep-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bodycare_sleep-nav .bodycare_sleep-nav-main {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* スマートフォンサイズの時 */
  .bodycare_sleep-nav .bodycare_sleep-nav-thumb {
    max-width: 100%;
  }
}

.bodycare_sleep-nav-main-header .bodycare_sleep-nav-title {
  font-size: 2.5em;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0;
}

.bodycare_sleep-nav-main-header .bodycare_sleep-nav-title small {
  display: block;
  font-size: 18px;
}

.bodycare_sleep-nav-main-header .bodycare_sleep-nav-price {
  display: block;
  font-weight: bolder;
}

.bodycare_sleep-nav-main-body {
  display: block;
}

.bodycare_sleep-nav-main-body .bodycare_sleep-nav-service {
  color: #f95c5c;
  font-size: 1.1em;
  font-weight: bolder;
}

.bodycare_sleep-nav-main-body .bodycare_sleep-nav-tel {
  display: block;
  padding: 25px 0;
  font-size: 1.3em;
  text-align: center;
}

.bodycare_sleep-nav-main-body .bodycare_sleep-nav-tel p {
  margin: 0 0 10px;
}

.bodycare_sleep-nav-main-body .bodycare_sleep-nav-tel .bodycare_sleep-nav-btn {
  font-size: 28px;
  width: 100%;
  max-width: 360px;
  text-align: center;
}

.bottom_banner_area {
  display: none;
}

/*
|---------------------------------------------------------------
| 流れ：続き
|---------------------------------------------------------------
*/
.bodycare_sleep-process-more {
  display: block;
  padding: 60px 0;
}

.process_more {
  display: block;
  position: relative;
  padding: 100px 0 0;
}

.process_more::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px;
  border-color: #c9c9c9 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}

.process_more-header {
  display: block;
  text-align: center;
}

.process_more-header .process_more-title {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
}

.process_more-header .process_more-title .process_more-title-lead {
  font-size: 1.3em;
}

.process_more-header .process_more-title .process_more-title-text {
  display: block;
  font-size: 1.5em;
  margin-top: 20px;
}

.process_more-header .process_more-title .process_more-title-text strong {
  color: #f95c5c;
}

@-webkit-keyframes checkmark {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }
}

@keyframes checkmark {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }
}

.process_more-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}

.process_more-row .process_more-thumb {
  display: block;
  max-width: 420px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px 15px 0;
}

.process_more-row .process_more-text {
  display: block;
  width: auto;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.process_more-row .process_more-text p {
  font-size: 1.1em;
}

@media screen and (max-width: 780px) {
  /* タブレットサイズの時 */
  .process_more-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .process_more-row .process_more-thumb {
    max-width: 100%;
  }
}
