.sp {
  display: none !important; }

#btn-menu-container-wrapper {
  display: none; }

#btn-reserve {
  border-radius: .5em;
  overflow: hidden;
  box-shadow: 0 1px 2px #ddd;
  transform: scale(1);
  transition: transform .2s; }
  #btn-reserve:hover {
    transform: scale(1.05); }
  #btn-reserve a {
    padding: .5em 1em; }

.address-header .list-address {
  margin-left: 32px;
  margin-bottom: 0; }
  .address-header .list-address li {
    line-height: 1.1; }
  .address-header .list-address .time, .address-header .list-address .business-day, .address-header .list-address .address {
    color: #777; }
  .address-header .list-address .time, .address-header .list-address .address {
    font-size: .8em; }
  .address-header .list-address .business-day {
    font-size: .7em; }
  .address-header .list-address .address a {
    text-decoration: underline;
    color: darkcyan; }

#page-header {
  padding: 8px 16px 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 3px #999; }
  #page-header.container {
    max-width: 1300px; }
  #page-header .h1-address-header {
    padding-bottom: 10px; }
  #page-header h1 {
    padding-left: 8px; }

#nav-main {
  text-align: center; }
  #nav-main a {
    padding: .4em; }
    #nav-main a:hover {
      text-decoration: none; }
  #nav-main .items-gnav .nav-parent {
    margin-bottom: 0; }
    #nav-main .items-gnav .nav-parent li:hover {
      background-color: #ffefa8; }
      #nav-main .items-gnav .nav-parent li:hover a {
        color: #444; }
    #nav-main .items-gnav .nav-parent > li {
      width: calc(100% / 6);
      position: relative; }
      #nav-main .items-gnav .nav-parent > li::before, #nav-main .items-gnav .nav-parent > li::after {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 70%;
        background-color: #999; }
      #nav-main .items-gnav .nav-parent > li::before {
        content: '';
        left: 0; }
      #nav-main .items-gnav .nav-parent > li:last-child::after {
        content: '';
        right: 0; }
      #nav-main .items-gnav .nav-parent > li > a {
        display: block; }
      #nav-main .items-gnav .nav-parent > li .nav-child {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 100%;
        background-color: white;
        border: 1px solid white;
        border-radius: 0 3px 3px 0;
        overflow: hidden;
        padding: 4px; }
        #nav-main .items-gnav .nav-parent > li .nav-child li {
          margin-bottom: -1px; }
          #nav-main .items-gnav .nav-parent > li .nav-child li:last-child a {
            border-bottom: none; }
          #nav-main .items-gnav .nav-parent > li .nav-child li a {
            font-size: .9em;
            padding: .5em;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid transparent; }
            #nav-main .items-gnav .nav-parent > li .nav-child li a:hover {
              border-bottom-color: #ffefa8;
              border-top-color: #ffefa8; }

#page-main {
  padding-top: 5vh; }

#mv {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/mv-pc8.webp");
  margin-bottom: -25vh; }

section:nth-last-of-type(1) {
  padding-bottom: 128px; }
section:nth-of-type(n+2)::after {
  height: 72px; }
section.kiji {
  padding-top: 0; }
section h2 {
  font-size: 36px;
  letter-spacing: 0; }

#pageTitle {
  margin-top: 48px;
  margin-bottom: 128px;
  background-color: beige;
  padding: 100px 0 64px; }
  #pageTitle .container {
    max-width: 1300px; }
  #pageTitle h1 {
    font-size: 36px;
    font-weight: normal; }

@media (max-width: 1440px) {
  #pageTitle h1 {
    left: 3em;
    transform: translate(0, 0.5em); } }
.kijiHeader {
  margin-bottom: 56px; }
  .kijiHeader h2 {
    font-size: 30px; }
  .kijiHeader .date {
    font-size: 20px; }

