@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  scroll-behavior: smooth;
  /* 任意 */
  scroll-padding-top: 5.5em;
  /* ヘッダー高さ */ }

section {
  scroll-margin-top: 5.5em;
  /* どちらかでもOK */ }

main {
  overflow: hidden; }
  main sup {
    color: red; }
  main .comment {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: clamp(10px, 0.8052708638vw, 12px) !important;
    font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: normal;
    margin-top: 1.5em !important; }
    main .comment span {
      color: red; }
    main .comment.parking {
      font-size: clamp(12px, 1.0248901903vw, 14px) !important;
      font-weight: bold;
      margin-top: 0.5em !important; }
  main .header {
    width: 100%;
    background-color: #fff;
    transition: all .3s ease; }
    main .header .inner {
      width: 95%;
      max-width: 1280px;
      padding: 1em 0;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      main .header .inner--logo h1 {
        width: 25.6222547584vw;
        max-width: 350px; }
      main .header .inner .menu {
        display: none;
        width: 4.0263543192vw;
        max-width: 55px;
        height: 4.0263543192vw;
        max-height: 55px;
        background-color: #131733;
        border: 1px solid #fff;
        border-radius: 50%;
        position: relative;
        z-index: 1000;
        transition: all .4s;
        cursor: pointer; }
        main .header .inner .menu span {
          box-sizing: border-box;
          position: absolute;
          width: 50%;
          height: 2px;
          left: 50%;
          transform: translateX(-50%);
          background-color: #fff;
          transition: all .4s;
          box-sizing: border-box;
          cursor: pointer; }
          main .header .inner .menu span:nth-of-type(1) {
            top: 33%; }
          main .header .inner .menu span:nth-of-type(2) {
            top: 50%;
            transform: translate(-50%, -50%); }
          main .header .inner .menu span:nth-of-type(3) {
            bottom: 33%; }
        main .header .inner .menu.active span:nth-of-type(1) {
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translateY(-50%, -50%) rotate(-45deg); }
        main .header .inner .menu.active span:nth-of-type(2) {
          display: none; }
        main .header .inner .menu.active span:nth-of-type(3) {
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
      main .header .inner .globalnav {
        display: block;
        /*display: none;
        width: 100vw;
        height: 110vh;
        font-size: clamp(10px, vw(16), 16px);
        background-color: $subcolor01;
        position: fixed;
        top: -5em;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
        padding: 5em 0;*/ }
        main .header .inner .globalnav--wrap {
          /*width: 100%;
          height: 100%;
          overflow: auto;
          -webkit-overflow-scrolling: touch;
          padding: 0 10%;
          margin: 2em auto;*/ }
          main .header .inner .globalnav--wrap--upper ul, main .header .inner .globalnav--wrap--lower ul {
            display: flex;
            justify-content: flex-end;
            align-items: center; }
          main .header .inner .globalnav--wrap--upper ul li {
            margin-left: 2.3em; }
            main .header .inner .globalnav--wrap--upper ul li.instagram {
              width: 2.0497803807vw;
              height: 2.0497803807vw;
              max-width: 28px;
              max-height: 28px; }
            main .header .inner .globalnav--wrap--upper ul li.tel a {
              font-size: clamp(27px, 2.196193265vw, 30px);
              font-family: "Roboto", sans-serif;
              font-weight: 500;
              line-height: 1;
              padding-left: 1.2em;
              position: relative; }
              main .header .inner .globalnav--wrap--upper ul li.tel a:before {
                content: "";
                display: block;
                position: absolute;
                width: .8em;
                height: .8em;
                background: url("../images/common/icon_tel.webp") no-repeat center center/cover;
                top: 50%;
                left: 0;
                transform: translateY(-50%); }
            main .header .inner .globalnav--wrap--upper ul li.reservation a {
              font-size: clamp(10px, 0.8052708638vw, 11px);
              font-weight: bold;
              line-height: 1;
              color: #fff;
              background-color: #131733;
              border-radius: 2.5em;
              padding: 1em 2em;
              display: flex;
              justify-content: center;
              align-items: center; }
              main .header .inner .globalnav--wrap--upper ul li.reservation a em {
                font-size: clamp(9px, 0.7320644217vw, 10px); }
          main .header .inner .globalnav--wrap--lower ul li {
            font-size: clamp(11px, 0.878477306vw, 12px);
            font-weight: bold;
            text-align: center;
            margin-left: 2.3em; }
            main .header .inner .globalnav--wrap--lower ul li a {
              padding: 1.2em 0 .5em;
              position: relative; }
              main .header .inner .globalnav--wrap--lower ul li a:after {
                content: "";
                display: block;
                position: absolute;
                width: 0%;
                height: 1px;
                background-color: #131733;
                bottom: 0;
                left: 0;
                transition: all .3s ease; }
              main .header .inner .globalnav--wrap--lower ul li a:hover:after {
                width: 100%; }
    main .header.scrolled {
      position: fixed;
      z-index: 999; }
  main article .inner {
    width: 70.2781844802vw;
    max-width: 960px;
    margin: 0 auto; }
    main article .inner .btn-wrap {
      display: flex;
      justify-content: center;
      align-items: center; }
      main article .inner .btn-wrap .btn-more {
        width: 15em;
        font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: bold;
        line-height: 1;
        margin: 4em 1.5em 0; }
        main article .inner .btn-wrap .btn-more a {
          background-color: #cab27c;
          color: #fff;
          padding: 1.2em 2em;
          position: relative;
          transition: all .3s ease; }
          main article .inner .btn-wrap .btn-more a:after {
            content: "";
            position: absolute;
            width: .7em;
            height: .7em;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            top: 50%;
            right: 2em;
            transform: rotate(45deg) translateY(-50%);
            transition: all .3s ease; }
          main article .inner .btn-wrap .btn-more a:hover {
            opacity: 1;
            background-color: #131733; }
            main article .inner .btn-wrap .btn-more a:hover:after {
              right: 1.5em; }
        main article .inner .btn-wrap .btn-more.center {
          text-align: center;
          margin: 5em auto 0; }
        main article .inner .btn-wrap .btn-more.blue a {
          background-color: #131733; }
          main article .inner .btn-wrap .btn-more.blue a:hover {
            background-color: #cab27c; }
      main article .inner .btn-wrap .bnr {
        overflow: hidden; }
        main article .inner .btn-wrap .bnr a {
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
          font-weight: bold;
          line-height: 1;
          color: #fff;
          background-color: #131733;
          padding: 1.2em;
          transition: all .3s ease; }
          main article .inner .btn-wrap .bnr a .icon {
            margin-right: 1.5em; }
            main article .inner .btn-wrap .bnr a .icon.tel {
              width: 6.5%; }
            main article .inner .btn-wrap .bnr a .icon.web {
              width: 8%; }
            main article .inner .btn-wrap .bnr a .icon.blank {
              width: 8%; }
          main article .inner .btn-wrap .bnr a p {
            font-size: clamp(18px, 1.6105417277vw, 22px); }
            main article .inner .btn-wrap .bnr a p em {
              font-size: clamp(14px, 1.317715959vw, 18px);
              font-weight: bold; }
            main article .inner .btn-wrap .bnr a p span {
              font-family: "Roboto", sans-serif; }
          main article .inner .btn-wrap .bnr a:hover {
            opacity: 1;
            background-color: #cab27c;
            transform: scale(1.04); }
        main article .inner .btn-wrap .bnr.bnr-blank {
          width: 50%;
          margin-top: 10em; }
          main article .inner .btn-wrap .bnr.bnr-blank a {
            padding: 1.5em; }
  main article .btn-reservation {
    position: fixed;
    right: 1.0980966325vw;
    bottom: 5.8565153734vw;
    z-index: 99;
    width: 9.1508052709vw;
    height: 9.1508052709vw;
    max-width: 125px;
    max-height: 125px;
    font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: bold;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center; }
    main article .btn-reservation a {
      overflow: hidden;
      border-radius: 50%;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
      background-color: #cab27c;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: #fff;
      padding: 1em;
      position: relative;
      transition: all .3s ease; }
      main article .btn-reservation a:before, main article .btn-reservation a:after {
        content: '';
        display: block;
        position: absolute; }
      main article .btn-reservation a:before {
        width: 92.5%;
        height: 92.5%;
        border-radius: 50%;
        border: 1px solid #fff; }
      main article .btn-reservation a:after {
        width: .5em;
        height: .5em;
        border: solid #fff;
        border-width: 2px 2px 0 0;
        bottom: 1.5em;
        left: 45%;
        transform: rotate(45deg) translateY(-50%);
        transition: all .3s ease; }
      main article .btn-reservation a .icon {
        width: 1.8301610542vw;
        margin-top: -1em; }
      main article .btn-reservation a p {
        margin-top: .5em; }
        main article .btn-reservation a p em {
          display: block;
          font-size: clamp(9px, 0.6588579795vw, 9px);
          font-weight: bold;
          margin-top: .3em; }
      main article .btn-reservation a:hover {
        opacity: 1;
        transform: scale(1.04); }
        main article .btn-reservation a:hover:after {
          right: 1.5em; }
    main article .btn-reservation.is-inview {
      opacity: 0;
      display: none; }
  main article .container.infomation {
    position: relative;
    padding-top: 10em;
    background-color: rgba(202, 178, 124, 0.15); }
    main article .container.infomation.bg-none {
      padding-top: 0;
      background-color: rgba(0, 0, 0, 0); }
    main article .container.infomation .inner--wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 2em; }
      main article .container.infomation .inner--wrap--category {
        width: 48%;
        margin-top: 3em; }
        main article .container.infomation .inner--wrap--category.info .logo {
          width: 82.5%;
          margin: -1em auto 0 -1em; }
        main article .container.infomation .inner--wrap--category.info p {
          font-size: clamp(11px, 0.9516837482vw, 13px);
          line-height: 1.6; }
          main article .container.infomation .inner--wrap--category.info p em {
            font-size: clamp(10px, 0.878477306vw, 12px);
            display: block; }
          main article .container.infomation .inner--wrap--category.info p:nth-of-type(n+2) {
            margin-top: .5em; }
        main article .container.infomation .inner--wrap--category.info .medical-hours {
          font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
          font-weight: bold; }
          main article .container.infomation .inner--wrap--category.info .medical-hours span {
            font-family: "Roboto", sans-serif; }
          main article .container.infomation .inner--wrap--category.info .medical-hours table {
            background-color: #fff;
            border: 0.5px solid #dddddd;
            margin-top: 1em; }
            main article .container.infomation .inner--wrap--category.info .medical-hours table tr:nth-of-type(n+2) {
              border-top: 0.5px solid #dddddd; }
            main article .container.infomation .inner--wrap--category.info .medical-hours table tr th,
            main article .container.infomation .inner--wrap--category.info .medical-hours table tr td {
              line-height: 1;
              text-align: center;
              padding: .6em; }
              main article .container.infomation .inner--wrap--category.info .medical-hours table tr th:first-of-type,
              main article .container.infomation .inner--wrap--category.info .medical-hours table tr td:first-of-type {
                padding: .8em 1.5em; }
              main article .container.infomation .inner--wrap--category.info .medical-hours table tr th:nth-of-type(2),
              main article .container.infomation .inner--wrap--category.info .medical-hours table tr td:nth-of-type(2) {
                padding-left: 1.5em; }
              main article .container.infomation .inner--wrap--category.info .medical-hours table tr th:last-of-type,
              main article .container.infomation .inner--wrap--category.info .medical-hours table tr td:last-of-type {
                padding-right: 1.2em; }
            main article .container.infomation .inner--wrap--category.info .medical-hours table tr th {
              background-color: #98865d;
              color: #fff; }
              main article .container.infomation .inner--wrap--category.info .medical-hours table tr th:first-of-type {
                letter-spacing: .3em; }
            main article .container.infomation .inner--wrap--category.info .medical-hours table tr td {
              font-weight: 500; }
              main article .container.infomation .inner--wrap--category.info .medical-hours table tr td:first-of-type {
                color: #98865d;
                background-color: rgba(202, 178, 124, 0.05);
                border-right: 0.5px solid #dddddd; }
          main article .container.infomation .inner--wrap--category.info .medical-hours p {
            margin-top: .5em; }
            main article .container.infomation .inner--wrap--category.info .medical-hours p.comment {
              margin-top: 1em !important;
              line-height: 1.4; }
        main article .container.infomation .inner--wrap--category.bnr {
          overflow: hidden; }
          main article .container.infomation .inner--wrap--category.bnr a {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
            font-weight: bold;
            line-height: 1;
            color: #fff;
            background-color: #131733;
            padding: 1.2em;
            transition: all .3s ease; }
            main article .container.infomation .inner--wrap--category.bnr a .icon {
              margin-right: 1.5em; }
              main article .container.infomation .inner--wrap--category.bnr a .icon.tel {
                width: 6.5%; }
              main article .container.infomation .inner--wrap--category.bnr a .icon.web {
                width: 8%; }
            main article .container.infomation .inner--wrap--category.bnr a p em {
              font-weight: bold; }
            main article .container.infomation .inner--wrap--category.bnr a p span {
              font-family: "Roboto", sans-serif; }
            main article .container.infomation .inner--wrap--category.bnr a:hover {
              opacity: 1;
              background-color: #cab27c;
              transform: scale(1.04); }
        main article .container.infomation .inner--wrap--category.bnr-tel a p {
          font-size: clamp(22px, 2.0497803807vw, 28px); }
          main article .container.infomation .inner--wrap--category.bnr-tel a p em {
            display: block;
            font-size: clamp(10px, 0.878477306vw, 12px);
            margin-top: .5em; }
        main article .container.infomation .inner--wrap--category.bnr-reservation a p {
          font-size: clamp(18px, 1.6105417277vw, 22px); }
          main article .container.infomation .inner--wrap--category.bnr-reservation a p em {
            font-size: clamp(14px, 1.317715959vw, 18px); }
    main article .container.infomation .g-map {
      overflow: hidden;
      width: 100vw;
      height: 25.6222547584vw;
      min-height: 350px;
      margin-top: 10em; }
  main .footer {
    background-color: rgba(202, 178, 124, 0.15); }
    main .footer.hav-m {
      margin-top: 10em; }
    main .footer--upper {
      padding: 5em 0; }
      main .footer--upper .inner {
        width: 70.2781844802vw;
        max-width: 960px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        main .footer--upper .inner--category.info {
          width: 50%; }
          main .footer--upper .inner--category.info .logo {
            width: 82.5%;
            margin-left: -1em; }
          main .footer--upper .inner--category.info p {
            font-size: clamp(11px, 0.9516837482vw, 13px);
            line-height: 1.8; }
            main .footer--upper .inner--category.info p em {
              font-size: clamp(10px, 0.878477306vw, 12px);
              display: block; }
            main .footer--upper .inner--category.info p:nth-of-type(n+2) {
              margin-top: 1em; }
          main .footer--upper .inner--category.info .instagram {
            width: 2.0497803807vw;
            height: 2.0497803807vw;
            max-width: 28px;
            max-height: 28px;
            margin-top: 1em; }
          main .footer--upper .inner--category.info .medical-hours {
            font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
            font-weight: bold; }
            main .footer--upper .inner--category.info .medical-hours span {
              font-family: "Roboto", sans-serif; }
            main .footer--upper .inner--category.info .medical-hours table {
              background-color: #fff;
              border: 0.5px solid #dddddd;
              margin-top: 1.5em; }
              main .footer--upper .inner--category.info .medical-hours table tr:nth-of-type(n+2) {
                border-top: 0.5px solid #dddddd; }
              main .footer--upper .inner--category.info .medical-hours table tr th,
              main .footer--upper .inner--category.info .medical-hours table tr td {
                line-height: 1;
                text-align: center;
                padding: .6em; }
                main .footer--upper .inner--category.info .medical-hours table tr th:first-of-type,
                main .footer--upper .inner--category.info .medical-hours table tr td:first-of-type {
                  padding: .8em 1.5em; }
                main .footer--upper .inner--category.info .medical-hours table tr th:nth-of-type(2),
                main .footer--upper .inner--category.info .medical-hours table tr td:nth-of-type(2) {
                  padding-left: 1.5em; }
                main .footer--upper .inner--category.info .medical-hours table tr th:last-of-type,
                main .footer--upper .inner--category.info .medical-hours table tr td:last-of-type {
                  padding-right: 1.2em; }
              main .footer--upper .inner--category.info .medical-hours table tr th {
                background-color: #98865d;
                color: #fff; }
                main .footer--upper .inner--category.info .medical-hours table tr th:first-of-type {
                  letter-spacing: .3em; }
              main .footer--upper .inner--category.info .medical-hours table tr td {
                font-weight: 500; }
                main .footer--upper .inner--category.info .medical-hours table tr td:first-of-type {
                  color: #98865d;
                  background-color: rgba(202, 178, 124, 0.05);
                  border-right: 0.5px solid #dddddd; }
            main .footer--upper .inner--category.info .medical-hours p {
              font-size: clamp(11px, 0.9516837482vw, 13px);
              margin-top: .5em; }
              main .footer--upper .inner--category.info .medical-hours p.comment {
                margin-top: 1em !important;
                line-height: 1.4; }
        main .footer--upper .inner--category.sitemap {
          width: 40%;
          display: grid;
          grid-template-columns: 1.5fr 1fr;
          gap: 2.5em;
          grid-auto-rows: 12.5em;
          align-items: start; }
          main .footer--upper .inner--category.sitemap ul {
            width: fit-content;
            display: block;
            position: relative;
            overflow: hidden; }
            main .footer--upper .inner--category.sitemap ul li {
              padding-left: 1.5em;
              margin-top: 1em;
              position: relative; }
              main .footer--upper .inner--category.sitemap ul li:before {
                display: block;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%); }
              main .footer--upper .inner--category.sitemap ul li.ttl:before {
                content: "■"; }
              main .footer--upper .inner--category.sitemap ul li.txt {
                font-size: clamp(10px, 0.878477306vw, 12px); }
                main .footer--upper .inner--category.sitemap ul li.txt:before {
                  content: "−"; }
    main .footer--lower {
      width: 100%;
      font-size: clamp(10px, 0.7320644217vw, 10px);
      letter-spacing: .05em;
      text-align: center;
      background-color: #131733;
      color: #fff;
      padding: 1.5em; }

.pages article .main {
  width: 100vw;
  height: 36.2371888726vw;
  max-height: 495px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .pages article .main:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    mix-blend-mode: multiply;
    z-index: 1; }
  .pages article .main .inner {
    width: 80.5270863836vw;
    max-width: 1100px;
    margin: 0 auto; }
    .pages article .main .inner .title {
      line-height: 1;
      text-align: center;
      position: relative;
      z-index: 2;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
      .pages article .main .inner .title dt {
        font-size: clamp(42px, 5.4904831625vw, 75px);
        font-family: "Allura", cursive;
        color: #cab27c; }
      .pages article .main .inner .title dd {
        font-size: clamp(17px, 1.756954612vw, 24px);
        letter-spacing: .15em; }
        .pages article .main .inner .title dd.wh {
          color: #fff; }
      .pages article .main .inner .title.left {
        text-align: left; }
.pages article .breadcrumb-wrapper .inner .breadcrumb {
  display: flex;
  align-items: center;
  font-size: clamp(10px, 0.878477306vw, 12px);
  font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.6;
  padding: 1.5em 0; }
  .pages article .breadcrumb-wrapper .inner .breadcrumb .item {
    display: inline-block; }
    .pages article .breadcrumb-wrapper .inner .breadcrumb .item a {
      color: #cab27c;
      text-decoration: underline; }
    .pages article .breadcrumb-wrapper .inner .breadcrumb .item:nth-of-type(n+2) {
      padding-left: 2em;
      margin-left: 1em;
      position: relative; }
      .pages article .breadcrumb-wrapper .inner .breadcrumb .item:nth-of-type(n+2):before {
        content: ">";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
.pages article .lead {
  margin-top: 5em; }
  .pages article .lead .inner {
    text-align: center; }
    .pages article .lead .inner h3 {
      font-size: clamp(17px, 1.756954612vw, 24px); }
    .pages article .lead .inner p {
      font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
      margin-top: 1.5em; }
.pages article .container {
  margin-top: 10em; }
  .pages article .container .inner--title {
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 2; }
    .pages article .container .inner--title dt {
      font-size: clamp(60px, 5.4904831625vw, 75px);
      font-family: "Allura", cursive;
      color: #cab27c; }
    .pages article .container .inner--title dd {
      font-size: clamp(19px, 1.756954612vw, 24px);
      margin-top: .5em; }
  .pages article .container .inner--lead p {
    text-align: center;
    margin-top: 5em; }
  .pages article .container.container01 {
    position: relative; }
    .pages article .container.container01:after {
      content: "";
      display: block;
      position: absolute;
      width: 90vw;
      height: 100%;
      background-color: rgba(202, 178, 124, 0.15);
      border-top-right-radius: 4em;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: -1; }
    .pages article .container.container01 .inner {
      padding-bottom: 5em;
      margin-top: 5em; }
      .pages article .container.container01 .inner--title dt {
        text-align: right;
        margin-top: -.5em; }
      .pages article .container.container01 .inner--title dd {
        color: #98865d;
        background-color: #fff;
        padding-top: 2em;
        margin-top: 2em; }
      .pages article .container.container01 .inner--wrap {
        padding-top: 3em; }

#pagetop {
  width: 3.2942898975vw;
  height: 3.2942898975vw;
  position: fixed;
  right: 3.4773060029vw;
  bottom: 2.196193265vw;
  z-index: 200; }
  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease; }
    #pagetop a:before, #pagetop a:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #pagetop a:before {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      background-color: #131733;
      border: 1px solid #fff;
      border-radius: 50%; }
    #pagetop a:after {
      width: 25%;
      height: 25%;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(-45deg) translate(-20%, -50%); }
    #pagetop a:hover {
      opacity: 1;
      transform: scale(1.04); }

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 4em; }

  section {
    scroll-margin-top: 4em; }

  main .comment {
    font-size: clamp(10px, 3.0666666667vw, 12px) !important; }
    main .comment.parking {
      font-size: clamp(12px, 3.2vw, 14px) !important; }
  main .header .inner {
    padding: 1em 0; }
    main .header .inner--logo h1 {
      width: 70.6666666667vw; }
    main .header .inner--logo.active {
      position: relative;
      z-index: 9999; }
    main .header .inner .menu {
      display: block;
      width: 12vw;
      height: 12vw; }
    main .header .inner .globalnav {
      display: none;
      width: 100vw;
      height: 100vh;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999;
      padding: 5em 0; }
      main .header .inner .globalnav--wrap {
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 10%;
        margin: 2em auto;
        display: flex;
        align-items: stretch;
        flex-wrap: wrap; }
        main .header .inner .globalnav--wrap--upper, main .header .inner .globalnav--wrap--lower {
          width: 100%; }
          main .header .inner .globalnav--wrap--upper ul, main .header .inner .globalnav--wrap--lower ul {
            justify-content: center;
            flex-wrap: wrap; }
            main .header .inner .globalnav--wrap--upper ul li, main .header .inner .globalnav--wrap--lower ul li {
              margin: 2.5em auto 0; }
        main .header .inner .globalnav--wrap--upper {
          order: 1;
          margin-top: 0; }
          main .header .inner .globalnav--wrap--upper ul li.instagram {
            width: 7.4666666667vw;
            height: 7.4666666667vw; }
          main .header .inner .globalnav--wrap--upper ul li.tel a {
            font-size: clamp(22px, 7.2vw, 30px); }
          main .header .inner .globalnav--wrap--upper ul li.reservation {
            width: 100%; }
            main .header .inner .globalnav--wrap--upper ul li.reservation a {
              font-size: clamp(11px, 3.7333333333vw, 14px); }
              main .header .inner .globalnav--wrap--upper ul li.reservation a em {
                font-size: clamp(11px, 3.2vw, 12px); }
        main .header .inner .globalnav--wrap--lower {
          order: 0; }
          main .header .inner .globalnav--wrap--lower ul {
            flex-direction: column; }
            main .header .inner .globalnav--wrap--lower ul li {
              width: 100%;
              font-size: clamp(11px, 3.7333333333vw, 14px);
              margin-top: 0; }
              main .header .inner .globalnav--wrap--lower ul li a {
                padding: 1.5em 0;
                border-bottom: 1px dashed #cab27c; }
                main .header .inner .globalnav--wrap--lower ul li a:after {
                  display: none; }
  main article .inner {
    width: 85%; }
    main article .inner .btn-wrap {
      flex-direction: column; }
      main article .inner .btn-wrap .btn-more {
        margin-top: 2em; }
        main article .inner .btn-wrap .btn-more.center {
          margin: 2.5em auto 0; }
      main article .inner .btn-wrap .bnr {
        min-height: 5.5em; }
        main article .inner .btn-wrap .bnr a p {
          font-size: clamp(14px, 4.8vw, 22px); }
          main article .inner .btn-wrap .bnr a p em {
            font-size: clamp(11px, 3.7333333333vw, 18px); }
        main article .inner .btn-wrap .bnr.bnr-blank {
          width: 70%;
          margin-top: 5em; }
  main article .btn-reservation {
    left: 2.6666666667vw;
    right: inherit;
    bottom: 2.6666666667vw;
    width: 25.3333333333vw;
    height: 25.3333333333vw;
    font-size: clamp(9px, 2.6666666667vw, 11px); }
    main article .btn-reservation a .icon {
      width: 5.3333333333vw; }
    main article .btn-reservation a p em {
      font-size: clamp(9px, 2.4vw, 9px); }
  main article .container.infomation {
    padding-top: 5em; }
    main article .container.infomation .inner--wrap {
      margin-top: 0; }
      main article .container.infomation .inner--wrap--category {
        width: 100%; }
        main article .container.infomation .inner--wrap--category.info .logo {
          width: 100%; }
        main article .container.infomation .inner--wrap--category.info p {
          font-size: clamp(11px, 3.4666666667vw, 13px); }
          main article .container.infomation .inner--wrap--category.info p em {
            font-size: clamp(9px, 2.6666666667vw, 12px); }
        main article .container.infomation .inner--wrap--category.info .medical-hours {
          font-size: clamp(10px, 2.8vw, 11px); }
        main article .container.infomation .inner--wrap--category.bnr {
          min-height: 5.5em; }
          main article .container.infomation .inner--wrap--category.bnr a .icon {
            margin-right: 1.5em; }
            main article .container.infomation .inner--wrap--category.bnr a .icon.tel {
              width: 6.5%; }
            main article .container.infomation .inner--wrap--category.bnr a .icon.web {
              width: 8%; }
        main article .container.infomation .inner--wrap--category.bnr-tel a p {
          font-size: clamp(16px, 5.3333333333vw, 28px); }
          main article .container.infomation .inner--wrap--category.bnr-tel a p em {
            font-size: clamp(10px, 2.9333333333vw, 12px); }
        main article .container.infomation .inner--wrap--category.bnr-reservation {
          margin-top: 1em; }
          main article .container.infomation .inner--wrap--category.bnr-reservation a p {
            font-size: clamp(12px, 4vw, 22px); }
            main article .container.infomation .inner--wrap--category.bnr-reservation a p em {
              font-size: clamp(10px, 3.4666666667vw, 18px); }
    main article .container.infomation .g-map {
      height: 65.3333333333vw;
      margin-top: 5em; }
  main .footer.hav-m {
    margin-top: 5em; }
  main .footer--upper {
    padding: 2.5em 0 1em; }
    main .footer--upper .inner {
      width: 85%; }
      main .footer--upper .inner--category {
        width: 100% !important; }
        main .footer--upper .inner--category.info .logo {
          width: 100%; }
        main .footer--upper .inner--category.info p em {
          font-size: clamp(9px, 2.6666666667vw, 12px); }
        main .footer--upper .inner--category.info .instagram {
          width: 7.4666666667vw;
          height: 7.4666666667vw; }
        main .footer--upper .inner--category.info .medical-hours {
          font-size: clamp(10px, 2.8vw, 11px); }
          main .footer--upper .inner--category.info .medical-hours p {
            font-size: clamp(10px, 2.9333333333vw, 13px); }
        main .footer--upper .inner--category.sitemap {
          grid-template-columns: 1.25fr 1fr;
          grid-auto-rows: 11.5em;
          border-top: 0.5px solid #dddddd;
          padding-top: 1.5em;
          margin-top: 2em; }
          main .footer--upper .inner--category.sitemap ul li.txt {
            font-size: clamp(10px, 2.9333333333vw, 12px); }
  main .footer--lower {
    font-size: clamp(9px, 2.6666666667vw, 10px); }

  .pages article .main {
    height: 35vh; }
    .pages article .main .inner {
      width: 85%; }
      .pages article .main .inner .title dt {
        font-size: clamp(34px, 11.2vw, 75px); }
      .pages article .main .inner .title dd {
        font-size: clamp(14px, 4.5333333333vw, 24px); }
  .pages article .breadcrumb-wrapper .inner .breadcrumb {
    font-size: clamp(9px, 2.6666666667vw, 12px); }
  .pages article .lead {
    margin-top: 2.5em; }
    .pages article .lead .inner {
      width: 100%; }
      .pages article .lead .inner h3 {
        font-size: clamp(14px, 4.5333333333vw, 24px); }
  .pages article .container {
    margin-top: 5em; }
    .pages article .container .inner--title dt {
      font-size: clamp(34px, 11.2vw, 75px); }
    .pages article .container .inner--title dd {
      font-size: clamp(14px, 4.5333333333vw, 24px);
      line-height: 1.6; }
    .pages article .container .inner--lead p {
      margin-top: 2.5em; }
    .pages article .container.container01:after {
      width: 96.5vw; }
    .pages article .container.container01 .inner {
      padding: 0 1em 2.5em 0;
      margin-top: 2.5em; }
      .pages article .container.container01 .inner--title dd {
        padding-top: 1em;
        margin-top: 1em; }
      .pages article .container.container01 .inner--wrap {
        padding-top: 3em; }

  #pagetop {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    right: 2.6666666667vw;
    bottom: 5.3333333333vw !important; } }
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }
    ul li img {
      line-height: 0;
      font-size: 0;
      vertical-align: top; }
  ul.decimal-list li {
    list-style-type: decimal;
    margin: .5em 0 0 1.5em; }
  ul.dot-list li {
    margin-top: .5em;
    padding-left: 1em;
    position: relative; }
    ul.dot-list li:before {
      content: "";
      display: block;
      position: absolute;
      width: .5em;
      height: .5em;
      border-radius: 50%;
      background-color: #cab27c;
      top: .7em;
      left: 0; }

img {
  border: none;
  vertical-align: bottom; }

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

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング 全体の設定
========================================================= */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/ }

html, body {
  font-size: 62.5%;
  overflow: auto; }
  html.active, body.active {
    overflow: hidden; }

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: clamp(12px, 1.0248901903vw, 14px);
  font-family: "Noto Serif JP", serif, YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  /*日本語フォントの文字間隔（カーニング）全角スペースを詰める調整、句読点や括弧などの約物を含めた文字間をしっかり詰めてくれます。*/
  color: #131733;
  background: #fff; }

main {
  display: block; }

/*リンクテキスト全般の設定*/
a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

.disabled {
  pointer-events: none; }

.soon {
  pointer-events: none;
  opacity: .5; }

.hide,
.hidden {
  visibility: hidden; }

/*テキスト周りのタグ*/
p {
  line-break: strict; }

.txt-center {
  text-align: center; }

/*画像全般の設定*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none; }

/*videoタグ*/
video {
  max-width: 100%; }

/*iframeタグ*/
iframe {
  width: 100%; }

/*pointer;*/
.none-pointer {
  pointer-events: none; }

/*レスポンシブ切り替え表示の設定*/
.pc {
  display: block; }

.sp {
  display: none; }

/* =========================================================
 * modal
========================================================= */
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-close {
  text-indent: -9999px;
  font-family: serif;
  font-size: 64px;
  right: -10px !important;
  padding-right: 0 !important;
  top: -50px !important; }

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-wrap .modal-content {
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* content animate it */
.mfp-wrap.mfp-ready .modal-content {
  transform: translateY(0);
  opacity: 1; }

/* content animate out */
.mfp-wrap.mfp-removing .modal-content {
  transform: translateY(30px);
  opacity: 0; }

.mfp-iframe-holder .mfp-content {
  width: 125vmin !important;
  max-width: 90% !important; }

@media screen and (max-width: 767px) {
  /*.mfp-container{
  	padding: 0;
  }
  .modal-content{
  	max-width: 94%;
  	margin: 15vw auto;
  	.popup-modal-close{
  		cursor: pointer;
  		position: absolute;
  		right: 0;
  		top: -41px;
  		span{
  			img{
  				max-width: 31px;
  			}
  		}
  	}
  	&--inner{
  		background-color: #fff;
  		padding: 15px 5% 30px 5%;
  		.team{
  			p{
  				@include fz_vw(11);
  			}
  		}
  		.content{
  			margin-top: 20px;
  			h2{
  				letter-spacing: .04em;
  				@include fz_vw(16);
  			}
  			p{
  				margin-top: 20px;
  				@include fz_vw(12);
  			}
  		}
  		.contact{
  			margin-top: 30px;
  			p{
  				@include fz_vw(12);
  				a{
  					&.tel{
  						pointer-events: visible;
  						text-decoration: underline;
  					}
  				}
  			}
  		}
  	}
  }*/ }
@media screen and (max-width: 767px) {
  body {
    font-size: clamp(10px, 3.2vw, 14px);
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%; }

  /*リンクテキスト全般の設定*/
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  /*画像全般の設定*/
  img {
    width: 100%; }

  /*テキスト周りのタグ*/
  .att {
    font-size: 3vw !important;
    font-weight: 400;
    line-height: 1 !important;
    margin-bottom: 1em; }

  /*レスポンシブ切り替え表示の設定*/
  .pc {
    display: none; }

  .sp {
    display: block; } }
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
@media all and (-ms-high-contrast: none) {
  .noise {
    display: none; } }
/* =========================================================
 * font
========================================================= */
/*Allura*/
/*Cinzel*/
/*Lato*/
/*Roboto Condensed & Roboto*/
/*Noto Sans Japanese*/
.allura-regular {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal; }

.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal; }

.lato {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto; }

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto; }

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal; }

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening,
.fadein-popup {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fadein-popup {
  translate: none;
  rotate: none;
  scale: none;
  transform: translateY(20px) scale(0.8) !important;
  transition: opacity 0.5s ease-in-out , transform 0.5s ease-in-out; }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0); }

.fadein-popup.scrollin {
  transform: translate(0, 0) scale(1) !important;
  animation: popup 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
@keyframes topleft {
  0% {
    transform: translate(-50%, -50%); }
  100% {
    transform: translate(250%, 250%); } }
@keyframes topright {
  0% {
    transform: translate(50%, 50%); }
  100% {
    transform: translate(-100%, 200%); } }
@keyframes bottomleft {
  0% {
    transform: translate(-50%, -50%); }
  100% {
    transform: translate(150%, -250%); } }
@keyframes bottomright {
  0% {
    transform: translate(50%, 50%); }
  100% {
    transform: translate(-150%, 250%); } }
@keyframes popup {
  0% {
    opacity: 0; }
  80%, 100% {
    opacity: 1; } }
.fadein-topleft {
  animation: topleft 10s infinite linear 1s both; }

.fadein-topright {
  animation: topright 6.3s infinite linear 1s both; }

.fadein-topright02 {
  animation: topright 9.5s infinite linear 1s both; }

.fadein-bottomleft {
  animation: bottomleft 5.5s infinite linear 1s both; }

.fadein-bottomright {
  animation: bottomright 5.5s infinite linear 1s both; }

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
  -webkit-appearance: none;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */ }

/*垂直方向のスクロールバーに適用*/
/*::-webkit-scrollbar:horizontal {
    display: none;
    -webkit-appearance: none;
}*/
/*水平方向のスクロールバーに適用*/
/*::-webkit-scrollbar:vertical {
    display: none;
    -webkit-appearance: none;
}*/
/* =========================================================
 * CSS Animation　　   /*CSS アニメション
========================================================= */
/*メインビジュのSCROLL*/
@keyframes arrow-move {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
@-webkit-keyframes arrow-move {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
@keyframes animationZoom {
  100% {
    transform: scale(1.1); } }
@keyframes slideshow {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2); }
  10% {
    opacity: 1;
    transform: scale(1, 1); }
  28% {
    opacity: 1;
    transform: scale(1, 1); }
  38% {
    opacity: 0;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform: scale(1, 1); } }
/* =========================================================
 * js Animation　　   /*jS アニメーション
========================================================= */
/*1文字ずつ出現させるためのCSS*/
.eachTextAnime span {
  opacity: 0; }

.eachTextAnime.appeartext span {
  animation: text_anime_on .1s ease-out forwards; }

@keyframes text_anime_on {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.top article .main {
  position: relative; }
  .top article .main:before, .top article .main:after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 85%;
    background-color: rgba(202, 178, 124, 0.15);
    z-index: -1; }
  .top article .main:before {
    top: -2em;
    left: 0; }
  .top article .main:after {
    width: 60%;
    bottom: -2em;
    right: 0; }
  .top article .main .inner {
    width: 100%;
    max-width: 1366px;
    /*position: relative;
    h2{
        font-size: clamp( 45px, vw(75), 75px);
        font-weight: 500;
        letter-spacing: .4em;
        text-align: center;
        margin-top: 1em;
    }
    .figure{
        margin-top: 3em;
    }
    p{
        font-size: clamp( 14px, vw(26), 26px);
        font-family: $yugo;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        margin-top: 1.5em;
        span{
            display: inline-block;
            background-color: $maincolor;
            color: #fff;
            border-radius: 5.0rem;
            padding: .5em 2em;
        }
    }
    .label{
        width: vw(105);
        max-width: 105px;
        position: absolute;
        top: 0;
        right: 0;
    }*/ }
    .top article .main .inner .splide {
      width: 93.7042459736vw;
      max-width: 1280px;
      margin: 2em 0 0 auto;
      position: relative; }
      .top article .main .inner .splide .splide__track .splide__list {
        position: relative; }
        .top article .main .inner .splide .splide__track .splide__list:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3);
          mix-blend-mode: multiply;
          z-index: 2; }
      .top article .main .inner .splide--texts {
        position: absolute;
        top: 65%;
        left: 7.5%;
        transform: translateY(-50%);
        color: #fff; }
        .top article .main .inner .splide--texts dl {
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75); }
          .top article .main .inner .splide--texts dl dt {
            font-size: clamp(15px, 1.4641288433vw, 20px);
            font-family: "Cinzel", serif;
            font-weight: 500;
            letter-spacing: .2em;
            color: #cab27c; }
          .top article .main .inner .splide--texts dl dd {
            font-size: clamp(11px, 0.9516837482vw, 13px); }
        .top article .main .inner .splide--texts h2 {
          font-size: clamp(17px, 1.5373352855vw, 21px);
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
          margin-top: 1.2em; }
          .top article .main .inner .splide--texts h2 em {
            display: block;
            font-size: clamp(21px, 2.4890190337vw, 34px);
            margin-top: -.1em; }
        .top article .main .inner .splide--texts ul {
          display: flex;
          align-items: center; }
          .top article .main .inner .splide--texts ul li {
            width: 6.2225475842vw;
            height: 6.2225475842vw;
            max-width: 85px;
            max-height: 85px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.9);
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            flex-direction: column;
            margin-top: 2em; }
            .top article .main .inner .splide--texts ul li:nth-of-type(n+2) {
              margin-left: 1em; }
            .top article .main .inner .splide--texts ul li .icon {
              width: 2.196193265vw;
              max-width: 30px;
              margin: .2em auto 0; }
            .top article .main .inner .splide--texts ul li p {
              font-size: clamp(10px, 0.8052708638vw, 11px);
              font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
              font-weight: bold;
              line-height: 1.4;
              letter-spacing: .05em;
              text-align: center;
              color: #cab27c;
              margin-top: .2em; }
.top article .container {
  margin-top: 10em; }
  .top article .container .inner--title {
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 2; }
    .top article .container .inner--title dt {
      font-size: clamp(42px, 5.4904831625vw, 75px);
      font-family: "Allura", cursive;
      color: #cab27c; }
    .top article .container .inner--title dd {
      font-size: clamp(17px, 1.756954612vw, 24px);
      letter-spacing: .15em;
      margin-top: .5em; }
  .top article .container.news {
    background-color: rgba(202, 178, 124, 0.15);
    padding: 5em 0; }
    .top article .container.news .inner {
      border: 1px solid #cab27c;
      background-color: rgba(255, 255, 255, 0.85);
      padding: .35em; }
      .top article .container.news .inner--wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border: 1px solid #cab27c;
        padding: 5em; }
        .top article .container.news .inner--wrap--title dt {
          font-size: clamp(26px, 2.3426061493vw, 32px);
          color: #cab27c; }
        .top article .container.news .inner--wrap--category {
          width: 80%; }
          .top article .container.news .inner--wrap--category--col {
            border-bottom: 1px solid #cab27c; }
            .top article .container.news .inner--wrap--category--col.drawer-item .title {
              position: relative; }
              .top article .container.news .inner--wrap--category--col.drawer-item .title:after {
                content: "";
                position: absolute;
                width: 1em;
                height: 1em;
                border-left: 1px solid #cab27c;
                border-bottom: 1px solid #cab27c;
                top: 50%;
                right: 1em;
                transform: rotate(-45deg) translateY(-50%); }
              .top article .container.news .inner--wrap--category--col.drawer-item .title.close:after {
                right: 1.75em;
                transform: rotate(135deg) translateY(-50%); }
            .top article .container.news .inner--wrap--category--col .title {
              display: flex;
              align-items: center;
              padding: 1.5em 2.5em 1.5em 1em; }
              .top article .container.news .inner--wrap--category--col .title dt {
                width: 25%; }
              .top article .container.news .inner--wrap--category--col .title dd {
                width: 70%; }
            .top article .container.news .inner--wrap--category--col .texts {
              display: none;
              font-size: clamp(11px, 0.878477306vw, 12px);
              font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
              border-top: 0.5px dashed #cab27c;
              text-align: justify;
              padding: 1.5em 1.5em 2em; }
              .top article .container.news .inner--wrap--category--col .texts a {
                display: inline-block;
                width: inherit;
                height: inherit;
                text-decoration: underline;
                color: #cab27c; }
  .top article .container.clinic-staff .inner--wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: -2.5em; }
    .top article .container.clinic-staff .inner--wrap--picture {
      width: 52%; }
      .top article .container.clinic-staff .inner--wrap--picture .image {
        position: relative; }
        .top article .container.clinic-staff .inner--wrap--picture .image:after {
          content: '';
          display: block;
          position: absolute;
          width: 71.5%;
          height: 100%;
          background-color: rgba(202, 178, 124, 0.15);
          top: 2.5em;
          left: -2.5em;
          z-index: -1; }
    .top article .container.clinic-staff .inner--wrap--texts {
      width: 42%;
      line-height: 1.8; }
      .top article .container.clinic-staff .inner--wrap--texts h2 {
        font-size: clamp(19px, 1.756954612vw, 24px);
        letter-spacing: .05em;
        margin-top: 2.5em; }
      .top article .container.clinic-staff .inner--wrap--texts p {
        font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
        margin-top: 2.5em; }
  .top article .container.treatment .treatment--upper {
    position: relative;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 0); }
    .top article .container.treatment .treatment--upper .parallax-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      /*background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;*/
      background: url("../images/top/img_bg03-1.webp") no-repeat center center/cover;
      z-index: -2; }
      .top article .container.treatment .treatment--upper .parallax-bg img {
        display: none; }
    .top article .container.treatment .treatment--upper .inner--title {
      padding: 10em 0; }
      .top article .container.treatment .treatment--upper .inner--title dd {
        color: #fff; }
  .top article .container.treatment .treatment--lower {
    background-color: rgba(202, 178, 124, 0.15);
    padding-bottom: 10em;
    background: url("../images/top/img_bg03-2.webp") no-repeat center center/cover; }
    .top article .container.treatment .treatment--lower .inner {
      margin-top: -5em; }
      .top article .container.treatment .treatment--lower .inner--wrap--category {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .top article .container.treatment .treatment--lower .inner--wrap--category--col {
          width: 49%;
          background-color: rgba(255, 255, 255, 0.95);
          margin-top: 1.5em; }
          .top article .container.treatment .treatment--lower .inner--wrap--category--col a {
            display: flex;
            align-items: center;
            padding: 2em;
            position: relative;
            transition: all .3s ease; }
            .top article .container.treatment .treatment--lower .inner--wrap--category--col a:after {
              content: "";
              display: none;
              position: absolute;
              width: 1em;
              height: 1em;
              border-top: 1px solid #cab27c;
              border-right: 1px solid #cab27c;
              top: 50%;
              right: 2.5em;
              transform: rotate(45deg) translateY(-50%); }
            .top article .container.treatment .treatment--lower .inner--wrap--category--col a .icon {
              width: 21.3%; }
            .top article .container.treatment .treatment--lower .inner--wrap--category--col a dl {
              width: 75%;
              margin-left: 1.5em; }
              .top article .container.treatment .treatment--lower .inner--wrap--category--col a dl dt {
                font-size: clamp(14px, 1.2445095168vw, 17px);
                color: #cab27c; }
              .top article .container.treatment .treatment--lower .inner--wrap--category--col a dl dd {
                font-size: clamp(18px, 1.6105417277vw, 22px); }
                .top article .container.treatment .treatment--lower .inner--wrap--category--col a dl dd em {
                  display: block;
                  font-size: clamp(12px, 1.0248901903vw, 14px); }
            .top article .container.treatment .treatment--lower .inner--wrap--category--col a:hover {
              opacity: 1;
              transform: scale(1.04); }
  .top article .container.feature {
    position: relative;
    padding-top: 10em;
    margin-top: 0; }
    .top article .container.feature:before {
      content: "";
      display: block;
      position: absolute;
      width: 100vw;
      height: 40%;
      background-color: rgba(19, 23, 51, 0.05);
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
    .top article .container.feature .inner--wrap {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 2em; }
      .top article .container.feature .inner--wrap--category {
        width: 31%;
        margin: 3em 1.1% 0;
        border: 1px solid #cab27c;
        background-color: #fff; }
        .top article .container.feature .inner--wrap--category--ttl {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          background-color: #cab27c;
          padding: .5em; }
          .top article .container.feature .inner--wrap--category--ttl dt {
            font-size: clamp(13px, 1.1713030747vw, 16px); }
          .top article .container.feature .inner--wrap--category--ttl dd {
            font-size: clamp(19px, 1.756954612vw, 24px); }
        .top article .container.feature .inner--wrap--category--txt {
          padding: 1em; }
          .top article .container.feature .inner--wrap--category--txt h2 {
            font-size: clamp(14px, 1.317715959vw, 18px);
            text-align: center;
            color: #cab27c;
            margin-top: 1em; }
          .top article .container.feature .inner--wrap--category--txt p {
            font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
            text-align: justify;
            margin-top: .8em; }
            .top article .container.feature .inner--wrap--category--txt p sup {
              color: red; }
  .top article .container.instagram .inner {
    border: 5px double #cab27c;
    padding: 5em 0; }
    .top article .container.instagram .inner--title dt {
      display: inline-block;
      position: relative;
      padding-left: 1em; }
      .top article .container.instagram .inner--title dt:before {
        content: "";
        display: block;
        position: absolute;
        width: 2.9282576867vw;
        max-width: 40px;
        height: 2.9282576867vw;
        max-height: 40px;
        background: url("../images/common/icon_instagram-gold.webp") no-repeat center center/cover;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .top article .container.instagram .inner--wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 2em; }
      .top article .container.instagram .inner--wrap--category {
        width: 48%;
        margin-top: 3em; }
        .top article .container.instagram .inner--wrap--category.info .logo {
          width: 82.5%;
          margin: -1em auto 0 -1em; }
        .top article .container.instagram .inner--wrap--category.info p {
          font-size: clamp(10px, 0.878477306vw, 12px); }
          .top article .container.instagram .inner--wrap--category.info p:nth-of-type(n+2) {
            margin-top: 1em; }
        .top article .container.instagram .inner--wrap--category.info .medical-hours {
          font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
          font-weight: bold; }
          .top article .container.instagram .inner--wrap--category.info .medical-hours span {
            font-family: "Roboto", sans-serif; }
          .top article .container.instagram .inner--wrap--category.info .medical-hours table {
            background-color: #fff;
            border: 0.5px solid #dddddd;
            margin-top: 1.5em; }
            .top article .container.instagram .inner--wrap--category.info .medical-hours table tr:nth-of-type(n+2) {
              border-top: 0.5px solid #dddddd; }
            .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th,
            .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td {
              line-height: 1;
              text-align: center;
              padding: .6em; }
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th:first-of-type,
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td:first-of-type {
                padding: .8em 1.5em; }
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th:nth-of-type(2),
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td:nth-of-type(2) {
                padding-left: 1.5em; }
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th:last-of-type,
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td:last-of-type {
                padding-right: 1.2em; }
            .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th {
              background-color: #98865d;
              color: #fff; }
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th:first-of-type {
                letter-spacing: .3em; }
            .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td {
              font-weight: 500; }
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td:first-of-type {
                color: #98865d;
                background-color: rgba(202, 178, 124, 0.05);
                border-right: 0.5px solid #dddddd; }
          .top article .container.instagram .inner--wrap--category.info .medical-hours p {
            margin-top: .5em; }
        .top article .container.instagram .inner--wrap--category.bnr {
          overflow: hidden; }
          .top article .container.instagram .inner--wrap--category.bnr a {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
            font-weight: bold;
            line-height: 1;
            color: #fff;
            background-color: #131733;
            padding: 1.2em;
            transition: all .3s ease; }
            .top article .container.instagram .inner--wrap--category.bnr a .icon {
              margin-right: 1.5em; }
              .top article .container.instagram .inner--wrap--category.bnr a .icon.tel {
                width: 6.5%; }
              .top article .container.instagram .inner--wrap--category.bnr a .icon.web {
                width: 8%; }
            .top article .container.instagram .inner--wrap--category.bnr a p em {
              font-weight: bold; }
            .top article .container.instagram .inner--wrap--category.bnr a p span {
              font-family: "Roboto", sans-serif; }
            .top article .container.instagram .inner--wrap--category.bnr a:hover {
              opacity: 1;
              background-color: #cab27c;
              transform: scale(1.04); }
        .top article .container.instagram .inner--wrap--category.bnr-tel a p {
          font-size: clamp(22px, 2.0497803807vw, 28px); }
          .top article .container.instagram .inner--wrap--category.bnr-tel a p em {
            display: block;
            font-size: clamp(10px, 0.878477306vw, 12px);
            margin-top: .5em; }
        .top article .container.instagram .inner--wrap--category.bnr-reservation a p {
          font-size: clamp(18px, 1.6105417277vw, 22px); }
          .top article .container.instagram .inner--wrap--category.bnr-reservation a p em {
            font-size: clamp(14px, 1.317715959vw, 18px); }
  .top article .container.instagram .g-map {
    overflow: hidden;
    width: 100vw;
    height: 25.6222547584vw;
    min-height: 350px;
    margin-top: 10em; }

@media screen and (max-width: 767px) {
  .top article .inner {
    width: 85%; }
  .top article .main {
    padding-bottom: 5em; }
    .top article .main:before {
      content: "";
      display: block;
      position: absolute;
      width: 80%;
      height: 85%;
      background-color: rgba(202, 178, 124, 0.15);
      top: -2em;
      left: 0;
      z-index: -1; }
    .top article .main .inner {
      width: 100%;
      /*position: relative;
      h2{
          font-size: clamp( 45px, vw(75), 75px);
          font-weight: 500;
          letter-spacing: .4em;
          text-align: center;
          margin-top: 1em;
      }
      .figure{
          margin-top: 3em;
      }
      p{
          font-size: clamp( 14px, vw(26), 26px);
          font-family: $yugo;
          font-weight: bold;
          line-height: 1;
          text-align: center;
          margin-top: 1.5em;
          span{
              display: inline-block;
              background-color: $maincolor;
              color: #fff;
              border-radius: 5.0rem;
              padding: .5em 2em;
          }
      }
      .label{
          width: vw(105);
          max-width: 105px;
          position: absolute;
          top: 0;
          right: 0;
      }*/ }
      .top article .main .inner .splide {
        width: 92.5vw;
        margin: 2em 0 0 auto;
        position: relative; }
        .top article .main .inner .splide .splide__track .splide__list .splide__slide img {
          width: 200vw;
          max-width: inherit;
          height: auto; }
        .top article .main .inner .splide .splide__track .splide__list .splide__slide.slide01 img {
          margin-left: -100%; }
        .top article .main .inner .splide .splide__track .splide__list .splide__slide.slide02 img {
          margin-left: -65%; }
        .top article .main .inner .splide .splide__track .splide__list .splide__slide.slide03 img {
          margin-left: -80%; }
        .top article .main .inner .splide .splide__track .splide__list .splide__slide.slide04 img {
          margin-left: -95%; }
        .top article .main .inner .splide .splide__track .splide__list .splide__slide.slide05 img {
          margin-left: -87.5%; }
        .top article .main .inner .splide--texts {
          position: absolute;
          top: 92.5%;
          transform: translateY(-50%);
          color: #fff; }
          .top article .main .inner .splide--texts dl dt {
            font-size: clamp(15px, 4vw, 20px); }
          .top article .main .inner .splide--texts dl dd {
            font-size: clamp(11px, 2.9333333333vw, 13px); }
          .top article .main .inner .splide--texts h2 {
            font-size: clamp(17px, 4.5333333333vw, 21px); }
            .top article .main .inner .splide--texts h2 em {
              font-size: clamp(21px, 5.6vw, 34px); }
          .top article .main .inner .splide--texts ul li {
            width: 20vw;
            height: 20vw;
            border: 1px solid #cab27c;
            margin-top: 2.5em; }
            .top article .main .inner .splide--texts ul li:nth-of-type(n+2) {
              margin-left: 1em; }
            .top article .main .inner .splide--texts ul li .icon {
              width: 8vw; }
            .top article .main .inner .splide--texts ul li p {
              font-size: clamp(9px, 2.6666666667vw, 11px); }
  .top article .container {
    margin-top: 5em; }
    .top article .container .inner--title dt {
      font-size: clamp(42px, 11.2vw, 75px); }
    .top article .container .inner--title dd {
      font-size: clamp(17px, 4.5333333333vw, 24px); }
    .top article .container.news {
      padding: 2.5em 0; }
      .top article .container.news .inner--wrap {
        padding: 1.5em; }
        .top article .container.news .inner--wrap--title {
          width: 100%;
          text-align: center; }
          .top article .container.news .inner--wrap--title dt {
            font-size: clamp(26px, 6.9333333333vw, 32px); }
        .top article .container.news .inner--wrap--category {
          width: 100%; }
          .top article .container.news .inner--wrap--category--col.drawer-item:last-of-type {
            border-bottom: none; }
          .top article .container.news .inner--wrap--category--col.drawer-item .title:after {
            width: .7em;
            height: .7em;
            right: .7em; }
          .top article .container.news .inner--wrap--category--col.drawer-item .title.close:after {
            right: 1.23em; }
          .top article .container.news .inner--wrap--category--col .title {
            flex-direction: column;
            padding: 1.5em 2.5em 1.5em .5em; }
            .top article .container.news .inner--wrap--category--col .title dt {
              width: 100%;
              color: #98865d; }
            .top article .container.news .inner--wrap--category--col .title dd {
              width: 100%; }
          .top article .container.news .inner--wrap--category--col .texts {
            font-size: clamp(11px, 2.9333333333vw, 12px);
            padding: 1.5em .5em 2em; }
    .top article .container.clinic-staff .inner--wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-top: -2.5em; }
      .top article .container.clinic-staff .inner--wrap--picture {
        width: 100%; }
      .top article .container.clinic-staff .inner--wrap--texts {
        width: 100%; }
        .top article .container.clinic-staff .inner--wrap--texts h2 {
          font-size: clamp(19px, 5.0666666667vw, 24px); }
    .top article .container.treatment .treatment--upper .parallax-bg {
      background: url("../images/top/img_bg03-1.webp") no-repeat 37.5% center/cover; }
    .top article .container.treatment .treatment--upper .inner--title {
      padding: 5em 0; }
    .top article .container.treatment .treatment--lower {
      padding-bottom: 5em;
      background: url("../images/top/img_bg03-2.webp") no-repeat center center/cover; }
      .top article .container.treatment .treatment--lower .inner {
        margin-top: -2.5em; }
        .top article .container.treatment .treatment--lower .inner--wrap--category--col {
          width: 100%; }
          .top article .container.treatment .treatment--lower .inner--wrap--category--col a {
            padding: 1em; }
            .top article .container.treatment .treatment--lower .inner--wrap--category--col a .icon {
              width: 21.3%; }
            .top article .container.treatment .treatment--lower .inner--wrap--category--col a dl {
              width: 75%;
              margin-left: 1.5em; }
              .top article .container.treatment .treatment--lower .inner--wrap--category--col a dl dt {
                font-size: clamp(11px, 2.9333333333vw, 17px);
                color: #cab27c; }
              .top article .container.treatment .treatment--lower .inner--wrap--category--col a dl dd {
                font-size: clamp(15px, 4vw, 22px); }
                .top article .container.treatment .treatment--lower .inner--wrap--category--col a dl dd em {
                  font-size: clamp(9px, 2.6666666667vw, 14px); }
            .top article .container.treatment .treatment--lower .inner--wrap--category--col a:hover {
              opacity: 1;
              transform: scale(1.04); }
    .top article .container.feature {
      padding-top: 5em; }
      .top article .container.feature:before {
        height: 40%; }
      .top article .container.feature .inner--wrap {
        margin-top: 0; }
        .top article .container.feature .inner--wrap--category {
          width: 100%; }
          .top article .container.feature .inner--wrap--category--ttl dt {
            font-size: clamp(13px, 3.4666666667vw, 16px); }
          .top article .container.feature .inner--wrap--category--ttl dd {
            font-size: clamp(19px, 5.0666666667vw, 24px); }
          .top article .container.feature .inner--wrap--category--txt h2 {
            font-size: clamp(14px, 4.2666666667vw, 18px); }
    .top article .container.instagram .inner {
      padding: 2.5em 0; }
      .top article .container.instagram .inner--title dt:before {
        width: 8.5333333333vw;
        max-width: 40px;
        height: 8.5333333333vw;
        max-height: 40px; }
      .top article .container.instagram .inner--wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 2em; }
        .top article .container.instagram .inner--wrap--category {
          width: 48%;
          margin-top: 3em; }
          .top article .container.instagram .inner--wrap--category.info .logo {
            width: 82.5%;
            margin: -1em auto 0 -1em; }
          .top article .container.instagram .inner--wrap--category.info p {
            font-size: clamp(10px, 0.878477306vw, 12px); }
            .top article .container.instagram .inner--wrap--category.info p:nth-of-type(n+2) {
              margin-top: 1em; }
          .top article .container.instagram .inner--wrap--category.info .medical-hours {
            font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
            font-weight: bold; }
            .top article .container.instagram .inner--wrap--category.info .medical-hours span {
              font-family: "Roboto", sans-serif; }
            .top article .container.instagram .inner--wrap--category.info .medical-hours table {
              background-color: #fff;
              border: 0.5px solid #dddddd;
              margin-top: 1.5em; }
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr:nth-of-type(n+2) {
                border-top: 0.5px solid #dddddd; }
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th,
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td {
                line-height: 1;
                text-align: center;
                padding: .6em; }
                .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th:first-of-type,
                .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td:first-of-type {
                  padding: .8em 1.5em; }
                .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th:nth-of-type(2),
                .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td:nth-of-type(2) {
                  padding-left: 1.5em; }
                .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th:last-of-type,
                .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td:last-of-type {
                  padding-right: 1.2em; }
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th {
                background-color: #98865d;
                color: #fff; }
                .top article .container.instagram .inner--wrap--category.info .medical-hours table tr th:first-of-type {
                  letter-spacing: .3em; }
              .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td {
                font-weight: 500; }
                .top article .container.instagram .inner--wrap--category.info .medical-hours table tr td:first-of-type {
                  color: #98865d;
                  background-color: rgba(202, 178, 124, 0.05);
                  border-right: 0.5px solid #dddddd; }
            .top article .container.instagram .inner--wrap--category.info .medical-hours p {
              margin-top: .5em; }
          .top article .container.instagram .inner--wrap--category.bnr {
            overflow: hidden; }
            .top article .container.instagram .inner--wrap--category.bnr a {
              display: flex;
              justify-content: center;
              align-items: center;
              font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
              font-weight: bold;
              line-height: 1;
              color: #fff;
              background-color: #131733;
              padding: 1.2em;
              transition: all .3s ease; }
              .top article .container.instagram .inner--wrap--category.bnr a .icon {
                margin-right: 1.5em; }
                .top article .container.instagram .inner--wrap--category.bnr a .icon.tel {
                  width: 6.5%; }
                .top article .container.instagram .inner--wrap--category.bnr a .icon.web {
                  width: 8%; }
              .top article .container.instagram .inner--wrap--category.bnr a p em {
                font-weight: bold; }
              .top article .container.instagram .inner--wrap--category.bnr a p span {
                font-family: "Roboto", sans-serif; }
              .top article .container.instagram .inner--wrap--category.bnr a:hover {
                opacity: 1;
                background-color: #cab27c;
                transform: scale(1.04); }
          .top article .container.instagram .inner--wrap--category.bnr-tel a p {
            font-size: clamp(22px, 2.0497803807vw, 28px); }
            .top article .container.instagram .inner--wrap--category.bnr-tel a p em {
              display: block;
              font-size: clamp(10px, 0.878477306vw, 12px);
              margin-top: .5em; }
          .top article .container.instagram .inner--wrap--category.bnr-reservation a p {
            font-size: clamp(18px, 1.6105417277vw, 22px); }
            .top article .container.instagram .inner--wrap--category.bnr-reservation a p em {
              font-size: clamp(14px, 1.317715959vw, 18px); }
    .top article .container.instagram .g-map {
      overflow: hidden;
      width: 100vw;
      height: 25.6222547584vw;
      min-height: 350px;
      margin-top: 10em; } }
.clinic article .main {
  background-image: url("../images/clinic-staff/clinic/main_bg.webp"); }
.clinic article .container.about .inner--wrap {
  background-color: #fff;
  padding: 3em; }
  .clinic article .container.about .inner--wrap table {
    width: 100%;
    font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
    background-color: #fff;
    border: 0.5px solid #98865d;
    margin-top: 1em; }
    .clinic article .container.about .inner--wrap table tr {
      border-top: 0.5px solid #98865d; }
      .clinic article .container.about .inner--wrap table tr th {
        width: 20%;
        font-weight: bold;
        text-align: center;
        color: #fff;
        background-color: #cab27c;
        border-right: 0.5px solid #98865d;
        padding: 1.5em 1em; }
      .clinic article .container.about .inner--wrap table tr td {
        width: 80%;
        text-align: justify;
        padding: 1.5em 3em; }
        .clinic article .container.about .inner--wrap table tr td .comment {
          margin-top: 0.5em !important; }
        .clinic article .container.about .inner--wrap table tr td ul li {
          padding-left: 1.5em;
          position: relative; }
          .clinic article .container.about .inner--wrap table tr td ul li:before {
            content: "●";
            display: block;
            position: absolute;
            color: #cab27c;
            top: 0;
            left: 0; }
.clinic article .container.equipment {
  position: relative;
  padding-top: 10em; }
  .clinic article .container.equipment:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 40%;
    background-color: rgba(19, 23, 51, 0.05);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
  .clinic article .container.equipment .inner--wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2em; }
    .clinic article .container.equipment .inner--wrap--category {
      width: 31%;
      margin: 3em 1.1% 0;
      border: 1px solid #cab27c;
      background-color: #fff; }
      .clinic article .container.equipment .inner--wrap--category--ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #cab27c;
        padding: .5em; }
        .clinic article .container.equipment .inner--wrap--category--ttl dt {
          font-size: clamp(13px, 1.1713030747vw, 16px); }
        .clinic article .container.equipment .inner--wrap--category--ttl dd {
          font-size: clamp(19px, 1.756954612vw, 24px); }
      .clinic article .container.equipment .inner--wrap--category--txt {
        padding: 1em; }
        .clinic article .container.equipment .inner--wrap--category--txt h2 {
          font-size: clamp(14px, 1.317715959vw, 18px);
          text-align: center;
          color: #cab27c;
          margin-top: 1em; }
        .clinic article .container.equipment .inner--wrap--category--txt p {
          font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
          text-align: justify;
          margin-top: .8em; }
          .clinic article .container.equipment .inner--wrap--category--txt p sup {
            color: red; }
.clinic article .container.standards {
  padding-bottom: 8em;
  margin-top: 15em;
  position: relative; }
  .clinic article .container.standards:after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: rgba(202, 178, 124, 0.15);
    top: 0;
    left: 0;
    z-index: -1; }
  .clinic article .container.standards .inner--title dt {
    margin-top: -.5em; }
  .clinic article .container.standards .inner--wrap {
    overflow-y: auto;
    height: 40.2635431918vw;
    background-color: #fff;
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.15), inset -3px -3px 5px rgba(0, 0, 0, 0.2);
    padding: 2em;
    margin-top: 3em; }
    .clinic article .container.standards .inner--wrap--category h3 {
      font-size: clamp(16px, 1.317715959vw, 18px);
      color: #fff;
      background-color: #cab27c;
      padding: .5em 1em; }
    .clinic article .container.standards .inner--wrap--category--col:nth-of-type(n+2) {
      margin-top: 3em; }
    .clinic article .container.standards .inner--wrap--category--col--texts {
      font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
      text-align: justify;
      padding: 1em; }
      .clinic article .container.standards .inner--wrap--category--col--texts em {
        font-size: clamp(10px, 0.878477306vw, 12px); }
      .clinic article .container.standards .inner--wrap--category--col--texts p:nth-of-type(n+2),
      .clinic article .container.standards .inner--wrap--category--col--texts ul:nth-of-type(n+2) {
        margin-top: 1em; }
      .clinic article .container.standards .inner--wrap--category--col--texts p span.red,
      .clinic article .container.standards .inner--wrap--category--col--texts ul span.red {
        color: red; }
      .clinic article .container.standards .inner--wrap--category--col--texts ul {
        /*&.decimal-list{
            li{
                list-style-type: decimal;
                margin: .5em 0 0 1.5em;
            }
        }
        &.dot-list{
            li{
                margin-top: .5em;
                padding-left: 1em;
                position: relative;
                &:before{
                    content: "";
                    display: block;
                    position: absolute;
                    width: .5em;
                    height: .5em;
                    border-radius: 50%;
                    background-color: $subcolor01;
                    top: .7em;
                    left: 0;
                }
            }
        }*/ }
        .clinic article .container.standards .inner--wrap--category--col--texts ul li:first-of-type {
          margin-top: 1em; }
  .clinic article .container.standards .inner .inner--wrap::-webkit-scrollbar {
    width: .8em;
    display: block !important;
    -webkit-appearance: block !important; }
  .clinic article .container.standards .inner .inner--wrap::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background-color: #131733;
    box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2); }
  .clinic article .container.standards .inner .inner--wrap::-webkit-scrollbar-track {
    background-color: #dddddd;
    box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2); }
  .clinic article .container.standards .inner .inner--wrap::-webkit-scrollbar-corner {
    display: none; }

.staff article .main {
  background-image: url("../images/clinic-staff/staff/main_bg.webp"); }
.staff article .container.member-common .inner--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .staff article .container.member-common .inner--wrap .image {
    width: 42.5%; }
  .staff article .container.member-common .inner--wrap--message {
    width: 50%; }
    .staff article .container.member-common .inner--wrap--message .title {
      font-size: clamp(19px, 1.756954612vw, 24px);
      margin: .3em 0 2em; }
    .staff article .container.member-common .inner--wrap--message .profile dt {
      font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
      margin-top: 1em; }
    .staff article .container.member-common .inner--wrap--message .profile dd {
      font-size: clamp(17px, 1.5373352855vw, 21px);
      color: #98865d;
      margin-top: .3em; }
      .staff article .container.member-common .inner--wrap--message .profile dd span {
        font-size: clamp(13px, 1.0980966325vw, 15px);
        color: #cab27c;
        margin-left: 2em; }
    .staff article .container.member-common .inner--wrap--message--texts {
      font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
      line-height: 2.3;
      letter-spacing: .1em;
      text-align: justify;
      border-top: 1px solid #cab27c;
      padding-top: 2.5em;
      margin-top: 2.5em; }
      .staff article .container.member-common .inner--wrap--message--texts ul {
        line-height: 1.8; }
      .staff article .container.member-common .inner--wrap--message--texts p:nth-of-type(n+2) {
        margin-top: 2em; }
    .staff article .container.member-common .inner--wrap--message .info {
      width: 100%;
      font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
      background-color: #fff;
      padding: 2.5em 2em;
      margin-top: 2em; }
      .staff article .container.member-common .inner--wrap--message .info dl:nth-of-type(n+2) {
        margin-top: 2.5em; }
      .staff article .container.member-common .inner--wrap--message .info dl dt {
        font-size: clamp(14px, 1.1713030747vw, 16px);
        font-weight: bold;
        color: #98865d; }
      .staff article .container.member-common .inner--wrap--message .info dl dd {
        border-top: 1px solid #cab27c;
        padding-top: 1em;
        margin-top: 1em; }
      .staff article .container.member-common .inner--wrap--message .info dl.hobby {
        display: flex;
        align-items: center; }
        .staff article .container.member-common .inner--wrap--message .info dl.hobby dt span {
          display: inline-block;
          background-color: #cab27c;
          color: #fff;
          padding: .1em 1.5em; }
        .staff article .container.member-common .inner--wrap--message .info dl.hobby dd {
          border-top: none;
          padding-top: 0;
          margin: 0 0 0 1em; }
  .staff article .container.member-common .inner--wrap--info {
    width: 100%;
    font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2em 3.5em 3em;
    margin-top: 3.5em; }
    .staff article .container.member-common .inner--wrap--info dl {
      width: 45%;
      margin-top: 1em; }
      .staff article .container.member-common .inner--wrap--info dl dt {
        font-size: clamp(14px, 1.1713030747vw, 16px);
        font-weight: bold;
        color: #98865d; }
      .staff article .container.member-common .inner--wrap--info dl dd {
        border-top: 1px solid #cab27c;
        padding-top: 1em;
        margin-top: 1em; }
      .staff article .container.member-common .inner--wrap--info dl.hobby {
        display: flex;
        align-items: center; }
        .staff article .container.member-common .inner--wrap--info dl.hobby dt span {
          display: inline-block;
          background-color: #cab27c;
          color: #fff;
          padding: .1em 1.5em; }
        .staff article .container.member-common .inner--wrap--info dl.hobby dd {
          border-top: none;
          padding-top: 0;
          margin: 0 0 0 1em; }
.staff article .container.member01 .inner--wrap--message .title {
  color: #98865d; }
.staff article .container.member02 .container--block {
  position: relative; }
  .staff article .container.member02 .container--block:after {
    content: "";
    display: block;
    position: absolute;
    width: 90vw;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1; }
  .staff article .container.member02 .container--block:nth-of-type(odd):after {
    background-color: rgba(202, 178, 124, 0.15);
    border-top-right-radius: 4em;
    left: 0; }
  .staff article .container.member02 .container--block:nth-of-type(even):after {
    background-color: rgba(19, 23, 51, 0.05);
    border-top-left-radius: 4em;
    right: 0; }
  .staff article .container.member02 .container--block:nth-of-type(n+3) .inner {
    margin-top: 10em; }
  .staff article .container.member02 .container--block .inner {
    padding: 7.5em 0 5em;
    margin-top: 5em; }
    .staff article .container.member02 .container--block .inner--wrap .image {
      display: none; }
    .staff article .container.member02 .container--block .inner--wrap--message {
      width: 100%; }

@media screen and (max-width: 767px) {
  .clinic article .container.about .inner--wrap {
    padding: 1.5em; }
    .clinic article .container.about .inner--wrap .image {
      overflow: hidden;
      height: 25vh; }
      .clinic article .container.about .inner--wrap .image img {
        width: 140vw;
        max-width: inherit;
        margin-left: -35%; }
    .clinic article .container.about .inner--wrap table tr th,
    .clinic article .container.about .inner--wrap table tr td {
      display: block;
      width: 100%; }
    .clinic article .container.about .inner--wrap table tr th {
      padding: .8em; }
    .clinic article .container.about .inner--wrap table tr td {
      padding: 1.5em; }
  .clinic article .container.equipment {
    padding-top: 5em; }
    .clinic article .container.equipment:before {
      height: 40%; }
    .clinic article .container.equipment .inner--wrap {
      margin-top: 0; }
      .clinic article .container.equipment .inner--wrap--category {
        width: 100%; }
        .clinic article .container.equipment .inner--wrap--category--ttl dt {
          font-size: clamp(10px, 3.4666666667vw, 16px); }
        .clinic article .container.equipment .inner--wrap--category--ttl dd {
          font-size: clamp(15px, 5.0666666667vw, 24px); }
        .clinic article .container.equipment .inner--wrap--category--txt h2 {
          font-size: clamp(13px, 4.2666666667vw, 18px); }
  .clinic article .container.standards {
    padding-bottom: 4em;
    margin-top: 7.5em; }
    .clinic article .container.standards .inner--wrap {
      height: 50vh;
      padding: 1.5em; }
      .clinic article .container.standards .inner--wrap--category h3 {
        font-size: clamp(11px, 3.7333333333vw, 18px);
        line-height: 1.6; }
      .clinic article .container.standards .inner--wrap--category--col--texts em {
        font-size: clamp(9px, 2.6666666667vw, 12px); }

  .staff article .container.member-common .inner--wrap {
    padding-top: 3em; }
    .staff article .container.member-common .inner--wrap .image {
      overflow: hidden;
      width: 90%;
      height: 32.5vh;
      margin: 0 auto; }
    .staff article .container.member-common .inner--wrap--message {
      width: 100%; }
      .staff article .container.member-common .inner--wrap--message .title {
        font-size: clamp(15px, 5.0666666667vw, 24px);
        text-align: center;
        margin: 1em auto 0; }
      .staff article .container.member-common .inner--wrap--message .profile {
        text-align: center; }
        .staff article .container.member-common .inner--wrap--message .profile dt {
          margin-top: 2em; }
        .staff article .container.member-common .inner--wrap--message .profile dd {
          font-size: clamp(14px, 4.5333333333vw, 21px); }
          .staff article .container.member-common .inner--wrap--message .profile dd span {
            font-size: clamp(10px, 3.4666666667vw, 15px);
            margin-left: 2em; }
      .staff article .container.member-common .inner--wrap--message--texts {
        padding-top: 1.5em;
        margin-top: 1.5em; }
        .staff article .container.member-common .inner--wrap--message--texts p:nth-of-type(n+2) {
          margin-top: 1em; }
      .staff article .container.member-common .inner--wrap--message .info {
        padding: 2em; }
        .staff article .container.member-common .inner--wrap--message .info dl {
          margin-top: 0; }
          .staff article .container.member-common .inner--wrap--message .info dl:nth-of-type(n+2) {
            margin-top: 2.5em; }
          .staff article .container.member-common .inner--wrap--message .info dl dt {
            font-size: clamp(11px, 3.7333333333vw, 16px); }
    .staff article .container.member-common .inner--wrap--info {
      padding: 2em;
      margin-top: 2em; }
      .staff article .container.member-common .inner--wrap--info dl {
        width: 100%;
        margin-top: 0; }
        .staff article .container.member-common .inner--wrap--info dl:nth-of-type(n+2) {
          margin-top: 2.5em; }
        .staff article .container.member-common .inner--wrap--info dl dt {
          font-size: clamp(11px, 3.7333333333vw, 16px); }
  .staff article .container.member01 .container--block {
    padding-right: 1.5em; }
  .staff article .container.member02 .container--block:after {
    width: 96.5vw; }
  .staff article .container.member02 .container--block:nth-of-type(odd) .inner {
    padding-right: 1.5em; }
  .staff article .container.member02 .container--block:nth-of-type(even) .inner {
    padding-left: 1.5em; }
  .staff article .container.member02 .container--block:nth-of-type(n+3) .inner {
    margin-top: 5em; }
  .staff article .container.member02 .container--block .inner {
    padding: 0 1em 2.5em 0;
    margin-top: 2.5em; } }
