@charset "UTF-8";
:root {
  --color-main:#83C0CD;
  --color-base:#FFFFFF;
  --color-accent:#9D7D66;
  --color-black:#415558;
  --color-gray:#A4A4A4;
  --text-link:#0578A9;
  --border-thin:#CADCDF;
  --bg-thin:#F3F9FA;
}

/* ===================================
Reset
=================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.8;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* input textarea reset
============================== */
input,
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  outline: none;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ===================================
Foundation
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

/* テキスト
============================== */
a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

sup {
  vertical-align: top;
}

/* メディア
============================== */
img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}

/* ===================================
base
=================================== */
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  overscroll-behavior: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-break: strict;
  color: var(--color-black);
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.6;
  font-size: vwmin(16, pc);
}
@media screen and (width <= 1024px) {
  body {
    font-size: clamp(14px, vw(16, tb), 16px);
  }
}
@media screen and (width <= 767px) {
  body {
    font-size: clamp(14px, vw(16, sp), 16px);
  }
}

@media (hover: hover) and (pointer: fine) {
  ::-moz-selection {
    background-color: var(--color-main);
    color: var(--color-base);
  }
  ::selection {
    background-color: var(--color-main);
    color: var(--color-base);
  }
}
/* ===================================
layout
=================================== */
.ly_inner {
  box-sizing: content-box;
  max-width: vwmin(1220, pc);
  margin: 0 auto;
  padding: 0 vwmin(20, pc);
}
.ly_inner.un_other {
  max-width: vwmin(960, pc);
}
@media screen and (width <= 1024px) {
  .ly_inner {
    max-width: 100% !important;
  }
}
@media screen and (width <= 767px) {
  .ly_inner {
    padding: 0 vwmin(16, sp);
  }
}

/* ===================================
device
=================================== */
@media screen and (width <= 767px) {
  .un_pc {
    display: none;
  }
}

.un_sp {
  display: none;
}
@media screen and (width <= 767px) {
  .un_sp {
    display: block;
  }
}

/*head*/
body {
  color: #333333;
}

p.doc-discription {
  display: none;
}

@media screen and (min-width: 991px) {
  p.doc-discription {
    font-size: 10px;
    display: block;
    color: #cccccc;
    max-width: 1240px;
    margin: 0 auto;
  }
}
/*旧css打ち消し*/
header {
  border: 0;
  height: inherit;
  text-align: left;
}

.head-area {
  width: 100%;
  height: 55px;
}

.head-area {
  width: 100%;
  height: 55px;
  background-color: rgb(255, 255, 255);
}

.head-area img.head-logo {
  max-height: 35px;
  margin: 10px;
}

.scroll-head-top-clinic {
  display: none;
}

.scroll-head-top-icon {
  display: none;
}

.scroll-head-pcmenu {
  display: none;
}

.head-area ul {
  display: none;
}

