/** コンテンツエリア */
.is-style-contents-area {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 60px 0;
}

/** 下のアキなしコンテンツエリア */
.is-style-contents-area-m-no {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

/** オレンジのテーブル */
.is-style-orange-table table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
  border-top: solid 1px #f96706;
  border-left: solid 1px #f96706;
}

.is-style-orange-table th,
.is-style-orange-table td {
  padding: 10px;
  text-align: center;
  border: 0;
  border-right: solid 1px #f96706;
  border-bottom: solid 1px #f96706;
  vertical-align: middle;
}

.is-style-orange-table td {
  background-color: #fff;
  color: #f96706;
}

.is-style-orange-table th {
  background-color: #f96706;
  color: #fff;
}

/* 左上 */
.is-style-orange-table tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}

/* 右上 */
.is-style-orange-table tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

/* 左下 */
.is-style-orange-table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

/* 右下 */
.is-style-orange-table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

/** バナー（大） */
.is-style-big-bn {
  max-width: 900px;
  margin: 0 auto;
  height: 290px;
}

.is-style-big-bn .wp-block-group__inner-container {
  position: relative;
  margin: 0 !important;
  height: 100%;
}

.is-style-big-bn .is-style-contents-area-m-no .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}

.is-style-big-bn .wp-block-group__inner-container figure {
  height: 100%;
}

.is-style-big-bn .wp-block-group__inner-container img {
  height: 100% !important;
  width: 100% !important;
  border-radius: 10px;
  box-shadow: 6px 6px 0 #da6b00;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}

.is-style-big-bn .wp-block-group__inner-container>div.wp-block-group {
  width: 57%;
  height: 100.4%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgb(243, 172, 24);
  background: linear-gradient(270deg,
      rgba(243, 172, 24, 0) 5%,
      rgba(243, 154, 64, 1) 16%);
  border-radius: 10px;
  line-height: 1.2;
}

.is-style-big-bn .wp-block-group__inner-container .wp-block-group__inner-container p {
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff,
    -2px -2px 2px #fff;
}

/** バナー（小） */
.is-style-small-bn {
  max-width: 430px;
  margin: 0 auto;
  width: 50%;
}

.is-style-small-bn .wp-block-group__inner-container {
  position: relative;
  margin: 0 !important;
}

.is-style-small-bn .wp-block-group__inner-container img {
  width: 100% !important;
  border-radius: 20px;
  box-shadow: 10px 10px 0 #da6b00;
}

.is-style-small-bn .wp-block-group__inner-container p {
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 2%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff,
    -2px -2px 2px #fff;
}

/** 文頭にオレンジの丸付きタイトル */
.is-style-orange-c-title {
  margin-bottom: 20px;
}

.is-style-orange-c-title::before {
  content: "\025cf";
  vertical-align: middle;
  margin-right: 5px;
  color: #ffd200;
  font-size: 1em;
}

/** 文頭にオレンジのライン付きタイトル */
body .is-style-orange-ll-title {
  border-left: 8px solid #fdb300;
  padding: 10px;
  margin-bottom: 20px;
}

/** もっと見るボタン */
.wp-block-buttons>.wp-block-button.wp-block-button__width-100.is-style-orange-motto-btn {
  max-width: 350px;
  width: 100%;
}

.is-style-orange-motto-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 0 #da6b00;
  position: relative;
  border: 1px solid #f39a40;
  background-color: #fff;
  color: #f96706;
  padding: 15px 10px;
  border-radius: 50px;
}

.is-style-orange-motto-btn a::after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 20px;
}

/** 展開-もっと見るボタン */
.wp-block-buttons>.wp-block-button.is-style-open-orange-motto-btn {
  max-width: 350px;
  width: 100%;
}

.is-style-open-orange-motto-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 0 #da6b00;
  position: relative;
  border: 1px solid #f39a40;
  background-color: #f96706;
  color: #fff;
  padding: 15px 10px;
  border-radius: 50px;
}

.is-style-open-orange-motto-btn a::after {
  content: "\025bc";
  font-size: 1em;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.is-style-open-orange-motto-btn.open a::after {
  transform: rotate(180deg) translate(0, 50%);
}

/** 丸の中のテキスト */

.is-style-text-in-circle .wp-block-group__inner-container {
  position: relative;
  display: inline-block;
}

.is-style-text-in-circle .wp-block-group__inner-container p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.is-style-text-in-circle .wp-block-group__inner-container p {
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 0 20px #000000cc;
  cursor: pointer;
}

.is-style-text-in-circle .wp-block-group__inner-container p strong {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

/** 丸の中の丸×4 */
.is-style-circle-in-circle .wp-block-group__inner-container {
  position: relative;
  margin: 100px 20%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-style-circle-in-circle .wp-block-group__inner-container>figure img {
  width: 100%;
  z-index: 0;
}

.is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle .wp-block-group__inner-container {
  margin: 0;
  display: block;
}

.is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle {
  z-index: 1;
}

.is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle:nth-of-type(1) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
}

.is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle:nth-of-type(3) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
}

.is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle:nth-of-type(4) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/** カテゴリーオレンジ */
.is-style-orange-cat a {
  color: #fff;
  padding: 3px 20px;
  border-radius: 50px;
  background-color: #f39a40;
  display: flex;
  justify-content: center;
  align-items: center;
}

/** 矢印付きタイトル */
.is-style-arrow-title a {
  border-bottom: 2px solid;
  line-height: 1.2;
}

.is-style-arrow-title a::after {
  content: "\03e";
  display: inline-block;
  padding-left: 7px;
  font-size: 1.2em;
}

/** 電話予約グループスタイル */
body .is-style-tel-group {
  border-radius: 20px;
  box-shadow: 6px 6px 0 #da6b00;
  width: 48%;
  padding: 30px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.is-style-tel-group p strong::before {
  content: "";
  background-image: url(../img/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  margin-right: 5px;
}

/** 影付き赤矢印ボタン */
.is-style-shadow-red-arrow-btn a {
  padding: 8px 20px;
  box-shadow: 0 0 10px #00000087;
  margin-top: 30px;
}

.is-style-shadow-red-arrow-btn a::after {
  content: "";
  background-image: url(../img/red_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

/** WEB予約グループスタイル */
body .is-style-web-group {
  border-radius: 20px;
  box-shadow: 6px 6px 0 #369937;
  width: 48%;
  padding: 30px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.is-style-web-group p strong::before {
  content: "";
  background-image: url(../img/icon_web.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  margin-right: 5px;
}

/** 影付き青矢印ボタン */
.is-style-shadow-blue-arrow-btn a {
  padding: 8px 20px;
  box-shadow: 0 0 10px #00000087;
  margin-top: 30px;
  background-color: #2da935;
}

.is-style-shadow-blue-arrow-btn a::after {
  content: "";
  background-image: url(../img/blue_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

/** 最新情報スタイル */
.is-style-news li {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px dotted;
}

.is-style-news li:last-of-type {
  border-bottom: none;
}

/** アキ下（大） */
.is-style-buttons-mb-b,
.is-style-heading-mb-b,
.is-style-paragraph-mb-b,
.is-style-group-mb-b {
  margin-bottom: 60px;
}

/** アキ下（中） */
.is-style-buttons-mb-m,
.is-style-heading-mb-m,
.is-style-group-mb-m,
.is-style-paragraph-mb-m {
  margin-bottom: 20px;
}

/** アキ下（小） */
.is-style-buttons-mb-s,
.is-style-heading-mb-s,
.is-style-paragraph-mb-s,
.is-style-group-mb-s {
  margin-bottom: 10px;
}

/** PCキー画像 */
.is-style-pc-key {
  position: relative;
}

.is-style-pc-key-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50%;
}

.is-style-pc-key-text>.wp-block-group__inner-container>div:nth-of-type(1) {
  background-color: #ffffffb8;
  padding: 20px;
}

.is-style-pc-key-text>.wp-block-group__inner-container>div:nth-of-type(1) p {
  line-height: 1.2;
}

.is-style-pc-key-text>.wp-block-group__inner-container>div:nth-of-type(2) {
  background-color: #fdf7d88f;
  padding: 20px;
}

.is-style-pc-key-text>.wp-block-group__inner-container>div:nth-of-type(2) .wp-block-group-is-layout-flex {
  justify-content: center;
}

.is-style-pc-key-text>.wp-block-group__inner-container>div:nth-of-type(2) .wp-block-group-is-layout-flex>div figure {
  width: 50px;
}

/** spキー画像 */
.is-style-sp-key {
  position: relative;
}

.is-style-sp-key-text {
  background-color: #ffffffb8;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.is-style-sp-key-text .check::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

/** アクセス-spキー */
.is-style-sp-access-key {
  position: relative;
}

.is-style-sp-access-key-text {
  background-color: #ffffffb8;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.is-style-sp-access-key-g-img {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 30%;
  z-index: 10;
}

.is-style-sp-access-key-text .check::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

/** アクセス-PCキー画像 */
.is-style-pc-access-key {
  position: relative;
  max-height: 750px;
  overflow: hidden;
}

.is-style-pc-access-key img {
  width: 100%;
}

.is-style-pc-access-key-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.is-style-pc-access-key-text>.wp-block-group__inner-container>div:nth-of-type(1) {
  background-color: #ffffffb8;
  padding: 20px;
  max-height: 195px;
  /*height: 17lvh;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-style-pc-access-key-text>.wp-block-group__inner-container>div:nth-of-type(1) p {
  line-height: 1.2;
}

.is-style-pc-access-key-text>.wp-block-group__inner-container>div:nth-of-type(2) {
  background-color: #fdf7d88f;
  padding: 15px;
}

.is-style-pc-access-key-text>.wp-block-group__inner-container>div:nth-of-type(2) .wp-block-group-is-layout-flex {
  justify-content: center;
}

.is-style-pc-access-key-text>.wp-block-group__inner-container>div:nth-of-type(2) .wp-block-group-is-layout-flex>div figure {
  width: 50px;
}

.is-style-pc-access-key-g-img {
  position: absolute;
  left: 4%;
  top: 4%;
  width: 20%;
  max-width: 300px;
  z-index: 10;
}

/** はじめてのPCキー画像 */
.is-style-pc-first-key {
  position: relative;
  max-height: 750px;
  overflow: hidden;
}

.is-style-pc-first-key img {
  width: 100%;
}

.is-style-pc-first-key-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.is-style-pc-first-key-text>.wp-block-group__inner-container>div:nth-of-type(1) {
  background-color: #ffffffb8;
  padding: 20px;
  max-height: 195px;
  height: 25lvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-style-pc-first-key-text>.wp-block-group__inner-container>div:nth-of-type(1) p {
  line-height: 1.2;
}

.is-style-pc-first-key-text>.wp-block-group__inner-container>div:nth-of-type(2) {
  background-color: #fdf7d88f;
  padding: 20px;
}

.is-style-pc-first-key-text>.wp-block-group__inner-container>div:nth-of-type(2) .wp-block-group-is-layout-flex {
  justify-content: center;
}

.is-style-pc-first-key-text>.wp-block-group__inner-container>div:nth-of-type(2) .wp-block-group-is-layout-flex>div figure {
  width: 50px;
}

/** spヘッダーアイコン */
.is-style-sp-header-icon {
  padding: 10px;
}

.is-style-sp-header-icon .wp-block-group__inner-container>.is-layout-flex {
  align-items: flex-start;
}

/** pcヘッダーロゴ */
.is-style-header-logo {
  max-width: 420px;
}

/** 院リスト-pcヘッダー */
body .is-style-header-in {
  max-width: 500px;
  margin-left: 5px;
  margin-right: 3px;
}

.is-style-header-in ul {
  width: 100%;
  display: flex;
  list-style-type: none;
  background-color: #fdb300;
  border-radius: 50px;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
}

.is-style-header-in li {
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.is-style-header-in li a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #000;
  background-color: #fff;
  padding: 5px 20px;
  line-height: 1.3;
}

.is-style-header-in li:nth-of-type(1) {
  margin-right: 10px;
}

.is-style-header-in li:nth-of-type(2) {
  margin-right: 5px;
}

.is-style-header-in li:nth-of-type(2) a {
  border-radius: 50px 0 0 50px;
}

.is-style-header-in li:last-of-type a {
  border-radius: 0 50px 50px 0;
  margin-right: 0;
  white-space: nowrap;
}

/** 院リスト-spヘッダー */
body .is-style-header-in-sp {
  max-width: 500px;
  margin-left: 5px;
  margin-right: 3px;
}

.is-style-header-in-sp ul {
  width: 100%;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
}

.is-style-header-in-sp li {
  color: #000;
  line-height: 1;
  white-space: nowrap;
}

.is-style-header-in-sp li a {
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 3px;
  color: #000;
}

.is-style-header-in-sp li:nth-of-type(1) {
  margin-right: 5px;
  border: 1px solid #fdb300;
  padding: 4px 7px;
  background: #fdb300;
  color: #fff;
  border-radius: 50px;
}

.is-style-header-in-sp li:nth-of-type(2) {
  margin-right: 5px;
}

.is-style-header-in-sp li:last-of-type a {
  white-space: nowrap;
}

/** 受付時間-ヘッダー */
body .is-style-header-uketuke {
  background-color: #fdb300;
  border-radius: 50px;
  line-height: 1;
  padding: 8px 20px 11px;
  margin-bottom: 18px;
}

/** pcヘッダーナビ */
.wp-block-navigation.is-style-pc-header-nav ul li {
  padding: 0 20px;
  border-right: 1px solid;
  height: 1.2em;
}

.wp-block-navigation.is-style-pc-header-nav ul li:last-of-type {
  border-right: none;
}

/** お悩み-ポップアップ */
.is-style-pop-worries {
  max-width: 700px;
}

.is-style-pop-worries .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.is-style-pop-worries .wp-block-group__inner-container h2 {
  padding: 10px;
  width: 100%;
}

.is-style-pop-worries .wp-block-group__inner-container figure {
  padding: 10px;
  max-height: 400px;
  background-color: #fff;
  overflow: hidden;
}

.is-style-pop-worries .wp-block-group__inner-container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-style-pop-worries .wp-block-group__inner-container p {
  padding: 10px;
  background-color: #fff;
  font-size: 15px;
  width: 100%;
}

/** ボタン大-spサイトメニュー */
.is-style-sp-site-menu-button-b {
  padding: 0px 10px;
  margin: 20px 0 !important;
}

.is-style-sp-site-menu-button-b:nth-of-type(2) {
  border-right: 1px solid #f96706;
  border-left: 1px solid #f96706;
}

.is-style-sp-site-menu-button-b figure {
  margin-bottom: 10px;
}

.is-style-scroll {
  overflow: scroll;
  height: 100lvh;
}

/** ボタン小-spサイトメニュー */
.is-style-sp-site-menu-button-s {
  padding: 10px;
  padding-right: 2em;
  border-bottom: 1px solid #f75a05;
  position: relative;
}

.is-style-sp-site-menu-button-s .wp-block-group__inner-container::after {
  content: "\025b6";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 1em;
  color: #f75a05;
}

.is-style-sp-site-menu-button-s figure {
  width: 4em;
  height: 4em;
}

.is-style-sp-site-menu-button-s figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/** 画像下アキなし */
.is-style-sp-site-menu-button-b figure.is-style-img-mb0 {
  margin-bottom: 0px;
}

/** 上にアキ8px */
.is-style-mt-8 {
  margin-top: 8px;
}

/** はじめての方へバナー */
.is-style-big-first-bn {
  max-width: 900px;
  margin: 0 auto;
  height: 330px;
}

.is-style-big-first-bn .wp-block-group__inner-container {
  position: relative;
  margin: 0 !important;
  height: 100%;
}

.is-style-big-first-bn .is-style-contents-area-m-no .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-style-big-first-bn .wp-block-group__inner-container figure {
  height: 100%;
}

.is-style-big-first-bn .wp-block-group__inner-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  box-shadow: 6px 6px 0 #da6b00;
}

.is-style-big-first-bn .wp-block-group__inner-container>div.wp-block-group {
  width: 300px;
  height: 300px;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  line-height: 1.2;
  align-items: center;
  background-color: #ffffffe8;
  border-radius: 50%;
}

.is-style-big-first-bn .wp-block-group__inner-container .wp-block-group__inner-container p {
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff,
    -2px -2px 2px #fff;
}

/** メニューの横並びボタン */
.is-style-menu-flex .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.is-style-menu-flex .wp-block-group__inner-container .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.is-style-menu-flex .wp-block-group__inner-container .wp-block-group {
  margin-right: 50px !important;
  width: calc(32% - 50px);
}

.is-style-menu-flex .wp-block-group__inner-container .wp-block-group:last-of-type,
.is-style-menu-flex .wp-block-group__inner-container .wp-block-group:nth-of-type(3n) {
  margin-right: 0px !important;
}

.is-style-menu-flex .wp-block-group__inner-container .wp-block-group figure {
  width: 70%;
}

.is-style-menu-flex .wp-block-group__inner-container .wp-block-group figure img {
  width: 100%;
  margin-bottom: 10px;
}

/** 施術の流れ-カードスタイル */
.is-style-flow-card:nth-of-type(2n) {
  margin-left: 10px;
}

body .is-style-flow-card {
  margin-bottom: 10px;
}

.is-style-flow-card h3 {
  position: relative;
  padding-left: 1.2em;
}

.is-style-flow-card h3:before {
  position: absolute;
  width: 1.2em;
  font-size: 0.9em;
  height: 1.2em;
  counter-increment: number 1;
  content: counter(number);
  border-radius: 50%;
  left: 0;
  padding: 0 0 3px;
  background-color: #fdb300;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/** 5つの特徴-カードスタイル */
.is-style-features-card:nth-of-type(2n) {
  margin-left: 10px;
}

body .is-style-features-card {
  margin-bottom: 10px;
  width: 49%;
}

.is-style-features-card .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}

.is-style-features-card .wp-block-group.is-style-p-10 {
  flex-grow: 1;
}

.is-style-features-card h3 {
  position: relative;
  padding-left: 3.6em;
}

.is-style-features-card h3 mark {
  background-color: unset;
  color: #fb811f;
}

.is-style-features-card h3:before {
  position: absolute;
  font-size: 0.9em;
  height: 1.4em;
  counter-increment: number 1;
  content: "特徴." counter(number);
  left: 0;
  padding: 3px 5px;
  background-color: #fdb300;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/** アキ10 */
body .is-style-adjustable-height {
  align-items: stretch;
}

/** アキ10 */
.is-style-p-10,
body .is-style-heading-p-10 {
  padding: 10px!important;
}

/** アキ2% */
body .is-style-p-2 {
  padding: 0 2%;
}

/** 角丸アキ10 */
body .is-style-kadomaru-heading-p-10 {
  padding: 10px;
  border-radius: 50px;
  line-height: 1.3;
  flex: none;
  min-width: 86px;
}

/** 質問 */
.is-style-qa-q {
  padding: 10px;
  padding-left: 3em;
  padding-right: 30px;
  display: flex;
  align-items: center;
  background-color: #fcecdf;
  position: relative;
  margin-bottom: var(--margin-s);
  cursor: pointer;
}

.is-style-qa-q:before {
  content: "Q";
  font-weight: 600;
  font-size: 1.6em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #f19049;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 3px;
}

.is-style-qa-q::after {
  content: "\025bc";
  font-size: 1em;
  color: #f19049;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.is-style-qa-q.open::after {
  transform: rotate(180deg) translate(0, 50%);
}

/** 回答 */
.is-style-qa-a {
  padding: 10px;
  padding-left: 3em;
  display: flex;
  align-items: center;
  background-color: #d2fdec;
  position: relative;
}

.is-style-qa-a::before {
  content: "A";
  font-weight: 600;
  font-size: 1.6em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #43ca4c;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 3px;
}

/** 施術方針-タイトル */
.is-style-treatment-policy-title {
  padding: 10px;
  padding-left: 3em;
  padding-right: 30px;
  display: flex;
  align-items: center;
  background-color: #fbee82;
  position: relative;
  cursor: pointer;
}

.is-style-treatment-policy-title:before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-weight: 600;
  font-size: 1.2em;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
  background-color: #fdb300;
  border: 2px solid #fff;
  color: #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 5px;
}

.is-style-treatment-policy-title::after {
  content: "\025bc";
  font-size: 1em;
  color: #f19049;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.is-style-treatment-policy-title.open::after {
  transform: rotate(180deg) translate(0, 50%);
}

/** 施術方針-内容 */
.is-style-treatment-policy-contents {
  text-align: center;
  padding: 10px;
  padding-left: 3em;
  background-color: #fffeee;
  border: solid 5px #fdb300;
}

/** 数字のカウントスタート */
.is-style-counter-reset {
  counter-reset: number 0;
}


/** もっと見る-内容 */
.is-style-qa-a {
  padding: 10px;
  padding-left: 3em;
  display: flex;
  align-items: center;
  background-color: #d2fdec;
  position: relative;
}

/** アンカーリンク用のアキ */
.is-style-link-m-top {
  margin-top: -90px;
  padding-top: 90px;
}

/** PC2-SP1-ギャラリー */
.is-style-pc2-sp1-flex.wp-block-gallery.has-nested-images {
  flex-direction: column;
  align-items: center;
}

.is-style-pc2-sp1-flex.wp-block-gallery.has-nested-images figure.wp-block-image {
  max-width: 450px;
}

/** キャプションあり-ギャラリー */
.is-style-cap-pc2-sp1-flex.wp-block-gallery.has-nested-images {
  flex-direction: column;
  align-items: center;
}

.is-style-cap-pc2-sp1-flex.wp-block-gallery.has-nested-images figure.wp-block-image {
  max-width: 550px;
  margin-bottom: 30px !important;
  position: relative;
  display: flex;
  flex-direction: column;
}

.is-style-cap-pc2-sp1-flex.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: absolute;
  bottom: -30px;
  color: #000;
  background: #fff;
  flex-grow: 1;
  font-size: 15px;
}

/** オレンジ枠 */
.is-style-frame_line {
  padding: 10px 0;
  border: 10px solid #f39a40;
}

/** チェックリスト */

.is-style-check_list p {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.is-style-check_list p:last-child {
  padding-bottom: 0;
}

.is-style-check_list p::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  background-image: url(../img/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 7px;
  flex: none;
}

/** はじめての方へ-６個の原因 */
.is-style-first-six-cause {
  max-width: 500px;
  padding: 20px;
  margin: 0 auto;
}

.is-style-first-six-cause img {
  display: inline-block;
  margin-left: 1em;
}

/** このようなことでお悩みではありませんか？ */
.is-style-symptoms_list6 li {
  border: 1px solid #fb811f;
}

@media screen and (max-width: 1250px) {
  .is-style-pc-key-text {
    width: 616px;
  }
}

@media screen and (max-width: 768px) {

  .is-style-contents-area-m-no h2 strong,
  .is-style-contents-area h2 strong,
  .is-style-shadow-blue-arrow-btn strong,
  .is-style-web-group p strong,
  .is-style-shadow-arrow-btn.is-style-shadow-red-arrow-btn strong,
  .is-style-tel-group p strong,
  body .is-style-header-uketuke,
  .is-style-header-in li a,
  .is-style-header-in li,
  .is-style-sp-key-text,
  .is-style-pc-key-text,
  .is-style-news li,
  .is-style-shadow-blue-arrow-btn a,
  body .is-style-web-group,
  .is-style-shadow-red-arrow-btn a,
  body .is-style-tel-group,
  .is-style-arrow-title a,
  .is-style-news time,
  .is-style-orange-cat a,
  .is-style-circle-in-circle .wp-block-group__inner-container,
  .is-style-text-in-circle .wp-block-group__inner-container p a strong,
  .is-style-text-in-circle .wp-block-group__inner-container p a,
  .is-style-text-in-circle .wp-block-group__inner-container p,
  .is-style-orange-c-title strong,
  .is-style-small-bn .wp-block-group__inner-container p strong,
  .is-style-big-bn .wp-block-group__inner-container .wp-block-group__inner-container p strong,
  .is-style-big-bn .wp-block-group__inner-container .wp-block-group__inner-container p,
  .is-style-orange-table th,
  .is-style-orange-table td {
    font-size: 0.8em;
  }

  .is-style-contents-area.time-box h1 {
    font-size: 30px !important;
  }

  .is-style-big-first-bn {
    height: 260px;
  }

  .is-style-big-first-bn .wp-block-group__inner-container>div.wp-block-group {
    width: 230px;
    height: 230px;
  }

  .is-style-big-first-bn .wp-block-group__inner-container .wp-block-group__inner-container p {
    font-size: 21px !important;
  }

  .is-style-pc-first-key-text p:nth-of-type(1),
  .is-style-pc-first-key-text p:nth-of-type(1) strong {
    font-size: 25px !important;
  }

  .is-style-pc-first-key-text p:nth-of-type(2),
  .is-style-pc-first-key-text p:nth-of-type(2) strong {
    font-size: 15px !important;
  }

  .is-style-pc-first-key-text>.wp-block-group__inner-container>div:nth-of-type(1) {
    max-height: 130px;
  }
}

@media screen and (max-width: 540px) {

  .is-style-orange-table th,
  .is-style-orange-table td {
    padding: 5px;
  }

  .is-style-sp-spacer-none {
    display: none;
  }

  .is-style-contents-area.time-box h1 {
    font-size: 28px !important;
  }

  .is-style-open-orange-motto-btn a,
  .is-style-orange-motto-btn a {
    font-size: 1em;
    box-shadow: 3px 3px 0 #da6b00;
    padding: 10px;
  }

  .is-style-open-orange-motto-btn a:hover {
    opacity: 1;
  }

  .is-style-open-orange-motto-btn a {
    padding-right: 1.8em;
  }

  .is-style-contents-area {
    padding: 30px 0;
  }

  body .is-style-web-group,
  body .is-style-tel-group {
    padding: 10px;
    margin-bottom: 20px;
  }

  body .is-style-web-group {
    box-shadow: 3px 3px 0 #369937;
  }

  body .is-style-tel-group {
    box-shadow: 3px 3px 0 #da6b00;
  }

  .is-style-web-group p strong,
  .is-style-web-group p,
  .is-style-tel-group p strong,
  .is-style-tel-group p {
    font-size: 17px !important;
  }

  .is-style-shadow-red-arrow-btn a,
  .is-style-shadow-blue-arrow-btn a {
    margin-top: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .is-style-shadow-red-arrow-btn a,
  .is-style-shadow-red-arrow-btn a strong,
  .is-style-shadow-blue-arrow-btn a,
  .is-style-shadow-blue-arrow-btn a strong {
    font-size: 17px !important;
  }

  .wp-block-buttons .is-style-shadow-blue-arrow-btn,
  .wp-block-buttons .is-style-shadow-arrow-btn {
    width: 100%;
  }

  .wp-block-buttons>.wp-block-button.is-style-open-orange-motto-btn,
  .wp-block-buttons>.wp-block-button.wp-block-button__width-100.is-style-orange-motto-btn {
    max-width: 280px;
  }

  .is-style-small-bn .wp-block-group__inner-container p strong,
  .is-style-big-bn .wp-block-group__inner-container .wp-block-group__inner-container p strong {
    font-size: 0.5em;
  }

  .is-style-small-bn .wp-block-group__inner-container img {
    box-shadow: 6px 6px 0 #da6b00;
  }

  .is-style-big-bn .wp-block-group__inner-container .wp-block-group__inner-container p strong,
  .is-style-big-bn .wp-block-group__inner-container .wp-block-group__inner-container p {
    font-size: 20px !important;
  }

  .is-style-circle-in-circle .wp-block-group__inner-container {
    max-width: 270px;
  }

  .is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle:nth-of-type(1),
  .is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle:nth-of-type(2),
  .is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle:nth-of-type(3),
  .is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle:nth-of-type(4) {
    width: 140px;
  }

  .is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle:nth-of-type(2) {
    right: -16%;
  }

  .is-style-circle-in-circle .wp-block-group__inner-container .is-style-text-in-circle:nth-of-type(4) {
    left: -16%;
  }

  .is-style-text-in-circle .wp-block-group__inner-container p a strong {
    font-size: 0.7em;
  }

  .wp-block-spacer.tel-web-spacer {
    width: 0px !important;
    flex-basis: 0px;
  }

  .wp-block-spacer.wp-container-content-2 {
    display: none;
  }

  .is-style-big-bn .wp-block-group__inner-container img {
    height: 110px !important;
    object-fit: cover;
  }

  .is-style-big-bn .wp-block-group__inner-container .wp-block-group__inner-container p:nth-of-type(2) {
    font-size: 0.8em !important;
  }

  .is-style-contents-area-m-no {
    padding: 20px 0;
  }

  .is-style-group-mb-b {
    margin-bottom: 20px;
  }

  .is-style-contents-area {
    padding: 10px 0;
  }

  body .is-style-header-uketuke {
    font-size: 13px;
    padding: 8px 0px 11px;
    width: 60px;
  }

  .is-style-header-logo {
    width: 100%;
    padding-right: 60px;
  }

  .is-style-header-in ul {
    padding: 10px 5px;
    margin-bottom: 10px;
  }

  .is-style-header-in li a {
    padding: 5px 10px;
  }

  .is-style-sp-web-footer-float,
  .is-style-sp-tel-footer-float {
    width: 49%;
  }

  .is-style-sp-web-footer-float a,
  .is-style-sp-tel-footer-float a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
  }

  .is-style-sp-tel-footer-float a {
    background-color: #fb811f;
    box-shadow: 2px 3px 0 #ca530b;
    border: 1px solid #ca530b;
  }

  .is-style-sp-web-footer-float a {
    background-color: #43ca4c;
    box-shadow: 2px 3px 0 #369937;
    border: 1px solid #369937;
  }

  .is-style-sp-web-footer-float a::before,
  .is-style-sp-tel-footer-float a::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 5px;
  }

  .is-style-sp-web-footer-float a::before {
    background-image: url(../img/icon_web.png);
  }

  .is-style-sp-tel-footer-float a::before {
    background-image: url(../img/icon_tel.png);
  }

  .is-style-pop-worries .wp-block-group__inner-container figure {
    max-height: 200px;
  }

  .is-style-big-bn {
    height: 100%;
  }

  .is-style-big-first-bn {
    height: 150px;
  }

  .is-style-big-first-bn .wp-block-group__inner-container>div.wp-block-group {
    width: 130px;
    height: 130px;
  }

  .is-style-big-first-bn .wp-block-group__inner-container .wp-block-group__inner-container p {
    font-size: 14px !important;
  }

  .is-style-menu-flex .wp-block-group__inner-container .wp-block-group {
    margin-right: 10px !important;
    width: calc(34% - 10px);
  }

  .is-style-menu-flex .wp-block-group__inner-container .wp-block-group figure img {
    margin-bottom: 3px;
  }

  .is-style-menu-flex .wp-block-group__inner-container .wp-block-group p {
    font-size: 17px !important;
    line-height: 1.1;
  }

  body .is-style-features-card {
    width: 100%;
  }

  .is-style-link-m-top {
    margin-top: -20px;
    padding-top: 20px;
  }

  /* .is-style-cap-pc2-sp1-flex.wp-block-gallery.has-nested-images,
  .is-style-pc2-sp1-flex.wp-block-gallery.has-nested-images {
    flex-direction: column;
  } */
  .is-style-cap-pc2-sp1-flex.wp-block-gallery.has-nested-images figure.wp-block-image,
  .is-style-pc2-sp1-flex.wp-block-gallery.has-nested-images figure.wp-block-image {
    max-width: 100%;
    width: 100% !important;
  }

  /** アキ2% */
  body .is-style-p-2 {
    padding: 0 1.3%;
  }

  /** このようなことでお悩みではありませんか？6-一覧スタイル */
.is-style-symptoms_list6.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.is-style-symptoms_list6 li {
  width: 46%;
}

.is-style-symptoms_list6 li h3 {
  font-size: 13px!important;
}

  /** スマホで縦並び */  
  .is-style-flex-column {
    flex-direction: column;
  }

  /** スマホフォント20px */  
  .is-style-sp-font20 strong,
  .is-style-sp-font20 span {
    font-size: 20px!important;
  }
 .is-style-sp-access-key-text {
    padding: 14px 10px;
    width: 100%;
} 
}

.page .has-text-align-center strong {
  margin-top: 10px;
  display: block;
}


.wp-block-image .batch_tuning {
    width: 200px;
    display: block;
    max-width: 9.4rem;
}
@media screen and (max-width: 867px) {
.page .has-text-align-center strong {
  margin-top: 0px;
margin-bottom: 10px;
  display: block;
}

.wp-block-image .batch_tuning {
    width: 175px;
    max-width: 7.5rem;
}
.has-text-align-center.pop-cause,
.has-text-align-center.pop-muscle,
.has-text-align-center.pop-skeleton,
.has-text-align-center.pop-prevention{
	font-size:26px !important
	}

/** アンカーリンク用のアキ */
.is-style-link-m-top {
  margin-top: -90px;
  padding-top: 90px;
  scroll-margin-top: -200px;
}
}
