.lower-page .hero {
  background: url("/img/general/common/lower-img.jpg") center/cover no-repeat;
}

#archive-clinic .cate-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #archive-clinic .cate-menu {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive-clinic .cate-menu {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #archive-clinic .cate-menu {
    gap: 12px;
  }
}

#archive-clinic .cate-menu__item {
  width: calc((100% / 4) - (16px * 3 / 4));
  height: 64px;
}

@media screen and (max-width: 960px) {
  #archive-clinic .cate-menu__item {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive-clinic .cate-menu__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #999999;
  color: #ffffff;
}

#archive-clinic .pagenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 520px) {
  #archive-clinic .pagenav {
    position: relative;
    padding-bottom: 52px;
  }
}

#archive-clinic .pagenav__item, #archive-clinic .pagenav__prev, #archive-clinic .pagenav__next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: solid 1px #ffae00;
  border-radius: 2px;
  background: #ffffff;
  color: #ffae00;
  font-size: 1.6rem;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  #archive-clinic .pagenav__item, #archive-clinic .pagenav__prev, #archive-clinic .pagenav__next {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #archive-clinic .pagenav__item, #archive-clinic .pagenav__prev, #archive-clinic .pagenav__next {
    font-size: 1.2rem;
  }
}

#archive-clinic .pagenav__item:hover, #archive-clinic .pagenav__item.is-current, #archive-clinic .pagenav__prev:hover, #archive-clinic .pagenav__prev.is-current, #archive-clinic .pagenav__next:hover, #archive-clinic .pagenav__next.is-current {
  background: #ffae00;
  color: #ffffff;
}

#archive-clinic .pagenav__item {
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  #archive-clinic .pagenav__item {
    flex-grow: 1;
    max-width: 64px;
  }
}

#archive-clinic .pagenav__prev, #archive-clinic .pagenav__next {
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #archive-clinic .pagenav__prev, #archive-clinic .pagenav__next {
    width: 72px;
  }
}

@media screen and (max-width: 520px) {
  #archive-clinic .pagenav__prev, #archive-clinic .pagenav__next {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive-clinic .pagenav__prev::before, #archive-clinic .pagenav__prev::after, #archive-clinic .pagenav__next::before, #archive-clinic .pagenav__next::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}

#archive-clinic .pagenav__prev::before, #archive-clinic .pagenav__next::before {
  right: 8px;
  width: 14px;
  height: 14px;
  background: #ffae00;
  border: solid 1px #ffae00;
  border-radius: 1px;
}

#archive-clinic .pagenav__prev::after, #archive-clinic .pagenav__next::after {
  width: 0;
  height: 0;
  border-style: solid;
}

#archive-clinic .pagenav__prev:hover::before, #archive-clinic .pagenav__next:hover::before {
  background: #ffffff;
}

#archive-clinic .pagenav__prev {
  padding-left: 12px;
}

@media screen and (max-width: 520px) {
  #archive-clinic .pagenav__prev {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

#archive-clinic .pagenav__prev::before {
  left: 8px;
}

#archive-clinic .pagenav__prev::after {
  left: 13px;
  border-width: 3px 4px 3px 0;
  border-color: transparent #ffffff transparent transparent;
}

#archive-clinic .pagenav__prev:hover::after {
  border-color: transparent #ffae00 transparent transparent;
}

#archive-clinic .pagenav__next {
  padding-right: 12px;
}

@media screen and (max-width: 520px) {
  #archive-clinic .pagenav__next {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}

#archive-clinic .pagenav__next::before {
  right: 8px;
}

#archive-clinic .pagenav__next::after {
  right: 13px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
}

#archive-clinic .pagenav__next:hover::after {
  border-color: transparent transparent transparent #ffae00;
}

#archive-clinic .clinic-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  width: 100%;
  margin-bottom: calc(8px * 5);
  padding: 64px 40px;
  background-color: #FFFBF2;
}

@media screen and (max-width: 960px) {
  #archive-clinic .clinic-search {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive-clinic .clinic-search {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #archive-clinic .clinic-search {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  #archive-clinic .clinic-search {
    padding: 32px 16px;
  }
}

#archive-clinic .clinic-search__txt {
  width: 100%;
  text-align: center;
}

#archive-clinic .clinic-search .checkbox-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 24px;
}

@media screen and (max-width: 768px) {
  #archive-clinic .clinic-search .checkbox-list {
    gap: 8px 16px;
  }
}

@media screen and (max-width: 520px) {
  #archive-clinic .clinic-search .checkbox-list {
    gap: 8px 12px;
  }
}

#archive-clinic .clinic-search .checkbox-list__item {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #archive-clinic .clinic-search .checkbox-list__item {
    font-size: 1.4rem;
  }
}

#archive-clinic .clinic-search .checkbox-list__item input[type="checkbox"] {
  display: none;
}

#archive-clinic .clinic-search .checkbox-list__item .checkbox-label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  #archive-clinic .clinic-search .checkbox-list__item .checkbox-label {
    padding-left: 26px;
  }
}

#archive-clinic .clinic-search .checkbox-list__item .checkbox-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: solid 2px #ffae00;
  border-radius: 2px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #archive-clinic .clinic-search .checkbox-list__item .checkbox-label::before {
    width: 20px;
    height: 20px;
  }
}

#archive-clinic .clinic-search .checkbox-list__item .checkbox-label::after {
  content: '';
  display: none;
  position: absolute;
  top: 4px;
  left: 9px;
  z-index: 1;
  width: 7px;
  height: 14px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #ffae00 #ffae00 transparent;
  transform: rotateZ(45deg);
}

@media screen and (max-width: 768px) {
  #archive-clinic .clinic-search .checkbox-list__item .checkbox-label::after {
    top: 3px;
    left: 7px;
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
  }
}

#archive-clinic .clinic-search .checkbox-list__item input:checked + .checkbox-label::after {
  display: block;
}

#archive-clinic .clinic-search .search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 24px;
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 960px) {
  #archive-clinic .clinic-search .search-form {
    width: 100%;
  }
}

#archive-clinic .clinic-search .search-form input[type="text"] {
  width: calc(100% - 184px);
  height: 48px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  padding: 0 16px;
}

@media screen and (max-width: 960px) {
  #archive-clinic .clinic-search .search-form input[type="text"] {
    width: 100%;
  }
}

#archive-clinic .clinic-search .search-form input[type="text"]::-moz-placeholder {
  color: #cccccc;
  font-weight: bold;
}

#archive-clinic .clinic-search .search-form input[type="text"]::placeholder {
  color: #cccccc;
  font-weight: bold;
}

#archive-clinic .clinic-search .search-form .clinic-searchform__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 160px;
  height: 48px;
  background-color: #ffae00;
  border: solid 1px #ffae00;
  border-radius: 2px;
  color: #ffffff;
  line-height: 1;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #archive-clinic .clinic-search .search-form .clinic-searchform__btn {
    width: 100%;
    max-width: 300px;
  }
}

#archive-clinic .clinic-search .search-form .clinic-searchform__btn:hover {
  color: #ffae00;
  background-color: #ffffff;
}

#archive-clinic .clinic-search .search-form .clinic-searchform__btn::before, #archive-clinic .clinic-search .search-form .clinic-searchform__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#archive-clinic .clinic-search .search-form .clinic-searchform__btn::before {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #ffffff;
}

#archive-clinic .clinic-search .search-form .clinic-searchform__btn::after {
  right: 12px;
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 4px solid #ffae00;
}

#archive-clinic .clinic-search .search-form .clinic-searchform__btn input {
  display: none;
}

#archive-clinic .tbl-clinic {
  display: block;
}

@media screen and (max-width: 960px) {
  #archive-clinic .tbl-clinic {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic {
    overflow-x: visible;
  }
}

#archive-clinic .tbl-clinic table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic table thead {
    display: none;
  }
}

#archive-clinic .tbl-clinic table thead tr th {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  padding: 0 16px 16px;
  border-bottom: solid 1px #ffae00;
}

@media screen and (max-width: 1024px) {
  #archive-clinic .tbl-clinic table thead tr th {
    font-size: 1.6rem;
  }
}

#archive-clinic .tbl-clinic table thead tr th span {
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic table tbody {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic table tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(8px * 4);
    border: 1px solid #ffae00;
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 960px) {
  #archive-clinic .tbl-clinic table tbody tr {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) and (max-width: 520px) {
  #archive-clinic .tbl-clinic table tbody tr {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic table tbody tr th,
  #archive-clinic .tbl-clinic table tbody tr td {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
}

#archive-clinic .tbl-clinic table tbody tr td {
  padding: 16px 12px;
  border-bottom: solid 1px #ffae00;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic table tbody tr td {
    padding: 12px;
  }
}

