/*========================================================================================

COMMON

=========================================================================================*/

.en {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.pcnone600 {
  display: none;
}

/*========================================================================================

LAYOUT

=========================================================================================*/

.stripe-bg {
  background-size: auto auto;
  background-color: rgba(255, 253, 235, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 3px,
    rgba(255, 254, 246, 1) 3px,
    rgba(255, 254, 246, 1) 6px
  );
}

/*========================================================================================

PARTS

=========================================================================================*/

.ttl01-wrap {
  margin-bottom: 80px;
}

.contact-band .ttl01-wrap {
  margin-bottom: 10px;
}

.ttl01 {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: var(--main);
  text-align: center;
  z-index: 1;
  position: relative;
}

.ttl01-en {
  font-weight: 700;
  color: #ffa346;
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.ttl01-en::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  width: 50px;
  bottom: -10px;
  background-color: #ffa346;
  content: "";
  margin: 0 auto;
}

.ttl01-en.white {
  color: #fff;
}

.ttl02 {
  text-align: center;
  background-color: var(--main);
  padding: 10px 15px;
  max-width: 600px;
  margin: 0 auto 40px;
  font-weight: bold;
  border-radius: 999px;
  color: #fff;
  font-size: 2rem;
}

.icon-ttl-wrap {
  margin-bottom: 40px;
}

.icon-ttl span {
  display: block;
}

.icon-ttl-icon {
  max-width: 60px;
  margin: 0 auto 15px;
}

.icon-ttl-wrap {
  text-align: center;
  position: relative;
}

.icon-ttl-wrap h3 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 60px;
  display: inline-block;
}

.icon-ttl-wrap h3::before {
  content: "";
  width: 30px;
  height: 40px;
  background-image: url(/wp-content/uploads/2025/01/icont-ttl-left.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.icon-ttl-wrap h3::after {
  content: "";
  width: 30px;
  height: 40px;
  background-image: url(/wp-content/uploads/2025/01/icont-ttl-right.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.icon-ttl02 {
  max-width: 300px;
  margin: 0 auto 60px;
}

.icon-ttl02 img {
  width: 100%;
}

.news-icon-ttl {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.icon-ttl03 {
  background-image: url(/wp-content/uploads/2025/01/shop-icon.png);
  background-size: 45px auto;
  background-position: left top 6px;
  font-size: 3.6rem;
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
  color: var(--main);
  background-repeat: no-repeat;
  padding-left: 55px;
  letter-spacing: 0.1em;
}

.side-btn {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  width: 70px;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-duration: 0.3s;
}

.side-btn:hover {
  opacity: 0.8;
}

.footer-btn {
  display: none;
  text-align: center;
  background-color: var(--main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 13px;
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
}

.list01 li {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px dashed var(--main);
  background-image: url(/wp-content/uploads/2025/01/check-icon.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left top 6px;
  padding-left: 30px;
}

.list01.circle li {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px dashed var(--main);
  background-image: url(/wp-content/uploads/2025/01/circle-icon.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left top 6px;
  padding-left: 30px;
}

.marker01 {
  background: linear-gradient(transparent 60%, #fff5c6 60%);
}

.head-txt-wrap01 {
  text-align: center;
  margin-bottom: 40px;
}

.head-txt01 span {
  font-size: 2rem;
  font-weight: bold;
}

.box-txt01 {
  background-color: #fffdeb;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto 40px;
}

.box-txt01 p {
  text-align: center;
  color: var(--main);
  font-size: 1.6rem;
  font-weight: bold;
}

/*========================================================================================

ANIMATION

=========================================================================================*/

.slide-photo {
  position: relative;
  overflow: hidden;
}

.slide-photo::before {
  content: "";
  display: block;
  width: 101%;
  height: 101%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  top: -1px;
}

.slide-photo.is-show::before {
  -webkit-animation: slide_left 1s ease-in-out forwards;
  animation: slide_left 1s ease-in-out forwards;
}

.js-fade-up {
  opacity: 0 !important;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.js-fade-up.is-show {
  opacity: 1 !important;
  -webkit-transform: translateY(-0);
  transform: translateY(-0);
}

@-webkit-keyframes slide_left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slide_left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/*========================================================================================

MV

=========================================================================================*/

.video-box.overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

#yt_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*========================================================================================

TABLE

=========================================================================================*/

.table-wrap01 .tablepress {
  background-color: #fff;
}

.table-wrap01 tbody {
  background-color: #fff;
  border: 1px solid #ddd;
}

.table-wrap01 .tablepress th {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  padding: 15px;
  width: calc(100% / 3) !important;
  border-right: 1px solid #fff;
}

.table-wrap01 .tablepress th.column-3 {
  border-right: none !important;
}

.table-wrap01 .tablepress td {
  width: calc(100% / 3) !important;
  padding: 15px !important;
  font-size: 1.5rem !important;
  vertical-align: middle;
}

.table-wrap01 .tablepress td.column-1 {
  background-color: #ffebde;
  border-bottom: 1px solid #ddd;
}

.table-wrap01 .tablepress tr:last-of-type td.column-1 {
  border-bottom: none;
}

.table-wrap01 .tablepress td.column-2 {
  border-right: 1px solid #ddd;
}

.table-wrap02 .tablepress {
  background-color: #fff;
}

.table-wrap02 tbody {
  background-color: #fff;
  border: 1px solid #ddd;
}

.table-wrap02 .tablepress th {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  padding: 15px;
  width: calc(100% / 2) !important;
  border-right: 1px solid #fff;
}

.table-wrap02 .tablepress th.column-2 {
  border-right: none !important;
}

.table-wrap02 .tablepress td {
  width: calc(100% / 2) !important;
  padding: 15px !important;
  font-size: 1.5rem !important;
  vertical-align: middle;
}

.table-wrap02 .tablepress td.column-1 {
  background-color: #ffebde;
  border-bottom: 1px solid #ddd;
}

.table-wrap02 .tablepress tr:last-of-type td.column-1 {
  border-bottom: none;
}

.table-wrap02 .tablepress td.column-2 {
  border-right: 1px solid #ddd;
}

.table-wrap03 .tablepress {
  background-color: #fff;
}

.table-wrap03 tbody {
  background-color: #fff;
  border: 1px solid #ddd;
}

.table-wrap03 .tablepress th {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  padding: 15px;
  width: calc(100% / 2) !important;
  border-right: 1px solid #fff;
}

.table-wrap03 .tablepress th.column-2 {
  border-right: none !important;
}

.table-wrap03 .tablepress td {
  width: calc(100% / 2) !important;
  padding: 15px !important;
  font-size: 1.5rem !important;
  vertical-align: middle;
}

.table-wrap03 .tablepress td.column-1 {
  background-color: #ffebde;
  border-bottom: 1px solid #ddd;
}

.table-wrap03 .tablepress tr:last-of-type td.column-1 {
  border-bottom: none;
}

.table-wrap03 .tablepress td.column-2 {
  border-right: 1px solid #ddd;
}

.table-wrap04 tbody {
  background-color: #fff;
  border: 1px solid #ddd;
}

.table-wrap04 .tablepress td {
  padding: 15px !important;
  font-size: 1.5rem !important;
  vertical-align: middle;
}

.table-wrap04 .tablepress td.column-1 {
  width: 30% !important;
  background-color: #ffebde;
  border-bottom: 1px solid #ddd;
}

.table-wrap04 .tablepress td.column-2 {
  width: 70% !important;
  border-bottom: 1px solid #ddd;
}

.table-wrap04 .tablepress tr:last-of-type td.column-1 {
  border-bottom: none;
}

.table-wrap05 .tablepress {
  background-color: #fff;
}

.table-wrap05 tbody {
  background-color: #fff;
  border: 1px solid #ddd;
}

.table-wrap05 .tablepress th {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  padding: 15px;
  width: calc(100% / 4) !important;
  border-right: 1px solid #fff;
}

.table-wrap05 .tablepress th.column-4 {
  border-right: none !important;
}

.table-wrap05 .tablepress td {
  width: calc(100% / 4) !important;
  padding: 15px !important;
  font-size: 1.5rem !important;
  vertical-align: middle;
  text-align: center;
}

.table-wrap05 .tablepress td.column-1 {
  border-bottom: 1px solid #ddd;
  color: #353535;
  font-weight: 400;
  border-right: 1px solid #ddd;
}

.table-wrap05 .tablepress tr:last-of-type td.column-1 {
  border-bottom: none;
}

.table-wrap05 .tablepress td.column-2,
.table-wrap05 .tablepress td.column-3 {
  border-right: 1px solid #ddd;
}

.table-wrap05 .tablepress-table-description {
  background-color: #fffdeb;
}

.table-wrap06 .tablepress td.column-1 {
  width: 20%;
  text-align: center;
}

.table-wrap06 .tablepress td.column-2 {
  width: 80%;
}

.table-txt01 {
  font-size: 1.6rem;
  font-weight: bold;
}

/*========================================================================================

HOME

=========================================================================================*/

.greeting-wrap {
  padding-bottom: 70px;
  position: relative;
}

.greeting-img01 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 30%;
}

.greeting-img02 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 30%;
}

.greeting-img01 img,
.greeting-img02 img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.greeting-img01 img {
  -o-object-position: top 50% left 15%;
  object-position: top 50% left 15%;
}

.greeting-img02 img {
  -o-object-position: top 50% left 20%;
  object-position: top 50% left 20%;
}

.greeting-box {
  padding: 50px;
  -webkit-box-shadow: 0 0 68px rgba(133, 133, 133, 0.2);
  box-shadow: 0 0 68px rgba(175, 175, 175, 0.2);
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
}

.greeting-txt {
  margin-bottom: 0;
}

.mov-wrap {
  margin-top: 20px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.news-section {
  padding-top: 0;
}

.news-box-wrap {
  max-width: 800px;
  margin: 0 auto;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.news-box-wood {
  background-image: url(/wp-content/uploads/2025/01/wood-bg.jpg);
  background-size: cover;
  border-radius: 15px;
  padding: 15px;
}

.news-box {
  width: 100%;
  padding: 60px 50px 50px;
  border-radius: 10px;
  background-color: #fff;
  letter-spacing: 0;
}

.news-box p:last-of-type {
  margin-bottom: 0;
}

.news-list03 {
  margin-top: 40px;
}

.insta-block {
  margin-top: 60px;
}

#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0 !important;
  margin-top: 25px !important;
}

.sbi_follow_btn span {
  font-size: 1.8rem !important;
  color: #fff !important;
}

.sbi_btn_text {
  font-size: 1.4rem !important;
}

.sbi_lb-details span,
.sbi_lb-details a {
  font-size: 1.2rem !important;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  background-color: #ff6602 !important;
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 0.7;
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg {
  font-size: 20px;
}

.overview {
  padding: 0;
}

.overview-table {
  width: 50%;
  padding: 100px;
}

.overview-photo {
  width: 50%;
}

.overview-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*========================================================================================

3つのワンダフル

=========================================================================================*/

.three-section {
  padding-bottom: 180px;
}

/*========================================================================================

トリミング

=========================================================================================*/

.trim-block01 {
  margin-bottom: 60px;
}

.trim-img01 {
  width: 47%;
}

.trim-content01 {
  width: 47%;
}

.trim-link01 {
  max-width: 600px;
  margin: 0 auto;
}

.trim-table-margin01 {
  margin-bottom: 60px;
}

.trim-table-margin02 {
  margin-bottom: 40px;
}

.trim-option-table {
  width: 47%;
}

.trim-content02 {
  width: 47%;
}

/*========================================================================================

ドッグラン

=========================================================================================*/

.dog-run-img01 {
  width: 47%;
}

.dog-run-content01 {
  width: 47%;
}

.dog-run-txt01 {
  color: var(--main);
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.alert-box01 {
  padding: 60px 30px 20px 30px;
  background-color: #ffe2e2;
  border: 1px solid #ff6602;
  border-radius: 15px;
  position: relative;
  margin-bottom: 40px;
}

.alert-ttl01 {
  position: absolute;
  top: -20px;
  width: 100px;
  z-index: 1;
  left: 20px;
  padding: 10px;
  text-align: center;
  background-color: #f01111;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1.3em;
}

.alert-txt01 {
  color: #f01111;
  font-weight: bold;
}

.dog-run-table-margin01 {
  margin-bottom: 60px;
}

.private-bnr {
  height: 300px;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/01/sub-header-doc-run-status.jpg);
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
}

.private-txt {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 15px;
  font-size: 3rem;
  color: var(--main);
  font-weight: bold;
}

.band-img01 {
  width: 25%;
}

.band-img01 img {
  width: 100%;
  transform: rotateY(180deg);
}

.band-content01 {
  width: 70%;
}

.band-txt01 {
  color: var(--main);
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
}

/*========================================================================================

ペットホテル

=========================================================================================*/

.hotel-img01 {
  width: 47%;
}

.hotel-content01 {
  width: 47%;
}

.hotel-txt01 {
  margin: 20px 0 0;
}


/*2025-0630　追加*/
.box-txt003 p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--main);
  margin: 0; /* 必要に応じて調整 */
}

.box-txt003 p a {
  color: inherit;           /* 親の色を継承 */
  text-decoration: none;    /* 下線を消す */
  cursor: pointer;
}