@charset "utf-8";

body {
  font-family: 'Noto Sans JP', sans-sans-serif;
  color: #222;
  letter-spacing: 0.1em;
  background-color: #fff;
  text-align: left;
  line-height: 1.75;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

/* アクセシビリティ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (min-width: 1026px) {
body#about-page .footer-wrapper {
 padding-top: 50px !important;
 }
}


body#category-page .footer-wrapper  {
  padding-top: 50px;
}

@media (max-width: 1026px) {
body#category-page .footer-wrapper  {
  margin-top: 50px;
  padding-top: 30px;
}
}

@media (max-width: 480px) {
body#category-page .footer-wrapper {
    margin-top: 40px !important;
    padding-top: 10px !important;
  }
}


body#newslist-page .footer-wrapper  {
  padding-top: 50px;
}

@media (max-width: 1026px) {
body#newslist-page .footer-wrapper  {
  margin-top: 50px;
  padding-top: 30px;
}
}

@media (max-width: 480px) {
body#newslist-page .footer-wrapper {
    margin-top: 40px !important;
    padding-top: 10px !important;
  }
}

body#news-page .footer-wrapper  {
  padding-top: 50px;
}

@media (max-width: 1026px) {

body#news-page .footer-wrapper  {
  margin-top: 50px;
  padding-top: 30px;
}
}

@media (max-width: 480px) {
body#news-page .footer-wrapper {
    margin-top: 50px !important;
    padding-top: 10px !important;
  }
}


body#spot-page .footer-wrapper  {
  padding-top: 50px;
}

@media (max-width: 1026px) {

body#spot-page .footer-wrapper  {
  margin-top: 50px;
}
}

body#area-archive .footer-wrapper  {
  padding-top: 50px;
}

@media (max-width: 1026px) {

body#area-archive .footer-wrapper  {
  margin-top: 40px;
  padding-top:0px;
}
}

@media (max-width: 480px) {

body#area-archive .footer-wrapper  {
  margin-top: 0px !important;
  padding-top:0px;
}
}

body#contact-page .footer-wrapper  {
  padding-top: 50px !important;
}

@media (max-width: 1026px) {

body#contact-page .footer-wrapper  {
  padding-top: 0px !important;
  margin-top:60px;
}
}

body.tax-area .footer-wrapper  {
  padding-top: 50px;
}

@media (max-width: 1026px) {

body.tax-area .footer-wrapper  {
  margin-top: 50px;
}
}



/************************************
** 施設について　ABOUT
************************************/

.about-header-container {
  width: 100%;
  padding: 0px 0px 0px 0px;
  z-index:10;
}

.about-header-container .about-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
}

.about-header-container .about-header-image-container {
  text-align: center;
}

.about-header-container .heading-title-mg2 {
  margin-top: 50px;
  margin-bottom: 50px;  
}

