@charset "UTF-8";
html {
scroll-behavior: smooth;
}
#voice,
#dai_SP {
  margin-top:-130px;
  padding-top:130px;
}
@media (max-width: 767px) {
#voice,
#dai_SP {
  margin-top:-50px;
  padding-top:50px;
}
}
/* 基本色 */
:root {
	--main-color: #5D9AB2;
	--accent-color: #BF6A7A;
	--dark-main-color: #c2bd6c;
	--text-bright-color: #fff;
	--icon-color: #fff;
	--icon-bk-color: #ddd;
	--gray-color: #ddd;
}

/* スマホで　句点を消す ----------------------*/
@media (max-width: 468px) {
  .display_none_469 {
    display: none;
  }
}

/* TOPイメージ ----------------------*/
.conTOP_mini {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	background: linear-gradient( 135deg, rgba(253, 134, 64, 0.5), rgba(255, 255, 255, 0.1)), url(../img/top_image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f9ddb0;
	text-align: center;
	margin: 0 auto 0;
	padding: 10px;
}
.conTOP_mini .container {
	margin: 0 auto;
}
.title_face_PKG {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	padding-left: 1rem;
}
.title_text_PKG {
	display: block;
 margin-bottom: 0;

	padding-left: 1rem;
}
.title_face_PKG img {
	padding-left: 0.25rem;
  width: 84px;
}
.conTOP_mini .container a,
.conTOP_mini .container a:visited,
.conTOP_mini .container a:hover,
.conTOP_mini .container a:active{
  text-decoration: none;
}
.conTOP_mini h1 {
	margin-top: 0.5rem;
  margin-bottom: 0;
  padding: 0 0;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.8rem;
	text-align: center;
	color: #fff;
	text-shadow:2px 2px 4px #522e12;
}
@media (max-width: 374px) {
  .conTOP_mini h1 {
	 font-size: 1.25rem;
  }
}
.conTOP_mini h2 {
	margin-top: 4rem;
	margin-bottom: 0.2rem;
	font-size: 2rem;
	letter-spacing: +0.03em;
	text-align: center;
	color: #fff;
	text-shadow:2px 2px 10px #522e12;
}
/* 量子催眠 */
.conTOP_mini  h5 {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	top: auto;
	padding: 0.2rem 1rem;

	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	margin-top: .5rem;
	margin-bottom: 0;
	width: auto;
  height: auto;
  background-color: #21b8ec;
  border-radius: 10px 0 10px 0;
	vertical-align: middle;
	radius: 5px;
}

@media (max-width: 390px) {
	.conTOP_mini h1 {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.conTOP_mini h2 {
		margin-top: 3rem;
		margin-bottom: 0;
		font-size: 2rem;
		text-align: center;
		color: #fff;
	}
	.conTOP_mini h3 {
		font-size: 1.25rem;
		text-align: center;
		color: #fff;
	}
}
/* /TOPイメージ ----------------------*/



.margin_top-1 {
  margin-top: -1rem;
}
.margin_top-2 {
  margin-top: -2rem;
}
.margin_top-3 {
  margin-top: -3rem;
}
.margin_bottom-1 {
  margin-bottom: -1rem;
}
.margin_bottom-2 {
  margin-bottom: -2rem;
}
.margin_bottom-3 {
  margin-bottom: -3rem;
}

.padding_top-1 {
  padding-top: -1rem;
}
.padding_top-2 {
  padding-top: -2rem;
}
.padding_top-3 {
  padding-top: -3rem;
}
.padding_bottom-1 {
  padding-bottom: -1rem;
}
.padding_bottom-2 {
  padding-bottom: -2rem;
}
.padding_bottom-3 {
  padding-bottom: -3rem;
}


/* fontawesome listにアイコンを使用 */
ul.fontawesome_list,
ul.fontawesome_circle {
  list-style: none!important;
}
ul.fontawesome_list span,
ul.fontawesome_circle span {
  display: inline-block;
}
ul.fontawesome_list li,
ul.fontawesome_circle li{
	padding-left:1.5em;
	text-indent:-1.5em;
	line-height: 1.7;
	padding-bottom: 0.5rem;
}
ul.fontawesome_list li:before {
  font-family: FontAwesome;
  content: '\f2bd'; /* アイコンのunicode */
	color: #ff9150;
	padding-right: 0.5rem;
}
ul.fontawesome_circle li:before {
  font-family: FontAwesome;
  content: '\f118'; /* アイコンのunicode */
	color: #ff9150;
	padding-right: 0.5rem;
font-weight: 900;
}
/* fontawesome listにアイコンを使用 ここまで */

.disc {
padding-left: 1.5rem;
line-height: 2;
}

ul .disc_list {
list-style-position: inside;
padding-left: 0!important;
}

.disc_list li{
	list-style: disc!important;
margin-left: 1rem;
color: #333333;
}

@media screen and (max-width: 630px){
  .disc_list li{
  margin-left: 1.5rem;

  }

}


.ribbon {
  display: inline-block;
  position: relative;
  height: 60px;/*高さ*/
  line-height: 60px;/*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;/*文字の左右の余白*/
  font-size: 20px;/*文字サイズ*/
  background: #ff0000;/*背景色*/
  color: #fff;/*文字色*/
  box-sizing: border-box;
}

.ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f9e0bc transparent transparent;
  border-style: solid;
}

.fukidashi-01-12 {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  padding: 1rem 12px 0;
color: #666;
margin-left: 0;
font-size: 0.85rem;
font-weight: 300;
}

@media screen and (max-width: 600px) {
    .fukidashi-01-12 {
      justify-content: center;
    }
}
.fukidashi-01-12::before {
  content: "";
  width: 20px;
  height: 1px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #bab9b9;
}
.fukidashi-01-12::after {
  content: "";
  width: 20px;
  height: 1px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #bab9b9;
}


.paratop {
	margin-top: 0.5rem;
	margin-bottom: 18px;
	font-size: 0.9em;
	line-height: 1.7em;
	text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}




.flex_photo {
  display: flex; /*横並び*/
	margin-bottom: 0rem;
  padding: 1rem 1rem 1rem;
}
.flex_photo .image{
  width: 160px; /*画像サイズ指定*/
	height: 160px;
  margin: 0;
  padding: 0;
}

.flex_photo .image img {
  width: 100%;
	min-width: 160px;
  height: auto;
}
.flex_photo .image_kaga{
  width: 64px; /*画像サイズ指定*/
	height: 64px;
  margin: 0;
  padding: 0;
}

.flex_photo .image_kaga img {
  width: 100%;
	min-width: 64px;
  height: auto;
}
.flex_photo .right {
  margin: auto auto;/*人物写真右横のブロックを高さセンターに配置*/
  padding: 1rem;
  width: 100%;/*セラピスト加賀から一言 アコーディオン幅*/
  align-items: center;
}
.flex_photo .title {
  margin: 0;
  padding: 0;

  font-weight: bold;
  font-size: 1.25rem;
}
.flex_photo .text {

  margin: 0;
  padding: 0;
}
.flex_photo .post_name {
  font-size: 0.9rem;

  font-weight: 300;
  margin: 0;
  padding: 0;

}

@media screen and (max-width: 500px){
.flex_photo {
  display: inline-block;; /*横並び*/
	}
	.flex_photo .image{
	  width: 160px; /*画像サイズ指定*/
	  margin: 0 auto;
	  padding: 0;
	}
	.flex_photo .image img {
	  width: 100%;
		min-width: 160px;
	  height: auto;
	}
	.flex_photo .title {
	  margin: 0.5rem auto 0;
	  text-align: center;
	}
  .flex_photo .right {
	 margin: 0 0 0 0;
	 padding: 0;
	}
  .flex_photo .post_name {
    text-align: center;
  }
}


  /* ----------------------------------------------------- */

/* 体験者様の声　アコーディオン */
.accordion-001 .grad-btn {
  display: block;
  color: #4a4949;
background: #efeeee;/* クリック範囲　ガイド */
border-radius: 0px 0px 6px 6px;
  margin-bottom: 0;
  font-size: 0.75rem;
  padding: 0.5rem 1.1rem;
text-align: left;
cursor: pointer;
font-weight: 300;
  }
  /*.grad-btnのCSSは表示/非表示の動作には関係ない*/

/*このセッションで得られる主なもの*/
.accordion-001 ul {
  list-style: disc;
  margin-top: 0.5rem;
  margin-left: -0.25rem;
}
/*このセッションで得られる主なもの*/

  /* ----------------------------------------------------- */

  /* 体験者の声　ここから------------------------------------ */

.accordion-001 .grad-btn::before {
  content: "▼ 詳しく読む";
  }
.accordion-001 .grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
  padding: 0 1rem;
  }
  /*
.accordion-001 .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px; /*グラデーションで隠す高さ
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
  }
*/
.accordion-001 .grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
  }
