@charset "UTF-8";
#spMenu {
  display: none; }
  @media (max-width: 768px) {
    #spMenu {
      display: block; } }
  #spMenu .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #BE8F6C;
    z-index: 1200; }
  #spMenu .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    width: 100vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(190, 143, 108, 0.95);
    transform: translateX(100vw);
    transition: transform .3s linear; }
  #spMenu .menu-item {
    width: 100%;
    height: auto;
    font-size: 18px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    text-align: left; }
    #spMenu .menu-item.menu-item-parent-opened > a::after {
      content: " −"; }
    #spMenu .menu-item.menu-item-parent-closed > a::after {
      content: " ＋"; }
    #spMenu .menu-item.menu-item-child p {
      font-size: 14px;
      font-weight: 700;
      padding: 0 15px; }
      #spMenu .menu-item.menu-item-child p:last-of-type {
        margin-top: 20px; }
    #spMenu .menu-item.menu-item-child ul {
      font-size: 13px;
      padding: 0 15px; }
      #spMenu .menu-item.menu-item-child ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px; }
        #spMenu .menu-item.menu-item-child ul li a {
          display: block;
          font-size: 13px;
          height: 30px;
          line-height: 30px;
          border-radius: 15px;
          padding: 0 15px;
          background: #EFDFD5;
          color: #42210B; }
  #spMenu .menu.is-active {
    transform: translateX(0);
    padding-top: 10px; }
  #spMenu .fa {
    font-size: 24px; }
    #spMenu .fa.fa-times {
      color: #fff; }
  #spMenu .menu-item > a {
    padding: 10px 15px;
    display: block;
    color: #fff; }
    #spMenu .menu-item > a.current {
      font-weight: 700; }

html, body, div, p, header, footer, img span, ul, ol, li, section, header, footer,
table, th, td, h1, h2, h3, h4, h5, h6, a, form, input, textarea,
dl, dt, dd, iframe, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: din-2014,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 400;
  line-height: 180%;
  line-height: 1.8;
  height: 100%;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    body {
      line-height: 1.8; } }

img {
  display: block;
  border: 0; }

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

.marker {
  background: linear-gradient(transparent 60%, #F7D5E3 60%);
  font-weight: 700; }

#container {
  color: #4d4d4d; }

#header-sp {
  display: none; }
  @media (max-width: 768px) {
    #header-sp {
      display: block;
      height: 55px; }
      #header-sp a {
        padding: 10px 20px 0 20px;
        display: block; }
        #header-sp a img {
          height: 35px; } }

header {
  width: 100%;
  position: fixed;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 60px;
  height: 130px; }
  @media (max-width: 768px) {
    header {
      display: none; } }
  header a#logo {
    border-top: 4px solid #BE8F6C;
    margin-right: auto;
    height: 130px;
    padding-top: 36px; }
    header a#logo img {
      width: 244px; }
  header ul#gNav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-top: 0;
    line-height: 100%; }
    header ul#gNav > li {
      margin-left: 60px;
      position: relative; }
      header ul#gNav > li div.childNav {
        width: 500px;
        position: absolute;
        z-index: 2;
        display: none; }
        header ul#gNav > li div.childNav div.triangle {
          width: 0;
          height: 0;
          border-left: 14px solid transparent;
          border-right: 14px solid transparent;
          border-bottom: 14px solid #EFDFD5;
          margin-left: 19px;
          margin-top: 10px; }
        header ul#gNav > li div.childNav div.childNav-content {
          background: rgba(239, 223, 213, 0.95);
          border-radius: 16px;
          padding: 26px;
          font-size: 15px;
          margin-left: -24px;
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-between; }
        header ul#gNav > li div.childNav p {
          color: #42210B;
          font-weight: 700;
          margin-bottom: 15px; }
        header ul#gNav > li div.childNav ul {
          list-style: none;
          padding: 0 0 0;
          border-left: 1px solid #666; }
          header ul#gNav > li div.childNav ul li {
            padding: 0 0 0 10px;
            margin: 0 0 15px; }
      header ul#gNav > li a {
        border: 2px solid transparent;
        transition: 0.5s; }
        header ul#gNav > li a img#ig {
          width: 32px; }
        header ul#gNav > li a:hover {
          color: #BE8F6C;
          border-bottom: 2px solid #BE8F6C; }
  header img#contact-info {
    height: 80px; }

#slider {
  padding-top: 130px; }
  @media (max-width: 768px) {
    #slider {
      padding-top: 25px; } }
  #slider > div {
    width: calc(100% - 100px);
    margin: 0 auto; }
    @media (max-width: 768px) {
      #slider > div {
        width: calc(100% - 40px); } }
    #slider > div img {
      width: 100%;
      height: calc(100vh - 280px);
      object-fit: cover;
      border-radius: 40px; }
      @media (max-width: 768px) {
        #slider > div img {
          border-radius: 20px;
          height: calc(100vw - 40px); } }
    #slider > div div.slider-text {
      padding: 0 0 0 50px;
      margin-top: -55px; }
      @media (max-width: 768px) {
        #slider > div div.slider-text {
          padding: 0;
          margin-top: 5px; } }
      #slider > div div.slider-text h2 {
        font-family: a-otf-ryumin-pr6n,serif;
        font-weight: 300;
        font-style: normal;
        color: #000;
        font-size: 60px; }
        @media (max-width: 768px) {
          #slider > div div.slider-text h2 {
            font-size: 25px; } }
        #slider > div div.slider-text h2 span {
          font-size: 45px; }
          @media (max-width: 768px) {
            #slider > div div.slider-text h2 span {
              font-size: 18px; } }
      @media (max-width: 768px) {
        #slider > div div.slider-text p {
          font-size: 13px; } }