@media screen and (min-width: 991px) {
  .head-area {
    width: 100%;
    height: 150px;
    background-color: rgb(255, 255, 255);
  }
  .head-area > div > div.scroll-head-top {
    display: flex;
    height: 88px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .head-area img.head-logo {
    max-height: 61px;
    margin: 10px 20px 10px 0px;
    transition: 0.4s;
  }
  .head-area img.head-logo:hover {
    opacity: 0.6;
  }
  .scroll-head-top-clinic {
    display: block;
    background-color: #fff2e9;
    margin: 16px 3px;
    padding: 4px 8px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    width: calc((100% - 481px) / 3);
    border-radius: 8px;
    line-height: 2em;
    text-align: center;
  }
  .scroll-head-top-clinic-tel {
    display: block;
    font-size: 14px;
  }
  .scroll-head-top-clinic a {
    transition: 0.4s;
  }
  .scroll-head-top-clinic a:hover {
    opacity: 0.6;
  }
  .scroll-head-top-icon {
    width: 100px;
    text-align: center;
    font-size: 12px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 16px 0 0;
    display: block;
  }
  .scroll-head-top-icon a {
    transition: 0.4s;
  }
  .scroll-head-top-icon a:hover {
    opacity: 0.6;
  }
  .scroll-head-top-icon img {
    width: 35px;
    height: 35px;
    vertical-align: bottom;
  }
  .scroll-head-top-icon span {
    display: block;
    letter-spacing: 0;
  }
  .head-area > div > div ul {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .scroll-head-pcmenu {
    border-top: 1px #d5d5d5 solid;
    border-bottom: 1px #d5d5d5 solid;
    display: block;
    background-color: #fff;
    height: 44px;
  }
  .scroll-head-pcmenu ul {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 0;
  }
  .scroll-head-pcmenu ul li {
    text-align: center;
  }
  .scroll-head-pcmenu ul li a {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    padding: 0 1.6em;
    position: relative;
    z-index: 1;
  }
  .scroll-head-pcmenu ul li:after {
    content: "|";
    color: #7F7F7F;
  }
  .scroll-head-pcmenu ul li:last-of-type:after {
    content: "";
  }
  .scroll-head-pcmenu ul li a::before {
    background: #FFE7DA;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1, 0);
    transform-origin: right bottom;
    transition: transform 0.3s;
    z-index: -1;
  }
  .scroll-head-pcmenu ul li a:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 1100px) {
  .scroll-head-top-clinic-tel {
    display: block;
    font-size: 18px;
  }
}
.head-area.indexnon {
  display: none;
}

.scroll-head {
  width: 100%;
  height: 55px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: -55px;
  -webkit-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  transform: translateY(-55px);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  z-index: 4;
}

.scroll-head img.head-logo {
  max-height: 35px;
  margin: 10px;
}

.scroll-head.scroll-in {
  top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  filter: drop-shadow(0 0 6px rgb(100, 100, 100));
}

.scroll-head-top-clinic {
  display: none;
}

.scroll-head-top-icon {
  display: none;
}

.scroll-head-pcmenu {
  display: none;
}

.scroll-head ul {
  display: none;
}

@media screen and (min-width: 991px) {
  .scroll-head {
    width: 100%;
    height: 132px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: -132px;
    -webkit-transform: translateY(-132px);
    -ms-transform: translateY(-132px);
    transform: translateY(-132px);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    z-index: 4;
  }
  .scroll-head > div > div.scroll-head-top {
    display: flex;
    height: 88px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .scroll-head img.head-logo {
    max-height: 61px;
    margin: 10px 20px 10px 0px;
    transition: 0.4s;
  }
  .scroll-head img.head-logo:hover {
    opacity: 0.6;
  }
  .scroll-head-top-clinic {
    display: block;
    background-color: #fff2e9;
    margin: 16px 3px;
    padding: 4px 8px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    width: calc((100% - 481px) / 3);
    border-radius: 8px;
    line-height: 2em;
    text-align: center;
  }
  .scroll-head-top-clinic-tel {
    display: block;
    font-size: 14px;
  }
  .scroll-head-top-clinic a {
    transition: 0.4s;
  }
  .scroll-head-top-clinic a:hover {
    opacity: 0.6;
  }
  .scroll-head-top-icon {
    width: 100px;
    text-align: center;
    font-size: 12px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 16px 0 0;
    display: block;
  }
  .scroll-head-top-icon a {
    transition: 0.4s;
  }
  .scroll-head-top-icon a:hover {
    opacity: 0.6;
  }
  .scroll-head-top-icon img {
    width: 35px;
    height: 35px;
    vertical-align: bottom;
  }
  .scroll-head-top-icon span {
    display: block;
    letter-spacing: 0;
  }
  .scroll-head > div > div > ul {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .scroll-head-pcmenu {
    border-top: 1px #d5d5d5 solid;
    border-bottom: 1px #d5d5d5 solid;
    display: block;
    background-color: #fff;
    height: 44px;
  }
  .scroll-head-pcmenu ul {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 0;
  }
  .scroll-head-pcmenu ul li {
    text-align: center;
  }
  .scroll-head-pcmenu ul li a {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    padding: 0 1.6em;
    position: relative;
    z-index: 1;
  }
  .scroll-head-pcmenu ul li:after {
    content: "|";
    color: #7F7F7F;
  }
  .scroll-head-pcmenu ul li:last-of-type:after {
    content: "";
  }
  .scroll-head-pcmenu ul li a::before {
    background: #FFE7DA;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: scale(1, 0);
    transform-origin: right bottom;
    transition: transform 0.3s;
    z-index: -1;
  }
  .scroll-head-pcmenu ul li a:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 1100px) {
  .scroll-head-top-clinic-tel {
    display: block;
    font-size: 18px;
  }
}
/*MENU周り*/
.fixed-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  width: 55px;
  height: 55px;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  background: #333;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*PC非表示*/
@media screen and (min-width: 991px) {
  .fixed-menu {
    display: none;
  }
}
/*出てくるメニュー*/
.side-menu-bg {
  transition: all 0.4s;
  z-index: -1;
  width: 100%;
  height: 100dvh;
  top: 0;
  background-color: #a0a0a0;
  opacity: 0;
  position: fixed;
}

.side-menu-logo {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 55px;
  line-height: 55px;
}

.side-menu-logo img {
  max-height: 35px;
  margin: 10px;
}

.side-menu-bg.menu-open {
  z-index: 5;
  opacity: 1;
}

.side-menu-main {
  position: relative;
  margin: 16px;
  background-color: #717171;
  overflow-y: scroll;
  height: calc(100dvh - 90px);
  background-image: url(../img/index/test/top-left.png), url(../img/index/test/top-right.png), url(../img/index/test/bottom-right.png), url(../img/index/test/bottom-left.png);
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  transition: gap 0.4s ease;
  will-change: gap;
}

.side-menu-main .side-menu-main-head,
.side-menu-main .side-menu-main-foot {
  position: absolute;
  width: 100%;
}

.side-menu-main .side-menu-main-head {
  top: 0;
}

.side-menu-main .side-menu-main-foot {
  bottom: 0;
}

.side-menu-main .side-menu-main-menu {
  color: #ffffff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.side-menu-main .side-menu-main-menu h3 {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 20px;
  color: #ffffff;
  background-image: url("../img/index/test/menu-bg-sakura.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 88%;
  padding: 12px 0 24px;
}

.side-menu-main .side-menu-main-menu h3 span {
  font-size: 13px;
  display: block;
  line-height: 1;
}

.side-menu-main .side-menu-main-menu h3 span:before {
  content: "- ";
}

.side-menu-main .side-menu-main-menu h3 span:after {
  content: " -";
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide {
  padding: 0 5.5%;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
  width: 100%;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li a {
  color: #ffffff;
  font-weight: 300;
  display: block;
  padding: 5px;
  border-bottom: 1px #9b9b9b solid;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li span.togglebtn {
  color: #ffffff;
  font-weight: 300;
  display: block;
  padding: 5px;
  border-bottom: 1px #9b9b9b solid;
  cursor: pointer;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li span.togglebtn:after {
  content: url("../img/index/test/acc-open-btn.png");
  vertical-align: middle;
  margin-left: 4px;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li span.togglebtn.active:after {
  content: url("../img/index/test/acc-close-btn.png");
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li:first-of-type a {
  border-top: 1px #9b9b9b solid;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li ul.menu-wide-toggle {
  display: none;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-column {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  padding: 0 5.5% 2em;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-column li {
  width: 50%;
  color: #ffffff;
  font-size: 14px;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-column li a {
  color: #ffffff;
  font-weight: 300;
  display: block;
  padding: 8px;
  border-bottom: 1px #9b9b9b solid;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-column li:nth-of-type(1) a {
  border-top: 1px #9b9b9b solid;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-column li:nth-of-type(2) a {
  border-top: 1px #9b9b9b solid;
}

/*ヘッダーver.2*/
.pc-head-menulist {
  display: none;
}

.pc-head-contact-icon {
  display: none;
}

.header-layout-logo a {
  transition: 0.4s;
}

.header-layout-logo a:hover {
  opacity: 0.6;
}

.header-layout-logo a img {
  max-height: 35px;
  margin: 10px;
}

.header-layout-logo h1 img {
  max-height: 35px;
  margin: 10px;
}

@media screen and (min-width: 991px) {
  .pc-header-layout {
    max-width: 1240px;
    margin: 0 auto;
    height: 63px;
  }
  .pc-header-layout nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
  }
  .header-layout-logo {
    margin-right: 16px;
  }
  .header-layout-logo a img {
    max-height: 48px;
    width: auto;
    margin: 4px;
    max-width: initial;
  }
  .header-layout-logo h1 img {
    max-height: 48px;
    margin: 10px;
    width: auto;
  }
  .pc-head-menulist {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    width: 100% !important;
  }
  .pc-head-menulist > li {
    margin: 0;
    position: relative;
  }
  .pc-head-menulist > li > a {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .pc-head-menulist > li > a::after {
    position: absolute;
    bottom: 40%;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .pc-head-menulist > li > a:hover::after {
    width: 100%;
  }
  .pc-head-menulist > li > a p {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
    line-height: 1.8;
  }
  .pc-head-menulist > li > a p span {
    font-family: "Cinzel", "Noto Sans JP", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-weight: normal;
    margin: 0 0 -4px;
  }
  .pc-head-contact-icon {
    display: flex;
    align-items: center;
    width: 44px !important;
  }
  .pc-head-contact-icon li {
    margin-left: 4px;
  }
  .pc-head-contact-icon li a {
    transition: 0.4s;
  }
  .pc-head-contact-icon li a:hover {
    opacity: 0.6;
  }
  .pc-head-contact-icon li a img {
    vertical-align: bottom;
    max-width: initial;
  }
  .scroll-head {
    height: 63px;
  }
  .scroll-head ul.pc-head-contact-icon {
    display: flex;
  }
  .pc-header-layout-acc-box {
    display: none;
    position: absolute;
    top: 46px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
  }
  .pc-header-layout-acc-box > li {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px #ccc solid;
  }
  .pc-header-layout-acc-box > li:last-of-type {
    border-bottom: 0;
  }
  .pc-header-layout-acc-box > li a {
    display: block;
    padding: 5px 0;
    transition: 0.4s;
  }
  .pc-header-layout-acc-box > li a:hover {
    opacity: 0.5;
  }
}
/*sp menu ver.2*/
/*メニュー開いたときにactiveを付与して背景がスクロールしないようにする*/
body.active {
  height: 100%;
  overflow: hidden;
}

/*ver.1のクラスと同一。修正時に注意*/
.side-menu-bg {
  background-color: rgba(0, 103, 159, 0.8);
}

.side-menu-main {
  background-color: initial;
  background-image: initial;
  padding-top: 55px;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  gap: 24px;
  transition: gap 0.4s ease;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li {
  position: relative;
  transition: 1s;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li > a {
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
  border-bottom: 0;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li:first-of-type a {
  border-top: 0;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li > a p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  color: #ffffff;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li > a p span {
  font-family: "Cinzel", "Noto Sans JP", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin: 0 0 -4px;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li > ul {
  display: none;
  width: 100%;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li > ul li {
  width: 100%;
  display: block;
}

.side-menu-main .side-menu-main-menu ul.side-menu-main-menu-wide > li > ul li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  margin-bottom: 1px;
}

/*------------------------------------
固定フッター（SP）
------------------------------------*/
.sp_fixed_footer {
  display: none;
}

@media screen and (max-width: 991px) {
  .sp_fixed_footer {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .sp_fixed_footer_main {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
  }
  .sp_fixed_footer_main li {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
  }
  .sp_fixed_footer_main li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .sp_fixed_footer_main li:nth-child(1) {
    width: 45%;
  }
  .sp_fixed_footer_main li:nth-child(1) a {
    background: #fc9059;
    background: linear-gradient(180deg, #fc9059 0%, #fe450e 100%);
  }
  .sp_fixed_footer_main li:nth-child(1) a:nth-child(1) {
    border-right: 1px #ffb691 dashed;
  }
  .sp_fixed_footer_main li:nth-child(1) a img {
    max-height: 20px;
  }
  .sp_fixed_footer_main li:nth-child(2) {
    width: 20%;
  }
  .sp_fixed_footer_main li:nth-child(2) a {
    background: #666666;
  }
  .sp_fixed_footer_main li:nth-child(2) a img {
    max-height: 17px;
  }
  .sp_fixed_footer_main li:nth-child(3) {
    width: 20%;
  }
  .sp_fixed_footer_main li:nth-child(3) a {
    background: #999;
  }
  .sp_fixed_footer_main li:nth-child(3) a img {
    max-height: 25px;
  }
  .sp_fixed_footer_main li:nth-child(4) {
    width: 15%;
  }
  .sp_fixed_footer_main li:nth-child(4) a {
    background: #afafaf;
  }
  .sp_fixed_footer_main li:nth-child(4) a img {
    width: 25px;
  }
  .sp_fixed_footer_main li span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
  }
  .sp_fixed_footer_icon {
    display: flex;
    align-items: center;
    height: 25px;
    margin: 0 auto 4px;
  }
  .sp_fixed_footer_icon img {
    display: block;
  }
}
/*footerのボタンをLINEへ変更 クラス名は同名。後に追記した方が優先されるので現状の物はそのまま残している*/
@media screen and (max-width: 991px) {
  .sp_fixed_footer_main li:nth-child(1) {
    width: 40%;
    height: 90px;
    border-radius: 0 14px 0 0;
    overflow: hidden;
  }
  .sp_fixed_footer_main li:nth-child(4) {
    width: 20%;
  }
  .sp_fixed_footer_main li:nth-child(4) a {
    background: #06c755;
  }
}
/*
施術メニュー
-----------*/
.ly_footerMenuSection {
  background-color: #ABA39E;
  padding-inline: 20px;
  padding-block: 80px;
}
.ly_footerMenuSection .ly_footerMenuSection_inner {
  max-width: 1192px;
  margin-inline: auto;
}
.ly_footerMenuSection .ly_footerMenuSection_inner .bl_footerMenuSection_largeList {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.ly_footerMenuSection .ly_footerMenuSection_inner .bl_footerMenuSection_largeList .bl_footerMenuSection_largeList_item .bl_footerMenuSection_largeList_ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
}
.ly_footerMenuSection .ly_footerMenuSection_inner .bl_footerMenuSection_largeList .bl_footerMenuSection_largeList_item .bl_footerMenuSection_largeList_ttl::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F8F8F5;
}
.ly_footerMenuSection .ly_footerMenuSection_inner .bl_footerMenuSection_largeList .bl_footerMenuSection_largeList_item .bl_footerMenuSection_largeList_ttl .el_footerMenuSection_largeList_ttl_ttl {
  color: #F8F8F5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item summary::-webkit-details-marker {
  display: none;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_summary {
  cursor: pointer;
  display: grid;
  list-style-type: none !important;
  grid-template-columns: auto 20px;
  align-items: center;
  border-radius: 8px;
  background-color: #988E87;
  padding: 8px 24px;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_summary .el_footerMenuDetails_summary_ttl {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_summary .el_footerMenuDetails_summary_icon {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_summary .el_footerMenuDetails_summary_icon::before, .bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_summary .el_footerMenuDetails_summary_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_summary .el_footerMenuDetails_summary_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails.isopen .el_footerMenuDetails_summary_icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_content {
  height: 0;
  overflow: hidden;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_content .bl_footerMenuDetails_content_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 10px;
  padding-top: 30px;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_content .bl_footerMenuDetails_content_list .bl_footerMenuDetails_content_list_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_content .bl_footerMenuDetails_content_list .bl_footerMenuDetails_content_list_item .bl_footerMenuDetails_parentPostWrapper .bl_footerMenuDetails_parentPostWrapper_link {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 8px;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_content .bl_footerMenuDetails_content_list .bl_footerMenuDetails_content_list_item .bl_footerMenuDetails_parentPostWrapper .bl_footerMenuDetails_parentPostWrapper_link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
  }
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_content .bl_footerMenuDetails_content_list .bl_footerMenuDetails_content_list_item .bl_footerMenuDetails_parentPostWrapper .bl_footerMenuDetails_parentPostWrapper_link .el_footerMenuDetails_parentPostWrapper_link_icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_content .bl_footerMenuDetails_content_list .bl_footerMenuDetails_content_list_item .bl_footerMenuDetails_parentPostWrapper .bl_footerMenuDetails_parentPostWrapper_link .el_footerMenuDetails_parentPostWrapper_link_ttl {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_content .bl_footerMenuDetails_content_list .bl_footerMenuDetails_content_list_item .bl_footerMenuDetails_parentPostWrapper .bl_footerMenuDetails_parentPostWrapper_clinicList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-left: 30px;
  margin-top: 10px;
}
.bl_footerMenuSection_smallListContainer .bl_footerMenuSection_smallListContainer_list .bl_footerMenuSection_smallListContainer_list_item .bl_footerMenuDetails_content .bl_footerMenuDetails_content_list .bl_footerMenuDetails_content_list_item .bl_footerMenuDetails_parentPostWrapper .bl_footerMenuDetails_parentPostWrapper_clinicList .el_footerMenuDetails_parentPostWrapper_clinicList_item {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 8px;
  background: #F5F5F5;
  padding-inline: 6px;
}

.bl_footerMenuDetails_childPostWrapper .bl_footerMenuDetails_childPostWrapper_list {
  padding-left: 12px;
}
.bl_footerMenuDetails_childPostWrapper .bl_footerMenuDetails_childPostWrapper_list .bl_footerMenuDetails_childPostWrapper_list_item .bl_footerMenuDetails_childPostWrapper_list_item_link {
  display: grid;
  grid-template-columns: 8px auto;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .bl_footerMenuDetails_childPostWrapper .bl_footerMenuDetails_childPostWrapper_list .bl_footerMenuDetails_childPostWrapper_list_item .bl_footerMenuDetails_childPostWrapper_list_item_link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
  }
}
.bl_footerMenuDetails_childPostWrapper .bl_footerMenuDetails_childPostWrapper_list .bl_footerMenuDetails_childPostWrapper_list_item .bl_footerMenuDetails_childPostWrapper_list_item_link::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #FFF;
}
.bl_footerMenuDetails_childPostWrapper .bl_footerMenuDetails_childPostWrapper_list .bl_footerMenuDetails_childPostWrapper_list_item .bl_footerMenuDetails_childPostWrapper_list_item_link .bl_footerMenuDetails_childPostWrapper_list_item_link_ttl {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.ly_footer {
  background-color: #fff;
  padding-inline: 20px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .ly_footer {
    padding-bottom: 100px;
  }
}
.ly_footer .bl_footerUpper,
.ly_footer .bl_footerLower {
  max-width: 1240px;
  margin-inline: auto;
}
.ly_footer .bl_footerUpper {
  display: grid;
  grid-template-columns: 178px 680px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  gap: 40px;
}
@media (max-width: 930px) {
  .ly_footer .bl_footerUpper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ly_footer .bl_footerUpper .bl_footer_inner_logo {
    max-width: 178px;
    width: 100%;
  }
}
.ly_footer .bl_footerUpper .bl_footerUpper_btnWrapper {
  width: 100%;
  max-width: 736px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 930px) {
  .ly_footer .bl_footerUpper .bl_footerUpper_btnWrapper {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: flex-start;
    max-width: 100%;
    margin-left: 0;
  }
}
.ly_footer .bl_footerUpper .bl_footerUpper_btnWrapper .bl_footerUpper_btnWrapper_btnGroup {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 930px) {
  .ly_footer .bl_footerUpper .bl_footerUpper_btnWrapper .bl_footerUpper_btnWrapper_btnGroup {
    display: contents;
  }
}
.ly_footer .bl_footerUpper .bl_footerUpper_btnWrapper .bl_footerUpper_btnWrapper_btn {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .ly_footer .bl_footerUpper .bl_footerUpper_btnWrapper .bl_footerUpper_btnWrapper_btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
  }
}
.ly_footer .bl_footerLower {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 930px) {
  .ly_footer .bl_footerLower {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    gap: 20px;
  }
}
.ly_footer .bl_footerLower .bl_footerLower_btnWrapper {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 40px;
  align-items: center;
}
.ly_footer .bl_footerLower .bl_footerLower_btnWrapper .el_footerLower_btnWrapper_btn {
  color: #ABA39E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .ly_footer .bl_footerLower .bl_footerLower_btnWrapper .el_footerLower_btnWrapper_btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
  }
}
.ly_footer .bl_footerLower .bl_footerLower_copyright {
  color: #ABA39E;
  font-family: "EB Garamond";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

/*共通TOP用見出しエリア*/
.page-maintitle {
  text-align: center;
  background-color: #fff8f3;
  padding: 1px;
}

/*共通TOP用見出しエリア*/
.page-maintitle {
  text-align: center;
  background-color: #fff8f3;
  padding: 1px;
}
.page-maintitle h1 {
  font-family: "Cinzel", "Noto Sans JP", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  letter-spacing: 5px;
  text-align: center;
  color: #333;
  margin: 3em 1em;
  line-height: 1.4;
  background-color: initial;
}
.page-maintitle h1 .entxt {
  font-family: "Cinzel", serif;
  font-size: 36px;
  word-break: break-all;
}
.page-maintitle h1 .midashi {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  display: block;
  color: #6b6b6b;
}
@media screen and (min-width: 679px) {
  .page-maintitle h1 .entxt {
    font-family: "Cinzel", "Noto Sans JP", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 48px;
    margin-top: 6em;
  }
}
@media screen and (max-width: 320px) {
  .page-maintitle h1 .entxt {
    font-size: 28px;
  }
  .page-maintitle h1 .midashi {
    font-size: 12px;
  }
}

/* new 20230615 */
.breadcrumb {
  max-width: 1060px;
  margin: 0 auto;
  padding: 10px 10px 40px;
}

.breadcrumb ol {
  margin: 0 0 2px;
  padding: 2px 5px;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}

.breadcrumb li:not(:last-child) {
  padding-right: 10px;
  margin-right: 5px;
}

.breadcrumb li:not(:last-child)::after {
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #333;
  border-top: 1px solid #333;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 5px 10px 10px 20px;
  }
  .breadcrumb li {
    font-size: 1.2rem;
  }
}
/* パンくずcommonから上書き */
.breadcrumb {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 0px 0px;
}

.breadcrumb ol {
  margin: 0 0 2px;
  padding: 0 8px;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}

.breadcrumb li:not(:last-child) {
  padding-right: 10px;
  margin-right: 5px;
}

.breadcrumb li:not(:last-child)::after {
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
}

.breadcrumb li a {
  color: #aaaaaa;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 8px;
  }
  .breadcrumb ol {
    margin: 0 0 2px;
    padding: 0;
  }
  .breadcrumb li a {
    font-size: 11px;
  }
}
.ly_clumnArchive {
  padding-inline: 20px;
}
.ly_clumnArchive .ly_clumnArchive_inner {
  display: grid;
  grid-template-columns: min(780px, 63%) min(320px, 30%);
  gap: 40px;
  max-width: 1240px;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ly_clumnArchive .ly_clumnArchive_inner {
    grid-template-columns: 1fr;
  }
}

.bl_optionContainerWrtapper {
  height: 100%;
  order: 2;
}
@media screen and (max-width: 780px) {
  .bl_optionContainerWrtapper {
    order: 1;
  }
}
.bl_optionContainerWrtapper .bl_optionContainerList {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bl_optionContainerWrtapper .bl_optionContainerList .bl_optionContainerList_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl_optionContainerWrtapper .bl_optionContainerList .bl_optionContainerList_item .el_optionContainer_inner_ttl {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.bl_optionContainerWrtapper .bl_optionContainerList .bl_optionContainerList_item .bl_optionContainer_inner_listWrapper {
  position: relative;
  width: 100%;
}
.bl_optionContainerWrtapper .bl_optionContainerList .bl_optionContainerList_item .bl_optionContainer_inner_listWrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 5px;
  translate: 0 -50%;
  background-image: url(../img/icon/pull-down-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_optionContainerWrtapper .bl_optionContainerList .bl_optionContainerList_item .bl_optionContainer_inner_listWrapper .el_optionContainer_inner_listWrapper_select {
  width: 100%;
  padding: 12px 20px;
  color: #322F2B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 8px;
  border: 1px solid #F7BF92;
  background-color: #fff;
  cursor: pointer;
}

.bl_commonPagination {
  display: grid;
  grid-template-columns: 38px max-content 38px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 50px;
  margin-inline: auto;
}
.bl_commonPagination .bl_commonPagination_arrowBtn {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 100%;
  transition: opacity ease-in-out 0.3s;
  opacity: 1;
}
@media (hover: hover) {
  .bl_commonPagination .bl_commonPagination_arrowBtn:hover {
    opacity: 0.5;
  }
}
.bl_commonPagination .dots {
  pointer-events: none;
}
.bl_commonPagination .bl_pagination_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  grid-column: 2;
  gap: 20px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1px;
}
.bl_commonPagination .bl_pagination_list .page-numbers {
  line-height: 1;
  transition: opacity ease-in-out 0.3s;
}
@media (hover: hover) {
  .bl_commonPagination .bl_pagination_list .page-numbers:hover {
    opacity: 0.5;
  }
}
.bl_commonPagination .bl_pagination_list .current {
  color: var(--gray-txt_footer, #ABA39E);
}

.bl_commonBorderBtn {
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #F7BF92;
  color: #333;
  font-size: 16px;
  background-color: #fff;
  opacity: 1;
  transition: opacity ease-in-out 0.3s;
}
@media (hover: hover) {
  .bl_commonBorderBtn:hover {
    opacity: 0.5;
    transition: opacity ease-in-out 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .bl_commonBorderBtn {
    padding: 12px 24px;
    color: var(--txt, #333);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }
}
.bl_commonBorderBtn .bl_commonBorderBtn_icon {
  display: grid;
  grid-template-columns: 5px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #F19A8F 0%, #F7BF92 100%);
  border-radius: 100%;
}

.bl_commonRadialBtn {
  padding-inline: 20px;
  border-radius: 100px;
}

.bl_campBannerContainer {
  display: grid;
  grid-template-columns: min(50%, 406px) 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_campBannerContainer {
    grid-template-columns: 1fr;
  }
}
.bl_campBannerContainer .bl_campBannerContainer_imgWrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.bl_campBannerContainer .bl_campBannerContainer_imgWrapper .el_campBannerContainer_imgWrapper_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 360/453;
}
@media screen and (max-width: 768px) {
  .bl_campBannerContainer .bl_campBannerContainer_imgWrapper .el_campBannerContainer_imgWrapper_img {
    aspect-ratio: 320/410;
  }
}
.bl_campBannerContainer .bl_campBannerContainer_txtWrapper {
  background: linear-gradient(180deg, #FFF 0%, #FEF0E6 100%);
  padding-block: 80px;
  padding-inline: 40px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bl_campBannerContainer .bl_campBannerContainer_txtWrapper {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-inline: 20px;
  }
}
.bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 20px;
}
.bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerContainer_txtWrapper_inner_ttlWrapper {
  display: flex;
  flex-flow: column;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerContainer_txtWrapper_inner_ttlWrapper {
    gap: 10px;
  }
}
.bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerContainer_txtWrapper_inner_ttlWrapper .el_campBannerContainer_txtWrapper_inner_ttlWrapper_ttl {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerContainer_txtWrapper_inner_ttlWrapper .el_campBannerContainer_txtWrapper_inner_ttlWrapper_ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}
.bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerContainer_txtWrapper_inner_ttlWrapper .el_campBannerContainer_txtWrapper_inner_ttlWrapper_txt {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerContainer_txtWrapper_inner_ttlWrapper .el_campBannerContainer_txtWrapper_inner_ttlWrapper_txt {
    font-size: 14px;
  }
}
.bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerBtn {
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 310px;
  width: 100%;
  padding-block: 12px;
  padding-inline: 32px;
  border-radius: 27px;
  background-color: #EA651B;
  border: 1px solid #F7BF92;
  transition: opacity ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerBtn {
    padding-inline: 20px;
  }
}
@media (any-hover: hover) {
  .bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerBtn:hover {
    opacity: 0.5;
    transition: opacity ease-in-out 0.3s;
  }
}
.bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerBtn .bl_campBannerBtn_icon {
  padding-block: 6px;
  padding-left: 9px;
  padding-right: 7px;
  background-color: #fff;
  border-radius: 100px;
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  margin-inline: auto;
}
.bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerBtn .bl_campBannerBtn_icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bl_campBannerContainer .bl_campBannerContainer_txtWrapper .bl_campBannerContainer_txtWrapper_inner .bl_campBannerBtn .el_campBannerBtn_txt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.bl_commonNoData {
  padding-block: 40px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

/*--------------------------------
共通TOPページ
--------------------------------*/
.ly_topContentsSection {
  padding-inline: 20px;
}
.ly_topContentsSection .bl_topContentsSection_inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ly_topContentsSection .bl_topContentsSection_inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.bl_topContentsSection_inner_ttlWrapper {
  width: fit-content;
  margin-inline: auto;
}
.bl_topContentsSection_inner_ttlWrapper .el_topContentsSection_inner_ttlWrapper_ttl {
  display: flex;
  flex-flow: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.bl_topContentsSection_inner_ttlWrapper .el_topContentsSection_inner_ttlWrapper_ttl .el_topContentsSection_inner_ttlWrapper_ttl_ttl {
  color: var(--txt, #333);
  font-family: "Cinzel";
  font-size: 48px;
  word-break: break-all;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.4px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl_topContentsSection_inner_ttlWrapper .el_topContentsSection_inner_ttlWrapper_ttl .el_topContentsSection_inner_ttlWrapper_ttl_ttl {
    font-size: 32px;
  }
}
.bl_topContentsSection_inner_ttlWrapper .el_topContentsSection_inner_ttlWrapper_ttl .el_topContentsSection_inner_ttlWrapper_ttl_txt {
  color: #ABA39E;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 768px) {
  .bl_topContentsSection_inner_ttlWrapper .el_topContentsSection_inner_ttlWrapper_ttl .el_topContentsSection_inner_ttlWrapper_ttl_txt {
    font-size: 12px;
  }
}

.ly_fvSection {
  overflow: hidden;
  padding-inline: 20px;
  padding-top: 37px;
  padding-bottom: 20px;
  background: linear-gradient(270deg, #F19A8F 0%, #F7BF92 100%);
}
@media screen and (max-width: 768px) {
  .ly_fvSection {
    padding-top: 20px;
  }
}
.ly_fvSection .bl_fvSection_inner .splide__track {
  overflow: visible;
}
.ly_fvSection .bl_fvSection_inner .splide__slide {
  max-width: 900px;
  width: 90%;
}
.ly_fvSection .bl_fvSection_inner .splide__pagination {
  position: relative;
  bottom: auto;
  margin-top: 30px;
  gap: 30px;
}
.ly_fvSection .bl_fvSection_inner .splide__pagination .splide__pagination__page {
  display: block;
  width: 5px !important;
  height: 5px !important;
  background-color: #FFF;
}
.ly_fvSection .bl_fvSection_inner .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #000;
}

.ly_treatmentSection .bl_topContentsSection_inner_ttlWrapper {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
}

.bl_menuContainerWrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.bl_menuContainer_contents_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .bl_menuContainer_contents_list {
    gap: 40px;
  }
}

.bl_menuContainer {
  position: relative;
  padding: 60px;
  border: 2px solid #F5F5F5;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .bl_menuContainer {
    padding-inline: 20px;
  }
}
.bl_menuContainer .bl_menuContainer_ttlWrapper {
  padding-inline: 40px;
  background-color: white;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 12px;
  margin-top: -110px;
}
@media screen and (max-width: 768px) {
  .bl_menuContainer .bl_menuContainer_ttlWrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
    padding-inline: 20px;
  }
}
.bl_menuContainer .bl_menuContainer_ttlWrapper .bl_menuContainer_ttlWrapper_inner {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .bl_menuContainer .bl_menuContainer_ttlWrapper .bl_menuContainer_ttlWrapper_inner {
    grid-template-columns: 80px auto;
  }
}
.bl_menuContainer .bl_menuContainer_ttlWrapper .bl_menuContainer_ttlWrapper_inner .bl_menuContainer_ttlWrapper_inner_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.bl_menuContainer .bl_menuContainer_ttlWrapper .bl_menuContainer_ttlWrapper_inner .bl_menuContainer_ttlWrapper_inner_ttl {
  color: #EA651B;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl_menuContainer .bl_menuContainer_ttlWrapper .bl_menuContainer_ttlWrapper_inner .bl_menuContainer_ttlWrapper_inner_ttl {
    font-size: 24px;
    word-break: keep-all;
  }
}
.bl_menuContainer .bl_menuContentsDetails summary::-webkit-details-marker {
  display: none;
}
.bl_menuContainer .bl_menuContentsDetails .bl_menuContentsDetails_summary {
  cursor: pointer;
  display: grid;
  list-style-type: none !important;
  grid-template-columns: auto 20px;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-inline: 14px;
  padding-block: 24px;
  border-radius: 8px;
  background-color: #FFF8F3;
}
@media screen and (max-width: 768px) {
  .bl_menuContainer .bl_menuContentsDetails .bl_menuContentsDetails_summary {
    padding-inline: 24px;
    padding-block: 6px;
  }
}
.bl_menuContainer .bl_menuContentsDetails .bl_menuContentsDetails_summary .bl_menuContentsDetails_summary_ttl {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .bl_menuContainer .bl_menuContentsDetails .bl_menuContentsDetails_summary .bl_menuContentsDetails_summary_ttl {
    font-size: 16px;
  }
}
.bl_menuContainer .bl_menuContentsDetails .bl_menuContentsDetails_summary .bl_menuContentsDetails_summary_icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
.bl_menuContainer .bl_menuContentsDetails .bl_menuContentsDetails_summary .bl_menuContentsDetails_summary_icon::before, .bl_menuContainer .bl_menuContentsDetails .bl_menuContentsDetails_summary .bl_menuContentsDetails_summary_icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #EA651B;
  border-radius: 8px;
}
.bl_menuContainer .bl_menuContentsDetails .bl_menuContentsDetails_summary .bl_menuContentsDetails_summary_icon::before {
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.bl_menuContainer .bl_menuContentsDetails .bl_menuContentsDetails_summary .bl_menuContentsDetails_summary_icon::after {
  rotate: 90deg;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: rotate 0.3s ease-in-out;
}
.bl_menuContainer .bl_menuContentsDetails.isopen .bl_menuContentsDetails_summary_icon::after {
  rotate: 0deg;
  transition: rotate 0.3s ease-in-out;
}

.bl_menuContentsDetails_postListWrapper {
  overflow: hidden;
  height: 0;
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  column-gap: 20px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list {
    grid-template-columns: 1fr;
  }
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_parentPost {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_parentPost .bl_menuContentsDetails_postListWrapper_parentPost_link {
  width: fit-content;
  display: grid;
  grid-template-columns: 20px auto;
  gap: 8px;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_parentPost .bl_menuContentsDetails_postListWrapper_parentPost_link:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
  }
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_parentPost .bl_menuContentsDetails_postListWrapper_parentPost_link .el_menuContentsDetails_postListWrapper_parentPost_link_icon {
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_parentPost .bl_menuContentsDetails_postListWrapper_parentPost_link .el_menuContentsDetails_postListWrapper_parentPost_link_ttl {
  color: var(--txt, #333);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_parentPost .bl_menuContentsDetails_postListWrapper_parentPost_clinicList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  padding-left: 27px;
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_parentPost .bl_menuContentsDetails_postListWrapper_parentPost_clinicList .el_menuContentsDetails_postListWrapper_parentPost_clinicList_txt {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 8px;
  border: 1px solid #F7BF92;
  padding-inline: 6px;
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_childPostListWrapper .bl_menuContentsDetails_postListWrapper_childPostList_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 14px;
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_childPostListWrapper .bl_menuContentsDetails_postListWrapper_childPostList_list .bl_menuContentsDetails_postListWrapper_childPostList_list_item_link {
  display: grid;
  grid-template-columns: 8px auto;
  align-items: flex-start;
  gap: 8px;
  width: fit-content;
  transition: opacity 0.3s ease-in-out;
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_childPostListWrapper .bl_menuContentsDetails_postListWrapper_childPostList_list .bl_menuContentsDetails_postListWrapper_childPostList_list_item_link::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #F7BF92;
  margin-top: 10px;
}
@media (any-hover: hover) {
  .bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_childPostListWrapper .bl_menuContentsDetails_postListWrapper_childPostList_list .bl_menuContentsDetails_postListWrapper_childPostList_list_item_link:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
  }
}
.bl_menuContentsDetails_postListWrapper .bl_menuContentsDetails_postListWrapper_list .bl_menuContentsDetails_postListWrapper_list_item .bl_menuContentsDetails_postListWrapper_childPostListWrapper .bl_menuContentsDetails_postListWrapper_childPostList_list .bl_menuContentsDetails_postListWrapper_childPostList_list_item_link .el_menuContentsDetails_postListWrapper_childPostList_list_item_link_ttl {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

/*
TOP 症例紹介
--------------------------------*/
.ly_topCaseSection {
  position: relative;
  background: linear-gradient(270deg, #F19A8F 0%, #F7BF92 100%);
}
@media screen and (max-width: 768px) {
  .ly_topCaseSection {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .ly_topCaseSection .bl_topContentsSection_inner {
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
  }
}
.ly_topCaseSection .ly_topCaseSection_sliderOuter {
  max-width: 1240px;
  position: relative;
  margin-inline: auto;
  width: 100%;
}
.ly_topCaseSection .bl_topCaseSection_ttlWrapper {
  display: grid;
  grid-template-columns: auto 200px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .ly_topCaseSection .bl_topCaseSection_ttlWrapper {
    display: contents;
  }
}
.ly_topCaseSection .bl_topCaseSection_ttlWrapper .bl_topCaseSection_ttlWrapper_ttl .el_topCaseSection_ttlWrapper_en {
  color: #FFF;
  font-family: "Cinzel";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 5px;
  margin: 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .ly_topCaseSection .bl_topCaseSection_ttlWrapper .bl_topCaseSection_ttlWrapper_ttl .el_topCaseSection_ttlWrapper_en {
    font-size: 32px;
    letter-spacing: 3px;
  }
}
.ly_topCaseSection .bl_topCaseSection_ttlWrapper .bl_topCaseSection_ttlWrapper_ttl .el_topCaseSection_ttlWrapper_ja {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .ly_topCaseSection .bl_topCaseSection_ttlWrapper .bl_topCaseSection_ttlWrapper_ttl .el_topCaseSection_ttlWrapper_ja {
    width: fit-content;
    margin-inline: auto;
  }
}
.ly_topCaseSection .bl_topCaseSection_ttlWrapper .el_caseList_item_tagList_txt {
  color: #FFF;
}
.ly_topCaseSection .bl_topCaseSection_ttlWrapper .bl_topCaseSection_allbtn {
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  gap: 8px;
  background-color: #FFF;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-block: 10px;
  padding-inline: 20px;
  border-radius: 100px;
  transition: opacity ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .ly_topCaseSection .bl_topCaseSection_ttlWrapper .bl_topCaseSection_allbtn {
    order: 3;
    max-width: 200px;
    width: 100%;
    margin-inline: auto;
  }
}
.ly_topCaseSection .bl_topCaseSection_ttlWrapper .bl_topCaseSection_allbtn .el_topCaseSection_allbtn_icon {
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
.ly_topCaseSection .bl_topCaseSection_ttlWrapper .bl_topCaseSection_allbtn:hover {
  opacity: 0.7;
  transition: opacity ease-in-out 0.3s;
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper {
  max-width: 1074px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .ly_topCaseSection .bl_topCaseSection_sliderWrapper {
    max-width: 100%;
    overflow: hidden;
    order: 2;
  }
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .bl_caseList_item_tagList .el_caseList_item_tagList_txt {
  color: #fff;
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .bl_caseList_item_ttlContainer .bl_caseList_item_ttlContainer_ttl {
  color: #fff;
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .bl_caseList_item_details .bl_caseList_item_details_summary {
  color: #fff;
  border-color: #fff;
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .bl_caseList_item_details .bl_caseList_item_details_summary .bl_caseList_item_details_summary_txt {
  color: #fff;
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .bl_caseList_item_details .bl_caseList_item_details_summary .bl_caseList_item_details_summary_icon::before, .ly_topCaseSection .bl_topCaseSection_sliderWrapper .bl_caseList_item_details .bl_caseList_item_details_summary .bl_caseList_item_details_summary_icon::after {
  background-color: #fff;
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .bl_caseList_item_details_content {
  background-color: #fff;
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .splide {
  position: static;
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .splide__slide {
  max-width: 340px;
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .splide__arrows .splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 56px !important;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #fff !important;
  cursor: pointer;
  transition: opacity ease-in-out 0.3s;
  opacity: 1;
}
@media (hover: hover) {
  .ly_topCaseSection .bl_topCaseSection_sliderWrapper .splide__arrows .splide__arrow:hover {
    opacity: 0.7;
    transition: opacity ease-in-out 0.3s;
  }
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .splide__arrows .splide__arrow--prev {
  left: 0;
}
.ly_topCaseSection .bl_topCaseSection_sliderWrapper .splide__arrows .splide__arrow--next {
  right: 0;
}

.bl_commonTopCaseNoData {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  padding-block: 80px;
}

/*
 施術メニュー
--------------------------------*/
.ly_topMenuSection .bl_topContentsSection_inner_ttlWrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ly_topMenuSection .bl_topContentsSection_inner_ttlWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ly_topMenuSection .bl_topRecommendedMenuContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ly_topMenuSection .bl_topRecommendedMenuContainer {
    grid-template-columns: 1fr;
  }
}
.ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item {
  border-radius: 8px;
  background-color: #F5F5F5;
  padding-bottom: 20px;
}
.ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_topRecommendedMenuContainer_item_ttlWrapper {
  padding-inline: 20px;
}
.ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_topRecommendedMenuContainer_item_ttlWrapper .el_topRecommendedMenuContainer_item_ttlWrapper_ttl {
  color: var(--fffff, #FFF);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 14px;
  padding-inline: 20px;
  border-radius: 0 0 26px 26px;
  margin-bottom: 20px;
  background: linear-gradient(270deg, #F19A8F 0%, #F7BF92 100%);
}
@media screen and (max-width: 768px) {
  .ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_topRecommendedMenuContainer_item_ttlWrapper .el_topRecommendedMenuContainer_item_ttlWrapper_ttl {
    font-size: 16px;
  }
}
.ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .el_topRecommendedMenuContainer_item_bottom_txt {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .el_topRecommendedMenuContainer_item_bottom_txt {
    order: 2;
    font-size: 14px;
  }
}
.ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_topRecommendedMenuContainer_item_bottom {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  gap: 20px;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_topRecommendedMenuContainer_item_bottom {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }
}
.ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_topRecommendedMenuContainer_item_bottom .bl_topRecommendedMenuContainer_item_bottom_imgWrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_topRecommendedMenuContainer_item_bottom .bl_topRecommendedMenuContainer_item_bottom_imgWrapper {
    display: contents;
  }
}
.ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_topRecommendedMenuContainer_item_bottom .bl_topRecommendedMenuContainer_item_bottom_imgWrapper .el_topRecommendedMenuContainer_item_bottom_imgWrapper_img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_topRecommendedMenuContainer_item_bottom .bl_topRecommendedMenuContainer_item_bottom_imgWrapper .el_topRecommendedMenuContainer_item_bottom_imgWrapper_img {
    order: 1;
    max-width: 160px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_menuBtnWrapper {
    order: 3;
  }
}
.ly_topMenuSection .bl_topRecommendedMenuContainer .bl_topRecommendedMenuContainer_item .bl_menuBtnWrapper .bl_commonBorderBtn {
  color: #000;
  font-family: Cinzel;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}

/*
料金一覧
--------------------------------*/
.ly_topPriceSection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #FFF8F3;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .ly_topPriceSection {
    padding-bottom: 174px;
  }
}
.ly_topPriceSection .ly_topPriceSection_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .ly_topPriceSection .ly_topPriceSection_inner {
    grid-template-columns: 1fr;
  }
}
.ly_topPriceSection .ly_topPriceSection_inner .ly_topPriceSection_imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ly_topPriceSection .ly_topPriceSection_inner .ly_topPriceSection_imgWrapper {
    max-height: 314px;
    height: auto;
    width: 100%;
    top: auto;
    bottom: 0;
    z-index: 0;
  }
}
.ly_topPriceSection .ly_topPriceSection_inner .ly_topPriceSection_imgWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(212, 248, 57, 0), rgb(255, 248, 243));
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ly_topPriceSection .ly_topPriceSection_inner .ly_topPriceSection_imgWrapper::after {
    left: 0;
    right: auto;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(0deg, rgba(212, 248, 57, 0), rgb(255, 248, 243));
  }
}
.ly_topPriceSection .ly_topPriceSection_inner .ly_topPriceSection_imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ly_topPriceSection .ly_topPriceSection_inner .ly_topPriceSection_imgWrapper img {
    max-height: 314px;
    height: auto;
  }
}
.ly_topPriceSection .ly_topPriceSection_inner .bl_topPriceSection_txtWrapper {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .ly_topPriceSection .ly_topPriceSection_inner .bl_topPriceSection_txtWrapper {
    position: relative;
    grid-column: 1;
    z-index: 1;
  }
}
.ly_topPriceSection .ly_topPriceSection_inner .bl_topPriceSection_txtWrapper .bl_topPriceSection_txtWrapper_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 360px;
  margin-inline: auto;
}
.ly_topPriceSection .ly_topPriceSection_inner .bl_topPriceSection_txtWrapper .bl_topPriceSection_txtWrapper_inner .bl_topPriceSection_txtWrapper_ttlWrapper {
  width: fit-content;
  margin-inline: auto;
}
.ly_topPriceSection .ly_topPriceSection_inner .bl_topPriceSection_txtWrapper .bl_topPriceSection_txtWrapper_inner .bl_topPriceSection_txtWrapper_ttlWrapper .el_topPriceSection_txtWrapper_ttlWrapper_ttl {
  width: fit-content;
  color: #333;
  font-family: Cinzel;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5px;
  margin-bottom: 4px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ly_topPriceSection .ly_topPriceSection_inner .bl_topPriceSection_txtWrapper .bl_topPriceSection_txtWrapper_inner .bl_topPriceSection_txtWrapper_ttlWrapper .el_topPriceSection_txtWrapper_ttlWrapper_ttl {
    font-size: 32px;
    letter-spacing: 3px;
  }
}
.ly_topPriceSection .ly_topPriceSection_inner .bl_topPriceSection_txtWrapper .bl_topPriceSection_txtWrapper_inner .bl_topPriceSection_txtWrapper_ttlWrapper .el_topPriceSection_txtWrapper_ttlWrapper_txt {
  width: fit-content;
  margin-inline: auto;
  color: #ABA39E;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
}
.ly_topPriceSection .ly_topPriceSection_inner .bl_topPriceSection_txtWrapper .bl_topPriceSection_txtWrapper_inner .el_topPriceSection_txtWrapper_txt {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .ly_topPriceSection .ly_topPriceSection_inner .bl_topPriceSection_txtWrapper .bl_topPriceSection_txtWrapper_inner .el_topPriceSection_txtWrapper_txt {
    font-size: 14px;
  }
}
.ly_topPriceSection .ly_topPriceSection_inner .bl_topPriceSection_txtWrapper .bl_topPriceSection_txtWrapper_inner .bl_topPriceSection_btnWrapper {
  max-width: 310px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/*
ドクター紹介
--------------------------------*/
.ly_topDoctorSection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ly_topDoctorSection {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.ly_topDoctorSection .bl_topDocctoSection_inner {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}
.ly_topDoctorSection .bl_topContentsSection_inner_ttlWrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ly_topDoctorSection .bl_topContentsSection_inner_ttlWrapper {
    margin-bottom: 93px;
  }
}
.ly_topDoctorSection .el_topDoctorSection_copy {
  position: absolute;
  top: 40px;
  left: 0;
  color: #F5F5F5;
  font-family: Cinzel;
  font-size: 98px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5px;
  z-index: -1;
  word-break: break-all;
}
@media screen and (max-width: 1037px) {
  .ly_topDoctorSection .el_topDoctorSection_copy {
    font-size: clamp(36px, 15vw, 98px);
    top: 100px;
    left: 20px;
  }
}
.ly_topDoctorSection .bl_topDoctorSection_contents {
  position: relative;
  display: grid;
  grid-template-columns: 645px 1fr;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1037px) {
  .ly_topDoctorSection .bl_topDoctorSection_contents {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_leftSide {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 680px;
  margin-inline: auto;
  padding-left: 55px;
}
@media screen and (max-width: 1037px) {
  .ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_leftSide {
    order: 2;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_leftSide .bl_doctorGreetingWrapper .el_doctorGreetingWrapper_ttl {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1037px) {
  .ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_leftSide .bl_doctorGreetingWrapper .el_doctorGreetingWrapper_ttl {
    font-size: 20px;
  }
}
.ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_leftSide .bl_doctorGreetingWrapper .bl_doctorGreetingWrapper_txt {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_leftSide .bl_doctorCareerWrapper .el_doctorCareerWrapper_ttl {
  display: grid;
  grid-template-columns: 4px auto;
  gap: 8px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_leftSide .bl_doctorCareerWrapper .el_doctorCareerWrapper_ttl::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #EA651B;
}
.ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_leftSide .bl_doctorCareerWrapper .bl_doctorCareerWrapper_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_leftSide .bl_doctorCareerWrapper .bl_doctorCareerWrapper_list .bl_doctorCareerWrapper_list_item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}
.ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_rightSide {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1037px) {
  .ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_rightSide {
    position: relative;
    grid-template-columns: 1fr;
    order: 1;
    padding-left: 20px;
  }
}
.ly_topDoctorSection .bl_topDoctorSection_contents .bl_topDoctorSection_contents_rightSide picture {
  grid-column: 2;
}
.ly_topDoctorSection .bl_topDoctorSection_btnWrapper {
  padding-inline: 20px;
}
.ly_topDoctorSection .bl_topDoctorSection_btnWrapper .bl_topDoctorSection_btn {
  max-width: 310px;
  margin-inline: auto;
}

/*
コンセプト
--------------------------------*/
.ly_topConseptSection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #F7F4F2 0%, #FFF 100%);
}
@media screen and (max-width: 1037px) {
  .ly_topConseptSection {
    padding-bottom: 415px;
    padding-top: 40px;
  }
}
.ly_topConseptSection .bl_topConseptSection_inner {
  max-width: 1100px;
  padding-inline: 20px;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 1037px) {
  .ly_topConseptSection .bl_topConseptSection_inner {
    padding-inline: 0px;
    position: static;
  }
}
.ly_topConseptSection .bl_topConseptSection_inner .bl_topContentsSection_inner_ttlWrapper {
  margin-bottom: 60px;
}
.ly_topConseptSection .bl_topConseptSection_inner .el_topConseptSection_txtWrapper_copyBox {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1037px) {
  .ly_topConseptSection .bl_topConseptSection_inner .el_topConseptSection_txtWrapper_copyBox {
    font-size: 20px;
  }
}
@media screen and (max-width: 1037px) {
  .ly_topConseptSection .bl_topConseptSection_inner .el_topConseptSection_txtWrapper_copyBox_copyBox {
    margin-bottom: 16px;
  }
}
.ly_topConseptSection .bl_topConseptSection_inner .el_topConseptSection_txtWrapper_copyBox_copyBox p {
  word-break: break-all;
}
.ly_topConseptSection .bl_topConseptSection_inner .el_topConseptSection_txtWrapper_copyBox_copyBox .un_sp {
  display: none;
}
@media screen and (max-width: 1037px) {
  .ly_topConseptSection .bl_topConseptSection_inner .el_topConseptSection_txtWrapper_copyBox_copyBox .un_sp {
    display: block;
  }
}
.ly_topConseptSection .bl_topConseptSection_inner .el_topConseptSection_txtWrapper_copyBox_copyBox span {
  height: 1px;
  width: 100%;
  background-color: #333;
}
.ly_topConseptSection .bl_topConseptSection_inner .el_topConseptSection_txtWrapper_copyBox_txt {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .ly_topConseptSection .bl_topConseptSection_inner .el_topConseptSection_txtWrapper_copyBox_txt {
    font-size: 16px;
  }
}
.ly_topConseptSection .bl_topConseptSection_txtWrapper {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1037px) {
  .ly_topConseptSection .bl_topConseptSection_txtWrapper {
    position: static;
  }
}
.ly_topConseptSection .el_topConseptSection_txtWrapper_txt {
  display: flex;
  flex-flow: column;
  gap: 20px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .ly_topConseptSection .el_topConseptSection_txtWrapper_txt {
    font-size: 14px;
    position: relative;
    z-index: 1;
  }
}
.ly_topConseptSection .el_topConseptSection_imgWrapper_shape1 {
  position: absolute;
  top: -20px;
  right: 10px;
  max-width: 294px;
  z-index: 0;
}
@media screen and (max-width: 1037px) {
  .ly_topConseptSection .el_topConseptSection_imgWrapper_shape1 {
    bottom: 171px;
    left: 20px;
    right: auto;
    top: auto;
    max-width: 175px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .ly_topConseptSection .el_topConseptSection_imgWrapper_shape1 {
    left: 0;
    right: auto;
  }
}
.ly_topConseptSection .el_topConseptSection_imgWrapper_shape2 {
  position: absolute;
  top: 280px;
  right: 200px;
  max-width: 294px;
  z-index: 0;
}
@media screen and (max-width: 1037px) {
  .ly_topConseptSection .el_topConseptSection_imgWrapper_shape2 {
    bottom: 100px;
    right: 20px;
    top: auto;
    max-width: 223px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .ly_topConseptSection .el_topConseptSection_imgWrapper_shape2 {
    right: 0;
  }
}
.ly_topConseptSection .el_topConseptSection_img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 25vw;
  z-index: 0;
}
@media screen and (max-width: 1037px) {
  .ly_topConseptSection .el_topConseptSection_img {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .ly_topConseptSection .el_topConseptSection_img {
    max-width: 100%;
  }
}

/*
Reason

--------------------------------*/
.ly_topReasonSection {
  position: relative;
  background-color: #FFF8F3;
}
.ly_topReasonSection .bl_topContentsSection_inner_ttlWrapper {
  margin-bottom: 60px;
}
.ly_topReasonSection .bl_topPointList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  gap: 40px;
}
.ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner {
  display: grid;
  grid-template-columns: 45px 1fr;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner {
    grid-template-columns: 26px 1fr;
  }
}
.ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner .bl_topPointList_item_inner_numWrapper {
  border-radius: 10px 0 0 10px;
  background: var(--gra-02, linear-gradient(270deg, #F19A8F 0%, #F7BF92 100%));
}
.ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner .bl_topPointList_item_inner_numWrapper .el_topPointList_item_inner_numWrapper_en {
  color: #FFF;
  text-align: center;
  font-family: Cinzel;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  align-content: center;
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner .bl_topPointList_item_inner_numWrapper .el_topPointList_item_inner_numWrapper_en {
    font-size: 18px;
  }
}
.ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner .bl_topPointList_item_inner_numWrapper .el_topPointList_item_inner_numWrapper_num {
  color: #F08300;
  text-align: center;
  font-family: Cinzel;
  font-size: 118px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.8px;
  transform: scale(1.2) rotate(-20deg) translateX(-10px);
}
@media screen and (max-width: 768px) {
  .ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner .bl_topPointList_item_inner_numWrapper .el_topPointList_item_inner_numWrapper_num {
    font-size: 78px;
    transform: scale(1.2) rotate(-20deg) translateY(0px);
  }
}
.ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner_txtWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  padding: 20px;
  padding-top: 20px;
  padding-inline: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner_txtWrapper {
    padding-inline: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
.ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner_txtWrapper .el_topPointList_item_inner_txtWrapper_ttl {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner_txtWrapper .el_topPointList_item_inner_txtWrapper_ttl {
    font-size: 24px;
  }
}
.ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner_txtWrapper .el_topPointList_item_inner_txtWrapper_ttl .el_topPointList_item_inner_txtWrapper_ttl_span {
  color: #EA651B;
}
.ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner_txtWrapper .el_topPointList_item_inner_txtWrapper_img {
  width: 100%;
  max-width: 188px;
  margin-inline: auto;
}
.ly_topReasonSection .bl_topPointList .bl_topPointList_item .bl_topPointList_item_inner_txtWrapper .el_topPointList_item_inner_txtWrapper_txt {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}

/*
クリニック情報
--------------------------------*/
.ly_clinicInfoListSection {
  border-top: 1px solid #DAD7D7;
  background-color: #ffffff;
}
.ly_clinicInfoListSection .bl_topContentsSection_inner {
  max-width: 1040px;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ly_clinicInfoListSection .bl_topContentsSection_inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.ly_clinicInfoListSection .ly_clinicInfoList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  gap: 40px;
}
.ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_item_link {
  display: grid;
  grid-template-columns: auto 30px;
  border-bottom: 1px solid #F7BF92;
  align-items: center;
  background: #FFF;
  padding: 12px;
  color: #463D37;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  background-color: #fff;
  transition: opacity ease-in-out 0.3s;
}
@media (hover: hover) {
  .ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_item_link:hover {
    opacity: 0.7;
    transition: opacity ease-in-out 0.3s;
  }
}
.ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_list .bl_clinicInfoList_list_item {
  display: grid;
  grid-template-columns: 51px auto;
  gap: 20px;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid #DAD7D7;
}
.ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_list .bl_clinicInfoList_list_item .bl_clinicInfoList_list_item_ttl {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
.ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_list .bl_clinicInfoList_list_item .bl_clinicInfoList_list_item_txt {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
.ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_list .bl_clinicInfoList_list_item_txt_tel {
  display: grid;
  grid-template-columns: 26px auto;
  align-items: center;
  gap: 4px;
  color: #EA651B !important;
  font-size: 20;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px;
  transition: opacity ease-in-out 0.3s;
}
@media (hover: hover) {
  .ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_list .bl_clinicInfoList_list_item_txt_tel:hover {
    opacity: 0.7;
    transition: opacity ease-in-out 0.3s;
  }
}
.ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 470/240;
  object-fit: cover;
}
.ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_sns .bl_clinicInfoList_sns_btn {
  max-width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  transition: opacity ease-in-out 0.3s;
}
@media (hover: hover) {
  .ly_clinicInfoListSection .ly_clinicInfoList .bl_clinicInfoList_sns .bl_clinicInfoList_sns_btn:hover {
    opacity: 0.7;
    transition: opacity ease-in-out 0.3s;
  }
}

/*
バナーセクション
--------------------------------*/
.ly_topBannerSection {
  background-color: #ffffff;
}
.ly_topBannerSection .bl_topContentsSection_inner {
  max-width: 1000px;
  margin-inline: auto;
}
.ly_topBannerSection .bl_topContentsSection_inner_ttlWrapper {
  margin-bottom: 60px;
}
.ly_topBannerSection .bl_bannerContents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.ly_topBannerSection .bl_bannerContents .bl_bannerContents_item .el_bannerContents_item_txt {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.ly_topBannerSection .bl_bannerContents .bl_bannerContents_item .el_bannerContents_item_clickTxt {
  color: #ABA39E;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.8px;
  margin-bottom: 24px;
}
.ly_topBannerSection .bl_bannerContents .bl_bannerContents_item .el_bannerContents_item_btn {
  transition: opacity ease-in-out 0.3s;
}
@media (hover: hover) {
  .ly_topBannerSection .bl_bannerContents .bl_bannerContents_item .el_bannerContents_item_btn:hover {
    opacity: 0.7;
    transition: opacity ease-in-out 0.3s;
  }
}

/*access 各院*/
h2 {
  font-family: "Cinzel", "Noto Sans JP", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  letter-spacing: 5px;
  text-align: center;
  color: #333;
  margin: 3em 1em;
  line-height: 1.4;
}

h2 span.entxt {
  font-family: "Cinzel", "Noto Sans JP", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
}

h2 span.midashi {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  display: block;
  color: #6b6b6b;
  white-space: nowrap;
}

@media screen and (min-width: 679px) {
  h2 span.entxt {
    font-family: "Cinzel", "Noto Sans JP", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 48px;
    margin-top: 6em;
  }
}
.access-single-mainimage {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.access-single-mainimage img {
  width: 100%;
}

#access-single > h2 {
  font-size: 22px;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 10px;
  margin: 0;
  text-align: left;
}

#access-single {
  max-width: 1240px;
  margin: 0 auto;
}

#access-single > h3 {
  font-size: 22px;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 10px;
}

#access-single > h3 span {
  font-size: 14px;
}

.access-single-mainimage {
  width: 100%;
  margin: 0 auto;
}

.access-single-mainimage img {
  width: 100%;
}

#access-single .access-clinic-link {
  background-color: #fff2e9;
  padding: 18px;
  margin-top: 30px;
}

#access-single .access-clinic-link p a {
  display: block;
  background-color: #fff;
  text-align: center;
  margin-bottom: 18px;
  border: 1px #ffa02e solid;
  padding: 8px 0;
  transition: 0.4s;
}

#access-single .access-clinic-link p a:hover {
  opacity: 0.7;
}

#access-single .access-clinic-link p a i {
  display: inline-block;
  color: #ccc;
  vertical-align: bottom;
}

#access-single .access-clinic-link > ul {
  display: flex;
  flex-wrap: nowrap;
}

#access-single .access-clinic-link > ul li {
  background-color: #fff;
  border-radius: 10px;
  width: 48px;
  margin-left: 8px;
}

#access-single .access-clinic-link > ul li img {
  vertical-align: bottom;
}

#access-single .access-clinic-link > ul li:first-of-type {
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% - 168px);
  margin-left: 0px;
  text-align: center;
}

#access-single .access-clinic-link > ul li:first-of-type span {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding-left: 6px;
  font-size: 18px;
}

#access-single .access-clinic-link > ul li a {
  display: block;
  padding: 8px;
  transition: 0.4s;
}

#access-single .access-clinic-link > ul li a:hover {
  opacity: 0.7;
}

@media (max-width: 990px) {
  a.tellink-pc {
    display: none !important;
  }
}
.access-clinic-link .insta-link img {
  display: inline;
}

.dr_calendar_flex_list {
  display: flex;
  gap: 0px;
  justify-content: center;
}

.dr_calendar_flex_item {
  width: calc((60% - 40px) / 2);
}

@media (max-width: 740px) {
  .inner.doctor_calendar_inner {
    padding: 0 15px;
  }
  .joining_campaign_img {
    width: 80%;
    margin: 30px auto 0;
  }
  .dr_calendar_add {
    padding: 0 10px;
  }
  .dr_calendar_flex_list {
    /* flex-direction: column; */
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .dr_calendar_flex_item {
    width: 100%;
    min-width: 90%;
  }
  .inner.joining_campaign_price_inner {
    padding: 0 10px;
  }
}
.dr_calendar_flex_list.gap {
  gap: 30px;
}

.dr_calendar_flex_item {
  width: calc((70% - 30px) / 2);
}

@media (max-width: 740px) {
  .dr_calendar_flex_list.gap {
    gap: 20px;
  }
  .dr_calendar_flex_list.gap .dr_calendar_flex_item {
    width: calc(100% - 20px);
    min-width: 90%;
  }
}
@media screen and (min-width: 991px) {
  .accesspage-list h3 {
    background-color: #fff;
    font-size: 28px;
    font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding: 10px;
  }
  .accesspage-list h3 span {
    font-size: 14px;
  }
  .accesspage-list .access-clinic-link > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .accesspage-list .access-clinic-link > ul li {
    background-color: #fff;
    border-radius: 10px;
    width: calc((100% - 16px) / 3);
    text-align: center;
    margin: 0 8px 0 0;
    padding: 8px 0;
  }
  .accesspage-list .access-clinic-link > ul li:last-of-type {
    margin: 0 0 0 0;
  }
  .accesspage-list .access-clinic-link > ul li:first-of-type {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
  }
  .accesspage-list .access-clinic-link > ul li:first-of-type span {
    font-weight: bold;
    display: inline-block;
    padding-left: 6px;
    font-size: 18px;
  }
}
#access-online {
  margin: 50px 0;
  padding: 30px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  text-align: center;
}

#access-online h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#access-online img {
  max-width: 100%;
}

#access-online p {
  font-size: 12px;
}

@media screen and (min-width: 991px) {
  #access-online h3 {
    font-size: 20px;
  }
  #access-online p {
    font-size: 14px;
  }
}
.bl_calendar_wrapper {
  margin-block: 20px;
  margin-inline: auto;
  padding: 20px;
  border: 1px solid #f08300;
  max-width: 500px;
}

/*access 各院*/
#access-single > h3 {
  font-size: 22px;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 10px;
}

#access-single > h3 span {
  font-size: 14px;
}

.access-single-mainimage {
  width: 100%;
  margin: 0 auto;
}

.access-single-mainimage img {
  width: 100%;
}

#access-single .access-clinic-link {
  background-color: #fff2e9;
  padding: 18px;
}

#access-single .access-clinic-link p a {
  display: block;
  background-color: #fff;
  text-align: center;
  margin-bottom: 18px;
  border: 1px #ffa02e solid;
  padding: 8px 0;
  transition: 0.4s;
}

#access-single .access-clinic-link p a:hover {
  opacity: 0.7;
}

#access-single .access-clinic-link p a i {
  display: inline-block;
  color: #ccc;
  vertical-align: bottom;
}

#access-single .access-clinic-link > ul {
  display: flex;
  flex-wrap: nowrap;
}

#access-single .access-clinic-link > ul li {
  background-color: #fff;
  border-radius: 10px;
  width: 48px;
  margin-left: 8px;
}

#access-single .access-clinic-link > ul li img {
  vertical-align: bottom;
}

#access-single .access-clinic-link > ul li:first-of-type {
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% - 168px);
  margin-left: 0px;
  text-align: center;
}

#access-single .access-clinic-link > ul li:first-of-type span {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding-left: 6px;
  font-size: 18px;
}

#access-single .access-clinic-link > ul li a {
  display: block;
  padding: 8px;
  transition: 0.4s;
}

#access-single .access-clinic-link > ul li a:hover {
  opacity: 0.7;
}

.campaign-link-btn a {
  display: block;
  width: 91%;
  border: 1px #ccc solid;
  color: #eb6c29;
  margin: 8px auto;
  text-decoration: none;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
}

#access-single dl.clinic-data {
  margin-top: 2em;
}

#access-single dl.clinic-data > dt {
  font-size: 14px;
  background-color: #eeeeee;
  padding: 8px 10px;
  font-weight: bold;
}

#access-single dl.clinic-data > dd {
  padding: 16px 16px;
}

#access-single dl.clinic-data > dd:last-of-type {
  border-bottom: 1px #eeeeee solid;
}

#access-single dl.clinic-data > dd > p {
  font-size: 14px;
}

#access-single dl.clinic-data > dd > p.center {
  text-align: center;
}

#access-single dl.clinic-data > dd > .park-linkbtn {
  display: block;
  width: 90%;
  margin: 8px auto 0;
  border: 1px #ccc solid;
  border-radius: 16px;
  text-align: center;
  padding: 8px;
}

.accessInfo-map-wrap iframe {
  width: 100%;
}

#access-single dl.clinic-data > dd .toll-free a {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 10%;
  width: 80%;
  border: 1px #cccccc solid;
  border-radius: 10px;
  margin: 0 auto;
  align-items: flex-end;
}

#access-single dl.clinic-data > dd .toll-free a img {
  width: 43px;
  height: 43px;
}

#access-single dl.clinic-data > dd .toll-free a p {
  width: calc(100% - 43px);
  font-size: 21px;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  font-weight: 800;
  padding-bottom: 4px;
}

@media screen and (min-width: 414px) {
  #access-single dl.clinic-data > dd .toll-free a p {
    font-size: 24px;
  }
}
#access-single dl.clinic-data > dd .toll-free a p span {
  display: block;
  font-size: 12px;
}

