@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  color: #000;
}
html {
  scroll-behavior: smooth;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}
a:hover, a:active {
  color: #f60;
}
/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: inherit;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px dotted #10559A;
}
h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}
h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-image: url("../images/lightpaperfibers.jpg");
  background-repeat: repeat;
}
/*記事(ボディ)エリア*/
.article {
  /*background-color: #fff;*/
  /*border-left: 1px solid #ccc;*/
  /*border-right: 1px solid #ccc;*/
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.top_image_in {
  width: 1000px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
  position: relative;
}
.article {
  width: 1000px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 20%;
  float: left;
  margin: 0em;
}
/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 25%;
  float: right;
  margin: 0.8em 0em 0em;
}
/*ヘッダーの電話ボタン*/
.header_tel {
  width: 30%;
  float: right;
  margin: 0.8em 0em 0em;
}
/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img, .header_mail img, .header_tel img {
  width: 100%;
}
/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
}
.top_image_in img {
  width: 100%;
  position: relative;
}
/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
  padding: 2.5em 3em 1.0em;
  position: relative;
}
.section_02 {
  padding: 2.5em 3em 1.0em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #fff;
}
.section_04 {
  padding: 2.5em 0 4.0em;
}
/*--------------------------------------------------
チェックリスト設定
-----------------------------------------------------*/
ul.checklist {
  border: 1px solid #ccc;
  list-style: none;
  padding: 1em;
}
ul.checklist li {
  background-image: url("../images/icon-check03-red.png");
  background-repeat: no-repeat;
  background-size: 3.5%;
  padding-left: 1.8em;
  margin-bottom: 0.8em;
}
ul.checklist li:last-child {
  margin-bottom: 0em;
}
/*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
table {
  width: 100%;
  border-top: 1px solid #7F7F7F;
  border-left: 1px solid #7F7F7F;
  /*margin: 1em 0em;*/
  font-size: 20px;
  color: #534741;
}
th, td {
  padding: 0.5em;
  border-right: 1px solid #7F7F7F;
  border-bottom: 1px solid #7F7F7F;
}
th {
  background-color: #C7B299;
  ;
  text-align: center;
}
td {
  background-color: #fff;
  text-align: left;
  padding: 20px 25px;
}
/*table th:nth-child(1) {
  background-color: #c7b299;
}*/
/*table tr:nth-child(1) td:nth-child(1) {
  background-color: #7f7f7f;
}*/
/*スマホでは行が列になるテーブルタグ*/
.table_style_01 {
  text-align: left;
  vertical-align: middle;
}
/*--------------------------------------------------
フォーム設定
-----------------------------------------------------*/
.mailform {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 1em 0em 1.5em;
  box-shadow: 0px 0px 1px #000;
}
.input {
  padding: 0 2em;
}
.input_style {
  background-color: #FFFBF0;
  width: 100%;
  height: 60px;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.4em;
}
input[type="image"] {
  width: 100%;
}
.caution {
  text-align: center;
  font-size: 0.8em;
  color: #F00;
}
/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
.box_qa {
  background-color: #efefef;
  padding: 1em;
}
.box_qa_q {
  background-color: #fff;
  padding: 1em 2em 1em 3em;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: bold;
  color: #D10003;
}
.box_qa_a {
  background-color: #fff;
  padding: 1em 2em 1em 3em;
}
.box_qa_q p, .box_qa_a p {
  text-indent: -2em;
}
/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.area_cta {
  background-color: #105FA3;
  padding: 1em 3em;
}
.area_cta_inr {
  background-color: #fff;
  padding: 1em 2em;
  overflow: auto;
}
.area_cta_inr_left {
  float: left;
  width: 48%;
}
.area_cta_inr_right {
  float: right;
  width: 48%;
}
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #fff;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #292929;
}
.footer a {
  color: #292929;
}
/*--------------------------------------------------
追加CSS
-----------------------------------------------------*/
.sub01 {
  height: 150px;
  background: url("../images/sub-bg.png") no-repeat center center;
  margin: 0 auto;
  display: grid;
  place-items: center;
  margin-bottom: 50px;
}
.sub01 img {
  margin: 0 auto;
}
.sub02 {
  height: 150px;
  background: url("../images/sub-bg.png") no-repeat center center;
  margin: 0 auto;
  display: grid;
  place-items: center;
  margin-bottom: 50px;
}
.sub02 img {
  margin: 0 auto;
}
.sub03 {
  height: 150px;
  background: url("../images/sub-bg.png") no-repeat center center;
  margin: 0 auto;
  display: grid;
  place-items: center;
  margin-bottom: 50px;
}
.sub03 img {
  margin: 0 auto;
}
.section_01 {
  /* background: url("../images/banerbg3.png") no-repeat center top;*/
  background-size: 85%;
}
.sec01-top {
  background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(100%, #E8E6E6));
  background: -webkit-linear-gradient(top, #FFFFFF, #E8E6E6 100%);
  background: linear-gradient(to bottom, #FFFFFF, #E8E6E6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFE8E6E6, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE8E6E6', GradientType=0)";
  border-style: solid;
  border-width: 1px;
  border-color: #7F7F7F;
  border-radius: 10px;
  margin: 50px 0 40px;
  padding: 2.0rem 2.0rem 1.0rem;
	background: url("../images/sec01-topbg.png") no-repeat center center;
  background-size: cover;
}
.sec01-top2 {
  background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(100%, #E8E6E6));
  background: -webkit-linear-gradient(top, #FFFFFF, #E8E6E6 100%);
  background: linear-gradient(to bottom, #FFFFFF, #E8E6E6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFE8E6E6, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE8E6E6', GradientType=0)";
  border-style: solid;
  border-width: 1px;
  border-color: #7F7F7F;
  border-radius: 10px;
  margin: 50px 0 40px;
  padding: 2.0rem 2.0rem 1.0rem;
	background: url("../images/sec01-topbg_.png") no-repeat center top;
  background-size: cover;
}
.sec04-top {
  height: 424px;
  box-shadow: 3px 3px 4px rgb(127 127 127 / 50%);
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  border-radius: 10px;
  background: #FFFFFF url("../images/nayami2.png") no-repeat center center;
  background-size: cover;
  display: grid;
  place-items: center;
  padding-right: 50px;
  margin: 50px 0 50px;
}
.arrow {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.arrow img {
  width: 450px;
}
.sec01-text {
  text-align: center;
  margin-bottom: 50px;
}
.section_inr {
  width: 900px;
  margin: 0 auto;
}
.sec04-text {
  text-align: center;
  margin-bottom: 50px;
}
.section_inr-text {
  width: 840px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.section07_inr-text {
  width: 840px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-align: left;
}
.section09_inr-text {
  width: 900px;
  margin: 0 auto;
  padding: 2.0em 0 1em;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-align: left;
}
img.prf {
  margin-right: -50px;
  border-radius: 20px;
  margin-top: -180px;
}
img.chakra {
  margin-top: -130%;
}
img.voice {
  margin-bottom: 20px;
}
img.note {
  margin-bottom: 20px;
  width: 139%;
  margin-top: -64px;
  margin-right: 73px;
}
img.cta-title {
  width: 100%;
  padding: 20px 0;
}
.section_03 {
  padding: 2.5em 3em 1.0em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
}
.section_05 {
  padding: 0 3em 1.0em;
  background: url(../images/sec05-bg.png) no-repeat center center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
}
.section_06 {
  background: url(../images/sirokilt.jpg) repeat center center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.section_06 .section_inr {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-style: solid;
  border-width: 3px;
  border-color: #C69C6D;
  text-align: center;
  padding: 0 25px 25px;
  background-image: url(../images/lightpaperfibers.jpg);
  background-size: cover;
}
.section_06 .section_inr-pink {
  width: 1000px;
  margin: 0 auto;
  background: -webkit-gradient(linear, center top, center bottom, from(#FAFAFA), color-stop(100%, #EDEDEA));
  background: -webkit-linear-gradient(top, #FAFAFA, #EDEDEA 100%);
  background: linear-gradient(to bottom, #FAFAFA, #EDEDEA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFAFAFA, endColorstr=#FFEDEDEA, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFEDEDEA', GradientType=0)";
  border-style: solid;
  border-width: 3px;
  border-color: #D4145A;
  margin-top: 50px;
}
.section_06 .section_inr-blue {
  width: 1000px;
  margin: 0 auto;
  background: -webkit-gradient(linear, center top, center bottom, from(#FAFAFA), color-stop(100%, #EDEDEA));
  background: -webkit-linear-gradient(top, #FAFAFA, #EDEDEA 100%);
  background: linear-gradient(to bottom, #FAFAFA, #EDEDEA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFAFAFA, endColorstr=#FFEDEDEA, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFEDEDEA', GradientType=0)";
  border-style: solid;
  border-width: 3px;
  border-color: #0071BC;
  margin-top: 50px;
}
.section_06 .section_inr-gold {
  width: 1000px;
  margin: 0 auto;
  background: -webkit-gradient(linear, center top, center bottom, from(#FAFAFA), color-stop(100%, #EDEDEA));
  background: -webkit-linear-gradient(top, #FAFAFA, #EDEDEA 100%);
  background: linear-gradient(to bottom, #FAFAFA, #EDEDEA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFAFAFA, endColorstr=#FFEDEDEA, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFEDEDEA', GradientType=0)";
  border-style: solid;
  border-width: 3px;
  border-color: #A67C52;
  margin-top: 50px;
}
.section_06 .section_inr-map {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}
.section_06 .section_inr2 {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgb(127 127 127 / 27%);
  border-style: solid;
  border-width: 2px;
  border-color: #C69C6D;
  text-align: center;
  padding: 25px;
  margin-top: 25px;
}
.section_07 {
  background: -webkit-gradient(linear, center top, center bottom, from(#C7B299), color-stop(100%, #A67C52));
  background: -webkit-linear-gradient(top, #C7B299, #A67C52 100%);
  background: linear-gradient(to bottom, #C7B299, #A67C52 100%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 3rem 0 0;
}
.section_07 .section_inr {
  width: 1000px;
  margin: 0 auto;
  background: #FFFFFF url(../images/lightpaperfibers-1.jpg) repeat left top;
  border-style: solid;
  border-width: 3px;
  border-color: #C69C6D;
  text-align: center;
  padding: 25px;
}
.section_07 .section_inr2 {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgb(127 127 127 / 27%);
  border-style: solid;
  border-width: 2px;
  border-color: #998675;
  text-align: center;
  padding: 25px;
  margin-top: 40px;
}
.section_08 {
  background-color: #fcfbf7;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 3rem 0;
}
.section_08 .section_inr {
  width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
  border-style: solid;
  border-width: 3px;
  border-color: #C69C6D;
  text-align: center;
  padding: 25px;
}
.section_08 .section_inr2 {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgb(127 127 127 / 27%);
  border-style: solid;
  border-width: 2px;
  border-color: #998675;
  text-align: center;
  padding: 25px;
  margin-top: 40px;
}
.section_09 {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 3rem 0;
}
.section_09 .section_inr {
  width: 1100px;
  margin: 0 auto;
  background: #FFFFFF;
  border-style: solid;
  border-width: 3px;
  border-color: #C69C6D;
  text-align: center;
  padding: 50px 25px 25px;
}
.section_09 .section_inr2 {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgb(127 127 127 / 27%);
  border-style: solid;
  border-width: 2px;
  border-color: #998675;
  text-align: center;
  padding: 25px;
  margin-top: 40px;
}
.cta-box {
  margin-top: 30px;
  text-align: center;
  padding: 0 0px;
}
img.elegant {
  margin: 0 auto;
  width: 100%;
}
img.elegant2 {
  margin: 0 auto;
  width: 100%;
  transform: scale(1, -1);
}
a.btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1.3rem 1rem;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  background: -webkit-gradient(linear, center top, center bottom, from(#FBB03B), color-stop(100%, #F15A24));
  background: -webkit-linear-gradient(top, #FBB03B, #F15A24 100%);
  background: linear-gradient(to bottom, #FBB03B, #F15A24 100%);
  transition: 0.5s;
  border-radius: 10px;
  margin-bottom: 25px;
}
a.btn_01:hover {
  color: #fff;
  background: -webkit-gradient(linear, center top, center bottom, from(#F15A24), color-stop(100%, #FBB03B));
  background: -webkit-linear-gradient(top, #F15A24, #FBB03B 100%);
  background: linear-gradient(to bottom, #F15A24, #FBB03B 100%);
}
a.btn_02 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1.3rem 1rem;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  background: -webkit-gradient(linear, center top, center bottom, from(#ED1C24), color-stop(100%, #C1272D));
  background: -webkit-linear-gradient(top, #ED1C24, #C1272D 100%);
  background: linear-gradient(to bottom, #ED1C24, #C1272D 100%);
  transition: 0.5s;
  border-radius: 10px;
  margin-bottom: 25px;
}
a.btn_02:hover {
  color: #fff;
  background: -webkit-gradient(linear, center top, center bottom, from(#C1272D), color-stop(100%, #ED1C24));
  background: -webkit-linear-gradient(top, #C1272D, #ED1C24 100%);
  background: linear-gradient(to bottom, #C1272D, #ED1C24 100%);
}
a.btn_03 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 2.5rem 1.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
 background-color:#D47272;
  border-style: solid;
  border-width: 3px;
  border-color: #FFFFFF;
  transition: 0.5s;
  border-radius: 10px;
  margin: 25px 0;
}
a.btn_03:hover {
  color: #fff;
  background:#D46385;

}
img.sub {
  margin: 0 auto;
  width: 100%;
  margin: 20px 0;
}
img.earth {
  margin-right: -200px;
  border-radius: 20px;
}
img.yoga {
  margin-right: -200px;
  border-radius: 20px;
}
img.img11 {
margin-right: -200px;
    border-radius: 20px;
    margin-top: -222px;
}
img.top {
  width: 100%;
  margin: 20px 0;
}
img.price {
  width: 100%;
  margin: 10px 0;
}
.section_04 .section_inr {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-style: solid;
  border-width: 3px;
  border-color: #C69C6D;
  text-align: center;
  padding: 10px;
}
.section_04 .section_inr2 {
  border-style: solid;
  border-width: 2px;
  border-color: #C69C6D;
  padding: 30px 50px;
 /* background: #FFFFFF url(../images/bg-03.png) no-repeat center center;*/
  background-size: cover;
}
.section_04 .section_inr2 .section_inr-text {
  text-align: left;
  font-size: 20px;
}
.section_06 .section_inr2 .section_inr-text {
  text-align: left;
  font-size: 20px;
  padding: 30px 20px;
}
.section_06 .section_inr2 .box {
  text-align: left;
  font-size: 20px;
  padding: 30px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #7F7F7F;
}
.g-title {
  background: -webkit-gradient(linear, center top, center bottom, from(#C69C6D), color-stop(100%, #8C6239));
  background: -webkit-linear-gradient(top, #C69C6D, #8C6239 100%);
  background: linear-gradient(to bottom, #C69C6D, #8C6239 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFC69C6D, endColorstr=#FF8C6239, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC69C6D', endColorstr='#FF8C6239', GradientType=0)";
  padding: 10px;
  margin-bottom: 40px;
}
.sub04 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: -webkit-gradient(linear, center top, center bottom, from(#C7B299), color-stop(100%, #C69C6D));
  background: -webkit-linear-gradient(top, #C7B299, #C69C6D 100%);
  background: linear-gradient(to bottom, #C7B299, #C69C6D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFC7B299, endColorstr=#FFC69C6D, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC7B299', endColorstr='#FFC69C6D', GradientType=0)";
  padding: 39px;
  margin-bottom: 50px;
}
.sub04 img {
  margin: 0 auto;
}
.bg_rgba {
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.lesson-title {
  background-color: #A67C52;
  margin: 0 auto;
  margin-top: 30px;
}
img.box-title {
  width: 100%;
  margin-bottom: 20px;
}
.sub05 {
  width: 100%;
  background-color: #D4145A;
  padding-bottom: 10px;
  padding: 20px 0;
  margin-bottom: 50px;
}
.sub05 img {
  margin: 0 auto;
  width: 100%;
}
.sub05-b {
  width: 100%;
  background-color: #0071BC;
  padding-bottom: 10px;
  padding: 20px 0;
  margin-bottom: 0px;
}
.sub05-b img {
  margin: 0 auto;
  width: 100%;
}
.sub05-g {
  width: 100%;
  background-color: #A67C52;
  padding-bottom: 10px;
  padding: 20px 0;
  margin-bottom: 30px;
}
.sub05-g img {
  margin: 0 auto;
  width: 100%;
}
.sub06 {
  width: 100%;
  padding-bottom: 10px;
  padding: 20px 0 0;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.sub06 img {
  margin: 0 auto;
  width: 100%;
}
.sub06:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 100%; /*線の長さ*/
  height: 6px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #A67C52; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}
.pink-text {
  padding: 0 30px 50px;
  font-size: 20px;
}
.blue-text {
  padding: 0 30px 10px;
  font-size: 20px;
}
.gold-text {
  padding: 0 30px 50px;
  font-size: 20px;
  text-align: center;
}
.gold-text2 {
  padding: 0 0 50px;
  font-size: 20px;
  text-align: left;
}
.tokuten-box {
  border-style: solid;
  border-width: 1px;
  border-color: #A67C52;
  background-color: #FFFFFF;
  font-size: 20px;
  text-align: left;
  padding: 20px;
}
.sec07-hr {
  margin: 40px 0;
  width: 65%;
  border-style: solid;
  border-width: 1px;
  border-color: #A67C52;
}
.sec06-text {
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.sec01-list {
  position: relative;
  padding: 0 0 0 75px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec01-list:before {
  position: absolute;
  top: -6px;
  left: 0;
  content: url('../images/checkblue.png');
}
.sec01-list2 {
  position: relative;
  padding: 0 0 0 75px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec01-list2:before {
  position: absolute;
  top: -6px;
  left: 0;
  content: url('../images/14295.png');
}
img.list-top {
  position: absolute;
  width: 64%;
  top: 77px;
  left: 525px;
  z-index: 100;
}
.absolute {
  position: absolute;
  top: 683px;
}
.box01 {
  padding: 30px;
  margin: 30px;
  background-color: #fff;
}
.flex_box10 {
  border: 1px solid #7F7F7F;
  display: flex;
  margin-top: 25px;
  font-size: 20px;
}
.flex_box10 .text {
  margin: 30px;
}
.flex_box10 .flex_item img {
  padding: 45px 0;
}
.flex_box10 .flex_item:nth-child(1) {
  background-color: #C7B299; /* 背景色指定 */
  padding: 0px;
}
.flex_box11 {
  border: 1px solid #7F7F7F;
  display: flex;
  margin-top: 25px;
  font-size: 20px;
}
.flex_box11 .text {
  margin: 20px;
}
.flex_box11 .flex_item img {
  padding: 20px 0;
}
.flex_box11 .flex_item:nth-child(1) {
  background-color: #C7B299; /* 背景色指定 */
  padding: 0px;
}
.cta-box{
	margin:0 auto;
	width:1000px;
	padding:20px 50px;
}
.box2{width:100%;
padding:0 10px;
	background-color: rgba(255,255,255,0.4);
}
.box{width:100%;}
.schedule-top{
	background-color: #C7B299;
    text-align: center;
	padding: 0.5em;
    border-right: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
    border-top: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	width:100%;
}
.schedule-body{
	   text-align: left;
	padding: 1.0em;
    border-right: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	width:100%;
font-size: 20px;
    color: #534741;
}
.flex_schedule-box {
    display: flex;              /* フレックスボックスにする */
}
.voice-top{
    text-align: center;
	padding: 1em 25%;
 
	width:100%;
}
.voice-top img{
	border-radius:50%;
}
.voice-body{
	background-color: #29abe2;
	   text-align: left;
	padding: 1.0em;
	width:100%;
font-size: 17px;
	font-weight:bold;
    color: #fff;
		border-radius:25px;
	border:solid 10px #fff ;
	
}
.voice-body2{
	background-color: #E21E79;
	   text-align: left;
	padding: 1.0em;
	width:100%;
font-size: 17px;
	font-weight:bold;
    color: #fff;
	border-radius:25px;
	border:solid 10px #fff ;

}
.voice-text{
	
	   text-align: left;
	
	width:100%;
font-size: 16px;
    color: #292929;
	

}
.flex_voice-box {
    display: flex;              /* フレックスボックスにする */
}
.voice-text *, .voice-text *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.voice-text {
	position: relative;
}
.voice-text label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.voice-text input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.voice-text label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #c7b299;;
}
.voice-text input {
	display: none;
}
.voice-text .cp_container {
	overflow: hidden;
	height: 125px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
	    margin: 1em;
}
.voice-text input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.voice-text input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.voice-text input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}