@charset "UTF-8";
html {
  font-size: 14px; }

p,
li {
  font-size: 14px; }

.d-sp-none {
  display: none !important; }

.wp-block-image .alignleft,
.wp-block-image .alignright {
  width: 50%; }

.wp-block-image .aligncenter {
  width: 100%; }

.offsetBox {
  display: flex; }

body {
  overflow-x: hidden; }

.pc {
  display: none; }

#btn-menu-container-wrapper {
  position: fixed;
  top: 5px;
  right: 8px;
  z-index: 1003; }

#btn-menu {
  cursor: pointer;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  border-radius: 50%; }
  #btn-menu.active {
    background-color: white; }
  #btn-menu div {
    position: absolute;
    width: 60%;
    left: 20%;
    height: 1px;
    transition: transform .5s;
    transform-origin: center center;
    background-color: black; }
    #btn-menu div:nth-child(1) {
      top: 30%; }
    #btn-menu div:nth-child(2) {
      top: 50%; }
    #btn-menu div:nth-child(3) {
      top: 70%; }
  #btn-menu.active div:nth-child(1) {
    top: 50%;
    transform: rotate(225deg); }
  #btn-menu.active div:nth-child(2) {
    background-color: rgba(0, 0, 0, 0); }
  #btn-menu.active div:nth-child(3) {
    top: 50%;
    transform: rotate(-225deg); }

a[href*="tel:"] {
  pointer-events: auto; }

/*WordPressNativeスマホ対応*/
img.alignleft, img.alignright {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto; }

table.sp-block {
  display: block;
  width: 100%; }
  table.sp-block > tbody, table.sp-block > tbody, table.sp-block > tbody > tr, table.sp-block > tbody > tr > * {
    display: block;
    width: 100%; }

#page-header {
  padding: 16px; }
  #page-header.container {
    width: 100%; }
  #page-header h1 a img {
    width: 55.2%; }
  #page-header #nav-main {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 120px);
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    padding-bottom: 36px;
    display: none;
    padding: 8px 10vw; }
    #page-header #nav-main .items-gnav {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      top: 45%;
      transform: translateY(-50%); }
      #page-header #nav-main .items-gnav li {
        margin-bottom: 0; }
        #page-header #nav-main .items-gnav li a {
          line-height: 1;
          white-space: nowrap; }
          #page-header #nav-main .items-gnav li a:hover {
            text-decoration: none;
            font-weight: bold;
            color: #444; }
      #page-header #nav-main .items-gnav .nav-parent > li {
        border-bottom: 1px solid #ccc; }
        #page-header #nav-main .items-gnav .nav-parent > li:has(.nav-child) a {
          padding-bottom: .5svh; }
        #page-header #nav-main .items-gnav .nav-parent > li > a {
          font-size: 20px;
          padding: 1.5svh .12em 1.5svh 1.5em;
          background-image: url("../images/wa_up_or.svg");
          background-position: 0.16em calc(1.5svh + .15em);
          background-repeat: no-repeat;
          background-size: .8em; }
      #page-header #nav-main .items-gnav .nav-child li:last-child a {
        padding-bottom: 1svh; }
      #page-header #nav-main .items-gnav .nav-child li a {
        padding: 1svh 1svh 1svh 1.9em;
        font-size: 16px;
        background-image: url(../images/disc_or.svg);
        background-position: 0.45em calc(1svh + .3em);
        background-repeat: no-repeat;
        background-size: .5em; }

#btn-reserve {
  position: fixed;
  top: 73px;
  left: 0;
  width: 50%;
  z-index: 2; }
  #btn-reserve a {
    border-radius: 0; }

.address-header {
  margin-bottom: 0; }
  .address-header .list-address {
    position: fixed;
    top: 73px;
    right: 0;
    width: 50%;
    height: 48px;
    z-index: 2; }
    .address-header .list-address .tel a {
      background: linear-gradient(to right, #00a78e, #0098a8);
      display: block;
      color: white;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .address-header .list-address .time, .address-header .list-address .business-day, .address-header .list-address .address {
      display: none; }

#page-main {
  padding-top: 119px; }

#mv {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/mv-pc8.webp");
  height: 62.5vw; }
  #mv #mv-scroll {
    display: none; }

#pageTitle {
  margin-bottom: -32px; }
  #pageTitle h1 {
    padding: 1.5em 0.5em 2em;
    font-size: 24px; }

.pageTitleWrapper::before {
  top: 100px;
  height: calc(100% - 100px); }

