@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: #363636;
  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;
  color: #363636;
}

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: #363636;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  right: 0;
}

.no-scroll {
  overflow: hidden;
}

/* ハンバーガークリック時 */
body.active {
  right: 40%;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  body.active {
    right: 70%;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

.ham_sitemap.active {
  right: 0;
}

.black_bg.active {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* ---------- */
.wrapper {
  position: relative;
  overflow: hidden;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_text {
  letter-spacing: .1em;
  line-height: 2;
  text-align: justify;
}

.cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cont:not(:last-of-type) {
  margin-bottom: 90px;
}

.textbox {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.imagebox {
  min-width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cont_title {
  margin-bottom: 33px;
  padding-left: 10px;
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: justify;
  color: #3e3a39;
}

.cont_text {
  padding-left: 10px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: justify;
  color: #3e3a39;
}

.cont_image {
  width: 100%;
}

.cont_image img {
  width: 100%;
  height: 100%;
}

.circle_text01 {
  position: absolute;
}

.circle_text02 {
  position: absolute;
}

.circle_text03 {
  position: absolute;
}

.circle_text04 {
  position: absolute;
}

.item_text {
  letter-spacing: .1em;
  line-height: 2;
  text-align: justify;
  color: #3e3a39;
}

.box_text {
  letter-spacing: .1em;
  line-height: 2;
  text-align: justify;
  color: #3e3a39;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_btn {
  width: 266px;
  height: 57px;
  background-color: #3e3a39;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.about_btn:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/common/icon_btn_arrows_white.webp) center/contain no-repeat;
}

.about_btn p {
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
}

.about_btn a {
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-bottom: 70px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .inner {
    padding: 0;
  }
  .sec_text {
    font-size: 4vw;
  }
  .cont {
    display: block;
    padding: initial;
  }
  .textbox {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0.2vw;
  }
  .imagebox {
    min-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cont_title {
    font-size: 5.3vw;
    margin-bottom: 4.2vw;
    padding-left: initial;
  }
  .cont_text {
    padding-left: initial;
    font-size: 4vw;
  }
  .cont_image {
    padding-bottom: 4.2vw;
    text-align: center;
  }
  .cont_image img {
    width: 100%;
    height: 100%;
  }
  .item_text {
    font-size: 4vw;
  }
  .box_text {
    font-size: 4vw;
  }
  .flexbox {
    display: block;
    margin: 0 auto;
  }
  .about_btn {
    width: 85.3vw;
    height: 13.3vw;
    position: relative;
  }
  .about_btn:before {
    right: 4vw;
  }
  .about_btn p {
    padding-right: 4vw;
    font-size: 4vw;
  }
  .about_btn a {
    padding-right: 4vw;
    font-size: 4vw;
  }
  .about_btn:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
}

.header {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 5;
}

.header .header_left {
  padding: 10px 0 0 20px;
}

.header .header_left .header_left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .page_title {
  font-size: 12px;
  letter-spacing: .1em;
}

.header .clinic_name {
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: .2em;
  color: #00879d;
}

.header .ham {
  position: absolute;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header .ham .menu_text {
  position: absolute;
  top: 60px;
  width: 100%;
  color: #00879d;
  text-align: center;
}

.header .ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  background: #00879d;
  -webkit-transition: .4s;
  transition: .4s;
}

.header .ham .menu_border:nth-of-type(1) {
  top: 20px;
}

.header .ham .menu_border:nth-of-type(2) {
  top: 35px;
}

.header .ham .menu_border:nth-of-type(3) {
  top: 50px;
}

@media screen and (max-width: 767px) {
  .header {
    display: block;
    padding: 0;
    height: 19vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .header_left {
    padding: .5vw 0 0 1.5vw;
  }
  .header .header_left .header_left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .header .page_title {
    margin-bottom: -0.8vw;
    font-size: 3vw;
    letter-spacing: 0;
  }
  .header .clinic_name {
    width: 70vw;
    font-size: 5.25vw;
    padding-top: 1vw;
    padding-left: 1.5vw;
  }
  .header .ham {
    width: 18.75vw;
    height: 18.75vw;
  }
  .header .ham .menu_text {
    position: absolute;
    top: 10.3vw;
    width: 100%;
    font-size: 2.5vw;
    color: #00879d;
    text-align: center;
  }
  .header .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 2px;
    margin: 0 auto;
    background: #00879d;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .header .ham .menu_border:nth-of-type(1) {
    top: 4vw;
  }
  .header .ham .menu_border:nth-of-type(2) {
    top: 6vw;
  }
  .header .ham .menu_border:nth-of-type(3) {
    top: 8vw;
  }
}

.ham.active {
  /*@media screen and (max-width: 767px) {
    .menu_text {
      display: none;
    }
    span {
      &:nth-of-type(1) {
        top: 7vw !important;
        transform: translateX(-10px) rotate(45deg);
      }

      &:nth-of-type(2) {
        display: none;
      }

      &:nth-of-type(3) {
        top: 7vw !important;
        transform: translateX(-10px) rotate(-45deg);
      }
    }
  } */
}

.ham.active .menu_text {
  display: none;
}

.ham.active span:nth-of-type(1) {
  top: 30px !important;
  -webkit-transform: translateX(-10px) rotate(45deg);
          transform: translateX(-10px) rotate(45deg);
}

.ham.active span:nth-of-type(2) {
  display: none;
}

.ham.active span:nth-of-type(3) {
  top: 30px !important;
  -webkit-transform: translateX(-10px) rotate(-45deg);
          transform: translateX(-10px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .ham {
    position: fixed;
    z-index: 1001;
    top: 0px;
    right: 0;
    width: 18.75vw;
    height: 18.75vw;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3.7vw;
    text-align: center;
  }
  .ham .menu_text {
    position: absolute;
    top: 10.3vw;
    width: 100%;
    font-size: 2.5vw;
    color: #00879d;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 2px;
    margin: 0 auto;
    background: #00879d;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 4vw;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 6vw;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .ham.active {
    right: 62%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ham.active .menu_text {
    display: none;
  }
  .ham.active span:nth-of-type(1) {
    top: 7vw !important;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ham.active span:nth-of-type(2) {
    display: none;
  }
  .ham.active span:nth-of-type(3) {
    top: 7vw !important;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -100px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.copy_header.show {
  top: 0;
}

.copy_header .header_left {
  padding: 0 0 0 20px;
}

.copy_header .header_left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copy_header .page_title {
  font-size: 12px;
  letter-spacing: .1em;
}

.copy_header .clinic_name {
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: .2em;
  color: #00879d;
}

.copy_header .copy_ham {
  position: absolute;
  z-index: 1001;
  top: -100px;
  right: 0;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.copy_header .copy_ham.show {
  top: 0;
}

.copy_header .copy_ham .menu_text {
  position: absolute;
  top: 60px;
  width: 100%;
  color: #00879d;
  text-align: center;
}

.copy_header .copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  background: #00879d;
  -webkit-transition: .4s;
  transition: .4s;
}

.copy_header .copy_ham .menu_border:nth-of-type(1) {
  top: 20px;
}

.copy_header .copy_ham .menu_border:nth-of-type(2) {
  top: 35px;
}

.copy_header .copy_ham .menu_border:nth-of-type(3) {
  top: 50px;
}

@media screen and (max-width: 767px) {
  .copy_header {
    display: none;
    /*
    background: initial;
    .header_left {
      display: none;
    }
    .copy_ham {
      width:  18.75vw;
      height: 18.75vw;
      .menu_text {
        position: absolute;
        top: 10.3vw;
        width: 100%;
        font-size: 2.5vw;
        color: #00879d;
        text-align: center;
      }

      .menu_border {
        position: absolute;
        left: 0;
        right: 0;
        width: 50%;
        height: 2px;
        margin: 0 auto;
        background: #00879d;
        transition: .4s;

        &:nth-of-type(1) {
          top: 4vw;
        }

        &:nth-of-type(2) {
          top: 6vw;
        }

        &:nth-of-type(3) {
          top: 8vw;
        }
      }
    } */
  }
}

.copy_ham.active {
  right: 36%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.copy_ham.active .menu_text {
  display: none;
}

.copy_ham.active span:nth-of-type(1) {
  top: 30px !important;
  -webkit-transform: translateX(-10px) rotate(45deg);
          transform: translateX(-10px) rotate(45deg);
}

.copy_ham.active span:nth-of-type(2) {
  display: none;
}

.copy_ham.active span:nth-of-type(3) {
  top: 30px !important;
  -webkit-transform: translateX(-10px) rotate(-45deg);
          transform: translateX(-10px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .copy_ham.active {
    right: 62%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .copy_ham.active .menu_text {
    display: none;
  }
  .copy_ham.active span:nth-of-type(1) {
    top: 7vw !important;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .copy_ham.active span:nth-of-type(2) {
    display: none;
  }
  .copy_ham.active span:nth-of-type(3) {
    top: 7vw !important;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.ham_sitemap {
  z-index: 300;
  position: fixed;
  top: 0;
  right: -40%;
  width: 40%;
  height: 100%;
  background: #00879D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow-y: scroll;
}

.ham_sitemap .title {
  position: relative;
  width: 150px;
  padding: 20px 0 20px 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #fff;
}

.ham_sitemap .list {
  margin-bottom: 30px;
}

.ham_sitemap .item {
  border-bottom: 1px dotted #ccc;
  border-radius: 2px;
  text-align: center;
}

.ham_sitemap .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ham_sitemap {
    z-index: 300;
    position: fixed;
    top: 0;
    right: -70%;
    width: 70%;
    height: 100%;
    background: #00879D;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow-y: scroll;
  }
  .ham_sitemap .title {
    position: relative;
    width: 150px;
    padding: 20px 0 20px 50px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 4;
    font-family: 'Lora', serif;
    font-weight: 700;
    color: #fff;
  }
  .ham_sitemap .item {
    border-bottom: 1px dotted #ccc;
    border-radius: 2px;
    text-align: center;
  }
  .ham_sitemap .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
  }
  .ham_sitemap .item .large {
    display: block;
    font-size: 20px;
    font-weight: 700;
  }
}

.black_bg {
  z-index: 200;
  right: -100%;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.common_sec {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.common_sec .sec_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 93px;
  margin-bottom: 85px;
  overflow: hidden;
  background: #b59f87;
}

.common_sec .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 49px;
  background: url(../images/common/common_header_kazari01.webp) left bottom/contain no-repeat;
}

.common_sec .sec_header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
  height: 49px;
  background: url(../images/common/common_header_kazari02.webp) right top/contain no-repeat;
}

.common_sec .sec_sub_title {
  position: relative;
  z-index: 2;
  font-size: 18px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
}

.common_sec .sec_title {
  position: relative;
  z-index: 2;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: .2em;
  color: #fff;
}

.common_sec .header_text {
  font-size: 20px;
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
}

.common_sec .sec_body {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .common_sec .sec_header:before {
    width: 27.7vw;
    height: 13.3vw;
  }
  .common_sec .sec_header:after {
    width: 27.7vw;
    height: 13.3vw;
  }
  .common_sec .sec_sub_title {
    position: relative;
    z-index: 2;
    font-size: 4.2vw;
    text-align: center;
    letter-spacing: .1em;
    color: #fff;
  }
  .common_sec .sec_title {
    font-size: 5vw;
    font-weight: 300;
    text-align: center;
    letter-spacing: .1em;
    color: #fff;
  }
  .common_sec .header_text {
    font-size: 4.4vw;
  }
  .common_sec .sec_body {
    padding: 0 5.5vw;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 25px 0 20px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 3em;
}

.breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 1em;
  top: 0;
}

.breadcrumb .item {
  color: #736357;
  letter-spacing: .1em;
}

.breadcrumb .item a {
  color: #736357;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw 5.5vw;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            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: .7em;
    top: 0;
  }
}

.nav {
  background-color: #fff;
  padding: 30px 15px 20px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.nav .item:not(:last-of-type) {
  margin-right: 20px;
}

.nav .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .item a {
  line-height: 1.5;
  text-align: center;
}

.nav .item .sub {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #b59f87;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav .item a {
    font-size: 16px;
  }
}

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

.footer .inner {
  padding: 100px 20px 0;
}

.footer .clinic {
  margin: 0 auto 70px;
}

.footer .clinic .clinic_logo {
  width: 50px;
  margin: 0 auto 20px;
}

.footer .clinic .clinic_logo img {
  width: 100%;
}

.footer .clinic .clinic_name {
  width: 430px;
  margin: 0 auto;
}

.footer .clinic .clinic_name img {
  width: 100%;
}

.footer .clinic_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .clinic_address .info_box {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 55px;
}

.footer .clinic_address .info_box .name {
  font-size: 24px;
  letter-spacing: .01em;
  text-align: left;
  color: #363636;
  margin-bottom: 20px;
}

.footer .clinic_address .info_box .address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 19px;
  line-height: 1.6;
  color: #363636;
  margin-bottom: 30px;
}

.footer .clinic_address .info_box .f_timetable {
  width: 100%;
  max-width: 510px;
  margin-bottom: 0;
}

.footer .clinic_address .info_box .f_timetable img {
  width: 100%;
}

.footer .clinic_address .map {
  width: 520px;
  height: 326px;
  max-width: 48%;
  margin-bottom: 0;
}

.footer .clinic_address .map iframe {
  width: 100%;
  height: 100%;
}

.footer .honin {
  border-bottom: 1px dashed #808080;
  margin-bottom: 55px;
}

.footer .bunnin {
  margin-bottom: 100px;
}

.footer .official_box {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 35px;
}

.footer .bottom {
  padding: 20px 0;
}

.footer .bottom .copy {
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 0 2.6vw;
  }
  .footer .clinic {
    margin: 0 auto 9.33vw;
  }
  .footer .clinic .clinic_logo {
    width: 13.33vw;
    margin: 0 auto 4.2vw;
  }
  .footer .clinic .clinic_logo img {
    width: 100%;
  }
  .footer .clinic .clinic_name {
    width: 100%;
    margin: 0 auto;
  }
  .footer .clinic .clinic_name img {
    width: 100%;
  }
  .footer .clinic_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .clinic_address .info_box {
    width: 100%;
    display: block;
    padding-left: initial;
    margin-bottom: 0;
  }
  .footer .clinic_address .info_box .name {
    font-size: 4.53vw;
    letter-spacing: .06em;
    text-align: center;
    color: #363636;
    margin-bottom: 6.6vw;
  }
  .footer .clinic_address .info_box .address {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 5.3vw;
    font-size: 4vw;
    line-height: 1.8;
    color: #363636;
    margin-bottom: 6.6vw;
  }
  .footer .clinic_address .info_box .f_timetable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8.8vw;
  }
  .footer .clinic_address .info_box .f_timetable img {
    width: 100%;
  }
  .footer .clinic_address .map {
    width: 100%;
    height: 90.13vw;
    max-width: 100%;
    margin-bottom: 6.33vw;
  }
  .footer .clinic_address .map iframe {
    width: 100%;
    height: 100%;
  }
  .footer .honin {
    border-bottom: 1px dashed #808080;
    margin-bottom: 6.33vw;
  }
  .footer .bunnin {
    margin-bottom: 13.8vw;
  }
  .footer .official_box {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .footer .official_box img {
    width: 100%;
  }
  .footer .bottom {
    padding: 4.6vw 0 4.6vw;
  }
  .footer .bottom .copy {
    font-size: 3.46vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .bottom_fixed_sp {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0vw;
    width: 100%;
    height: 70px;
  }
  .bottom_fixed_sp .fixed_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    background-color: #fff;
  }
  .bottom_fixed_sp .phone {
    width: 44.73vw;
    height: 70px;
    background-color: #00879d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bottom_fixed_sp .phone a {
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bottom_fixed_sp .phone a img {
    width: 164px;
  }
  .bottom_fixed_sp .entry {
    width: 40.53vw;
    height: 70px;
    background-color: #debd00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bottom_fixed_sp .entry a {
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bottom_fixed_sp .entry a img {
    width: 152px;
  }
  .bottom_fixed_sp .instagram {
    width: 22.4vw;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bottom_fixed_sp .instagram a {
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bottom_fixed_sp .instagram a img {
    width: 84px;
  }
}
/*# sourceMappingURL=common.css.map */