.accordion-001 .grad-trigger:checked ~ .grad-btn::before {
  content: "△ 閉じる"; /*チェックされていたら、文言を変更する▲▽*/
  }
.accordion-001 .grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
  }
.accordion-001 .grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }

/* 体験者様の声　アコーディオン　小さい画面用の設定 */
@media (max-width: 600px) {
.accordion-001 .grad-item {
  height: 0px; /*隠した状態の高さ*/
  }
.accordion-001 .grad-item::before {
  height: 24px; /*グラデーションで隠す高さ*/
  }
}

.accordion-001 .round_line {
  display: block;
  align-items: center;
  justify-content: center;
  padding: 0rem;
  margin-bottom: 0.5rem;
  border: solid 1px #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}
.accordion-001 .round_line h2{
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  margin-top: 0rem;
  margin-bottom: 0.15rem;
  margin-left: 0rem;
  margin-right: 0rem;
}

@media (max-width: 767px) {
  .accordion-001 .round_line {
    margin-left: 0;
    margin-right: 0;
  }
}

/*このセッションで得られる主なもの*/
.accordion-001 ul {
  list-style: disc;
  margin-top: 0.5rem;
  margin-left: -0.25rem;
}
/*/このセッションで得られる主なもの*/

.accordion-001 .textlefty {
padding-top: 0;
	display: inline-block;
	text-align: left!important;
margin-left: 0;
width: 100%;
}
.accordion-001 .taiken-container{
  display:block;
align-items: stretch;
  margin-left: 0;
  padding: 1rem 1rem 0.75rem 1rem;
  text-align: left;
}

/*テーマ別のご案内 赤ちゃんなど画像付き*/
.accordion-001 .taiken-container_block{
  display:flex;
  margin-left: 0;
  padding: 1rem 1rem 0.5rem 1rem;
  text-align: left;
}
.accordion-001 .taiken-container_block figure {
  margin: 0 1rem 0 0;
  width: 100%;
  max-width: 86px;
}
.accordion-001 .taiken-container_block .width_L {
  margin: 0 1rem 0 0;
  width: 100%;
  max-width: 151px;

}

.accordion-001 .taiken-container_block figure img {
  width: 100%;
}

@media (max-width: 767px) {
  .accordion-001 .taiken-container_block figure {
    margin: 0 1rem 0 0;
    width: 100%;
    max-width: 92px;
  }
  .accordion-001 .taiken-container_block .width_L {
    margin: 0 1rem 0 0;
    width: 100%;
    max-width: 161px;

  }
}
/*/ーマ別のご案内 赤ちゃんなど画像付き*/



.accordion-001 .taiken-text{
  display: block;
  align-items: center;
  vertical-align: middle;
font-size: 1rem;
  line-height: 1.7;
  font-weight: normal;
  }
.accordion-001 .grad-item p{
font-size: 1rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.accordion-001 .taimenmark{
  display: inline-block;
  margin-left: 8px;
  padding: 4px 4px;
  border: 1px solid #333;
  color: #000;
  font-weight: normal;
  font-size: 0.6rem;
  background-color: #fff;
  text-align: center;
  vertical-align: super;
  line-height: 1.2;
  letter-spacing: 0.1em;
  min-width: 6em;
}


/* 体験者の声　大さい画面用の設定 */
@media (min-width: 768px) {
.accordion-001 .resizeimage img {
  max-width: 1000px;
  }
}
/* 体験者の声　大さい画面用の設定　ここまで */

.accordion-001 .faceicon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; /*←ココ！！！！！！！*/
  content: "\f2bd";
  color: #ccc;
  font-size: 3.2em;
  margin-right: 0.2em;
  vertical-align: middle;
  }
/* faceアイコンの下スペース */
.accordion-001 div .faceP{
	padding-bottom: 1rem;
  }
/* faceアイコンの下スペース */
.accordion-001 div .facePmini{
	padding-bottom: 0.5rem;
  }
/* 体験者の声　ここまで------------------------------------ */


/* ----------------------------------------------------- */

/* 体験者様の声　アコーディオン */
.accordion-002 .grad-btn {
display: block;
color: #4a4949;
background: #efeeee;/* クリック範囲　ガイド */
border-radius: 0px 0px 6px 6px;
margin-bottom: 0;
font-size: 0.75rem;
padding: 0.5rem 1.1rem;
text-align: left;
cursor: pointer;
font-weight: 300;
}
/*.grad-btnのCSSは表示/非表示の動作には関係ない*/

/*このセッションで得られる主なもの*/
.accordion-002 ul {
list-style: disc;
margin-top: 0.5rem;
margin-left: -0.25rem;
}
/*このセッションで得られる主なもの*/

/* ----------------------------------------------------- */

/* 体験者の声　ここから------------------------------------ */

.accordion-002 .grad-btn::before {
content: "▼ さらに詳しく";
}
.accordion-002 .grad-item {
position: relative;
overflow: hidden;
height: 0px; /*隠した状態の高さ*/
padding: 1.5rem 0 0rem;/*隠した部分の範囲*/
}
/*
.accordion-002 .grad-item::before {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px; /*グラデーションで隠す高さ
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
content: "";
}
*/
.accordion-002 .grad-trigger {
display: none; /*チェックボックスは常に非表示*/
}
.accordion-002 .grad-trigger:checked ~ .grad-btn::before {
content: "△ 閉じる"; /*チェックされていたら、文言を変更する▲▽*/
}
.accordion-002 .grad-trigger:checked ~ .grad-item {
height: auto; /*チェックされていたら、高さを戻す*/
}
.accordion-002 .grad-trigger:checked ~ .grad-item::before {
display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/* 体験者様の声　アコーディオン　小さい画面用の設定 */
@media (max-width: 600px) {
.accordion-002 .grad-item {
height: 0px; /*隠した状態の高さ*/
}
.accordion-002 .grad-item::before {
height: 24px; /*グラデーションで隠す高さ*/
}
}

.accordion-002 .round_line {
display: block;
align-items: center;
justify-content: center;
padding: 0 0 0 1rem;/*人物画像左側スペース*/
margin-bottom: 0.5rem;
margin-top: 0.5rem;
border: solid 1px #fff;
border-radius: 6px;
background-color: #fff;
color: #000;
font-size: 1rem;
text-decoration: none;
text-align: center;
}

@media (max-width: 500px) {
  .accordion-002 .round_line {
    padding: 0 0 0 0rem;/*人物画像左側スペース　トル*/
  }
}

.accordion-002 .round_line h2{
font-size: 1rem;
line-height: 1.5;
font-weight: 700;
text-align: left;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
margin-left: 0rem;
margin-right: 0rem;
}

@media (max-width: 767px) {
.accordion-002 .round_line {
  margin-left: 0;
  margin-right: 0;
}
}

.accordion-002 .flex_photo {
    padding: 0.5rem 0 0 0;/*人物画像の上スペース*/
}



/*このセッションで得られる主なもの*/
.accordion-002 ul {
list-style: disc;
margin-top: 0.5rem;
margin-left: -0.25rem;
}
/*/このセッションで得られる主なもの*/

.accordion-002 .textlefty {
padding-top: 0;
display: inline-block;
text-align: left!important;
margin-left: 0;
width: 100%;
}
.accordion-002 .taiken-container{
display:block;
align-items: stretch;
margin-left: 0;
padding: 0;
text-align: left;
}

/*テーマ別のご案内 赤ちゃんなど画像付き*/
.accordion-002 .taiken-container_block{
display:flex;
margin-left: 0;
padding: 1rem 1rem 0.5rem 1rem;
text-align: left;
}
.accordion-002 .taiken-container_block figure {
margin: 0 1rem 0 0;
width: 100%;
max-width: 86px;
min-width: 86px;  }
.accordion-002 .taiken-container_block figure img {
width: 100%;
}

@media (max-width: 767px) {
.accordion-002 .taiken-container_block figure {
  margin: 0 1rem 0 0;
  width: 100%;
  max-width: 92px;
  min-width: 92px;
}
}
/*/ーマ別のご案内 赤ちゃんなど画像付き*/



.accordion-002 .taiken-text{
display: block;
align-items: center;
vertical-align: middle;
font-size: 1rem;
line-height: 1.7;
font-weight: normal;
}
.accordion-002 .grad-item p{
font-size: 1rem;
padding-top: 0rem;
padding-bottom: 1rem;
margin-bottom: 0;
}
.accordion-002 .taimenmark{
display: inline-block;
margin-left: 8px;
padding: 4px 4px;
border: 1px solid #333;
color: #000;
font-weight: normal;
font-size: 0.6rem;
background-color: #fff;
text-align: center;
vertical-align: super;
line-height: 1.2;
letter-spacing: 0.1em;
min-width: 6em;
}


/* 体験者の声　大さい画面用の設定 */
@media (min-width: 768px) {
.accordion-002 .resizeimage img {
max-width: 1000px;
}
}
/* 体験者の声　大さい画面用の設定　ここまで */

.accordion-002 .faceicon::before {
font-family: "Font Awesome 5 Pro";
font-weight: 900; /*←ココ！！！！！！！*/
content: "\f2bd";
color: #ccc;
font-size: 3.2em;
margin-right: 0.2em;
vertical-align: middle;
}
/* faceアイコンの下スペース */
.accordion-002 div .faceP{
padding-bottom: 1rem;
}
/* faceアイコンの下スペース */
.accordion-002 div .facePmini{
padding-bottom: 0.5rem;
}
/* 体験者の声　ここまで------------------------------------ */



.accordion-006 {
		width: 100%;
    max-width: 1000px;
 margin: 0 auto;
    margin-bottom: 7px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem;
    color: #333333;
    font-weight: 700;
		font-size: 1rem;
    cursor: pointer;
		max-width: 1000px;
}



.summary_title {
	max-width: 90%;
}


.accordion-006 p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
.accordion-006 figure {
  float: right;
  margin: 0.5rem 2rem 0 1rem;
  width: 30%;
max-width: 200px;
}
.accordion-006 figure img {
  width: 100%;

}

.accordion-006  .resizeimage2 img {
display: flex;
align-items: center;
	width: 50%;
margin: 0 2rem;
text-align: center;
}

@media (max-width: 600px) {
.accordion-006  .resizeimage2 img {
	width: 85%;
	height: auto;
margin: 0 2rem;
}
}

.font-weight_normal {
	font-size: 0.85rem;
	font-weight: 300!important;
	margin-left: 0.25rem!important;
}



.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 1rem;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
		z-index: 1;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
		z-index: 10000;
}

.accordion-006 p {
    transform: translateY(-10px);

    opacity: 0;
    margin: 0;
    padding: .3em 1em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.padding_left_2 {
    padding-left: 2rem 1rem;
}
.accordion-006 p .padding_bottom_0{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;

    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

/* アコーディオンの中身 */
.last_child {
  padding: 0.3rem 2rem 1rem 2rem!important;
}

/* accordion-007------------------------------------------- */

.accordion-007 {
		width: 100%;
    max-width: 1000px;
 margin: 0 auto;

    margin-bottom: 7px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.accordion-007 .guideline ul{
  list-style: disc;
  padding-left: 20px;
      margin: 0 0 0.7em;
}
.accordion-007 .guideline p{
  padding-left: 20px;
      margin: 1em 0 0.7em;
}

.accordion-007 .guideline li{
    margin-bottom: 1rem;
}

.accordion-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem;
    color: #333333;
    font-weight: 700;
		font-size: 1rem;
    cursor: pointer;
		max-width: 1000px;

}

.summary_title {
	max-width: 90%;
  padding-left: 1.75rem;
    text-indent: -1.75rem;
line-height: 1.5;
}

.accordion-007 p {
  line-height: 1.7em;
word-break: break-all;
}
.accordion-007 figure {
  margin: 0 1rem 0.5rem 0;
width: 100%;
max-width: 160px;
min-width: 90px;

}

@media screen and (max-width: 630px){
  .accordion-007 figure {
    margin: -0.5rem 0.5rem 0.5rem 0;
  }
}
@media screen and (max-width: 630px){
  .spnone{
    display: none;
  }
}
.accordion-007 figure img {
  width: 100%;

}

.accordion-007 .resizeimage2 img {
display: flex;
align-items: center;
	width: 50%;
margin: 0 2rem;
text-align: center;
}

@media (max-width: 600px) {
.accordion-007  .resizeimage2 img {
	width: 85%;
	height: auto;
margin: 0 2rem;
}
}

.font-weight_normal {
	font-size: 0.85rem;
	font-weight: 300!important;
	margin-left: 0.25rem!important;
}

.accordion-007 summary::-webkit-details-marker {
    display: none;
}

.accordion-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 1rem;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
		z-index: 1;
}

.accordion-007[open] summary::after {
    transform: rotate(225deg);
		z-index: 10000;
}



.accordion-007 p {
    /*  transform: translateY(-10px);*/
    opacity: 0;
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
    color: #333333;
    /*  transition: transform .5s, opacity .5s;*/
}


.accordion-007 p .padding_bottom_0{
    /*  transform: translateY(-10px);*/
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;

    color: #333333;
    /*  transition: transform .5s, opacity .5s;*/
}

.accordion-007[open] p {

    opacity: 1;
}

.accordion-007_parent {
display: block;
justify-content: flex-start; /* 左右均等分布 */
padding: 0rem 1rem 0.5rem 1rem;
}

.accordion-007_parent img{
 align-items: center; /* 上下中央揃え */
}
.accordion-007_parent p{
 align-items: center; /* 上下中央揃え */
}
.accordion-007_parent .block_top{
display: block;
 padding-top: 0.75rem; /* ３つの特長 その3の最終段落 */
}

.topspace{
	text-indent : 1em;
}

@media screen and (max-width: 630px){
  .accordion-007_parent {
  display: block;
  justify-content: flex-start; /* 左右均等分布 */
  }
  .accordion-007 figure {
    float: left;
  width: 100%;
  max-width: 90px;
  min-width: 90px;

  }

}





/*PCのみbrを効かせる*/
@media screen and (max-width: 767px){
.br-PC {display: none; }
}

/* 基本設定： フォントサイズ */
/* 横幅小さい画面 */
@media (max-width: 767px) {
	:root {
		font-size: 14px;
	}
}
/* 縦幅小さい画面　スマホのランドスケープ対応 */
@media (max-height: 414px) {
	:root {
		font-size: 14px;
	}
}
/* 横幅大きい画面 */
@media (min-width: 768px) {
	:root {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	/* br.sp_brはタブレット以上のサイズでは非表示にする */
  .sp_br{
    display: none;
  }
}
@media screen and ( max-width:600px) {
	/* br.sp_brはタブレット以上のサイズでは非表示にする */
  .sp_br_460{
    display: none;
  }
}
@media screen and ( min-width:350px) {
	/* br.sp_brはタブレット以上のサイズでは非表示にする */
  .sp_br_460{
    display: none;
  }
}
@media screen and (min-width: 515px) {
	/* br.sp_brはタブレット以上のサイズでは非表示にする */
  .sp_br_515{
    display: none;
  }
}

.padding_bottom_3_spnone {
  padding-bottom: 3rem!important;
}

@media screen and (max-width: 767px) {
	/* br.sp_brはタブレット以上のサイズでは非表示にする */
  .padding_bottom_3_spnone{
    padding-bottom: 0.5rem!important;
  }
}


h1 {
	font-size: 2rem;
	text-align: center;
	line-height: 1.7;
	padding: 0 1rem;

}

@media screen and (max-width: 767px) {
.conTOP	h1 {
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
.conTOP	h1 {
		text-align: left!important;
	}
}



h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
}

.title_price {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  text-align: left!important;
  font-weight: bold;
}

p {
	margin-top: 0;
	padding-bottom: 0.2rem;
	padding: 0;
	font-size: 1rem;
	line-height: 1.7;
	text-align: normal;/* テキスト両端揃えをやめる */
	text-justify: inter-ideograph;/* テキスト両端揃え */
}



.donemark {
	display: inline-block;
	width: auto;
	margin-top: 0;
	margin-bottom: 4px;
	padding: 0 4px;
	border-radius: 0.5em;
	background-color: #666;
	color: #fff;
	font-size: 0.7em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 7em;
}

.tokyomark {
	display: inline-block;
	width: auto;
	padding: 0 4px;
	border-radius: 0.5em;
	border: solid 1px #32539e;
	background-color: #6d8cd3;
	color: #fff;
	font-size: 0.85em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
		width: 7em;
}

.hokkaidomark {
	display: inline-block;
	width: auto;
	padding: 0 4px;
	border-radius: 0.5em;
	border: solid 1px #3e7351;
	background-color: #e6c9e4;
	color: #fff;
	font-size: 0.85em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 7em;
}

.onlinemark {
	display: inline-block;
	width: auto;
	padding: 0 4px;
	background-color: #fff;
	color: #000;
	font-size: 0.7em;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 7em;
	border: solid 1px #ccc;
}

.onlinemark_B {
	display: inline-block;
	width: auto;
	padding: 0 4px;
	background-color: #fff;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
margin-right: 0.25rem;
	color: #000;
	font-size: 0.85em;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 7em;
	border: solid 1px #ccc;
}

.post_name .onlinemark_B {
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	background-color: #fceddc;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
margin-right: 0.25rem;
	color: #000;
	font-size: 0.85em;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 10em;
	border: solid 1px #ccc;
}

/* 半額キャンペーン　2025/1/13 */
.onlinemark_C {
display: inline-block;
	width: 8rem;
	padding: 0.4rem 1rem;
	background-color: #21b8ec;
  border-radius: 10px 0 10px 0;
	color: #fff;
	font-size: 1rem!important;
	font-weight: 700;
	text-decoration: none;
	text-align: left;﻿
}

.daymark {
  display: inline-block;
	letter-spacing: 0.2em;
	padding: 4px;
	background-color: #fceddc;
	border-radius: 0.2em;
	color: #000;
	font-size: 0.85em;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 7em;
	border: solid 1px #ff9150;
}

.endmark {
	display: inline-block;
	width: auto;
	padding: 0px;
	border-radius: 0.5em;
	border: solid 1px #333;
	background-color: #737373;
	color: #fff;
	font-size: 0.85em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 6.5em;
}
.opacity{
	opacity:0.6;
}


table .uma{
	line-height: 3em;
	height="300";
}

@media screen and (max-width: 600px) {
  span .none {
    display: none;
  }
}



.small {
  font-size: 0.7rem;
  line-height: 1.4em;
	text-align: left;
}
.smallcap {
  font-size: 0.85rem;
	line-height: 1.5em;
	text-align: left;
}

.normal{
	font-weight: normal;
	vertical-align: middle;
}

.smallcap2 {
	display: inline-block;
  font-size: 0.85rem;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

div .photo01{
	text-align: center;
	margin: 30px auto;
}

.smallcapline {
  font-size: 0.85rem;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 0.5rem;
}

.conBB ul li{
	line-height: 1.7em;
}

.conBB .smallcap {
  font-size: 0.85rem;
	line-height: 1.5em;
	text-align: left;
}





div .lineheight {
	line-height: 1.8;
}

.indent-3 {
	line-height: 1.8;
	padding-left:3em;
	text-indent:-3em;
}




table {
	line-height: 1.7;
	padding-left:10px;
	padding-right:10px;

	text-align: left;
	width: 100%;
  border-collapse: collapse;
}

tr {
		text-align: left;
}
.margin_top_1 {
	margin-top: 1rem;
}

/* height: 5em; 高さを入れない！ */
}




.noborder {
	border: none;
	padding-top: 10px;
	padding-bottom: -5px;
}

.onborder {
	padding-top: 10px;
	padding-bottom: 10px;
}



.packing{
	vertical-align: top;
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: 1em
}

.conT table{
		line-height: 2.25;
}
.conT td{
		text-align: left;
		margin-right: 1em;
}
.tdright{
		text-align: right;
}

.conT th {
		padding-right: 0.5em;
		width: 10rem;
    font-weight: normal;
}


table {
	line-height: 1.8;
	margin-right: auto;
	text-align: left;
	width: 100%;
}

.foot{
	margin-top: 0;
	margin-bottom: 3rem!important;

}

.tdright_button{
	text-align: right;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  th {
	　　border-bottom: none;

	  }
  td {
　　border-bottom: none;

  }
	.tdright{
		padding-bottom: 0;
	}
	.tdright_button{
		text-align: left;
		padding-bottom: 1rem;
	}

	tr {
		margin-bottom: 1em;
		text-align: left;
		padding-bottom: 1rem;
	}
td .bottom_2rem{
		margin-bottom: 2rem;
	}

	table {
		margin-bottom: 0;
	}
	tr:first-child {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.btnsmall{
		margin-top: 0.5rem;
	}
}



/* メイングラフィック　少年と母 */
.conT img{
  width:70%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 600px) {
.conT img{
  width:100%;
  margin-bottom: 1.65rem;
}
}
/* /メイングラフィック　少年と母 */


/* テキストのみセクション */


	.conT {
		background-color: #fff;
		color: #000;
		padding-top: 0;


	}

	.conT .container {
		padding-top: 1rem;
		align-items: center;
		justify-content: center;
		background-color: #fff;
	}

  .conT .containercenter {
    display: grid;
		padding-top: 1rem;
		align-items: center;
		justify-content: center;
		background-color: #fff;
	}


.conT .containercenter .text_sall_price {
  font-size: 1.75rem;
}
.conT .containercenter .small_sall_price {
    font-size: 1rem;
    text-align: left;
}
	.conT .containerleft {
		padding-top: 4px;
		align-items: left;
		justify-content: center;
	}




	.conT h1 {
		margin-top: 1rem;
		margin-bottom: 1rem;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.3;
		text-align: center;
		background-color: #fff;

	}



.conT h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #fd0000;
  font-size: 1.75rem;
  font-weight: 300;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 374px){
  .conT h2 {
    font-size: 1.6rem;
  }
}

.black {
 color: #000!important;
}


.conT .h2_big{
  margin-top: 2rem;
  margin-bottom: 0.75rem;
line-height: 1.35;
  font-weight: 300;
  text-align: center;


    font-size: 2rem!important;
  }
@media screen and (max-width: 515px){
  .conT .h2_big{
font-size: 1.85rem!important;

    }
.conT .h2_small{
font-size: 0.9rem!important;
}
}
  .conT .h2_small{
    margin-top: 0rem;
    margin-bottom: 0.75rem;

    font-weight: 300;
    text-align: center;

      margin-left: 0.5rem;
      margin-right: 0.5rem;
      font-size: 1rem;
    }


.null_space {
 margin-right: 0.5rem;
}

.conT .wrap2 {

  text-align: center;
margin: 0 auto;
min-width: 100%;

}
.conT .wrap2 p {
  display: block;
  text-align: center;
margin: 0 auto;
}
/* OFF */
.conT .circleoff img {
	display: block;
	margin: auto;
	width: 140px;
}



	.conT h6 {
		margin-top: 1rem;
		margin-bottom: 0.75rem;
padding-bottom: 0.35rem;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
			margin-left: 0rem;
			margin-right: 0rem;
/* border-bottom: 1px solid #ccc; */
width: 100%;

	}




  .conT .h8 {
letter-spacing: 0.05em;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
		font-weight:300;
		text-align: left;
padding-bottom: 5px;
			margin-left: 0;
			margin-right: 0;
border-bottom: solid 1px #ccc;
	}
  .conT .h9 {
display: block;
text-align: center;

letter-spacing: 0.05em;
		margin: 0 auto;
		font-size: .85rem;
		font-weight:700;

padding-bottom: 0px;
			margin-left: 0.85rem;
			margin-right: 0.85rem;
	}

@media (max-width: 500px) {
  .conT .h8 {
	margin-top: 2rem;
}
}
	.conT h3 {
		margin-top: 0rem;
		margin-bottom: 0rem;
		font-size: 1.05rem;
		font-weight: 700;
		text-align: center;
	}
  .conT .h3_padding_left_0 {
		margin-top: 0rem;
		margin-bottom: 0.3rem;
		font-size: 1.05rem;
		font-weight: 700;
		text-align:	left;
	}
  .conT h5 {
		margin-top: 1rem;
		margin-bottom: 0.8rem;
		font-size: 1.1rem;
		font-weight: 700;
		text-align: left;
line-height: 1.7;
position: relative;
  padding: 1rem 0 0.75rem;
}

.conT h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9150), to(#ffdda1));
  background-image: -webkit-linear-gradient(left, #ff9150 0%, #ffdda1 100%);
  background-image: linear-gradient(to right, #ff9150 0%, #ffdda1 100%);
	}

.conT .other_color{
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
line-height: 1.7;
position: relative;
padding: 1rem 0 0.75rem;
  }

.conT .other_color:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
    background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  }

	.font_weight_300{
			font-weight: 300!important;
		}

.top_0{
		margin-top: 1.25rem!important;
	}
.bottom_225{
		margin-bottom: 3rem;
	}

.h5_unde-line {

	border-bottom: 1px solid #ccc;
}



	.conT h5 .bigtext{
		font-size: 2.5rem;
		font-weight: 300;

	}

	.conT h4 {
		margin-top: 0rem;
		margin-bottom: 1rem;
		font-size: 0.75rem;
		font-weight: 500;
		letter-spacing: 0.2em;
		color: #895075;
		text-align: center;
	}

.btn{
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 10px;
		padding: 5px 15px;
		border-radius: 15px;
		background-color: #8aaeb2;
		color: #fff;
		font-size: 14px;
		text-decoration: none;

	}

.btnsmall{
	display: inline-block;
	padding: 3px 12px;
	border-radius: 1rem;
	background-color: #41affc;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	vertical-align: middle;
	text-align: right;

}
a.btnsmall,
a.btnsmall:hover,
a.btnsmall:visited {
	text-decoration: none!important;
}

a.btnsmall {
			color: #fff;
		}


		.consuuji {
			margin: 0 auto;
			padding-bottom: 0em;
      color: #333;
		}

    .consuuji .indent175{
      margin: 0 auto;
      padding-bottom: 0em;
      padding-left: 1.75rem;
        text-indent: -1.75rem;
    }

		.consuuji .p {
			line-height: 1.7em;
color: #333;
		}
		.consuuji ol{
			/*要素の連番（カウンタ）の値をリセットする*/
			counter-reset: li;
		}
		.consuuji li{
			position: relative;
color: #333;
			padding-left: 20px;
			margin: 0 0 0.7em;
			margin-bottom: 1.25rem;
			/*デフォルトのスタイルを非表示にする*/
			list-style: none;
		}
		.consuuji li:before{
			position: absolute;
			top: 0;
			left: 0;
			font-weight: bold;
			/*要素の連番（カウンタ）の値を進める*/
			counter-increment: li;
			/*自動連番を付ける関数*/
			content: counter(li)'.';
		}

		.consuuji_m {
			margin: 0 auto;
			padding-bottom: 0em;
		}
		.consuuji_m .p {
			line-height: 1.7em;
		}
		.consuuji_m ol{
			/*要素の連番（カウンタ）の値をリセットする*/
			counter-reset: li;
color: #333;
margin-left: 2rem;
margin-right: 2em;

		}
		.consuuji_m li{
			position: relative;
			padding-left: 20px;
			margin: 0 0 0.7em;

			color: #333;
			list-style: none;
		}
		.consuuji_m li:last-child{
			margin-bottom: 0rem;
		}
		.consuuji_m li:before{
			position: absolute;
			top: 0;
			left: 0;
			font-weight: bold;
			/*要素の連番（カウンタ）の値を進める*/
			counter-increment: li;
			/*自動連番を付ける関数*/
			content: counter(li)'.';
		}

.width_wide{
	padding-left: 30px!important;
}


.consuuji li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	/*要素の連番（カウンタ）の値を進める*/
	counter-increment: li;
	/*自動連番を付ける関数*/
	content: counter(li)'.';
}

	div .btncenter{
			text-align: left;
		}


	@media screen and (max-width: 680px) {
		div .btncenter{
				text-align: center;
			}
		}

	/* ポエム */
.conT .poem {
  text-align: center;
  width:100%;
  margin:0 auto;
}
.conT .poem p {
  line-height: 1.7;
  margin-bottom: 1.75rem;
}
.conT .poem_headline {
  line-height: 1.7;
}
.conT .poem_headline span {
  display: inline-block;
}
.conT .poem span {
  display: inline-block;
}

	.conT a.store {
		display: inline-block;
		padding: 10px 30px;
		border-radius: 30px;
		background-color: #fd0000;
		color: #fff;
		font-size: 1.2em;
		border: solid 2px currentColor;
		font-weight: normal;
		text-decoration: none;
	}
	.conT a.store:hover	{
		background-color: #fa5959;
	}

	.conT .center {
		text-align: center;
		margin-bottom: -0.5rem;
	}

	.conT .kanbai {
  text-decoration: line-through;
}

	.conT .pad40 {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
	}

	.conT .bnr {
		width: 260px;
  	margin: 12px auto 0 auto;
		text-align: center;
		display: cover;
	}

	.conT .smalltext {
		text-align: center;
		font-size: 0.85rem;
		line-height: 1.5;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	}

	.conT .smalltext_left {
		text-align: left;
		font-size: 0.85rem;
		line-height: 1.6;
	}

	.conBB .smalltext_left {
		text-align: left;
		margin-top: 1rem;
		font-size: 0.85rem;
		line-height: 1.6;
	}

.smalltext15 {
		vertical-align: middle;
		font-size: 1.05rem;

	}

	.conT .pad40 {
		max-width: 90%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	.conT .red {
		text-align: center;
		color: #ff0033;
	}

	.conT .cap {
		padding-top: 0;
		padding-bottom: 0.25rem;
		font-size: 0.9rem;
		font-weight: 600;
		text-align: center;
	}
  .conT .cap_B {
		padding-top: 0;
		padding-bottom: 0.25rem;
		font-size: 1.05rem;
		font-weight: 600;
		text-align: center;
	}
  .conT .cap_normal {
    padding-top: 0;
    padding-bottom: 0.75rem;
    font-size: 0.9rem;
    font-weight: 300;
    text-align: center;
  }

	.conT .name {
		margin-top: 1rem;
		margin-bottom: 0.2rem;
		font-size: 1.75rem;
		text-align: center;
	}

	.conT .prof {
		display: inline-block;
		padding-top: 2px;
		padding-bottom: 2rem;
		font-size: 12px;
		letter-spacing: 0.3em;
		border-top : 5px solid #999;
		text-align: center;
	}

	.conT .sec_num img {
		display: block;
		align-items: center;
		justify-content: center;
		margin: auto;
		width: 20%;
	}

	.conT .circle img {
		display: block;
		margin: auto;
		padding-top: 20px;
		width: 14%;
	}

	.conT .storesjp_logo img {
		width: 160px;
		height: 31px;
	}



  .conT .round_line_orange {
    padding: 1.5rem;
		display: block;
		align-items: center;
		justify-content: center;
		border: solid 1px #ccc;
		border-radius: 24px;
		background-color: #fcdfbb;
		color: #000;
		font-size: 1rem;
		text-decoration: none;
		text-align: center;
	}
.conT .round_line_orange h2{
  line-height: 1.3;
}

	@media (max-width: 767px) {
		.conT .round_line_orange {
      padding: 1.5rem 1rem;
			margin-left: 0;
			margin-right: 0;
	 }
	}



	.conT .text {
		padding: 0;
		text-align: left;

	}

	.conT .textleft {
		padding-top: 10px;
		display: inline-block;
		text-align: left;
		padding-left:1em;
		text-indent:-1em;
	}



	.conT .mailinglist {
		margin: 0 10px 10px;
		text-align: left;
		font-size: 1rem;
	}

	.conT .textleft15 {
		display: inline-block;
		text-align: left;
		padding-left:1.4em;
		text-indent:-1.4em;
	}

	.conT .secnumber {
		display: block;
		position: center;
	}



.diplomaimg {
	margin-left: 20%;
	margin-right: 20%;
	border: solid 1px #8b8b89;
}

@media (max-width: 600px) {
.diplomaimg {
	margin-left: 0;
	margin-right: 0;
}
}





	.conT a.yoyakublue {
		display: inline-block;
		margin: 16px;
		margin-bottom: 32px;
		padding: 10px 30px;
		border-radius: 30px;
		background-color: #001efd;
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none;
	}

	.conT a.yoyakublue:hover	{
		background-image: linear-gradient(
			rgba(255,255,255,0.2),
			rgba(255,255,255,0.2)
		);
	}


	@media (min-width: 768px) {
	.conT .container {

		flex-flow: column nowrap;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		}
	}

	@media (min-width: 768px) {
	.conT .containerleft {

		flex-flow: column nowrap;
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
		}
	}

	.conT .sec_num img {
		width: 140px;
		height: 249px;
	}
	.conT .pad40 {
		width: 580px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	.conT .circle img {
		display: block;
		padding-top: 20px;
		width: 46px;
		height: 46px;
	}


.resizeimage img {
		width: 50%;

padding-bottom: 0rem;

	}

@media (max-width: 600px) {
.resizeimage img {
		width: 100%;
		height: auto;
	}
}

.resizeimage_bana img {
		width: 100%;
    border: 1px solid #969595;
padding-bottom: 0rem;
border-radius:0.75rem;
	}

@media (max-width: 600px) {
.resizeimage_bana img {
		width: 100%;
		height: auto;
	}
}

/* 量子催眠 */
.resizeimage_bana {
  position: relative;
}
/* workshop 養成講座のキャッチ */
.resizeimage_bana span h3 {
  position: absolute;
  top: 6%;
  left: 4%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
	font-size: 1rem!important;
	font-weight: 700;

	padding: 0.2rem;

	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	margin-bottom: 2rem;
	width: 6rem;
  height: auto;
  background-color: #e7141a;
  border-radius: 0;
	vertical-align: middle;
	transform: skewX(-20deg);
}
/* workshop 養成講座のキャッチ */



.resizeimage_bana span h4 {
  position: absolute;
  top: 46%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
letter-spacing: 0.05em;
  margin:0;
  padding: 0;
  font-size: 1.57rem!important;
  padding-bottom: 4px;
  font-weight: 300;
  line-height: 1.4;
  color: white;
  width: 96%;
  text-align: center;
  vertical-align: middle;
margin-bottom: 3rem;
}


.resizeimage_bana h4 .smallh4 {
    font-size: 73%!important;
font-weight: 700; /*太字に*/
}

@media screen and (min-width:450px) and ( max-width:667px) {
.resizeimage_bana span h4 {
		font-size: 2rem!important;
	}
}


.resizeimage_mov{
margin: 0 auto;
text-align: center;
	}
  .resizeimage_mov video {
  margin: 0 auto;
  text-align: center;
  		width: 75%;
      border: 1px solid #969595;
  padding-bottom: 0rem;
  	}

@media (max-width: 767px) {
.resizeimage_mov video {
		width: 100%;
		height: auto;
	}
}




.conT a:hover	{
	text-decoration: underline;
}

.conT a.yoyaku {
	display: inline-block;
margin: 0 auto;
text-align: center;
	width: auto;
	margin-bottom: 1rem;
	padding: 16px 20px;
	border-radius: 30px;
	/*background-color: #fd0000;予約ボタンの背景色をコントロール*/
	background-color: #fd0000;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-decoration: none;
}

.conT a.yoyaku:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}

@media (max-width: 767px) {
  .conT a.yoyaku {
    font-size: 1.15rem;
    padding: 10px 16px;
	 width: auto;
  }
}

@media (max-width: 500px) {
  .conT a.yoyaku {
    font-size: 1.05rem;
    padding: 10px 10px;
    width: 94%;
    max-width: 460px;
  }
}

.conBB i {
    padding: 0 0.25rem;
}

.modal-content a:hover	{
	text-decoration: underline;
color: #fff;	/*モーダルのhover 指定しないとブルーになる　2025.8.10*/
}

.modal-content a.yoyaku {
	display: inline-block;
	width: auto;
max-width: 460px;
	margin-bottom: 1rem;
	padding: 8px 20px;
	border-radius: 30px;
background-color: #fd0000;
	color: #fff;
	font-size: 1.05rem;
	font-weight: bold;
	text-decoration: none;
}

.modal-content a.yoyaku:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}

@media (max-width: 767px) {
.modal-content a.yoyaku {
  font-size: 1.1rem;
padding: 10px 20px;
width: auto;
max-width: 460px;

}
}

@media (max-width: 500px) {
.modal-content a.yoyaku {
  font-size: 1.05rem;
padding: 10px 20px;
width: auto;


}
}

.conT a.yoyakucal {
	display: inline-block;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px 20px;
	border-radius: 30px;
	background-color: #001ce4;
	color: #ffff00;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.conT a.yoyakucal:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}
@media (max-width: 767px) {
.conT a.yoyakucal {
  font-size: 0.85em;
	width: 80%;
	letter-spacing: -0.07em;
}
}

.paratop {
	margin-top: 0.5rem;
	margin-left: 1rem;
	margin-bottom: 0.5rem!important;
	line-height: 1.3rem!important;
}

.paratop_bana {
	margin-top: 0.5rem;
	margin-left: 0rem;
	margin-bottom: 0.5rem;
	line-height: 1.3rem;
	font-size: 0.85rem;
}

.BGnone {
	background-color: #fff;
  padding-bottom: none;
	width: 100%;
}


.BGnone div {
	padding-right: 10px;
	padding-left: 10px;
}


/* ２カラム */
.conBB {
	background-color: #fff;
	color: #000;
}

.conBB .container {
	padding: 0;
}

.conBB .wrap {
	text-align: center;
	padding: 0 0.05rem 0.25rem;/* 横幅広げる　2025/11/17 */
}

.conBB .wrap:last-child {
	padding-bottom:0;
}

@media (min-width: 768px) {
.conBB .wrap {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	padding-bottom:1rem;
	}

.conBB .wrap p{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
}
}

.conBB h1 {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: 1.75rem;
	font-weight: 300;
	text-align: center;
}

.conBB h2 {
	font-size: 1.65rem;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.conBB h3 {
	margin-top: 2rem;
	font-size: 1.3rem;
	text-align: center;
}



.conBB h4 {
	margin-top: 0rem;
	margin-bottom: 1rem;
	font-size: 0.7rem;
	font-weight: 300;
	letter-spacing: 0.5em;
	color: #97a2a3;
	text-align: center;
}


/* 料金　お支払い方法　キャンセル料金 */
.conBB h6 {
	border-bottom: 1px solid #ccc;
}
.conBB p {
	margin-top: 0;
	margin-bottom: 0.5rem!important;
	font-size: 1rem;
	line-height: 1.7;
	text-align: justify;/* テキスト両端揃え */
	text-justify: inter-ideograph;/* テキスト両端揃え */
}
.conBB ul {
font-size: 1rem;
line-height: 1.5;
padding: 0;
}

@media (max-width: 767px) {
  .conBB ul {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 0.2em;
    padding-right: 0.5em;
  }
}

/* お知らせ */
.conBB .wrapper {
  position:relative;
  display:inline-block;
	background: #000;/* 背景を黒にする */
}

.conBB .filter-img {
 display: block;
 opacity: .6;/* 画像の透明度 */
 filter: blur(1px);/* 画像のぼかし */
}

.conBB .label {
	width: auto;
  position:absolute;
  color:white;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
  padding:10px 15px;
}
.conBB .label-left-top{
  left:0px;
  top:0px;
}

.conBB .text {
	padding: 0;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}


@media (max-width: 667px) {
	.conBB .wrap:last-child	{
		margin-top: 1.5rem;
margin-bottom: 3rem;
	}
}

@media (min-width: 668px) {
	.conBB .container {
		display: flex;
		max-width: auto;/* 横幅広げる　2025/11/17 */
		margin-left: auto;
		margin-right: auto;
	}
	.conBB .wrap	{
		flex: 1;
		margin-left: 0px;
		margin-right: 0px;
	}
	.conBB .wrap:first-child	{
		margin-right: 2rem;
	}
	.conBB .circle img {
		display: block;
		padding-top: 10px;
		width: 68px;
		height: 68px;
	}
}


/* フッター */
footer {
	background-color: #d28850;
}

/* 安心ガイドライン */
.accordion-007_parent h2 {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  margin-top: 0.3rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.accordion-007_parent p {
  color: #333333;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
/* /安心ガイドライン */
