.header_all,
.sidebar,
#navArea,
#footer_contact,
#footer {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f3f7fe;}


h2,h3,h4 {
  color: #666;
  font-weight: 400;
  letter-spacing: 1.6px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}


p {
  margin: initial;
  color: #666;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

img{
  width: 100%;
}

ul {
  padding: 0;
}

li {
  list-style: none;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.br_sp{
  display: none;
}


.contents-wrapper {
  background: url('../images/of/bg_main.webp') no-repeat left center / cover;

}

.section-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  background-color: #ffffff;
  box-shadow: 0 0 18px #d9d9d9;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #909090;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright a {
  text-align: center;
  font-size: 12px;
  color: #909090;
}

.lightblue{
  color:#82a0c1; 
}

.shuiro{
  color: #cf7979;
}

.marker_b{
  background:linear-gradient(transparent 60%, #E1E9F0 60%);
}

/** -----------------------------------
    js
-------------------------------------**/
.fadein, .fadein-2, .fadein-3, .fadein-4{
  opacity : 0;
  transform : translate(0, 5px);
  transition : all 900ms;
}

.fadein-2 {
  transition-delay: 200ms;
}

.fadein-3 {
  transition-delay: 400ms;
}

.fadein-4 {
  transition-delay: 600ms;
}

.fadein.scrollin, .fadein-2.scrollin, .fadein-3.scrollin, .fadein-4.scrollin{
  opacity : 1;
  transform : translate(0, 0);
}
/** -----------------------------------
    フォント関連
-------------------------------------**/

.allura-regular {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}
/** -----------------------------------
    共通
-------------------------------------**/

.mdsp_h3 {
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px;
}

.mdsp_c {
  font-size: 20px;
  letter-spacing: 2px;
  color: #B8DCE3;
  text-align: center;
  font-weight: 400;
}


/** -----------------------------------
    kv
-------------------------------------**/
#kv img{
  display: flex;
}



.sp-on {
  display: none;
}


@media screen and (max-width: 700px) {
  .sp-on {
    display: block;
  }

  .pc-on {
    display: none;
  }
}

/** -----------------------------------
   （LINE登録プレゼント）
-------------------------------------**/

#tokuten {
  background-color: #F8F9FB;
  margin: 0px auto;
  padding-top: 75px;
  padding-bottom: 100px;
}

#tokuten p{
  text-align: center;
  font-size: 14px;
  padding-top: 40px;
}

.tokuten_title {
  padding-top: 1em;
}

.tokuten_title h2{
  font-size: 24px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: initial;
}

.tokuten_title p{
  font-size:  16px !important;;
  text-align: center;
  margin-top: initial;
}

.small {
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
}
.tokuten_title img{
  width: 50%;
  display: block;
  margin: 30px auto;
}



.t_text {
  width: 50%;
  margin: 50px auto 0;
}


.present_flex {
  display: block;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}

.present_box {
  position: relative;
  background: #fff;
  width: 300px;
  padding: 50px 0;
  box-shadow: 2px 2px 10px 0px #d1d0c7;
  text-align: center;
  margin: 20px auto;
  align-content: center;
}

.present_box h3{
  font-size: 17px;
  color: #839DBC;
  line-height: 1.5;
  padding-bottom: 24px;
  letter-spacing: 1.5px;
}

.present_box p{
  font-size: 13px;
  padding-top: 20px;
  
}

.present_box img{
  width: 200px;
  display: inline-block;
  text-align: center;
}

.ribbon {
  position: absolute;
  width: 100px;
  top: 0;
  left: 0;

}



.present_flex{
  display:flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}

.present_box{
text-align: center;}



.line_button {
  margin: 16px auto 0;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 3px;
  border-radius: 50px;
  width: 70%;
  height: 40px;
  background-color: #c7bbb8;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.line_button:hover {
  background-position: 99% 50%;
  transform: scale(1.01, 1.01);
  background-color: #C0E0EA;
  color: #ffffff;
}

#linetokuten .line_button{
  margin-top: 72px;
}

/** -----------------------------------
    りなさんLINE
-------------------------------------**/  
#linetokuten {
  background: url('../images/of/bg_main.webp') no-repeat center center / cover;
  padding: 80px 20px;
  color: #444;
  text-align: center;
}

.linetokuten-inner {
  max-width: 800px;
  margin: 0 auto;
}

.linetokuten-title {
  font-size: 1.5rem;
  margin-bottom: 1em;
  letter-spacing: 1.8px;
}

.linetokuten-checklist {
  gap: 1em;
  list-style: none;
  text-align: left;
  background-color: #ffffff;
  padding: 40px 30px;
  margin: 0 auto 20px;
  box-shadow: 0px 0px 5px #dedede;
}

.linetokuten-checklist li {
  position: relative;
  padding-left: 2em;
  font-size: 16px;
}

.linetokuten-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: #e2706c;
  font-size: 1.2em;
}



.linetokuten-message{
  margin-bottom: 2em;
  font-size: 1rem;
}

.linetokuten-present {
  margin-bottom: 2em;
  font-size: 1.3rem;
}
.linetokuten-gift {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  font-size: 0.95rem;
  justify-content: center;
}

.linetokuten-gift img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/* レスポンシブ対応 */
@media screen and (max-width: 600px) {


  .linetokuten-checklist {
    grid-template-columns: 1fr 1fr;
    padding: 30px 16px;
  }

  .linetokuten-checklist li {
    font-size: 13px;
}

  .linetokuten-gift {
    display: block;
  }
  .linetokuten-present {
    font-size: 1rem;
  }
  .linetokuten-gift p {
    max-width: 400px;
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}
/** -----------------------------------
    こんなお悩みありませんか
-------------------------------------**/


#s_problem {
  background: url('../images/of/bg_before.webp') no-repeat center center / cover;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fcfcfc;
  margin: 0 auto;
}

#s_problem img {
  text-align: center;
  width: 90%;
}

#s_problem h2 {
  margin: 40px auto;
  color: #ffffff;
}


#s_problem .onayami {
  position: relative;
  background-color: #ffffffbf;
  padding: 60px 50px 100px;
  width: 80%;
  margin: 0 auto 20px;
  box-shadow: 0px 0px 5px #dedede;
}

#s_problem .onayami ul {
  width: 90%;
  margin: auto;
  position: relative;
  padding-left: 0;
}

#s_problem .onayami li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 28px;
  line-height: 2em;
  font-size: 16px;
  letter-spacing: 1.5px;
}

#s_problem .onayami li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #C0E0EA;
  font-size: 1em;
}


#common{
  position: relative;
  background-color: #ffffff;
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 20px;
}


#common h2{
  margin: 0px auto 48px;
  padding-top: 120px;

}

.common_p{
  width: 80%;
  margin: 45px auto;
  text-align: center;
}

#answer{
  background-color: #F2F0ED;
  padding: 100px 0;
}
#answer img{
  width: 80%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.w80{
  width: 72%;
  margin: 0 auto;
}


.point-section {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 16px;

}

.point-section h2{
  text-align: center;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 40px;
}


.row-center {
  grid-column: 1 / -1; /* 横幅いっぱい使う */
  display: flex;
  justify-content: center;
  gap: 10px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 横3列 */
  gap: 10px; /* 画像の間隔 */
  justify-items: center;
}

.image-grid img {
  width: 100%; /* サイズ調整：好きなサイズに変えてOK */
  max-width: 320px;
}

/* 折り返して下2つが真ん中寄りにしたい場合 */
.image-grid img:nth-child(4),
.image-grid img:nth-child(5) {
  grid-column: span 1;
}

@media screen and (max-width: 600px) {
  .image-grid {
    grid-template-columns: 1fr; /* ← 1列に変更 */
    gap: 16px; /* 縦の余白に変わるよ */
  }
  .row-center {
   display: block;
   text-align: center;
}
.row-center img{
  padding-bottom: 16px;
}

}


.common_bottom{
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px;
  padding-top: 50px !important;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

}




/** -----------------------------------
  メッセージ
-------------------------------------**/

#message-1 {
  margin: 50px auto 0;
  padding: 50px 0;

}

.intro_text{
  width: 90%;
  margin: 45px auto 70px;
  text-align: center;
  display: flex;
  align-items: center;
}

.intro_text p{
  text-align: left;
  display: inline-block;
  padding-left: 40px;
  letter-spacing: 1.5px;
}

.intro_text img{
  display: inline-block;
  width: 40%;
  margin: 0 auto;
}

.text_inner{
  width: 70%;
  margin: 30px auto;
}

.text_inner p{ 
  font-size: 15px;
  letter-spacing: 1.5px;
}




#about_p {
  margin: 0 auto;
  padding: 50px 0;
}

#about_p h2{
  padding-left: 50px;
}

#about_p img{
  width: 80%;
}


.after{
  width: 65%;
  margin: 120px auto 20px;
  text-align: center;
  font-size: 32px;
}

.after p{
  text-align: center;
  font-size: 24px;

  letter-spacing: 2px;
  padding-bottom: 30px;
}


.comment_flex{
  position: relative;
  display: flex;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  padding-top: 50px;
}

.comment_flex_img{
  flex: 1;
}
.comment_flex_text{
  flex: 2;
  text-align: center;
}

.comment_flex_text p{
  text-align: center;
  color: #c0a28a;
  font-size: 20px;
}

#about_p .arrow {
  height: 120px;
  position: absolute;
  right: 0;
  top: -140px;
  left: 0;
  margin: 0 auto;
}


#about_p .onayami {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto 20px;
}

#about_p .onayami ul {
  width: 90%;
  margin: auto;
  position: relative;
  padding-left: 0;
}

#about_p .onayami li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-align: left;
}

#about_p .onayami li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #cf7979;
  font-size: 1em;
}



.message_flex{
  display: flex;
  flex-direction: row-reverse;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}

.message_flex_img{
  position: relative;
  width: 50%;
  flex: 1;
  z-index: 1;
}

.message_flex_text{
  position: relative;
  flex: 1;
  z-index: 2;
}

.message_flex_text p{
  position: absolute;
  font-family: serif;
  left: -48px;
  top: -45px;
  bottom: 0;
  letter-spacing: 2px;
  font-size: 16px;
}

.message_flex2{
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin: 64px auto;
  align-items: center;
}

.message_flex_img2{
  width: 50%;
  flex: 1;
}

.message_flex_img2 img{
  width: 90%;
  padding-left: 20px;
}

.message_flex_text2{
  position: relative;
  flex: 1;
}

.message_flex_text2 p{
  letter-spacing: 2px;
  font-size: 16px;
}

.messages_s{
  width: 70%;
  margin: 80px auto;
  letter-spacing: 2px;
}

/** -----------------------------------
    メッセージ１
-------------------------------------**/

#for50s{
  margin-top: 100px;
}

.message01 h5{
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #bca50c;
  font-family: serif;
  letter-spacing: 2px;

}

.message_img{
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.sachiko_img{
  position: relative;
}

.shine{
  width: 65%;
  position: absolute;
  right: -130px;
  bottom: -100px;
  z-index: 0;
}

.message_img_bg{
  width: 50%;
  margin: 0 auto;
}


.message01 p{
  position: relative;
  text-align: center;
  font-size: 15px;
  margin: 64px auto;
  z-index: 1;
  letter-spacing: 2px;
}

.message_img_bg2{
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.message_img_bg2 .shine{
  width: 65%;
  position: absolute;
  left: -28px;
  bottom: 0px;
  z-index: 0;
  opacity: .5;
}

.message_img_bottom{
  width: 68%;
  margin: 0 auto;
}

/** -----------------------------------
  プロフィール
-------------------------------------**/

#s_profile {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fafafa calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #fafafa  calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 20px;
  padding-top: 75px;
  padding-bottom: 50px;
}

#s_profile .rbimg{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 185px;
  
}

.profiles_tx{
  width: 72%;
  margin: 0 auto;
}
.profiles_tx p {
  font-size: 14px;
  padding: 15px;
  line-height: 2;
}

.profiles_img {
  width: 32%;
  text-align: center;
  margin: 30px auto;
}

.profiles_tx_name{
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.profiles_tx_name p{
  text-align: center;
}

.katagaki {
  font-size: 17px;
}

.t_name {
  font-size: 24px;
}

.t_roma {
  font-size: 17px;
  font-style: italic;
  letter-spacing: 2px;
  color: #B8DCE3;
  padding-left: 1em;
}


/** -----------------------------------
    お客様のお声
-------------------------------------**/

#voice {
  background: #f5f8fb;
  padding: 60px 20px;
  text-align: center;
}

#voice h2 {
  font-size: 1.5em;
  color: #555;
  line-height: 1.5;
  width: 80%;
  text-align: left;
  margin: 40px auto;
}

