@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
#page-top {
  font-family: Arial, Helvetica, "sans-serif";
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 10000;
}
#page-top a {
  width: 87px;
  display: block;
}
@media screen and (max-width: 480px) {
  #page-top a {
    width: 44px;
  }
}
#page-top a:hover {
  opacity: 0.8;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: normal;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  min-width: 1024px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  body {
    min-width: initial;
    font-size: 1.125em;
  }
}

.stuffing {
  font-feature-settings: "palt" 1;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.text_set {
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lshalf {
  letter-spacing: -0.5em;
}

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

a {
  color: #2ea6ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

b,
strong,
.bold {
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: -135px;
}
@media screen and (max-width: 480px) {
  .anchor_base .anchor_point {
    top: -115px;
  }
}

.page_break_before {
  page-break-before: always;
}

.page_break_after {
  page-break-after: always;
}

.alpha {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.alpha:hover {
  opacity: 0.8;
}

.ls_half {
  letter-spacing: 0.5em;
}

.ls_full {
  letter-spacing: 1em;
}

@media screen and (max-width: 480px) {
  .hide_mobile {
    display: none;
  }
}

.active_mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .active_mobile {
    display: inline-block;
  }
}

@media print {
  body {
    width: 1024px;
  }
}
.jpeg {
  width: 1024px;
  margin: auto;
}
.jpeg li {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .jpeg {
    width: 100%;
  }
}

header {
  width: 100%;
}

#top-head {
  top: 0px;
  position: fixed;
  width: 100%;
  height: 105px;
  box-sizing: border-box;
  padding: 5.5px 0 0;
  z-index: 20000;
  background: #fff;
}
@media screen and (max-width: 480px) {
  #top-head {
    padding: 0;
    height: 85px;
  }
}
#top-head__inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #top-head__inner {
    display: block;
    position: relative;
  }
}
#top-head__inner .h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 300 !important;
}
@media screen and (max-width: 480px) {
  #top-head__inner .h1 {
    align-items: flex-start;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    top: 15px;
  }
}
#top-head__inner .h1 .tm {
  width: 85px;
}
@media screen and (max-width: 480px) {
  #top-head__inner .h1 .tm {
    width: 90px;
  }
}
#top-head__inner .h1 h1 {
  width: 360px;
  margin-left: 1.125em;
}
@media screen and (max-width: 480px) {
  #top-head__inner .h1 h1 {
    width: 260px;
    margin-left: 0.75em;
  }
}
#top-head__inner .cl_info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  #top-head__inner .cl_info {
    display: none;
  }
}
#top-head__inner .cl_info dt {
  box-sizing: border-box;
  font-size: 0.9375em;
  padding-top: 3.5px;
}
#top-head__inner .cl_info dt .route {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  color: #c04f8a;
}
#top-head__inner .cl_info dt ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.5px;
}
#top-head__inner .cl_info dt ul li:first-child {
  width: 142px;
}
#top-head__inner .cl_info dt ul li:last-child {
  line-height: 1.1333;
  margin-left: 13px;
  font-weight: 500;
}
#top-head__inner .cl_info dd {
  margin-left: 18px;
  position: relative;
  width: 137px;
}
#top-head__inner .cl_info dd .buttons {
  position: absolute;
  right: 0;
  top: 0;
  display: grid;
  grid-template-columns: repeat(2, 66px);
  gap: 5px;
}
#top-head__inner .cl_info dd .buttons button {
  font-size: 15px;
  padding: 0.125em 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background: linear-gradient(to right, #d576a1 20%, #c16291 75%);
  border-radius: 5px;
}
#top-head__inner .cl_info dd .buttons button.item01 {
  grid-area: 1/1/2/2;
}
#top-head__inner .cl_info dd .buttons button.item02 {
  grid-area: 1/2/2/3;
}
#top-head__inner .cl_info dd .buttons button.item03 {
  grid-area: 2/1/3/3;
}
#top-head__inner .cl_info dd .buttons button:hover {
  opacity: 0.85;
}
#top-head__inner .cl_info dd .buttons button a {
  color: #fff;
}
#top-head__inner .cl_info dd .buttons button a:hover {
  text-decoration: none;
}
#top-head__inner .cl_info dd .buttons button.item04 {
  grid-area: 3/1/4/3;
  border-radius: 0;
  padding: 0;
  background: none;
  transition: all 0.4s;
}
#top-head__inner .cl_info dd .buttons button.item04:hover {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  opacity: 1;
}
#top-head__inner .cl_info dd .buttons button.item04 a {
  background: none;
}

