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

全体共通

------------------------------- */
_::-webkit-full-page-media, _:future, :root {
  letter-spacing: 0; }

html {
  background-color: #fff;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 1px;
  font-weight: 500;
  letter-spacing: 2rem; }

.clearfix::after {
  content: "";
  clear: both;
  display: block; }

body {
  font-size: 1rem; }

a {
  color: #2f3833;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: .6s all;
  -moz-transition: .6s all;
  -o-transition: .6s all;
  transition: .6s all; }

li {
  list-style-type: none; }

.wrap {
  font-size: 16rem;
  position: relative; }

.inner {
  margin: 0 auto;
  max-width: 1200rem;
  width: 90%; }

.ttl__main {
  font-family: "Crimson Text", serif;
  font-size: 72rem;
  letter-spacing: 6rem; }

.ttl__sub {
  margin-top: 16rem;
  font-weight: bold; }

.ttl::after {
  background-color: #2f3833;
  content: '';
  display: block;
  height: 1rem;
  margin: 40rem auto 0 0;
  width: 40rem; }

.ttl--small {
  text-align: center; }
  .ttl--small__main {
    font-family: "Crimson Text", serif;
    font-size: 40rem;
    letter-spacing: 6rem; }
  .ttl--small__sub {
    margin-top: 8rem; }

.btn--beige {
  background-image: url("../img/btn-arrow@2x.png");
  background-position: center right 16rem;
  background-repeat: no-repeat;
  background-size: 26rem;
  border: solid 1rem #b8a585;
  color: #b8a585;
  display: inline-block;
  padding: 16rem 66rem 16rem 24rem; }
  .btn--beige:hover {
    background-color: #b8a585;
    background-image: url("../img/follow-arrow@2x.png");
    color: #fff;
    letter-spacing: 4rem; }

.btn--orange {
  background-color: #fdaa27;
  background-image: url("../img/follow-arrow@2x.png");
  background-position: center right 16rem;
  background-repeat: no-repeat;
  background-size: 26rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 16rem 66rem 16rem 24rem; }
  .btn--orange:hover {
    letter-spacing: 3rem; }

.scroll {
  font-family: "Crimson Text", serif;
  position: fixed;
  top: 352rem;
  left: 16rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 999; }
  .scroll:after {
    background-color: #2f3833;
    content: '';
    height: 80rem;
    margin: 8rem auto 0 auto;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    width: 1rem; }

.reservation {
  position: fixed;
  bottom: 16rem;
  right: 0;
  z-index: 999; }
  .reservation a {
    background-color: #fdaa27;
    background-image: url("../img/follow-arrow@2x.png");
    background-position: center right 24rem;
    background-repeat: no-repeat;
    background-size: 24rem;
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 1.5;
    padding: 16rem 88rem 16rem 24rem; }
    .reservation a:hover {
      background-position: center right 48rem;
      letter-spacing: 4rem;
      padding: 16rem 104rem 16rem 24rem; }

