@charset "UTF-8";

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

	Init

-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.85;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: .04em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.lazyloaded {
  background: url(../img/common/back_sp.png) no-repeat center 6rem;
  background-size: 100% auto;
}

body.windows.chrome {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}

body.home.lazyloaded {
  background: url(../img/common/back2_sp.png) repeat-y center 6rem;
  background-size: 100% auto;
}

@media all and (-ms-high-contrast: none) {

  /*IE 11*/
  body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-size: 1em;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1em;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

hr {
  border: none;
  height: 1px;
  background: #1a1a1a;
  margin-bottom: 1em;
}

figure {
  margin: 0;
  padding: 0;
}

div#ui-datepicker-div {
  z-index: 9999 !important;
}

input.reset {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  box-sizing: border-box;
}

input[type=submit]:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66vw;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: .84vw;
  }

  body {
    font-size: 1.8rem;
  }

  body.lazyloaded,
  body.home.lazyloaded {
    background-image: url(../img/common/back_pc.png);
    background-repeat: repeat-y;
    background-position: center 210rem;
    background-size: auto;
  }

  body.home {
    background-position-y: 50rem;
  }

  .btn-zoom {
    transition: all 0.2s ease-out;
  }

  .btn-zoom:hover {
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }

  .btn-press {
    transition: all 0.2s ease-out;
  }

  .btn-press:hover {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  .callbtn a {
    cursor: default;
    text-decoration: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

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

	Common layout

-------------------------------------------------------------------*/
.p-close-button {
  width: fit-content;
  padding: 1em 1.2em .9em;
  background-color: #ccc;
  color: #435259;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
  border-radius: .3rem;
}

.p-close-button:hover {
  cursor: pointer;
}

.p-close-button i {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: .5rem;
}

.p-close-button.center {
  margin-left: auto;
  margin-right: auto;
}

.yakuhan-yu {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.yakuhan-noto {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.bread-crumb {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 6.5rem;
}

.bread-crumb>ul+ul {
  margin-top: 1.5em;
}

.bread-crumb li {
  display: inline-block;
  margin-bottom: .5em;
}

.bread-crumb li::after {
  content: "＞";
  display: inline-block;
  margin: 0 .5em;
}

.bread-crumb li:last-child::after {
  display: none;
}

.bread-crumb li a {
  color: inherit;
}

.bread-crumb li:last-child a {
  text-decoration: none;
}

.l-main {
  overflow: hidden;
  padding-top: 5.5rem;
}

.l-contents-main {
  padding: 2.5rem 1.5rem 6.5rem;
  margin: auto;
}

.l-contents-main> :first-child {
  margin-top: 0 !important;
}

.l-contents-main-top {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
}

.l-contents-main> :last-child,
.l-contents-main-top> :last-child {
  margin-bottom: 0 !important;
}

.l-section {
  margin: 6.5rem 0;
}

.l-section.child {
  margin: 5rem 0;
}

.l-section> :last-child {
  margin-bottom: 0 !important;
}

.l-section.top {
  margin: 0 0 4.5rem;
}

.l-section.top+.l-section {
  margin-top: 0 !important;
}

.l-section-t-box {
  margin: 5rem 0;
}

.l-section-t-box_inner {
  padding: 6rem 2rem 2rem;
  border: 1px solid #eceded;
  margin-top: -3.5rem;
  background-color: white;
}

.l-section-t-box_inner.case_inner {
  padding-top: 2rem;
  margin-top: 0;
}

.l-section-t-box_inner> :last-child {
  margin-bottom: 0 !important;
}

.l-section-sub {
  margin-bottom: 5rem;
}

.l-section-sub> :last-child {
  margin-bottom: 0 !important;
}

.l-border-block {
  background-color: white;
  border: 2px solid #f9f8f6;
  border-radius: .5rem;
  padding: 3rem 2rem;
}

.l-border-block> :last-child {
  margin-bottom: 0 !important;
}

.l-main-title {
  font-size: 1.9rem;
  line-height: 1.5;
  margin-bottom: 1em;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: .06em;
  color: #435259;
}

.l-main-title::before {
  content: "";
  display: block;
  width: 6rem;
  height: .4rem;
  margin-bottom: .7em;
  background: url("../img/common/line_title.svg") no-repeat left center;
  background-size: contain;
}

.l-main-title.middle {
  font-size: 1.7rem;
  color: #1e7e8f;
}

.l-main-title.small {
  font-size: 1.5rem;
  color: #1e7e8f;
}

.l-sub-title {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: .06em;
  font-weight: 600;
  font-feature-settings: "palt";
  color: #435259;
  padding: .9em 0 .8em 1.2em;
  margin-bottom: 1em;
}

.l-sub-title::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: .3rem;
  height: 100%;
  background-color: #badee2;
  border-radius: .15rem;
}

.l-t-box-title {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 1.4em 1.2em 1.3em;
  margin-left: -.5rem;
  border: 1px solid #eceded;
  border-top: 1px solid #1e7e8f;
  box-shadow: .5rem .5rem 0 0 rgba(0, 0, 0, .05);
  background-color: white;
  color: #1e7e8f;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
}

.l-en-title {
  margin-bottom: 3rem;
}

.l-en-title::before {
  content: "";
  display: block;
  width: 6rem;
  height: .4rem;
  background: url("../img/common/line_title.svg") no-repeat left center;
  background-size: contain;
  margin-bottom: 1.5rem;
}

.l-en-title .en {
  display: block;
  color: #75bec6;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 200;
  letter-spacing: .06em;
  margin-bottom: .2em;
}

.l-en-title .jp {
  display: block;
  color: #566268;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: .06em;
}

.l-middle-title {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: .7em;
}

.l-small-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: .7em;
}

.l-main-lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1em;
  font-weight: 600;
}

.l-item-list {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}

.l-item-list.middle {
  margin-bottom: 2.5em;
}

.l-item-list .p-title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt";
  margin-bottom: .5em;
}

.l-item-list .p-treatment-title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #75bec6;
  margin-bottom: .5em;
}

.l-item-list .p-treatment-list {
  display: flex;
  flex-wrap: wrap;
}

.l-item-list .p-treatment-list li {
  margin: 0 .5rem .5rem 0;
}

.l-related-item {
  padding: 3rem 2rem;
  border: 1px solid #eceded;
  background-color: white;
  font-size: 1.4rem;
}

.l-related-item+.l-related-item {
  margin-top: -1px;
}

.l-related-item> :last-child {
  margin-bottom: 0 !important;
}

.l-related-item::after {
  content: "";
  display: block;
  clear: both;
}

.l-related-item .p-title {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt";
  color: #1e7e8f;
  margin-bottom: .5em;
}

.l-related-item .p-photo {
  float: left;
  width: 49%;
  margin: 0 1.5em .5em 0;
}

.l-other-treatment-item {
  padding: 3rem 2rem;
  border: 1px solid #eceded;
  background-color: white;
  font-size: 1.4rem;
}

.l-other-treatment-item+.l-other-treatment-item {
  margin-top: -1px;
}

.l-other-treatment-item> :last-child {
  margin-bottom: 0 !important;
}

.l-other-treatment-item::after {
  content: "";
  display: block;
  clear: both;
}

.l-other-treatment-item .p-title {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt";
  color: #1e7e8f;
  margin-bottom: .5em;
}

