@charset "UTF-8";
/* CSS Document */
.inner {
  width: 73%;
  margin: auto; }
  @media screen and (max-width: 1399px) {
    .inner {
      width: 85%; } }
  @media screen and (max-width: 991px) {
    .inner {
      width: 100%; } }
  @media screen and (max-width: 575px) {
    .inner {
      width: 90%; } }

.main-midashi {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #1A5319;
  margin-bottom: 1em;
  letter-spacing: 5px; }
  @media screen and (max-width: 991px) {
    .main-midashi {
      font-size: 25px;
      font-size: 2.5rem;
      letter-spacing: 3px;
      margin-bottom: 0.5em; } }

.sub-midashi {
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #1A5319;
  margin-bottom: 0.8em;
  margin-top: 4rem; }
  @media screen and (max-width: 991px) {
    .sub-midashi {
      font-size: 20px;
      font-size: 2rem; } }
  @media screen and (max-width: 575px) {
    .sub-midashi {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.5; } }
  .sub-midashi span {
    color: #3D3D33;
    position: relative; }
    @media screen and (max-width: 575px) {
      .sub-midashi span {
        display: block; } }
    .sub-midashi span::before {
      content: '｜';
      color: #3D3D33;
      padding-left: 1em;
      padding-right: 1em; }
      @media screen and (max-width: 575px) {
        .sub-midashi span::before {
          padding-left: 0;
          padding-right: 0; } }

.main_link {
  color: #1A5319;
  position: relative;
  transition: 0.3s; }
  .main_link::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    padding-left: 0.5rem;
    color: #1A5319;
    transition: 0.3s; }
  .main_link:hover::after {
    padding-left: 1em;
    color: #508D4E; }
  .main_link:hover {
    color: #508D4E; }

#page404 {
  padding: 8rem 0; }
  #page404 h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 150px;
    font-size: 15rem;
    line-height: 0.7; }
    #page404 h3 span {
      font-size: 80px;
      font-size: 8rem; }
  #page404 .main-midashi {
    margin: 2em;
    text-align: center; }
  #page404 a {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #508D4E;
    color: #fff;
    border-radius: 2.5rem;
    border: solid 1px #508D4E;
    line-height: 1;
    padding: 1.3rem 2rem;
    transition: 0.3s;
    margin-top: 2rem; }
    @media screen and (max-width: 767px) {
      #page404 a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1rem 1.5rem; } }
    @media screen and (max-width: 575px) {
      #page404 a {
        font-size: 15px;
        font-size: 1.5rem; } }
    #page404 a:hover {
      background-color: #fff;
      color: #508D4E; }

