@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* ====================================================
	breakpoint
==================================================== */
:root {
  --black:#333333;
  --white:#fff;
  --orange:#F08106;
  --orange_f4:#F4A144;
  --orange_d2:#d27105;
  --orange_D9:#D96704;
  --orange_D7:#D74700;
  --yellow_F7:#F7C650;
  --yellow_F5:#F5B824;
  --yellow_FA:#FAB72A;
  --red_ff:#ff0000;
  --beige_F4:#F4F4EB;
  --beige_f7:#f7f6f0;
  --black_66:#666666;
  --gray_A0:#A0A0A0;
  --gray_80:#808080;
  --gray_ee:#eeedea;
  --gray_70:#707070;
  --gray_cc:#cccccc;
  --gray_dc:#dcdcdc;
  --gray_f9:#f9f9f9;
}

.color-orange {
  color: var(--orange);
}

.color-orange_D9 {
  color: var(--orange_D9);
}

.color-orange_D7 {
  color: var(--orange_D7);
}

.color-yellow_F7 {
  color: var(--yellow_F7);
}

.color-yellow_F5 {
  color: var(--yellow_F5);
}

.color-yellow_f6 {
  color: #f6ff00;
}

.color-yellow_FA {
  color: var(--yellow_FA);
}

.color-red_ff {
  color: var(--red_ff);
}

.color-gray_A0 {
  color: var(--gray_A0);
  margin-top: 0.2em !important;
}

.color-gray_80 {
  color: var(--gray_80);
}

html {
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  background-color: var(--white);
  color: var(--black);
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  min-width: 980px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

a {
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
a img {
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a img {
    width: 100%;
  }
}

.is-hover06,
.is-hover08 {
  transition: all 0.3s ease-out;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}
a:hover > span {
  text-decoration: underline;
}

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

.is-hover06,
.is-hover08,
.is-hover06 *,
.is-hover08 * {
  text-decoration: none !important;
}

.is-hover06 img,
.is-hover08 img {
  opacity: 1 !important;
}

.is-relative {
  position: relative;
}

.weight_500 {
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  a img:hover,
  .is-hover06:hover,
  .is-hover08:hover {
    opacity: 0.65 !important;
  }
}
.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #container.page-top .is-pc_page-top {
    display: none;
  }
}

/* ====================================================
	header
==================================================== */
.headerTop {
  background-color: #ffffff;
  background-image: linear-gradient(360deg, #ffffff, #F5F4EC);
}
@media screen and (max-width: 767px) {
  .headerTop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: initial;
    width: 100%;
    height: 60px;
  }
}

.header__inner {
  position: relative;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: initial;
    height: 100%;
  }
}

.headerTop__subTtl {
  font-size: 10px;
  padding: 3px 0 0;
}

.headerTop__main {
  margin-top: -3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .headerTop__main {
    display: inline-block;
    margin-top: initial;
    padding-bottom: initial;
  }
}

.headerTop__ttl-labelBox {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}

.headerTop__ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .headerTop__ttl {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 4px;
  }
}
.headerTop__ttl .headerTop__ttl-label {
  background-color: #F7C62B;
  background-image: linear-gradient(360deg, #F7C62B, #F4AE1F);
  border-radius: 0.2rem;
  padding: 2px 13px 4px;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.headerTop__ttl .headerTop__ttl-label .is-large {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 26px;
}
.headerTop__ttl .headerTop__ttl-label + .headerTop__ttl-label {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .headerTop__ttl .headerTop__ttl-head {
    position: relative;
    color: var(--white);
    font-weight: 600;
    font-size: 12px;
    padding: 0 4px;
    font-feature-settings: "palt";
    text-shadow: 1px 1px 0 #00346e, -1px -1px 0 #00346e, -1px 1px 0 #00346e, 1px -1px 0 #00346e, 0px 1px 0 #00346e, -1px 0 #00346e, -1px 0 0 #00346e, 1px 0 0 #00346e;
  }
}
.headerTop__ttl .headerTop__ttl-head .is-large {
  font-size: 16px;
}
.headerTop__ttl .headerTop__ttl-head::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #00346e;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .headerTop__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
  }
  .headerTop__logo-img {
    width: auto;
    height: 17px;
  }
  .headerTop__logo-home {
    width: 28px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
    margin-left: 9px;
  }
  .headerTop__contact {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #28d7b0;
    color: var(--white);
    font-size: 12px;
    height: 100%;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .headerTop__contact-content {
    padding: 0 2px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .headerTop__contact-txt {
    font-feature-settings: "palt";
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.04rem;
  }
  .headerTop__contact-typeBox {
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .is-icon {
    width: auto;
  }
  .headerTop__contact-typeTel {
    height: 15px;
  }
  .headerTop__contact-typeMail {
    height: 12px;
    margin: 0 3px;
  }
  .headerTop__contact-typeNet {
    font-weight: 800;
    font-size: 8px;
    background-color: #04bc93;
    padding: 0 3px;
  }
  .headerTop__contact-label {
    font-size: 8px;
    width: 100%;
    text-align: center;
    background-color: #04bc93;
  }
}
.headerTop__tel .headerTop__tel-main {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1;
}
.headerTop__tel .headerTop__tel-mainTxt {
  font-size: 24px;
  padding-bottom: 3px;
  padding-right: 11px;
  letter-spacing: 0.1rem;
  color: var(--orange);
}
.headerTop__tel .headerTop__tel-mainNumber {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.2rem;
}
.headerTop__tel .headerTop__tel-memo {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1;
}

.headerNav {
  position: relative;
  background-color: var(--orange);
  background: linear-gradient(0deg, rgb(238, 112, 5) 0%, rgb(243, 154, 7) 88%, rgb(242, 145, 7) 100%);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-color: #fbddb4;
  border-top-width: 1px;
  border-bottom-width: 1px;
  outline-style: solid;
  outline-color: #d57c05;
  outline-width: 1px;
  height: 51px;
}
.headerNav .header__inner {
  height: 100%;
}
.headerNav .header__list {
  display: flex;
  height: 100%;
}
.headerNav .header__list li {
  position: relative;
  width: 16.6666666667%;
}
.headerNav .header__list li:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #f9cc83;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.2);
}
.headerNav .header__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #f9cc83;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.2);
  right: 0;
}
.headerNav .header__list li:nth-of-type(1)::before {
  left: 0;
}
.headerNav .header__list li a {
  color: var(--white);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .fvNav {
    display: flex;
    padding: 0.5em 2.4em;
  }
}
/* ====================================================
	フッター
==================================================== */
footer {
  background-color: #f9f9f9;
  background: linear-gradient(0deg, #fff 0%, #fff 20%, #f9f9f9 100%);
  border-style: solid;
  border-color: #dcdcdc;
  border-top-width: 1px;
}

.footer__inner {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: initial;
  }
}

.footerTop {
  padding: 42px 0 23px;
}
@media screen and (max-width: 767px) {
  .footerTop {
    padding: 12px 12px 40px;
  }
}

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

.footerTop__ttl img {
  width: 370px;
}

.footer__address {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 14px;
    text-align: left;
  }
}

.footerNav_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.footerNav_list li {
  border-style: solid;
  border-color: var(--black);
  border-right-width: 1px;
}
.footerNav_list li a {
  font-size: 15px;
  padding: 0 11px;
  line-height: 1;
  display: block;
}

.copyright {
  background-color: var(--orange);
  border-style: solid;
  border-color: var(--orange_d2);
  border-top-width: 1px;
  color: var(--white);
  font-size: 10px;
  text-align: center;
  padding: 9px 0;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 9px 2px;
  }
}

#pageTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  #pageTop {
    width: 70px;
  }
}

/* ====================================================
	パンくず
==================================================== */
.breadcrumbWrapper {
  background-color: var(--gray_ee);
  padding: 9px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbWrapper {
    padding: 4px;
  }
}

.breadcrumb {
  width: 980px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: initial;
    justify-content: flex-start;
  }
}