.l-other-treatment-item .l-clinic-list {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}

.l-other-treatment-item .l-clinic-list dt {
  margin-right: .7em;
  white-space: nowrap;
}

.l-other-treatment-item .p-lead {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: .7em;
}

.l-other-treatment-item .p-photo {
  width: 67%;
  margin: 0 auto 1em;
}

.l-other-treatment-item .p-photo img {
  width: 100%;
  height: auto;
}

.l-merit-demerit.merit {
  background-color: #ffffeb;
}

.l-merit-demerit.demerit {
  background-color: #f7f7f7;
}

.l-merit-demerit .p-list li {
  position: relative;
  padding: 0 0 .5em 1.7em;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.l-merit-demerit .p-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: -.2rem;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 1.7rem;
}

.l-merit-demerit.merit .p-list li::before {
  content: "\f140";
  color: #ff6600;
}

.l-merit-demerit.demerit .p-list li::before {
  content: "\f00d";
  color: #999;
}

.l-treatment-detail {
  display: flex;
  flex-wrap: wrap;
}

.l-treatment-detail li {
  width: 48.52459%;
  margin: 0 0 .9rem 2.950819%;
  padding: 1.1em 1rem 1em;
  border-radius: .6rem;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  background-color: #f9f8f6;
}

.l-treatment-detail li .p-title {
  display: block;
  margin-bottom: .8em;
  padding-bottom: .5em;
  font-weight: 600;
  border-bottom: 1px solid #e1d9ca;
}

.l-treatment-detail li .p-text {
  display: block;
}

.l-treatment-detail li:nth-child(2n+1) {
  margin-left: 0;
}

.l-treatment-detail li.p-wide {
  width: 100%;
}

.l-treatment-caption {
  margin-top: 1.5em;
  font-size: 1.2rem;
}

.l-treatment-caption> :last-child {
  margin-bottom: 0;
}

.l-treatment-flow li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5em;
  line-height: 1.5;
  flex-wrap: wrap;
}

.l-treatment-flow li .p-num {
  display: block;
  width: 25.4901%;
  margin-right: 1em;
  padding: .2em 0;
  font-family: Poppins, sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 600;
  color: #75bec6;
  background-color: #f9f8f6;
  text-align: center;
  border-radius: .5rem 0 .5rem 0;
}

.l-treatment-flow li .p-num small {
  font-size: .572em;
  vertical-align: .2em;
}

.l-treatment-flow li .p-text {
  flex: 1;
  font-size: 1.4rem;
}

.l-treatment-flow li .p-text-box {
  flex: 1;
}

.l-treatment-flow li .p-text-sub {
  font-size: 1.3rem;
}

.l-treatment-flow li .p-text-caution {
  width: 100%;
}

.l-treatment-flow>li:last-child {
  margin-bottom: 1em;
}

.l-qa-list dt {
  position: relative;
  padding-left: 3.6rem;
  margin-bottom: .5em;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
}

.l-qa-list dt::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  font-family: Poppins, sans-serif;
  color: #75bec6;
  font-size: 2rem;
  line-height: 1;
}

.l-qa-list dd {
  padding-left: 3.6rem;
  margin-bottom: 1.5em;
  font-size: 1.3rem;
}

