@charset "UTF-8";
/*
Theme Name: Miyanomae
Description: 宮の前診療所のテーマです
Version: 1.0
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ul {
  list-style: none;
}

blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

img {
  max-width: 100%;
}

@media (max-width: 768px) {
  html {
    font-size: 42.5%;
  }
}

body {
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #603813;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  min-height: 100vh;
}
@media (min-width: 769px) {
  body {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #603813;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.8;
  filter: Alpha(Opacity=80);
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
  line-height: 2.2222222222;
}

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

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.bg-gray {
  background-color: #efefef;
}

.bg-pink {
  background-color: #faf0f5;
}

.bg-white {
  background-color: #fff;
}

.small {
  font-size: 1.3rem;
}

.icon-arrow::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/arrow_right.svg") no-repeat center center;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.4rem;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
.container {
  position: relative;
  max-width: 840px;
  width: 100%;
  margin: 0 auto 20px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
    padding: 25px 15px;
    margin: 0 auto;
  }
}
.container.wide {
  max-width: 1000px;
}
.container.stretch {
  max-width: 920px;
  padding: 40px;
}

@media (max-width: 768px) {
  .anchor-link-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.flex {
  display: flex;
}

.content-wrap {
  margin-bottom: 4.8rem;
  padding: 4rem 7rem;
}
@media (max-width: 768px) {
  .content-wrap {
    padding: 1.5rem 2rem;
  }
}

.frame {
  padding: 4rem;
}
.frame.pink {
  background-color: #faf0f5;
}

object {
  display: block !important;
}

main {
  position: relative;
  overflow: hidden;
  margin-top: -24px;
  padding-top: 24px;
}
@media (max-width: 768px) {
  main {
    margin-top: -10px;
    padding-top: 10px;
  }
}

#main-container {
  overflow: hidden;
  padding-top: 3rem;
  margin-top: -3rem;
}

.section {
  margin-bottom: 14rem;
  padding: 0 1rem;
}
.section[class*=bg-] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 4rem;
  }
}

.font12 {
  font-size: 85.7142857143%;
}

.font13 {
  font-size: 92.8571428571%;
}

.font14 {
  font-size: 100%;
}

.font15 {
  font-size: 107.1428571429%;
}

.font16 {
  font-size: 114.2857142857%;
}

.font17 {
  font-size: 121.4285714286%;
}

.font18 {
  font-size: 128.5714285714%;
}

.font19 {
  font-size: 135.7142857143%;
}

.font20 {
  font-size: 142.8571428571%;
}

.font21 {
  font-size: 150%;
}

.font22 {
  font-size: 157.1428571429%;
}

.font23 {
  font-size: 164.2857142857%;
}

.font24 {
  font-size: 171.4285714286%;
}

.font25 {
  font-size: 178.5714285714%;
}

.font26 {
  font-size: 185.7142857143%;
}

.font27 {
  font-size: 192.8571428571%;
}

.font28 {
  font-size: 200%;
}

.font29 {
  font-size: 207.1428571429%;
}

.font30 {
  font-size: 214.2857142857%;
}

.font31 {
  font-size: 221.4285714286%;
}

.font32 {
  font-size: 228.5714285714%;
}

.font33 {
  font-size: 235.7142857143%;
}

.font34 {
  font-size: 242.8571428571%;
}

.font35 {
  font-size: 250%;
}

.font36 {
  font-size: 257.1428571429%;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt80 {
  margin-top: 80px;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1599;
  background-color: #fff;
  padding: 2.6rem 2.4rem 1.3rem 5rem;
  transition: padding 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.site-header.is-scrolled, body:has(.drawer-menu.active) .site-header {
  z-index: 1602;
  border-bottom: 1px solid #cd6f9d;
  padding: 1rem 2rem;
}
.site-header.is-scrolled .h_logo img, body:has(.drawer-menu.active) .site-header .h_logo img {
  height: 7rem;
}

.drawer-menu.active + main {
  z-index: 0;
}

.h_logo {
  flex-shrink: 0;
}
.h_logo a {
  display: block;
  text-decoration: none;
}
.h_logo img {
  width: auto;
  display: block;
  transition: all 0.3s ease;
}

.site-nav {
  position: relative;
  flex: 1;
  margin-left: 3rem;
}
.site-nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 10;
}

#global-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#global-menu .menu-item {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #603813;
  margin: 0;
}
#global-menu .menu-item a {
  display: block;
  padding: 1rem 2rem;
  color: #603813;
  text-decoration: none;
  font-size: 2.1rem;
  font-weight: 700;
  transition: color 0.3s ease;
  background-color: #fff;
}
#global-menu .menu-item a:hover {
  color: #cd6f9d;
}

#menubtn {
  display: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
#menubtn .menubtn_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2px;
  background-color: #603813;
  transition: all 0.3s ease;
}
#menubtn .menubtn_icon::before, #menubtn .menubtn_icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #603813;
  transition: all 0.3s ease;
}
#menubtn .menubtn_icon::before {
  top: -0.8rem;
}
#menubtn .menubtn_icon::after {
  top: 0.8rem;
}
#menubtn.active .menubtn_icon {
  background-color: transparent;
}
#menubtn.active .menubtn_icon::before {
  top: 0;
  transform: rotate(45deg);
}
#menubtn.active .menubtn_icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.drawer-menu {
  position: fixed;
  top: calc(2rem + 35px);
  right: -50%;
  width: 50%;
  height: 100vh;
  background-color: #fff;
  transition: right 0.3s ease;
  z-index: 1603;
  overflow-y: auto;
}
.drawer-menu.active {
  right: 0;
}
.drawer-menu .drawer-menu-content {
  padding: 2rem;
}
.drawer-menu .drawer-menu-content .drawer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer-menu .drawer-menu-content .drawer-menu-list .drawer-menu-item {
  border-bottom: 1px solid #eee;
}
.drawer-menu .drawer-menu-content .drawer-menu-list .drawer-menu-item:last-child {
  border-bottom: none;
}
.drawer-menu .drawer-menu-content .drawer-menu-list .drawer-menu-item a {
  display: block;
  padding: 1.5rem 0;
  color: #603813;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.drawer-menu .drawer-menu-content .drawer-menu-list .drawer-menu-item a:hover {
  color: #cd6f9d;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1601;
}
.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .site-header {
    padding: 1rem 2rem;
    justify-content: space-between;
  }
  .h_logo img {
    height: 5rem !important;
  }
  .site-nav {
    display: none;
  }
  #menubtn {
    display: block;
    margin-left: auto;
    margin-right: 1rem;
  }
  .drawer-menu {
    width: 55%;
    right: -55%;
  }
  .admin-bar .drawer-menu {
    top: calc(2rem + 35px + 46px);
  }
  #global-menu {
    gap: 2rem;
  }
  #global-menu .menu-item a {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .drawer-menu {
    width: 75%;
    right: -75%;
  }
}
.site-footer {
  position: relative;
  background-color: #faf0f5;
  padding: 7rem 0 1rem;
  overflow: hidden;
}
.site-footer h3 {
  margin-bottom: 0.25rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.site-footer h3 a {
  text-decoration: none;
}
.site-footer h3 a::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/arrow_right.svg") no-repeat center center;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.4rem;
  vertical-align: middle;
}
.site-footer h3 a::after {
  margin-left: 1.4rem;
}
.site-footer .container {
  max-width: 950px;
}
.site-footer .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.site-footer .footer-logo img {
  display: block;
}
.site-footer .contact-info .phone {
  font-size: 2.8rem;
}
.site-footer .contact-info .phone-hours {
  display: inline-block;
  margin-left: 1rem;
}
.site-footer .contact-info .address {
  margin-top: 0.5rem;
  margin-left: 0.7rem;
  font-size: 1.6rem;
}
.site-footer .contact-info .address span {
  display: inline-block;
}
.site-footer .copyright {
  margin: 6.8rem 0 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .site-footer {
    padding-top: 0;
    padding-bottom: 15rem;
  }
  .site-footer .footer-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.footer-nav {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.footer-nav .nav-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav .nav-list > li {
  flex-basis: 22%;
  margin-bottom: 2.5rem;
}
.footer-nav .nav-list-children {
  margin: 0;
  padding-left: 0;
  font-size: 1.4rem;
  list-style: none;
}
.footer-nav .nav-list-children li {
  margin-bottom: 0.275rem;
}
.footer-nav .nav-list-children li::before {
  content: "・";
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 1em;
}
@media (max-width: 768px) {
  .footer-nav .nav-list > li {
    flex-basis: 48%;
  }
}

.partner-list,
.banner-list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.partner-list img,
.banner-list img {
  display: block;
}

.partner-list {
  gap: 2.4rem;
  margin: 1.2rem 0 3.2rem;
}

.banner-list {
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .banner-list {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .banner-list > li {
    flex-basis: calc(50% - 2rem);
  }
}

.pagetop {
  padding-top: 8%;
  width: 8%;
  max-width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  background: url("../images/pagetop.png") no-repeat center center;
  background-size: contain;
  border: none;
  z-index: 1001;
}
@media (max-width: 768px) {
  .pagetop {
    bottom: 7rem;
    padding-top: 15%;
    width: 15%;
    opacity: 0.8;
  }
}

/**
 * Background
 *
 * @since 1.0.0
 */
/* ============================================
Container内大サイズの花びら
============================================ */
.container {
  position: relative;
}
.container::before {
  position: absolute;
  z-index: -1;
  background-image: url("../images/bg_petal_large.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#section-news .container::before {
  content: "";
  transform: rotate(-21deg);
  top: -161px;
  left: -9%;
  right: -9%;
  padding-top: 118%;
}
#section-home-care .container::before {
  content: "";
  transform: rotate(175deg);
  top: -285px;
  left: -13.5%;
  right: -23.5%;
  padding-top: 137%;
}
#section-character .container::before {
  content: "";
  transform: rotate(179deg);
  top: -107px;
  left: 32.5%;
  right: -10.5%;
  padding-top: 78%;
}
#section-equipment .container::before {
  content: "";
  transform: rotateZ(-5deg) rotateY(180deg);
  top: 127px;
  left: -17.5%;
  right: -14.5%;
  padding-top: 135%;
}
#section-home-medical-care .container::before {
  content: "";
  transform: rotate(179deg);
  top: -101px;
  left: -13.5%;
  right: 0.5%;
  padding-top: 124%;
}
#section-vaccinations .container::before {
  content: "";
  transform: rotate(0deg);
  bottom: -21%;
  left: -5.5%;
  right: -17.5%;
  padding-top: 131%;
}
#section-about-our-appointment-system .container::before {
  content: "";
  transform: rotate(179deg);
  top: -20px;
  left: 2.5%;
  right: -37.5%;
  padding-top: 135%;
}

