@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  color: #333333;
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

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

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

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

strong {
  font-weight: normal;
}

ul, ol, li {
  list-style-type: none;
}

body {
  position: relative;
  width: 100%;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #333333;
}
@media screen and (max-width: 768px) {
  body {
    margin-bottom: 18.6vw;
  }
}

a {
  letter-spacing: 0.05em;
}

a:hover {
  opacity: 1;
  transition: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.tab {
  display: none;
}

.header {
  padding: 0;
  height: 108px;
  box-sizing: border-box;
}
.header .page_title {
  margin: 1vw 0 0 1vw;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-right: 88px;
  margin-bottom: -2vw;
}
.header .header_left {
  padding: 2.5vw 0 2.5vw 0.5vw;
}
.header .header_left .clinic_box {
  display: flex;
  align-items: center;
}
.header .header_left .clinic_box .logo {
  margin-top: 5px;
  width: 54px;
  height: 54px;
  margin-right: 1vw;
}
.header .header_left .clinic_box .clinic_name01 {
  margin: -0.3em 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 11px;
  letter-spacing: 0.01em;
}
.header .header_left .clinic_box .clinic_name02 {
  margin: -0.25em 0;
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 24px;
  letter-spacing: 0.15em;
}
.header .header_left .clinic_box .clinic_name03 {
  margin: -0.3em 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.header .header_right {
  display: none;
}

.ham {
  display: block;
  position: fixed;
  z-index: 1002;
  top: 0px;
  right: 0;
  width: 18.6vw;
  height: 18.6vw;
  background: #172243;
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #172243;
  font-size: 3.7vw;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 1.26vw;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 8vw;
}
.ham .menu_border:nth-of-type(2) {
  top: 10.66vw;
}
.ham .menu_border:nth-of-type(3) {
  top: 13.36vw;
}
.ham a.active span:nth-of-type(1) {
  top: 10vw;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 10vw;
  transform: rotate(-45deg);
}

.copy_header {
  display: none;
}

.copy_ham {
  display: none;
}

.ham_sitemap {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #172243;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 1280px;
  max-width: 100%;
  padding: 21.3vw 5vw;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.ham_sitemap .link_text:before {
  display: none;
}
.ham_sitemap .link_text a {
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  padding: 6vw 0 6% 12vw;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 4.4vw;
}
.ham_sitemap .text {
  padding: 4vw 0 4vw 4vw;
  margin-bottom: 0;
  font-size: 4.4vw;
  color: #fff;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 13.8vw;
}
.ham_sitemap .sitemap01 .list {
  display: block;
}
.ham_sitemap .sitemap01 .link_text {
  padding: 0 0 6vw;
  text-indent: initial;
}
.ham_sitemap .sitemap01 .link_text a {
  padding: 6vw 0vw 6vw 9vw;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  display: none;
}
.ham_sitemap .sitemap01 .item a {
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  padding: 6vw 0 6vw 4vw;
  text-indent: initial;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 4.4vw;
}
.ham_sitemap .sitemap02 {
  margin-bottom: 0;
}
.ham_sitemap .sitemap02 .link_text {
  padding: 6vw 0 4vw;
  text-align: center;
}
.ham_sitemap .sitemap02 .link_text a {
  padding: 4vw 0 4vw;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
  margin: 8vw 0;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 50%;
  margin-bottom: 5.5vw;
  box-sizing: border-box;
  text-align: center;
}
.ham_sitemap .sitemap02 .item a {
  display: block;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 4vw;
}
.ham_sitemap .sitemap02 .item img {
  width: 15.4vw;
  height: 15.4vw;
  padding-right: 0;
  padding-bottom: 2.7vw;
}
.ham_sitemap .nav_contact {
  margin-bottom: 5.5vw;
  text-align: center;
}
.ham_sitemap .nav_contact .text01 {
  margin-bottom: 5.5vw;
  font-size: 4.2vw;
  letter-spacing: 0.1em;
  color: #fff;
}
.ham_sitemap .nav_contact .text02 {
  margin-bottom: 5.5vw;
  font-size: 4.4vw;
  letter-spacing: 0.1em;
  color: #fff;
}
.ham_sitemap .nav_contact .reserve_btn {
  width: 100%;
  margin-bottom: 5.5vw;
}
.ham_sitemap .nav_contact .reserve_btn img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ham_sitemap .nav_contact .tel_btn {
  width: 100%;
}
.ham_sitemap .nav_contact .tel_btn img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ham_sitemap .nav_contact .timetable {
  width: 100%;
}
.ham_sitemap .nav_contact .timetable img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav {
  display: none;
}

.breadcrumb {
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 5.5vw 0 8vw 5.5vw;
  margin: 0 auto;
  box-sizing: border-box;
}
.breadcrumb .item {
  font-size: 3.4vw;
}
.breadcrumb .item a {
  font-size: 3.4vw;
}
.breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 2em;
}
.breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 0.7em;
  top: 0;
}

.sp_fixed {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 18.6vw;
  box-sizing: border-box;
}
.sp_fixed .wrap {
  width: 100%;
  display: flex;
}
.sp_fixed .fix_freedial {
  width: 28%;
}
.sp_fixed .fix_freedial img {
  width: 100%;
}
.sp_fixed .fix_reserve {
  width: 36%;
}
.sp_fixed .fix_reserve img {
  width: 100%;
}
.sp_fixed .fix_implant {
  width: 36%;
}
.sp_fixed .fix_implant img {
  width: 100%;
}

/* fixed_ai */
.fixed_ai {
  position: fixed;
  z-index: 1000;
  bottom: 2vw;
  right: initial;
  left: 2vw;
  width: 53vw;
  height: 18.66vw;
  /* padding: 10px 0; */
  padding: initial;
  border: 0px solid #00B9EF;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 2px #333;
  transition: 0.5s;
}
.fixed_ai img {
  width: 100%;
  height: 100%;
}

.fixed_ai.show {
  bottom: 10px;
}/*# sourceMappingURL=ortho_common.css.map */