/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

body {
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

body p, body li, body table {
  font-size: 16px;
}


.is-style-vk-check-circle-mark.vk_list_2 li{
  font-size: 16px; 
}

h2 {
  font-size: 1.8vw;
  /* IE対策 */
  font-size: clamp(22.6px, 2.9vw, 28px);

}
.site-body-container.container {
  max-width: 1000px;
}

.LINEicon {
  position: fixed;
  right: 5px;
  bottom: 0.5vh;
  z-index: 9999;
}

.page_top_btn {
    bottom: 13vh;
}

.reson-title.is-style-default {
  border-bottom: solid 3px #DBCCC5;
  position: relative;
}

.reson-title.is-style-default:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #a79387;
  bottom: -3px;
  width: 20%;
}

.reson-title {
  border-bottom: solid 3px #DBCCC5;
  position: relative;
}

.reson-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #a79387;
  bottom: -3px;
  width: 20%;
}

/************目次リスト*****************/
.menu-list {
  max-width: 600px;
  margin: 0 auto;
  /*線色*/
  padding: 3em;
  /*文字周りの余白*/
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* デフォルトの数字を非表示に */
  counter-reset: li;
}

/* ul内のliのスタイル */
ul .button019 {
  position: relative;
  font-size: 16px;
  padding-left: 1.5em;
  padding-bottom: 5px;
  line-height: 1.5;
  border-bottom: 1px dotted #d3e1e4;
}

/* 2つ目以降のliにmargin-topを指定 */
ul .button019:not(:first-child) {
  margin-top: 0.5em;
}

/* 数字のスタイル */
ul .button019::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 12px;
  /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #cfbaaf;
  font-size: 12px;
  color: #fff !important;
  line-height: 20px;
  text-align: center;
}


.button019 a {

  position: relative;
  display: flex;

  align-items: center;
  margin: 0 auto;

  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button019 a:hover {
  background: #6bb6ff;
  color: #FFF;
}

.button019 a:hover:after {
  right: 1.4rem;
}

/************目次リスト　↑ここまで　*****************/

.greet-top {
  font-size: 1.5rem;
}
.greet {
  max-width: 700px;
  margin: 0 auto;
}
/*****吹き出し*****/
.wp-block-heading.has-text-align-center.trouble {
  position: relative;
  padding: 0.6em;
  background: #f6ead7;
}

.wp-block-heading.has-text-align-center.trouble:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f6ead7;
  width: 0;
  height: 0;
}
/*****↑吹き出し↑*****/

/*****　タイトル　数字　*****/

.heading-0242 {
  position: relative;
  padding-top: 1.5em;
  color: #333333;
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.heading-0242::before {
  position: absolute;
  bottom: 0;
  left: -70px !important;
  z-index: -1;
  color: #e6e4e3;
  font-size: 3em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}

.heading-024 {
  position: relative;
  padding-top: 1.5em;
  color: #333333;
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.heading-024::before {
  position: absolute;
  bottom: 0;
  left: -70px;
  z-index: -1;
  color: #e6e4e3;
  font-size: 3em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}

.another {
  position: relative;
  z-index: 0;
}

.another2 {
  position: relative;
  z-index: 0;
  margin: 0 auto;
}

.space {
  display: none;
}
/*****　タイトル　数字　*****/

.voice {
  max-width: 750px;
  margin: 0 auto;
}

.voice-text {
  background-color:#fdf0c13c;
  padding: 2em;
}

.voice-textSP {
  background-color:#fdf0c188;
  padding: 1.5em;
}

#second-half {
  max-width: 900px;
  margin: 0 auto;
}

.wp-block-group.last.is-layout-constrained.wp-block-group-is-layout-constrained {
  max-width: 700px;
  margin: 0 auto;
}

.beige {
  background-color: #fdf0c188;
  padding-left: 3em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.site-footer-copyright p:nth-child(2) {
    display: none;
}

/*****　問い合わせコーナー　*****/
.contact2 {
  background-color: #f2f7fc95;
  padding: 1.2em;
  box-shadow: inset 0 0 0 1px #ddd7d3;
}

.wp-block-group.contact2.is-layout-constrained.wp-block-group-is-layout-constrained {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.contact2 p , .contact2 h3 {
  font-family:'メイリオ', Meiryo,sans-serif;;
  display: inline-block;
  text-align: left;
}

.phone-text {
  padding-left: 0.9em;/*アイコン分のスペース*/
  line-height: 2.4;/*行高*/
  display: inline-block;
}
.phone-text:before {
  font-family: "Font Awesome 6 Free";
  content: "\f098";/*アイコンのユニコード*/
  font-size: 1.5em;
  font-weight: 900;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  bottom: -5px;
  color: #5faab4; /*アイコン色*/
}

.line-text {
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  display: inline-block;
}
.line-text:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f3c0";/*アイコンのユニコード*/
  font-size: 1.5em;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  bottom: -5px;
  color: #5faab4; /*アイコン色*/
}
@media (max-width: 578px) {
  .vk_flow_frame_image {
    margin: 0 auto;
}
}

@media (max-width: 520px) {
  .button019 a:after {
    right: 1rem;
  }

}

@media (max-width: 500px) {
  .space {
    display: block;
  }

  .heading-0242 {
    margin-left: 80px;
    margin-right: 30px;
    white-space: nowrap;
    padding-right: 10px;
  }

  .heading-0242 {
    font-size: 23px;
  }

  .another {
    padding-left: 1.2rem;
    padding-right: 1rem;
  }


}

@media (max-width: 380px) {
  .heading-0242 {
    font-size: 21px;
    margin-right: 30px;
    margin-left: 78px;
  }

  .heading-024 {
    font-size: 22px;
  }
  
  .heading-024::before {
    left: -60px;
  }

}