/* --------------------------------

ヘッダー

----------------------------------*/
.header--pc {
  position: relative; }
  .header--pc__logo {
    background-color: #fff;
    padding: 40rem 24rem 40rem 32rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999; }
  .header--pc__nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24rem;
    width: 100%; }
    .header--pc__nav__list {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .header--pc__nav__list li {
        margin-right: 32rem; }
        .header--pc__nav__list li a {
          position: relative; }
          .header--pc__nav__list li a::after {
            background: #b8a585;
            content: '';
            height: 1rem;
            margin: 0 auto;
            opacity: 0;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            -webkit-transition: .6s;
            -o-transition: .6s;
            transition: .6s;
            visibility: hidden;
            width: 16rem; }
          .header--pc__nav__list li a:hover {
            color: #b8a585; }
            .header--pc__nav__list li a:hover::after {
              opacity: 1;
              bottom: -10rem;
              visibility: visible; }
        .header--pc__nav__list li:last-child {
          font-family: "Crimson Text", serif;
          font-size: 30rem;
          margin: 0 0 0 8rem; }
          .header--pc__nav__list li:last-child a {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .header--pc__nav__list li:last-child a img {
              display: block;
              margin-right: 6rem; }
            .header--pc__nav__list li:last-child a:hover {
              color: #2f3833; }
              .header--pc__nav__list li:last-child a:hover::after {
                opacity: 0; }

.header--sp {
  display: none; }

.hamburger-menu {
  display: none; }

.scrollanime {
  opacity: 0; }

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

.downup {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px); }

.fixed {
  background-color: #fff;
  background-image: url("../img/logo-yoko@2x.png");
  background-position: center left 32rem;
  background-repeat: no-repeat;
  background-size: 160rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

/* -------------------------------

フッター

------------------------------- */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120rem;
  width: 100%; }
  .footer--left {
    background-color: #f1ece6;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 80rem 0 48rem 0;
    width: 100%; }
    .footer--left__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer--left__box__logo {
        margin-right: 6%; }
      .footer--left__box__nav {
        margin-right: 8%; }
        .footer--left__box__nav li {
          margin-top: 32rem; }
          .footer--left__box__nav li:first-child {
            margin-top: 0; }
          .footer--left__box__nav li a {
            -webkit-transition: .4s all;
            -o-transition: .4s all;
            transition: .4s all; }
            .footer--left__box__nav li a:hover {
              border-bottom: solid 1rem #2f3833;
              padding-bottom: 8rem; }
    .footer--left__copy {
      color: #b8a585;
      font-size: 12rem;
      margin-top: 136rem; }
  .footer--right {
    background-color: #ded4ca;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 80rem 0 0 8%;
    width: 100%; }
    .footer--right a:hover {
      opacity: .5; }

/* --------------------------------

インフォメーション

----------------------------------*/
.info {
  margin-top: 104rem; }
  .info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32rem;
    position: relative; }
    .info__box--left {
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
      margin-right: 4%; }
      .info__box--left__txt {
        line-height: 2; }
      .info__box--left__contact {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 24rem; }
        .info__box--left__contact__tel {
          font-family: "Crimson Text", serif;
          font-size: 32rem;
          margin-right: 4%; }
        .info__box--left__contact__btn a {
          padding: 16rem 64rem 16rem 16rem; }
      .info__box--left__schedule {
        margin-top: 56rem; }
        .info__box--left__schedule__ttl {
          text-align: left; }
        .info__box--left__schedule tr {
          border-bottom: solid 1rem #f1ece6;
          color: #2f3833; }
          .info__box--left__schedule tr:last-child {
            border-bottom: none; }
          .info__box--left__schedule tr th, .info__box--left__schedule tr td {
            padding: 16rem; }
          .info__box--left__schedule tr td span {
            color: #b8a585; }
        .info__box--left__schedule__memo {
          margin: 16rem 0 0 16rem; }
    .info__box--right {
      -ms-flex-preferred-size: 52%;
      flex-basis: 52%; }
      .info__box--right iframe {
        max-height: 328rem;
        width: 100%; }

.news {
  margin-top: 104rem; }
  .news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news__ttl {
    font-family: "Crimson Text", serif;
    font-size: 24rem;
    margin-right: 2%; }
  .news__list {
    width: 100%; }
    .news__list__item {
      border-left: solid 1rem #ded4ca;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 40rem;
      padding-left: 3%; }
      .news__list__item:first-child {
        margin-top: 0; }
      .news__list__item__date {
        line-height: 2;
        margin-right: 3%; }
      .news__list__item__txt {
        line-height: 2; }

/* --------------------------------

下層ページ共通

----------------------------------*/
.subpage .ttl {
  text-align: center; }
  .subpage .ttl::after {
    margin: 40rem auto 0 auto; }

.subpage__top {
  background-color: #f1ece6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: calc(100% - 53rem); }
  .subpage__top__item {
    padding: 24vh 0 16vh 14%;
    max-width: 900rem;
    width: 74%; }
    .subpage__top__item__ttl::after {
      background-color: #2f3833;
      content: '';
      display: block;
      height: 1rem;
      margin: 40rem auto 0 0;
      width: 40rem; }
    .subpage__top__item__ttl__main {
      font-family: "Crimson Text", serif;
      font-size: 72rem;
      font-weight: normal;
      letter-spacing: 8rem; }
      .subpage__top__item__ttl__main span {
        display: inline-block; }
    .subpage__top__item__ttl__sub {
      margin-top: 16rem; }
      .subpage__top__item__ttl__sub span {
        display: inline-block; }
    .subpage__top__item__txt {
      line-height: 2;
      margin-top: 40rem; }

.subpage__pan {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 16rem; }
  .subpage__pan li {
    margin-right: 8rem; }
    .subpage__pan li:last-child {
      margin-right: 0; }
    .subpage__pan li p a:hover {
      color: #fdaa27; }

.subpage__imgitem {
  position: relative; }
  .subpage__imgitem::before {
    background: #f1ece6;
    content: '';
    display: block;
    height: 400rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    z-index: -1; }
  .subpage__imgitem__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80rem; }
    .subpage__imgitem__box--left {
      -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
      margin-right: 6%; }
      .subpage__imgitem__box--left__txt {
        line-height: 1.5;
        margin-top: 16rem; }
    .subpage__imgitem__box--right {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      margin-top: 72rem; }
      .subpage__imgitem__box--right__unit__ttl {
        font-size: 32rem;
        line-height: 1.5; }
      .subpage__imgitem__box--right__unit__txt {
        line-height: 2;
        margin-top: 64rem; }
      .subpage__imgitem__box--right__btn {
        margin-top: 64rem;
        text-align: right; }
  .subpage__imgitem__reverse {
    position: relative; }
    .subpage__imgitem__reverse::before {
      background: #f1ece6;
      content: '';
      display: block;
      height: 400rem;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 80%;
      z-index: -1; }
    .subpage__imgitem__reverse__box {
      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;
      padding-top: 80rem; }
      .subpage__imgitem__reverse__box--left {
        -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
        margin-left: 6%; }
        .subpage__imgitem__reverse__box--left__txt {
          margin-top: 16rem; }
      .subpage__imgitem__reverse__box--right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-top: 72rem; }
        .subpage__imgitem__reverse__box--right__unit__ttl {
          font-size: 32rem;
          line-height: 1.5; }
        .subpage__imgitem__reverse__box--right__unit__txt {
          line-height: 2;
          margin-top: 64rem; }
        .subpage__imgitem__reverse__box--right__btn {
          margin-top: 64rem;
          text-align: right; }

.subpage__merit__list {
  line-height: 2;
  margin: 0 auto;
  max-width: 640rem;
  width: 100%; }
  .subpage__merit__list__item {
    background-color: #f1ece6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16rem;
    padding: 8rem 12rem; }
    .subpage__merit__list__item:first-child {
      margin-top: 0; }
    .subpage__merit__list__item__icon {
      margin-right: 12rem; }

.subpage__moremerit__ttl {
  font-weight: bold; }

.subpage__moremerit__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-top: 16rem; }
  .subpage__moremerit__list__item__icon {
    margin-right: 8rem; }

.subpage__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .subpage__box__item {
    border: solid 1rem #b8a585;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 584rem;
    text-align: center;
    width: 49%; }
    .subpage__box__item__ttl {
      background-color: #b8a585;
      color: #fff;
      font-weight: normal;
      padding: 16rem 0; }
    .subpage__box__item__img {
      margin-top: 40rem; }
    .subpage__box__item__txt {
      line-height: 2;
      margin-top: 24rem;
      padding: 0 32rem 32rem 32rem; }

/* --------------------------------

トップページ

----------------------------------*/
.mainimage--pc {
  float: right;
  width: calc(100% - 53rem); }
  .mainimage--pc img {
    height: auto;
    width: 100%; }

.mainimage--sp {
  display: none; }

.feature {
  margin-top: 104rem;
  position: relative; }
  .feature::before {
    background: #f1ece6;
    content: '';
    display: block;
    height: 400rem;
    pointer-events: none;
    position: absolute;
    top: 40rem;
    left: 0;
    bottom: 0;
    width: 80%;
    z-index: -1; }
  .feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 64rem; }
    .feature__list__item {
      margin-right: 2%;
      width: 31%; }
      .feature__list__item:last-child {
        margin-right: 0; }
      .feature__list__item__img {
        position: relative; }
        .feature__list__item__img img {
          height: auto;
          width: 100%; }
        .feature__list__item__img__number {
          font-family: "Crimson Text", serif; }
          .feature__list__item__img__number--1 {
            font-size: 56rem;
            position: absolute;
            top: -32rem;
            right: 56rem; }
          .feature__list__item__img__number--2 {
            position: absolute;
            top: 16rem;
            right: 40rem; }
          .feature__list__item__img__number--3 {
            font-size: 32rem;
            position: absolute;
            top: 32rem;
            right: 24rem; }
          .feature__list__item__img__number--4 {
            font-size: 16rem;
            position: absolute;
            top: 72rem;
            right: 24rem; }
      .feature__list__item__section {
        margin-top: 32rem; }
        .feature__list__item__section h2 {
          font-size: 20rem; }
        .feature__list__item__section__txt {
          line-height: 2;
          margin-top: 16rem; }
        .feature__list__item__section__btn {
          margin-top: 40rem;
          text-align: right; }
  .feature__othermenu {
    margin-top: 80rem; }
    .feature__othermenu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 56rem; }
      .feature__othermenu__list__item {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
        margin-right: 3%; }
        .feature__othermenu__list__item a {
          display: block;
          height: 88rem;
          max-width: 285rem;
          overflow: hidden;
          text-indent: 100%;
          white-space: nowrap;
          width: 100%; }
        .feature__othermenu__list__item:first-child a {
          background-image: url("../img/img11@2x.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          pointer-events: none; }
        .feature__othermenu__list__item:nth-child(2) a {
          background-image: url("../img/img12@2x.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
          .feature__othermenu__list__item:nth-child(2) a:hover {
            background-image: url("../img/img12-on@2x.png"); }
        .feature__othermenu__list__item:last-child {
          margin-right: 0; }
          .feature__othermenu__list__item:last-child a {
            background-image: url("../img/img13@2x.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain; }
            .feature__othermenu__list__item:last-child a:hover {
              background-image: url("../img/img13-on@2x.png"); }

.message {
  background-color: #f1ece6;
  margin-top: 104rem;
  padding: 104rem 0 164rem 0; }
  .message__bg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .message__bg::before {
      background: #fff;
      content: '';
      display: block;
      height: 670rem;
      pointer-events: none;
      position: absolute;
      top: 104rem;
      left: 24%;
      width: 42%;
      z-index: 0; }
  .message--left {
    margin: 40rem 4% 0 6%;
    z-index: 1; }
    .message--left__txt {
      line-height: 2;
      margin-top: 56rem; }
      .message--left__txt span {
        display: block;
        text-align: right; }
  .message--right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    .message--right__txt {
      color: #b8a585;
      font-family: "Crimson Text", serif;
      margin-left: 8rem;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl; }

.homecare {
  margin-top: 120rem; }
  .homecare__bg {
    background-color: #fffbf4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1080rem;
    padding: 56rem;
    position: relative;
    width: 80%; }
    .homecare__bg--top {
      position: absolute;
      top: -16rem;
      left: -8rem; }
    .homecare__bg--bottom {
      position: absolute;
      bottom: -16rem;
      right: -8rem; }
  .homecare .ttl__main {
    font-size: 56rem; }
  .homecare--left {
    margin-right: 4%; }
  .homecare--right__txt {
    line-height: 2;
    margin-top: 32rem; }
  .homecare--right__btn {
    margin-top: 56rem;
    text-align: right; }

/* --------------------------------

コンセプト・診療の流れ

----------------------------------*/
.concept__overflow {
  margin-top: 104rem; }
  .concept__overflow__list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 136rem; }
    .concept__overflow__list__item:first-child {
      margin-top: 0; }
    .concept__overflow__list__item__section {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      margin: 0 10% 0 3%; }
      .concept__overflow__list__item__section__subttl {
        color: #b8a585;
        font-family: "Crimson Text", serif;
        font-size: 20rem; }
      .concept__overflow__list__item__section__ttl {
        font-size: 32rem;
        font-weight: bold;
        line-height: 1.4;
        margin-top: 16rem; }
      .concept__overflow__list__item__section__txt {
        line-height: 2;
        margin-top: 56rem; }
    .concept__overflow__list__item__img {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }
      .concept__overflow__list__item__img img {
        height: auto;
        width: 100%; }
    .concept__overflow__list__item:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .concept__overflow__list__item:nth-child(2n) .concept__overflow__list__item__section {
        margin: 0 3% 0 10%; }

.concept #flow {
  padding-top: 136rem; }

.concept__flow {
  margin-top: -136rem;
  padding-top: 136rem; }
  .concept__flow .ttl__sub {
    line-height: 1.5; }
    .concept__flow .ttl__sub span {
      display: inline-block; }
  .concept__flow__list {
    margin: 80rem auto 0 auto;
    max-width: 640rem;
    width: 56%; }
    .concept__flow__list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 72rem; }
      .concept__flow__list__item:first-child {
        margin-top: 0; }
      .concept__flow__list__item__number {
        margin-right: 8%; }
        .concept__flow__list__item__number__step {
          color: #b8a585;
          font-family: "Crimson Text", serif;
          font-size: 24rem; }
        .concept__flow__list__item__number__no {
          color: #b8a585;
          font-family: "Crimson Text", serif;
          font-size: 56rem; }
      .concept__flow__list__item__section__ttl {
        font-size: 24rem;
        font-weight: normal; }
        .concept__flow__list__item__section__ttl span {
          display: inline-block; }
      .concept__flow__list__item__section__txt {
        line-height: 2;
        margin-top: 24rem; }

.concept__menu {
  margin-top: 136rem; }
  .concept__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 36rem; }
    .concept__menu__list__item {
      border: solid 1rem #b8a585;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 30rem 2% 0 0;
      padding: 64rem 32rem 32rem 32rem;
      width: 32%; }
      .concept__menu__list__item:nth-child(3n) {
        margin-right: 0; }
      .concept__menu__list__item__img {
        text-align: center; }
        .concept__menu__list__item__img img {
          height: 80rem;
          width: 80rem; }
      .concept__menu__list__item__section__ttl {
        font-size: 20rem;
        margin-top: 56rem;
        text-align: center; }
      .concept__menu__list__item__section__txt {
        line-height: 2;
        margin-top: 24rem; }
      .concept__menu__list__item__btn {
        text-align: center; }
        .concept__menu__list__item__btn a {
          background-color: #b8a585;
          background-image: url("../img/follow-arrow@2x.png");
          background-position: center right 16rem;
          background-repeat: no-repeat;
          background-size: 26rem;
          color: #fff;
          display: inline-block;
          margin: 40rem auto 0 auto;
          padding: 16rem 66rem 16rem 24rem; }
          .concept__menu__list__item__btn a:hover {
            letter-spacing: 4rem; }

/* --------------------------------

医院案内

----------------------------------*/
#access {
  padding-top: 72rem; }

.guide__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 72rem;
  margin-top: -72rem; }
  .guide__overview .ttl {
    text-align: left; }
    .guide__overview .ttl::after {
      margin: 40rem auto 0 0; }
  .guide__overview--left {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    margin-right: 4%; }
    .guide__overview--left__list {
      margin-top: 56rem; }
      .guide__overview--left__list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 2;
        margin-top: 32rem; }
        .guide__overview--left__list__item:first-child {
          margin-top: 0; }
        .guide__overview--left__list__item__ttl {
          -ms-flex-preferred-size: 16%;
          flex-basis: 16%;
          margin-right: 4%; }
        .guide__overview--left__list__item__txt {
          -ms-flex-preferred-size: 80%;
          flex-basis: 80%; }
  .guide__overview--right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    .guide__overview--right iframe {
      height: 450rem;
      width: 100%; }
    .guide__overview--right__txt {
      margin-top: 16rem;
      text-align: right; }