.breadcrumb-item {
  position: relative;
}
.breadcrumb-item.is-home a > span {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 30px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .breadcrumb-item + .breadcrumb-item::before {
    left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 3vw;
  }
}

/* ====================================================
	枠
==================================================== */
@media screen and (max-width: 767px) {
  #container {
    margin-top: 60px;
  }
}
#contents-body {
  padding: 35px 0 100px;
  width: 980px;
  display: flex;
  align-items: flex-start;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #contents-body {
    width: initial;
    display: flex;
    flex-direction: column-reverse;
    padding: 10px 6px 25px;
  }
}

#contentspage {
  width: 720px;
  margin-left: 30px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #contentspage {
    width: 100%;
    margin-left: initial;
  }
}

/* ====================================================
	サイドバー
==================================================== */
#sidebar {
  width: 230px;
}
#sidebar > div {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #sidebar {
    float: none;
    width: initial;
  }
}

.sns__container {
  display: flex;
  align-items: center;
}

.sns__x {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  font-size: 13px;
  width: 70px;
  border-radius: 1rem;
}
.sns__x img {
  width: 12px;
  margin-right: 3px;
}

.sns__facebook {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1877f2;
  font-size: 13px;
  width: 70px;
  padding: 0 2px;
  border-radius: 0.4rem;
  margin-left: 10px;
}
.sns__facebook img {
  width: 14px;
  margin-right: 3px;
}

.sidebar__box-allLink {
  text-align: right;
  display: block;
  font-size: 14px;
}

.sidebar__box-noPosts {
  margin: 10px 0;
  font-size: 15px;
}

.sidebar__box.is-info .sidebar__box-ttlLabel {
  position: relative;
  padding: 9px 29px 6px;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
.sidebar__box.is-info .sidebar__box-ttlLabel .sidebar__box-ttl {
  position: relative;
  z-index: 1;
}
.sidebar__box.is-info .sidebar__box-ttlLabel::before, .sidebar__box.is-info .sidebar__box-ttlLabel::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar__box.is-info .sidebar__box-ttlLabel::before {
  background-color: #f08106;
  top: initial;
  bottom: -2px;
  -webkit-clip-path: polygon(0.3% 30%, 99% 6%, 95% 94%, 1.5% 96%);
  clip-path: polygon(0.3% 30%, 99% 6%, 95% 94%, 1.5% 96%);
}
.sidebar__box.is-info .sidebar__box-ttlLabel::after {
  background-color: rgb(248, 205, 47);
  background: linear-gradient(90deg, rgb(248, 205, 47) 0%, rgb(243, 167, 27) 100%);
  -webkit-clip-path: polygon(1% 19%, 98% 0, 95% 92%, 2% 97%);
  clip-path: polygon(1% 19%, 98% 0, 95% 92%, 2% 97%);
}
.sidebar__box.is-info .sidebar__box-ttl::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translate(0, -50%);
  font-size: 12px;
  margin-top: 1px;
  color: var(--orange);
}
.sidebar__box.is-info .sidebar__box-content {
  margin: 0 14px;
}
.sidebar__box.is-info .sidebar__box-list {
  margin: 0 0 5px;
}
.sidebar__box.is-info .sidebar__box-list li {
  display: flex;
  flex-direction: column;
  margin-top: 9px;
  border-style: dotted;
  border-color: var(--gray_cc);
  padding-bottom: 9px;
  border-bottom-width: 1px;
}

.sidebar__boxItem-data {
  color: var(--gray_70);
  font-size: 12px;
  line-height: 1;
}