#news {
  width: 500px;
  margin: -100px 50px 107px auto;
  padding: 0 0 5px 10px;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 5px;
  padding-left: 10px; }
  @media (max-width: 768px) {
    #news {
      width: calc(100% - 40px);
      margin: 20px auto;
      padding: 20px;
      border: 1px solid #4d4d4d;
      border-radius: 20px; } }
  #news span:first-child {
    font-weight: 700;
    margin-right: 50px; }
    @media (max-width: 768px) {
      #news span:first-child {
        margin-right: 0;
        display: block; } }
  @media (max-width: 768px) {
    #news span:last-child {
      display: block; } }

#message {
  background: url("../images/home-message-bg.jpg");
  background-size: cover;
  padding: 70px 0; }
  @media (max-width: 768px) {
    #message {
      padding: 40px 0; } }
  #message .message-content {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end; }
    @media (max-width: 768px) {
      #message .message-content {
        width: 100%;
        display: block; } }
    #message .message-content#message-content-01 {
      margin-bottom: 50px; }
    #message .message-content#message-content-02 {
      flex-direction: row-reverse; }
    #message .message-content img {
      width: 300px; }
      @media (max-width: 768px) {
        #message .message-content img {
          width: 200px;
          margin: 0 auto 20px; } }
    #message .message-content div {
      width: 720px; }
      @media (max-width: 768px) {
        #message .message-content div {
          width: calc(100% - 40px );
          margin: 0 auto; } }
      #message .message-content div p.message-title {
        line-height: 120%;
        font-size: 36px;
        font-family: a-otf-ryumin-pr6n,serif;
        font-weight: 300;
        font-style: normal;
        color: #000; }
        @media (max-width: 768px) {
          #message .message-content div p.message-title {
            font-size: 24px; } }
      #message .message-content div p.message-desc {
        font-size: 16px;
        margin: 30px 0 60px; }
        @media (max-width: 768px) {
          #message .message-content div p.message-desc {
            font-size: 13px;
            margin: 20px 0; } }
      #message .message-content div p.message-position {
        line-height: 100%;
        font-size: 18px;
        letter-spacing: 1px; }
        @media (max-width: 768px) {
          #message .message-content div p.message-position {
            font-size: 15px; } }
      #message .message-content div p.message-name {
        margin-top: 20px;
        line-height: 100%;
        font-size: 26px;
        letter-spacing: 3px; }
        @media (max-width: 768px) {
          #message .message-content div p.message-name {
            margin-top: 5px;
            font-size: 24px;
            letter-spacing: 1px; } }
        #message .message-content div p.message-name span {
          font-size: 14px;
          margin-left: 20px; }

#feature {
  padding: 100px 0 0 0;
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    #feature {
      padding: 40px 20px;
      margin-bottom: 0; } }
  #feature h2 {
    width: 240px;
    margin: 0 auto 70px;
    color: #000;
    padding-bottom: 15px;
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    line-height: 100%;
    border-bottom: 1px solid #4d4d4d; }
    @media (max-width: 768px) {
      #feature h2 {
        width: 100%;
        font-size: 24px;
        margin: 0 auto 20px; } }
  #feature .feature-block {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end; }
    @media (max-width: 768px) {
      #feature .feature-block {
        display: block; } }
    #feature .feature-block:not(:last-child) {
      margin-bottom: 50px; }
    #feature .feature-block .feature-content {
      position: relative;
      padding-bottom: 40px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (max-width: 768px) {
        #feature .feature-block .feature-content {
          position: static;
          padding-bottom: 0; } }
      #feature .feature-block .feature-content .feature-num {
        color: #CCC;
        line-height: 100%;
        text-align: center;
        width: 85px; }
        @media (max-width: 768px) {
          #feature .feature-block .feature-content .feature-num {
            width: 50px;
            margin-right: 15px; } }
        #feature .feature-block .feature-content .feature-num .num {
          display: block;
          font-size: 100px;
          margin-bottom: 0;
          height: 100px;
          line-height: 90px; }
          @media (max-width: 768px) {
            #feature .feature-block .feature-content .feature-num .num {
              font-size: 50px;
              height: 50px;
              line-height: 45px; } }
        #feature .feature-block .feature-content .feature-num .en {
          display: block;
          font-size: 12px;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          margin: 0 auto; }
      #feature .feature-block .feature-content .feature-desc {
        display: block;
        width: 475px; }
        @media (max-width: 768px) {
          #feature .feature-block .feature-content .feature-desc {
            width: 100%; } }
        #feature .feature-block .feature-content .feature-desc h3 {
          font-size: 26px;
          font-weight: 700; }
          @media (max-width: 768px) {
            #feature .feature-block .feature-content .feature-desc h3 {
              font-size: 20px; } }
        #feature .feature-block .feature-content .feature-desc p {
          font-size: 16px;
          text-align: justify; }
          @media (max-width: 768px) {
            #feature .feature-block .feature-content .feature-desc p {
              font-size: 13px; } }
        #feature .feature-block .feature-content .feature-desc a {
          font-size: 21px;
          display: block;
          background: #BE8F6C;
          color: #fff;
          text-align: center;
          height: 58px;
          line-height: 58px;
          margin-top: 25px;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          transition: 0.3s; }
          #feature .feature-block .feature-content .feature-desc a:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
          @media (max-width: 768px) {
            #feature .feature-block .feature-content .feature-desc a {
              width: calc(100% - 65px);
              font-size: 16px; } }
    #feature .feature-block.feature-block-left img {
      width: calc(100% - 500px) !important;
      height: 450px;
      object-fit: cover;
      border-radius: 0 30px 30px 0; }
      @media (max-width: 768px) {
        #feature .feature-block.feature-block-left img {
          width: 100% !important;
          height: 50vw;
          border-radius: 20px;
          margin: 0 0 20px; } }
    #feature .feature-block.feature-block-left .feature-content {
      left: -160px; }
      @media (max-width: 768px) {
        #feature .feature-block.feature-block-left .feature-content {
          left: 0; } }
    #feature .feature-block.feature-block-right {
      flex-direction: row-reverse; }
      #feature .feature-block.feature-block-right img {
        width: calc(100% - 500px) !important;
        height: 450px;
        object-fit: cover;
        border-radius: 30px 0 0 30px; }
        @media (max-width: 768px) {
          #feature .feature-block.feature-block-right img {
            width: 100% !important;
            height: 50vw;
            border-radius: 20px;
            margin: 0 0 20px; } }
      #feature .feature-block.feature-block-right .feature-content {
        left: 160px; }
        @media (max-width: 768px) {
          #feature .feature-block.feature-block-right .feature-content {
            left: 0; } }

