@charset 'utf-8';
@import url("https://fonts.googleapis.com/css2?family=Carattere&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");
:root {
  --main-color: #595757;
  --black-color: #231815;
  --brown-color: #6f5a35;
  --red-color: #a7161d;
  --pink-color: #e08b7a;
}
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: var(--main-color);
  background-color: #ffffff;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  list-style-type: none;
  text-size-adjust: 100%;
}
img {
  border-style: none;
  width: 100%;
  display: block;
}
a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: 0.5s;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 799px) {
  .brpc {
    display: none;
  }
  .container1,
  .container2,
  .container3 {
    width: 94%;
    margin: 0 3%;
  }
}
@media screen and (min-width: 800px) {
  .brsp {
    display: none;
  }
  .container1 {
    width: 1200px;
    margin: 0 auto;
  }
  .container2 {
    width: 1120px;
    margin: 0 auto;
  }
  .container3 {
    width: 100%;
  }
}
@media screen and (max-width: 799px) {
  .toform {
    width: 80%;
    position: fixed;
    bottom: 0;
    z-index: 1;
  }
  .toform a {
  }
  /*
	.toform a{
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #68b1dd;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: 800;
		text-align: center;
		padding: 15px 0;
		box-sizing: border-box;
	}
	.toform a::before{
		content: url("images/icon_toform.png");
		margin-right: 15px;
	}
	*/
  .toform a:hover {
    opacity: unset;
  }
}
@media screen and (min-width: 800px) {
  .toform {
    display: none;
  }
}