.ul-header {
  background-image: url("../01about/img/lower_header1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 280px; }
  @media screen and (max-width: 991px) {
    .ul-header {
      height: 230px; } }
  @media screen and (max-width: 767px) {
    .ul-header {
      margin-top: 88px;
      height: 205px; } }
  @media screen and (max-width: 575px) {
    .ul-header {
      margin-top: 91px;
      height: 180px;
      background-position: center; } }
  .ul-header h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 0;
    line-height: 1; }
    @media screen and (max-width: 991px) {
      .ul-header h2 {
        font-size: 40px;
        font-size: 4rem;
        letter-spacing: 3px; } }
    @media screen and (max-width: 575px) {
      .ul-header h2 {
        font-size: 30px;
        font-size: 3rem; } }
    .ul-header h2 span {
      font-family: "NotoSansCJKjp";
      font-size: 20px;
      font-size: 2rem;
      font-weight: normal;
      letter-spacing: 1px;
      color: #508D4E; }
      @media screen and (max-width: 991px) {
        .ul-header h2 span {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 575px) {
        .ul-header h2 span {
          font-size: 16px;
          font-size: 1.6rem; } }
  @media screen and (max-width: 575px) {
    .ul-header .text-small {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.07; } }

.ul-nav {
  position: relative;
  z-index: 1; }
  .ul-nav nav {
    padding: 8rem 0 8rem; }
    @media screen and (max-width: 767px) {
      .ul-nav nav {
        padding: 4rem 0 1rem; } }
    @media screen and (max-width: 575px) {
      .ul-nav nav {
        padding: 4rem 0 1rem; } }
    .ul-nav nav ul {
      display: flex;
      align-items: baseline;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .ul-nav nav ul {
          flex-wrap: wrap; } }
      .ul-nav nav ul li a {
        font-size: 20px;
        font-size: 2rem;
        display: flex;
        justify-content: space-between;
        width: 200px;
        padding-bottom: 1rem;
        border-bottom: 1px solid #3D3D33;
        position: relative;
        transition: 0.3s;
        color: #3D3D33;
        letter-spacing: 2px;
        margin: 0 2rem; }
        @media screen and (max-width: 991px) {
          .ul-nav nav ul li a {
            font-size: 18px;
            font-size: 1.8rem;
            width: 150px;
            letter-spacing: 1px;
            margin: 0 1rem; } }
        @media screen and (max-width: 767px) {
          .ul-nav nav ul li a {
            width: 200px;
            letter-spacing: 2px;
            margin: 0 2rem 3rem; } }
        @media screen and (max-width: 575px) {
          .ul-nav nav ul li a {
            font-size: 16px;
            font-size: 1.6rem;
            width: 120px;
            letter-spacing: 0;
            margin: 0 1rem 3rem;
            padding-bottom: 0.5rem; } }
        .ul-nav nav ul li a:hover {
          color: #508D4E;
          border-bottom: 1px solid #508D4E; }
        .ul-nav nav ul li a:hover::after {
          color: #508D4E; }
        .ul-nav nav ul li a::after {
          font-family: "Font Awesome 5 Free";
          content: "\f107";
          font-weight: 900;
          transition: 0.3s; }

.anchor {
  position: relative; }
  .anchor::before {
    content: '';
    display: block;
    padding-top: 50px;
    margin-top: -50px;
    visibility: hidden;
    position: relative;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .anchor::before {
        padding-top: 85px;
        margin-top: -85px; } }

/*---------- header ----------*/
header div.d-md-flex {
  padding: 3rem 3rem 1rem;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 991px) {
    header div.d-md-flex {
      padding: 2rem 2rem 1rem; } }
  header div.d-md-flex .logo-box {
    width: 400px; }
    @media screen and (max-width: 991px) {
      header div.d-md-flex .logo-box {
        width: 300px; } }
  header div.d-md-flex .tel-box div {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 991px) {
      header div.d-md-flex .tel-box div {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 1rem; } }
  header div.d-md-flex .tel-box a {
    font-family: "Noto Serif JP", serif;
    color: #1A5319;
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem; }
    @media screen and (max-width: 991px) {
      header div.d-md-flex .tel-box a {
        font-size: 25px;
        font-size: 2.5rem; } }
    header div.d-md-flex .tel-box a span {
      font-size: 55px;
      font-size: 5.5rem; }
      @media screen and (max-width: 991px) {
        header div.d-md-flex .tel-box a span {
          font-size: 40px;
          font-size: 4rem; } }
header #global-nav {
  padding: 1rem 0;
  background-color: #1A5319; }
  header #global-nav.m_fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999; }
  header #global-nav ul {
    margin-bottom: 0;
    display: flex;
    justify-content: center; }
    header #global-nav ul li a {
      font-size: 18px;
      font-size: 1.8rem;
      color: #fff;
      transition: 0.3s; }
      @media screen and (max-width: 991px) {
        header #global-nav ul li a {
          font-size: 16px;
          font-size: 1.6rem; } }
      header #global-nav ul li a::before {
        content: '｜';
        padding-left: 1em;
        padding-right: 1em; }
      header #global-nav ul li a:hover {
        color: #508D4E; }
      header #global-nav ul li a:hover::before {
        color: #fff; }
    header #global-nav ul li:first-child a::before {
      content: none; }

@media screen and (max-width: 767px) {
  .header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 2000;
    transition: 0.3s;
    background: #fff; } }
@media screen and (max-width: 767px) {
  .header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem; } }
@media screen and (max-width: 767px) {
  .header .header__inner .logo img {
    width: 250px; } }

.drawer__button {
  position: relative;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; }
  .drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 2px;
    background-color: #1A5319;
    transform: translateX(-50%); }
  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 1rem));
    transition: transform 0.3s ease; }
  .drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease; }
  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 1rem));
    transition: transform 0.3s ease; }

.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg); }
.drawer__button.active > span:nth-child(2) {
  opacity: 0; }
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg); }

.drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden; }
  .drawer__nav .drawer__nav__inner {
    position: relative;
    width: 60%;
    height: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease; }
    .drawer__nav .drawer__nav__inner .drawer__nav__menu {
      list-style: none;
      padding-left: 0;
      padding-top: 7.5rem; }
      .drawer__nav .drawer__nav__inner .drawer__nav__menu .drawer__nav__link {
        font-size: 20px;
        font-size: 2rem;
        display: block;
        color: #1A5319;
        text-decoration: none;
        padding: 2rem;
        border-bottom: solid 1px lightgray;
        transition: 0.3s; }
        .drawer__nav .drawer__nav__inner .drawer__nav__menu .drawer__nav__link:hover {
          background-color: #f0f0f0; }
      .drawer__nav .drawer__nav__inner .drawer__nav__menu li:last-child {
        border-bottom: none; }

.drawer__nav.active {
  opacity: 1;
  visibility: visible; }
  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(0); }

body.active {
  height: 100%;
  overflow: hidden; }

footer {
  background-color: #EBF5EC; }
  footer div.d-flex {
    align-items: center;
    justify-content: center;
    padding: 4rem 0; }
    @media screen and (max-width: 991px) {
      footer div.d-flex {
        flex-wrap: wrap; } }
    footer div.d-flex .footer-about {
      margin-right: 5rem; }
      @media screen and (max-width: 991px) {
        footer div.d-flex .footer-about {
          margin-right: 0;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 575px) {
        footer div.d-flex .footer-about {
          text-align: center; } }
      footer div.d-flex .footer-about img {
        width: 430px; }
        @media screen and (max-width: 991px) {
          footer div.d-flex .footer-about img {
            width: 300px; } }
      footer div.d-flex .footer-about p {
        line-height: 1.5;
        margin-bottom: 0; }
        @media screen and (max-width: 575px) {
          footer div.d-flex .footer-about p {
            font-size: 14px;
            font-size: 1.4rem; } }
      footer div.d-flex .footer-about .tel-number {
        margin-top: 2rem;
        margin-bottom: 0.5rem;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
        @media screen and (max-width: 575px) {
          footer div.d-flex .footer-about .tel-number {
            font-size: 14px;
            font-size: 1.4rem; } }
    footer div.d-flex .medical-hours {
      display: flex; }
      @media screen and (max-width: 575px) {
        footer div.d-flex .medical-hours {
          flex-wrap: wrap;
          justify-content: center; } }
      footer div.d-flex .medical-hours section h4 {
        font-family: "Noto Serif JP", serif;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        color: #1A5319;
        margin-bottom: 1em; }
        @media screen and (max-width: 575px) {
          footer div.d-flex .medical-hours section h4 {
            text-align: center; } }
        footer div.d-flex .medical-hours section h4 span {
          padding-left: 1em;
          margin-left: 1em;
          border-left: 1px solid #1A5319;
          display: inline-block;
          color: #3D3D33; }
      footer div.d-flex .medical-hours section table {
        width: 100%; }
        footer div.d-flex .medical-hours section table thead {
          background: #508D4E;
          color: #fff;
          text-align: center;
          font-size: 13px;
          font-size: 1.3rem; }
          footer div.d-flex .medical-hours section table thead th {
            padding: 1rem 2rem; }
            @media screen and (max-width: 575px) {
              footer div.d-flex .medical-hours section table thead th {
                padding: 0.5rem 1rem; } }
        footer div.d-flex .medical-hours section table tbody {
          background: #fff;
          font-size: 13px;
          font-size: 1.3rem; }
          footer div.d-flex .medical-hours section table tbody tr th {
            padding: 1rem 2rem;
            font-weight: normal;
            border-right: 1px solid #508D4E;
            border-bottom: 1px solid #508D4E; }
            @media screen and (max-width: 767px) {
              footer div.d-flex .medical-hours section table tbody tr th {
                padding: 0.5rem 2rem;
                line-height: normal; } }
            @media screen and (max-width: 575px) {
              footer div.d-flex .medical-hours section table tbody tr th {
                padding: 0.5rem 1rem; } }
            footer div.d-flex .medical-hours section table tbody tr th span {
              padding-left: 0.5rem; }
              @media screen and (max-width: 767px) {
                footer div.d-flex .medical-hours section table tbody tr th span {
                  display: block; } }
          footer div.d-flex .medical-hours section table tbody tr td {
            text-align: center;
            border-right: 1px solid #508D4E;
            border-bottom: 1px solid #508D4E; }
            footer div.d-flex .medical-hours section table tbody tr td:last-child {
              border-right: none; }
          footer div.d-flex .medical-hours section table tbody tr:nth-child(2) th {
            border-bottom: none; }
          footer div.d-flex .medical-hours section table tbody tr:nth-child(2) td {
            border-bottom: none; }
        footer div.d-flex .medical-hours section table .business_day {
          background-color: #EBF5EC; }
      footer div.d-flex .medical-hours #page-top a {
        position: relative;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-weight: bold;
        color: #1A5319;
        border: 1px solid #1A5319;
        border-radius: 5rem;
        display: block;
        padding: 3rem 0.3rem;
        margin-left: 2rem;
        transition: 0.3s; }
        @media screen and (max-width: 575px) {
          footer div.d-flex .medical-hours #page-top a {
            -ms-writing-mode: inherit;
            writing-mode: inherit;
            padding: 0rem 3rem;
            margin-left: 0;
            margin-top: 2rem; } }
        footer div.d-flex .medical-hours #page-top a::before {
          font-family: "Font Awesome 5 Free";
          content: "\f106";
          font-weight: 900;
          padding-bottom: 1em;
          color: #1A5319; }
          @media screen and (max-width: 575px) {
            footer div.d-flex .medical-hours #page-top a::before {
              padding: 0 1em 0 0; } }
        footer div.d-flex .medical-hours #page-top a:hover {
          background: #1A5319;
          color: #fff; }
        footer div.d-flex .medical-hours #page-top a:hover::before {
          color: #fff; }
  footer .copyright {
    display: block;
    background: #1A5319;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1rem; }