#case {
  background: url("../images/home-case-bg.jpg");
  background-size: cover;
  padding: 70px 0; }
  @media (max-width: 768px) {
    #case {
      padding: 40px 20px; } }
  #case h2 {
    margin: 0 auto 70px;
    color: #000;
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    line-height: 100%; }
    @media (max-width: 768px) {
      #case h2 {
        font-size: 24px;
        line-height: 150%;
        margin: 0 auto 20px; } }
    #case h2 span {
      font-size: 48px;
      background: linear-gradient(transparent 60%, #F7D5E3 60%);
      margin: 0 5px;
      padding: 0 5px; }
      @media (max-width: 768px) {
        #case h2 span {
          font-size: 30px; } }
  #case .caselist {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 100px; }
    @media (max-width: 768px) {
      #case .caselist {
        width: 100%;
        display: block;
        margin-bottom: 0; } }
    #case .caselist .casegroup.casegroup-1col {
      width: 150px; }
      @media (max-width: 768px) {
        #case .caselist .casegroup.casegroup-1col {
          width: 100%; } }
    #case .caselist .casegroup.casegroup-2col {
      width: 340px; }
      @media (max-width: 768px) {
        #case .caselist .casegroup.casegroup-2col {
          width: 100%; } }
    #case .caselist .casegroup.casegroup-3col {
      width: 530px; }
      @media (max-width: 768px) {
        #case .caselist .casegroup.casegroup-3col {
          width: 100%; } }
    #case .caselist .casegroup h3 {
      background: #E2C0AA;
      color: #42210B;
      text-align: center;
      margin-bottom: 30px;
      font-size: 18px;
      height: 60px;
      line-height: 60px;
      border-radius: 30px; }
      @media (max-width: 768px) {
        #case .caselist .casegroup h3 {
          margin-bottom: 15px;
          font-size: 15px;
          height: 40px;
          line-height: 40px;
          border-radius: 20px; } }
    #case .caselist .casegroup ul {
      list-style: none;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (max-width: 768px) {
        #case .caselist .casegroup ul {
          flex-wrap: wrap; } }
      #case .caselist .casegroup ul:not(:last-child) {
        margin-right: 40px; }
      #case .caselist .casegroup ul li:not(:last-child) {
        margin-right: 40px; }
        @media (max-width: 768px) {
          #case .caselist .casegroup ul li:not(:last-child) {
            margin-right: 0; } }
      #case .caselist .casegroup ul li a img {
        width: 150px;
        height: 150px;
        border-radius: 75px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        transform: rotateZ(0deg) scale(1);
        transition: 1s; }
        #case .caselist .casegroup ul li a img:hover {
          transform: rotateZ(360deg) scale(1.1); }
      @media (max-width: 768px) {
        #case .caselist .casegroup ul li {
          width: calc((100% - 20px)/2);
          margin: 0 0 20px; } }

#map.map-sub {
  text-align: center; }
  #map.map-sub #info {
    width: 100% !important; }
    #map.map-sub #info img {
      margin: 0 auto 40px !important; }
#map iframe {
  width: 100%;
  height: 400px; }
#map #info-and-access {
  width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0 0; }
  @media (max-width: 768px) {
    #map #info-and-access {
      width: calc(100% - 40px);
      flex-direction: column;
      margin: 0 auto 20px;
      padding: 100px 0 0 0; } }
  #map #info-and-access #info {
    width: 50%; }
    @media (max-width: 768px) {
      #map #info-and-access #info {
        width: 100%;
        padding: 0 0 40px; } }
    #map #info-and-access #info img {
      width: 244px;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        #map #info-and-access #info img {
          margin: 0 auto 20px; } }
      #map #info-and-access #info img#schedule {
        width: 500px;
        margin: 30px 0 0; }
        @media (max-width: 768px) {
          #map #info-and-access #info img#schedule {
            width: 100%; } }
    #map #info-and-access #info p {
      font-size: 16px; }
      @media (max-width: 768px) {
        #map #info-and-access #info p {
          text-align: center; } }
      #map #info-and-access #info p span {
        display: block; }
        @media (max-width: 768px) {
          #map #info-and-access #info p span#telnum {
            font-size: 18px; } }
        @media (max-width: 768px) {
          #map #info-and-access #info p span#faxnum {
            font-size: 18px; } }
  #map #info-and-access #access {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media (max-width: 768px) {
      #map #info-and-access #access {
        width: calc(100% - 40px);
        margin: 0 auto; } }
    #map #info-and-access #access h2 {
      color: #333;
      font-size: 14px;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      width: 50px;
      padding-top: 5px;
      color: #BE8F6C; }
      @media (max-width: 768px) {
        #map #info-and-access #access h2 {
          display: none; } }
    #map #info-and-access #access div {
      font-size: 16px;
      width: 500px;
      padding-left: 20px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 768px) {
        #map #info-and-access #access div {
          font-size: 13px;
          width: 100%;
          display: block; } }
      #map #info-and-access #access div img {
        width: 60%;
        height: auto;
        margin-right: 30px;
        border-radius: 20px; }
        @media (max-width: 768px) {
          #map #info-and-access #access div img {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px; } }
      #map #info-and-access #access div p {
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          #map #info-and-access #access div p br {
            display: none; } }

