@charset "UTF-8";
/*レスポンシブ時　PCサイト　簡易リニューアル用*/
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback; }
.pc_n {
  display: none; }

.tel a {
  pointer-events: none;
  text-decoration: none; }

body {
  min-width: 1040px;
  margin: auto; }

#sp_menu {
  display: none; }

#wrapper {
  background: url("../images/header.png") top 0 right 5px/contain no-repeat;
  position: relative; }
  #wrapper #first h1 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    color: #252525;
    font-weight: normal;
    margin: 0; }
  #wrapper #logo {
    width: 600px;
    height: 100px; }
    #wrapper #logo .logo_img {
      margin: 0;
      height: 100%; }
      #wrapper #logo .logo_img a {
        display: block;
        height: 100%;
        background: url("../images/logo.png") center center/100% auto no-repeat; }
        #wrapper #logo .logo_img a .clip {
          display: block;
          height: 100%;
          overflow: hidden;
          clip-path: inset(50%);
          color: transparent; }
  #wrapper .address {
    width: 350px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 15px;
    right: 35px; }
    #wrapper .address p {
      text-align: right;
      font-size: 14px;
      font-weight: bold;
      color: #431313;
      letter-spacing: 0.02rem;
      font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; }
      #wrapper .address p.add {
        margin: 0 2px 8px 0; }
        #wrapper .address p.add .zip {
          letter-spacing: 0.02rem;
          margin-right: 5px; }
      #wrapper .address p.tel {
        letter-spacing: 0.05rem;
        font-size: 28px;
        color: #431313 !important;
        text-decoration: none !important; }
        #wrapper .address p.tel::before {
          font-family: "fontello";
          content: "\e912";
          margin-right: 5px; }
      #wrapper .address p.ojbtn {
        width: fit-content;
        background: #fff;
        border: 2px solid #f8c7c6;
        border-radius: 3px;
        margin: 11px 2px 0 auto;
        padding: 3px 2px; }
        #wrapper .address p.ojbtn a {
          letter-spacing: 0;
          text-decoration: none;
          font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
          font-weight: bold;
          font-size: 15px;
          color: #252525; }
          #wrapper .address p.ojbtn a:hover {
            color: red; }
  #wrapper #nav {
    margin-top: 10px; }
    #wrapper #nav .gnav_subnav .back_menu {
      list-style: none;
      display: flex;
      justify-content: space-between;
      border: 4px solid #f8c7c6;
      border-radius: 5px;
      width: 400px;
      margin: 0;
      padding: 0;
      box-sizing: border-box; }
      #wrapper #nav .gnav_subnav .back_menu li {
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
        text-align: center;
        width: 50%;
        height: 100%; }
        #wrapper #nav .gnav_subnav .back_menu li:first-of-type {
          border-right: 1px dotted #ccc; }
        #wrapper #nav .gnav_subnav .back_menu li a {
          color: #6F6D6D;
          text-decoration: none;
          font-weight: bold;
          font-size: 18px;
          width: 100%;
          height: 100%;
          display: block;
          padding: 4px;
          box-sizing: border-box; }
          #wrapper #nav .gnav_subnav .back_menu li a:hover {
            background: #ffeef2; }
        #wrapper #nav .gnav_subnav .back_menu li span {
          display: block;
          color: #fa9e9c;
          font-weight: normal;
          letter-spacing: 0.05rem;
          font-size: 11px;
          line-height: 1;
          margin-top: -4px; }
    #wrapper #nav .gnav_subnav #job {
      display: none; }
    #wrapper #nav .gnav_subnav .clinic_list {
      display: none; }
  #wrapper .hnl_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -50px; }
    #wrapper .hnl_flex #hnl {
      width: 600px;
      height: 160px; }
      #wrapper .hnl_flex #hnl.shinryou {
        border: 1px solid #a3a3a3;
        border-radius: 8px;
        background: #f4f4f4;
        box-sizing: border-box; }
        #wrapper .hnl_flex #hnl.shinryou p {
          border: 1px solid #a3a3a3;
          border-radius: 4px;
          font-weight: bold;
          background: url(../images/tit_01.png) top right -9rem/auto 112% no-repeat;
          font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
          padding: 48px 45px 76px;
          margin: 6px;
          color: #4b4747;
          font-size: 27px;
          letter-spacing: 0.35rem; }
    #wrapper .hnl_flex .job_lnk {
      width: 350px;
      height: 220px; }
      #wrapper .hnl_flex .job_lnk a {
        display: block; }
        #wrapper .hnl_flex .job_lnk a:hover {
          opacity: 0.8; }
        #wrapper .hnl_flex .job_lnk a img {
          width: 100%;
          height: 100%; }
  #wrapper #main {
    margin-top: 20px; }
    #wrapper #main #three {
      background: url("../images/three.png") center center/cover no-repeat;
      padding: 29px;
      box-sizing: border-box; }
      #wrapper #main #three .three_tit {
        margin: 0;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
        color: #595958;
        text-align: center;
        font-size: 26px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #wrapper #main #three .three_tit::before, #wrapper #main #three .three_tit::after {
          content: "";
          display: block;
          background: url("../images/icon_dot.png") top left/5px 6px repeat;
          width: 80px;
          height: 30px;
          margin-top: 3px; }
      #wrapper #main #three p {
        margin: 5px 0 0; }
    #wrapper #main #map {
      padding: 9px 18px 12px;
      box-sizing: border-box;
      border: 1px solid #A3A3A3;
      border-radius: 5px;
      background: linear-gradient(#fff, #E6E6E9);
      height: auto; }
      #wrapper #main #map .map_tit {
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
        font-size: 21px;
        letter-spacing: 0.37rem;
        display: flex;
        justify-content: space-between;
        margin: 0 16px; }
        #wrapper #main #map .map_tit span {
          color: #eab8c5;
          font-size: 16px;
          font-family: serif;
          letter-spacing: 0.01rem;
          margin-right: 19px; }
      #wrapper #main #map .maparea {
        background: #fff;
        margin: 10px 0 0;
        padding: 1px 1px 5px;
        border-radius: 5px;
        box-shadow: 5px 5px 8px 0px #C2C1C3; }
      #wrapper #main #map .access_info {
        background: #fff;
        border-radius: 5px;
        box-shadow: 5px 5px 8px 0px #C2C1C3;
        margin-top: 10px;
        padding: 10px; }
        #wrapper #main #map .access_info p {
          margin: 0; }
    #wrapper #main #summary .timetable {
      text-align: center; }
    #wrapper #main #summary p .pc_n {
      display: none; }
  #wrapper #cliniclist {
    display: none; }