/* ============================================
花びらのアニメーション
============================================ */
.petal {
  position: absolute;
}
.petal.blooming {
  transform: scale(0);
  transform-origin: center center;
  animation: simpleBloom 0.5s cubic-bezier(0.36, 0, 0.66, 1.8) var(--delay, 2s) forwards, gentleSway 4s ease-in-out calc(var(--delay, 2s) + 0.5s) infinite;
}
.petal.falling {
  z-index: 1600;
  animation: petalFall var(--duration, 9s) ease-in-out var(--delay, 0s) infinite;
  pointer-events: none;
  opacity: 0;
  top: 0;
}
.petal.falling img {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.petal img {
  display: block;
  width: 100%;
}
.petal.petal-footer-01 {
  top: 65%;
  right: -5%;
  width: 10.2%;
}
.petal.petal-footer-02 {
  top: 42%;
  right: 7%;
  width: 17.1%;
}
.petal.petal-mv-01 {
  max-width: 97px;
  width: 11.0857142857%;
}
.petal.petal-mv-02 {
  max-width: 162px;
  width: 18.5142857143%;
}
.petal.petal-mv-03 {
  max-width: 65px;
  width: 7.4285714286%;
}
.petal.petal-mv-04 {
  max-width: 119px;
  width: 13.6%;
}
.petal.petal-mv-05 {
  max-width: 82px;
  width: 9.3714285714%;
}
.petal.flower-mv-01 {
  top: 19.2%;
  left: 5.5%;
  width: 9.7%;
  max-width: 150px;
  z-index: 1600;
}
.petal.flower-mv-02 {
  top: 0.3%;
  left: 9.9%;
  width: 13.6%;
  max-width: 150px;
  z-index: 1600;
}
.petal.flower-mv-03 {
  top: 6%;
  left: 60%;
  width: 12.7%;
  max-width: 150px;
  z-index: 1600;
}
.petal.flower-mv-04 {
  bottom: 7.3%;
  left: 4.3%;
  width: 10.2%;
  max-width: 150px;
  z-index: 1600;
}
.petal.flower-mv-05 {
  top: 51.6%;
  right: 6.9%;
  width: 6.4%;
  max-width: 150px;
  z-index: 1600;
}
.petal.flower-mv-05 img {
  transform: rotate(343deg);
}

@keyframes simpleBloom {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  85% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 風でそよぐアニメーション */
@keyframes gentleSway {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1) rotate(2deg) translateX(3px);
  }
  50% {
    transform: scale(1) rotate(0deg) translateX(0px);
  }
  75% {
    transform: scale(1) rotate(-2deg) translateX(-3px);
  }
}
@keyframes petalFall {
  0% {
    transform: translate(0, -50px) rotateX(0deg) rotateY(0deg) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  50% {
    transform: translate(var(--drift-x, 80px), 300px) rotateX(var(--rotateX-mid, 180deg)) rotateY(var(--rotateY-mid, 90deg)) rotate(var(--rotate-mid, 180deg)) scale(1);
  }
  100% {
    transform: translate(var(--drift-x-end, -50px), 700px) rotateX(var(--rotateX-end, 360deg)) rotateY(var(--rotateY-end, 180deg)) rotate(var(--rotate-end, 360deg)) scale(0.7);
    opacity: 0;
  }
}
.petal-news-01 {
  top: 4.5%;
  right: -12%;
  transform: rotate(-6deg);
  width: 17.5%;
  max-width: 150px;
}

.petal-news-02 {
  bottom: -4%;
  left: -6.5%;
  transform: rotate(111deg);
  width: 7.7%;
  max-width: 68px;
}

.petal-news-03 {
  bottom: -15%;
  left: -15.6%;
  transform: rotate(111deg);
  width: 16.5%;
  max-width: 140px;
}

.petal-clinic-01 {
  top: 45.2%;
  right: -11.9%;
  transform: rotate(136deg);
  width: 11.4%;
  max-width: 95px;
}

.petal-clinic-02 {
  top: 52.6%;
  right: -18.6%;
  transform: rotate(12deg);
  width: 14.5%;
  max-width: 120px;
}

.petal-clinic-03 {
  bottom: 0%;
  left: 0.3%;
  transform: rotate(-68deg);
  width: 11.8%;
  max-width: 96px;
}

.petal-home-care-01 {
  top: -20%;
  left: -14%;
  transform: rotate(1deg);
  width: 17.3%;
  max-width: 144px;
}

.petal-home-care-02 {
  bottom: -38.3%;
  right: -2.7%;
  transform: rotate(-23deg);
  width: 26.1%;
  max-width: 219px;
}

.petal-medical-checkup-01 {
  top: 10.7%;
  right: -8.5%;
  transform: rotate(21deg);
  width: 10.2%;
  max-width: 86px;
}

.petal-medical-checkup-02 {
  bottom: 21.6%;
  left: -16%;
  transform: rotate(114deg);
  width: 8.7%;
  max-width: 72px;
}

.petal-medical-checkup-03 {
  bottom: 0.2%;
  left: -6.8%;
  transform: rotate(12deg);
  width: 14.3%;
  max-width: 120px;
}

.petal-contact-01 {
  top: -28.3%;
  right: -7%;
  transform: rotate(-14deg);
  width: 12.3%;
  max-width: 124px;
}

.petal-character-01 {
  top: -24.8%;
  left: -5.2%;
  transform: rotate(155deg);
  width: 8.2%;
  max-width: 67px;
}

.petal-character-02 {
  top: -5.5%;
  left: -12.3%;
  transform: rotate(105deg);
  width: 9.9%;
  max-width: 82px;
}

.petal-character-03 {
  bottom: 4.5%;
  right: -8.4%;
  transform: rotate(-11deg);
  width: 18.1%;
  max-width: 152px;
}

.petal-character-04 {
  bottom: -7.1%;
  right: -12.7%;
  transform: rotate(-5deg);
  width: 6.4%;
  max-width: 53px;
}

.petal-container {
  margin: 0;
  position: absolute;
  left: 50%;
  z-index: 0;
  height: 100%;
  transform: translateX(-50%);
}
.petal-container .petal-page-01 {
  top: 4%;
  right: -9%;
  transform: rotate(120deg);
  width: 9.3%;
  max-width: 78px;
}
.petal-container .petal-page-02 {
  top: 1%;
  right: 0%;
  max-width: 100px;
  width: 11.8%;
}
.petal-container .petal-page-03 {
  top: 20%;
  left: -10%;
  max-width: 65px;
  width: 7.8%;
}
.petal-container .petal-page-04 {
  top: 35%;
  right: -12%;
  max-width: 119px;
  width: 14.2%;
}
.petal-container .petal-page-05 {
  top: 60%;
  right: -15%;
  max-width: 100px;
  width: 11.8%;
}
.petal-container .petal-page-06 {
  top: 90%;
  left: -15%;
  max-width: 100px;
  width: 11.8%;
}
.petal-container .flower-page-01 {
  top: 13%;
  left: -9%;
  max-width: 110px;
  width: 13.2%;
}
.petal-container .flower-page-02 {
  top: 40%;
  right: -9%;
  max-width: 110px;
  width: 13.2%;
}
.petal-container .flower-page-03 {
  top: 55%;
  left: -13%;
  max-width: 110px;
  width: 13.2%;
}
.petal-container .flower-page-04 {
  top: 90%;
  right: -13%;
  max-width: 110px;
  width: 13.2%;
}

.anchor-link-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem 4rem;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
.anchor-link-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  background-color: #cd6f9d;
  border: solid 2px #cd6f9d;
  border-radius: 50rem;
  font-size: 2.1rem;
  color: #fff;
  position: relative;
  text-decoration: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
.anchor-link-list li a::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/arrow_right_pink.svg") no-repeat center center;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.4rem;
  vertical-align: middle;
}
.anchor-link-list li a:after {
  margin-left: 1rem;
  background-size: 70%;
  transform: rotate(90deg);
}