#copyright {
  text-align: right;
  font-size: 12px;
  padding: 100px 20px 20px 0;
  line-height: 100%; }
  @media (max-width: 768px) {
    #copyright {
      font-size: 11px;
      padding: 20px;
      text-align: center; } }

#main #pagetitle {
  text-align: center;
  padding: 250px 0 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 5px #000; }
  @media (max-width: 768px) {
    #main #pagetitle {
      padding: 50px 0;
      margin: 0 0 40px;
      background-attachment: initial; } }
  #main #pagetitle.pagetitle-clinic {
    background-image: url("../images/clinic-mainimg.jpg"); }
  #main #pagetitle.pagetitle-doctor {
    background-image: url("../images/doctor-mainimg.jpg"); }
  #main #pagetitle.pagetitle-equipment {
    background-image: url("../images/equipment-mainimg.jpg"); }
  #main #pagetitle.pagetitle-price {
    background-image: url("../images/price-mainimg.jpg"); }
  #main #pagetitle.pagetitle-care {
    background-image: url("../images/care-mainimg.jpg"); }
  #main #pagetitle.pagetitle-shimbi {
    background-image: url("../images/slider-03.jpg"); }
  #main #pagetitle span#subtitle {
    display: block;
    width: 120px;
    font-size: 18px;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    border-bottom: 1px solid #fff;
    margin: 0 auto 10px; }
  #main #pagetitle h1 {
    font-size: 50px;
    line-height: 100%;
    margin: 0 0 15px;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal; }
    @media (max-width: 768px) {
      #main #pagetitle h1 {
        font-size: 28px; } }
    #main #pagetitle h1 + span {
      font-size: 20px; }
      @media (max-width: 768px) {
        #main #pagetitle h1 + span {
          font-size: 14px; } }
#main #concept {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0; }
  @media (max-width: 768px) {
    #main #concept {
      width: 100%;
      padding: 20px; } }
  #main #concept h2 {
    margin: 0 auto 70px;
    color: #000;
    padding-bottom: 15px;
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    line-height: 100%; }
    @media (max-width: 768px) {
      #main #concept h2 {
        margin: 0 auto 40px;
        font-size: 28px; } }
  #main #concept h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #42210B; }
    @media (max-width: 768px) {
      #main #concept h3 {
        font-size: 18px; } }
  #main #concept p {
    line-height: 2;
    text-align: center; }
    @media (max-width: 768px) {
      #main #concept p {
        text-align: left;
        font-size: 14px; }
        #main #concept p br {
          display: none; } }
#main #gallery img {
  width: 400px;
  height: 300px;
  object-fit: cover; }
  @media (max-width: 768px) {
    #main #gallery img {
      width: 100%;
      height: 20vw; } }
#main #introduction, #main #equipment {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0; }
  @media (max-width: 768px) {
    #main #introduction, #main #equipment {
      width: 100%;
      padding: 40px 20px; } }
  #main #introduction h2, #main #equipment h2 {
    margin: 0 auto 70px;
    color: #000;
    padding-bottom: 15px;
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    line-height: 100%; }
    @media (max-width: 768px) {
      #main #introduction h2, #main #equipment h2 {
        font-size: 28px;
        margin: 0 auto 40px; } }
  #main #introduction > ul, #main #equipment > ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap; }
    #main #introduction > ul > li, #main #equipment > ul > li {
      width: 500px;
      margin: 0 0 50px; }
      @media (max-width: 768px) {
        #main #introduction > ul > li, #main #equipment > ul > li {
          width: 100%;
          margin: 0 0 40px; } }
      #main #introduction > ul > li h3, #main #equipment > ul > li h3 {
        font-size: 24px;
        padding: 10px 0;
        font-weight: 400; }
        @media (max-width: 768px) {
          #main #introduction > ul > li h3, #main #equipment > ul > li h3 {
            font-size: 20px;
            line-height: 150%; } }
      #main #introduction > ul > li h4, #main #equipment > ul > li h4 {
        font-size: 17px;
        margin: 0 0 5px;
        color: #BE8F6C; }
        @media (max-width: 768px) {
          #main #introduction > ul > li h4, #main #equipment > ul > li h4 {
            font-size: 16px; } }
      #main #introduction > ul > li img:first-child, #main #equipment > ul > li img:first-child {
        width: 500px;
        height: 300px;
        object-fit: cover;
        border-radius: 15px; }
        @media (max-width: 768px) {
          #main #introduction > ul > li img:first-child, #main #equipment > ul > li img:first-child {
            width: 100%;
            height: 60vw; } }
      #main #introduction > ul > li img.eq-cut, #main #equipment > ul > li img.eq-cut {
        width: 100%;
        height: 300px;
        object-fit: contain;
        object-position: top;
        margin: 1em 0 0; }
        @media (max-width: 768px) {
          #main #introduction > ul > li img.eq-cut, #main #equipment > ul > li img.eq-cut {
            width: 100%;
            height: auto;
            object-fit: cover; } }
      #main #introduction > ul > li > ul, #main #equipment > ul > li > ul {
        padding-left: 2em;
        margin: 1em 0;
        font-size: 15px; }
        #main #introduction > ul > li > ul > li, #main #equipment > ul > li > ul > li {
          list-style: disc; }
  #main #introduction p, #main #equipment p {
    font-size: 15px;
    text-align: justify; }
    @media (max-width: 768px) {
      #main #introduction p, #main #equipment p {
        font-size: 13px; } }
