@charset "UTF-8";
.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gridbox {
  display: grid;
  row-gap: 0px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 375px;
    margin-bottom: 21.33vw;
  }
  a {
    letter-spacing: 0.05em;
  }
  a:hover {
    opacity: 1;
    transition: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .flexbox {
    display: block;
    margin: 0 auto;
  }
}
.footer {
  box-sizing: border-box;
  padding-top: 100px;
  padding: initial !important;
  background-color: #fff;
}
.footer .f_inner {
  position: relative;
  display: block;
  width: 1440px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .contact .contact_subtitle {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 95px;
  font-weight: 200;
  letter-spacing: 0.15em;
  text-align: center;
  color: #8FB4C7;
  margin-bottom: -20px;
}
.footer .contact .contact_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.footer .contact .flexbox01 {
  margin-bottom: 100px;
}
.footer .contact .flexbox01 .tel_link {
  margin-right: 160px;
}
.footer .contact .flexbox02 {
  width: 100%;
  margin-bottom: 50px;
}
.footer .contact .flexbox02 .tel_link {
  width: clamp(469px, 36.666vw, 528px);
  margin-right: 40px;
}
.footer .contact .flexbox02 .tel_link a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .contact .flexbox02 .tel_link .num {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 1.2em;
  letter-spacing: 0.1em;
  font-size: 46px;
  font-weight: 600;
  text-wrap: nowrap;
  position: relative;
}
.footer .contact .flexbox02 .tel_link .num::before {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
  background: url(/images/common/f_tel_icon.webp) center/contain no-repeat;
  width: 46px;
  height: 46px;
}
.footer .contact .flexbox02 .tel_link .address {
  font-size: 24px;
  text-align: center;
  text-wrap: nowrap;
}
.footer .contact .flexbox02 .timetable {
  width: clamp(458px, 44.791vw, 645px);
}
.footer .contact .flexbox02 .timetable img {
  width: 100%;
  height: 100%;
}
.footer .prelusion_banner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.footer .prelusion_banner .link_prelusion {
  width: 100%;
  max-width: 100%;
}
.footer .prelusion_banner .link_prelusion a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .prelusion_banner .link_prelusion img {
  width: 100%;
  height: 100%;
}
.footer .access_box .access_title {
  padding-left: 1em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 95px;
  color: #2063A6;
}
.footer .access_box iframe {
  width: 100%;
  max-width: 100%;
  height: 625px;
}
.footer .footer_sitemap {
  background-color: #2063A6;
  padding: 80px 20px 100px;
}
.footer .footer_sitemap .link_text {
  margin-bottom: 20px;
}
.footer .footer_sitemap .link_text a {
  padding-left: 1.3em;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "noto sans jp", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
}
.footer .footer_sitemap .link_text {
  position: relative;
}
.footer .footer_sitemap .link_text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url(/images/common/f_link_icon.webp) center/contain no-repeat;
  width: 12px;
  height: 13px;
}
.footer .footer_sitemap .link_text {
  content: "";
}
.footer .footer_sitemap .title {
  font-size: 20px;
  color: #E4B419;
  margin-bottom: 20px;
}
.footer .footer_sitemap .gridbox {
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.footer .footer_sitemap .gridbox .indent {
  padding-left: 1.2em;
}
.footer .footer_sitemap .link_invisalign {
  display: flex;
  justify-content: right;
}
.footer .copyright {
  padding: 20px 0 0;
  font-size: 15px;
  color: #2063A6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 13.8vw;
  }
  .footer .contact .contact_subtitle {
    font-size: 10.66vw;
    font-weight: 200;
    letter-spacing: 0.15em;
    margin-bottom: -3.5vw;
  }
  .footer .contact .contact_title {
    font-size: 7.93vw;
    font-weight: 600;
    margin-bottom: 13.8vw;
  }
  .footer .contact .flexbox01 {
    margin-bottom: 8vw;
  }
  .footer .contact .flexbox01 .tel_link {
    margin-right: initial;
    width: 91.46vw;
    margin: 0 auto 4.2vw;
  }
  .footer .contact .flexbox01 .tel_link a img {
    width: 100%;
  }
  .footer .contact .flexbox01 .reserve_link {
    width: 88.53vw;
    margin: 0 auto;
  }
  .footer .contact .flexbox01 .reserve_link a img {
    width: 100%;
  }
  .footer .contact .flexbox02 {
    width: 100%;
    margin-bottom: 8vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .contact .flexbox02 .tel_link {
    width: 100%;
    max-width: initial;
    margin-right: initial;
  }
  .footer .contact .flexbox02 .tel_link a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer .contact .flexbox02 .tel_link .num {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 1.3em;
    letter-spacing: 0.06em;
    font-size: 9.46vw;
    font-weight: 600;
    text-wrap: nowrap;
    position: relative;
  }
  .footer .contact .flexbox02 .tel_link .num::before {
    content: "";
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 0;
    background: url(/images/common/f_tel_icon.webp) center/contain no-repeat;
    width: 9.6vw;
    height: 9.6vw;
  }
  .footer .contact .flexbox02 .tel_link .address {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 5.6vw;
    text-align: left;
    text-wrap: nowrap;
  }
  .footer .contact .flexbox02 .timetable {
    width: 96%;
    margin: 0 auto 2.4vw;
  }
  .footer .contact .flexbox02 .timetable img {
    width: 100%;
    height: 100%;
  }
  .footer .prelusion_banner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 6.6vw;
  }
  .footer .prelusion_banner .link_prelusion {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer .access_box .access_title {
    padding-left: 1em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 10.66vw;
    color: #2063A6;
  }
  .footer .access_box iframe {
    width: 100%;
    max-width: 100%;
    height: 64vw;
  }
  .footer .footer_sitemap {
    background-color: #2063A6;
    padding: 8vw 5.5vw 13.8vw;
  }
  .footer .footer_sitemap .link_text {
    margin-bottom: 4.2vw;
  }
  .footer .footer_sitemap .link_text a {
    padding-left: 1.1em;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4.26vw;
    letter-spacing: 0.01em;
    color: #fff;
  }
  .footer .footer_sitemap .link_text {
    position: relative;
  }
  .footer .footer_sitemap .link_text::before {
    content: "";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -0.5vw;
    background: url(/images/common/f_link_icon.webp) center/contain no-repeat;
    width: 3.2vw;
    height: 3.46vw;
  }
  .footer .footer_sitemap .link_text {
    content: "";
  }
  .footer .footer_sitemap .title {
    font-size: 5.33vw;
    color: #E4B419;
    margin-bottom: 5.33vw;
  }
  .footer .footer_sitemap .gridbox {
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 4.2vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .footer_sitemap .gridbox .indent {
    padding-left: 1.2em;
  }
  .footer .footer_sitemap .link_invisalign {
    padding-top: 4.2vw;
    display: flex;
    justify-content: center;
  }
  .footer .footer_sitemap .link_invisalign a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .footer .footer_sitemap .link_invisalign a img {
    width: 100%;
  }
  .footer .footer_sitemap .top_footer_space {
    padding: 16.7vw;
  }
  .footer .copyright {
    padding: 4.2vw 0 4.2vw 1em;
    font-size: 4vw;
    color: #2063A6;
    text-align: center;
    display: flex;
    align-items: center;
  }
}

/* インプラント講演会バナー */
.seminar_banner {
  z-index: 999;
  position: fixed;
  right: 5px;
  bottom: 180px;
}
@media screen and (max-width: 768px) {
  .seminar_banner {
    z-index: 999;
    position: fixed;
    right: 5px;
    bottom: 45.33vw;
    width: 26.66vw;
  }
  .seminar_banner a img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 16vw;
    display: flex;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 0;
  }
  .sp_fixed .fix_freedial {
    width: 50vw;
    height: 16vw;
  }
  .sp_fixed .fix_freedial img {
    width: 100%;
  }
  .sp_fixed .fix_reserve {
    width: 50vw;
    height: 16vw;
  }
  .sp_fixed .fix_reserve img {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */