@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #006837;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
診療時間
------------------------------------------------- */
.hourstable .cates {
  padding: 0 22px;
}
.hourstable .cates ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.hourstable .cates ul li {
  flex: 1;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3266666667;
  letter-spacing: 0.1em;
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  padding: 5px;
}
.hourstable .cates ul li.small {
  font-size: 16px;
  letter-spacing: 0;
}
.hourstable .cates ul li.active {
  background-color: #d7efe1;
  color: #006837;
}
.hourstable .cates ul li:not(.active) {
  background-color: #87d091;
  color: #fff;
}
.hourstable .blocks .block {
  background-color: #d7efe1;
  padding: 34px;
  border-radius: 14px;
}
.hourstable .blocks .block .inner {
  background-color: #fff;
  padding: 0 30px 22px;
  overflow-x: auto;
  border-radius: 10px;
}
.hourstable .blocks .block table {
  width: 100%;
  margin-bottom: 15px;
}
.hourstable .blocks .block table th,
.hourstable .blocks .block table td {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17.15px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 104, 55, 0.5);
  align-content: center;
  text-align: center;
  white-space: nowrap;
}
.hourstable .blocks .block table thead th,
.hourstable .blocks .block table thead td {
  letter-spacing: 0.5em;
  color: #39394a;
  padding-top: 24px;
  padding-bottom: 16px;
}
.hourstable .blocks .block table thead th {
  padding-left: 55px;
  padding-right: 56px;
}
.hourstable .blocks .block table thead td {
  padding-left: calc(15.5px + 0.25em);
  padding-right: calc(15.5px + 0.25em);
  letter-spacing: 0;
}
.hourstable .blocks .block table tbody th,
.hourstable .blocks .block table tbody td {
  padding-top: 15px;
  padding-bottom: 14px;
}
.hourstable .blocks .block table tbody th {
  color: #006837;
  padding-left: 36px;
  padding-right: 39px;
}
.hourstable .blocks .block table tbody td {
  justify-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.hourstable .blocks .block table tbody td.maru::before {
  content: "○";
  color: #006837;
  display: block;
  font-size: 21px;
}
.hourstable .blocks .block table tbody td.border::before {
  content: "━";
  color: #006837;
  display: block;
  font-size: 16px;
}
.hourstable .blocks .block .data {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #39394a;
  text-align: end;
  padding-right: 13px;
}
.hourstable .blocks .block:not(.active) {
  display: none;
}
@media (max-width: 999px) {
  .hourstable .cates ul li {
    font-size: 16px;
  }
  .hourstable .cates ul li.small {
    font-size: 14px;
  }
  .hourstable .blocks .block {
    width: 700px;
    padding: 20px;
  }
  .hourstable .blocks .block .inner {
    padding: 0 20px 15px;
  }
  .hourstable .blocks .block table th,
  .hourstable .blocks .block table td {
    font-size: 16px;
  }
  .hourstable .blocks .block table thead th,
  .hourstable .blocks .block table thead td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hourstable .blocks .block table thead th {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hourstable .blocks .block table thead td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hourstable .blocks .block table tbody th,
  .hourstable .blocks .block table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hourstable .blocks .block table tbody th {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hourstable .blocks .block .data {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hourstable .cates {
    padding: 0 10px;
  }
  .hourstable .cates ul {
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 10px;
    justify-content: space-between;
    min-height: 40px;
  }
  .hourstable .cates ul li {
    flex: initial;
    font-size: 14px;
    width: 49%;
    min-height: 40px;
  }
  .hourstable .cates ul li.small {
    font-size: 12px;
  }
  .hourstable .cates ul li:not(:nth-last-child(-n+2)) {
    border-radius: 10px;
  }
  .hourstable .blocks .block {
    width: initial;
    padding: 10px;
  }
  .hourstable .blocks .block .inner {
    padding: 0px 5px 10px;
  }
  .hourstable .blocks .block table th,
  .hourstable .blocks .block table td {
    font-size: 14px;
  }
  .hourstable .blocks .block table tbody td.maru::before {
    font-size: 15px;
  }
  .hourstable .blocks .block table thead tr th, .hourstable .blocks .block table tbody tr th {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    border-bottom: none;
  }
  .hourstable .blocks .block table thead tr td, .hourstable .blocks .block table tbody tr td {
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .contents {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
#news .contents article {
  background-color: #fff;
  border-radius: 14px;
}
#news .contents article:not(:has(a)) {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 35px;
}
#news .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 35px;
}
#news .contents article time {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17.15px;
  line-height: 1.6;
  color: #fff;
  background-color: #39b14a;
  padding: 2px 30px;
  margin-bottom: 23px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#news .contents article .title {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 24px;
}
#news .contents article .text {
  border-top: 3px dashed #a0dab7;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6875;
  color: #000;
  padding: 19px 5px 0;
  width: 100%;
}
@media (max-width: 999px) {
  #news .contents article:not(:has(a)) {
    padding: 0 15px 25px;
  }
  #news .contents article a {
    padding: 0 15px 25px;
  }
  #news .contents article time {
    font-size: 16px;
    padding: 2px 20px;
    margin-bottom: 15px;
  }
  #news .contents article .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #news .contents article .text {
    font-size: 14px;
    padding: 15px 5px 0;
  }
}
@media (max-width: 767px) {
  #news .contents {
    -moz-column-gap: 6% !important;
         column-gap: 6% !important;
  }
  #news .contents article {
    width: 100% !important;
  }
  #news .contents article:not(:has(a)) {
    padding: 0 10px 15px;
  }
  #news .contents article a {
    padding: 0 10px 15px;
  }
  #news .contents article time {
    font-size: 14px;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  #news .contents article .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #news .contents article .text {
    font-size: 12px;
    padding: 10px 5px 0;
  }
}