.phone {
  text-decoration: none;
  pointer-events: none; }

.treat_tit {
  position: relative; }
  .treat_tit span {
    background: #fff;
    font-size: 29px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    color: #595958;
    letter-spacing: 0.4rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: fit-content;
    padding-right: 15px; }
    .treat_tit span::before {
      content: "";
      display: inline-block;
      background: url("../images/icon_sakura.png") center center/contain no-repeat;
      width: 55px;
      height: 37px;
      margin-right: 7px; }
  .treat_tit::after {
    content: "";
    display: block;
    background: url(../images/icon_dot.png) top left/5px 6px repeat;
    width: 900px;
    height: 30px;
    margin: 3px 10px 0 20px;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 0; }

@media screen and (max-width: 760px) {
  * {
    float: none !important;
    height: auto !important; }

  .pc_n {
    display: block; }

  .sp_n {
    display: none; }

  .tel a {
    pointer-events: auto; }

  body {
    min-width: 100% !important; }

  #area {
    width: calc(100% - 20px);
    margin: 0 10px; }

  #wrapper {
    width: calc(100% - 20px);
    margin: 0 10px;
    background: none; }
    #wrapper #first {
      width: 100%; }
      #wrapper #first h1 {
        color: #aaa;
        line-height: 1.3;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; }
    #wrapper .sticky {
      position: sticky;
      top: 0;
      background: #fff;
      padding: 10px 0 5px;
      z-index: 100; }
    #wrapper #logo {
      width: calc(100% - 42px);
      height: 42px !important; }
      #wrapper #logo .logo_img {
        height: 110% !important; }
        #wrapper #logo .logo_img a {
          background: url("../images/logo.png") left center/contain no-repeat;
          height: 100% !important; }
    #wrapper .tel_summary {
      display: flex;
      justify-content: space-between;
      margin: 10px 0 0;
      padding: 0;
      position: relative;
      z-index: 10; }
      #wrapper .tel_summary li {
        width: 29.5%;
        box-shadow: inset 5px 5px 5px 0px rgba(252, 197, 211, 0.3), inset -5px -5px 5px 0px rgba(252, 197, 211, 0.3);
        border: 1px solid #fcc5d3;
        padding: 2px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 2px;
        line-height: 1.1;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
        font-weight: bold;
        font-size: 13px; }
        #wrapper .tel_summary li:last-of-type {
          width: 38%; }
        #wrapper .tel_summary li .tel {
          font-size: 13px; }
          #wrapper .tel_summary li .tel a {
            text-decoration: none;
            color: #431313;
            letter-spacing: 0.05rem; }
            #wrapper .tel_summary li .tel a::before {
              font-family: "fontello";
              content: "\e912";
              margin-right: 5px; }
        #wrapper .tel_summary li.summary a {
          text-decoration: none;
          color: #431313; }
          #wrapper .tel_summary li.summary a::before {
            font-family: "fontello";
            content: "\e064";
            margin-right: 5px; }
        #wrapper .tel_summary li .ojbtn {
          text-align: center;
          padding: 3px 0; }
          #wrapper .tel_summary li .ojbtn a {
            font-size: 13px;
            text-decoration: none;
            color: #431313;
            font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
            font-weight: bold; }
    #wrapper .address {
      position: static;
      width: 100%;
      background: none;
      padding: 25px 0 10px; }
      #wrapper .address p.add {
        display: block;
        font-size: 14px;
        text-align: left;
        margin: 0; }
    #wrapper .hnl_flex {
      display: block;
      margin-top: 0; }
      #wrapper .hnl_flex #hnl {
        width: 100%; }
        #wrapper .hnl_flex #hnl p img {
          width: 100%; }
      #wrapper .hnl_flex .job_lnk {
        width: 100%;
        margin-top: 30px; }
    #wrapper #main {
      margin: 0;
      width: 100%; }
      #wrapper #main #three {
        margin: 40px 0 0;
        padding: 6vw 6vw 0;
        width: 100%;
        min-height: calc(100vw - 40px);
        background-position: top center;
        background-size: 100% auto; }
        #wrapper #main #three .three_tit {
          font-size: 20px;
          letter-spacing: 0.1rem; }
          #wrapper #main #three .three_tit::before, #wrapper #main #three .three_tit::after {
            background: url("../images/icon_dot.png") top left/5px 6px repeat;
            width: calc(100% / 2 - 65px);
            height: 18px; }
        #wrapper #main #three p {
          font-size: 14px;
          height: 40vw !important;
          overflow-y: scroll;
          margin: 0;
          padding-top: 5vw; }
          #wrapper #main #three p span {
            font-size: 14px; }
      #wrapper #main #map {
        width: 100%;
        margin: 40px 0 0;
        padding: 10px 10px 20px; }
        #wrapper #main #map .map_tit {
          font-size: 20px;
          margin: 0;
          display: block;
          color: #595958;
          letter-spacing: 0;
          text-align: center;
          letter-spacing: 0.1rem; }
          #wrapper #main #map .map_tit span {
            margin: -2px 0 0;
            display: block;
            font-size: 14px;
            line-height: 1; }
        #wrapper #main #map .maparea iframe {
          width: 100%; }
        #wrapper #main #map .maparea small {
          display: block;
          text-align: center; }
          #wrapper #main #map .maparea small a {
            font-size: 13px; }
      #wrapper #main #summary {
        width: 100%;
        margin-top: 22px;
        padding: 20px 10px;
        box-sizing: border-box; }
        #wrapper #main #summary .timetable {
          width: 100%;
          font-size: 14px;
          margin: 0; }
          #wrapper #main #summary .timetable tr th[scope="col"] {
            text-align: center;
            padding: 0;
            font-size: 90%; }
          #wrapper #main #summary .timetable tr th.tableleft, #wrapper #main #summary .timetable tr th.tableleft2 {
            width: 35%;
            line-height: 1.4; }
          #wrapper #main #summary .timetable tr th.tableleft2 {
            padding: 5px 0; }
          #wrapper #main #summary .timetable tr td {
            line-height: 1.0;
            font-size: 80%; }
        #wrapper #main #summary p {
          margin: 0 0 10px;
          font-size: 14px;
          line-height: 1.2; }
          #wrapper #main #summary p .pc_n {
            display: block; }
    #wrapper #cliniclist {
      width: 100%;
      display: block;
      margin-top: 22px;
      background: #FDF1F4;
      border-radius: 5px;
      border: 1px solid #D1D1D1;
      box-sizing: border-box;
      padding: 0;
      font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; }
      #wrapper #cliniclist .cliniclist_tit {
        text-align: center;
        font-size: 20px;
        padding: 8px;
        letter-spacing: 0.1rem; }
        #wrapper #cliniclist .cliniclist_tit span {
          display: block;
          margin-left: 7px; }
      #wrapper #cliniclist ul {
        list-style: none;
        padding: 0; }
        #wrapper #cliniclist ul li {
          margin: 0 10px 10px; }
          #wrapper #cliniclist ul li img {
            width: 100%; }

  #footer {
    margin-top: 45px;
    padding: 0; }
    #footer #smoothScrolls {
      width: calc(100% - 20px);
      margin-bottom: 40px; }
    #footer .footer_info {
      text-align: left;
      line-height: 1.1;
      margin: 0 10px;
      font-size: 13px; }
      #footer .footer_info span {
        display: block; }
        #footer .footer_info span.bold {
          margin: 5px 0 5px -8px; }
        #footer .footer_info span.zip {
          line-height: 1.1; }
        #footer .footer_info span.copy {
          margin: 20px auto 10px;
          display: block;
          width: fit-content;
          font-size: 10px; }

  body::after {
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    content: "";
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: all .2s ease-in-out 0s; }
  body.spnav_modal {
    height: 100%;
    overflow: hidden; }
    body.spnav_modal::after {
      visibility: visible;
      opacity: 1; }

  #wrapper #nav {
    position: static;
    width: 100vw;
    margin: 0; }
    #wrapper #nav #sp_menu {
      display: block;
      width: 42px;
      height: 42px !important;
      background: radial-gradient(circle, #fff 1%, #fcc5d3);
      color: #431313;
      text-align: center;
      line-height: 1.0;
      font-size: 10px;
      padding: 0;
      border: none;
      border-radius: 5px;
      position: absolute;
      top: 10px;
      right: 0px;
      z-index: 101; }
      #wrapper #nav #sp_menu::before {
        display: block;
        font-family: "fontello";
        content: "\e917";
        font-size: 22px;
        margin-bottom: 1px; }
      #wrapper #nav #sp_menu::after {
        content: "MENU"; }
      #wrapper #nav #sp_menu.close::before {
        font-family: "fontello";
        content: "\e916"; }
      #wrapper #nav #sp_menu.close::after {
        content: "CLOSE"; }
      #wrapper #nav #sp_menu span {
        display: none; }
    #wrapper #nav .gnav_subnav {
      display: none;
      width: 90vw;
      max-height: calc(100vh - 155px);
      overflow-y: auto;
      box-sizing: border-box;
      padding: 0;
      position: fixed;
      top: 140px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10; }
      #wrapper #nav .gnav_subnav .back_menu {
        display: block;
        width: 100%;
        margin: 10px auto;
        padding: 10px 10px 5px; }
        #wrapper #nav .gnav_subnav .back_menu li {
          width: 100%;
          text-align: left;
          padding-bottom: 5px; }
          #wrapper #nav .gnav_subnav .back_menu li:not(:last-of-type) {
            border-right: none;
            border-bottom: 1px dotted #ddd;
            margin-bottom: 5px; }
          #wrapper #nav .gnav_subnav .back_menu li a {
            font-size: 16px; }
          #wrapper #nav .gnav_subnav .back_menu li span {
            display: inline-block;
            margin-left: 10px; }
          #wrapper #nav .gnav_subnav .back_menu li.job_li {
            display: block; }
      #wrapper #nav .gnav_subnav #job {
        display: block;
        width: 100%;
        margin-top: 30px; }
        #wrapper #nav .gnav_subnav #job img {
          width: 100%; }

  .treat_body #wrapper .hnl_flex {
    margin: 35px 0 20px; }
    .treat_body #wrapper .hnl_flex #hnl.shinryou {
      width: 100%; }
      .treat_body #wrapper .hnl_flex #hnl.shinryou p {
        font-size: 20px;
        margin: 4px;
        padding: 10px;
        background: url(../images/tit_01.png) top left/100% auto;
        letter-spacing: 0.15rem; }
  .treat_body #wrapper #main .treat_tit {
    margin: 0; }
    .treat_body #wrapper #main .treat_tit::after {
      width: 100%;
      height: 18px;
      top: 11px;
      margin: 0; }
    .treat_body #wrapper #main .treat_tit span {
      font-size: 18px;
      letter-spacing: 0.2rem; }
      .treat_body #wrapper #main .treat_tit span::before {
        width: 24px;
        height: 36px;
        margin-right: 5px; }
  .treat_body #wrapper #main .treat_box {
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    box-sizing: border-box; }
    .treat_body #wrapper #main .treat_box p {
      margin: 0; }
    .treat_body #wrapper #main .treat_box .text18 {
      font-size: 14px; }
      .treat_body #wrapper #main .treat_box .text18 .bold {
        margin-left: -10px;
        display: block; }
  .treat_body #wrapper #main #summary {
    margin-top: 40px; }
  .treat_body #wrapper #footer #smoothScrolls {
    margin-right: 0; }
  .treat_body #wrapper #footer .footer_info {
    margin: 0; }
    .treat_body #wrapper #footer .footer_info .bold {
      margin-top: 20px; }
    .treat_body #wrapper #footer .footer_info .copy {
      margin-top: 34px; } }
