@charset "utf-8";
/* CSS Document */
/* 目次 
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
* TOP
*/


/*========== モバイルファースト ==========*/
/*******************************************
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
*******************************************/
/*------------------------------
レイアウト ※変更不可
------------------------------*/
.pc { display: none; }
.tb { display: none; }
.sp { display: block; }

.wraper {
  min-height: calc(100vh - 300px);
  padding: 60px 0 0;
}
/*wrap共通*/
.wrap{
  margin: 0 auto;
  padding: 50px 0 ;
}
.wrap-l{
  width: 100%;
}
.wrap-m{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.wrap-s{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/*余白*/
.ma-b25{
  margin-bottom: 25px;
}
.ma-b50{
  margin-bottom: 50px;
}
.pa-t25{
  padding-top: 25px;
}

/*flex*/
.flex-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/*------------------------------
テキスト ※変更不可
------------------------------*/
p,li,a,th,td,dt,dd {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
}

/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
h2 {
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: bold;
}
h3 {
  line-height: 1.5;
  font-size: 2.0rem;
  font-weight: bold;
}
h4 {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
}
/* h2.ttl */
h2.ttl{
  text-align: center;
  margin-bottom: 1.5em;
}
h2.ttl .ttl-s{
  display: inline-block;
  color: #377EB9;
  font-size: 1.4rem;
  
}
h2.ttl .ttl-l{
  display: inline-block;
  padding: 8px 10px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(0.3turn, #7DCCE3, #337AB7);
}
/* h3.ttl */
h3.ttl {
  text-align: center;
}
h3.ttl span{
  position: relative;
}
h3.ttl span:before,
h3.ttl span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #E67E8F;
}
h3.ttl span:before {
  left: -60px;
}
h3.ttl span:after {
  right: -60px;
}

/*------------------------------
ヘッダー、Gナビ共通 ※変更不可
------------------------------*/
#header {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: rgba(255,255,255,0.9);
  z-index: 900;
}
#header .h-wrap{
  width: 100%;
  height: 60px;
  position: relative;
}
#header .logo {
  width: 134px;
  margin: 0;
  position: absolute;
  top: 7px;
  left: 2%;
}

#header .h-contact a{
  display: block;
  width: 120px;
  height: 60px;
  line-height: 60px;
  background: #E67E8F;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}


/*------------------------------
フッター ※変更不可
------------------------------*/
#map iframe{
  width: 100%;
  height: 400px;
}
#footer {
  background-color: #7DCCE3;
  padding: 20px 0;
}
/* logo */
#footer .logo{
  width: 240px;
  height: auto;
  margin: 20px auto;
}
#footer address{
  margin-bottom: 40px;
}
/* copyright */
#footer .copyright{
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

/*------------------------------
pageTopボタン ※変更不可
------------------------------*/
#pageTop {
  z-index: 700;
}
#pageTop a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  background-color: #fff;
  display: block;
  text-align: center;
  border-radius: 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
#pageTop a::before {
  content: '\f062';
  font-family: 'Font Awesome 6 Free';
  font-size: 2.0rem;
  font-weight: bold;
  color: #E67E8F;
  line-height: 35px;
}



/*------------------------------
cta-box
------------------------------*/
.cta-box{
  background-image: url("../images/cta-bg-sp.jpg");
  background-size: cover;
  background-position: center;
}
.cta-box.wrap{
  padding: 75px 0;
}
.cta-box .white-box{
  padding: 40px 10px 50px;
  max-width: 700px;
}
.cta-box .contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-box .cta-ttl{
  font-size: 1.8rem;
  text-align: center;
}
.cta-box .contact-tel {
  width: 220px;
  padding: 10px 0 10px 50px;
  margin: 0 auto;
  background-image: url("../images/icon-tel.png");
  background-size: 40px;
  background-position: left;
  background-repeat: no-repeat;
}
.cta-box .contact-tel .tel,
.cta-box .contact-tel .tel a{
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
}
.cta-box .contact-tel .text{
  font-size: 1.4rem;
}