section {
  padding: 96px 0; }
  section .sect-inner {
    display: flex;
    overflow-x: hidden;
    padding-top: 8px; }
  section:nth-of-type(1) {
    padding-top: 0; }
  section:nth-of-type(n+2)::after {
    height: 64px; }
  section:nth-of-type(odd) [class^="container"] {
    padding: 16px 24px 16px 16px; }
  section:nth-of-type(odd) .sect-inner [class^="container"] {
    border-radius: 0 24px 24px 0; }
    section:nth-of-type(odd) .sect-inner [class^="container"]::before {
      border-left: none;
      border-radius: 0 24px 24px 0; }
  section:nth-of-type(even) [class^="container"] {
    padding: 16px 16px 16px 24px; }
  section:nth-of-type(even) .sect-inner {
    justify-content: flex-end; }
    section:nth-of-type(even) .sect-inner [class^="container"] {
      border-radius: 24px 0 0 24px; }
      section:nth-of-type(even) .sect-inner [class^="container"]::before {
        border-right: none;
        border-radius: 24px 0 0 24px;
        left: 8px; }
  section.kiji {
    padding-top: 0; }
  section h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: .7em; }
    section h2 .txt {
      padding-bottom: .3em; }
      section h2 .txt::before {
        top: .35em; }

.shinryojikan-wrapper {
  margin-bottom: 16px; }

.kijiHeader {
  margin-bottom: 16px; }
  .kijiHeader h2 {
    font-size: 20px;
    margin-bottom: .3em; }
  .kijiHeader .date {
    font-size: 16px; }

#sect-intro-home {
  margin-top: -80px; }
  #sect-intro-home:before {
    height: 23.5vw;
    margin-bottom: 48px; }
  #sect-intro-home h2 {
    padding-bottom: 1.3em;
    margin-bottom: 1em; }
    #sect-intro-home h2::after {
      border-width: 2px;
      width: 75px;
      left: calc(50% - 38px); }
    #sect-intro-home h2 .ex-small {
      font-size: .75em;
      margin-bottom: .5em; }

.headline-info li {
  padding: .5em;
  border-bottom: 1px solid #999; }
  .headline-info li:first-child {
    border-top: 1px solid #999; }
  .headline-info li .date {
    margin-bottom: .3em; }

#sect-company-home .d-md-flex > .txt {
  margin-bottom: 25px; }

.scroll {
  overflow: scroll; }

.shinryojikan {
  border: none; }

#sect-time {
  /* 行を列のように表示 */
  /* ヘッダーとセルのスタイル調整 */ }
  #sect-time table,
  #sect-time thead,
  #sect-time th,
  #sect-time td,
  #sect-time tr {
    display: block; }
  #sect-time tbody {
    display: flex; }
  #sect-time tr {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    margin-bottom: 10px; }
  #sect-time th,
  #sect-time td {
    border: none;
    border-right: 1px solid #555;
    border-bottom: 1px solid #ddd;
    padding: 8px; }

.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0; }

#page-footer .nav-sns, #page-footer .nav-footer {
  display: none; }

#sect-office figure {
  margin-bottom: 50px; }
#sect-office h3 {
  font-size: 20px; }
#sect-office .map .iframe-container {
  padding-top: 100%; }

#sect-contact h3 {
  font-size: 20px; }
#sect-contact .list-tel-fax {
  padding: 0 15px;
  margin-bottom: 80px; }
  #sect-contact .list-tel-fax li {
    font-size: 20px;
    padding: 1em;
    margin-bottom: 0; }
    #sect-contact .list-tel-fax li:first-child {
      border-bottom: 1px solid #5389b3; }
#sect-contact .headline-info li {
  font-size: 16px;
  border-color: #d9d9d9; }
  #sect-contact .headline-info li .date {
    padding-bottom: .5em; }
  #sect-contact .headline-info li .title .txt {
    display: block;
    padding-left: 2.4em; }
  #sect-contact .headline-info li .title .kuwashiku {
    display: block; }

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  text-align: left; }

.list-service li {
  position: relative; }
  .list-service li figure {
    position: absolute;
    width: 64px;
    top: 20px;
    left: 20px; }
  .list-service li .txt h3 {
    min-height: 72px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    background-color: #f3f3f3; }

.greeting figure {
  float: left;
  width: 50%;
  padding-right: 12px;
  margin-bottom: 6px; }

.doctor h3 {
  font-size: 24px; }
.doctor th, .doctor td {
  font-size: 14px; }
  .doctor th:empty, .doctor td:empty {
    display: none; }

.contact-form th, .contact-form td {
  padding-left: 0; }

body.single #pageTitle {
  margin-bottom: 32px; }

.wp-pagenavi {
  margin-bottom: 16px; }

#img-shinsatsu img {
  margin-bottom: 16px; }

/*# sourceMappingURL=sp.css.map */