#access-single dl.clinic-data > dd .other-tel {
  text-align: center;
  margin-top: 16px;
}

#access-single dl.clinic-data > dd .other-tel a img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
}

#access-single dl.clinic-data > dd .other-tel a p {
  display: inline-block;
  font-size: 18px;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  font-weight: 800;
}

#access-single dl.clinic-data > dd .contact-web a {
  text-align: center;
  margin-top: 16px;
  padding: 10px 0;
  width: 80%;
  border: 1px #cccccc solid;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}

#access-single dl.clinic-data > dd .contact-web a img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
}

#access-single dl.clinic-data > dd .contact-web a p {
  display: inline-block;
  font-size: 18px;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  font-weight: 800;
}

#online-appointment {
  margin: 0 auto;
  max-width: 1240px;
}

#online-appointment h3 {
  font-size: 20px;
  text-align: center;
  margin: 2em 0 0;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#online-appointment p {
  font-size: 12px;
  padding: 2em 16px 10px;
}

#online-appointment a {
  text-align: center;
  display: block;
}

#online-appointment a img {
  max-width: 100%;
  width: calc(100% - 32px);
  margin-inline: auto;
}

.clinic-keyword {
  margin-top: 4em;
}

.clinic-keyword h2 {
  letter-spacing: 1px;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 26px;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}