#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 799px) {
  #page-top {
    bottom: 85px;
  }
}
@media screen and (min-width: 800px) {
  #page-top {
    bottom: 85px;
  }
}
#page-top a {
  display: block;
  transition: all 0.3s ease;
}
.bg_color1 {
  background-color: #f0efeb; /*TOP ＆ 理由 ＆ 受講生限定コンテンツ*/
}
.bg_color2 {
  background-color: #f6f6f6; /*施術家・セラピスト ＆ フォーム*/
}
.bg_color3 {
  background-color: #fef3f2; /*一般の方*/
}
.bg_color4 {
  background-color: #f9f3e4; /*受講生限定経営塾*/
}
.bg_color5 {
  background-color: #f8f7f2; /*VOICE*/
}
.bg_color6 {
  background-color: #f3f3f3; /*特定商取引法*/
}
h1 {
  width: 47%;
}
.cover {
  margin-top: 30px;
}
.instagram {
  position: relative;
  padding-bottom: 177.78%; /* 9:16の縦長比率に調整 */
  height: 0;
  overflow: hidden;
}
.instagram iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
h1 {
  margin-top: 20px;
}
@media screen and (max-width: 799px) {
  p.intro {
    font-family: "Hannari", serif;
    font-size: 23px;
    color: #d48e6f;
    text-align: center;
    line-height: 1.5em;
  }
  .intro_circle {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .intro_circle li {
    width: 23%;
    aspect-ratio: 1;
    border-radius: 100%;
    background-color: #eddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 800px) {
  p.intro {
    font-family: "Hannari", serif;
    font-size: 38px;
    color: #d48e6f;
    text-align: center;
  }
  .intro_circle {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .intro_circle li {
    width: 266px;
    height: 266px;
    border-radius: 100%;
    background-color: #eddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 40px;
    line-height: 1.2em;
  }
}
.intro_circle li span {
  display: contents;
  color: var(--red-color);
}
.about_seminar {
  display: block;
  clear: both;
  background-image: url("images/bg_about_seminar.png");
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 799px) {
  .about_seminar {
    background-size: contain;
    font-size: 22px;
    line-height: 1.1em;
    aspect-ratio: 1201 / 668;
  }
  .about_seminar span {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 800px) {
  .about_seminar {
    height: 668px;
    font-size: 72px;
    line-height: 2.2em;
  }
  .about_seminar span {
    font-size: 160px;
    font-weight: 900;
  }
}
.movie {
  margin-top: 30px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.movie iframe,
.movie_tate iframe {
  width: 100%;
  height: 100%;
  -object-fit: cover;
  object-fit: cover;
  border: none;
}
.movie_annotation {
  font-size: 12px;
}
@media screen and (max-width: 799px) {
  .movie_tate {
    margin-top: 30px;
    width: 100%;
    aspect-ratio: 9 / 16;
  }
  .movie_annotation {
    width: 94%;
    margin: 10px 3% 0 3%;
  }
}
@media screen and (min-width: 800px) {
  .movie_tate {
    margin: 30px 25% 0 25%;
    width: 50%;
    aspect-ratio: 9 / 16;
  }
  .movie_annotation {
    width: 1120px;
    margin: 20px auto 0 auto;
  }
}
.btn_set {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn_set li {
  margin-top: 20px;
  line-height: 1.2em;
}
.btn_set li:nth-child(1) {
  margin-top: 0;
  font-size: 20px;
}
.btn_set li:nth-child(2) {
  font-size: 50px;
  font-weight: 800;
}
.btn_set li:nth-child(1),
.btn_set li:nth-child(2) {
  color: var(--red-color);
}
.btn_set li:nth-child(3) {
  color: var(--brown-color);
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: 600;
}
.btn_set li:nth-child(3)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent; /* 左右の辺の半分 */
  border-right: 35px solid transparent;
  border-top: 34px solid #d9d9d9; /* 三角形の高さと色 */
  margin-top: 20px;
}
.btn_set li:nth-child(4) {
  width: 100%;
  text-align: center;
}
.btn_set li:nth-child(4) {
  font-size: 30px;
  font-weight: 800;
}
.btn_set li:nth-child(4) a {
  color: var(--black-color);
  background-color: #d9ead3;
  width: 100%;
  display: block;
  border-radius: 100px;
  padding: 20px 0;
  text-align: center;
}
.mama {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.mama_img {
  width: 41%;
}
.mama_txt {
  width: 54%;
}
.mama_txt li {
  line-height: 1.5em;
}
.mama_txt li:nth-child(1) {
  color: var(--brown-color);
  font-weight: 600;
}
.mama_txt li:nth-child(3) {
  color: var(--pink-color);
  font-weight: 600;
}
.mama_txt li:nth-child(2),
.mama_txt li:nth-child(3) {
  margin-top: 10px;
}
@media screen and (max-width: 799px) {
  .mama_txt li:nth-child(1) {
    font-size: 20px;
  }
  .mama_txt li:nth-child(2) {
    font-size: 16px;
  }
  .mama_txt li:nth-child(3) {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  .mama_img img {
    height: 490px;
    object-fit: cover;
    object-position: 100% 70%;
  }
  .mama_txt li:nth-child(1) {
    font-size: 50px;
  }
  .mama_txt li:nth-child(2) {
    font-size: 40px;
  }
  .mama_txt li:nth-child(3) {
    font-size: 60px;
  }
}
.mikeiken {
  color: var(--red-color);
  display: inline-block;
  transform: rotate(-10deg);
}
.katsudo_ttl {
  color: var(--black-color);
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
}
.dchori_ttl {
  margin-top: 30px;
  color: #ffffff;
  line-height: 1.5em;
  background-color: #c4bd97;
  text-align: center;
  padding: 10px 0;
}
table.dchori {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
table.dchori,
table.dchori th,
table.dchori td {
  border: 1px #93885a solid;
  font-weight: normal;
  line-height: 1.3em;
}
table.dchori th {
  width: 23%;
  padding: 30px 0;
  vertical-align: top;
}
table.dchori td {
  width: 77%;
  padding: 30px 20px;
}
.dchori_nomomi p {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.4em;
}
.dchori_nomomi::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent; /* 左右の辺の半分 */
  border-right: 35px solid transparent;
  border-top: 34px solid #d9d9d9; /* 三角形の高さと色 */
  margin-top: 30px;
  display: block;
  position: relative;
  left: calc(50% - 35px);
}
@media screen and (max-width: 799px) {
  .mikeiken {
    margin-top: 50px;
    font-size: 18px;
  }
  .katsudo_ttl {
    margin-top: 5px;
    font-size: 24px;
  }
  .dchori_ttl {
    font-size: 22px;
  }
  table.dchori th,
  table.dchori td {
    font-size: 14px;
  }
}
@media screen and (min-width: 800px) {
  .mikeiken {
    margin-top: 100px;
    margin-left: 220px;
    font-size: 30px;
  }
  .katsudo_ttl {
    margin-top: 10px;
    font-size: 50px;
  }
  .dchori_ttl {
    font-size: 40px;
  }
  table.dchori th,
  table.dchori td {
    font-size: 14px;
  }
}
.about_nomomi {
  width: 100%;
  background-image: url("images/bg_abaut_nomomi.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
  margin-top: 30px;
}
.about_nomomi p:nth-child(1) {
  font-weight: 600;
}
.about_nomomi p:nth-child(1) ruby {
  color: var(--brown-color);
  font-weight: 800;
}
.about_nomomi p:nth-child(2) {
  color: var(--black-color);
  line-height: 1.7em;
  margin-top: 30px;
  font-weight: 600;
}
.about_nomomi_img {
  width: 84%;
  margin: 0 8%;

  border: 1px #b1b1b1 solid;
  box-sizing: border-box;
}
.about_nomomi_txt {
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.6em;
}
.about_nomomi_list li {
  display: flex;
  margin-top: 30px;
}
.about_nomomi_list_img {
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
}
.about_nomomi_ttl {
  text-align: center;
  color: var(--black-color);
  font-weight: 600;
}
.about_nomomi_ttl span {
  color: var(--brown-color);
  display: contents;
}
@media screen and (max-width: 799px) {
  .about_nomomi p:nth-child(1) {
    font-size: 35px;
  }
  .about_nomomi p:nth-child(1) ruby {
    font-size: 55px;
  }
  .about_nomomi p:nth-child(2) {
    font-size: 25px;
  }
  .about_nomomi p:nth-child(2) span {
    font-size: 35px;
  }

  .about_nomomi_list li {
    flex-direction: column;
    margin-top: 50px;
  }
  .about_nomomi_ttl {
    font-size: 18px;
    line-height: 2em;
    margin-top: 60px;
  }
  .about_nomomi_ttl span {
    font-size: 28px;
  }
  .about_nomomi_ttl small {
    font-size: 13px;
    line-height: 1.7em;
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .about_nomomi p:nth-child(1) {
    font-size: 90px;
  }
  .about_nomomi p:nth-child(1) ruby {
    font-size: 138px;
  }
  .about_nomomi p:nth-child(2) {
    font-size: 67px;
  }
  .about_nomomi p:nth-child(2) span {
    font-size: 105px;
  }
  .about_nomomi_list li {
    margin-top: 60px;
  }
  .about_nomomi_list_img {
    width: 50%;
  }
  .about_nomomi_ttl {
    width: 50%;
    font-size: 25px;
    line-height: 2.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .about_nomomi_ttl span {
    font-size: 45px;
  }
  .about_nomomi_ttl small {
    font-size: 18px;
    line-height: 1.2em;
  }
}
.why_wrap {
  width: 100%;
  background-image: url("images/bg_blue_arrow.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
  margin-top: 30px;
}
.why {
  width: 25%;
  margin-left: 3%;
}
.why_wrap p {
  color: #ffffff;
  text-shadow: 1px 0 5px #000000;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 799px) {
  .why_wrap p {
    font-size: 40px;
    line-height: 2em;
  }
  .why_wrap p span {
    font-size: 70px;
  }
}
@media screen and (min-width: 800px) {
  .why_wrap p {
    font-size: 70px;
    line-height: 1.3em;
  }
  .why_wrap p span {
    font-size: 130px;
    line-height: 1.5em;
  }
}
.reason_box {
  font-family: "Carattere", cursive;
  text-align: center;
  color: var(--brown-color);
  line-height: 1;
  padding-top: 30px;
}
.reason_ttl {
  color: var(--black-color);
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
  margin-top: 30px;
}
.reason_ttl span {
  color: var(--red-color);
}
.reason_ttl_annotation {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 800px) {
  .reason_txtbox {
    text-align: center;
  }
}
.reason_txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.2em;
}
.reason_txt span {
  color: var(--pink-color);
  font-weight: 600;
  font-size: 23px;
  line-height: 1.2em;
}
.reason_txt small {
  font-size: 12px;
}
.reason_img {
  background-color: #ffffff;
  padding: 10px;
  margin-top: 30px;
}
.border {
  border-top: 1px #6f5a35 solid;
  margin-top: 30px;
}
.samazama_ttl {
  color: var(--brown-color);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}
.samazama_ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent; /* 左右の辺の半分 */
  border-right: 35px solid transparent;
  border-top: 34px solid #d9d9d9; /* 三角形の高さと色 */
  margin-top: 30px;
  display: block;
  position: relative;
  left: calc(50% - 35px);
}
.movie_tap {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #cf2e2e;
  padding: 20px 0;
  margin-top: 30px;
}
.reason_movie_list {
  display: flex;
  justify-content: center;
  /*
	flex-wrap: wrap;
	justify-content: space-between;
	*/
}
.movie_list_wrap {
  position: relative;
  width: 100%;
  /*max-width: 500px;*/
  overflow: hidden;
}
.movie_list_wrap iframe {
  /*
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	*/
  max-width: 100% !important;
  min-width: initial !important;
}
@media screen and (max-width: 799px) {
  .reason_movie_list li {
    width: 100%;
    margin-top: 15px;
  }
  /*
	.movie_list_wrap{
		padding-bottom: 235%;
	}
	*/
  .HeaderSecondaryContent {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  .reason_movie_list li {
    width: 50%;
    /*width: 31%;*/
    margin-top: 15px;
  }
  /*
	.movie_list_wrap{
		padding-bottom: 177.78%;
	}
	*/
}
.madamada {
  color: var(--black-color);
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  margin-top: 30px;
}
.madamada span {
  color: var(--red-color);
}
.other_movie_btn {
  width: 50%;
  margin: 30px 25% 0 25%;
}
@media screen and (max-width: 799px) {
  .reason {
    font-size: 20px;
  }
  .reason_no {
    font-size: 60px;
  }
  .reason_box::after {
    content: "";
    display: block;
    border-bottom: 5px #6f5a35 solid;
    width: 20px;
    position: relative;
    left: calc(50% - 10px);
  }
  .reason_ttl {
    font-size: 28px;
  }
  .madamada {
    font-size: 22px;
  }
}
@media screen and (min-width: 800px) {
  .reason {
    font-size: 30px;
  }
  .reason_no {
    font-size: 100px;
  }
  .reason_box::after {
    content: "";
    display: block;
    border-bottom: 7px #6f5a35 solid;
    width: 35px;
    position: relative;
    left: calc(50% - 17.5px);
  }
  .reason_ttl {
    font-size: 40px;
  }
  .madamada {
    font-size: 50px;
  }
}
.voice_ttl {
  color: var(--brown-color);
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin-top: 30px;
}
.voice_txt {
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  .voice_txt {
    text-align: center;
  }
}
.voice_type {
  color: var(--black-color);
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  line-height: 1.2em;
  padding-top: 50px;
}
.voice_type_en {
  font-family: "Noto Serif", serif;
  color: var(--brown-color);
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.voice_movie_tate iframe {
  width: 100%;
  height: 100%;
  -object-fit: cover;
  object-fit: cover;
  border: none;
}
.therapist_movie iframe,
.amateur_movie iframe {
  width: 100%;
  height: 100%;
  -object-fit: cover;
  object-fit: cover;
  border: none;
}
.management_ttl {
  color: var(--brown-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  margin-top: 20px;
}
.management_txt {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 20px;
}
.management_btn {
  width: 114px;
  margin: 20px auto 0 auto;
}
.management_btn a {
  color: #ffffff;
  font-size: 12px;
  background-color: #6f5a35;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0;
}
.management_btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent; /* 上の辺を透明に */
  border-bottom: 4px solid transparent; /* 下の辺を透明に */
  border-left: 6px solid #ffffff; /* 右向きの色付き三角形 */
  display: inline-block;
  margin-left: 5px;
  margin-top: 2.5px;
}
@media screen and (max-width: 799px) {
  .therapist_movie li,
  .amateur_movie li {
    margin-top: 30px;
    width: 100%;
    aspect-ratio: 9 / 16;
  }
  .management_list li {
    margin-top: 30px;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 800px) {
  .therapist_movie,
  .management_list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .therapist_movie li {
    width: 31%;
    aspect-ratio: 9 / 16;
    margin-top: 0;
  }
  .amateur_movie {
    width: 65%;
    margin: 30px 17.5% 0 17.5%;
    display: flex;
    justify-content: space-between;
  }
  .amateur_movie li {
    width: 47%;
    aspect-ratio: 9 / 16;
    margin-top: 0;
  }
  .management_list li {
    width: 31%;
    background-color: #ffffff;
    padding: 20px;
    margin-top: 0;
    box-sizing: border-box;
  }
}
.voice_slider {
  width: 100%;
  margin-top: 30px;
}
.slider_img {
  position: relative;
}
.voice_slider img {
  width: 100%;
  object-fit: cover;
}
.voice_slider_box {
  width: 90%;
  clear: both;
  background: rgba(255, 255, 255, 0.65);
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
}
@media screen and (max-width: 799px) {
  .voice_slider img {
    height: auto;
  }
  .voice_slider_box {
    margin: 12vw 5%;
  }
}
@media screen and (min-width: 800px) {
  .voice_slider img {
    height: 450px;
    object-position: -30% 30%;
  }
  .voice_slider_box {
    margin: 7vw 5%;
  }
}
.voice_slider_txt1 {
  font-size: 22px;
  color: var(--black-color);
  font-weight: 600;
}
.voice_slider_txt2 {
  font-size: 14px;
  color: var(--black-color);
  font-weight: 600;
  margin-top: 10px;
}
.voice_slider_btn {
  width: 114px;
  margin: 20px auto 0 auto;
}
.voice_slider_btn a {
  color: #ffffff;
  font-size: 12px;
  background-color: #a7161d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0;
}
.voice_slider_btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent; /* 上の辺を透明に */
  border-bottom: 4px solid transparent; /* 下の辺を透明に */
  border-left: 6px solid #ffffff; /* 右向きの色付き三角形 */
  display: inline-block;
  margin-left: 5px;
  margin-top: 2.5px;
}
.voice_slider .slick-dots li button::before {
  font-size: 20px;
}
.about_nomomi2 {
  /*background-image: url("images/bg_abaut_nomomi2.jpg");*/
}
.about_seminar1 {
  /*
	background-image: url("images/bg_abaut_seminar.jpg");
	background-position: center top -160px;
	*/
}
/*
.cover2{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--black-color);
	font-weight: 600;
	font-size: 30px;
	margin-top: 30px;
}
@media screen and (max-width: 799px) {
	.cover2{
		height: 53vw;
		background-position: center center;
	}
}
@media screen and (min-width: 800px) {
	.cover2{
		height: 720px;
		background-position: center center;
	}
}
*/
.about_nomomi2_txt1 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 30px;
}
.about_nomomi2_txt1 span {
  color: var(--pink-color);
}
.about_nomomi2_txt2 {
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  .about_nomomi2_txt1,
  .about_nomomi2_txt2 {
    text-align: center;
  }
}
.sns_ttl {
  color: var(--black-color);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  margin-top: 50px;
}
.sns_list {
  display: flex;
  justify-content: center;
  /*flex-wrap: wrap;*/
  margin-top: 30px;
}
.sns_list li {
  width: 49%;
  margin-top: 1.5vw;
}
.sns_list li:nth-child(1),
.sns_list li:nth-child(2) {
  margin-top: 0;
}
.shop_txt {
  height: auto;
  background-color: #f7eee9;
  margin: 0;
}
.shop_voice {
  color: var(--red-color);
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
  margin-top: 50px;
}
.shop_voice_box {
  display: flex;
  margin-top: 30px;
}
.shopname,
.ownername {
  font-weight: 600;
}
.voice_visitor {
  color: var(--brown-color);
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 50px;
}
p.voice_visitor_txt:first-child {
  margin-top: 0;
}
.btn_shop a {
  background-color: #eddddd;
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  border-radius: 100px;
}
.btn_shop a::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 799px) {
  .shop {
    display: block;
    box-sizing: border-box;
    margin-top: 30px;
  }
  /*
	.shop_img{
		width: 39%;
		background-image: url("images/ninteiten_img.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	*/
  .shop_txt {
    /*
		 width: 61%;
		height: auto;
		*/
    font-size: 14px;
    padding: 10px 15px;
  }
  /*
	.shop_img img{
		display: none;
	}
	*/
  .shop_voice {
    font-size: 20px;
    position: relative;
  }
  .shop_voice::before {
    content: "＼";
    position: absolute;
    bottom: 0;
    left: 5px;
    font-size: 30px;
  }
  .shop_voice::after {
    content: "／";
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 30px;
  }
  .shop_voice_box {
    flex-direction: column;
  }
  .shop_voice_img {
    margin-top: 30px;
  }
  .shop_voice_txt {
    text-align: center;
  }
  .shopname {
    font-size: 24px;
    margin: 30px 0 0 0;
  }
  .ownername {
    font-size: 20px;
    margin: 15px 0 0 0;
  }
  p.shop_voice_txt2 {
    font-size: 14px;
    margin: 30px 0 0 0;
  }
  .voice_visitor {
    font-size: 20px;
  }
  .voice_visitor_box {
    margin-top: 30px;
    display: block;
    clear: both;
    overflow: hidden;
  }
  .voice_visitor_img {
    width: 41%;
    float: left;
    margin-right: 5%;
  }
  .voice_visitor_txtbox {
    width: 100%;
  }
  p.voice_visitor_txt {
    font-size: 13px;
    text-align: left;
    margin-top: 30px;
  }
  .btn_shop {
    width: 100%;
    margin-top: 30px;
  }
  .btn_shop a {
    font-size: 20px;
  }
  .btn_shop a::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #595757;
    margin-top: 2.5px;
  }
}
@media screen and (min-width: 800px) {
  .shop {
    display: flex;
    box-sizing: border-box;
    margin-top: 30px;
  }
  .shop_txt {
    width: 61%;
    font-size: 30px;
    padding: 30px 40px;
    line-height: 1.5em;
  }
  .shop_img {
    width: 39%;
  }
  /*
	.shop_img img{
		height: 490px;
		object-fit: cover;
		object-position: 100% 20%;
	}
	*/
  .shop_voice {
    font-size: 50px;
  }
  .shop_voice::before {
    content: "＼";
  }
  .shop_voice::after {
    content: "／";
  }
  .shop_voice_box {
    justify-content: space-between;
  }
  .shop_voice_img {
    width: 600px;
  }
  .shop_voice_txt {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .shopname {
    font-size: 31px;
    margin: 0;
  }
  .ownername {
    font-size: 27px;
    margin: 30px 0 0 0;
  }
  p.shop_voice_txt2 {
    font-size: 25px;
    line-height: 1.5em;
    margin: 30px 0 0 0;
  }
  .voice_visitor {
    font-size: 40px;
  }
  .voice_visitor_box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .voice_visitor_img {
    width: 41%;
  }
  .voice_visitor_txtbox {
    width: 54%;
  }
  p.voice_visitor_txt {
    font-size: 25px;
    line-height: 1.5em;
    margin: 30px 0 0 0;
  }
  .btn_shop {
    width: 600px;
    margin: 45px auto 0 auto;
  }
  .btn_shop a {
    font-size: 30px;
  }
  .btn_shop a::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #595757;
    margin-top: 2.5px;
  }
}
.about_seminar2 {
  width: 100%;
  background-image: url("images/bg_blue_arrow.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}
p.about_seminar2_txt {
  color: #ffffff;
  text-shadow: 1px 0 5px #000000;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 799px) {
  p.about_seminar2_txt {
    font-size: 24px;
    line-height: 1.3em;
  }
  p.about_seminar2_txt span {
    font-size: 70px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 800px) {
  p.about_seminar2_txt {
    font-size: 70px;
    line-height: 1.3em;
  }
  p.about_seminar2_txt span {
    font-size: 130px;
    line-height: 1.2em;
  }
}
.about_seminar2_list {
  margin-top: 30px;
}
.about_seminar2_list li {
  margin-top: 10px;
  font-size: 16px;
  padding-left: 24px;
  position: relative;
}
.about_seminar2_list li::before {
  content: "・";
  left: 0;
  position: absolute;
}
.about_seminar2_list li span {
  color: var(--pink-color);
}
.contents_ttl {
  font-size: 20px;
  line-height: 1.7em;
  text-align: center;
  padding-top: 50px;
  margin-top: 30px;
}
.contents_ttl span {
  color: var(--brown-color);
  font-weight: 600;
  font-size: 30px;
}
.contents_list li {
  background-color: #ffffff;
  padding: 30px 0;
}
.contents_box {
  font-family: "Carattere", cursive;
  text-align: center;
  color: var(--brown-color);
  line-height: 1;
}
.contents {
  font-size: 20px;
}
.contents_no {
  font-size: 60px;
}
.contents_box::after {
  content: "";
  display: block;
  border-bottom: 5px #6f5a35 solid;
  width: 20px;
  position: relative;
  left: calc(50% - 10px);
}
.contents_img {
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  margin-top: 30px;
}
.contents_list_ttl {
  color: var(--brown-color);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  margin-top: 30px;
}
.contents_list_txt {
  font-size: 18px;
  line-height: 1.8em;
  margin-top: 30px;
}
@media screen and (max-width: 799px) {
  .contents_list {
    display: block;
  }
  .contents_list li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 800px) {
  .contents_list {
    display: flex;
    justify-content: space-between;
  }
  .contents_list li {
    width: 31%;
    padding: 30px;
    margin-top: 30px;
    box-sizing: border-box;
  }
}
#form {
  background-image: url("images/bg_form.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#form.thanks {
  height: 100vh;
}
.form_top_ttl {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-top: 60px;
}
.form_summary1 {
  width: 170px;
  margin: 0 auto;
  background-color: var(--black-color);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
}
.form_summary2 {
  color: var(--black-color);
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  padding-top: 40px;
}
.form_summary2_2 {
  color: var(--black-color);
  font-size: 20px;
  text-align: center;
  padding-top: 30px;
}
.form_summary3 {
  color: var(--black-color);
  font-size: 23px;
  text-align: center;
  padding-top: 15px;
}
#form dl {
  width: 90%;
  margin: 0 5%;
}
#form .note {
  width: 90%;
  margin: 50px 5% 0;
}
.mw_wp_form_confirm .note {
  display: none;
}
#form dl dt {
  font-size: 16px;
  margin-top: 40px;
}
#form dl dt span {
  background-color: var(--red-color);
  color: #ffffff;
  font-size: 13px;
  padding: 0 5px;
  margin-left: 10px;
}
#form dl dd {
  padding: 0;
  display: flex;
  flex-direction: column;
}
#form .attention {
  color: var(--red-color);
  font-size: 16px;
  font-weight: 600;
  display: inline-table;
  line-height: 1.5;
  &::before {
    content: "※";
    display: table-cell;
  }
  + .attention {
    margin-top: 0;
  }
}
.checkbox_wrap1 {
  line-height: 2.1em;
  margin-bottom: 2px;
}
#form.confirm .checkbox_wrap1 {
  display: none;
}
.checkbox_wrap2 .vertical-item label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
#form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
#form dl dd p {
  display: none;
}
#form .thanks {
  width: 90%;
  margin: 60px 5% 0 5%;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  border: none;
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"]:checked::before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #6f5a35;
  border-bottom: 2px solid #6f5a35;
  content: "";
}
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6f5a35;
  content: "";
}
#form input[type="text"],
#form input[type="email"] {
  padding: 10px;
  background-color: #ffffff;
  border: #dddddd 1px solid;
  box-sizing: border-box;
}
/*
#form .mw_wp_form .horizontal-item + .horizontal-item input[type="text"],
#form .mw_wp_form .horizontal-item + .horizontal-item input[type="email"]{
	padding: 10px;
	background-color: #FFFFFF;
	border:#DDDDDD 1px solid;
	box-sizing: border-box;
}
*/
input[type="submit"],
input[type="back"],
input[type="button"],
button[type="submit"] {
  display: block;
  max-width: 200px;
  width: 90%;
  margin: 60px auto 0 auto;
  color: #ffffff;
  background-color: #a8d397;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 25px 0;
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="back"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
  opacity: 0.5;
  transition: 0.5s;
}
@media screen and (max-width: 799px) {
  #form dl dt {
    border-bottom: 1px #6f5a35 solid;
    padding-bottom: 5px;
  }
  #form dl dd {
    margin: 10px 0 0 0;
  }
  input[type="text"],
  input[type="email"] {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  #form dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #form dl dt {
    width: 20%;
    text-align: right;
    position: relative;
    margin-top: 45px;
  }
  #form dl dt::before {
    content: "";
    border-left: 5px #6f5a35 solid;
    position: absolute;
    height: 20px;
    margin-left: -20px;
    top: 3px;
  }
  /*
	#form dl:last-of-type dt::before{
		border-left: none;
	}
	*/
  #form dl dd {
    width: 75%;
    margin-top: 40px;
  }
  input[type="text"],
  input[type="email"] {
    width: 500px;
  }
}
@media screen and (max-width: 799px) {
  .bg_color6 {
    padding-bottom: 120px !important;
  }
}
.legal_ttl {
  color: var(--black-color);
  font-size: 23px;
  text-align: center;
}
dl.legal_box dt {
  color: var(--black-color);
  font-size: 19px;
  font-weight: 600;
  background-color: #e5e5e5;
  padding: 13px 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
dl.legal_box dd {
  color: var(--black-color);
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0;
}

/* ================================================================================
 MARGIN & PADDING
================================================================================ */

.mt0,
#mt0 {
  margin-top: 0px;
}
.mt10,
#mt10 {
  margin-top: 10px;
}
.mt20,
#mt20 {
  margin-top: 20px;
}
.mt30,
#mt30 {
  margin-top: 30px;
}
.mt40,
#mt40 {
  margin-top: 40px;
}
.mt50,
#mt50 {
  margin-top: 50px;
}
.mt60,
#mt60 {
  margin-top: 60px;
}
.mt70,
#mt70 {
  margin-top: 70px;
}
.mt80,
#mt80 {
  margin-top: 80px;
}
.mt90,
#mt90 {
  margin-top: 90px;
}
.mt100,
#mt100 {
  margin-top: 100px;
}