/* contact-web cta-btn */
.cta-box .contact-web{
  display: block;
  width: 250px;
  margin: 0 auto;
}
/* ボタン共通設定 */
.cta-box .contact-web .btn03{
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 4px;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.cta-box .contact-web .btn03:hover{
  border-color:transparent; 
}

/*ボタンの中のテキスト*/
.cta-box .contact-web .btn03 span {
  position: relative;
  z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: #E67E8F;
  border-radius: 4px;
  color:#fff;
  font-weight: bold;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}

/*== 下に押し込まれる（立体が平面に） */
/*影の設定*/
.cta-box .contact-web .pushdown:before {
  content:"";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: 1;
  top:4px;
  left:0;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #B35968;
}

/*hoverの際にY軸に4pxずらす*/
.cta-box .contact-web .pushdown:hover span {
  background-color: #E67E8F;
  color: #fff;
  transform: translateY(2px);
}

/*------------------------------
white-box
------------------------------*/
.white-box{
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}


/*******************************************
* TOP
*******************************************/
/*------------------------------
kv
------------------------------*/
#kv{
  width: 100%;
  height: auto;
}

#kv .kv-inner{
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}
/*------------------------------
campaign
------------------------------*/
#campaign{
  padding: 20px 0 20px;
  background: #FDF2F4;
}
#campaign .cp-text01{
  margin: 20px 0 10px;
  line-height: 1;
  font-size: 1.8rem;
}
#campaign .cp-text02{
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#campaign .cp-text03{
  width: 100%;
  max-width: 500px;
  margin: 0 auto 10px;
  line-height: 1.5;
  padding: 15px 10px;
  background-color: #EE3366;
  border-radius: 4px;
  color: #fff;
  font-size: 2.2rem;
}
#campaign .cp-text04{
  font-size: 2.2rem;
}
#campaign p .fee{
  font-size: 125%;
   position: relative;
  bottom: -1px;
}
#campaign p .en{
  font-size: 75%;
  position: relative;
  bottom: 1px;
}
/*------------------------------
美容点滴を日常に
------------------------------*/
#con01 .img-box{
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}

/*------------------------------
こんな方におすすめします
------------------------------*/
#con02 {
  background-image: url("../images/con02-bg-sp.jpg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #D8E7EC;
}
#con02 .con02-box{
  max-width: 700px;
  border: 10px solid #E5F5FA;
  margin: 0 auto;
  padding: 20px 10px;
  background: #fff;
}
#con02 ul.check{
  border-top: 1px solid #C1D7E9;
}
#con02 ul.check li{
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #C1D7E9;
  line-height: 1.4;
  font-weight: bold;
  background-image: url("../images/icon-check.png");
  background-size: 18px;
  background-position: left;
  background-repeat: no-repeat;
}


/*------------------------------
点滴研究所の3つのPOINT
------------------------------*/
#con03 .white-box{
  margin-bottom: 20px;
}
#con03 .flex-box .box{
  width: 100%;
}
#con03 .flex-box .box .text-box{
  padding: 0 10px 10px 10px;
}
#con03 .flex-box .box h3{
  display: block;
  width: 160px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  padding: 0 40px;
  border-radius: 15px;
  background: #377EB9;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  top: -15px;
}
#con03 .flex-box .box h4{
  text-align: center;
  margin-bottom: 1em;
}
#con03 .flex-box .box-b{
  margin: 15px 0;
}
#con03 .flex-box .box-b .sp{
  max-width: 100px;
  margin: 0 auto;
  text-align: center;
}
#con03 .about-btn{
  max-width: 500px;
  margin-left: auto;
}
/*------------------------------
メニューのご紹介
------------------------------*/
/* con04-box01 */
#con04 .con04-box01 .box{
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  border: 10px solid #FDF2F4;
  padding: 20px 10px;
  background: #fff;
}
#con04 .con04-box01 h3{
  margin-bottom: 10px;
}
#con04 .con04-box01 .fee{
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#con04 .con04-box01 .fee dt{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #E67E8F;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}
#con04 .con04-box01 .fee dd{
  line-height: 60px;
  font-size: 4.0rem;
  font-weight: bold;
}
#con04 .con04-box01 .fee dd .en{
  font-size: 60%;
  position: relative;
  top: -3px;
}

/* con04-box02 */
#con04 .con04-box02 .box{
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  border: 1px solid #E67E8F;
  border-radius: 15px;
}