.l-comment {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.l-comment_photo {
  float: right;
  width: 52.17391%;
  margin: 0 0 .5em 1.5em;
}

.l-wrapper-m {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.l-wrapper-s {
  max-width: 66.4rem;
  margin-left: auto;
  margin-right: auto;
}

/*anchor button*/
.button-anchor {
  display: flex;
  flex-wrap: wrap;
}

.button-anchor a {
  width: 49.3%;
  margin: 0 0 .5rem 1.4%;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: 1px solid #a2b6b9;
  padding: 1.4em 2.6em 1.4em 1.4em;
  background: url("../img/common/anchor_arrow.svg") no-repeat center right 1em;
  background-size: .4rem;
}

.button-anchor a:nth-child(2n+1) {
  margin-left: 0;
}

.button-anchor.top {
  margin-bottom: 4.5rem;
}

/*pager*/
.wp-pagenavi {
  margin: 2rem auto 0;
  text-align: center;
}

.wp-pagenavi .pages {
  font-weight: 600;
  font-size: 1.4rem;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 1em;
  border: none;
  display: block;
}

.wp-pagenavi .current,
.wp-pagenavi a {
  margin: 0 .1rem;
  width: 3rem;
  padding: .8em .6em;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: 1px solid #9bafb8;
  display: inline-block;
}

.wp-pagenavi .extend {
  margin: 0;
  padding: .8em .6em;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}

.wp-pagenavi .current {
  background: #9bafb8;
  color: white;
}

.wp-pagenavi a {
  text-decoration: none;
  color: #1a1a1a;
}

a.nextpostslink,
a.previouspostslink,
a.first,
a.last,
a.prev,
a.next {
  background: #d2e8eb;
  border: 1px solid #d2e8eb;
}

/*search*/
.p-form-search {
  margin-bottom: 3rem;
}

.p-form-search .searchform-box {
  position: relative;
  display: block;
}

.p-form-search .searchfield {
  display: block;
  padding: .8em 3em .8em .8em;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  border: 1px solid #1a1a1a;
  background-color: #f4efe8;
}

.p-form-search .searchsubmit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 2rem;
  border: none;
  background-color: transparent;
  width: 3em;
  cursor: pointer;
}

/*slick*/
.slider-dot-basic .slick-dots {
  text-align: center;
}

.slider-dot-basic .slick-dots li {
  display: inline-block;
}

.slider-dot-basic .slick-dots button {
  display: block;
  width: 3rem;
  height: 1rem;
  margin: 0 1rem 2rem;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #c6cbcd;
  border-radius: 1rem;
}

.slider-dot-basic .slick-dots .slick-active button {
  background: #e798b5;
}

.popup-modal:hover,
.popup-close:hover {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .bread-crumb {
    margin: 13rem auto 0;
    font-size: 1.4rem;
  }

  .l-main {
    padding-top: 0;
  }

  .l-contents-main {
    padding: 5rem 3rem 13rem;
    max-width: 109rem;
  }

  .l-contents-main-top {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 109rem;
  }

  .l-contents-main-top.wide {
    max-width: initial;
  }

  .l-section {
    margin: 13rem 0;
  }

  .l-section.child {
    margin: 9rem 0;
  }

  .l-section.top {
    margin: 0 0 8rem;
  }

  .l-section-t-box {
    margin: 10rem 0;
  }

  .l-section-t-box_inner {
    padding: 8rem 6rem 4rem;
    margin-top: -4.4rem;
  }

  .l-section-t-box_inner.case_inner {
    padding-top: 6rem;
    margin-top: 0;
  }

  .l-section-sub {
    margin-bottom: 10rem;
  }

  .l-border-block {
    border-width: 4px;
    border-radius: 1rem;
    padding: 6rem;
  }

  .l-main-title {
    position: relative;
    padding-left: 8.6rem;
    font-size: 3.2rem;
    margin-bottom: 1.5em;
  }

  .l-main-title::before {
    position: absolute;
    top: .75em;
    left: 0;
    width: 6.5rem;
    height: .4rem;
    margin-bottom: 0;
  }

  .l-main-title.middle {
    font-size: 2.6rem;
  }

  .l-main-title.small {
    font-size: 2.2rem;
  }

  .l-sub-title {
    font-size: 2.2rem;
  }

  .l-sub-title::before {
    width: .4rem;
    border-radius: .2rem;
  }

  .l-t-box-title {
    margin-left: -1rem;
    box-shadow: .7rem .7rem 0 0 rgba(0, 0, 0, .05);
    font-size: 2.6rem;
  }

  .l-en-title {
    position: relative;
    padding-left: 8.4rem;
    margin-bottom: 4rem;
  }

  .l-en-title::before {
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 6.5rem;
    height: .4rem;
    margin-bottom: 0;
  }

  .l-en-title .en {
    font-size: 3rem;
  }

  .l-en-title .jp {
    font-size: 2.4rem;
  }

  .l-middle-title {
    font-size: 2.4rem;
  }

  .l-small-title {
    font-size: 2.2rem;
  }

  .l-main-lead {
    font-size: 2.2rem;
  }

  .l-check-list {
    column-count: 2;
    column-gap: 6rem;
  }

  .l-item-list {
    font-size: 1.6rem;
  }

  .l-item-list.middle {
    margin-bottom: 3em;
  }

  .l-item-list .p-title {
    font-size: 2rem;
  }

  .l-item-list .p-treatment-title {
    font-size: 1.6rem;
  }

  .l-item-list .p-treatment-list li {
    margin: 0 1rem 1rem 0;
  }

  .l-related-item {
    padding: 4rem 5rem;
    font-size: 1.6rem;
  }

  .l-related-item .p-title {
    font-size: 2.2rem;
  }

  .l-related-item .p-photo {
    width: 32.258%;
    margin: 0 2em .5em 0;
  }

  .l-other-treatment-item {
    padding: 4rem 5rem;
    font-size: 1.6rem;
  }

  .l-other-treatment-item .p-title {
    font-size: 2.2rem;
    margin-bottom: .5em;
  }

  .l-other-treatment-item .l-clinic-list {
    margin-bottom: 1em;
  }

  .l-other-treatment-item .p-lead {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
  }

  .l-other-treatment-item .p-photo {
    float: left;
    width: 32.258%;
    margin: 0 2em .5em 0;
  }

  .l-other-treatment-item .p-text {
    overflow: hidden;
  }

  .l-merit-demerit .p-list li {
    padding: 0 0 .7em 2em;
    font-size: 1.8rem;
  }

  .l-merit-demerit .p-list li::before {
    top: -.2rem;
    font-size: 2.1rem;
  }

  .l-treatment-detail li {
    width: 22.85714%;
    margin: 0 0 1.6rem 2.85714%;
    padding: 1.1em 2rem 1em;
    font-size: 1.6rem;
  }

  .l-treatment-detail li:nth-child(2n+1) {
    margin-left: 2.85714%;
  }

  .l-treatment-detail li:nth-child(4n+1) {
    margin-left: 0;
  }

  .l-treatment-detail li.p-wide {
    width: 48.57142%;
  }

  .l-treatment-caption {
    font-size: 1.5rem;
  }

  .l-treatment-flow li .p-num {
    display: block;
    width: 11.2rem;
    margin-right: 1em;
    font-size: 3rem;
    border-radius: 1rem 0 1rem 0;
  }

  .l-treatment-flow li .p-text {
    padding-top: .6em;
    font-size: 2rem;
    display: block;
  }

  .l-treatment-flow li .p-text-sub {
    font-size: 1.8rem;
    display: block;
  }

  .l-qa-list dt {
    padding-left: 6.4rem;
    font-size: 1.8rem;
  }

  .l-qa-list dt::after {
    font-size: 3rem;
  }

  .l-qa-list dd {
    padding-left: 6.4rem;
    font-size: 1.6rem;
    margin-bottom: 1.8em;
  }

  .l-comment {
    font-size: 1.6rem;
  }

  .l-comment_photo {
    width: 40.77669%;
    margin: 0 0 .5em 4rem;
  }

  /*anchor button*/
  .button-anchor a {
    width: auto;
    margin: 0 2rem 2rem 0;
    font-size: 1.4rem;
    background-size: .5rem;
    transition: all .2s ease-out;
  }

  .button-anchor a:hover {
    background-color: #33c1ff;
    transform: translateY(0.5em);
  }

  /*pager*/
  .wp-pagenavi {
    margin: 3rem auto 0;
  }

  .wp-pagenavi .pages {
    font-size: 1.6rem;
  }

  .wp-pagenavi .current,
  .wp-pagenavi a {
    font-size: 1.6rem;
    margin: 0 .5rem;
    width: 6rem;
    padding: 1.4em;
  }

  .wp-pagenavi .extend {
    font-size: 1.6rem;
  }

  /*search*/
  .p-form-search {
    margin-bottom: 5rem;
  }

  .p-form-search .searchfield {
    font-size: 14px;
    padding: 1.3em 3em 1.3em 1em;
  }

  .p-form-search .searchsubmit {
    font-size: 2rem;
  }
}

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

	Common parts

-------------------------------------------------------------------*/
@media screen and (min-width: 769px) {

  /*button-zoom*/
  .button-zoom {
    transition: all 0.2s ease-out;
  }

  .button-zoom:hover {
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }
}

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

	header

-------------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8886;
  background-color: rgba(255, 255, 255, .9);
}

.l-header_inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 5.5rem;
  padding: 0 0 0 1.3rem;
}

.l-header_logo {
  margin: 0 auto 0 0;
}

.l-header_logo a {
  display: block;
  width: 18.5rem;
}

.l-header_text {
  display: none;
}

.l-header_logo img {
  display: block;
}

.l-header_button-sp {
  margin: 0;
}

.l-header_search-sp, .l-header_treatment-sp {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 5rem;
  height: 5.5rem;
  cursor: pointer;
  background-color: white;
  border-left:1px solid #efefef;
}

.l-header_search-sp>span, .l-header_treatment-sp>a {
  display: block;
  text-align: center;
  color: #435259;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.2;
  text-decoration: none;
}

.l-header_search-sp>span img, .l-header_treatment-sp>a img {
  display: block;
  width: 1.8rem;
  margin: 0 auto .6rem;
  transition: all .2s ease-out;
}

.search-top-sp {
  position: absolute;
  width: 100%;
  top: 5.5rem;
  left: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, .4);
  animation: fadeIn 0.3s ease-in 0s forwards;
}

.search-top-sp.is-hidden {
  display: none !important;
}

.search-top-sp_input {
  display: flex;
  background-color: white;
  border: 1px solid #d7d7d7;
  border-radius: .4rem;
  padding: .3rem;
}

.search-top-sp_input input[type=text] {
  font-size: 1.6rem;
  padding: 1.8rem 1.5rem;
  flex: 1;
}

.search-top-sp_input input[type=submit] {
  width: 5rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: white;
  letter-spacing: .1em;
  background-color: #435259;
  border-radius: .4rem;
}

.l-header_tool-pc {
  display: none;
}

.side-fixed-button {
  display: none;
}