@media (max-width: 768px) {
  #main #equipment {
    padding-top: 0; } }
@media (max-width: 768px) {
  #main #equipment > ul > li {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc; } }
#main #page-desc {
  padding: 100px 0 0;
  text-align: center; }
  @media (max-width: 768px) {
    #main #page-desc {
      padding: 20px; } }
#main div.flow-content {
  margin: 50px 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    #main div.flow-content {
      margin: 25px 0 0; } }
  #main div.flow-content span.step {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #BE8F6C;
    padding-top: 10px; }
    @media (max-width: 768px) {
      #main div.flow-content span.step {
        padding-top: 7px; } }
  #main div.flow-content span.num {
    font-size: 80px;
    color: #BE8F6C;
    margin: 0 50px 0 0;
    line-height: 100%; }
    @media (max-width: 768px) {
      #main div.flow-content span.num {
        font-size: 50px;
        margin: 0 25px 0 0; } }
  #main div.flow-content div h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000; }
    @media (max-width: 768px) {
      #main div.flow-content div h3 {
        font-size: 18px;
        margin-bottom: 10px; } }
  #main div.flow-content div img {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-top: 50px;
    border-radius: 20px; }
    @media (max-width: 768px) {
      #main div.flow-content div img {
        width: 200px;
        margin-top: 20px; } }
    #main div.flow-content div img + p {
      display: inline-block;
      width: 680px;
      margin-left: 50px;
      margin-top: 50px; }
      @media (max-width: 768px) {
        #main div.flow-content div img + p {
          width: 100%;
          margin-top: 10px;
          margin-left: 0; } }
  #main div.flow-content div p {
    margin: 0 0 30px;
    text-align: justify; }
    @media (max-width: 768px) {
      #main div.flow-content div p {
        font-size: 14px;
        line-height: 180%; } }
  #main div.flow-content div p.tel {
    font-size: 20px;
    padding: 10px 100px;
    color: #BE8F6C;
    border: 3px double #BE8F6C;
    text-align: center;
    line-height: 120% !important; }
    #main div.flow-content div p.tel span {
      font-size: 12px;
      line-height: 120% !important; }
    #main div.flow-content div p.tel a {
      color: #BE8F6C; }
    @media (max-width: 768px) {
      #main div.flow-content div p.tel {
        font-size: 18px;
        padding: 10px 20px;
        text-align: center; } }
  #main div.flow-content div strong {
    color: #8b0000;
    border-bottom: 1px dotted #8b0000; }
  #main div.flow-content div p.notice {
    background: rgba(102, 102, 102, 0.1);
    border-radius: 10px;
    padding: 10px 20px;
    margin: -10px 0 0 0; }
    #main div.flow-content div p.notice i {
      margin-right: 10px; }
#main #flow {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0; }
  @media (max-width: 768px) {
    #main #flow {
      width: 100%;
      padding: 20px; } }
  #main #flow h2 {
    margin: 0 auto 70px;
    color: #000;
    padding-bottom: 15px;
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    line-height: 100%; }
    @media (max-width: 768px) {
      #main #flow h2 {
        font-size: 28px;
        margin-bottom: 40px; } }
  #main #flow p {
    line-height: 2; }
#main .care-block {
  padding: 100px 0;
  width: 1100px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    #main .care-block {
      padding: 0 0 40px 0;
      width: 100%; } }
  #main .care-block h2 {
    margin: 0 auto 70px;
    color: #000;
    padding-bottom: 15px;
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    line-height: 100%; }
    @media (max-width: 768px) {
      #main .care-block h2 {
        margin: 0 auto;
        font-size: 28px;
        padding: 0 20px 0; } }