.mb0,
#mb0 {
  margin-bottom: 0px;
}
.mb10,
#mb10 {
  margin-bottom: 10px;
}
.mb20,
#mb20 {
  margin-bottom: 20px;
}
.mb30,
#mb30 {
  margin-bottom: 30px;
}
.mb40,
#mb40 {
  margin-bottom: 40px;
}
.mb50,
#mb50 {
  margin-bottom: 50px;
}
.mb60,
#mb60 {
  margin-bottom: 60px;
}
.mb70,
#mb70 {
  margin-bottom: 70px;
}
.mb80,
#mb80 {
  margin-bottom: 80px;
}
.mb90,
#mb90 {
  margin-bottom: 90px;
}
.mb100,
#mb100 {
  margin-bottom: 100px;
}

.pt0,
#pt0 {
  padding-top: 0px;
}
.pt10,
#pt10 {
  padding-top: 10px;
}
.pt20,
#pt20 {
  padding-top: 20px;
}
.pt30,
#pt30 {
  padding-top: 30px;
}
.pt40,
#pt40 {
  padding-top: 40px;
}
.pt50,
#pt50 {
  padding-top: 50px;
}
.pt60,
#pt60 {
  padding-top: 60px;
}
.pt70,
#pt70 {
  padding-top: 70px;
}
.pt80,
#pt80 {
  padding-top: 80px;
}
.pt90,
#pt90 {
  padding-top: 90px;
}
.pt100,
#pt100 {
  padding-top: 100px;
}

.pb0,
#pb0 {
  padding-bottom: 0px;
}
.pb10,
#pb10 {
  padding-bottom: 10px;
}
.pb20,
#pb20 {
  padding-bottom: 20px;
}
.pb30,
#pb30 {
  padding-bottom: 30px;
}
.pb40,
#pb40 {
  padding-bottom: 40px;
}
.pb50,
#pb50 {
  padding-bottom: 50px;
}
.pb60,
#pb60 {
  padding-bottom: 60px;
}
.pb70,
#pb70 {
  padding-bottom: 70px;
}
.pb80,
#pb80 {
  padding-bottom: 80px;
}
.pb90,
#pb90 {
  padding-bottom: 90px;
}
.pb100,
#pb100 {
  padding-bottom: 100px;
}
