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

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

/* ----------------------------------------------
common
------------------------------------------------- */
html {
  scroll-padding-top: 155px;
}
html.ccm-toolbar-visible {
  scroll-padding-top: 203px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 10px;
  }
}

body {
  color: #231815;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body.open #header .top {
  z-index: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #231815;
  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;
}

/* ----------------------------------------------
診療時間表
------------------------------------------------- */
#hours-table .inner {
  background-color: #fff;
  max-width: 762px;
  padding: 33px 45px 48px;
  overflow-x: auto;
}
#hours-table table {
  width: 100%;
}
#hours-table table th,
#hours-table table td {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  color: #736357;
  border-bottom: 1px solid rgba(166, 124, 82, 0.5);
}
#hours-table table th {
  white-space: nowrap;
}
#hours-table table td {
  padding-left: 14px;
  padding-right: 17px;
}
#hours-table table thead th,
#hours-table table thead td {
  font-size: 17.15px;
  text-align: center;
  padding-bottom: 4px;
  vertical-align: middle;
  line-height: 1.4;
}
#hours-table table thead th {
  padding-left: 10px;
  padding-right: 10px;
}
#hours-table table tbody tr {
  /*&:not(:last-child){
    th,
    td{
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }*/
}
#hours-table table tbody th,
#hours-table table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
}
#hours-table table tbody th {
  font-size: 17.15px;
  padding-left: 30px;
  padding-right: 38px;
}
#hours-table table tbody th .small {
  font-size: 16px;
}
#hours-table table tbody td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  justify-items: center;
  align-content: center;
}
#hours-table table tbody td::before {
  content: "";
  display: block;
}
#hours-table table tbody td.maru::before {
  font-size: 21px;
  content: "○";
}
#hours-table table tbody td.blown::before {
  font-size: 21px;
  content: "▲";
}
#hours-table table tbody td:not(.maru)::before {
  font-size: 16px;
  content: "━";
}
#hours-table .one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hours-table .one .saturday, #hours-table .one .holiday {
  color: #736357;
  font-size: 17.15px;
  padding-top: 10px;
  font-family: "kozuka-gothic-pro", sans-serif;
}
#hours-table .one .saturday {
  font-weight: 500;
  padding-left: 50px;
  padding-right: 38px;
}
#hours-table .one .saturday small {
  font-size: 16px;
}
#hours-table .one .holiday {
  font-weight: 400;
  padding-left: 14px;
  padding-right: 130px;
}
@media (max-width: 999px) {
  #hours-table .inner {
    padding: 25px;
  }
  #hours-table table th,
  #hours-table table td {
    padding: 10px;
  }
  #hours-table table thead th,
  #hours-table table thead td {
    font-size: 16px;
  }
  #hours-table table tbody th {
    font-size: 16px;
  }
  #hours-table table tbody td {
    font-size: 14px;
  }
  #hours-table .one .saturday, #hours-table .one .holiday {
    font-size: 16px;
  }
  #hours-table .one .saturday small {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #hours-table {
    width: 100%;
  }
  #hours-table .inner {
    padding: 15px;
    width: 100%;
  }
  #hours-table .inner table th,
  #hours-table .inner table td {
    padding: 3px;
    font-size: 18px;
  }
  #hours-table .inner table tbody td.maru::before {
    font-size: 18px;
  }
  #hours-table .inner table tbody td.blown::before {
    font-size: 18px;
  }
  #hours-table .inner table thead tr th, #hours-table .inner table tbody tr th {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }
  #hours-table .inner table thead tr td, #hours-table .inner table tbody tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #hours-table .inner .one {
    flex-direction: column;
    align-items: start;
  }
  #hours-table .inner .one .saturday, #hours-table .inner .one .holiday {
    font-size: 16px;
  }
  #hours-table .inner .one .saturday {
    padding-left: 5px;
    padding-right: 5px;
  }
  #hours-table .inner .one .holiday {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information, #column {
  margin-bottom: 70px;
}
#information .contents article, #column .contents article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}
#information .contents article a, #column .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#information .contents article a:hover, #column .contents article a:hover {
  opacity: 0.6;
}
#information .contents article a, #column .contents article a {
  display: flex;
}
#information .contents article a .txt-box, #column .contents article a .txt-box {
  margin-right: auto;
  flex: 1;
  padding-right: 30px;
}
#information .contents article a .image, #column .contents article a .image {
  width: 20%;
}
#information .contents article a .image img, #column .contents article a .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#information .contents article time, #column .contents article time {
  display: inline-block;
  background-color: #bbaca7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  padding: 0 18px;
  margin-bottom: 9px;
}
#information .contents article .title, #column .contents article .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
#information .contents article:not(:last-child), #column .contents article:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  #information, #column {
    margin-bottom: 60px;
  }
  #information .contents article, #column .contents article {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #information, #column {
    margin-bottom: 60px;
  }
  #information .contents article time, #column .contents article time {
    font-size: 12px;
    padding: 0 10px;
  }
  #information .contents article .title, #column .contents article .title {
    font-size: 14px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: sticky;
  top: 0;
  z-index: 2;
}
html.ccm-toolbar-visible #header {
  top: 48px;
}
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-left: 10px;
  height: 155px;
  background-color: #fff;
}
#header .top.m_fixed {
  height: auto;
}
#header .logo {
  max-width: 340px;
  margin: 19px 0 10px;
}
#header .right {
  margin: 0 0 10px auto;
}
#header .right .links {
  margin-bottom: 28px;
}
#header .right .links ul {
  display: flex;
  justify-content: end;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#header .right .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #958275;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .right .links ul li.tel a {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#header .right .links ul li.tel a ruby rt {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