.sidebar__boxItem-ttl {
  display: inline-block;
  padding-top: 3px;
  font-size: 15px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sidebar__box.is-page .sidebar__box-ttlLabel {
  position: relative;
  background-color: rgb(242, 239, 228);
  background: linear-gradient(0deg, rgb(242, 239, 228) 0%, rgb(253, 253, 251) 100%);
  box-sizing: border-box;
  border-style: solid;
  border-color: #e1dfd4;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 12px 12px 8px;
  font-size: 18px;
  font-feature-settings: "palt";
}
.sidebar__box.is-page .sidebar__box-ttlLabel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--orange);
  background: linear-gradient(0deg, rgb(238, 108, 5) 0%, rgb(244, 160, 7) 52%, rgb(244, 160, 7) 100%);
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-page .sidebar__box-ttlLabel {
    padding: 12px 12px 5px;
    font-size: 14px;
  }
}
.sidebar__box.is-page .sidebar__box-ttl {
  display: flex;
  align-items: center;
}
.sidebar__box.is-page .sidebar__box-ttl img {
  width: 24px;
  margin-right: 6px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-page .sidebar__box-ttl img {
    margin-top: initial;
  }
}
.sidebar__box.is-page .sidebar__box-list {
  box-sizing: border-box;
  border-style: solid;
  border-color: var(--beige_f7);
  border-width: 2px;
}
.sidebar__box.is-page .sidebar__box-list li {
  box-sizing: border-box;
  border-style: solid;
  border-color: var(--beige_f7);
  border-top-width: 1px;
}
.sidebar__box.is-page .sidebar__box-list li:nth-of-type(1) {
  border: 0;
}
.sidebar__box.is-page .sidebar__box-list a {
  position: relative;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-page .sidebar__box-list a {
    font-size: 14px;
    padding: 8px 0;
  }
}
.sidebar__box.is-page .sidebar__box-list a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(0, -50%);
  font-size: 12px;
  margin-top: 1px;
  color: var(--orange);
}
.sidebar__box.is-page .sidebar__box-linkTxt {
  position: relative;
  font-size: 14px;
  margin: 0 12px 0 30px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-page .sidebar__box-linkTxt {
    font-size: 14px;
  }
}

.postList__ly {
  display: flex;
  align-items: flex-start;
  margin-top: 2em;
  gap: 1em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .postList__ly {
    display: inline-block;
    gap: initial;
  }
}

.postList__box {
  width: 100%;
}
.postList__box .postList__box-ttlLabel {
  position: relative;
  background-color: rgb(242, 239, 228);
  background: linear-gradient(0deg, rgb(242, 239, 228) 0%, rgb(253, 253, 251) 100%);
  box-sizing: border-box;
  border-style: solid;
  border-color: #e1dfd4;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 12px 12px 8px;
  font-size: 18px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .postList__box .postList__box-ttlLabel .postList__box-ttlLabel {
    padding: 12px 12px 10px;
    font-size: 16px;
  }
}
.postList__box .postList__box-ttlLabel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--orange);
  background: linear-gradient(0deg, rgb(238, 108, 5) 0%, rgb(244, 160, 7) 52%, rgb(244, 160, 7) 100%);
}
.postList__box .postList__box-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.postList__box .postList__box-allLink {
  font-size: 12px;
}
.postList__box .postList__box-list li {
  display: flex;
  flex-direction: column;
  margin-top: 9px;
  border-style: dotted;
  border-color: var(--gray_cc);
  padding-bottom: 9px;
  border-bottom-width: 1px;
}

@media screen and (max-width: 767px) {
  .postList__box + .postList__box {
    margin-top: 1em;
  }
}
.sidebar__box.is-blogCat {
  background-color: var(--beige_f7);
  padding: 9px;
}
.sidebar__box.is-blogCat .sidebar__box-ttl {
  display: flex;
  align-items: center;
}
.sidebar__box.is-blogCat .sidebar__box-ttl img {
  width: 30px;
  margin-right: 6px;
}
.sidebar__box.is-blogCat .sidebar__box-ttlLabel {
  padding-bottom: 10px;
  padding-top: 6px;
  box-sizing: border-box;
  border-style: solid;
  border-color: var(--orange);
  border-bottom-width: 2px;
  font-size: 18px;
}
.sidebar__box.is-blogCat .sidebar__box-content {
  margin: 9px 0;
}
.sidebar__box.is-blogCat .sidebar__box-list {
  margin: 0 0 5px;
}
.sidebar__box.is-blogCat .sidebar__box-list a {
  position: relative;
  margin-left: 2px;
  text-indent: 1.2rem;
  font-size: 14px;
  display: inline-block;
}
.sidebar__box.is-blogCat .sidebar__box-list a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 6px;
  background-color: var(--black);
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-clinic .sidebar__box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sidebar__box.is-clinic .sidebar__box-list li {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-clinic .sidebar__box-list li {
    width: calc(50% - 6px);
    margin-top: 12px;
  }
}
.sidebar__box.is-clinic .sidebar__box-list li a {
  position: relative;
  color: var(--white);
  font-weight: 600;
  width: 100%;
  font-size: 18px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-color: #fbddb4;
  border-width: 1px;
  outline-style: solid;
  outline-color: #d57c05;
  outline-width: 1px;
  width: 100%;
  height: 40px;
  border-radius: 0.2rem;
  background-color: var(--orange);
  background: linear-gradient(0deg, rgb(238, 108, 5) 0%, rgb(244, 160, 7) 52%, rgb(244, 160, 7) 100%);
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-clinic .sidebar__box-list li a {
    font-size: 3.8vw;
    height: 11vw;
  }
}
.sidebar__box.is-clinic .sidebar__box-list li a .name {
  font-weight: 500;
  font-size: 22px;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-clinic .sidebar__box-list li a .name {
    font-size: 5.2vw;
    margin-left: 1vw;
  }
}
.sidebar__box.is-clinic .sidebar__box-list li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
  font-size: 12px;
  margin-top: 1px;
  color: var(--orange);
  width: 22px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-clinic .sidebar__box-list li a::after {
    display: none;
  }
}
.sidebar__box.is-clinic .sidebar__box-list li:nth-of-type(1) {
  margin-top: initial;
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-clinic .sidebar__box-list li:nth-of-type(1) {
    margin-top: 12px;
  }
}
.sidebar__box.is-clinic li.is-long a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-clinic li.is-long a {
    font-size: 3.2vw;
  }
}
.sidebar__box.is-clinic li.is-long a .name {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sidebar__box.is-clinic li.is-long a .name {
    font-size: 4vw;
  }
}
.sidebar__box.is-address {
  font-size: 11px;
  border-style: double;
  border-color: var(--gray_cc);
  border-width: 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.sidebar__box.is-address span {
  display: inline;
}

/* ====================================================
	共通
==================================================== */
.common__ttl-label,
.entry-content h2 {
  position: relative;
  padding: 20px 29px 8px;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .common__ttl-label,
  .entry-content h2 {
    font-size: 18px;
    padding: 27px 10px 10px;
  }
}

.common__ttl-label::before, .common__ttl-label::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.entry-content h2::before, .entry-content h2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.common__ttl-label::before,
.entry-content h2::before {
  background-color: #f08106;
  top: initial;
  bottom: -2px;
  z-index: -1;
  -webkit-clip-path: polygon(0.2% 33%, 99.7% 15%, 97% 92%, 1.1% 97%);
  clip-path: polygon(0.2% 33%, 99.7% 15%, 97% 92%, 1.1% 97%);
}

.common__ttl-label::after,
.entry-content h2::after {
  background-color: rgb(248, 205, 47);
  background: linear-gradient(90deg, rgb(248, 205, 47) 0%, rgb(243, 167, 27) 100%);
  z-index: -1;
  -webkit-clip-path: polygon(0.4% 22%, 99.6% 0, 96.6% 92%, 1.4% 97%);
  clip-path: polygon(0.4% 22%, 99.6% 0, 96.6% 92%, 1.4% 97%);
}

.common__ttl-label.label-red::before {
  background-color: var(--orange_D7);
  -webkit-clip-path: polygon(0.2% 42%, 99.7% 15%, 97% 92%, 1.1% 81%);
  clip-path: polygon(0.2% 42%, 99.7% 15%, 97% 92%, 1.1% 81%);
}
.common__ttl-label.label-red::after {
  background-color: rgb(240, 129, 6);
  background: linear-gradient(90deg, rgb(248, 205, 47) 0%, rgb(240, 129, 6) 100%);
  z-index: -1;
  -webkit-clip-path: polygon(0.4% 38%, 99.6% 0, 96.6% 92%, 1.4% 81%);
  clip-path: polygon(0.4% 38%, 99.6% 0, 96.6% 92%, 1.4% 81%);
}
@media screen and (max-width: 767px) {
  .common__ttl-label.label-red::after {
    -webkit-clip-path: initial;
    clip-path: initial;
  }
}
.common__ttl-label.is-num {
  display: flex;
  align-items: center;
}

.common__ttl-labelNum {
  background-color: #CC3325;
  width: 80px;
  min-width: 80px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 50px;
  outline-style: solid;
  outline-width: 1px;
  outline-color: var(--white);
  outline-offset: -2px;
  margin-right: 20px;
}
.common__ttl-labelNum .is-inner {
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .common__ttl-labelNum {
    width: 50px;
    min-width: 50px;
    font-size: 30px;
    margin-right: 10px;
  }
}

.common__ttl-labelTxt {
  font-weight: 700;
  line-height: 1.2;
}

.common__ttl-middle {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .common__ttl-middle {
    font-size: 5vw;
  }
}
.common__ttl-middle .is-small {
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .common__ttl-middle .is-small {
    font-size: 4.5vw;
  }
}

.common__ttl-yBox,
.entry-content h3 {
  position: relative;
  background-color: #fef9d7;
  border-style: solid;
  border-color: #fbe3a7;
  border-width: 1px;
  padding: 10px 15px 8px 37px;
}

.common__ttl-yBox::before,
.entry-content h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--yellow_F5);
}

