@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

html {
  scroll-behavior: smooth;
}

picture {
  display: block;
}


.skincare_container {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main_title {
  text-align: center;
}




.inner_01 {
  max-width: 1096px;
  width: 90%;
  margin: auto;
  padding: 0;
}


.ways {
  margin: auto;
  background-image:url("/articles/grp/cosme/rj-excellent/special-care/202601/img/background.jpg");
  background-repeat: repeat;
  background-size: 100%;
  max-width: 1920px;
  padding: 0 20px;
}


.ways011 {
  padding: 0;
  text-align: center;
}


.ways01 {
  padding: 80px 0;
  text-align: center;
}

.ways02 {
  padding: 80px 0 20px 0;
  text-align: center;
  display: block;
  max-width: 100%;
  height: auto;

}

.ways03 {
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;

}

.ways_detail {
  width: 30%;
  padding: auto;
  text-align: center;

}

.nice_contents {
  padding: 40px 0;
  display: table;
  margin: 0 auto;
}

.list_01 {
  margin: 20px 0;
  max-width: 1096px;
  list-style: none;
  font-size: 16px;
  color: black;
}

.list_02 {
  padding: 0;
  margin: 10px 0 0 30px;
  max-width: 1096px;
  list-style: none;
  font-size: 16px;
  color: black;  
}

.list_03 {
  padding: 0;
  margin: 10px 0 0 30px;
  text-align: left;
  max-width: 1096px;
  list-style: none;
  font-size: 16px;
  color: black;
  text-indent: -10px;
}

.title_img {
  max-width: 1920px;
  margin: 0px auto;
  padding: 0;
}

.problem_01_img {
  text-align: center;
  margin: 100px 0;
}

.title_01_img {
  text-align: center;
  margin: 100px 0;
  padding: auto;
}

.title_02_img {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-left: 14vw;
}


.booking_set {
  margin: 100px 0;
}

.ways_set {
  margin: 100px 50px;
  text-align: center;
}

.br-pc{
  display: block;
}



/* -- start 予約ボタン  --*/
.cart_00 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
  padding: 0;

}


.cart-button_01 {
  width: 25%;
  position: absolute;
  top: 78%;
  left: 4%;
}


.cart-button_02 {
  width: 25%;
  position: absolute;
  top: 78%;
  left: 38%;
}

.cart-button_03 {
  width: 25%;
  position: absolute;
  top: 78%;
  left: 71%;
}

/* -- start hamburger  --*/

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
}

.hamburger-button {
  position: fixed;
  z-index: 2;
  width: 80px;
  height: 80px;
  top: 48px;
  right: 48px;
  background-color: #036EB8;
  color: #fff;
  border-radius: 4px;
}

.hamburger-button-border {
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 2.5%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
}

.hamburger-button-border:nth-child(1) {
  top: 25%;
}

.hamburger-button-border:nth-child(2) {
  top: 40%;
}

.hamburger-button-border:nth-child(3) {
  top: 55%;
}

.hamburger-button-border:nth-child(3)::after {
  color: #fff;
  font-size: 1.6rem;
}

.hamburger-button-text {
  position: absolute;
  width: 4em;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}

.hamburger-button-text {
  font-size: 1.2rem;
}

.hamburger-content {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100vh;
  overflow: auto;
  width: 320px;
  padding: 128px 16px;
  background-color: #036EB8;
  transition: all 0.4s;
}

.hamburger-list {
  margin-top: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.hamburger-item {
  font-size: 1.4rem;
  list-style: none;
}

.hamburger-item:nth-child(n+2) {
  border-top: 1px solid #fff;
}

.clickable {
  cursor: pointer;
  transition: filter 0.1s ease;
}

.clickable:hover {
  opacity: 0.875;
  transition: 0.25s;
}

.hamburger-item-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  color: #fff;
}

.hamburger-item-link:hover {
  text-decoration: none;
}

