@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}
body {
  background: #fffbef;
  color: #333333;

  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
}

/* RESET */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background: #ff0000;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
img,
figure,
figcaption {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #333333;
  text-decoration: none;
  display: inline;
  /* display: inline-block; */
}
p {
}
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  width: 100%;
  border: none;
}
tbody {
  border-top: 0px;
}
th,
tbody th {
  padding-right: 0em;
  border-bottom: none;
}
input {
  -webkit-appearance: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/*　#Header */
#Header .Logo a,
#Header .Logo a img,
#Footer .Logo a,
#Footer .Logo a img {
  display: block;
}
#Header {
  background: #fffbef;
}
#Header .Logo a {
  max-width: 50vw;
}
#Header .Logo {
  padding: 8px 5.33%;
}
#NavWrap .Nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#NavWrap a {
  font-weight: 700;
}
#NavWrap a.current:not(.nocurrent) {
  color: #68b47c;
}
.btnContact a {
  background: #68b47c;
  color: #ffffff;
  font-weight: 700;
}

/* FOOTER */
#Footer .fWrap {
  padding: 56px 0 24px 0;
  overflow: hidden;
}

#Footer .logoWrap {
  flex: 1;
}

#Footer .fWrap > .inner {
}
#Footer .logoWrap > *:not(:last-child) {
  margin-bottom: 32px;
}
#Footer .Logo a {
  max-width: 50vw;
}
#Footer .fAddress {
  grid-gap: 24px 120px;
}
#Footer .fMenu ul a {
  font-weight: 700;
}
#Footer .Copy {
  color: #333333;
  width: 100%;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
  text-align: center;
}

.menuItemBordered {
  border: #333333 1px solid;
  border-radius: 5px;
  padding: 2px 10px;
}

/* CONTENT */
.inner {
  padding: 0 5.33%;
}
main section:not(.Head):not(.full) {
  padding: 56px 0;
}
main section:not(.Head):not(.full).bottom {
  padding-bottom: 24px;
}

.introduction {
  padding-top: 56px !important;
}

.CenterAlignText {
  text-align: center;
}

.NoPaddingTop {
  padding-top: 0 !important;
}

.NoPaddingBottom {
  padding-bottom: 0 !important;
}

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

  /* FOOTER */
  #Footer .fWrap > .flex > *:not(:last-child) {
    margin-bottom: 40px;
  }
  #Footer .fAddress {
  }
  #Footer .fMenu {
    border: #c8c8c8 1px solid;
    border-left: none;
    border-right: none;
    padding: 32px 0;
  }
  #Footer .fMenu ul > li:not(:last-child) {
    margin-bottom: 16px;
  }
}

/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  a,
  a:hover,
  a *,
  a:hover *,
  a::before,
  a:hover::before,
  a::after,
  a:hover::after,
  .slick-arrow {
    transition: border 0.3s ease-out, background 0.3s ease-out,
      color 0.3s ease-out, opacity 0.3s ease-out;
  }
  a:hover {
    color: #68b47c;
  }
  a:hover img {
    opacity: 0.6;
  }

  /*　HEADER　*/
  .btnContact a:hover {
    background: #68b47c;
    color: #ffffff;
  }

  /* FOOTER */
  #Footer .fWrap {
    padding: 96px 0 32px 0;
  }
  #Footer .fWrap > .inner {
    grid-gap: 80px;
  }
  #Footer .Logo a {
    max-width: 370px;
    display: block;
  }
  #Footer .fMenu {
    margin-bottom: 15% !important;
  }
  #Footer .fMenu ul {
    display: flex;
    align-items: stretch;
    grid-gap: 1em 3em;
    flex-wrap: wrap;
  }
  #Footer .Copy {
    text-align: left;
  }

  /* CONTENT */
  main section:not(.Head):not(.full) {
    padding: 136px 0;
  }
  main section:not(.Head):not(.full).bottom {
    padding-bottom: 40px;
  }

  .clinicSection {
    padding-bottom: 179px !important;
  }

  .introduction {
    padding-top: 73px !important;
  }

  .inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
}