#main #care-intro {
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    #main #care-intro {
      padding-bottom: 40px; } }
  #main #care-intro > div#lead {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 150px;
    text-shadow: -2px 0 5px #fff,0 -2px 5px #fff,0 2px 5px #fff,2px 0 5px #fff,0 0 5px #fff; }
    @media (max-width: 768px) {
      #main #care-intro > div#lead {
        flex-direction: column;
        margin-bottom: 40px; } }
    #main #care-intro > div#lead img.care-mainimg {
      width: 700px;
      height: 400px;
      object-fit: cover;
      border-radius: 20px; }
      @media (max-width: 768px) {
        #main #care-intro > div#lead img.care-mainimg {
          width: calc(100% - 40px);
          height: 50vw;
          margin: 0 auto 20px; } }
    #main #care-intro > div#lead strong {
      display: block;
      font-size: 26px;
      line-height: 150%;
      color: #000;
      margin: 0 0 30px;
      font-family: a-otf-ryumin-pr6n,serif;
      font-weight: 300;
      font-style: normal; }
      @media (max-width: 768px) {
        #main #care-intro > div#lead strong {
          font-size: 20px;
          margin: 0 0 20px; }
          #main #care-intro > div#lead strong br {
            display: none; } }
    #main #care-intro > div#lead p {
      width: 550px;
      margin-left: -150px;
      margin-bottom: -50px; }
      @media (max-width: 768px) {
        #main #care-intro > div#lead p {
          width: 100%;
          padding: 0 20px;
          margin-left: 0;
          margin-bottom: 0; } }
  #main #care-intro > div#nayami {
    margin: 0 0 80px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media (max-width: 768px) {
      #main #care-intro > div#nayami {
        margin: 0;
        flex-direction: column; } }
    #main #care-intro > div#nayami h2 {
      width: 40%;
      text-align: left;
      line-height: 150%; }
      @media (max-width: 768px) {
        #main #care-intro > div#nayami h2 {
          width: 100%;
          padding: 0 20px; } }
    #main #care-intro > div#nayami ul {
      width: 55%;
      font-size: 20px;
      text-align: left; }
      @media (max-width: 768px) {
        #main #care-intro > div#nayami ul {
          width: 100%;
          font-size: 16px;
          padding: 20px; } }
      #main #care-intro > div#nayami ul li {
        display: block;
        background: #EFDFD5;
        height: 48px;
        line-height: 48px;
        border-radius: 24px;
        padding: 0 20px;
        /*&:first-child { margin-left: 2em; }
        &:nth-child(2) { margin-left: 4em; }
        &:nth-child(3) { margin-left: 6em; }
        &:nth-child(4) { margin-left: 8em; }
        &:nth-child(5) { margin-left: 10em; }*/
        margin: 0 20px 20px 0; }
        @media (max-width: 768px) {
          #main #care-intro > div#nayami ul li {
            margin: 0 0 20px;
            height: auto;
            line-height: 130%;
            padding: 10px;
            border-radius: 10px;
            padding-left: 3em;
            text-indent: -1em; } }
        #main #care-intro > div#nayami ul li i {
          margin-right: 15px; }
          @media (max-width: 768px) {
            #main #care-intro > div#nayami ul li i {
              margin-right: 1em; } }
        #main #care-intro > div#nayami ul li::after {
          content: "\000A";
          white-space: wrap; }
  @media (max-width: 768px) {
    #main #care-intro > div#treat h2 {
      margin: 80px 0 20px;
      font-size: 28px;
      line-height: 150%; } }
  #main #care-intro > div#treat h2 + p {
    margin: 0 0 20px; }
    @media (max-width: 768px) {
      #main #care-intro > div#treat h2 + p {
        padding: 0 20px;
        font-size: 14px; } }
  #main #care-intro > div#treat h3 {
    clear: both;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    color: #BE8F6C;
    font-size: 20px; }
    @media (max-width: 768px) {
      #main #care-intro > div#treat h3 {
        line-height: 150%; } }
  #main #care-intro > div#treat h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #BE8F6C, #BE8F6C 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #BE8F6C, #BE8F6C 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #main #care-intro > div#treat > div {
    margin: 0 0 50px; }
    @media (max-width: 768px) {
      #main #care-intro > div#treat > div {
        padding: 0 20px;
        margin-bottom: 40px; } }
    #main #care-intro > div#treat > div div h4 {
      font-size: 18px;
      line-height: 150%;
      border-left: 5px solid #BE8F6C;
      padding-left: 15px;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        #main #care-intro > div#treat > div div h4 {
          margin-bottom: 5px; } }
      #main #care-intro > div#treat > div div h4:not(:first-of-type) {
        margin-top: 30px; }
    #main #care-intro > div#treat > div div p {
      font-size: 15px; }
      @media (max-width: 768px) {
        #main #care-intro > div#treat > div div p {
          font-size: 14px;
          text-align: justify; } }
    #main #care-intro > div#treat > div div + p {
      margin-top: 30px;
      text-align: justify; }
      @media (max-width: 768px) {
        #main #care-intro > div#treat > div div + p {
          margin-top: 10px;
          font-size: 14px;
          border: 1px solid #666;
          padding: 20px;
          border-radius: 10px; } }
    #main #care-intro > div#treat > div > .treat-col1.treat-flex {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (max-width: 768px) {
        #main #care-intro > div#treat > div > .treat-col1.treat-flex {
          flex-direction: column; } }
    #main #care-intro > div#treat > div > .treat-col1.treat-cf::after {
      clear: both;
      display: table;
      content: ""; }
    #main #care-intro > div#treat > div > .treat-col1.treat-ep h5 {
      font-size: 18px;
      margin: 50px 0 20px;
      line-height: 150%; }
      @media (max-width: 768px) {
        #main #care-intro > div#treat > div > .treat-col1.treat-ep h5 {
          margin: 20px 0;
          font-size: 16px; } }
    #main #care-intro > div#treat > div > .treat-col1.treat-ep ul {
      font-size: 15px;
      padding-left: 2em; }
    #main #care-intro > div#treat > div > .treat-col1 img {
      width: 500px;
      margin-right: 50px; }
      @media (max-width: 768px) {
        #main #care-intro > div#treat > div > .treat-col1 img {
          width: 100%;
          height: auto;
          margin: 0 0 20px; } }
    #main #care-intro > div#treat > div > .treat-col2 {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (max-width: 768px) {
        #main #care-intro > div#treat > div > .treat-col2 {
          flex-direction: column; } }
      #main #care-intro > div#treat > div > .treat-col2 div {
        width: 530px; }
        @media (max-width: 768px) {
          #main #care-intro > div#treat > div > .treat-col2 div {
            width: 100%;
            margin: 0 0 20px; } }
    #main #care-intro > div#treat > div > .treat-col3 {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (max-width: 768px) {
        #main #care-intro > div#treat > div > .treat-col3 {
          flex-direction: column; } }
      #main #care-intro > div#treat > div > .treat-col3 h4 {
        border-left: 0;
        padding-left: 0; }
      #main #care-intro > div#treat > div > .treat-col3 div {
        width: 340px; }
        @media (max-width: 768px) {
          #main #care-intro > div#treat > div > .treat-col3 div {
            width: 100%;
            margin: 0 0 20px; } }
    #main #care-intro > div#treat > div > .treat-col4 {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (max-width: 768px) {
        #main #care-intro > div#treat > div > .treat-col4 {
          flex-direction: column; } }
      #main #care-intro > div#treat > div > .treat-col4 h4 {
        border-left: 0;
        padding-left: 0; }
      #main #care-intro > div#treat > div > .treat-col4 div {
        width: 245px; }
        @media (max-width: 768px) {
          #main #care-intro > div#treat > div > .treat-col4 div {
            width: 100%;
            margin: 0 0 20px; } }
    #main #care-intro > div#treat > div img {
      width: 100%;
      border-radius: 20px; }
      #main #care-intro > div#treat > div img.s_t_01 {
        height: 110px;
        object-fit: cover;
        object-position: center center;
        margin-bottom: 10px; }
        @media (max-width: 768px) {
          #main #care-intro > div#treat > div img.s_t_01 {
            width: 100%;
            height: 50vw; } }
      #main #care-intro > div#treat > div img.ep_01 {
        width: auto;
        height: 80px;
        margin: 0 auto 20px; }
      #main #care-intro > div#treat > div img.ep_02 {
        margin: 0 auto 20px; }
      #main #care-intro > div#treat > div img.ep_03 {
        width: 400px;
        float: right;
        margin: 0; }
        @media (max-width: 768px) {
          #main #care-intro > div#treat > div img.ep_03 {
            width: 100%;
            height: auto;
            float: none;
            margin: 0 0 20px; } }