@media (max-width: 1026px) {
  .about-header-container .about-header-inner {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  .about-header-container .heading-title-mg2 {
    margin-top: 40px;
    margin-bottom: 40px; 
  }
}

@media (max-width: 480px) {
  .about-header-container .heading-title-mg2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.about-header-container .heading-title {
  font-size: 4.5rem !important;
  font-weight: 500;
  color: #f6ad44;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index:100 !important;
}

.about-header-container .heading-subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #f6ad44;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  z-index:100 !important;
}

/* タブレット・スマホ表示用のレスポンシブ設定 */
@media (max-width: 1026px) {
  .about-header-container .heading-title {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .about-header-container .heading-subtitle {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .about-header-container .heading-title {
    font-size: 2.4rem !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .about-header-container .heading-subtitle {
    font-size: 1.2rem !important;
    font-weight:normal;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}


.spot-header-container {
  background: #F9F5EE !important;
}

.spot-header-container .heading-title-mg2 {
  padding-top: 50px;
  padding-bottom: 50px;  
}

@media (max-width: 1026px) {
  .spot-header-container .spot-header-inner {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  .spot-header-container .heading-title-mg2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .spot-header-container .heading-title-mg2 {
    padding-top: 10px !important;
    padding-bottom: 10px;
  }
}

.spot-header-container .heading-title {
  font-size: 4.5rem !important;
  font-weight: 500;
  color: #f6ad44;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index:100 !important;
}

.spot-header-container .heading-subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #f6ad44;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  z-index:100 !important;
}

/* タブレット・スマホ表示用のレスポンシブ設定 */
@media (max-width: 1026px) {
  .spot-header-container .heading-title {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .spot-header-container .heading-subtitle {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .spot-header-container .heading-title {
    font-size: 2.4rem !important;
    margin-top: 45px !important;
    margin-bottom: 0px;
  }
  .spot-header-container .heading-subtitle {
    font-size: 1.2rem !important;
    font-weight:normal;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

/************************************
** 施設紹介ページ　ヘッダー
************************************/

.about-features-bg-wrapper {
  position: relative;
  z-index: 1;
  margin-top:0px;
}

.about-features-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: white;
  z-index: 0;
}

.about-features-container {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 0px 80px 0px;
}

.about-feature-row {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0;
  align-items: center;
}

/* 最初のブロックの上のマージンは不要な場合 */
.about-feature-row:first-child {
  margin-top: 30px;  /* 最初のブロックの上のマージンは元のまま */
}

/* 最後のブロックの下のマージンは不要な場合 */
.about-feature-row:last-child {
  margin-bottom: 40px;  /* 最後のブロックの下のマージンは元のまま */
}

/* レスポンシブ対応も維持 */
@media (max-width: 1026px) {
  .about-feature-row {
    flex-direction: column;
    margin: 40px 0;  /* モバイル表示時は元のマージンに戻す */
  }

.about-feature-row:first-child {
  margin-top: 20px;  /* 最初のブロックの上のマージンは元のまま */
  }
}

.about-feature-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
}

.about-features-image-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.about-features-image-container::after {
  content: '';
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 148, 47, 0.2);
  z-index: -1;
}

.about-features-image-container img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

@media (max-width: 1026px) {
  .about-features-image-container img {
    width: 700px; /* 例：固定幅を指定 */
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto; /* 中央揃え */
  }
}

@media (max-width: 480px) {
  .about-features-image-container img {
    width: 100%; 
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto; /* 中央揃え */
  }
}

.about-features-detail-text {
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 30px;
  font-size: 18px;
}

.container5 {
  display: flex;
  align-items: left;
  text-align: left;
  padding: 0px;
  margin-left: 0px;
}

.icon2 {
  margin-right: 0px;
}

.about-features-container .text5 {
  font-family: 'Arial', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #EC942F; 
  z-index: 10;
  margin-left: -50px;
  margin-top: 13px;
}

.marker-0 {
  background: linear-gradient(transparent 60%, #FADCAC 0);
  display: inline-block;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
}

.about-features-container .text3 {
  font-size: 22px;
}

 @media (max-width: 1026px) {

  .about-features-bg-wrapper {
    margin-top:0px !important;
  }

  /* タブレット・スマートフォン共通スタイル */
  .about-features-bg-container {
    background-color: white;
  }

  .about-feature-row {
    flex-direction: column;
    margin: 0px 0;
  }

  .about-feature-col {
    text-align: left;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .marker-0 {
    line-height: 1.3;
    padding-left: 8px;
  }

  .custom-button {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  /* タブレット用スタイル */
  .container5 {
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    margin-left: 0px; /* .container5 のデフォルトと重複 */
    margin-bottom: 0px; /* .container5 のデフォルトと重複 */
  }

  .about-features-container {
    padding: 20px 20px 60px 20px;
  }

  .about-features-image-container {
    margin-bottom: 20px;
  }

  .about-features-image-container::after {
    bottom: -10px;
    right: -10px;
  }

  .about-features-detail-text {
    font-size: 18px;
    padding: 0px 30px 0px 30px;
    margin-bottom: 15px;
    margin-left:20px
    margin-right:20px;
    width:700px;
    text-align: left;
  }

  .about-features-container.text5 {
    font-size: 30px !important;
    text-align: left;
    margin-bottom: 15px;
  }

  .about-features-container .text3 {
    font-size: 30px !important;
    text-align: left;
    margin: 0px 40px 15px 40px;
    white-space: nowrap;
  }

  .icon2 {
    width: 70px;
    height: 70px;
  }

  .facility-details.no-detail-button {
    margin-bottom: 20px;
  }  
}



 /* スマートフォン用スタイル */
 
  @media (max-width: 480px) {
    .about-features-container {
      padding: 15px 20px 0px 20px;
    }

    .about-features-image-container {
      margin-bottom: 15px;
    }

    .about-features-image-container::after {
      bottom: -5px;
      right: -5px;
    }

    .about-features-detail-text {
      width: 100%;
      text-align: left;
      font-size: 14px;
      padding: 0px 20px 0px 0px;
      margin-bottom: 15px;
      margin-left: 20px;
    }

    .container5 {
      text-align: left;
      margin-left: -10px;
      margin-bottom: 0px;
      padding-left: 10px;
      padding-right: 10px;
    }

    .about-features-container .text5 {
      font-size: 19px !important;
      font-weight: bold;
      text-align: left;
      margin-bottom: 0px !important;
      width: 100%;
    }

    .icon2 {
      width: 65px;
      height: 65px;
      margin-right: 5px !important;
      margin-top: -2px;
    }

    .marker-0 {
      line-height: 1.5;
      padding-left: 5px;
    }

    .custom-button {
      margin-top: 0px;
      margin-bottom: 30px;
    }
  }
  

@media (max-width: 480px) {

  .about-features-container .text3 {
    font-size: 16px !important;
    font-weight: bold;
    text-align: left;
    margin: 0px 10px 0px 10px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-all; 
    max-width:480px;
  }
  .about-features-detail-text {
    width:100%;
    font-size: 14px;
    line-height: 1.5;
    padding: 0px 20px 0px 0px;
    margin-bottom: 15px;
  }
}

.about-features-bg-wrapper .text-container {
  text-align: left !important;
  padding-left: 0px;
  width: 500px;
}

@media screen and (max-width: 1026px) {

  .about-features-bg-wrapper .text-container {
    text-align: left !important;
    padding-left: 0px;
    width: 600px !important;
    margin-left: 0px;
  }
}

@media screen and (max-width: 480px) {

  .about-features-bg-wrapper .text-container {
    width: 100% !important;
    text-align: left !important;
    padding-left: 0px;
  }
}



.checklist {
  list-style: none;
  padding: 0;
  margin: 20px;
}

.checklist li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.checklist li::before {
  content: "✓";
  margin-right: 10px;
  flex-shrink: 0;
  color: #007399;
}

.checklist-container {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0px;
}

/* レスポンシブ対応 */
@media (max-width: 1026px) {
  .checklist {
    margin: 0px;
  }

  .checklist li {
    font-size: 18px;
  }

  .checklist-container {
    border: 1px solid #ccc;
    padding: 15px 0px 5px 0px;
    margin: 0px 20px 0px 20px;
  }
}

@media (max-width: 767px) {
  .checklist {
    margin: 0px;
  }

  .checklist li {
    font-size: 18px;
  }

  .checklist-container {
    border: 1px solid #ccc;
    padding: 5px 0px 5px 10px !important;
    margin: 20px 10px 10px 10px;
  }
}

/* 追加の微調整用クラス */
.mb-adjust-tablet {
  margin-bottom: 20px;
}

.mb-adjust-mobile {
  margin-bottom: 15px;
}

.mt-adjust-tablet {
  margin-top: 20px;
}

.mt-adjust-mobile {
  margin-top: 15px;
}

.about-outer-container {
  width: 100%;
  background-color: #F9F5EE;
}

.about-inner-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.about-logo-container {
  text-align: center;
  margin-bottom: 40px;
}

.about-logo {
  max-width: 100%;
  height: auto;
}

.about-image-gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.about-image-item {
  width: 32%;
}

.about-image-item img {
  width: 100%;
  height: auto;
}

.about-text-content {
  padding: 20px;
}

/* 白・グレー背景（下３分の２） */
.about-outer-container {
  position: relative;
  padding: 0px 0px 10px 0px;
  margin: 0;
  z-index: 0;
}

.about-outer-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: white;
  z-index: -1;
}

.about-outer-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #F9F5EE;
  z-index: -1;
}

/* タブレット用のメディアクエリ */
@media screen and (max-width: 1026px) {
  .about-inner-container {
    padding: 0px 15px 20px 15px;
  }

  .about-image-gallery {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px 20px 0px 20px;
  }

  .about-image-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .about-image-item:last-child {
    width: calc(50% - 10px);
  }

  .about-outer-container::before {
    height: 35%;
  }

  .about-outer-container::after {
    height: 65%;
    background-color: #f5f5f5;
  }

  .about-text-content {
    padding: 0;
    padding: 0px 25px 15px 25px;
  }
}

/* スマートフォン用のメディアクエリ */
@media screen and (max-width: 767px) {
  .about-logo {
    max-width: 90%;
    height: auto;
  }

  .about-logo-container {
    text-align: center;
    margin-bottom: 20px;
  }

  .about-inner-container {
    padding: 0px 15px 0px 15px;
  }

  .about-image-gallery {
    flex-direction: column;
    padding: 0px 10px 0px 10px;
    margin-bottom: 0px;
  }

  .about-image-item,
  .about-image-item:last-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-outer-container::before {
    height: 25%;
  }

  .about-outer-container::after {
    height: 75%;
  }

  .about-text-content {
    padding: 0px 10px 20px 10px;
    font-size: 18px;
  }
}

.about-photo-header-container {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.about-photo-header-container .about-photo-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
}

.about-photo-header-container .heading-title-mg2 {
  margin-top: 50px;
  margin-bottom: 0px;  
}

@media (max-width: 1026px) {
  .about-photo-header-container .about-photo-header-inner {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  .about-photo-header-container .heading-title-mg2 {
    margin-top: 40px;
    margin-bottom: 0px; 
  }
}

@media (max-width: 480px) {
  .about-photo-header-container .heading-title-mg2 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

.about-photo-wrapper {
  position: relative;
  padding: 0px 0px 70px 0px;
  margin: 0;
  z-index: 0;
}

.about-photo-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F9F5EE;
  z-index: -1;
}

.about-photo-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: white;
  z-index: -1;
}

.about-photo-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.about-photo-logo {
  text-align: center;
  margin-bottom: 20px;
}

.about-photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC表示: 3列 */
  gap: 20px;
}

.about-photo-item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.about-photo-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* タブレット表示 */
@media screen and (max-width: 1026px) {
  .about-photo-gallery {
    grid-template-columns: repeat(2, 1fr); /* タブレット表示: 2列 */
  }
  .about-photo-wrapper::before {
    height: 100%;
  }
  .about-photo-wrapper::after {
    height: 0%;
  }

  .about-photo-wrapper {
    position: relative;
    padding: 0px 30px 50px 30px;
    margin: 0;
    z-index: 0;
  }
}

/* スマホ表示 */
@media screen and (max-width: 767px) {
  .about-photo-container {
    width: 100%;
    margin: 0 auto;
    padding: 5px 15px 10px 15px;
    box-sizing: border-box;
  }

  .about-photo-gallery {
    grid-template-columns: 1fr; /* スマホ表示: 1列 */
  }
  .about-photo-wrapper::before {
    height: 100%;
  }
  .about-photo-wrapper::after {
    height: 0%;
  }

  .about-photo-wrapper {
    position: relative;
    padding: 0px 5px 30px 5px;
    margin: 0;
    z-index: 0;
  }
}

.pets-header-container {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.pets-header-container .about-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
}

.pets-header-container .about-header-image-container {
  text-align: center;
}

.pets-header-container .heading-title-mg2 {
  margin-top: 50px;
  margin-bottom: 50px;  
}

@media (max-width: 1026px) {
  .pets-header-container .about-header-inner {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  .pets-header-container .heading-title-mg2 {
    margin-top: 40px;
    margin-bottom: 40px; 
  }
}

@media (max-width: 480px) {
  .pets-header-container .heading-title-mg2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .heading-title {
    font-size: 2.4rem !important;
    letter-spacing: 0.1em;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .heading-subtitle {
    font-size: 1.2rem !important;
    font-weight:normal;
    letter-spacing: 0.1em;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.pets-welcome-bg-wrapper {
  position: relative;
  z-index: 1;
}

.pets-welcome-inner-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.pets-welcome-container {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 0px 80px 0px;
}

.pets-welcome-row {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  align-items: center;
}

.pets-welcome-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
}

.pets-welcome-image-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.pets-welcome-image-container img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.pets-welcome-bg-wrapper .text-container {
  text-align: center !important;
  padding-left: 0px;
  width: 500px;
}

.pets-welcome-detail-text {
  margin-top: 30px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 1.8;
}

.pets-welcome-bg-wrapper .marker-0 {
  background: linear-gradient(transparent 60%, #FADCAC 0);
  display: inline-block;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
}

.pets-welcome-bg-wrapper .text3 {
  font-size: 27px;
}

@media screen and (max-width: 1026px) {
  .pets-welcome-inner-container {
    padding: 50px 15px 50px 15px;
  }

  .pets-welcome-container {
    padding: 20px 20px 60px 20px;
  }

  .pets-welcome-row {
    flex-direction: column;
    margin: 0px 0;
  }

  .pets-welcome-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .pets-welcome-image-container {
    margin-bottom: 30px;
  }

  .pets-welcome-image-container::after {
    bottom: -10px;
    right: -10px;
  }

  .pets-welcome-bg-wrapper .text-container {
    text-align: center !important;
    padding-left: 0px;
    width: 600px;
  }

  .pets-welcome-detail-text {
    font-size: 18px;
    padding: 0px 30px 0px 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align:center;
  }

  .pets-welcome-bg-wrapper .marker-0 {
    line-height: 1.3;
    padding-left: 10px;
  }

  .pets-welcome-bg-wrapper .text3 {
    font-size: 27px !important; 
    text-align: center !important; 
    margin: 0px 40px 15px 40px;
  }
}

@media screen and (max-width: 767px) {
  .pets-welcome-inner-container {
    padding: 25px 15px 30px 15px;
  }

  .pets-welcome-container {
    padding: 15px 20px 40px 20px;
  }

  .pets-welcome-image-container {
    margin-bottom: 15px;
  }

  .pets-welcome-image-container::after {
    bottom: -5px;
    right: -5px;
  }

  .pets-welcome-detail-text {
    font-size: 18px;
    padding: 0px 20px 0px 0px;
    margin-bottom: 15px;
    text-align:center;
  }

  .pets-welcome-bg-wrapper .marker-0 {
    line-height: 1.5;
    padding-left: 5px;
  }

  .pets-welcome-bg-wrapper .text3 {
    font-size: 20px !important;
    font-weight: bold;
    text-align: center;
    margin: 0px 10px 0px 10px !important;
  }
}

@media screen and (max-width: 480px) {
  .pets-welcome-image-container img {
    width: 95%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
  }

  .pets-welcome-bg-wrapper .text-container {
    width: 100%;
    text-align: center !important;
    padding-left: 0px;
  }

  .pets-welcome-bg-wrapper .marker-0 {
    line-height: 1.3;
  }

  .pets-welcome-bg-wrapper .text3 {
    font-size: 17px !important; 
    text-align: center !important;
    margin: 0px 40px 15px 40px;
  }

  .pets-welcome-detail-text {
    font-size: 14px;
    padding: 0px 10px 0px 0px;
    margin-bottom: 5px;
    text-align:center;
  }
}

@media screen and (max-width: 480px) {
  .left-space {
    padding-left: 10px !important;
  }
}

.pets-features-bg-wrapper {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.pets-features-bg-container {
 position: absolute;
 top: 0;
 left: 0;
 width: 100vw;
 height: 100%;
 background-color: #F9F5EE;
 z-index: 0;
}

.pets-features-bg-container::after {
 display: none;
}

@media screen and (max-width: 1026px) {
 .pets-features-bg-container {
   background-color: #F9F5EE;
 }
 .pets-features-bg-container::after {
   display: none;
 }
}

.pets-features-container {
 position: relative;
 z-index: 1;
 max-width: 1300px;
 margin: 0 auto;
 padding: 60px 0px 60px 0px;
 z-index: 1000 !important;
}

/* テキストのスタイル */
.pets-features-container .list-box-text {
  font-size: 30px;
}

@media (max-width: 1026px) {
  .pets-features-container {
    margin: 0 auto;
    padding: 30px 20px 40px 20px;
  }

  .features-container .list-box-text {
    font-size: 25px !important;
    font-weight: bold;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .pets-features-container {
    margin: 0 auto;
    padding: 15px 20px 10px 20px;
  }

  .pets-features-container .list-box-text {
    font-size: 17px !important;
    font-weight: bold;
    text-align: center;
  }
}

.pet-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0px 50px 0px;
}

.pet-container .pet-content {
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 50px;
}

.pet-container .pet-content::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  height: 90%;
  width: 1px;
  background-color: #ccc;
  transform: translateX(-50%);
}

.pet-container .pet-column {
  flex: 0 1 auto;
  max-width: 500px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pet-container .pet-column:first-child {
  padding-right: 80px;
}

.pet-container .pet-column:last-child {
  padding-left: 60px;
}

.pet-container .right-column {
  margin-left: 120px;
}

.pet-container .heading-title-mg2 {
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.pet-container .heading-title {
  font-size: 4.5rem;
  font-weight: 500;
  color: #f6ad44;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 7px !important;
  z-index: 100 !important;
}

.pet-container .heading-subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  color: #f6ad44;
  letter-spacing: 0.1em;
  margin-top: 0px;
  margin-bottom: 15px;
  z-index: 100 !important;
}

.pet-container .pet-list {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
  width: 100%;
}

.pet-container .pet-list li {
  font-size: 18px;
  margin-bottom: 10px;
}

.pet-container .pet-note {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  width: 80%;
  border: 1px solid #000;
  padding: 15px;
}

.pet-container .pet-note span {
  display: inline-block;
  line-height: 1.6;
}

@media (max-width: 1026px) {
  .pet-container {
    margin-top: -10px !important;
  }

  .pet-container .pet-content {
    padding: 50px 50px 10px 50px;
  }
  
  .pet-container .pet-column:first-child {
    padding-right: 40px;
  }

  .pet-container .pet-column:last-child {
    padding-left: 30px;
  }

  .pet-container .right-column {
    margin-left: 30px;
  }

  .pet-container .heading-title-mg2 {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  .pet-container .heading-title {
    color: #f6ad44;
    font-size: 3.3rem !important;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 0px;
    z-index: 100 !important;
  }

  .pet-container .heading-subtitle {
    color: #f6ad44;
    font-size: 1.2rem !important;
    margin-top: 0px;
    margin-bottom: 15px;
    z-index: 100 !important;
  }

  .pet-container .pet-list li {
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  .pet-container .pet-content::after {
    content: '';
    position: absolute;
    top: 70px;
    left: 50%;
    height: 85%;
    width: 1px;
    background-color: #ccc;
    transform: translateX(-50%);
  }

  .pet-container .pet-note {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    border: 1px solid #000;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .pet-container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .pet-container .pet-content {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .pet-container .pet-content::after {
    display: none;
  }

  .pet-container .pet-column {
    max-width: 100%;
    width: 100%;
    padding: 0 50px !important;
  }

  .pet-container .pet-column:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .pet-container .heading-title-mg2 {
    padding-top: 0px; 
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .pet-container .heading-title {
    font-size: 2.4rem !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .pet-container .heading-subtitle {
    font-size: 1.2rem !important;
    font-weight:normal;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .pet-container .pet-list li {
    font-size: 15px;
    line-height:1.3;
  }

  .pet-container .right-column {
    margin-left: 0px;
  }

  .pet-container .pet-note {
    width: 90%;
    margin-bottom:20px;
    font-size:15px !important;
  }
}



.about-NOTES-header-container {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.about-NOTES-header-container .about-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
}

.about-NOTES-header-container .about-header-image-container {
  text-align: center;
}

.about-NOTES-header-container .heading-title-mg2 {
  margin-top: 50px;
  margin-bottom: 30px;  
}

@media (max-width: 1026px) {
  .about-NOTES-header-container .about-header-inner {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  .about-NOTES-header-container .heading-title-mg2 {
    margin-top: 30px;
    margin-bottom: 20px; 
  }
}

@media (max-width: 480px) {
  .about-NOTES-header-container .heading-title-mg2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.NOTES-container {
  width: 100%;
  background-color: #F9F5EE;
  padding: 0px 0px 1px 0px;
}

.NOTES-content {
  max-width: 1000px;
  margin: 0 auto;
  background-color: white;
  padding: 40px;
  margin-bottom: 45px;
  box-sizing: border-box;
}

.NOTES-container .title-container {
  text-align: center;
  padding-bottom: 20px;
}

.NOTES-container .text3 {
  font-size: 30px;
}

.NOTES-container .marker-0 {
  background: linear-gradient(transparent 60%, rgba(163, 214, 228, 0.6) 0);  /* 40%薄く */
  display: inline-block;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
}

.NOTES-container .about-features-detail-text {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

/* タブレット用のメディアクエリ */
@media screen and (max-width: 1026px) and (min-width: 768px) {
  .NOTES-container {
    width: 100%;
    background-color: #F9F5EE;
    padding: 0px 40px 20px 40px;
  }

  .NOTES-content {
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
    padding: 40px 0px 30px 0px;
    margin-bottom: 35px;
    box-sizing: border-box;
  }

  .NOTES-container .text3 {
    font-size: 30px !important; 
    text-align: center;
  }
  
  .NOTES-container .marker-0 {
    line-height: 1.3;
    padding-left: 8px;
  }

  .NOTES-container .about-features-detail-text {
    font-size: 18px;
    padding: 0 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* スマートフォン用のメディアクエリ */
@media screen and (max-width: 480px) {
  .NOTES-container {
    width: 100%;
    background-color: #F9F5EE;
    padding: 0px 20px 10px 20px;
  }

  .NOTES-container .title-container {
    text-align: center;
    padding-bottom: 0px;
  }
  .NOTES-content {
    padding: 20px 10px 10px 10px;
    margin-bottom: 25px;
  }

  .NOTES-container .text3 {
    font-size: 15px !important;
    font-weight: bold;
    text-align: center !important;
  }
  
  .NOTES-container .marker-0 {
    line-height: 1.5;
    padding-left: 7px;
    width: fit-content;  /* テキストに合わせて幅を調整 */
    margin: 0 auto;  /* 中央揃え */
  }

  .NOTES-container .about-features-detail-text {
    font-size: 15px;
    padding: 0 20px 0 0;
    margin-bottom: 15px;
  }

  .NOTES-container .checklist li {
    font-size: 15px !important;
    padding: 0px;
    margin-bottom: 10px;
  }
}

/* FAQ 質問 */
.faq-container0-pets {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .faq-container0-pets {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .faq-container0-pets {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0px;
  }
}

.contact-container-upper2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F9F5EE;
  margin-top: 0px;
  padding: 60px 0px 0px 0px;
}

@media (max-width: 1026px) {
  .contact-container-upper2 {
    display: none;
  }
}

.main-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px;
}

.news-container2 {
  width: 68%;
  margin-right: 2%;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
}

.news-container2 .notice-list {
  width: 100%;
}

.news-container2 .notice {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}

/* 最後の .notice 要素の下罫線を消す */
.news-container2 .notice-list .notice:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.news-container2 .date-label-container {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.news-container2 .date {
  font-size: 18px;
  color: #F5A623;
  margin-right: 10px;
  white-space: nowrap;
}

.news-container2 .label {
  display: inline-block;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

.label1 {
  background-color: #FDA7DC;
}

.label2 {
  background-color: #A8E7C0;
}

.label3 {
  background-color: #A3C5F9;
}

.news-container2 .title {
  display: block;
  font-size: 18px;
  text-decoration: none;
  margin-top: 0; /* 5px から 0 に変更 (間隔は .date-label-container の margin-bottom で調整) */
  width: 100%; /* ★追加: 親要素(.notice)の幅いっぱいに広がる */
  text-align: left; /* ★追加: テキストを左揃えにする */
  color: #333; /* 文字色を明示 (必要に応じて変更) */
  overflow: hidden; /* ★追加: はみ出す場合に隠す */
  text-overflow: ellipsis; /* ★追加: はみ出す場合に三点リーダーを表示 */
  /* white-space: nowrap; */ /* 必要に応じて。複数行許容ならコメントアウト */
}

.category-container {
  width: 28%;
  padding: 10px;
  margin-top: 0px;
}

.category-title {
  font-size: 26px;
  font-weight: bold;
  color: #f6ad44;
  letter-spacing: 5px;
  text-align: left;
  margin-bottom: 20px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  margin-bottom: 15px;
}

.category-item a {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  transition: background-color 0.3s, box-shadow 0.3s;
}

/* ホバー時のスタイル */
.category-item a:hover {
  background-color: #f0f0f0;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
}

/* アクティブなカテゴリーボタンのスタイル */
.category-item.active a {
    background-color: #e0e0e0; /* ホバー時と同じグレー */
}

/* アクティブなカテゴリーボタンのホバー時のスタイル */
.category-item.active a:hover {
    background-color: #e0e0e0; /* さらに暗いグレー */
}


@media (max-width: 1026px) {
  .main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }

  .news-container2 {
    width: 70%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 10px;
  }

  .category-container {
    width: 25%;
    padding: 10px;
    margin-top: 0px;
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
    margin-top: 20px;
  }

  .news-container2, .category-container {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .category-container {
    padding: 10px 30px 0px 30px;
    margin: 0px;
  }

  .category-title {
    font-size: 20px;
  }

  .category-item a {
    font-size: 18px;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .main-container {
    flex-direction: column;
    margin-top: 20px;
  }

  .news-container2, .category-container {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .news-container2 .notice-list {
    padding: 10px 20px 15px 35px;
    margin: -10px !important;
  }

  /* スマホ表示時の日付スタイル */
  .news-container2 .date {
    font-size: 12px;
    margin-right: 7px;
    margin-bottom: 5px;
  }

  /* スマホ表示時のラベルスタイル */
  .news-container2 .label {
    font-size: 11px;
    padding: 2px 8px;
    margin-bottom: 5px;
  }

  /* スマホ表示時のタイトルスタイル */
  .news-container2 .title {
    font-size: 14px;
    margin-top: 0px;
    line-height: 1.4;
  }

  .news-container2 .notice {
    padding-bottom: 10px;
    margin: 12px 0;
  }

  .category-container {
    padding: 10px 30px 0px 30px;
    margin: 0px;
  }

  .category-title {
    font-size: 20px;
  }

  .category-item a {
    font-size: 16px;
    padding: 8px;
  }
}


@media (max-width: 1026px) {
  #spot-page .section-orange2 {
    margin-top: -50px;
    margin-bottom: 0px;
  }

  #spot-page .contact-container {
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    padding-bottom: 25px;
  }
}

@media (max-width: 1026px) {
  #pet-welcome-page .section-orange2 {
    margin-top: -30px;
    margin-bottom: 0px;
  }

  #pet-welcome-page .contact-container {
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    padding-bottom: 25px;
  }
}

@media (max-width: 480px) {
  #pet-welcome-page .section-orange2 {
    margin-top: -10px;
    margin-bottom: 0px;
  }

  #pet-welcome-page .contact-container {
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    padding-bottom: 25px;
  }
}

@media (max-width: 1026px) {
  #about-page .section-orange2 {
    margin-top: -50px;
    margin-bottom: 0px;
  }

  #about-page .contact-container {
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    padding-bottom: 25px;
  }
}

@media (max-width: 480px) {
  #about-page .section-orange2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #about-page .contact-container {
    flex-direction: column;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    padding-bottom: 25px;
  }
}


.main-container3 {
 width: 100%;
 max-width: 900px;
 margin: 0 auto;
 margin-bottom: 50px;
 overflow-x: hidden;
}

.news-container3 {
 width: 100%;
 padding: 30px 0px 20px 0px;
 margin: 0 auto;
 box-sizing: border-box;
}

.news-container3 img {
 max-width: 90%;
 height: auto;
 display: block;
 margin: 0px auto;
}

.news-container3 .notice-list {
 width: 100%;
}

.news-container3 .notice {
  /* border-bottom: 1px solid #ccc; は既存のスタイル */
  padding-bottom: 15px; /* 既存のスタイル */
  margin-bottom: 25px; /* 既存のスタイル */
  display: flex; /* Flexbox を使用 */
  flex-direction: column; /* 子要素を縦に並べる */
  align-items: center; /* ★変更: 子要素を水平方向中央揃え (日付・ラベルコンテナのため) */
  width: 100%; /* ★追加: 親(.notice-list)に対して100%の幅 */
  box-sizing: border-box; /* ★追加推奨 */
}

.news-container3 .date-label-container {
 display: flex;
 margin-bottom: 10px;
}

.news-container3 .date {
 font-size: 18px;
 color: #F5A623;
 margin-right: 10px;
 white-space: nowrap;
}

.news-container3 .label {
 display: inline-block;
 font-size: 16px;
 padding: 2px 10px;
 border-radius: 4px;
 color: white;
 text-decoration: none;
 white-space: nowrap;
}

.news-container3 .title {
 display: block;
 font-size: 25px;
 color: #333;
 text-decoration: none;
 margin: 0 auto;
 margin-top: 5px;
 width: 100%;
 text-align: center;
 box-sizing: border-box;
}

.article-text-content {
 padding: 20px;
 line-height: 1.5;
 box-sizing: border-box;
}

/* === 汎用リセット（フォントファミリー、色、太さのみ） === */
.article-text-content  {
  font-family: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  background-color: transparent !important;
  text-decoration: inherit !important;
}

/* === 見出しへのスタイル === */
/* 基本的なマージンや行間など */
.article-text-content p,
.article-text-content h1,
.article-text-content h2,
.article-text-content h3,
.article-text-content h4,
.article-text-content h5,
.article-text-content h6,
.article-text-content li,
.article-text-content strong,
.article-text-content b,
.article-text-content a { /* ★ span をこのリストから一旦除外 */
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  background-color: transparent !important;
  text-decoration: inherit !important;
}

.article-text-content h1 { font-size: 31px !important; }
.article-text-content h2 { font-size: 25px !important; }
.article-text-content h3 { font-size: 20px !important; }
.article-text-content h4 { font-size: 18px !important; }
.article-text-content h5 { font-size: 17px !important; }
.article-text-content h6 { font-size: 16px !important; }

/* === 段落へのスタイル === */
.article-text-content p {
  font-size: 17px !important; /* 通常のテキスト (12pt ≈ 16px) のサイズを維持 */
  margin-bottom: 1em;
}

/* === strong タグ (太字) === */
.article-text-content strong,
.article-text-content b {
  font-weight: bold !important;
}

/* === a タグ (リンク) のスタイル === */
.article-text-content a,
.article-text-content a:link, /* 未訪問リンク */
.article-text-content a:visited /* 訪問済みリンク */ {
  color: #0000EE !important; /* ★標準的なリンクの青色 (例: Googleのリンク色) */
                               /* または #0000FF (純粋な青) や #0073aa (WordPressデフォルト) などお好みで */
  text-decoration: underline !important; /* 下線もつける */
  /* font-family, font-weight は親要素から継承されるか、
     上記の汎用セレクタで inherit される */
}

/* === span タグ === */
.article-text-content span {
    font-size: inherit !important; /* span内のインラインフォントサイズを活かすため */
}

/* レスポンシブスタイル */
@media (max-width: 480px) {
  .article-text-content {
    font-size: 14px; /* スマホでのベースフォントサイズ */
    padding: 20px 0;
    line-height: 1.7;
  }

  .article-text-content h1 { font-size: 24px !important; }
  .article-text-content h2 { font-size: 20px !important; }
  .article-text-content h3 { font-size: 17px !important; }
  .article-text-content h4 { font-size: 16px !important; }
  .article-text-content h5 { font-size: 15px !important; }
  .article-text-content h6 { font-size: 14px !important; }
  .article-text-content p  { font-size: 14px !important; }

  .article-text-content strong,
  .article-text-content b {
    font-weight: bold !important;
  }
  .article-text-content a {
    text-decoration: underline !important;
  }
}

.button-container {
 text-align: center;
 margin-top: 40px;
 margin-bottom: 40px;
}

.back-list-button {
 display: inline-block;
 padding: 15px 60px;
 border: 1px solid #333333;
 color: #333333;
 text-decoration: none;
 font-size: 18px;
 font-weight: bold;
 background-color: #fff;
 transition: background-color 0.3s, color 0.3s;
}

.back-list-button:hover {
 background-color: #333333;
 color: #fff;
}

.back-list-button .arrow {
 margin-left: 15px;
 font-size: 20px;
}



@media (max-width: 1026px) {
 .main-container3 {
   width: 100%;
   margin: 0 auto;
   margin-bottom: 0;
   margin-top: 10px;
   padding: 0 15px;
 }

 .news-container3 {
   width: 100%;
   margin: 10px 0 0 0;
   padding: 0;
 }

 .news-container3 .notice-list {
   width: 100%;
   padding-top: 15px;
 }
}

@media (max-width: 768px) {
 .button-container {
   text-align: center;
   margin-top: 20px;
   margin-bottom: 10px;
 }
}

@media (max-width: 480px) {
 .main-container3 {  
   margin: 20px auto 0;
   padding: 0px 5px 0px 25px;
   overflow:visible
 }

  .news-container3 {
    width: 100%;
    margin: 0 auto; /* 中央揃えを明示的に指定 */
    padding: 0;
  }

 .news-container3 .notice-list {
   width: 100%;
   padding-top: 5px;
 }

 .news-container3 .date {
   font-size: 16px; /* 日付の文字サイズを小さく */
 }

 .news-container3 .label {
   font-size: 14px; /* カテゴリの文字サイズを小さく */
   padding: 1px 8px; /* パディングも調整 */
 }

 .news-container3 .title {
   display: block;
   font-size: 18px !important; /* タイトルの文字サイズをさらに小さく */
   color: #333;
   text-decoration: none;
   margin: 0 auto;
   margin-top: 5px;
   margin-bottom: 5px; /* タイトルと下罫線の間の余白を広げる */
   text-align: center; /* 中央揃え */
   font-weight: bold; /* 太字 */
   width: 100%; /* 幅を100%に */
 }

 .news-container3 .notice {
   padding-bottom: 20px; /* 下罫線までの余白を少し広げる */
 }

}


/* Main Layout */
.main-container2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: -20px auto 70px;
}

/* Category Container */
.category-container2 {
    width: 20%;
    padding: 10px;
    margin-top: 20px;
}

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

.category-list {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style-type: none;
}

.category-item {
    margin: 5px 0;
}

/* Facility Cards Container */
.facility-cards-container {
    width: 77%;
    margin: 40px 0 0;
}

body#area-archive .facility-cards-container {
    margin-top:-5px;
}

.facility-cards-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 20px;
}

/* Category Heading */
.category-heading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.category-icon {
    width: 35px;
    height: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/icon_ttl.png');
    margin-right: 10px;
}

.category-heading h2 {
    font-size: 24px;
    color: #000;
    margin: 0;
    flex-grow: 1;
}

.category-heading.with-top-margin {
    margin-top: 40px;
    padding-top: 0;
}

/* Facility Card */
.facility-card {
    width: calc(50% - 20px);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.facility-info {
    padding: 10px 5px 5px 20px;
    text-align: right;
    font-size: 14px;
    color: #333;
}

.facility-info i {
    margin: 0 2px;
    font-size: 17px;
}

.facility-image {
    position: relative !important;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.facility-image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-label {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    padding: 5px 15px 4px;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

.pet-ok-label {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    width: auto;  /* 追加 */
    height: auto;  /* 追加 */
    pointer-events: none;  /* クリックイベントの干渉を防ぐ */
}

.pet-ok-label img {
    width: 70px;
    height: auto;
    display: block; /* 追加 */
}

/* Facility Details */
.facility-details {
    padding: 0;
    text-align: left;
}

.facility-name {
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0 10px;
}

.facility-description {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
}

.description-item {
    display: block;
    margin-bottom: 8px;
}

.description-item.note {
    background-color: #f0f0f0;
    padding: 10px;
}

/* Facility Buttons */
.facility-buttons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px; /* ボタンの上に余白を追加 */
}

.facility-buttons button {
    flex: 1;
    padding: 10px 20px 10px;
    font-size: 17px;
    border: 1px solid #333;
    background-color: white;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.facility-buttons a:link,
.facility-buttons a:visited {
    color: #333;
    text-decoration: none;
}

.facility-buttons a:hover {
    color: #FFF;
}

.facility-buttons a:active {
    color: #FFF !important;
}

/* Responsive Design */
@media (max-width: 1026px) {
    .main-container2 {
        flex-direction: column;
    }

    .category-container2 {
        width: 100%;
        order: -1;
        padding: 20px 40px 0;
    }

    .category-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .category-item {
        margin: 5px 10px 5px 0;
    }

    .facility-cards-container {
        width: 90%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 30px auto 0;
    }

    .facility-cards-row {
        flex-direction: column;
        gap: 20px;
    }

    .facility-card {
        width: 100%;
    }

    .category-heading {
        flex-direction: row;
        align-items: center;
        padding: 0 10px 10px;
        margin-bottom: 20px;
    }

    .category-icon {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .category-heading h2 {
        font-size: 20px;
        width: auto;
        border-bottom: none;
    }

    .facility-buttons {
        gap: 10px;
    }

    .facility-buttons button {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .category-container2 {
        padding: 10px 20px 0px 20px; /* 上下のパディングを減らす */
        margin-bottom: 0px; /* 下部マージンを追加 */
    }

    .category-title {
        margin-bottom: 10px; /* タイトルの下マージンを追加 */
    }

    .category-list {
        justify-content: flex-start;
        margin-bottom: 5px; /* リストの下マージンを追加 */
    }

    .facility-cards-container {
        width: 100%;
        padding: 0 20px;
        margin-top: 0px; /* 上部マージンを調整 */
    }

    .facility-cards-row {
        gap: 10px; /* カード間の間隔を狭める */
    }    

    .facility-card {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .facility-image img {
        width: 100%;
        height: auto;
    }

    .category-heading {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px; /* 見出しの下マージンを調整 */
    }

    .category-heading h2 {
        border-bottom: none;
    }

    .facility-buttons button {
        width: 100%;
    }

     /* ボタンがない場合、余白を消す */
    .facility-card:not(:has(.facility-buttons)) .facility-details {
        margin-bottom: 0;
    }
}




.privacy-wrapper {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 20px;
  margin-bottom:30px;
}

.privacy-container {
  border: 1px solid #ccc;
  padding: 20px 30px 30px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.privacy-heading {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.privacy-section {
  margin-bottom: 20px;
}

.privacy-text {
  padding-top: 10px;
}

@media (max-width: 1026px) {
  .privacy-wrapper {
    margin: 20px 30px 0px 30px;
  }

  .privacy-container {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .privacy-wrapper {
    padding: 15px 15px 0px 15px;
    margin: 10px 10px 0px 10px;
  }

  .privacy-wrapper p {
    font-size: 14px;
  }

  .privacy-container {
    padding: 15px;
    margin-top: 20px;
  }

  .privacy-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .privacy-text {
    font-size: 14px;
  }
}





/* カテゴリーリストのベーススタイル */
.sidebar-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* カテゴリー項目のスタイル */
.sidebar-category-item {
  margin: 0;
}

/* すべてのカテゴリーリンクに対する下線 */
.sidebar-category-item a {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e0e0e0;
}

/* リスト最後のメインカテゴリーの下線を非表示（サブカテゴリーがない場合のみ） */
.sidebar-category-list > li:last-child > a {
  border-bottom: none;
}

/* サブカテゴリーがある場合は、メインカテゴリーの下線を表示 */
.sidebar-category-list > li:last-child:has(.sub-category-list) > a {
  border-bottom: 1px solid #e0e0e0;
}

/* 最後のメインカテゴリー内のサブカテゴリーリストの最後の項目の下線を非表示 */
.sidebar-category-list > li:last-child .sub-category-list > li:last-child a {
  border-bottom: none;
}

/* サブカテゴリーリストのスタイル */
.sub-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* サブカテゴリー（地域名）のスタイル */
.sidebar-category-item.sub-category a {
  padding-left: 20px;
}

/* ホバー時のスタイル */
.sidebar-category-item a:hover {
  background-color: #f5f5f5;
}

/* アクティブ時のスタイル */
.sidebar-category-item.active a {
  font-weight: bold;
}

/* レスポンシブデザイン */
@media (max-width: 1026px) {
  .sidebar-category-item a {
    font-size: 15px;
    padding: 12px 0;
  }
}

@media (max-width: 480px) {
  .sidebar-category-list {
    margin: 0 15px;
  }
  
  .sidebar-category-item a {
    font-size: 14px;
    padding: 12px 0;
  }
  
  .sidebar-category-item.sub-category a {
    padding-left: 15px;
    padding: 10px 0 10px 15px;
  }
}


/* ページネーションの全体コンテナ */
.pagination {
    text-align: center;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

/* ページ番号と矢印のベーススタイル */
.pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    padding: 0 5px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* カレントページのスタイル */
.pagination .current {
    background-color: #FFA500; /* オレンジ色 */
    color: #fff;
    border-color: #FFA500;
}

/* ホバー時のスタイル */
.pagination .page-numbers:hover:not(.current) {
    background-color: #f5f5f5;
}

/* 「前へ」「次へ」のテキストを非表示にし、矢印のみ表示 */
.pagination .prev,
.pagination .next {
    font-size: 18px;
}

.pagination .prev:before {
    content: '«';
}

.pagination .next:before {
    content: '»';
}

/* ドットのスタイル */
.pagination .dots {
    border: none;
    padding: 0 5px;
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
    .pagination .page-numbers {
        min-width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    /* モバイルでは一部のページ番号を非表示にすることもできます */
    .pagination .page-numbers:not(.prev):not(.next):not(.current) {
        display: none;
    }
    
    .pagination .page-numbers.current,
    .pagination .page-numbers.dots {
        display: inline-flex;
    }
}


.button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}



@media only screen and (min-width: 1026px) {
  #faq-page .content-container {
    position: relative;
    min-height: 100vh;
    
    overflow: visible; /* 追加 */
  }

  #faq-page .scale-wrapper {
    transform: scale(0.9);
    transform-origin: left top;
    width: calc(100% / 0.9);
    height: auto;
  }

  #faq-page .faq-container .faq-item:last-child {
  margin-bottom: 0 !important; /* 最後のFAQアイテムの下の余白を削除 */
  }

 #faq-page .faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top:30px;
  padding-bottom: 0px;
  margin-bottom:0;
}

 #faq-page .faq-answer {
  height: auto;
}

 #faq-page .faq-item.active .faq-answer {
  max-height: none; /* max-height: 1000pxから変更 */
}

#faq-page .footer-wrapper {
  margin-top:-50px;
}
}

/* タブレット用スタイル */
@media (max-width: 1026px) {

  #faq-page .faq-container {
    padding-top:20px;
  }

  #faq-page .faq-item.active .faq-answer {
    height: auto;
    max-height: none;
  }

  #faq-page .faq-item {
    overflow: visible;
  }

  #faq-page .faq-container .faq-item:last-child {
  margin-bottom: 80px !important; /* 最後のFAQアイテムの下の余白を削除 */
  }

}

/* スマートフォン用スタイル */
@media (max-width: 480px) {

  #faq-page .faq-item.active .faq-answer {
    height: auto;
    max-height: none;
  }

  #faq-page .faq-item {
    overflow: visible;
  }

  #faq-page .faq-container .faq-item:last-child {
  margin-bottom: 0 !important; /* 最後のFAQアイテムの下の余白を削除 */
  }
}


@media only screen and (min-width: 1026px) {
  #pet-welcome-page .content-container {
    position: relative;
    min-height: 100vh;
    overflow: visible; /* 追加 */
  }

  #pet-welcome-page .scale-wrapper {
    transform: scale(0.9);
    transform-origin: left top;
    width: calc(100% / 0.9);
    height: auto;
  }

  #pet-welcome-page .faq-container .faq-item:last-child {
  margin-bottom: 0 !important; /* 最後のFAQアイテムの下の余白を削除 */
}

 #pet-welcome-page .faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top:20px;
  padding-bottom: 0px;
  margin-bottom:0;
}

 #pet-welcome-page .faq-answer {
  height: auto;
}

 #pet-welcome-page .faq-item.active .faq-answer {
  max-height: none; /* max-height: 1000pxから変更 */
}

 #pet-welcome-page .footer-wrapper {
  margin-top:-500px;
}
}



#pet-welcome-page .bottom-menu {
 padding-top: 50px;  /* PCでの上部余白を追加 */
}

@media (max-width: 1026px) {
 #pet-welcome-page .bottom-menu {
   padding-top: 30px;  /* モバイル表示では余白をリセット */
   margin-top:20px;
 }
}

#faq-page .bottom-menu {
 padding-top: 50px;  /* PCでの上部余白を追加 */
}

@media (max-width: 1026px) {
#faq-page .bottom-menu {
   padding-top: 30px !important;  /* モバイル表示では余白をリセット */
   margin-top:20px !important;
 }
}

@media (max-width: 1026px) {
 #privacy-page .bottom-menu {
   padding-top: 30px;  /* モバイル表示では余白をリセット */
   margin-top:20px;
 }
}

#privacy-page .bottom-menu {
 padding-top: 50px;  /* PCでの上部余白を追加 */
}

@media (max-width: 1026px) {
 #privacy-page .bottom-menu {
   padding-top: 30px;  /* モバイル表示では余白をリセット */
   margin-top:50px !important;
 }
}



/************************************
** お問い合わせフォームの入力
************************************/

.contact-wrapper {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 0px;
}

@media (max-width: 1026px) {
  .contact-wrapper {
    margin: 0px 30px 0px 30px;
  }
}

@media (max-width: 480px) {
  .contact-wrapper {
    padding: 15px 0px 0px 0px;
    margin: 0px 10px 0px 10px;
  }
}

/* ガイド・連絡先テキストのスタイル */
.guide-contact-txt {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
  margin-top:0px;
  margin-bottom:20px;
    text-align: center !important;
    max-width: 800px; /* フォームの幅に合わせて調整 */
}

.first-txt {
    margin-top: 40px; /* 最初の文章の上部スペース */
}

@media (max-width: 1026px) {
    .guide-contact-txt {
        font-size: 16px;
        padding: 0 50px;
        margin-bottom: 15px;
    }

    .first-txt {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .guide-contact-txt {
        font-size: 14px;
        padding: 0 25px;
        margin-bottom: 12px;
    }

    .first-txt {
        margin-top: 20px;
    }
}

/* フォーム全体のスタイル */
#cf-tbl {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

#cf-tbl table {
    width: 100%;
    border-collapse: collapse;
}

#cf-tbl th,
#cf-tbl td {
    padding: 15px;
    border: 1px solid #ddd;
}

/* 左側の項目スタイル */
#cf-tbl th {
    width: 30%;  /* グレー背景部分を広く */
    background-color: #f5f5f5;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

/* 入力欄のスタイル */
#cf-tbl input[type="text"],
#cf-tbl input[type="email"],
#cf-tbl input[type="tel"],
#cf-tbl input[type="number"],
#cf-tbl textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

/* 日付入力フィールドの幅調整 */
#cf-tbl input[type="date"] {
    width: 200px;  /* 日付フィールドの幅を制限 */
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* ラジオボタンとチェックボックスの配置 */
#cf-tbl ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#cf-tbl ul li {
    margin-bottom: 10px;
}

#cf-tbl input[type="radio"],
#cf-tbl input[type="checkbox"] {
    margin-right: 8px;
}

/* 必須項目のマーク（デフォルトで非表示） */
#cf-tbl th:after {
    content: "";
}

/* 必須項目の※マークを表示（選択的に適用） */
#cf-tbl th:has(+ td input#name_1):after,
#cf-tbl th:has(+ td input#name_2):after,
#cf-tbl th:has(+ td input#mail_address):after,
#cf-tbl th:has(+ td input#phone):after,
#cf-tbl th.required:after {
    content: " ※";
    color: #666;
}

/* 決済エラー関連の必須項目 */
.payment-error-fields th.required:after {
    content: " ※";
    color: #666;
}

/* 人数・頭数入力欄のスタイル */
#cf-tbl input[name="guests"],
#cf-tbl input[name="pets"] {
    width: 80px;
    margin-right: 5px;
}

/* 金額入力欄のスタイル */
#cf-tbl input[name="booking_price"] {
    width: 120px;
    margin-right: 5px;
}

/* テキストエリアの高さ設定 */
#cf-tbl textarea {
    height: 150px;
    resize: vertical;
}

/* スマートフォン表示用スタイル */
@media screen and (max-width: 768px) {
    #cf-tbl {
        padding: 15px 20px 10px 20px;
    }

    #cf-tbl table,
    #cf-tbl tbody,
    #cf-tbl tr,
    #cf-tbl th,
    #cf-tbl td {
        display: block;
        width: 100%;
    }

    #cf-tbl th {
        padding: 10px;
        margin-top: 0; /* 項目間の余白を削除 */
        border-bottom: none;
    }

    #cf-tbl td {
        padding: 15px 10px;
        border-top: none;
        margin-bottom: 0; /* 項目間の余白を削除 */
    }

    /* スマホでの入力欄の幅調整 */
    #cf-tbl input[name="guests"],
    #cf-tbl input[name="pets"] {
        width: calc(50% - 20px);
    }

    #cf-tbl input[name="booking_price"] {
        width: calc(100% - 30px);
    }

    /* 日付フィールドのスマホ表示調整 */
    #cf-tbl input[type="date"] {
        width: 100%;
    }

    /* テキストエリアの高さ調整 */
    #cf-tbl textarea {
        height: 120px;
    }
}

/* 決済エラーフィールドのアニメーション */
.payment-error-fields {
    transition: all 0.3s ease-in-out;
}

.payment-error-fields.show {
    opacity: 1;
    max-height: 500px;
}

.payment-error-fields.hide {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

/* プライバシーポリシーリンクのスタイル */
.privacy-policy-link {
    color: #0066cc !important;
    text-decoration: none !important;
}

.privacy-policy-link:hover {
    text-decoration: underline !important;
}

.tel-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.tel-container p {
  margin-bottom: 0.5rem;
}

.tel-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.tel-number {
  font-size: 30px;
  font-weight: bold;
  margin-top: 25px;
}

.tel-hours, .tel-note {
  margin-top: 25px;
  font-size: 20px;
}

@media (max-width: 1026px) {

.tel-container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

  .tel-number {
    font-size: 25px;
    margin-top: 15px;
  }
  .tel-hours, .tel-note {
    font-size: 18px;
    margin-top: 15px;
  }
}

/* === ページ全体の基本スタイル === */
/* 必須マークのデザイン（任意） */
.required {
  color: red;
  margin-left: 0.2em;
}
/* 同意チェックボックス周りの調整（任意） */
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0; /* 左のインデントをリセット */
}
.wpcf7-acceptance label { /* ラベル全体をクリック可能にする */
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.wpcf7-acceptance input[type="checkbox"] {
    margin-right: 0.5em;
}

/* ----- Contact Form 7 ラジオボタン縦並び ----- */
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: block; /* 各項目をブロック要素にして縦並びに */
  margin: 0 0 0.5em 0; /* 各項目の下に少し余白を追加 (お好みで調整) */
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label { /* ラベル内要素を横並び、クリックしやすく */
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    margin-right: 0.4em;
}


/* お問い合わせ種別ラジオボタンの縦並びとスタイル調整 */
.inquiry-type-row .wpcf7-list-item {
    display: block !important; /* 全ての項目をブロック要素に */
    margin-bottom: 0.8em !important; /* 行間を確保 (値は調整) */
}
.inquiry-type-row .wpcf7-list-item:last-child {
    margin-bottom: 0 !important; /* 最後の要素の下マージンを削除 */
}
.inquiry-type-row .wpcf7-list-item label {
     display: inline-flex; /* ボタンとテキストを横並び */
     align-items: center;
     cursor: pointer;
}
.inquiry-type-row .wpcf7-list-item input[type="radio"] {
    margin-right: 0.5em; /* ラジオボタンとテキストの間 */
    flex-shrink: 0; /* 縮まないように */
}
.inquiry-type-row .wpcf7-list-item-label {
    line-height: 1.4;
}

/* お問い合わせ種別のインデント調整 */
.inquiry-type-row > td {
    padding-left: 0 !important;
}
.inquiry-type-row > td > p {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.inquiry-type-row > td .wpcf7-form-control-wrap,
.inquiry-type-row > td .wpcf7-form-control.wpcf7-radio {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
/* お問い合わせ種別テーブルの罫線を消す */
.inquiry-type-row th,
.inquiry-type-row td {
    border-bottom: none !important;
}

/* === 共通ボタン スタイル (確認へ進む、修正するボタン用) === */
.cf7-confirm-button, /* 「入力内容を確認する」 */
.cf7-back-button    /* 「修正する」 */
 {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    min-width: 180px;
    text-align: center;
    line-height: 1.5;
    box-sizing: border-box;
    vertical-align: middle;
}

/* --- PC表示でのフォントサイズ調整 (確認へ進む、修正するボタン用) --- */
.cf7-confirm-button,
.cf7-back-button {
    font-size: 1.5em !important;
}

/* --- プライマリボタン (オレンジ背景: 確認へ進むボタン) --- */
.cf7-confirm-button {
    background-color: #f5a623;
    color: #ffffff !important;
    border-color: #f5a623;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	font-size: 1.3em !important;
	padding: 12px 34px !important;
}
.cf7-confirm-button:hover {
    background-color: #e0930b;
    border-color: #e0930b;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
/* 「入力内容を確認する」ボタンが無効時のスタイル */
.cf7-confirm-button:disabled {
    background-color: #cccccc; /* グレーアウト */
    border-color: #cccccc;
    color: #888888 !important;
    cursor: not-allowed;
    opacity: 0.7;
    box-shadow: none;
}

/* --- セカンダリボタン (グレー背景: 修正するボタン) --- */
.cf7-back-button {
    background-color: #6c757d;
    color: #ffffff !important;
    border-color: #6c757d;
	font-size: 1.3em !important;
}
.cf7-back-button:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

/* --- 確認画面の「送信する」ボタンのスタイル --- */
/* .custom-button4 は送信ボタンを囲むdivのクラス名 */
.confirm_area .custom-button4 { /* 確認画面内のラッパーdiv */
    display: inline-block; /* 中身のボタンに合わせる */
    background-color: transparent !important; /* ラッパーの背景は常に透明 */
    border: none !important; /* ラッパーのボーダーなし */
    padding: 0 !important; /* ラッパーのパディングなし */
    box-shadow: none !important; /* ラッパーの影なし */
    border-radius: 0;
    line-height: normal; /* リセット */
    vertical-align: middle; /* 中のボタンと高さを揃える */
    width: auto; /* 中のボタンに合わせる */
    height: auto; /* 中のボタンに合わせる */
}

/* 確認画面内の実際の送信ボタン (input[type="submit"]) */
.confirm_area input[type="submit"].custom-button4 {
    /* css/style3.css の .custom-button4 のスタイルをベースに適用 */
    display: inline-block;
    box-sizing: border-box;
    width: 370px; /* css/style3.css より */
    height: 60px; /* css/style3.css より */
    padding: 0 20px; /* css/style3.css より (上下パディングはline-heightで調整) */
    background: linear-gradient(90deg, #f6ad44, #f6ad44); /* css/style3.css より */
    color: white !important; /* 文字色、!importantでCF7デフォルトを上書き */
    border: none; /* css/style3.css より */
    border-radius: 35px; /* css/style3.css より */
    font-size: 25px; /* css/style3.css より */
    font-weight: bold; /* css/style3.css より */
    text-align: center;
    text-decoration: none;
    transition: background 0.3s, box-shadow 0.3s;
    cursor: pointer;
    line-height: 60px; /* heightと同じ値で垂直中央揃え */
    vertical-align: middle;
    appearance: none; /* ブラウザデフォルトスタイルを無効化 */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.confirm_area input[type="submit"].custom-button4:hover {
    background: linear-gradient(90deg, #ff9800, #fb8c00); /* css/style3.css より */
    color: white !important;
}

.confirm_area input[type="submit"].custom-button4:disabled {
    background: #cccccc; /* css/style3.css より */
    cursor: not-allowed;
    opacity: 0.7;
    color: #888888 !important; /* 無効時の文字色も考慮 */
}

/* ▼▼▼ 送信ボタンが非活性風の時のスタイルを追加 ▼▼▼ */
.confirm_area input[type="submit"].custom-button4.submit-button-disabled {
    background: #cccccc !important; /* 薄いグレー */
    color: #888888 !important;    /* 文字色も薄く */
    cursor: not-allowed !important; /* カーソルを変更 */
    opacity: 0.7;                 /* 少し透明に */
    /* box-shadow: none; */      /* 影を消すなど */
}


/* === 確認画面エリアのスタイル (ページ共通) === */
.confirm_area table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.confirm_area th,
.confirm_area td {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
    font-size: 0.95em;
}
.confirm_area th {
    background-color: #f7f7f7;
    width: 200px;
    font-weight: bold;
    color: #555;
}
.confirm_area td[data-confirm-for] {
    word-break: break-word;
    color: #333;
}
.confirm_area td[data-confirm-for="your-message"] {
    white-space: pre-wrap;
    min-height: 80px;
}
.confirm_area .confirm-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 25px;
    margin-top: 30px;
}


/* === CF7 メッセージ関連 === */
.wpcf7-response-output {
    margin: 20px 0 !important;
    padding: 15px !important;
    border-width: 1px !important;
    border-radius: 4px;
    clear: both;
}
.wpcf7-mail-sent-ok {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
.wpcf7-not-valid-tip {
    font-size: 0.9em;
    color: #dc3545;
    margin-top: 0.2em;
    display: block;
}

/* CF7スピナー非表示 (共通) */
span.wpcf7-spinner {
  display: none;
}


/* === レスポンシブ対応 === */
@media (max-width: 768px) { /* タブレットなどの中間サイズ */
    .confirm_area th {
        width: 150px;
    }
    .confirm_area th,
    .confirm_area td {
        padding: 10px;
    }
}

@media (max-width: 480px) { /* スマートフォン表示 */
    .confirm_area table,
    .confirm_area th,
    .confirm_area td {
        font-size: 0.9em;
    }
    .confirm_area th {
        width: 120px;
    }
    .confirm_area .confirm-buttons-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .cf7-confirm-button,
    .cf7-back-button { /* 「確認へ」「修正」ボタンはスマホで幅100% */
        width: 100%;
        /* padding: 12px 15px;  元の指定から変更 */
        font-size: 1em; /* 元の指定 */
        box-sizing: border-box; /* 必須 */
    }

    /* スマホ表示で「入力内容を確認する」ボタン内のテキスト位置調整 */
    .cf7-confirm-button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px; /* 高さを指定 (送信ボタンのスマホ版と合わせるなど調整) */
        padding: 0 15px; /* 上下パディングを0にし、左右は維持 */
		font-size: 1.1em;
        /* min-height: 48px; は height を指定したので不要、または同じ値にする */
        /* line-height: 50px; /* flex を使用している場合は通常不要だが、保険でheightと同じ値を指定してもよい */
    }

    /* 確認画面の「送信する」ボタンのスマホ表示 */
    .confirm_area input[type="submit"].custom-button4 {
        /* css/style3.css のスマホ用 .custom-button4 のスタイルをベースに適用 */
        width: 300px;   /* css/style3.css より */
        height: 50px;  /* css/style3.css より */
        font-size: 18px; /* css/style3.css より */
        line-height: 50px; /* height と合わせる */
        padding: 0 15px; /* css/style3.css より。padding-top:2px !important; は削除 */
    }
	
    /* ▼▼▼ スマホ表示で送信ボタンが非活性風の時のスタイル ▼▼▼ */
    .confirm_area input[type="submit"].custom-button4.submit-button-disabled {
        /* 基本的にはPC用の .submit-button-disabled のスタイルが適用されるはずだが、
           スマホ特有のサイズ調整などで上書きが必要な場合はここに記述。
           背景色などはPC用が !important で指定されていれば通常は不要。 */
        background: #cccccc !important; /* グレー (念のため記述) */
        color: #888888 !important;    /* (念のため記述) */
        /* width, height, font-size は上記のスマホ用通常スタイルから継承されるか、
           ここで .submit-button-disabled 用に再調整が必要なら記述 */
    }	
}


/* リストアイテムのパディング */
.mwform-radio-field {
    padding: 0px 0 0 0;
}

/* 決済エラー関連フィールド */
.payment-error-fields {
    display: none;
}

/* ラジオボタンの配置を調整 */
.mwform-radio-field {
    display: block !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.mwform-radio-field:not(:first-child) {
    margin-left: 0 !important;
}

/* ラジオボタンのラベル位置調整 */
.mwform-radio-field label {
    display: flex !important;
    align-items: center !important;
}

/* ラジオボタンの入力要素の位置調整 */
.mwform-radio-field input[type="radio"] {
    margin: 0 5px 0 0 !important;
}

/* 人数・ペット数の入力エリアのコンテナ */
.number-inputs {
    display: flex;
    align-items: center;
    gap: 20px; /* 入力グループ間の間隔 */
}

/* 各入力グループ（入力欄＋単位） */
.input-group {
    display: flex;
    align-items: center;
    gap: 5px; /* 入力欄と単位の間隔 */
}

/* 入力欄のサイズ調整 */
.field-xs {
    width: 80px !important;
}

/* 単位のスタイル */
.unit {
    white-space: nowrap;
}

/* ご予約時の料金の入力欄の幅を調整 */
.payment-error-fields input[name="ご予約時の料金"] {
    width: 120px !important; /* 必要に応じてこの値を調整できます */
}

/* 料金入力フィールドのレイアウト調整 */
.price-field {
    display: flex;
    align-items: center;
}

.price-field .field-s {
    margin-right: 5px;
}

.price-unit {
    white-space: nowrap;
}

/* 共通のスタイル */
.ttl-cmn01 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.ttl-cmn01:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

.ttl-cmn01 strong {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  font-weight: normal;
  color: #666;
}

.guide-contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.guide-contact-send {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .sp-none {
    display: block;
  }
  
  .ttl-cmn01 {
    font-size: 32px;
  }
  
  .ttl-cmn01 strong {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  
  .ttl-cmn01 {
    font-size: 24px;
  }
  
  .guide-contact-form {
    padding: 30px 15px;
  }
  
  .guide-contact-send {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .ttl-cmn01 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .ttl-cmn01 strong {
    font-size: 14px;
  }
  
  .guide-contact-form {
    padding: 20px 10px;
  }
  
  .guide-contact-send {
    font-size: 14px;
    text-align: left;
  }
}

/* タイトルスタイル */
.ttl-cmn01 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px; /* 30pxから20pxに変更 */
  padding-bottom: 15px;
  position: relative;
}

/* タイトル下の区切り線 */
.ttl-cmn01:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 英語表記のスタイル */
.ttl-cmn01 strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
  color: #666;
}

/* 完了メッセージエリア */
.guide-contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px; /* 40pxから20pxに変更 */
}

/* 完了メッセージのテキスト */
.guide-contact-send {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .ttl-cmn01 {
    font-size: 24px;
    margin-bottom: 10px; /* 20pxから15pxに変更 */
  }
  
  .guide-contact-form {
    padding: 15px 25px; /* 20pxから15pxに変更 */
  }
}

@media screen and (min-width: 1026px) {
html[lang="en"] .about-features-container .text5 {
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #EC942F; 
  z-index: 10;
  margin-left: -50px;
  margin-top: 18px;
}

html[lang="en"] .about-features-container .text3 {
  font-size: 20px;
}
}

@media (max-width: 1026px) and (min-width: 481px) {
  html[lang="en"] .about-features-container .text5 {
    font-size: 25px !important;
    text-align: left;
    margin-bottom: 15px;
  }

  html[lang="en"] .about-features-container .text3 {
    font-size: 22px !important;
    text-align: left;
    margin: 0px 40px 15px 40px;
  }

  html[lang="en"]  body#about-page {
  overflow-wrap: break-word !important;
}
}

html[lang="en"]  .about-features-container .text3 > br:first-of-type {
    display: none;
}