@media screen and (min-width: 769px) {
  .l-header {
    position: static;
  }

  .l-header_inner {
    padding: 1.6rem 3rem 2rem;
    margin: auto;
  }

  .l-header_logo {
    margin: 0 auto 0 0;
  }

  .l-header_logo a {
    display: block;
    width: 31rem;
  }

  .l-header_text {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: .8em;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }

  .l-header_treatment-sp {
    display: none;
  }

  .l-header_search-sp {
    display: none;
  }

  .search-top-sp {
    display: none;
  }

  .l-header_tool-pc {
    display: block;
    flex-shrink: 0;
  }

  .l-header_tool-pc_contact {
    margin-bottom: 1.8rem;
    display: flex;
    justify-content: flex-end;
  }

  .l-header_tool-pc_contact .pc-tel {
    color: #435259;
    margin-left: 2rem;
  }

  .l-header_tool-pc_contact .pc-tel_title {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    background-color: #efefef;
    border-radius: 10rem;
    padding: .3rem;
    margin-bottom: .3rem;
  }

  .l-header_tool-pc_contact .pc-tel_number {
    display: block;
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-align: center;
  }

  .l-header_tool-pc_contact .pc-tel_number::before {
    display: inline-block;
    content: "";
    background: url("../img/common/ico_freedial.svg") no-repeat center center;
    background-size: contain;
    width: 2.4rem;
    height: 1.5rem;
    margin-right: .5rem;
  }

  .l-header_tool-pc_contact .pc-form {
    margin-left: 2rem;
  }

  .l-header_tool-pc_contact .pc-form a {
    display: block;
    padding: 1.2em .5em;
    min-width: 18.4rem;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    color: white;
    background-color: #75bec6;
    border-radius: .4rem;
  }

  .l-header_tool-pc_contact .pc-form a i {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .search-top-pc_input {
    margin-left: 2rem;
  }

  .search-top-pc_input form {
    display: flex;
    width: 20rem;
    padding: .5rem;
    border: 1px solid #d7d7d7;
    border-radius: .4rem;
    background-color: white;
    justify-content: space-between;
  }

  .search-top-pc_input input[type=text] {
    font-size: 1.2rem;
    width: calc(100% - 2.5rem);
    padding: 1rem .8rem .9rem;
  }

  .search-top-pc_input input[type=submit] {
    width: 2.5rem;
    background: url("../img/common/ico_search.svg") no-repeat center center;
    background-size: 2rem;
    flex-shrink: 0;
  }

  .l-header_tool-pc_nav {
    display: flex;
    color: #435259;
    font-size: 1.4rem;
    line-height: 1.5;
    font-feature-settings: "palt";
    justify-content: flex-end;
  }

  .l-header_tool-pc_nav li {
    margin-left: 2.5rem;
  }

  .l-header_tool-pc_nav li a {
    text-decoration: none;
  }

  .side-fixed-button {
    width: 8rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 50;
  }

  .side-fixed-button li {
    width: 8rem;
    height: 8rem;
    background-color: #1e7e8f;
    color: white;
    font-size: 1.2rem;
    line-height: 1.4;
    border: .2rem solid white;
    box-shadow: 0 .6rem 1.6rem 0 rgba(0, 0, 0, .1);
    border-right: none;
    border-radius: .6rem 0 0 .6rem;
    margin-bottom: 1rem;
    transition: all .2s ease-out;
  }

  .side-fixed-button li small {
    font-size: .833em;
  }

  .side-fixed-button li .p-block {
    display: block;
  }

  .side-fixed-button li i {
    display: block;
    font-size: 2rem;
    margin-bottom: .3rem;
  }

  .side-fixed-button li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
  }

  .side-fixed-button li>span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .side-fixed-button li .inner {
    display: block;
    text-align: center;
  }

  .side-fixed-button li .p-en {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
  }

  .side-fixed-button li.p-search {
    position: absolute;
    display: flex;
    align-items: center;
    width: 40rem;
    right: calc(-40rem + 8rem);
  }

  .side-fixed-button li.p-search>span {
    width: 8rem;
  }

  .side-fixed-button li.is-slide {
    right: 0;
  }

  .search-side-pc_input {
    display: flex;
    background-color: white;
    border: 1px solid #d7d7d7;
    border-radius: .4rem;
    padding: .3rem;
  }

  .search-side-pc_input input[type=text] {
    width: 25rem;
    font-size: 1.4rem;
    padding: 1.6rem 1.3rem;
    flex: 1;
  }

  .search-side-pc_input input[type=submit] {
    width: 5rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    letter-spacing: .1em;
    background-color: #435259;
    border-radius: .4rem;
    cursor: pointer;
  }

}

@media screen and (min-width: 900px) {
  .side-fixed-button {
    display: block;
  }
}

@media screen and (min-width: 1260px) {
  .l-header_inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}


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

	footer

-------------------------------------------------------------------*/
.l-footer {
  background: -webkit-linear-gradient(-45deg, #f4feff, #e5f8fa 90%);
}

.l-footer_inner {
  padding: 5rem 1.5rem 12rem;
}

.l-footer_splink {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 3rem;
}

.l-footer_splink a {
  display: inline-block;
  margin: 0 1em .5em;
}

.l-footer_pcmenu {
  display: none;
}

.l-footer_copy {
  font-size: 1rem;
  text-align: center;
  padding-bottom: 0;
  margin: 0;
}

.pagetop {
  z-index: 450;
  position: fixed;
  bottom: -200px;
  right: .5rem;
  width: 4.1rem;
  height: 4.1rem;
  margin: 0;
  background-color: white;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  box-shadow: 0 .3rem .8rem 0 rgba(0, 0, 0, .1);
}

.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.pagetop img {
  width: 33%;
}

.pagetop.is-show {
  bottom: 7rem;
}

.footer-fixed-button {
  position: fixed;
  display: flex;
  z-index: 600;
  justify-content: space-between;
  bottom: -10rem;
  left: 0;
  width: 100%;
  box-shadow: 0 .3rem .8rem 0 rgba(0, 0, 0, .1);
  padding: .3rem .3rem 0;
  background-color: white;
  transition: all .2s ease-out;
}

.footer-fixed-button.is-show {
  bottom: 0rem;
}

.footer-fixed-button_item {
  width: 49.59349%;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  color: white;
  text-align: center;
  padding: 2rem .4rem;
}

.footer-fixed-button_item i {
  font-weight: 400;
  font-size: 1.5rem;
  margin-right: .3rem;
}

.footer-fixed-button a {
  text-decoration: none;
}

.footer-fixed-button_item.p-time {
  background-color: #1e7e8f;
}

.footer-fixed-button_item.p-form {
  background-color: #75bec6;
}

.footer-fixed-button_panel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 500;
  padding: 1rem 1rem 6rem;
  background-color: #1e7e8f;
  color: white;
  max-height: calc(100vh - 5.5rem);
  overflow: auto;
  overscroll-behavior-y: contain;
  /*animation: fadeIn 0.3s ease-in 0s forwards;*/
}

.footer-fixed-button_panel.is-hidden {
  display: none !important;
}

.footer-fixed-button_panel-close {
  margin: 0 0 1.5rem auto;
}

.footer-fixed-button_panel-list {
  padding: 0 1.5rem;
  line-height: 1.5;
}