.btn-wrapper {
  margin-top: 4.3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  background-color: #603813;
  border: solid 2px #603813;
  border-radius: 50rem;
  font-size: 2.1rem;
  color: #fff;
  padding: 0.4rem 4.85em;
  gap: 2rem;
  text-decoration: none;
}
.btn::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/arrow_right.svg") no-repeat center center;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.4rem;
  vertical-align: middle;
}
.btn.btn-stretch {
  width: 100%;
}
.btn:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn {
    padding: 0.4rem 1em;
    gap: 1.5rem;
  }
}

.btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 15.5rem;
  padding: 2.2rem 1.5rem;
  background-color: #faf0f5;
  border-color: #faf0f5;
  border-radius: 20px;
  color: #603813;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.btn-box::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/arrow_right.svg") no-repeat center center;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.4rem;
  vertical-align: middle;
}
.btn-box.decorative {
  background-image: url("../images/bg_btn_01.png"), url("../images/bg_btn_02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 5px, right 15px bottom 15px;
  background-size: 24.2%, 11.7%;
}
.btn-box[disabled] {
  flex-direction: column;
  gap: 0;
  cursor: not-allowed;
}
.btn-box[disabled]:hover {
  opacity: 1;
}
.btn-box[disabled]::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(110, 108, 109, 0.5);
}
.btn-box[disabled]::after {
  content: none;
}
.btn-box[disabled] .inner-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 500;
}
.btn-box[disabled] .inner-text.large {
  font-size: 3.3rem;
}
.btn-box[disabled] .inner-text.small {
  font-size: 2.4rem;
}

.cta-buttons {
  position: fixed;
  top: 27rem;
  right: 0;
  z-index: 1600;
}
.cta-buttons ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cta-buttons ul li {
  margin: 0;
}
.cta-buttons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  background-color: #e7b6ce;
  border-radius: 1.5rem 0 0 1.5rem;
  text-align: center;
}
.cta-buttons ul li a img {
  height: auto;
}
.cta-buttons ul li a.cta-web img {
  width: 3.8rem;
}
.cta-buttons ul li a.cta-line img {
  width: 4rem;
}
.cta-buttons ul li a.cta-phone img {
  width: 3.7rem;
}
@media (max-width: 768px) {
  .cta-buttons ul li a {
    width: 7rem;
    height: 7rem;
  }
  .cta-buttons ul li a.cta-phone img {
    width: 3.1rem;
  }
}
.cta-buttons {
  /* sp でボタンが2個以上の時
  @include tablet {
  	top: auto;
  	bottom: 0;
  	left: 0;
  	right: auto;
  	width: 100%;

  	ul {
  		flex-direction: row;
  		gap: 0;

  		li {
  			width: 100%;

  			&:not(:first-child) {
  				border-left: 1px solid $color-text;
  			}

  			a {
  				width: 100%;
  				height: 6rem;
  				border-radius: 0;
  			}
  		}
  	}
  }
  */
}

.page-title {
  position: relative;
  z-index: 1600;
  margin-bottom: 7.8rem;
  padding: 2.4rem 0;
  text-align: center;
  background-color: #faf0f5;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.page-title:before {
  content: attr(data-en);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.page-title:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 18.8rem;
  background: url("../images/bg_title.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .page-title {
    margin-bottom: 4rem;
  }
}

.section-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.section-subtitle::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  border-top: 1px dashed #603813;
}

.subtitle {
  margin: 3rem 1rem 2.4rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.equipment-title {
  margin-top: 7rem;
  margin-bottom: 1.5rem;
  font-size: 2.1rem;
  font-weight: 700;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
  line-height: 1.4;
}

main h2 {
  margin-bottom: 3.2rem;
  line-height: 1.9;
  font-size: 3.2rem;
  font-weight: 700;
  color: #603813;
}
main h2:before {
  content: attr(data-en);
  display: block;
  font-size: 1.4rem;
}

.box {
  padding: 2.2rem 3rem;
}
@media (max-width: 768px) {
  .box {
    padding: 2rem 2rem;
  }
}

.box-border {
  margin-bottom: 2.4rem;
  border: 1px solid #e7b6ce;
  border-radius: 20px;
  background-color: #fff;
}
.box-border a:not(.btn) {
  text-decoration: none;
}
.box-border a:not(.btn):hover {
  text-decoration: underline;
}

ul,
ol {
  margin: 1.5em 0;
  padding-left: 1.8em;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}

ul {
  list-style: disc;
}
ul li::marker {
  font-size: 0.8em;
}

ol {
  list-style: decimal;
}

.horizontal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5rem 5.5rem;
  list-style: none;
  padding: 0;
}
.horizontal-list li {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}

.news-list ul {
  margin: 0.5rem 0;
  list-style: none;
  padding-left: 0;
}
.news-list ul li {
  border-bottom: 1px dashed #bbb;
  margin: 0;
}
.news-list ul li a {
  display: flex;
  padding: 0.9rem 3.3rem 1.3rem;
  background: url("../images/arrow_right_pink.svg") no-repeat right 0.7rem center;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans", sans-serif;
}
.news-list ul li a:hover {
  background-color: #efefef;
  text-decoration: none;
}
.news-list ul li a .entry-date {
  flex: 0 0 9em;
}
@media (max-width: 768px) {
  .news-list ul li a {
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    background-size: 2rem;
  }
}