.guide__clinic {
  margin-top: 136rem; }
  .guide__clinic__list {
    margin-top: 56rem; }
    .guide__clinic__list__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 136rem; }
      .guide__clinic__list__item:first-child {
        margin-top: 0; }
      .guide__clinic__list__item__img {
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        margin-right: 5%; }
        .guide__clinic__list__item__img img {
          height: auto;
          width: 100%; }
      .guide__clinic__list__item__section {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
        .guide__clinic__list__item__section__subttl {
          color: #b8a585;
          font-family: "Crimson Text", serif;
          font-size: 20rem; }
        .guide__clinic__list__item__section__ttl {
          font-size: 32rem;
          font-weight: bold;
          margin-top: 16rem; }
        .guide__clinic__list__item__section__txt {
          line-height: 2;
          margin-top: 56rem; }
      .guide__clinic__list__item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .guide__clinic__list__item:nth-child(even) .guide__clinic__list__item__img {
          margin: 0 0 0 5%; }

/* --------------------------------

スタッフ紹介

----------------------------------*/
#otani {
  padding-top: 56rem; }
  #otani .staff__director__profile {
    margin-top: -56rem;
    padding-top: 56rem; }

.staff__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .staff__profile__memo {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    margin-right: 5%; }
    .staff__profile__memo__ttl {
      border-bottom: solid 1rem #ded4ca;
      padding-bottom: 40rem; }
      .staff__profile__memo__ttl__sub {
        color: #b8a585;
        font-family: "Crimson Text", serif;
        font-size: 20rem; }
      .staff__profile__memo__ttl__main {
        font-size: 32rem;
        font-weight: bold;
        margin-top: 16rem; }
    .staff__profile__memo__history {
      border-bottom: solid 1rem #ded4ca;
      padding-bottom: 32rem;
      margin-top: 32rem; }
      .staff__profile__memo__history__ttl {
        font-weight: bold; }
      .staff__profile__memo__history__list {
        margin-top: 24rem; }
        .staff__profile__memo__history__list__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          line-height: 2;
          margin-top: 24rem; }
          .staff__profile__memo__history__list__item:first-child {
            margin-top: 0; }
          .staff__profile__memo__history__list__item__year {
            -ms-flex-preferred-size: 26%;
            flex-basis: 26%;
            margin-right: 4%; }
          .staff__profile__memo__history__list__item__txt {
            -ms-flex-preferred-size: 70%;
            flex-basis: 70%; }
  .staff__profile__img {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; }
    .staff__profile__img img {
      height: auto;
      width: 100%; }

.staff__director {
  margin-top: 72rem; }
  .staff__director__profile {
    margin-top: 56rem; }

.staff #dentist {
  padding-top: 136rem; }

.staff #fujimaki {
  padding-top: 220rem; }

.staff__dentist {
  margin-top: -136rem;
  padding-top: 136rem; }
  .staff__dentist--meguro {
    margin-top: 56rem; }
  .staff__dentist--fujimaki {
    margin-top: -104rem;
    padding-top: 60rem; }

.staff__technician {
  margin-top: 136rem; }

.staff__recruit {
  margin-top: 136rem; }
  .staff__recruit__txt {
    line-height: 2;
    margin-top: 56rem;
    text-align: center; }
  .staff__recruit__list {
    border-top: solid 1rem #ded4ca;
    margin: 80rem auto 0 auto;
    max-width: 685rem;
    width: 58%; }
    .staff__recruit__list__item {
      border-bottom: solid 1rem #ded4ca;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 32rem 0; }
      .staff__recruit__list__item__ttl {
        -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
        font-weight: bold;
        line-height: 2;
        margin-right: 4%; }
      .staff__recruit__list__item__txt {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        line-height: 2; }
  .staff__recruit__tel {
    margin-top: 80rem;
    text-align: center; }
    .staff__recruit__tel__txt {
      font-size: 24rem; }
    .staff__recruit__tel__number a {
      font-family: "Crimson Text", serif;
      font-size: 56rem;
      display: block;
      margin-top: 16rem; }
      .staff__recruit__tel__number a img {
        height: auto;
        width: 40rem; }

/* --------------------------------

予防歯科

----------------------------------*/
.prevent__important {
  margin-top: 72rem; }
  .prevent__important__name {
    font-size: 20rem;
    font-weight: bold;
    line-height: 2;
    margin-top: 56rem;
    text-align: center; }
    .prevent__important__name span {
      display: inline-block; }
  .prevent__important__graph {
    margin-top: 16rem;
    text-align: center; }
    .prevent__important__graph img {
      height: auto;
      max-width: 720rem;
      width: 100%; }
  .prevent__important__txt {
    line-height: 2;
    margin: 40rem auto 0 auto;
    max-width: 640rem; }

.prevent__merit {
  margin-top: 80rem; }
  .prevent__merit .ttl__main {
    font-size: 40rem; }
  .prevent__merit .ttl__sub {
    font-weight: normal; }
  .prevent__merit__list {
    margin-top: 40rem; }
  .prevent__merit__txt {
    line-height: 2;
    margin: 40rem auto 0 auto;
    width: 640rem; }

.prevent__menu {
  margin-top: 104rem; }
  .prevent__menu__list {
    margin-top: 56rem; }
    .prevent__menu__list__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 136rem; }
      .prevent__menu__list__item__img {
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        margin-right: 6%; }
      .prevent__menu__list__item__memo {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%; }
        .prevent__menu__list__item__memo__ttl__sub {
          color: #b8a585;
          font-family: "Crimson Text", serif;
          font-size: 20rem; }
        .prevent__menu__list__item__memo__ttl__main {
          font-size: 32rem;
          margin-top: 16rem; }
        .prevent__menu__list__item__memo__txt {
          line-height: 2;
          margin-top: 48rem; }
      .prevent__menu__list__item:first-child {
        margin-top: 0; }
      .prevent__menu__list__item:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .prevent__menu__list__item:nth-child(2n) .prevent__menu__list__item__img {
          margin: 0 0 0 6%; }