/* ----------------------------------------------
attempt
------------------------------------------------- */
#attempt .contents {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
#attempt .contents article {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
#attempt .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#attempt .contents article a:hover {
  opacity: 0.6;
}
#attempt .contents article .image {
  width: 100%;
  aspect-ratio: 392/240;
}
#attempt .contents article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#attempt .contents article .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
}
#attempt .contents article time {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17.15px;
  line-height: 1.6;
  color: #fff;
  background-color: #39b14a;
  padding: 2px 30px;
  margin-bottom: 13px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#attempt .contents article .title {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000;
  padding-bottom: 16px;
  border-bottom: 3px dashed #a0dab7;
  width: 100%;
  text-align: center;
}
#attempt .contents article .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6875;
  color: #000;
  padding: 19px 5px 0;
  width: 100%;
}
@media (max-width: 999px) {
  #attempt .contents article .bottom {
    padding: 15px 20px;
  }
  #attempt .contents article time {
    font-size: 16px;
    padding: 2px 20px;
    margin-bottom: 10px;
  }
  #attempt .contents article .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  #attempt .contents article .text {
    font-size: 14px;
    padding: 15px 5px 0;
  }
}
@media (max-width: 767px) {
  #attempt .contents {
    -moz-column-gap: 6% !important;
         column-gap: 6% !important;
  }
  #attempt .contents article {
    width: 47% !important;
  }
  #attempt .contents article .bottom {
    padding: 10px 15px;
  }
  #attempt .contents article time {
    font-size: 14px;
    padding: 2px 10px;
  }
  #attempt .contents article .title {
    font-size: 14px;
  }
  #attempt .contents article .text {
    font-size: 12px;
    padding: 10px 5px 0;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header .top {
  display: flex;
  position: relative;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .top.m_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  background-color: #fff;
}
#header .logo {
  align-content: center;
  max-width: 217px;
  margin: 5px 0 0 2.6875%;
}
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .right {
  display: flex;
  margin-left: auto;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
#header #gnav {
  align-content: center;
  padding: 42px 0 10px;
}
#header #gnav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
#header #gnav > ul:has(.curent) > li ul:not(.click) {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
#header #gnav > ul:has(.curent) > li ul.click {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#header #gnav > ul > li {
  display: flex;
}
#header #gnav > ul > li.openA > a::before {
  width: 100%;
}
#header #gnav > ul > li.openA ul {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#header #gnav > ul > li:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  transform: translateX(-8px);
  background-color: #31af63;
}
#header #gnav > ul > li > a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  position: relative;
}
#header #gnav > ul > li > a::before {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  width: 0;
  height: 1px;
  background-color: #31af63;
  transition: all 0.5s ease-out;
}
#header #gnav > ul > li > a.click::before {
  width: 100%;
}
#header #gnav > ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.5s ease-out;
  z-index: 1;
  width: 100%;
  background-color: #31af63;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
  padding: 30px 6.25%;
}
#header #gnav > ul > li ul .title {
  font-size: 20px;
  color: #31A363;
  background-color: #FFF;
  border-radius: 50px;
  padding: 0 10px;
}
#header #gnav > ul > li ul .content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 50px;
}
#header #gnav > ul > li ul.openB {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#header #gnav > ul > li ul li {
  display: flex;
}
#header #gnav > ul > li ul li a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#header #gnav > ul > li ul li a::before {
  content: "く";
  font-weight: 500;
  transform: rotate(180deg);
}
#header .links ul {
  display: flex;
  height: 100%;
}
#header .links ul li {
  min-height: 100px;
}
#header .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  color: #fff;
  width: 111px;
  height: 100%;
  row-gap: 8px;
  padding-top: 9px;
}
#header .links ul li a .icon {
  align-content: center;
}
#header .links ul li.recruit a {
  background-color: #39b14a;
}
#header .links ul li.access a {
  background-color: #74c996;
}
#header .links ul li.contact a {
  background-color: #88c23f;
  letter-spacing: 0;
}
@media (max-width: 999px) {
  #header .logo {
    margin-left: 10px;
  }
  #header .right {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav {
    padding: 10px 0;
  }
  #header #gnav > ul {
    gap: 0px;
  }
  #header #gnav > ul > li {
    display: block;
  }
  #header #gnav > ul > li .link-wrap {
    display: flex;
  }
  #header #gnav > ul > li .link-wrap > a {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
  }
  #header #gnav > ul > li > a {
    font-size: 14px;
    color: #fff;
  }
  #header #gnav > ul > li .btn {
    width: 20px;
    aspect-ratio: 1/1;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #header #gnav > ul > li .btn::before, #header #gnav > ul > li .btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.5s ease-out;
  }
  #header #gnav > ul > li .btn::before {
    transform: rotate(90deg);
  }
  #header #gnav > ul > li .btn.open::before {
    transform: rotate(0);
  }
  #header #gnav > ul > li ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: unset;
    gap: unset;
    background-color: unset;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: max-height 1.5s ease, opacity 1.5s ease, clip-path 1.5s ease;
    position: relative;
  }
  #header #gnav > ul > li ul.active {
    max-height: 500px; /* メニュー高さより少し大きめに設定 */
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #header #gnav > ul > li ul .title {
    display: none;
  }
  #header #gnav > ul > li ul .content {
    flex-direction: column;
  }
  #header #gnav > ul > li ul li {
    display: block;
    width: 100%;
  }
  #header #gnav > ul > li.recruit span, #header #gnav > ul > li.access span, #header #gnav > ul > li.contact span {
    height: initial !important;
    width: 30px;
    margin-right: 10px;
  }
  #header .links {
    display: none;
  }
  #header .links ul li a {
    font-size: 14px;
    width: 95px;
  }
}
@media (min-width: 768px) {
  #header #gnav ul li.sp-in {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 70px 10px 10px;
  }
  #header .logo {
    margin: 0;
  }
  #header #gnav > ul > li > a::before {
    display: none;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .top {
  display: flex;
  flex-wrap: wrap;
  padding: 66px 10px 63px 7.8125%;
  gap: 30px 4.5051194539%;
}
#footer .top .left {
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
#footer .top .left .head {
  margin-bottom: 47px;
}
#footer .top .left .logo {
  max-width: 264px;
  margin: 0 auto 14px;
}
#footer .top .left .tel a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 34.48px;
  line-height: 1.6;
  color: #006837;
}
#footer .top .left .tel a span {
  font-weight: 500;
  font-size: 53.53px;
}
#footer .top .left .medical .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.35em;
  color: #7cacaf;
  margin-bottom: 30px;
  padding-left: 5px;
}
#footer .top .left .medical .title small {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
}
#footer .top .left .medical .title small span {
  background-color: #7cacaf;
  padding: 7px 8px;
}
#footer .top .left .medical .title small::before {
  content: "";
  width: 5px;
  background-color: #7cacaf;
}
#footer .top .left .medical .text {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 39px;
  padding-left: 11px;
}
#footer .top .left .medical .text ul li {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.75;
  letter-spacing: 0.35em;
  color: #22b173;
}
#footer .top .left .medical .text ul li::before {
  content: "■";
}
#footer .top .left .medical .text ul li a {
  font-weight: 100;
  color: #22b173;
}
#footer .top .right {
  max-width: 100%;
}
#footer .top .right .hourstable {
  margin-bottom: 28px;
}
#footer .top .right .time {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #006837;
  padding-left: 73px;
}
#footer .top.wrap {
  justify-content: center;
}
#footer .top.wrap .left {
  padding-top: 0;
}
#footer .bottom {
  background-color: #d7efe1;
  padding: 58px 10px 75px;
  margin-bottom: 19px;
}
#footer .bottom #fnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
}
#footer .bottom #fnav > ul > li > a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #198c3a;
  display: flex;
  align-items: start;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
