@charset "UTF-8";
/* ========================================
    variables
======================================== */
/* ========================================
    mixin
======================================== */
/* ========================================
    base
======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  letter-spacing: 0.7px;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #666666;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

html {
  /* rem基準を10pxに（1rem = 10px）。既存コンポーネントがこの前提で作られている */
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  /* 旧: html,body両方に62.5%が掛かりbodyが6.25pxになる不具合を修正。16pxを基準に */
  font-size: 1.6rem;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active, a:focus {
  color: inherit;
  cursor: pointer;
}
a .anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

p {
  line-height: 1.6;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: initial;
}

figure {
  margin: 0;
}

#main {
  padding-top: 3rem;
}
@media (max-width: 600px) {
  #main {
    padding-top: 2rem;
  }
}

:target,
h1, h2, h3, h4,
.inner-page,
.sec-title--inner,
.specialty {
  scroll-margin-top: 120px;
}
@media (max-width: 600px) {
  :target,
  h1, h2, h3, h4,
  .inner-page,
  .sec-title--inner,
  .specialty {
    scroll-margin-top: 96px;
  }
}

.carousel-indicators [data-bs-target] {
  border: 2px solid #F69C9E;
  height: 5px;
  border-radius: 10px;
}

.small-t1 {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

.small-t2 {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.pt-6 {
  padding-top: 6rem;
}
@media (min-width: 600px) and (max-width: 768px) {
  .pt-6 {
    padding-top: 5rem;
  }
}
@media (max-width: 600px) {
  .pt-6 {
    padding-top: 4rem;
  }
}

.pt-1 {
  padding-top: 15px;
}

.pb-6 {
  padding-bottom: 6rem;
}
@media (min-width: 600px) and (max-width: 768px) {
  .pb-6 {
    padding-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .pb-6 {
    padding-bottom: 4rem;
  }
}

.mt-10 {
  margin-top: 10rem;
}
@media (min-width: 600px) and (max-width: 768px) {
  .mt-10 {
    margin-top: 6rem;
  }
}
@media (max-width: 600px) {
  .mt-10 {
    margin-top: 5rem;
  }
}

@media (max-width: 1025px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .sp-lr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.home-small {
  max-width: 1240px;
}

.product-hidden {
  display: none;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  h1 {
    font-size: 6vw;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 600px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-weight: 300;
  font-size: 2.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 2.2rem;
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.8rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  p {
    font-size: 1.5rem;
  }
}

small {
  font-size: 10px;
}

.home-title h2 span {
  padding: 20px;
  position: relative;
  font-size: 40px;
  display: inline-block;
}
@media (max-width: 600px) {
  .home-title h2 span {
    font-size: 20px;
    padding: 15px;
  }
}
.home-title h2 span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F69C9E;
  border-radius: 20px;
}

.home-subtitle {
  margin: 30px 0;
}
.home-subtitle p {
  font-size: 15px;
  line-height: 2.2;
}
@media (max-width: 600px) {
  .home-subtitle p {
    text-align: left;
    color: #666666;
  }
}

.color-primary {
  color: #C94F55;
}

.type-02 {
  margin-bottom: 1px;
}
.type-02 h2 {
  color: #666666;
  font-weight: 300;
}
.type-02 h2::before {
  content: none;
}

.small-title {
  text-align: center;
  width: 100%;
}
.small-title h3 {
  color: #F69C9E;
  font-size: 40px;
  display: inline-block;
}

.view-more-text {
  font-size: 14px;
  font-family: "A Cursive", sans-serif;
  color: red;
}
.view-more-text a {
  text-decoration: underline;
}
.view-more-text a:hover {
  opacity: 0.6;
}
@media (max-width: 600px) {
  .view-more-text {
    line-height: 1.5;
  }
}

.btn-01 {
  display: inline-block;
  font-size: 1.6rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #C94F55;
  border-radius: 12px;
  min-width: 220px;
  padding: 15px 0;
}
@media (max-width: 600px) {
  .btn-01 {
    background-color: #C94F55;
  }
}
.btn-01 span {
  color: #fff;
}
.btn-01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border: 1px solid #F69C9E;
}
.btn-01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(93.9705882353%, 33.6764705882%, 35.0163398693%);
  transition: all 0.3s;
  z-index: -1;
}
.btn-01:hover {
  color: #fff;
}
.btn-01:hover span {
  color: #fff;
}
.btn-01:hover:before {
  width: 100%;
}

.animate-slide {
  position: relative;
  overflow: hidden;
}
.animate-slide::before {
  position: absolute;
  display: table;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFC0CB;
  animation-name: example;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  top: 0;
  left: 0;
  animation-delay: 0.3s;
  z-index: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.animate-slide--delay02::before {
  animation-delay: 1.3s;
}
.animate-slide--delay03::before {
  animation-delay: 2.3s;
}

.sec-title--center {
  text-align: center;
  color: #F69C9E;
}

.bb-01 {
  position: relative;
}
.bb-01:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  background: #FEE882;
  border-radius: 20px;
}

@keyframes example {
  100% {
    transform: translateX(100%);
    visibility: hidden;
  }
}
form {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}
form .form-control {
  padding: 1rem;
}
form .form-group {
  padding: 25px 0;
}
@media (max-width: 600px) {
  form .form-group label {
    margin-bottom: 10px;
  }
}
form .form-group input, form .form-group textarea {
  font-size: 16px;
}
form .form-group input::placeholder, form .form-group textarea::placeholder {
  opacity: 0.6;
}
form .form-group textarea {
  margin-bottom: 3rem;
}
form .form-group {
  border-bottom: 1px solid #ccc;
}
form .form-group:first-child {
  padding-top: 0;
}
form .form-group:last-child {
  margin-top: 2rem;
  border: none;
}
form .cf7_req {
  color: #fff;
  background-color: red;
  padding: 2px 6px;
  margin-left: 10px;
  font-size: 12px;
}
form .btn {
  font-size: 20px;
  padding: 12px;
  width: 200px;
  margin-top: 30px;
}

form ul {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.header {
  width: 100%;
  position: fixed;
  background: rgba(246, 156, 158, 0.85);
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
  font-weight: 500;
  transition: all 0.5s;
}
.header--top {
  background-color: rgb(95.637254902%, 52.0098039216%, 52.9793028322%);
  text-align: right;
  border-bottom: 1px solid #fff;
}
.header--top span {
  padding: 5px 10px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
}
.header--inner {
  display: block;
  padding-top: 15px;
}
@media (max-width: 1025px) {
  .header--inner {
    padding-bottom: 15px;
  }
}
.header--inner__top {
  color: #fff;
  display: flex;
  max-height: 100%;
  justify-content: space-between;
  align-items: center;
}
.header--inner__top .hi-pc {
  width: 65%;
}
.header--inner__top .hi-pc--phone {
  display: flex;
  align-items: end;
  justify-content: end;
  margin-right: 30px;
}
.header--inner__top .hi-pc--phone__txt01 {
  font-size: 12px;
  margin-right: 20px;
}
.header--inner__top .hi-pc--phone__txt02 {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 1.4;
}
.header--inner__nav {
  margin-top: 10px;
  width: 100%;
  font-size: 15px;
}
.header--inner__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header--inner__nav ul li {
  position: relative;
}
.header--inner__nav ul li::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  border-bottom: 2px solid;
  border-bottom-color: #fff;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: right 0.5s;
}
.header--inner__nav ul li:hover:after {
  right: 0;
}
.header--inner__nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.header--inner__nav ul li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header--inner__nav ul li.menu-item-has-children:hover {
  transition: 3s ease;
}
.header--inner__nav ul li.menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #fff;
  width: 280px;
  color: #F69C9E;
  font-size: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
}
.header--inner__nav ul li.menu-item-has-children .sub-menu li {
  padding: 12px 0;
}
.header--inner__nav ul li.menu-item-has-children .sub-menu li::after {
  border-bottom-color: #F69C9E;
}
.header--inner__nav ul li.menu-item-has-children .sub-menu li a {
  display: block;
  padding-left: 15px;
}
.header--inner__nav ul li.menu-item-has-children .sub-menu li a:before {
  content: none;
}
@media (min-width: 1025px) {
  .header .hi-toggle {
    display: none;
  }
}
.header .hi-toggle {
  height: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 2;
  color: #fff;
}
.header .hi-toggle .open-text {
  display: block;
  font-size: 12px;
}
.header .sp-nav {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  background: rgba(246, 156, 158, 0.9);
  overflow: scroll;
  transition: all 0.3s linear;
}
@media (min-width: 1025px) {
  .header .sp-nav {
    display: none;
  }
}
.header .sp-nav--close {
  height: 65px;
}
.header .sp-nav--close .hi-toggle {
  float: right;
}
.header .sp-nav--close .hi-toggle:after {
  content: "";
  display: table;
  clear: both;
}
.header .sp-nav--block {
  padding: 5px 20px;
  height: 100vh;
}

.showMenu {
  visibility: visible !important;
  opacity: 1 !important;
}

.move-up {
  transform: translateY(-30px);
}

.hi-logo {
  display: inline-block;
  width: 270px;
  display: flex;
  align-items: center;
  padding-bottom: 7px;
}
@media (max-width: 1025px) {
  .hi-logo {
    padding-left: 10px;
    padding-bottom: 0;
  }
}
.hi-logo figure {
  height: 70px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 600px) {
  .hi-logo figure {
    margin-right: 15px;
    height: 55px;
  }
}
.hi-logo figure img {
  height: 100%;
}
.hi-logo figure:after {
  content: "";
  display: table;
  clear: both;
}
.hi-logo .logo-txt {
  height: 100%;
  display: inline-block;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 600px) {
  .hi-logo .logo-txt {
    line-height: 1.5;
  }
}
.hi-logo .logo-txt--kana {
  font-size: 24px;
  letter-spacing: 4px;
}
@media (max-width: 600px) {
  .hi-logo .logo-txt--kana {
    font-size: 19px;
    letter-spacing: 5px;
  }
}
.hi-logo .logo-txt--roma {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.footer {
  background-color: rgb(95.4705882353%, 50.1764705882%, 51.1830065359%);
  color: #fff;
}
@media (min-width: 600px) and (max-width: 768px) {
  .footer {
    padding-bottom: 8rem;
  }
}
@media (max-width: 600px) {
  .footer {
    padding-bottom: 6rem;
  }
}
.footer .timetable--title {
  color: #fff;
}
.footer .timetable--t1 table tr th, .footer .timetable--t1 table tr td {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
.footer .timetable--t1 h4 {
  color: #fff;
}
.footer .timetable--t1 ul li::before {
  background-color: #fff;
}
.footer--nav {
  background-color: #fff;
  padding: 10px 0;
  margin-top: 4rem;
}
.footer--nav .nav-item li {
  color: #F69C9E;
}
.footer--nav .nav-item li:after {
  border-bottom-color: #F69C9E;
}
.footer .reserve--item {
  background-color: #fff;
  color: #F69C9E;
}
.footer .reserve--item .yoyaku--link {
  color: #fff;
  background-color: rgb(95.637254902%, 52.0098039216%, 52.9793028322%);
  border-color: #F69C9E;
}
.footer .reserve--item .yoyaku--link:hover {
  background-color: #fff;
  color: #F69C9E;
}
.footer .copyright {
  margin: 20px 0;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 600px) {
  .footer .hi-logo {
    padding-left: 0;
  }
}

.contact {
  font-size: 14px;
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .contact {
    padding-top: 10px;
  }
}

.number {
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #F69C9E;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .back-to-top {
    bottom: 90px;
  }
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top:hover {
  opacity: 0.5;
}

.sidebar-fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #fff;
}
.sidebar-fixed--item {
  background: rgb(95.137254902%, 46.5098039216%, 47.5904139434%);
  border-radius: 10px 0 0 10px;
  height: 200px;
}
.sidebar-fixed--item:first-child {
  margin-bottom: 20px;
}
.sidebar-fixed--item a {
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-fixed--item:hover {
  opacity: 0.8;
}
.sidebar-fixed--item span {
  font-size: 16px;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.4;
}

.bottom-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  background: rgb(95.637254902%, 52.0098039216%, 52.9793028322%);
  border-top: 3px solid #fff;
  z-index: 995;
}
@media (max-width: 600px) {
  .bottom-fixed {
    border-top-width: 2px;
  }
}
.bottom-fixed--item {
  flex: 1 1 0;
  min-width: 0;
}
.bottom-fixed--item:not(:last-child) {
  border-right: 2px solid #fff;
}
.bottom-fixed--item a {
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 600px) {
  .bottom-fixed--item a {
    font-size: 12px;
    padding: 8px 3px;
  }
}
.bottom-fixed--item a .item-img {
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .bottom-fixed--item a .item-img {
    height: 30px;
    width: 30px;
  }
}
.bottom-fixed--item a .item-img img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}
.bottom-fixed--item a .item-img i {
  color: rgb(95.637254902%, 52.0098039216%, 52.9793028322%);
  font-size: 16px;
}

.slider {
  padding-top: 9.1rem;
  background-color: #fff;
  padding-bottom: 1vw;
}
.slider {
  position: relative;
}
.slider--cut {
  overflow: hidden;
  position: relative;
}
.slider .carousel-item img {
  max-width: none;
  max-height: 820px;
  object-fit: cover;
  object-position: 50% 22%;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .slider .carousel-item img {
    width: 112% !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .slider .carousel-item img {
    width: 118% !important;
  }
}

/* ヒーローのキャッチ・CTA（PCはフロストパネルで画像に重ね、SPは画像下に配置） */
.hero-copy {
  background: #FFFAF1;
  padding: 26px 20px 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .hero-copy {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    width: min(42%, 500px);
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(6px);
    padding: 34px 38px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    z-index: 3;
  }
}
.hero-copy--eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #C94F55;
  margin: 0 0 12px;
}
@media (max-width: 600px) {
  .hero-copy--eyebrow {
    font-size: 12px;
  }
}
.hero-copy--title {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(22px, 2.7vw, 32px);
  font-weight: 600;
  line-height: 1.5;
  color: #1a1311;
  margin: 0 0 14px;
}
.hero-copy--title em {
  font-style: normal;
  color: #C94F55;
}
.hero-copy--lead {
  font-size: 16px;
  line-height: 1.85;
  color: #555;
  margin: 0 0 20px;
}
@media (max-width: 600px) {
  .hero-copy--lead {
    font-size: 15px;
  }
}
.hero-copy--cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.hero-copy--badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.hero-copy--badges li {
  font-size: 13px;
  color: #7F5021;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 600px) {
  .hero-copy--badges li {
    font-size: 12px;
  }
}
.hero-copy--badges li i {
  color: #436E5F;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
@media (max-width: 600px) {
  .hero-btn {
    flex: 1 1 auto;
    padding: 12px 16px;
    font-size: 15px;
  }
}
.hero-btn i {
  font-size: 1.05em;
}
.hero-btn--line {
  background: #06C755;
}
.hero-btn--line:hover {
  background: rgb(2.0017216643%, 66.3904351985%, 28.3577235772%);
  color: #fff;
}
.hero-btn--tel {
  background: #C94F55;
}
.hero-btn--tel:hover {
  background: rgb(74.8412617221%, 22.9626598465%, 25.5140664962%);
  color: #fff;
}

.sec-01 {
  color: #7F5021;
}
.sec-01 .sns-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.sec-01 .sns-links a {
  display: inline-flex;
}
.sec-01 .sns-links img {
  height: 40px;
  width: auto;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .sec-01 .sns-links img {
    height: 34px;
  }
}
.sec-01 .hi-logo {
  padding-left: 0;
  margin-bottom: 10px;
}
.sec-01 .logo-txt--kana {
  color: #F69C9E;
}
.sec-01 .logo-txt--roma {
  color: #7F5021;
}
.sec-01 .access-tel {
  font-size: 22px;
}
@media (max-width: 600px) {
  .sec-01 .access-tel {
    font-size: 20px;
  }
}
.sec-01--access {
  margin-bottom: 2rem;
}
.sec-01 .staff-boushi {
  display: inline-block;
  color: #fff;
  padding: 12px 30px;
  background-color: blue;
  border-radius: 5px;
  margin-left: 20px;
}
.sec-01 .staff-boushi:hover {
  opacity: 0.8;
}
.sec-01 .sunday-open-btn-wrap {
  flex: 0 0 100%;
  margin-top: 12px;
  margin-bottom: 0;
}
.sec-01 .sunday-open-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #F37779;
  border-radius: 5px;
  padding: 12px 0;
  width: 320px;
  max-width: 100%;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.sec-01 .sunday-open-btn:hover {
  color: #fff !important;
  opacity: 0.85;
}
.sec-01 .sunday-open-btn--img {
  background-color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sec-01 .sunday-open-btn--img i {
  color: #F37779;
  font-size: 15px;
  line-height: 1;
}

.timetable {
  padding: 40px 0;
}
.timetable--title {
  text-align: center;
  font-size: 20px;
  color: #F69C9E;
}
.timetable--t1 h4 {
  font-size: 18px;
  color: #F69C9E;
}
.timetable--t1 ul li {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}
.timetable--t1 ul li:before {
  position: absolute;
  left: 1px;
  margin-top: 7px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #F69C9E;
}
.timetable--t1 table {
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}
.timetable--t1 table thead {
  border-bottom: none;
}
.timetable--t1 table tr {
  text-align: center;
  border-bottom: 1px solid #bbb;
}
.timetable--t1 table tr td:first-child {
  width: 140px;
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .timetable--t1 table tr td:first-child {
    width: 95px;
    padding-left: 0;
  }
}
.timetable--t1 table tr td:nth-child(2) {
  width: 80px;
  text-align: center;
}
@media (max-width: 600px) {
  .timetable--t1 table tr td:nth-child(2) {
    width: 25px;
  }
}
.timetable--t1 table tr td:nth-child(3) {
  text-align: left;
  padding-left: 25px;
}
@media (max-width: 600px) {
  .timetable--t1 table tr td:nth-child(3) {
    padding-left: 7px;
  }
}
@media (max-width: 400px) {
  .timetable--t1 table tr td:nth-child(3) {
    padding-left: 30px;
  }
}
.timetable--t1 table tr th, .timetable--t1 table tr td {
  color: transparent;
  text-shadow: 0 0 0 #7F5021;
  padding: 10px 0;
  background-color: inherit;
  border: none;
}
@media (max-width: 600px) {
  .timetable--t1 table tr td span {
    display: inline-block;
  }
}

.sec-bg {
  width: 100%;
  position: relative;
  height: 400px;
}
.sec-bg--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-bg--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sec-bg .sec-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(246, 156, 158, 0.5);
  color: #fff;
}
.sec-bg .sec-title--inner {
  padding: 20px 0;
  letter-spacing: 2px;
}
.sec-bg .sec-title--inner h2 {
  font-size: 38px;
  margin: 0;
}
@media (min-width: 600px) and (max-width: 768px) {
  .sec-bg .sec-title--inner h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .sec-bg .sec-title--inner h2 {
    font-size: 24px;
  }
}
.sec-bg .sec-title--inner p {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .sec-bg .sec-title--inner p {
    font-size: 16px;
  }
}

.oshirase {
  color: #F69C9E;
  font-weight: 400;
  position: relative;
  height: 600px;
}
.oshirase--bg {
  position: absolute;
  width: 100%;
  opacity: 0.85;
  top: 0;
  left: 0;
  height: 100%;
}
.oshirase--bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .oshirase {
    height: auto;
    padding: 2.5rem 0;
  }
}
.oshirase--inner {
  width: 1000px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1025px) {
  .oshirase--inner {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .oshirase--inner {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    transform: none;
    width: 95%;
    margin: 0 auto;
  }
}
.oshirase--list {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.oshirase--list li {
  padding: 15px 15px;
  border-bottom: 1px solid #bbb;
  display: flex;
  font-size: 16px;
  color: #7F5021;
}
.oshirase--list li:first-child {
  border-top: 1px solid #bbb;
}
@media (max-width: 600px) {
  .oshirase--list li {
    flex-direction: column;
  }
}
.oshirase--list li .oshirase-date {
  min-width: 290px;
}
@media (max-width: 600px) {
  .oshirase--list li .oshirase-date {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.oshirase--list li .oshirase-date span {
  border: 1px solid #F69C9E;
  padding: 5px;
  width: 110px;
  font-size: 14px;
  color: #F69C9E;
  margin-left: 20px;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 600px) {
  .oshirase--list li .oshirase-date span {
    font-size: 12px;
    padding: 3px;
    width: 100px;
  }
}
.oshirase--list li .oshirase-link {
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.oshirase--list li .oshirase-link:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .oshirase--list li .oshirase-link {
    letter-spacing: 1px;
    font-size: 15px;
  }
}

.topics .sec-title--inner {
  text-align: center;
  color: #F69C9E;
  margin-bottom: 2rem;
}
.topics--box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .topics--box {
    flex-wrap: wrap;
  }
}
.topics--box__item {
  width: 33%;
  padding: 30px 10px;
  display: flex;
}
.topics--box__item:last-child {
  padding-left: 20px;
}
@media (max-width: 1025px) {
  .topics--box__item {
    width: 49%;
    border: 2px solid #F69C9E;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .topics--box__item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .topics--box__item {
    width: 100%;
  }
}
.topics--box__item .item-img {
  min-width: 95px;
  display: inline-block;
}
@media (max-width: 1025px) {
  .topics--box__item .item-img {
    min-width: 50px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .topics--box__item .item-img {
    min-width: 55px;
  }
}
@media (max-width: 600px) {
  .topics--box__item .item-img {
    min-width: 55px;
  }
}
.topics--box__item .item-img figure {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #F69C9E;
}
@media (max-width: 1025px) {
  .topics--box__item .item-img figure {
    width: 40px;
    height: 40px;
    padding: 6px;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .topics--box__item .item-img figure {
    padding: 0;
    border-radius: 0;
    border: none;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .topics--box__item .item-img figure {
    padding: 0;
    border-radius: 0;
    border: none;
  }
}
.topics--box__item .item-img figure img {
  max-height: 60px;
  max-width: 55px;
}
@media (max-width: 1025px) {
  .topics--box__item .item-img figure img {
    width: 100%;
    height: 100%;
  }
}
.topics--box__item .item-txt {
  font-size: 14px;
}
.topics--box__item .item-txt--title {
  font-size: 18px;
  color: #7F5021;
  border-bottom: 3px solid #FEE882;
  margin-bottom: 10px;
}
.topics--box__item .item-txt--title:hover {
  opacity: 0.8;
}
.topics--box__item .item-txt p {
  font-size: 15px;
}
.topics--box .staff-border {
  padding-top: 0px;
}
@media (max-width: 1025px) {
  .topics--box .staff-border {
    padding: 0;
    border: none;
  }
}
.topics--box .staff-border .blink-border {
  border: 3px solid blue;
  border-radius: 8px;
  animation: blinker 1s infinite;
  display: flex;
  width: 100%;
  padding: 30px 15px;
}
@media (max-width: 1025px) {
  .topics--box .staff-border .blink-border {
    padding: 15px;
  }
}
@keyframes blinker {
  50% {
    border-color: rgba(0, 0, 255, 0.1);
  }
}

.info {
  background-color: #f17c7f;
}
.info .sec-title--inner {
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.info ul {
  padding: 0 5%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .info ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .info ul {
    padding: 0;
  }
}
.info ul li {
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (min-width: 600px) and (max-width: 768px) {
  .info ul li {
    margin-right: 20px;
  }
  .info ul li:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .info ul li {
    margin-right: 3vw;
  }
  .info ul li:nth-child(3) {
    margin-right: 0;
  }
  .info ul li:nth-child(1) {
    margin-right: 10px;
  }
}
.info ul li:last-child {
  margin-right: 0;
}
.info ul li .info--link {
  color: #fff;
}
.info ul li .info--link:hover .info--link__img {
  transform: translateY(10px);
}
.info ul li .info--link__img {
  transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  background-color: #fff;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 768px) {
  .info ul li .info--link__img {
    height: 130px;
    width: 130px;
  }
}
@media (max-width: 600px) {
  .info ul li .info--link__img {
    height: 110px;
    width: 110px;
  }
}
@media (max-width: 375px) {
  .info ul li .info--link__img {
    height: 100px;
    width: 100px;
  }
}
.info ul li .info--link__img img {
  object-fit: cover;
  height: 100%;
  transition: transform 0.3s linear;
}
.info ul li .info--link__txt {
  transition: all 0.3s linear;
  margin-top: 20px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 2.5px;
}
.info ul li .info--link__txt span {
  display: block;
}
@media (max-width: 600px) {
  .info ul li .info--link__txt {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  .info ul li .info--link__txt {
    font-size: 15px;
  }
}
.info--txt {
  text-align: center;
  color: #7F5021;
  padding: 4rem 0;
}
@media (max-width: 600px) {
  .info--txt {
    padding: 3rem 0;
  }
}
.info--txt h3 {
  font-size: 20px;
}
@media (max-width: 600px) {
  .info--txt h3 {
    font-size: 16px;
  }
}

.home-blog {
  max-width: 600px;
  margin: 0 auto;
}
.home-blog ul {
  margin-top: 3rem;
}
.home-blog ul li {
  padding: 15px 10px;
}
.home-blog ul li .oshirase-date {
  min-width: 150px;
}
.home-blog ul li {
  border-bottom: 2px dotted #F69C9E;
}
.home-blog ul li:first-child {
  border-top: 2px dotted #F69C9E;
}
.home-blog--ba {
  background: rgba(246, 156, 158, 0.1);
  padding: 20px 0;
  margin-bottom: 3rem;
}
.home-blog--ba p {
  text-align: center;
  color: #F69C9E;
}
@media (max-width: 600px) {
  .home-blog--ba p {
    font-size: 3.6vw;
  }
}
.home-blog--ba__link {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.home-blog--ba__link a {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #F69C9E;
  padding: 10px;
  max-width: 350px;
  width: 350px;
  text-align: center;
  color: #F69C9E;
  border-radius: 10px;
  background-color: #fff;
}
.home-blog--ba__link a:first-child {
  margin-bottom: 20px;
}
.home-blog--ba__link a:hover {
  opacity: 0.8;
  background-color: inherit;
}
@media (max-width: 600px) {
  .home-blog--ba__link a span {
    display: block;
  }
  .home-blog--ba__link a {
    width: 300px;
  }
}

.home-map {
  height: 450px;
  margin-top: 8rem;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .home-map {
    height: 400px;
  }
}

.shiharai--title {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .shiharai--title {
    max-width: 300px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .shiharai--title {
    max-width: 360px;
  }
}
.shiharai {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.shiharai--item {
  max-width: 200px;
  margin-right: 20px;
}
.shiharai--item img {
  width: 100%;
}

.view-more span {
  padding: 6px;
  background: transparent;
  border: 1px solid #F69C9E;
  width: 240px;
  display: inline-block;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .view-more span {
    background-color: transparent;
    border-color: #fff;
  }
}
@media (min-width: 1025px) {
  .view-more:hover span {
    background-color: #F69C9E;
    color: #fff;
  }
}

.reserve {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.reserve--item {
  width: 48%;
  background-color: #f17c7f;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  padding: 20px 20px 40px;
}
@media (min-width: 600px) and (max-width: 768px) {
  .reserve--item {
    width: 100%;
  }
  .reserve--item:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .reserve--item {
    width: 100%;
    padding: 10px 10px 20px;
    border-radius: 10px;
  }
  .reserve--item:first-child {
    margin-bottom: 30px;
  }
}
.reserve--item h2 {
  font-weight: 500;
}
@media (max-width: 600px) {
  .reserve--item h3 {
    font-size: 20px;
  }
}
.reserve--item .yoyaku {
  margin-top: 3rem;
  padding: 0 30px;
}
@media (max-width: 600px) {
  .reserve--item .yoyaku {
    padding: 0 10px;
  }
}
.reserve--item .yoyaku--link:first-child {
  margin-bottom: 3rem;
}
.reserve--item .yoyaku--link {
  border-radius: 10px;
  color: #F69C9E;
  width: 100%;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  padding: 15px 0;
}
@media (max-width: 600px) {
  .reserve--item .yoyaku--link {
    font-size: 4vw;
  }
}
.reserve--item .yoyaku--link .yoyaku-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #F69C9E;
  background-color: #fff;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 9px;
}
.reserve--item .yoyaku--link .yoyaku-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .reserve--item .yoyaku--link .yoyaku-img {
    width: 40px;
    height: 40px;
  }
}
.reserve--item .yoyaku--link span {
  width: 70%;
}
@media (max-width: 600px) {
  .reserve--item .yoyaku--link span {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .reserve--item .yoyaku--link i {
    display: none;
  }
}
.reserve--item .yoyaku--link {
  transition: all 0.3s linear;
}
.reserve--item .yoyaku--link:hover {
  background-color: #F69C9E;
  color: #fff;
}

.pc-nav {
  padding: 0px 0;
}
.pc-nav .nav-item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .pc-nav .nav-item {
    flex-direction: column;
  }
}
.pc-nav .nav-item li {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 1025px) {
  .pc-nav .nav-item li {
    font-size: 14px;
  }
}
.pc-nav .nav-item li:first-child a {
  margin-top: 0;
}
.pc-nav .nav-item li a {
  display: block;
  margin-top: 20px;
}
.pc-nav .nav-item li a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f101";
  margin-right: 8px;
}
@media (max-width: 1025px) {
  .pc-nav .nav-item li a {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    color: #F69C9E;
  }
}
.pc-nav .nav-item li .sub-menu {
  margin-top: 5px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1025px) {
  .pc-nav .nav-item li .sub-menu li {
    margin-bottom: 5px;
  }
}
.pc-nav .nav-item li .sub-menu li a {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
  position: relative;
  margin-top: 8px;
}
@media (max-width: 1025px) {
  .pc-nav .nav-item li .sub-menu li a {
    background-color: transparent;
    color: #fff;
    padding: 0;
    margin: 0;
  }
}
.pc-nav .nav-item li .sub-menu li a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 1025px) {
  .pc-nav .nav-item li a:hover {
    color: #bbb;
  }
}

.slide {
  background-color: #F8F4E6;
}
@media (max-width: 600px) {
  .slide {
    padding-right: 0;
    padding-left: 0;
  }
}
.slide--box {
  padding: 70px 0px;
}
@media (max-width: 600px) {
  .slide--box {
    padding: 40px 0;
  }
}
.slide--box__img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .slide--box__img {
    border-radius: 10px;
  }
}
.slide--box__img img {
  max-width: 100%;
}
.slide--box__img {
  margin: 0 10px;
}

.mw-900px {
  max-width: 900px;
  margin: 0 auto;
}

.bg-top {
  width: 100%;
  position: relative;
}
@media (max-width: 1025px) {
  .bg-top {
    margin-bottom: 2rem;
  }
}
.bg-top figure {
  overflow: hidden;
  height: 400px;
  margin: 0;
  position: relative;
}
.bg-top figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1311;
  opacity: 0.1;
}
@media (max-width: 600px) {
  .bg-top figure {
    height: 250px;
  }
}
.bg-top figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bg-top--txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}
.bg-top--txt span, .bg-top--txt h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding: 30px 0;
  color: #C94F55;
  border-radius: 10px;
  display: inline-block;
}
@media (max-width: 600px) {
  .bg-top--txt span, .bg-top--txt h1 {
    font-size: 20px;
    padding: 20px 0;
  }
}

.inner-page {
  margin-top: 9rem;
  padding-bottom: 10rem;
}
@media (max-width: 600px) {
  .inner-page {
    padding-bottom: 7rem;
  }
}
@media (max-width: 1025px) {
  .inner-page {
    margin-top: 9.8rem;
  }
}
@media (max-width: 600px) {
  .inner-page {
    margin-top: 9.4rem;
  }
}
.inner-page .page-details h2 {
  font-size: 24px;
  margin: 30px 0;
  color: #7F5021;
}
@media (max-width: 600px) {
  .inner-page .page-details h2 {
    font-size: 20px;
  }
}
.inner-page .page-details h2 {
  padding: 8px 15px;
  border-bottom: 2px solid #7F5021;
  border-left: 5px solid #7F5021;
}
.inner-page .page-details h3 {
  font-size: 22px;
  margin: 30px 0;
  color: #7F5021;
  background: rgba(246, 156, 158, 0.4);
  padding: 8px 15px;
}
@media (max-width: 600px) {
  .inner-page .page-details h3 {
    font-size: 18px;
  }
}
.inner-page .page-details h4 {
  font-size: 20px;
  margin: 15px 0;
  color: #7F5021;
  display: flex;
  align-items: center;
}
.inner-page .page-details h4::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7F5021;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .inner-page .page-details h4 {
    font-size: 17px;
  }
}
.inner-page .page-details h5 {
  font-size: 19px;
  margin: 15px 0;
  color: #7F5021;
}
@media (max-width: 600px) {
  .inner-page .page-details h5 {
    font-size: 17px;
  }
}
.inner-page .page-details ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.inner-page .page-details ul li {
  margin-bottom: 8px;
}
.inner-page .single-title {
  color: #7F5021;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 4rem;
}
.inner-page p {
  font-size: 16px;
}
.inner-page .wp-block-table {
  margin: 30px 0;
}
.inner-page table {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .inner-page table tbody {
    font-size: 14px;
  }
}
.inner-page table tr th {
  background-color: #eee;
}
.inner-page table tr th:first-child {
  min-width: 150px;
}
.inner-page ul.cat-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
.inner-page ul.cat-list li {
  width: 100%;
  margin-bottom: 4rem;
}
.inner-page ul.cat-list li a {
  border: 1px solid #ccc;
  padding: 30px 30px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 600px) and (max-width: 768px) {
  .inner-page ul.cat-list li a {
    padding: 20px 15px;
  }
}
@media (max-width: 600px) {
  .inner-page ul.cat-list li a {
    flex-direction: column;
    padding: 20px 15px;
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .inner-page ul.cat-list li a .list-txt {
    order: 1;
    width: 100%;
  }
}
.inner-page ul.cat-list li a .list-txt .list-title {
  display: block;
  font-size: 20px;
  color: #7F5021;
  margin: 5px 0;
}
.inner-page ul.cat-list li a .list-txt .list-excerpt {
  font-size: 16px;
}
.inner-page ul.cat-list li a .list-img {
  min-width: 150px;
  width: 150px;
  margin-left: 20px;
  text-align: center;
}
.inner-page ul.cat-list li a .list-img img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 600px) and (max-width: 768px) {
  .inner-page ul.cat-list li a .list-img {
    margin-left: 12 px;
  }
}
@media (max-width: 600px) {
  .inner-page ul.cat-list li a .list-img {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
    min-width: 100%;
  }
}
.inner-page ul.cat-list li a:hover {
  border-color: #F69C9E;
}
.inner-page ul.cat-list li a:hover .list-title, .inner-page ul.cat-list li a:hover .date, .inner-page ul.cat-list li a:hover p {
  color: #F69C9E;
}
.inner-page .table-recruit {
  padding: 20px 30px;
  border: 2px solid #F69C9E;
}
.inner-page .table-recruit tr {
  border-bottom: 1px solid #7F5021;
}
.inner-page .table-recruit tr td {
  min-width: 100px;
  border: none;
  padding: 15px 0;
}
.inner-page .table-recruit tr:last-child {
  border-bottom: none;
}
.inner-page .entry-link {
  margin: 6rem 0;
  text-align: center;
}
.inner-page .entry-link a {
  background-color: #F69C9E;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  display: inline-block;
  width: 300px;
  border-radius: 30px;
}
.inner-page .wp-element-caption {
  font-size: 16px;
}
.inner-page .color-pri {
  color: #F69C9E;
}
.inner-page ul.page-list {
  list-style: disc;
  font-size: 16px;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .inner-page ul.page-list {
    margin-left: 2rem;
  }
}
.inner-page ul.page-list li {
  margin-bottom: 5px;
}
.inner-page .breadcrumb {
  padding: 10px 0;
}
.inner-page .breadcrumb ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}
.inner-page .breadcrumb ul li {
  display: inline-block;
  font-size: 12px;
  position: relative;
  float: left;
}
.inner-page .breadcrumb ul li a {
  color: #F69C9E;
  text-decoration: underline;
}
.inner-page .breadcrumb ul li a:hover {
  opacity: 0.5;
}
.inner-page .breadcrumb ul li::after {
  font-family: "FontAwesome";
  content: "\f101";
  margin: 0 10px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  color: #F69C9E;
}
.inner-page .breadcrumb ul li:last-child::after {
  content: none;
}
.inner-page .breadcrumb ul:last {
  clear: both;
  display: table;
  content: none;
}
.inner-page .tl-bg01 {
  color: #666666;
  padding: 8px 15px;
  color: #7F5021;
  border-bottom: 2px solid #7F5021;
  border-left: 5px solid #7F5021;
}
.inner-page .tl-bg02 {
  padding: 10px 10px;
  background-color: #f17c7f;
  margin: 20px 0;
}
.inner-page .staff-row {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .inner-page .staff-row {
    margin-top: 0;
  }
}
.inner-page .staff-img {
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .bb-1 {
  border-bottom: 1px solid #7F5021;
}
.inner-page .staff-t1 {
  background-color: #eee;
  padding: 20px;
  border-radius: 30px 0 30px;
  margin: 10px 0;
}
.inner-page .staff-txt {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .inner-page .staff-txt {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .inner-page .staff-txt h3 {
    color: #F69C9E;
  }
}
@media (min-width: 1025px) {
  .inner-page .order-even .staff-txt {
    order: -1;
    padding-left: 0;
    padding-right: 30px;
  }
}
.inner-page .h-6rem {
  height: 6rem;
}
@media (max-width: 1025px) {
  .inner-page .h-6rem {
    height: 3rem;
  }
}
.inner-page .h-3rem {
  height: 3rem;
}
@media (max-width: 1025px) {
  .inner-page .h-3rem {
    height: 2rem;
  }
}
.inner-page ol {
  font-size: 16px;
  padding: 20px 10px;
  margin: 20px 0;
  background: rgba(246, 156, 158, 0.2);
}
.inner-page ol li {
  margin-left: 30px;
  margin-bottom: 15px;
}
.inner-page .wp-block-gallery {
  margin: 30px 0;
}
.inner-page .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: inherit;
  background: #fff;
  color: #7F5021;
  padding: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .inner-page .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.inner-page .wp-block-image {
  margin: 20px 0;
}
.inner-page .timetable--t1 table tr td:first-child {
  width: 185px;
}
@media (max-width: 600px) {
  .inner-page .timetable--t1 table tr td:first-child {
    width: 130px;
  }
}
.inner-page .wp-block-table.is-style-stripes table tr {
  border-bottom: 2px solid #ddd;
  background-color: transparent;
}
.inner-page .wp-block-table.is-style-stripes table tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.inner-page .wp-block-table.is-style-stripes table tr td:first-child {
  color: #7F5021;
  font-weight: 500;
  text-align: center;
  width: 190px;
  border-bottom: 2px solid #F69C9E;
}
@media (max-width: 1025px) {
  .inner-page .wp-block-table.is-style-stripes table tr td:first-child {
    width: 120px;
  }
}
.inner-page ul.news-list li {
  padding: 30px 10px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 600px) and (max-width: 768px) {
  .inner-page ul.news-list li {
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  .inner-page ul.news-list li {
    padding: 30px 0;
  }
}
.inner-page ul.news-list li .news {
  display: flex;
}
@media (max-width: 600px) {
  .inner-page ul.news-list li .news {
    flex-direction: column;
  }
}
.inner-page ul.news-list li .news--txt__title {
  font-size: 18px;
  color: #F69C9E;
}
@media (min-width: 600px) and (max-width: 768px) {
  .inner-page ul.news-list li .news--txt__title {
    font-size: 16px;
  }
}
.inner-page ul.news-list li .news--txt__excerpt {
  font-size: 16px;
}
@media (min-width: 600px) and (max-width: 768px) {
  .inner-page ul.news-list li .news--txt__excerpt {
    font-size: 15px;
  }
}
.inner-page ul.news-list li a:hover .news--txt__excerpt, .inner-page ul.news-list li a:hover .date {
  color: #F69C9E;
}
.inner-page .date {
  font-size: 14px;
  color: #aaa;
  display: block;
}
@media (max-width: 600px) {
  .inner-page .wp-block-media-text__content {
    padding: 0;
  }
}
.inner-page .wp-block-media-text {
  background-color: rgba(246, 156, 158, 0.2);
  padding: 4rem 3rem;
  margin: 3rem 0;
}
@media (max-width: 600px) {
  .inner-page .wp-block-media-text {
    padding: 0;
  }
}
.inner-page .wp-block-media-text__media {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .inner-page .wp-block-media-text__media {
    border-radius: 0;
  }
}
.inner-page .wp-block-media-text__content {
  padding: 0 0 0 15px;
}
@media (max-width: 600px) {
  .inner-page .wp-block-media-text__content {
    padding: 10px 15px;
  }
}
.inner-page .wp-block-media-text__content .wp-block-heading {
  padding: 0;
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: transparent;
}
.inner-page .wp-block-media-text__content p {
  margin-bottom: 8px;
}
.inner-page .float-right {
  float: right;
}
.inner-page .float-right::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 600px) and (max-width: 768px) {
  .inner-page .news-sidebar {
    margin-top: 3rem;
  }
}
@media (max-width: 600px) {
  .inner-page .news-sidebar {
    margin-top: 3rem;
  }
}
@media (min-width: 1025px) {
  .inner-page .news-sidebar {
    padding-left: 30px;
  }
}
.inner-page .news-sidebar h4 {
  border-bottom: 2px solid #F69C9E;
  padding-bottom: 10px;
  text-align: center;
}
.inner-page .news-sidebar ul {
  padding-top: 10px;
}
.inner-page .news-sidebar ul li {
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.inner-page .news-sidebar ul li a {
  font-size: 16px;
  color: #F69C9E;
}
.inner-page .news-sidebar ul li a:hover {
  text-decoration: underline;
}
.inner-page .news-sidebar ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  background: #F69C9E;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.inner-box {
  background-color: #f5f5f5;
  padding: 6rem 0;
}
@media (min-width: 600px) and (max-width: 768px) {
  .inner-box {
    padding: 5rem 0;
  }
}
@media (max-width: 600px) {
  .inner-box {
    padding: 3rem 0;
  }
}
.inner-box h2 {
  font-size: 55px;
  color: #F69C9E;
}
@media (min-width: 600px) and (max-width: 768px) {
  .inner-box h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .inner-box h2 {
    font-size: 22px;
  }
}

.campaign2025-table table tr th {
  min-width: 75px;
}
.campaign2025-table table tr th:first-child {
  min-width: 110px;
}

/* ========================================
    Pagination
======================================== */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 3rem 0;
  flex-wrap: wrap;
}
.pagination span,
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.pagination a {
  color: #666;
  background-color: #f9f9f9;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #F69C9E;
  border-color: #F69C9E;
  color: #fff;
}
.pagination .page-numbers.current {
  background-color: #F69C9E;
  border-color: #F69C9E;
  color: #fff;
  font-weight: bold;
}
.pagination .prev,
.pagination .next {
  min-width: auto;
  padding: 0.5rem 1.5rem;
}
.pagination .prev a,
.pagination .next a {
  min-width: auto;
}

@media (max-width: 600px) {
  .pagination span,
  .pagination a {
    min-width: 3.5rem;
    height: 3.5rem;
    font-size: 1.2rem;
  }
  .pagination .prev,
  .pagination .next {
    padding: 0.5rem 1rem;
  }
}
/* ════════════════════════════════════════
   日曜診療ページ - Sunday Open Elegant Design
   昭和動物病院向けカスタマイズ
════════════════════════════════════════ */
/* ════════════════════════════════════════
   GLOBAL STYLES
════════════════════════════════════════ */
.sunday-open,
.sunday-open * {
  box-sizing: border-box;
}

.sunday-open {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  background: #fff;
  color: #1a1311;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.9;
}
.sunday-open img {
  display: block;
}
.sunday-open a {
  text-decoration: none;
  color: inherit;
}

.sunday-open .inner,
.sunday-open .hero-inner,
.sunday-open .news-inner,
.sunday-open .msg-wrap,
.sunday-open .about-inner,
.sunday-open .menu-content,
.sunday-open .greeting-inner,
.sunday-open .equip-inner,
.sunday-open .contact-top,
.sunday-open .contact-info-inner,
.sunday-open .cal-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

/* ════════════════════════════════════════
   COMMON LABELS & TYPOGRAPHY
════════════════════════════════════════ */
.sunday-open .lbl-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.38em;
  color: #F69C9E;
  display: block;
  margin-bottom: 6px;
  text-transform: lowercase;
}

.sunday-open .lbl-ja {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #1a1311;
  line-height: 1;
}

.sunday-open .lbl-ja-white {
  color: #fff;
}

.sunday-open .lbl-en-white {
  color: rgba(255, 255, 255, 0.7);
}

.sunday-open .title-line::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #F69C9E;
  margin-top: 14px;
}

/* ════════════════════════════════════════
   BUTTONS
════════════════════════════════════════ */
.sunday-open .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.2em;
  padding: 13px 30px;
  transition: all 0.25s;
}
.sunday-open .btn::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}

.sunday-open .btn-fill {
  background: #F69C9E;
  color: #fff;
}
.sunday-open .btn-fill:hover {
  background: #f17c7f;
}

.sunday-open .btn-line {
  border: 1px solid #F69C9E;
  color: #F69C9E;
}
.sunday-open .btn-line:hover {
  background: #F69C9E;
  color: #fff;
}

.sunday-open .btn-line-w {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}
.sunday-open .btn-line-w:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* ════════════════════════════════════════
   ANIMATIONS
════════════════════════════════════════ */
.sunday-open .rev {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.sunday-open .rev.in {
  opacity: 1;
  transform: none;
}

.sunday-open .rev-l {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.sunday-open .rev-l.in {
  opacity: 1;
  transform: none;
}

.sunday-open .rev-r {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.sunday-open .rev-r.in {
  opacity: 1;
  transform: none;
}

/* ════════════════════════════════════════
   HERO SECTION
════════════════════════════════════════ */
.sunday-open #hero {
  background: #fff;
  padding-bottom: 0;
}

.sunday-open .hero-inner {
  padding-top: 110px;
}

.sunday-open .hero-catch {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(26px, 3.8vw, 42px);
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.sunday-open .hero-photo-area {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.sunday-open .hero-photo {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
}

.sunday-open .hero-photo-cap {
  position: absolute;
  right: 20px;
  top: 20px;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* ════════════════════════════════════════
   MESSAGE/FEATURES SECTION
════════════════════════════════════════ */
.sunday-open #message {
  padding: 80px 0 90px;
  background: transparent;
}

.sunday-open #first-visit {
  padding: 80px 0 90px;
  background: #FFFAF1;
}

.sunday-open .msg-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.sunday-open .msg-photo {
  flex-shrink: 0;
  width: 340px;
  position: relative;
  z-index: 2;
  margin-left: -20px;
  overflow: hidden;
  border-radius: 12px;
}
.sunday-open .msg-photo img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 12px;
}

.sunday-open .msg-body {
  position: relative;
  z-index: 1;
  padding: 48px 48px 48px 60px;
  margin-left: -28px;
  flex: 1;
  background: transparent;
}

.sunday-open .msg-title {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin: 16px 0 28px;
}

.sunday-open .msg-text {
  font-size: 15px;
  line-height: 2.1;
  color: #666666;
  margin-bottom: 32px;
}

.sunday-open .msg-deco {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(60px, 9vw, 100px);
  font-weight: 300;
  color: rgba(91, 127, 166, 0.15);
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

/* ════════════════════════════════════════
   ABOUT SECTION
════════════════════════════════════════ */
.sunday-open #about {
  background: #F69C9E;
  padding: 80px 0 100px;
  overflow: hidden;
}

.sunday-open .about-hd {
  margin-bottom: 56px;
}

.sunday-open .about-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 52px;
}

.sunday-open .about-item-1 {
  justify-content: flex-end;
  padding-right: 60px;
}

.sunday-open .about-item-2 {
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 80px;
}

.sunday-open .about-item-3 {
  justify-content: flex-end;
  padding-right: 20px;
}

.sunday-open .about-photo {
  flex-shrink: 0;
  width: 320px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}
.sunday-open .about-photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}

.sunday-open .about-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.18);
  line-height: 1;
  width: 90px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.sunday-open .about-item-1 .about-num,
.sunday-open .about-item-3 .about-num {
  margin-left: -24px;
}

.sunday-open .about-item-2 .about-num {
  margin-right: -24px;
}

.sunday-open .about-txt {
  flex: 1;
  color: #fff;
  position: relative;
  z-index: 2;
}
.sunday-open .about-txt h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 14px;
}
.sunday-open .about-txt p {
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 18px;
}

.sunday-open .about-item-1 .about-txt,
.sunday-open .about-item-3 .about-txt {
  padding: 0 0 0 40px;
  text-align: left;
  max-width: 450px;
}

.sunday-open .about-item-2 .about-txt {
  padding: 0 0 0 40px;
  max-width: 450px;
}

/* ════════════════════════════════════════
   MENU SECTION
════════════════════════════════════════ */
.sunday-open #menu {
  background: #fff;
  padding-bottom: 72px;
}

.sunday-open .menu-bg {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.sunday-open .menu-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sunday-open .menu-content {
  position: relative;
  margin-top: -120px;
  display: flex;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.sunday-open .menu-left {
  flex-shrink: 0;
  width: 350px;
  background: #fff;
  padding: 28px 28px 28px 24px;
  margin-right: 28px;
}

.sunday-open .menu-desc {
  font-size: 14px;
  line-height: 1.9;
  color: #666666;
}

.sunday-open .menu-cards {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sunday-open .menu-card {
  background: #fff;
  overflow: hidden;
  display: block;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  padding: 14px 14px 0;
  border-radius: 12px;
}
.sunday-open .menu-card:hover {
  transform: translateY(-4px);
}
.sunday-open .menu-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
}

.sunday-open .menu-card-bd {
  padding: 12px 2px 16px;
}

.sunday-open .menu-card-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #F69C9E;
  display: block;
  margin-bottom: 4px;
}

.sunday-open .menu-card-ttl {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  line-height: 1.5;
}

.sunday-open .menu-card-desc {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
}

.sunday-open .menu-card-lnk {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #F69C9E;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
.sunday-open .menu-card-lnk::after {
  content: "›";
  font-size: 16px;
}

/* ════════════════════════════════════════
   GREETING SECTION
════════════════════════════════════════ */
.sunday-open #greeting {
  padding: 80px 0;
  background: #fff;
}

.sunday-open .greeting-inner {
  display: flex;
  align-items: flex-start;
}

.sunday-open .greeting-body {
  flex: 1;
  padding-right: 56px;
}

.sunday-open .greeting-text {
  font-size: 15px;
  line-height: 2.15;
  color: #666666;
  margin: 24px 0 28px;
}

.sunday-open .greeting-name-block {
  border-top: 1px solid #e4dfd7;
  border-bottom: 1px solid #e4dfd7;
  padding: 16px 0;
  margin-bottom: 24px;
}

.sunday-open .greeting-pos {
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #F69C9E;
  display: block;
  margin-bottom: 5px;
}

.sunday-open .greeting-name-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #888;
  display: block;
}

.sunday-open .greeting-name-ja {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.sunday-open .greeting-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 28px;
}
.sunday-open .greeting-table tr {
  border-bottom: 1px solid #e4dfd7;
}
.sunday-open .greeting-table th {
  padding: 10px 12px 10px 0;
  font-weight: 500;
  text-align: left;
  width: 56px;
}
.sunday-open .greeting-table td {
  padding: 10px 0;
  color: #666666;
  line-height: 1.95;
}

.sunday-open .greeting-photo-col {
  flex-shrink: 0;
  width: 320px;
  margin-right: -48px;
  overflow: hidden;
  border-radius: 12px;
}
.sunday-open .greeting-photo-col img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 12px;
}

/* ════════════════════════════════════════
   EQUIPMENT SECTION
════════════════════════════════════════ */
.sunday-open #equipment {
  padding: 72px 0 80px;
  background: #fff;
  overflow: hidden;
}

.sunday-open .equip-inner {
  position: relative;
}

.sunday-open .equip-hd {
  margin-bottom: 40px;
}

.sunday-open .equip-photos {
  display: flex;
  gap: 16px;
}

.sunday-open .equip-item {
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
}
.sunday-open .equip-item:nth-child(2) {
  margin-top: 20px;
}
.sunday-open .equip-item:nth-child(3) {
  margin-top: -12px;
}
.sunday-open .equip-item:nth-child(4) {
  margin-top: 8px;
}
.sunday-open .equip-item img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 12px;
}

.sunday-open .equip-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #F69C9E;
  display: block;
  margin-top: 12px;
}

.sunday-open .equip-title {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 5px;
}

.sunday-open .equip-link-row {
  text-align: right;
  margin-top: 32px;
}

/* ════════════════════════════════════════
   CONTACT SECTION
════════════════════════════════════════ */
.sunday-open #contact {
  background: #ffe8ec;
  padding: 70px 0 0;
}

.sunday-open .contact-top {
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.sunday-open .contact-title {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-bottom: 32px;
}

.sunday-open .contact-btns {
  display: flex;
  gap: 12px;
}

.sunday-open .contact-right {
  text-align: right;
}

.sunday-open .ct-tel-lbl {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #888;
  display: block;
  margin-bottom: 6px;
}

.sunday-open .ct-tel {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #1a1311;
}

.sunday-open .contact-info {
  background: #fff;
  padding: 52px 48px;
}

.sunday-open .contact-info-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.sunday-open .ci-block {
  flex: 1;
}

.sunday-open .ci-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #F69C9E;
  display: block;
  margin-bottom: 10px;
}

.sunday-open .ci-text {
  font-size: 15px;
  line-height: 2;
  color: #666666;
}

.sunday-open .map-box {
  width: 100%;
  height: 190px;
  background: #ddd;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 12px;
}
.sunday-open .map-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* ════════════════════════════════════════
   CALENDAR SECTION
════════════════════════════════════════ */
.sunday-open #calendar {
  background: #fff;
  padding: 56px 0 64px;
}

.sunday-open .cal-box {
  width: 100%;
  height: 200px;
  background: #f0ece4;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 12px;
}
.sunday-open .cal-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* ════════════════════════════════════════
   RESPONSIVE DESIGN
════════════════════════════════════════ */
@media (max-width: 900px) {
  .sunday-open .hero-inner,
  .sunday-open .news-inner,
  .sunday-open .msg-wrap,
  .sunday-open .about-inner,
  .sunday-open .menu-content,
  .sunday-open .greeting-inner,
  .sunday-open .equip-inner,
  .sunday-open .contact-top,
  .sunday-open .contact-info-inner,
  .sunday-open .cal-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sunday-open .msg-wrap,
  .sunday-open .greeting-inner,
  .sunday-open .contact-top,
  .sunday-open .contact-info-inner {
    flex-direction: column;
  }
  .sunday-open .menu-content {
    margin-top: 0;
    flex-direction: column;
    gap: 20px;
  }
  .sunday-open .menu-left {
    width: 100%;
    margin-right: 0;
  }
  .sunday-open .menu-cards {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .sunday-open .about-item,
  .sunday-open .about-item-1,
  .sunday-open .about-item-2,
  .sunday-open .about-item-3 {
    padding-right: 0;
    margin-left: 0;
    flex-direction: column;
  }
  .sunday-open .about-item-1 .about-txt,
  .sunday-open .about-item-2 .about-txt,
  .sunday-open .about-item-3 .about-txt {
    padding: 0;
    max-width: 100%;
    text-align: left;
  }
  .sunday-open .greeting-photo-col {
    width: 100%;
    max-width: 280px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sunday-open .greeting-body {
    padding-right: 0;
  }
  .sunday-open .contact-btns {
    flex-direction: column;
  }
  .sunday-open .contact-info-inner {
    flex-direction: column;
  }
  .sunday-open .contact-right {
    text-align: left;
  }
}
/* ════════════════════════════════════════
   SMARTPHONE RESPONSIVE (600px以下)
════════════════════════════════════════ */
@media (max-width: 600px) {
  .sunday-open .inner,
  .sunday-open .hero-inner,
  .sunday-open .news-inner,
  .sunday-open .msg-wrap,
  .sunday-open .about-inner,
  .sunday-open .menu-content,
  .sunday-open .greeting-inner,
  .sunday-open .equip-inner,
  .sunday-open .contact-top,
  .sunday-open .contact-info-inner,
  .sunday-open .cal-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sunday-open .hero-photo-cap {
    display: none;
  }
  .sunday-open .hero-catch {
    left: 10px;
    letter-spacing: 0;
  }
  .sunday-open .feature-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .sunday-open .feature-box {
    padding: 16px 20px;
    font-size: 14px;
  }
  .sunday-open .msg-photo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .sunday-open .msg-body {
    padding: 0;
    margin-left: 0;
  }
  .sunday-open #symptoms .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sunday-open .equip-photos {
    gap: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }
  .sunday-open .equip-item:nth-child(2) {
    margin-top: 0;
  }
  .sunday-open .equip-item:nth-child(3) {
    margin-top: 0;
  }
  .sunday-open .equip-item:nth-child(4) {
    margin-top: 0;
  }
  .sunday-open .equip-item img {
    aspect-ratio: 1;
  }
  .sunday-open #symptoms .symptoms-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .sunday-open #service-area .inner > div {
    flex-direction: column;
    gap: 40px;
  }
  .sunday-open #service-area .access-section {
    flex: 1;
    width: 100%;
  }
  .sunday-open #summary .summary-box {
    padding: 20px;
  }
  .sunday-open .btn-line {
    margin-bottom: 20px;
  }
  .sunday-open .about-item-1,
  .sunday-open .about-item-2,
  .sunday-open .about-item-3 {
    flex-direction: column;
  }
  .sunday-open .about-photo {
    order: 1;
  }
  .sunday-open .about-num {
    order: 2;
  }
  .sunday-open .about-txt {
    order: 3;
  }
  .sunday-open .greeting-photo-col {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/* ════════════════════════════════════════
   HERO DESCRIPTION
════════════════════════════════════════ */
.sunday-open .hero-description {
  padding: 48px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sunday-open .hero-description p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 24px;
}
.sunday-open .hero-description p:last-child {
  margin-bottom: 0;
}

/* ════════════════════════════════════════
   AI SUMMARY SECTION
════════════════════════════════════════ */
.sunday-open .ai-summary {
  padding: 60px 0;
  background: #FFFAF1;
}
.sunday-open .ai-summary h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #2e2e2e;
  margin-bottom: 24px;
}
.sunday-open .ai-summary > .inner > .rev {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sunday-open .ai-summary p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 20px;
}
.sunday-open .ai-summary p:last-of-type {
  margin-bottom: 24px;
}
.sunday-open .ai-summary p strong {
  font-weight: 500;
}

.sunday-open .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-size: 16px;
  color: #333;
}

.sunday-open .feature-box {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sunday-open .feature-box .feature-checkmark {
  color: #F69C9E;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}

/* ════════════════════════════════════════
   FAQ SECTION
════════════════════════════════════════ */
.sunday-open #faq {
  padding: 80px 0;
  background: var(--bg);
}
.sunday-open #faq .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
.sunday-open #faq > div > div > .rev {
  margin-bottom: 48px;
}
.sunday-open #faq > div > div > .rev .lbl-en {
  color: #F69C9E;
}
.sunday-open #faq > div > div > .rev h2.lbl-ja {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #2e2e2e;
  line-height: 1;
  margin-bottom: 40px;
}

.sunday-open .faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.sunday-open .faq-item {
  margin-bottom: 24px;
}
.sunday-open .faq-item .faq-question,
.sunday-open .faq-item .faq-answer {
  padding: 16px 20px;
}
.sunday-open .faq-item .faq-question span:first-child {
  font-weight: bold;
  color: #F69C9E;
  font-size: 16px;
  display: inline;
}
.sunday-open .faq-item .faq-question span:last-child {
  font-size: 16px;
  color: #2e2e2e;
  display: inline;
}
.sunday-open .faq-item .faq-answer {
  border-top: 1px solid #e8e4dc;
}
.sunday-open .faq-item .faq-answer span:first-child {
  font-weight: bold;
  color: #F69C9E;
  font-size: 16px;
  display: inline;
}
.sunday-open .faq-item .faq-answer span:last-child {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  display: inline;
}

/* ════════════════════════════════════════
   TRIMMING SECTION
════════════════════════════════════════ */
.sunday-open #trimming {
  padding: 80px 0;
  background: #FFFAF1;
}
.sunday-open #trimming .greeting-inner {
  padding-left: 48px;
  padding-right: 48px;
}
.sunday-open #trimming .lbl-ja.title-line {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #2e2e2e;
  line-height: 1;
  margin-bottom: 32px;
}
.sunday-open #trimming .greeting-text {
  margin-top: 0;
}

/* ════════════════════════════════════════
   MENU SECTION
════════════════════════════════════════ */
.sunday-open .menu-desc {
  margin-top: 14px;
}

/* ════════════════════════════════════════
   SYMPTOMS SECTION
════════════════════════════════════════ */
.sunday-open #symptoms {
  padding: 80px 0;
  background: #fff;
}
.sunday-open #symptoms .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
.sunday-open #symptoms .symptoms-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.sunday-open #symptoms .symptoms-left {
  flex: 1;
}
.sunday-open #symptoms .symptoms-left .rev {
  margin-bottom: 48px;
}
.sunday-open #symptoms .symptoms-left .lbl-en {
  color: #F69C9E;
}
.sunday-open #symptoms .symptoms-left h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #2e2e2e;
  line-height: 1;
}
.sunday-open #symptoms .symptoms-left .title-divider {
  display: block;
  width: 28px;
  height: 1px;
  background: #F69C9E;
  margin-top: 14px;
  margin-bottom: 32px;
}
.sunday-open #symptoms .symptoms-left p {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.sunday-open #symptoms .symptoms-right {
  flex: 1;
}
.sunday-open #symptoms .symptoms-right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 2.2;
  color: #333;
}
.sunday-open #symptoms .symptoms-right ul li {
  padding-left: 28px;
  position: relative;
}
.sunday-open #symptoms .symptoms-right ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #F69C9E;
  font-weight: bold;
}

/* ════════════════════════════════════════
   SERVICE-AREA SECTION
════════════════════════════════════════ */
.sunday-open #service-area {
  padding-top: 80px;
  padding-bottom: 0;
  background: #FFFAF1;
}
.sunday-open #service-area .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
.sunday-open #service-area .inner > div {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.sunday-open #service-area .inner > div > div:first-child {
  flex: 1;
}
.sunday-open #service-area .inner > div > div.access-section {
  flex: 0 0 320px;
}
.sunday-open #service-area .rev {
  margin-bottom: 48px;
}
.sunday-open #service-area .lbl-en {
  color: #F69C9E;
}
.sunday-open #service-area h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #2e2e2e;
  line-height: 1;
}
.sunday-open #service-area .title-divider {
  display: block;
  width: 28px;
  height: 1px;
  background: #F69C9E;
  margin-top: 14px;
  margin-bottom: 32px;
}
.sunday-open #service-area p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 32px;
}
.sunday-open #service-area p:last-of-type {
  margin-bottom: 0;
}
.sunday-open #service-area .service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}
.sunday-open #service-area .service-grid > div {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.sunday-open #service-area .access-section p {
  font-size: 15px;
  margin-bottom: 24px;
}
.sunday-open #service-area .access-section strong {
  font-weight: bold;
}
.sunday-open #service-area .map-box {
  width: 100%;
  height: 180px;
  background: #ddd;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 12px;
}
.sunday-open #service-area .map-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* ════════════════════════════════════════
   SUMMARY SECTION
════════════════════════════════════════ */
.sunday-open #summary {
  padding: 80px 0;
  background: #FFFAF1;
}
.sunday-open #summary .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
.sunday-open #summary .summary-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #F69C9E;
  padding: 48px;
  border-radius: 8px;
  background: #fff;
}
.sunday-open #summary .summary-header {
  text-align: center;
  margin-bottom: 32px;
}
.sunday-open #summary .summary-header .lbl-en {
  color: #F69C9E;
}
.sunday-open #summary .summary-header h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #2e2e2e;
  line-height: 1;
}
.sunday-open #summary .summary-header .title-divider {
  display: block;
  width: 28px;
  height: 1px;
  background: #F69C9E;
  margin: 14px auto 0;
}
.sunday-open #summary p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 24px;
}
.sunday-open #summary p:last-of-type {
  margin: 0;
}

/* ════════════════════════════════════════
   WAVE DIVIDER
════════════════════════════════════════ */
.sunday-open .wave {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  height: 60px;
}
.sunday-open .wave svg {
  display: block;
  width: 100%;
  height: 100%;
  preserveAspectRatio: none;
}
.sunday-open .wave.wave-top {
  transform: rotate(180deg);
}
.sunday-open .wave.wave-bottom {
  transform: rotate(0deg);
}

/* ========================================
  トリミングページ
======================================== */
.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

.br-pc {
  display: inline;
}
@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.hero-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .hero-image {
    height: auto;
  }
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .hero-image img {
    height: 50vh;
  }
}
.hero-image .hero-title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 24px;
  border-radius: 6px;
  color: #F69C9E;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-image .hero-title {
    width: 90%;
    font-size: 1.8rem;
    padding: 12px 16px;
  }
}
.hero-image .hero-caption {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 24px;
  border-radius: 6px;
  color: #F69C9E;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-image .hero-caption {
    width: 90%;
    font-size: 1.6rem;
    padding: 12px 16px;
  }
}

.section {
  width: 100%;
  position: relative;
  padding: 4rem 1rem;
  overflow: hidden;
}
.section .inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.section .wave {
  position: absolute;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.section .wave.wave-bottom {
  bottom: 0;
  transform: rotate(0deg);
}
.section .wave.wave-top {
  top: 0;
  transform: rotate(180deg);
}
.section .wave svg {
  display: block;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 3rem 1rem;
  }
  .section .inner {
    width: 100%;
    padding: 0 1rem;
  }
}

.bg-pink {
  background-color: #F69C9E;
  color: #fff;
}

.bg-light-pink {
  background-color: #FFC0CB;
  color: #333;
}

.parallax-wave-both {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .parallax-wave-both {
    background-attachment: scroll;
    height: 50vh;
  }
}
.parallax-wave-both svg {
  position: absolute;
  width: 100%;
  height: 100px;
  display: block;
}
.parallax-wave-both .wave-top {
  top: 0;
  left: 0;
}
.parallax-wave-both .wave-bottom {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
.parallax-wave-both .parallax-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.parallax-wave-both .parallax-content h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .parallax-wave-both .parallax-content h2 {
    font-size: 2rem;
  }
}

/* 画像別の指定 */
.parallax-1 {
  background-image: url("../img/trimming/doctor.jpeg");
}

.parallax-2 {
  background-image: url("../img/trimming/shiba-shampoo.jpeg");
}

.parallax-3 {
  background-image: url("../img/trimming/cut2.jpeg");
}

.parallax-4 {
  background-image: url("../img/trimming/cut3.jpeg");
}

.parallax-5 {
  background-image: url("../img/trimming/shampoo.jpeg");
}

.section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.section-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.voice-section .wp-block-media-text > .wp-block-media-text__content {
  padding: 20px;
}
.voice-section .voice-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 700px;
  margin: 0 auto;
}
.voice-section .voice-card {
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: left;
}
.voice-section .voice-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.voice-section .voice-card .voice-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  background: #fff;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  padding: 10px;
}
.voice-section .voice-card .voice-meta {
  font-size: 1.4rem;
  color: #333;
}
@media (max-width: 600px) {
  .voice-section .voice-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .voice-section .voice-card img {
    margin: 0 0 1rem 0;
  }
}

/* ========================================
    disease / specialty（診療科・疾患）
======================================== */
/* --- トップページ：診療科・動物種の入り口 --- */
.specialty {
  padding: 60px 0 20px;
}
@media (max-width: 600px) {
  .specialty {
    padding: 40px 0 10px;
  }
}
.specialty--head {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .specialty--head {
    margin-bottom: 36px;
  }
}
.specialty--catch {
  font-family: "Zen Maru Gothic", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5;
  color: #1a1311;
}
@media (max-width: 600px) {
  .specialty--catch {
    font-size: 24px;
  }
}
.specialty--catch__strong {
  color: #C94F55;
  font-weight: 700;
}
.specialty--lead {
  margin-top: 18px;
  font-size: 16px;
  color: #666666;
  line-height: 1.9;
}
@media (max-width: 600px) {
  .specialty--lead {
    font-size: 14px;
    text-align: left;
  }
}
.specialty--block {
  margin-bottom: 50px;
}
.specialty--block__title {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 26px;
  color: #1a1311;
}
@media (max-width: 600px) {
  .specialty--block__title {
    font-size: 20px;
  }
}
.specialty--block__title .en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #C94F55;
  margin-bottom: 4px;
}
.specialty--cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 600px) {
  .specialty--cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
.specialty--cards__species {
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .specialty--card {
    width: calc(50% - 6px);
  }
}
.specialty--card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 32px 16px;
  background: #fff;
  border: 2px solid #FFC0CB;
  border-radius: 16px;
  text-decoration: none;
  color: #1a1311;
  transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
@media (max-width: 600px) {
  .specialty--card a {
    padding: 20px 8px;
  }
}
.specialty--card a:hover {
  background: #FFFAF1;
  border-color: #F69C9E;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(246, 156, 158, 0.25);
}
.specialty--card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #FFFAF1;
  color: #C94F55;
  font-size: 29px;
}
@media (max-width: 600px) {
  .specialty--card__icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.specialty--card__icon svg {
  width: 1.15em;
  height: 1.15em;
  fill: currentColor;
}
.specialty--card__name {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .specialty--card__name {
    font-size: 16px;
  }
}
.specialty--card__desc {
  margin-top: 8px;
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .specialty--card__desc {
    font-size: 13px;
  }
}

/* --- 疾患カード一覧（ショートコード / アーカイブ共通） --- */
.disease-cards {
  margin: 20px 0 40px;
}
.disease-cards--title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  margin-bottom: 20px;
  color: #1a1311;
}
.disease-cards--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .disease-cards--list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .disease-cards--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.disease-card--link {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: #1a1311;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.disease-card--link:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(246, 156, 158, 0.22);
  color: #1a1311;
}
.disease-card--img {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #FFFAF1;
}
.disease-card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.disease-card--noimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFC0CB;
  font-size: 38px;
}
.disease-card--body {
  display: block;
  padding: 14px 14px 16px;
}
.disease-card--name {
  font-family: "Zen Maru Gothic", serif;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .disease-card--name {
    font-size: 15px;
  }
}
.disease-card--species {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.disease-card--tag {
  display: inline-block;
  padding: 2px 10px;
  font-size: 13px;
  background: #FFFAF1;
  color: #C94F55;
  border-radius: 999px;
}
.disease-card--excerpt {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}

/* 診療科ご案内ページ（.inner-page .page-details 内）でショートコード出力時、
   親テーマの「.inner-page .page-details ul（list-style:disc・padding-left:20px）」に
   負けないよう、同等以上の詳細度(0,3,1)で上書きする */
.inner-page .page-details ul.disease-cards--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner-page .page-details ul.disease-cards--list li {
  margin-bottom: 0;
}

/* --- 診療科・動物種アーカイブ --- */
.disease-tax--lead {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.9;
  color: #666666;
}
.disease-tax--group-title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 500;
  margin: 40px 0 20px;
  padding-left: 14px;
  border-left: 5px solid #F69C9E;
  color: #1a1311;
}
.disease-tax--group-title a {
  color: #1a1311;
  text-decoration: none;
}
.disease-tax--group-title a:hover {
  color: #C94F55;
}
@media (max-width: 600px) {
  .disease-tax--group-title {
    font-size: 20px;
  }
}
.disease-tax--empty {
  padding: 40px 0;
  text-align: center;
  color: #666666;
}

/* --- 疾患詳細ページ --- */
.disease-single--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.disease-single .disease-tag {
  display: inline-block;
  padding: 4px 14px;
  font-size: 14px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.disease-single .disease-tag--dept {
  background: #C94F55;
  color: #fff;
}
.disease-single .disease-tag--dept:hover {
  background: #C94F55;
  color: #fff;
}
.disease-single .disease-tag--species {
  background: #FFFAF1;
  color: #C94F55;
  border: 1px solid #FFC0CB;
}
.disease-single .disease-tag--species:hover {
  background: #FFC0CB;
  color: #1a1311;
}
.disease-single--body {
  /* ブロックエディタのグループ/セクションを見やすく */
}
.disease-single--body .wp-block-group {
  margin-bottom: 40px;
}
.disease-single--body h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  font-weight: 500;
  margin: 40px 0 18px;
  padding: 10px 18px;
  background: #FFFAF1;
  border-left: 6px solid #F69C9E;
  color: #1a1311;
}
@media (max-width: 600px) {
  .disease-single--body h2 {
    font-size: 21px;
  }
}
.disease-single--body h3 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 500;
  margin: 28px 0 14px;
  color: #C94F55;
}
.disease-single--body p {
  line-height: 1.95;
  margin-bottom: 1.2em;
}

.disease-related--title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  font-weight: 500;
  margin: 50px 0 20px;
  padding-left: 14px;
  border-left: 5px solid #F69C9E;
}

/* 詳しいコラム（既存ブログ記事へのリンク） */
.disease-column--list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.disease-column--link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  background: #fff;
  border: 1px solid #FFFAF1;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(59, 47, 39, 0.05), 0 10px 26px rgba(59, 47, 39, 0.07);
  transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.disease-column--link:hover {
  border-color: #F69C9E;
  transform: translateY(-2px);
}
.disease-column--img {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 8px;
  overflow: hidden;
}
.disease-column--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .disease-column--img {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
  }
}
.disease-column--body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.disease-column--name {
  font-family: "Zen Maru Gothic", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #1a1311;
}
@media (max-width: 600px) {
  .disease-column--name {
    font-size: 15px;
  }
}
.disease-column--more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #C94F55;
}
.disease-column--more i {
  font-size: 12px;
  transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.disease-column--link:hover .disease-column--more i {
  transform: translateX(4px);
}

/* --- 予約導線CTAブロック（ページ末） --- */
/* body.home限定の .brand-btn は疾患ページに効かないため、ここで自己完結して定義する */
.cta-reserve {
  margin: 48px 0 8px;
  padding: 40px 20px;
  background: #FFFAF1;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .cta-reserve {
    margin: 36px 0 4px;
    padding: 30px 16px;
  }
}
.cta-reserve__inner {
  text-align: center;
}
.cta-reserve__lead {
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  font-weight: 700;
  color: #C94F55;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .cta-reserve__lead {
    font-size: 18px;
  }
}
.cta-reserve__note {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .cta-reserve__note {
    font-size: 13px;
  }
}
.cta-reserve__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.cta-reserve .brand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 34px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.cta-reserve .brand-btn--primary {
  background: #C4666B;
  color: #fff;
}
.cta-reserve .brand-btn--primary:hover {
  background: rgb(73.5231224565%, 31.3396226415%, 33.5834258232%);
  color: #fff;
  transform: translateY(-2px);
}
.cta-reserve .brand-btn--ghost {
  background: #fff;
  color: #C4666B;
  border: 1.5px solid #F69C9E;
}
.cta-reserve .brand-btn--ghost:hover {
  background: #FBE3E1;
  color: #C4666B;
}
@media (max-width: 600px) {
  .cta-reserve .brand-btn {
    width: 100%;
    max-width: 320px;
  }
}

/* ========================================
    brand（ナチュラル世界観）— フロントページ(body.home)に適用
    ピンクは主役のまま、余白・自然色・上質なタイポで再構成
======================================== */
body.home {
  color: #3B2F27;
}
body.home .sec-01 {
  padding-bottom: 3.5rem;
}
@media (max-width: 600px) {
  body.home .sec-01 {
    padding-bottom: 2.5rem;
  }
}
body.home {
  /* --- セクション見出し：英字ラベルを上・日本語をMinchoに --- */
}
body.home .sec-title--inner,
body.home .sec-title--center {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 6px;
  margin-bottom: 2.6rem;
}
body.home .sec-title--inner h2,
body.home .sec-title--center h2 {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: clamp(24px, 3.4vw, 34px);
  letter-spacing: 0.06em;
  color: #3B2F27;
}
body.home .sec-title--inner p,
body.home .sec-title--center p {
  font-family: "Jost", "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12px;
  font-weight: 600;
  color: #9E7A12;
  margin: 0;
}
body.home {
  /* --- ヒーロー：自然色パネル＋Mincho見出し --- */
}
body.home .hero-copy {
  background: rgba(251, 246, 241, 0.96);
}
@media (min-width: 768px) {
  body.home .hero-copy {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #EADFD2;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(59, 47, 39, 0.1);
    backdrop-filter: blur(8px);
  }
}
body.home .hero-copy--eyebrow {
  font-family: "Jost", "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #C4666B;
}
body.home .hero-copy--title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #3B2F27;
}
body.home .hero-copy--title em {
  color: #C4666B;
}
body.home .hero-copy--lead {
  color: #8A7A6D;
}
body.home .hero-copy--badges li {
  color: #3B2F27;
}
body.home .hero-copy--badges li i {
  color: #9E7A12;
}
body.home .hero-btn {
  font-family: "Zen Maru Gothic", serif;
}
body.home .hero-btn--tel {
  background: #C4666B;
}
body.home .hero-btn--tel:hover {
  background: rgb(73.5231224565%, 31.3396226415%, 33.5834258232%);
}
body.home {
  /* --- 診療科・動物の入口 --- */
}
body.home .specialty {
  background: #FBF6F1;
  padding-top: 84px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  body.home .specialty {
    padding-top: 48px;
  }
}
body.home .specialty--catch {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  color: #3B2F27;
}
body.home .specialty--catch__strong {
  color: #C4666B;
}
body.home .specialty--lead {
  color: #8A7A6D;
}
body.home .specialty--block__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  color: #3B2F27;
}
body.home .specialty--block__title .en {
  font-family: "Jost", "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #9E7A12;
}
body.home .specialty--card a {
  background: #ffffff;
  border: 1px solid #EADFD2;
  border-radius: 24px;
  box-shadow: 0 1px 2px rgba(59, 47, 39, 0.04), 0 12px 30px rgba(59, 47, 39, 0.06);
}
body.home .specialty--card a:hover {
  background: #ffffff;
  border-color: #F69C9E;
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(196, 102, 107, 0.16);
}
body.home .specialty--card__icon {
  background: #FBE3E1;
  color: #C4666B;
}
body.home .specialty--card__name {
  font-family: "Zen Maru Gothic", serif;
  color: #3B2F27;
}
body.home .specialty--card__desc {
  color: #8A7A6D;
}
body.home {
  /* --- ボタン：全丸のピルに --- */
}
body.home .btn-01 {
  font-family: "Zen Maru Gothic", serif;
  border-radius: 999px;
}
body.home .btn-01:after {
  border-radius: 999px;
}
body.home {
  /* --- カードの角丸・影をやわらかく統一 --- */
}
body.home .topics--box__item {
  border-radius: 20px;
  overflow: hidden;
}
body.home .reserve--item {
  border-radius: 24px;
}
body.home .info--link__txt {
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
}
body.home {
  /* --- お知らせ・ブログの見出し帯を落ち着いた色に --- */
}
body.home .oshirase-link,
body.home .home-blog .oshirase--list a {
  color: #3B2F27;
}
body.home .oshirase-link:hover,
body.home .home-blog .oshirase--list a:hover {
  color: #C4666B;
}
body.home {
  /* --- セクション見出しの下線を元の黄色(#FEE882)に --- */
}
body.home .bb-01 {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
}
body.home .bb-01:after {
  background: #FEE882;
}

/* ========================================
    home-sections（トップ追加セクション）— body.home 限定
    構成：特徴 / 症例・実績 / スタッフ / 院内設備 / 飼い主の声 / はじめての方
======================================== */
body.home,
.brand-page {
  /* 共通セクション枠 */
}
body.home .home-sec,
.brand-page .home-sec {
  padding: 54px 0;
}
@media (max-width: 600px) {
  body.home .home-sec,
  .brand-page .home-sec {
    padding: 36px 0;
  }
}
body.home .home-sec--tint,
.brand-page .home-sec--tint {
  background: #F2E8DD;
}
body.home .home-sec--soft,
.brand-page .home-sec--soft {
  background: #FBE3E1;
}
body.home .home-sec--cream,
.brand-page .home-sec--cream {
  background: #FBF6F1;
}
body.home .home-sec__head,
.brand-page .home-sec__head {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  body.home .home-sec__head,
  .brand-page .home-sec__head {
    margin-bottom: 28px;
  }
}
body.home .home-sec__en,
.brand-page .home-sec__en {
  font-family: "Jost", "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12px;
  font-weight: 600;
  color: #9E7A12;
  margin: 0 0 8px;
}
body.home .home-sec__title,
.brand-page .home-sec__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: clamp(22px, 3.4vw, 32px);
  letter-spacing: 0.05em;
  color: #3B2F27;
  margin: 0;
}
body.home .home-sec__lead,
.brand-page .home-sec__lead {
  margin: 14px auto 0;
  max-width: 640px;
  color: #8A7A6D;
  font-size: 15px;
  line-height: 1.9;
}
body.home,
.brand-page {
  /* 下書き注記 */
}
body.home .home-note,
.brand-page .home-note {
  margin: 20px auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 12px;
  color: #8A7A6D;
}
body.home .home-note i,
.brand-page .home-note i {
  color: #9E7A12;
  margin-right: 5px;
}
body.home,
.brand-page {
  /* CTAボタン（ブランド） */
}
body.home .brand-btn,
.brand-page .brand-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
body.home .brand-btn--primary,
.brand-page .brand-btn--primary {
  background: #C4666B;
  color: #fff;
}
body.home .brand-btn--primary:hover,
.brand-page .brand-btn--primary:hover {
  background: rgb(73.5231224565%, 31.3396226415%, 33.5834258232%);
  color: #fff;
  transform: translateY(-2px);
}
body.home .brand-btn--ghost,
.brand-page .brand-btn--ghost {
  background: transparent;
  color: #C4666B;
  border: 1.5px solid #F69C9E;
}
body.home .brand-btn--ghost:hover,
.brand-page .brand-btn--ghost:hover {
  background: #FBE3E1;
  color: #C4666B;
}
body.home .home-sec__more,
.brand-page .home-sec__more {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
body.home,
.brand-page {
  /* --- 選ばれる理由 --- */
}
body.home .reasons__grid,
.brand-page .reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (min-width: 992px) {
  body.home .reasons__grid,
  .brand-page .reasons__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  body.home .reasons__grid,
  .brand-page .reasons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body.home .reasons__grid,
  .brand-page .reasons__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
body.home .reason,
.brand-page .reason {
  background: #fff;
  border: 1px solid #EADFD2;
  border-radius: 20px;
  padding: 30px 22px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(59, 47, 39, 0.05), 0 10px 26px rgba(59, 47, 39, 0.07);
}
body.home .reason__icon,
.brand-page .reason__icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #FBE3E1;
  color: #C4666B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
body.home .reason__title,
.brand-page .reason__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 17px;
  font-weight: 700;
  color: #3B2F27;
  margin: 0 0 8px;
}
body.home .reason__desc,
.brand-page .reason__desc {
  font-size: 13.5px;
  line-height: 1.8;
  color: #8A7A6D;
  margin: 0;
}
body.home,
.brand-page {
  /* --- 症例・実績 --- */
}
body.home .results__stats,
.brand-page .results__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}
@media (max-width: 600px) {
  body.home .results__stats,
  .brand-page .results__stats {
    grid-template-columns: 1fr;
  }
}
body.home .stat,
.brand-page .stat {
  background: #fff;
  border: 1px solid #EADFD2;
  border-radius: 18px;
  padding: 26px 18px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(59, 47, 39, 0.05), 0 10px 26px rgba(59, 47, 39, 0.07);
}
body.home .stat__num,
.brand-page .stat__num {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 1;
  color: #C4666B;
}
body.home .stat__num small,
.brand-page .stat__num small {
  font-size: 16px;
  margin-left: 3px;
}
body.home .stat__label,
.brand-page .stat__label {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  color: #3B2F27;
  margin-top: 10px;
}
body.home .results__cases,
.brand-page .results__cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 600px) {
  body.home .results__cases,
  .brand-page .results__cases {
    grid-template-columns: 1fr;
  }
}
body.home .case,
.brand-page .case {
  display: block;
  background: #fff;
  border: 1px solid #EADFD2;
  border-radius: 18px;
  padding: 22px 24px;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(59, 47, 39, 0.05), 0 10px 26px rgba(59, 47, 39, 0.07);
  transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
body.home .case:hover,
.brand-page .case:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(196, 102, 107, 0.15);
}
body.home .case__tag,
.brand-page .case__tag {
  font-family: "Jost", "Outfit", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9E7A12;
}
body.home .case__title,
.brand-page .case__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  font-weight: 700;
  color: #3B2F27;
  margin: 6px 0;
}
body.home .case__desc,
.brand-page .case__desc {
  font-size: 13.5px;
  color: #8A7A6D;
  line-height: 1.8;
  margin: 0;
}
body.home,
.brand-page {
  /* --- スタッフ紹介 --- */
}
body.home .director,
.brand-page .director {
  display: flex;
  gap: 28px;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #EADFD2;
  border-radius: 24px;
  padding: 26px 30px;
  box-shadow: 0 1px 2px rgba(59, 47, 39, 0.05), 0 10px 26px rgba(59, 47, 39, 0.07);
}
@media (max-width: 600px) {
  body.home .director,
  .brand-page .director {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }
}
body.home .director__photo,
.brand-page .director__photo {
  width: 130px;
  height: 130px;
  flex: none;
  border-radius: 50%;
  background: linear-gradient(140deg, #FBE3E1, #F2E8DD);
  border: 3px solid #fff;
  box-shadow: 0 1px 2px rgba(59, 47, 39, 0.05), 0 10px 26px rgba(59, 47, 39, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F69C9E;
  font-size: 40px;
  overflow: hidden;
}
body.home .director__photo img,
.brand-page .director__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .director__en,
.brand-page .director__en {
  font-family: "Jost", "Outfit", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9E7A12;
}
body.home .director__name,
.brand-page .director__name {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  color: #3B2F27;
  margin: 4px 0 10px;
}
body.home .director__msg,
.brand-page .director__msg {
  font-size: 14px;
  line-height: 1.9;
  color: #8A7A6D;
  margin: 0 0 14px;
}
body.home,
.brand-page {
  /* --- 院内・設備ギャラリー --- */
}
body.home .gallery__grid,
.brand-page .gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 991px) {
  body.home .gallery__grid,
  .brand-page .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.home .gtile,
.brand-page .gtile {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #EADFD2;
  background: #fff;
  box-shadow: 0 1px 2px rgba(59, 47, 39, 0.05), 0 10px 26px rgba(59, 47, 39, 0.07);
}
body.home .gtile__ph,
.brand-page .gtile__ph {
  height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 12px;
  color: #F69C9E;
  background: linear-gradient(140deg, #FBE3E1, #EBF0E7);
}
@media (max-width: 600px) {
  body.home .gtile__ph,
  .brand-page .gtile__ph {
    height: 120px;
  }
}
body.home .gtile__cap,
.brand-page .gtile__cap {
  font-family: "Zen Maru Gothic", serif;
  font-size: 13.5px;
  color: #3B2F27;
  padding: 12px 14px;
}
body.home,
.brand-page {
  /* --- 飼い主様の声 --- */
}
body.home .voices__grid,
.brand-page .voices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  body.home .voices__grid,
  .brand-page .voices__grid {
    grid-template-columns: 1fr;
  }
}
body.home .voice,
.brand-page .voice {
  background: #fff;
  border: 1px solid #EADFD2;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(59, 47, 39, 0.05), 0 10px 26px rgba(59, 47, 39, 0.07);
  position: relative;
}
body.home .voice__mark,
.brand-page .voice__mark {
  font-family: "Marcellus", "Cormorant Garamond", serif;
  font-size: 44px;
  line-height: 0.6;
  color: #F69C9E;
}
body.home .voice__text,
.brand-page .voice__text {
  font-size: 14px;
  line-height: 1.95;
  color: #3B2F27;
  margin: 6px 0 14px;
}
body.home .voice__by,
.brand-page .voice__by {
  font-family: "Zen Maru Gothic", serif;
  font-size: 12.5px;
  color: #8A7A6D;
}
body.home,
.brand-page {
  /* --- はじめての方へ / 初診の流れ・料金 --- */
}
body.home .firstvisit__grid,
.brand-page .firstvisit__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
}
@media (max-width: 860px) {
  body.home .firstvisit__grid,
  .brand-page .firstvisit__grid {
    grid-template-columns: 1fr;
  }
}
body.home .steps,
.brand-page .steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}
body.home .step,
.brand-page .step {
  position: relative;
  padding: 0 0 22px 54px;
}
body.home .step::before,
.brand-page .step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #C4666B;
  color: #fff;
  font-family: "Jost", "Outfit", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
body.home .step::after,
.brand-page .step::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 40px;
  bottom: 4px;
  width: 2px;
  background: #EADFD2;
}
body.home .step:last-child::after,
.brand-page .step:last-child::after {
  display: none;
}
body.home .step__title,
.brand-page .step__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  font-weight: 700;
  color: #3B2F27;
  margin: 4px 0 4px;
}
body.home .step__desc,
.brand-page .step__desc {
  font-size: 13.5px;
  color: #8A7A6D;
  line-height: 1.8;
  margin: 0;
}
body.home,
.brand-page {
  /* はじめての方へ：PCはステップを横並び4カラムに（左寄り・右の空白を解消） */
}
body.home .firstvisit-sec .steps,
.brand-page .firstvisit-sec .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 22px;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  body.home .firstvisit-sec .steps,
  .brand-page .firstvisit-sec .steps {
    grid-template-columns: 1fr 1fr;
    max-width: 620px;
  }
}
@media (max-width: 600px) {
  body.home .firstvisit-sec .steps,
  .brand-page .firstvisit-sec .steps {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}
body.home .firstvisit-sec .step,
.brand-page .firstvisit-sec .step {
  padding: 0 4px;
  text-align: center;
}
body.home .firstvisit-sec .step::before,
.brand-page .firstvisit-sec .step::before {
  position: static;
  margin: 0 auto 12px;
}
body.home .firstvisit-sec .step::after,
.brand-page .firstvisit-sec .step::after {
  display: none;
}
body.home .firstvisit-sec .step .step__title,
.brand-page .firstvisit-sec .step .step__title {
  text-align: center;
}
body.home .firstvisit-sec .step .step__desc,
.brand-page .firstvisit-sec .step .step__desc {
  text-align: left;
}
body.home .pricecard,
.brand-page .pricecard {
  background: #fff;
  border: 1px solid #EADFD2;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(59, 47, 39, 0.05), 0 10px 26px rgba(59, 47, 39, 0.07);
  height: fit-content;
}
body.home .pricecard__title,
.brand-page .pricecard__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  color: #3B2F27;
  margin: 0 0 14px;
}
body.home .pricecard__row,
.brand-page .pricecard__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px dashed #EADFD2;
  font-size: 14px;
}
body.home .pricecard__row:last-of-type,
.brand-page .pricecard__row:last-of-type {
  border-bottom: none;
}
body.home .pricecard__row .k,
.brand-page .pricecard__row .k {
  color: #3B2F27;
}
body.home .pricecard__row .v,
.brand-page .pricecard__row .v {
  font-family: "Jost", "Outfit", sans-serif;
  color: #C4666B;
  font-weight: 600;
  white-space: nowrap;
}
body.home .pricecard__note,
.brand-page .pricecard__note {
  font-size: 11.5px;
  color: #8A7A6D;
  margin: 12px 0 0;
}
body.home,
.brand-page {
  /* --- アクセス見出し帯（診療時間・アクセスまとめ） --- */
}
body.home .access-parking,
.brand-page .access-parking {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  color: #3B2F27;
  margin-top: 4px;
}
body.home .access-parking i,
.brand-page .access-parking i {
  color: #C4666B;
  margin-right: 6px;
}
body.home,
.brand-page {
  /* --- ティーザー（要約＋詳細ページへのリンク） --- */
}
body.home .teaser-points,
.brand-page .teaser-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  list-style: none;
  padding: 0;
  margin: 4px 0 24px;
}
body.home .teaser-points li,
.brand-page .teaser-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 14.5px;
  color: #3B2F27;
}
body.home .teaser-points li i,
.brand-page .teaser-points li i {
  color: #C4666B;
}
body.home,
.brand-page {
  /* ティーザー内のギャラリーはタイルを低めに */
}
body.home .gallery--teaser .gtile__ph,
.brand-page .gallery--teaser .gtile__ph {
  height: 116px;
}
@media (max-width: 600px) {
  body.home .gallery--teaser .gtile__ph,
  .brand-page .gallery--teaser .gtile__ph {
    height: 96px;
  }
}

/* 専用ページ（はじめての方へ / 院内・設備）の地色 */
.brand-page {
  background: #FBF6F1;
  color: #3B2F27;
}

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