#con04 .con04-box02 .box h4{
  border-bottom: 1px solid #E67E8F;
  border-radius: 15px 15px 0 0;
  background: #FDF2F4;
  padding: 10px 0;
}

/* disc-pink・*/
#con04 ul.disc-pink{
  width: 100%;
  padding: 15px;
}
#con04 ul.disc-pink li{
	line-height: 1.5em;
  width: 100%;
	padding: 10px 0;
  border-bottom: 1px solid #F8D8DD;
  text-indent: -1.3em;
  padding-left: 1.5em;
  
}
#con04 ul.disc-pink li:before {
  content: "●";
  color: #E67E8F;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 0.3em;
}
#con04 .con04-box02 .box p{
  margin: 0 15px 15px 15px;
}
#con04 .con04-box02 .box .fee{
  line-height: 1;
  font-size: 3.0rem;
  font-weight: bold;
  color: #E67E8F;
}
#con04 .con04-box02 .box .once,
#con04 .con04-box02 .box .en{
  font-size: 60%;
  position: relative;
  top: -2px;
}
#con04 .con04-box02 .box .once{
   margin-right: 5px;
}
#con04 .con04-box02 .box .en{
   margin-left: 5px;
}


#con04 .con04-box02 .box03 .m-fee{
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #E67E8F;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 15px;
}
#con04 .con04-box02 .box03 .fee{
  margin: 10px 0 0;
}
/*#con04 .con04-box02 .box .m-fee{
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #E67E8F;
  text-align: center;
  color: #fff;
  font-weight: bold;
}*/
/*------------------------------
プランの紹介
------------------------------*/
#con05{
  background-image: url("../images/con05-bg.jpg");
  background-size: 200%;
  background-position: center 0;
  background-repeat: no-repeat;
}
#con05 .box {
  width: 100%;
  padding: 20px 10px;
  margin: 0 auto 20px;
}

#con05 .box h3{
  width: 100%;
  margin-bottom: 1.5em;
  color: #377EB9;
  text-align: center;
}
#con05 .box h3 span{
  display: block;
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #377EB9;
  font-size: 1.4rem;
}
#con05 .box .text-box{
  margin-bottom: 20px;
}
#con05 .box ul.check{
  border-top: 1px solid #C1D7E9;
}
#con05 .box ul.check li{
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #C1D7E9;
  line-height: 1.4;
  font-weight: bold;
  background-image: url("../images/icon-check.png");
  background-size: 18px;
  background-position: left;
  background-repeat: no-repeat;
}
#con05 .box .img-box{
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* super・*/
#con05 .box .super{
  width: 100%;
}
#con05 .box .super h4{
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #7DCCE3;
  color: #fff;
}
#con05 .box .super p{
  width: 100%;
  padding: 10px;
  border: 2px solid #7DCCE3;
}
/*------------------------------
施術までの流れ
------------------------------*/
#con06 .box{
  width: 100%;
  border-bottom: 1px solid #337AB7;
  padding: 20px 0;
  position: relative;
}
#con06 .box:first-of-type{
  border-top: 1px solid #337AB7;
}
#con06 .box::before{
  content: '';
  background-color: #E5F5FA;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#con06 .box::after{
  content: '';
  width: 30px;
  height: 30px;
  /*background-color: #E5F5FA;*/
  border: 1px solid;
  border-color: transparent transparent #337AB7 #337AB7;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#con06 .box:last-of-type::before,
#con06 .box:last-of-type::after{
  display: none;
}

#con06 .box h3,
#con06 .box p {
  line-height: 1.8;
  margin-bottom: 1em;
}
#con06 .box h3 span{
  color: #377EB9;
}

/*------------------------------
よくある質問
------------------------------*/
#con07{
  background-image: url("../images/con07-bg.jpg");
  background-size: 200%;
  background-position: top center;
  background-repeat: no-repeat;
}
#con07 .qa-box{
  padding: 20px 10px;
  margin-bottom: 20px;
}
#con07 .qa-box dt{
  border-bottom: 1px solid #CDDFDF;
  font-weight: bold;
  padding-bottom: 10px;
}
#con07 .qa-box dt span{
  color: #5C9899;
  margin-right: 5px;
}
#con07 .qa-box dd{
  padding-top: 10px;
}