#main #care-flow {
  padding-top: 0; }
  @media (max-width: 768px) {
    #main #care-flow {
      padding: 0 20px; } }
  #main #care-flow h4 {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    color: #BE8F6C;
    font-size: 20px; }
    @media (max-width: 768px) {
      #main #care-flow h4 {
        line-height: 150%; } }
    #main #care-flow h4:not(:first-of-type) {
      margin-top: 100px; }
      @media (max-width: 768px) {
        #main #care-flow h4:not(:first-of-type) {
          margin-top: 40px; } }
  #main #care-flow h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #BE8F6C, #BE8F6C 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #BE8F6C, #BE8F6C 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #main #care-flow p.care-flow-desc {
    margin-top: 20px; }
#main #care-before-after h2 {
  width: 500px;
  font-size: 28px;
  padding: 15px 0 15px 30px;
  line-height: 100%;
  background: -moz-linear-gradient(left, #EFDFD5, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(left, #EFDFD5, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #EFDFD5, rgba(255, 255, 255, 0));
  font-family: a-otf-ryumin-pr6n,serif;
  font-weight: 300;
  font-style: normal; }
  #main #care-before-after h2 span {
    display: block;
    font-size: 14px;
    font-family: din-2014,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-weight: 400;
    line-height: 180%;
    margin-top: 5px; }
#main #care-before-after #before-after-wrap {
  max-width: 2000px;
  padding: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-wrap: wrap; }
  #main #care-before-after #before-after-wrap div {
    width: calc((100% - 50px)/2);
    margin: 0 0 50px; }
    #main #care-before-after #before-after-wrap div h3 {
      font-size: 20px;
      font-weight: 400;
      border-bottom: 1px solid #666;
      margin-bottom: 20px; }
    #main #care-before-after #before-after-wrap div ul {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      list-style: none; }
      #main #care-before-after #before-after-wrap div ul li {
        position: relative;
        width: calc((100% - 20px)/2); }
        #main #care-before-after #before-after-wrap div ul li.before::before {
          position: absolute;
          display: block;
          font-size: 14px;
          content: "Before";
          padding: 5px;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          line-height: 100%; }
        #main #care-before-after #before-after-wrap div ul li.after::before {
          position: absolute;
          display: block;
          font-size: 14px;
          content: "After";
          padding: 5px;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          line-height: 100%; }
        #main #care-before-after #before-after-wrap div ul li img {
          width: 100%;
          margin-bottom: 10px; }
#main #care-voice {
  padding-top: 0; }
  #main #care-voice ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none; }
    #main #care-voice ul li {
      width: 340px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      padding: 20px; }
      #main #care-voice ul li span.voice-attr {
        color: #000;
        background: #CCC;
        display: inline-block;
        line-height: 100%;
        padding: 0 20px;
        font-size: 13px;
        margin: 0 0 10px;
        height: 26px;
        line-height: 26px;
        border-radius: 13px; }
#main #price {
  width: 900px;
  margin: 0 auto;
  padding: 100px 0 0; }
  @media (max-width: 768px) {
    #main #price {
      width: 100%;
      padding: 20px; } }
  #main #price h2 {
    margin: 0 auto 70px;
    color: #000;
    padding-bottom: 15px;
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    line-height: 100%; }
    @media (max-width: 768px) {
      #main #price h2 {
        margin: 0 auto 40px;
        font-size: 28px; } }
