@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: #3e3a39;
  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: #3e3a39;
}

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

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

.no-scroll {
  overflow: hidden;
}

.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;
  box-sizing: border-box;
}

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

.cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

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

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

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

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

.cont_text {
  padding-left: 10px;
  letter-spacing: 0.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: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #3e3a39;
}

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

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_btn {
  width: 266px;
  height: 57px;
  background-color: #3e3a39;
  border-radius: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about_btn:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 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: 0.1em;
  color: #fff;
}
.about_btn a {
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

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

@media screen and (max-width: 767px) {
  body {
    margin-bottom: 20.33vw;
  }
  a:hover {
    opacity: 1;
    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%;
    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 {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 180px;
  box-sizing: border-box;

  .header_left {
    padding: 10px 0 0 20px;
    .page_title {
      margin-bottom: 5px;
      font-size: 13px;
      letter-spacing: .2em;
    }
    .flexbox {
      display: flex;
      .left {
        .clinic_title {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          .logo {
            width:  69px;
            height: 69px;
          }
          .clinic_name {
            padding-left: 15px;
          }
        }
      }
      .right {
        .left_message {
          width: 365px;
          height: 54px;
          margin-left: 20px;
          font-size: 14px;
          line-height: 1.2;
          border-top: 1px solid #3e3a39;
          border-bottom: 1px solid #3e3a39;

          display: flex;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
        }
      }
    }
    .title_text {
      font-size: 16px;
      letter-spacing: .1em;
    }
  }

  .header_right {
    .menu_box {
    }
    .menu_title {
      width: 500px;
      background-color: #fff;
      //background-color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      letter-spacing: .3em;
      text-align: center;
      color: #3e3a39;
    }

    .tel_box {
      display: flex;
      .tel_btn {
        width: 250px;
        margin-top: 1px;
      }
      .takahashimamoru_dc {
        background-color: rgba(3, 110, 184, 0.68);
        margin-right: 1px;
      }
      .mamo_clinic {
        background-color: rgba(129, 125, 92, 0.68);
      }
    }
  }
  @media screen and (max-width: 1264px) and (min-width: 768px) {

    .header_left {
      .flexbox {
        display: block;
      }
    }

  }
  @media screen and (max-width: 909px) and (min-width: 768px) {

    .header_left {
      width: 100%;
      padding: 0 0 0 10px;
    }
    .header_right {
      width: 48%;
      max-width: 48%;
    }

    .header_right {
      .menu_title {
        width: 100%;
      }
    }

  }
  @media screen and (max-width: 767px) {

    // display: block;
    padding: 0;
    height: 34.6vw;
    box-sizing: border-box;

    .header_left {
      padding: .2vw 0 0 2vw; //.5vw 0 0 0;
      //display: block;
      box-sizing: border-box;
      .page_title {
        margin-bottom: 5px;
        font-size: 3.2vw;
        letter-spacing: .2em;
      }
      .flexbox {
        display: flex;
        .left {
          .left_sp {
            display: flex;
            justify-content: space-between;
          }
          .right_sp {
            .title_text {
              display: none;
            }
          }
          .clinic_title {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            .logo {
              width:  69px;
              height: 69px;
            }
            .clinic_name {
              padding-left: 15px;
            }
          }
          .title_text {
            width: 25.86vw;
            font-size: 2.9vw;
            letter-spacing: 0;
            line-height: 1.3;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            border-top: 1px solid #3e3a39;
            border-bottom: 1px solid #3e3a39;
          }
          .left_message {
            width: 77.06vw;
            margin-left: 4.3vw;
            padding: 0.3vw 0 0.3vw;
            font-size: 3.2vw;
            line-height: 1.2;
            //border-top: 1px solid #3e3a39;
            //border-bottom: 1px solid #3e3a39;

            box-sizing: border-box;
          }
        }
        .right {

        }
      }
    }

    .header_right {
      display: none;
    }
  }
} */
/*
.ham {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 0px;
  right: 0;
  width: 130px;
  height: 130px;
  background: #24a5b9;
  transition: all 0.4s;

  a {
    display: block;
    width: 100%;
    height: 100%;
    background: #24a5b9;
    font-size: 14px;
    text-align: center;
  }

  a:hover {
    opacity: 1;
  }

  .menu_text {
      position: absolute;
      top: 5px;
      width: 100%;
      color: #fff;
      text-align: center;
  }

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

      &:nth-of-type(1) {
          top: 30px;
      }

      &:nth-of-type(2) {
          top: 40px;
      }

      &:nth-of-type(3) {
          top: 50px;
      }
  }

  a.active span {

    &:nth-of-type(1) {
      top: 38px;
      transform: rotate(45deg);
    }

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

    &:nth-of-type(3) {
      top: 38px;
      transform: rotate(-45deg);
    }
  }

  @media screen and (max-width: 767px) {

    position: fixed;
    z-index: 1001;
    top: 0px;
    right: 0;
    width: 17vw;
    height: 19vw;
    background: #fff;
    transition: all 0.4s;

    a {
      display: block;
      width: 100%;
      height: 100%;
      background: #24a5b9;
      font-size: 3.7vw;
      text-align: center;
    }

    .menu_text {
        position: absolute;
        top: 1.3vw;
        width: 100%;
        color: #fff;
        text-align: center;
    }

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

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

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

        &:nth-of-type(3) {
            top: 13.8vw;
        }
    }

    a.active span {

      &:nth-of-type(1) {
        top: 12vw;
        transform: rotate(45deg);
      }

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

      &:nth-of-type(3) {
        top: 12vw;
        transform: rotate(-45deg);
      }
    }
  }
} */
/*
.copy_header {
  position: fixed;
  left: 0;
  top: -130px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:  100%;
  height: 130px;
  background: rgba(255, 255, 255, .9);
  transition: 0.4s;

  &.show {
    top: 0;
  }

  .header_left {
    padding: 0 0 0 20px;
    .page_title {
      margin-bottom: 5px;
      font-size: 13px;
      letter-spacing: .2em;
    }
    .flexbox {
      display: flex;
      .left {
        .clinic_title {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          .logo {
            width:  69px;
            height: 69px;
          }
          .clinic_name {
            padding-left: 15px;
          }
        }
      }
      .right {
        .left_message {
          width: 365px;
          height: 54px;
          margin-left: 20px;
          font-size: 14px;
          line-height: 1.2;
          border-top: 1px solid #3e3a39;
          border-bottom: 1px solid #3e3a39;

          display: flex;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
        }
      }
    }
    .title_text {
      font-size: 16px;
      letter-spacing: .1em;
    }
  }

  .header_right {
    .menu_box {
    }
    .menu_title {
      width: 500px;
      margin-right: 130px;
      background-color: #fff;
      //background-color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      letter-spacing: .3em;
      text-align: center;
      color: #3e3a39;
    }

    .tel_box {
      display: flex;
      .tel_btn {
        width: 250px;
        margin-top: 1px;
      }
      .takahashimamoru_dc {
        background-color: rgba(3, 110, 184, 0.68);
        margin-right: 1px;
      }
      .mamo_clinic {
        background-color: rgba(129, 125, 92, 0.68);
      }
    }
  }

  @media screen and (max-width: 1264px) and (min-width: 1005px) {

    .header_left {
      .flexbox {
        display: block;
      }
    }

  }
  @media screen and (max-width: 1004px) and (min-width: 768px) {

    .header_left {
      width: 365px;
      padding: 0 0 0 5px;
      margin-right: 5px;
    }

    .clinic_name {
      padding-left: 10px;
    }

    .header_left {
      padding: 0 0 0 10px;
    }
    .header_left .textbox {
      padding-left: 10px;
      width: 73%;
    }

    .header_right {
      display: none;
    }
  }

  @media screen and (max-width: 767px) {
    display: none;
  }
} */
/*
.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -130px;
  right: 0;
  width: 130px;
  height: 128px;
  background: #fff;
  transition: all 0.4s;

  &.show {
    top: 0;
  }

  a {
    display: block;
    width: 100%;
    height: 100%;
    background: #3a8cb7;
    font-size: 13px;
    text-align: center;
  }

  a:hover {
    opacity: 1;
  }

  .menu_text {
      position: absolute;
      top: 75px;
      width: 100%;
      color: #fff;
      text-align: center;
  }

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

      &:nth-of-type(1) {
          top: 35px;
      }

      &:nth-of-type(2) {
          top: 45px;
      }

      &:nth-of-type(3) {
          top: 55px;
      }
  }

  a.active span {

    &:nth-of-type(1) {
      top: 45px;
      transform: rotate(45deg);
    }

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

    &:nth-of-type(3) {
      top: 45px;
      transform: rotate(-45deg);
    }
  }

  @media screen and (max-width: 767px) {

    display: none;
  }
} */
/*
.ham_sitemap {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3a8cb7;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;

  &.active {
      opacity: 1;
      visibility: visible;
  }

  .sitemap_inner {
      width: 1280px;
      max-width: 100%;
      padding: 160px 20px 80px;
      margin: 0 auto;
      box-sizing: border-box;
  }

  .link_text {
      position: relative;
      padding-left: 1.5em;
      margin-bottom: 30px;

      &:before {
          content: "";
          position: absolute;
          left: 0;
          top: 3px;
          width:  25px;
          height: 25px;
          background: url(../images/common/f_icon_arrow.webp) center /contain no-repeat;
      }

      a {
          letter-spacing: .1em;
          color: #fff;
          font-size: 17px;

          padding-left: 1em;
          text-indent: -1em;
      }
  }

  .sitemap01 {
      margin-bottom: 95px;

      .list {
          display: flex;
      }

      .item {
          position: relative;
          width: 25%;
          padding-left: 1.5em;
          margin-bottom: 20px;
          box-sizing: border-box;

          &:before {
              content: "";
              position: absolute;
              left: 0;
              top: 3px;
              width:  25px;
              height: 25px;
              background: url(../images/common/f_icon_arrow.webp) center /contain no-repeat;
          }

          a {
              letter-spacing: .1em;
              color: #fff;
              font-size: 17px;

              padding-left: 1em;
              text-indent: -1em;
          }
      }
  }

  .sitemap02 {
      margin-bottom: 30px;

      .list {
          display: flex;
          flex-wrap: wrap;
      }

      .item {
          position: relative;
          width: 25%;
          margin-bottom: 30px;
          box-sizing: border-box;

          a {
              display: flex;
              align-items: center;
              letter-spacing: .1em;
              color: #fff;
              font-size: 17px;
          }

          img {
              padding-right: 10px;
          }
      }
  }

  @media screen and (max-width: 767px) {

      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: scroll;
      opacity: 0;
      visibility: hidden;
      transition: all .4s;

      &.active {
          opacity: 1;
          visibility: visible;
      }

      .sitemap_inner {
          width: 1280px;
          max-width: 100%;
          padding: 21.3vw 2.7vw;
          margin: 0 auto;
          box-sizing: border-box;
      }

      .link_text {
          position: relative;
          padding-left: 0;
          margin-bottom: 0;

          &:before {
              display: none;
          }

          a {
              display: block;
              width: 100%;
              height: 100%;
              letter-spacing: .1em;
              padding: 4vw 0 4vw 4vw;
              border-bottom: 1px solid #fff;
              box-sizing: border-box;
              color: #fff;
              font-size: 4.4vw;
          }
      }

      .text {
          padding: 4vw 0 4vw 4vw;
          margin-bottom: 0;
          font-size: 4.4vw;
          color: #fff;
      }

      .sitemap01 {
          margin-bottom: 0;

          .list {
              display: block;
          }

          .item {
              position: relative;
              width: 100%;
              padding-left: 0;
              margin-bottom: 0;
              box-sizing: border-box;

              &:before {
                  display: none;
              }

              a {
                  display: block;
                  width: 100%;
                  height: 100%;
                  letter-spacing: .1em;
                  padding: 4vw 0 4vw 4vw;
                  border-bottom: 1px solid #fff;
                  box-sizing: border-box;
                  color: #fff;
                  font-size: 4.4vw;
              }
          }
      }

      .sitemap02 {
          margin-bottom: 0;

          .list {
              display: flex;
              flex-wrap: wrap;
              margin: 8vw 0;
          }

          .item {
              position: relative;
              width: 50%;
              margin-bottom: 5.5vw;
              box-sizing: border-box;
              text-align: center;

              a {
                  display: block;
                  align-items: center;
                  letter-spacing: .1em;
                  color: #fff;
                  font-size: 4vw;
              }

              img {
                  width: 15.4vw;
                  height: 15.4vw;
                  padding-right: 0;
                  padding-bottom: 2.7vw;
              }
          }
      }

      .nav_contact {
          margin-bottom: 5.5vw;
          text-align: center;

          .text01 {
              margin-bottom: 5.5vw;
              font-size: 5.8vw;
              letter-spacing: .1em;
              color: #fff;
          }

          .text02 {
              margin-bottom: 5.5vw;
              font-size: 4.4vw;
              letter-spacing: .1em;
              color: #fff;
          }

          .reserve_btn {
              width: 100%;
              margin-bottom: 5.5vw;

              img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
              }
          }

          .tel_btn {
              width: 100%;
              //margin-bottom: 5.5vw;

              img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
              }
          }

          .timetable {
              width: 100%;

              img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
              }
          }
      }
  }
} */
.common_sec {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .sec_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: 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: 0.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: 0.2em;
  color: #fff;
}
.common_sec .header_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.common_sec .sec_body {
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    display: flex;
    justify-content: 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: 0.1em;
    color: #fff;
  }
  .common_sec .sec_title {
    font-size: 5vw;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .common_sec .header_text {
    font-size: 4.4vw;
  }
  .common_sec .sec_body {
    padding: 0 5.5vw;
  }
}

/*
.breadcrumb {
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 25px 0 20px 20px;
  margin: 0 auto;
  box-sizing: border-box;

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

      &:before {
          content: "＞";
          position: absolute;
          left: 1em;
          top: 0;
      }
  }

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

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

  @media screen and (max-width: 767px) {

    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;

    .item {
      font-size: 3.4vw;
    }

    .item a {
      font-size: 3.4vw;
    }

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

        &:before {
            content: "＞";
            position: absolute;
            left: .7em;
            top: 0;
        }
    }
  }
} */
/*
.nav {
  //position: relative;
  //z-index: 30;
  //left:  -5px;
  //top:  -28px;
  //width: 87%;
  background-color: #fff;
  //box-shadow: 8px 8px 20px rgba(137, 137, 137, 0.9);
  padding: 30px 15px 20px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;

  .list {
    display: flex;
    justify-content: space-evenly;
  }
  .item:not(:last-of-type) {
      margin-right: 20px;
  }
  .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item a {
    line-height: 1.5;
    text-align: center;
  }
  .item .sub {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #b59f87;
  }
  @media screen and (max-width: 1280px) and (min-width: 768px) {

    .item:not(:last-of-type) {
      margin-right: 20px;
    }
    .item a {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 767px) {

    display: none;
  }
} */
.footer .inner {
  padding: 0;
}
.footer .f_header {
  background-color: #fff;
}
.footer .f_header .title {
  margin-top: 155px;
  padding: 35px 0;
  width: 100%;
  background-color: #036eb8;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding-left: 154px;
  box-sizing: border-box;
  position: relative;
}
.footer .f_header .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/f_header_image01.webp) left bottom/contain no-repeat;
  width: 33.43vw;
  max-width: 428px;
  height: 22.34vw;
  max-height: 286px;
}
.footer .f_header .title::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../images/f_header_image02.webp) right/contain no-repeat;
  width: 23.98vw;
  max-width: 307px;
  height: 49.76vw;
  max-height: 637px;
}
.footer .two_clinic {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.footer .two_clinic .clinic_name {
  width: 454px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.footer .two_clinic .clinic_image {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.footer .two_clinic .clinic_image img {
  width: 480px;
  height: auto;
}
.footer .two_clinic .zip_code {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: left;
}
.footer .two_clinic .address {
  width: 480px;
  max-width: 100%;
  height: 2.6em;
  margin: 0 auto;
  font-size: 21px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 20px;
}
.footer .two_clinic .f_telbtn {
  width: 480px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.footer .two_clinic .f_timetable {
  width: 480px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.footer .two_clinic .map {
  width: 100%;
  max-width: 100%;
  height: 30.62vw;
  max-height: 420px;
}
.footer .two_clinic .map iframe {
  width: 100%;
  height: 100%;
}
.footer .two_clinic .takahashimamoru_dentalclinic {
  width: 600px;
  max-width: 48%;
  padding: 95px 60px 55px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(243, 246, 248) 10%);
  box-sizing: border-box;
}
.footer .two_clinic .mamo_clinic {
  width: 600px;
  max-width: 48%;
  padding: 95px 60px 55px;
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.footer .bottom {
  background-color: #036eb8;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .bottom .copy {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1224px) and (min-width: 768px) {
  .footer .f_header .title {
    padding-left: initial;
    position: relative;
  }
  .footer .f_header .title::before {
    bottom: 0;
    left: 0;
    width: 23.4vw;
    height: 15.63vw;
  }
  .footer .f_header .title::after {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/f_header_image02.webp) right/contain no-repeat;
    width: 16.78vw;
    height: 34.83vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer .f_header .title {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f_header {
    background-color: #fff;
  }
  .footer .f_header .title {
    margin-top: 34.6vw;
    padding: 9.33vw 5.5vw;
    width: 100%;
    background-color: #036eb8;
    font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.3vw;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    position: relative;
  }
  .footer .f_header .title::before {
    content: "";
    position: absolute;
    top: -20vw;
    bottom: initial;
    left: -3vw;
    background: url(../images/f_header_image01.webp) center/contain no-repeat;
    width: 40.2vw;
    height: 26.9vw;
  }
  .footer .f_header .title::after {
    content: "";
    position: absolute;
    top: initial;
    bottom: -6.9vw;
    transform: initial;
    right: 0;
    background: url(../images/f_header_image02.webp) center/contain no-repeat;
    width: 29.06vw;
    height: 32.8vw;
  }
  .footer .two_clinic {
    display: block;
  }
  .footer .two_clinic .clinic_name {
    width: 100%;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .footer .two_clinic .clinic_name img {
    width: 100%;
  }
  .footer .two_clinic .clinic_image {
    width: 100%;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .footer .two_clinic .clinic_image img {
    width: 90.6vw;
    height: 71.2vw;
  }
  .footer .two_clinic .zip_code {
    width: 100%;
    margin: 0 auto;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .footer .two_clinic .address {
    width: 100%;
    margin: 0 auto;
    font-size: 5.6vw;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 20px;
  }
  .footer .two_clinic .f_telbtn {
    width: 100%;
    margin: 0 auto 20px;
  }
  .footer .two_clinic .f_telbtn img {
    width: 100%;
  }
  .footer .two_clinic .f_timetable {
    width: 100%;
    margin: 0 auto 20px;
  }
  .footer .two_clinic .f_timetable img {
    width: 100%;
  }
  .footer .two_clinic .map {
    width: 100%;
    max-width: 100%;
    height: 420px;
  }
  .footer .two_clinic .map iframe {
    width: 100%;
    height: 100%;
  }
  .footer .two_clinic .takahashimamoru_dentalclinic {
    width: 100%;
    max-width: 100%;
    padding: 9vw 5.5vw 6.6vw;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(243, 246, 248) 10%);
    box-sizing: border-box;
  }
  .footer .two_clinic .mamo_clinic {
    width: 100%;
    max-width: 100%;
    padding: 6.6vw 5.5vw;
    background-color: #f8f8f8;
    box-sizing: border-box;
  }
  .footer .bottom {
    height: 10.13vw;
  }
  .footer .bottom .copy {
    padding: 2.8vw 0;
    font-size: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .footer_sitemap {
    padding: 8vw 5.5vw 0vw;
  }
  .footer .footer_sitemap .link_text {
    margin-bottom: 5.5vw;
  }
  .footer .footer_sitemap .link_text a {
    position: relative;
    padding-left: 2em;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #fff;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .link_text a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1vw;
    width: 4.4vw;
    height: 4.9vw;
    background: url(../images/common/f_icon_arrow.webp) center/contain no-repeat;
  }
  .footer .footer_sitemap .item {
    position: relative;
    margin-bottom: 5.5vw;
  }
  .footer .footer_sitemap .item a {
    position: relative;
    padding-left: 1.5em;
    letter-spacing: 0.1em;
    color: #fff;
    box-sizing: border-box;
    font-size: 4.4vw;
  }
  .footer .footer_sitemap .item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2vw;
    width: 2.4vw;
    height: 2.9vw;
    background: url(../images/common/f_icon_arrow.webp) center/contain no-repeat;
  }
  .footer .footer_sitemap .inner {
    display: block;
  }
  .footer .footer_sitemap .cont01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer_sitemap .cont01 .link_text {
    max-width: 50vw;
    width: 47%;
    margin-right: 2vw;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer_sitemap .cont02 .link_text {
    max-width: 50vw;
    width: 47%;
    margin-right: 2vw;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont03 {
    margin-bottom: 13.33vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer_sitemap .cont03 .link_text {
    max-width: 50vw;
    width: 47%;
    margin-right: 2vw;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont04 {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont04 .title_box {
    width: 100%;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont04 .title_box .box {
    width: 100%;
    padding-top: initial;
    margin-bottom: 4.2vw;
  }
  .footer .footer_sitemap .cont04 .title_box .sub_title {
    letter-spacing: 0.1em;
    color: #fff;
    padding-left: 3em;
    text-align: left;
    font-size: 4vw;
  }
  .footer .footer_sitemap .cont04 .title_box .title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: left;
  }
  .footer .footer_sitemap .cont04 .medicalbox {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .footer_sitemap .cont04 .medicalbox .link_text {
    width: 48%;
    max-width: 310px;
    box-sizing: border-box;
    padding-left: 2em;
    text-indent: -2em;
  }
}

.f_lowerbox {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 145px;
  background-color: #d0e5ed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f_lowerbox .middle {
  width: 396px;
  max-width: 35%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.f_lowerbox .middle .tel {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.f_lowerbox .middle .tel:nth-of-type(1) {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  margin-bottom: 5px;
}
.f_lowerbox .right {
  background-color: #f39800;
}
@media screen and (max-width: 767px) {
  .f_lowerbox {
    display: none;
  }
}

.bottom_fixed_sp {
  /*
  @media screen and (max-width: 767px) {

    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 3vw;
    width: 100%;
    height: 21.33vw;//24vw;

    .fixed_inner {
      display: flex;
      align-items: flex-end;
      width: 100%;
    }

    .reserve {
      width: 79vw; //78.67vw;
      text-align: center;

      a {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
      }
      img {
        width: 100%;
      }
    }

    .phone {
      width: 21.33vw;
      height: 21.6vw;
      background-color: #036eb8;
      box-sizing: border-box;

      a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        img {
          width: 9.6vw;
          height: 12.52vw;
        }
      }
    }
  } */
}
@media screen and (max-width: 767px) {
  .bottom_fixed_sp {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -1.5vw;
    width: 100%;
    height: 32vw;
  }
  .bottom_fixed_sp .fixed_inner {
    width: 100%;
  }
  .bottom_fixed_sp .wrap01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom_fixed_sp .wrap01 .tel_link {
    width: 50.1vw;
    height: 16vw;
  }
  .bottom_fixed_sp .wrap01 .tel_link img {
    width: 100%;
  }
  .bottom_fixed_sp .wrap02 {
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom_fixed_sp .wrap02 .webreserve_link {
    width: 59.26%;
  }
  .bottom_fixed_sp .wrap02 .webreserve_link img {
    width: 100%;
  }
  .bottom_fixed_sp .wrap02 .link {
    width: 40.74%;
  }
  .bottom_fixed_sp .wrap02 .link img {
    width: 100%;
  }
}

.fixed_banner02 {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fixed_banner02 {
    bottom: 29vw;
    width: 100px;
  }
}

/* インプラント講演会バナー */
.seminar_banner {
  z-index: 496;
  position: fixed;
  right: 0;
  bottom: 180px;
}
@media screen and (max-width: 768px) {
  .seminar_banner {
    z-index: 496;
    position: fixed;
    right: 0;
    bottom: 200px;
    width: 100px;
  }
}/*# sourceMappingURL=common02.css.map */