.moreLink {
  margin-top: 0.4em;
  text-align: right;
}
.moreLink a {
  font-weight: 600;
  text-decoration: underline;
  color: #024e76;
}

.mt-1em {
  margin-top: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.alignleft {
  float: left;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    margin-right: initial;
  }
}

.alignright {
  float: right;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .alignright {
    float: none;
    margin-left: initial;
  }
}

@media screen and (max-width: 767px) {
  .alignleftFixed,
  .alignrightFixed {
    width: 60%;
  }
}

.alignleftFixed {
  float: left;
  margin-right: 16px;
}

.alignrightFixed {
  float: right;
  margin-left: 16px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

img.alignleft, img.alignright, img.aligncenter {
  margin-top: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  img.alignleft, img.alignright, img.aligncenter {
    margin-top: initial;
  }
}

@media screen and (max-width: 767px) {
  img.size-medium {
    width: 100%;
  }
}

ul.alignleft {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .readmore {
    position: relative;
    padding-bottom: 30px;
  }
}

.readmore__input,
.readmore__label {
  display: none;
}

@media screen and (max-width: 767px) {
  .readmore__input {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .readmore__label {
    display: inline-block;
    position: absolute;
    display: table;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    color: var(--black);
    text-align: center;
    cursor: pointer;
    z-index: 1;
  }
  .readmore__label::before {
    content: "続きを見る▼";
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .readmore__input[type=checkbox] {
    display: none;
  }
  .readmore__input[type=checkbox]:checked ~ .readmore__label::before {
    content: "閉じる▲";
    text-decoration: underline;
  }
  .readmore__content {
    position: relative;
    overflow: hidden;
  }
  .readmore__content p {
    display: none;
  }
  .readmore__input[type=checkbox]:checked ~ .readmore__content {
    height: auto;
  }
  .readmore__input[type=checkbox]:checked ~ .readmore__content p {
    display: inline-block;
  }
}
.common__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
.common__txt.is-middle {
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .common__txt.is-middle {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .common__txt {
    font-size: 6vw;
  }
}

/*---------- ボックス ----------*/
.common__boxList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
  font-size: 14px;
}
.common__boxList li {
  width: calc(50% - 20px);
  border-style: solid;
  border-width: 5px;
  border-color: var(--beige_f7);
}
@media screen and (max-width: 767px) {
  .common__boxList li {
    width: 100%;
  }
}

.common__boxList-inner {
  padding: 20px 10px;
}

.common__boxList-img {
  margin-bottom: 6px;
}
.common__boxList-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------- 施術内容・料金 ----------*/
.common__boxList.is-menu .common__boxList-img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/150;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common__boxList.is-menu img {
  height: 100%;
}

.common__arrow_gray,
.common__arrow_yellow {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common__arrow_gray,
  .common__arrow_yellow {
    width: 30%;
    margin: auto;
  }
}

.entry-content ul.check-list-table {
  margin: 1em 0 1.2em;
}
.entry-content ul.check-list-table li {
  position: relative;
  padding-left: 33px;
}
.entry-content ul.check-list-table li::before {
  content: "";
  background-image: url(../images/common/icon_list-check.png?version=240424);
  width: 26px;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.memoCard {
  background-color: #ffffed;
  text-align: center;
  padding: 18px 15px;
}
.memoCard .is-attention {
  color: #f20000;
  font-size: 20px;
  font-weight: 600;
  margin: 0.8em 0 1.2em;
}
@media screen and (max-width: 767px) {
  .memoCard .is-attention {
    font-size: 18px;
  }
}
.memoCard ul {
  font-size: 14px;
  margin: 0.8em 0 1.2em;
}

.check__list {
  position: relative;
  background-color: var(--beige_f7);
  padding: 36px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .check__list {
    padding: 1.3em;
    margin: 5.5vw 0;
  }
}
.check__list li {
  position: relative;
  padding-left: 33px;
}
@media screen and (max-width: 767px) {
  .check__list li {
    padding-left: 28px;
  }
}
.check__list li + li {
  margin-top: 8px;
}
.check__list li::before {
  content: "";
  background-image: url(../images/common/icon_list-check.png?version=240424);
  width: 26px;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .check__list li::before {
    width: 20px;
  }
}

/*
	効果 ビフォーアフター
---------------------------------------------------- */
.effect {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .effect {
    padding-top: 20px;
  }
}

.effect__ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700 !important;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .effect__ttl {
    font-size: 18px;
  }
}

.effect__txt {
  text-align: center;
  font-size: 24px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .effect__txt {
    text-align: center;
    font-size: 18px;
    margin-top: 14px;
  }
}
.effect__txt .color-orange_D9 {
  font-weight: 600;
  text-decoration: underline;
}

/*
	激戦区（＋TOP）
---------------------------------------------------- */
#container .whyArea {
  position: relative;
}
#container .whyArea::before {
  content: "";
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.722;
  background-color: var(--beige_F4);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#container .whyArea__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 44px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}
@media screen and (max-width: 767px) {
  #container .whyArea__txt {
    font-size: 6.3vw;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
  }
}
#container .whyArea__txt .is-large {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  #container .whyArea__txt .is-large {
    font-size: 6.2vw;
  }
}
#container .whyArea__txt .is-attention {
  position: relative;
  padding: 0 17px;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  #container .whyArea__txt .is-attention {
    padding: 0 2vw;
    margin: 0 2vw 0 -4vw;
  }
}
#container .whyArea__txt .is-attention::before, #container .whyArea__txt .is-attention::after {
  content: "";
  position: absolute;
  top: 60%;
  background-color: var(--yellow_F5);
  width: 5px;
  height: 64%;
}
@media screen and (max-width: 767px) {
  #container .whyArea__txt .is-attention::before, #container .whyArea__txt .is-attention::after {
    width: 2px;
  }
}
#container .whyArea__txt .is-attention::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}
#container .whyArea__txt .is-attention::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
#container .whyArea__txt .is-small {
  position: relative;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  #container .whyArea__txt .is-small {
    font-size: 5.2vw;
  }
}
#container .whyArea__txt .is-01 {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  #container .whyArea__txt .is-01 {
    margin-left: 8vw;
  }
}
#container .whyArea__txt .is-why {
  transform: rotate(-15deg);
  font-size: 53px;
  position: absolute;
  top: 0;
  left: -115px;
  color: #000;
}
@media screen and (max-width: 767px) {
  #container .whyArea__txt .is-why {
    font-size: 8vw;
    left: -18vw;
  }
}
#container .whyArea__txt .is-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: translateX(-50%);
  z-index: -1;
}
#container .whyArea__txt .is-whyMark {
  transform: translateY(-50%) rotate(20deg);
  font-size: 60px;
  position: absolute;
  top: 50%;
  right: -44px;
}
@media screen and (max-width: 767px) {
  #container .whyArea__txt .is-whyMark {
    transform: translateY(-50%) rotate(10deg);
    font-size: 7vw;
    right: -6vw;
  }
}
#container .whyArea__img {
  margin-top: -30px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  #container .whyArea__img {
    margin-top: -10px;
    margin-left: initial;
  }
}