#global-nav {
  position: absolute;
  top: -1000px;
  background: rgba(213, 118, 161, 0.9);
  width: 100%;
  padding: 0;
  transition: 0.5s ease-in-out;
}
#global-nav img {
  width: auto;
}
#global-nav ul {
  position: static;
  font-size: 1em;
  padding: 90px 0 1.5em;
  display: flex;
}
#global-nav ul > li {
  float: none;
  position: static;
  padding: 0 1em;
}
#global-nav ul > li:first-child {
  white-space: nowrap;
}
#global-nav ul > li:first-child .hongouin {
  width: 162px;
  margin-top: 3em;
}
#global-nav ul > li:first-child .hongouin img {
  width: 100%;
}
#global-nav ul > li:first-child .hongouin2 {
  width: 162px;
  margin-top: 1em;
}
#global-nav ul > li:first-child .hongouin2 img {
  width: 100%;
}
#global-nav ul > li h3 {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding-left: 0.5em;
}
#global-nav ul > li p {
  line-height: 1.25;
  margin-top: 1em;
}
#global-nav ul > li p + p {
  margin-top: 0.75em;
}
#global-nav ul > li a {
  width: 100%;
  display: block;
  padding: 0;
  font-weight: 500;
  color: #fff;
}
#global-nav ul > li a:hover {
  text-decoration: none;
}
#global-nav ul > li a:nth-child(n+2) {
  position: relative;
  padding-left: 1em;
}
#global-nav ul > li a:nth-child(n+2)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "・";
}
#global-nav ul > li ol {
  padding-left: 1em;
}
#global-nav ul > li ol li {
  padding-left: 1em;
  position: relative;
}
#global-nav ul > li ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "＊";
  color: #fff;
}
#global-nav hr {
  border-top: 1px dotted #fff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 0.5em 0;
}

#mobile-head {
  width: 100%;
  height: 67px;
  z-index: 999;
  position: relative;
}

#nav-toggle {
  display: none;
  position: absolute;
  box-sizing: border-box;
  padding: 13px 18px 0;
  right: 20px;
  top: 10px;
  width: 66px;
  height: 63px;
  cursor: pointer;
  z-index: 101;
  background: url("../img/common/ham_bg_66.svg") center center/contain no-repeat;
}
@media screen and (max-width: 480px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 1px;
  top: 0;
}
#nav-toggle span:nth-child(2) {
  height: 5px;
  width: 100%;
  background: #fff;
  top: 11px;
  border-radius: 1px;
}
#nav-toggle span:nth-child(3) {
  height: 5px;
  width: 100%;
  background: #fff;
  top: 22px;
  border-radius: 1px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  display: none;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-315deg);
}

.open #global-nav {
  transform: translateY(1000px);
}

.spacer {
  width: 100%;
  height: 105px;
}
@media screen and (max-width: 480px) {
  .spacer {
    height: 85px;
  }
}

#navi {
  width: 100%;
  max-width: 960px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  #navi {
    display: none;
  }
}
#navi > ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-template-rows: auto;
  gap: 1.25em;
  justify-content: start;
  font-size: 15px;
}
#navi > ul > li > span {
  display: block;
  position: relative;
  width: 100%;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 0 0.5em;
}
#navi > ul > li > span:hover {
  border: 1px solid #8b1e41;
}
#navi > ul > li > span a {
  line-height: 22px;
  color: #424142;
  font-weight: 500;
}
#navi > ul > li > span a:hover {
  text-decoration: none;
  color: #8b1e41;
}
#navi > ul > li ul {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 105px;
  background: rgba(225, 184, 214, 0.85);
  text-align: left;
  box-sizing: border-box;
  padding-left: calc(50% - 55px);
  padding-bottom: 2em;
  padding-top: 1em;
}
#navi > ul > li ul > li {
  width: 360px;
  border-bottom: 1px dashed #fff;
  line-height: 1.5;
  box-sizing: border-box;
  padding-left: 0.5em;
  padding: 0.35em 0 0.35em 0.5em;
}
#navi > ul > li ul > li:first-child {
  font-size: 1.125em;
}
#navi > ul > li ul > li:hover {
  background: rgba(213, 118, 161, 0.3);
}
#navi > ul > li ul > li a {
  color: #222;
  display: block;
  font-weight: 500;
}
#navi > ul > li ul > li a:hover {
  text-decoration: none;
}
#navi > ul > li ul > li:first-child {
  font-size: 1.125em;
}
#navi > ul > li ul > li:first-child a {
  color: #901c62;
}