.footer-fixed-button_panel-list dt {
  clear: both;
  float: left;
  width: 8rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.footer-fixed-button_panel-list dd {
  padding: 0 0 1.5rem 8rem;
  font-size: 1.2rem;
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
  .l-footer_inner {
    max-width: calc(103rem + 4rem);
    margin: 0 auto;
    padding: 8rem 2rem 10rem;
  }

  .l-footer_splink {
    display: none;
  }

  .l-footer_logo {
    width: 30rem;
    margin-bottom: 3rem;
  }

  .l-footer_pcmenu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .l-footer_pcmenu_item:first-child {
    width: calc(530 / 1030 * 100%);
  }

  .l-footer_pcmenu_item:last-child {
    width: calc(450 / 1030 * 100%);
  }

  .l-footer_pcmenu_item .p-list {
    columns: 2 24rem;
  }

  .l-footer_pcmenu_item .p-list--child {
    columns: 2 19rem;
    font-size: 1.3rem;
    margin-left: 1.8rem;
  }

  .l-footer_pcmenu_item ul li {
    margin-bottom: .6em;
  }

  .l-footer_pcmenu_item a {
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 1.8rem;
  }

  .l-footer_pcmenu_item a::after {
    position: absolute;
    left: 0;
    top: .8rem;
    content: "";
    width: .8rem;
    height: .2rem;
    background-color: #75bec6;
  }

  .l-footer_pcmenu_item .p-list--child a {
    padding-left: 1.2rem;
  }

  .l-footer_pcmenu_item .p-list--child a::after {
    top: .6rem;
    width: .4rem;
  }

  .l-footer_copy {
    font-size: 1.3rem;
  }

  .pagetop {
    right: 2rem;
    width: 5rem;
    height: 5rem;
  }

  .pagetop img {
    width: 1.6rem;
  }

  .pagetop.is-show {
    bottom: 1rem;
  }

  .footer-fixed-button {
    display: none;
  }

  .footer-fixed-button_panel {
    left: auto;
    bottom: auto;
    right: 0;
    top: 10rem;
    width: 48rem;
    padding: 1.4rem 4rem 3.5rem;
    border-radius: 1rem 0 0 1rem;
  }

  .footer-fixed-button_panel-close {
    margin: 0 -2rem 2rem auto;
  }

  .footer-fixed-button_panel-list {
    padding: 0;
  }

  .footer-fixed-button_panel-list dt {
    width: 10rem;
    font-size: 1.5rem;
  }

  .footer-fixed-button_panel-list dd {
    padding: 0 0 1.5rem 10rem;
    font-size: 1.4rem;
  }
}

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

	lower

-------------------------------------------------------------------*/
/*--menu-title--*/
.l-menu-title {
  position: relative;
}
.l-menu-title,
.l-menu-title.lazyloaded {
  background-image: url(../img/common/titleback_dot.svg), url(../img/common/titleback_dot2.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: -2rem 0, 21rem 0;
  background-size: 24.5rem, 32rem;
  background-color: #e4f2f2;
}

.l-menu-title_inner {
  padding: 1.4rem 0 0;
}

.l-menu-title_inner .p-category {
  display: flex;
  align-items: center;
  padding: .5em 1em .4em;
  margin: 0 1.5rem 1rem 1.5rem;
  width: fit-content;
  background-color: white;
  border-radius: .6rem;
  color: #1e7e8f;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600;
}

.l-menu-title_inner .p-category dt {
  white-space: nowrap;
}

.l-menu-title_inner .p-category dd ul {
  display: flex;
  flex-wrap: wrap;
}

.l-menu-title_inner .p-category dd ul li {
  margin: .3em 0 .3em 1em;
}

.l-menu-title_inner .p-category dd ul li::before {
  content: "\f07b";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: .3em;
}

.l-menu-title_text {
  padding: 2rem 1.5rem .7rem;
  /*width:fit-content;
  min-width:36rem;*/
  margin-right: 1.5rem;
  background-color: white;
}

.l-menu-title_text> :last-child {
  margin-bottom: 0 !important;
}

.l-menu-title_text .p-title i {
  position: relative;
  display: block;
  padding-left: 3.2rem;
  font: normal 200 2rem/1 Poppins, sans-serif;
  color: #75bec6;
  letter-spacing: .05em;
  margin-bottom: .2em;
}

.l-menu-title_text .p-title i::before {
  position: absolute;
  display: block;
  content: "";
  width: 2.5rem;
  height: .2em;
  top: calc(50% - .3rem);
  left: 0;
  background: url("../img/common/line_title.svg") no-repeat left center;
  background-size: contain;
}

.l-menu-title_text .p-title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #435259;
  margin-bottom: .7em;
}

.l-menu-title_text .p-title.middle {
  font-size: 2.2rem;
}

.l-menu-title_text .p-title .sub {
  color: #75bec6;
}

.l-clinic-list dt {
  color: #1e7e8f;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: .5em;
}

.l-menu-title_text .l-clinic-list {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}

.l-menu-title_text .l-clinic-list dt {
  margin-right: .7em;
  white-space: nowrap;
}

.l-clinic-list dd ul {
  display: flex;
  flex-wrap: wrap;
}

.l-clinic-list dd ul li {
  border: 1px solid #75bec6;
  padding: .5em;
  margin: 0 .3rem .3rem 0;
  background-color: white;
  font-size: 1rem;
  line-height: 1;
}

.l-clinic-list dd ul li.on {
  display: block;
}

.l-clinic-list dd ul li.off {
  display: none;
}

.l-case-category {
  margin-bottom: 1em;
}

.l-case-category dt {
  margin-bottom: .5em;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1e7e8f;
}

.l-case-category dd ul {
  display: flex;
  flex-wrap: wrap;
}

.l-case-category dd ul li {
  margin: 0 .2rem .2rem 0;
}

.l-case-category dd ul li a {
  display: block;
  padding: 1em 1em .9em;
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  line-height: 1.2;
  background-color: #75bec6;
  border-radius: .2rem;
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
  .l-menu-title,
  .l-menu-title.lazyloaded {
    background-position: 2rem 0, right 0;
    background-size: 50rem, 69.4rem;
  }

  .l-menu-title::before,
  .l-menu-title::after {
    content: "";
    display: block;
    position: absolute;
    background-color: white;
  }

  .l-menu-title::before {
    top: 0;
    left: 0;
    width: 3rem;
    height: 100%;
  }

  .l-menu-title::after {
    bottom: 0;
    right: 0;
    width: 50%;
    height: 8.8rem;
  }

  .l-menu-title_inner {
    max-width: 109rem;
    margin: auto;
    padding: 2.5rem 3rem 0;
  }

  .l-menu-title_inner .p-category {
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
  }

  .l-menu-title_text {
    position: relative;
    z-index: 1;
    padding: 3rem 4rem 1.6rem;
    margin-right: 0;
  }

  .l-menu-title_text .p-title i {
    padding-left: 5rem;
    font-size: 3rem;
  }

  .l-menu-title_text .p-title i::before {
    width: 3.8rem;
    height: .3em;
  }

  .l-menu-title_text .p-title {
    font-size: 4rem;
    margin-bottom: .5em;
  }

  .l-menu-title_text .p-title.middle {
    font-size: 3.4rem;
  }

  .l-clinic-list {
    display: flex;
    align-items: center;
  }

  .l-clinic-list dt {
    font-size: 1.4rem;
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 1em;
  }

  .l-clinic-list dd ul li {
    margin: 0 .4rem .4rem 0;
    font-size: 1.3rem;
  }

  .l-case-category {
    display: flex;
    align-items: center;
  }

  .l-case-category dt {
    margin-bottom: 0;
    margin-right: 1em;
    font-size: 1.4rem;
    flex-shrink: 0;
  }

  .l-case-category dd {
    flex: 1;
  }

  .l-case-category dd ul li a {
    border-radius: .4rem;
  }
}

@media screen and (min-width: 1260px) {
  .l-menu-title::before {
    width: 5rem;
  }
}

/*--category-title--*/
.l-category-title {
  position: relative;
}
.l-category-title,
.l-category-title.lazyloaded {
  background: #e4f2f2 url(../img/common/titleback_dot.svg) no-repeat -2rem 0;
  background-size: 24.5rem;
}

.l-category-title::before,
.l-category-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}