/*
	推薦の声（＋TOP）
---------------------------------------------------- */
.voice__cardListYellow__item-bodyInfo {
  font-weight: 600;
  color: #993300;
  font-size: 14px;
}

.voice__cardListYellow__item-body {
  margin-top: 1em;
}

.voice__cardListYellow__item-bodyTxtBox {
  font-size: 14px;
}

.entry-content .voice__cardListYellow__item-bodyTxtBox p {
  margin: initial;
}

.voice__cardListYellow li + li {
  margin-top: 1.4em;
}
.voice__cardListYellow .voice__cardListYellow__item-bodyImg.alignrightFixed {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .voice__cardListYellow .voice__cardListYellow__item-bodyImg.alignrightFixed {
    max-width: 140px;
  }
}
.voice__cardListYellow img {
  width: 100%;
}
.voice__cardListYellow.is-voiceModel .voice__cardListYellow__item-bodyImg.alignrightFixed {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .voice__cardListYellow.is-voiceModel .voice__cardListYellow__item-bodyImg.alignrightFixed {
    max-width: 140px;
  }
}

/*
	お客様の声（＋TOP）
---------------------------------------------------- */
.voice__cardList {
  margin: 20px 0;
}
.voice__cardList li {
  background-color: #f7f6f0;
  padding: 1.4em 1.2em;
}
@media screen and (max-width: 767px) {
  .voice__cardList li {
    padding: 1.4em 0.8em;
  }
}
.voice__cardList li + li {
  margin-top: 1.4em;
}
.voice__cardList .voice__cardItem-bodyImg {
  max-width: 170px;
}
.voice__cardList img {
  width: 100%;
}