.hamburger-arrow {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.active .hamburger-content {
  transform: translateX(-100%);
}

.active .hamburger-bg {
  width: 100vw;
  height: 100vh;
}

.active .hamburger-button-border {
  width: 50%;
  top: 50%;
  left: 25%;
}

.active .hamburger-button-border:nth-child(1) {
  transform: rotate(-45deg);
}

.active .hamburger-button-border:nth-child(2) {
  opacity: 0;
}

.active .hamburger-button-border:nth-child(3) {
  transform: rotate(45deg);
}

.active .hamburger-button-text {
  display: none;
}

.active .hamburger-bg {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}

.scroll-disable {
  overflow-y: hidden;
}

/* -- end   --*/

/* -- start sticky menu -- */

.sticky-anchor-link {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 0.8rem 0;
}


.sticky-anchor-link-list {
  display: flex;
  width: 640px;
  margin: auto;
}

.sticky-anchor-link-item {
  flex: 1;
  list-style: none;

}

.sticky-anchor-link-item img {
  max-width: 35%;
}

.sticky-anchor-link-item-link {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0rem;
}

.sticky-anchor-link {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #68B9F1;

}

.sticky-anchor-link-item {
  border-left: 1px solid #fff;

}
.sticky-anchor-link-item:last-child {

  border-right: 1px solid #fff;
}

.sticky-anchor-link-item-pickup {
  border-left: 1px solid #fff;
}

.sticky-anchor-link-item-link {
  color: #fff;
}


/* -- end sticky menu -- */

/* -- start コンテンツ画像  --*/

/* -- end   --*/





/* -- end  --*/










@media screen and (width < 768px) {
  .skincare_container {
    margin: auto;
    width: 100%;
  }

  .all_contents {
    padding: 10px 10px 0 10px;;
  }

  .inner_01 {
    padding-top: 10px;
    margin-top: 0;
    display: block;
  }

  .title_02_img {
    display:block;
    margin-left: 0vw;
  }

  .cart_00 {
    position: relative;
    display:block;
    margin: 30px 0;
    padding: 0 20px;
  
  }


  .ways {
    background-image:url("/articles/grp/cosme/rj-excellent/special-care/202601/img/sp/background.jpg");
    padding: 0px;
    display: block;
    background-size: cover;
  }

 .ways011 {
    padding: 10px 10px;
  }


  .ways01 {
    padding: 10px 10px;
  }

  .ways02 {
    padding: 30px 10px 10px 10px;
  }
  
  .ways_detail {
    width: 100%; 
    padding: 40px 30px;  
  }

  .nice_contents {
    padding: 20px 0;
  }

  .title_01_img {
    margin: 30px 0;

  }

  .problem_01_img {
    margin: 30px 0;
  }

  .booking_set {
    margin: 20px 0;
  }

  .br-pc{
    display: none;
  }

  /* -- start button  --*/


  .cart-button_01 {
    width: 60%;
    top: 26%;
    left: 21%;
  }


  .cart-button_02 {
    width: 60%;
    top: 59%;
    left: 21%;
  }

  .cart-button_03 {
    width: 60%;
    top: 92%;
    left: 21%;
  }


  /* -- end  --*/


  .list_01 {
    list-style: none;
    font-size: 11px;
    display: block;
    margin-top: 20px;

  }

  .list_02 {
    list-style: none;
    font-size: 12px;
    display: block;
    margin: 11px 0 0 20px;
  }

  .list_03 {
    list-style: none;
    font-size: 11px;
    display: block;
    margin: 5px 0 0 20px;

  }

  .title_img {
    padding: 20px;
  }




  
  .ways_set {
    margin: 30px 30px;
  }


  .contents_02_adjust {
    padding-bottom: 20px;
  }
  
  /* -- start hamburger  --*/

  .hamburger-button {
    width: 6.4rem;
    height: 6.4rem;
    top: 5vw;
    right: 5vw;
  }

  .hamburger-button-border:nth-child(3)::after {
    font-size: 3vw;
  }

  .hamburger-content {
    width: 70vw;
    padding: 15vw 4vw 0;
  }

  .hamburger-list {
    margin-top: 7.5vw;
  }

  .hamburger-item-link {
    padding: 5vw;
  }

  .active .hamburger-button-border {
    top: 3.5rem;
    left: 2rem;
  }

  /* -- end  --*/





/* -- start コンテンツ画像  --*/


/* -- end   --*/


}