@charset "UTF-8";
body {
  line-height: 1.8;
}
/* フォント
==========*==========*==========*========== */
/*@font-face {
	font-family: 'M PLUS Rounded 1c';
	font-style: normal;
	font-weight: 400;
	src: url('../font/MPLUSRounded1c/MPLUSRounded1c-Regular.woff2') format('woff2'),
		url('../font/MPLUSRounded1c/MPLUSRounded1c-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'M PLUS Rounded 1c';
	font-style: normal;
	font-weight: 700;
	src: url('../font/MPLUSRounded1c/MPLUSRounded1c-Bold.woff2') format('woff2'),
		url('../font/MPLUSRounded1c/MPLUSRounded1c-Bold.woff') format('woff');
	font-display: swap;
}
*/
/* BASIS
==========*==========*==========*========== */
/*
#main{
	padding-bottom: min(4%,4em);
}


.sect{
	@include mq-min(xxl){
		padding:5.0em 0;
	}
}

.mw_wp_form .btn-area{
	margin-top:max(5%,1.5em) !important;
}
*/
/* 見出し
==========*==========*==========*========== */
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
/* Widget）お問い合わせ
==========*==========*==========*========== */
.widget-contact:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/share/widgetContact__bg.png) repeat;
  opacity: 0.75;
}
/* お問い合わせ
==========*==========*==========*========== */
.point .h5 {
  margin-top: 0;
}
.b_articleRibbon {
  padding: 3em 1.5em;
  text-align: center;
  counter-increment: num;
}
.b_articleRibbon:not(:nth-of-type(3n)) {
  border-right: solid 1px rgba(255, 255, 255, 0.25);
}
.b_articleRibbon:not(:nth-of-type(-n+3)) {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
.b_articleRibbon__wrap {
  display: grid;
}
.b_articleRibbon__ribbon {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 1.2em;
  background: #fff;
}
.b_articleRibbon__ribbon:before, .b_articleRibbon__ribbon:after {
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.b_articleRibbon__ribbon:before {
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #F85C82;
  border-style: solid;
}
.b_articleRibbon__ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0;
  border-color: transparent #F85C82 transparent transparent;
  border-style: solid;
}
.b_articleRibbon__ribbonTxt {
  background: #fff;
  color: #F85C82;
  padding: 0 3em;
}
.b_articleRibbon__ribbonTxt:before {
  content: "#Point.";
}
.b_articleRibbon__ribbonTxt:after {
  content: counter(num,decimal-leading-zero);
}
.b_articleRibbon__ttl {
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1em 0;
}
.b_articleRibbon__ttlSm {
  font-size: 0.7em;
}
.b_articleRibbon__txt {
  margin-bottom: 0;
  font-size: 0.95em;
  line-height: 1.6;
}
.b_btn {
  display: inline-flex;
  gap: 0.5em;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 4em;
}
.b_btn--base {
  background: #F85C82;
  color: #fff;
}
.b_cardCourse {
  font-size: 0.95em;
}
.b_cardCourse__inner {
  padding: 0.5em;
  background: #fff;
}
.b_cardCourse__innerOmt {
  position: relative;
  padding: 2em;
}
.b_cardCourse__omtCorner {
  position: absolute;
  width: 25px;
}
.b_cardCourse__omtCorner:first-of-type {
  top: 0;
  left: 0;
}
.b_cardCourse__omtCorner:nth-of-type(2) {
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
.b_cardCourse__omtCorner:nth-of-type(3) {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.b_cardCourse__omtCorner:nth-of-type(4) {
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}
.b_cardCourse__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
.b_cardCourse__ttl {
  font-size: 20px;
  margin: 0 0 1.5em;
}
.b_cardCourse__desc {
  text-align: center;
}
.b_cardCourse__tbl {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  margin-top: 1.5em;
}
.b_cardCourse__tblRow {
  display: flex;
  gap: 0.5em;
  align-items: center;
  margin: 0;
}
.b_cardCourse__tblHeader {
  padding: 0.25em 1.5em;
  background: #F5F5F5;
}
.b_cardCourse__contents {
  margin: 1.5em 0 0;
}
.b_cardCourse__subjects {
  font-size: 0.9em;
  color: rgba(77, 77, 77, 0.7);
  margin: 1.5em 0 0;
}
.b_heading1st {
  text-align: center;
  font-size: 2.5em;
  font-weight: normal;
  margin-bottom: 1.5em;
}
.b_heading1st__sub {
  display: block;
  font-family: "Lora";
  color: #F85C82;
}
.b_heading1st__main {
  display: block;
  font-family: "Sawarabi Mincho";
}
.b_heading1st--bgm01 .b_heading1st__sub {
  color: #fff;
}
.headingBandOmt {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  gap: 1em;
  margin-bottom: 1.5em;
}
.headingBandOmt:before, .headingBandOmt:after {
  content: "";
  background: url("../img/share/headingOmt01.svg") center no-repeat;
  background-size: contain;
}
.headingBandOmt:after {
  rotate: 180deg;
}
.headingBandOmt__ttl {
  background: #F85C82;
  color: #fff;
  text-align: center;
  font-family: "Sawarabi Mincho";
  margin: 0;
  padding: 0.25em 1em;
  font-size: 30px;
}
.b_headingBgm {
  display: flex;
  gap: 0.5em;
  background: #F85C82;
  font-size: 28px;
  color: #fff;
  margin: 4em 0 1.5em;
  padding: 17px;
}
.b_headingBgm:before {
  content: "";
  background: url("../img/share/headingBgm.svg") left center no-repeat;
  background-size: contain;
  width: 2em;
}
.b_headingCourse {
  text-align: center;
  font-size: 2.5em;
  font-weight: normal;
  margin: 0 0 1em;
}
.b_headingCourse__sub {
  display: block;
  font-family: "Lora";
  font-size: 0.8em;
  font-style: italic;
  color: rgba(248, 92, 130, 0.5);
  letter-spacing: 0.05em;
}
.b_headingCourse__main {
  display: flex;
  justify-content: space-between;
  font-family: "Sawarabi Mincho";
  color: #F85C82;
  background: url(../img/share/pt--dott--PK.png) center center repeat-x;
}
.b_headingCourse__main:before, .b_headingCourse__main:after {
  content: "";
  width: 1em;
  background: url(../img/share/headingOmt02.svg) center no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.b_headingCourse__main:after {
  rotate: 180deg;
}
.b_headingCourse__mainInner {
  background: #FFEDF2;
  padding: 0 1em;
}
.b_headingCourse--cosmeticOsteopathy .b_headingCourse__sub {
  color: rgba(59, 156, 181, 0.5);
}
.b_headingCourse--cosmeticOsteopathy .b_headingCourse__main {
  color: #3B9CB5;
  background: url(../img/share/pt_dott--BL.png) center center repeat-x;
}
.b_headingCourse--cosmeticOsteopathy .b_headingCourse__main:before, .b_headingCourse--cosmeticOsteopathy .b_headingCourse__main:after {
  background: url(../img/share/headingOmt02--BL.svg) center no-repeat;
}
.b_headingCourse--cosmeticOsteopathy .b_headingCourse__mainInner {
  background: #EAF9FF;
}
.b_imgFit {
  display: block;
  position: relative;
  padding-top: 55%;
  margin-bottom: 0;
}
.b_imgFit__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.b_listCheckBg {
  text-align: left;
  padding: 0;
}
.b_listCheckBg__item {
  display: inline-flex;
  gap: 0.5em;
  padding: 0.5em;
  margin: 0.25em;
  background: #F7F7F7;
}
.b_listCheckBg__item:before {
  content: "";
  width: 1em;
  background: url(../img/share/list--check01.svg) left center no-repeat;
  background-size: contain;
}
.b_listInline {
  text-align: left;
  padding: 0;
}
.b_listInline__item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.b_listInline--slash .b_listInline__item:after {
  content: "/";
  margin: 0 0.5em;
}
.b_ribbon {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  background: #F85C82;
}
.b_ribbon:before, .b_ribbon:after {
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.b_ribbon:before {
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
}
.b_ribbon:after {
  border-width: 25px 15px 25px 0;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}
.b_ribbon__inner {
  color: #fff;
  padding: 0 3em;
}
.b_ribbon--block {
  display: flex;
  justify-content: space-between;
}
.b_tblBasis {
  /*&--scroll {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;

      @include mq-min(lg) {
          display: table;
          white-space: normal;
          overflow-x: auto;
      }

      &:before {
          content: "※下記は、横にスクロールし、ご確認ください。";
          display: block;
          font-size: 0.9em;
          font-weight: bold;
          color: $c-caution;
          margin-bottom: 0.5em;
          text-align: left !important;

          @include mq-min(lg) {
              content: none;
          }
      }
  }*/
}
.b_tblBasis__cell, .b_tblBasis__bodyHeader, .b_tblBasis__bodyData, .b_tblBasis__headerHeader, .b_tblBasis__footerCell, .b_tblBasis__footerHeader, .b_tblBasis__footerData {
  border: 1px solid #e3e3e3;
  border-left-style: dashed;
  border-right-style: dashed;
}
.b_tblBasis__cell:first-child, .b_tblBasis__bodyHeader:first-child, .b_tblBasis__bodyData:first-child, .b_tblBasis__headerHeader:first-child, .b_tblBasis__footerCell:first-child, .b_tblBasis__footerHeader:first-child, .b_tblBasis__footerData:first-child {
  border-left: none;
}
.b_tblBasis__cell:last-child, .b_tblBasis__bodyHeader:last-child, .b_tblBasis__bodyData:last-child, .b_tblBasis__headerHeader:last-child, .b_tblBasis__footerCell:last-child, .b_tblBasis__footerHeader:last-child, .b_tblBasis__footerData:last-child {
  border-right: none;
}
.b_tblBasis__bodyHeader {
  color: #4D4D4D;
  font-weight: normal;
}
.b_tblBasis__headerHeader {
  border-top: none;
  border-bottom: none;
  color: #fff;
}
.b_tblBasis__headerRow:not(:first-child) .b_tblBasis__headerHeader {
  border-top: 1px dashed #666464;
}
.b_tblBasis__footerCell, .b_tblBasis__footerHeader, .b_tblBasis__footerData {
  background-color: transparent;
  border-bottom: none;
}
.b_tblBasis__caption {
  font-weight: bold;
}
.b_tblBasis--stripe .b_tblBasis__bodyRow:nth-child(2n) {
  background-color: #f5f5f5;
}
.b_tblBasis--stripe .b_tblBasis__bodyHeader {
  background: none;
}
@media screen and (max-width: 767px) {
  .b_tblBasis--responsive {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .b_tblBasis--responsive .b_tblBasis__body {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .b_tblBasis--responsive .b_tblBasis__bodyRow {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .b_tblBasis--responsive .b_tblBasis__bodyHeader {
    display: block;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .b_tblBasis--responsive .b_tblBasis__bodyData {
    display: block;
    border: none;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
}
/*table {
  &.basis {
      tr {

          th,
          td {
              border: 1px solid $c-th-line;
              border-left-style: dashed;
              border-right-style: dashed;

              &:first-child {
                  border-left: none;
              }

              &:last-child {
                  border-right: none;
              }

          }

          th {
              background-color: $c-th-bg;
              color: $c-th-c;
              /*@include mq-min(xl) {
              width: 25%;
          }
          }

          td {
              .btn-area {
                  margin-bottom: 0;

                  .btn {
                      @include btn($c-m01, 0.2em, 0);
                      font-size: 0.9em;
                      margin-top: 0.2em;

                      /*@include mq-min(md) {
                  margin: 0 0 0 0.5em;
              }
                  }
              }
          }
      }

      thead {
          tr {
              th {
                  background-color: $c-m01;
                  border-color: lighten($c-m01, 10%);
                  border-top: none;
                  border-bottom: none;
                  color: $c-WH;
              }
          }

          &+tbody {
              >tr:first-child {

                  >th,
                  >td {
                      border-top: none;
                  }
              }
          }
      }

      tfoot {
          tr {

              >th,
              >td {
                  background-color: transparent;
                  border-top: 3px double darken($c-th-line, 5%);
                  border-bottom: none;
              }
          }
      }

      &.sp {

          // headとfootが存在しない場合に使用
          @include mq-max(md) {
              tr {
                  >* {
                      border-top: none !important;
                      border-left-style: none !important;
                      border-right-style: none !important;
                  }

                  th {
                      background-color: $c-th-bg;
                  }

                  td {
                      border-bottom: 1px solid $c-th-line;
                  }

                  &:first-of-type {
                      > :first-child {
                          border-top: 1px solid $c-th-line !important;
                      }
                  }
              }
          }
      }
  }
}*/
.u_pdL--0 {
  padding-left: 0 !important;
}
/* その他
==========*==========*==========*========== */