.prevent__qa {
  margin-top: 136rem; }
  .prevent__qa__list {
    margin: 56rem auto 0 auto;
    max-width: 640rem;
    width: 56%; }
    .prevent__qa__list__item {
      line-height: 2;
      margin-top: 64rem; }
      .prevent__qa__list__item:first-child {
        margin-top: 0; }
      .prevent__qa__list__item__q {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: solid 1rem #ded4ca;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 16rem; }
        .prevent__qa__list__item__q__icon {
          background-color: #b8a585;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          color: #fff;
          font-family: "Crimson Text", serif;
          font-size: 32rem;
          line-height: 1;
          margin-right: 24rem;
          padding: 8rem 12rem; }
        .prevent__qa__list__item__q__txt {
          font-weight: bold; }
      .prevent__qa__list__item__a {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 24rem; }
        .prevent__qa__list__item__a__icon {
          border: solid 1rem #b8a585;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          color: #b8a585;
          font-family: "Crimson Text", serif;
          font-size: 32rem;
          line-height: 1;
          margin-right: 24rem;
          padding: 8rem 12rem; }

/* --------------------------------

審美歯科・ホワイトニング

----------------------------------*/
#whitening {
  padding-top: 136rem; }

.aesthetic__metal {
  margin-top: 72rem; }
  .aesthetic__metal__img {
    margin-top: 56rem;
    text-align: center; }
  .aesthetic__metal__memo {
    margin-top: 56rem; }
    .aesthetic__metal__memo__ttl {
      font-size: 24rem;
      text-align: center; }
    .aesthetic__metal__memo__subttl {
      margin-top: 16rem;
      text-align: center; }
    .aesthetic__metal__memo__txt {
      line-height: 2;
      margin: 40rem auto 0 auto;
      max-width: 640rem;
      width: 100%; }

.aesthetic__material {
  margin-top: 80rem; }
  .aesthetic__material .ttl__main {
    font-size: 40rem; }
  .aesthetic__material .ttl__sub {
    font-size: 16rem;
    font-weight: normal;
    margin-top: 8rem; }
  .aesthetic__material__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16rem; }
    .aesthetic__material__list__item {
      border: solid 1rem #b8a585;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 40rem;
      padding: 32rem;
      width: 32%; }
      .aesthetic__material__list__item__img img {
        height: auto;
        width: 100%; }
      .aesthetic__material__list__item__memo {
        margin-top: 32rem; }
        .aesthetic__material__list__item__memo__ttl {
          font-size: 20rem;
          line-height: 1.2;
          text-align: center; }
          .aesthetic__material__list__item__memo__ttl span {
            display: inline-block; }
        .aesthetic__material__list__item__memo__txt {
          line-height: 2;
          margin-top: 24rem; }

.aesthetic__doctor {
  margin-top: 104rem; }
  .aesthetic__doctor__ttl {
    font-size: 20rem;
    font-weight: bold;
    margin-top: 48rem; }
  .aesthetic__doctor__txt {
    line-height: 2;
    margin-top: 24rem; }

.aesthetic__whitening {
  margin-top: -136rem;
  padding-top: 136rem; }
  .aesthetic__whitening__txt {
    line-height: 2;
    margin-top: 56rem;
    text-align: center; }
  .aesthetic__whitening__difference {
    margin-top: 80rem; }
    .aesthetic__whitening__difference .ttl__main {
      font-size: 40rem; }
    .aesthetic__whitening__difference .ttl__sub {
      font-weight: normal; }
    .aesthetic__whitening__difference__txt {
      line-height: 2;
      margin-top: 56rem;
      text-align: center; }
    .aesthetic__whitening__difference__box {
      margin-top: 32rem; }
  .aesthetic__whitening__menu {
    margin-top: 136rem; }
    .aesthetic__whitening__menu .ttl__main {
      font-size: 40rem; }
    .aesthetic__whitening__menu .ttl__sub {
      font-weight: normal;
      margin-top: 8rem; }
    .aesthetic__whitening__menu__list {
      margin-top: 56rem; }
      .aesthetic__whitening__menu__list__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .aesthetic__whitening__menu__list__item__img {
          -ms-flex-preferred-size: 44%;
          flex-basis: 44%;
          margin-right: 8%; }
        .aesthetic__whitening__menu__list__item__memo {
          -ms-flex-preferred-size: 48%;
          flex-basis: 48%; }
          .aesthetic__whitening__menu__list__item__memo__subttl {
            color: #b8a585;
            font-family: "Crimson Text", serif;
            font-size: 20rem; }
          .aesthetic__whitening__menu__list__item__memo__ttl {
            font-size: 32rem;
            margin-top: 16rem; }
          .aesthetic__whitening__menu__list__item__memo__txt {
            line-height: 2;
            margin-top: 48rem; }
          .aesthetic__whitening__menu__list__item__memo__merit {
            margin-top: 40rem; }
            .aesthetic__whitening__menu__list__item__memo__merit__ttl {
              font-weight: bold; }
            .aesthetic__whitening__menu__list__item__memo__merit__item {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin-top: 16rem; }
              .aesthetic__whitening__menu__list__item__memo__merit__item__icon {
                margin-right: 8rem; }
        .aesthetic__whitening__menu__list__item:nth-child(2) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          margin-top: 72rem; }
          .aesthetic__whitening__menu__list__item:nth-child(2) .aesthetic__whitening__menu__list__item__memo {
            margin-right: 8%; }
          .aesthetic__whitening__menu__list__item:nth-child(2) .aesthetic__whitening__menu__list__item__img {
            margin-right: 0; }
  .aesthetic__whitening__moremerit {
    margin-top: 40rem; }

/* --------------------------------

矯正歯科

----------------------------------*/
#mouthpiece {
  padding-top: 136rem; }

.orthodontics__merit {
  margin-top: 72rem; }
  .orthodontics__merit__txt {
    line-height: 2;
    margin-top: 56rem;
    text-align: center; }
  .orthodontics__merit #kidsmerit {
    padding-top: 80rem; }
  .orthodontics__merit__list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 96rem; }
    .orthodontics__merit__list__item__memo {
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
      max-width: 576rem; }
      .orthodontics__merit__list__item__memo__ttl__sub {
        color: #b8a585;
        font-family: "Crimson Text", serif;
        font-size: 20rem; }
      .orthodontics__merit__list__item__memo__ttl__main {
        font-size: 32rem;
        margin-top: 16rem; }
      .orthodontics__merit__list__item__memo__section {
        line-height: 2;
        margin-top: 40rem; }
        .orthodontics__merit__list__item__memo__section__ttl span {
          display: inline-block;
          margin-right: 8rem;
          vertical-align: middle; }
    .orthodontics__merit__list__item__img {
      -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
      margin-left: 8%; }
    .orthodontics__merit__list__item:first-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin-top: -80rem;
      padding-top: 80rem; }
      .orthodontics__merit__list__item:first-child .orthodontics__merit__list__item__img {
        margin: 0 8% 0 0; }

.orthodontics__doctor {
  margin-top: 136rem; }