.l-category-title::before {
  width: 100%;
  height: 1.3rem;
}

.l-category-title_inner {
  display: flex;
  flex-direction: column;
}

.l-category-title small {
  font-size: .8em;
}

.l-category-title .p-title i {
  position: relative;
  display: block;
  padding-left: 3.2rem;
  font: normal 200 2rem/1 Poppins, sans-serif;
  color: #75bec6;
  letter-spacing: .05em;
  margin-bottom: .2em;
}

.l-category-title .p-title i::before {
  position: absolute;
  display: block;
  content: "";
  width: 2.5rem;
  height: .2em;
  top: calc(50% - .3rem);
  left: 0;
  background: url("../img/common/line_title.svg") no-repeat left center;
  background-size: contain;
}

.l-category-title .p-title {
  position: relative;
  z-index: 3;
  order: 2;
  width: fit-content;
  min-width: 34.5rem;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #435259;
  background-color: white;
}

.l-category-title .p-title.large {
  font-size: 2.5rem;
}

.l-category-title .p-photo {
  position: relative;
  z-index: 2;
  order: 1;
  width: 80%;
  margin: 0 0 -1rem auto;
}

@media screen and (min-width: 769px) {
  .l-category-title,
  .l-category-title.lazyloaded {
    position: relative;
    background-position: 2rem 0;
    background-size: 50rem;
    min-height: 25rem;
  }

  .l-category-title::before {
    width: 100%;
    height: 2.5rem;
  }

  .l-category-title::after {
    width: 3rem;
    height: 100%;
  }

  .l-category-title_inner {
    max-width: 120rem;
    margin: auto;
    padding: 0;
  }

  .l-category-title .p-title i {
    padding-left: 5rem;
    font-size: 3rem;
  }

  .l-category-title .p-title i::before {
    width: 3.8rem;
    height: .3em;
  }

  .l-category-title .p-title {
    position: absolute;
    bottom: 0;
    width: 40%;
    min-width: 60rem;
    padding: 4rem 4rem 3rem 4rem;
    font-size: 4rem;
  }

  .l-category-title .p-title.fit {
    min-width: fit-content;
  }

  .l-category-title .p-title.large {
    font-size: 4rem;
  }

  .l-category-title .p-photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 83.5rem;
    margin: 0;
  }
}

@media screen and (min-width: 1260px) {
  .l-category-title::after {
    width: 5rem;
  }
}

.l-menu_category-title {
  position: relative;
}
.l-menu_category-title,
.l-menu_category-title.lazyloaded {
  background: #e4f2f2 url(../img/common/titleback_dot.svg) no-repeat -2rem 0;
  background-size: 24.5rem;
}

.l-menu_category-title::before,
.l-menu_category-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}

.l-menu_category-title::before {
  width: 100%;
  height: 1.3rem;
}

.l-menu_category-title_inner {
  display: flex;
  flex-direction: column;
}

.l-menu_category-title small {
  font-size: .8em;
}

.l-menu_category-title .p-title i {
  position: relative;
  display: block;
  padding-left: 3.2rem;
  font: normal 200 2rem/1 Poppins, sans-serif;
  color: #75bec6;
  letter-spacing: .05em;
  margin-bottom: .2em;
}

.l-menu_category-title .p-title i::before {
  position: absolute;
  display: block;
  content: "";
  width: 2.5rem;
  height: .2em;
  top: calc(50% - .3rem);
  left: 0;
  background: url("../img/common/line_title.svg") no-repeat left center;
  background-size: contain;
}

.l-menu_category-title_text {
  position: relative;
  z-index: 3;
  order: 2;
  width: fit-content;
  min-width: 34.5rem;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  background-color: white;
}

.l-menu_category-title .p-title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #435259;
}

.l-menu_category-title .p-title.large {
  font-size: 2.5rem;
}

.l-menu_category-title .p-photo {
  position: relative;
  z-index: 2;
  order: 1;
  width: 80%;
  margin: 0 0 -1rem auto;
}

@media screen and (min-width: 769px) {
  .l-menu_category-title,
  .l-menu_category-title.lazyloaded {
    position: relative;
    background-position: 2rem 0;
    background-size: 50rem;
    min-height: 25rem;
  }

  .l-menu_category-title::before {
    width: 100%;
    height: 2.5rem;
  }

  .l-menu_category-title::after {
    width: 3rem;
    height: 100%;
  }

  .l-menu_category-title_inner {
    max-width: 120rem;
    margin: auto;
    padding: 0;
  }

  .l-menu_category-title .p-title i {
    padding-left: 5rem;
    font-size: 3rem;
  }

  .l-menu_category-title .p-title i::before {
    width: 3.8rem;
    height: .3em;
  }

  .l-menu_category-title_text {
    position: absolute;
    bottom: 0;
    width: 40%;
    min-width: 60rem;
    padding: 4rem 4rem 3rem 4rem;
  }

  .l-menu_category-title .p-title {
    font-size: 4rem;
  }

  .l-menu_category-title .p-title.fit {
    min-width: fit-content;
  }

  .l-menu_category-title .p-title.large {
    font-size: 4rem;
  }

  .l-menu_category-title .p-photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 83.5rem;
    margin: 0;
  }
}

@media screen and (min-width: 1260px) {
  .l-menu_category-title::after {
    width: 5rem;
  }
}

/*--mokuji--*/
.mokuji {
  display: block;
  margin: 0 auto;
  padding: 2rem 2rem 1rem;
  position: relative;
}

.mokuji>p {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: .6rem;
}

.mokuji a.mokuji_btn {
  background: #eee;
  display: block;
  color: #666;
  font-size: 1.1rem;
  top: 1.5rem;
  right: 3rem;
  padding: .5rem 1rem;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  width: 6em;
}

.mokuji ul {
  width: 100%;
}

.mokuji ul li {
  margin-bottom: .5em;
  line-height: 1.5;
  position: relative;
}

.mokuji li:before {
  content: "";
  position: absolute;
  top: .75em;
  left: .5em;
  width: 3px;
  height: 3px;
  border: 1px solid #666;
  border-radius: 50%;
}

.mokuji ul li.toc-h2 {
  padding-left: 1.5em;
  font-size: 1.4rem;
}

.mokuji ul li.toc-h2:before {
  background-color: #666;
}

.mokuji ul li.toc-h3 {
  padding-left: 2.8em;
  font-size: 1.3rem;
}

.mokuji ul li.toc-h3:before {
  left: 1.8em;
}

.mokuji ul li a {
  display: block;
  text-decoration: none;
  padding: .2em .5em .2em 0;
}

/*body.single-menu .mokuji li:first-child {
  display: none;
}*/
.mokuji_readmore {
  position: relative;
  border: 1px solid #ddd;
  border-radius: .6rem;
  padding-bottom: 1.5rem;
  margin: 0 auto 6.5rem;
  background-color: white;
  color: #333;
}

.mokuji_readmore-content {
  position: relative;
  overflow: hidden;
  height: 30rem;
  margin-bottom: 1rem;
}

.mokuji_readmore-content span.gradient {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 6rem;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, .8) 40%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, .8) 40%, #fff 100%);
  z-index: 1
}

.mokuji_readmore-label {
  display: block;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 1em 2em;
  background-color: #ddd;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  border-radius: .3rem;
}

.mokuji_readmore-label:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: .5em;
}

.mokuji_readmore-check {
  display: none;
}

.mokuji_readmore-check:checked~.mokuji_readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.mokuji_readmore-check:checked~.mokuji_readmore-label:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  padding-left: .5em;
}

.mokuji_readmore-check:checked~.mokuji_readmore-content {
  height: auto;
}

.mokuji_readmore-check:checked~.mokuji_readmore-content span.gradient {
  display: none;
}

@media screen and (min-width: 769px) {
  .mokuji {
    padding: 2rem 8rem 1rem;
  }

  .mokuji>p {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .mokuji li:before {
    left: .5em;
    width: 5px;
    height: 5px;
  }

  .mokuji ul li {
    margin-bottom: .2em;
  }

  .mokuji ul li.toc-h2 {
    font-size: 1.8rem;
  }

  .mokuji ul li.toc-h3 {
    font-size: 1.6rem;
  }

  .mokuji_readmore {
    width: 80rem;
    padding-bottom: 3rem;
    margin: 0 auto 13rem;
  }

  .mokuji_readmore-content {
    height: 32.5rem;
    margin-bottom: 1rem;
  }

  .mokuji_readmore-content span.gradient {
    height: 21rem;
  }

  .mokuji_readmore-label {
    bottom: 3rem;
    font-size: 1.4rem;
    border-radius: .6rem;
  }

  .mokuji_readmore-content span.gradient {
    height: 10rem;
  }
}

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

	price

-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .l-section-t-box_inner.price_inner {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.price_section {
  margin-bottom: 5rem;
}

.price_section>:last-child {
  margin-bottom: 0;
}

.price_section .l-sub-title {
  margin-bottom: 1rem;
}

.price_table {
  border-top: 1px solid #ddd;
  margin: 1rem 0 1.5rem;
  width: 100%;
  background-color: white;
}

.price_table th {
  background: #f9f8f6;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  padding: 1.5rem 1rem;
  width: 50%;
  font-feature-settings: "palt";
}

.price_table td {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #ddd;
  font-feature-settings: "palt";
}

.price_table .number {
  width: 20%;
  font-size: 1.3rem;
  text-align: center;
}

.price_table .price {
  width: 30%;
  font-size: 1.5rem;
  border-left: 1px solid #ddd;
  text-align: right;
}

.price_table .taxprice {
  display: block;
  font-size: .666em;
  line-height: 1.3;
}

.price_table .taxprice.inline {
  display: inline-block;
}

.price_caption {
  font-size: 1.1rem;
  line-height: 1.5;
}

.price_special th,
.price_special td {
  background-color: #fff0f0;
}

.price_special2 th,
.price_special2 td {
  background-color: #fbf7e6;
}

.fc_pink {
  color: #fe7c7b;
}

.fc_yellow {
  color: #c7a614;
}

@media screen and (min-width: 769px) {
  .price_section {
    margin-bottom: 6rem;
  }

  .price_table {
    margin: 1rem 0 2rem;
  }

  .price_table th {
    font-size: 2rem;
    padding: 2.4rem 2.2rem;
    width: 57%;
  }

  .price_table td {
    font-size: 1.8rem;
    padding: 2.4rem 2.2rem;
  }

  .price_table .number {
    width: 18%;
    font-size: 1.8rem;
  }

  .price_table .price {
    width: 25%;
    font-size: 2.6rem;
  }

  .price_table .taxprice {
    font-size: .53em;
  }

  .price_caption {
    font-size: 1.6rem;
  }
}

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

	case

-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .l-section-t-box_inner.case_inner {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.case_section {
  margin-bottom: 5rem;
}

.case_section .l-sub-title {
  margin-bottom: 1rem;
}

.case_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.case_list.case_list-sp-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.case_list-item {
  width: 100%;
  padding: .8rem;
  background-color: #f7f7f7;
  margin-bottom: 1rem;
}

.case_list.photo2 .case_list-item,
.case_list.photo3 .case_list-item,
.case_list.photo4 .case_list-item {
  width: 49.27536%;
  margin-left: 1.44927%;
}

.case_list.photo2 .case_list-item:nth-child(2n+1),
.case_list.photo3 .case_list-item:nth-child(2n+1),
.case_list.photo4 .case_list-item:nth-child(2n+1) {
  margin-left: 0;
}

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

.case_list-item figcaption {
  display: block;
  padding: .5em .2em .2em;
  font-size: 1.1rem;
  line-height: 1.5;
}

.case_explain {
  padding: 1.4em;
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: white;
  border: 1px solid #ddd;
  margin-bottom: 1em;
}

.case_caption {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1em;
}

.case_explain p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .case_section {
    margin-bottom: 7rem;
  }

  .case_list-item {
    padding: 1.6rem;
  }

  .case_list.photo2 .case_list-item {
    width: 49.45054%;
    margin-left: 1.0989%;
  }

  .case_list.photo2 .case_list-item img {
    max-height: 45rem;
    width: auto;
  }

  .case_list.photo3 .case_list-item {
    width: 32.74725%;
    margin-left: 0.87912%;
  }

  .case_list.photo3 .case_list-item:nth-child(2n+1) {
    margin-left: 0.87912%;
  }

  .case_list.photo3 .case_list-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .case_list.photo4 .case_list-item {
    width: 24.50549%;
    margin-left: 0.65934%;
  }

  .case_list.photo4 .case_list-item:nth-child(2n+1) {
    margin-left: 0.65934%;
  }

  .case_list.photo4 .case_list-item:nth-child(3n+1) {
    margin-left: 0.65934%;
  }

  .case_list.photo4 .case_list-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .case_list.photo1 .case_list-item img {
    max-width: 70rem;
    height: auto;
  }

  .case_list-item figcaption {
    font-size: 1.4rem;
  }

  .case_explain {
    font-size: 1.6rem;
  }

  .case_caption {
    font-size: 1.2rem;
  }
}

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

	drawer-menu

-------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.drawer-menu {
  width: 37.5rem;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  right: -38rem;
  z-index: 8888;
  background: #f3f9f9;
  color: #333;
  overflow: auto;
  padding: 1rem 2rem 10rem;
}

.drawer-menu.open {
  right: 0;
}

/*new navi*/
.drawer-menu_button {
  display:flex;
  flex-wrap:wrap;
  column-gap: 1.49253%;
  row-gap:.5rem;
  margin-bottom:.5rem;
}
.drawer-menu_button .s-button {
  width:49.2537%;
}
.drawer-menu_button .s-button a, .drawer-menu_acc {
  position:relative;
  display:block;
  text-decoration: none;
  font-size:1.4rem;
  line-height: 1.3;
  font-weight:500;
  border-radius: .5rem;
  background-color:white;
  box-shadow: 0 0 .6rem 0 rgba(0,0,0,.06);
}
.drawer-menu_button .s-button a {
  padding:1.6rem 1rem 1.5rem 3.5rem;
  height:100%;
}
.drawer-menu_acc {
  padding:0;
  margin-bottom:.5rem;
}
.drawer-menu_acc > span {
  position:relative;
  display:block;
  padding:2.5rem 5rem 2.4rem 3.5rem;
}
.drawer-menu_button .s-icon a::before, .drawer-menu_acc.s-icon::before {
  position: absolute;
  content: "";
  display: block;
  font-weight: 600;
  width: 2.2rem;
  height: 2.2rem;
  top: 1.3rem;
  left: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.drawer-menu_acc.s-icon::before {
  top: 2.2rem;
}
.drawer-menu_acc .icon-slide {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.drawer-menu_acc .icon-slide::before,
.drawer-menu_acc .icon-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - .1rem);
  width: 1.5rem;
  height: .2rem;
  background-color: #75bec6;
}

.drawer-menu_acc .icon-slide::after {
  transition: all .2s ease-out;
  opacity: 1;
  transform: rotate(90deg);
}

.drawer-menu_acc .icon-slide.is-close::after {
  opacity: 0;
  transform: rotate(0);
}

.drawer-menu_acc ul.gnav-chi_sp {
  display: none;
  padding: 0 1.5rem 0 3.5rem;
}

.drawer-menu_acc ul.gnav-chi_sp>li>a {
  position: relative;
  display: block;
  padding: 1.6rem 2rem 1.6rem 0;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.3;
  border-top: 1px solid #e6e6e6;
}
.drawer-menu_acc ul.gnav-chi_sp>li>a::after {
  position: absolute;
  content: "\f30b";
  display: block;
  font-family: "Font Awesome 5 Free";
  color: #75bec6;
  font-weight: 600;
  width: 1em;
  top: 50%;
  transform: translateY(-50%);
  right: .5rem;
}

.drawer-menu_button .s-icon--home> ::before {
  background-image: url("../img/common/ico_s_home.svg");
}

.drawer-menu_button .s-icon--yutai> ::before {
  background-image: url("../img/common/ico_s_yutai.svg");
}

.drawer-menu_button .s-icon--start> ::before {
  background-image: url("../img/common/ico_s_start.svg");
}

.drawer-menu_button .s-icon--find> ::before {
  background-image: url("../img/common/ico_s_find.svg");
}

.drawer-menu_button .s-icon--price> ::before {
  background-image: url("../img/common/ico_s_price.svg");
}

.drawer-menu_button .s-icon--doctor> ::before {
  background-image: url("../img/common/ico_s_doctor.svg");
}

.drawer-menu_button .s-icon--case> ::before {
  background-image: url("../img/common/ico_s_case.svg");
}

.drawer-menu_button .s-icon--column> ::before {
  background-image: url("../img/common/ico_s_column.svg");
}

.drawer-menu_button .s-icon--point> ::before {
  background-image: url("../img/common/ico_s_point.svg");
}

.drawer-menu_button .s-icon--sitemap> ::before {
  background-image: url("../img/common/ico_s_sitemap.svg");
}

.drawer-menu_acc.s-icon--menu::before {
  background-image: url("../img/common/ico_s_menu.svg");
}

.drawer-menu_acc.s-icon--clinic::before {
  background-image: url("../img/common/ico_s_clinic.svg");
}

.drawer-subtitle {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 600;
}

.drawer-header {
  display:flex;
  align-items: center;
  margin: 0 0 2rem 0;
}

.drawer-header .s-logo {
  display:block;
  width:18.5rem;
  margin: 0 auto 0 0;
}

.drawer-close-top {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 -1rem 0 0;
  padding: .6rem 0 0;
  background-color: #ccc;
  color: #435259;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.drawer-close-top i {
  display: block;
  font-size: 2rem;
}

.drawer-close-bottom {
  margin: 3rem auto 0;
}

.drawer-menu_contact {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.5rem;
}

.drawer-menu_contact a {
  width: 49%;
  padding: 2rem .5rem;
  border-radius: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  color: white;
}

.drawer-menu_contact a>span {
  display: block;
}

.drawer-menu_contact a.p-tel {
  background-color: #1e7e8f;
  font-family: Poppins, sans-serif;
}

.drawer-menu_contact a.p-tel span::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.1rem;
  margin-right: .4rem;
  background: url("../img/common/ico_freedial-white.svg") no-repeat center center;
  background-size: contain;
}

.drawer-menu_contact a.p-form {
  background-color: #75bec6;
}

.drawer-menu_contact a.p-form i {
  display: inline-block;
  margin-right: .4rem;
  font-size: 1.5rem;
}

/*button*/
.ham-menu-button {
  position: relative;
  z-index: 1;
  width: 5.5rem;
  height: 5.5rem;
  background-color: #75bec6;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.ham-menu-button .s-line {
  position: relative;
  width: 2.9rem;
  height: 2.3rem;
  margin:1rem auto .5rem;
}

.ham-menu-button .s-line>span {
  display: block;
  position: absolute;
  width: 2.9rem;
  height: .3rem;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: .15rem;
}

.ham-menu-button .s-line::before,
.ham-menu-button .s-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.9rem;
  height: .3rem;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  border-radius: .15rem;
}