.badge-list {
  --min-item-width: 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--min-item-width), 1fr));
  gap: 2.6rem 3rem;
  margin: 0;
  padding: 3rem 5.7rem;
  list-style: none;
}
.badge-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  background-color: #6caef9;
  border: solid 2px #6caef9;
  border-radius: 50rem;
  font-size: 2.1rem;
  color: #fff;
  flex: 0 1 auto;
  margin: 0;
  padding: 1rem 0.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
}
.badge-list.col-2 {
  --min-item-width: 22rem;
}
.badge-list.col-3 {
  --min-item-width: 18rem;
}
.badge-list.col-4 {
  --min-item-width: 13.5rem;
}
@media (max-width: 768px) {
  .badge-list {
    gap: 1.5rem 1rem;
    padding: 3rem 2rem;
  }
}

.period-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.4rem 5.7rem;
}
.period-list ul {
  display: grid;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.period-list ul li {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1.9rem;
}
.period-list .period {
  display: inline-block;
  margin-right: 1.2em;
  padding: 0.6rem 1.4rem;
  white-space: nowrap;
  font-size: 2.1rem;
  line-height: 1;
  color: #fff;
  background-color: #6caef9;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .period-list {
    --gap: 1rem;
    padding: 3rem 2rem;
  }
}

.equipment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
  list-style: none;
  padding: 0;
}
.equipment-list li {
  flex: 0 1 calc(50% - 10px);
  max-width: 350px;
  margin-bottom: 0;
}
.equipment-list li .name {
  font-weight: 700;
  text-align: center;
  font-size: 2.1rem;
}

.area-list {
  list-style: none;
  padding: 0;
}
.area-list li {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 1.5rem;
}

table {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 3px;
  /* borderのないtable要素にはborder-radiusが効かないので、角丸を四隅のth,tdに対して指定する */
}
table thead th:first-child {
  border-top-left-radius: 12px;
}
table thead th:last-child {
  border-top-right-radius: 12px;
}
table tbody tr:last-child th:first-child,
table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
table tbody tr:last-child th:last-child,
table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
table th,
table td {
  padding: 0.6em 1em;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
}
table td {
  border: 2px solid #cd6f9d;
}
table thead th {
  background-color: #cd6f9d;
  color: #fff;
  font-weight: 500;
}
table tbody {
  color: #4c5359;
}
table tbody th {
  background-color: #efefef;
}
table.th-pink tbody th {
  background-color: #e7b6ce;
}

.schedule-table {
  max-width: none;
  grid-template-columns: minmax(auto, 18.5rem) repeat(6, 1fr);
  grid-template-rows: auto repeat(3, 1fr);
  min-width: 769px;
  padding: 3px;
}
.schedule-table tbody th:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-table th,
.schedule-table td {
  padding: 0.6em 0.2em;
}
.schedule-table td {
  padding: 0.28em 0.2em;
}
.schedule-table td:has(.charge) {
  vertical-align: top;
}
.schedule-table td .charge {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.6;
  height: 100%;
}
.schedule-table td .department {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.3;
}
.schedule-table td .department span {
  display: inline-block;
}
.schedule-table td .empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .schedule-table {
    grid-template-columns: minmax(auto, 11rem) repeat(6, 1fr);
  }
  .schedule-table .time-label {
    width: 9.3rem;
  }
}

.table-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #cd6f9d #fff;
}
@media (max-width: 768px) {
  .table-scroll::after {
    content: "スクロールできます";
    display: block;
    text-align: right;
  }
}

.schedule-table {
  position: relative;
  display: grid;
  gap: 3px;
  background-color: #fff;
}
.schedule-table thead,
.schedule-table tbody,
.schedule-table tfoot,
.schedule-table tr {
  display: contents;
}
.schedule-table th,
.schedule-table td {
  display: block;
}
.schedule-table th[colspan="2"],
.schedule-table td[colspan="2"] {
  grid-column: auto/span 2;
}
.schedule-table th[rowspan="2"],
.schedule-table td[rowspan="2"] {
  grid-row: auto/span 2;
}
.schedule-table tbody th:first-child {
  position: sticky;
}

.contact-info {
  color: #603813;
  font-weight: 700;
}
.contact-info .phone {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 1.5;
}
.contact-info .phone:before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  background: url("../images/icon_phone.png") no-repeat center center;
  background-color: transparent;
  background-size: cover;
  padding: 0;
  vertical-align: middle;
}
.contact-info .phone-hours {
  vertical-align: middle;
  font-size: 1.4rem;
}
.contact-info .address {
  line-height: 1.5;
}
.contact-info .access {
  padding-left: 1.5em;
  line-height: 1.4;
}
.contact-info .access li {
  margin-bottom: 1.2rem;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact-map {
  width: 100%;
  max-width: 500px;
}
.contact-map iframe {
  /* stylelint-disable-next-line declaration-no-important */
  border: 1px solid #6e6c6d !important;
  border-radius: 12px;
  max-width: 100%;
}

.contact-info .phone-hours {
  display: block;
  margin-left: 5.4rem;
}
.contact-info .address {
  margin-top: 1.5rem;
}
.contact-info .address span {
  display: block;
}
.contact-info .access {
  margin-bottom: 0;
}

.doctor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .doctor-list {
    max-width: 400px;
    margin: 0 auto;
  }
}

.doctor-item {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .doctor-item {
    flex-direction: column;
  }
}

.doctor-image {
  flex-basis: 40%;
  flex-shrink: 0;
}
.doctor-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.doctor-info {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 1.2rem 1rem 2rem;
  background-color: #faf0f5;
}
.doctor-info .name {
  margin-bottom: 0;
  font-size: 2.1rem;
  font-weight: 700;
}
.doctor-info .name .role {
  margin-right: 1em;
  line-height: 1.5;
}
.doctor-info .department {
  padding: 0 1.2rem;
  border: 1px solid #603813;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.doctor-info .description p {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .doctor-info {
    justify-content: flex-start;
  }
}

.doctor-item:first-child {
  grid-column: 1/3;
}
.doctor-item:first-child .doctor-image {
  flex-basis: 30%;
}
.doctor-item:first-child .doctor-info {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.doctor-item:first-child .doctor-info .department {
  align-self: flex-start;
}
@media (max-width: 768px) {
  .doctor-item:first-child .doctor-info {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.other-staff {
  margin-top: 5rem;
  padding: 3rem 7rem;
  border-radius: 12px;
}
.other-staff .heading {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}

#main-visual {
  position: relative;
  background-color: #faf0f5;
}
#main-visual .splide {
  max-width: 1100px;
  margin: 0 auto 8.5rem;
}
#main-visual .splide .splide__track {
  z-index: 1600;
  overflow: visible;
}
#main-visual .mv {
  position: relative;
}
#main-visual .mv figure {
  position: relative;
  width: 100%;
  height: 100%;
}
#main-visual .mv figure .mv-image {
  position: relative;
  z-index: 1600;
  width: 61.8%;
  left: 4.8%;
  top: -24px;
  margin-bottom: -9.4%;
}
#main-visual .mv figure figcaption {
  position: absolute;
  top: 47%;
  right: 13.7%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #main-visual .mv figure figcaption {
    width: 10vw;
    height: auto;
  }
}
#main-visual .mv .mv-catch {
  position: absolute;
  z-index: 1101;
  bottom: -8.5%;
  right: 2.7%;
  height: 32.8%;
}
#main-visual .mv.mv-03 .mv-catch {
  right: 6%;
}
@media (max-width: 768px) {
  #main-visual .mv figure .mv-image {
    top: -10px;
  }
  #main-visual .splide {
    margin-bottom: 2rem;
  }
}

.drawer-menu.active ~ .site-main #main-visual {
  z-index: 0;
}

.lead-text {
  margin-bottom: 8.5rem;
  text-align: center;
}
.lead-text p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .lead-text {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  .lead-text p {
    font-size: 4.3vw;
  }
}

.news-lead .subtitle {
  margin: 0 0 1.5rem;
  text-align: left;
}
.news-lead p {
  margin-bottom: 1.5rem;
}
.news-lead .btn-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}

.letter-box {
  display: flex;
  justify-content: space-between;
  gap: 4.5rem;
  margin-top: 7.2rem;
  padding: 0 4rem;
}
.letter-box a {
  width: 100%;
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .letter-box {
    gap: 2rem;
    margin-top: 4rem;
    padding: 0;
  }
  .letter-box a {
    min-height: 85px;
    font-size: 1.8rem;
  }
}

.home-care-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10%;
}
.home-care-content .home-care-content-text {
  flex: 1;
}
.home-care-content .home-care-content-image {
  flex: 1;
}
@media (max-width: 768px) {
  .home-care-content {
    flex-direction: column;
    gap: 2rem;
  }
}

#section-contact .section-title {
  margin-bottom: 2.4rem;
}

#section-character .character-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-direction: row-reverse;
}
#section-character .character-wrapper .section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #section-character .character-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}

.page_header {
  width: 100%;
  padding-top: 26%;
  position: relative;
  background: no-repeat right center;
  background-size: 100% auto;
  text-align: center;
  background-image: url("../images/noimage.png");
}
@media (max-width: 768px) {
  .page_header {
    padding-top: 50%;
  }
}
.page_header .h2_sub_box {
  width: 100%;
  background: url("../images/h2_subbox_bg.png") no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 3.125%;
  line-height: 1;
}
@media (max-width: 768px) {
  .page_header .h2_sub_box {
    display: inline-block;
    white-space: nowrap;
    width: auto;
    top: auto;
    left: auto;
    right: 10%;
    bottom: 10%;
    transform: translate(0, 0);
    padding: 5% 5% 0 5%;
    background-size: 100% 100%;
    animation: 5s fuwafuwa infinite;
  }
}
.page_header .h2_sub_box h2 {
  font-size: 2.25vw;
  color: #603813;
  font-weight: 700;
  padding-top: 4.6875%;
  position: relative;
}
@media (max-width: 768px) {
  .page_header .h2_sub_box h2 {
    font-size: 2.2rem;
    padding-top: 0;
  }
}
.page_header .h2_sub_box h2:before {
  content: "";
  display: block;
  background: no-repeat center top;
  padding-top: 4.6875%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page_header .h2_sub_box h2:before {
    display: none;
  }
}
.page_header .h2_sub_box > p {
  text-transform: capitalize;
  font-size: 1.5vw;
  font-weight: 700;
  padding-bottom: 2.125%;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .page_header .h2_sub_box > p {
    font-size: 1.8rem;
  }
}
.page_header .h2_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/header_mask.png") no-repeat top right;
  background-size: auto 100%;
}

.information .page_header .h2_sub_box h2:before {
  background-image: url("../images/icon_stewardess.png");
}

.care .page_header .h2_sub_box h2:before {
  background-image: url("../images/icon_stethoscope.png");
}

.visit .page_header .h2_sub_box h2:before {
  background-image: url("../images/icon_house.png");
}

.doctor .page_header .h2_sub_box h2:before {
  background-image: url("../images/icon_doctor.png");
}

.recruit .page_header .h2_sub_box h2:before {
  background-image: url("../images/icon_recruit.png");
}

.post-type-archive-event .page_header .h2_sub_box h2:before,
.single-event .page_header .h2_sub_box h2:before,
.event .page_header .h2_sub_box h2:before {
  background-image: url("../images/icon_megaphone.png");
}

.contact .page_header .h2_sub_box h2:before {
  background-image: url("../images/icon_contact-us.png");
}

.wp-block-group {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .wp-block-group {
    padding-bottom: 120px;
  }
}

.txt_block {
  padding-bottom: 50px;
}

.txt_bold_block {
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 50px;
}

.list_block {
  padding-bottom: 50px;
}
.list_block ul li {
  line-height: 1.2;
  padding-bottom: 0.5em;
  display: flex;
}
@media (max-width: 768px) {
  .list_block ul li {
    padding-bottom: 0.5em;
  }
}
.list_block ul li span {
  display: block;
}
@media (max-width: 768px) {
  .list_block ul li span {
    display: inline-block;
  }
}
.list_block ul li:before {
  content: "・";
  display: block;
  vertical-align: top;
  padding: 0 0.3em;
  width: 1em;
}
@media (max-width: 768px) {
  .list_block ul li:before {
    display: inline-block;
  }
}

.list_num_block {
  padding-bottom: 50px;
}
.list_num_block ol {
  counter-reset: item;
  list-style: none;
}
.list_num_block ol li {
  line-height: 1.2;
  padding-bottom: 0.5em;
  position: relative;
}
.list_num_block ol li span {
  display: inline-block;
  vertical-align: top;
  margin-left: 2em;
  position: relative;
}
.list_num_block ol > li:before {
  content: counter(item) ".";
  counter-increment: item;
  display: block;
  vertical-align: top;
  padding: 0 0.5em;
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .list_num_block ol > li:before {
    display: inline-block;
  }
}

.tb_col2_block table {
  width: 100%;
  font-size: 1.6rem;
}
.tb_col2_block table tr th,
.tb_col2_block table tr td {
  vertical-align: top;
  padding: 0.8em 1em;
  text-align: left;
}
.tb_col2_block table tr th {
  white-space: nowrap;
}

.blockFeatureTtl {
  display: flex;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  align-items: center;
}
.blockFeatureTtl .ttl {
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: bottom;
  padding: 0.5em 1em;
  border-radius: 10px;
  line-height: 1;
  margin-right: 0.5em;
}
.blockFeatureTtl .ttl > span {
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .blockFeatureTtl .ttl > span {
    font-size: 1.4rem;
  }
}
.blockFeatureTtl .ttl > span:nth-child(2) {
  font-size: 3.8rem;
  vertical-align: bottom;
  font-weight: 700;
}
@media (max-width: 768px) {
  .blockFeatureTtl .ttl > span:nth-child(2) {
    font-size: 3rem;
  }
}
.blockFeatureTtl .ttl_main {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .blockFeatureTtl .ttl_main {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.information .blockFeatureTtl .ttl {
  background-color: transparent;
  background-image: url("../images/bg_feature.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 10%;
  padding-top: 6%;
  position: relative;
}
@media (max-width: 768px) {
  .information .blockFeatureTtl .ttl {
    width: 80px;
    padding-top: 60px;
  }
}
.information .blockFeatureTtl .ttl > span {
  position: absolute;
}
.information .blockFeatureTtl .ttl > span:nth-child(1) {
  top: 10%;
  left: 12%;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .information .blockFeatureTtl .ttl > span:nth-child(1) {
    top: 15px;
    left: 10px;
    font-size: 1.2rem;
  }
}
.information .blockFeatureTtl .ttl > span:nth-child(2) {
  bottom: 13%;
  left: 45%;
}
@media (max-width: 768px) {
  .information .blockFeatureTtl .ttl > span:nth-child(2) {
    bottom: 15px;
    left: 45%;
    font-size: 3.2rem;
  }
}

.blockFeatureTxt {
  padding: 0 1em 3em;
}
.blockFeatureTxt p > span {
  font-size: 2rem;
  font-weight: 500;
  padding: 0 0.3em;
}

.blockMarkerTxt p > span {
  font-size: 2rem;
  font-weight: 500;
  padding: 0 0.3em;
  color: #603813 !important;
}

.accessMap {
  width: 100%;
  height: 300px;
}

.medtable {
  width: 100%;
}
@media (max-width: 768px) {
  .medtable {
    justify-content: flex-start;
    display: flex;
    gap: 3px;
  }
}
.medtable .flex {
  justify-content: center;
  align-items: stretch;
  gap: 0.1em;
}
@media (max-width: 768px) {
  .medtable .flex {
    flex-grow: 1;
  }
}
.medtable .flex > div {
  flex-basis: 10%;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .medtable .flex > div {
    display: block;
    height: 3em;
  }
}
.medtable .flex > div:first-child {
  flex-basis: 20%;
}
@media (max-width: 768px) {
  .medtable .flex > div:first-child {
    flex-basis: inherit;
    height: 120px;
  }
}
.medtable span {
  display: block;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .medtable span {
    font-size: 1.4rem;
  }
}
.medtable .th_line > div {
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5em 0.3em;
}
@media (max-width: 768px) {
  .medtable .th_line > div {
    font-size: 1.4rem;
  }
}
.medtable .td_am_line,
.medtable .td_pm_line {
  margin-top: 0.1em;
}
@media (max-width: 768px) {
  .medtable .td_am_line,
  .medtable .td_pm_line {
    font-size: 1.4rem;
  }
}
.medtable .td_am_line > div,
.medtable .td_pm_line > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.medtable .td_am_line > div p,
.medtable .td_pm_line > div p {
  line-height: 1.2;
  padding: 0.5em 0;
}

.img_line_cap {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .img_line_cap {
    padding-bottom: 10px;
  }
}

.img_line figure,
.img_line figure.wp-block-media-text__media,
.img_line_cap figure,
.img_line_cap figure.wp-block-media-text__media {
  margin: 20px;
  position: relative;
}
.img_line figure:before,
.img_line figure.wp-block-media-text__media:before,
.img_line_cap figure:before,
.img_line_cap figure.wp-block-media-text__media:before {
  content: "";
  display: block;
  background: url("../images/img_line_left.png") no-repeat top left;
  width: 20%;
  padding-top: 20%;
  position: absolute;
  top: -25px;
  left: -25px;
}
.img_line figure:after,
.img_line figure.wp-block-media-text__media:after,
.img_line_cap figure:after,
.img_line_cap figure.wp-block-media-text__media:after {
  content: "";
  display: block;
  background: url("../images/img_line_right.png") no-repeat bottom right;
  width: 20%;
  padding-top: 20%;
  position: absolute;
  bottom: -25px;
  right: -25px;
}

.img_line_cap .img_cap {
  text-align: center;
}

.arch_event .eventBlock {
  margin-bottom: 100px;
}
.arch_event .eventBlock ul li {
  display: block;
  width: 100%;
  background-color: #fff;
  line-height: 1.2;
  margin-bottom: 5px;
}
.arch_event .eventBlock ul li a {
  color: #603813;
  display: flex;
  padding: 2.5% 3.2%;
}
@media (max-width: 768px) {
  .arch_event .eventBlock ul li a {
    flex-direction: column;
  }
}
.arch_event .eventBlock ul li .card__time {
  display: inline-block;
}
@media (max-width: 768px) {
  .arch_event .eventBlock ul li .card__time {
    margin-bottom: 0.5em;
  }
}
.arch_event .eventBlock ul li .card__time:first-child {
  color: #603813;
  font-weight: 500;
  padding-right: 4em;
}
.arch_event .regulareventBlock ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .arch_event .regulareventBlock ul {
    flex-direction: column;
  }
}
.arch_event .regulareventBlock ul li {
  border-radius: 12px;
  padding: 1.5% 2.5%;
  line-height: 1.2;
  flex-basis: 50%;
  margin: 0 1.25%;
}
.arch_event .regulareventBlock ul li:nth-child(odd) {
  margin-left: 0;
}
@media (max-width: 768px) {
  .arch_event .regulareventBlock ul li:nth-child(odd) {
    margin-right: 0;
  }
}
.arch_event .regulareventBlock ul li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .arch_event .regulareventBlock ul li:nth-child(even) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .arch_event .regulareventBlock ul li {
    margin: 0 5% 5%;
  }
}
.arch_event .regulareventBlock ul li p.title {
  font-size: 2.4rem;
  font-weight: 500;
}
.arch_event .regulareventBlock ul li p.explanation {
  font-weight: 500;
}
.arch_event .regulareventBlock .btn_re {
  display: inline-block;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  padding: 0 2em;
}
.arch_event .regulareventBlock .btn_re:hover {
  opacity: 1;
}

.table_index {
  display: flex;
}
@media (max-width: 768px) {
  .table_index {
    display: block;
  }
}
.table_index .index_cont {
  white-space: nowrap;
  padding: 0.5em;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .table_index .index_cont {
    text-align: left;
  }
}
.table_index .index_cont span {
  position: relative;
  padding: 0 1em;
  display: block;
}
@media (max-width: 768px) {
  .table_index .index_cont span {
    padding: 0;
  }
}
.table_index .cont {
  padding: 0.5em 1em;
}

.listBtn_block {
  margin-bottom: 5em;
}
.listBtn_block ul {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .listBtn_block ul {
    display: block;
  }
}
.listBtn_block ul li {
  padding: 0.5em 1.5em;
  text-align: center;
}

.borderBlock_gr {
  padding: 3em;
  border-radius: 3em;
  text-align: center;
  background-image: url("../images/mark_tree2.png"), url("../images/mark_tree2.png");
  background-repeat: no-repeat;
  background-position: left -20px top, right -20px bottom;
  background-size: 15%;
}
@media (max-width: 768px) {
  .borderBlock_gr {
    padding: 1em;
    background-position: left 5px top, right 5px bottom;
  }
}
.borderBlock_gr .title {
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  padding: 0.3em 1em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .frame_box {
    background-color: #e2eec4;
    border-radius: 20px;
  }
  .frame_box .list_block {
    padding: 20px;
  }
}

#section-fever-clinic {
  padding: 4rem 1rem;
}
#section-fever-clinic .contact-wrapper {
  gap: 5rem;
}
#section-fever-clinic .contact-info .phone {
  display: inline-block;
  padding: 1rem 3.4rem;
}
#section-fever-clinic .contact-pcr-image {
  margin-top: 2rem;
  width: 100%;
  max-width: 350px;
}
#section-fever-clinic .contact-pcr-image img {
  border-radius: 1.7rem;
}
#section-fever-clinic .contact-pcr-image figcaption {
  text-align: center;
}

@media (min-width: 1040px) {
  .home-medical-care-content {
    margin-right: -7rem;
  }
}
@media (min-width: 769px) {
  .home-medical-care-content img {
    max-width: 30vw;
  }
}

.area-map {
  text-align: center;
}

.carousel {
  padding: 5rem 0 2rem;
}

@media (min-width: 1040px) {
  #section-who-is-it-for {
    margin-top: -22rem;
  }
}

.reservation-btn-wrapper {
  display: grid;
  gap: 4.4rem 3.7rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}
.reservation-btn-wrapper a {
  max-width: 57rem;
}
.reservation-btn-wrapper a:nth-child(3) {
  grid-column: 1/3;
  width: 100%;
  margin: 0 auto;
}
.reservation-btn-wrapper .btn-phone {
  flex-direction: column;
}
.reservation-btn-wrapper .btn-phone::after {
  content: none;
}
.reservation-btn-wrapper .btn-phone .inner-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 2rem;
}
.reservation-btn-wrapper .btn-phone .phone {
  font-size: 4.2rem;
}
.reservation-btn-wrapper .btn-phone .phone::before {
  margin-left: -2rem;
}
.reservation-btn-wrapper .btn-phone .phone .phone-hours {
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .reservation-btn-wrapper {
    grid-template-columns: auto;
  }
  .reservation-btn-wrapper a:nth-child(3) {
    grid-column: auto;
  }
}

.blog .news-list {
  margin-top: 8rem;
  border: none;
  background-color: #efefef;
}

.pagination {
  margin-bottom: 5rem;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.pagination .nav-links > * {
  display: inline-block;
  padding: 0 1rem;
}
.pagination .nav-links .current {
  font-weight: 700;
}
.pagination .nav-links a.page-numbers {
  text-decoration: none;
}
.pagination .nav-links a img {
  width: 1em;
}
.pagination .nav-links .prev {
  margin-right: 1rem;
  transform: rotate(180deg);
}
.pagination .nav-links .next {
  margin-left: 1rem;
}

.news-content {
  margin-top: 4.5rem;
  margin-bottom: 6.3rem;
}
.news-content p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