.orthodontics__apparatus {
  margin-top: -136rem;
  padding-top: 136rem; }
  .orthodontics__apparatus__txt {
    line-height: 2;
    margin-top: 56rem;
    text-align: center; }
  .orthodontics__apparatus__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 56rem; }
    .orthodontics__apparatus__list__item {
      border: solid 1rem #b8a585;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 32rem;
      width: 32%; }
      .orthodontics__apparatus__list__item__img img {
        height: auto;
        width: 100%; }
      .orthodontics__apparatus__list__item__ttl {
        font-size: 20rem;
        margin-top: 32rem;
        text-align: center; }
      .orthodontics__apparatus__list__item__txt {
        line-height: 2;
        margin-top: 24rem; }

.orthodontics__case {
  margin-top: 136rem; }
  .orthodontics__case__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1rem #b8a585;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 56rem 0; }
    .orthodontics__case__item__memo {
      -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
      margin-right: 12%; }
      .orthodontics__case__item__memo__subttl {
        color: #b8a585;
        font-family: "Crimson Text", serif;
        font-size: 20rem; }
      .orthodontics__case__item__memo__ttl {
        font-size: 32rem;
        font-weight: bold;
        line-height: 1.5;
        margin-top: 16rem; }
        .orthodontics__case__item__memo__ttl span {
          display: block;
          font-size: 16rem; }
      .orthodontics__case__item__memo__txt {
        line-height: 2;
        margin-top: 40rem; }
    .orthodontics__case__item__img {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      text-align: right; }
    .orthodontics__case__item--first {
      border-top: solid 1rem #b8a585;
      margin-top: 24rem; }
  .orthodontics__case__genre {
    margin-top: 80rem; }
    .orthodontics__case__genre__ttl {
      font-size: 24rem;
      font-weight: bold;
      text-align: center; }
    .orthodontics__case__genre--adult {
      margin-top: 136rem; }

/* -------------------------------

小児歯科

------------------------------- */
.kids__doctor {
  margin-top: 136rem; }

.kids__point {
  margin-top: 136rem; }
  .kids__point__txt {
    line-height: 2;
    margin-top: 56rem;
    text-align: center; }
  .kids__point__list {
    margin-top: 80rem; }
    .kids__point__list__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 136rem; }
      .kids__point__list__item:first-child {
        margin-top: 0; }
      .kids__point__list__item__section {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%; }
        .kids__point__list__item__section__subttl {
          color: #b8a585;
          font-family: "Crimson Text", serif;
          font-size: 20rem; }
        .kids__point__list__item__section__ttl {
          font-size: 32rem;
          margin-top: 16rem; }
        .kids__point__list__item__section__txt {
          line-height: 2;
          margin-top: 56rem; }
      .kids__point__list__item__img {
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        margin-left: 4%; }
        .kids__point__list__item__img img {
          height: auto;
          width: 100%; }
      .kids__point__list__item:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .kids__point__list__item:nth-child(odd) .kids__point__list__item__img {
          margin: 0 4% 0 0; }

.kids__relation {
  margin-top: 136rem; }
  .kids__relation__txt {
    line-height: 2;
    margin-top: 56rem;
    text-align: center; }
  .kids__relation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32rem; }
    .kids__relation__list__item {
      border: solid 1rem #b8a585;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 40rem 2% 0 0;
      padding: 32rem;
      width: 32%; }
      .kids__relation__list__item:nth-child(3n) {
        margin-right: 0; }
      .kids__relation__list__item__img {
        text-align: center; }
        .kids__relation__list__item__img img {
          height: auto;
          width: 100%; }
      .kids__relation__list__item__ttl {
        font-size: 20rem;
        font-weight: bold;
        margin-top: 32rem;
        text-align: center; }
      .kids__relation__list__item__txt {
        line-height: 2;
        margin-top: 24rem; }

.kids__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80rem; }
  .kids__banner li:first-child {
    margin-right: 4%; }
  .kids__banner li a img {
    height: auto;
    width: 100%; }
  .kids__banner li a:hover {
    opacity: .5; }

.kids__maternity {
  margin-top: 136rem; }

/* --------------------------------

入れ歯（義歯）・インプラント

----------------------------------*/
.implant__treatment {
  margin-top: 72rem; }
  .implant__treatment__list {
    margin-top: 56rem; }
    .implant__treatment__list__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 136rem; }
      .implant__treatment__list__item:first-child {
        margin-top: 0; }
      .implant__treatment__list__item__img {
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        margin-right: 6%; }
        .implant__treatment__list__item__img img {
          height: auto;
          width: 100%; }
      .implant__treatment__list__item__memo {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
        .implant__treatment__list__item__memo__subttl {
          color: #b8a585;
          font-family: "Crimson Text", serif;
          font-size: 20rem; }
        .implant__treatment__list__item__memo__ttl {
          font-size: 32rem;
          font-weight: bold;
          margin-top: 16rem; }
      .implant__treatment__list__item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .implant__treatment__list__item:nth-child(even) .implant__treatment__list__item__img {
          margin: 0 0 0 6%; }

.implant__material {
  margin-top: 136rem; }
  .implant__material__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16rem; }
    .implant__material__list__item {
      border: solid 1rem #b8a585;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 40rem 2% 0 0;
      padding: 32rem;
      width: 32%; }
      .implant__material__list__item:nth-child(3n) {
        margin-right: 0; }
      .implant__material__list__item__img img {
        height: auto;
        width: 100%; }
      .implant__material__list__item__ttl {
        font-size: 20rem;
        margin-top: 32rem;
        text-align: center; }
      .implant__material__list__item__txt {
        line-height: 2;
        margin-top: 24rem; }

.implant__care {
  margin-top: 136rem; }
  .implant__care__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 56rem; }
    .implant__care__box__img {
      -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
      margin-right: 6%; }
    .implant__care__box__memo {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
      .implant__care__box__memo__item {
        margin-top: 32rem; }
        .implant__care__box__memo__item:first-child {
          margin-top: 0; }
        .implant__care__box__memo__item__ttl {
          color: #b8a585;
          font-family: "Crimson Text", serif; }
        .implant__care__box__memo__item__txt {
          line-height: 2;
          margin-top: 13rem; }

.implant__flow {
  margin-top: 136rem; }
  .implant__flow__list {
    margin-top: 56rem; }
    .implant__flow__list__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 72rem;
      width: 100%; }
      .implant__flow__list__item:first-child {
        margin-top: 0; }
      .implant__flow__list__item__number {
        color: #b8a585;
        -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
        font-family: "Crimson Text", serif;
        margin-right: 4%; }
        .implant__flow__list__item__number__sub {
          font-size: 24rem; }
        .implant__flow__list__item__number__main {
          font-size: 56rem; }
      .implant__flow__list__item__memo {
        -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
        margin-right: 3%; }
        .implant__flow__list__item__memo__ttl {
          font-size: 24rem;
          font-weight: normal; }
        .implant__flow__list__item__memo__txt {
          line-height: 2;
          margin-top: 16rem; }
      .implant__flow__list__item__img {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
        .implant__flow__list__item__img img {
          height: auto;
          width: 100%; }

.implant__maintenance {
  margin-top: 136rem; }
  .implant__maintenance__img {
    margin-top: 56rem;
    text-align: center; }
  .implant__maintenance__txt {
    line-height: 2;
    margin: 56rem auto 0 auto;
    max-width: 640rem;
    width: 100%; }

/* --------------------------------

歯とブラッシングの基本

----------------------------------*/
.howto__check {
  margin-top: 72rem; }
  .howto__check__txt {
    line-height: 2;
    margin-top: 56rem;
    text-align: center; }
  .howto__check__list {
    margin: 80rem auto 0 auto;
    max-width: 640rem;
    width: 100%; }
    .howto__check__list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 72rem; }
      .howto__check__list__item__number {
        color: #b8a585;
        font-family: "Crimson Text", serif;
        margin-right: 4%;
        text-align: center; }
        .howto__check__list__item__number__sub {
          font-size: 24rem; }
        .howto__check__list__item__number__main {
          font-size: 56rem; }
      .howto__check__list__item__memo__ttl {
        font-size: 24rem;
        font-weight: normal; }
      .howto__check__list__item__memo__txt {
        line-height: 2;
        margin-top: 16rem; }

