html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
  counter-reset: number 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.5rem, 4vw, 1.6rem);
  line-height: 1.7;
  background: #fff;
  color: #333;
}
body .fixed {
  position: fixed;
  width: 100%;
}

a {
  color: #333;
}
a:hover {
  opacity: 0.8;
}

.lead {
  font-family: "Noto Sans JP", sans-serif;
}

/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.under_page main {
  padding: 60px 0;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .inner {
    padding: 0 1%;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 4%;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    padding: 0 20px;
  }
}

.flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.flex.first {
  justify-content: flex-start;
}

.clinic_hours {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
  background: #fff;
  padding: 20px 40px 30px;
  max-width: 560px;
}
@media screen and (max-width: 480px) {
  .clinic_hours {
    padding: 15px;
  }
}
.clinic_hours table {
  border-collapse: collapse;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .clinic_hours table {
    font-size: 3.5vw;
  }
}
.clinic_hours table thead,
.clinic_hours table tr:not(:last-of-type) {
  border-bottom: 1px solid;
}
.clinic_hours table th,
.clinic_hours table td {
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .clinic_hours table th,
  .clinic_hours table td {
    padding: 5px;
  }
}
.clinic_hours table td.status-open, .clinic_hours table td.status-other {
  color: #23b7c3;
}
@media screen and (max-width: 480px) {
  .clinic_hours table td.status-open, .clinic_hours table td.status-other {
    font-size: 3vw;
  }
}
.clinic_hours_caption {
  text-align: center;
}
.clinic_hours_caption .mark {
  color: #23b7c3;
}

.column {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .column {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1580px) {
  .column.inner {
    padding: 80px 1%;
  }
}
@media screen and (max-width: 1024px) {
  .column.inner {
    padding: 80px 4%;
  }
}
@media screen and (max-width: 480px) {
  .column.inner {
    padding: 50px 20px;
  }
}

.tel_number {
  display: block;
  color: #fff;
  line-height: 1;
  align-items: center;
  font-size: 2.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.tel_number:before {
  content: url(../img/common/icon_tel.svg);
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  display: flex;
}

.clinic_tel_btn {
  background: #23b7c3;
  text-align: center;
  padding: 10px 40px 15px;
  margin-bottom: 10px;
  max-width: 400px;
}
@media screen and (max-width: 480px) {
  .clinic_tel_btn {
    padding: 15px;
  }
}
.clinic_tel_btn p,
.clinic_tel_btn a {
  color: #fff;
}
.clinic_tel_btn .title {
  border-bottom: 1px solid;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.clinic_tel_btn .tel_number {
  position: relative;
  font-size: 3.5rem;
}

.clinic_web_btn {
  background: #0e3b73;
  text-align: center;
  padding: 10px 40px 15px;
  margin-bottom: 10px;
}
.clinic_web_btn p,
.clinic_web_btn a {
  color: #fff;
}
.clinic_web_btn .title {
  border-bottom: 1px solid;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.clinic_web_btn a {
  position: relative;
  font-size: 2.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.clinic_web_btn a:before {
  content: url(../img/common/icon_reserve.svg);
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  display: flex;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.scroll-show {
  display: none;
}

.pagetop {
  display: none;
  cursor: pointer;
  font-size: 2.4rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  position: fixed;
  right: 4%;
  bottom: 4%;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  .pagetop {
    bottom: 7%;
  }
}

.breadcrumbs {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  padding: 30px 0 0;
}
@media screen and (max-width: 480px) {
  .breadcrumbs {
    padding: 10px 0 0;
  }
}
.breadcrumbs span {
  padding: 0 5px;
}
.breadcrumbs a {
  text-decoration: underline;
}

/*----------------------------------------------------
	FONT
----------------------------------------------------*/
.main_color,
.has-main-color {
  color: #0e3b73;
}

.sub_color,
.has-sub-color {
  color: #23b7c3;
}

.catch_color,
.has-catch-color {
  color: #23b7c3;
}

.light_color,
.has-light-color {
  color: #ebf1f8;
}

.light_bg,
.has-light-background-color {
  background-color: #ebf1f8;
}

h2,
h3,
h4,
h5 {
  font-weight: 600;
}

.sec_title {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3rem);
  margin-bottom: 30px;
}
.sec_title_mini {
  font-size: 1.6rem;
  color: #23b7c3;
  text-align: center;
}
.sec_title.line {
  position: relative;
  margin-bottom: 90px;
}
.sec_title.line:before {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  background-image: linear-gradient(0deg, #0e3b73, #23b7c3);
  margin: auto;
}

.btn {
  background: #23b7c3;
  font-size: 1.8rem;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
}
.btn a {
  color: #fff;
  padding: 15px 10px;
  display: block;
  position: relative;
}
.btn a:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
header {
  z-index: 2;
  position: relative;
}
header .header_wrap {
  justify-content: space-between;
  align-items: center;
  padding: 10px 2% 5px;
  z-index: 999;
  position: relative;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 480px) {
  header .header_wrap {
    background: #fff;
    height: 60px;
    padding: 0 15px;
    z-index: 2;
  }
}
header .header_wrap .h1_logo h1 {
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (max-width: 480px) {
  header .header_wrap .h1_logo h1 {
    color: #333;
  }
}
header .header_wrap .h1_logo img {
  display: block;
  height: 60px;
  width: auto;
}
@media screen and (max-width: 480px) {
  header .header_wrap .h1_logo img {
    max-width: 140px;
    height: auto;
  }
  header .header_wrap .h1_logo img.pc_logo {
    display: none;
  }
}
header .header_wrap .h1_logo img.sp_logo {
  display: none;
}
@media screen and (max-width: 480px) {
  header .header_wrap .h1_logo img.sp_logo {
    display: block;
  }
}
header .header_wrap .header_bnrs {
  align-items: normal;
  margin-bottom: 10px;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  header .header_wrap .header_bnrs {
    display: none;
  }
}
header .header_wrap .header_bnrs .item {
  color: #fff;
  border: 1px solid;
  text-align: center;
  padding: 5px 15px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  header .header_wrap .header_bnrs .item {
    padding: 10px;
  }
}
header .header_wrap .header_bnrs .item .time {
  font-size: 1.2rem;
}
header .header_wrap .header_bnrs .item .title {
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  gap: 5px;
}
header .header_wrap .header_bnrs .header_tel {
  background: #23b7c3;
}
header .header_wrap .header_bnrs .header_reserve {
  background: #0e3b73;
}
header .header_wrap .header_bnrs .header_reserve .title:before {
  content: url(../img/common/icon_reserve.svg);
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
}
@media screen and (max-width: 480px) {
  header .gnav_wrap {
    position: absolute;
    background: #fff;
    position: fixed;
    top: -100%;
    right: 0;
    z-index: 3;
    display: block;
    width: 100%;
    max-width: 480px;
    padding: 20px;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.3s;
  }
  header .gnav_wrap.show {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  header .gnav_wrap .gnav_btn {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background: #23b7c3;
    z-index: 20;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  header .gnav_wrap .gnav_btn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  header .gnav_wrap .gnav_btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  header .gnav_wrap .gnav_btn span:nth-child(1) {
    top: 35%;
  }
  header .gnav_wrap .gnav_btn span:nth-child(2) {
    top: 50%;
  }
  header .gnav_wrap .gnav_btn span:nth-child(3) {
    top: 65%;
  }
  header .gnav_wrap .gnav_btn.show span:nth-child(1) {
    top: 50%;
    transform: rotate(-45deg);
  }
  header .gnav_wrap .gnav_btn.show span:nth-child(2) {
    opacity: 0;
  }
  header .gnav_wrap .gnav_btn.show span:nth-child(3) {
    top: 50%;
    transform: rotate(45deg);
  }
}
header .gnav_wrap .gnav_list .flex {
  justify-content: center;
  gap: 0;
}
header .gnav_wrap .gnav_list .flex li {
  flex: auto;
  text-align: center;
  padding: 15px 0;
}
header .gnav_wrap .gnav_list .flex li a {
  border-left: 1px solid #ccc;
  display: block;
}
header .gnav_wrap .gnav_list .flex li .slug {
  color: #23b7c3;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
}
header .gnav_wrap .gnav_list .flex li:last-of-type a {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  header .gnav_wrap .gnav_list .flex li:last-of-type a {
    border-right: 0;
  }
}
@media screen and (max-width: 480px) {
  header .gnav_wrap .gnav_list .flex {
    flex-direction: column;
    gap: 0;
  }
  header .gnav_wrap .gnav_list .flex li {
    width: 100%;
    padding: 0;
  }
  header .gnav_wrap .gnav_list .flex li a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #ccc;
    border-left: 0;
  }
  header .gnav_wrap .gnav_list .flex li.nolink > a {
    display: none;
  }
}
header .gnav_wrap .gnav_list .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 10px 5px;
}
@media screen and (max-width: 480px) {
  header .gnav_wrap .gnav_list .sub-menu {
    position: unset;
    padding: 0;
  }
}
header .gnav_wrap .gnav_list .sub-menu li a {
  display: block;
  margin-bottom: 5px;
  border-left: 0;
  border-right: 0 !important;
}
@media screen and (max-width: 480px) {
  header .gnav_wrap .gnav_list .sub-menu li {
    display: block;
  }
}

.under_title {
  background: url(../img/common/under_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .under_title {
    padding: 80px 0 20px;
  }
}
.under_title .title {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  font-weight: 400;
}
.under_title .title .en {
  font-size: 2rem;
  display: block;
  text-transform: uppercase;
}

/*----------------------------------------------------
	MV
----------------------------------------------------*/
.front_mv {
  position: relative;
}
.front_mv:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #0e3b73;
  opacity: 0.4;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.front_mv .catch {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px) {
  .front_mv .catch {
    width: 80%;
    text-align: left;
  }
}
.front_mv .catch .catch_big {
  font-size: clamp(3rem, 4vw, 3.2rem);
}
.front_mv .catch .catch_mini {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
.front_mv .free_space {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .front_mv .free_space {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.front_mv .free_space .clinic_hours {
  padding: 10px;
  background: rgba(255, 255, 255, 0.7803921569);
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .front_mv .free_space .clinic_hours {
    background: #ebf1f8;
  }
}
@media screen and (max-width: 480px) {
  .front_mv_pc {
    display: none;
  }
}
.front_mv_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .front_mv_sp {
    display: block;
  }
}

.front_news {
  background: #0e3b73;
}
.front_news .inner {
  justify-content: flex-start;
  gap: 30px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .front_news .inner {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 480px) {
  .front_news .inner {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.front_news .inner .label {
  color: #fff;
  font-size: clamp(2rem, 2vw, 2.5rem);
  line-height: 1;
}
.front_news .inner a {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .front_news .inner a {
    width: 100%;
  }
}
.front_news .inner a .date {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid;
  border-radius: 50px;
  text-align: center;
  padding: 2px 20px;
  margin-right: 20px;
}
.front_news .inner a .title {
  font-family: "Noto Sans JP", sans-serif;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer .clinic_info {
  background: #ebf1f8;
  padding: 60px 0;
  border-top: 2px solid #0e3b73;
}
.footer .clinic_info .inner {
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .footer .clinic_info .inner {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
}
.footer .clinic_info .wrap {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer .clinic_info .wrap {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer .clinic_info .wrap .adrs {
  padding-bottom: 1em;
}
.footer .footer_contents {
  background: #0e3b73;
  padding: 50px 0;
}
.footer .footer_contents .inner {
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer .footer_contents .inner {
    flex-direction: column;
    gap: 30px;
  }
}
.footer .footer_contents .footer_left {
  max-width: 360px;
}
.footer .footer_contents .footer_left img {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .footer .footer_contents .footer_left img {
    max-width: 200px;
    margin: 0 auto 10px;
    display: block;
  }
}
.footer .footer_contents .footer_left .adrs {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer .footer_contents .footer_left .adrs {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_contents .footer_right .sns_links {
    justify-content: center;
  }
}
.footer .footer_contents .copy {
  font-size: 1.2rem;
  opacity: 0.8;
  text-align: center;
  color: #fff;
}

#footer_gnav {
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #footer_gnav .footer_gnav_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }
  #footer_gnav .footer_gnav_list li {
    width: calc(50% - 10px);
  }
}
#footer_gnav .footer_gnav_list a {
  color: #fff;
}

/*----------------------------------------------------
	frontpage
----------------------------------------------------*/
.front_policy {
  margin-bottom: 30px;
}
.front_policy .sec_title_mini {
  text-align: left;
}
.front_policy .wp-block-heading {
  text-align: left;
  font-size: 3.5rem;
  margin: 0 auto 30px;
}
.front_policy .btn {
  margin: 30px 0 0 auto;
}
.front_policy .wp-block-image {
  text-align: center;
}

.front_service_main {
  margin-bottom: 40px;
}
.front_service_main h2 {
  color: #0e3b73;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3rem);
  padding: 10px 0;
}
.front_service_main .wp-block-image {
  text-align: center;
}

.front_service {
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .front_service {
    gap: 10px;
  }
}
.front_service .item {
  width: calc(25% - 15px);
  color: #0e3b73;
  border: 1px solid;
  text-align: center;
  padding: 20px;
  font-size: clamp(1.6rem, 4vw, 2rem);
  position: relative;
}
.front_service .item:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 0;
  width: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #b2c1d4;
  border-width: 0px 0px 16px 18px;
}
@media screen and (max-width: 768px) {
  .front_service .item {
    width: calc(50% - 5px);
  }
}
.front_service .item img {
  width: auto;
  max-height: 90px;
}

.front_message .catch {
  color: #0e3b73;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 20px;
}
.front_message .lead {
  max-width: 800px;
  margin: 0 auto 30px;
}

.front_info {
  margin-bottom: 30px;
}

.access_lead {
  margin-bottom: 1em;
}

.greeting_img {
  gap: 0;
}

/*----------------------------------------------------
	under page
----------------------------------------------------*/
.about_box {
  align-items: center !important;
}
@media screen and (max-width: 768px) {
  .about_box {
    gap: 10px;
  }
  .about_box.reverce {
    flex-direction: column-reverse;
  }
}
.about_box .title {
  color: #0e3b73;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.about_box .wp-block-image {
  text-align: center;
}

.about_facility {
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .about_facility {
    gap: 10px;
  }
}
.about_facility > .wp-block-group {
  width: calc(33.3333333333% - 20px);
  position: relative;
}
@media screen and (max-width: 480px) {
  .about_facility > .wp-block-group {
    width: calc(50% - 5px);
  }
}
.about_facility > .wp-block-group > figure {
  margin-bottom: 10px;
}
.about_facility > .wp-block-group p {
  position: absolute;
  top: 0;
  left: 0;
  color: #0e3b73;
  background: #ebf1f8;
  padding: 0.5em 1em;
}

.about_patients {
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .about_patients {
    gap: 10px;
  }
}
.about_patients .lead:not(:last-of-type) {
  margin-bottom: 1em;
}
.about_patients > .wp-block-group {
  flex: 1;
}
.about_patients > .wp-block-group > * {
  margin-bottom: 1em;
}
.about_patients > .wp-block-group .wp-block-heading {
  font-size: clamp(2.4rem, 4vw, 3rem);
  color: #23b7c3;
}
.about_patients .about_message {
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .about_patients .about_message {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.about_patients .about_message .message_lead {
  flex: 1;
}
.about_patients .about_message figure {
  width: 38%;
}
@media screen and (max-width: 480px) {
  .about_patients .about_message figure {
    width: 80%;
  }
}

.staff_message {
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .staff_message {
    gap: 10px;
  }
}
.staff_message .top_name {
  color: #0e3b73;
  font-size: clamp(2.5rem, 4vw, 3rem);
}
.staff_message .top_name span {
  font-size: 0.6em;
  padding-right: 1em;
}
.staff_message h3 {
  font-size: clamp(2rem, 4vw, 2.5rem);
}
.staff_message figure {
  width: 40%;
}
@media screen and (max-width: 480px) {
  .staff_message figure {
    width: 100%;
  }
}
.staff_message figure img {
  width: 100%;
}
.staff_message > .wp-block-group {
  flex: 1;
}
.staff_message > .wp-block-group > * {
  margin-bottom: 1em;
}

.staff_owner_profile .profile_box h4 {
  background: #0e3b73;
  color: #fff;
  font-size: 2rem;
  padding: 4px 20px;
}
.staff_owner_profile .profile_box .wp-block-list {
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .staff_owner_profile .profile_box .wp-block-list {
    padding: 15px;
  }
}
.staff_owner_profile .profile_box .wp-block-list li {
  font-family: "Noto Sans JP", sans-serif;
}
.staff_owner_profile .profile_box .wp-block-list li:not(:last-of-type) {
  padding-bottom: 10px;
}

.staff_title {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid;
  margin-bottom: 30px;
}

.staff_list_wrap {
  margin-bottom: 40px;
  justify-content: flex-start;
  gap: 40px;
}
.staff_list_wrap .item {
  width: calc(50% - 20px);
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .staff_list_wrap .item {
    width: 100%;
  }
}
.staff_list_wrap .item > figure {
  width: 35%;
}
.staff_list_wrap .item .info {
  flex: 1;
}
.staff_list_wrap .item .info .job {
  border: 1px solid;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 8px;
}
.staff_list_wrap .item .info .name {
  margin-bottom: 15px;
  font-size: 2rem;
  color: #0e3b73;
}

.service_link {
  padding-top: 40px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 40px;
}
.service_link p {
  width: calc(25% - 15px);
  background: #0e3b73;
  text-align: center;
}
.service_link p a {
  color: #fff;
  padding: 5px;
  display: block;
  position: relative;
}
.service_link p a:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.service_link p:nth-of-type(even) {
  background: rgb(134.5, 157, 185);
}

.service_column {
  padding: 50px 0;
}
.service_column .icon {
  width: 80px;
  margin-bottom: 10px;
}
.service_column .service_info {
  align-items: center !important;
  margin-bottom: 40px;
}
.service_column .service_info h3 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .service_column .service_info h3 br {
    display: none;
  }
}
.service_column .service_info .img_box {
  flex: unset;
}
.service_column .type_title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  border-bottom: 1px solid;
}
.service_column .type_list {
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .service_column .type_list {
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    flex-direction: column;
  }
  .service_column .type_list li {
    width: 100%;
  }
}
.service_column .type_list li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  border: 1px solid;
  color: #0e3b73;
  margin-right: 5px;
}
.service_column .menu_list {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .service_column .menu_list {
    gap: 10px;
  }
}
.service_column .menu_list .wp-block-column {
  flex: unset;
}
@media screen and (max-width: 768px) {
  .service_column .menu_list .wp-block-column {
    flex-basis: calc(50% - 5px) !important;
    max-width: 300px;
  }
}
.service_column .menu_list .wp-block-column p {
  line-height: 1.2;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  background: #0e3b73;
  color: #fff;
  padding: 5px 3px;
  font-family: "Noto Sans JP", sans-serif;
}
.service_column .price_table .has-fixed-layout {
  font-family: "Noto Sans JP", sans-serif;
  width: auto;
  margin: 0 auto 20px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .service_column .price_table .has-fixed-layout {
    overflow-x: scroll;
  }
}
.service_column .price_table .has-fixed-layout thead {
  background: #ebf1f8;
  border-bottom-width: 1px;
}
.service_column .price_table .has-fixed-layout th,
.service_column .price_table .has-fixed-layout td {
  padding: 10px 20px;
}

.symptom_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #f8fbff;
  padding: 20px 30px;
}
.symptom_box .title {
  text-align: center;
  color: #0e3b73;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 10px;
}
.symptom_box .symptom_list {
  font-weight: 500;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px 30px;
}
@media screen and (max-width: 768px) {
  .symptom_box .symptom_list {
    display: block;
  }
}
.symptom_box .symptom_list li {
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .symptom_box .symptom_list li {
    padding-bottom: 5px;
  }
}
.symptom_box .symptom_list li::before {
  content: url(../img/common/icon_medical_check.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .tooth_list .item {
    flex-direction: column;
  }
}
.tooth_list .item p {
  flex: 1;
}

.access_schedule {
  background: #f4f2f7;
  padding: 30px 40px;
}
@media screen and (max-width: 480px) {
  .access_schedule {
    padding: 20px 15px;
  }
}
.access_schedule .clinic_hours {
  background: unset;
  padding: 0;
}
.access_schedule .clinic_hours table {
  width: 100%;
  margin: 0;
}
.access_schedule .contact_wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .access_schedule .contact_wrap {
    flex-wrap: wrap;
  }
}
.access_schedule .contact_wrap div {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .access_schedule .contact_wrap div {
    width: 100%;
  }
}
.access_schedule .contact_wrap div .tel_number {
  font-size: 2.8rem;
  white-space: nowrap;
}

.access_wrap {
  padding-top: 40px;
  margin-bottom: 30px;
}
.access_wrap .box {
  border: 1px solid #0e3b73;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 20px 20px 20px;
}
.access_wrap .box h3 {
  background: #0e3b73;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 20px;
}
.access_wrap .box .lead {
  padding: 1em;
}

.column_faq:last-of-type {
  padding-top: 0;
}

.faq_box {
  margin: 0 auto 30px;
}
.faq_box .question {
  background: rgb(235.72, 239.32, 243.8);
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  padding: 15px 15px 15px 40px;
  cursor: pointer;
}
.faq_box .question:before {
  content: "Q";
  color: #0e3b73;
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_box .question::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #0e3b73;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_box .question.show::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}
.faq_box .answer {
  display: none;
  padding: 20px;
  border: 1px solid rgb(235.72, 239.32, 243.8);
}
.faq_box.second .question {
  background: rgb(237.4, 249.24, 250.2);
}
.faq_box.second .question:before {
  content: "A";
  color: #23b7c3;
}
.faq_box.second .question::after {
  color: #23b7c3;
}
.faq_box.second .answer {
  border-color: rgb(237.4, 249.24, 250.2);
}

/*----------------------------------------------------
	archive
----------------------------------------------------*/
.archive_year {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  background: #f4f4f4;
  padding: 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.archive_year label {
  color: #0e3b73;
  font-size: 1.8rem;
  margin-right: 20px;
}
.archive_year select {
  padding: 5px 10px;
  border: 0;
}

.archives {
  margin-bottom: 30px;
}
.archives .post {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.archives .post a .date {
  color: #a5a5a5;
  font-family: "Noto Sans JP", sans-serif;
}
.archives .post a .title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 20px;
  color: #0e3b73;
}
.archives .post a .more {
  text-align: right;
  color: #0e3b73;
  font-family: "Noto Sans JP", sans-serif;
}

.navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/*----------------------------------------------------
	single
----------------------------------------------------*/
.single_column .inner {
  max-width: 800px;
}
.single_column .entry_title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #0e3b73;
  margin-bottom: 30px;
}
.single_column .date {
  font-family: "Noto Sans JP", sans-serif;
  color: #a5a5a5;
}
.single_column .entry_thumbnail {
  margin-bottom: 40px;
}
.single_column .entry_content p {
  padding-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
.single_column .entry_content a {
  text-decoration: underline;
  color: #0e3b73;
}
.single_column .back {
  margin: 0 0 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  color: #a5a5a5;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=common.css.map */