.ham-menu-button .s-line::before {
  top: 0;
  transition: all 0.2s ease-out;
}

.ham-menu-button .s-line::after {
  bottom: 0;
  transition: all 0.2s ease-out;
}

.ham-menu-button.is-close {
  background-color: #75bec6;
}

.ham-menu-button.is-close .s-line>span {
  display: none;
}

.ham-menu-button.is-close .s-line::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu-button.is-close .s-line::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ham-menu-button .s-text{
  display:block;
  font-family:"Noto Sans JP", sans-serif;
  font-size:.9rem;
  line-height: 1.3;
  text-align: center;
  color:white;
  font-weight:500;
  font-style:normal;
}

/*-------------------------------------------------------------------
	drawer-menu PC
-------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .drawer-menu {
    width: 50rem;
    right: -50rem;
    padding: 1rem 4rem 5rem;
  }

  /*button*/
  .ham-menu-button {
    position: fixed;
    top:.6rem;
    right:-10rem;
    width: 7.2rem;
    height: 7.2rem;
    border-radius: .5rem;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    z-index: 500;
  }

  .ham-menu-button.is-show {
    right:.6rem;
  }

  .ham-menu-button .s-line {
    position: relative;
    width: 4rem;
    height: 3.2rem;
    margin:1.2rem auto .5rem;
  }

  .ham-menu-button .s-line>span {
    width: 4rem;
    height: .4rem;
    border-radius: .2rem;
  }

  .ham-menu-button .s-line::before,
  .ham-menu-button .s-line::after {
    width: 4rem;
    height: .4rem;
    border-radius: .2rem;
  }

  .ham-menu-button .s-text{
    font-size:1.1rem;
  }

}

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

	animation

-------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.a-fadein {
  display: none;
  opacity: 0;
}

.a-fadein.is-visible {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}