@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/* 必要ならばここにコードを書く */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 6rem;
}

body {
  --wp--style--global--content-size: 90rem;
  margin-top: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 150%;
  color: #201531;
  text-align: justify;
  letter-spacing: 0.04em;
}

.main {
  border: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  color: #6C006C;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.navi-in a:hover,
.navi-footer-in a:hover,
.a-wrap:hover,
.comment-reply-link:hover,
.recent-comments .a-wrap:hover .recent-comment-content,
.pagination a:hover,
.pagination-next-link:hover,
.comment-btn:hover,
.pager-links a:hover span,
.pager-links a:hover span,
.menu-drawer a:hover,
.bp-login-widget-register-link a:hover,
.widget_block ul li a:hover,
.wp-block-columns .wp-block-column:has(.editorskit-block-link):hover {
  opacity: 0.7;
  transition: all 0.5s;
}

@media (width <= 834px) {
  .ek-linked-block.ek-linked-block-animate:hover {
    transform: none;
  }
}
.page .date-tags {
  display: none;
}

.tagline {
  display: none;
}

::selection {
  color: #FFFFFF;
  background: #1E90FF;
}

.wrap_shadow {
  box-shadow: 0 1rem 1rem 0 rgba(190, 190, 190, 0.4);
}

.decoration_none {
  text-decoration: none;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: justify;
}

.align_center {
  text-align: center;
}

.align_center_xl {
  text-align: center;
}
@media (width <= 1023px) {
  .align_center_xl {
    text-align: justify;
  }
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_10 {
  margin-bottom: 1rem !important;
}

@media (width <= 781px) {
  .wpm_gap_0 {
    gap: 0 !important;
  }
}

@media (width <= 1023px) {
  .sp_br_span {
    display: inline-block;
  }
}

.archive h1,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  text-align: justify;
  background-color: transparent;
  border: 0;
}

p {
  font-size: 1.6rem;
  line-height: 150%;
  text-align: justify;
}

.article h2 {
  position: relative;
  padding-top: 4.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #2F3389;
  text-align: center;
}
@media (width <= 1023px) {
  .article h2 {
    padding-top: 3.5rem;
  }
}
.article h2::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 3.2rem;
  font-weight: 300;
  color: #2F3389;
  content: "";
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .article h2::after {
    font-size: 2.6rem;
  }
}

.article h3 {
  padding-right: 0;
  padding-left: 0;
  font-size: 2.6rem;
  font-weight: 500;
  color: #201531;
}
@media (width <= 1023px) {
  .article h3 {
    font-size: 2rem;
  }
}

.article h4 {
  font-size: 2.4rem;
  border-bottom: 0.2rem solid #CCCCCC;
}
@media (width <= 1023px) {
  .article h4 {
    font-size: 2rem;
  }
}

.article h5::before {
  color: #ECF1FC;
  content: "- ";
}

li::marker {
  color: #2F3389;
}

.entry-content th {
  padding: 0.8rem;
  color: #201531;
  text-align: center;
  background-color: #F2F4FA;
  border: 0.1rem solid #CCCCCC;
}

.entry-content td {
  padding: 0.8rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #CCCCCC;
}

figure.wp-block-table table {
  width: 100%;
}

table th,
table td {
  font-size: 1.6rem;
}
@media (width <= 834px) {
  table th,
  table td {
    padding: 0.6rem;
    font-size: 1.4rem;
  }
}

.scrollable-table th,
.scrollable-table td {
  white-space: normal;
}
@media (width <= 619px) {
  .scrollable-table th,
  .scrollable-table td {
    white-space: nowrap;
  }
}

.column_container {
  display: flex;
  flex-wrap: wrap;
}

.column_align_right {
  justify-content: flex-end;
}

.column_two {
  width: 50%;
  padding: 0 1.6rem;
}
@media (width <= 834px) {
  .column_two {
    width: 100%;
    padding: 0;
  }
}

.column_three {
  width: 33.3%;
}
@media (width <= 834px) {
  .column_three {
    width: 100%;
  }
}

@media (width <= 834px) {
  .column_order_reverse {
    flex-direction: column-reverse !important;
  }
}

.layout-box {
  column-gap: 3.2rem;
}

.show_pc {
  display: block !important;
}
@media (width <= 1023px) {
  .show_pc {
    display: none !important;
  }
}

.show_sp {
  display: none !important;
}
@media (width <= 1023px) {
  .show_sp {
    display: block !important;
  }
}