.mobile_button {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile_button {
    display: block;
    width: 100%;
    padding: 8px 0;
    background: #efddec;
  }
  .mobile_button p {
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    color: #605f60;
  }
  .mobile_button p span {
    color: #b95489;
  }
  .mobile_button .tel {
    width: 152px;
    margin: 0.3em auto 0.5em;
  }
  .mobile_button .buttons {
    width: 95.8333%;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .mobile_button .buttons li {
    width: 32.174%;
    position: relative;
    border-radius: 5px;
  }
  .mobile_button .buttons li:nth-child(1) {
    background: url("../img/common/icon01_44.svg") right 5px center/contain no-repeat, #d576a1;
  }
  .mobile_button .buttons li:nth-child(2) {
    background: url("../img/common/icon02_44.svg") right 5px center/contain no-repeat, #d576a1;
  }
  .mobile_button .buttons li:nth-child(3) {
    background: url("../img/common/icon03_44.svg") right 5px center/contain no-repeat, #d576a1;
  }
  .mobile_button .buttons li::before {
    width: 100%;
    display: block;
    content: "";
    padding-top: 29.7297297297%;
    overflow: hidden;
  }
  .mobile_button .buttons li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .mobile_button .buttons li a p {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
  }
  .mobile_button .youtube {
    width: 32.174%;
    margin: 7px auto 0;
  }
}

.wrapper {
  width: 93.75%;
  max-width: 1024px;
  margin: auto;
  position: relative;
}
.wrapper .md {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  border: 1px solid #aba481;
  position: relative;
  background: #fff;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (width <= 480px) {
  .wrapper .md.plus {
    height: 74px;
  }
}
.wrapper .md h2 {
  font-size: 24px;
  position: absolute;
  line-height: 1.25;
  left: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  color: #8b1e41;
  font-weight: 500;
}

footer {
  width: 100%;
  padding: 50px 0 12px;
  background: #e9e6e0;
}
@media screen and (max-width: 480px) {
  footer {
    padding: 14px 0;
  }
}
footer .inner {
  width: 93.75%;
  max-width: 1024px;
  margin: auto;
}
footer .inner__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  footer .inner__inner {
    display: none;
  }
}
footer .inner__inner .banner_area {
  width: 244px;
  margin-left: 150px;
}
footer .inner__inner .banner_area .medical_foot_care:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
footer .inner__inner .banner_area .hongouin_footer {
  margin-top: 0.5em;
}
footer .inner__inner .banner_area .hongouin_footer:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
footer .inner__inner .banner_area .mfc_info {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
footer .inner__inner .banner_area .mfc_info p {
  display: inline-block;
  text-align: left;
}
footer .inner__inner .links {
  display: flex;
}
footer .inner__inner .links li {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", sans-serif;
}
footer .inner__inner .links li p {
  margin-top: 7px;
  padding-left: 8px;
  box-sizing: border-box;
}
footer .inner__inner .links li p a {
  color: #5f5f5f;
}
footer .inner__inner .links li p a:hover {
  text-decoration: none;
  color: #8b1e41;
}
footer .inner__inner .links li h3 {
  border: 1px solid #5f5f5f;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 7px;
  margin-bottom: 0.75em;
  line-height: 1.8;
}
footer .inner__inner .links li:nth-child(n+2) {
  margin-left: 20px;
}
footer .inner .copyright {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 0.9375em;
}
@media screen and (max-width: 480px) {
  footer .inner .copyright {
    margin: inherit;
  }
}/*# sourceMappingURL=common.css.map */