#page-footer .nav-footer {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }
  #page-footer .nav-footer li {
    font-size: 16px;
    padding: 1em 2em; }
    #page-footer .nav-footer li a {
      display: inline-block;
      transition: background-position .2s;
      background-position: calc(100% - .5em) center;
      background-image: url("../images/arrow_right_blue.svg");
      background-repeat: no-repeat;
      background-size: 1.5em;
      padding-right: 2.5em;
      filter: grayscale(1); }
      #page-footer .nav-footer li a:hover {
        background-position: 100% center;
        text-decoration: none; }

.headline-info li {
  justify-content: space-between; }
  .headline-info li:first-child .date, .headline-info li:first-child .title {
    border-top-style: solid;
    border-top-width: 1px; }
  .headline-info li:first-child .date {
    border-color: black; }
  .headline-info li:first-child .title {
    border-color: #d9d9d9; }
  .headline-info li .date, .headline-info li .title {
    padding: 1em;
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .headline-info li .date {
    width: 16.7%;
    border-color: #999; }
  .headline-info li .title {
    width: 82.5%;
    border-color: #d9d9d9; }

#contact .headline-info li .title .kuwashiku {
  padding-left: 2em; }
#contact .headline-info li:last-child .date, #contact .headline-info li:last-child .title {
  border-bottom: none; }
#contact .headline-info li:last-child .title {
  padding-top: 45px; }

#sect-company-home .map {
  width: 58.3%; }
  #sect-company-home .map .iframe-container {
    padding-top: 78.6%; }
#sect-company-home .d-md-flex > .txt {
  width: 38%; }

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

#sect-contact p, #sect-contact li {
  font-size: 18px; }
#sect-contact .headline-info {
  margin-top: 55px; }
  #sect-contact .headline-info li {
    display: flex; }
    #sect-contact .headline-info li > div {
      display: flex; }
      #sect-contact .headline-info li > div.date {
        padding-top: 1.8em; }
      #sect-contact .headline-info li > div [data-name="adderss"], #sect-contact .headline-info li > div [data-name="naiyo"] {
        width: 810px;
        max-width: 85%; }

#sect-contact h3 {
  font-size: 28px; }
#sect-contact .list-tel-fax {
  padding: 20px;
  margin-bottom: 143px; }
  #sect-contact .list-tel-fax li {
    font-size: 30px;
    padding: .5em; }
    #sect-contact .list-tel-fax li:first-child {
      border-right: 1px solid #5389b3; }

/* Contact Form 7 */
div.wpcf7-mail-sent-ok {
  text-align: center; }

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

.list-forms, #profile section ul {
  display: flex;
  flex-wrap: wrap; }

.list-service li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 16px; }
  .list-service li figure {
    width: 25%;
    padding: 3%; }
  .list-service li .txt {
    width: 75%;
    padding: 8px 8px 8px 24px; }

.caution {
  font-size: .8em; }

.greeting figure {
  width: 40%; }
.greeting .txt {
  width: 56%; }

.doctor h3 {
  font-size: 28px; }
.doctor tr {
  border-bottom: 1px dotted #444; }
  .doctor tr:first-child {
    border-bottom-style: solid; }
  .doctor tr.border-bottom-style-solid th, .doctor tr.border-bottom-style-solid td {
    border-bottom: 1px solid #444; }
  .doctor tr.border-bottom-style-solid + tr {
    border-bottom: 1px solid #444; }
.doctor th, .doctor td {
  font-size: 16px; }

body.single .kiji {
  width: 73%; }
body.single aside {
  width: 24%; }

aside .linkbox.d-md-flex {
  display: block; }
aside .headline-info {
  border-top: 1px solid #ddd; }
  aside .headline-info li {
    border-bottom: 1px solid #ddd;
    padding: .3em .5em; }
    aside .headline-info li:first-child .date, aside .headline-info li:first-child .title {
      border: none; }
    aside .headline-info li .date, aside .headline-info li .title {
      border: none;
      width: 100%;
      padding: .1em 0;
      font-size: 16px; }

#img-shinsatsu {
  padding: 0 15%;
  margin-bottom: 48px; }

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