#voice h2 span {
  color: #94b4d0;
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 1.6px;
}

.voice-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.voice-list li {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  border-radius: 8px;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}

.voice-list .highlight {
  color: #cf7979;
}
/** -----------------------------------
    メッセージ（最後に）
-------------------------------------**/

#message_s {
  margin: 100px auto 40px;
  padding-bottom: 50px;
}

.last_msg {
  width: 62%;
  margin: 70px auto;
}

.last_msg p {
  font-size: 15px;
  letter-spacing: 1.8px;
}

.last_msg img {
  width: 30%;
  padding-top: 45px;
  display: block;
  margin-left: auto;
}

#message_s .intro_text {
  width: 70%;
  margin-bottom: 0;
}
#message_s .intro_text p{
  padding-left: 0;
}


/** -----------------------------------
    responsive
-------------------------------------**/
@media screen and (max-width: 890px) {

  p {
    font-size: 15px;
  }


  .about_p_ex img {
    padding-right: 0px;
}

#s_problem .onayami img {
  position: absolute;
  width: 150px;
  bottom: -40px;
}


.about_p_ex img {
  width: 85%;
}

}

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

  /* ***********　共通 ***********/
  .br_sp{
    display: block;
  }

  .br_pc{
    display: none;
  }


  /* ***********　特典プレゼント ***********/


  .tokuten_title {
    display: block;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  

  .tokuten_title h2 {
    font-size: 16px;
    letter-spacing: 2px;
}

.small {
  font-size: 12px;
}
  .tokuten_title img {
    margin: 0px 100px 0 0;
    padding-right: 0px;
  }

  #tokuten .tokuten_title img {
    margin: 30px auto;
    width: 80%;
  }

  .tokuten_title p {
    font-size: 14px !important;
}

  .tokuten_title h3 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 50px;
}

    .line_button {
    line-height: 2;
    font-size: 14px;

    width: 86%;
    height: 28px;
  }



  /* ***********　お悩みパート ***********/


  #s_problem .onayami {
    padding: 50px 0px 72px;
    width: 92%;
  }
  
  #s_problem .onayami ul {
    width: 90%;
  }
  #s_problem img {
    text-align: center;
    width: 100%;
  }



  
  /* ***********id=common 共通のお悩み ***********/


    #common {
      padding-left: 0;
      padding-right: 0;
    }
  
    #common h3 {
      font-size: 18px;
    }
  
    .common_p {
      width: 95%;
    }
  
    .point-section {
      width: 90%;
    }
  
    .common_bottom {
      font-size: 16px;
    }
  
  
  
    .w80 {
      width: 100%;
    }
  
    #answer img {
      width: 95%;
    }


  /* ***********id=message-1 はじめましての挨拶 ***********/

  .text_inner {
    width: 85%;
}

.text_inner p {
  font-size: 14px;
}

#about_p h2 {
  padding-left: 25px;
}

#about_p .onayami li {
  padding-left: 1.3em;
  font-size: 13.5px;
  letter-spacing: 1px;
}

.comment_flex{
  display: block;
}

.comment_flex_text p {
  text-align: left;
  font-size: 16px;
}

.comment_flex_img img{
  width: 45% !important;
  padding-bottom: 30px;
  display: block;
  margin: 64px auto 0;
}


.onayami {
  padding: initial;
  width: 100%;
}

.onayami h5 {
  font-size: 18px !important;
}


.onayami li {
  background-size: 20px;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 15px;
}

      /* ***********プロフィール ***********/
    .mdsp_c img {
      width: 65%;
    }
  
  
    .mdsp_h3 {
      font-size: 18px;
    }
  
  
    .profiles_tx_name {
      width: 80%;
    }
  
    .profiles_tx_name p {
      width: 80%;
      margin: 0 auto;
    }
  
    .profiles_tx {
      width: 95%;
    }
  
  /* ***********最後 ***********/
    .last_msg {
      width: 86%;
    }
  
    .last_msg img {
      width: 45%;
    }

    #message_s .intro_text p {
      padding-top: 30px;
  }
}

.mainSection-title, h2 {
  padding: .8em 0 .7em;
  border-top: 0px!important;
  border-bottom: 0px!important;

}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  display: none;

}
#vk-mobile-nav-menu-btn{
  display: none;
}