/*NAV
-------------------------------------------------------*/
@media screen and (max-width: 1069px) {
  /*　HEADER　*/
  #Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
  }
  #Header .Logo {
    z-index: 100;
  }
  #Header .Logo a {
    height: 44px;
    display: flex;
    align-items: center;
  }
  #Header .Logo a img {
    width: auto;
    max-height: 100%;
  }
  #NavWrap nav {
    background: #fffbef;
    width: 100%;
    height: 100%;
    padding: 32px 5.33%;
    padding-top: 80px;
    pointer-events: none;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: -99;
    opacity: 0;
  }
  #NavWrap.open nav {
    pointer-events: all;
    /*transition: all 0s;*/
    z-index: 99;
    opacity: 1;
  }
  #NavWrap nav > *:not(:last-child) {
    margin-bottom: 20px;
  }
  #NavWrap .Nav ul {
    flex-direction: column;
  }
  #NavWrap .Nav ul > *:not(:last-child) {
    margin-bottom: 8px;
  }
  #NavWrap .Nav a,
  #NavWrap .btnContact a {
    min-height: 32px;
    padding: 8px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
  }
  #NavWrap .btnContact a {
  }
  .Toggle {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  .Toggle span {
    background: #68b47c;
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    left: 10px;
    border-radius: 4px;
    transition: all 0.5s;
  }
  .Toggle span:nth-child(1) {
    top: 14px;
  }
  .Toggle span:nth-child(2) {
    top: 24px;
  }
  .Toggle span:nth-child(3) {
    bottom: 14px;
  }
  .open .Toggle span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .Toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .Toggle span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  main {
    padding-top: 60px;
  }
  .hideOnSp {
    display: none;
  }
}

@media print, screen and (min-width: 1070px) {
  /*　HEADER　*/
  #Header {
    align-items: center;
  }
  #Header .Logo {
    padding: 22px 60px;
  }
  #Header .Logo a {
    max-width: 370px;
  }
  #NavWrap {
  }
  #NavWrap a.current:not(.nocurrent)::after {
    content: "";
    background: #68b47c;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  #NavWrap nav {
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 30px;
  }

  #NavWrap .Nav ul {
    gap: 4.5em;
  }

  #NavWrap .Nav ul > li {
  }
  #NavWrap .Nav a,
  #NavWrap .btnContact a {
    line-height: 24px;
  }
  #NavWrap .btnContact a {
    min-width: 150px;
    text-align: center;
  }
  .hideOnPc {
    display: none;
  }
}
@media print, screen and (min-width: 1100px) {
  #NavWrap {
  }
}

/* ご予約・お問合せ */
.contactSection {
  background-color: #ffe836;
  border-radius: 30px;
  padding: 40px 20px;
  padding-bottom: 75px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.contactTitle {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 48px;
}

.contactText {
}

.contactContainer {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
  padding-top: 48px;
  width: 100%;
  box-sizing: border-box;
}

.phoneCardsContainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contactLink {
  display: block;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s;
}

.contactLink:hover {
}

.contactLink img:hover {
  opacity: 1;
}

.contactImage {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .contactSection {
    border-radius: 15px;
    padding: 40px 20px;
  }
  .contactContainer {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }

  .phoneCardsContainer {
    width: 100%;
  }

  .contactLink {
    width: 100%;
  }

  .contactTitle {
    margin-bottom: 20px;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-right: 0;
  padding-top: 24px;
}

.contact-block {
  display: flex;
}

.contact-block img {
  max-width: 100%;
  height: auto;
}

.contact-block a {
  display: block;
}

@media print, screen and (min-width: 1070px) {
  .contact-info {
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
    padding-top: 0;
  }
  #Header > div.flex.sb > div.contact-info.hideOnSp {
    margin-right: 60px;
  }
}

/* Footer */
.footerMenuContainer {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footerMenuContainer a:hover img {
  opacity: 1;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  flex: 1;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

/* PC screen setting */
@media (min-width: 768px) {
  .map {
    height: 395px;
    padding-top: 0;
  }
  .map iframe {
    border-radius: 20px;
  }
}

/* Floating Banner */
.floating-banner {
  position: fixed;
  z-index: 98;
  bottom: 25px;
  right: 25px;
}
.floating-banner__image {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .floating-banner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .floating-banner {
    display: block;
    width: 100vw;
    bottom: 0;
    right: 0;
  }
}