.howto__dentifrice {
  margin-top: 136rem; }
  .howto__dentifrice__txt {
    line-height: 2;
    margin-top: 56rem;
    text-align: center; }
  .howto__dentifrice__list {
    margin-top: 56rem; }
    .howto__dentifrice__list__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 136rem; }
      .howto__dentifrice__list__item__img {
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        margin-right: 6%; }
        .howto__dentifrice__list__item__img img {
          height: auto;
          width: 100%; }
      .howto__dentifrice__list__item__memo {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
        .howto__dentifrice__list__item__memo__subttl {
          color: #b8a585;
          font-family: "Crimson Text", serif;
          font-size: 20rem; }
        .howto__dentifrice__list__item__memo__ttl {
          font-size: 32rem;
          margin-top: 16rem; }
        .howto__dentifrice__list__item__memo__txt {
          line-height: 2;
          margin-top: 48rem; }
      .howto__dentifrice__list__item:first-child {
        margin-top: 0; }
      .howto__dentifrice__list__item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .howto__dentifrice__list__item:nth-child(even) .howto__dentifrice__list__item__img {
          margin: 0 0 0 6%; }

.howto__ingenuity {
  margin-top: 136rem; }
  .howto__ingenuity .ttl__main {
    font-size: 40rem; }
  .howto__ingenuity .ttl__sub {
    font-weight: normal;
    margin-top: 8rem; }
  .howto__ingenuity .ttl::after {
    height: 0; }
  .howto__ingenuity__txt {
    line-height: 2;
    text-align: center; }
  .howto__ingenuity__list {
    margin-top: 56rem; }
    .howto__ingenuity__list__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 136rem; }
      .howto__ingenuity__list__item__memo {
        -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
        margin-right: 4%; }
        .howto__ingenuity__list__item__memo__subttl {
          color: #b8a585;
          font-family: "Crimson Text", serif;
          font-size: 20rem; }
        .howto__ingenuity__list__item__memo__ttl {
          font-size: 32rem;
          margin-top: 16rem; }
        .howto__ingenuity__list__item__memo__txt {
          line-height: 2;
          margin-top: 48rem; }
      .howto__ingenuity__list__item__img {
        -ms-flex-preferred-size: 58%;
        flex-basis: 58%; }
        .howto__ingenuity__list__item__img img {
          height: auto;
          width: 100%; }
      .howto__ingenuity__list__item:first-child {
        margin-top: 0; }

.howto__point {
  margin-top: 136rem; }

.howto__utilization {
  margin-top: 136rem; }
  .howto__utilization__txt {
    line-height: 2;
    margin-top: 56rem;
    text-align: center; }
  .howto__utilization__box {
    margin-top: 56rem; }

/* --------------------------------

ハンバーガーメニュー

----------------------------------*/
@media screen and (max-width: 1179px) {
  .header--pc {
    display: none; }
  .header--sp {
    display: block; }
    .header--sp__logo {
      background-color: #fff;
      padding: 32rem 24rem;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      .header--sp__logo img {
        max-width: 104rem; }
  .hamburger-menu {
    display: block;
    z-index: 2; }
  .menu-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 16rem;
    right: 16rem;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    width: 32rem;
    z-index: 999; }
    .menu-btn span {
      background-color: #2f3833;
      content: '';
      display: block;
      height: 1rem;
      position: absolute;
      right: 0;
      -webkit-transition: .6s ease-in-out;
      -o-transition: .6s ease-in-out;
      transition: .6s ease-in-out;
      width: 24rem; }
      .menu-btn span::before {
        background-color: #2f3833;
        bottom: 6rem;
        content: '';
        display: block;
        height: 1rem;
        position: absolute;
        right: 0;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        width: 32rem; }
      .menu-btn span::after {
        background-color: #2f3833;
        content: '';
        display: block;
        height: 1rem;
        position: absolute;
        top: 6rem;
        right: 0;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        width: 32rem; }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/ }
  #menu-btn-check:checked ~ .menu-btn span::before {
    background-color: #fff;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #menu-btn-check:checked ~ .menu-btn span::after {
    background-color: #fff;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #menu-btn-check {
    display: none; }
  .menu-content {
    background-color: rgba(184, 165, 133, 0.96);
    height: 100%;
    padding: 48rem 10%;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    /*leftの値を変更してメニューを画面外へ*/
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    width: 80%;
    z-index: 80; }
    .menu-content__logo {
      text-align: center; }
    .menu-content ul {
      margin: 24rem auto 0 auto; }
      .menu-content ul li a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        display: block;
        padding: 16rem 0;
        text-align: center;
        width: 100%; }
      .menu-content ul li:nth-child(7) a {
        border: solid 1rem #fff;
        display: block;
        margin: 16rem auto 0 auto;
        padding: 20rem 0;
        width: 80%; }
      .menu-content ul li:last-child a {
        border: solid 1rem #fff;
        font-family: "Crimson Text", serif;
        font-size: 20rem;
        display: block;
        margin: 16rem auto 0 auto;
        padding: 20rem 0;
        width: 80%; }
  #menu-btn-check:checked ~ .menu-content {
    opacity: 1;
    pointer-events: auto;
    /*メニューを画面内へ*/ }
  .mainimage--pc {
    display: none; }
  .mainimage--sp {
    display: block;
    float: right;
    width: calc(100% - 32rem);
    margin-top: 48rem; }
    .mainimage--sp img {
      height: auto;
      width: 100%; }
  .subpage__top {
    margin-top: 48rem; } }