#main #doctor {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0; }
  @media (max-width: 768px) {
    #main #doctor {
      width: 100%;
      padding: 20px; } }
  #main #doctor h2 {
    margin: 0 auto 70px;
    color: #000;
    padding-bottom: 15px;
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    line-height: 100%; }
    @media (max-width: 768px) {
      #main #doctor h2 {
        font-size: 28px;
        margin: 0 auto 40px; } }
  #main #doctor .drcontent {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media (max-width: 768px) {
      #main #doctor .drcontent#takayuki {
        flex-direction: column; } }
    #main #doctor .drcontent#chihiro {
      flex-direction: row-reverse; }
      @media (max-width: 768px) {
        #main #doctor .drcontent#chihiro {
          flex-direction: column; } }
    #main #doctor .drcontent > img {
      width: 550px;
      height: 400px;
      object-fit: cover;
      border-radius: 15px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
      @media (max-width: 768px) {
        #main #doctor .drcontent > img {
          width: 100%;
          height: 60vw;
          margin: 0 0 20px; } }
    #main #doctor .drcontent > div {
      width: 650px;
      padding: 10px 50px; }
      @media (max-width: 768px) {
        #main #doctor .drcontent > div {
          width: 100%;
          padding: 0;
          text-align: justify; } }
      #main #doctor .drcontent > div p.message-position {
        line-height: 100%;
        font-size: 14px;
        letter-spacing: 1px; }
      #main #doctor .drcontent > div p.message-name {
        margin-top: 10px;
        line-height: 100%;
        font-size: 22px;
        letter-spacing: 3px; }
        #main #doctor .drcontent > div p.message-name span {
          font-size: 12px;
          margin-left: 20px; }
      #main #doctor .drcontent > div .drmessage {
        margin: 30px 0;
        font-size: 14px; }
      #main #doctor .drcontent > div ul.drinfo {
        list-style: none; }
        #main #doctor .drcontent > div ul.drinfo > li::before {
          background: #EFDFD5;
          display: block;
          width: 200px;
          line-height: 30px;
          padding: 0 20px;
          height: 30px;
          border-radius: 15px;
          margin: 0 0 20px;
          font-size: 13px; }
        #main #doctor .drcontent > div ul.drinfo > li.history::before {
          content: "経歴"; }
        #main #doctor .drcontent > div ul.drinfo > li.society::before {
          content: "所属学会・認定医"; }
        #main #doctor .drcontent > div ul.drinfo > li > ul {
          padding: 0 0 0 30px;
          list-style: disc;
          margin: 0 0 30px;
          font-size: 14px; }
  #main #doctor hr {
    border: 0;
    border-bottom: 1px solid #CCC;
    margin: 50px 0; }
    @media (max-width: 768px) {
      #main #doctor hr {
        margin: 0 0 40px; } }
#main #staff {
  width: 1000px;
  margin: 0 auto 100px; }
  @media (max-width: 768px) {
    #main #staff {
      width: 100%;
      margin: 0 auto 40px; } }
  #main #staff h2 {
    margin: 0 auto 70px;
    color: #000;
    padding-bottom: 15px;
    text-align: center;
    font-family: a-otf-ryumin-pr6n,serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    line-height: 100%; }
    @media (max-width: 768px) {
      #main #staff h2 {
        font-size: 28px;
        margin: 0 auto 40px; } }
  #main #staff p {
    text-align: center;
    margin: 0 0 50px; }
    @media (max-width: 768px) {
      #main #staff p {
        padding: 0 20px;
        font-size: 14px;
        text-align: justify;
        margin: 0 0 20px; } }
  #main #staff table#staff-list {
    width: 400px;
    margin: 0 auto;
    border-collapse: collapse;
    border-top: 1px solid #CCC; }
    @media (max-width: 768px) {
      #main #staff table#staff-list {
        width: calc(100% - 40px);
        margin: 0 auto; } }
    #main #staff table#staff-list tr {
      border-bottom: 1px solid #CCC; }
      #main #staff table#staff-list tr th, #main #staff table#staff-list tr td {
        padding: 10px; }
      #main #staff table#staff-list tr th {
        text-align: left; }
      #main #staff table#staff-list tr td {
        text-align: right; }

div.pricelist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 0;
  flex-direction: column; }
  @media (max-width: 768px) {
    div.pricelist.pricelist-care {
      padding: 0 20px !important; } }
  div.pricelist h2 {
    margin-top: 50px !important; }
    @media (max-width: 768px) {
      div.pricelist h2 {
        margin: 40px 0 !important; } }
  div.pricelist div {
    width: 100%;
    margin: 0 0 50px; }
    div.pricelist div h3 {
      font-family: a-otf-ryumin-pr6n,serif;
      font-weight: 300;
      font-style: normal;
      font-size: 21px;
      border-left: 2px solid #BE8F6C;
      padding: 5px 0 5px 10px;
      margin-bottom: 10px;
      line-height: 100%; }
      @media (max-width: 768px) {
        div.pricelist div h3 + p {
          font-size: 13px; } }
    div.pricelist div table {
      width: 100%;
      border-top: 1px solid #CCC;
      border-collapse: collapse; }
      @media (max-width: 768px) {
        div.pricelist div table {
          font-size: 13px;
          margin: 0 auto;
          border: 0; } }
      div.pricelist div table.row1 {
        table-layout: fixed;
        border: 0; }
        div.pricelist div table.row1 th {
          background: #EFDFD5;
          width: auto !important; }
        div.pricelist div table.row1 th, div.pricelist div table.row1 td {
          text-align: center !important;
          padding-left: 0;
          padding-right: 0; }
        @media (max-width: 768px) {
          div.pricelist div table.row1 {
            table-layout: auto; }
            div.pricelist div table.row1 th, div.pricelist div table.row1 td {
              display: block; } }
      div.pricelist div table tr {
        border-bottom: 1px solid #CCC; }
        div.pricelist div table tr th, div.pricelist div table tr td {
          line-height: 120%;
          padding: 10px 0; }
        div.pricelist div table tr th {
          text-align: left;
          width: 200px;
          white-space: nowrap;
          padding: 0 50px 0 0; }
          @media (max-width: 768px) {
            div.pricelist div table tr th {
              width: auto;
              white-space: normal;
              padding: 10px 10px 10px 0; } }
        @media (max-width: 768px) {
          div.pricelist div table tr td {
            padding-right: 10px; } }
        div.pricelist div table tr td.yen {
          text-align: right;
          font-size: 20px; }
          @media (max-width: 768px) {
            div.pricelist div table tr td.yen {
              font-size: 13px; } }
      div.pricelist div table + p {
        margin: 10px 0 0; }
        @media (max-width: 768px) {
          div.pricelist div table + p {
            font-size: 13px; } }

p.zeinuki {
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    p.zeinuki {
      font-size: 12px; } }