.voice__cardItem-headTtl {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .voice__cardItem-headTtl {
    font-size: 1.14em;
  }
}

.voice__cardItem-bodyTxtBox {
  margin-top: 0.6em;
  font-size: 14px;
}

.voice__cardItem-bodyInfo {
  font-weight: 600;
  color: #993300;
  font-size: 13px;
}

.voice__cardItem-bodyTxt {
  margin-top: 0.3em;
}

/*
	7つのメリット
---------------------------------------------------- */
.merit {
  padding-top: 42px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .merit {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.merit__ttl {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: var(--yellow_F5);
}
@media screen and (max-width: 767px) {
  .merit__ttl {
    font-size: 24px;
  }
}

.merit ul {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .merit ul {
    margin-top: 1em;
  }
}

.merit__box {
  margin-top: 1em;
}

.merit__box-txt {
  font-size: 14px;
  margin-top: 10px;
}

.merit__list li + li {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .merit__list li + li {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .merit__list li .common__ttl-label {
    padding: 12px 10px 10px;
  }
}
.merit__list li .common__ttl-labelNum .is-inner {
  margin-top: initial;
}

/*
	ACF
---------------------------------------------------- */
/*---------- 交通 記載量が多い場合 ----------*/
.acf-traffic hr {
  border-top: dotted 1px #ddd;
}

#sidebar .acf-traffic .is-long,
footer .acf-traffic .is-long {
  display: none;
}

.entry-content.is-access .acf-traffic .is-short {
  display: none;
}

/*# sourceMappingURL=common.css.map */