/* --------------------------------

タブレット・スマホ共通

----------------------------------*/
@media screen and (max-width: 959px) {
  html {
    font-family: a-otf-gothic-bbb-pr6n, sans-serif; }
  .wrap {
    overflow: hidden; }
  .inner {
    width: 86%; }
  .scroll {
    font-size: 12rem;
    position: absolute;
    top: 40vh;
    left: 8rem;
    z-index: 1; }
  .footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64rem; }
    .footer--left {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 12rem 0;
      text-align: center; }
      .footer--left__box {
        display: none; }
      .footer--left__copy {
        margin-top: 0; }
    .footer--right {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 32rem 0;
      text-align: center; }
  .info {
    margin-top: 80rem; }
    .info .ttl {
      text-align: center; }
      .info .ttl__main {
        font-size: 48rem; }
      .info .ttl::after {
        margin: 40rem  auto 0 auto; }
    .info__box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .info__box--left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        text-align: center; }
        .info__box--left__contact {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .info__box--left__contact__tel {
            font-size: 40rem;
            margin: 0 24rem; }
          .info__box--left__contact__btn {
            margin-top: 16rem; }
            .info__box--left__contact__btn a {
              padding: 24rem 72rem 24rem 24rem; }
        .info__box--left__schedule {
          margin: 32rem auto 0 auto; }
          .info__box--left__schedule tr th, .info__box--left__schedule tr td {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 14rem;
            padding: 10rem;
            vertical-align: middle; }
      .info__box--right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 40rem; }
  .news {
    margin-top: 64rem; }
    .news__box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .news__list {
      margin-top: 24rem; }
      .news__list__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .news__list__item__txt {
          margin-top: 16rem; }
  .subpage .ttl__main {
    font-size: 56rem; }
  .subpage .ttl__sub {
    font-weight: normal; }
  .subpage__top {
    width: calc(100% - 32rem); }
    .subpage__top__item__ttl__main {
      font-size: 64rem; }
  .subpage__pan {
    display: none; }
  .subpage__imgitem__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .subpage__imgitem__box--left {
      margin: 64rem 0 0 0;
      text-align: center; }
    .subpage__imgitem__box--right {
      margin-top: 0; }
      .subpage__imgitem__box--right__unit__ttl {
        font-size: 24rem; }
      .subpage__imgitem__box--right__unit__txt {
        margin-top: 40rem; }
      .subpage__imgitem__box--right__btn {
        text-align: center; }
  .subpage__imgitem__reverse__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .subpage__imgitem__reverse__box--left {
      margin-left: 0; }
      .subpage__imgitem__reverse__box--left__img {
        margin-top: 40rem; }
    .subpage__imgitem__reverse__box--right {
      margin-top: 0; }
      .subpage__imgitem__reverse__box--right__unit__ttl {
        font-size: 24rem; }
      .subpage__imgitem__reverse__box--right__unit__txt {
        margin-top: 32rem; }
  .subpage__box {
    -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; }
    .subpage__box__item {
      max-width: 959rem;
      width: 100%; }
      .subpage__box__item__img {
        padding: 0 32rem; }
        .subpage__box__item__img img {
          height: auto;
          max-width: 316rem;
          width: 100%; }
      .subpage__box__item:nth-child(2) {
        margin-top: 40rem; }
  .mainimage--pc {
    display: none; }
  .mainimage--sp {
    display: block;
    float: right;
    width: calc(100% - 32rem);
    margin-top: 48rem; }
    .mainimage--sp img {
      height: auto;
      width: 100%; }
  .feature {
    margin-top: 56rem; }
    .feature__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 48rem; }
      .feature__list__item {
        margin: 0 0 80rem 0;
        width: 100%; }
        .feature__list__item:last-child {
          margin-bottom: 0; }
    .feature__othermenu__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 40rem; }
      .feature__othermenu__list__item {
        margin: 16rem 0 0 0; }
        .feature__othermenu__list__item a {
          max-width: none; }
        .feature__othermenu__list__item:first-child {
          margin-top: 0; }
  .message {
    margin-top: 64rem;
    padding: 24rem 0 56rem 0; }
    .message__bg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .message__bg::before {
        top: 80vh;
        left: auto;
        right: -5%;
        width: 80%; }
    .message--left__txt {
      margin-top: 40rem; }
    .message--right {
      margin: 40rem auto 0 auto; }
      .message--right__img img {
        text-align: center;
        width: 100%; }
  .homecare__bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24rem;
    text-align: center; }
  .homecare .ttl {
    margin-top: 24rem; }
    .homecare .ttl__main {
      font-size: 40rem; }
    .homecare .ttl::after {
      margin: 40rem auto 0 auto; }
  .homecare--left {
    margin-right: 0; }
  .homecare--right__btn {
    margin-top: 32rem;
    text-align: center; }
  .concept__overflow {
    margin-top: 80rem; }
    .concept__overflow__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 72rem; }
      .concept__overflow__list__item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .concept__overflow__list__item:nth-child(2n) .concept__overflow__list__item__section {
          margin: 0 auto; }
      .concept__overflow__list__item__section {
        margin: 0; }
        .concept__overflow__list__item__section__subttl {
          text-align: center; }
        .concept__overflow__list__item__section__ttl {
          font-size: 24rem;
          line-height: 1.5;
          margin-top: 8rem;
          text-align: center; }
          .concept__overflow__list__item__section__ttl span {
            display: inline-block; }
        .concept__overflow__list__item__section__txt {
          margin-top: 24rem; }
      .concept__overflow__list__item__img {
        margin-top: 48rem;
        width: 100%; }
  .concept__flow {
    margin-top: 80rem; }
    .concept__flow__list {
      margin-top: 64rem;
      max-width: 959rem;
      width: 100%; }
      .concept__flow__list__item__section__ttl {
        font-size: 20rem;
        line-height: 1.5; }
  .concept__menu {
    margin-top: 80rem; }
    .concept__menu__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 24rem; }
      .concept__menu__list__item {
        width: 100%; }
  .guide__overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .guide__overview--right {
      margin-top: 40rem; }
  .guide__clinic {
    margin-top: 80rem; }
    .guide__clinic__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 80rem; }
      .guide__clinic__list__item__img {
        margin-right: 0; }
      .guide__clinic__list__item__section {
        margin-top: 40rem; }
        .guide__clinic__list__item__section__subttl {
          text-align: center; }
        .guide__clinic__list__item__section__ttl {
          font-size: 24rem;
          text-align: center; }
        .guide__clinic__list__item__section__txt {
          margin-top: 24rem; }
      .guide__clinic__list__item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .guide__clinic__list__item:nth-child(even) .guide__clinic__list__item__img {
          margin: 0; }
  .staff__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .staff__profile__memo {
      margin-right: 0; }
      .staff__profile__memo__ttl {
        padding-bottom: 32rem; }
        .staff__profile__memo__ttl__main {
          font-size: 24rem; }
    .staff__profile__img {
      margin-top: 40rem; }
  .staff #fujimaki {
    padding-top: 160rem; }
  .staff__dentist {
    margin: 0;
    padding-top: 80rem; }
    .staff__dentist__profile {
      margin-top: -80rem;
      padding-top: 80rem; }
  .staff__technician {
    margin: 40rem 0 0 0; }
    .staff__technician .ttl__main {
      font-size: 56rem; }
  .staff__recruit {
    margin-top: 80rem; }
    .staff__recruit__list {
      width: 100%; }
    .staff__recruit__tel {
      margin-top: 56rem; }
      .staff__recruit__tel__txt {
        font-size: 16rem; }
      .staff__recruit__tel__number a {
        font-size: 40rem;
        margin-top: 8rem; }
        .staff__recruit__tel__number a img {
          width: 28rem; }
  .prevent__important__name {
    font-size: 16rem;
    line-height: 1.5;
    margin-top: 32rem; }
  .prevent__important__graph {
    margin-top: 8rem; }
  .prevent__merit__txt {
    width: 100%; }
  .prevent__menu {
    margin-top: 80rem; }
    .prevent__menu__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 80rem; }
      .prevent__menu__list__item__img {
        margin-right: 0; }
        .prevent__menu__list__item__img img {
          height: auto;
          width: 100%; }
      .prevent__menu__list__item__memo {
        margin-top: 40rem; }
        .prevent__menu__list__item__memo__ttl {
          text-align: center; }
          .prevent__menu__list__item__memo__ttl__main {
            font-size: 24rem; }
            .prevent__menu__list__item__memo__ttl__main span {
              display: inline-block; }
        .prevent__menu__list__item__memo__txt {
          margin-top: 24rem; }
      .prevent__menu__list__item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .prevent__menu__list__item:nth-child(2n) .prevent__menu__list__item__img {
          margin: 0; }
  .prevent__qa {
    margin-top: 80rem; }
    .prevent__qa__list {
      margin: 40rem auto 0 auto;
      width: 100%; }
  #whitening {
    padding-top: 80rem; }
  .aesthetic__metal__img img {
    height: auto;
    width: 100%; }
  .aesthetic__metal__memo__ttl {
    line-height: 1.5; }
    .aesthetic__metal__memo__ttl span {
      display: inline-block; }
  .aesthetic__doctor {
    margin-top: 80rem; }
  .aesthetic__material__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .aesthetic__material__list__item {
      width: 100%; }
      .aesthetic__material__list__item__memo__ttl {
        font-size: 16rem; }
  .aesthetic .prevent__merit {
    margin-top: 56rem; }
  .aesthetic__whitening {
    margin-top: -80rem;
    padding-top: 80rem; }
    .aesthetic__whitening__txt {
      margin-top: 40rem; }
    .aesthetic__whitening__difference .ttl__sub {
      line-height: 1.5; }
      .aesthetic__whitening__difference .ttl__sub span {
        display: inline-block; }
    .aesthetic__whitening__difference__txt {
      margin-top: 40rem; }
    .aesthetic__whitening__menu {
      margin-top: 80rem; }
      .aesthetic__whitening__menu__list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .aesthetic__whitening__menu__list__item__img {
          margin-right: 0; }
          .aesthetic__whitening__menu__list__item__img img {
            height: auto;
            width: 100%; }
        .aesthetic__whitening__menu__list__item__memo {
          margin-top: 40rem; }
          .aesthetic__whitening__menu__list__item__memo__subttl {
            text-align: center; }
          .aesthetic__whitening__menu__list__item__memo__ttl {
            font-size: 24rem;
            line-height: 1.2;
            text-align: center; }
            .aesthetic__whitening__menu__list__item__memo__ttl span {
              display: inline-block; }
          .aesthetic__whitening__menu__list__item__memo__txt {
            margin-top: 40rem; }
        .aesthetic__whitening__menu__list__item:nth-child(2) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
  .orthodontics__merit__list {
    margin-top: 56rem; }
    .orthodontics__merit__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 72rem; }
      .orthodontics__merit__list__item__memo__ttl {
        text-align: center; }
        .orthodontics__merit__list__item__memo__ttl__main {
          font-size: 24rem; }
      .orthodontics__merit__list__item__img {
        margin: 48rem 0 0 0;
        text-align: center; }
        .orthodontics__merit__list__item__img img {
          height: auto;
          width: 100%; }
      .orthodontics__merit__list__item:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .orthodontics__merit__list__item:first-child .orthodontics__merit__list__item__img {
          margin: 48rem 0 0 0; }
  .orthodontics__doctor {
    margin-top: 80rem; }
  .orthodontics__apparatus__txt {
    margin-top: 40rem; }
  .orthodontics__apparatus__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .orthodontics__apparatus__list__item {
      margin-top: 32rem;
      width: 100%; }
      .orthodontics__apparatus__list__item:first-child {
        margin-top: 0; }
      .orthodontics__apparatus__list__item__ttl {
        font-size: 16rem; }
  .orthodontics__case {
    margin-top: 80rem; }
    .orthodontics__case .ttl__main {
      font-size: 48rem; }
    .orthodontics__case__genre {
      margin-top: 64rem; }
      .orthodontics__case__genre__ttl {
        font-size: 20rem; }
    .orthodontics__case__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .orthodontics__case__item__memo {
        margin-right: 0; }
        .orthodontics__case__item__memo__subttl {
          text-align: center; }
        .orthodontics__case__item__memo__ttl {
          font-size: 24rem;
          margin-top: 8rem;
          text-align: center; }
      .orthodontics__case__item__img {
        margin-top: 32rem; }
        .orthodontics__case__item__img img {
          height: auto;
          width: 100%; }
  .kids__doctor {
    margin-top: 80rem; }
  .kids__point {
    margin-top: 80rem; }
    .kids__point__txt {
      margin-top: 40rem; }
    .kids__point__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 80rem; }
      .kids__point__list__item__section__subttl {
        text-align: center; }
      .kids__point__list__item__section__ttl {
        font-size: 24rem;
        text-align: center; }
      .kids__point__list__item__section__txt {
        margin-top: 24rem; }
      .kids__point__list__item__img {
        margin-top: 40rem; }
        .kids__point__list__item__img img {
          height: auto;
          width: 100%; }
      .kids__point__list__item:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .kids__point__list__item:nth-child(odd) .kids__point__list__item__img {
          margin: 40rem 0 0 0; }
  .kids__relation {
    margin-top: 80rem; }
    .kids__relation__txt {
      margin-top: 40rem; }
  .kids__maternity {
    margin-top: 80rem; }
  .implant .subpage__top__item__ttl__main {
    font-size: 44rem; }
  .implant__treatment__list {
    margin-top: 40rem; }
    .implant__treatment__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 80rem; }
      .implant__treatment__list__item__img {
        margin-right: 0; }
      .implant__treatment__list__item__memo {
        margin-top: 24rem;
        width: 100%; }
        .implant__treatment__list__item__memo__subttl {
          text-align: center; }
        .implant__treatment__list__item__memo__ttl {
          font-size: 24rem;
          text-align: center; }
      .implant__treatment__list__item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .implant__treatment__list__item:nth-child(even) .implant__treatment__list__item__img {
          margin: 0; }
  .implant__material {
    margin-top: 80rem; }
    .implant__material__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .implant__material__list__item {
        margin-right: 0;
        width: 100%; }
  .implant__care {
    margin-top: 80rem; }
    .implant__care__box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 40rem; }
      .implant__care__box__img {
        margin-right: 0; }
        .implant__care__box__img img {
          height: auto;
          width: 100%; }
      .implant__care__box__memo {
        margin-top: 40rem; }
        .implant__care__box__memo__item {
          margin-top: 48rem; }
          .implant__care__box__memo__item__ttl {
            font-size: 24rem;
            text-align: center; }
  .implant__flow {
    margin-top: 80rem; }
    .implant__flow__list {
      margin-top: 40rem; }
      .implant__flow__list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .implant__flow__list__item__memo {
          margin: 24rem 0 0 0;
          text-align: center; }
          .implant__flow__list__item__memo__txt {
            margin-top: 12rem; }
        .implant__flow__list__item__img {
          margin-top: 32rem; }
  .implant__maintenance {
    margin-top: 80rem; }
    .implant__maintenance .ttl__main {
      font-size: 48rem; }
    .implant__maintenance .ttl__sub span {
      display: inline-block;
      line-height: 1.5; }
    .implant__maintenance__img {
      margin-top: 40rem; }
      .implant__maintenance__img img {
        height: auto;
        width: 100%; }
    .implant__maintenance__txt {
      margin-top: 32rem; }
  .howto__check__txt {
    margin-top: 40rem; }
  .howto__check__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .howto__check__list__item__number {
      margin-right: 0; }
    .howto__check__list__item__memo {
      margin-top: 24rem; }
      .howto__check__list__item__memo__ttl {
        font-size: 20rem;
        text-align: center; }
      .howto__check__list__item__memo__txt {
        text-align: center; }
  .howto__dentifrice {
    margin-top: 80rem; }
    .howto__dentifrice__txt {
      margin-top: 40rem; }
    .howto__dentifrice__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 56rem; }
      .howto__dentifrice__list__item__img {
        margin-right: 0; }
      .howto__dentifrice__list__item__memo {
        margin-top: 24rem; }
        .howto__dentifrice__list__item__memo__subttl {
          text-align: center; }
        .howto__dentifrice__list__item__memo__ttl {
          font-size: 20rem;
          text-align: center; }
        .howto__dentifrice__list__item__memo__txt {
          margin-top: 24rem; }
      .howto__dentifrice__list__item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .howto__dentifrice__list__item:nth-child(even) .howto__dentifrice__list__item__img {
          margin: 0; }
  .howto__ingenuity {
    margin-top: 80rem; }
    .howto__ingenuity__list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 64rem; }
      .howto__ingenuity__list__item__memo {
        margin-right: 0; }
        .howto__ingenuity__list__item__memo__subttl {
          text-align: center; }
        .howto__ingenuity__list__item__memo__ttl {
          font-size: 20rem;
          text-align: center; }
        .howto__ingenuity__list__item__memo__txt {
          margin-top: 32rem; }
      .howto__ingenuity__list__item__img {
        margin-top: 32rem; }
        .howto__ingenuity__list__item__img img {
          height: auto;
          width: 100%; }
  .howto__point {
    margin-top: 80rem; }
  .howto__utilization {
    margin-top: 80rem; }
    .howto__utilization .ttl__main {
      font-size: 56rem; }
    .howto__utilization__txt {
      margin-top: 40rem; } }