#archive-clinic .tbl-clinic table tbody tr td::before {
  content: attr(tbl-data);
  display: none;
  width: 48px;
  font-size: 1.4rem;
  color: #ffae00;
  text-align: left;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-city {
  width: 86px;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-city {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-city {
    background-color: #eeeeee;
  }
}

#archive-clinic .tbl-clinic table tbody tr td.cell-city span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 36px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-city span {
    width: 72px;
    height: 32px;
    font-size: 1.2rem;
  }
}

#archive-clinic .tbl-clinic table tbody tr td.cell-city.--blu span {
  background-color: #4491e2;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-city.--grn span {
  background-color: #9ad340;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-city.--yel span {
  background-color: #ffae00;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-name {
  font-weight: bold;
  font-size: 2rem;
  white-space: nowrap;
  position: relative;
}

@media screen and (max-width: 1280px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-name {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-name {
    width: calc(100% - 86px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #eeeeee;
    white-space: normal;
  }
}

#archive-clinic .tbl-clinic table tbody tr td.cell-name a {
  position: relative;
  padding-right: 20px;
  transition: 0.2s;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-name a:hover {
  color: #ffae00;
  -webkit-text-decoration-color: #ffae00;
  text-decoration-color: #ffae00;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-name a::before, #archive-clinic .tbl-clinic table tbody tr td.cell-name a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#archive-clinic .tbl-clinic table tbody tr td.cell-name a::before {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #ffae00;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-name a::after {
  right: 2px;
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 4px solid #ffffff;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-add {
  min-width: 220px;
}

@media screen and (max-width: 1024px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-add {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-add br {
    display: none;
  }
  #archive-clinic .tbl-clinic table tbody tr td.cell-add::before {
    display: block;
  }
}

#archive-clinic .tbl-clinic table tbody tr td.cell-tel {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-tel {
    font-size: 1.6rem;
  }
}

#archive-clinic .tbl-clinic table tbody tr td.cell-tel a {
  position: relative;
  padding-left: 18px;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-tel svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  fill: #3A4764;
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-tel::before {
    display: block;
  }
}

#archive-clinic .tbl-clinic table tbody tr td.cell-link {
  padding-left: 16px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-link {
    font-size: 1.4rem;
  }
}

#archive-clinic .tbl-clinic table tbody tr td.cell-link a {
  text-decoration: underline;
  transition: color .2s;
  position: relative;
  padding-right: 20px;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-link a:hover {
  color: #ffae00;
}

#archive-clinic .tbl-clinic table tbody tr td.cell-link svg {
  width: 16px;
  height: 16px;
  fill: #ffae00;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #archive-clinic .tbl-clinic table tbody tr td.cell-link::before {
    display: block;
  }
}

#clinic .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #clinic .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#clinic .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#clinic .post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  #clinic .post-meta {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .post-meta {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

#clinic .post-meta__date {
  margin-right: calc(8px * 2);
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 960px) {
  #clinic .post-meta__date {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .post-meta__date {
    margin-right: calc((8px * 2) * 0.5);
  }
}

#clinic .post-meta__cate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 16px;
  background: #999999;
  color: #ffffff;
  font-size: 1.4rem;
}

#clinic .post-tag {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #clinic .post-tag {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .post-tag {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#clinic .post-tag__item a {
  color: #999999;
}

#clinic .post-ttl {
  margin-bottom: calc(8px * 3);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #clinic .post-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .post-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #clinic .post-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 520px) {
  #clinic .post-ttl {
    font-size: 2.4rem;
  }
}

#clinic .post-dtl .editor-styles-wrapper {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #clinic .post-dtl .editor-styles-wrapper {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

#clinic .post-dtl .editor-styles-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

#clinic .post-dtl .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  padding: 0 16px;
}

#clinic .post-dtl .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper .editor-post-title {
  margin: 0;
}

#clinic .post-dtl .editor-styles-wrapper .wp-block-post-content {
  padding: 0 16px;
}

#clinic .post-dtl .editor-styles-wrapper .wp-block-post-content .wp-block {
  max-width: none;
}

#clinic .post-dtl h1 {
  position: relative;
  margin-bottom: calc(8px * 3);
  padding-left: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  #clinic .post-dtl h1 {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .post-dtl h1 {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #clinic .post-dtl h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #clinic .post-dtl h1 {
    padding-left: 8px;
    font-size: 1.8rem;
  }
}

#clinic .post-dtl h1::before, #clinic .post-dtl h1::after {
  position: absolute;
  content: '';
  width: 4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  #clinic .post-dtl h1::before, #clinic .post-dtl h1::after {
    width: 3px;
  }
}

#clinic .post-dtl h1::before {
  bottom: 50%;
  height: calc(50% - 4px);
  background-color: #ffae00;
}

#clinic .post-dtl h1::after {
  top: 50%;
  height: calc(50% - 4px);
  background-color: #ffc64c;
}

#clinic .post-dtl h2 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 10px;
  color: #ffae00;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #clinic .post-dtl h2 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .post-dtl h2 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #clinic .post-dtl h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  #clinic .post-dtl h2 {
    font-size: 1.6rem;
  }
}

#clinic .post-dtl h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: calc(100% - 8px);
  background-color: #ffae00;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #clinic .post-dtl h2::before {
    width: 2px;
  }
}

#clinic .post-dtl h3 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 16px;
  color: #ffc64c;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #clinic .post-dtl h3 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .post-dtl h3 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #clinic .post-dtl h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #clinic .post-dtl h3 {
    padding-left: 12px;
    font-size: 1.4rem;
  }
}

#clinic .post-dtl h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ffc64c;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #clinic .post-dtl h3::before {
    width: 8px;
  }
}

#clinic .post-dtl h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(8px * 1);
  padding: 6px 12px;
  background: #eeeeee;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #clinic .post-dtl h4 {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .post-dtl h4 {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #clinic .post-dtl h4 {
    padding: 4px 12px;
    font-size: 1.4rem;
  }
}

#clinic .post-dtl p {
  margin: 0 0 32px;
}

#clinic .post-dtl p em {
  font-style: italic;
}

#clinic .post-dtl p strong {
  font-weight: bold;
}

#clinic .post-dtl p a {
  text-decoration: underline;
  color: #ffae00;
}

#clinic .post-dtl p a:hover {
  text-decoration: none;
}

#clinic .post-dtl ul {
  margin: 0 0 32px;
  list-style: none;
}

#clinic .post-dtl ul li {
  position: relative;
  padding-left: 16px;
}

#clinic .post-dtl ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

#clinic .post-dtl ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #64c188;
  border-radius: 50%;
}

#clinic .post-dtl ol {
  margin: 0 0 32px;
  list-style: auto;
  list-style-position: inside;
  padding-inline-start: 0;
}

#clinic .post-dtl ol.wp-block {
  padding: 0 0 0 20px;
}

#clinic .post-dtl ol li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

#clinic .post-dtl ol li::marker {
  color: #64c188;
}

#clinic .post-dtl ol li div {
  display: inline;
}

#clinic .post-dtl img {
  width: auto;
  max-width: 100%;
}

#clinic .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #clinic .gallery {
    gap: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .gallery {
    gap: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #clinic .gallery {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .gallery {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #clinic .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

#clinic .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #eeeeee;
  cursor: pointer;
}

#clinic .gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#clinic .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(58, 71, 100, 0.3);
  transition: 0.3s ease-out;
}

#clinic .gallery__item .gallery-zoom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #3A4764;
  border: solid 1px #3A4764;
  color: #ffffff;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  #clinic .gallery__item .gallery-zoom {
    height: 28px;
  }
}

#clinic .gallery__item .gallery-zoom::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: linear-gradient(to right, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  #clinic .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}

#clinic .gallery__item:hover .gallery-mask {
  opacity: 0;
}

#clinic .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #3A4764;
}

#clinic .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #3A4764 calc(50% - 1px), #3A4764 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #3A4764 calc(50% - 1px), #3A4764 calc(50% + 1px), transparent calc(50% + 1px));
}

#clinic .pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 960px) {
  #clinic .pagelink {
    gap: 12px;
  }
}

#clinic .pagelink__prev a, #clinic .pagelink__next a, #clinic .pagelink__back a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: solid 1px #ffae00;
  border-radius: 2px;
  color: #ffae00;
  font-size: 1.6rem;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 520px) {
  #clinic .pagelink__prev a, #clinic .pagelink__next a, #clinic .pagelink__back a {
    font-size: 1.4rem;
  }
}

#clinic .pagelink__prev a .ico-arrow, #clinic .pagelink__next a .ico-arrow, #clinic .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  fill: #ffae00;
  transition: 0.3s ease-out;
}

#clinic .pagelink__prev a:hover, #clinic .pagelink__next a:hover, #clinic .pagelink__back a:hover {
  background: #ffae00;
  color: #ffffff;
}

#clinic .pagelink__prev a:hover .ico-arrow, #clinic .pagelink__next a:hover .ico-arrow, #clinic .pagelink__back a:hover .ico-arrow {
  fill: #ffffff;
}

#clinic .pagelink__back {
  width: 400px;
}

@media screen and (max-width: 960px) {
  #clinic .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  #clinic .pagelink__back {
    width: calc(100% - 276px);
  }
}

@media screen and (max-width: 520px) {
  #clinic .pagelink__back {
    width: calc(40% - 8px);
  }
}

#clinic .pagelink__prev, #clinic .pagelink__next {
  width: 160px;
}

@media screen and (max-width: 960px) {
  #clinic .pagelink__prev, #clinic .pagelink__next {
    width: 120px;
  }
}

@media screen and (max-width: 520px) {
  #clinic .pagelink__prev, #clinic .pagelink__next {
    width: calc(30% - 8px);
  }
}

#clinic .pagelink__prev a .ico-arrow {
  transform: scale(-1, 1);
}

#clinic .clinic-ttl {
  font-size: 2.8rem;
  position: relative;
  margin-bottom: calc(8px * 4);
  padding-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  #clinic .clinic-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .clinic-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #clinic .clinic-ttl {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .clinic-ttl {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #clinic .clinic-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #clinic .clinic-ttl {
    font-size: 2rem;
  }
}

#clinic .clinic-ttl::before, #clinic .clinic-ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cccccc;
}

#clinic .clinic-ttl::after {
  width: 200px;
  background: #ffae00;
}

#clinic .clinic-slider {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 960px) {
  #clinic .clinic-slider {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .clinic-slider {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

#clinic .clinic-slider .clinic-slider-main {
  margin-bottom: calc(8px * 3);
  position: relative;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-slider .clinic-slider-main {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .clinic-slider .clinic-slider-main {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

#clinic .clinic-slider .clinic-slider-main .slick-slide {
  aspect-ratio: 1.78 / 1;
}

#clinic .clinic-slider .clinic-slider-main .slick-slide > div,
#clinic .clinic-slider .clinic-slider-main .slick-slide .clinic-slider-main {
  height: 100%;
}

#clinic .clinic-slider .clinic-slider-main__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

#clinic .clinic-slider .clinic-slider-main .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 48px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 24px 24px 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slider .clinic-slider-main .slick-arrow {
    width: 32px;
    height: 40px;
    border-radius: 0 20px 20px 0;
  }
}

#clinic .clinic-slider .clinic-slider-main .slick-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #ffae00 transparent transparent;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slider .clinic-slider-main .slick-arrow::before {
    border-width: 4px 6px 4px 0;
  }
}

#clinic .clinic-slider .clinic-slider-main .slick-next {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

#clinic .clinic-slider .clinic-slider-main .slick-prev {
  left: 0;
}

#clinic .clinic-slider .clinic-slider-thumb .slick-track {
  width: 100% !important;
  transform: initial !important;
}

#clinic .clinic-slider .clinic-slider-thumb .slick-slide {
  width: 20% !important;
  aspect-ratio: 1.78 / 1;
  padding: 0 8px;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-slider .clinic-slider-thumb .slick-slide {
    padding: 0 6px;
  }
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slider .clinic-slider-thumb .slick-slide {
    padding: 0 4px;
  }
}

#clinic .clinic-slider .clinic-slider-thumb .slick-slide:first-of-type {
  padding: 0 8px 0 0;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-slider .clinic-slider-thumb .slick-slide:first-of-type {
    padding: 0 6px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slider .clinic-slider-thumb .slick-slide:first-of-type {
    padding: 0 4px 0 0;
  }
}

#clinic .clinic-slider .clinic-slider-thumb .slick-slide:last-of-type {
  padding: 0 0 0 8px;
}

@media screen and (max-width: 960px) {
  #clinic .clinic-slider .clinic-slider-thumb .slick-slide:last-of-type {
    padding: 0 0 0 6px;
  }
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slider .clinic-slider-thumb .slick-slide:last-of-type {
    padding: 0 0 0 4px;
  }
}

#clinic .clinic-slider .clinic-slider-thumb .slick-slide__item {
  cursor: pointer;
}

#clinic .clinic-slider .clinic-slider-thumb .slick-slide > div, #clinic .clinic-slider .clinic-slider-thumb .slick-slide__item {
  height: 100%;
}

#clinic .clinic-slider .clinic-slider-thumb .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}

#clinic .clinic-slider .clinic-slider-thumb .slick-current > div {
  border: 2px solid #ffae00;
  border-radius: 4px;
  padding: 2px;
}

#clinic .data-tbl {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #clinic .data-tbl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .data-tbl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#clinic .data-tbl table {
  width: 100%;
  border-top: solid 1px #eeeeee;
}

@media screen and (max-width: 768px) {
  #clinic .data-tbl table {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  #clinic .data-tbl table tbody tr {
    display: block;
  }
}

#clinic .data-tbl table tbody tr th,
#clinic .data-tbl table tbody tr td {
  padding: 16px;
  text-align: left;
  border-bottom: solid 1px #eeeeee;
}

@media screen and (max-width: 768px) {
  #clinic .data-tbl table tbody tr th,
  #clinic .data-tbl table tbody tr td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 8px;
    border-bottom: none;
  }
}

#clinic .data-tbl table tbody tr th {
  background: rgba(255, 174, 0, 0.06);
}

@media screen and (max-width: 768px) {
  #clinic .data-tbl table tbody tr th {
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
  }
}

@media screen and (max-width: 768px) {
  #clinic .data-tbl table tbody tr td {
    padding-bottom: 24px;
  }
}

#clinic .data-tbl table tbody tr td a {
  color: #ffae00;
}

#clinic .data-tbl table .cell-center {
  text-align: center;
}

#clinic .schedule-tbl {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  #clinic .schedule-tbl {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #clinic .schedule-tbl {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

#clinic .schedule-tbl table {
  width: 100%;
}

#clinic .schedule-tbl table thead tr th {
  padding: 16px;
  background: rgba(255, 174, 0, 0.06);
  border-bottom: solid 2px #ffae00;
}

@media screen and (max-width: 768px) {
  #clinic .schedule-tbl table thead tr th {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #clinic .schedule-tbl table thead tr th {
    padding: 8px 4px;
    font-size: 1.2rem;
  }
}

#clinic .schedule-tbl table thead tr th:nth-of-type(1) {
  text-align: left;
}

@media screen and (max-width: 520px) {
  #clinic .schedule-tbl table thead tr th:nth-of-type(1) {
    padding-left: 12px;
  }
}

@media screen and (max-width: 520px) {
  #clinic .schedule-tbl table thead tr th:nth-last-of-type(1) {
    padding-right: 12px;
  }
}

#clinic .schedule-tbl table tbody tr th,
#clinic .schedule-tbl table tbody tr td {
  padding: 12px 16px;
  border-bottom: solid 1px #eeeeee;
}

@media screen and (max-width: 768px) {
  #clinic .schedule-tbl table tbody tr th,
  #clinic .schedule-tbl table tbody tr td {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #clinic .schedule-tbl table tbody tr th,
  #clinic .schedule-tbl table tbody tr td {
    padding: 8px 4px;
    font-size: 1.2rem;
  }
}

#clinic .schedule-tbl table tbody tr th {
  text-align: left;
}

@media screen and (max-width: 520px) {
  #clinic .schedule-tbl table tbody tr th {
    padding-left: 12px;
  }
}

@media screen and (max-width: 520px) {
  #clinic .schedule-tbl table tbody tr td:nth-last-of-type(1) {
    padding-right: 12px;
  }
}

#clinic .schedule-tbl table .cell-center {
  text-align: center;
}

#clinic iframe {
  margin-bottom: calc(8px * 5);
  width: 100%;
  height: 460px;
}

@media screen and (max-width: 768px) {
  #clinic iframe {
    height: 280px;
  }
}

#clinic .btn-ggl a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  max-width: 260px;
  height: 58px;
  background: #ffae00;
  border: solid 1px #ffae00;
  border-radius: 2px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  position: relative;
}

#clinic .btn-ggl a:hover {
  color: #ffae00;
  background-color: #ffffff;
}

#clinic .btn-ggl a::before, #clinic .btn-ggl a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#clinic .btn-ggl a::before {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #ffffff;
}

#clinic .btn-ggl a::after {
  right: 12px;
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 4px solid #ffae00;
}

#clinic .pagelink__back a {
  max-width: 260px;
  height: 58px;
  border-radius: 2px;
  margin: 0 auto;
}

/*# sourceMappingURL=../../../maps/general/pages/clinic.css.map */