ul.index-keyword-word {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

ul.index-keyword-word li {
  padding: 0;
  margin: 4px;
}

ul.index-keyword-word li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(90deg, rgb(250, 186, 114) 0%, rgb(255, 199, 192) 100%);
  color: inherit;
}

ul.index-keyword-word li a:hover {
  opacity: 0.8;
}

ul.index-keyword-word li a span {
  border-radius: 30px;
  background: #fff;
  padding: 8px;
  display: block;
}

@media screen and (min-width: 679px) {
  ul.index-keyword-word li {
    padding: 0;
    margin: 8px;
    width: calc(25% - 16px);
  }
  ul.index-keyword-word {
    max-width: 1240px;
    margin: 0 auto;
    justify-content: center;
  }
}
#clinic-doctor .clinic-doctor-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 16px;
}

#clinic-doctor .clinic-doctor-info > div:nth-of-type(1) {
  width: 50%;
}

#clinic-doctor .clinic-doctor-info > div:nth-of-type(1) img {
  width: 100%;
}

#clinic-doctor .clinic-doctor-info > div:nth-of-type(2) {
  width: 50%;
  position: relative;
}

#clinic-doctor .clinic-doctor-info > div:nth-of-type(2) > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#clinic-doctor .clinic-doctor-info > div:nth-of-type(2) > div > span {
  display: block;
  text-align: center;
}

#clinic-doctor .clinic-doctor-info > div:nth-of-type(2) > div > span:nth-of-type(1) {
  font-size: 14px;
}

#clinic-doctor .clinic-doctor-info > div:nth-of-type(2) > div > span:nth-of-type(2) {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 26px;
  font-weight: bold;
}

#clinic-doctor .clinic-doctor-info > div:nth-of-type(2) > div > span:nth-of-type(3) {
  font-size: 14px;
}

#clinic-doctor .clinic-doctor-info > div:nth-of-type(3) {
  width: 100%;
  margin-top: 1em;
}

.clinic-doctor-history {
  width: calc(100% - 32px);
  margin: 2em 16px 1em;
  padding-top: 16px;
  border: 1px #333 solid;
  position: relative;
}

.clinic-doctor-history h3 {
  font-size: 20px;
  display: inline-block;
  background-color: #ffffff;
  padding: 0 4px;
  position: absolute;
  top: -18px;
  left: 10px;
}

.clinic-doctor-history dl {
  padding: 16px;
}

.clinic-doctor-history dl dd ul li {
  font-size: 14px;
}

@media screen and (min-width: 991px) {
  .access-single-mainimage {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .access-single-mainimage img {
    width: 100%;
  }
  .campaign-link-btn a {
    max-width: 1000px;
  }
  #access-single {
    max-width: 1240px;
    margin: 0 auto;
  }
  .access-clinic-link {
    max-width: 1000px;
    margin: 0 auto;
  }
  #access-single dl.clinic-data > dd > .park-linkbtn {
    width: 60%;
    margin: 16px auto 0;
    padding: 8px;
  }
  #access-single dl.clinic-data > dd {
    border-left: 1px #eeeeee solid;
    border-right: 1px #eeeeee solid;
  }
  #access-single dl.clinic-data > dd .toll-free a {
    padding: 8px 5%;
    width: 370px;
  }
  #access-single dl.clinic-data > dd .contact-web a {
    padding: 8px 0;
    width: 370px;
  }
  #online-appointment {
    max-width: 1240px;
    margin: 0 auto;
  }
  #clinic-news {
    max-width: 1240px;
    margin: 0 auto;
  }
  #clinic-pickup {
    max-width: 1240px;
    margin: 0 auto;
  }
  #clinic-doctor {
    max-width: 1240px;
    margin: 0 auto;
  }
  #clinic-doctor-history {
    max-width: 1240px;
    margin: 0 auto;
  }
  #clinic-doctor .clinic-doctor-info {
    display: block;
  }
  #clinic-doctor .clinic-doctor-info:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
  }
  #clinic-doctor .clinic-doctor-info > div:nth-of-type(1) {
    width: 27%;
    float: left;
    margin-right: 20px;
  }
  #clinic-doctor .clinic-doctor-info > div:nth-of-type(2) {
    width: auto;
    display: block;
  }
  #clinic-doctor .clinic-doctor-info > div:nth-of-type(2) > div > span {
    display: block;
    text-align: left;
  }
  #clinic-doctor .clinic-doctor-info > div:nth-of-type(2) > div {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: auto;
  }
  #clinic-doctor .clinic-doctor-info > div:nth-of-type(3):befor {
    width: auto;
  }
  #clinic-doctor .clinic-doctor-info > div:nth-of-type(3) {
    width: auto;
    margin-left: calc(27% + 20px);
  }
  .clinic-keyword h2 {
    font-size: 32px;
  }
}
.access-clinic-link .tellink-sp {
  display: block;
}
@media screen and (min-width: 991px) {
  .access-clinic-link .tellink-sp {
    display: none !important;
  }
}

.accessInfo-slider {
  margin-top: 40px;
  overflow: hidden;
}

.accessInfo-slider {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .accessInfo-slider {
    margin-top: 20px;
  }
}
.accessInfo-slider .slick-slide img {
  display: block;
  width: 100%;
}

.slider_s .slider_item {
  margin: 0 5px;
  position: relative;
}

.slider_s .slider_item > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  color: #fff;
  line-height: 1.5;
  text-align: right;
}

/*天神payment*/
.info-payment-list {
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px #eeecec solid;
  border-radius: 8px;
  padding: 8px;
  margin-top: 8px;
}

.info-payment-list li {
  margin: 0;
  padding: 4px;
  width: 10%;
}

.info-payment-list li img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .info-payment-list li {
    width: 25%;
  }
}
/* 20250603 fujimoto add */
.dr_calendar_ten {
  gap: 40px;
  margin: 40px 0;
}

#clinic-pickup {
  max-width: 1240px;
  margin: 0 auto;
}

#clinic-pickup > div > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#clinic-pickup > div > ul > li:nth-of-type(odd) {
  width: calc(50% - 2px);
  margin-right: 2px;
  text-align: right;
}

#clinic-pickup > div > ul > li:nth-of-type(even) {
  width: calc(50% - 2px);
  margin-left: 2px;
  text-align: left;
  margin-bottom: 4px;
}

#clinic-pickup > div > ul > li a img {
  vertical-align: bottom;
}

.clinic-recruite-banner {
  width: calc(100% - 32px);
  margin: 2em 16px 1em;
  padding-top: 16px;
  text-align: center;
}
.clinic-recruite-banner img {
  display: inline;
}

.guideMv {
  margin-bottom: 50px;
  overflow: hidden;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 66%, #fff0e8 78%, #fdbd9e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 66%, #fff0e8 78%, #fdbd9e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 66%, #fff0e8 78%, #fdbd9e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fdbd9e", GradientType=0);
  /* IE6-9 */
}
.guideMv .inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .guideMv {
    margin-bottom: 20px;
  }
}
.guideMv-wrap {
  display: flex;
  position: relative;
  padding: 3% 0 5%;
}

@media screen and (max-width: 991px) {
  .guideMv-wrap {
    padding: 3% 0 10%;
  }
}
.guideMv-main {
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .guideMv-main {
    width: 100%;
    text-align: center;
  }
}
.guideMv-main dl dt {
  font-size: 4.5rem;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 15px 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 991px) {
  .guideMv-main dl dt {
    font-size: 2.4rem;
    padding: 5px;
    margin-bottom: 15px;
  }
}
.guideMv-main dl dd {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.guideMv-main dl dd p + p {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .guideMv-main dl dd {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .guideMv-main dl dd p + p {
    margin-top: 15px;
  }
  
  .guideMv-main dl dd p {
    font-size: 1.2rem;
  }
}
.guideMv-img {
  width: 75%;
  position: absolute;
  bottom: 0;
  right: -10%;
}

@media screen and (max-width: 991px) {
  .guideMv-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: -40%;
  }
}
.guideMv-img img {
  width: 100%;
  display: block;
}

.guideMv-main dl dt {
  font-size: 45px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 15px 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 991px) {
  .guideMv-main dl dt {
    font-size: 24px;
    padding: 5px;
    margin-bottom: 15px;
  }
}
/*===================================

  title

===================================*/
.ttl {
  position: relative;
  padding: 15px;
  text-align: center;
}

.ttl:before {
  position: absolute;
  bottom: 17px;
  left: calc(50% - 30px);
  width: 53px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: #e3d8c0;
}

@media screen and (min-width: 992px) {
  .ttl {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .ttl {
    padding: 15px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ttl > span {
  font-size: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .ttl > span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .ttl > span:nth-child(1) {
    font-size: 1rem;
  }
}
.ttl > span + span {
  margin-top: 5px;
}

.guideFeature .inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

.guideFeature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .guideFeature-item {
    flex-direction: column;
  }
}
.guideFeature-item > img {
  width: 50%;
  max-width: 473px;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 991px) {
  .guideFeature-item > img {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media screen and (min-width: 992px) {
  .guideFeature-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .guideFeature-item:nth-child(even) > img {
    margin: 0 0 0 30px;
  }
}
.guideFeature-item:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .guideFeature-item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.guideFeature-item:nth-child(1) .guideFeature-ttl::before {
  content: "01";
}

.guideFeature-item:nth-child(2) .guideFeature-ttl::before {
  content: "02";
}

.guideFeature-item:nth-child(3) .guideFeature-ttl::before {
  content: "03";
}

.guideFeature-item:nth-child(4) .guideFeature-ttl::before {
  content: "04";
}

.guideFeature-item:nth-child(5) .guideFeature-ttl::before {
  content: "05";
}

.guideFeature-item:nth-child(6) .guideFeature-ttl::before {
  content: "06";
}

.guideFeature-item:nth-child(7) .guideFeature-ttl::before {
  content: "07";
}

.guideFeature-item:nth-child(8) .guideFeature-ttl::before {
  content: "08";
}

.guideFeature-item:nth-child(9) .guideFeature-ttl::before {
  content: "09";
}

.guideFeatureSection-ttl {
  margin-block: 60px;
}

.guideFeature-ttl {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 65px;
  display: flex;
  align-items: center;
  min-height: 50px;
}

@media screen and (max-width: 991px) {
  .guideFeature-ttl {
    min-height: 30px;
    padding-left: 40px;
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}
.guideFeature-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: auto;
  color: #ea651b;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  width: 50px;
}

@media screen and (max-width: 991px) {
  .guideFeature-ttl::before {
    font-size: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.guideFeatureSection {
  padding-bottom: 80px;
}

.flowBnr .inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

.flowBnr {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .flowBnr {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
.flowBnr-item + .flowBnr-item {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .flowBnr-item + .flowBnr-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .flowBnr-item:not(:first-child) {
    width: 100%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 991px) {
  .flowBnr .inner {
    padding: 0;
  }
}
.flowBnr-minors {
  background: url(../img/guide/bg_minors.png) left center no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors {
    background-image: url(../img/guide/bg_minors_sp.png);
    width: 95%;
    margin: auto;
    max-width: 375px;
  }
}
.flowBnr-minors dl {
  width: 90%;
  margin: auto;
  padding: 15px 0 10px;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors dl {
    width: 80%;
  }
}
.flowBnr-minors dl dt {
  color: #ea651b;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors dl dt {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
.flowBnr-minors dl dd ul {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowBnr-minors-txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors-txt {
    font-size: 1.2rem;
  }
}
.flowBnr-minors-caution {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors-caution {
    font-size: 1rem;
    letter-spacing: -0.01em;
  }
}
.flowBlock-item {
  padding: 60px 0 0 110px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .flowBlock-item {
    padding: 40px 0 0 80px;
  }
}
.flowBlock-item:not(:last-child) .flowBlock-flex {
  border-bottom: 1px dashed #b3b3b3;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .flowBlock-item:not(:last-child) .flowBlock-flex {
    padding-bottom: 20px;
  }
}
.flowBlock-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  background: #ffccb2;
  width: 2px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .flowBlock-item::before {
    left: 30px;
  }
}
.flowBlock-item:first-child::before {
  top: 40px;
}

.flowBlock-item:last-child::before {
  height: 100px;
}

@media screen and (max-width: 991px) {
  .flowBlock-item:last-child::before {
    height: 80px;
  }
}
.flowBlock-no {
  position: absolute;
  top: 20px;
  left: 0;
  width: 80px;
}

@media screen and (max-width: 991px) {
  .flowBlock-no {
    width: 60px;
  }
}
.flowBlock-flex {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .flowBlock-flex {
    flex-direction: column;
  }
}
.flowBlock-flex dl {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .flowBlock-flex dl {
    padding: 10px 0 0 0;
  }
}
.flowBlock-flex dl dt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ea651b;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 991px) {
  .flowBlock-flex dl dt {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.flowBlock-flex dl dd p {
  font-size: 1.4rem;
}

.page-current {
  color: #aaaaaa;
  font-size: 12px;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.01em;
}

.sect .inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

/*共通TOP用見出しエリア*/
.page-maintitle {
  text-align: center;
  background-color: #fff8f3;
  padding: 1px;
}

/*共通TOP用見出しエリア*/
.page-maintitle {
  text-align: center;
  background-color: #fff8f3;
  padding: 1px;
}

.treatmentLayout-list img {
  max-width: 100%;
}

.treatmentLayout-list .tblBase tbody th,
.treatmentLayout-list .tblBase tbody td {
  text-align: center;
}

.treatmentLayout.--item03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.treatmentLayout.--item03 ul li {
  width: 49%;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .treatmentLayout.--item03 ul li {
    width: 100%;
  }
  .treatmentLayout.--item03 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  /*.treatmentLayout.--item03 ul li:nth-child(n + 3) {
    margin-top: 2%;
  }*/
}
.treatmentLayout.--item03 ul li > b {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .treatmentLayout.--item03 ul li > b {
    font-size: 1.6rem;
  }
}
.treatmentLayout.--item03 ul li > b.price-txt {
  color: #ea651b;
}

.treatmentLayout.--item03 ul li > span.caution-txt {
  text-align: center;
  margin-top: -5px;
}

.treatmentLayout.--item03 ul li > img {
  width: 100%;
  max-width: 430px;
  display: block;
  margin: auto;
}

.treatmentLayout.--item03 ul li > span {
  margin-top: 20px;
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .treatmentLayout.--item03 ul li > span {
    font-size: 1.2rem;
  }
}
._sp {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  ._sp {
    display: block !important;
  }
}
@media only screen and (max-width: 800px) {
  ._pc {
    display: none !important;
  }
}
.box2 {
  padding: 1.2em 1.2em;
  margin: 2em 0;
  color: #cfb161;
  background: #f8f5ee;
  border: solid 3px #cfb161;
  border-radius: 10px;
}

.box2 p {
  margin: 0;
  padding: 0;
}

.line_icon {
  display: block;
  padding-top: 30px;
  margin: 0 auto;
  max-width: 200px;
}

.width-50 {
  width: 50%;
}

.width-80 {
  width: 80%;
}

.bg-orenge {
  background-color: #FFF0EE;
}

.onlinetbl-th {
  width: 50%;
  padding: 5px 10px;
}

.text-center {
  text-align: center;
}

.bor-b_gray {
  border-bottom: 1px solid #EEE;
}

.flex_tbl_price .multirow .td,
.onlinetbl-td {
  width: 25%;
  padding: 5px 15px;
}

.txt_right {
  text-align: right;
}

.treatmentLayout.--item04 {
  margin-top: 30px;
  padding: 30px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 24%, #efefef 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 24%, #efefef 100%);
  background: linear-gradient(to right, #f5f5f5 100%, #f5f5f5 100%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#efefef", GradientType=1);
}

@media screen and (max-width: 991px) {
  .treatmentLayout.--item04 {
    margin-top: 20px;
    padding: 20px;
  }
}
.treatmentLayout.--item04 > dl > dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #e77a6e;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 991px) {
  .treatmentLayout.--item04 > dl > dt {
    font-size: 1.6rem;
  }
}
.treatmentLayout.--item04 > dl > dd > dl + dl {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .treatmentLayout.--item04 > dl > dd > dl + dl {
    margin-top: 15px;
  }
}
.treatmentLayout.--item04 > dl > dd > dl > dt {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .treatmentLayout.--item04 > dl > dd > dl > dt {
    font-size: 1.2rem;
  }
}
.treatmentLayout.--item04 > dl > dd > dl > dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

.treatmentLayout.--item04 > dl > dd > dl > dd {
  font-size: 1.4rem;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .treatmentLayout.--item04 > dl > dd > dl > dd {
    font-size: 1.2rem;
  }
}
.width-70 {
  width: 70%;
}

.profile {
  padding-bottom: 80px;
}
.profile .inner {
  max-width: 1180px;
  margin: 0px auto;
  padding: 0px 30px;
}

.profile-ttl {
  word-break: auto-phrase !important;
}
@media screen and (max-width: 330px) {
  .profile-ttl {
    word-break: break-all !important;
  }
}

.directorNav {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .directorNav {
    padding: 10px 8% 0;
  }
}
.directorNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -1px 6px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.directorNav ul li {
  width: 33.3333333333%;
}

.directorNav ul li:not(:last-child) {
  border-right: 1px solid #ccc;
}

.directorNav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .directorNav ul li a {
    padding: 15px 25px 15px 15px;
  }
}
.directorNav ul li a::after {
  content: "";
  position: absolute;
  border-right: 1px solid #ea651b;
  border-top: 1px solid #ea651b;
  right: 20px;
  top: -2px;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 991px) {
  .directorNav ul li a::after {
    right: 10px;
    height: 7px;
    width: 7px;
  }
}
.directorBlock {
  padding: 50px 0 70px;
}
.directorBlock .inner {
  max-width: 1180px;
  margin: 0px auto;
  padding: 0px 30px;
}

@media screen and (max-width: 991px) {
  .directorBlock {
    padding: 35px 0;
  }
}
.directorBlock:first-child {
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
}

.directorBlock:last-child {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.directorBlock.--bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+24,efefef+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 24%, #efefef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 24%, #efefef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 24%, #efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#efefef", GradientType=1);
  /* IE6-9 */
}

.directorBlock-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .directorBlock-main {
    margin-bottom: 25px;
    flex-direction: column;
  }
}
.directorBlock-main > img {
  width: 25%;
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .directorBlock-main > img {
    width: 70%;
    margin: 0 auto 10px;
  }
}
.directorBlock-main > dl {
  width: 75%;
}

@media screen and (max-width: 991px) {
  .directorBlock-main > dl {
    width: 100%;
  }
}
.directorBlock-main > dl > dt {
  margin-bottom: 20px;
}

.directorBlock-main > dl > dt > span {
  display: block;
}

@media screen and (max-width: 991px) {
  .directorBlock-main > dl > dt > span {
    text-align: center;
  }
}
.directorBlock-main > dl > dt > span:nth-child(1) {
  font-size: 14px;
}

.directorBlock-main > dl > dt > span:nth-child(3) {
  font-size: 12px;
}

.directorBlock-main > dl > dt > b {
  display: block;
  font-size: 32px;
  padding: 7px 0 5px;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 991px) {
  .directorBlock-main > dl > dt > b {
    font-size: 2.4rem;
    text-align: center;
  }
}
.directorBlock-main > dl > dd p {
  font-size: 14px;
}

.directorBlock-history > dl > dt {
  font-size: 21px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  border-bottom: 1px solid #808080;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .directorBlock-history > dl > dt {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.directorBlock-history > dl > dt > span {
  display: block;
  width: 95%;
  margin: auto;
}

.directorBlock-history > dl > dd {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .directorBlock-history > dl > dd {
    flex-direction: column;
  }
}
.directorBlock-history > dl > dd > dl {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .directorBlock-history > dl > dd > dl {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .directorBlock-history > dl > dd > dl + dl {
    margin-top: 20px;
  }
}
.directorBlock-history > dl > dd > dl > dt {
  font-weight: 600;
  font-size: 17px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .directorBlock-history > dl > dd > dl > dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.directorBlock-history > dl > dd > dl > dd ul li {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .directorBlock-history > dl > dd > dl > dd ul li {
    font-size: 12px;
  }
}
.directorBlock-history > dl > dd > dl > dd ul li:not(:last-child) {
  margin-bottom: 3px;
}

.directorBlock-history > dl > dd > dl > dd ul li span:nth-child(1) {
  padding-right: 10px;
}

.contents-list {
  width: 100%;
  line-height: 1.8;
  border: 1px solid #ccc;
}

.contents-list dt {
  background-color: #eee;
  font-weight: bold;
  padding: 15px 10px;
}

.contents-list dd {
  padding: 15px 10px;
}

.contents-list dd a {
  text-decoration: underline;
}

.contents-list dd p {
  padding-top: 1em;
}

.contents-list ul {
  padding-left: 1.2em;
}

.contents-list ul li {
  list-style: initial;
}

@media screen and (min-width: 600px) {
  .contents-list {
    display: flex;
    flex-wrap: wrap;
  }
  .contents-list dt {
    width: 200px;
  }
  .contents-list dd {
    width: calc(100% - 240px);
  }
  .contents-list dd:not(:last-of-type),
  .contents-list dt:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 599px) {
  .contents-list dt {
    border-bottom: 1px solid #ccc;
  }
}
.policy {
  padding-bottom: 80px;
}

.policyBox .inner {
  max-width: 1180px;
  margin: 0px auto;
  padding: 0px 30px;
}

.policyBox + .policyBox {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .policyBox + .policyBox {
    margin-top: 35px;
  }
}
.policyBox-ttl {
  font-size: 26px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  background: #ffece3;
  padding: 50px 10px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.policyBox-ttl img {
  display: inline;
}

@media screen and (max-width: 991px) {
  .policyBox-ttl {
    font-size: 18px;
    padding: 30px 8%;
    margin-bottom: 30px;
  }
}
.policyBox-ttl::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #ffece3 transparent transparent transparent;
}

@media screen and (max-width: 991px) {
  .policyBox-ttl::after {
    border-width: 15px 20px 0 20px;
    border-color: #ffece3 transparent transparent transparent;
    bottom: -15px;
  }
}
.policyBox-about dt {
  font-size: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  text-align: center;
  color: #ea651b;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .policyBox-about dt {
    font-size: 18px;
  }
}
.policyBox-main p + p,
.policyBox-main p + ul {
  margin-top: 20px;
}

.policyBox-main ul,
.monitorAttention ul {
  margin-left: 10px;
}

.policyBox-main li,
.monitorAttention li {
  margin-left: 10px;
  list-style-type: disc;
}

.policyBox-personal {
  margin-top: 30px;
}

.policyBox-personal .item {
  border-top: 1px dashed #b3b3b3;
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .policyBox-personal .item {
    padding-top: 20px;
  }
}
.policyBox-personal .item:not(:last-child) {
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .policyBox-personal .item:not(:last-child) {
    padding-bottom: 20px;
  }
}
.policyBox-personal dl dt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ea651b;
}

.policyBox-sdgs {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .policyBox-sdgs {
    flex-direction: column;
    align-items: center;
  }
}
.policyBox-sdgs img {
  max-width: 120px;
}

@media screen and (max-width: 991px) {
  .policyBox-sdgs img {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .policyBox-sdgs p {
    padding-left: 20px;
  }
}
.contactMenu ul {
  display: flex;
  justify-content: space-between;
}

.contactMenu ul li {
  width: 33.3333333333%;
  text-align: center;
}

.contactMenu ul li a {
  display: block;
  padding: 10px;
  min-height: 50px;
  background: #eeeeee;
  position: relative;
}

@media screen and (max-width: 991px) {
  .contactMenu ul li a {
    min-height: 40px;
  }
}
.contactMenu ul li.active a,
.contactMenu ul li:hover a {
  background: #ea651b;
  color: #fff;
}

.contactMenu ul li.active a::after,
.contactMenu ul li:hover a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #ea651b transparent transparent transparent;
}

.contactMenu.--col2 ul li {
  width: 50%;
}

.contactMain-wrap {
  width: 100%;
  margin: auto;
  padding: 50px 20px 20px 20px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 991px) {
  .contactMain-wrap {
    padding: 30px 0 0 0;
  }
}
.contactMain.--wide .contactMain-wrap {
  padding: 50px 40px;
}

@media screen and (max-width: 991px) {
  .contactMain.--wide .contactMain-wrap {
    padding: 30px 0;
  }
}
.contactMain-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .contactMain-flex {
    flex-wrap: wrap;
  }
}
.contactMain-left {
  width: 70%;
  padding-right: 25px;
  padding-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .contactMain-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.contactMain-right {
  width: 30%;
  padding-left: 20px;
  border-left: 1px solid #eeecec;
}

@media screen and (max-width: 991px) {
  .contactMain-right {
    border-left: none;
    width: 100%;
    display: none;
  }
}
.contactMain-ttl {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .contactMain-ttl {
    font-size: 1.5rem;
  }
}
.contactMain-tel {
  background: #ffece3;
  display: table;
  margin: auto;
  padding: 10px 50px;
}

@media screen and (max-width: 991px) {
  .contactMain-tel {
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }
}
.contactMain-tel div {
  text-align: center;
}

.contactMain-tel div:nth-child(1) {
  color: #ea651b;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .contactMain-tel div:nth-child(1) {
    font-size: 12px;
  }
}
.contactMain-tel div:nth-child(1) a {
  color: #ea651b;
  font-size: 22px;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 991px) {
  .contactMain-tel div:nth-child(1) a {
    display: block;
  }
}
.contactMain-tel div:nth-child(2) {
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  .contactMain-tel div:nth-child(2) {
    font-size: 12px;
  }
}
.contactMain-info img {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}

.contactMain-info table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

.contactMain-info table th,
.contactMain-info table td {
  padding: 8px;
  font-size: 1.3rem;
  border: solid 1px #b3b3b3;
  line-height: 1.5;
}

.contactMain-info table th {
  width: 25%;
}

.contactWide-lead {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .contactWide-lead {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.contactWide-tel {
  background: #ffece3;
  display: table;
  margin: auto;
  padding: 15px 50px;
}

.contactWide-tel + .contactWide-tbl {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .contactWide-tel {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .contactWide-tel {
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }
}
.contactWide-tel div {
  text-align: center;
}

.contactWide-tel div:nth-child(1) {
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .contactWide-tel div:nth-child(1) {
    font-size: 12px;
  }
}
.contactWide-tel div:nth-child(2) {
  color: #ea651b;
  font-size: 15px;
  line-height: 1;
}

.contactWide-tel div:nth-child(2) ul li:not(:last-child) {
  margin-bottom: 7px;
}

.contactWide-tel div:nth-child(2) span {
  color: #333;
}

@media screen and (max-width: 991px) {
  .contactWide-tel div:nth-child(2) {
    font-size: 12px;
  }
}
.contactWide-tel div:nth-child(2) a {
  color: #ea651b;
  font-size: 22px;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contactWide-tel div:nth-child(3) {
  margin-top: 15px;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .contactWide-tel div:nth-child(3) {
    font-size: 12px;
  }
}
.contactWide-tbl {
  margin-bottom: 30px;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}

.contactWide-tbl dl {
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .contactWide-tbl dl {
    display: flex;
    width: 100%;
  }
}
.contactWide-tbl dt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  background: #f5f5f5;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (min-width: 992px) {
  .contactWide-tbl dt {
    position: relative;
    font-weight: bold;
    color: #534741;
    width: 30%;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .contactWide-tbl dt {
    padding: 10px 5%;
  }
}
.contactWide-tbl dd {
  font-size: 1.4rem;
  width: 100%;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 15px;
}

@media screen and (min-width: 992px) {
  .contactWide-tbl dd {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .contactWide-tbl dd {
    padding: 10px 5%;
  }
}
.phone-box-body .btn_freecall {
  display: inline-block;
  padding: 15px 10px;
  font-size: 16px;
  color: #FFF;
  background-color: #e43350;
  border-radius: 6px;
  line-height: 1;
  margin-bottom: 10px;
  max-width: 350px;
  margin: 0 auto 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-box-body .btn_freecall .phone-icon.__sp {
  display: none;
}

.phone-box-body .btn_freecall .phone-icon {
  width: 60px;
  height: 60px;
}

.phone-box-body .btn_freecall p {
  color: #fff;
  padding-left: 10px;
}

.phone-box-body .btn_freecall strong {
  font-size: 30px;
  padding-top: 10px;
  display: inline-block;
}

/*LINE追加230619*/
.phone-box-body .btn_line {
  display: inline-block;
  padding: 15px 10px;
  font-size: 16px;
  color: #FFF;
  background-color: #06c755;
  border-radius: 6px;
  line-height: 1;
  margin-bottom: 10px;
  max-width: 350px;
  margin: 0 auto 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-box-body .btn_line .line-icon.__sp {
  display: none;
}

.phone-box-body .btn_line .line-icon {
  width: 60px;
  height: 60px;
}

.phone-box-body .btn_line p {
  color: #fff;
  padding-left: 10px;
}

.phone-box-body .btn_line strong {
  font-size: 30px;
  padding-top: 10px;
  display: inline-block;
}

/**/
.phone-box-body .phone-box-text {
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.phone-box-body .phone-box-text > a {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.phone-box-body .phone-icon_sm {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  margin-left: 3px;
}

.bl_phoneContainer {
  padding-block: 80px;
}

.line-btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
}

.mvUnder + .panNavi {
  padding: 20px 0 50px;
}

.mvUnder.--weddingplan {
  background-image: url(../img/wedding/mv_wedding.png);
}

.mvUnder {
  height: 200px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.mvUnder .inner {
  max-width: 1180px;
  margin: 0px auto;
  padding: 0px 30px;
}

@media screen and (max-width: 991px) {
  .mvUnder {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mvUnder {
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .mvUnder .inner {
    padding: 0;
  }
}
.mvUnder.--basis {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fff0e8+55,fed5c2+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #fff0e8 55%, #fed5c2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #fff0e8 55%, #fed5c2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #fff0e8 55%, #fed5c2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fed5c2", GradientType=1);
  /* IE6-9 */
}

.mvUnder-ttl {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .mvUnder-ttl {
    font-size: 20px;
    white-space: wrap;
    word-break: break-all;
  }
}
.mvUnder-ttl > span {
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .mvUnder-ttl > span {
    font-size: 12px;
    display: block;
    padding-left: 0;
  }
}
.mvUnder-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
}

/* ----- 404 ----- */
.error_page {
  text-align: center;
  margin: 0 10px 30px;
  padding-top: 50px;
}

.error_page h1 {
  font-size: 24px;
  margin: 0 0 10px;
}

.error_page h2 {
  font-size: 18px;
  margin: 0 0 30px;
}

.error_page p {
  font-size: 16px;
  margin: 0 0 10px;
}

.error_page p a {
  color: #ea651b;
}

.error_page .page_link {
  margin: 0;
  padding: 30px 10px;
}

@media screen and (max-width: 991px) {
  .mvUnder-wrap {
    padding-left: 8%;
    height: 100px;
  }
}
.mailform *,
.mailform *:after,
.mailform *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mailform ul,
.mailform ol {
  list-style: none;
}

.mailform {
  max-width: 1020px;
  margin: 0 auto 30px;
  padding: 0;
}

.mailform .inner {
  margin: 10px;
  padding: 20px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.mailform h2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  margin: 10px 10px 30px;
  padding: 5px;
  letter-spacing: normal;
}

.mailform dl {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 10px 30px;
  padding: 0;
  border-left: 1px solid #eeecec;
  border-top: 1px solid #eeecec;
}

.mailform dt {
  width: 30%;
  color: #534741;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-right: 1px solid #eeecec;
  border-bottom: 1px solid #eeecec;
  background: #f5f5f5;
}

.mailform dd {
  width: 70%;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-right: 1px solid #eeecec;
  border-bottom: 1px solid #eeecec;
}

.mailform dd p {
  width: 100%;
}

.mailform dd ul {
  margin: 0 0 5px;
  padding: 0;
}

.mailform dt.req::before {
  content: "必須";
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 7px;
  margin-right: 7px;
  border-radius: 5px;
  background: #ea1b1b;
}

.mailform dd .notes {
  width: 100%;
  margin: 7px 5px 0;
}

.mailform .calendar dl {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.mailform .calendar dt {
  width: 110px;
  color: #333;
  font-weight: normal;
  margin: 0;
  padding: 15px;
  border: none;
  background: #fff;
}

.mailform .calendar dd {
  width: calc(100% - 110px);
  margin: 0;
  padding: 15px;
  border: none;
}

.mailform .consult dl {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.mailform .consult dt {
  width: 100%;
  color: #ea651b;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 5px 15px;
  border: none;
  background: #ffece3;
}

.mailform .consult dd {
  width: 100%;
  margin: 0;
  padding: 15px;
  border: none;
}

.mailform .consult ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
  padding: 0;
}

.mailform .consult li {
  margin: 5px 10px 5px 5px;
}

.mailform .consult .notes p {
  color: #ea1b1b;
  font-size: 13px;
}

.mailform input {
  border-radius: 0;
  outline: none;
  border: 1px solid #999;
}

.mailform select {
  color: #333;
  background: #fff;
  border-radius: 0;
  outline: none;
  border: 1px solid #999;
}

.mailform input[disabled],
.mailform textarea[disabled],
.mailform select[disabled=disabled] {
  -webkit-text-fill-color: rgb(0, 0, 0);
  -webkit-opacity: 1;
  color: #333;
  background: #fff;
}

.mailform [type=text],
.mailform [type=tel],
.mailform input[type=email],
.mailform input[type=number],
.mailform textarea {
  font-size: 16px;
  width: 100%;
  padding: 10px 15px;
  height: 40px;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.mailform select {
  font-size: 16px;
  width: 100%;
  padding: 10px 15px;
  height: 40px;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
}

.mailform input.age {
  width: 30%;
}

.mailform input.zip {
  width: 30%;
}

.mailform input.tel {
  width: 70%;
}

.mailform input.mail {
  width: 70%;
}

.mailform input.select_day {
  max-width: 200px;
}

.mailform select.select_day {
  max-width: 200px;
}

.mailform select.select_time {
  max-width: 200px;
}

.mailform textarea.inquiry {
  height: 170px;
}

.mailform select.current_work {
  width: 50%;
}

.mailform .input_radio {
  position: relative;
}

.mailform .input_radio ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.mailform .input_radio li {
  margin: 5px 10px;
  padding: 0;
}

.mailform .input_radio label span {
  display: block;
  min-width: 120px;
  position: relative;
  color: #333;
  font-size: 15px;
  margin: 0;
  padding: 8px 15px 8px 35px;
  border-radius: 6px;
  border: 1px solid #efefef;
  cursor: pointer;
}

.mailform .input_radio label span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  border-radius: 50%;
  border: 1px solid #999;
  background: #fff;
}

.mailform .input_radio label span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 4px);
  left: 13px;
  border-radius: 50%;
  background: #fff;
}

.mailform .input_radio input {
  display: none;
}

.mailform .input_radio input:checked + span {
  border: 1px solid #7bc1fb;
  background: #eef9fd;
}

.mailform .input_radio input:checked + span::after {
  background: #2a87f9;
}

.mailform .clinic_detail {
  width: 100%;
  margin: 0;
  padding: 0;
}

.mailform .clinic_detail li {
  display: none;
  margin: 0;
  padding: 10px;
}

.mailform .clinic_detail li.active {
  display: block;
  text-align: center;
}

.mailform .clinic_detail h4 {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 5px;
}

.mailform .clinic_detail .detail {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 50px;
  background: #ffece3;
}

.mailform .clinic_detail .detail p {
  color: #ea651b;
  font-size: 15px;
}

.mailform .clinic_detail .detail span {
  font-family: serif;
  font-size: 21px;
  line-height: 1;
}

.mailform .clinic_detail .detail small {
  color: #333;
  font-size: 13px;
}

.mailform .input_checkbox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
  padding: 0;
}

.mailform .input_checkbox li {
  margin: 5px 10px 5px 5px;
}

.mailform .input_checkbox .label {
  display: block;
  min-width: 120px;
  position: relative;
  color: #333;
  font-size: 15px;
  margin: 0;
  padding: 8px 15px 8px 35px;
  border-radius: 6px;
  border: 1px solid #efefef;
  cursor: pointer;
}

.mailform .input_checkbox .label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  border-radius: 50%;
  border: 1px solid #999;
  background: #fff;
}

.mailform .input_checkbox .label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 4px);
  left: 13px;
  border-radius: 50%;
  background: #fff;
}

.mailform .input_checkbox .checkbox {
  display: none;
}

.mailform .input_checkbox .checkbox:checked + .label {
  border: 1px solid #7bc1fb;
  background: #eef9fd;
}

.mailform .input_checkbox .checkbox:checked + .label::after {
  background: #2a87f9;
}

.mailform .calendar .select_day[type=text] {
  background: url("/img/form/calendar.png") right 5px center no-repeat;
  background-size: 24px 24px;
}

td.ui-datepicker-week-end:first-child a.ui-state-default {
  background-color: #ffecec;
  color: #f00 !important;
}

td.ui-datepicker-week-end:last-child a.ui-state-default {
  background-color: #eaeaff;
  color: #00f !important;
}

td.ui-datepicker-days-cell-over .ui-state-hover:not(.ui-state-active) {
  background-color: #fff;
}

td.ui-state-disabled.ui-datepicker-today {
  opacity: 1;
}

td.ui-state-disabled.ui-datepicker-today .ui-state-default {
  color: #999;
  border-color: #efefef;
  background-color: #fdf99f;
}

.mailform .privacy_policy {
  width: 100%;
  height: 150px;
  font-size: 13px;
  text-align: left;
  margin: 0 0 15px;
  padding: 15px;
  overflow-y: scroll;
  border: 1px solid #e5e5e5;
}

.mailform .privacy_policy h4 {
  font-size: 16px;
  text-align: center;
  margin: 5px 0 15px;
}

.mailform .privacy_policy > div {
  margin: 0 0 15px;
}

.mailform .consent {
  margin: 15px;
  padding: 5px;
}

.mailform .particulars {
  margin: 15px 10px 10px;
}

.mailform .item_select > div {
  display: flex;
  padding: 5px;
}

.mailform .item_select .item {
  margin: 10px;
  min-width: 50%;
}

.mailform .item_select .qty {
  margin: 10px;
  max-width: 130px;
}

.mailform .underline {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}

.mailform .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 30px;
}

.mailform .buttons p {
  margin: 10px;
}

.mailform .buttons .submit {
  display: block;
  min-width: 360px;
  height: auto;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 20px 50px;
  border: none;
  border-radius: 3px;
  background: #fc9059;
  background: linear-gradient(180deg, #fc9059 0%, #fe450e 100%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  cursor: pointer;
}

.mailform .buttons .page_back {
  display: block;
  height: auto;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  margin: 20px 0 0;
  padding: 15px 50px;
  border: none;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #efefef;
}

.mailform .errors {
  margin: 10px 10px 30px;
  padding: 30px;
  border: 3px solid #fd5252;
  background: #ffdbdb;
}

.mailform .errors p {
  font-size: 16px;
  font-weight: bold;
}

.mailform .confirm h3 {
  background: #c4e4ff;
}

.mailform .message {
  text-align: center;
  margin: 0;
  padding: 0;
}

.mailform .message .box {
  display: inline-block;
  text-align: left;
  margin: 0 auto 20px;
  padding: 25px 50px;
  background: #efefef;
}

.mailform .message .box p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.mailform .message .links {
  display: inline-block;
  text-align: left;
  margin: 10px auto 20px;
  padding: 10px;
}

.mailform .message .links p {
  font-size: 16px;
  line-height: 1.6em;
}

.mailform .message .links a {
  display: block;
  position: relative;
  padding-left: 20px;
}

.mailform .message .links a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 3px);
  left: 2px;
  border: 0;
  border-right: solid 3px #ea651b;
  border-top: solid 3px #ea651b;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .mailform {
    max-width: initial;
    margin: 0 0 30px;
    padding: 0;
  }
  .mailform .inner {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 0;
    box-shadow: none;
  }
  .mailform h3 {
    font-size: 18px;
  }
  .mailform h3 span {
    display: inline-block;
  }
  .mailform dl {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 0;
    border: none;
  }
  .mailform dt {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 10px;
    border: none;
    background: #efefef;
  }
  .mailform dd {
    width: 100%;
    margin: 0 0 25px;
    padding: 10px;
    border: none;
  }
  .mailform dd p {
    width: 100%;
  }
  .mailform .consult dd {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border: none;
  }
  .mailform .calendar dt {
    width: 100%;
    margin: 0;
    padding: 15px 5px 5px;
  }
  .mailform .calendar dd {
    width: 100%;
    margin: 0;
    padding: 5px 5px 15px;
  }
  .mailform input.age {
    width: 50%;
    max-width: 150px;
  }
  .mailform input.zip {
    width: 50%;
    max-width: 150px;
  }
  .mailform input.tel {
    width: 100%;
  }
  .mailform input.mail {
    width: 100%;
  }
  .mailform .item_select .qty {
    max-width: 100px;
  }
  .mailform textarea.inquiry {
    height: 170px;
  }
  .mailform select.current_work {
    width: 50%;
    max-width: 150px;
  }
  .mailform .buttons p {
    width: calc(100% - 20px);
    text-align: center;
    margin: 10px;
  }
  .mailform .buttons .submit {
    width: 90%;
    min-width: initial;
    max-width: 360px;
    height: auto;
    font-size: 22px;
    margin: 0 auto;
    padding: 20px 10px;
    border: none;
  }
  .mailform .buttons .page_back {
    display: block;
    height: auto;
    font-size: 18px;
    margin: 20px auto 0;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 760px) {
  #ui-datepicker-div {
    width: calc(100% - 20px);
    left: 10px !important;
  }
  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 7px 5px !important;
  }
}
#blog-post.inner {
  max-width: 1180px;
  margin: 80px auto;
  padding: 0 30px;
}

.blog_aside ul {
  margin-bottom: 25px;
}

.blog_aside .new_posts ul li {
  margin: 0 !important;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}

.blog_aside .new_posts ul li:nth-last-of-type(1) {
  border: none;
}

.blog_aside .new_posts ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.7em;
  margin: 0;
  padding: 10px 5px;
}

.blog_aside .new_posts ul li span {
  display: inline-block;
}

.blog_aside .new_posts img,
.blog_aside img.attachment-thumbnail.size-thumbnail.wp-post-image {
  width: 70px;
  max-width: none;
  height: auto;
  margin: 0 10px 0 0;
}

.blog_aside .popular ul li {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 15px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.blog_aside .popular ul li:nth-last-of-type(1) {
  border: none;
}

.blog_aside .popular ul li a {
  font-size: 14px;
  line-height: 1.75em;
  display: inline-block;
}

.blog_aside .popular ul li span {
  display: inline-block;
}

.blog_aside .popular img {
  width: 70px;
  max-width: none;
  height: auto;
}

.blog_aside .popular.daily img {
  width: 50px;
}

@media screen and (max-width: 991px) {
  .blog_aside .new_posts ul li a {
    font-size: 13px;
    line-height: 1.7em;
    padding: 7px 5px;
  }
  .blog_aside .popular ul li {
    padding: 10px 0;
  }
  .blog_aside .popular ul li a {
    font-size: 13px;
    line-height: 1.7em;
  }
}
/*----------
ブログ
----------*/
div#blog-content {
  width: 77%;
  margin: 0 auto;
  padding: 0 30px 0 0px;
}

div#side_bar {
  width: 23%;
}

div#blog-post {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.recent_comments,
.blog-archive,
.blog_category {
  margin-top: 20px;
}

.ap-post {
  border-bottom: 1px solid #cfb161;
  font-weight: bold;
}

.blog-list-date {
  font-size: 14px;
  color: #424141;
}

.directorBlock-history.post-side > dl > dd > dl a:hover {
  opacity: 0.7 !important;
}

.mvUnder.--blog {
  background-image: url(../img/blog.webp);
}

.pageNav.flex {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.nav-previous a::before {
  left: 3px;
  border-top: 1px solid #cfb161;
  border-right: 1px solid #cfb161;
}

.nav-previous a,
.nav-next a {
  display: block;
  padding: 8px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.nav-previous,
.nav-next {
  width: 50%;
}

span.nav-title {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.nav-next a::after {
  border-top: 1px solid #cfb161;
  border-right: 1px solid #cfb161;
  right: 3px;
}

.nav-next a::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-320deg);
}

.nav-previous a::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-previous a::before,
.nav-next a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: all 0.3s cubic-bezier(0.2, 0.01, 1, 0.8);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.01, 1, 0.8);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.01, 1, 0.8);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.01, 1, 0.8);
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-links a:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}

.cat_link a:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}

.post_info {
  margin-bottom: 10px;
  margin-top: 6px;
}

iframe {
  margin: 0 auto;
  display: table;
}

div#blog-list {
  width: 80%;
  padding: 0 40px;
}

.blog-list-block {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.blog-list-excerpt {
  padding-bottom: 15px;
  font-size: 13px;
}

.blog-list-block {
  border-bottom: 1px solid rgba(51, 119, 187, 0.1);
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.nav-links > a {
  color: #ea651b;
  margin: 0 15px;
}

.nav-links .page-numbers.current {
  background-color: #ea651b;
  border-radius: 3px;
  color: #fff;
  padding: 3px 10px;
  margin: 0 5px;
}

span.nav-subtitle {
  color: #cfb161;
}

.cat_link a {
  position: relative;
  z-index: 100;
  margin-right: 2px;
  padding: 4px 10px;
  color: #fff;
  font-size: 92%;
  text-decoration: none;
  background-color: #cfb161;
}

.cat_link a:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}

.blog-list-content {
  width: 70%;
}

div#side_bar li {
  margin: 16px 0;
  font-size: 15px;
}

.blog-list-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

img.attachment-thumbnail.size-thumbnail.wp-post-image {
  max-width: 100%;
}

.blog-list-thumbnail {
  width: 30%;
  padding: 0 20px;
}

.blog-list-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-cat-title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #fed5c2;
  margin-bottom: 50px;
}

.blog-cat-title:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: "";
  background: #fdbd9e;
}

.blog-title {
  font-size: 25px;
  font-weight: bold;
  color: #545353;
  position: relative;
  border-bottom: 6px solid #fed5c2;
  margin-bottom: 30px;
}

.blog-title:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: "";
  background: #fdbd9e;
}

.blog-body h2.tt1 {
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  background: #FFF;
  color: #E47733;
  padding: 10px;
  margin: 30px auto 20px auto;
  border-left: 10px solid #E47733;
  border-bottom: 1px dotted #E47733;
  text-align: left;
}

.blog-body h3.tt2 {
  padding: 0;
  margin: 30px 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #E47733;
  background: #FFF;
  border-radius: 3px;
  display: block;
  width: 100%;
}

.column_wrap .pageindex {
  margin: 50px auto 60px;
  padding: 15px 25px;
  background: #fff;
  border: 1px solid #A0A0A0;
  list-style-type: none;
  width: 80%;
}

.column_wrap .pageindex p {
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 1em;
  color: #333;
  font-weight: bold;
}

.column_wrap .pageindex ol li ol {
  padding-left: 1em;
}

.column_wrap .pageindex ol {
  counter-reset: item;
  list-style-type: none;
}

.column_wrap .pageindex ol li:before {
  counter-increment: item;
  content: counters(item, "-") ". ";
}

.column_wrap a {
  color: #e04b5a;
  text-decoration: none;
  cursor: pointer;
}

.blog-body .banner {
  margin-bottom: 10px;
}

.blog-body p {
  font-size: 14px;
  margin-bottom: 1em;
}

.blog-body img {
  max-width: 100%;
}

.phone-box {
  padding: 15px 15px 20px;
  box-shadow: 0 2px 5px 0 #ddd;
  margin-bottom: 20px;
  max-width: 600px;
  margin: 20px auto;
}

.phone-box-body .btn_freecall {
  display: inline-block;
  padding: 15px 10px;
  font-size: 16px;
  color: #FFF;
  background-color: #e43350;
  border-radius: 6px;
  line-height: 1;
  margin-bottom: 10px;
  max-width: 350px;
  margin: 0 auto 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-box-body .btn_freecall .phone-icon.__sp {
  display: none;
}

.phone-box-body .btn_freecall .phone-icon {
  width: 60px;
  height: 60px;
}

.phone-box-body .btn_freecall p {
  color: #fff;
  padding-left: 10px;
}

.phone-box-body .btn_freecall strong {
  font-size: 30px;
  padding-top: 10px;
  display: inline-block;
}

/*LINE追加230619*/
.phone-box-body .btn_line {
  display: inline-block;
  padding: 15px 10px;
  font-size: 16px;
  color: #FFF;
  background-color: #06c755;
  border-radius: 6px;
  line-height: 1;
  margin-bottom: 10px;
  max-width: 350px;
  margin: 0 auto 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-box-body .btn_line .line-icon.__sp {
  display: none;
}

.phone-box-body .btn_line .line-icon {
  width: 60px;
  height: 60px;
}

.phone-box-body .btn_line p {
  color: #fff;
  padding-left: 10px;
}

.phone-box-body .btn_line strong {
  font-size: 30px;
  padding-top: 10px;
  display: inline-block;
}

/**/
.phone-box-body .phone-box-text {
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.phone-box-body .phone-box-text > a {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.phone-box-body .phone-icon_sm {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  margin-left: 3px;
}

@media screen and (max-width: 991px) {
  .blog-list-title {
    margin-bottom: 0px;
  }
  .blog-cat-title {
    text-align: left;
    margin-bottom: 30px;
  }
  .blog-title {
    font-size: 24px;
    font-weight: bold;
    color: #545353;
  }
  .blog-body h2.tt1 {
    font-size: 1.3em;
  }
  .column_wrap .pageindex {
    margin: 5em auto 5em;
    padding: 0.8em 1.2em;
    background: #fff;
    border: 1px solid #A0A0A0;
    list-style-type: none;
    width: 100%;
  }
  .blog-body h3.tt2 {
    font-size: 1.2em;
  }
  .blog-body p {
    font-size: 14px;
  }
  div#blog-post {
    display: block !important;
  }
  div#blog-content {
    width: 100%;
    padding: 0 5px;
  }
  div#side_bar {
    width: 100%;
  }
  dt.recent_posts.ap-post {
    margin-top: 20px;
  }
  iframe {
    max-width: 100%;
  }
  p.post_info {
    font-size: 16px;
  }
  .cat_link a {
    padding: 3px 5px;
    color: #fff;
  }
  #blog-content h1 {
    font-size: 24px;
  }
  .mvUnder.--blog {
    background-image: url(../img/blog_sp.webp);
    /*background-repeat: no-repeat;
    background-position: center;  
    background-size: contain;
    margin-top: 50px*/
  }
  div#blog-list {
    width: 100%;
    padding: 0 0px;
    text-align: center;
  }
  .blog-list-thumbnail {
    width: fit-content;
    padding: 0 0px;
    margin-inline: auto;
  }
  .blog-list-block {
    display: block;
    padding-bottom: 10px !important;
  }
  .blog-list-content {
    width: 100%;
    padding: 0 0px;
    margin-top: 10px;
  }
  .blog-list-excerpt {
    padding: 15px 0px;
  }
  .phone-box-body .btn_freecall .phone-icon {
    width: 35px;
    height: 35px;
  }
  .phone-box-body .btn_freecall .phone-icon.__pc {
    display: none;
  }
  .phone-box-body .btn_freecall .phone-icon.__sp {
    display: block;
  }
  .phone-box-body .btn_freecall p {
    padding-left: 20px;
  }
  .phone-box-body .btn_freecall strong {
    font-size: 24px;
  }
  .phone-box-body .phone-box-text {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 0;
    max-width: 340px;
    margin: 0 auto;
  }
}
.btn-img-contact {
  display: block;
  max-width: 500px;
  padding: 0 20px;
  margin: 80px auto 0;
  background-color: #fff;
  transition: opacity 0.2s;
}

.btn-img-contact img {
  width: 100%;
}

.btn-img-contact:hover {
  opacity: 0.7;
}

img.ui-datepicker-trigger {
  position: absolute;
  width: 40px;
}

.lift .treatmentLayout.--item01 > img {
  width: 50%;
}

.sitemapMenu-list > li > span {
  position: relative;
  padding-left: 20px;
  display: block;
  line-height: 1.6;
}

.sitemapMenu-list > li > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #ea651b;
  border-top: 1px solid #ea651b;
}

.lift .lift-item {
  width: 30%;
}

.lift .lift-item img {
  width: 100%;
}