/* --------------------------------

タブレット

----------------------------------*/
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .reservation {
    z-index: 1; }
  .prevent__menu__list__item {
    margin-top: 104rem; }
  .aesthetic__material__list__item__img {
    text-align: center; }
    .aesthetic__material__list__item__img img {
      height: auto;
      width: auto; }
  .orthodontics__apparatus__list__item__img {
    text-align: center; }
    .orthodontics__apparatus__list__item__img img {
      height: auto;
      width: auto; }
  .kids__relation__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .kids__relation__list__item {
      margin: 24rem 0 0 0;
      width: 48%; } }

/* --------------------------------

スマホ

----------------------------------*/
@media screen and (max-width: 559px) {
  .reservation {
    display: none; }
  .subpage__top__item {
    padding-bottom: 8vh; }
  .subpage__imgitem__box--left__img img {
    height: auto;
    width: 100%; }
  .subpage__imgitem__reverse__box--left__img img {
    height: auto;
    width: 100%; }
  .info__box--left__schedule tr th, .info__box--left__schedule tr td {
    padding: 10rem 7rem; }
  .homecare {
    margin-top: 80rem; }
    .homecare--left img {
      height: auto;
      width: 100%; }
  .concept__flow {
    margin-top: 80rem; }
    .concept__flow__list {
      margin-top: 64rem;
      max-width: 959rem;
      width: 100%; }
      .concept__flow__list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .concept__flow__list__item__number {
          margin-right: 0;
          text-align: center; }
        .concept__flow__list__item__section {
          margin-top: 24rem; }
          .concept__flow__list__item__section__ttl {
            text-align: center; }
        .concept__flow__list__item:nth-child(4) .concept__flow__list__item__section__txt {
          text-align: center; }
  .staff #fujimaki {
    padding-top: 120rem; }
  .guide__overview--left__list__item__ttl {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%; }
  .guide__overview--right iframe {
    height: 240rem; }
  .aesthetic .subpage__top__item__ttl__main {
    font-size: 48rem; }
  .kids__relation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .kids__relation__list__item {
      margin-top: 24rem;
      width: 100%; }
  .kids__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .kids__banner li:first-child {
      margin: 0 0 16rem 0; } }