#header .right .links ul li.contact a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20.15px;
  line-height: 1.6;
  width: 248px;
  height: 74px;
  background-color: #f4f4f2;
}
#header #gnav {
  position: relative;
}
#header #gnav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0 55px;
  padding-right: 35px;
}
#header #gnav > ul > li {
  height: calc(100% + 10px);
  padding-bottom: 10px;
}
#header #gnav > ul > li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #736357;
}
#header #gnav > ul > li .child {
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: absolute;
  margin-top: 10px;
  padding: 10px;
  top: calc((100% - 10px) * 0.8);
  right: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background-color: #958275;
  white-space: nowrap;
  transition: top 0.25s ease-out, visibility 0.25s ease-out, opacity 0.25s ease-out;
}
#header #gnav > ul > li .child .title {
  background-color: #fff;
  padding: 3px;
  color: #958275;
}
#header #gnav > ul > li .child ul {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
#header #gnav > ul > li .child ul li.title {
  background-color: #fff;
  color: #736357;
  padding: 5px;
}
#header #gnav > ul > li .child ul li a {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}
#header #gnav > ul > li .child ul li a::before {
  content: ">";
  font-weight: 500;
}
#header #gnav > ul > li:hover .child {
  top: calc(100% - 10px);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1200px) {
  #header .top {
    height: auto;
  }
  #header .logo {
    margin-bottom: 55px;
  }
  #header .right .links ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header .right .links ul li.tel a {
    font-size: 28px;
  }
  #header .right .links ul li.tel a ruby rt {
    font-size: 12px;
  }
  #header .right .links ul li.contact a {
    width: 160px;
    height: 60px;
    font-size: 17px;
  }
  #header #gnav ul {
    padding-left: 50px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #header #gnav ul li a {
    font-size: 16px;
    display: block;
  }
}
@media (max-width: 999px) {
  #header .logo {
    max-width: 300px;
  }
  #header #gnav > ul > li {
    height: auto;
    padding-bottom: 0;
  }
  #header #gnav > ul > li:hover .child {
    top: 80%;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  #header #gnav ul li.sp-in {
    display: none;
  }
}
@media (max-width: 767px) {
  #header {
    position: static;
  }
  #header .top {
    padding-right: 70px;
    height: 85px;
  }
  #header .right {
    margin-bottom: 0;
  }
  #header .right .links {
    display: none;
  }
  #header #gnav {
    position: fixed;
  }
  #header #gnav ul {
    padding-left: 0;
    padding-right: 0;
  }
  #header #gnav ul li a {
    color: #fff;
  }
  #header #gnav ul li a img {
    display: none;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #f5f4f2;
  text-align: center;
  padding: 22px 10px;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 1465px;
  gap: 30px 4.5051194539%;
}
#footer .top .left .logo {
  max-width: 416px;
  margin: 0 auto -5px;
}
#footer .top .left .tel {
  margin-bottom: 6px;
}
#footer .top .left .tel a {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40.56px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #958275;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .top .left .tel a ruby rt {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
#footer .top .left .address {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #958275;
  margin-bottom: 30px;
}
#footer .top .left .line {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
#footer .top .right #hours-table {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .top .right .list {
  max-width: 680px;
  margin-top: 23px;
  padding-left: 15px;
}
#footer .top .right .list .title {
  text-align: left;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: 0.26em;
  color: #534741;
  margin-bottom: 10px;
}
#footer .top .right .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
#footer .top .right .list ul li {
  width: 25%;
  text-align: left;
}
#footer .top .right .list ul li::before {
  content: "◯ ";
}
#footer #fnav {
  margin-bottom: 62px;
}
#footer #fnav > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 3.5443037975%;
}
#footer #fnav > ul > li {
  text-align: left;
}
#footer #fnav > ul > li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #736357;
}
#footer #fnav > ul > li ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
#footer #fnav > ul > li ul li::before {
  content: ">";
  font-weight: 500;
}
#footer #fnav > ul > li ul li a {
  font-size: 14px;
}
#footer .copyright {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 999px) {
  #footer .top .left .logo {
    margin-bottom: 0;
  }
  #footer .top .left .tel a {
    font-size: 30px;
  }
  #footer .top .left .tel a ruby rt {
    font-size: 12px;
  }
  #footer .top .left .address {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #footer .top .right .list {
    padding-left: unset;
  }
  #footer .top .right .list .title {
    font-size: 26px;
  }
  #footer #fnav {
    margin-bottom: 40px;
  }
  #footer #fnav ul li a {
    font-size: 16px;
  }
  #footer .copyright {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer .top .left .tel a {
    font-size: 24px;
  }
  #footer .top .left .tel a ruby rt {
    font-size: 10px;
  }
  #footer .top .left .address {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #footer .top .right {
    width: 100%;
  }
  #footer .top .right .list {
    max-width: 600px;
    margin-top: 30px;
  }
  #footer .top .right .list .title {
    font-size: 19px;
  }
  #footer .top .right .list ul li {
    width: 33%;
  }
  #footer #fnav {
    margin-bottom: 30px;
  }
  #footer #fnav ul li a {
    font-size: 14px;
  }
  #footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  #footer .top .right {
    width: 100%;
  }
  #footer .top .right .list {
    max-width: 450px;
  }
  #footer .top .right .list .title {
    font-size: 19px;
  }
  #footer .top .right .list ul li {
    width: 50%;
  }
}/*# sourceMappingURL=style.css.map */