.button-block {
  margin-bottom: 2rem !important;
  text-align: center;
}

.is-layout-constrained > :last-child {
  margin-block-end: 0 !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  min-width: 15rem;
  padding: 1.4rem 4.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  background: #2F3389;
  border-radius: 9999px;
  transition: 0.6s;
}
.btn:hover, .btn:focus {
  outline: 0.6rem solid transparent;
  box-shadow: 0 0 0.4rem 0 #2F3389;
  opacity: 1;
  transition: 0.5s;
  animation: btn_blue 0.6s;
}
.btn img {
  margin-right: 1.2rem;
}

.btn_small .btn {
  padding: 0.8rem 2rem;
  font-weight: 700;
}
.btn_small .btn img {
  margin-right: 0.8rem;
}

.btn_yellow .btn {
  color: #2F3389;
  background: #F4F0E5;
}
.btn_yellow .btn:hover, .btn_yellow .btn:focus {
  box-shadow: 0 0 0.4rem 0 #F4F0E5;
  animation: btn_yellow 0.6s;
}

.btn_line .btn {
  background: #06C755;
}
.btn_line .btn:hover, .btn_line .btn:focus {
  box-shadow: 0 0 0.4rem 0 #06C755;
  animation: btn_line 0.6s;
}

.btn_solid .btn {
  font-weight: 700;
  color: #2F3389;
  background: transparent;
  border: 0.1rem solid #2F3389;
}
.btn_solid .btn:hover, .btn_solid .btn:focus {
  animation: btn_blue 0.6s;
}

@keyframes btn_blue {
  0% {
    outline: 0 solid #2F3389;
    outline-offset: 0;
  }
}
@keyframes btn_yellow {
  0% {
    outline: 0 solid #F4F0E5;
    outline-offset: 0;
  }
}
@keyframes btn_line {
  0% {
    outline: 0 solid #06C755;
    outline-offset: 0;
  }
}
.btn_long .btn {
  justify-content: center;
  width: 100%;
  max-width: 60rem !important;
}

.btn_pointer_none .btn {
  pointer-events: none;
  opacity: 0.5;
}

.fa-external-link-alt {
  position: relative;
}
.fa-external-link-alt::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  content: "";
  background-image: url("/wp-content/uploads/2023/01/open_in_new.svg");
  background-size: contain;
}

.link_circle_arrow {
  position: relative;
  padding-right: 5rem;
}
.link_circle_arrow a {
  color: #2F3389;
  text-decoration: none;
}
.link_circle_arrow a::before {
  position: absolute;
  top: -0.5rem;
  right: 3rem;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  vertical-align: middle;
  content: "";
  background-image: url("/wp-content/uploads/2024/02/link_circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.link_circle_arrow a::after {
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 1rem;
  display: inline-block;
  width: 3.5rem;
  height: 0.8rem;
  vertical-align: middle;
  content: "";
  background-image: url("/wp-content/uploads/2024/02/link_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.link_circle_arrow a:hover::after {
  right: 0;
}

.breadcrumb,
.breadcrumb a {
  color: #2F3389;
}

.go-to-top span::before {
  width: 3rem;
  height: 3rem;
  color: #2F3389;
}

.go-to-top-button {
  width: 5rem;
  height: 5rem;
  background-color: #FFFFFF;
  border: 0.2rem solid #2F3389;
  border-radius: 50%;
}
.go-to-top-button:hover {
  background-color: #2F3389;
  opacity: 1;
}
.go-to-top-button:hover span::before {
  color: #CCCCCC;
}

.pagination-next {
  display: none;
}

.pagination .page-numbers {
  border: 0;
  border-radius: 9999px;
}
.pagination .page-numbers .fa-angle-left {
  position: relative;
}
.pagination .page-numbers .fa-angle-left::before {
  color: #515598;
}
.pagination .page-numbers .fa-angle-right {
  position: relative;
}
.pagination .page-numbers .fa-angle-right::before {
  color: #515598;
}
.pagination .current {
  color: #FFFFFF;
  background-color: #2F3389;
}

@media (width <= 480px) {
  .timeline li.timeline-item {
    border-left: 0.3rem solid #D4D4D4;
  }
}
.timeline .timeline-item-content {
  border-left: 0.3rem solid #D4D4D4;
}
@media (width <= 480px) {
  .timeline .timeline-item-content {
    border-left: 0;
  }
}
.timeline .timeline-item-label {
  color: #2F3389;
}

.toc {
  background-color: #FFFFFF;
  border: 0.3rem solid #ECF1FC;
  border-radius: 0.4rem;
}

.icon_train {
  display: flex;
  gap: 0.4rem;
}
.icon_train::before {
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
  content: "";
  background-image: url("/wp-content/uploads/2024/02/train.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon_phone::before {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -0.6rem;
  content: "";
  background-image: url("/wp-content/uploads/2024/02/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon_calender::before {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -0.6rem;
  content: "";
  background-image: url("/wp-content/uploads/2024/02/calendar-month.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 1s;
}

/************************************
** ヘッダー・ナビ
************************************/
.header-container {
  background-color: transparent;
}

.header-in {
  width: auto;
}

.header_info {
  position: absolute;
  top: 2rem;
  right: 1rem;
  display: flex;
}

.fixed-header {
  background-color: #FFFFFF;
}

.navi {
  box-sizing: border-box;
  background-color: transparent;
}
.navi .navi-in > ul {
  justify-content: end;
  margin-right: 1.5rem;
}
.navi .navi-in > ul > li {
  width: auto;
  height: 5rem;
  padding: 0 1rem;
}
.navi .navi-in > ul .sub-menu {
  background-color: #F1F3F2;
}
.navi .navi-in a {
  color: #201531;
}
.navi .navi-in a:hover {
  background-color: transparent;
  opacity: 0.5;
}
.navi .navi-in .menu-item-has-children {
  margin-right: 1rem;
}
.navi .navi-in .fa-angle-down::before {
  position: relative;
  top: 0.1rem;
  left: 1.7rem;
  color: #2F3389;
}

.logo-header {
  width: auto;
  height: 8rem;
  text-align: left;
}
.logo-header .site-logo-image {
  height: 6rem;
}

@media (width <= 1023px) {
  .header_info {
    display: none;
  }
  .mobile-header-menu-buttons_scroll {
    top: 0;
  }
  .logo-menu-button img {
    width: 20rem;
    margin: 1rem;
    margin-left: 2rem;
  }
  .has-logo-button .navi-menu-button {
    width: 5rem;
    height: 5rem;
    margin: 1rem;
    background: #2F3389;
  }
  .fa-bars::before {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-top: 0.3rem;
    vertical-align: middle;
    content: "";
    background-image: url("/wp-content/uploads/2023/11/menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mobile-menu-buttons .navi-menu-caption {
    padding-bottom: 0.4rem;
    font-size: 0.9rem;
    color: #FFFFFF;
    opacity: 1;
  }
  .navi-menu-content {
    right: 0;
    left: auto;
    background-color: #2F3389;
    transition: all 0.3s;
    transform: translateX(101%);
  }
  .menu-drawer a {
    font-size: 1.6rem;
    color: #FFFFFF;
  }
  .menu-close-button {
    padding-top: 1rem;
    padding-right: 1rem;
    text-align: right;
  }
  .menu-close-button .fa-times::before {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    vertical-align: middle;
    content: "";
    background-image: url("/wp-content/uploads/2023/11/x.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
/************************************
** モバイルフッターボタン
************************************/
.mobile-footer-menu-buttons li {
  border-right: 0.1rem solid #ECF1FC;
}
.mobile-footer-menu-buttons li .custom-menu-caption,
.mobile-footer-menu-buttons li .top-menu-caption {
  color: #2F3389;
}
.mobile-footer-menu-buttons li .custom-menu-icon span::before,
.mobile-footer-menu-buttons li .top-menu-icon span::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile-footer-menu-buttons li:first-child .custom-menu-icon span::before {
  content: "";
  background-image: url("/wp-content/uploads/2024/02/phone_b.svg");
}
.mobile-footer-menu-buttons li:nth-child(2) .custom-menu-icon span::before {
  content: "";
  background-image: url("/wp-content/uploads/2024/03/calendar-month_b.svg");
}
.mobile-footer-menu-buttons li:last-child {
  border-right: 0;
}
.mobile-footer-menu-buttons li:last-child .top-menu-icon span::before {
  color: #2F3389;
}

/************************************
** フッター
************************************/
.widget-content-bottom,
.content-bottom {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.footer {
  padding-top: 5rem;
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #F2F4FA;
}
.footer p {
  margin-bottom: 2rem;
}
.footer .footer-in {
  width: 90rem;
}
@media (width <= 1023px) {
  .footer .footer-in {
    width: auto;
    padding: 0 5vw;
  }
}
.footer .column_container {
  margin-bottom: 5rem;
}
.footer .footer_logo {
  max-height: 10rem;
  margin-bottom: 2rem;
}
.footer .footer-bottom {
  margin-bottom: 5rem;
  font-size: 1.2rem;
}
.footer .footer_section_menu {
  font-size: 1.6rem;
}
@media (width <= 834px) {
  .footer .footer_section_menu {
    font-size: 1.4rem;
  }
  .footer .footer_section_menu li {
    padding-top: 2rem;
  }
}
.footer .footer_section_menu ul {
  padding-left: 0;
}
.footer .footer_section_menu ul li {
  display: inline-block;
  padding: 0.3rem;
}
@media (width <= 834px) {
  .footer .footer_section_menu ul li {
    display: block;
    padding-top: 1rem;
  }
}
.footer .footer_section_menu a {
  color: #201531;
  text-decoration: none;
}

.info_hours_section {
  margin-bottom: 5rem;
}

.info_hours {
  max-width: 60rem;
  padding: 0 1.5rem;
  margin: 0 auto 2rem;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
}
.info_hours table {
  margin-bottom: 0;
}
.info_hours tbody tr th,
.info_hours tbody tr td {
  padding: 1rem 0;
  font-weight: 500;
  color: #2F3389;
  background-color: #FFFFFF;
  border: 0;
  border-bottom: 0.1rem solid #CCCCCC;
}
.info_hours tbody tr:first-child th {
  width: 40%;
}
.info_hours tbody tr:last-child th,
.info_hours tbody tr:last-child td {
  border: 0;
}

/************************************
** トップ
************************************/
.front-top-page .content {
  margin-top: 0;
}
.front-top-page #main .entry-title {
  display: none;
}
.front-top-page .main {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}
.front-top-page .article {
  margin-bottom: 0;
}
.front-top-page .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.front-top-page section {
  margin-bottom: 0 !important;
}

/************************************
** トップ ヒーロー
************************************/
.hero_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  min-height: 60rem;
  background-image: url("/wp-content/uploads/2024/04/bg1.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (width <= 1023px) {
  .hero_bg {
    background-image: none;
  }
}

.front-top-page .n2_clear {
  margin-bottom: 0;
}

.hero_section {
  padding-bottom: 3rem;
  background-color: transparent;
}
@media (width <= 1023px) {
  .hero_section {
    padding-bottom: 1rem;
  }
}
.hero_section .hero_slider > div > div {
  width: 60vw !important;
  min-width: 85rem;
}
@media (width <= 1239px) {
  .hero_section .hero_slider > div > div {
    width: 85rem !important;
  }
}
@media (width <= 1023px) {
  .hero_section .hero_slider > div > div {
    width: 100% !important;
  }
}
.hero_section .hero_slider {
  display: block !important;
}
@media (width <= 781px) {
  .hero_section .hero_slider {
    display: none !important;
  }
}
.hero_section .hero_slider2 {
  display: none !important;
}
@media (width <= 781px) {
  .hero_section .hero_slider2 {
    display: block !important;
    padding-top: 7rem;
  }
}
.hero_section .catchphrase {
  position: absolute;
  top: 15rem;
  right: 62vw;
  padding-left: 2rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", Meiryo, serif;
  font-size: min(3.5rem, 2vw);
  line-height: 190%;
  text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 0 1px 0 #FFFFFF, -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF;
}
@media (width <= 1239px) {
  .hero_section .catchphrase {
    right: auto;
    left: 0;
    padding-top: 1rem;
    font-size: 2.4rem;
    background-image: none;
  }
}
@media (width <= 1023px) {
  .hero_section .catchphrase {
    position: inherit;
    padding-bottom: 1rem;
    padding-left: 0;
    text-align: center;
    background-image: url("/wp-content/uploads/2024/04/bg1_min.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (width <= 619px) {
  .hero_section .catchphrase {
    padding-bottom: 1rem;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 150%;
    background-image: url("/wp-content/uploads/2024/04/bg1_min.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/************************************
** トップ お知らせ・診療時間・アクセス
************************************/
.front-top-page .info_section {
  padding: 1.5rem calc(50vw - 50%) 5rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #FFFFFF;
}
.front-top-page .info_section .info-list {
  padding: 1rem;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
}
.front-top-page .info_section .info-list .info-list-caption {
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  font-weight: 300;
  color: #2F3389;
  text-align: left;
  border-bottom: double #2F3389;
}
.front-top-page .info_section .info-list .info-list-item-meta {
  opacity: 1;
}
.front-top-page .info_section .info-list .entry-category {
  display: none;
}
.front-top-page .info_section .info-list .info-list-item {
  padding-inline: 1rem;
  border-bottom: 0.1rem solid #CCCCCC;
}
.front-top-page .info_section .info-list .info-list-item:last-child {
  border-bottom: 0;
}
.front-top-page .info_section .info_hours_section {
  margin-bottom: 3rem;
}
@media (width <= 834px) {
  .front-top-page .info_section .info_hours_section {
    margin-bottom: 3rem;
  }
}

/************************************
** トップ ご予約1
************************************/
.front-top-page .reservation_section {
  padding: 5rem calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #515598;
}
.front-top-page .reservation_section h2 {
  color: #FFFFFF;
}
.front-top-page .reservation_section h2::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 3.2rem;
  font-weight: 300;
  color: #FFFFFF;
  content: "RESERVATION";
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .front-top-page .reservation_section h2::after {
    font-size: 2.6rem;
  }
}

/************************************
** トップ 専門療法
************************************/
.front-top-page .therapies_section {
  padding: 5rem calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #FFFFFF;
}
@media (width <= 619px) {
  .front-top-page .therapies_section h2 {
    padding-top: 7rem;
  }
}
.front-top-page .therapies_section h2::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 3.2rem;
  font-weight: 300;
  color: #2F3389;
  content: "SPECIALIZED THERAPIES";
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .front-top-page .therapies_section h2::after {
    font-size: 2.6rem;
  }
}

/************************************
** トップ 採用
************************************/
.front-top-page .recruit_section {
  padding: 5rem calc(50vw - 50%) 5rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #FFFFFF;
}

/************************************
** トップ 診療科目
************************************/
.front-top-page .about_section {
  padding: 5rem calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #E9EBF0;
}
.front-top-page .about_section h2::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 3.2rem;
  font-weight: 300;
  color: #2F3389;
  content: "SPECIALITIES";
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .front-top-page .about_section h2::after {
    font-size: 2.6rem;
  }
}
.front-top-page .about_section div:has(.about_card) {
  column-gap: 6rem;
  justify-content: center;
}
@media (width <= 1023px) {
  .front-top-page .about_section div:has(.about_card) {
    column-gap: 2rem;
  }
}
.front-top-page .about_section .about_card {
  max-width: 18rem;
  padding: 2rem 1rem;
  background-color: #FFFFFF;
}
@media (width <= 619px) {
  .front-top-page .about_section .about_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--wp--style--global--content-size);
    padding: 2rem 3rem;
  }
}
.front-top-page .about_section .about_card h3 {
  margin-bottom: 0;
  font-size: 2rem;
  text-align: center;
}
@media (width <= 619px) {
  .front-top-page .about_section .about_card h3 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.front-top-page .about_section .about_card figure {
  margin-bottom: 0;
}
@media (width <= 619px) {
  .front-top-page .about_section .about_card figure {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/************************************
** トップ クリニックの特徴
************************************/
.front-top-page .feature_greeting_wrap {
  padding: 5rem calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(180deg, white 0%, #CDD4E3 100%);
}
.front-top-page .feature_section h2::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 3.2rem;
  font-weight: 300;
  color: #2F3389;
  content: "FEATURE";
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .front-top-page .feature_section h2::after {
    font-size: 2.6rem;
  }
}
.front-top-page .feature_section > p:first-of-type {
  max-width: 67rem;
  line-height: 300%;
}
.front-top-page .feature_section > p:first-of-type {
  max-width: 67rem;
  line-height: 300%;
}
.front-top-page .feature_section h3 {
  padding-top: 0;
  margin-bottom: 0;
}
.front-top-page .feature_section .is-layout-flex {
  gap: 2.5rem;
}

/************************************
** トップ ご挨拶
************************************/
.front-top-page .greeting_section .greeting_wrap {
  padding-top: 5rem;
  background-color: #515598;
}
.front-top-page .greeting_section .greeting_wrap h2 {
  color: #FFFFFF;
}
.front-top-page .greeting_section .greeting_wrap h2::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 3.2rem;
  font-weight: 300;
  color: #FFFFFF;
  content: "GREETING";
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .front-top-page .greeting_section .greeting_wrap h2::after {
    font-size: 2.6rem;
  }
}
.front-top-page .greeting_section .greeting_wrap p {
  padding: 0 2%;
  line-height: 180%;
}
.front-top-page .greeting_section .greeting_wrap .wp-block-columns {
  padding: 0 5% 4%;
}
@media (width <= 1023px) {
  .front-top-page .greeting_section .greeting_wrap .wp-block-columns {
    padding-bottom: calc(4.5% + 4rem);
  }
}

/************************************
** トップ 皮膚の症状・治療について
************************************/
.front-top-page .treatment_section {
  position: relative;
  padding: 5rem calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #ECF1FC;
}
.front-top-page .treatment_section h2::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 3.2rem;
  font-weight: 300;
  color: #2F3389;
  content: "TREATMENT";
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .front-top-page .treatment_section h2::after {
    font-size: 2.6rem;
  }
}
.front-top-page .treatment_section h3 {
  margin-bottom: 0.5rem;
  line-height: 150%;
  text-align: center;
}
.front-top-page .treatment_section .treatment_tile {
  padding: 1rem 3rem 2rem;
  background-color: #FFFFFF;
}
.front-top-page .treatment_section .treatment_tile .wp-block-column {
  padding: 0;
}
@media (width <= 1023px) {
  .front-top-page .treatment_section .is-layout-flex {
    gap: 3.2rem;
  }
}

/************************************
** トップ 診療Update
************************************/
.front-top-page .update_section {
  padding: 10rem calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #FFFFFF;
}
.front-top-page .update_section h2::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 3.2rem;
  font-weight: 300;
  color: #2F3389;
  content: "UPDATE";
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .front-top-page .update_section h2::after {
    font-size: 2.6rem;
  }
}
.front-top-page .update_section .cf::after {
  display: none;
}
.front-top-page .update_section .widget-entry-cards a {
  flex: 1;
}
.front-top-page .update_section .widget-entry-cards .a-wrap {
  line-height: 1.8;
}
.front-top-page .update_section .new-entry-cards .display-none {
  position: absolute;
  top: 14rem;
  display: block;
  color: #201531;
}
.front-top-page .update_section .new-entry-cards .display-none .post-date {
  font-size: 1.4rem;
}
.front-top-page .update_section .new-entry-card-update-date {
  display: none;
}
.front-top-page .update_section .widget-entry-cards figure {
  width: 20rem;
}
.front-top-page .update_section .widget-entry-cards figure img {
  display: none;
}
.front-top-page .update_section .widget-entry-cards figure .cat-label {
  top: 10rem;
  left: 1.5rem;
  max-width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  background-color: #2F3389;
}
.front-top-page .update_section .new-entry-card-link {
  padding: 0;
  margin: 0;
}
.front-top-page .update_section .new-entry-card-link:hover {
  background-color: transparent;
}
.front-top-page .update_section .new-entry-cards {
  display: flex;
  gap: 3rem;
}
@media (width <= 1023px) {
  .front-top-page .update_section .new-entry-cards {
    flex-direction: column;
  }
}
.front-top-page .update_section .widget-entry-card-content {
  padding: 2rem min(1.5rem, 5%) 4rem;
  margin: 0;
  background-color: #F2F4FA;
}
.front-top-page .update_section .widget-entry-card-content::after {
  position: absolute;
  right: min(1.5rem, 5%);
  bottom: 2rem;
  width: 1rem;
  height: 2rem;
  content: "";
  border-top: 3rem solid transparent;
  border-right: 3rem solid #FFFFFF;
}
.front-top-page .update_section .widget-entry-card-content .card-title {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  height: 3.6em;
  overflow: hidden;
  font-size: 2rem;
  color: #201531;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.front-top-page .update_section .widget-entry-card-content .new-entry-card-snippet {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  margin-top: 9rem;
  margin-bottom: 2rem;
  overflow: hidden;
  font-size: 1.6rem;
  color: #201531;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/************************************
** トップ 院長ブログ
************************************/
.front-top-page .blog_section {
  padding: 10rem calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #F2F4FA;
}
.front-top-page .blog_section h2::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 3.2rem;
  font-weight: 300;
  color: #2F3389;
  content: "BLOG";
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .front-top-page .blog_section h2::after {
    font-size: 2.6rem;
  }
}
.front-top-page .blog_section .cf::after {
  display: none;
}
.front-top-page .blog_section .widget-entry-cards a {
  flex: 1;
}
.front-top-page .blog_section .widget-entry-cards .a-wrap {
  line-height: 1.8;
}
.front-top-page .blog_section .new-entry-cards .display-none {
  position: absolute;
  top: 14rem;
  display: block;
  color: #201531;
}
.front-top-page .blog_section .new-entry-cards .display-none .post-date {
  font-size: 1.4rem;
}
.front-top-page .blog_section .new-entry-card-update-date {
  display: none;
}
.front-top-page .blog_section .widget-entry-cards figure {
  width: 20rem;
}
.front-top-page .blog_section .widget-entry-cards figure img {
  display: none;
}
.front-top-page .blog_section .widget-entry-cards figure .cat-label {
  top: 10rem;
  left: 1.5rem;
  max-width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  background-color: #2F3389;
}
.front-top-page .blog_section .new-entry-card-link {
  padding: 0;
  margin: 0;
}
.front-top-page .blog_section .new-entry-card-link:hover {
  background-color: transparent;
}
.front-top-page .blog_section .new-entry-cards {
  display: flex;
  gap: 3rem;
}
@media (width <= 1023px) {
  .front-top-page .blog_section .new-entry-cards {
    flex-direction: column;
  }
}
.front-top-page .blog_section .widget-entry-card-content {
  padding: 2rem min(1.5rem, 5%) 4rem;
  margin: 0;
  background-color: #FFFFFF;
}
.front-top-page .blog_section .widget-entry-card-content::after {
  position: absolute;
  right: min(1.5rem, 5%);
  bottom: 2rem;
  width: 1rem;
  height: 2rem;
  content: "";
  border-top: 3rem solid transparent;
  border-right: 3rem solid #ECF1FC;
}
.front-top-page .blog_section .widget-entry-card-content .card-title {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  height: 3.6em;
  overflow: hidden;
  font-size: 2rem;
  color: #201531;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.front-top-page .blog_section .widget-entry-card-content .new-entry-card-snippet {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  margin-top: 9rem;
  margin-bottom: 2rem;
  overflow: hidden;
  font-size: 1.6rem;
  color: #201531;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/************************************
** トップ ご予約2
************************************/
.front-top-page .reservation_section2 {
  padding: 5rem calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: rgba(31, 34, 94, 0.6);
  background-image: url("/wp-content/uploads/2024/03/reservation1.webp");
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: cover;
  background-blend-mode: darken;
}
.front-top-page .reservation_section2 .wp-block-columns {
  margin-bottom: 0;
}
.front-top-page .reservation_section2 h2 {
  color: #FFFFFF;
}
.front-top-page .reservation_section2 h2::after {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 3.2rem;
  font-weight: 300;
  color: #FFFFFF;
  content: "RESERVATION";
  transform: translateX(-50%);
}
@media (width <= 1023px) {
  .front-top-page .reservation_section2 h2::after {
    font-size: 2.6rem;
  }
}
.front-top-page .reservation_section2 .icon_phone,
.front-top-page .reservation_section2 .icon_calender {
  margin-bottom: 0;
}
.front-top-page .reservation_section2 .icon_phone > span,
.front-top-page .reservation_section2 .icon_calender > span {
  margin-left: 2rem;
}
.front-top-page .reservation_section2 .fa-external-link-alt::before {
  display: none;
}

/************************************
** 下層固定ページ
************************************/
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .content {
  margin-top: 0;
  background-color: #FFFFFF;
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .content .main {
  padding-top: 0;
  background-color: transparent;
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .content .wrap {
  max-width: 90rem;
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .content h1 {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}
@media (width <= 1023px) {
  body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .content h1 {
    padding: 2rem;
    font-size: 2.6rem;
  }
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .content h2 {
  padding: 1.5rem;
  padding-left: 1.8rem;
  font-size: 2.6rem;
  font-weight: 500;
  color: #2F3389;
  text-align: left;
  background-color: #FFFFFF;
  border-top: 0.1rem solid #2F3389;
  border-bottom: 0.1rem solid #2F3389;
}
@media (width <= 1023px) {
  body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .content h2 {
    padding: 1rem;
    font-size: 2.4rem;
  }
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .content h2::before {
  position: relative;
  top: 0;
  left: -1.5rem;
  display: inline-block;
  width: 0.5rem;
  height: 4rem;
  vertical-align: middle;
  content: "";
  background-color: #2F3389;
}
@media (width <= 1023px) {
  body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .content h2::before {
    left: -1rem;
    height: 3rem;
  }
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .content h3 {
  text-align: left;
  border-bottom: double #2F3389;
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .entry-header {
  padding: 4rem calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-image: url("/wp-content/uploads/2024/04/bg1.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (width <= 1023px) {
  body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .entry-header {
    padding: 8rem calc(50vw - 50%) 1rem;
  }
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .entry-header .entry-title {
  font-weight: 500;
  color: #201531;
  text-align: center;
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .entry-content {
  margin-top: 5rem;
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .cover_bg2 {
  padding: 10rem calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #F2F4FA;
}
body:not(.page.home, .single-post, .single-blog, .single-update, .archive) .blank-box {
  border-radius: 0;
}

/************************************
** お知らせ
************************************/
.single-post .content,
.single-blog .content,
.single-update .content,
.archive .content {
  padding: 10rem 2rem;
  margin-top: 0;
  background-color: #FFFFFF;
}
.single-post .content .main,
.single-blog .content .main,
.single-update .content .main,
.archive .content .main {
  padding: 2rem min(10rem, 5vw);
  border: 0.1rem solid #2F3389;
  border-radius: 0;
}
@media (width <= 1023px) {
  .single-post .content .main,
  .single-blog .content .main,
  .single-update .content .main,
  .archive .content .main {
    padding: 2rem 3vw;
  }
}
.single-post .content h1,
.single-blog .content h1,
.single-update .content h1,
.archive .content h1 {
  font-weight: 500;
  color: #2F3389;
}
.single-post .content h2,
.single-blog .content h2,
.single-update .content h2,
.archive .content h2 {
  font-weight: 500;
}
.single-post .entry-card-title,
.single-blog .entry-card-title,
.single-update .entry-card-title,
.archive .entry-card-title {
  color: #201531;
}
.single-post .archive-title span,
.single-blog .archive-title span,
.single-update .archive-title span,
.archive .archive-title span {
  margin: 0;
}
.single-post .archive-title span::before,
.single-blog .archive-title span::before,
.single-update .archive-title span::before,
.archive .archive-title span::before {
  content: "";
}
.single-post .sidebar,
.single-blog .sidebar,
.single-update .sidebar,
.archive .sidebar {
  background-color: transparent;
}
.single-post .sidebar h2,
.single-post .sidebar h3,
.single-blog .sidebar h2,
.single-blog .sidebar h3,
.single-update .sidebar h2,
.single-update .sidebar h3,
.archive .sidebar h2,
.archive .sidebar h3 {
  font-weight: 500;
  color: #2F3389;
  background-color: transparent;
  border-bottom: double #2F3389;
  border-radius: 0;
}
.single-post .sidebar h2::before,
.single-post .sidebar h3::before,
.single-blog .sidebar h2::before,
.single-blog .sidebar h3::before,
.single-update .sidebar h2::before,
.single-update .sidebar h3::before,
.archive .sidebar h2::before,
.archive .sidebar h3::before {
  content: none;
}
.single-post .sidebar ul li a,
.single-blog .sidebar ul li a,
.single-update .sidebar ul li a,
.archive .sidebar ul li a {
  font-size: 1.6rem;
  color: #201531;
}
.single-post .date-tags,
.single-blog .date-tags,
.single-update .date-tags,
.archive .date-tags {
  display: block;
}
.single-post .date-tags .post-date,
.single-blog .date-tags .post-date,
.single-update .date-tags .post-date,
.archive .date-tags .post-date {
  display: block;
  color: #2F3389;
}
.single-post .entry-card-thumb,
.single-blog .entry-card-thumb,
.single-update .entry-card-thumb,
.archive .entry-card-thumb {
  display: none;
}
.single-post .entry-card-content,
.single-blog .entry-card-content,
.single-update .entry-card-content,
.archive .entry-card-content {
  margin-left: 0;
}
@media (width <= 834px) {
  .single-post .entry-card-content,
  .single-blog .entry-card-content,
  .single-update .entry-card-content,
  .archive .entry-card-content {
    padding-top: 1.2rem;
  }
}

.single-post .card-thumb,
.single-blog .card-thumb,
.single-update .card-thumb {
  display: none;
}
.single-post .fa-chevron-left::before,
.single-post .fa-chevron-right::before,
.single-blog .fa-chevron-left::before,
.single-blog .fa-chevron-right::before,
.single-update .fa-chevron-left::before,
.single-update .fa-chevron-right::before {
  color: #515598;
}
.single-post .prev-post-title,
.single-post .next-post-title,
.single-blog .prev-post-title,
.single-blog .next-post-title,
.single-update .prev-post-title,
.single-update .next-post-title {
  color: #201531;
}
.single-post .cat-link,
.single-blog .cat-link,
.single-update .cat-link {
  background-color: #515598;
}

/************************************
** TOP公開時削除項目
************************************/
.btn_line {
  display: none;
}