.lift .treatmentLayout.--item01 {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .lift .treatmentLayout.--item01 {
    flex-direction: inherit;
  }
  .--dm .treatmentLayout.--imgleft > img {
    width: 30%;
  }
  .lift .lift-item {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  ul.-r-menu li.sitemapMenu-ttl.js_ac.--ac {
    padding: 10px 15px !important;
    background-color: #fff;
    text-align: left;
    font-size: 20.8px;
    color: #333333;
    font-weight: initial;
  }
  ul.-r-menu li.sitemapMenu-ttl.js_ac.--ac a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #808080;
  }
  ul.-r-menu .sitemapMenu-list {
    padding-top: 0px;
    padding-left: 0px;
    box-shadow: none;
  }
  ul.-r-menu .sitemapMenu-list > li {
    border-top: 1px solid #eeeeee;
  }
  ul.-r-menu .sitemapMenu-list > li:not(:first-child) {
    margin-top: 0px;
  }
  ul.-r-menu .sitemapMenu-list > li > a::before {
    content: none;
  }
  ul.-r-menu .sitemapMenu-ttl.--ac.active::after {
    top: 4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  ul.-r-menu .sitemapMenu-ttl.--ac::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  ul.-r-menu .sitemapMenu-ttl.--ac::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #808080;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
  }
  ul.-r-menu > li:nth-child(2) {
    display: none;
  }
  ul.-r-menu .sitemapMenu-ttl {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  ul.-r-menu > li:nth-child(2) a {
    padding: 10px 15px;
  }
}
.s-top-menu {
  list-style-type: none;
}

.s-top-menu > li {
  display: inline-block;
  position: relative;
}

.s-top-menu > li > ul {
  display: none;
  z-index: 99;
}

.s-top-menu > li > ul li {
  font-size: 16px;
}

.s-top-menu > li > ul li a {
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 7px 14px;
  display: block;
}

.s-top-menu > li > ul li a:hover {
  background-color: #cfb161;
  color: #fff !important;
  opacity: 1;
}

.s-top-menu > li:hover ul {
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 1.5em;
  left: 0;
  list-style-type: none;
  background-color: #fff;
}

li.menu__single {
  margin-right: 30px;
}

/*230619footer改装用*/
/*float左折TOPへ戻る*/
.add_fixed_footer_to_pagetop_btn {
  position: fixed;
  bottom: 10px;
  right: 26px;
  padding: 4px 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 8px;
  line-height: 1.2;
}

.add_fixed_footer_to_pagetop_btn img {
  width: 30px;
  height: auto;
  vertical-align: bottom;
}

.add_fixed_footer_to_pagetop_btn span {
  font-weight: normal;
  color: rgb(255, 255, 255);
  display: block;
}

@media screen and (max-width: 991px) {
  .add_fixed_footer_to_pagetop_btn {
    bottom: 64px;
    right: 4px;
    padding: 4px 4px;
  }
  .add_fixed_footer_to_pagetop_btn img {
    width: 20px;
  }
}
.foot_fix_to_pagetop_btn:hover {
  background: rgba(0, 0, 0, 0.1);
}

/*footerのボタンをLINEへ変更 クラス名は同名。後に追記した方が優先されるので現状の物はそのまま残している*/
@media screen and (max-width: 991px) {
  .sp_fixed_footer_main li:nth-child(1) {
    width: 40%;
  }
  .sp_fixed_footer_main li:nth-child(4) {
    width: 20%;
  }
  .sp_fixed_footer_main li:nth-child(4) a {
    background: #06c755;
  }
}
/*フリーダイヤルのアイコンを受話器からフリーダイヤルアイコンへ変更　それに伴う背景色の変更*/
.phone-box-body .btn_freecall {
  border: 1px #a3c7ad solid;
  background-color: #fff;
}

.phone-box-body .btn_freecall p {
  color: #333333;
}

.phone-box-body .btn_freecall strong {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.category_heading {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}

.category_heading .bg {
  width: 100%;
}

.category_heading .bg img {
  width: 100%;
  height: auto;
}

.category_heading .category_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 28px;
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.category_heading .category_title span {
  display: block;
  width: 1000px;
  margin: 5px auto 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .category_heading .category_title {
    font-size: 20px;
    white-space: nowrap;
    width: auto;
    left: 8%;
  }
  .category_heading .category_title span {
    width: 100%;
    margin: 0;
  }
}
.treatmentLayout.--item06 .item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .treatmentLayout.--item06 .item {
    flex-direction: column;
  }
  .treatmentLayout.--item06 .item > img {
    margin-bottom: 10px;
  }
}
.treatmentLayout.--item06 .item:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .treatmentLayout.--item06 .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .treatmentLayout.--item06 .item:nth-child(even) > p,
  .treatmentLayout.--item06 .item:nth-child(even) > dl {
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .treatmentLayout.--item06 .item:nth-child(odd) > p,
  .treatmentLayout.--item06 .item:nth-child(odd) > dl {
    margin-left: 30px;
  }
}
.treatmentLayout.--item06 .item dl dt {
  color: #ea651b;
  margin-bottom: 10px;
  font-size: revert;
  font-weight: 550;
}

.treatmentLayout.--item06 .item p,
.treatmentLayout.--item06 .item dt {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .treatmentLayout.--item06 .item p,
  .treatmentLayout.--item06 .item dt {
    font-size: 12px;
  }
}
.treatmentLayout.--item06 .txtBox {
  padding-right: 10px;
}

.ly_caseSingle {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .ly_caseSingle {
    padding-top: 40px;
  }
}
.ly_caseSingle .ly_caseSingle_article {
  margin-bottom: 140px;
}
@media screen and (max-width: 780px) {
  .ly_caseSingle .ly_caseSingle_article {
    margin-bottom: 40px;
  }
}

.ly_caseArchive {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .ly_caseArchive {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.bl_caseListWrtapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  order: 1;
}
@media screen and (max-width: 780px) {
  .bl_caseListWrtapper {
    order: 2;
  }
}
@media screen and (max-width: 780px) {
  .bl_caseListWrtapper .bl_commonPagination {
    order: 2;
  }
}

.bl_caseList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  column-gap: 100px;
  row-gap: 40px;
}
@media screen and (max-width: 780px) {
  .bl_caseList {
    order: 2;
  }
}
.bl_caseList_item_card {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .bl_caseList_item_card:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
  }
}
.bl_caseList_item_card .bl_caseList_item_imgContainer {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.bl_caseList_item_card .bl_caseList_item_imgContainer .bl_caseList_item_imgContainer_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_caseList_item_card .bl_caseList_item_tagList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}
.bl_caseList_item_card .bl_caseList_item_tagList .el_caseList_item_tagList_txt {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.bl_caseList_item_card .bl_caseList_item_ttlContainer {
  margin-bottom: 24px;
}
.bl_caseList_item_card .bl_caseList_item_ttlContainer .bl_caseList_item_ttlContainer_ttl {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.bl_caseList_item_details summary::-webkit-details-marker {
  display: none;
}
.bl_caseList_item_details .bl_caseList_item_details_summary {
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  display: grid;
  grid-template-columns: 1fr 13px;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  padding-top: 9px;
  padding-inline: 12px;
  padding-bottom: 10px;
  border-block: 1px solid #DAD7D7;
}
.bl_caseList_item_details .bl_caseList_item_details_summary::marker {
  display: none;
}
.bl_caseList_item_details .bl_caseList_item_details_summary .bl_caseList_item_details_summary_txt {
  display: block;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.bl_caseList_item_details .bl_caseList_item_details_summary .bl_caseList_item_details_summary_icon {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.bl_caseList_item_details .bl_caseList_item_details_summary .bl_caseList_item_details_summary_icon::before, .bl_caseList_item_details .bl_caseList_item_details_summary .bl_caseList_item_details_summary_icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
}
.bl_caseList_item_details .bl_caseList_item_details_summary .bl_caseList_item_details_summary_icon::after {
  rotate: 90deg;
  transition: rotate 0.3s ease-in-out;
}
.bl_caseList_item_details.isopen .bl_caseList_item_details_summary_icon::after {
  rotate: 0deg;
}
.bl_caseList_item_details .bl_caseList_item_details_content {
  padding-top: 14px;
}
.bl_caseList_item_details .bl_caseList_item_details_content .bl_caseList_item_details_content_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bl_caseList_item_details .bl_caseList_item_details_content .bl_caseList_item_details_content_list .bl_caseList_item_details_content_list_item {
  padding-inline: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DAD7D7;
}
.bl_caseList_item_details .bl_caseList_item_details_content .bl_caseList_item_details_content_list .bl_caseList_item_details_content_list_item .bl_caseList_item_details_content_list_item_dt {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.bl_caseList_item_details .bl_caseList_item_details_content .bl_caseList_item_details_content_list .bl_caseList_item_details_content_list_item .bl_caseList_item_details_content_list_item_dd {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.bl_caseList_item_details .bl_caseList_item_details_content .bl_caseList_item_details_content_list :last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.bl_caseList_item_details .bl_caseList_item_details_content .bl_caseList_item_details_content_txt {
  color: #ABA39E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-inline: 14px;
  padding-bottom: 14px;
}

@media screen and (max-width: 780px) {
  .bl_optionContainer {
    order: 1;
  }
}

.ly_caseSingle {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ly_caseSingle {
    padding-bottom: 60px;
  }
}
.ly_caseSingle .ly_caseSingle_inner {
  display: grid;
  grid-template-columns: min(460px, 38%) min(640px, 52%);
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ly_caseSingle .ly_caseSingle_inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ly_caseSingle .ly_caseSingle_inner .bl_caseArticleContents_ttl {
  padding-block: 48px;
  border-radius: 8px;
  background: #FFF8F3;
}
.ly_caseSingle .ly_caseSingle_inner .bl_caseArticleContents_ttl .el_caseArticleContents_ttl_en {
  color: #333;
  width: fit-content;
  margin-inline: auto;
  font-family: Cinzel;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5px;
}
.ly_caseSingle .ly_caseSingle_inner .bl_caseArticleContents_ttl .el_caseArticleContents_ttl_ttl {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .ly_caseSingle .ly_caseSingle_inner .bl_caseArticleContents_ttl .el_caseArticleContents_ttl_ttl {
    color: var(--txt, #333);
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1px;
  }
}

.bl_caseArticleContents_table {
  margin-top: 24px;
}
.bl_caseArticleContents_table th {
  text-align: left;
  width: 160px;
  padding: 10px;
  gap: 10px;
  align-self: stretch;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background-color: #F2935E;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bl_caseArticleContents_table th {
    color: var(--fffff, #FFF);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    width: 125px;
  }
}
.bl_caseArticleContents_table td {
  border: 1px solid #FFF;
  background-color: #F5F5F5;
  padding: 10px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bl_caseArticleContents_table td {
    color: var(--txt, #333);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}

.bl_caseSingle_slideWrapper .case-slider {
  position: sticky;
  top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.bl_caseSingle_slideWrapper .case-slider .splide__slide {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100% !important;
}
.bl_caseSingle_slideWrapper .case-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.bl_caseSingle_slideWrapper .case-slider .splide__slide .splide__slide_caption {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: fit-content;
  margin-inline: auto;
}
.bl_caseSingle_slideWrapper .case-slider .splide__arrows {
  position: relative;
  display: grid;
  grid-template-columns: 38px auto 38px;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
.bl_caseSingle_slideWrapper .case-slider .splide__arrows .splide__pagination {
  position: relative;
  z-index: 1;
  bottom: auto;
  padding-inline: 0;
  gap: 16px;
}
.bl_caseSingle_slideWrapper .case-slider .splide__arrows .splide__pagination .splide__pagination__page {
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 100%;
  margin: 0;
  transform: scale(1);
}
.bl_caseSingle_slideWrapper .case-slider .splide__arrows .splide__pagination .splide__pagination__page.is-active {
  background-color: #DAD7D7;
  transform: scale(1);
}
.bl_caseSingle_slideWrapper .case-slider .splide__arrows .splide__arrow {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: translateY(0);
  width: 100%;
  background-color: #F5F5F5;
  height: auto;
  aspect-ratio: 1/1;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.bl_caseSingle_slideWrapper .case-slider .splide__arrows .splide__arrow--prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon/prev-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_caseSingle_slideWrapper .case-slider .splide__arrows .splide__arrow--next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon/next-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bl_caseRelatedSection {
  padding-inline: 20px;
}
.bl_caseRelatedSection .bl_caseRelatedSection_inner {
  background-color: #F5F5F5;
  max-width: 1240px;
  margin-inline: auto;
  border-radius: 8px;
  padding: 40px 60px;
}
.bl_caseRelatedSection .bl_caseRelatedSection_inner .bl_caseRelatedSection_ttl {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0;
  text-align: left;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .bl_caseRelatedSection .bl_caseRelatedSection_inner .bl_caseRelatedSection_ttl {
    font-size: 18px;
  }
}
.bl_caseRelatedSection .bl_caseRelatedSection_inner .bl_caseList {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  column-gap: 80px;
}

.bl_caseSingle_backBtn {
  padding-block: 40px;
  padding-inline: 20px;
  border-top: 1px solid #DAD7D7;
}
.bl_caseSingle_backBtn .bl_commonBorderBtn {
  max-width: 310px;
  margin-inline: auto;
}

.bl_caseList_notFound {
  padding-block: 40px;
  text-align: center;
}

.bl_commonSingle_article {
  padding-inline: 20px;
}
.bl_commonSingle_article .bl_commonSingle_article_inner {
  max-width: 1240px;
  margin-inline: auto;
}
.bl_commonSingle_article .bl_commonSingle_article_contents h2 {
  color: #EA651B;
  font-size: 24px;
  text-align: left;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  padding: 10px 16px;
  letter-spacing: 1px;
  border-top: 1px solid var(--Main-01, #EA651B);
  border-bottom: 1px solid var(--Main-01, #EA651B);
  margin: 0;
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bl_commonSingle_article .bl_commonSingle_article_contents h2 {
    color: var(--Main-01, #EA651B);
    font-family: "Noto Serif JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
  }
}
.bl_commonSingle_article .bl_commonSingle_article_contents h3 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 16px;
  margin-top: 40px;
  background-color: #FFF8F3;
}
@media screen and (max-width: 768px) {
  .bl_commonSingle_article .bl_commonSingle_article_contents h3 {
    color: var(--txt, #333);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }
}
.bl_commonSingle_article .bl_commonSingle_article_contents h4 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border-left: 4px solid #EA651B;
  padding-left: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .bl_commonSingle_article .bl_commonSingle_article_contents h4 {
    color: var(--txt, #333);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }
}
.bl_commonSingle_article .bl_commonSingle_article_contents p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .bl_commonSingle_article .bl_commonSingle_article_contents p {
    color: var(--txt, #333);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
  }
}
.bl_commonSingle_article .bl_commonSingle_article_contents strong {
  font-weight: 700;
  background: linear-gradient(transparent 50%, #FFDFC6 35%);
}
.bl_commonSingle_article .bl_commonSingle_article_contents a {
  color: #EA651B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: opacity ease-in-out 0.3s;
}
@media (hover: hover) {
  .bl_commonSingle_article .bl_commonSingle_article_contents a:hover {
    opacity: 0.5;
    transition: opacity ease-in-out 0.3s;
  }
}
.bl_commonSingle_article .bl_commonSingle_article_contents ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 24px;
}
.bl_commonSingle_article .bl_commonSingle_article_contents ul li {
  position: relative;
  padding-left: 13px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.bl_commonSingle_article .bl_commonSingle_article_contents ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #EA651B;
}

.ly_priceArchive {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .ly_priceArchive {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.ly_priceArchive .ly_priceSecion {
  order: 1;
}
@media screen and (max-width: 780px) {
  .ly_priceArchive .ly_priceSecion {
    order: 2;
  }
}
.ly_priceArchive .bl_optionContainerWrtapper {
  order: 2;
}
@media screen and (max-width: 780px) {
  .ly_priceArchive .bl_optionContainerWrtapper {
    order: 1;
  }
}

.bl_menuSingle_price_taxTxt {
  color: #ABA39E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  text-align: right;
}

.bl_priceParentContainer {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.bl_priceParentContainer .bl_priceParentWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bl_priceParentContainer .bl_priceParentWrapper .el_priceParentWrapper_ttl {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bl_priceParentContainer .bl_priceParentWrapper .el_priceParentWrapper_ttl {
    font-size: 24px;
  }
}

.bl_priceChildContainer {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bl_priceChildContainer .bl_priceChildContainer_ttlWrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl_priceChildContainer .bl_priceChildContainer_ttlWrapper .el_priceChildContainer_ttlWrapper_ttl {
  color: #333;
  text-align: left;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  background-color: #FFF8F3;
  padding: 14px 16px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl_priceChildContainer .bl_priceChildContainer_ttlWrapper .el_priceChildContainer_ttlWrapper_ttl {
    font-size: 18px;
  }
}
.bl_priceChildContainer .bl_priceChildContainer_ttlWrapper .el_priceChildContainer_ttlWrapper_txt {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.bl_priceArticleContainer {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.bl_priceArticleContainerWrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bl_priceArticleContainerWrapper .el_priceArticleContainerWrapper_ttl {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
  border-radius: 8px;
  background-color: #F2935E;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .bl_priceArticleContainerWrapper .el_priceArticleContainerWrapper_ttl {
    font-size: 14px;
  }
}

.bl_priceSmallListWrapper .bl_priceSmallList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl_priceSmallListWrapper .bl_priceSmallList .bl_priceSmallList_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-bottom: 1px solid #DAD7D7;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bl_priceSmallListWrapper .bl_priceSmallList .bl_priceSmallList_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .bl_priceSmallListWrapper .bl_priceSmallList .bl_priceSmallList_item .bl_priceInfoList_item_txt_txt {
    text-align: left;
  }
}
.bl_priceSmallListWrapper .bl_priceSmallList .bl_priceSmallList_item .bl_priceSmallList_item_ttl {
  color: #333;
}
@media screen and (max-width: 768px) {
  .bl_priceSmallListWrapper .bl_priceSmallList .bl_priceSmallList_item .bl_priceSmallList_item_ttl {
    font-size: 14px;
  }
}
.bl_priceSmallListWrapper .el_priceLargeList_item_caption {
  color: #B7B1A9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.bl_priceLargeListWrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bl_priceLargeListWrapper .bl_priceLargeList {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bl_priceLargeListWrapper .bl_priceLargeList .bl_priceLargeList_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bl_priceLargeListWrapper .bl_priceLargeList .bl_priceLargeList_item .bl_priceLargeList_item_ttl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl_priceLargeListWrapper .bl_priceLargeList .bl_priceLargeList_item .bl_priceLargeList_item_ttl .el_priceLargeList_item_ttl_ttl {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 16px;
  border-left: 4px solid #EA651B;
}
@media screen and (max-width: 768px) {
  .bl_priceLargeListWrapper .bl_priceLargeList .bl_priceLargeList_item .bl_priceLargeList_item_ttl .el_priceLargeList_item_ttl_ttl {
    font-size: 14px;
  }
}
.bl_priceLargeListWrapper .bl_priceLargeList .bl_priceLargeList_item .bl_priceLargeList_item_ttl .el_priceLargeList_item_ttl_txt {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bl_priceLargeListWrapper .bl_priceLargeList .bl_priceLargeList_item .bl_priceLargeList_item_ttl .el_priceLargeList_item_ttl_txt {
    font-size: 14px;
  }
}

.bl_priceInfoList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: 2;
}
.bl_priceInfoList .bl_priceInfoList_item {
  display: grid;
  grid-template-columns: min(80px, 40%) 1fr min(80px, 40%);
  gap: 10px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .bl_priceInfoList .bl_priceInfoList_item {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .bl_priceInfoList .bl_priceInfoList_item .bl_priceInfoList_item_txt {
    text-align: left;
  }
}
.bl_priceInfoList .is-color {
  color: #EA651B;
}

.bl_menuBtnContainer {
  display: flex;
  flex-flow: column;
  gap: 16px;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
.bl_menuBtnContainer .bl_menuBtnWrapper {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.ly_priceSingle {
  padding-top: 80px;
  padding-bottom: 100px;
  padding-inline: 20px;
}
@media screen and (max-width: 780px) {
  .ly_priceSingle {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.ly_priceSingle .ly_priceSingle_inner {
  max-width: 900px;
  margin-inline: auto;
}

.bl_priceSingleBtnListWrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: 20px;
  border-top: 1px solid #DAD7D7;
}
.bl_priceSingleBtnListWrapper .bl_priceSingleBtnList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .bl_priceSingleBtnListWrapper .bl_priceSingleBtnList {
    grid-template-columns: 1fr;
  }
}
.bl_priceSingleBtnListWrapper .bl_priceSingleBtnList .bl_commonBorderBtn {
  width: 100%;
  max-width: 100%;
}

.mvPointcard {
  overflow: hidden;
}

.mvPointcard-img img {
  width: 100%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .mvPointcard-img {
    width: 120%;
    margin-left: -10%;
  }
}
.mvPointcard p {
  width: 95%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 10px auto 0;
}

@media screen and (max-width: 991px) {
  .mvPointcard p {
    width: 100%;
    padding: 0 8%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .mvPointcard .inner {
    padding: 0;
  }
}
.aboutPointcard {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .aboutPointcard {
    margin-top: 30px;
  }
}
.aboutPointcard-list {
  margin: auto;
}

@media screen and (max-width: 991px) {
  .aboutPointcard-list {
    width: 100%;
  }
}
.aboutPointcard-item + .aboutPointcard-item {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .aboutPointcard-item + .aboutPointcard-item {
    margin-top: 30px;
  }
}
.aboutPointcard-item dt {
  font-weight: 600;
  font-size: 21px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #808080;
}

@media screen and (max-width: 991px) {
  .aboutPointcard-item dt {
    font-size: 17px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
}
.aboutPointcard-item dd p,
.aboutPointcard-item dd li {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .aboutPointcard-item dd p,
  .aboutPointcard-item dd li {
    font-size: 13px;
  }
}
.flowBnr {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .flowBnr {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
.flowBnr-item + .flowBnr-item {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .flowBnr-item + .flowBnr-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .flowBnr-item:not(:first-child) {
    width: 100%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 991px) {
  .flowBnr .inner {
    padding: 0;
  }
}
.flowBnr-minors {
  background: url(../img/guide/bg_minors.png) left center no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors {
    background-image: url(../img/guide/bg_minors_sp.png);
    width: 95%;
    margin: auto;
    max-width: 375px;
  }
}
.flowBnr-minors dl {
  width: 90%;
  margin: auto;
  padding: 15px 0 10px;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors dl {
    width: 80%;
  }
}
.flowBnr-minors dl dt {
  color: #ea651b;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors dl dt {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.flowBnr-minors dl dd ul {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowBnr-minors-txt {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors-txt {
    font-size: 12px;
  }
}
.flowBnr-minors-caution {
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors-caution {
    font-size: 10px;
    letter-spacing: -0.01em;
  }
}
.flowBnr {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .flowBnr {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
.flowBnr-item + .flowBnr-item {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .flowBnr-item + .flowBnr-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .flowBnr-item:not(:first-child) {
    width: 100%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 991px) {
  .flowBnr .inner {
    padding: 0;
  }
}
.flowBnr-minors {
  background: url(../img/guide/bg_minors.png) left center no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors {
    background-image: url(../img/guide/bg_minors_sp.png);
    width: 95%;
    margin: auto;
    max-width: 375px;
  }
}
.flowBnr-minors dl {
  width: 90%;
  margin: auto;
  padding: 15px 0 10px;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors dl {
    width: 80%;
  }
}
.flowBnr-minors dl dt {
  color: #ea651b;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors dl dt {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.flowBnr-minors dl dd ul {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowBnr-minors-txt {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors-txt {
    font-size: 12px;
  }
}
.flowBnr-minors-caution {
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .flowBnr-minors-caution {
    font-size: 10px;
    letter-spacing: -0.01em;
  }
}
.agreement_sample {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .agreement_sample h3 {
    font-size: 14px;
  }
}
.agreement_sample img {
  border: 1px #666 solid;
  width: 90%;
  max-width: 566px;
  margin-inline: auto;
}

.bl_priceBottomContainer {
  padding-inline: 20px;
  padding-block: 80px;
}
.bl_priceBottomContainer .bl_priceBottomContainer_inner {
  max-width: 1240px;
  margin-inline: auto;
}

.bl_priceParentWrapper_ttlWrapper {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .bl_priceParentWrapper_ttlWrapper {
    grid-template-columns: auto;
    text-align: left;
    gap: 4px;
  }
}

/*recomend キャンペーンページ*/
@media screen and (min-width: 991px) {
  #campaign-all {
    max-width: 1240px;
    margin: 0 auto;
  }
}
#campaign-clinic-list {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}

#campaign-clinic-list li {
  width: 27%;
  text-align: center;
  margin: 24px 5%;
  padding: 10px;
  border-bottom: 1px transparent solid;
  position: relative;
  transition: 0.4s;
  background-color: #eeecec;
}

#campaign-clinic-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff;
  border-right: 10px solid transparent;
  transition: 0.4s;
}

#campaign-clinic-list li.active {
  background-color: #fff0e8;
}

#campaign-clinic-list li.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #ffa02e;
  border-right: 10px solid transparent;
}

#campaign-clinic-list li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 1px rgba(150, 150, 150, 0.5882352941);
  animation: border_anim 0.2s linear forwards;
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.campaignpage-list li {
  border: 2px #ffa02e solid;
  border-radius: 15px;
  margin: 10px;
  transition: 0.4s;
}

.campaignpage-list li.linecamp {
  border: 2px #06c755 solid;
}

.campaignpage-list li.linecamp h3 {
  color: #333333;
}

.campaignpage-list li .padingbox {
  padding: 0 24px;
}

.campaignpage-list li.disnon {
  display: none;
}

.campaignpage-list li.linecamp dl dd span {
  background-color: #06c755;
}

.campaignpage-list li.trycamp {
  border: 2px #e77a6e solid;
}

.campaignpage-list li.trycamp h3 {
  color: #e77a6e;
}

.campaignpage-list li.trycamp dl dd span {
  background-color: #e77a6e;
}

@media screen and (min-width: 991px) {
  .campaignpage-list {
    display: flex;
    flex-wrap: wrap;
  }
  .campaignpage-list li {
    width: calc(50% - 24px);
    position: relative;
    padding-bottom: 80px;
  }
  .campaign-list-foot {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
.campaignpage-list h3 {
  color: #ffa02e;
  font-size: 18px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.3em;
  margin: 18px 0;
}

.campaignpage-list h3 > span {
  display: inline-block;
  padding: 0 4px;
  font-size: 16px;
  border: 1px #e77a6e solid;
  color: #e77a6e;
  font-weight: normal;
  margin-right: 8px;
}

.campaignpage-list li .padingbox img {
  max-width: 100%;
  transition: 0.4s;
}

.campaignpage-list li .padingbox a:hover img {
  opacity: 0.6;
}

.campaignpage-list dl dt {
  font-size: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-top: 1em;
}

.campaignpage-list dl dd span {
  background-color: #ffa02e;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 2px 12px;
}

.drippagedesign dl dd span {
  background-color: #9b7f37;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  margin: 8px 8px 0 0;
  padding: 3px 16px;
}

.campaign-list-foot {
  background-color: #ffa02e;
  border-radius: 0 0 12px 12px;
  text-align: center;
  margin-top: 1em;
}

.campaignpage-list li.linecamp .campaign-list-foot {
  background-color: #06c755;
}

.campaign-list-foot a {
  display: inline-block;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 40px;
  width: 80%;
  margin: 6px 0;
  padding: 6px;
  transition: 0.4s;
}

.campaign-list-foot a:hover {
  color: #ffa02e;
  border: 1px #ffa02e solid;
  background-color: #ffffff;
}

.campaignpage-list li.linecamp .campaign-list-foot a:hover {
  color: #06c755;
  border: 1px #06c755 solid;
  background-color: #ffffff;
}

.campaignpage-list li.trycamp .campaign-list-foot {
  background-color: #e77a6e;
}

.campaignpage-list li.trycamp .campaign-list-foot a:hover {
  color: #e77a6e;
  border: 1px #e77a6e solid;
  background-color: #ffffff;
}

#special-campaign {
  max-width: 1240px;
  margin: 0 auto;
}

#special-campaign > ul li {
  text-align: center;
}

#special-campaign > ul li a img {
  max-width: 100%;
}

#campaign-notes {
  border-top: 1px #cccccc dashed;
  border-bottom: 1px #cccccc dashed;
  padding: 2em 10px;
  margin-top: 50px;
}

#campaign-notes h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px;
}

#campaign-notes h3 span {
  display: inline-block;
  padding: 2px 1em;
  border: 1px #ffa02e solid;
  color: #ffa02e;
}

#campaign-notes ul {
  padding: 10px;
}

#campaign-notes ul li {
  margin-bottom: 1em;
}

@media screen and (min-width: 991px) {
  #campaign-notes {
    width: 80%;
    max-width: 850px;
    margin: 80px auto;
    border: 1px #cccccc dashed;
  }
}
.Lv2_01B {
  margin: 0px 0 15px 0;
}

@media screen and (min-width: 992px) {
  #campaign {
    margin: 0px auto 0;
  }
}
.treatmentLead {
  margin: 0px 0 70px;
}

.clinic-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.clinic-list .clinic-name {
  background-color: #ffa02e;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 2px 12px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}

.ly_menuArchive {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ly_menuArchive {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ly_menuArchive .bl_optionContainerWrtapper {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .bl_menuArchiveWrapper {
    order: 2;
  }
}

.bl_menuScrollBtnWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(233px, 1fr));
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_menuScrollBtnWrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link {
  display: grid;
  grid-template-columns: 68px auto;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #DAD7D7;
  padding-block: 12px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link {
    grid-template-columns: auto;
    gap: 0;
    justify-content: center;
  }
}
@media (any-hover: hover) {
  .bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
  }
}
.bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link_iconWrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link_iconWrapper {
    max-width: 48px;
    margin-inline: auto;
  }
}
.bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link_iconWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link_ttlWrapper {
  display: grid;
  grid-template-columns: auto 24px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link_ttlWrapper {
    display: contents;
  }
}
.bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link_ttlWrapper .el_menuScrollBtnWrapper_item_link_ttlWrapper_txt {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link_ttlWrapper .el_menuScrollBtnWrapper_item_link_ttlWrapper_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .bl_menuScrollBtnWrapper .bl_menuScrollBtnWrapper_item .bl_menuScrollBtnWrapper_item_link_ttlWrapper svg {
    margin-inline: auto;
  }
}

.bl_menuArchiveWrapper {
  gap: 40px;
}
.bl_menuArchiveWrapper .bl_menuContainer {
  border: none;
  padding: 0;
  margin: 0;
}
.bl_menuArchiveWrapper .bl_menuContainer {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bl_menuArchiveWrapper .bl_menuArchiveTtlWrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 820/228;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-right: 78px;
}
@media screen and (max-width: 768px) {
  .bl_menuArchiveWrapper .bl_menuArchiveTtlWrapper {
    padding-right: 32px;
  }
}
.bl_menuArchiveWrapper .bl_menuArchiveTtlWrapper .bl_menuContainer_imgWrapper_ttl {
  text-align: right;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.34375em;
  background: linear-gradient(273deg, #333 3.88%, #999 70.61%, #333 99.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .bl_menuArchiveWrapper .bl_menuArchiveTtlWrapper .bl_menuContainer_imgWrapper_ttl {
    font-size: 20px;
  }
}

/*
記事
--------------------------------*/
.bl_menuSingleMiddleTtl {
  color: #EA651B;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1px;
  text-align: left;
  margin: 0;
  margin-top: 48px;
  padding-inline: 16px;
  padding-block: 10px;
  border-block: 1px solid #EA651B;
}
@media screen and (max-width: 768px) {
  .bl_menuSingleMiddleTtl {
    font-size: 18px;
  }
}

.ly_menuSingle {
  padding-bottom: 80px;
}
.ly_menuSingle .bl_menuSingle_price_taxTxt {
  margin-bottom: 0px;
  margin-top: 20px;
}
.ly_menuSingle .bl_menuSingle_inner {
  padding-inline: 20px;
}
.ly_menuSingle .bl_menuSingle_fvWrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding-inline: 20px;
  padding-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .ly_menuSingle .bl_menuSingle_fvWrapper {
    min-height: 178px;
    padding-bottom: 8px;
  }
}
.ly_menuSingle .bl_menuSingle_fvWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
}
.ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .bl_menuSingle_fvWrapper_clinicCatListWrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .bl_menuSingle_fvWrapper_clinicCatListWrapper {
    margin-bottom: 8px;
  }
}
.ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .bl_menuSingle_fvWrapper_clinicCatListWrapper .el_menuSingle_fvWrapper_clinicCatList_ttl {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .bl_menuSingle_fvWrapper_clinicCatListWrapper .el_menuSingle_fvWrapper_clinicCatList_ttl {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
  }
}
.ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .bl_menuSingle_fvWrapper_clinicCatListWrapper .bl_menuSingle_fvWrapper_clinicCatList_list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .bl_menuSingle_fvWrapper_clinicCatListWrapper .bl_menuSingle_fvWrapper_clinicCatList_list .el_menuSingle_fvWrapper_clinicCatList_list_item {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-inline: 6px;
  padding-top: 7px;
  padding-bottom: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .bl_menuSingle_fvWrapper_clinicCatListWrapper .bl_menuSingle_fvWrapper_clinicCatList_list .el_menuSingle_fvWrapper_clinicCatList_list_item {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .el_menuSingle_fvWrapper_ttl {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .el_menuSingle_fvWrapper_ttl {
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 44.8px */
    letter-spacing: 1px;
  }
}
.ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .el_menuSingle_fvWrapper_copy {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .ly_menuSingle .bl_menuSingle_fvWrapper .bl_menuSingle_fvInner .el_menuSingle_fvWrapper_copy {
    color: #FFF;
    font-family: "Yu Mincho";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
  }
}
.ly_menuSingle .bl_menuSingle_fvWrapper_noFv {
  background: linear-gradient(270deg, #F19A8F 0%, #F7BF92 100%);
}
.ly_menuSingle .bl_menuSingle_fvWrapper_noFv::before {
  display: none;
}

.bl_menuSingle_campListWrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  padding-top: 40px;
}
.bl_menuSingle_campListWrapper .bl_campBannerContainer .bl_campBannerContainer_imgWrapper .el_campBannerContainer_imgWrapper_img {
  aspect-ratio: 365/453;
}
@media screen and (max-width: 768px) {
  .bl_menuSingle_campListWrapper .bl_campBannerContainer .bl_campBannerContainer_imgWrapper .el_campBannerContainer_imgWrapper_img {
    aspect-ratio: 330/410;
  }
}

.bl_menuSingle_articleWrapper {
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
  padding-top: 60px;
}
.bl_menuSingle_articleWrapper .bl_commonBorderBtn {
  margin-top: 32px;
  max-width: 310px;
  margin-inline: auto;
}

.bl_menuSingle_article_toc summary::-webkit-details-marker {
  display: none;
}
.bl_menuSingle_article_toc .bl_menuSingle_article_toc_btn {
  display: grid;
  list-style-type: none !important;
  grid-template-columns: auto 18px;
  gap: 16px;
  padding: 10px 20px;
  background-color: #F5F5F5;
  border: none;
  cursor: pointer;
}
.bl_menuSingle_article_toc .bl_menuSingle_article_toc_btn .el_menuSingle_article_toc_btn_txt {
  display: block;
  color: #333;
  font-family: Cinzel;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 5px;
}
.bl_menuSingle_article_toc .bl_menuSingle_article_toc_btn .el_menuSingle_article_toc_btn_icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.bl_menuSingle_article_toc .bl_menuSingle_article_toc_btn .el_menuSingle_article_toc_btn_icon::before, .bl_menuSingle_article_toc .bl_menuSingle_article_toc_btn .el_menuSingle_article_toc_btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #333;
}
.bl_menuSingle_article_toc .bl_menuSingle_article_toc_btn .el_menuSingle_article_toc_btn_icon::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.bl_menuSingle_article_toc .bl_menuSingle_article_toc_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr));
  row-gap: 20px;
  column-gap: 60px;
  padding-block: 30px;
  padding-inline: 40px;
  border-bottom: 1px solid #F5F5F5;
  border-inline: 1px solid #F5F5F5;
}
.bl_menuSingle_article_toc .bl_menuSingle_article_toc_list .bl_menuSingle_article_toc_list_item .bl_menuSingle_article_toc_list_item_link {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 8px;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .bl_menuSingle_article_toc .bl_menuSingle_article_toc_list .bl_menuSingle_article_toc_list_item .bl_menuSingle_article_toc_list_item_link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
  }
}
.bl_menuSingle_article_toc .bl_menuSingle_article_toc_list .bl_menuSingle_article_toc_list_item .bl_menuSingle_article_toc_list_item_link .el_menuSingle_article_toc_list_item_link_num {
  color: #EA651B;
  font-family: Cinzel;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: fit-content;
}
.bl_menuSingle_article_toc .bl_menuSingle_article_toc_list .bl_menuSingle_article_toc_list_item .bl_menuSingle_article_toc_list_item_link .el_menuSingle_article_toc_list_item_link_txt {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-style: solid;
  text-decoration-color: #EA651B;
}

.isopen .el_menuSingle_article_toc_btn_icon::after {
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: transform 0.3s ease-in-out;
}

.bl_menuSingle_article .bl_menuSingle_article_contents h2 {
  color: #EA651B;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1px;
  text-align: left;
  margin: 0;
  margin-top: 48px;
  padding-inline: 16px;
  padding-block: 10px;
  border-block: 1px solid #EA651B;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .bl_menuSingle_article .bl_menuSingle_article_contents h2 {
    color: var(--Main-01, #EA651B);
    font-family: "Noto Serif JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1px;
    padding-inline: 20px;
  }
}
.bl_menuSingle_article .bl_menuSingle_article_contents h3 {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: 0;
  border-radius: 8px;
  background: #FFF8F3;
  padding-inline: 16px;
  padding-block: 8px;
  margin-top: 40px;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .bl_menuSingle_article .bl_menuSingle_article_contents h3 {
    color: var(--txt, #333);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding-inline: 20px;
  }
}
.bl_menuSingle_article .bl_menuSingle_article_contents h4 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 16px;
  border-left: 4px solid #EA651B;
  margin-top: 30px;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .bl_menuSingle_article .bl_menuSingle_article_contents h4 {
    color: var(--txt, #333);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding-inline: 20px;
  }
}
.bl_menuSingle_article .bl_menuSingle_article_contents img {
  border-radius: 8px;
}
.bl_menuSingle_article .bl_menuSingle_article_contents p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  margin-top: 24px;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .bl_menuSingle_article .bl_menuSingle_article_contents p {
    padding-inline: 20px;
  }
}
.bl_menuSingle_article .bl_menuSingle_article_contents .wp-block-columns {
  border-radius: 8px;
  padding: 30px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .bl_menuSingle_article .bl_menuSingle_article_contents .wp-block-columns {
    padding: 20px;
  }
}
.bl_menuSingle_article .bl_menuSingle_article_contents .wp-block-columns p {
  margin-top: 0;
  padding-inline: 0 !important;
}
.bl_menuSingle_article .bl_menuSingle_article_contents .wp-block-list {
  display: flex;
  flex-flow: column;
  gap: 6px;
  margin-top: 24px;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .bl_menuSingle_article .bl_menuSingle_article_contents .wp-block-list {
    padding-inline: 20px;
  }
}
.bl_menuSingle_article .bl_menuSingle_article_contents .wp-block-list li {
  display: grid;
  grid-template-columns: 5px 1fr;
  gap: 8px;
  align-items: flex-start;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.bl_menuSingle_article .bl_menuSingle_article_contents .wp-block-list li::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #F7BF92;
  border-radius: 100%;
  margin-top: 10px;
}
.bl_menuSingle_article .bl_menuSingle_article_contents .is-style-checkList {
  margin-top: 24px;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #DAD7D7;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  row-gap: 20px;
  column-gap: 10px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.bl_menuSingle_article .bl_menuSingle_article_contents .is-style-checkList li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: flex-start;
}
.bl_menuSingle_article .bl_menuSingle_article_contents .is-style-checkList li::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/icon/check-icon.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 3px;
  border-radius: 0;
  background-color: transparent;
}
.bl_menuSingle_article .bl_menuSingle_article_contents .is-vertical {
  margin-top: 24px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .bl_menuSingle_article .bl_menuSingle_article_contents .is-vertical {
    padding-inline: 20px;
  }
}
.bl_menuSingle_article .bl_menuCasePostSection .bl_menuCasePostSection_block {
  margin-top: 32px;
  display: flex;
  flex-flow: column;
  gap: 64px;
}
.bl_menuSingle_article .bl_menuCasePostSection .bl_menuCasePostWrapper {
  display: grid;
  grid-template-columns: minmax(280px, 400px) 1fr;
  gap: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .bl_menuSingle_article .bl_menuCasePostSection .bl_menuCasePostWrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.bl_menuSingle_article .bl_menuCasePostSection .bl_menuCasePostWrapper .el_caseSingle_infoWrapper_ttl {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 8px;
  background: #FFF8F3;
  padding-inline: 16px;
  padding-block: 8px;
}
@media screen and (max-width: 768px) {
  .bl_menuSingle_article .bl_menuCasePostSection .bl_menuCasePostWrapper .el_caseSingle_infoWrapper_ttl {
    font-size: 16px;
  }
}
.bl_menuSingle_article .is-style-cautionGroup {
  display: flex;
  flex-flow: column;
  gap: 24px;
  padding: 30px;
  margin-top: 24px;
  border-radius: 8px;
}
.bl_menuSingle_article .is-style-cautionGroup p:first-child {
  margin-top: 0;
}
.bl_menuSingle_article .is-style-cautionGroup p {
  padding-inline: 0;
}
.bl_menuSingle_article .is-style-cautionGroup .wp-block-list {
  padding-inline: 0;
}

.bl_qaBlock {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-top: 32px;
}
.bl_qaBlock .bl_qaBlock_item summary::-webkit-details-marker {
  display: none;
}
.bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_summary {
  display: grid;
  list-style-type: none !important;
  grid-template-columns: 1fr 22px;
  gap: 16px;
  align-items: center;
  padding-block: 20px;
  padding-inline: 30px;
  border-radius: 8px;
  background-color: #F5F5F5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_summary {
    padding-inline: 20px;
    padding-block: 16px;
  }
}
.bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_summary .bl_qaBlock_item_summary_text {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}
.bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_summary .bl_qaBlock_item_summary_text .el_qaBlock_item_summary_text_q {
  color: #EA651B;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}
.bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_summary .bl_qaBlock_item_summary_text .el_qaBlock_item_summary_text_txt {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}
.bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_summary .bl_qaBlock_item_summary_icon {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_summary .bl_qaBlock_item_summary_icon::before, .bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_summary .bl_qaBlock_item_summary_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #333;
}
.bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_summary .bl_qaBlock_item_summary_icon::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_content .bl_qaBlock_item_content_inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: flex-start;
  padding-top: 30px;
  padding-inline: 30px;
}
.bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_content .bl_qaBlock_item_content_inner .el_qaBlock_item_content_inner_a {
  color: #ABA39E;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  padding-inline: 0px !important;
  margin-top: 0px !important;
}
.bl_qaBlock .bl_qaBlock_item .bl_qaBlock_item_content .bl_qaBlock_item_content_inner .el_qaBlock_item_content_inner_txt {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  padding-inline: 0px !important;
  margin-top: 0px !important;
}

.isopen .bl_qaBlock_item_summary_icon::after {
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: transform 0.3s ease-in-out;
}

.bl_menuSingle_price {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin-top: 52px;
}
.bl_menuSingle_price .el_priceArticleContainerWrapper_ttl {
  margin: 0;
  text-align: left;
}