#footer .bottom #fnav > ul > li > a::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #198c3a;
  margin-top: 10px;
}
#footer .bottom #fnav > ul > li ul {
  margin-top: 19px;
}
#footer .bottom #fnav > ul > li ul li {
  margin-left: 9px;
}
#footer .bottom #fnav > ul > li ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 2.5;
  color: #4d4d4d;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#footer .bottom #fnav > ul > li ul li a::before {
  content: "-";
}
#footer .bottom #fnav > ul > li:not(:last-child) {
  margin-bottom: 15px;
}
#footer .bottom #fnav > ul {
  /* &:nth-child(2){
    margin-left: 131px;
  }
  &:nth-child(3){
    margin-left: 49px;
  }
  &:nth-child(4){
    margin-left: 30px;
  }
  &:nth-child(5){
    margin-left: 60px;
  }
  &:nth-child(6){
    margin-left: 55px;
  } */
}
#footer .copyright {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #39394a;
  text-align: center;
}
@media (max-width: 999px) {
  #footer .top {
    padding: 40px 10px;
  }
  #footer .top .left .head {
    margin-bottom: 30px;
  }
  #footer .top .left .tel a {
    font-size: 26px;
  }
  #footer .top .left .tel a span {
    font-size: 40px;
  }
  #footer .top .left .medical .title {
    font-size: 18px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 20px;
  }
  #footer .top .left .medical .text {
    gap: 10px 25px;
  }
  #footer .top .left .medical .text ul li {
    font-size: 18px;
  }
  #footer .top .right .time {
    font-size: 16px;
    padding-left: 50px;
  }
  #footer .bottom {
    padding: 40px 10px;
  }
  #footer .bottom #fnav {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .bottom #fnav > ul > li > a {
    font-size: 18px;
  }
  #footer .bottom #fnav > ul > li ul {
    margin-top: 10px;
  }
  #footer .bottom #fnav > ul > li ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #footer .top {
    padding: 30px 10px;
  }
  #footer .top .left .head {
    margin-bottom: 20px;
  }
  #footer .top .left .tel a {
    font-size: 22px;
  }
  #footer .top .left .tel a span {
    font-size: 30px;
  }
  #footer .top .left .medical .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #footer .top .left .medical .title small {
    font-size: 10px;
  }
  #footer .top .left .medical .text {
    gap: 0px 15px;
  }
  #footer .top .left .medical .text ul li {
    font-size: 16px;
  }
  #footer .top .right .hourstable {
    margin-bottom: 15px;
  }
  #footer .top .right .time {
    font-size: 14px;
    padding-left: 30px;
  }
  #footer .bottom {
    padding: 30px 10px;
  }
  #footer .bottom #fnav {
    gap: 10px;
    justify-content: start;
  }
  #footer .bottom #fnav > ul > li > a {
    font-size: 16px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #footer .bottom #fnav > ul > li ul {
    margin-top: 5px;
  }
  #footer .bottom #fnav > ul > li ul li a {
    font-size: 10px;
  }
  #footer .bottom #fnav > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .copyright {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */