@charset "UTF-8";
/* ========================================
   フロントページのカードリスト横並びmixin
=========================================== */
/* ========================================
   レスポンシブ対応のmixin
=========================================== */
/* 1023px以下用のスタイル */
/* 768px以下用のスタイル（タブレット・スマホ） */
/* 480px以下用のスタイル（スマホ） */
/* ========================================
   カードリストのスタイルmixin
=========================================== */
/* ========================================
   管理画面用mixin（admin共通）
=========================================== */
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/* ========================================
   基本設定（共通スタイルなど）
=========================================== */
html {
  scroll-behavior: smooth;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  line-height: 1.5;
  letter-spacing: 1px;
}
.article h2, .article h3, .article h4 {
  padding: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  border: none;
  background-color: transparent;
}
.article p {
  margin-bottom: 5px;
}
.article ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .article h1 {
    font-size: 25px;
  }
}

a:hover {
  color: inherit;
}

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

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.text-red {
  color: red;
}

.pb-1 {
  padding-bottom: 10px;
}

.float-right {
  float: right;
}
.float-right::after {
  content: "";
  display: table;
  clear: both;
}

.mw-200px {
  min-width: 200px;
}

.mt-4 {
  margin-top: 4rem;
}
@media screen and (max-width: 480px) {
  .mt-4 {
    margin-top: 2rem;
  }
}

.mt-6 {
  margin-top: 6rem;
}
@media screen and (max-width: 480px) {
  .mt-6 {
    margin-top: 3rem;
  }
}

.pt-6 {
  padding-top: 6rem;
}

.mt-10 {
  margin-top: 10rem;
}

.position-absolute {
  position: absolute;
  width: 100%;
  display: block;
  height: 1px;
}

.hp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hp-col-6 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 480px) {
  .hp-col-6 {
    width: 100%;
  }
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.txt-bold {
  font-weight: 600;
}

.page-txt-xl {
  font-size: 2.5em;
}
@media screen and (max-width: 480px) {
  .page-txt-xl {
    font-size: 2em;
  }
}

.page-txt-lg {
  font-size: 1.8em;
}

.page-txt-sm {
  font-size: 14px;
}

.page-txt-xs {
  font-size: 13px;
}

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

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
}

.color-star, .yirc-txt-star {
  color: #FE9529;
}

.rating-star-box {
  color: #ddd;
}

.d-flex {
  display: flex;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .gap-20 {
    gap: 15px;
  }
}

.col-6 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 480px) {
  .col-6 {
    width: 100%;
  }
}

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

.link-absolute {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.text-underline {
  text-decoration: underline;
}

.width-50px {
  width: 50px;
}

.color-primary2 {
  color: #37BFEF;
}

.color-gray {
  color: #B4B4B4;
}

.font-weight-normal {
  font-weight: normal;
}

.flex-direction-column {
  flex-direction: column;
}

.align-item-center {
  align-items: center;
}

.position-relative {
  position: relative;
}

.justify-content-center {
  justify-content: center;
}

.btn-newreview {
  margin-top: 20px;
  display: inline-block;
  background: #37BFEF;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  min-width: 250px;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}
.btn-newreview:hover {
  color: #fff;
  opacity: 0.8;
}

.post-reviewform {
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  max-height: 0;
  padding-top: 30px;
}
.post-reviewform.show {
  max-height: 5000px;
  opacity: 1;
}

.hidden {
  transition: all 3s ease;
  display: none;
}

/**　ヘッダー */
#header-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
}

.header-custom {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hc-inner {
  display: flex;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .hc-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.hc-logo {
  height: 50px;
  min-width: 210px;
}
@media screen and (max-width: 480px) {
  .hc-logo {
    height: 40px;
    min-width: 110px;
  }
}
.hc-logo img {
  height: 100%;
  max-height: 50px;
}
@media screen and (max-width: 480px) {
  .hc-logo img {
    height: 40px;
  }
}
.hc-logo .logo {
  padding: 0;
}

.hc-right {
  display: inline-block;
  min-width: 200px;
}
.hc-right a:first-child {
  margin-right: 20px;
}

.hc-account-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hc-account-avatar {
  display: inline-flex;
}
.hc-account-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.hi-toggle {
  height: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 2;
}
@media (min-width: 1025px) {
  .hi-toggle {
    display: none;
  }
}
.hi-toggle .open-text {
  display: block;
  font-size: 12px;
}

a {
  color: inherit;
}

.sp-nav {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 51, 51, 0.9);
  overflow: scroll;
  transition: all 0.3s linear;
  color: #fff;
}
.sp-nav.showMenu {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1025px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav--close {
  height: 65px;
}
.sp-nav--close .hi-toggle {
  float: right;
}
.sp-nav--close .hi-toggle:after {
  content: "";
  display: table;
  clear: both;
}
.sp-nav--block {
  padding: 5px 20px;
  height: 100vh;
}
.sp-nav--block .number {
  font-size: 1.5rem;
}
.sp-nav--block .bg-white {
  border-radius: 8px;
  padding-left: 20px;
  margin-top: 10px;
}

.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: 14px;
}
.pc-nav .nav-item li a {
  display: block;
  margin-top: 12px;
}
.pc-nav .nav-item li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
}
.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;
  border-radius: 50%;
  border: none;
  background: #000;
}
@media (max-width: 1025px) {
  .pc-nav .nav-item li .sub-menu li a::before {
    background: #fff;
  }
}
@media (min-width: 1025px) {
  .pc-nav .nav-item li a:hover {
    color: #bbb;
  }
}

.w-100 {
  width: 100%;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(204, 204, 204, 0.7);
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .slick-prev,
  .slick-next {
    height: 35px;
    width: 35px;
  }
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 0.875rem;
  }
}

.slick-prev {
  left: 10px;
}

[dir=rtl] .slick-prev {
  right: 10px;
  left: auto;
}

.slick-prev:before {
  content: "＜";
}

[dir=rtl] .slick-prev:before {
  content: "＞";
}

.slick-next {
  right: 20px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 10px;
}

.slick-next:before {
  content: "＞";
}

[dir=rtl] .slick-next:before {
  content: "＜";
}

.small-t1 {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

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

.small-t3 {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

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

/**ヘッダーメニュー*/
.hc-nav {
  margin-top: 10px;
  width: 100%;
  font-size: 15px;
}
.hc-nav .top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.hc-nav .top-menu li {
  position: relative;
}
.hc-nav .top-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
.hc-nav .top-menu li.menu-item-has-children {
  padding-bottom: 10px;
}
.hc-nav .top-menu li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.hc-nav .top-menu li.menu-item-has-children:hover {
  transition: 3s ease;
}
.hc-nav .top-menu li.menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 10px;
  position: absolute;
  background: #000;
  width: 280px;
  font-size: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
  list-style: none;
}
.hc-nav .top-menu li.menu-item-has-children .sub-menu li a {
  display: block;
  padding-left: 15px;
}
.hc-nav .top-menu li.menu-item-has-children .sub-menu li a:before {
  content: none;
}

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

@media (max-width: 600px) {
  .sp-only {
    display: block;
  }
}
.sbp-only {
  display: none;
}

@media (max-width: 1025px) {
  .sbp-only {
    display: block;
  }
  .sbp-hide {
    display: none;
  }
}
#header-container.inner-page-header {
  background: #000;
  position: relative;
}

.move-up {
  background: #000 !important;
}

.btn-blue {
  background-color: #37BFEF;
}

.d-none {
  display: none !important;
}

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

.content {
  margin: 0;
}

/* ボタン共通コンポーネント */
.btn, .pet-favorites__btn, .pet-account__success .pet-account__btn, .pet-mypage__edit-btn, .pet-notification-popup__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  background: transparent;
  color: #333;
}
.btn--primary, .pet-favorites__btn--primary, .pet-account__success .pet-account__btn, .pet-notification-popup__btn--primary {
  background: #37BFEF;
  color: #fff;
  border-color: #37BFEF;
}
.btn--primary:hover, .pet-favorites__btn--primary:hover, .pet-account__success .pet-account__btn:hover, .pet-notification-popup__btn--primary:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.2);
}
.btn--secondary, .pet-account__success .pet-account__btn--secondary, .pet-mypage__edit-btn {
  background: #f3f4f6;
  color: #374151;
  border-color: #e5e7eb;
}
.btn--secondary:hover, .pet-account__success .pet-account__btn--secondary:hover, .pet-mypage__edit-btn:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
  color: #111827;
}
.btn--action {
  background: #37BFEF;
  color: #fff;
  border-color: #37BFEF;
}
.btn--action:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  border-color: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.2);
}
.btn--ghost, .pet-favorites__btn--remove {
  background: transparent;
  color: #37BFEF;
  border-color: #37BFEF;
}
.btn--ghost:hover, .pet-favorites__btn--remove:hover {
  background: rgba(55, 191, 239, 0.05);
}
.btn--danger {
  background: #fff;
  color: #dc2626;
  border-color: #fecaca;
}
.btn--danger:hover {
  background: #fee2e2;
  border-color: #f87171;
}
.btn--small, .pet-favorites__btn {
  padding: 8px 12px;
  font-size: 13px;
}
.btn:disabled, .pet-favorites__btn:disabled, .pet-account__success .pet-account__btn:disabled, .pet-mypage__edit-btn:disabled, .pet-notification-popup__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* =====================================================
 * ACF画像アップローダー - ボタンスタイル
 * ===================================================== */
.acf-image-uploader .acf-button,
.acf-image-uploader .image-wrap a[data-name=add] {
  display: inline-block;
  padding: 12px 20px;
  background: #6b7280;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  transition: 0.3s ease;
}
.acf-image-uploader .acf-button:hover,
.acf-image-uploader .image-wrap a[data-name=add]:hover {
  background: #4b5563;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.acf-image-uploader .acf-button:active,
.acf-image-uploader .image-wrap a[data-name=add]:active {
  transform: scale(0.98);
}

/* カード共通コンポーネント */
.card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}
.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.card--compact {
  padding: 16px;
}

/* ========================================
   Onboarding Block Styles
=========================================== */
.onboarding-block {
  margin-bottom: 40px;
  padding: 32px 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
  border-radius: 16px;
  border: 2px solid #37bfef;
  box-shadow: 0 4px 16px rgba(55, 191, 239, 0.15);
}

.onboarding-header {
  margin-bottom: 32px;
  text-align: center;
}

.onboarding-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.onboarding-subtitle {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.onboarding-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .onboarding-steps {
    grid-template-columns: 1fr;
  }
}

.onboarding-step {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}
.onboarding-step:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.onboarding-step.is-complete {
  opacity: 0.85;
}

.onboarding-step-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 12px;
}

.onboarding-step-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
  line-height: 1.4;
}

.onboarding-badge {
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}
.onboarding-badge.is-pending {
  background: #f3f4f6;
  color: #6b7280;
}
.onboarding-badge.is-complete {
  background: #d1fae5;
  color: #065f46;
}

.onboarding-step-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

.onboarding-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #37BFEF;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.onboarding-button:hover {
  background: #259dc4;
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.3);
}
.onboarding-button:active {
  transform: scale(0.98);
}
.onboarding-button.is-disabled {
  background: #d1d5db;
  color: #9ca3af;
  cursor: not-allowed;
  box-shadow: none;
}
.onboarding-button.is-disabled:hover {
  background: #d1d5db;
  box-shadow: none;
}

/* レスポンシブ調整 */
@media (max-width: 480px) {
  .onboarding-block {
    padding: 24px 16px;
    margin-bottom: 32px;
  }
  .onboarding-title {
    font-size: 1.25rem;
  }
  .onboarding-subtitle {
    font-size: 0.875rem;
  }
  .onboarding-step {
    padding: 20px;
  }
  .onboarding-step-title {
    font-size: 15px;
  }
  .onboarding-step-description {
    font-size: 13px;
  }
  .onboarding-button {
    width: 100%;
  }
}
/* ========================================
   CTA
=========================================== */
.cta-box {
  background-color: #f4f8f8;
  color: #333;
  margin-top: 3rem;
}
.cta-box .btn {
  background-color: #d4b572;
  color: #003740;
}

/* ========================================
   カード設定
=========================================== */
.wp-block-columns .a-wrap,
.widget-entry-cards .a-wrap,
.ect-vertical-card .a-wrap {
  padding: 0;
  border: 1px solid #ddd !important;
  border-radius: 15px;
  background-color: #fff;
}
.wp-block-columns .a-wrap:hover,
.widget-entry-cards .a-wrap:hover,
.ect-vertical-card .a-wrap:hover {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4);
}
.wp-block-columns .a-wrap .card-content,
.widget-entry-cards .a-wrap .card-content,
.ect-vertical-card .a-wrap .card-content {
  padding: 0.8em;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wp-block-columns .a-wrap .card-content .card-title,
.widget-entry-cards .a-wrap .card-content .card-title,
.ect-vertical-card .a-wrap .card-content .card-title {
  margin-bottom: 10px;
  color: #003740;
}
.wp-block-columns .a-wrap .card-content .new-entry-card-date,
.wp-block-columns .a-wrap .card-content .popular-entry-card-date,
.widget-entry-cards .a-wrap .card-content .new-entry-card-date,
.widget-entry-cards .a-wrap .card-content .popular-entry-card-date,
.ect-vertical-card .a-wrap .card-content .new-entry-card-date,
.ect-vertical-card .a-wrap .card-content .popular-entry-card-date {
  text-align: right;
}
.wp-block-columns .a-wrap .card-content .new-entry-card-update-date,
.wp-block-columns .a-wrap .card-content .popular-entry-card-update-date,
.widget-entry-cards .a-wrap .card-content .new-entry-card-update-date,
.widget-entry-cards .a-wrap .card-content .popular-entry-card-update-date,
.ect-vertical-card .a-wrap .card-content .new-entry-card-update-date,
.ect-vertical-card .a-wrap .card-content .popular-entry-card-update-date {
  display: none;
}
.wp-block-columns .a-wrap .card-thumb,
.widget-entry-cards .a-wrap .card-thumb,
.ect-vertical-card .a-wrap .card-thumb {
  margin-top: 0;
}
.wp-block-columns .a-wrap figure img,
.widget-entry-cards .a-wrap figure img,
.ect-vertical-card .a-wrap figure img {
  border-radius: 15px 15px 0 0;
}

/* キャッチコピーの左寄せ */
.tagline {
  text-align: left;
}

.grid-container {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-between; /* 必要に応じて中央or右寄せなどに調整可 */
}

.logo-text {
  padding: 0;
}

/* ナビゲーションメニューの横並び */
.menu-inline {
  display: flex;
  gap: 15px;
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .menu-inline {
    flex-direction: column;
    gap: 2px;
    padding-right: 5px;
  }
}

.menu-inline a {
  text-decoration: none; /* リンクの下線を消す */
  font-size: 1rem;
  padding: 10px 20px;
  background-color: #003740;
  color: #fff;
  border: #003740 1px solid;
  border-radius: 10px;
  flex-wrap: wrap;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 480px) {
  .menu-inline a {
    font-size: 12px;
    padding: 2px 10px;
    min-width: 90px;
    display: inline-block;
    text-align: center;
  }
}
.menu-inline a:hover {
  background-color: #fff;
  color: #333;
}
.menu-inline a.download-link {
  border: #d4b572 1px solid;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #d4b572;
  color: #003740;
}
.menu-inline a.download-link:hover {
  color: #d4b572;
  background-color: #fff;
}

#header-container .navi {
  border-top: #ddd solid 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ========================================
   ACFフォームコンポーネント
=========================================== */
.acf-form-styled {
  background: #fff;
  /* フィールドラベルのスタイル */
}
.acf-form-styled .acf-label label {
  font-weight: bold;
  color: #333;
}
.acf-form-styled {
  /* 必須マーク */
}
.acf-form-styled .acf-required {
  color: #e74c3c !important;
}
.acf-form-styled {
  /* 入力フィールド */
}
.acf-form-styled .acf-input input[type=text],
.acf-form-styled .acf-input input[type=url],
.acf-form-styled .acf-input input[type=email],
.acf-form-styled .acf-input select,
.acf-form-styled .acf-input textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f9f9f9;
}
.acf-form-styled .acf-input input:focus,
.acf-form-styled .acf-input select:focus,
.acf-form-styled .acf-input textarea:focus {
  outline: none;
  border-color: #d4b572;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
  background: #fff;
}
.acf-form-styled {
  /* チェックボックス */
}
.acf-form-styled .acf-checkbox-list li {
  margin-bottom: 10px;
}
.acf-form-styled .acf-checkbox-list input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
}
.acf-form-styled .acf-checkbox-list label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
}
.acf-form-styled {
  /* ラジオボタン */
}
.acf-form-styled .acf-radio-list li {
  margin-bottom: 10px;
}
.acf-form-styled .acf-radio-list input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
}
.acf-form-styled .acf-radio-list label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
}
.acf-form-styled {
  /* フィールドの説明文 */
}
.acf-form-styled .acf-field .description {
  color: #666;
  margin-top: 8px;
}
.acf-form-styled {
  /* 画像を追加ボタン */
}
.acf-form-styled .acf-button[data-name=add] {
  display: inline-block;
  background: #f5f5f5 !important;
  color: #333 !important;
  padding: 8px 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
}
.acf-form-styled .acf-button[data-name=add]:hover {
  background: #e8e8e8 !important;
  border-color: #ccc !important;
}
.acf-form-styled .acf-button[data-name=add]:active {
  background: #ddd !important;
}
.acf-form-styled {
  /* ギャラリーのスタイル調整 */
}
.acf-form-styled .acf-gallery {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f9f9f9;
}
.acf-form-styled .acf-gallery .acf-gallery-main {
  background: #fff;
}
.acf-form-styled {
  /* 送信ボタン */
}
.acf-form-styled .acf-form-submit {
  text-align: center;
  margin-top: 40px;
}
.acf-form-styled .acf-form-submit input[type=submit] {
  background: #d4b572 !important;
  color: #fff !important;
  padding: 16px 60px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.acf-form-styled .acf-form-submit input[type=submit]:hover {
  background: rgb(206.0407608696, 170.7445652174, 94.4592391304) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.acf-form-styled .acf-form-submit input[type=submit]:active {
  transform: translateY(0);
}
.acf-form-styled {
  /* フィールド間のスペース */
}
.acf-form-styled .acf-field {
  margin-bottom: 30px;
}
.acf-form-styled {
  /* タイトルフィールド */
}
.acf-form-styled .acf-field[data-name=post_title] input {
  font-size: 14px;
}
.acf-form-styled {
  /* コンテンツエディタ */
}
.acf-form-styled .acf-field[data-name=post_content] textarea {
  min-height: 150px;
  resize: vertical;
}
.acf-form-styled {
  /* プレースホルダーのスタイル */
}
.acf-form-styled .acf-input input::-moz-placeholder, .acf-form-styled .acf-input textarea::-moz-placeholder {
  color: #aaa;
}
.acf-form-styled .acf-input input::placeholder,
.acf-form-styled .acf-input textarea::placeholder {
  color: #aaa;
}

/* ========================================
   サイドバー関連（ウィジェットなど）
=========================================== */
.box-menu-icon {
  color: #d4b572;
}

/* ========================================
   フッター関連
=========================================== */
/* ========================================
   ページ固有スタイル（整理版）

   各ページのスタイルは pages/ ディレクトリに分割
   コンポーネントは components/ ディレクトリに分割
=========================================== */
/* ========================================
   フロントページ
=========================================== */
.front-page main {
  padding: 0;
}
.front-page h2 {
  background-color: transparent;
  font-weight: normal;
  margin-bottom: 10px;
}
.front-page .date-tags {
  display: none;
}
.front-page .row {
  display: flex;
  position: relative;
  align-items: stretch; /* 子を高さ100%に伸ばす */
  min-height: 400px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .front-page .row {
    min-height: auto;
  }
}
.front-page .image-box {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.front-page .column {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .front-page .column {
    width: 100%;
  }
}
.front-page .column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page .tpimg-outer {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .front-page .tpimg-outer {
    display: none;
  }
}
.front-page .content-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.front-page .content-box h1 {
  font-size: clamp(20px, 5vw, 47px);
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .front-page .content-box h1 {
    padding-left: 20px;
  }
}
.front-page .content-box h1:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 70%;
  background-color: #E34234;
  position: absolute;
  left: 0;
  top: 19%;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 480px) {
  .front-page .content-box h1:before {
    height: 50%;
    top: 25%;
    width: 5px;
    border-radius: 0 2px 2px 0;
  }
}
.front-page .content-box p {
  font-size: 0.875rem;
  color: #333;
}
.front-page .content-box .hp-searchform {
  background-color: #fff;
  padding: 15px 10px;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 480px) {
  .front-page .content-box .hp-searchform {
    padding: 5px;
  }
}
.front-page #top-hsform {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  .front-page #top-hsform {
    flex-direction: column;
  }
}
.front-page .hsform-item {
  flex: 1;
  min-width: 150px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .front-page .hsform-item {
    width: 100%;
    min-width: auto;
  }
}
.front-page .hsform-item label {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
.front-page .hsform-item input[type=text],
.front-page .hsform-item select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .front-page .hsform-item input[type=text],
  .front-page .hsform-item select {
    width: 100%;
  }
}
.front-page .hsform-item select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="%23333" d="M0 0l5 6 5-6z"/></svg>') no-repeat right 10px center;
  padding-right: 30px;
}
.front-page .hsform-btn {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .front-page .hsform-btn {
    width: 100%;
  }
}
.front-page .hsform-btn .btn-primary {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(135deg, #37BFEF 0%, #12abe1 100%);
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .front-page .hsform-btn .btn-primary {
    width: 100%;
    padding: 15px;
  }
}
.front-page .hsform-btn .btn-primary:hover {
  background: linear-gradient(135deg, rgb(31.3888888889, 183.4444444444, 237.1111111111) 0%, rgb(16.1111111111, 153.0555555556, 201.3888888889) 100%);
  box-shadow: 0 4px 15px rgba(55, 191, 239, 0.3);
}
@media screen and (max-width: 480px) {
  .front-page .content-bg {
    background-color: transparent;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .content-bg {
    background-color: #f0f0f0;
  }
}
.front-page .featured-a {
  padding: 60px 0;
  background-color: #fafafa;
}
@media screen and (max-width: 480px) {
  .front-page .featured-a {
    padding: 20px 0;
  }
}
.front-page .hp-sbox__form {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .front-page .hp-sbox__form {
    flex-direction: column;
    gap: 20px;
  }
}
.front-page .hp-checkbox,
.front-page .hp-radio {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s;
  flex: 1;
  min-width: 150px;
}
@media screen and (max-width: 480px) {
  .front-page .hp-checkbox,
  .front-page .hp-radio {
    width: 100%;
    flex: none;
    min-width: auto;
  }
}
.front-page .hp-checkbox:hover,
.front-page .hp-radio:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.front-page .hp-checkbox input[type=checkbox],
.front-page .hp-checkbox input[type=radio],
.front-page .hp-radio input[type=checkbox],
.front-page .hp-radio input[type=radio] {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.front-page .hp-checkbox label,
.front-page .hp-radio label {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.front-page .hp-form-sbtn {
  margin-top: 20px;
  text-align: center;
}
.front-page .hp-form-sbtn button {
  padding: 15px 40px;
  border: none;
  border-radius: 25px;
  background: linear-gradient(135deg, #37BFEF 0%, #12abe1 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(55, 191, 239, 0.2);
  transition: all 0.3s;
}
.front-page .hp-form-sbtn button:hover {
  background: linear-gradient(135deg, rgb(31.3888888889, 183.4444444444, 237.1111111111) 0%, rgb(16.1111111111, 153.0555555556, 201.3888888889) 100%);
  box-shadow: 0 6px 15px rgba(55, 191, 239, 0.3);
  transform: translateY(-2px);
}
@media screen and (max-width: 480px) {
  .front-page .hp-form-sbtn button {
    width: 100%;
    max-width: 300px;
  }
}

/* ========================================
   宿泊施設詳細ページ
=========================================== */
figure.hotel-icon.wp-block-gallery.has-nested-images {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: center;
  gap: 8px;
}
figure.hotel-icon.wp-block-gallery.has-nested-images figure {
  width: auto !important;
}
figure.hotel-icon.wp-block-gallery.has-nested-images img {
  flex: none !important;
  height: auto !important;
  width: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block;
}
@media screen and (max-width: 480px) {
  figure.hotel-icon.wp-block-gallery.has-nested-images {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mySwiper {
  margin-bottom: 20px;
}
.mySwiper .swiper-slide {
  width: 20% !important;
  opacity: 0.5;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper2 {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
}

.swiper-slide {
  max-height: 550px !important;
}

.swiper-thumbs {
  height: 100px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .swiper-thumbs {
    height: 60px;
  }
}

.hotel-snslink {
  display: flex;
}
@media screen and (max-width: 480px) {
  .hotel-snslink {
    margin-top: 5px;
  }
}
.hotel-snslink a {
  margin-right: 20px;
}
.hotel-snslink a img {
  max-width: 40px;
}

.hotel-access {
  margin-top: 40px;
  margin-bottom: 50px;
}

.mb-3 {
  margin-bottom: 30px;
}

.hp-acc {
  background: #fff;
  padding: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .hp-acc {
    padding: 0px;
    background: none;
  }
}
.hp-acc--box {
  display: flex;
  flex-wrap: wrap;
}
.hp-acc--box__items {
  width: 33.33%;
  padding: 0px 10px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .hp-acc--box__items {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hp-acc--box__items .hpacc-txt {
  font-size: 1rem;
  margin-top: 10px;
}
.hp-acc--box__items .hpacc-excerpt {
  font-size: 0.75rem;
  margin-top: 10px;
}
.hp-acc--box__items .hpacc-img {
  width: 100%;
  overflow: hidden;
  height: 250px;
}
.hp-acc--box__items .hpacc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s linear;
}
.hp-acc--box__items .hpacc-link {
  color: inherit;
}
.hp-acc--box__items .hpacc-link:hover .hpacc-img img {
  transform: scale(1.2);
}

.hp-acc__tax {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.hp-acc__tax .hptax-box {
  display: inline-block;
  background-color: #37BFEF;
  color: #fff;
  border-radius: 15px;
  padding: 3px 15px;
  font-size: 0.75rem;
  margin-right: 10px;
}
.hp-acc__tax .hptax-box:last-child {
  margin-right: 0;
}

.pl {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.pl--item {
  width: 20%;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .pl--item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .pl--item {
    width: 33.33%;
  }
}
.pl--item figure {
  height: 160px;
  position: relative;
  border: 1px solid #ddd;
}
.pl--item figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pl--item .pl-t1 {
  font-size: 0.875rem;
  margin-top: 10px;
  color: initial;
}
.pl--item a {
  padding: 5px;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.pl--item a:hover {
  background: #eee;
}

.view-more a {
  color: #fff;
  letter-spacing: 2px;
  background-color: #003740;
  padding: 10px 35px;
  font-size: 0.875rem;
  display: inline-block;
  border-radius: 40px;
  border: 1px solid #003740;
}
@media screen and (max-width: 480px) {
  .view-more a {
    padding: 20px 35px;
  }
  .view-more a:hover {
    background-color: #fff;
    color: #003740;
    transition: background-color 0.3s ease-in-out;
  }
}

.go-to-top {
  bottom: 90px;
}

.bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border-top: 3px solid #fff;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  padding: 18px 10px 10px;
}
.bottom-fixed--item {
  width: 40%;
}
.bottom-fixed--item:last-child {
  width: 60%;
}
.bottom-fixed--item .item-box-favorite {
  width: 120px;
  text-align: center;
}
.bottom-fixed--item .item-box-favorite .inutococo-favorite-btn {
  border-radius: 50%;
  border-color: #ddd;
  background-color: #ddd;
  height: 32px;
  width: 32px;
}
.bottom-fixed--item .item-box-favorite .inutococo-favorite-btn i {
  font-size: 14px;
}
.bottom-fixed--item .item-box-favorite span {
  display: block;
  font-size: 12px;
}
.bottom-fixed--item .item-box-link {
  display: inline-block;
  background-color: #37BFEF;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 12px 0;
  font-size: 15px;
}

/* ========================================
  プレゼント企画一覧・詳細ページ
  ※ グッズ詳細ページでも共通レイアウトを利用
  ※ goods-detail-* はグッズ詳細ページ専用（タブUI）
=========================================== */
.ect-3-columns .entry-card-wrap {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .ect-3-columns .entry-card-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .ect-3-columns .entry-card-wrap {
    width: 100%;
  }
}

/* スマホ時のプレゼント企画カード：左画像・右テキスト */
@media screen and (max-width: 480px) {
  .ect-3-columns .entry-card-wrap {
    border: none !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-radius: 0 !important;
    padding: 12px;
    box-sizing: border-box;
  }
  .ect-3-columns .entry-card-wrap article {
    display: flex !important;
    flex-direction: row !important;
    gap: 0px;
  }
  .ect-3-columns .entry-card-wrap .entry-card-thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    flex-shrink: 0;
  }
  .ect-3-columns .entry-card-wrap .entry-card-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  .ect-3-columns .entry-card-wrap .entry-card-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ect-3-columns .entry-card-wrap .entry-card-title {
    font-size: 0.9rem;
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  .ect-3-columns .entry-card-wrap .campaign-tags {
    margin: 0 0 8px 0;
  }
  .ect-3-columns .entry-card-wrap .entry-card-meta {
    font-size: 0.75rem;
  }
  .ect-3-columns .entry-card-wrap .present-meta {
    margin-top: 8px;
  }
  .ect-3-columns .entry-card-wrap .present-meta .present-top {
    gap: 6px;
  }
  .ect-3-columns .entry-card-wrap .present-meta .btn-entry {
    padding: 4px 8px;
    font-size: 0.75rem;
  }
  .ect-3-columns .entry-card-wrap .present-meta .prize-count {
    font-size: 0.8rem;
  }
  .ect-3-columns .entry-card-wrap .entry-deadline {
    font-size: 0.7rem;
    padding: 4px 0;
    margin-top: 4px;
  }
}
.campaign-tags {
  margin: 4px 0;
}

.campaign-tag {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: 600;
  margin-right: 5px;
}

.present-meta {
  margin-top: 1rem;
}

.present-meta .present-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  margin-bottom: 0.5em;
}

.present-meta .present-top .btn-entry {
  display: inline-block;
  background-color: #e74c3c;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 1em;
  border-radius: 999px;
  font-size: 0.9rem;
  white-space: nowrap;
}

.present-meta .present-top .prize-count {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

.present-meta .entry-deadline {
  background-color: #f3f4f6;
  text-align: center;
  font-size: 0.85rem;
  padding: 0.4em 0;
  font-weight: 500;
  color: #333;
}

.present-campaign-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .present-campaign-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
  }
}

.present-campaign-visual {
  width: 100%;
}

.present-main-visual {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.present-slider-main {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.present-slider-main .swiper-wrapper {
  display: flex;
  height: auto;
}

.present-slider-main .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.present-slider-main .swiper-slide img {
  width: 100%;
  max-width: 700px;
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.present-slider-thumb {
  margin-top: 1rem;
  max-width: 800px;
}

.present-slider-thumb .swiper-wrapper {
  display: flex;
}

.present-slider-thumb .swiper-slide {
  width: 80px !important;
  height: 60px;
  flex-shrink: 0;
  opacity: 0.5;
  cursor: pointer;
}

.present-slider-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.present-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #e74c3c;
}

.present-campaign-main {
  flex: 1 1 60%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0;
}

.present-campaign-sidebar {
  flex: 1 1 35%;
  background: #f3f4f6;
  padding: 1.5rem;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.present-campaign-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
}

.campaign-tags {
  margin-bottom: 1rem;
}

.campaign-tags .campaign-tag {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 4px 8px;
  margin-right: 0.5rem;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 600;
}

.present-main-visual {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.present-slider-main {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.present-slider-main .swiper-wrapper {
  display: flex;
  height: auto;
}

.present-slider-main .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.present-slider-main .swiper-slide img {
  width: 100%;
  max-width: 700px;
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.present-slider-thumb {
  margin-top: 1rem;
  max-width: 800px;
}

.present-slider-thumb .swiper-wrapper {
  display: flex;
}

.present-slider-thumb .swiper-slide {
  width: 80px !important;
  height: 60px;
  flex-shrink: 0;
  opacity: 0.5;
  cursor: pointer;
}

.present-slider-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.present-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #e74c3c;
}

.present-description h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.present-campaign-tabs-wrapper {
  margin-top: 60px;
  background: #fff;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .present-campaign-tabs-wrapper {
    margin-top: 40px;
    padding: 0 16px;
  }
}

.present-tabs-nav {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  border-bottom: 2px solid #e5e7eb;
  flex-wrap: wrap;
}

.present-tabs-nav-item {
  padding: 12px 20px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #6b7280;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.present-tabs-nav-item:hover {
  color: #37BFEF;
  background: rgba(55, 191, 239, 0.05);
}
.present-tabs-nav-item.is-active {
  color: #37BFEF;
  border-bottom-color: #37BFEF;
  font-weight: 600;
}

.present-tabs-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .present-tabs-content {
    padding: 24px 0;
  }
}

.present-tab-pane {
  display: none;
}
.present-tab-pane.is-active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.present-tab-section {
  margin-bottom: 32px;
}
.present-tab-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .present-tab-section {
    margin-bottom: 24px;
  }
}

.present-tab-section-title {
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e7eb;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
}
@media (max-width: 768px) {
  .present-tab-section-title {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}

.present-tab-section-content {
  color: #333;
  line-height: 1.8;
}
.present-tab-section-content p {
  margin: 0 0 12px 0;
}
.present-tab-section-content p:last-child {
  margin-bottom: 0;
}
.present-tab-section-content a {
  color: #37BFEF;
  text-decoration: none;
}
.present-tab-section-content a:hover {
  text-decoration: underline;
}

.present-wysiwyg {
  line-height: 1.8;
}
.present-wysiwyg h2 {
  margin: 24px 0 16px 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
.present-wysiwyg h2:first-child {
  margin-top: 0;
}
.present-wysiwyg h3 {
  margin: 20px 0 12px 0;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #333;
}
.present-wysiwyg p {
  margin: 12px 0;
  color: #333;
}
.present-wysiwyg ul,
.present-wysiwyg ol {
  margin: 12px 0;
  padding-left: 24px;
  color: #333;
}
.present-wysiwyg li {
  margin: 8px 0;
}
.present-wysiwyg blockquote {
  margin: 16px 0;
  padding: 12px 16px;
  border-left: 4px solid #37BFEF;
  background: #f3f4f6;
  font-style: italic;
  color: #5f6368;
}
.present-wysiwyg img {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
  border-radius: 8px;
}

.present-instagram-requirement {
  margin-top: 16px;
  padding: 16px;
  background: #fef2f2;
  border-left: 4px solid #e74c3c;
  border-radius: 8px;
}
.present-instagram-requirement p {
  margin: 0 0 12px 0;
  color: #333;
  font-size: 0.9375rem;
}
.present-instagram-requirement p strong {
  font-weight: 600;
}
.present-instagram-requirement .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.present-instagram-requirement .btn:hover {
  opacity: 0.9;
}

.goods-detail-tabs__nav {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  border-bottom: 2px solid #e5e7eb;
  flex-wrap: wrap;
}

.goods-detail-tabs__button {
  padding: 12px 20px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #6b7280;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.goods-detail-tabs__button:hover {
  color: #37BFEF;
  background: rgba(55, 191, 239, 0.05);
}

.goods-detail-tabs__button.is-active {
  color: #37BFEF;
  border-bottom-color: #37BFEF;
  font-weight: 600;
}

.goods-detail-tabs__panel {
  display: none;
  padding: 1.25rem 0;
}

.goods-detail-tabs__panel.is-active {
  display: block;
}

.goods-detail-list {
  margin: 0;
  padding: 0;
}

.goods-caution-text p {
  margin: 0;
  line-height: 1.8;
}

.campaign-meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.campaign-deadline {
  background: #fee2e2;
  padding: 0.8rem;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.campaign-winner {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.gift-entry-section {
  padding: 20px;
  background: #eff6ff;
  border: 2px solid #37BFEF;
  border-radius: 8px;
  margin: 0;
}
@media (max-width: 768px) {
  .gift-entry-section {
    padding: 16px;
  }
}

.gift-entry-form .gift-entry-btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: #37BFEF;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.gift-entry-form .gift-entry-btn:hover {
  opacity: 0.9;
}
.gift-entry-form .gift-entry-btn:disabled, .gift-entry-form .gift-entry-btn.is-loading {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .gift-entry-form .gift-entry-btn {
    padding: 12px 12px;
    font-size: 0.9375rem;
  }
}
.gift-entry-form .help-text {
  margin-top: 8px;
  font-size: 0.8125rem;
  color: #6b7280;
  text-align: center;
}

.gift-entry-status {
  padding: 16px;
  background: #f3f4f6;
  border-radius: 8px;
}
.gift-entry-status .message {
  margin: 0;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
}
.gift-entry-status .description {
  margin: 8px 0 0 0;
  color: #6b7280;
  font-size: 0.8125rem;
}
.gift-entry-status--closed {
  background: #fee2e2;
}
.gift-entry-status--closed .message {
  color: #991b1b;
}
.gift-entry-status--entered {
  background: #dcfce7;
}
.gift-entry-status--entered .message {
  color: #15803d;
}
.gift-entry-status--entered .badge {
  display: inline-block;
  padding: 4px 12px;
  background: #4ade80;
  color: #fff;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.gift-entry-status--not-available {
  background: #fef2f2;
}
.gift-entry-status--not-available .message {
  color: #7f1d1d;
}

.gift-entry-login {
  text-align: center;
}
.gift-entry-login .message {
  margin: 0 0 16px 0;
  color: #333;
  font-size: 0.9375rem;
}
.gift-entry-login .btn {
  display: inline-block;
}
.gift-entry-login .btn--action {
  background: #37BFEF !important;
  color: #fff !important;
  border: none !important;
}
.gift-entry-login .btn--action:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444) !important;
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.2);
  transform: translateY(-1px);
}

.gift-entry-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.gift-entry-actions .btn {
  padding: 10px 16px;
  font-size: 0.875rem;
}
.gift-entry-actions .btn--action {
  background: #37BFEF !important;
  color: #fff !important;
  border: none !important;
}
.gift-entry-actions .btn--action:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444) !important;
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.2);
  transform: translateY(-1px);
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-primary {
  background: #37BFEF;
  color: #fff;
}
.btn-primary:hover {
  opacity: 0.9;
}
.btn-secondary {
  background: #f9fafb;
  color: #333;
  border: 1px solid #e5e7eb;
}
.btn-secondary:hover {
  background: #fff;
  border-color: #6b7280;
}
.btn--action {
  background: #37BFEF;
  color: #fff;
  border: none;
}
.btn--action:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.2);
  transform: translateY(-1px);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .btn {
    padding: 10px 16px;
    font-size: 0.875rem;
  }
}

.apply-button {
  display: block;
  background-color: #e74c3c;
  color: white;
  text-align: center;
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.apply-button:hover {
  background-color: #e74c3c;
  color: #fff;
}

.goods-purchase-wrap .apply-button {
  background-color: #37BFEF;
  border-radius: 9999px;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.9rem 1.4rem;
}

.goods-purchase-wrap .apply-button:hover {
  background-color: #37BFEF;
  color: #fff;
}

.goods-purchase-wrap .apply-button.btn:hover:not(:disabled) {
  background-color: #37BFEF;
  color: #fff;
}

.campaign-entry-type,
.campaign-notes {
  font-size: 0.95rem;
}

.goods-price-wrap .goods-price-row {
  margin-bottom: 0.35rem;
}

.goods-price-wrap .goods-price-value--regular {
  color: #6b7280;
}

.goods-price-wrap .goods-price-row--regular.has-sale .goods-price-value--regular {
  text-decoration: line-through;
}

.goods-price-wrap .goods-price-value--sale {
  color: #e74c3c;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.campaign-entry-type p,
.campaign-notes p {
  margin-top: 0.5rem;
}

.campaign-provider {
  margin: 0;
  font-size: 0.95rem;
}

.campaign-provider div {
  margin-bottom: 0.5rem;
}

.campaign-provider div a {
  color: #37BFEF;
  text-decoration: underline;
}

.campaign-provider div a:hover {
  color: #003740;
}

.goods-brand-wrap {
  margin-top: 0.5rem;
}

.goods-brand-wrap .goods-brand-name {
  font-size: 1.08rem;
  font-weight: 700;
}

.campaign-sns {
  margin: 0;
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
  text-align: center;
}

.campaign-sns a {
  color: #003740;
  transition: color 0.2s;
}

.campaign-sns a:hover {
  color: #d4b572;
}

@media (max-width: 768px) {
  .present-campaign-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .present-campaign-main {
    order: 1;
  }
  .present-main-visual {
    max-width: 100%;
    order: 2;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .present-campaign-sidebar {
    order: 3;
  }
  .present-description {
    order: 4;
  }
  .goods-detail-tabs__nav {
    gap: 4px;
  }
  .goods-detail-tabs__button {
    padding: 10px 14px;
    font-size: 0.85rem;
  }
  .present-slider-main {
    width: 100%;
  }
  .present-slider-main .swiper-slide {
    width: 100%;
  }
  .present-slider-main .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
  }
  .present-slider-thumb {
    max-width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .present-campaign-main {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .present-campaign-sidebar {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
  .goods-detail-container {
    display: flex;
    flex-direction: column;
  }
  .goods-detail-container .goods-detail-main {
    display: contents;
  }
  .goods-detail-container .goods-main-visual {
    order: 1;
    width: 100%;
  }
  .goods-detail-container .goods-detail-sidebar {
    order: 2;
    width: 100%;
  }
  .goods-detail-container .goods-description {
    order: 3;
    width: 100%;
  }
}
/* ========================================
   おすすめ宿泊施設投稿ページ
=========================================== */
.recommended-stay-submit-page {
  background: #fff;
}
.recommended-stay-submit-page .rs-container {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
}
.recommended-stay-submit-page .rs-success-message {
  background: #f4f8f8;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}
.recommended-stay-submit-page .rs-success-message h2 {
  color: #003740;
  margin-bottom: 20px;
}
.recommended-stay-submit-page .rs-success-message p {
  margin-bottom: 30px;
  color: #333;
}
.recommended-stay-submit-page .rs-btn-home {
  display: inline-block;
  background: #d4b572;
  color: #fff;
  padding: 12px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.recommended-stay-submit-page .rs-btn-home:hover {
  background: rgb(206.0407608696, 170.7445652174, 94.4592391304);
  transform: translateY(-2px);
}
.recommended-stay-submit-page .rs-title {
  font-weight: bold;
  color: #003740;
  margin-bottom: 10px;
  text-align: center;
}
.recommended-stay-submit-page .rs-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}
.recommended-stay-submit-page .rs-disclaimer {
  background: #fff9e6;
  border: 1px solid #ffd700;
  padding: 15px;
  margin-top: 25px;
  border-radius: 4px;
}
.recommended-stay-submit-page .rs-disclaimer p {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6;
}

/* ========================================
   Ultimate Member - 登録フォーム全般
=========================================== */
main .um.um-register {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  main .um.um-register {
    padding: 0;
  }
}
main .um.um-register .um-form {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgb(249, 250, 252) 100%);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 480px) {
  main .um.um-register .um-form {
    padding: 25px;
  }
}
main .um.um-register .um-form .um-field {
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
main .um.um-register .um-form .um-field:last-child {
  margin-bottom: 0;
}
main .um.um-register .um-form .um-field .um-field-label {
  margin-bottom: 10px;
}
main .um.um-register .um-form .um-field .um-field-label label {
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}
main .um.um-register .um-form .um-field input[type=text],
main .um.um-register .um-form .um-field input[type=email],
main .um.um-register .um-form .um-field input[type=password],
main .um.um-register .um-form .um-field input[type=tel],
main .um.um-register .um-form .um-field input[type=url],
main .um.um-register .um-form .um-field input[type=number],
main .um.um-register .um-form .um-field select,
main .um.um-register .um-form .um-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #f9fafb;
}
main .um.um-register .um-form .um-field input[type=text]:focus,
main .um.um-register .um-form .um-field input[type=email]:focus,
main .um.um-register .um-form .um-field input[type=password]:focus,
main .um.um-register .um-form .um-field input[type=tel]:focus,
main .um.um-register .um-form .um-field input[type=url]:focus,
main .um.um-register .um-form .um-field input[type=number]:focus,
main .um.um-register .um-form .um-field select:focus,
main .um.um-register .um-form .um-field textarea:focus {
  outline: none;
  border-color: #003740;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 55, 64, 0.08);
}
main .um.um-register .um-form .um-field input[type=text]:hover,
main .um.um-register .um-form .um-field input[type=email]:hover,
main .um.um-register .um-form .um-field input[type=password]:hover,
main .um.um-register .um-form .um-field input[type=tel]:hover,
main .um.um-register .um-form .um-field input[type=url]:hover,
main .um.um-register .um-form .um-field input[type=number]:hover,
main .um.um-register .um-form .um-field select:hover,
main .um.um-register .um-form .um-field textarea:hover {
  border-color: #d0d0d0;
}
main .um.um-register .um-form .um-field textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}
main .um.um-register .um-form .um-field select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 40px;
}
main .um.um-register .um-form .um-col-alt {
  margin-top: 35px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  main .um.um-register .um-form .um-col-alt {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 480px) {
  main .um.um-register .um-form .um-col-alt .um-left {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 480px) {
  main .um.um-register .um-form .um-col-alt .um-right {
    display: none !important;
  }
}
main .um.um-register .um-form .um-col-alt .um-button {
  width: 200px !important;
  max-width: 200px !important;
  min-width: 200px !important;
  padding: 14px 28px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  text-align: center !important;
}
main .um.um-register .um-form .um-col-alt input[type=submit].um-button {
  background: linear-gradient(135deg, #37BFEF 0%, rgb(18.0755555556, 171.7177777778, 225.9444444444) 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
main .um.um-register .um-form .um-col-alt input[type=submit].um-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(55, 191, 239, 0.35) !important;
}
main .um.um-register .um-form .um-col-alt input[type=submit].um-button:active {
  transform: translateY(0);
}
main .um.um-register .um-form .um-col-alt-b,
main .um.um-register .um-form .um-col-alt-2 {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  main .um.um-register .um-form .um-col-alt-b,
  main .um.um-register .um-form .um-col-alt-2 {
    display: none !important;
  }
}
main .um.um-register .um-form .um-col-alt-b a,
main .um.um-register .um-form .um-col-alt-b .um-link,
main .um.um-register .um-form .um-col-alt-b .um-button,
main .um.um-register .um-form .um-col-alt-2 a,
main .um.um-register .um-form .um-col-alt-2 .um-link,
main .um.um-register .um-form .um-col-alt-2 .um-button {
  width: 200px !important;
  max-width: 200px !important;
  min-width: 200px !important;
  display: inline-block !important;
  padding: 14px 28px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
main .um.um-register .um-message {
  background: linear-gradient(135deg, rgba(0, 55, 64, 0.08) 0%, rgba(0, 55, 64, 0.04) 100%);
  border: 1.5px solid rgba(0, 55, 64, 0.3);
  border-radius: 8px;
  padding: 20px;
  color: #003740;
  margin-bottom: 30px;
  text-align: center;
}
main .um.um-register .um-message strong {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
main .um.um-register .um-message p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
main .um.um-register .um-clear {
  clear: both;
}

.um span.um-req {
  color: #e74c3c !important;
}

/* ========================================
   プレーンテンプレート
=========================================== */
.entry-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .entry-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .entry-title {
    margin-bottom: 24px;
  }
}

/* ========================================
   フッター
=========================================== */
.footer--box {
  padding: 30px 10px 10px;
  display: flex;
  flex-wrap: wrap;
}
.footer--box__item {
  display: inline-block;
  min-width: 200px;
  margin-bottom: 12px;
}
.footer--box__item .fnav-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.footer--box__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer--box__item ul li {
  line-height: 1.3;
  font-size: 0.875rem;
  margin-bottom: 5px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}
.footer--box__item ul li:before {
  content: ">";
  display: inline-block;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  bottom: 2px;
}

.footer--row {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer--row ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer--row ul li {
  margin: 0;
  padding: 0;
}
.footer--row ul li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 0.875rem;
  padding: 1px 2px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.footer--row ul li a:hover {
  background-color: #f5f5f5;
}
.footer--row ul li a i {
  font-size: 1.2rem;
}

.footer-copyright {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 10px;
}

.main {
  background-color: #fff;
  border: none;
}

/**Top page banner*/
.hp-banner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .hp-banner {
    font-size: 0.875rem;
  }
}
.hp-banner .banner-item {
  height: 100%;
  position: relative;
}
.hp-banner .banner-item::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  top: 0;
  left: 0;
}
.hp-banner .banner-item .banner-img {
  height: 600px;
}
@media screen and (max-width: 480px) {
  .hp-banner .banner-item .banner-img {
    min-height: 400px;
    height: 70vh;
  }
}
.hp-banner .banner-item .banner-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-banner .banner-item .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .hp-banner .banner-item .banner-text {
    top: 60%;
  }
}
.hp-banner .banner-item .banner-text h1 {
  font-size: 38px;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .hp-banner .banner-item .banner-text h1 {
    font-size: 22px;
  }
}
.hp-banner .banner-item .banner-text h1 .banner-tag {
  display: block;
  font-size: 0.875rem;
}
.hp-banner .banner-item .banner-text a {
  display: inline-block;
  text-align: center;
  background: rgba(247, 171, 1, 0.9);
  padding: 5px 20px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .hp-banner .banner-item .banner-text a {
    padding: 3px 15px;
  }
}

/**HP search form */
.home-search {
  margin-top: -80px;
  position: relative;
  width: 100%;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .home-search {
    margin-top: 0px;
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    font-size: 0.875rem;
    background: #efefef;
  }
}
.home-search .search-box {
  margin: 0;
}
.home-search--s {
  max-width: 900px;
  margin: 0 auto;
  background: #efefef;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
}
@media screen and (max-width: 480px) {
  .home-search--s {
    padding: 10px 0px;
  }
}
.home-search--s .hs-row {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .home-search--s .hs-row {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .home-search--s .hs-row {
    padding: 10px;
  }
}
.home-search--s .hs-row .hs-col-12 {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .home-search--s .hs-row .hs-col-12 {
    order: -1;
  }
}
.home-search--s .hs-row .hs-col-6 {
  box-sizing: border-box;
  width: calc(60% - 10px);
}
@media screen and (max-width: 480px) {
  .home-search--s .hs-row .hs-col-6 {
    width: 100%;
  }
}
.home-search--s .hs-row .hs-col-2 {
  width: calc(20% - 10px);
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .home-search--s .hs-row .hs-col-2 {
    width: 100%;
  }
}
.home-search--s .hs-row .hs-chekbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.home-search--s .hs-row .hs-chekbox label {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .home-search--s .hs-row .hs-chekbox {
    margin-top: 0;
  }
}

/** Toppage エリアから探す*/
.hp-areasearch {
  display: block;
}
.hp-areasearch .as-slide .as-box {
  width: 95%;
  position: relative;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.hp-areasearch .as-slide .as-box:hover .as-img {
  transform: scale(1.2);
}
.hp-areasearch .as-slide .as-box::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(26, 19, 17, 0.35);
  top: 0;
}
.hp-areasearch .as-slide .as-box .as-img {
  height: 100%;
  transition: transform 0.3s linear;
}
.hp-areasearch .as-slide .as-box .as-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-areasearch .as-slide .as-box .as-txt {
  position: absolute;
  z-index: 9;
  color: #fff;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
.hp-areasearch .as-slide .as-box .as-txt .as-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.hp-areasearch .as-slide .as-box .as-txt .as-count {
  font-size: 0.875rem;
}
.hp-areasearch .as-slide .as-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

/**LP 特徴から探す*/
.hp-feature {
  background-color: #F6F6F6;
  padding-top: 30px;
  padding-bottom: 40px;
}
.hp-feature h2 {
  margin-bottom: 0;
}
.hp-feature .hpf-box {
  position: relative;
  display: block;
  width: 100%;
}
.hp-feature .hpf-box .hpf-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  background-color: #ddd;
  border-radius: 50%;
  line-height: 2.7;
  font-size: 0.875rem;
  color: #333;
  right: 0;
}
.hp-feature .hpf-box .hpf-icon:hover {
  cursor: pointer;
  background-color: #bbb;
}
.hp-feature .hpf-box .hpf-icon.btn-down {
  bottom: 0;
  top: auto;
}
.hp-feature .hpf-scroll {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hp-feature--box {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  row-gap: 12px;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
@media screen and (max-width: 480px) {
  .hp-feature--box {
    row-gap: 8px;
  }
}
.hp-feature--box .hpfs-item {
  background-color: #fff;
  border: 1px solid #B4B4B4;
  color: #333;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .hp-feature--box .hpfs-item {
    font-size: 0.875rem;
    padding: 3px 12px;
  }
}
.hp-feature--box .hpfs-item:hover {
  background-color: #fff;
}

/**HP 新着記事&おすすめ宿*/
.hp-hotel {
  padding: 50px 0;
  background: rgba(204, 204, 204, 0.2);
}
.hp-hotel .h-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hp-hotel .h-row h2 {
  font-size: 1.25rem;
}
.hp-hotel .h-row--col {
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .hp-hotel .h-row--col {
    width: 100%;
  }
}
.hp-hotel .h-row--col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hp-hotel .h-row--col ul li {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  position: relative;
}
.hp-hotel .h-row--col ul li:hover p {
  text-decoration: underline;
}
.hp-hotel .h-row--col ul li .hh-img {
  width: 90px;
  min-width: 90px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .hp-hotel .h-row--col ul li .hh-img {
    min-width: 80px;
    width: 80px;
  }
}
.hp-hotel .h-row--col ul li .hh-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hp-hotel .h-row--col ul li .hh-txt {
  line-height: 1.6;
}
.hp-hotel .h-row--col ul li .hh-txt p {
  font-size: 15px;
}
.hp-hotel .h-row--col ul li .hh-txt span {
  display: block;
  color: #aaa;
  font-size: 0.75rem;
}
.hp-hotel .h-row--col ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/**Homepge 口コミ*/
@media screen and (max-width: 480px) {
  .hp-review--item {
    width: 100%;
  }
}
.hp-review--item a:hover .hpr-img img {
  transform: scale(1.1);
}
.hp-review--item .hpr-box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #F6F6F6;
  border: 1px solid #B4B4B4;
  width: 97%;
  margin: 0 auto;
}
.hp-review--item .hpr-img {
  display: inline-block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  .hp-review--item .hpr-img {
    height: 100%;
  }
}
.hp-review--item .hpr-img::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(26, 19, 17, 0.35);
  top: 0;
  left: 0;
  z-index: 1;
}
.hp-review--item .hpr-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s linear;
}
.hp-review--item .hpr-img--txt {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 10px;
  z-index: 2;
  color: #fff;
  line-height: 1.6;
  font-size: 13px;
}
.hp-review--item .hpr-img--txt .hpri-t1 {
  font-size: 1rem;
}
.hp-review--item .hpr-img--txt .hprt-t2 span {
  margin-right: 10px;
}
.hp-review--item .hpr-img--txt .hprt-star {
  display: flex;
}
.hp-review--item .hpr-title {
  padding-left: 10px;
  padding-right: 10px;
}
.hp-review--item .hpr-content {
  font-size: 15px;
  padding: 0 10px;
}
.hp-review--item .hpr-content .hpr-name {
  display: block;
  font-size: 0.75rem;
  padding-bottom: 10px;
}

/*HP エリア & 人気キーワード*/
.hp-areasearch ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hp-areasearch ul li {
  display: block;
  margin-bottom: 8px;
}
.hp-areasearch ul li .area-main {
  display: block;
  color: #333;
  font-size: 15px;
}
.hp-areasearch ul li .area-child {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.hp-areasearch ul li .area-child a {
  position: relative;
  display: inline-block;
  opacity: 0.65;
  margin-right: 20px;
}
.hp-areasearch ul li .area-child a:last-child {
  margin-right: 0;
}
.hp-areasearch ul li .area-child a:hover {
  color: #333;
  opacity: 1;
}
.hp-areasearch ul li .area-child a:after {
  content: "|";
  position: absolute;
  top: -1px;
  right: -12px;
  color: #333;
}
.hp-areasearch ul li .area-child a:last-child:after {
  content: none;
}

.hp-sec02 {
  padding: 30px 0px;
  background: rgba(221, 221, 221, 0.5);
  border-radius: 8px;
}
.hp-sec02 .hp-kw {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .hp-sec02 .hp-kw {
    gap: 5px;
  }
}
.hp-sec02 .hp-kw .hkw-box {
  font-size: 14px;
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: rgba(51, 51, 51, 0.8);
  background: #fff;
}
@media screen and (max-width: 480px) {
  .hp-sec02 .hp-kw .hkw-box {
    padding: 2px 15px;
  }
}
.hp-sec02 .hp-kw .hkw-box:hover {
  border-color: #aaa;
}

.new-article-section {
  width: 100%;
  position: relative;
}
.new-article-section .center-wide-news .a-wrap {
  max-width: none;
}
.new-article-section .front-new-list .new-entry-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  padding: 0;
}
.new-article-section .front-new-list .new-entry-cards .a-wrap {
  box-sizing: border-box;
  width: calc((100% - 2 * 30px) / 3);
}
@media screen and (max-width: 480px) {
  .new-article-section .front-new-list .card-large-image .a-wrap {
    flex: 0 0 100%;
  }
}

/* ========================================
  管理画面 共通スタイル
  （ホテルオーナー・グッズオーナー共通）
======================================== */
.hotel-owner-admin-page,
.goods-owner-admin-page {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.admin-notice {
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  border-left: 4px solid #92400e;
}
.admin-notice p {
  margin: 0;
  font-weight: 500;
  color: #333;
}
.admin-notice--success {
  background-color: #d1fae5;
  border-left-color: #2e7d32;
}
.admin-notice--success p {
  color: #2e7d32;
}
.admin-notice--error {
  background-color: #fee2e2;
  border-left-color: #e74c3c;
}
.admin-notice--error p {
  color: #e74c3c;
}
.admin-notice--warning {
  background-color: #fef3c7;
  border-left-color: #92400e;
}
.admin-notice--warning p {
  color: #92400e;
}
.admin-notice--info {
  background-color: #e0f2fe;
  border-left-color: #0369a1;
}
.admin-notice--info p {
  color: #0369a1;
}

.hotel-owner-mypage-admin,
.goods-owner-mypage-admin {
  background: #f3f4f6;
  min-height: 100vh;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  width: 100vw;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hotel-owner-mypage-admin .admin-topbar-global,
.goods-owner-mypage-admin .admin-topbar-global {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  background: #000;
  border-bottom: 1px solid #333;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  min-height: 72px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .admin-topbar-global,
  .goods-owner-mypage-admin .admin-topbar-global {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 18px;
    min-height: auto;
  }
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 1;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo-link,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo-link {
  display: flex;
  flex-direction: row;
  gap: 0;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo-link:hover,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo-link:hover {
  opacity: 0.8;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo.brand-logo-pc,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo.brand-logo-pc {
  display: block;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo.brand-logo-mobile,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo.brand-logo-mobile {
  display: none;
}
@media (max-width: 768px) {
  .hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo.brand-logo-pc,
  .goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo.brand-logo-pc {
    display: none;
  }
  .hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo.brand-logo-mobile,
  .goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-logo.brand-logo-mobile {
    display: block;
  }
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-fallback,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-fallback {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #003740;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-text,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-text .topbar-title,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-text .topbar-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-text .topbar-subtitle,
.goods-owner-mypage-admin .admin-topbar-global .topbar-left .topbar-brand .brand-text .topbar-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .admin-menu-toggle,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .admin-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 4px;
  z-index: 1000;
  transition: all 0.2s ease;
  order: 1;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .admin-topbar-global .topbar-right .admin-menu-toggle,
  .goods-owner-mypage-admin .admin-topbar-global .topbar-right .admin-menu-toggle {
    display: flex;
    min-width: 44px;
    min-height: 44px;
  }
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .admin-menu-toggle span,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .admin-menu-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  display: block;
  transition: all 0.2s ease;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .admin-menu-toggle.active,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .admin-menu-toggle.active {
  opacity: 0;
  pointer-events: none;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i {
  color: #fff;
  font-size: 1.2rem;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px 16px;
  margin: 12px 0 16px;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.95rem;
  color: #6b7280;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .label,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .label {
  min-width: 70px;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .value,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .value a,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .value a {
  color: #37BFEF;
  text-decoration: none;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .value a:hover,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .value a:hover {
  text-decoration: underline;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .review-rating,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .review-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .review-rating i,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .review-rating i {
  color: #FE9529;
  font-size: 1rem;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .review-rating i.far,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .review-rating i.far {
  color: #d1d5db;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .review-rating .rating-value,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account i .review-detail .detail-summary .summary-item .review-rating .rating-value {
  margin-left: 2px;
  font-weight: 600;
  color: #6b7280;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account .account-name,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account .account-name {
  font-weight: 700;
  color: #fff;
  font-size: 0.95rem;
  white-space: nowrap;
}
.hotel-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account .account-link,
.goods-owner-mypage-admin .admin-topbar-global .topbar-right .topbar-account .account-link {
  position: absolute;
  inset: 0;
  text-indent: -9999px;
}
.hotel-owner-mypage-admin .admin-container,
.goods-owner-mypage-admin .admin-container {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0;
  height: calc(100vh - 72px);
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .admin-container,
  .goods-owner-mypage-admin .admin-container {
    grid-template-columns: 1fr;
    height: auto;
    min-height: calc(100vh - 72px);
  }
}
.hotel-owner-mypage-admin .access-denied,
.goods-owner-mypage-admin .access-denied {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 40px 20px;
}
.hotel-owner-mypage-admin .access-denied .access-denied-card,
.goods-owner-mypage-admin .access-denied .access-denied-card {
  background: #fff;
  border-radius: 8px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 480px;
}
.hotel-owner-mypage-admin .access-denied .access-denied-card h2,
.goods-owner-mypage-admin .access-denied .access-denied-card h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #202124;
  margin: 0 0 16px 0;
}
.hotel-owner-mypage-admin .access-denied .access-denied-card p,
.goods-owner-mypage-admin .access-denied .access-denied-card p {
  font-size: 0.95rem;
  color: #5f6368;
  line-height: 1.6;
  margin: 0 0 32px 0;
}
.hotel-owner-mypage-admin .access-denied .access-denied-card .btn-primary,
.goods-owner-mypage-admin .access-denied .access-denied-card .btn-primary {
  display: inline-block;
  background: #003740;
  color: #fff;
  padding: 12px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
}
.hotel-owner-mypage-admin .access-denied .access-denied-card .btn-primary:hover,
.goods-owner-mypage-admin .access-denied .access-denied-card .btn-primary:hover {
  background: rgb(0, 49.5, 57.6);
}
.hotel-owner-mypage-admin .admin-sidebar,
.goods-owner-mypage-admin .admin-sidebar {
  background: #003740;
  color: #fff;
  padding: 0;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .admin-sidebar,
  .goods-owner-mypage-admin .admin-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: none;
  }
  .hotel-owner-mypage-admin .admin-sidebar.active,
  .goods-owner-mypage-admin .admin-sidebar.active {
    transform: translateX(0);
  }
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-header,
.goods-owner-mypage-admin .admin-sidebar .sidebar-header {
  padding: 24px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .admin-sidebar .sidebar-header,
  .goods-owner-mypage-admin .admin-sidebar .sidebar-header {
    padding-top: 60px;
  }
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-header h2,
.goods-owner-mypage-admin .admin-sidebar .sidebar-header h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-header .sidebar-tagline,
.goods-owner-mypage-admin .admin-sidebar .sidebar-header .sidebar-tagline {
  margin: 6px 0 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav {
  padding: 16px 0;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav ul,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-divider,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-divider {
  margin: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-group .nav-group-label,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-group .nav-group-label {
  padding: 10px 20px 6px 20px;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  font-weight: 700;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-group.is-open .nav-group-label,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-group.is-open .nav-group-label {
  color: rgba(255, 255, 255, 0.8);
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-group .nav-submenu,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-group .nav-submenu {
  list-style: none;
  margin: 0;
  padding: 0 0 6px 0;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-group .nav-submenu .nav-item a,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-group .nav-submenu .nav-item a {
  padding-left: 44px;
  font-size: 0.9rem;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-item a,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-item a:hover,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-item a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-item a .nav-icon,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-item a .nav-icon {
  font-size: 1.125rem;
  line-height: 1;
  width: 20px;
  text-align: center;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-item a .nav-label,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-item a .nav-label {
  font-size: 0.9375rem;
  font-weight: 500;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-item.active a,
.goods-owner-mypage-admin .admin-sidebar .sidebar-nav .nav-item.active a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-left-color: #37BFEF;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-footer,
.goods-owner-mypage-admin .admin-sidebar .sidebar-footer {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 20px;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-footer .logout-link,
.goods-owner-mypage-admin .admin-sidebar .sidebar-footer .logout-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-footer .logout-link:hover,
.goods-owner-mypage-admin .admin-sidebar .sidebar-footer .logout-link:hover {
  color: #fff;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-footer .logout-link .nav-icon,
.goods-owner-mypage-admin .admin-sidebar .sidebar-footer .logout-link .nav-icon {
  font-size: 1.125rem;
  width: 20px;
  text-align: center;
}
.hotel-owner-mypage-admin .admin-sidebar .sidebar-close-btn,
.goods-owner-mypage-admin .admin-sidebar .sidebar-close-btn {
  display: none;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .admin-sidebar .sidebar-close-btn,
  .goods-owner-mypage-admin .admin-sidebar .sidebar-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.2s ease;
  }
  .hotel-owner-mypage-admin .admin-sidebar .sidebar-close-btn:hover,
  .goods-owner-mypage-admin .admin-sidebar .sidebar-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.hotel-owner-mypage-admin .admin-main,
.goods-owner-mypage-admin .admin-main {
  background: #f3f4f6;
  padding: 28px 32px;
  overflow-y: auto;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .admin-main,
  .goods-owner-mypage-admin .admin-main {
    padding: 20px 16px;
  }
}
.hotel-owner-mypage-admin .admin-header,
.goods-owner-mypage-admin .admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .admin-header,
  .goods-owner-mypage-admin .admin-header {
    flex-direction: column;
    align-items: stretch;
  }
}
.hotel-owner-mypage-admin .admin-header .header-left h1,
.goods-owner-mypage-admin .admin-header .header-left h1 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #202124;
  margin: 0 0 8px 0;
}
.hotel-owner-mypage-admin .admin-header .header-left .header-description,
.goods-owner-mypage-admin .admin-header .header-left .header-description {
  margin: 0;
  color: #5f6368;
  font-size: 0.95rem;
}
.hotel-owner-mypage-admin .admin-header .header-left .user-greeting,
.goods-owner-mypage-admin .admin-header .header-left .user-greeting {
  font-size: 0.875rem;
  color: #5f6368;
  margin: 0;
}
.hotel-owner-mypage-admin .admin-header .header-actions,
.goods-owner-mypage-admin .admin-header .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hotel-owner-mypage-admin .admin-header .header-actions .btn-primary,
.goods-owner-mypage-admin .admin-header .header-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003740;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.hotel-owner-mypage-admin .admin-header .header-actions .btn-primary i,
.goods-owner-mypage-admin .admin-header .header-actions .btn-primary i {
  font-size: 1rem;
}
.hotel-owner-mypage-admin .admin-header .header-actions .btn-primary:hover,
.goods-owner-mypage-admin .admin-header .header-actions .btn-primary:hover {
  background: rgb(0, 49.5, 57.6);
}
.hotel-owner-mypage-admin .dashboard-stats,
.goods-owner-mypage-admin .dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .hotel-owner-mypage-admin .dashboard-stats,
  .goods-owner-mypage-admin .dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .dashboard-stats,
  .goods-owner-mypage-admin .dashboard-stats {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card,
.goods-owner-mypage-admin .dashboard-stats .stat-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card:hover,
.goods-owner-mypage-admin .dashboard-stats .stat-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-header,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-header .stat-label,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-header .stat-label {
  font-size: 0.875rem;
  color: #5f6368;
  font-weight: 500;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-header .stat-icon,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-header .stat-icon {
  font-size: 1.5rem;
  opacity: 0.9;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-header .stat-icon i,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-header .stat-icon i {
  display: block;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-value,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-value {
  font-size: 2rem;
  font-weight: 600;
  color: #202124;
  line-height: 1;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-value .stat-limit,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-value .stat-limit {
  font-size: 1rem;
  font-weight: 400;
  color: #5f6368;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-footer,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  color: #37BFEF;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small i,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small:hover,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small:hover {
  color: #12abe1;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small:hover i,
.goods-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small:hover i {
  transform: translateX(3px);
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card.stat-card-highlight,
.goods-owner-mypage-admin .dashboard-stats .stat-card.stat-card-highlight {
  background: #fff;
  border: 1px solid #e5e7eb;
}
.hotel-owner-mypage-admin .section-subtitle,
.goods-owner-mypage-admin .section-subtitle {
  margin: 4px 0 0 0;
  color: #5f6368;
  font-size: 0.875rem;
}
.hotel-owner-mypage-admin .section-header,
.goods-owner-mypage-admin .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .section-header,
  .goods-owner-mypage-admin .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.hotel-owner-mypage-admin .section-header .section-title,
.goods-owner-mypage-admin .section-header .section-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .section-header .section-actions,
.goods-owner-mypage-admin .section-header .section-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hotel-owner-mypage-admin .section-header .section-actions .btn-link,
.goods-owner-mypage-admin .section-header .section-actions .btn-link {
  color: #37BFEF;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hotel-owner-mypage-admin .section-header .section-actions .btn-link:hover,
.goods-owner-mypage-admin .section-header .section-actions .btn-link:hover {
  opacity: 0.8;
}
.hotel-owner-mypage-admin .quick-actions-section,
.goods-owner-mypage-admin .quick-actions-section {
  margin-bottom: 32px;
}
.hotel-owner-mypage-admin .quick-actions-section .quick-actions-grid,
.goods-owner-mypage-admin .quick-actions-section .quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .quick-actions-section .quick-actions-grid,
  .goods-owner-mypage-admin .quick-actions-section .quick-actions-grid {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin .quick-actions-section .quick-action-card,
.goods-owner-mypage-admin .quick-actions-section .quick-action-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.hotel-owner-mypage-admin .quick-actions-section .quick-action-card:hover,
.goods-owner-mypage-admin .quick-actions-section .quick-action-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.hotel-owner-mypage-admin .quick-actions-section .quick-action-card .action-icon,
.goods-owner-mypage-admin .quick-actions-section .quick-action-card .action-icon {
  font-size: 2rem;
  color: #37BFEF;
}
.hotel-owner-mypage-admin .quick-actions-section .quick-action-card .action-label,
.goods-owner-mypage-admin .quick-actions-section .quick-action-card .action-label {
  font-weight: 600;
  color: #202124;
  font-size: 0.95rem;
}
.hotel-owner-mypage-admin .recent-items-section,
.goods-owner-mypage-admin .recent-items-section {
  margin-bottom: 28px;
}
.hotel-owner-mypage-admin .recent-items-section .recent-items-list,
.goods-owner-mypage-admin .recent-items-section .recent-items-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item,
.goods-owner-mypage-admin .recent-items-section .recent-item {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item:hover,
.goods-owner-mypage-admin .recent-items-section .recent-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-type-badge,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-type-badge {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-type-badge.type-campaign,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-type-badge.type-campaign {
  background: #8B5CF6;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-info,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-info {
  flex: 1;
  min-width: 0;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-info .item-title,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-info .item-title {
  display: block;
  font-weight: 600;
  color: #202124;
  text-decoration: none;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-info .item-title:hover,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-info .item-title:hover {
  color: #37BFEF;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-info .item-date,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-info .item-date {
  font-size: 0.85rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-status,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-status {
  flex-shrink: 0;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-publish,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-publish {
  background: #d1fae5;
  color: #065f46;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-draft,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-draft {
  background: #f3f4f6;
  color: #6b7280;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-pending,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-pending {
  background: #fef3c7;
  color: #92400e;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-private,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-private {
  background: #fee2e2;
  color: #991b1b;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-replied,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-replied {
  background: #d1fae5;
  color: #065f46;
  font-weight: 700;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-replied::before,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-replied::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 6px;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-unreplied,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-unreplied {
  background: #fee2e2;
  color: #991b1b;
  font-weight: 700;
}
.hotel-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-unreplied::before,
.goods-owner-mypage-admin .recent-items-section .recent-item .item-status .status-badge.status-unreplied::before {
  content: "\f057";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 6px;
}
.hotel-owner-mypage-admin .empty-state,
.goods-owner-mypage-admin .empty-state {
  text-align: center;
  padding: 48px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.hotel-owner-mypage-admin .empty-state .empty-icon,
.goods-owner-mypage-admin .empty-state .empty-icon {
  font-size: 3rem;
  color: #d1d5db;
  margin-bottom: 16px;
  display: block;
}
.hotel-owner-mypage-admin .empty-state p,
.goods-owner-mypage-admin .empty-state p {
  margin: 0 0 20px 0;
  color: #6b7280;
  font-size: 0.95rem;
}
.hotel-owner-mypage-admin .empty-state .btn-primary,
.goods-owner-mypage-admin .empty-state .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003740;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
}
.hotel-owner-mypage-admin .empty-state .btn-primary:hover,
.goods-owner-mypage-admin .empty-state .btn-primary:hover {
  background: rgb(0, 49.5, 57.6);
}
.hotel-owner-mypage-admin .hotel-form-wrapper,
.hotel-owner-mypage-admin .goods-form-wrapper,
.goods-owner-mypage-admin .hotel-form-wrapper,
.goods-owner-mypage-admin .goods-form-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .hotel-form-wrapper,
  .hotel-owner-mypage-admin .goods-form-wrapper,
  .goods-owner-mypage-admin .hotel-form-wrapper,
  .goods-owner-mypage-admin .goods-form-wrapper {
    padding: 20px;
  }
}
.hotel-owner-mypage-admin .hotel-form-wrapper .form-intro,
.hotel-owner-mypage-admin .goods-form-wrapper .form-intro,
.goods-owner-mypage-admin .hotel-form-wrapper .form-intro,
.goods-owner-mypage-admin .goods-form-wrapper .form-intro {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}
.hotel-owner-mypage-admin .hotel-form-wrapper .form-intro p,
.hotel-owner-mypage-admin .goods-form-wrapper .form-intro p,
.goods-owner-mypage-admin .hotel-form-wrapper .form-intro p,
.goods-owner-mypage-admin .goods-form-wrapper .form-intro p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
}
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form-submit-buttons,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form-submit-buttons,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form-submit-buttons,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form-submit-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .hotel-form-wrapper .acf-form-submit-buttons,
  .hotel-owner-mypage-admin .goods-form-wrapper .acf-form-submit-buttons,
  .goods-owner-mypage-admin .hotel-form-wrapper .acf-form-submit-buttons,
  .goods-owner-mypage-admin .goods-form-wrapper .acf-form-submit-buttons {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form-submit-buttons .save-draft-btn,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form-submit-buttons .save-draft-btn,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form-submit-buttons .save-draft-btn,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form-submit-buttons .save-draft-btn {
  background: #e5e7eb !important;
  color: #6b7280 !important;
  padding: 12px 28px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-size: 0.95rem !important;
  min-width: 140px !important;
  text-align: center !important;
}
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form-submit-buttons .save-draft-btn:hover,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form-submit-buttons .save-draft-btn:hover,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form-submit-buttons .save-draft-btn:hover,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form-submit-buttons .save-draft-btn:hover {
  background: #d1d5db !important;
  border-color: #9ca3af !important;
}
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form-submit-buttons .save-draft-btn:active,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form-submit-buttons .save-draft-btn:active,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form-submit-buttons .save-draft-btn:active,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form-submit-buttons .save-draft-btn:active {
  background: #e5e7eb !important;
}
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit {
  text-align: center;
}
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=submit],
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=button],
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit .acf-button,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=submit],
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=button],
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit .acf-button,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=submit],
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=button],
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit .acf-button,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=submit],
.goods-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=button],
.goods-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit .acf-button {
  background: #37BFEF !important;
  color: #fff !important;
  padding: 14px 36px !important;
  border-radius: 6px !important;
  border: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  min-width: 180px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.2s ease !important;
}
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=submit]:hover,
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=button]:hover,
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit .acf-button:hover,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=submit]:hover,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=button]:hover,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit .acf-button:hover,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=submit]:hover,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=button]:hover,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit .acf-button:hover,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=submit]:hover,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=button]:hover,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit .acf-button:hover {
  background: rgb(31.3888888889, 183.4444444444, 237.1111111111) !important;
  transform: translateY(-1px);
}
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=submit]:active,
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=button]:active,
.hotel-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit .acf-button:active,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=submit]:active,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=button]:active,
.hotel-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit .acf-button:active,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=submit]:active,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit input[type=button]:active,
.goods-owner-mypage-admin .hotel-form-wrapper .acf-form .acf-form-submit .acf-button:active,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=submit]:active,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit input[type=button]:active,
.goods-owner-mypage-admin .goods-form-wrapper .acf-form .acf-form-submit .acf-button:active {
  transform: translateY(0);
}
.hotel-owner-mypage-admin .filter-tabs,
.goods-owner-mypage-admin .filter-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  border-bottom: 2px solid #e5e7eb;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .filter-tabs,
  .goods-owner-mypage-admin .filter-tabs {
    gap: 4px;
  }
}
.hotel-owner-mypage-admin .filter-tabs .filter-tab,
.goods-owner-mypage-admin .filter-tabs .filter-tab {
  padding: 12px 20px;
  text-decoration: none;
  color: #6b7280;
  font-weight: 500;
  font-size: 0.95rem;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .filter-tabs .filter-tab,
  .goods-owner-mypage-admin .filter-tabs .filter-tab {
    padding: 10px 14px;
    font-size: 0.85rem;
  }
}
.hotel-owner-mypage-admin .filter-tabs .filter-tab:hover,
.goods-owner-mypage-admin .filter-tabs .filter-tab:hover {
  color: #37BFEF;
  background: rgba(55, 191, 239, 0.05);
}
.hotel-owner-mypage-admin .filter-tabs .filter-tab.active,
.goods-owner-mypage-admin .filter-tabs .filter-tab.active {
  color: #37BFEF;
  border-bottom-color: #37BFEF;
  font-weight: 600;
}
.hotel-owner-mypage-admin .hotels-table-wrapper,
.hotel-owner-mypage-admin .goods-table-wrapper,
.goods-owner-mypage-admin .hotels-table-wrapper,
.goods-owner-mypage-admin .goods-table-wrapper {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .hotels-table-wrapper,
  .hotel-owner-mypage-admin .goods-table-wrapper,
  .goods-owner-mypage-admin .hotels-table-wrapper,
  .goods-owner-mypage-admin .goods-table-wrapper {
    overflow-x: auto;
  }
}
.hotel-owner-mypage-admin .hotels-table,
.hotel-owner-mypage-admin .goods-table,
.goods-owner-mypage-admin .hotels-table,
.goods-owner-mypage-admin .goods-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.hotel-owner-mypage-admin .hotels-table thead,
.hotel-owner-mypage-admin .goods-table thead,
.goods-owner-mypage-admin .hotels-table thead,
.goods-owner-mypage-admin .goods-table thead {
  background: #f9fafb;
  border-bottom: 2px solid #e5e7eb;
}
.hotel-owner-mypage-admin .hotels-table thead th,
.hotel-owner-mypage-admin .goods-table thead th,
.goods-owner-mypage-admin .hotels-table thead th,
.goods-owner-mypage-admin .goods-table thead th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  color: #6b7280;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.hotel-owner-mypage-admin .hotels-table thead th.col-thumbnail,
.hotel-owner-mypage-admin .goods-table thead th.col-thumbnail,
.goods-owner-mypage-admin .hotels-table thead th.col-thumbnail,
.goods-owner-mypage-admin .goods-table thead th.col-thumbnail {
  width: 80px;
  text-align: center;
}
.hotel-owner-mypage-admin .hotels-table thead th.col-name,
.hotel-owner-mypage-admin .goods-table thead th.col-name,
.goods-owner-mypage-admin .hotels-table thead th.col-name,
.goods-owner-mypage-admin .goods-table thead th.col-name {
  min-width: 200px;
}
.hotel-owner-mypage-admin .hotels-table thead th.col-status,
.hotel-owner-mypage-admin .goods-table thead th.col-status,
.goods-owner-mypage-admin .hotels-table thead th.col-status,
.goods-owner-mypage-admin .goods-table thead th.col-status {
  width: 120px;
  text-align: center;
}
.hotel-owner-mypage-admin .hotels-table thead th.col-entries,
.hotel-owner-mypage-admin .goods-table thead th.col-entries,
.goods-owner-mypage-admin .hotels-table thead th.col-entries,
.goods-owner-mypage-admin .goods-table thead th.col-entries {
  width: 90px;
  text-align: center;
}
.hotel-owner-mypage-admin .hotels-table thead th.col-date,
.hotel-owner-mypage-admin .goods-table thead th.col-date,
.goods-owner-mypage-admin .hotels-table thead th.col-date,
.goods-owner-mypage-admin .goods-table thead th.col-date {
  width: 140px;
}
.hotel-owner-mypage-admin .hotels-table thead th.col-fav,
.hotel-owner-mypage-admin .goods-table thead th.col-fav,
.goods-owner-mypage-admin .hotels-table thead th.col-fav,
.goods-owner-mypage-admin .goods-table thead th.col-fav {
  width: 110px;
  text-align: right;
}
.hotel-owner-mypage-admin .hotels-table thead th.col-review,
.hotel-owner-mypage-admin .goods-table thead th.col-review,
.goods-owner-mypage-admin .hotels-table thead th.col-review,
.goods-owner-mypage-admin .goods-table thead th.col-review {
  width: 110px;
  text-align: right;
}
.hotel-owner-mypage-admin .hotels-table thead th.col-actions,
.hotel-owner-mypage-admin .goods-table thead th.col-actions,
.goods-owner-mypage-admin .hotels-table thead th.col-actions,
.goods-owner-mypage-admin .goods-table thead th.col-actions {
  width: 180px;
  text-align: center;
}
.hotel-owner-mypage-admin .hotels-table tbody tr,
.hotel-owner-mypage-admin .goods-table tbody tr,
.goods-owner-mypage-admin .hotels-table tbody tr,
.goods-owner-mypage-admin .goods-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background 0.2s ease;
}
.hotel-owner-mypage-admin .hotels-table tbody tr:hover,
.hotel-owner-mypage-admin .goods-table tbody tr:hover,
.goods-owner-mypage-admin .hotels-table tbody tr:hover,
.goods-owner-mypage-admin .goods-table tbody tr:hover {
  background: #f9fafb;
}
.hotel-owner-mypage-admin .hotels-table tbody tr:last-child,
.hotel-owner-mypage-admin .goods-table tbody tr:last-child,
.goods-owner-mypage-admin .hotels-table tbody tr:last-child,
.goods-owner-mypage-admin .goods-table tbody tr:last-child {
  border-bottom: none;
}
.hotel-owner-mypage-admin .hotels-table tbody td,
.hotel-owner-mypage-admin .goods-table tbody td,
.goods-owner-mypage-admin .hotels-table tbody td,
.goods-owner-mypage-admin .goods-table tbody td {
  padding: 14px 16px;
  vertical-align: middle;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-thumbnail,
.hotel-owner-mypage-admin .goods-table tbody td.col-thumbnail,
.goods-owner-mypage-admin .hotels-table tbody td.col-thumbnail,
.goods-owner-mypage-admin .goods-table tbody td.col-thumbnail {
  text-align: center;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-thumbnail .thumbnail-wrapper,
.hotel-owner-mypage-admin .goods-table tbody td.col-thumbnail .thumbnail-wrapper,
.goods-owner-mypage-admin .hotels-table tbody td.col-thumbnail .thumbnail-wrapper,
.goods-owner-mypage-admin .goods-table tbody td.col-thumbnail .thumbnail-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-thumbnail .thumbnail-wrapper img,
.hotel-owner-mypage-admin .goods-table tbody td.col-thumbnail .thumbnail-wrapper img,
.goods-owner-mypage-admin .hotels-table tbody td.col-thumbnail .thumbnail-wrapper img,
.goods-owner-mypage-admin .goods-table tbody td.col-thumbnail .thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-name .hotel-name,
.hotel-owner-mypage-admin .hotels-table tbody td.col-name .goods-name,
.hotel-owner-mypage-admin .goods-table tbody td.col-name .hotel-name,
.hotel-owner-mypage-admin .goods-table tbody td.col-name .goods-name,
.goods-owner-mypage-admin .hotels-table tbody td.col-name .hotel-name,
.goods-owner-mypage-admin .hotels-table tbody td.col-name .goods-name,
.goods-owner-mypage-admin .goods-table tbody td.col-name .hotel-name,
.goods-owner-mypage-admin .goods-table tbody td.col-name .goods-name {
  font-weight: 600;
  color: #202124;
  margin-bottom: 4px;
  line-height: 1.4;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-name .hotel-meta-text,
.hotel-owner-mypage-admin .goods-table tbody td.col-name .hotel-meta-text,
.goods-owner-mypage-admin .hotels-table tbody td.col-name .hotel-meta-text,
.goods-owner-mypage-admin .goods-table tbody td.col-name .hotel-meta-text {
  font-size: 0.8rem;
  color: #9ca3af;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-status,
.hotel-owner-mypage-admin .goods-table tbody td.col-status,
.goods-owner-mypage-admin .hotels-table tbody td.col-status,
.goods-owner-mypage-admin .goods-table tbody td.col-status {
  text-align: center;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-status .status-badge,
.hotel-owner-mypage-admin .goods-table tbody td.col-status .status-badge,
.goods-owner-mypage-admin .hotels-table tbody td.col-status .status-badge,
.goods-owner-mypage-admin .goods-table tbody td.col-status .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-published, .hotel-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-publish,
.hotel-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-published,
.hotel-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-publish,
.goods-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-published,
.goods-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-publish,
.goods-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-published,
.goods-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-publish {
  background: #d1fae5;
  color: #065f46;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-draft,
.hotel-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-draft,
.goods-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-draft,
.goods-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-draft {
  background: #f3f4f6;
  color: #6b7280;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-pending,
.hotel-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-pending,
.goods-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-pending,
.goods-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-pending {
  background: #fef3c7;
  color: #92400e;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-private,
.hotel-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-private,
.goods-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-private,
.goods-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-private {
  background: #fee2e2;
  color: #991b1b;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-replied,
.hotel-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-replied,
.goods-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-replied,
.goods-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-replied {
  background: #d1fae5;
  color: #065f46;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-replied::before,
.hotel-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-replied::before,
.goods-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-replied::before,
.goods-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-replied::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-unreplied,
.hotel-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-unreplied,
.goods-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-unreplied,
.goods-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-unreplied {
  background: #fee2e2;
  color: #991b1b;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-unreplied::before,
.hotel-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-unreplied::before,
.goods-owner-mypage-admin .hotels-table tbody td.col-status .status-badge.status-unreplied::before,
.goods-owner-mypage-admin .goods-table tbody td.col-status .status-badge.status-unreplied::before {
  content: "\f057";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-entries,
.hotel-owner-mypage-admin .goods-table tbody td.col-entries,
.goods-owner-mypage-admin .hotels-table tbody td.col-entries,
.goods-owner-mypage-admin .goods-table tbody td.col-entries {
  text-align: center;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-entries .entry-count,
.hotel-owner-mypage-admin .goods-table tbody td.col-entries .entry-count,
.goods-owner-mypage-admin .hotels-table tbody td.col-entries .entry-count,
.goods-owner-mypage-admin .goods-table tbody td.col-entries .entry-count {
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-date,
.hotel-owner-mypage-admin .goods-table tbody td.col-date,
.goods-owner-mypage-admin .hotels-table tbody td.col-date,
.goods-owner-mypage-admin .goods-table tbody td.col-date {
  color: #6b7280;
  font-size: 0.85rem;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-fav, .hotel-owner-mypage-admin .hotels-table tbody td.col-review,
.hotel-owner-mypage-admin .goods-table tbody td.col-fav,
.hotel-owner-mypage-admin .goods-table tbody td.col-review,
.goods-owner-mypage-admin .hotels-table tbody td.col-fav,
.goods-owner-mypage-admin .hotels-table tbody td.col-review,
.goods-owner-mypage-admin .goods-table tbody td.col-fav,
.goods-owner-mypage-admin .goods-table tbody td.col-review {
  text-align: right;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions,
.goods-owner-mypage-admin .goods-table tbody td.col-actions {
  text-align: center;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .action-buttons,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .action-buttons,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .action-buttons,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .action-buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action i,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action i,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action i,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action i {
  font-size: 0.85rem;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-edit,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-edit,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-edit,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-edit {
  background: #e0f2fe;
  color: #0369a1;
  border-color: #e5e7eb;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-edit:hover,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-edit:hover,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-edit:hover,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-edit:hover {
  background: #37BFEF;
  border-color: #37BFEF;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-delete,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-delete,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-delete,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-delete {
  background: #fee2e2;
  color: #e74c3c;
  border-color: #fee2e2;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-delete:hover,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-delete:hover,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-delete:hover,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-delete:hover {
  background: rgb(251.45, 152.05, 152.05);
  border-color: rgb(251.45, 152.05, 152.05);
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-view,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-view,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-view,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-view {
  background: #d1fae5;
  color: #166534;
  border-color: #86efac;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-view:hover,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-view:hover,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-view:hover,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-view:hover {
  background: rgb(140, 242.5, 190);
  border-color: rgb(140, 242.5, 190);
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-entries,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-entries,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-entries,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-entries {
  background: #e0f2fe;
  color: #0369a1;
  border-color: #e5e7eb;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-entries:hover,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-entries:hover,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-entries:hover,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-entries:hover {
  background: #37BFEF;
  border-color: #37BFEF;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-preview,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-preview,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-preview,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-preview {
  background: #fef3c7;
  color: #92400e;
  border-color: #ffedd5;
}
.hotel-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-preview:hover,
.hotel-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-preview:hover,
.goods-owner-mypage-admin .hotels-table tbody td.col-actions .btn-action.btn-preview:hover,
.goods-owner-mypage-admin .goods-table tbody td.col-actions .btn-action.btn-preview:hover {
  background: rgb(252.6578947368, 226.8947368421, 123.8421052632);
  border-color: rgb(252.6578947368, 226.8947368421, 123.8421052632);
}
.hotel-owner-mypage-admin .reviews-table-wrapper,
.goods-owner-mypage-admin .reviews-table-wrapper {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .reviews-table-wrapper,
  .goods-owner-mypage-admin .reviews-table-wrapper {
    overflow-x: auto;
  }
}
.hotel-owner-mypage-admin .reviews-table,
.goods-owner-mypage-admin .reviews-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.hotel-owner-mypage-admin .reviews-table thead,
.goods-owner-mypage-admin .reviews-table thead {
  background: #f9fafb;
  border-bottom: 2px solid #e5e7eb;
}
.hotel-owner-mypage-admin .reviews-table thead th,
.goods-owner-mypage-admin .reviews-table thead th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  color: #6b7280;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.hotel-owner-mypage-admin .reviews-table thead th.col-rating,
.goods-owner-mypage-admin .reviews-table thead th.col-rating {
  width: 100px;
}
.hotel-owner-mypage-admin .reviews-table thead th.col-hotel,
.goods-owner-mypage-admin .reviews-table thead th.col-hotel {
  min-width: 150px;
}
.hotel-owner-mypage-admin .reviews-table thead th.col-title,
.goods-owner-mypage-admin .reviews-table thead th.col-title {
  min-width: 200px;
}
.hotel-owner-mypage-admin .reviews-table thead th.col-date,
.goods-owner-mypage-admin .reviews-table thead th.col-date {
  width: 120px;
}
.hotel-owner-mypage-admin .reviews-table thead th.col-status,
.goods-owner-mypage-admin .reviews-table thead th.col-status {
  width: 120px;
  text-align: center;
}
.hotel-owner-mypage-admin .reviews-table thead th.col-actions,
.goods-owner-mypage-admin .reviews-table thead th.col-actions {
  width: 180px;
  text-align: center;
}
.hotel-owner-mypage-admin .reviews-table tbody tr,
.goods-owner-mypage-admin .reviews-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background 0.2s ease;
}
.hotel-owner-mypage-admin .reviews-table tbody tr:hover,
.goods-owner-mypage-admin .reviews-table tbody tr:hover {
  background: #f9fafb;
}
.hotel-owner-mypage-admin .reviews-table tbody tr:last-child,
.goods-owner-mypage-admin .reviews-table tbody tr:last-child {
  border-bottom: none;
}
.hotel-owner-mypage-admin .reviews-table tbody td,
.goods-owner-mypage-admin .reviews-table tbody td {
  padding: 14px 16px;
  vertical-align: middle;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-rating .review-rating,
.goods-owner-mypage-admin .reviews-table tbody td.col-rating .review-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-rating .review-rating i,
.goods-owner-mypage-admin .reviews-table tbody td.col-rating .review-rating i {
  color: #FE9529;
  font-size: 1rem;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-rating .review-rating i.far,
.goods-owner-mypage-admin .reviews-table tbody td.col-rating .review-rating i.far {
  color: #d1d5db;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-rating .review-rating .rating-value,
.goods-owner-mypage-admin .reviews-table tbody td.col-rating .review-rating .rating-value {
  margin-left: 4px;
  font-weight: 600;
  color: #6b7280;
  font-size: 0.95rem;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-title .review-title-link,
.goods-owner-mypage-admin .reviews-table tbody td.col-title .review-title-link {
  color: #202124;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-title .review-title-link:hover,
.goods-owner-mypage-admin .reviews-table tbody td.col-title .review-title-link:hover {
  color: #37BFEF;
  text-decoration: underline;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-status,
.goods-owner-mypage-admin .reviews-table tbody td.col-status {
  text-align: center;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-status .status-badge,
.goods-owner-mypage-admin .reviews-table tbody td.col-status .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-status .status-badge.status-unreplied,
.goods-owner-mypage-admin .reviews-table tbody td.col-status .status-badge.status-unreplied {
  background: #fee2e2;
  color: #991b1b;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-status .status-badge.status-unreplied::before,
.goods-owner-mypage-admin .reviews-table tbody td.col-status .status-badge.status-unreplied::before {
  content: "\f057";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-status .status-badge.status-replied,
.goods-owner-mypage-admin .reviews-table tbody td.col-status .status-badge.status-replied {
  background: #d1fae5;
  color: #065f46;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-status .status-badge.status-replied::before,
.goods-owner-mypage-admin .reviews-table tbody td.col-status .status-badge.status-replied::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons,
.goods-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action,
.goods-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
  background: #f3f4f6;
  color: #6b7280;
  border-color: #d1d5db;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action:hover,
.goods-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
  transform: translateY(-1px);
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.js-reply-toggle,
.goods-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.js-reply-toggle {
  background: #37BFEF;
  color: #0369a1;
  border-color: #37BFEF;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.js-reply-toggle:hover,
.goods-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.js-reply-toggle:hover {
  background: #e5e7eb;
  border-color: #37BFEF;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.js-report-toggle,
.goods-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.js-report-toggle {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fee2e2;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.js-report-toggle:hover,
.goods-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.js-report-toggle:hover {
  background: #fee2e2;
  border-color: #fca5a5;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.btn-detail,
.goods-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.btn-detail {
  background: #d1fae5;
  color: #166534;
  border-color: #86efac;
}
.hotel-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.btn-detail:hover,
.goods-owner-mypage-admin .reviews-table tbody td.col-actions .action-buttons .btn-action.btn-detail:hover {
  background: #d1fae5;
  border-color: #86efac;
}
.hotel-owner-mypage-admin .review-detail .detail-summary,
.goods-owner-mypage-admin .review-detail .detail-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px 16px;
  margin: 12px 0 16px;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.95rem;
  color: #6b7280;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .label,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .label {
  min-width: 70px;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .value,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .value a,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .value a {
  color: #37BFEF;
  text-decoration: none;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .value a:hover,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .value a:hover {
  text-decoration: underline;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .review-rating,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .review-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .review-rating i,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .review-rating i {
  color: #FE9529;
  font-size: 1rem;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .review-rating i.far,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .review-rating i.far {
  color: #d1d5db;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .review-rating .rating-value,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .review-rating .rating-value {
  margin-left: 2px;
  font-weight: 600;
  color: #6b7280;
}
.hotel-owner-mypage-admin,
.goods-owner-mypage-admin {
  /* ========================================
    アカウント設定ページ
  ======================================== */
}
.hotel-owner-mypage-admin .account-settings-wrapper,
.goods-owner-mypage-admin .account-settings-wrapper {
  max-width: 1200px;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section,
.goods-owner-mypage-admin .account-settings-wrapper .account-section {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .account-settings-wrapper .account-section,
  .goods-owner-mypage-admin .account-settings-wrapper .account-section {
    padding: 16px;
  }
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .section-header,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .section-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .section-header .section-title,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .section-header .section-title {
  margin: 0;
  font-weight: 600;
  color: #202124;
  font-size: 1.1rem;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .section-header .section-title i,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .section-header .section-title i {
  color: #003740;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .section-header .section-subtitle,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .section-header .section-subtitle {
  color: #5f6368;
  margin: 0;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-info-grid,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-info-grid,
  .goods-owner-mypage-admin .account-settings-wrapper .account-section .account-info-grid {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-info-grid .info-item .info-label,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-info-grid .info-item .info-label {
  color: #6b7280;
  font-size: 0.8125rem;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-info-grid .info-item .info-value,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-info-grid .info-item .info-value {
  color: #202124;
  font-weight: 500;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group {
  margin-bottom: 16px;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group .form-label,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group .form-label {
  color: #202124;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group .form-input,
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group select.form-input,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group .form-input,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group select.form-input {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  padding: 10px 12px;
  font-size: 0.9375rem;
  color: #202124;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group .form-input:focus,
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group select.form-input:focus,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group .form-input:focus,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group select.form-input:focus {
  outline: none;
  border-color: #003740;
  box-shadow: 0 0 0 3px rgba(46, 31, 77, 0.1);
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group .form-input::-moz-placeholder, .hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group select.form-input::-moz-placeholder, .goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group .form-input::-moz-placeholder, .goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group select.form-input::-moz-placeholder {
  color: #6b7280;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group .form-input::placeholder,
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group select.form-input::placeholder,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group .form-input::placeholder,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-group select.form-input::placeholder {
  color: #6b7280;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-row,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-row,
  .goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-row {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-section-title,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form .form-section-title {
  margin: 0;
  font-weight: 600;
  color: #202124;
  font-size: 1rem;
  color: #202124;
  margin: 24px 0 16px 0;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form button[type=submit],
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  font-size: 0.9rem;
  background: #37BFEF;
  color: #fff;
  border: 1px solid #37BFEF;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form button[type=submit]:hover,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form button[type=submit]:hover {
  background: rgb(26.6666666667, 181.9333333333, 236.7333333333);
  border-color: rgb(26.6666666667, 181.9333333333, 236.7333333333);
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .account-form button[type=submit],
.goods-owner-mypage-admin .account-settings-wrapper .account-section .account-form button[type=submit] {
  width: auto;
  min-width: 160px;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .form-message,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .form-message {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 0.9375rem;
  display: none;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .form-message--success,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .form-message--success {
  background: #d1fae5;
  color: #166534;
  border-left: 4px solid #2e7d32;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .form-message--error,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .form-message--error {
  background: #fee2e2;
  color: #991b1b;
  border-left: 4px solid #e74c3c;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .security-actions,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .security-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .security-actions .security-btn,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .security-actions .security-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #f3f4f6;
  color: #202124;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .security-actions .security-btn:hover,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .security-actions .security-btn:hover {
  background: #f0f0f0;
  transform: translateX(4px);
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .security-actions .security-btn i:first-child,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .security-actions .security-btn i:first-child {
  margin-right: 12px;
  font-size: 1rem;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .security-actions .security-btn i:last-child,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .security-actions .security-btn i:last-child {
  margin-left: auto;
  font-size: 0.8rem;
  opacity: 0.5;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .security-actions .security-btn--danger:hover,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .security-actions .security-btn--danger:hover {
  background: #fee2e2;
  color: #e74c3c;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .support-info p,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .support-info p {
  color: #5f6368;
  margin-bottom: 16px;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .support-info .support-actions,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .support-info .support-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .support-info .support-actions .btn-secondary,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .support-info .support-actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #f0f0f0;
  color: #202124;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .support-info .support-actions .btn-secondary:hover,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .support-info .support-actions .btn-secondary:hover {
  background: #f3f4f6;
  border-color: #e5e7eb;
}
.hotel-owner-mypage-admin .account-settings-wrapper .account-section .support-info .support-actions .btn-secondary i,
.goods-owner-mypage-admin .account-settings-wrapper .account-section .support-info .support-actions .btn-secondary i {
  font-size: 0.875rem;
}
.hotel-owner-mypage-admin,
.goods-owner-mypage-admin {
  /* ========================================
    レビュー返信フォーム（ACF対応）
  ======================================== */
}
.hotel-owner-mypage-admin .owner-reply,
.goods-owner-mypage-admin .owner-reply {
  background: linear-gradient(135deg, #e0f2fe 0%, #e0f2fe 100%);
  border-left: 4px solid #37BFEF;
  border-radius: 6px;
  padding: 16px;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hotel-owner-mypage-admin .owner-reply.acf-reply,
.goods-owner-mypage-admin .owner-reply.acf-reply {
  background: linear-gradient(135deg, #e0f2fe 0%, #e0f2fe 100%);
  border: 1px solid rgba(55, 191, 239, 0.3);
}
.hotel-owner-mypage-admin .owner-reply.acf-reply .owner-reply__label,
.goods-owner-mypage-admin .owner-reply.acf-reply .owner-reply__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #37BFEF;
}
.hotel-owner-mypage-admin .owner-reply.acf-reply .owner-reply__label .reply-date,
.goods-owner-mypage-admin .owner-reply.acf-reply .owner-reply__label .reply-date {
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6368;
}
.hotel-owner-mypage-admin .owner-reply.acf-reply .owner-reply__user,
.goods-owner-mypage-admin .owner-reply.acf-reply .owner-reply__user {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(55, 191, 239, 0.2);
  font-size: 0.875rem;
}
.hotel-owner-mypage-admin .owner-reply.acf-reply .owner-reply__user .user-label,
.goods-owner-mypage-admin .owner-reply.acf-reply .owner-reply__user .user-label {
  font-weight: 600;
  color: #5f6368;
}
.hotel-owner-mypage-admin .owner-reply.acf-reply .owner-reply__user .user-name,
.goods-owner-mypage-admin .owner-reply.acf-reply .owner-reply__user .user-name {
  color: #37BFEF;
  font-weight: 500;
}
.hotel-owner-mypage-admin .owner-reply .owner-reply__label,
.goods-owner-mypage-admin .owner-reply .owner-reply__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #37BFEF;
  margin: 0;
}
.hotel-owner-mypage-admin .owner-reply .owner-reply__label i,
.goods-owner-mypage-admin .owner-reply .owner-reply__label i {
  font-size: 1.125rem;
}
.hotel-owner-mypage-admin .owner-reply .owner-reply__body,
.goods-owner-mypage-admin .owner-reply .owner-reply__body {
  line-height: 1.6;
  color: #202124;
  word-break: break-word;
  white-space: pre-wrap;
}
.hotel-owner-mypage-admin .owner-reply .owner-reply__body p,
.goods-owner-mypage-admin .owner-reply .owner-reply__body p {
  margin: 0 0 12px 0;
}
.hotel-owner-mypage-admin .owner-reply .owner-reply__body p:last-child,
.goods-owner-mypage-admin .owner-reply .owner-reply__body p:last-child {
  margin-bottom: 0;
}
.hotel-owner-mypage-admin .owner-reply .owner-reply__user,
.goods-owner-mypage-admin .owner-reply .owner-reply__user {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(55, 191, 239, 0.2);
  font-size: 0.875rem;
}
.hotel-owner-mypage-admin .owner-reply .owner-reply__user .user-label,
.goods-owner-mypage-admin .owner-reply .owner-reply__user .user-label {
  font-weight: 600;
  color: #5f6368;
}
.hotel-owner-mypage-admin .owner-reply .owner-reply__user .user-name,
.goods-owner-mypage-admin .owner-reply .owner-reply__user .user-name {
  color: #37BFEF;
  font-weight: 500;
}
.hotel-owner-mypage-admin .owner-reply .reply-actions,
.goods-owner-mypage-admin .owner-reply .reply-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
.hotel-owner-mypage-admin .owner-reply .reply-actions .btn-primary-small,
.goods-owner-mypage-admin .owner-reply .reply-actions .btn-primary-small {
  padding: 8px 16px;
  font-size: 0.875rem;
  min-width: 100px;
}
.hotel-owner-mypage-admin .owner-reply-form,
.goods-owner-mypage-admin .owner-reply-form {
  background: #f9fafb;
  border: 2px dashed #e5e7eb;
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .owner-reply-form,
  .goods-owner-mypage-admin .owner-reply-form {
    padding: 16px;
    gap: 12px;
  }
}
.hotel-owner-mypage-admin .owner-reply-form .form-header,
.goods-owner-mypage-admin .owner-reply-form .form-header {
  margin: -24px -24px 8px -24px;
  padding: 12px 24px;
  background: rgba(55, 191, 239, 0.08);
  border-bottom: 1px solid rgba(55, 191, 239, 0.2);
  border-radius: 6px 6px 0 0;
}
.hotel-owner-mypage-admin .owner-reply-form .form-header h4,
.goods-owner-mypage-admin .owner-reply-form .form-header h4 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #37BFEF;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .owner-reply-form .form-header,
  .goods-owner-mypage-admin .owner-reply-form .form-header {
    margin: -16px -16px 8px -16px;
    padding: 10px 16px;
  }
}
.hotel-owner-mypage-admin .owner-reply-form .form-note,
.goods-owner-mypage-admin .owner-reply-form .form-note {
  margin: 0;
  padding: 12px;
  background: #ffedd5;
  border-left: 3px solid #ff9800;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #92400e;
}
.hotel-owner-mypage-admin .owner-reply-form .form-group,
.goods-owner-mypage-admin .owner-reply-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hotel-owner-mypage-admin .owner-reply-form .form-label,
.goods-owner-mypage-admin .owner-reply-form .form-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #202124;
  display: block;
}
.hotel-owner-mypage-admin .owner-reply-form .reply-user,
.hotel-owner-mypage-admin .owner-reply-form .reply-text,
.goods-owner-mypage-admin .owner-reply-form .reply-user,
.goods-owner-mypage-admin .owner-reply-form .reply-text {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.9375rem;
  color: #202124;
  font-family: inherit;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .owner-reply-form .reply-user:focus,
.hotel-owner-mypage-admin .owner-reply-form .reply-text:focus,
.goods-owner-mypage-admin .owner-reply-form .reply-user:focus,
.goods-owner-mypage-admin .owner-reply-form .reply-text:focus {
  outline: none;
  border-color: #37BFEF;
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.1);
}
.hotel-owner-mypage-admin .owner-reply-form .reply-user::-moz-placeholder, .hotel-owner-mypage-admin .owner-reply-form .reply-text::-moz-placeholder, .goods-owner-mypage-admin .owner-reply-form .reply-user::-moz-placeholder, .goods-owner-mypage-admin .owner-reply-form .reply-text::-moz-placeholder {
  color: #6b7280;
}
.hotel-owner-mypage-admin .owner-reply-form .reply-user::placeholder,
.hotel-owner-mypage-admin .owner-reply-form .reply-text::placeholder,
.goods-owner-mypage-admin .owner-reply-form .reply-user::placeholder,
.goods-owner-mypage-admin .owner-reply-form .reply-text::placeholder {
  color: #6b7280;
}
.hotel-owner-mypage-admin .owner-reply-form .reply-text,
.goods-owner-mypage-admin .owner-reply-form .reply-text {
  resize: vertical;
  min-height: 120px;
  line-height: 1.5;
}
.hotel-owner-mypage-admin .owner-reply-form .char-count,
.goods-owner-mypage-admin .owner-reply-form .char-count {
  font-size: 0.8125rem;
  color: #5f6368;
  text-align: right;
}
.hotel-owner-mypage-admin .owner-reply-form .char-count .char-current,
.goods-owner-mypage-admin .owner-reply-form .char-count .char-current {
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .owner-reply-form .form-checkbox,
.goods-owner-mypage-admin .owner-reply-form .form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hotel-owner-mypage-admin .owner-reply-form .form-checkbox input[type=checkbox],
.goods-owner-mypage-admin .owner-reply-form .form-checkbox input[type=checkbox] {
  cursor: pointer;
  width: 18px;
  height: 18px;
  accent-color: #37BFEF;
}
.hotel-owner-mypage-admin .owner-reply-form .form-checkbox span,
.goods-owner-mypage-admin .owner-reply-form .form-checkbox span {
  font-size: 0.9375rem;
  color: #202124;
  font-weight: 500;
}
.hotel-owner-mypage-admin .owner-reply-form .form-actions,
.goods-owner-mypage-admin .owner-reply-form .form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .owner-reply-form .form-actions,
  .goods-owner-mypage-admin .owner-reply-form .form-actions {
    flex-direction: column;
  }
}
.hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small,
.hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-secondary-small,
.goods-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small,
.goods-owner-mypage-admin .owner-reply-form .form-actions .btn-secondary-small {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0.9375rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 120px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small,
  .hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-secondary-small,
  .goods-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small,
  .goods-owner-mypage-admin .owner-reply-form .form-actions .btn-secondary-small {
    min-width: auto;
  }
}
.hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small:active,
.hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-secondary-small:active,
.goods-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small:active,
.goods-owner-mypage-admin .owner-reply-form .form-actions .btn-secondary-small:active {
  transform: scale(0.98);
}
.hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small,
.goods-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small {
  background: #37BFEF;
  color: #fff;
}
.hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small:hover,
.goods-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small:hover {
  background: rgb(16.1111111111, 153.0555555556, 201.3888888889);
}
.hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small:disabled,
.goods-owner-mypage-admin .owner-reply-form .form-actions .btn-primary-small:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
.hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-secondary-small,
.goods-owner-mypage-admin .owner-reply-form .form-actions .btn-secondary-small {
  background: #e5e7eb;
  color: #202124;
}
.hotel-owner-mypage-admin .owner-reply-form .form-actions .btn-secondary-small:hover,
.goods-owner-mypage-admin .owner-reply-form .form-actions .btn-secondary-small:hover {
  background: rgb(185.7608695652, 191.0869565217, 201.7391304348);
}
.hotel-owner-mypage-admin .report-form,
.goods-owner-mypage-admin .report-form {
  background: #fee2e2;
  border: 2px dashed #fca5a5;
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: slideDown 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .report-form,
  .goods-owner-mypage-admin .report-form {
    padding: 16px;
    gap: 12px;
  }
}
.hotel-owner-mypage-admin .report-form .report-options,
.goods-owner-mypage-admin .report-form .report-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hotel-owner-mypage-admin .report-form .report-options label,
.goods-owner-mypage-admin .report-form .report-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.9375rem;
  color: #202124;
}
.hotel-owner-mypage-admin .report-form .report-options label:hover,
.goods-owner-mypage-admin .report-form .report-options label:hover {
  background: #fee2e2;
  border-color: #fca5a5;
}
.hotel-owner-mypage-admin .report-form .report-options label input[type=radio],
.goods-owner-mypage-admin .report-form .report-options label input[type=radio] {
  cursor: pointer;
  width: 18px;
  height: 18px;
  accent-color: #e74c3c;
  flex-shrink: 0;
}
.hotel-owner-mypage-admin .report-form .report-options label:has(input:checked),
.goods-owner-mypage-admin .report-form .report-options label:has(input:checked) {
  background: #fee2e2;
  border-color: #e74c3c;
  color: #e74c3c;
  font-weight: 600;
}
.hotel-owner-mypage-admin .report-form .report-text,
.goods-owner-mypage-admin .report-form .report-text {
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.9375rem;
  color: #202124;
  font-family: inherit;
  resize: vertical;
  min-height: 80px;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .report-form .report-text:focus,
.goods-owner-mypage-admin .report-form .report-text:focus {
  outline: none;
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
.hotel-owner-mypage-admin .report-form .report-text::-moz-placeholder, .goods-owner-mypage-admin .report-form .report-text::-moz-placeholder {
  color: #6b7280;
}
.hotel-owner-mypage-admin .report-form .report-text::placeholder,
.goods-owner-mypage-admin .report-form .report-text::placeholder {
  color: #6b7280;
}
.hotel-owner-mypage-admin .report-form .form-actions,
.goods-owner-mypage-admin .report-form .form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .report-form .form-actions,
  .goods-owner-mypage-admin .report-form .form-actions {
    flex-direction: column;
  }
}
.hotel-owner-mypage-admin .report-form .form-actions .btn-primary-small,
.goods-owner-mypage-admin .report-form .form-actions .btn-primary-small {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0.9375rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 120px;
  background: #e74c3c;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .report-form .form-actions .btn-primary-small,
  .goods-owner-mypage-admin .report-form .form-actions .btn-primary-small {
    min-width: auto;
  }
}
.hotel-owner-mypage-admin .report-form .form-actions .btn-primary-small:hover,
.goods-owner-mypage-admin .report-form .form-actions .btn-primary-small:hover {
  background: #991b1b;
}
.hotel-owner-mypage-admin .report-form .form-actions .btn-primary-small:disabled,
.goods-owner-mypage-admin .report-form .form-actions .btn-primary-small:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}
.hotel-owner-mypage-admin .report-form .form-actions .btn-primary-small:active,
.goods-owner-mypage-admin .report-form .form-actions .btn-primary-small:active {
  transform: scale(0.98);
}
.hotel-owner-mypage-admin .review-detail,
.goods-owner-mypage-admin .review-detail {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .review-detail,
  .goods-owner-mypage-admin .review-detail {
    padding: 16px;
  }
}
.hotel-owner-mypage-admin .review-detail .detail-content,
.goods-owner-mypage-admin .review-detail .detail-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hotel-owner-mypage-admin .review-detail .detail-meta,
.goods-owner-mypage-admin .review-detail .detail-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}
.hotel-owner-mypage-admin .review-detail .detail-meta .meta-item,
.goods-owner-mypage-admin .review-detail .detail-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: #5f6368;
}
.hotel-owner-mypage-admin .review-detail .detail-meta .meta-item i,
.goods-owner-mypage-admin .review-detail .detail-meta .meta-item i {
  font-size: 1rem;
  color: #6b7280;
}
.hotel-owner-mypage-admin .review-detail .detail-summary,
.goods-owner-mypage-admin .review-detail .detail-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 16px 0;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .review-detail .detail-summary,
  .goods-owner-mypage-admin .review-detail .detail-summary {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .label,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #5f6368;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .value,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .value {
  font-size: 0.9375rem;
  color: #202124;
  font-weight: 500;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .value.review-rating,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .value.review-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .value.review-rating i,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .value.review-rating i {
  color: #FE9529;
  font-size: 0.875rem;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .value.review-rating .rating-value,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .value.review-rating .rating-value {
  font-weight: 700;
  color: #37BFEF;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .value a,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .value a {
  color: #37BFEF;
  text-decoration: none;
}
.hotel-owner-mypage-admin .review-detail .detail-summary .summary-item .value a:hover,
.goods-owner-mypage-admin .review-detail .detail-summary .summary-item .value a:hover {
  text-decoration: underline;
}
.hotel-owner-mypage-admin .review-detail .detail-body,
.goods-owner-mypage-admin .review-detail .detail-body {
  line-height: 1.8;
  color: #202124;
  word-break: break-word;
}
.hotel-owner-mypage-admin .review-detail .detail-body p,
.goods-owner-mypage-admin .review-detail .detail-body p {
  margin: 0 0 12px 0;
}
.hotel-owner-mypage-admin .review-detail .detail-body p:last-child,
.goods-owner-mypage-admin .review-detail .detail-body p:last-child {
  margin-bottom: 0;
}

.review-detail .comment-section {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}
.review-detail .comment-section .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #202124;
  margin: 0 0 12px 0;
}
.review-detail .comment-section .section-title i {
  color: #37BFEF;
  font-size: 1rem;
}
.review-detail .comment-section .comment-text {
  line-height: 1.8;
  color: #202124;
  word-break: break-word;
}
.review-detail .comment-section .comment-text p {
  margin: 0 0 12px 0;
}
.review-detail .comment-section .comment-text p:last-child {
  margin-bottom: 0;
}
.review-detail .ratings-detail-section {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}
.review-detail .ratings-detail-section .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #202124;
  margin: 0 0 16px 0;
}
.review-detail .ratings-detail-section .section-title i {
  color: #FE9529;
  font-size: 1rem;
}
.review-detail .ratings-detail-section .ratings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .review-detail .ratings-detail-section .ratings-grid {
    grid-template-columns: 1fr;
  }
}
.review-detail .ratings-detail-section .rating-item {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.review-detail .ratings-detail-section .rating-item .rating-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #202124;
}
.review-detail .ratings-detail-section .rating-item .rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.review-detail .ratings-detail-section .rating-item .rating-stars i {
  color: #FE9529;
  font-size: 0.95rem;
}
.review-detail .ratings-detail-section .rating-item .rating-stars i.far {
  color: #d1d5db;
}
.review-detail .ratings-detail-section .rating-item .rating-stars .rating-score {
  margin-left: auto;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #5f6368;
}
.review-detail .images-section {
  margin-bottom: 24px;
}
.review-detail .images-section .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #202124;
  margin: 0 0 16px 0;
}
.review-detail .images-section .section-title i {
  color: #37BFEF;
  font-size: 1rem;
}
.review-detail .images-section .images-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .review-detail .images-section .images-gallery {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
  }
}
.review-detail .images-section .gallery-item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f4f6;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
.review-detail .images-section .gallery-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}
.review-detail .images-section .gallery-item:hover img {
  filter: brightness(1.1);
}
.review-detail .images-section .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.2s ease;
}

/* モーダルダイアログ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.2s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-content {
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 450px;
  animation: slideUp 0.3s ease-out;
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}
.modal-header h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
.modal-header .modal-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.modal-header .modal-close:hover {
  color: #333;
}

.modal-body {
  padding: 24px;
}
.modal-body p {
  margin: 0 0 12px 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}
.modal-body p:last-child {
  margin-bottom: 0;
}
.modal-body .modal-warning {
  color: #92400e;
  font-weight: 500;
  font-size: 0.85rem;
}

.modal-footer {
  display: flex;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #e5e7eb;
  justify-content: flex-end;
}

.btn-modal {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.btn-modal--cancel {
  background: #f3f4f6;
  color: #333;
  border: 1px solid #d1d5db;
}
.btn-modal--cancel:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}
.btn-modal--cancel:active {
  background: #d1d5db;
}
.btn-modal--delete {
  background: #e74c3c;
  color: white;
}
.btn-modal--delete:hover {
  background: rgb(213.698630137, 43.8356164384, 26.301369863);
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}
.btn-modal--delete:active {
  background: rgb(190.9931506849, 39.1780821918, 23.5068493151);
}

/* ========================================
  オーナーマイページ共通ダッシュボードスタイル
  グッズオーナー・ホテルオーナー共通
======================================== */
.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .admin-header {
    flex-direction: column;
    align-items: stretch;
  }
}
.admin-header .header-left h1 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #202124;
  margin: 0 0 8px 0;
}
.admin-header .header-left .header-description {
  margin: 0;
  color: #5f6368;
  font-size: 0.95rem;
}
.admin-header .header-left .user-greeting {
  font-size: 0.875rem;
  color: #5f6368;
  margin: 0;
}
.admin-header .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.admin-header .header-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003740;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.admin-header .header-actions .btn-primary i {
  font-size: 1rem;
}
.admin-header .header-actions .btn-primary:hover {
  background: rgb(0, 49.5, 57.6);
}

.dashboard-stats {
  gap: 20px;
  margin-bottom: 32px;
}
.dashboard-stats .stat-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.dashboard-stats .stat-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.dashboard-stats .stat-card .stat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.dashboard-stats .stat-card .stat-header .stat-label {
  font-size: 0.875rem;
  color: #5f6368;
  font-weight: 500;
}
.dashboard-stats .stat-card .stat-header .stat-icon {
  font-size: 1.5rem;
  opacity: 0.9;
}
.dashboard-stats .stat-card .stat-header .stat-icon i {
  display: block;
}
.dashboard-stats .stat-card .stat-value {
  font-size: 2rem;
  font-weight: 600;
  color: #202124;
  line-height: 1;
}
.dashboard-stats .stat-card .stat-value .stat-limit {
  font-size: 1rem;
  font-weight: 400;
  color: #5f6368;
}
.dashboard-stats .stat-card .stat-footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}
.dashboard-stats .stat-card .stat-footer .btn-link-small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  color: #37BFEF;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.dashboard-stats .stat-card .stat-footer .btn-link-small i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.dashboard-stats .stat-card .stat-footer .btn-link-small:hover {
  color: #12abe1;
}
.dashboard-stats .stat-card .stat-footer .btn-link-small:hover i {
  transform: translateX(3px);
}
.dashboard-stats .stat-card.stat-card-highlight {
  background: #fff;
  border: 1px solid #e5e7eb;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.section-header .section-title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #202124;
}
@media screen and (max-width: 480px) {
  .section-header .section-title {
    font-size: 1.1rem;
  }
}
.section-header .section-subtitle {
  margin: 0;
  color: #202124;
  font-size: 1.1rem;
  font-weight: 600;
}
.section-header .section-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.section-header .section-actions .btn-link {
  color: #37BFEF;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.section-header .section-actions .btn-link:hover {
  opacity: 0.8;
}
.section-header .section-actions .btn-collapse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: #37BFEF;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.section-header .section-actions .btn-collapse:hover {
  opacity: 0.8;
}

.quick-actions-section {
  margin-bottom: 40px;
}
.quick-actions-section .quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .quick-actions-section .quick-actions-grid {
    grid-template-columns: 1fr;
  }
}
.quick-actions-section .quick-action-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.quick-actions-section .quick-action-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.quick-actions-section .quick-action-card .action-icon {
  font-size: 2rem;
  color: #37BFEF;
}
.quick-actions-section .quick-action-card .action-label {
  font-weight: 600;
  color: #202124;
  font-size: 0.95rem;
}
.quick-actions-section .quick-action-card .action-limit-badge {
  display: none;
  font-size: 0.75rem;
  color: #991b1b;
}
.quick-actions-section .quick-action-card--disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f5f5f5;
}
.quick-actions-section .quick-action-card--disabled:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: none;
}
.quick-actions-section .quick-action-card--disabled .action-icon {
  color: #6b7280;
}
.quick-actions-section .quick-action-card--disabled .action-label {
  color: #6b7280;
}
.quick-actions-section .quick-action-card--disabled .action-limit-badge {
  display: block;
  margin-top: 8px;
  color: #991b1b;
}

.dm-management-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.dm-management-section .dm-management-section-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.dm-management-section .dm-management-section-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 480px) {
  .dm-management-section .dm-management-section-card .card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dm-management-section .dm-management-section-card .card-header h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #202124;
  flex: 1;
}
.dm-management-section .dm-management-section-card .card-header .btn-primary-small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003740;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.dm-management-section .dm-management-section-card .card-header .btn-primary-small i {
  font-size: 0.9rem;
}
.dm-management-section .dm-management-section-card .card-header .btn-primary-small:hover {
  background: rgb(0, 19.9375, 23.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.dm-management-section .dm-management-section-card .dm-stats-inline {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .dm-management-section .dm-management-section-card .dm-stats-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.dm-management-section .dm-management-section-card .dm-stat-inline {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 16px;
  flex: 1;
  min-width: 150px;
}
@media screen and (max-width: 480px) {
  .dm-management-section .dm-management-section-card .dm-stat-inline {
    flex: 1;
    gap: 4px;
  }
}
.dm-management-section .dm-management-section-card .dm-stat-inline .dm-stat-label {
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 500;
}
.dm-management-section .dm-management-section-card .dm-stat-inline .dm-stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #202124;
}
.dm-management-section .dm-management-section-card .dm-stat-divider {
  width: 1px;
  height: 40px;
  background: #f0f0f0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .dm-management-section .dm-management-section-card .dm-stat-divider {
    display: none;
  }
}
.dm-management-section .dm-management-section-card .dm-stat-action-link {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .dm-management-section .dm-management-section-card .dm-stat-action-link {
    padding: 8px 0;
  }
}
.dm-management-section .dm-management-section-card .dm-stat-action-link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #37BFEF;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.dm-management-section .dm-management-section-card .dm-stat-action-link a i {
  font-size: 0.8rem;
}
.dm-management-section .dm-management-section-card .dm-stat-action-link a:hover {
  opacity: 0.8;
}
.dm-management-section .dm-recent-section {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-top: 16px;
}
.dm-management-section .dm-recent-section .dm-recent-title {
  margin: 0 0 16px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #202124;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.empty-state {
  text-align: center;
  padding: 48px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.empty-state .empty-state-icon {
  font-size: 3rem;
  color: #d1d5db;
  margin-bottom: 16px;
  display: block;
}
.empty-state .empty-state-text {
  color: #6b7280;
  font-size: 0.95rem;
}
.empty-state .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003740;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
  margin-top: 20px;
}
.empty-state .btn-primary:hover {
  background: rgb(0, 49.5, 57.6);
}

.recent-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.review-card .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.review-card .review-header .review-rating {
  display: flex;
  gap: 2px;
  color: #ff9800;
  font-size: 1rem;
}
.review-card .review-header .review-date {
  font-size: 0.875rem;
  color: #6b7280;
}
.review-card .review-body p {
  margin: 0;
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.6;
}
.review-card .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
}
.review-card .review-footer .review-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.875rem;
  color: #6b7280;
}
.review-card .review-footer .review-meta .review-hotel {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #1f2937;
}
.review-card .review-footer .review-meta .review-hotel i {
  color: #003740;
}
.review-card .review-footer .review-meta .review-author {
  color: #6b7280;
}

.analytics-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.analytics-section .section-header {
  margin-bottom: 24px;
}
.analytics-section .analytics-tabs-wrapper {
  margin-bottom: 20px;
}
.analytics-section .analytics-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
}
.analytics-section .analytics-tab-btn {
  padding: 8px 16px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #6b7280;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.analytics-section .analytics-tab-btn:hover {
  color: #202124;
}
.analytics-section .analytics-tab-btn.active {
  color: #37BFEF;
  border-bottom-color: #37BFEF;
}
.analytics-section .analytics-tab-btn i {
  font-size: 0.85rem;
}
.analytics-section .pv-chart-container {
  display: none;
  width: 100%;
  height: 350px;
  position: relative;
}
.analytics-section .pv-chart-container.active {
  display: block;
}
.analytics-section .pv-chart-container canvas {
  max-width: 100%;
  height: 100% !important;
}
.analytics-section .analytics-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.analytics-section .analytics-card .card-header {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.analytics-section .analytics-card .card-header .card-header-main {
  flex: 1;
}
.analytics-section .analytics-card .card-header .card-header-stats {
  flex-shrink: 0;
  margin-left: 20px;
}
.analytics-section .analytics-card .card-header .card-title {
  margin: 0 0 6px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #202124;
}
.analytics-section .analytics-card .card-header .card-description {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
}
.analytics-section .analytics-card .card-header .pv-total-badge {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
}
.analytics-section .analytics-card .card-header .pv-total-badge .pv-total-label {
  font-size: 0.85rem;
  color: #6b7280;
}
.analytics-section .analytics-card .card-header .pv-total-badge .pv-total-value {
  font-size: 1.25rem;
  font-weight: 700;
}
.analytics-section .analytics-card .card-header .pv-total-badge .pv-total-unit {
  font-size: 0.8rem;
  color: #6b7280;
}
.analytics-section .analytics-card .card-body {
  min-height: 300px;
  position: relative;
}
.analytics-section .analytics-card .card-body canvas {
  max-width: 100%;
  height: auto;
}
.analytics-section .analytics-card .card-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.analytics-section .analytics-card .card-note small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 0.8rem;
}
.analytics-section .analytics-card .card-note small i {
  color: #d1d5db;
  font-size: 0.75rem;
}
.analytics-section .analytics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .analytics-section .analytics-grid {
    grid-template-columns: 1fr;
  }
}
.analytics-section .analytics-grid .analytics-card {
  margin-bottom: 0;
}

.admin-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 6px;
  border-left: 4px solid;
  background-color: rgba(255, 255, 255, 0.8);
  animation: slideDown 0.3s ease;
}
@media screen and (max-width: 480px) {
  .admin-alert {
    margin-bottom: 16px;
  }
}
.admin-alert i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 1.25rem;
}
.admin-alert p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.admin-alert--warning {
  border-left-color: #f59e0b;
  background-color: rgba(245, 158, 11, 0.08);
}
.admin-alert--warning i {
  color: #f59e0b;
}
.admin-alert--warning p {
  color: #78350f;
}
.admin-alert--info {
  border-left-color: #003740;
  background-color: rgba(91, 141, 238, 0.08);
}
.admin-alert--info i {
  color: #003740;
}
.admin-alert--info p {
  color: #202124;
}
.admin-alert--success {
  border-left-color: #10b981;
  background-color: rgba(16, 185, 129, 0.08);
}
.admin-alert--success i {
  color: #10b981;
}
.admin-alert--success p {
  color: #065f46;
}
.admin-alert--error {
  border-left-color: #ef4444;
  background-color: rgba(239, 68, 68, 0.08);
}
.admin-alert--error i {
  color: #ef4444;
}
.admin-alert--error p {
  color: #7f1d1d;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.admin-form-buttons,
.hotel-form-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
}
.admin-form-buttons button,
.hotel-form-buttons button {
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}
.admin-form-buttons button:hover,
.hotel-form-buttons button:hover {
  background-color: #f3f4f6;
}
.admin-form-buttons button:active,
.hotel-form-buttons button:active {
  transform: scale(0.98);
}
.admin-form-buttons .btn-secondary,
.hotel-form-buttons .btn-secondary {
  background-color: #6b7280;
  color: #fff;
  border-color: #6b7280;
}
.admin-form-buttons .btn-secondary:hover:not(:disabled),
.hotel-form-buttons .btn-secondary:hover:not(:disabled) {
  background-color: #4b5563 !important;
  border-color: #4b5563 !important;
}
.admin-form-buttons .btn-primary,
.hotel-form-buttons .btn-primary {
  background-color: #37BFEF;
  color: #fff;
  border-color: #37BFEF;
}
.admin-form-buttons .btn-primary:hover,
.hotel-form-buttons .btn-primary:hover {
  background-color: #259dc4;
  border-color: #259dc4;
}
.admin-form-buttons .btn-preview,
.hotel-form-buttons .btn-preview {
  background-color: #fef3c7;
  color: #92400e;
  border-color: #ffedd5;
}
.admin-form-buttons .btn-preview:hover:not(:disabled),
.hotel-form-buttons .btn-preview:hover:not(:disabled) {
  background-color: #d97706 !important;
  border-color: #d97706 !important;
}

.admin-errormsg,
.hotel-errormsg {
  display: block;
  color: #fff;
  background-color: #e74c3c;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 600;
}

.acf-field.has-error {
  border-radius: 4px;
  padding: 10px;
  background-color: #fee2e2;
}
.acf-field.has-error .acf-label label {
  color: #e74c3c !important;
  font-weight: 600;
}
.acf-field.has-error input[type=text],
.acf-field.has-error input[type=email],
.acf-field.has-error input[type=url],
.acf-field.has-error input[type=number],
.acf-field.has-error input[type=tel],
.acf-field.has-error textarea,
.acf-field.has-error select {
  border: 2px solid #e74c3c !important;
}
.acf-field.has-error input[type=text]:focus,
.acf-field.has-error input[type=email]:focus,
.acf-field.has-error input[type=url]:focus,
.acf-field.has-error input[type=number]:focus,
.acf-field.has-error input[type=tel]:focus,
.acf-field.has-error textarea:focus,
.acf-field.has-error select:focus {
  outline: none;
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
}

@media (max-width: 768px) {
  .admin-form-buttons,
  .hotel-form-buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
  .admin-form-buttons button,
  .hotel-form-buttons button {
    width: 100%;
  }
}
/* ========================================
  ACFフォーム（共通）
=========================================== */
.acf-field .acf-label {
  margin: 0;
}

.acf-field .acf-required {
  color: #e74c3c;
}

.acf-field input[type=text],
.acf-field input[type=email],
.acf-field input[type=number],
.acf-field input[type=url],
.acf-field textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background-color: #fff;
}

.acf-field ::-moz-placeholder {
  color: #9ca3af;
}

.acf-field ::placeholder {
  color: #9ca3af;
}

.acf-field ul.acf-radio-list li {
  font-size: 1rem;
  line-height: 1.4;
}

.acf-form-submit {
  margin: 2rem auto;
  text-align: center;
}

.acf-form-submit input[type=submit] {
  background-color: #37BFEF;
  color: #fff;
  width: 300px;
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}

.acf-form-submit input[type=submit]:hover {
  background-color: #259dc4;
}

/* ACFフォーム送信後の成功メッセージ */
#message.updated.notice-success {
  background-color: #d1fae5;
  border-left: 5px solid #2e7d32;
  padding: 1em;
  margin: 1em 0;
  font-size: 16px;
  color: #202124;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

#message.updated.notice-success a {
  color: #2e7d32;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 1em;
}

.custom-policy-box {
  border: 2px solid #ccc;
  padding: 15px 15px;
  max-height: 250px;
  overflow-y: scroll;
}

/* ========================================
  ホテルオーナー マイページ（固有スタイル）
  共通スタイルは _admin-common.scss を参照
======================================== */
.hotel-owner-mypage-admin {
  --analytics-chart-primary: #4285f4;
  --analytics-chart-primary-soft: rgba(66, 133, 244, 0.1);
  --analytics-chart-gender-male: #4285f4;
  --analytics-chart-gender-female: #ea4335;
  --analytics-chart-gender-other: #34a853;
  --analytics-chart-gender-unknown: #fbbc04;
  --analytics-tooltip-bg: rgba(0, 0, 0, 0.8);
}
.hotel-owner-mypage-admin .admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .admin-header {
    flex-direction: column;
    align-items: stretch;
  }
}
.hotel-owner-mypage-admin .admin-header .header-left h1 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #202124;
  margin: 0 0 8px 0;
}
.hotel-owner-mypage-admin .admin-header .header-left .header-description {
  margin: 0;
  color: #5f6368;
  font-size: 0.95rem;
}
.hotel-owner-mypage-admin .admin-header .header-left .user-greeting {
  font-size: 0.875rem;
  color: #5f6368;
  margin: 0;
}
.hotel-owner-mypage-admin .admin-header .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hotel-owner-mypage-admin .admin-header .header-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003740;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.hotel-owner-mypage-admin .admin-header .header-actions .btn-primary i {
  font-size: 1rem;
}
.hotel-owner-mypage-admin .admin-header .header-actions .btn-primary:hover {
  background: rgb(0, 49.5, 57.6);
}
.hotel-owner-mypage-admin .dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .hotel-owner-mypage-admin .dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .dashboard-stats {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-header .stat-label {
  font-size: 0.875rem;
  color: #5f6368;
  font-weight: 500;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-header .stat-icon {
  font-size: 1.5rem;
  opacity: 0.9;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-header .stat-icon i {
  display: block;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-value {
  font-size: 2rem;
  font-weight: 600;
  color: #202124;
  line-height: 1;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-value .stat-limit {
  font-size: 1rem;
  font-weight: 400;
  color: #5f6368;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  color: #37BFEF;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small:hover {
  color: #12abe1;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card .stat-footer .btn-link-small:hover i {
  transform: translateX(3px);
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card.stat-card-highlight {
  background: #fff;
  border: 1px solid #e5e7eb;
}
.hotel-owner-mypage-admin .section-subtitle {
  margin: 0;
  color: #202124;
  font-size: 1.125rem;
  font-weight: 600;
}
.hotel-owner-mypage-admin .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.hotel-owner-mypage-admin .section-header .section-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .section-header .section-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hotel-owner-mypage-admin .section-header .section-actions .btn-link {
  color: #37BFEF;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hotel-owner-mypage-admin .section-header .section-actions .btn-link:hover {
  opacity: 0.8;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card:nth-child(1) .stat-icon {
  color: #003740;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card:nth-child(2) .stat-icon {
  color: #2e7d32;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card:nth-child(3) .stat-icon {
  color: #ff9800;
}
.hotel-owner-mypage-admin .dashboard-stats .stat-card:nth-child(4) .stat-icon {
  color: #37BFEF;
}
.hotel-owner-mypage-admin .plan-dm-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .hotel-owner-mypage-admin .plan-dm-section {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .plan-dm-section {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin .plan-dm-section .plan-info-card,
.hotel-owner-mypage-admin .plan-dm-section .dm-management-section-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.hotel-owner-mypage-admin .plan-dm-section .plan-info-card .card-header,
.hotel-owner-mypage-admin .plan-dm-section .dm-management-section-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-info-card .card-header h3,
.hotel-owner-mypage-admin .plan-dm-section .dm-management-section-card .card-header h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-info-card .plan-header,
.hotel-owner-mypage-admin .plan-dm-section .dm-management-section-card .plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-info-card .plan-header h3,
.hotel-owner-mypage-admin .plan-dm-section .dm-management-section-card .plan-header h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-details .plan-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-details .plan-detail-item .detail-label {
  font-size: 0.9rem;
  color: #5f6368;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-details .plan-detail-item .detail-value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-details .plan-detail-item .detail-value.detail-value-primary {
  color: #37BFEF;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-details .plan-action {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-details .plan-action a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #37BFEF;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}
.hotel-owner-mypage-admin .plan-dm-section .plan-details .plan-action a:hover {
  opacity: 0.8;
}
.hotel-owner-mypage-admin .plan-dm-section .dm-stats-inline {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.hotel-owner-mypage-admin .plan-dm-section .dm-stats-inline .dm-stat-inline {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hotel-owner-mypage-admin .plan-dm-section .dm-stats-inline .dm-stat-inline .dm-stat-label {
  font-size: 0.875rem;
  color: #5f6368;
}
.hotel-owner-mypage-admin .plan-dm-section .dm-stats-inline .dm-stat-inline .dm-stat-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #37BFEF;
}
.hotel-owner-mypage-admin .plan-dm-section .dm-stats-inline .dm-stat-divider {
  width: 1px;
  height: 30px;
  background: #e5e7eb;
}
.hotel-owner-mypage-admin .plan-dm-section .dm-stats-inline .dm-stat-action-link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #37BFEF;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}
.hotel-owner-mypage-admin .plan-dm-section .dm-stats-inline .dm-stat-action-link a:hover {
  opacity: 0.8;
}
.hotel-owner-mypage-admin .section-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.hotel-owner-mypage-admin .section-header-inner h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .section-header-inner .btn-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #37BFEF;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .section-header-inner .btn-link:hover {
  opacity: 0.8;
}
.hotel-owner-mypage-admin .quick-actions-section {
  margin-bottom: 40px;
}
.hotel-owner-mypage-admin .quick-actions-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.hotel-owner-mypage-admin .quick-actions-section .section-header .section-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .quick-actions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hotel-owner-mypage-admin .quick-actions-grid .quick-action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  color: #202124;
  transition: all 0.2s ease;
  cursor: pointer;
}
.hotel-owner-mypage-admin .quick-actions-grid .quick-action-card:hover {
  border-color: #37BFEF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.hotel-owner-mypage-admin .quick-actions-grid .quick-action-card .action-icon {
  font-size: 1.75rem;
  color: #37BFEF;
}
.hotel-owner-mypage-admin .quick-actions-grid .quick-action-card .action-label {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
.hotel-owner-mypage-admin .plan-info-wrapper {
  margin-bottom: 32px;
}
.hotel-owner-mypage-admin .plan-info-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.hotel-owner-mypage-admin .plan-info-card .plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .plan-info-card .plan-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.hotel-owner-mypage-admin .plan-info-card .plan-header .plan-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hotel-owner-mypage-admin .plan-info-card .plan-header .plan-title h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .plan-info-card .plan-header .plan-title .plan-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #37BFEF;
  color: #fff;
  border-radius: 12px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.hotel-owner-mypage-admin .plan-info-card .plan-header .plan-change .btn-secondary {
  display: inline-block;
  padding: 8px 20px;
  background: #fff;
  color: #37BFEF;
  border: 2px solid #37BFEF;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .plan-info-card .plan-header .plan-change .btn-secondary:hover {
  background: #37BFEF;
  color: #fff;
}
.hotel-owner-mypage-admin .plan-info-card .plan-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .plan-info-card .plan-details {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin .plan-info-card .plan-details .plan-detail-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hotel-owner-mypage-admin .plan-info-card .plan-details .plan-detail-item .detail-label {
  font-size: 0.8125rem;
  color: #5f6368;
  font-weight: 500;
}
.hotel-owner-mypage-admin .plan-info-card .plan-details .plan-detail-item .detail-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .plan-info-card .plan-details .plan-detail-item .detail-value.detail-value-primary {
  color: #37BFEF;
}
.hotel-owner-mypage-admin.plan-page .admin-main {
  background: #f3f4f6;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 28px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin.plan-page .current-plan-card {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .current-plan-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .plan-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin.plan-page .current-plan-card .plan-title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .plan-title-row .plan-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .plan-title-row .plan-name h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #202124;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .plan-title-row .plan-name .badge {
  display: inline-block;
  padding: 4px 10px;
  background: #e0f2fe;
  color: #0369a1;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .plan-title-row .plan-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #202124;
  white-space: nowrap;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .plan-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin.plan-page .current-plan-card .plan-meta {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .plan-meta .meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .plan-meta .meta-item .label {
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 600;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .plan-meta .meta-item .value {
  font-size: 1.05rem;
  font-weight: 700;
  color: #202124;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .usage-progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .usage-progress .usage-bar {
  width: 100%;
  height: 12px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .usage-progress .usage-bar .usage-bar-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #37BFEF, #12abe1);
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .usage-progress .usage-text {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 600;
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .current-plan-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin.plan-page .current-plan-card .current-plan-cta {
    align-items: stretch;
  }
}
.hotel-owner-mypage-admin.plan-page .current-plan-card .current-plan-cta .cta-note {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}
.hotel-owner-mypage-admin.plan-page .plan-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.hotel-owner-mypage-admin.plan-page .plan-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hotel-owner-mypage-admin.plan-page .plan-card.is-current {
  border: 1px solid #37BFEF;
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.18);
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-card-header .plan-title-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-card-header .plan-title-block .plan-name {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: 0.2px;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-card-header .plan-title-block .plan-price {
  margin: 0;
  font-size: 1rem;
  color: #37BFEF;
  font-weight: 700;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-card-header .current-badge {
  display: inline-block;
  padding: 4px 10px;
  background: #37BFEF;
  color: #fff;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin.plan-page .plan-card .plan-metrics {
    grid-template-columns: 1fr;
  }
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-metrics .metric {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f3f4f6;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-metrics .metric .metric-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(55, 191, 239, 0.12);
  color: #37BFEF;
  font-size: 1rem;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-metrics .metric .metric-label {
  margin: 0;
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 600;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-metrics .metric .metric-value {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #6b7280;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-features li i {
  width: 18px;
  text-align: center;
  color: #37BFEF;
}
.hotel-owner-mypage-admin.plan-page .plan-card .plan-card-footer {
  margin-top: auto;
}
.hotel-owner-mypage-admin.plan-page .plan-btn-primary,
.hotel-owner-mypage-admin.plan-page .plan-btn-ghost,
.hotel-owner-mypage-admin.plan-page .plan-btn-disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin.plan-page .plan-btn-primary {
  background: #37BFEF;
  color: #fff;
  border: 1px solid #37BFEF;
}
.hotel-owner-mypage-admin.plan-page .plan-btn-primary:hover {
  background: rgb(26.6666666667, 181.9333333333, 236.7333333333);
  border-color: rgb(26.6666666667, 181.9333333333, 236.7333333333);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.25);
  transform: translateY(-1px);
}
.hotel-owner-mypage-admin.plan-page .plan-btn-ghost {
  background: #fff;
  color: #37BFEF;
  border: 1px solid #e5e7eb;
}
.hotel-owner-mypage-admin.plan-page .plan-btn-ghost:hover {
  border-color: #37BFEF;
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.15);
  transform: translateY(-1px);
}
.hotel-owner-mypage-admin.plan-page .plan-btn-disabled {
  background: #f3f4f6;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  cursor: not-allowed;
}
.hotel-owner-mypage-admin.plan-page .plan-notes {
  margin-top: 16px;
  padding: 14px 18px;
  background: #f9fafb;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.hotel-owner-mypage-admin.plan-page .plan-notes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hotel-owner-mypage-admin.plan-page .plan-notes ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #5f6368;
}
.hotel-owner-mypage-admin.plan-page .plan-notes ul li i {
  color: #667eea;
}
.hotel-owner-mypage-admin .recent-activity-section {
  margin-top: 40px;
  margin-bottom: 20px;
}
.hotel-owner-mypage-admin .recent-activity-section .section-header .section-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #202124;
}
.hotel-owner-mypage-admin .analytics-section .analytics-tab-btn:hover {
  color: #8B5CF6;
}
.hotel-owner-mypage-admin .analytics-section .analytics-tab-btn.active {
  color: #8B5CF6;
  border-bottom-color: #8B5CF6;
}
.hotel-owner-mypage-admin .analytics-section .analytics-card .pv-total-badge {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.hotel-owner-mypage-admin .analytics-section .analytics-card .pv-total-badge .pv-total-label {
  color: rgba(255, 255, 255, 0.9);
}
.hotel-owner-mypage-admin .analytics-section .analytics-card .pv-total-badge .pv-total-value {
  color: #fff;
}
.hotel-owner-mypage-admin .analytics-section .analytics-card .pv-total-badge .pv-total-unit {
  color: rgba(255, 255, 255, 0.9);
}
.hotel-owner-mypage-admin .dashboard-notices {
  margin-top: 40px;
  padding: 16px 20px;
  background: #f9fafb;
  border-radius: 8px;
  border-left: 4px solid #37BFEF;
}
.hotel-owner-mypage-admin .dashboard-notices ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hotel-owner-mypage-admin .dashboard-notices ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  color: #5f6368;
}
.hotel-owner-mypage-admin .dashboard-notices ul li i {
  color: #37BFEF;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.hotel-owner-mypage-admin .recent-hotels-section {
  margin-top: 40px;
}
.hotel-owner-mypage-admin .recent-hotels-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hotel-owner-mypage-admin .recent-hotel-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .recent-hotel-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hotel-owner-mypage-admin .recent-hotel-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #37BFEF;
}
.hotel-owner-mypage-admin .recent-hotel-card .hotel-card-thumbnail {
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f4f6;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .recent-hotel-card .hotel-card-thumbnail {
    width: 100%;
    height: 180px;
  }
}
.hotel-owner-mypage-admin .recent-hotel-card .hotel-card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-owner-mypage-admin .recent-hotel-card .hotel-card-content {
  flex: 1;
  min-width: 0;
}
.hotel-owner-mypage-admin .recent-hotel-card .hotel-card-content .hotel-card-title {
  margin: 0 0 8px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotel-owner-mypage-admin .recent-hotel-card .hotel-card-content .hotel-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hotel-owner-mypage-admin .recent-hotel-card .hotel-card-content .hotel-card-date {
  font-size: 0.875rem;
  color: #6b7280;
}
.hotel-owner-mypage-admin .recent-hotel-card .hotel-card-actions {
  flex-shrink: 0;
}
.hotel-owner-mypage-admin .recent-hotel-card .hotel-card-actions .btn-edit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #003740;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .recent-hotel-card .hotel-card-actions .btn-edit:hover {
  background: rgb(0, 49.5, 57.6);
}
.hotel-owner-mypage-admin .recent-reviews-section {
  margin-top: 40px;
}
.hotel-owner-mypage-admin .recent-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hotel-owner-mypage-admin .review-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.hotel-owner-mypage-admin .review-card .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.hotel-owner-mypage-admin .review-card .review-header .review-rating {
  display: flex;
  gap: 2px;
  color: #ff9800;
  font-size: 1rem;
}
.hotel-owner-mypage-admin .review-card .review-header .review-date {
  font-size: 0.875rem;
  color: #6b7280;
}
.hotel-owner-mypage-admin .review-card .review-body p {
  margin: 0;
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.6;
}
.hotel-owner-mypage-admin .review-card .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
}
.hotel-owner-mypage-admin .review-card .review-footer .review-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.875rem;
  color: #6b7280;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .review-card .review-footer .review-meta {
    flex-direction: column;
    gap: 4px;
  }
}
.hotel-owner-mypage-admin .review-card .review-footer .review-meta .review-hotel {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #1f2937;
}
.hotel-owner-mypage-admin .review-card .review-footer .review-meta .review-hotel i {
  color: #003740;
}
.hotel-owner-mypage-admin .review-card .review-footer .review-meta .review-author {
  color: #6b7280;
}
.hotel-owner-mypage-admin .dm-management-section,
.hotel-owner-mypage-admin .dm-management-section-card {
  margin-top: 0;
}
.hotel-owner-mypage-admin .recent-reviews-section,
.hotel-owner-mypage-admin .recent-dm-section,
.hotel-owner-mypage-admin .dm-recent-section {
  margin-top: 40px;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.hotel-owner-mypage-admin .recent-reviews-section .dm-recent-title,
.hotel-owner-mypage-admin .recent-dm-section .dm-recent-title,
.hotel-owner-mypage-admin .dm-recent-section .dm-recent-title {
  margin: 0 0 16px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #202124;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.hotel-owner-mypage-admin .dm-section {
  margin-top: 40px;
}
.hotel-owner-mypage-admin .dm-summary-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin: 10px 0 20px;
}
.hotel-owner-mypage-admin .dm-summary-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hotel-owner-mypage-admin .reviews-controls {
  margin: 16px 0 24px;
}
.hotel-owner-mypage-admin .reviews-hotel-select {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.95rem;
  background: #fff;
}
.hotel-owner-mypage-admin .reviews-hotel-select:hover {
  border-color: #d1d5db;
}
.hotel-owner-mypage-admin .reviews-hotel-select:focus {
  outline: 2px solid #003740;
}
.hotel-owner-mypage-admin .stat-card--highlight {
  background: linear-gradient(135deg, #ffedd5 0%, #ffedd5 100%);
  border: 2px solid #fb923c;
  position: relative;
  overflow: hidden;
}
.hotel-owner-mypage-admin .stat-card--highlight::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(251, 146, 60, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hotel-owner-mypage-admin .stat-card--highlight .stat-header {
  color: #ea580c;
  font-weight: 600;
  margin-bottom: 16px;
}
.hotel-owner-mypage-admin .stat-card--highlight .stat-header i {
  margin-right: 8px;
}
.hotel-owner-mypage-admin .stat-card--highlight .stat-value .value-main {
  color: #ea580c;
}
.hotel-owner-mypage-admin .stat-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hotel-owner-mypage-admin .stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(55, 191, 239, 0.2);
}
.hotel-owner-mypage-admin .stat-row:last-child {
  border-bottom: none;
}
.hotel-owner-mypage-admin .stat-text {
  font-size: 14px;
  color: #B4B4B4;
  font-weight: 500;
}
.hotel-owner-mypage-admin .stat-number {
  font-size: 18px;
  font-weight: 700;
  color: #202124;
}
.hotel-owner-mypage-admin .stat-number--new {
  color: #37BFEF;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hotel-owner-mypage-admin .stat-number--new i {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .stat-card--highlight .stat-header {
    font-size: 14px;
  }
  .hotel-owner-mypage-admin .stat-row {
    font-size: 13px;
  }
  .hotel-owner-mypage-admin .stat-number {
    font-size: 16px;
  }
}
.hotel-owner-mypage-admin .dashboard-summary-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .dashboard-summary-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 0 8px 0;
  }
}
.hotel-owner-mypage-admin .summary-stat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .summary-stat-card {
    scroll-snap-align: start;
    min-width: 140px;
    padding: 16px;
  }
}
.hotel-owner-mypage-admin .summary-stat-card--highlight {
  background: linear-gradient(135deg, #f9fafb 0%, #e0f2fe 100%);
  border: 2px solid #37BFEF;
}
.hotel-owner-mypage-admin .summary-stat-card--highlight .summary-stat-value {
  color: #37BFEF;
}
.hotel-owner-mypage-admin .summary-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.hotel-owner-mypage-admin .summary-stat-label {
  display: block;
  font-size: 13px;
  color: #B4B4B4;
  margin-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .summary-stat-label {
    font-size: 12px;
  }
}
.hotel-owner-mypage-admin .summary-stat-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 28px;
  font-weight: 700;
  color: #202124;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .summary-stat-value {
    font-size: 24px;
  }
}
.hotel-owner-mypage-admin .summary-stat-value--new {
  color: #37BFEF;
}
.hotel-owner-mypage-admin .summary-stat-value--new i {
  font-size: 18px;
}
.hotel-owner-mypage-admin .hotels-list-section {
  margin-bottom: 40px;
}
.hotel-owner-mypage-admin .hotels-list-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .hotels-list-section .section-header {
    flex-direction: column;
    align-items: stretch;
  }
}
.hotel-owner-mypage-admin .hotels-list-section .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #202124;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .hotels-list-section .section-title {
    font-size: 1.25rem;
  }
}
.hotel-owner-mypage-admin .hotels-controls {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hotel-owner-mypage-admin .hotels-sort-wrapper {
  margin-bottom: 20px;
}
.hotel-owner-mypage-admin .hotels-sort-select {
  padding: 8px 32px 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: auto;
  max-width: 250px;
}
.hotel-owner-mypage-admin .hotels-sort-select:hover {
  border-color: #37BFEF;
}
.hotel-owner-mypage-admin .hotels-sort-select:focus {
  outline: none;
  border-color: #37BFEF;
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.1);
}
.hotel-owner-mypage-admin .hotels-summary-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .hotels-summary-collapse {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    text-align: center;
  }
}
.hotel-owner-mypage-admin .collapse-text {
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .collapse-text {
    font-size: 14px;
  }
}
.hotel-owner-mypage-admin .btn-collapse {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #37BFEF;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.hotel-owner-mypage-admin .btn-collapse:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  transform: translateX(2px);
}
.hotel-owner-mypage-admin .btn-collapse i {
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .btn-collapse {
    width: 100%;
    justify-content: center;
  }
}
.hotel-owner-mypage-admin .hotels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .hotels-grid {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1600px) {
  .hotel-owner-mypage-admin .hotels-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .hotel-owner-mypage-admin .hotels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hotel-owner-mypage-admin .swiper.hotelsSwiper {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}
.hotel-owner-mypage-admin .swiper.hotelsSwiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hotel-owner-mypage-admin .swiper.hotelsSwiper .swiper-slide {
  width: auto !important;
  height: auto !important;
}
@media (max-width: 1600px) {
  .hotel-owner-mypage-admin .swiper.hotelsSwiper .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .hotel-owner-mypage-admin .swiper.hotelsSwiper .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .swiper.hotelsSwiper {
    display: flex !important;
    margin: 0 !important;
    padding: 0 20px !important;
    gap: 0 !important;
    width: 100% !important;
    height: auto !important;
    position: relative;
  }
  .hotel-owner-mypage-admin .swiper.hotelsSwiper .swiper-wrapper {
    display: flex !important;
    gap: 0;
    width: 100%;
    height: auto;
  }
  .hotel-owner-mypage-admin .swiper.hotelsSwiper .swiper-slide {
    width: 100% !important;
    height: auto !important;
    flex-shrink: 0;
    padding: 0 8px;
  }
  .hotel-owner-mypage-admin .swiper.hotelsSwiper .swiper-slide:first-child {
    padding-left: 0;
  }
  .hotel-owner-mypage-admin .swiper.hotelsSwiper .swiper-slide:last-child {
    padding-right: 0;
  }
}
.hotel-owner-mypage-admin .hotel-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
}
.hotel-owner-mypage-admin .hotel-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.hotel-owner-mypage-admin .hotel-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.hotel-owner-mypage-admin .hotel-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #202124;
  margin: 0;
  flex: 1;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .hotel-card-title {
    font-size: 1rem;
  }
}
.hotel-owner-mypage-admin .hotel-card-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.hotel-owner-mypage-admin .hotel-card-status.status-published {
  background: #d1fae5;
  color: #2e7d32;
}
.hotel-owner-mypage-admin .hotel-card-status.status-pending {
  background: #ffedd5;
  color: #ff9800;
}
.hotel-owner-mypage-admin .hotel-card-status.status-draft {
  background: #f3f4f6;
  color: #6b7280;
}
.hotel-owner-mypage-admin .hotel-card-status.status-private {
  background: #EC4899;
  color: #EC4899;
}
.hotel-owner-mypage-admin .hotel-card-stats {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
}
.hotel-owner-mypage-admin .hotel-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hotel-owner-mypage-admin .hotel-stat-label {
  font-size: 12px;
  color: #B4B4B4;
  font-weight: 500;
}
.hotel-owner-mypage-admin .hotel-stat-value {
  font-size: 20px;
  font-weight: 700;
  color: #202124;
}
.hotel-owner-mypage-admin .hotel-card-trend {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #37BFEF;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 8px 12px;
  background: linear-gradient(135deg, #f9fafb 0%, #e0f2fe 100%);
  border-radius: 6px;
}
.hotel-owner-mypage-admin .hotel-card-trend i {
  font-size: 14px;
}
.hotel-owner-mypage-admin .hotel-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.hotel-owner-mypage-admin .hotel-action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
  color: #5f6368;
}
.hotel-owner-mypage-admin .hotel-action-link i {
  font-size: 13px;
}
.hotel-owner-mypage-admin .hotel-action-link:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.hotel-owner-mypage-admin .hotel-action-link--primary {
  background: #37BFEF;
  color: #fff;
  border-color: #37BFEF;
}
.hotel-owner-mypage-admin .hotel-action-link--primary:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  border-color: rgb(18.7555555556, 178.1777777778, 234.4444444444);
}
.hotel-owner-mypage-admin .empty-state {
  text-align: center;
  padding: 60px 20px;
  background: #f9fafb;
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .empty-state {
    padding: 40px 20px;
  }
}
.hotel-owner-mypage-admin .empty-state-icon {
  font-size: 48px;
  color: #e5e7eb;
  margin-bottom: 16px;
}
.hotel-owner-mypage-admin .empty-state-icon i {
  display: inline-block;
}
.hotel-owner-mypage-admin .empty-state-text {
  font-size: 16px;
  color: #B4B4B4;
  margin: 0 0 24px 0;
}
.hotel-owner-mypage-admin .hotels-swiper-button-prev,
.hotel-owner-mypage-admin .hotels-swiper-button-next {
  display: none;
}
@media screen and (max-width: 480px) {
  .hotel-owner-mypage-admin .hotels-swiper-button-prev,
  .hotel-owner-mypage-admin .hotels-swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #37BFEF;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #37BFEF;
    outline: none;
  }
  .hotel-owner-mypage-admin .hotels-swiper-button-prev::after,
  .hotel-owner-mypage-admin .hotels-swiper-button-next::after {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
    content: "" !important;
  }
  .hotel-owner-mypage-admin .hotels-swiper-button-prev:hover,
  .hotel-owner-mypage-admin .hotels-swiper-button-next:hover {
    background: #37BFEF;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%) scale(1.1);
  }
  .hotel-owner-mypage-admin .hotels-swiper-button-prev.swiper-button-disabled,
  .hotel-owner-mypage-admin .hotels-swiper-button-next.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #d1d5db;
    color: #9ca3af;
  }
  .hotel-owner-mypage-admin .hotels-swiper-button-prev.swiper-button-disabled:hover,
  .hotel-owner-mypage-admin .hotels-swiper-button-next.swiper-button-disabled:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #9ca3af;
    box-shadow: none;
    transform: translateY(-50%) scale(1);
  }
}
.hotel-owner-mypage-admin .hotels-swiper-button-prev::after {
  content: "<" !important;
  font-size: 12px !important;
}
.hotel-owner-mypage-admin .hotels-swiper-button-next::after {
  content: ">" !important;
  font-size: 12px !important;
}
.hotel-owner-mypage-admin .hotels-swiper-button-prev {
  left: 0;
}
.hotel-owner-mypage-admin .hotels-swiper-button-next {
  right: 0;
}

.draft-message {
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  animation: slideDown 0.3s ease;
}
.draft-message p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.draft-message.success {
  background: #d1fae5;
  border: 1px solid #2e7d32;
  color: #2e7d32;
}
.draft-message.error {
  background: #fee2e2;
  border: 1px solid #e74c3c;
  color: #e74c3c;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hotel-form-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 16px;
  background: #f3f4f6;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
}
.hotel-form-buttons button {
  padding: 12px 20px;
  font-size: 0.875rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: 600;
}
.hotel-form-buttons button:active {
  transform: scale(0.98);
}
.hotel-form-buttons .btn-secondary {
  background: #5f6368;
  color: #fff;
}
.hotel-form-buttons .btn-secondary:hover {
  background: #4b5563;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.hotel-form-buttons .btn-primary {
  background: #37BFEF;
  color: #fff;
}
.hotel-form-buttons .btn-primary:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.18);
}
.hotel-form-buttons .btn-preview {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #ffedd5;
}
.hotel-form-buttons .btn-preview:hover {
  background: rgb(252.6578947368, 226.8947368421, 123.8421052632);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.18);
}
@media screen and (max-width: 768px) {
  .hotel-form-buttons {
    flex-direction: column;
  }
  .hotel-form-buttons button {
    width: 100%;
  }
}

.hotels-table .col-pv {
  min-width: 140px;
}
.hotels-table .pv-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.hotels-table .pv-main {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hotels-table .pv-count {
  font-weight: 600;
  font-size: 1rem;
  color: #202124;
}
.hotels-table .pv-change {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 10px;
}
.hotels-table .pv-change.pv-increase {
  color: #10b981;
  background: rgba(16, 185, 129, 0.1);
}
.hotels-table .pv-change.pv-increase i {
  color: #10b981;
}
.hotels-table .pv-change.pv-decrease {
  color: #dc2626;
  background: rgba(220, 38, 38, 0.1);
}
.hotels-table .pv-change.pv-decrease i {
  color: #dc2626;
}
.hotels-table .pv-sparkline {
  margin-top: 2px;
}
.hotels-table .pv-sparkline .sparkline-canvas {
  display: block;
  opacity: 0.8;
}

.analytics-filters {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  margin-bottom: 32px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .analytics-filters {
    flex-direction: column;
  }
}
.analytics-filters .filter-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.analytics-filters .filter-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #202124;
}
.analytics-filters .filter-select {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.9375rem;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
.analytics-filters .filter-select:hover {
  border-color: #667eea;
}
.analytics-filters .filter-select:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.analytics-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .analytics-summary {
    grid-template-columns: 1fr;
  }
}
.analytics-summary .summary-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.analytics-summary .summary-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.analytics-summary .summary-card {
  display: flex;
  align-items: center;
  gap: 16px;
}
.analytics-summary .summary-card.summary-card-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.analytics-summary .summary-card.summary-card-primary .summary-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.analytics-summary .summary-card.summary-card-primary .summary-label,
.analytics-summary .summary-card.summary-card-primary .summary-value,
.analytics-summary .summary-card.summary-card-primary .summary-change {
  color: #fff;
}
.analytics-summary .summary-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(102, 126, 234, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
}
.analytics-summary .summary-icon i {
  font-size: 1.5rem;
  color: #667eea;
}
.analytics-summary .summary-content {
  flex: 1;
}
.analytics-summary .summary-label {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  margin-bottom: 8px;
}
.analytics-summary .summary-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #202124;
  line-height: 1.2;
}
.analytics-summary .summary-unit {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  margin-top: 8px;
}
.analytics-summary .summary-change {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-top: 12px;
  padding: 4px 8px;
  border-radius: 12px;
}
.analytics-summary .summary-change.summary-increase {
  color: #10b981;
  background: rgba(16, 185, 129, 0.1);
}
.analytics-summary .summary-change.summary-decrease {
  color: #dc2626;
  background: rgba(220, 38, 38, 0.1);
}

.analytics-chart-section {
  margin-bottom: 32px;
}
.analytics-chart-section .chart-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.analytics-chart-section .chart-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.analytics-chart-section .chart-header h3 {
  margin: 0;
  font-weight: 600;
  color: #202124;
  font-size: 1.1rem;
  margin: 0 0 6px 0;
}
.analytics-chart-section .chart-header .chart-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.analytics-chart-section .chart-body {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.analytics-attributes-section .attributes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .analytics-attributes-section .attributes-grid {
    grid-template-columns: 1fr;
  }
}
.analytics-attributes-section .chart-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.analytics-attributes-section .chart-card .chart-header {
  margin-bottom: 20px;
}
.analytics-attributes-section .chart-card .chart-header h3 {
  margin: 0;
  font-weight: 600;
  color: #202124;
  font-size: 1rem;
}
.analytics-attributes-section .chart-card .chart-body {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.analytics-attributes-section .chart-card .chart-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.analytics-attributes-section .chart-card .chart-note small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 0.75rem;
}
.analytics-attributes-section .chart-card .chart-note small i {
  color: rgba(107, 114, 128, 0.5);
}

.analytics-prefecture-section {
  margin-bottom: 32px;
}
.analytics-prefecture-section .chart-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.analytics-prefecture-section .chart-card .chart-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.analytics-prefecture-section .chart-card .chart-header h3 {
  margin: 0;
  font-weight: 600;
  color: #202124;
  font-size: 1.1rem;
  margin: 0 0 6px 0;
}
.analytics-prefecture-section .chart-card .chart-header .chart-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.analytics-prefecture-section .chart-card .chart-body {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.analytics-prefecture-section .chart-card .chart-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.analytics-prefecture-section .chart-card .chart-note small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 0.75rem;
}
.analytics-prefecture-section .chart-card .chart-note small i {
  color: rgba(107, 114, 128, 0.5);
}

/* ========================================
   担当者　宿泊施設編集ページ・マイ宿泊施設
=========================================== */
.owner-header {
  background: #f3f4f6;
  padding: 10px 20px;
  font-size: 14px;
  text-align: right;
  border-bottom: 1px solid #d1d5db;
}

.owner-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

/**マイ宿泊施設ページ*/
.accomm-box {
  margin-top: 30px;
}
.accomm-box table {
  font-size: 15px;
}
.accomm-box table th {
  text-align: left;
  border-bottom-color: #333;
}
.accomm-box table tr td {
  border-bottom-color: #9ca3af;
  padding-top: 15px;
  padding-bottom: 15px;
}
.accomm-box .rv-star {
  font-size: 14px;
}

/* ========================================
  ホテルレビュー関連
=========================================== */
.inner-review .yir-avg {
  display: flex;
  flex-wrap: wrap;
}
.inner-review .yir-avg .yir-col01 {
  width: 200px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .inner-review .yir-avg .yir-col01 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }
}
.inner-review .yir-avg .yir-col02 {
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .inner-review .yir-avg .yir-col02 {
    width: 100%;
    background-color: #f3f4f6;
    padding: 10px 10px 0;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 10px;
  }
}
.inner-review .yir-avg .yir-col02 .yirc-item {
  width: 33.33%;
  text-align: center;
  padding: 12px;
}
@media screen and (max-width: 480px) {
  .inner-review .yir-avg .yir-col02 .yirc-item {
    padding: 0;
    margin-bottom: 10px;
  }
}
.inner-review .yirc-txt-star {
  color: #FE9529;
}
.inner-review .yir-list {
  font-size: 14px;
  margin-top: 40px;
}
.inner-review .yir-list--row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .inner-review .yir-list--row {
    background-color: #f3f4f6;
    padding: 12px;
  }
}
.inner-review .yir-list--row .yirl-col01 {
  width: 200px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .inner-review .yir-list--row .yirl-col01 {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .inner-review .yir-list--row .yirl-col01 .yirl-box--count {
    float: right;
    content: "";
    display: table;
    clear: both;
  }
}
.inner-review .yir-list--row .yirl-col02 {
  width: calc(100% - 200px);
  background-color: #f3f4f6;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .inner-review .yir-list--row .yirl-col02 {
    width: 100%;
    padding: 0px;
    background-color: transparent;
    margin-top: 10px;
  }
}
.inner-review .yir-list--row .yirl-col02 .yirl-toukoubi {
  color: #9ca3af;
}
.inner-review .yir-list--row .yirc-rating {
  display: flex;
  background-color: #fff;
  padding: 10px;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 5px;
}
.inner-review .yir-list--row .yirc-rating .yirc-item {
  width: calc(33% - 10px);
  text-align: center;
}
.inner-review .yir-list--row .yirl-img {
  display: flex;
  gap: 5px;
}
.inner-review .yir-list--row .yirl-img figure {
  height: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .inner-review .yir-list--row .yirl-img figure {
    height: 70px;
    width: 70px;
  }
}
.inner-review .yir-list--row .yirl-img figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-review .yirc-txt {
  font-size: 1em;
}

/* 施設からの返信セクション */
.hotel-review__reply-section {
  position: relative;
  margin: 20px 0 0 0;
  padding: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #37BFEF;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .hotel-review__reply-section {
    margin: 16px 0 0 0;
    padding: 14px;
  }
}

.hotel-review__reply-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.hotel-review__reply-icon {
  flex-shrink: 0;
  color: #37BFEF;
  font-size: 1.1rem;
}

.hotel-review__reply-label {
  font-weight: 700;
  color: #37BFEF;
  font-size: 0.95rem;
}
@media screen and (max-width: 480px) {
  .hotel-review__reply-label {
    font-size: 0.9rem;
  }
}

.hotel-review__reply-date {
  color: #9ca3af;
  font-size: 0.85rem;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .hotel-review__reply-date {
    font-size: 0.8rem;
  }
}

.hotel-review__reply-text {
  color: #4b5563;
  line-height: 1.6;
  font-size: 0.95rem;
  word-break: break-word;
}
@media screen and (max-width: 480px) {
  .hotel-review__reply-text {
    font-size: 0.9rem;
  }
}

/** ページ hotel_area */
.page-halist .phal-item .phal-sub {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 14px;
  flex-wrap: wrap;
}
.page-halist .phal-item .phal-yado li a:hover {
  color: inherit;
}
.page-halist .phal-item .phal-yado li a:hover img {
  opacity: 0.75;
}
.page-halist .phal-item .phal-yado li .phal-yado--box {
  position: relative;
  width: 95%;
  display: block;
  border: 1px solid #d1d5db;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
}
.page-halist .phal-item .phal-yado li .phal-yado--box .phaly-img {
  height: 250px;
}
.page-halist .phal-item .phal-yado li .phal-yado--box .phaly-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-halist .phal-item .phal-yado li .phal-yado--box .phaly-txt {
  padding: 10px;
  min-height: 180px;
}
.page-halist .phal-item .phal-yado li .phal-yado--box .phaly-txt .phaly-cat {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-halist .phal-item .phal-yado li .phal-yado--box .phaly-txt .phaly-feature {
  gap: 10px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.page-halist .phal-item .phal-yado li .phal-yado--box .phaly-txt .phaly-feature span {
  flex-shrink: 0;
  background-color: #37BFEF;
  color: #fff;
  padding: 2px 10px;
  font-size: 11px;
  border-radius: 5px;
}

.area-sub {
  margin-bottom: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
@media screen and (max-width: 480px) {
  .area-sub {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.area-sub span {
  padding: 4px 20px;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .area-sub span {
    padding: 3px 15px;
  }
}
.area-sub span:hover {
  background-color: #d1d5db;
}

/* ========================================
  ホテル詳細ページ
=========================================== */
.single-hotel #content {
  margin-top: 0;
}
.single-hotel .main {
  padding-top: 0;
}
.single-hotel--banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-hotel--nav {
  background: #f3f4f6;
}
.single-hotel--nav ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
}
.single-hotel--nav ul li {
  margin: 0;
}
.single-hotel--nav ul li a {
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .single-hotel--nav ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .single-hotel--nav ul li a i {
    display: none;
  }
}
.single-hotel--nav ul li a span {
  display: block;
}
.single-hotel .topnav-sticky {
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}
.single-hotel--header {
  gap: 80px;
}
@media screen and (max-width: 480px) {
  .single-hotel--header {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.single-hotel--header .hsh-col02 figure {
  max-width: 100px;
}
.single-hotel--header .shs-typebox {
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #37BFEF;
  border-radius: 10px;
}
.single-hotel--header .shs-typebox table {
  margin-bottom: 5px;
}
.single-hotel--header .shs-typebox table tr th, .single-hotel--header .shs-typebox table tr td {
  border-bottom-color: #B4B4B4;
}
.single-hotel--header .shs-typebox table tr th img, .single-hotel--header .shs-typebox table tr td img {
  max-width: 30px;
}
.single-hotel--header .shs-typebox table tr:last-child td {
  border-bottom-color: transparent;
}
.single-hotel .inner-tags ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  row-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.single-hotel .inner-tags ul li {
  border: 1px solid #B4B4B4;
  padding: 5px 10px;
  border-radius: 6px;
  box-sizing: border-box;
  width: calc(33.33% - 5px);
  margin: 0;
}
@media screen and (max-width: 480px) {
  .single-hotel .inner-tags ul li {
    width: calc(50% - 5px);
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.single-hotel .sec-title {
  text-align: center;
}
.single-hotel .sec-title span {
  display: block;
  color: #37BFEF;
  font-size: 16px;
  text-transform: uppercase;
}
.single-hotel--miryoku {
  display: block;
}
.single-hotel--miryoku .shm-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #F6F6F6;
}
.single-hotel--miryoku .shm-box:nth-child(odd) .shmb-img {
  order: 1;
}
@media screen and (max-width: 480px) {
  .single-hotel--miryoku .shm-box:nth-child(odd) .shmb-img {
    order: 0;
  }
}
.single-hotel--miryoku .shm-box .shmb-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .single-hotel--miryoku .shm-box .shmb-img {
    width: 100%;
  }
}
.single-hotel--miryoku .shm-box .shmb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-hotel--miryoku .shm-box .shmb-txt {
  width: 50%;
  padding: 10px 30px;
}
@media screen and (max-width: 480px) {
  .single-hotel--miryoku .shm-box .shmb-txt {
    width: 100%;
    padding: 10px 10px;
  }
}
.single-hotel .sh-rooms {
  display: block;
}
.single-hotel .sh-rooms--item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-hotel .sh-rooms--item .shri-img {
  width: 45%;
}
@media screen and (max-width: 480px) {
  .single-hotel .sh-rooms--item .shri-img {
    width: 100%;
  }
}
.single-hotel .sh-rooms--item .shri-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single-hotel .sh-rooms--item .shri-txt {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .single-hotel .sh-rooms--item .shri-txt {
    width: 100%;
  }
}
.single-hotel--setsubi .sh-setsubi-box {
  gap: 20px;
  justify-content: center;
}
.single-hotel--setsubi .sh-setsubi-box--item {
  background-color: #F6F6F6;
  width: calc((100% - 60px) / 3);
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .single-hotel--setsubi .sh-setsubi-box--item {
    width: 100%;
  }
}
.single-hotel--setsubi .sh-setsubi-box--item figure {
  height: 250px;
}
.single-hotel--setsubi .sh-setsubi-box--item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-hotel--setsubi .sh-setsubi-box--item .shsb-txt {
  padding: 10px 20px;
}
.single-hotel .shi-list ul {
  margin: 0;
  padding: 0;
}
.single-hotel .shi-list ul li {
  display: flex;
  align-items: center;
  border-top: 1px solid #B4B4B4;
  padding: 12px 10px;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .single-hotel .shi-list ul li {
    padding: 8px 5px;
    gap: 0;
  }
}
.single-hotel .shi-list ul li:last-child {
  border-bottom: 1px solid #B4B4B4;
}
.single-hotel .shi-list ul li .shri-t1 {
  width: 30%;
  font-weight: 600;
  text-align: center;
}
.single-hotel .shi-list ul li .shri-t2 {
  width: calc(70% - 10px);
}
@media screen and (max-width: 480px) {
  .single-hotel .shi-list.waninfo .shri-t1 {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .single-hotel .shi-list.waninfo .shri-t2 {
    width: 100%;
  }
}
.single-hotel--yoyaku {
  border: 2px solid #B4B4B4;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .single-hotel--yoyaku {
    border: none;
  }
}
.single-hotel--yoyaku .sh-yoyaku {
  display: flex;
  padding: 50px 60px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .single-hotel--yoyaku .sh-yoyaku {
    padding: 10px 0;
  }
}
.single-hotel--yoyaku .sh-yoyaku figure {
  width: 40%;
}
@media screen and (max-width: 480px) {
  .single-hotel--yoyaku .sh-yoyaku figure {
    display: none;
  }
}
.single-hotel--yoyaku .sh-yoyaku--txt {
  width: 55%;
}
@media screen and (max-width: 480px) {
  .single-hotel--yoyaku .sh-yoyaku--txt {
    width: 100%;
    text-align: center;
  }
  .single-hotel--yoyaku .sh-yoyaku--txt h3 {
    display: none;
  }
}
.single-hotel--yoyaku .sh-yoyaku--txt .hotel-yoyakubox {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .single-hotel--yoyaku .sh-yoyaku--txt .hotel-yoyakubox {
    padding: 0;
  }
}
.single-hotel--yoyaku .sh-yoyaku--txt .yoyakuBtn {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-width: 320px;
  height: 64px;
  padding: 8px 40px 8px 8px;
  font-family: sans-serif;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #37BFEF;
  border-radius: 32px;
}
@media screen and (max-width: 480px) {
  .single-hotel--yoyaku .sh-yoyaku--txt .yoyakuBtn {
    max-width: 100%;
  }
}
.single-hotel--yoyaku .sh-yoyaku--txt .yoyakuBtn:hover {
  color: #fff;
}
.single-hotel--yoyaku .sh-yoyaku--txt .yoyakuBtn_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  padding: 4px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  color: #37BFEF;
  font-size: 1.3em;
}
.single-hotel--yoyaku .sh-yoyaku--txt .yoyakuBtn_txt {
  flex-shrink: 1;
  width: 100%;
}
.single-hotel--ameni .hotel-ameni ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  -moz-column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 480px) {
  .single-hotel--ameni .hotel-ameni ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 6px;
    justify-content: normal;
  }
}
.single-hotel--ameni .hotel-ameni ul li {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 150px;
}
@media screen and (max-width: 480px) {
  .single-hotel--ameni .hotel-ameni ul li {
    width: auto;
  }
}
.single-hotel--ameni .hotel-ameni ul li span {
  position: relative;
  padding-left: 15px;
}
.single-hotel--ameni .hotel-ameni ul li span::before {
  position: absolute;
  content: "\f111";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  left: 0;
  top: 4px;
  font-size: 0.7em;
}
.single-hotel--ameni .hotel-ameni ul li .ameni-title {
  font-weight: 600;
}
.single-hotel--ameni .hotel-ameni ul li .ameni-no {
  color: #9ca3af;
}
.single-hotel--ameni .hotel-ameni ul li i {
  margin-right: 10px;
}
.single-hotel .hotel-info {
  background-color: #F6F6F6;
  padding: 10px 30px;
  position: relative;
  max-height: 380px;
  overflow: hidden;
  transition: all 0.3s;
}
.single-hotel .hotel-info.show-all {
  max-height: 100%;
}
@media screen and (max-width: 480px) {
  .single-hotel .hotel-info {
    padding: 10px 10px;
  }
}
.single-hotel .hotel-info table {
  margin-bottom: 5px;
}
.single-hotel .hotel-info table tr td {
  border-color: transparent;
  padding-bottom: 10px;
}
.single-hotel .hotel-info table tr td:first-child {
  width: 185px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .single-hotel .hotel-info table tr td:first-child {
    width: 110px;
  }
}
.single-hotel .info-viewmore {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
  text-align: center;
  color: #37BFEF;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #f3f4f6 55%);
}
.single-hotel .faq .toggle {
  display: none;
}
.single-hotel .faq .Label {
  padding: 30px 40px 30px 65px;
  display: block;
  background-color: #F6F6F6;
  cursor: pointer;
  border-bottom: 1px solid #B4B4B4;
}
@media screen and (max-width: 480px) {
  .single-hotel .faq .Label {
    padding: 15px 15px 15px 35px;
  }
}
.single-hotel .faq .Label::before { /*タイトル横の矢印*/
  content: "Q.";
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .single-hotel .faq .Label::before {
    left: 10px;
    font-size: 16px;
    top: 14px;
    transform: none;
  }
}
.single-hotel .faq .Label::after { /*タイトル横の矢印*/
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #B4B4B4;
  border-right: 2px solid #B4B4B4;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
@media screen and (max-width: 480px) {
  .single-hotel .faq .Label::after {
    right: 12px;
  }
}
.single-hotel .faq .Label,
.single-hotel .faq .faq-ans {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.single-hotel .faq .faq-ans { /*本文*/
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  font-size: 0.85em;
}
.single-hotel .faq .faq-ans p {
  margin-left: 45px;
  margin-right: 40px;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 480px) {
  .single-hotel .faq .faq-ans p {
    margin-left: 15px;
    margin-right: 0;
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}
.single-hotel .faq .faq-ans {
  background: rgba(246, 246, 246, 0.5);
}
.single-hotel .faq .faq-ans::before {
  content: "A.";
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  left: 25px;
  top: 15px;
}
@media screen and (max-width: 480px) {
  .single-hotel .faq .faq-ans::before {
    left: 10px;
    font-size: 15px;
    top: 6px;
  }
}
.single-hotel .faq .toggle:checked + .Label + .faq-ans { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .single-hotel .faq .toggle:checked + .Label + .faq-ans {
    padding: 5px 20px 20px;
  }
}
.single-hotel .faq .toggle:checked + .Label::after {
  transform: rotate(-45deg) !important;
}
.single-hotel--sisee {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .single-hotel--sisee {
    gap: 30px;
  }
}
.single-hotel--sisee .seeing-col {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 480px) {
  .single-hotel--sisee .seeing-col {
    width: 100%;
  }
}
.single-hotel--sisee .seeing-col figure {
  width: 100%;
  height: 220px;
}
.single-hotel--sisee .seeing-col figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-hotel--gallery {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
.single-hotel--gallery ul {
  display: flex;
}
.single-hotel--gallery ul li {
  display: inline-block;
}
.single-hotel--gallery ul li figure {
  border-radius: 5px;
  overflow: hidden;
  width: 110px;
  height: 100px;
}
.single-hotel--gallery ul li figure:hover img {
  opacity: 0.75;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .single-hotel--gallery ul li figure {
    width: 75px;
    height: 75px;
  }
}
.single-hotel--gallery {
  /* Modal */
}
.single-hotel--gallery .hg-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.single-hotel--gallery .hg-modal img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}
.single-hotel--gallery .hg-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.single-hotel--gallery .hg-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.single-hotel--gallery .hg-prev {
  left: 20px;
}
.single-hotel--gallery .hg-next {
  right: 20px;
}

/* ========================================
  グッズオーナー マイページ（固有スタイル）
  共通スタイルは _admin-dashboard.scss を参照
======================================== */
.goods-owner-mypage-admin .admin-sidebar {
  background: #2e1f4d;
}
.goods-owner-mypage-admin .dashboard-stats .stat-card:nth-child(1) .stat-icon {
  color: #ef4444;
}
.goods-owner-mypage-admin .dashboard-stats .stat-card:nth-child(2) .stat-icon {
  color: #10b981;
}
.goods-owner-mypage-admin .dashboard-stats .stat-card:nth-child(3) .stat-icon {
  color: #ff9800;
}
.goods-owner-mypage-admin .dashboard-stats .stat-card:nth-child(4) .stat-icon {
  color: #8B5CF6;
}
.goods-owner-mypage-admin .dashboard-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.goods-owner-mypage-admin .stat-card {
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
}
.goods-owner-mypage-admin .stat-card .stat-header {
  gap: 12px;
}
.goods-owner-mypage-admin .stat-card .stat-header .stat-icon {
  font-size: 1.25rem;
  color: #37BFEF;
}
.goods-owner-mypage-admin .stat-card .stat-value {
  font-size: 2rem;
}
.goods-owner-mypage-admin .plan-dm-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .goods-owner-mypage-admin .plan-dm-section {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .plan-dm-section {
    grid-template-columns: 1fr;
  }
}
.goods-owner-mypage-admin .plan-dm-section .plan-management-section,
.goods-owner-mypage-admin .plan-dm-section .dm-management-section {
  display: flex;
  flex-direction: column;
}
.goods-owner-mypage-admin .plan-dm-section .plan-info-card,
.goods-owner-mypage-admin .plan-dm-section .dm-management-section-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.goods-owner-mypage-admin .plan-dm-section .plan-info-card .card-header,
.goods-owner-mypage-admin .plan-dm-section .dm-management-section-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.goods-owner-mypage-admin .plan-dm-section .plan-info-card .card-header h3,
.goods-owner-mypage-admin .plan-dm-section .dm-management-section-card .card-header h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #202124;
}
.goods-owner-mypage-admin .plan-dm-section .plan-info-card .plan-header,
.goods-owner-mypage-admin .plan-dm-section .dm-management-section-card .plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.goods-owner-mypage-admin .plan-dm-section .plan-info-card .plan-header h3,
.goods-owner-mypage-admin .plan-dm-section .dm-management-section-card .plan-header h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #202124;
}
.goods-owner-mypage-admin .plan-dm-section .plan-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.goods-owner-mypage-admin .plan-dm-section .plan-details .plan-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-owner-mypage-admin .plan-dm-section .plan-details .plan-detail-item .detail-label {
  font-size: 0.9rem;
  color: #5f6368;
}
.goods-owner-mypage-admin .plan-dm-section .plan-details .plan-detail-item .detail-value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #202124;
}
.goods-owner-mypage-admin .plan-dm-section .plan-details .plan-detail-item .detail-value.detail-value-primary {
  color: #2e1f4d;
}
.goods-owner-mypage-admin .plan-dm-section .plan-details .plan-action {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.goods-owner-mypage-admin .plan-dm-section .plan-details .plan-action a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2e1f4d;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}
.goods-owner-mypage-admin .plan-dm-section .plan-details .plan-action a:hover {
  opacity: 0.8;
}
.goods-owner-mypage-admin .dm-management-section {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .dm-management-section .dm-management-section-card .card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .card-header h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #202124;
  flex: 1;
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .card-header .btn-primary-small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #003740;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .card-header .btn-primary-small i {
  font-size: 0.9rem;
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .card-header .btn-primary-small:hover {
  background: rgb(0, 19.9375, 23.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stats-inline {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stats-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-inline {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 16px;
  flex: 1;
  min-width: 150px;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-inline {
    flex: 1;
    gap: 4px;
  }
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-inline .dm-stat-label {
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 500;
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-inline .dm-stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #202124;
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-divider {
  width: 1px;
  height: 40px;
  background: #f0f0f0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-divider {
    display: none;
  }
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-action-link {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-action-link {
    padding: 8px 0;
  }
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-action-link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #37BFEF;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-action-link a i {
  font-size: 0.8rem;
}
.goods-owner-mypage-admin .dm-management-section .dm-management-section-card .dm-stat-action-link a:hover {
  opacity: 0.8;
}
.goods-owner-mypage-admin .dm-management-section .dm-recent-section {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-top: 16px;
}
.goods-owner-mypage-admin .dm-management-section .dm-recent-section .dm-recent-title {
  margin: 0 0 16px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #202124;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.goods-owner-mypage-admin .plan-dm-section .dm-management-section {
  margin-top: 0;
  margin-bottom: 0;
}
.goods-owner-mypage-admin .analytics-section .analytics-tab-btn:hover {
  color: #2e1f4d;
}
.goods-owner-mypage-admin .analytics-section .analytics-tab-btn.active {
  color: #2e1f4d;
  border-bottom-color: #2e1f4d;
}
.goods-owner-mypage-admin .analytics-section .pv-total-badge {
  background: rgba(46, 31, 77, 0.08);
}
.goods-owner-mypage-admin .analytics-section .pv-total-badge .pv-total-value {
  color: #2e1f4d;
}
.goods-owner-mypage-admin .campaign-quota-display {
  background: linear-gradient(135deg, rgba(46, 31, 77, 0.08), rgba(46, 31, 77, 0.03));
  border: 1px solid rgba(46, 31, 77, 0.3);
  border-left: 4px solid #2e1f4d;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .campaign-quota-display {
    padding: 16px 16px;
  }
}
.goods-owner-mypage-admin .campaign-quota-display .quota-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.goods-owner-mypage-admin .campaign-quota-display .quota-info .quota-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2e1f4d;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.goods-owner-mypage-admin .campaign-quota-display .quota-info .quota-sublabel {
  font-size: 0.9rem;
  color: #5f6368;
  font-weight: 500;
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .campaign-quota-display .quota-info .quota-sublabel {
    font-size: 0.85rem;
  }
}
.goods-owner-mypage-admin .campaign-quota-display.quota-limit-reached {
  background: linear-gradient(135deg, rgba(3, 105, 161, 0.08), rgba(3, 105, 161, 0.03));
  border-color: rgba(3, 105, 161, 0.3);
  border-left-color: #0369a1;
}
.goods-owner-mypage-admin .campaign-quota-display.quota-limit-reached .quota-value {
  color: #0369a1;
}
.goods-owner-mypage-admin .campaign-quota-display.quota-limit-reached .quota-sublabel {
  color: #0369a1;
  font-weight: 600;
}
.goods-owner-mypage-admin .campaigns-list-section {
  margin-bottom: 40px;
}
.goods-owner-mypage-admin .campaigns-list-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .campaigns-list-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.goods-owner-mypage-admin .campaigns-list-section .section-header .section-title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #202124;
}
.goods-owner-mypage-admin .campaigns-list-section .campaigns-summary-collapse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9fafb;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.goods-owner-mypage-admin .campaigns-list-section .campaigns-summary-collapse .collapse-text {
  font-size: 0.95rem;
  color: #5f6368;
  font-weight: 500;
}
.goods-owner-mypage-admin .campaigns-list-section .campaigns-summary-collapse .btn-collapse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: #37BFEF;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.goods-owner-mypage-admin .campaigns-list-section .campaigns-summary-collapse .btn-collapse:hover {
  opacity: 0.8;
}
.goods-owner-mypage-admin .campaigns-list-section .campaigns-sort-wrapper {
  margin-bottom: 16px;
}
.goods-owner-mypage-admin .campaigns-list-section .campaigns-sort-wrapper .campaigns-sort-select {
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  color: #202124;
  font-size: 0.9rem;
  cursor: pointer;
}
.goods-owner-mypage-admin .campaigns-list-section .campaigns-sort-wrapper .campaigns-sort-select:focus {
  outline: none;
  border-color: #37BFEF;
}
.goods-owner-mypage-admin .campaigns-grid.swiper {
  overflow: visible;
}
.goods-owner-mypage-admin .campaign-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
}
.goods-owner-mypage-admin .campaign-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.goods-owner-mypage-admin .campaign-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.goods-owner-mypage-admin .campaign-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #202124;
  margin: 0;
  flex: 1;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .campaign-card-title {
    font-size: 1rem;
  }
}
.goods-owner-mypage-admin .campaign-card-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.goods-owner-mypage-admin .campaign-card-status.status-published {
  background: #d1fae5;
  color: #2e7d32;
}
.goods-owner-mypage-admin .campaign-card-status.status-pending {
  background: #fef3c7;
  color: #92400e;
}
.goods-owner-mypage-admin .campaign-card-status.status-draft {
  background: #f3f4f6;
  color: #6b7280;
}
.goods-owner-mypage-admin .campaign-card-status.status-private {
  background: #EC4899;
  color: #EC4899;
}
.goods-owner-mypage-admin .campaign-card-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 0.85rem;
  color: #6b7280;
}
.goods-owner-mypage-admin .campaign-card-date {
  display: flex;
  align-items: center;
  gap: 6px;
}
.goods-owner-mypage-admin .campaign-card-date i {
  font-size: 0.8rem;
}
.goods-owner-mypage-admin .campaign-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.goods-owner-mypage-admin .campaign-action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
  color: #5f6368;
}
.goods-owner-mypage-admin .campaign-action-link i {
  font-size: 13px;
}
.goods-owner-mypage-admin .campaign-action-link:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.goods-owner-mypage-admin .campaign-action-link--primary {
  background: #37BFEF;
  color: #fff;
  border-color: #37BFEF;
}
.goods-owner-mypage-admin .campaign-action-link--primary:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  border-color: rgb(18.7555555556, 178.1777777778, 234.4444444444);
}
.goods-owner-mypage-admin .campaigns-swiper-button-prev,
.goods-owner-mypage-admin .campaigns-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  color: #6b7280;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .campaigns-swiper-button-prev,
  .goods-owner-mypage-admin .campaigns-swiper-button-next {
    display: flex;
  }
}
.goods-owner-mypage-admin .campaigns-swiper-button-prev:hover,
.goods-owner-mypage-admin .campaigns-swiper-button-next:hover {
  color: #37BFEF;
  background: #f9fafb;
  border-radius: 50%;
}
.goods-owner-mypage-admin .campaigns-swiper-button-prev:disabled,
.goods-owner-mypage-admin .campaigns-swiper-button-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.goods-owner-mypage-admin .campaigns-swiper-button-prev {
  left: -50px;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .campaigns-swiper-button-prev {
    left: 10px;
  }
}
.goods-owner-mypage-admin .campaigns-swiper-button-next {
  right: -50px;
}
@media screen and (max-width: 480px) {
  .goods-owner-mypage-admin .campaigns-swiper-button-next {
    right: 10px;
  }
}
.goods-owner-mypage-admin .empty-state-icon {
  font-size: 3rem;
  color: #d1d5db;
  margin-bottom: 16px;
  display: block;
}
.goods-owner-mypage-admin .empty-state-text {
  color: #6b7280;
  font-size: 0.95rem;
}

/**
 * Goods Owner - Present Entry List Management
 * グッズオーナー向けプレゼント応募一覧管理画面
 */
.goods-owner-entry-list {
  background-color: #f9fafb;
}
.goods-owner-entry-list .goods-owner-entry-list__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.breadcrumb {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.breadcrumb .breadcrumb__link {
  color: #003740;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb .breadcrumb__link:hover {
  color: rgb(0, 11.171875, 13);
}
.breadcrumb .breadcrumb__link i {
  margin-right: 0.5rem;
}
.breadcrumb .breadcrumb__separator {
  margin: 0 0.75rem;
}
.breadcrumb .breadcrumb__current {
  color: #202124;
  font-weight: 600;
}

.entry-list-header {
  margin-bottom: 2rem;
}
.entry-list-header h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #202124;
  margin: 0;
}

.entry-list-campaign-selector {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.entry-list-campaign-selector h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #202124;
  margin: 0 0 1.5rem 0;
}
.entry-list-campaign-selector .notice {
  margin-bottom: 0;
}

.campaign-selection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.campaign-card {
  border: 2px solid #e5e7eb;
  border-radius: 0.375rem;
  background-color: #fff;
  transition: all 0.2s ease;
}
.campaign-card.active {
  border-color: #37BFEF;
  background-color: rgba(55, 191, 239, 0.05);
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.1);
}
.campaign-card.active .campaign-card__link {
  color: #37BFEF;
}
.campaign-card .campaign-card__link {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.campaign-card .campaign-card__link:hover {
  color: #37BFEF;
}
.campaign-card .campaign-card__title {
  font-weight: 600;
  font-size: 1rem;
  color: #202124;
  margin-bottom: 0.75rem;
  word-break: break-word;
}
.campaign-card .campaign-card__stats {
  display: flex;
  gap: 1rem;
  font-size: 0.875rem;
}
.campaign-card .campaign-card__stats .stat {
  color: #6b7280;
}
.campaign-card .campaign-card__stats .stat strong {
  color: #202124;
  font-weight: 700;
}

.entry-list-section {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.entry-list-section .entry-list-header-info {
  margin-bottom: 1.5rem;
}
.entry-list-section .entry-list-header-info h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #202124;
  margin: 0 0 0.75rem 0;
}
.entry-list-section .entry-list-header-info .campaign-info {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.entry-list-section .entry-list-header-info .campaign-info .info-item {
  color: #6b7280;
}
.entry-list-section .entry-list-header-info .campaign-info .info-item strong {
  color: #202124;
  font-weight: 600;
}
.entry-list-section .notice {
  margin: 1rem 0 0 0;
}

.entry-list-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .entry-list-table-wrapper {
    margin: 0 -1.5rem -1.5rem -1.5rem;
    padding: 0 1.5rem;
  }
}

.entry-list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.entry-list-table thead {
  background-color: #f3f4f6;
  border-bottom: 2px solid #e5e7eb;
}
.entry-list-table thead th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: #202124;
  white-space: nowrap;
}
.entry-list-table thead th.col-checkbox {
  width: 50px;
  text-align: center;
  padding: 1rem 0.5rem;
}
.entry-list-table thead th.col-name {
  min-width: 150px;
}
.entry-list-table thead th.col-date {
  min-width: 150px;
}
.entry-list-table thead th.col-weight {
  width: 100px;
}
.entry-list-table thead th.col-status {
  min-width: 120px;
}
.entry-list-table thead th.col-actions {
  min-width: 180px;
}
.entry-list-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}
.entry-list-table tbody tr:hover {
  background-color: #f9fafb;
}
.entry-list-table tbody tr.entry-row--pending:hover {
  background-color: rgba(107, 114, 128, 0.02);
}
.entry-list-table tbody tr.entry-row--winner {
  background-color: rgba(231, 76, 60, 0.05);
}
.entry-list-table tbody tr.entry-row--winner:hover {
  background-color: rgba(231, 76, 60, 0.12);
}
.entry-list-table tbody tr.entry-row--lost {
  background-color: rgba(107, 114, 128, 0.05);
}
.entry-list-table tbody tr.entry-row--lost:hover {
  background-color: rgba(107, 114, 128, 0.12);
}
.entry-list-table tbody tr td {
  padding: 1rem;
  color: #202124;
}
.entry-list-table tbody tr td.col-checkbox {
  text-align: center;
  padding: 1rem 0.5rem;
}
.entry-list-table tbody tr .text-center {
  text-align: center;
}

.entry-author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.entry-author-name {
  font-weight: 500;
  color: #202124;
}

.entry-author-email {
  font-size: 0.8125rem;
  color: #6b7280;
}

.status-badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.status-badge.status-badge--pending {
  background-color: rgba(107, 114, 128, 0.1);
  color: #6b7280;
  border: 1px solid rgba(107, 114, 128, 0.3);
}
.status-badge.status-badge--winner {
  background-color: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.3);
}
.status-badge.status-badge--lost {
  background-color: rgba(107, 114, 128, 0.1);
  color: #202124;
  border: 1px solid rgba(107, 114, 128, 0.3);
}

.action-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.btn {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #202124;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn:hover:not(:disabled) {
  background-color: #f3f4f6;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.btn-winner {
  background-color: #fee2e2;
  color: #e74c3c;
  border-color: #fee2e2;
}
.btn.btn-winner:hover:not(:disabled) {
  background-color: rgb(251.45, 152.05, 152.05);
  border-color: rgb(251.45, 152.05, 152.05);
}
.btn.btn-lost {
  background-color: #f3f4f6;
  color: #6b7280;
  border-color: #e5e7eb;
}
.btn.btn-lost:hover:not(:disabled) {
  background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
  border-color: #6b7280;
}

.entry-list-notice {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-left: 4px solid;
  border-radius: 0.375rem;
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.entry-list-notice p {
  margin: 0;
}
.entry-list-notice.notice-success {
  border-left-color: #d1fae5;
  background-color: rgba(209, 250, 229, 0.05);
  color: #75f0b1;
}
.entry-list-notice.notice-error {
  border-left-color: #fee2e2;
  background-color: rgba(254, 226, 226, 0.05);
  color: rgb(250.6, 127.4, 127.4);
}
.entry-list-notice.notice-info {
  border-left-color: #e0f2fe;
  background-color: rgba(224, 242, 254, 0.05);
  color: rgb(125.1875, 200.5625, 250.8125);
}

@media (max-width: 768px) {
  .goods-owner-entry-list__container {
    padding: 1rem;
  }
  .entry-list-campaign-selector,
  .entry-list-section {
    padding: 1rem;
  }
  .campaign-selection-grid {
    grid-template-columns: 1fr;
  }
  .entry-list-table {
    font-size: 0.8125rem;
  }
  .entry-list-table thead th {
    padding: 0.75rem 0.5rem;
  }
  .entry-list-table tbody td {
    padding: 0.75rem 0.5rem;
  }
  .action-buttons {
    flex-direction: column;
  }
  .action-buttons .btn {
    width: 100%;
    text-align: center;
  }
  .entry-list-table thead th.col-checkbox {
    width: 40px;
    padding: 0.75rem 0.25rem;
  }
  .entry-list-table tbody td.col-checkbox {
    padding: 0.75rem 0.25rem;
  }
  .entry-list-actions {
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
  }
  .entry-list-actions #btn-apply-winners {
    width: 100%;
  }
  .entry-list-actions .entry-list-actions-hint {
    min-width: unset;
  }
}
.entry-winner-form {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  overflow: hidden;
}

.entry-list-actions {
  padding: 1.5rem;
  background-color: #f3f4f6;
  border-top: 1px solid #e5e7eb;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.entry-list-actions #btn-apply-winners {
  padding: 0.625rem 1.5rem;
  font-weight: 600;
  min-width: 150px;
}
.entry-list-actions #btn-apply-winners:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.entry-list-actions-hint {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
  flex: 1;
  min-width: 250px;
}

.select-all-checkbox,
.entry-checkbox {
  cursor: pointer;
  width: 18px;
  height: 18px;
  accent-color: #003740;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal.is-active {
  display: flex;
}

.modal-content {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.modal-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #202124;
}

.modal-close {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #6b7280;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}
.modal-close:hover {
  background-color: #f3f4f6;
  color: #202124;
}

.modal-body {
  padding: 1.5rem;
  flex: 1;
  overflow-y: auto;
}

.modal-loading {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}

.entry-details-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.details-section {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1.5rem;
}
.details-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.details-title {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #202124;
}

.details-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.details-table tr {
  border-bottom: 1px solid #f3f4f6;
}
.details-table th {
  padding: 0.75rem;
  text-align: left;
  background-color: #f3f4f6;
  font-weight: 600;
  color: #202124;
  width: 120px;
}
.details-table td {
  padding: 0.75rem;
  color: #202124;
  word-break: break-word;
}

.error-message {
  color: #e74c3c;
  padding: 1rem;
  background-color: rgba(231, 76, 60, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.3);
  border-radius: 0.25rem;
  margin: 0;
}

.btn-details {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 0.875rem;
  white-space: nowrap;
}

/* ========================================
  DM ページ (送信 / 履歴 / 管理トップ)
=========================================== */
.dm-send-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .dm-send-grid {
    grid-template-columns: 1fr;
  }
}

.dm-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.dm-card-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.dm-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.dm-note {
  color: #6b7280;
  font-size: 13px;
  margin: 4px 0 12px;
}

.dm-filters .dm-field {
  margin-bottom: 16px;
}

.dm-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.dm-field input[type=text],
.dm-field select,
.dm-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
}

.dm-check-group label {
  display: inline-block;
  margin-right: 12px;
  font-weight: 400;
}

.dm-target-count {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 10px 0 20px;
  font-weight: 700;
}

.dm-target-number {
  font-size: 28px;
  color: #111827;
}

.dm-form .req {
  color: #e74c3c;
  font-weight: 700;
  margin-left: 4px;
}

.dm-button-group {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .dm-button-group {
    flex-direction: column;
  }
}

.btn-draft,
.dm-draft-btn {
  background: #6b7280 !important;
  border: 1px solid #6b7280 !important;
  color: #fff !important;
  padding: 10px 32px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  min-width: 200px !important;
  width: auto !important;
  height: 44px !important;
  line-height: 1.5 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease;
}
.btn-draft:hover,
.dm-draft-btn:hover {
  background: #4b5563 !important;
  border-color: #4b5563 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: translateY(-1px);
}
.btn-draft:focus,
.dm-draft-btn:focus {
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
}
.btn-draft:active,
.dm-draft-btn:active {
  box-shadow: none !important;
  text-shadow: none !important;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .btn-draft,
  .dm-draft-btn {
    width: 100% !important;
  }
}

.dm-submit {
  display: inline-block !important;
  margin: 0 !important;
  padding: 10px 32px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  min-width: 200px !important;
  width: auto !important;
  height: 44px !important;
  line-height: 1.5 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  background: #37BFEF !important;
  border: 1px solid #37BFEF !important;
  color: #fff !important;
  transition: all 0.2s ease;
}
.dm-submit:hover {
  background: #12abe1 !important;
  border-color: #12abe1 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: translateY(-1px);
}
.dm-submit:focus {
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
}
.dm-submit:active {
  box-shadow: none !important;
  text-shadow: none !important;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .dm-submit {
    width: 100% !important;
  }
}

.dm-submit[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

.dm-history-table,
.dm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.dm-history-table th,
.dm-history-table td,
.dm-table th,
.dm-table td {
  padding: 10px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  vertical-align: top;
}
.dm-history-table th,
.dm-table th {
  background: #f9fafb;
  font-weight: 700;
}

.dm-table-wrapper {
  overflow-x: auto;
}

.dm-status {
  color: #059669;
  font-weight: 700;
}

.dm-empty {
  text-align: center;
  color: #6b7280;
}

.dm-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.dm-action-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  color: #111827;
  transition: all 0.2s ease;
}
.dm-action-card:hover {
  background: #fff;
  border-color: #37BFEF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.dm-action-card .dm-action-content h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 700;
}
.dm-action-card .dm-action-content p {
  margin: 0;
  color: #6b7280;
  font-size: 0.9rem;
}
.dm-action-card .dm-action-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #37BFEF;
  color: #fff;
  border-radius: 50%;
  font-size: 1.1rem;
}

.dm-summary-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin: 10px 0 20px;
}

.dm-summary-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dm-summary-card .label {
  color: #6b7280;
  font-size: 0.9rem;
}
.dm-summary-card .value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
}

.dm-notice {
  margin-top: 20px;
  padding: 16px 18px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.dm-notice h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
}
.dm-notice ul {
  margin: 0;
  padding-left: 18px;
  color: #4b5563;
  line-height: 1.6;
  font-size: 0.95rem;
}

button.dm-favorite-btn {
  height: auto;
  width: auto;
  border: none;
}

.dm-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.dm-btn-primary {
  background: #37BFEF;
  color: #fff;
  border: 1px solid #37BFEF;
}
.dm-btn-primary:hover {
  background: rgb(26.6666666667, 181.9333333333, 236.7333333333);
  border-color: rgb(26.6666666667, 181.9333333333, 236.7333333333);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.25);
  transform: translateY(-1px);
}

.dm-checklist-box {
  display: block;
  border: 1px solid #d1d5db;
  padding: 10px;
  max-height: 150px;
  overflow-y: auto;
}
.dm-checklist-box label {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 15px;
}
.dm-checklist-box--borderno {
  border: none;
  padding: 0;
  max-height: none;
}

.notice-list-box {
  display: flex;
  flex-wrap: wrap;
}
.notice-list-box .nlb-temp {
  width: 130px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .notice-list-box .nlb-temp {
    width: 100%;
  }
}

/* ========================================
  マーケティング UI セクション
=========================================== */
.dm-conditions-section {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.dm-conditions-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 20px 20px 0;
  color: #202124;
}

.dm-conditions-desc {
  color: #6b7280;
  font-size: 13px;
  margin: 6px 0 0;
  padding: 0 20px;
}

.dm-conditions-form {
  padding: 20px;
}

.dm-section-card {
  background: #f5f7fa;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #d1d5db;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.dm-section-card:hover {
  border-color: #e5e7eb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.dm-section-card:last-child {
  margin-bottom: 0;
}
.dm-section-card.dog-card {
  background: #f8fcfe;
  border-left-color: #0ea5e9;
}
.dm-section-card.dog-card.has-selection {
  background: #e0f2fe;
  border-left-color: #0284c7;
}
.dm-section-card.cat-card {
  background: #f8fefd;
  border-left-color: #14b8a6;
}
.dm-section-card.cat-card.has-selection {
  background: #f0fdfa;
  border-left-color: #0d9488;
}
.dm-section-card.attribute-card {
  background: #fffef3;
  border-left-color: #eab308;
}
.dm-section-card.attribute-card.has-selection {
  background: #fefce8;
  border-left-color: #ca8a04;
}

.dm-section-header {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.dm-section-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #111827;
}

.dm-section-desc {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.dm-section-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dm-select {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.875rem;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.dm-select:hover {
  border-color: #9ca3af;
}
.dm-select:focus {
  outline: none;
  border-color: #37BFEF;
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.1);
}

.dm-toggle-control {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  margin-bottom: 8px;
}

.dm-toggle-all {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: #37BFEF;
}
.dm-toggle-all:checked + .dm-toggle-label {
  font-weight: 700;
  color: #37BFEF;
}

.dm-toggle-label {
  margin: 0 0 0 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #5f6368;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dm-checklist-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 8px;
}
.dm-checklist-wrapper::-webkit-scrollbar {
  width: 6px;
}
.dm-checklist-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.dm-checklist-wrapper::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}
.dm-checklist-wrapper::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.dm-checkbox-item {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.dm-checkbox-item:hover {
  background-color: #e5e7eb;
}

.dm-checkbox-item-input {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  accent-color: #37BFEF;
}

.dm-checkbox-label {
  margin: 0 0 0 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #5f6368;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dm-checkbox-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dm-checkbox-item.disabled:hover {
  background-color: transparent;
}
.dm-checkbox-item.disabled .dm-checkbox-item-input {
  cursor: not-allowed;
}
.dm-checkbox-item.disabled .dm-checkbox-label {
  color: #6b7280;
  cursor: not-allowed;
}

.dm-section-summary {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 4px 0 0;
  font-style: italic;
}

.dm-breed-selection-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  border-bottom: 2px solid #e5e7eb;
}

.dm-breed-tab {
  padding: 10px 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  color: #6b7280;
  font-size: 0.875rem;
  position: relative;
  transition: color 0.2s ease;
}
.dm-breed-tab.dm-breed-tab-active {
  color: #37BFEF;
}
.dm-breed-tab.dm-breed-tab-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #37BFEF;
}
.dm-breed-tab:hover {
  color: #37BFEF;
}

.dm-breed-tab-radio {
  display: none;
}

.dm-breed-panel {
  display: none;
}
.dm-breed-panel.dm-breed-panel-active {
  display: block;
}

.dm-filter-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.dm-conditions-submit {
  background: #37BFEF;
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.dm-conditions-submit:hover {
  background: rgb(26.6666666667, 181.9333333333, 236.7333333333);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.18);
  transform: translateY(-1px);
}
.dm-conditions-submit:active {
  transform: translateY(0);
}

.dog-conditions-section.d-none,
.cat-conditions-section.d-none,
.other-conditions-section.d-none {
  display: none;
}

/* ========================================
  プラン管理画面スタイル
========================================== */
.plan-page {
  /* ① 利用状況サマリーカード */
}
.plan-page .plan-summary-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .plan-page .plan-summary-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.plan-page .summary-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 16px;
  align-items: center;
  transition: box-shadow 0.2s ease;
}
.plan-page .summary-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.plan-page .summary-card .summary-icon {
  font-size: 28px;
  color: #2e1f4d;
  flex-shrink: 0;
}
.plan-page .summary-card .summary-content {
  flex: 1;
}
.plan-page .summary-card .summary-content .summary-label {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 4px 0;
}
.plan-page .summary-card .summary-content .summary-value {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.plan-page {
  /* ② 商品掲載料金説明セクション */
}
.plan-page .plan-pricing-section {
  margin-bottom: 40px;
}
.plan-page .plan-pricing-section .section-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #333;
}
.plan-page .pricing-info-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .plan-page .pricing-info-card {
    flex-direction: column;
  }
}
.plan-page .pricing-info-card .pricing-icon {
  font-size: 40px;
  color: #ff9800;
  flex-shrink: 0;
}
.plan-page .pricing-info-card .pricing-content {
  flex: 1;
}
.plan-page .pricing-info-card .pricing-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.plan-page .pricing-info-card .pricing-content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #6b7280;
}
.plan-page .pricing-breakdown {
  background: #f9fafb;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .plan-page .pricing-breakdown {
    flex-direction: column;
    gap: 16px;
  }
}
.plan-page .pricing-breakdown .breakdown-item {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 12px 16px;
  text-align: center;
  flex: 1;
  min-width: 120px;
}
@media screen and (max-width: 480px) {
  .plan-page .pricing-breakdown .breakdown-item {
    width: 100%;
  }
}
.plan-page .pricing-breakdown .breakdown-item .breakdown-label {
  font-size: 12px;
  color: #9ca3af;
  display: block;
  margin-bottom: 4px;
}
.plan-page .pricing-breakdown .breakdown-item .breakdown-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: block;
}
.plan-page .pricing-breakdown .breakdown-item.breakdown-total {
  background: #e0f2fe;
  border-color: #e5e7eb;
}
.plan-page .pricing-breakdown .breakdown-item.breakdown-total .breakdown-value {
  color: #0369a1;
  font-size: 18px;
}
.plan-page .pricing-breakdown .breakdown-operator {
  font-size: 18px;
  color: #9ca3af;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .plan-page .pricing-breakdown .breakdown-operator {
    display: none;
  }
}
.plan-page .pricing-notice {
  background: #fef3c7;
  border-left: 4px solid #ff9800;
  border-radius: 4px;
  padding: 16px;
}
.plan-page .pricing-notice p {
  font-size: 14px;
  margin: 0;
  color: #92400e;
}
.plan-page .pricing-notice p i {
  margin-right: 8px;
}
.plan-page {
  /* ③ DM追加プラン選択 */
}
.plan-page .dm-plan-section {
  margin-bottom: 40px;
}
.plan-page .dm-plan-section .section-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.plan-page .dm-plan-section .section-description {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 24px 0;
}
.plan-page .current-dm-plan {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}
.plan-page .current-dm-plan .current-plan-header {
  margin-bottom: 16px;
}
.plan-page .current-dm-plan .current-plan-header h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #333;
}
.plan-page .current-dm-plan .current-plan-header .plan-details {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.plan-page .current-dm-plan .current-plan-header .plan-details .plan-price,
.plan-page .current-dm-plan .current-plan-header .plan-details .plan-limit {
  font-size: 14px;
  color: #6b7280;
}
.plan-page .current-dm-plan .current-plan-header .plan-details .plan-price::before,
.plan-page .current-dm-plan .current-plan-header .plan-details .plan-limit::before {
  content: "・ ";
  margin-right: 4px;
}
.plan-page .current-dm-plan .usage-bar-wrapper .usage-bar {
  width: 100%;
  height: 8px;
  background: #d1d5db;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
.plan-page .current-dm-plan .usage-bar-wrapper .usage-bar .usage-bar-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #0369a1, #37BFEF);
  border-radius: 4px;
  transition: width 0.3s ease;
}
.plan-page .current-dm-plan .usage-bar-wrapper .usage-text {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}
.plan-page .dm-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .plan-page .dm-plans-grid {
    grid-template-columns: 1fr;
  }
}
.plan-page .dm-plan-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}
.plan-page .dm-plan-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.plan-page .dm-plan-card.is-current {
  border-color: #0369a1;
  background: linear-gradient(135deg, #e0f2fe 0%, #e0f2fe 100%);
}
.plan-page .dm-plan-card .dm-plan-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.plan-page .dm-plan-card .dm-plan-header .plan-title-info {
  flex: 1;
}
.plan-page .dm-plan-card .dm-plan-header .plan-title-info .plan-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #333;
}
.plan-page .dm-plan-card .dm-plan-header .plan-title-info .plan-desc {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}
.plan-page .dm-plan-card .dm-plan-header .plan-badge {
  background: #0369a1;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
  white-space: nowrap;
}
.plan-page .dm-plan-card .dm-plan-main {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
  padding: 16px 0;
  border-top: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
}
@media screen and (max-width: 480px) {
  .plan-page .dm-plan-card .dm-plan-main {
    flex-direction: column;
    gap: 12px;
  }
}
.plan-page .dm-plan-card .dm-plan-main .plan-price-block,
.plan-page .dm-plan-card .dm-plan-main .plan-limit-block {
  flex: 1;
}
.plan-page .dm-plan-card .dm-plan-main .plan-price-label,
.plan-page .dm-plan-card .dm-plan-main .plan-limit-label {
  font-size: 12px;
  color: #9ca3af;
  display: block;
  margin-bottom: 4px;
}
.plan-page .dm-plan-card .dm-plan-main .plan-price,
.plan-page .dm-plan-card .dm-plan-main .plan-limit-value {
  font-size: 18px;
  font-weight: 600;
  color: #0369a1;
  display: block;
}
.plan-page .dm-plan-card .dm-plan-features {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.plan-page .dm-plan-card .dm-plan-features li {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.plan-page .dm-plan-card .dm-plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}
.plan-page .dm-plan-card .dm-plan-features li:last-child {
  margin-bottom: 0;
}
.plan-page .dm-plan-card .dm-plan-footer .dm-plan-btn {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.plan-page .dm-plan-card .dm-plan-footer .dm-plan-btn.dm-plan-btn-primary {
  background: #0369a1;
  color: #fff;
}
.plan-page .dm-plan-card .dm-plan-footer .dm-plan-btn.dm-plan-btn-primary:hover {
  background: #003740;
}
.plan-page .dm-plan-card .dm-plan-footer .dm-plan-btn.dm-plan-btn-disabled {
  background: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}
.plan-page .dm-plan-card .dm-plan-footer .dm-plan-btn.dm-plan-btn-disabled:hover {
  background: #e5e7eb;
}
.plan-page {
  /* ④ 月額料金の総計 */
}
.plan-page .plan-total-section {
  margin-bottom: 40px;
}
.plan-page .plan-total-section .total-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.plan-page .plan-total-section .total-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #d1d5db;
}
.plan-page .plan-total-section .total-item .total-label {
  font-size: 14px;
  color: #6b7280;
}
.plan-page .plan-total-section .total-item .total-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.plan-page .plan-total-section .total-item.total-sum {
  border-bottom: none;
  padding: 16px 0 0 0;
  font-size: 16px;
}
.plan-page .plan-total-section .total-item.total-sum .total-value {
  font-size: 24px;
  color: #0369a1;
}
.plan-page .plan-total-section .total-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #d1d5db, transparent);
  margin: 12px 0;
}
.plan-page .plan-total-section .total-note {
  font-size: 12px;
  color: #9ca3af;
  margin: 12px 0 0 0;
  text-align: center;
}
.plan-page {
  /* ⑤ 注意事項 */
}
.plan-page .plan-notices {
  background: #f9fafb;
  border-radius: 8px;
  padding: 24px;
}
.plan-page .plan-notices .section-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: #333;
}
.plan-page .plan-notices .notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plan-page .plan-notices .notice-list li {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  line-height: 1.6;
}
.plan-page .plan-notices .notice-list li i {
  position: absolute;
  left: 0;
  color: #ff9800;
  font-size: 16px;
}
.plan-page .plan-notices .notice-list li:last-child {
  margin-bottom: 0;
}

/* 汎用スタイル */
a {
  text-decoration: none;
}

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

.mt-3 {
  margin-top: 30px;
}

/**
 * Mypage - すべてのmypageスタイルをまとめるインデックスファイル
 */
/* ========================================
  ペットオーナー マイページ（toC会員サイト風）
======================================== */
/* ========================================
  共通ボタンコンポーネント
======================================== */
.pet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  line-height: 1.5;
}
.pet-btn--primary {
  padding: 12px 28px;
  background: #37BFEF;
  color: #fff;
  font-size: 15px;
}
.pet-btn--primary:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.25);
}
.pet-btn--primary:active {
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .pet-btn--primary {
    width: 100%;
    padding: 14px 28px;
  }
}
.pet-btn--secondary {
  padding: 10px 24px;
  background: #fff;
  color: #003740;
  font-size: 14px;
  border: 2px solid #003740;
}
.pet-btn--secondary:hover {
  background: #003740;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .pet-btn--secondary {
    width: 100%;
    padding: 12px 24px;
  }
}
.pet-btn--ghost {
  padding: 10px 24px;
  background: transparent;
  color: #37BFEF;
  font-size: 14px;
  border: 2px solid #e5e7eb;
}
.pet-btn--ghost:hover {
  border-color: #37BFEF;
  background: rgba(55, 191, 239, 0.05);
}
@media screen and (max-width: 480px) {
  .pet-btn--ghost {
    padding: 12px 24px;
  }
}
.pet-btn--small {
  padding: 8px 20px;
  font-size: 13px;
}
.pet-btn--danger {
  padding: 10px 24px;
  background: #fff;
  color: #dc2626;
  font-size: 14px;
  border: 2px solid #fecaca;
}
.pet-btn--danger:hover {
  background: #fee2e2;
  border-color: #f87171;
}
.pet-btn:disabled, .pet-btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pet-btn:disabled:hover, .pet-btn--disabled:hover {
  transform: none;
  box-shadow: none;
}

/* ========================================
  共通カードコンポーネント
======================================== */
.pet-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .pet-card {
    padding: 16px;
  }
}
.pet-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pet-card--compact {
  padding: 16px;
}
@media screen and (max-width: 480px) {
  .pet-card--compact {
    padding: 14px;
  }
}
.pet-card__header {
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .pet-card__header {
    margin-bottom: 14px;
  }
}
.pet-card__title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #003740;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .pet-card__title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.pet-card__meta {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .pet-card__meta {
    font-size: 13px;
  }
}
.pet-card__content {
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .pet-card__content {
    margin-bottom: 14px;
  }
}
.pet-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .pet-card__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}

/* ========================================
  共通セクションスタイル
======================================== */
.pet-section {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .pet-section {
    margin-bottom: 32px;
  }
}
.pet-section__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #003740;
}
@media screen and (max-width: 480px) {
  .pet-section__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.pet-section__description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
}
@media screen and (max-width: 480px) {
  .pet-section__description {
    font-size: 13px;
    margin-bottom: 14px;
  }
}

.pet-owner-mypage {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .pet-owner-mypage {
    padding: 36px 0;
  }
}
@media screen and (max-width: 480px) {
  .pet-owner-mypage {
    padding: 32px 0;
  }
}

.pet-mypage__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 480px) {
  .pet-mypage__container {
    padding: 0 16px;
  }
}

/* ===== ① ユーザー情報ヘッダー ===== */
.pet-mypage__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
  .pet-mypage__header {
    padding: 24px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .pet-mypage__header {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 32px;
    gap: 16px;
  }
}

.pet-mypage__header-content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.pet-mypage__avatar {
  flex-shrink: 0;
}
.pet-mypage__avatar img,
.pet-mypage__avatar .pet-mypage__avatar-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #e5e7eb;
  display: block;
}
@media screen and (max-width: 480px) {
  .pet-mypage__avatar img,
  .pet-mypage__avatar .pet-mypage__avatar-img {
    width: 56px;
    height: 56px;
  }
}

.pet-mypage__greeting {
  flex: 1;
}

.pet-mypage__user-name {
  margin: 0 0 2px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .pet-mypage__user-name {
    font-size: 1.25rem;
  }
}

.pet-mypage__user-message {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
}

.pet-mypage__header-actions {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .pet-mypage__header-actions {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
}

.pet-mypage__edit-btn {
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .pet-mypage__edit-btn {
    width: 100%;
    justify-content: center;
  }
}
.pet-mypage__edit-btn i {
  font-size: 16px;
}

.pet-mypage__user-message {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 400;
}

/* ===== ② 状況サマリー ===== */
.pet-mypage__summary {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .pet-mypage__summary {
    margin-bottom: 36px;
  }
}

.pet-mypage__summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pet-mypage__summary-grid {
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .pet-mypage__summary-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.pet-mypage__summary-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  border: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pet-mypage__summary-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
@media screen and (max-width: 480px) {
  .pet-mypage__summary-card {
    padding: 20px;
    gap: 12px;
  }
}

.pet-mypage__card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.pet-mypage__card-icon--favorites {
  background: rgba(236, 72, 153, 0.1);
  color: #ec4899;
}
.pet-mypage__card-icon--bookings {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.pet-mypage__card-icon--reviews {
  background: rgba(251, 146, 60, 0.1);
  color: #fb923c;
}
.pet-mypage__card-icon--campaigns {
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
}
.pet-mypage__card-icon--recommendations {
  background: rgba(251, 191, 36, 0.1);
  color: #fbbf24;
}

.pet-mypage__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pet-mypage__card-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pet-mypage__card-value {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .pet-mypage__card-value {
    font-size: 2rem;
  }
}

.pet-mypage__card-sublabel {
  margin: 0;
  font-size: 0.875rem;
  color: #9ca3af;
  font-weight: 400;
}

.pet-mypage__card-empty {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2937;
}

.pet-mypage__card-hint {
  margin: 4px 0 0 0;
  font-size: 0.875rem;
  color: #9ca3af;
  line-height: 1.4;
}

.pet-mypage__card-cta {
  align-self: flex-start;
  color: #37BFEF;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  margin-top: 4px;
}
.pet-mypage__card-cta:hover {
  opacity: 0.7;
}

/* ===== ③ 当選のお知らせ ===== */
.pet-mypage__winning-notification {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .pet-mypage__winning-notification {
    margin-bottom: 36px;
  }
}

.pet-mypage__winning-card {
  background: linear-gradient(135deg, #fef3c7 0%, #fde047 100%);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 4px solid #eab308;
  box-shadow: 0 4px 16px rgba(234, 179, 8, 0.2);
  position: relative;
  overflow: hidden;
}
.pet-mypage__winning-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .pet-mypage__winning-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 12px;
  }
}

.pet-mypage__winning-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #eab308;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .pet-mypage__winning-icon {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }
}

.pet-mypage__winning-body {
  flex: 1;
  position: relative;
  z-index: 1;
}

.pet-mypage__winning-title {
  margin: 0 0 4px 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #78350f;
}
@media screen and (max-width: 480px) {
  .pet-mypage__winning-title {
    font-size: 1rem;
  }
}

.pet-mypage__winning-desc {
  margin: 0 0 4px 0;
  font-size: 0.95rem;
  color: #92400e;
  font-weight: 600;
}

.pet-mypage__winning-note {
  margin: 0;
  font-size: 0.875rem;
  color: #a16207;
}

.pet-mypage__winning-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eab308;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(234, 179, 8, 0.3);
}
.pet-mypage__winning-cta:hover {
  background: rgb(210.6, 161.1, 7.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(234, 179, 8, 0.4);
}
@media screen and (max-width: 480px) {
  .pet-mypage__winning-cta {
    width: 100%;
    justify-content: center;
    flex-shrink: auto;
  }
}

/* ===== ④ 新着お知らせ ===== */
.pet-mypage__notification {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .pet-mypage__notification {
    margin-bottom: 36px;
  }
}

.pet-mypage__notification-card {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 4px solid #f59e0b;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.15);
}
@media screen and (max-width: 480px) {
  .pet-mypage__notification-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 12px;
  }
}

.pet-mypage__notification-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #f59e0b;
}
@media screen and (max-width: 480px) {
  .pet-mypage__notification-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
}

.pet-mypage__notification-body {
  flex: 1;
}

.pet-mypage__notification-title {
  margin: 0 0 2px 0;
  font-size: 1rem;
  font-weight: 700;
  color: #92400e;
}
@media screen and (max-width: 480px) {
  .pet-mypage__notification-title {
    font-size: 0.95rem;
  }
}

.pet-mypage__notification-desc {
  margin: 0;
  font-size: 0.875rem;
  color: #b45309;
}

.pet-mypage__notification-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f59e0b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.pet-mypage__notification-cta:hover {
  background: rgb(221.3291338583, 142.4125984252, 9.0708661417);
  transform: translateY(-1px);
}
@media screen and (max-width: 480px) {
  .pet-mypage__notification-cta {
    width: 100%;
    justify-content: center;
    flex-shrink: auto;
  }
}

/* ===== ④ できること（アクション誘導） ===== */
.pet-mypage__actions {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .pet-mypage__actions {
    margin-bottom: 32px;
  }
}

.pet-mypage__actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .pet-mypage__actions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .pet-mypage__actions-grid {
    grid-template-columns: 1fr;
  }
}

.pet-mypage__action-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid #f3f4f6;
}
.pet-mypage__action-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  border-color: #37BFEF;
}
.pet-mypage__action-card:hover .pet-mypage__action-icon {
  color: #37BFEF;
  transform: scale(1.15);
}
.pet-mypage__action-card:hover .pet-mypage__action-title {
  color: #37BFEF;
}
@media screen and (max-width: 480px) {
  .pet-mypage__action-card {
    padding: 20px;
    gap: 10px;
  }
}

.pet-mypage__action-icon {
  font-size: 2rem;
  color: #9ca3af;
  transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .pet-mypage__action-icon {
    font-size: 1.5rem;
  }
}

.pet-mypage__action-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  transition: color 0.2s ease;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .pet-mypage__action-title {
    font-size: 0.95rem;
  }
}

/* ===== お知らせポップアップ ===== */
.pet-notification-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pet-notification-popup.is-visible {
  display: flex;
}

.pet-notification-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease;
}

.pet-notification-popup__modal {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 560px;
  width: 100%;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  animation: slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 480px) {
  .pet-notification-popup__modal {
    max-width: 100%;
    border-radius: 12px;
  }
}
.pet-notification-popup__modal {
  /* 当選通知のスタイル */
}
.pet-notification-popup__modal.is-winning {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 2px solid #fbbf24;
}
.pet-notification-popup__modal.is-winning .pet-notification-popup__header {
  border-bottom: 2px solid #fbbf24;
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.05) 0%, transparent 100%);
}
.pet-notification-popup__modal.is-winning .pet-notification-popup__title {
  color: #d97706;
}
.pet-notification-popup__modal.is-winning .pet-notification-popup__sender {
  background: rgba(251, 191, 36, 0.15);
  color: #d97706;
}
.pet-notification-popup__modal.is-winning .pet-notification-popup__sender i {
  color: #d97706;
}
.pet-notification-popup__modal.is-winning .pet-notification-popup__subject {
  color: #d97706;
}
.pet-notification-popup__modal.is-winning .pet-notification-popup__message {
  color: #b45309;
}
.pet-notification-popup__modal.is-winning .pet-notification-popup__date {
  color: #d97706;
}
.pet-notification-popup__modal.is-winning .pet-notification-popup__btn--primary {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}
.pet-notification-popup__modal.is-winning .pet-notification-popup__btn--primary:hover {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.3);
}

.pet-notification-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 480px) {
  .pet-notification-popup__header {
    padding: 20px 20px;
  }
}

.pet-notification-popup__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
}
@media screen and (max-width: 480px) {
  .pet-notification-popup__title {
    font-size: 1.125rem;
  }
}

.pet-notification-popup__close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.pet-notification-popup__close:hover {
  background: #f3f4f6;
  color: #1f2937;
}
.pet-notification-popup__close i {
  font-size: 1.125rem;
}

.pet-notification-popup__body {
  padding: 28px;
}
@media screen and (max-width: 480px) {
  .pet-notification-popup__body {
    padding: 24px 20px;
  }
}

.pet-notification-popup__sender {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 12px;
  background: #f9fafb;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.pet-notification-popup__sender i {
  color: #3b82f6;
  font-size: 0.875rem;
}
.pet-notification-popup__sender span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}

.pet-notification-popup__subject {
  margin: 0 0 16px 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .pet-notification-popup__subject {
    font-size: 1rem;
  }
}

.pet-notification-popup__message {
  margin: 0 0 20px 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #4b5563;
  white-space: pre-line;
}
@media screen and (max-width: 480px) {
  .pet-notification-popup__message {
    font-size: 0.875rem;
  }
}

.pet-notification-popup__date {
  display: block;
  font-size: 0.8125rem;
  color: #9ca3af;
}

.pet-notification-popup__footer {
  display: flex;
  gap: 12px;
  padding: 20px 28px 28px;
  border-top: 1px solid #e5e7eb;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .pet-notification-popup__footer {
    padding: 16px 20px 20px;
  }
}

.pet-notification-popup__btn--primary {
  background: #3b82f6;
  flex: 1;
}
.pet-notification-popup__btn--primary:hover {
  background: rgb(29.8390243902, 111.4024390244, 244.6609756098);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
@media screen and (max-width: 480px) {
  .pet-notification-popup__btn--primary {
    flex: 1 1 100%;
  }
}
.pet-notification-popup__btn--secondary {
  background: #f3f4f6;
  color: #374151;
  flex: 0 1 auto;
}
.pet-notification-popup__btn--secondary:hover {
  background: #e5e7eb;
}
@media screen and (max-width: 480px) {
  .pet-notification-popup__btn--secondary {
    flex: 1 1 calc(50% - 6px);
  }
}

.pet-notification-popup__more {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.pet-notification-popup__more-link {
  color: #3b82f6;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.pet-notification-popup__more-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== 🐶 あなたのペット ===== */
.pet-mypage__pets-section {
  margin-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .pet-mypage__pets-section {
    margin-top: 32px;
    padding-bottom: 32px;
  }
}

.pet-mypage__pets-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .pet-mypage__pets-header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }
}

.pet-mypage__pets-header-left {
  flex: 1;
}

.pet-mypage__pets-title {
  margin: 0 0 4px 0;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.2;
}

.pet-mypage__pets-subtitle {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}

/* ペット登録進捗表示 */
.pet-mypage__pets-progress {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid #37BFEF;
  border-radius: 12px;
  padding: 16px 20px;
  min-width: 240px;
}
@media screen and (max-width: 480px) {
  .pet-mypage__pets-progress {
    width: 100%;
    min-width: auto;
  }
}

.pet-mypage__pets-progress-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #5f6368;
  margin-bottom: 4px;
}

.pet-mypage__pets-progress-count {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 1.25rem;
  color: #37BFEF;
  margin-left: 8px;
}
.pet-mypage__pets-progress-count strong {
  font-size: 1.5rem;
  font-weight: 700;
}

.pet-mypage__pets-progress-message {
  margin: 8px 0 0 0;
  font-size: 0.8125rem;
  color: #ff9800;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.pet-mypage__pets-progress-message::before {
  content: "💡";
  font-size: 1rem;
}
.pet-mypage__pets-progress-message.is-exceeded {
  color: #6b7280;
}
.pet-mypage__pets-progress-message.is-exceeded::before {
  content: "ℹ️";
}

/* ===== ペットが登録されている場合 ===== */
.pet-mypage__pets-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .pet-mypage__pets-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .pet-mypage__pets-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.pet-mypage__pet-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.pet-mypage__pet-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.pet-mypage__pet-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pet-mypage__pet-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pet-mypage__pet-image--empty {
  color: #d1d5db;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pet-mypage__pet-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pet-mypage__pet-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.2;
}

.pet-mypage__pet-details {
  margin: 0;
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.3;
}

.pet-mypage__pet-age {
  margin: 0;
  font-size: 0.75rem;
  color: #9ca3af;
  font-weight: 500;
}

.pet-mypage__pet-edit {
  align-self: flex-start;
  font-size: 0.8125rem;
  color: #0ea5e9;
  text-decoration: none;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: inline-block;
}
.pet-mypage__pet-edit:hover {
  background-color: #e0f2fe;
  color: #0284c7;
}
.pet-mypage__pet-edit:active {
  background-color: #bae6fd;
}

/* ペットを追加ボタン */
.pet-mypage__pet-add {
  background: #f0f9ff;
  border: 2px dashed #0ea5e9;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #0ea5e9;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  min-height: 120px;
  cursor: pointer;
}
.pet-mypage__pet-add:hover {
  background: #e0f2fe;
  border-color: #0284c7;
  color: #0284c7;
}
.pet-mypage__pet-add:active {
  background: #bae6fd;
}
.pet-mypage__pet-add i {
  font-size: 1.5rem;
}
.pet-mypage__pet-add span {
  display: block;
}

/* すべて見るリンク */
.pet-mypage__pets-footer {
  margin-top: 20px;
  text-align: center;
}

.pet-mypage__pets-see-all {
  display: inline-block;
  font-size: 0.9375rem;
  color: #0ea5e9;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.pet-mypage__pets-see-all:hover {
  background-color: #e0f2fe;
}

/* ===== ペットが未登録の場合 ===== */
.pet-mypage__pets-empty {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 40px 24px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pet-mypage__pets-empty {
    padding: 32px 20px;
  }
}

.pet-mypage__pets-empty-icon {
  font-size: 3rem;
  color: #d1d5db;
  margin-bottom: 16px;
}

.pet-mypage__pets-empty-text {
  margin: 0 0 24px 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

.pet-mypage__pets-empty-benefits {
  margin: 0 0 32px 0;
  text-align: left;
  display: inline-block;
  background: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.pet-mypage__pets-empty-benefits h4 {
  margin: 0 0 8px 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1f2937;
}
.pet-mypage__pets-empty-benefits ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.pet-mypage__pets-empty-benefits ul li {
  margin: 4px 0;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.4;
  position: relative;
  padding-left: 12px;
}
.pet-mypage__pets-empty-benefits ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 700;
}

.u-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;
}

/* ========================================
  未読返信通知セクション
======================================== */
.pet-mypage__unread-section {
  margin: 32px 0 0 0;
  padding: 24px 0;
  border-top: 1px solid #e5e7eb;
}
@media screen and (max-width: 480px) {
  .pet-mypage__unread-section {
    margin: 24px 0 0 0;
    padding: 20px 0;
  }
}

.pet-mypage__unread-title {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .pet-mypage__unread-title {
    font-size: 1rem;
  }
}
.pet-mypage__unread-title .unread-icon {
  color: #d4b572;
  font-size: 1.25rem;
}
.pet-mypage__unread-title .unread-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #d4b572;
  color: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: 8px;
}

.pet-mypage__unread-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .pet-mypage__unread-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.pet-mypage__unread-reply-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.pet-mypage__unread-reply-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #d4b572;
}
.pet-mypage__unread-reply-card:hover {
  border-color: #37BFEF;
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.15);
  transform: translateY(-2px);
}
@media screen and (max-width: 480px) {
  .pet-mypage__unread-reply-card {
    padding: 14px;
  }
}

.pet-mypage__unread-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pet-mypage__unread-hotel-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

.pet-mypage__unread-message {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

.pet-mypage__unread-footer {
  display: flex;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #f3f4f6;
}

.pet-mypage__unread-link-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  background: #37BFEF;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
.pet-mypage__unread-link-btn:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(55, 191, 239, 0.25);
}
.pet-mypage__unread-link-btn:active {
  transform: translateY(0);
}
.pet-mypage__unread-link-btn i {
  font-size: 1rem;
}

/* ========================================
  返信セクション（レビュー詳細ページ）
======================================== */
.hotel-review__reply-section {
  position: relative;
  margin: 20px 0 0 0;
  padding: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #37BFEF;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .hotel-review__reply-section {
    margin: 16px 0 0 0;
    padding: 14px;
  }
}

.hotel-review__reply-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.hotel-review__reply-icon {
  flex-shrink: 0;
  color: #37BFEF;
  font-size: 1.1rem;
}

.hotel-review__reply-label {
  font-weight: 700;
  color: #1f2937;
  font-size: 0.95rem;
  color: #37BFEF;
}
@media screen and (max-width: 480px) {
  .hotel-review__reply-label {
    font-size: 0.9rem;
  }
}

.hotel-review__reply-date {
  color: #999;
  font-size: 0.85rem;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .hotel-review__reply-date {
    font-size: 0.8rem;
  }
}

.hotel-review__reply-text {
  color: #4b5563;
  line-height: 1.6;
  font-size: 0.95rem;
  word-break: break-word;
}
@media screen and (max-width: 480px) {
  .hotel-review__reply-text {
    font-size: 0.9rem;
  }
}

.pet-account {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .pet-account {
    padding: 36px 0;
  }
}
@media screen and (max-width: 480px) {
  .pet-account {
    padding: 32px 0;
  }
}

.pet-account__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 480px) {
  .pet-account__container {
    padding: 0 16px;
  }
}

/* ===== ページタイトル ===== */
.pet-account__header {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pet-account__header {
    margin-bottom: 36px;
  }
}

.pet-account__title {
  margin: 0 0 12px 0;
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
}
@media screen and (max-width: 480px) {
  .pet-account__title {
    font-size: 1.5rem;
  }
}

.pet-account__subtitle {
  margin: 0;
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
}

/* ===== カード共通 ===== */
.pet-account__card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 480px) {
  .pet-account__card {
    padding: 24px 20px;
    margin-bottom: 20px;
  }
}

.pet-account__card-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.pet-account__card-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
}

/* ===== フォーム ===== */
.pet-account__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pet-account__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pet-account__label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pet-account__optional {
  font-size: 0.75rem;
  color: #9ca3af;
  font-weight: 500;
}

.pet-account__input,
.pet-account__select {
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.2s ease;
}
.pet-account__input:focus,
.pet-account__select:focus {
  outline: none;
  border-color: #37BFEF;
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.1);
}
.pet-account__input::-moz-placeholder, .pet-account__select::-moz-placeholder {
  color: #9ca3af;
}
.pet-account__input::placeholder,
.pet-account__select::placeholder {
  color: #9ca3af;
}

.pet-account__select {
  cursor: pointer;
}

/* ===== プロフィール画像 ===== */
.pet-account__avatar-section {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .pet-account__avatar-section {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.pet-account__avatar-preview {
  flex-shrink: 0;
}
.pet-account__avatar-preview img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #e5e7eb;
  -o-object-fit: cover;
     object-fit: cover;
}

.pet-account__avatar-upload {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .pet-account__avatar-upload {
    width: 100%;
  }
}

.pet-account__file-input {
  display: none;
}

.pet-account__file-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  background: #f3f4f6;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
  color: #374151;
}
.pet-account__file-label:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
}
.pet-account__file-label i {
  font-size: 1.125rem;
}

.pet-account__hint {
  margin: 0;
  font-size: 0.8125rem;
  color: #9ca3af;
}

/* ===== ラジオボタン ===== */
.pet-account__radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pet-account__radio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}
.pet-account__radio:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.pet-account__radio input[type=radio] {
  cursor: pointer;
  accent-color: #37BFEF;
}
.pet-account__radio span {
  font-size: 0.9375rem;
  color: #374151;
}

/* ===== トグル ===== */
.pet-account__toggle-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .pet-account__toggle-group {
    flex-direction: column;
    align-items: flex-start;
  }
}

.pet-account__toggle-info {
  flex: 1;
}

.pet-account__toggle-title {
  margin: 0 0 4px 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
}

.pet-account__toggle-desc {
  margin: 0;
  font-size: 0.8125rem;
  color: #6b7280;
}

.pet-account__toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  flex-shrink: 0;
}
.pet-account__toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pet-account__toggle input:checked + .pet-account__toggle-slider {
  background-color: #37BFEF;
}
.pet-account__toggle input:checked + .pet-account__toggle-slider::before {
  transform: translateX(22px);
}

.pet-account__toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1d5db;
  transition: all 0.3s ease;
  border-radius: 28px;
}
.pet-account__toggle-slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 50%;
}

/* ===== 注記 ===== */
.pet-account__notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(59, 130, 246, 0.05);
  border-left: 3px solid #3b82f6;
  border-radius: 4px;
  margin: 0;
  font-size: 0.875rem;
  color: #1e40af;
  line-height: 1.6;
}
.pet-account__notice i {
  font-size: 0.875rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ===== ボタン ===== */
/* ===== セキュリティ ===== */
.pet-account__security-actions {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pet-account__security-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  color: #374151;
  transition: all 0.2s ease;
  border-bottom: 1px solid #e5e7eb;
}
.pet-account__security-btn:first-child {
  border-top: 1px solid #e5e7eb;
}
.pet-account__security-btn:hover {
  background: #f9fafb;
}
.pet-account__security-btn i:first-child {
  font-size: 1.125rem;
  width: 32px;
  text-align: center;
}
.pet-account__security-btn span {
  flex: 1;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}
.pet-account__security-btn i:last-child {
  color: #d1d5db;
}
.pet-account__security-btn--danger {
  color: #dc2626;
}
.pet-account__security-btn--danger i:first-child,
.pet-account__security-btn--danger span {
  color: #dc2626;
}

/* ===== メッセージ ===== */
.pet-account__message {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 16px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
  animation: slideInRight 0.3s ease;
  z-index: 9999;
}
@media screen and (max-width: 480px) {
  .pet-account__message {
    left: 20px;
    right: 20px;
  }
}
.pet-account__message--success {
  background: #10b981;
  color: #fff;
}
.pet-account__message--error {
  background: #ef4444;
  color: #fff;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ===== ペット一覧 ===== */
.pet-list__actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .pet-list__actions {
    margin-bottom: 24px;
  }
}

.pet-list__add-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #37BFEF;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
}
.pet-list__add-btn:hover {
  background: #259dc4;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.3);
}
.pet-list__add-btn i {
  font-size: 1rem;
}
.pet-list__add-btn--large {
  padding: 16px 32px;
  font-size: 1rem;
  margin-top: 16px;
}

.pet-list__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .pet-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .pet-list__grid {
    grid-template-columns: 1fr;
  }
}

.pet-list__card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.pet-list__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.pet-list__image {
  width: 100%;
  height: 200px;
  background: #f3f4f6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pet-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pet-list__image--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 2rem;
  background: #f9fafb;
}

.pet-list__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.pet-list__name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
}

.pet-list__info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pet-list__info-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: #f3f4f6;
  border-radius: 16px;
  font-size: 0.8125rem;
  color: #6b7280;
}
.pet-list__info-item i {
  font-size: 0.75rem;
}

.pet-list__actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.pet-list__empty {
  text-align: center;
  padding: 48px 32px;
}
.pet-list__empty i {
  font-size: 3rem;
  color: #d1d5db;
  margin-bottom: 16px;
}
.pet-list__empty h2 {
  margin: 0 0 8px 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
}
.pet-list__empty p {
  margin: 0 0 24px 0;
  font-size: 0.9375rem;
  color: #6b7280;
}

.pet-list__form-actions {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .pet-list__form-actions {
    flex-direction: column;
  }
}

/* ===== タブ ===== */
.pet-account__tabs {
  display: flex;
  gap: 12px;
  margin: 24px 0 28px 0;
  border-bottom: 2px solid #e5e7eb;
  overflow-x: auto;
}
@media screen and (max-width: 480px) {
  .pet-account__tabs {
    gap: 8px;
    margin: 20px 0 24px 0;
  }
}

.pet-account__tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.pet-account__tab:hover {
  color: #374151;
  background: #f9fafb;
}
.pet-account__tab.is-active {
  color: #37BFEF;
  border-bottom-color: #37BFEF;
}
@media screen and (max-width: 480px) {
  .pet-account__tab {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
}

.pet-account__tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  background: #f3f4f6;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
}
.pet-account__tab.is-active .pet-account__tab-count {
  background: rgba(55, 191, 239, 0.2);
  color: #37BFEF;
}

/* ===== 完了画面 ===== */
.pet-account__success {
  background: #fff;
  border-radius: 12px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 480px) {
  .pet-account__success {
    padding: 32px 24px;
  }
}

.pet-account__success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  font-size: 2rem;
}

.pet-account__success-title {
  margin: 0 0 8px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
}

.pet-account__success-text {
  margin: 0 0 24px 0;
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
}

.pet-account__success-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ===== 退会セクション ===== */
.pet-account__footer {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pet-account__footer {
    margin-top: 48px;
    padding-top: 24px;
  }
}

.pet-account__delete-link {
  font-size: 14px;
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 480px) {
  .pet-account__delete-link {
    font-size: 13px;
  }
}
.pet-account__delete-link:hover {
  color: #6b7280;
  text-decoration: underline;
}

/* ===== アカウント削除ページ ===== */
.pet-delete-account__section {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .pet-delete-account__section {
    padding: 24px;
    margin-bottom: 24px;
  }
}

.pet-delete-account__step-title {
  margin: 0 0 16px 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
}
@media screen and (max-width: 480px) {
  .pet-delete-account__step-title {
    font-size: 1.125rem;
  }
}

.pet-delete-account__step-description {
  margin: 0 0 24px 0;
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
}

.pet-delete-account__checklist {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pet-delete-account__checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #f9fafb;
}
.pet-delete-account__checkbox-item:hover {
  background: #f3f4f6;
}

.pet-delete-account__checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #ef4444;
  flex-shrink: 0;
}

.pet-delete-account__checkbox-label {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.6;
  flex: 1;
}

.pet-delete-account__button-container {
  display: flex;
  justify-content: center;
}

.pet-delete-account__proceed-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pet-delete-account__proceed-btn:disabled:hover {
  transform: none;
  box-shadow: none;
}
.pet-delete-account__proceed-btn.is-enabled {
  opacity: 1;
}

/* ===== モーダル ===== */
.pet-delete-account__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
.pet-delete-account__modal--hidden {
  display: none;
}

.pet-delete-account__modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.pet-delete-account__modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  animation: modalSlideIn 0.3s ease;
}
@media screen and (max-width: 480px) {
  .pet-delete-account__modal-content {
    padding: 24px;
    max-width: 100%;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.pet-delete-account__modal-header {
  margin-bottom: 28px;
  text-align: center;
}

.pet-delete-account__modal-title {
  margin: 0 0 8px 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
}
@media screen and (max-width: 480px) {
  .pet-delete-account__modal-title {
    font-size: 1.125rem;
  }
}

.pet-delete-account__modal-message {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
}

.pet-delete-account__modal-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pet-delete-account__modal-btn-cancel {
  padding: 12px 24px;
  font-size: 0.95rem;
}

.pet-delete-account__modal-btn-delete {
  padding: 12px 24px;
  font-size: 0.95rem;
  background: #fca5a5;
  color: #991b1b;
  border: none;
}
.pet-delete-account__modal-btn-delete:hover {
  background: #f87171;
  color: #7f1d1d;
}
.pet-delete-account__modal-btn-delete:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ===== 退会完了ページ ===== */
.pet-delete-complete {
  max-width: 600px;
  margin: 60px auto;
  padding: 60px 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pet-delete-complete {
    margin: 40px auto;
    padding: 40px 24px;
  }
}

.pet-delete-complete__icon {
  margin-bottom: 32px;
}
.pet-delete-complete__icon i {
  font-size: 80px;
  color: #10b981;
}
@media screen and (max-width: 480px) {
  .pet-delete-complete__icon {
    margin-bottom: 24px;
  }
  .pet-delete-complete__icon i {
    font-size: 64px;
  }
}

.pet-delete-complete__title {
  margin: 0 0 32px 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .pet-delete-complete__title {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}

.pet-delete-complete__message {
  margin: 0 0 24px 0;
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .pet-delete-complete__message {
    font-size: 0.95rem;
  }
}
.pet-delete-complete__message--sub {
  font-size: 0.95rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .pet-delete-complete__message--sub {
    font-size: 0.9rem;
    margin-bottom: 32px;
  }
}

.pet-delete-complete__actions {
  display: flex;
  justify-content: center;
}

/* ========================================
   Pet Owner Profile Edit - Custom Form Styles
=========================================== */
.pet-profile {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .pet-profile {
    padding: 36px 0;
  }
}
@media screen and (max-width: 480px) {
  .pet-profile {
    padding: 32px 0;
  }
}

/* パンくずリスト（共通） */
.pet-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 12px 0;
  font-size: 0.875rem;
}
.pet-breadcrumb__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s ease;
}
.pet-breadcrumb__link:hover {
  color: #37BFEF;
  text-decoration: none;
}
.pet-breadcrumb__link i {
  font-size: 13px;
}
.pet-breadcrumb__separator {
  color: #e5e7eb;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pet-breadcrumb__current {
  color: #202124;
  font-weight: 500;
}

.pet-profile__container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}
.pet-profile__header {
  text-align: center;
  margin-bottom: 32px;
}
.pet-profile__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #202124;
  margin-bottom: 8px;
}
.pet-profile__subtitle {
  font-size: 1rem;
  color: #6b7280;
}
.pet-profile__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.pet-profile__form-group {
  margin-bottom: 20px;
}
.pet-profile__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .pet-profile__form-row {
    grid-template-columns: 1fr;
  }
}
.pet-profile__label {
  display: block;
  font-weight: 600;
  color: #5f6368;
  margin-bottom: 8px;
  font-size: 0.875rem;
}
.pet-profile__label .required {
  color: #dc2626;
  margin-left: 4px;
}
.pet-profile__input, .pet-profile__select, .pet-profile__textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 1rem;
  color: #202124;
  background: #fff;
  transition: all 0.2s ease;
}
.pet-profile__input:focus, .pet-profile__select:focus, .pet-profile__textarea:focus {
  outline: none;
  border-color: #37BFEF;
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.15);
}
.pet-profile__input[readonly], .pet-profile__select[readonly], .pet-profile__textarea[readonly] {
  background: #f3f4f6;
  cursor: not-allowed;
}
.pet-profile__hint {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-top: 6px;
}
.pet-profile__avatar-upload {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pet-profile__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #e5e7eb;
}
.pet-profile__file-input {
  display: none;
}
.pet-profile__file-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #5f6368;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pet-profile__file-label:hover {
  background: #e5e7eb;
  border-color: #6b7280;
}
.pet-profile__actions {
  margin-top: 32px;
  text-align: center;
}
.pet-profile__submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  background: #37BFEF;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pet-profile__submit-btn:hover {
  background: #259dc4;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.18);
}
.pet-profile__submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.pet-profile__message {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.875rem;
  text-align: center;
}
.pet-profile__message.is-success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #10b981;
}
.pet-profile__message.is-error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #e74c3c;
}
.pet-profile__notice {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
}
.pet-profile__notice.is-info {
  background: #e0f2fe;
  color: #0369a1;
  border: 1px solid #0369a1;
}
.pet-profile__notice.is-warning {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #92400e;
}
.pet-profile__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pet-profile__radio-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 1rem;
  color: #202124;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pet-profile__radio-label input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #37BFEF;
}
.pet-profile__radio-label input[type=radio]:focus {
  outline: 2px solid #37BFEF;
  outline-offset: 2px;
}
.pet-profile__radio-label span {
  white-space: nowrap;
}
.pet-profile__radio-label:hover {
  color: #37BFEF;
}
.pet-profile__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pet-profile__checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 1rem;
  color: #202124;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pet-profile__checkbox-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #37BFEF;
}
.pet-profile__checkbox-label input[type=checkbox]:focus {
  outline: 2px solid #37BFEF;
  outline-offset: 2px;
}
.pet-profile__checkbox-label span {
  white-space: nowrap;
}
.pet-profile__checkbox-label:hover {
  color: #37BFEF;
}
.pet-profile__section-header {
  margin: 32px 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e7eb;
}
.pet-profile__section-header h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #202124;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .pet-profile__section-header {
    margin: 24px 0 16px;
  }
  .pet-profile__section-header h2 {
    font-size: 1rem;
  }
}

/* ========================================
   Ultimate Member Form Override (if needed)
=========================================== */
.pet-profile .um-form {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.pet-profile .um-form .um-field-label {
  font-weight: 600;
  color: #5f6368;
  margin-bottom: 8px;
}
.pet-profile .um-form .um-field-area input,
.pet-profile .um-form .um-field-area select,
.pet-profile .um-form .um-field-area textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 1rem;
  color: #202124;
  background: #fff;
}
.pet-profile .um-form .um-field-area input:focus,
.pet-profile .um-form .um-field-area select:focus,
.pet-profile .um-form .um-field-area textarea:focus {
  outline: none;
  border-color: #37BFEF;
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.15);
}
.pet-profile .um-form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pet-profile .um-form__radio-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 1rem;
  color: #202124;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pet-profile .um-form__radio-label input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #37BFEF;
}
.pet-profile .um-form__radio-label input[type=radio]:focus {
  outline: 2px solid #37BFEF;
  outline-offset: 2px;
}
.pet-profile .um-form__radio-label span {
  white-space: nowrap;
}
.pet-profile .um-form__radio-label:hover {
  color: #37BFEF;
}
.pet-profile .um-form .um-button,
.pet-profile .um-form .um-button.um-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #37BFEF;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
}
.pet-profile .um-form .um-button:hover,
.pet-profile .um-form .um-button.um-btn-primary:hover {
  background: #259dc4;
}
.pet-profile .um-form .um-field-error {
  color: #dc2626;
  font-size: 13px;
  margin-top: 6px;
}
.pet-profile .um-form .um-notice {
  border-radius: 10px;
}

/* ========================================
   Pet Form Styles (ACF フォーム)
=========================================== */
.pet-account {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .pet-account {
    padding: 36px 0;
  }
}
@media screen and (max-width: 480px) {
  .pet-account {
    padding: 32px 0;
  }
}

/* ACF フォーム全体 */
.pet-account__card .acf-form {
  margin: 0;
  padding: 0;
}
.pet-account__card {
  /* フォームグループ */
}
.pet-account__card .acf-field {
  margin-bottom: 24px;
  padding: 0;
}
.pet-account__card .acf-field:last-of-type {
  margin-bottom: 0;
}
.pet-account__card {
  /* フィールドグループ区切り線 */
}
.pet-account__card .acf-field-group {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}
.pet-account__card .acf-field-group:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.pet-account__card {
  /* ラベル */
}
.pet-account__card .acf-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #202124;
  display: block;
  color: #202124;
  margin-bottom: 8px;
}
.pet-account__card .acf-label label {
  cursor: pointer;
  margin-bottom: 0;
}
.pet-account__card .acf-label label .required {
  color: #e74c3c;
  margin-left: 4px;
}
.pet-account__card {
  /* 入力フィールド */
}
.pet-account__card .acf-input input[type=text],
.pet-account__card .acf-input input[type=email],
.pet-account__card .acf-input input[type=date],
.pet-account__card .acf-input input[type=number],
.pet-account__card .acf-input select,
.pet-account__card .acf-input textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 1.125rem;
  color: #202124;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 0.95rem;
  font-family: inherit;
}
.pet-account__card .acf-input input[type=text]:focus,
.pet-account__card .acf-input input[type=email]:focus,
.pet-account__card .acf-input input[type=date]:focus,
.pet-account__card .acf-input input[type=number]:focus,
.pet-account__card .acf-input select:focus,
.pet-account__card .acf-input textarea:focus {
  outline: none;
  border-color: #37BFEF;
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.1);
}
.pet-account__card .acf-input input[type=text],
.pet-account__card .acf-input input[type=email],
.pet-account__card .acf-input input[type=date],
.pet-account__card .acf-input input[type=number],
.pet-account__card .acf-input select,
.pet-account__card .acf-input textarea {
  border-radius: 10px;
}
.pet-account__card .acf-input input[type=text]:disabled,
.pet-account__card .acf-input input[type=email]:disabled,
.pet-account__card .acf-input input[type=date]:disabled,
.pet-account__card .acf-input input[type=number]:disabled,
.pet-account__card .acf-input select:disabled,
.pet-account__card .acf-input textarea:disabled {
  background: #f3f4f6;
  cursor: not-allowed;
}
.pet-account__card .acf-input textarea {
  min-height: 120px;
  resize: vertical;
}
.pet-account__card .acf-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 36px;
}
.pet-account__card {
  /* ラジオボタン・チェックボックス */
}
.pet-account__card .acf-input-wrap .acf-checkbox-list,
.pet-account__card .acf-input-wrap .acf-radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.pet-account__card .acf-input-wrap .acf-checkbox-list label,
.pet-account__card .acf-input-wrap .acf-radio-list label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 15px;
  color: #111827;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pet-account__card .acf-input-wrap .acf-checkbox-list label input[type=radio],
.pet-account__card .acf-input-wrap .acf-checkbox-list label input[type=checkbox],
.pet-account__card .acf-input-wrap .acf-radio-list label input[type=radio],
.pet-account__card .acf-input-wrap .acf-radio-list label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #37BFEF;
}
.pet-account__card .acf-input-wrap .acf-checkbox-list label input[type=radio]:focus,
.pet-account__card .acf-input-wrap .acf-checkbox-list label input[type=checkbox]:focus,
.pet-account__card .acf-input-wrap .acf-radio-list label input[type=radio]:focus,
.pet-account__card .acf-input-wrap .acf-radio-list label input[type=checkbox]:focus {
  outline: 2px solid #37BFEF;
  outline-offset: 2px;
}
.pet-account__card .acf-input-wrap .acf-checkbox-list label:hover,
.pet-account__card .acf-input-wrap .acf-radio-list label:hover {
  color: #37BFEF;
}
.pet-account__card {
  /* 送信ボタン */
}
.pet-account__card .acf-form-submit {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}
.pet-account__card .acf-form-submit input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  background: #37BFEF;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.pet-account__card .acf-form-submit input[type=submit]:hover {
  background: #259dc4;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.3);
}
.pet-account__card .acf-form-submit input[type=submit]:active {
  transform: translateY(0);
}
.pet-account__card .acf-form-submit input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.pet-account__card {
  /* エラーメッセージ */
}
.pet-account__card .acf-notice {
  border-left: 4px solid #dc2626;
  background: #fee2e2;
  color: #991b1b;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}
.pet-account__card .acf-notice.acf-error {
  border-left-color: #dc2626;
}
.pet-account__card .acf-notice.acf-success {
  border-left-color: #10b981;
  background: #d1fae5;
  color: #065f46;
}
.pet-account__card {
  /* 注意テキスト */
}
.pet-account__card .pet-account__notice {
  margin-top: 16px;
  padding: 12px 16px;
  background: #f0fdf4;
  border-left: 4px solid #10b981;
  border-radius: 8px;
  font-size: 13px;
  color: #065f46;
  line-height: 1.6;
}
.pet-account__card .pet-account__notice i {
  margin-right: 6px;
}
.pet-account__card {
  /* リピーターフィールド（複数フィールド） */
}
.pet-account__card .acf-repeater .acf-row {
  background: #fafbfc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 16px;
}
.pet-account__card .acf-repeater .acf-row .acf-field {
  margin-bottom: 16px;
}
.pet-account__card .acf-repeater .acf-row .acf-field:last-of-type {
  margin-bottom: 0;
}
.pet-account__card .acf-repeater .acf-row-handle {
  cursor: grab;
}
.pet-account__card .acf-repeater .acf-row-handle:active {
  cursor: grabbing;
}
.pet-account__card .acf-repeater .remove-row {
  background: #ef4444;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s;
}
.pet-account__card .acf-repeater .remove-row:hover {
  background: #dc2626;
}
.pet-account__card .acf-repeater .add-row {
  background: #37BFEF;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.pet-account__card .acf-repeater .add-row:hover {
  background: #259dc4;
}

/* レスポンシブ調整 */
@media (max-width: 640px) {
  .pet-account__card {
    /* フォームグループ */
  }
  .pet-account__card .acf-field {
    margin-bottom: 20px;
  }
  .pet-account__card .acf-field:last-of-type {
    margin-bottom: 24px;
  }
  .pet-account__card {
    /* ラジオボタン・チェックボックス */
  }
  .pet-account__card .acf-input-wrap .acf-checkbox-list,
  .pet-account__card .acf-input-wrap .acf-radio-list {
    gap: 12px;
  }
  .pet-account__card {
    /* 送信ボタン */
  }
  .pet-account__card .acf-form-submit {
    margin-top: 24px;
    padding-top: 24px;
  }
  .pet-account__card .acf-form-submit input[type=submit] {
    width: 100%;
  }
}
/* ========================================
   Pet List Styles
=========================================== */
.pet-account {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .pet-account {
    padding: 36px 0;
  }
}
@media screen and (max-width: 480px) {
  .pet-account {
    padding: 32px 0;
  }
}

.pet-list__actions {
  margin-bottom: 24px;
  text-align: right;
}
.pet-list__add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  font-size: 0.9rem;
  background: #37BFEF;
  color: #fff;
  border: 1px solid #37BFEF;
}
.pet-list__add-btn:hover {
  background: rgb(26.6666666667, 181.9333333333, 236.7333333333);
  border-color: rgb(26.6666666667, 181.9333333333, 236.7333333333);
}
.pet-list__add-btn {
  border-radius: 10px;
}
.pet-list__add-btn--large {
  padding: 16px 32px;
  font-size: 1.125rem;
}
.pet-list__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .pet-list__grid {
    grid-template-columns: 1fr;
  }
}
.pet-list__notice {
  background: #fff8f2;
  border: 1px solid #fcd9bd;
  color: #9a4e15;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 16px;
  line-height: 1.5;
}
.pet-list__card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0;
}
.pet-list__card:hover {
  border-color: #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.pet-list__image {
  width: 100%;
  height: 200px;
  background: #f3f4f6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pet-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pet-list__image--empty {
  font-size: 48px;
  color: #e5e7eb;
}
.pet-list__body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pet-list__name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #202124;
  margin: 0 0 12px 0;
  line-height: 1.2;
}
.pet-list__info {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pet-list__info-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.pet-list__info-item i {
  font-size: 0.75rem;
  flex-shrink: 0;
}
.pet-list__info-item {
  padding: 4px 8px;
  background: #f3f4f6;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #6b7280;
}
.pet-list__actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
.pet-list__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  font-size: 0.9rem;
  border-radius: 8px;
  font-size: 0.875rem;
}
.pet-list__btn--primary {
  background: #37BFEF;
  color: #fff;
}
.pet-list__btn--primary:hover {
  background: rgb(26.6666666667, 181.9333333333, 236.7333333333);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.pet-list__btn--danger {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.pet-list__btn--danger:hover {
  background: #fecaca;
  border-color: #f87171;
}
.pet-list__empty {
  text-align: center;
  padding: 48px 24px;
  color: #6b7280;
}
.pet-list__empty .empty-icon {
  font-size: 48px;
  color: #e5e7eb;
  margin-bottom: 16px;
}
.pet-list__empty .empty-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #5f6368;
  margin-bottom: 8px;
}
.pet-list__empty .empty-description {
  font-size: 0.95rem;
}

.pet-tabs {
  display: flex;
  gap: 12px;
  margin: 24px 0 28px;
  border-bottom: 2px solid #e5e7eb;
  overflow-x: auto;
}
@media (max-width: 600px) {
  .pet-tabs {
    gap: 8px;
    margin: 20px 0 24px;
  }
}

.pet-tab__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.pet-tab__button:hover {
  color: #374151;
  background: #f9fafb;
}
.pet-tab__button.is-active {
  color: #37BFEF;
  border-bottom-color: #37BFEF;
}
@media (max-width: 600px) {
  .pet-tab__button {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
}

.pet-tab__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 8px;
  background: #f3f4f6;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #5f6368;
}
.pet-tab__button.is-active .pet-tab__count {
  background: rgba(55, 191, 239, 0.2);
  color: #37BFEF;
}

.pet-tab__panel {
  display: none;
}
.pet-tab__panel.is-active {
  display: block;
}

.pet-list__card--hidden {
  background: #f5f7fa;
  border: 1px solid #e5e7eb;
}

.pet-list__image--hidden img {
  filter: grayscale(100%);
  opacity: 0.6;
}

.pet-list__label {
  display: inline-block;
  padding: 4px 10px;
  background: #e5e7eb;
  color: #5f6368;
  border-radius: 999px;
  font-size: 0.75rem;
  margin-bottom: 6px;
}

.pet-list__hidden-note {
  margin: 4px 0;
  color: #6b7280;
  font-size: 13px;
}

.pet-list__actions--compact {
  gap: 8px;
}

.pet-stays-list-page {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .pet-stays-list-page {
    padding: 36px 0;
  }
}
@media screen and (max-width: 480px) {
  .pet-stays-list-page {
    padding: 32px 0;
  }
}

/* ===== リスト ===== */
.pet-stays-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .pet-stays-list {
    gap: 12px;
  }
}

.pet-stays-list__item {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.pet-stays-list__item:hover {
  border-color: #37BFEF;
  box-shadow: 0 4px 16px rgba(55, 191, 239, 0.1);
  transform: translateY(-2px);
}
@media screen and (max-width: 480px) {
  .pet-stays-list__item {
    gap: 12px;
    padding: 12px;
    flex-direction: column;
  }
}

.pet-stays-list__image {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f6;
}
.pet-stays-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .pet-stays-list__image {
    width: 100%;
    height: 200px;
  }
}

.pet-stays-list__no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  color: #9ca3af;
  font-size: 2.5rem;
}

.pet-stays-list__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.pet-stays-list__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .pet-stays-list__header {
    flex-direction: column;
    gap: 8px;
  }
}

.pet-stays-list__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.4;
  word-break: break-word;
}
@media screen and (max-width: 480px) {
  .pet-stays-list__title {
    font-size: 1rem;
  }
}

.pet-stays-list__status {
  display: inline-block;
  padding: 4px 12px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.pet-stays-list__status--publish {
  background: rgba(16, 185, 129, 0.15);
  color: #059669;
}
.pet-stays-list__status--pending {
  background: rgba(245, 158, 11, 0.15);
  color: #d97706;
}
.pet-stays-list__status--draft {
  background: rgba(107, 114, 128, 0.15);
  color: #4b5563;
}
@media screen and (max-width: 480px) {
  .pet-stays-list__status {
    padding: 3px 10px;
    font-size: 0.8rem;
  }
}

.pet-stays-list__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fdba74;
  white-space: nowrap;
}

.pet-stays-list__date {
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 0.9rem;
}
.pet-stays-list__date i {
  color: #37BFEF;
  font-size: 0.85rem;
}
@media screen and (max-width: 480px) {
  .pet-stays-list__date {
    font-size: 0.85rem;
  }
}

.pet-stays-list__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .pet-stays-list__actions {
    gap: 6px;
    flex-wrap: wrap;
  }
}

.pet-stays-list__delete-form {
  display: contents;
}

/* ===== ページネーション ===== */
.pet-list__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #e5e7eb;
}
.pet-list__pagination a,
.pet-list__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #374151;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pet-list__pagination a:hover,
.pet-list__pagination span:hover {
  border-color: #37BFEF;
  color: #37BFEF;
  background: #f0f9ff;
}
.pet-list__pagination .current {
  background: #37BFEF;
  color: #ffffff;
  border-color: #37BFEF;
}
.pet-list__pagination .prev,
.pet-list__pagination .next {
  font-size: 0.85rem;
}
@media screen and (max-width: 480px) {
  .pet-list__pagination {
    gap: 4px;
  }
  .pet-list__pagination a,
  .pet-list__pagination span {
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    font-size: 0.85rem;
  }
}

.pet-review-list {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 480px) {
  .pet-review-list {
    padding: 32px 0;
  }
}
.pet-review-list__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 480px) {
  .pet-review-list__container {
    padding: 0 16px;
  }
}
.pet-review-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .pet-review-list__header {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 24px;
  }
}
.pet-review-list__header-text {
  flex: 1;
}
.pet-review-list__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 8px;
}
@media screen and (max-width: 480px) {
  .pet-review-list__title {
    font-size: 1.5rem;
  }
}
.pet-review-list__subtitle {
  font-size: 0.875rem;
  color: #B4B4B4;
  margin: 0;
}
.pet-review-list__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  border-bottom: 2px solid #e5e7eb;
}
@media screen and (max-width: 480px) {
  .pet-review-list__tabs {
    margin-bottom: 24px;
  }
}
.pet-review-list__tab {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  color: #B4B4B4;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: 0.2s ease;
  text-decoration: none;
  margin-bottom: -2px;
}
@media screen and (max-width: 480px) {
  .pet-review-list__tab {
    padding: 10px 16px;
    font-size: 0.875rem;
  }
}
.pet-review-list__tab:hover {
  color: #37BFEF;
  background-color: rgba(55, 191, 239, 0.05);
}
.pet-review-list__tab.is-active {
  color: #37BFEF;
  border-bottom-color: #37BFEF;
  font-weight: 600;
}
.pet-review-list__tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #B4B4B4;
  border-radius: 12px;
}
.is-active .pet-review-list__tab-count {
  background-color: #37BFEF;
}
.pet-review-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .pet-review-list__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .pet-review-list__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.pet-review-list__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pet-review-list__empty {
    padding: 60px 16px;
  }
}
.pet-review-list__empty-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #37BFEF;
  background-color: rgba(55, 191, 239, 0.1);
  border-radius: 50%;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .pet-review-list__empty-icon {
    width: 64px;
    height: 64px;
    font-size: 2.25rem;
    margin-bottom: 16px;
  }
}
.pet-review-list__empty-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px;
}
@media screen and (max-width: 480px) {
  .pet-review-list__empty-title {
    font-size: 1.125rem;
  }
}
.pet-review-list__empty-text {
  font-size: 0.875rem;
  color: #B4B4B4;
  margin: 0 0 24px;
  max-width: 480px;
  line-height: 1.7;
}

.pet-review-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 24px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .pet-review-card {
    padding: 20px;
  }
}
.pet-review-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.pet-review-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f3f4f6;
}
.pet-review-card__hotel {
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pet-review-card__hotel i {
  color: #37BFEF;
  font-size: 1.125rem;
}
@media screen and (max-width: 480px) {
  .pet-review-card__hotel {
    font-size: 15px;
  }
}
.pet-review-card__badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pet-review-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 20px;
  white-space: nowrap;
}
.pet-review-card__badge--reply {
  color: #0369a1;
  background-color: #e0f2fe;
}
.pet-review-card__badge--reply i {
  font-size: 11px;
}
.pet-review-card__status {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 20px;
  white-space: nowrap;
}
.pet-review-card__status.status--publish {
  color: #2e7d32;
  background-color: #d1fae5;
}
.pet-review-card__status.status--pending {
  color: #92400e;
  background-color: #fef3c7;
}
.pet-review-card__body {
  margin-bottom: 20px;
}
.pet-review-card__rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.pet-review-card__stars {
  display: flex;
  gap: 2px;
}
.pet-review-card__stars i {
  font-size: 1rem;
  color: #FE9529;
}
.pet-review-card__rating-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  min-width: 30px;
}
.pet-review-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .pet-review-card__title {
    font-size: 15px;
  }
}
.pet-review-card__date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #B4B4B4;
  margin-bottom: 12px;
}
.pet-review-card__date i {
  font-size: 0.875rem;
}
.pet-review-card__excerpt {
  font-size: 0.875rem;
  color: #B4B4B4;
  margin: 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pet-review-card__actions {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .pet-review-card__actions {
    flex-direction: column;
    gap: 8px;
  }
}
.pet-review-card__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.pet-review-card__btn i {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .pet-review-card__btn {
    padding: 12px 16px;
  }
}
.pet-review-card__btn--primary {
  color: #fff;
  background-color: #37BFEF;
  border: 2px solid #37BFEF;
}
.pet-review-card__btn--primary:hover {
  background-color: rgb(31.3888888889, 183.4444444444, 237.1111111111);
  border-color: rgb(31.3888888889, 183.4444444444, 237.1111111111);
}
.pet-review-card__btn--secondary {
  color: #37BFEF;
  background-color: #fff;
  border: 2px solid #37BFEF;
}
.pet-review-card__btn--secondary:hover {
  background-color: rgba(55, 191, 239, 0.05);
}
.pet-review-card__btn--danger {
  color: #e74c3c;
  background-color: #fff;
  border: 2px solid #e74c3c;
}
.pet-review-card__btn--danger:hover {
  background-color: rgba(231, 76, 60, 0.05);
}

.pet-review-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 16px;
}

.pet-review-dialog {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  max-width: 480px;
  width: 100%;
  animation: slideUp 0.3s ease;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pet-review-dialog__header {
  padding: 24px;
  border-bottom: 1px solid #f3f4f6;
}
.pet-review-dialog__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.pet-review-dialog__title i {
  color: #92400e;
  font-size: 1.25rem;
}
.pet-review-dialog__body {
  padding: 24px;
}
.pet-review-dialog__body > p {
  font-size: 15px;
  color: #B4B4B4;
  margin: 0 0 16px;
}
.pet-review-dialog__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pet-review-dialog__list li {
  font-size: 0.875rem;
  color: #B4B4B4;
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.6;
}
.pet-review-dialog__list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #37BFEF;
  font-weight: 600;
}
.pet-review-dialog__list li:last-child {
  margin-bottom: 0;
}
.pet-review-dialog__actions {
  display: flex;
  gap: 12px;
  padding: 24px;
  border-top: 1px solid #f3f4f6;
}
.pet-review-dialog__btn {
  flex: 1;
  padding: 12px 24px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pet-review-dialog__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.pet-review-dialog__btn--cancel {
  color: #B4B4B4;
  background-color: #f3f4f6;
  border-color: #e5e7eb;
}
.pet-review-dialog__btn--cancel:hover:not(:disabled) {
  background-color: #e5e7eb;
}
.pet-review-dialog__btn--confirm {
  color: #fff;
  background-color: #37BFEF;
  border-color: #37BFEF;
}
.pet-review-dialog__btn--confirm:hover:not(:disabled) {
  background-color: rgb(31.3888888889, 183.4444444444, 237.1111111111);
  border-color: rgb(31.3888888889, 183.4444444444, 237.1111111111);
}

.pet-review-message {
  position: fixed;
  top: 24px;
  right: 24px;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  z-index: 2000;
  animation: slideIn 0.3s ease;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.pet-review-message--success {
  background-color: #d1fae5;
  color: #2e7d32;
  border: 1px solid #a7f3d0;
}
.pet-review-message--error {
  background-color: #fee2e2;
  color: #e74c3c;
  border: 1px solid #fecaca;
}

.review-gateway-wrapper {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .review-gateway-wrapper {
    padding: 36px 0;
  }
}
@media screen and (max-width: 480px) {
  .review-gateway-wrapper {
    padding: 32px 0;
  }
}

.review-gateway {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 480px) {
  .review-gateway {
    padding: 0 16px;
  }
}
.review-gateway__layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .review-gateway__layout {
    grid-template-columns: 1fr 280px;
    gap: 32px;
  }
}
@media screen and (max-width: 480px) {
  .review-gateway__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.review-gateway__main {
  min-width: 0;
}
.review-gateway__aside {
  min-width: 0;
}
@media screen and (max-width: 480px) {
  .review-gateway__aside {
    order: 2;
  }
}
.review-gateway__header {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .review-gateway__header {
    margin-bottom: 24px;
  }
}
.review-gateway__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #003740;
}
@media screen and (max-width: 480px) {
  .review-gateway__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.review-gateway__subtitle {
  color: #555;
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .review-gateway__subtitle {
    font-size: 14px;
  }
}
.review-gateway__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .review-gateway__cards {
    gap: 12px;
  }
}

.review-section {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .review-section {
    margin-bottom: 32px;
  }
}
.review-section--main {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 480px) {
  .review-section--main {
    padding: 20px 16px;
  }
}
.review-section--results {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .review-section--favorites {
    order: 1;
    margin-bottom: 24px;
  }
}
.review-section--help {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .review-section--help {
    order: 3;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
.review-section__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #003740;
}
@media screen and (max-width: 480px) {
  .review-section__title {
    font-size: 15px;
  }
}
.review-section__description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
}
@media screen and (max-width: 480px) {
  .review-section__description {
    font-size: 13px;
    margin-bottom: 12px;
  }
}

.review-search {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .review-search {
    flex-direction: column;
    gap: 10px;
  }
}
.review-search input[type=text] {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.2s ease;
}
.review-search input[type=text]:focus {
  outline: none;
  border-color: #37BFEF;
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.1);
}
@media screen and (max-width: 480px) {
  .review-search input[type=text] {
    font-size: 16px;
  }
}
.review-search button[type=submit] {
  padding: 12px 32px;
  background: #37BFEF;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.review-search button[type=submit]:hover {
  background: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  transform: translateY(-1px);
}
.review-search button[type=submit]:active {
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .review-search button[type=submit] {
    width: 100%;
    padding: 14px 32px;
  }
}

.review-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.2s ease;
}
.review-card:hover {
  border-color: #37BFEF;
  box-shadow: 0 4px 12px rgba(55, 191, 239, 0.1);
}
@media screen and (max-width: 480px) {
  .review-card {
    padding: 16px;
  }
}
.review-card--compact {
  padding: 16px;
}
@media screen and (max-width: 480px) {
  .review-card--compact {
    padding: 14px;
  }
}
.review-card--compact .review-card__title {
  font-size: 15px;
}
.review-card--compact .review-btn {
  padding: 8px 20px;
  font-size: 13px;
}
.review-card__content {
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .review-card__content {
    margin-bottom: 14px;
  }
}
.review-card__title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #003740;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .review-card__title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.review-card__meta {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .review-card__meta {
    font-size: 13px;
  }
}
.review-card__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .review-card__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}

.review-link {
  color: #37BFEF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.review-link:hover {
  text-decoration: underline;
  color: #12abe1;
}
@media screen and (max-width: 480px) {
  .review-link {
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .review-details {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
  }
}
.review-details__summary {
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.review-details__summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 480px) {
  .review-details__summary {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .review-details__summary::after {
    content: "▼";
    font-size: 12px;
    color: #999;
    transition: transform 0.2s ease;
  }
}
.review-details__summary .review-section__title {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .review-details__summary .review-section__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .review-details[open] .review-details__summary::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 480px) {
  .review-details__content {
    padding: 0 16px 16px;
  }
}
@media (min-width: 769px) {
  .review-details__summary {
    cursor: default;
    pointer-events: none;
  }
  .review-details__content {
    display: block !important;
  }
}

.review-empty,
.review-guide {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .review-empty,
  .review-guide {
    padding: 24px 16px;
  }
}
.review-empty__text,
.review-guide__text {
  font-size: 15px;
  color: #333;
  margin: 0 0 8px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .review-empty__text,
  .review-guide__text {
    font-size: 14px;
  }
}
.review-empty__hint,
.review-guide__hint {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .review-empty__hint,
  .review-guide__hint {
    font-size: 13px;
  }
}

.review-empty__text:only-child {
  margin-bottom: 0;
}

.review-submit-wrapper {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .review-submit-wrapper {
    padding: 36px 0;
  }
}
@media screen and (max-width: 480px) {
  .review-submit-wrapper {
    padding: 32px 0;
  }
}

.pet-review-submit {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .pet-review-submit {
    padding: 36px 0;
  }
}
@media screen and (max-width: 480px) {
  .pet-review-submit {
    padding: 32px 0;
  }
}

.review-submit {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}
.review-submit__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
}
.review-submit__subtitle {
  color: #555;
  margin: 0 0 18px;
  line-height: 1.6;
}
.review-submit__hotel {
  background: #f8f9fb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 16px;
}
.review-submit__hotel strong {
  font-weight: 700;
}
.review-submit__alert {
  background: #fff8f2;
  border: 1px solid #fcd9bd;
  color: #9a4e15;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 16px;
}
.review-submit .acf-form {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.pet-favorites {
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
@media screen and (max-width: 480px) {
  .pet-favorites {
    padding: 32px 0;
  }
}

.pet-favorites__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .pet-favorites__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .pet-favorites__container {
    border-radius: 8px;
    padding: 0 16px;
  }
}

.pet-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 30px;
  color: #666;
}
@media screen and (max-width: 480px) {
  .pet-breadcrumb {
    margin-bottom: 24px;
  }
}

.pet-breadcrumb__link {
  color: #37BFEF;
  text-decoration: none;
}
.pet-breadcrumb__link:hover {
  text-decoration: underline;
}

.pet-breadcrumb__separator {
  margin: 0 10px;
}

.pet-favorites__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .pet-favorites__header {
    margin-bottom: 24px;
  }
}

.pet-favorites__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #003740;
}
@media screen and (max-width: 480px) {
  .pet-favorites__title {
    font-size: 24px;
  }
}

.pet-favorites__subtitle {
  font-size: 14px;
  color: #666;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .pet-favorites__subtitle {
    font-size: 13px;
  }
}

.pet-favorites__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pet-favorites__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .pet-favorites__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.pet-favorites__card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
  background: #fff;
}
.pet-favorites__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
@media screen and (max-width: 480px) {
  .pet-favorites__card {
    border-radius: 8px;
  }
}

.pet-favorites__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f4f8f8;
}
@media screen and (max-width: 480px) {
  .pet-favorites__image {
    height: 180px;
  }
}

.pet-favorites__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pet-favorites__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f4f8f8;
  color: #B4B4B4;
  font-size: 14px;
}

.pet-favorites__content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .pet-favorites__content {
    padding: 16px;
  }
}

.pet-favorites__top {
  flex: 1;
}

.pet-favorites__title-card {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
.pet-favorites__title-card a {
  color: #333;
  text-decoration: none;
}
.pet-favorites__title-card a:hover {
  color: #37BFEF;
}
@media screen and (max-width: 480px) {
  .pet-favorites__title-card {
    font-size: 15px;
  }
}

.pet-favorites__meta {
  margin-bottom: 10px;
}

.pet-favorites__area {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pet-favorites__area-tag {
  display: inline-block;
  background: rgba(55, 191, 239, 0.1);
  color: #003740;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}

.pet-favorites__excerpt {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
  flex: 1;
}

.pet-favorites__actions {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .pet-favorites__actions {
    flex-direction: column;
  }
}

.pet-favorites__btn {
  flex: 1;
}

.pet-favorites__btn--remove {
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #666;
}
.pet-favorites__btn--remove:hover {
  border-color: #ec4899;
  color: #ec4899;
  background: rgba(236, 72, 153, 0.05);
}
.pet-favorites__btn--remove.is-active {
  background: rgba(236, 72, 153, 0.1);
  border-color: #ec4899;
  color: #ec4899;
}

.pet-favorites__empty {
  text-align: center;
  padding: 60px 20px;
  background: #f4f8f8;
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  .pet-favorites__empty {
    padding: 40px 20px;
    border-radius: 8px;
  }
}

.pet-favorites__empty-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .pet-favorites__empty-text {
    font-size: 15px;
  }
}

.inutococo-favorite-btn, .dm-favorite-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}
.inutococo-favorite-btn i, .dm-favorite-btn i {
  font-size: 18px;
  transition: all 0.2s ease;
}
.inutococo-favorite-btn:hover, .dm-favorite-btn:hover {
  border-color: #ec4899;
  background-color: rgba(236, 72, 153, 0.05);
  color: #ec4899;
}
.inutococo-favorite-btn:hover i, .dm-favorite-btn:hover i {
  color: #ec4899;
}
.inutococo-favorite-btn.is-active, .dm-favorite-btn.is-active {
  border-color: #ec4899;
  background-color: rgba(236, 72, 153, 0.1);
  color: #ec4899;
}
.inutococo-favorite-btn.is-active i, .dm-favorite-btn.is-active i {
  color: #ec4899;
}
.inutococo-favorite-btn:disabled, .dm-favorite-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.inutococo-favorite-btn:disabled:hover, .dm-favorite-btn:disabled:hover {
  transform: none;
  box-shadow: none;
  border-color: #e5e7eb;
  background-color: #fff;
}

.inutococo-message {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ペット犬種・猫種 オートコンプリート UI スタイル
 */
body:not(.wp-admin) #acf-field_6967399e643d2-field_68c37e1b54037,
body:not(.wp-admin) #acf-field_6967399e643d2-field_6979594e54ec8 {
  display: none !important;
}

body:not(.wp-admin) .acf-field[data-name=pet_breed_free] {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.pet-breed-autocomplete {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.pet-breed-autocomplete__wrapper {
  position: relative;
  width: 100%;
}
.pet-breed-autocomplete__input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pet-breed-autocomplete__input:focus {
  outline: none;
  border-color: #37BFEF;
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.1);
}
.pet-breed-autocomplete__input::-moz-placeholder {
  color: #B4B4B4;
}
.pet-breed-autocomplete__input::placeholder {
  color: #B4B4B4;
}
.pet-breed-autocomplete__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.25rem;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  display: block;
}
.pet-breed-autocomplete__suggestions:empty {
  display: none;
}
.pet-breed-autocomplete__suggestion-item {
  padding: 0.875rem 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f3f4f6;
}
.pet-breed-autocomplete__suggestion-item:last-child {
  border-bottom: none;
}
.pet-breed-autocomplete__suggestion-item:hover, .pet-breed-autocomplete__suggestion-item.is-active {
  background-color: #f3f4f6;
}
.pet-breed-autocomplete__suggestion-item {
  min-height: 44px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .pet-breed-autocomplete__input {
    font-size: 16px;
  }
  .pet-breed-autocomplete__suggestions {
    max-height: 250px;
  }
  .pet-breed-autocomplete__suggestion-item {
    padding: 1rem;
  }
}
@media (prefers-color-scheme: dark) {
  .pet-breed-autocomplete__input {
    background-color: #2a2a2a;
    border-color: #444;
    color: #fff;
  }
  .pet-breed-autocomplete__input::-moz-placeholder {
    color: #888;
  }
  .pet-breed-autocomplete__input::placeholder {
    color: #888;
  }
  .pet-breed-autocomplete__input:focus {
    border-color: #37BFEF;
    box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.2);
  }
  .pet-breed-autocomplete__suggestions {
    background-color: #2a2a2a;
    border-color: #444;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  .pet-breed-autocomplete__suggestion-item {
    color: #fff;
    border-bottom-color: #444;
  }
  .pet-breed-autocomplete__suggestion-item:hover, .pet-breed-autocomplete__suggestion-item.is-active {
    background-color: #3a3a3a;
  }
}
.pet-dm--history {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #fff;
}
.pet-dm--history__row {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid transparent;
  overflow: hidden;
  border-bottom-color: #B4B4B4;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .pet-dm--history__row {
    padding: 10px 10px;
  }
}
.pet-dm--history__row:hover {
  border-color: #ccc;
}
.pet-dm--history__row:last-child {
  border-bottom-color: transparent;
}
.pet-dm--history__row-fav {
  width: 30px;
}
.pet-dm--history__row-txt {
  width: calc(100% - 125px);
}
@media screen and (max-width: 480px) {
  .pet-dm--history__row-txt {
    width: 100%;
  }
}
.pet-dm--history__row-txt h3 {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .pet-dm--history__row-txt h3 {
    font-size: 15px;
  }
}
.pet-dm--history__row-txt h5 {
  font-weight: normal;
}
.pet-dm--history__row-txt p {
  font-size: 14px;
  color: #6b7280;
}
.pet-dm--history__row-date {
  width: 95px;
  font-size: 12px;
  color: #6b7280;
  text-align: right;
}

.dog-filter-radio {
  margin-bottom: 15px;
  display: flex;
  gap: 30px;
}
.dog-filter-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.dog-filter-radio label input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}

.dog-filter-panel[id=group-panel] {
  display: block;
}
.dog-filter-panel[id=breed-panel] {
  display: none;
}
.dog-filter-panel:last-of-type {
  margin-top: 15px;
}

.pet-owner-campaigns {
  padding: 2rem 0;
  background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
}
.pet-owner-campaigns__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}
.pet-owner-campaigns__header {
  margin-bottom: 2rem;
  border-bottom: 2px solid #37BFEF;
  padding-bottom: 1rem;
}
.pet-owner-campaigns__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #333;
}
.pet-owner-campaigns__subtitle {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.no-entries {
  padding: 3rem 2rem;
  text-align: center;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.no-entries p {
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
  color: #5f6368;
}

.no-entries-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #37BFEF;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.no-entries-btn:hover {
  background-color: rgb(18.7555555556, 178.1777777778, 234.4444444444);
  transform: translateY(-2px);
}

.gift-entries-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .gift-entries-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.campaign-entry-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  background: #fff;
}
.campaign-entry-card:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.campaign-entry-card.status-pending {
  border-top: 4px solid #0369a1;
}
.campaign-entry-card.status-publish {
  border-top: 4px solid #2e7d32;
}
.campaign-entry-card.status-draft {
  border-top: 4px solid #e74c3c;
}
.campaign-entry-card.status-winner {
  border-top: 4px solid #e74c3c;
  background-color: rgba(231, 76, 60, 0.05);
}
.campaign-entry-card.status-lost {
  border-top: 4px solid #e5e7eb;
  background-color: rgba(107, 114, 128, 0.05);
}

.campaign-entry-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #f9fafb;
}
@media (max-width: 768px) {
  .campaign-entry-image {
    height: 180px;
  }
}

.campaign-entry-image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaign-entry-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f9fafb;
  color: #ccc;
  font-size: 0.875rem;
}

.campaign-entry-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.campaign-entry-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.campaign-entry-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  flex: 1;
}
.campaign-entry-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.campaign-entry-title a:hover {
  color: #37BFEF;
  text-decoration: underline;
}

.campaign-entry-status {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}
.campaign-entry-status.status-pending {
  background-color: #e0f2fe;
  color: #0369a1;
}
.campaign-entry-status.status-publish {
  background-color: #d1fae5;
  color: #2e7d32;
}
.campaign-entry-status.status-draft {
  background-color: #fee2e2;
  color: #e74c3c;
}

.campaign-entry-meta {
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.campaign-entry-meta p {
  margin: 0;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.campaign-entry-meta .label {
  color: #5f6368;
  font-weight: 500;
  min-width: 60px;
}
.campaign-entry-meta .value {
  color: #333;
  font-weight: 600;
}

.campaign-entry-actions {
  display: flex;
  gap: 0.5rem;
}

.campaign-entry-btn {
  flex: 1;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.campaign-entry-btn--primary {
  background-color: #37BFEF;
  color: #fff;
}
.campaign-entry-btn--primary:hover {
  background-color: rgb(18.7555555556, 178.1777777778, 234.4444444444);
}

.gift-entries-pagination {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}
.gift-entries-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.gift-entries-pagination li {
  display: inline-block;
}
.gift-entries-pagination a,
.gift-entries-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background-color: #fff;
  color: #37BFEF;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.gift-entries-pagination a:hover,
.gift-entries-pagination span:hover {
  background-color: #37BFEF;
  color: #fff;
  border-color: #37BFEF;
}
.gift-entries-pagination .page-number.current {
  background-color: #37BFEF;
  color: #fff;
  border-color: #37BFEF;
  cursor: default;
}
.gift-entries-pagination .page-number.current:hover {
  background-color: #37BFEF;
  color: #fff;
  border-color: #37BFEF;
}
.gift-entries-pagination .prev-page,
.gift-entries-pagination .next-page {
  font-weight: 600;
}
.gift-entries-pagination .prev-page:hover,
.gift-entries-pagination .next-page:hover {
  background-color: #37BFEF;
  color: #fff;
  border-color: #37BFEF;
}

@media (max-width: 768px) {
  .pet-owner-campaigns {
    padding: 1rem 0;
  }
  .pet-owner-campaigns__title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .gift-entries-list {
    gap: 1rem;
  }
  .campaign-entry-image {
    height: 180px;
  }
  .campaign-entry-content {
    padding: 1rem;
  }
  .gift-entries-pagination ul {
    gap: 0.25rem;
    flex-wrap: wrap;
  }
  .gift-entries-pagination .page-number,
  .gift-entries-pagination .prev-page,
  .gift-entries-pagination .next-page {
    min-width: 32px;
    height: 32px;
    font-size: 0.875rem;
  }
}
/* ========================================
   サイト管理者ダッシュボード
=========================================== */
.admin-internal-dashboard {
  display: flex;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .admin-internal-dashboard {
    flex-direction: column;
  }
}

.admin-internal-sidebar {
  width: 260px;
  background-color: #202124;
  color: #fff;
  padding: 24px 0;
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  border-right: 1px solid rgb(20, 20.625, 22.5);
  transition: transform 0.2s ease;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .admin-internal-sidebar {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16px 0;
  }
}

.admin-internal-sidebar-logo {
  padding: 0 24px 16px;
  border-bottom: 1px solid rgb(20, 20.625, 22.5);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
}
.admin-internal-sidebar-logo img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  display: block;
}

.admin-internal-sidebar-logo-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6b7280;
  text-align: center;
  margin-top: 8px;
}

.admin-internal-sidebar-menu {
  list-style: none;
  margin-top: 24px;
}
.admin-internal-sidebar-menu li {
  margin: 0;
  padding: 0;
}
.admin-internal-sidebar-menu a {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  gap: 12px;
  border-left: 3px solid transparent;
}
.admin-internal-sidebar-menu a svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.admin-internal-sidebar-menu a:hover {
  background-color: rgb(30.4, 31.35, 34.2);
  color: #fff;
}
.admin-internal-sidebar-menu a.active {
  background-color: #37BFEF;
  color: #fff;
  border-left-color: #37BFEF;
}

.admin-internal-sidebar-menu-group {
  list-style: none;
  margin: 0;
  padding: 0;
}

.admin-internal-sidebar-menu-group-title {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  gap: 12px;
  cursor: default;
}
.admin-internal-sidebar-menu-group-title svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.admin-internal-sidebar-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgb(27.2, 28.05, 30.6);
}
.admin-internal-sidebar-submenu li {
  margin: 0;
  padding: 0;
}
.admin-internal-sidebar-submenu a {
  display: flex;
  align-items: center;
  padding: 10px 24px 10px 54px;
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  gap: 12px;
  border-left: 3px solid transparent;
}
.admin-internal-sidebar-submenu a svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.admin-internal-sidebar-submenu a:hover {
  background-color: rgb(20, 20.625, 22.5);
  color: #fff;
}
.admin-internal-sidebar-submenu a.active {
  background-color: #37BFEF;
  color: #fff;
  border-left-color: #37BFEF;
}

.admin-internal-sidebar-logout {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  padding: 0 24px;
  display: block;
}
.admin-internal-sidebar-logout a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background-color: rgb(20, 20.625, 22.5);
  color: #6b7280;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
  gap: 8px;
  border: none;
}
.admin-internal-sidebar-logout a svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.admin-internal-sidebar-logout a:hover {
  background-color: #e74c3c;
  color: #fff;
}

.admin-internal-main {
  margin-left: 260px;
  flex: 1;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .admin-internal-main {
    margin-left: 0;
    padding: 16px;
  }
}

.admin-internal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 24px 32px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .admin-internal-header {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 16px;
  }
}
.admin-internal-header h1 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #202124;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .admin-internal-header h1 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-internal-header h1 {
    font-size: 1.125rem;
  }
}

.admin-internal-header-left {
  flex: 1;
}

.admin-internal-header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .admin-internal-header-right {
    justify-content: center;
    width: 100%;
  }
}

.admin-internal-status-stats {
  display: flex;
  gap: 24px;
  align-items: center;
}

.admin-internal-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
}

.admin-internal-stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #5f6368;
}

.admin-internal-stat-count {
  font-size: 1.5rem;
  font-weight: 700;
  color: #202124;
}
.admin-internal-stat-count.pending {
  color: #92400e;
}
.admin-internal-stat-count.approved {
  color: #2e7d32;
}
.admin-internal-stat-count.rejected {
  color: #e74c3c;
}

.admin-internal-notification {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #f3f4f6;
  transition: all 0.2s ease;
}
.admin-internal-notification svg {
  width: 20px;
  height: 20px;
  stroke: #5f6368;
  stroke-width: 2;
  fill: none;
}
.admin-internal-notification:hover {
  background-color: #e5e7eb;
}

.admin-internal-notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  background-color: #e74c3c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.admin-internal-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-internal-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #37BFEF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}

.admin-internal-user-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #5f6368;
}

.admin-internal-kpi-section {
  margin-bottom: 40px;
}

.admin-internal-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .admin-internal-kpi-grid {
    grid-template-columns: 1fr;
  }
}

.admin-internal-kpi-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-top: 4px solid #37BFEF;
  display: flex;
  flex-direction: column;
}
.admin-internal-kpi-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.admin-internal-kpi-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.admin-internal-kpi-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.admin-internal-kpi-card-user .admin-internal-kpi-icon {
  color: #37BFEF;
}

.admin-internal-kpi-card-facility .admin-internal-kpi-icon {
  color: #8B5CF6;
}

.admin-internal-kpi-card-goods .admin-internal-kpi-icon {
  color: #EC4899;
}

.admin-internal-kpi-card-present .admin-internal-kpi-icon {
  color: #ff9800;
}

.admin-internal-kpi-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.admin-internal-kpi-value {
  font-size: 2.25rem;
  font-weight: 700;
  color: #202124;
  margin: 0;
}

.admin-internal-kpi-change {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f3f4f6;
  color: #6b7280;
}

.admin-internal-table-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.admin-internal-table-header {
  padding: 24px 32px;
  border-bottom: 1px solid #e5e7eb;
}
.admin-internal-table-header h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #202124;
  margin: 0 0 16px 0;
}

.admin-internal-table-filters {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .admin-internal-table-filters {
    flex-direction: column;
    align-items: stretch;
  }
}

.admin-internal-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .admin-internal-filter-group {
    width: 100%;
  }
}

.admin-internal-filter-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #5f6368;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.admin-internal-filter-select,
.admin-internal-filter-search {
  padding: 8px 12px;
  height: 36px;
  line-height: 1.2;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #fff;
  color: #5f6368;
  cursor: pointer;
  transition: all 0.2s ease;
}
.admin-internal-filter-select:hover, .admin-internal-filter-select:focus,
.admin-internal-filter-search:hover,
.admin-internal-filter-search:focus {
  border-color: #37BFEF;
  outline: none;
}

.admin-internal-filter-select {
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .admin-internal-filter-select {
    width: 100%;
  }
}

.admin-internal-filter-search {
  min-width: 150px;
  max-width: 300px;
  cursor: text;
}
@media screen and (max-width: 768px) {
  .admin-internal-filter-search {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}
.admin-internal-filter-search::-moz-placeholder {
  color: #6b7280;
}
.admin-internal-filter-search::placeholder {
  color: #6b7280;
}

.admin-internal-table {
  width: 100%;
  border-collapse: collapse;
}
.admin-internal-table thead {
  background-color: #f3f4f6;
  border-bottom: 2px solid #e5e7eb;
}
.admin-internal-table th {
  padding: 16px 32px;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  color: #5f6368;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.admin-internal-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}
.admin-internal-table tbody tr:hover {
  background-color: #f3f4f6;
}
.admin-internal-table td {
  padding: 16px 32px;
  font-size: 0.875rem;
  color: #5f6368;
}
@media screen and (max-width: 768px) {
  .admin-internal-table td {
    padding: 12px 16px;
    font-size: 0.75rem;
  }
}

.admin-internal-table-type {
  font-weight: 600;
  color: #202124;
}

.admin-internal-table-name {
  color: #5f6368;
}

.admin-internal-table-date {
  color: #6b7280;
  font-size: 0.75rem;
}

.admin-internal-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.admin-internal-badge-pending {
  background-color: #fef3c7;
  color: #92400e;
}

.admin-internal-badge-approved {
  background-color: #d1fae5;
  color: #2e7d32;
}

.admin-internal-badge-rejected {
  background-color: #fee2e2;
  color: #e74c3c;
}

.admin-internal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .admin-internal-btn {
    padding: 6px 12px;
    width: 100%;
  }
}

.admin-internal-btn-primary {
  background-color: #37BFEF;
  color: #fff;
}
.admin-internal-btn-primary:hover {
  background-color: #12abe1;
}

.admin-internal-btn-success {
  background-color: #2e7d32;
  color: #fff;
}
.admin-internal-btn-success:hover {
  background-color: rgb(32.2807017544, 87.7192982456, 35.0877192982);
}

.admin-internal-btn-danger,
.admin-internal-btn-reject {
  background-color: #e74c3c;
  color: #fff;
}
.admin-internal-btn-danger:hover,
.admin-internal-btn-reject:hover {
  background-color: #dc2626;
}

.admin-internal-btn-secondary {
  background-color: #f3f4f6;
  color: #5f6368;
}
.admin-internal-btn-secondary:hover {
  background-color: #e5e7eb;
}

.admin-internal-btn-group {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .admin-internal-btn-group {
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .admin-internal-main {
    padding: 16px;
  }
  .admin-internal-table-header {
    padding: 16px;
  }
  .admin-internal-table th,
  .admin-internal-table td {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 480px) {
  .admin-internal-sidebar-menu a {
    padding: 10px 16px;
    font-size: 0.75rem;
  }
  .admin-kpi-value {
    font-size: 1.75rem;
  }
}
.admin-internal-detail-drawer {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background-color: white;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}
.admin-internal-detail-drawer.active {
  display: flex;
  right: 0;
}
@media screen and (max-width: 768px) {
  .admin-internal-detail-drawer {
    width: 100%;
    right: -100%;
  }
}

.admin-internal-detail-drawer-header {
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-internal-detail-drawer-header h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #202124;
}

.admin-internal-detail-drawer-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #5f6368;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.admin-internal-detail-drawer-close:hover {
  color: #202124;
}

.admin-internal-detail-drawer-body {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
}

.admin-internal-detail-drawer-footer {
  padding: 16px 24px;
  border-top: 1px solid #e5e7eb;
  background-color: #f3f4f6;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.admin-internal-detail-section {
  margin-bottom: 32px;
}
.admin-internal-detail-section:last-child {
  margin-bottom: 0;
}
.admin-internal-detail-section h3 {
  margin: 0 0 16px 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #202124;
  padding-bottom: 12px;
  border-bottom: 2px solid #37BFEF;
}

.admin-internal-detail-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.admin-internal-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.admin-internal-detail-row label {
  font-weight: 600;
  color: #5f6368;
  font-size: 0.875rem;
  flex: 0 0 120px;
  padding-top: 2px;
}
.admin-internal-detail-row span, .admin-internal-detail-row div {
  flex: 1;
  color: #202124;
  font-size: 0.875rem;
}

.admin-internal-facility-item {
  margin: 4px 0;
  color: #202124;
  font-size: 0.875rem;
}
.admin-internal-facility-item:first-child {
  margin-top: 0;
}
.admin-internal-facility-item:last-child {
  margin-bottom: 0;
}

.admin-internal-no-data {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}

.admin-internal-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.admin-internal-modal.active {
  display: flex;
}

.admin-internal-reject-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 2000;
}
.admin-internal-reject-modal.active {
  opacity: 1;
  visibility: visible;
}

.admin-internal-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.admin-internal-modal-content {
  position: relative;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 2001;
}
@media screen and (max-width: 480px) {
  .admin-internal-modal-content {
    width: 95%;
  }
}

.admin-internal-modal-header {
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-internal-modal-header h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #202124;
}

.admin-internal-modal-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #5f6368;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.admin-internal-modal-close:hover {
  color: #202124;
}

.admin-internal-modal-body {
  padding: 24px;
}

.admin-internal-modal-description {
  margin: 0 0 16px 0;
  color: #5f6368;
  font-size: 0.875rem;
  line-height: 1.6;
}

.admin-internal-reject-reason-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.875rem;
  color: #202124;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.admin-internal-reject-reason-input:focus {
  outline: none;
  border-color: #37BFEF;
  box-shadow: 0 0 0 3px rgba(55, 191, 239, 0.1);
}
.admin-internal-reject-reason-input::-moz-placeholder {
  color: #6b7280;
}
.admin-internal-reject-reason-input::placeholder {
  color: #6b7280;
}

.admin-internal-form-hint {
  margin: 8px 0 0 0;
  color: #6b7280;
  font-size: 0.75rem;
}

.admin-internal-modal-footer {
  padding: 16px 24px;
  border-top: 1px solid #e5e7eb;
  background-color: #f3f4f6;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .admin-internal-modal-footer {
    flex-direction: column;
  }
  .admin-internal-modal-footer .admin-btn {
    width: 100%;
  }
}

.admin-internal-user-type-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #e0f2fe;
  color: #0369a1;
  white-space: nowrap;
}
.admin-internal-user-type-badge.admin-internal-user-type-goods {
  background-color: #fee2e2;
  color: #e74c3c;
}

/**
 * 申請管理タブの共通スタイル
 * （ユーザー、施設、グッズ、プレゼント申請管理で共通使用）
 * 
 * @package yado-child-theme
 */
.admin-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.admin-modal.active {
  display: flex;
}

.admin-modal-content {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.admin-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  background: white;
}
.admin-modal-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #202124;
}

.admin-modal-close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #6b7280;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.admin-modal-close:hover {
  background-color: #f3f4f6;
  color: #202124;
}

.admin-modal-body {
  padding: 24px;
}

.admin-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 24px;
  border-top: 1px solid #e5e7eb;
  background-color: #fafbfc;
}

.admin-detail-section {
  margin-bottom: 32px;
}
.admin-detail-section:last-child {
  margin-bottom: 0;
}

.admin-detail-title {
  font-size: 16px;
  font-weight: 700;
  color: #202124;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #37BFEF;
}

.admin-detail-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .admin-detail-group {
    grid-template-columns: 1fr;
  }
}

.admin-detail-row {
  display: flex;
  flex-direction: column;
}
.admin-detail-row .admin-detail-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.admin-detail-row .admin-detail-value {
  font-size: 14px;
  color: #202124;
  word-break: break-word;
}

.admin-detail-full {
  grid-column: 1/-1;
}
.admin-detail-full .admin-detail-value {
  white-space: pre-wrap;
  line-height: 1.6;
}

.admin-modal-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.admin-modal-gallery img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease;
}
.admin-modal-gallery img:hover {
  transform: scale(1.05);
}

.admin-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #10b981;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  animation: slideInRight 0.3s ease-out;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .admin-toast {
    bottom: 16px;
    right: 16px;
    left: 16px;
  }
}

.admin-toast-error {
  background-color: #dc2626;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.admin-badge {
  display: inline-block;
}
.admin-badge .admin-badge-pending {
  display: inline-block;
  padding: 6px 12px;
  background-color: #fef3c7;
  color: #92400e;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}
.admin-badge .admin-badge-approved {
  display: inline-block;
  padding: 6px 12px;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}
.admin-badge .admin-badge-rejected {
  display: inline-block;
  padding: 6px 12px;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.admin-btn-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.admin-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.admin-btn:active {
  transform: translateY(0);
}

.admin-btn-success {
  background-color: #10b981;
  color: white;
}
.admin-btn-success:hover {
  background-color: #065f46;
}

.admin-btn-reject {
  background-color: #dc2626;
  color: white;
}
.admin-btn-reject:hover {
  background-color: #991b1b;
}

.admin-btn-secondary {
  background-color: #e5e7eb;
  color: #202124;
}
.admin-btn-secondary:hover {
  background-color: #e5e7eb;
}

.admin-table-image {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.admin-table-name {
  color: #37BFEF;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}
.admin-table-name:hover {
  color: #37BFEF;
  flex-wrap: wrap;
}

.admin-page-link {
  padding: 8px 12px;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #37BFEF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.admin-page-link:hover {
  background-color: #37BFEF;
  color: white;
  border-color: #37BFEF;
}

.admin-page-number {
  padding: 8px 12px;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.admin-page-current {
  background-color: #37BFEF;
  color: white;
  border-color: #37BFEF;
  font-weight: 600;
}

@media (max-width: 768px) {
  .admin-modal-content {
    width: 95%;
    max-height: 95vh;
  }
  .admin-modal-header {
    padding: 16px;
  }
  .admin-modal-body {
    padding: 16px;
  }
  .admin-modal-footer {
    padding: 16px;
    gap: 8px;
  }
  .admin-modal-footer .admin-btn {
    flex: 1;
  }
  .admin-detail-group {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }
  .admin-toast {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
.admin-status-stats {
  display: flex;
  gap: 24px;
  align-items: center;
}

.admin-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.admin-stat-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.admin-stat-count {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}
.admin-stat-count.pending {
  color: #ff9800;
}
.admin-stat-count.approved {
  color: #10b981;
}
.admin-stat-count.rejected {
  color: #dc2626;
}

/* ========================================
   グッズ申請管理（固有スタイル）
=========================================== */
.goods-approval-container {
  padding: 20px;
  background-color: #f9fafb;
  border-radius: 12px;
}

.goods-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.goods-header h1 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.goods-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.goods-stat-badge {
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
}
.goods-stat-badge.pending {
  background-color: #fef3c7;
  border-color: #fcd34d;
  color: #92400e;
}
.goods-stat-badge.publish {
  background-color: #d1fae5;
  border-color: #86efac;
  color: #166534;
}
.goods-stat-badge.draft {
  background-color: #fee2e2;
  border-color: #fca5a5;
  color: #991b1b;
}

.goods-filters {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.goods-filter-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.goods-filter-group {
  flex: 1;
  min-width: 180px;
}
.goods-filter-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}
.goods-filter-group select {
  width: 100%;
  padding: 10px 12px;
  height: 36px;
  line-height: 1.2;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
}
.goods-filter-group input {
  width: 100%;
  padding: 10px 12px;
  height: 36px;
  line-height: 1.2;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
}
.goods-filter-group input[type=text] {
  max-width: 300px;
}
.goods-filter-group input[type=text]::-moz-placeholder {
  color: #9ca3af;
}
.goods-filter-group input[type=text]::placeholder {
  color: #9ca3af;
}

.goods-table-wrapper {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.goods-table {
  width: 100%;
  border-collapse: collapse;
}
.goods-table thead {
  background-color: #f3f4f6;
  border-bottom: 2px solid #e5e7eb;
}
.goods-table th {
  padding: 16px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.goods-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s;
}
.goods-table tbody tr:hover {
  background-color: #f9fafb;
}
.goods-table td {
  padding: 16px;
  font-size: 14px;
  color: #1f2937;
}

.goods-image {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e5e7eb;
}

.goods-name {
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
}
.goods-name:hover {
  color: #3b82f6;
  text-decoration: underline;
}

.goods-price {
  font-weight: 600;
  color: #065f46;
}

.goods-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.goods-badge.pending {
  background-color: #fef3c7;
  color: #92400e;
  border: 1px solid #fcd34d;
}
.goods-badge.publish {
  background-color: #d1fae5;
  color: #166534;
  border: 1px solid #86efac;
}
.goods-badge.draft {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.goods-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.goods-btn {
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.goods-btn.goods-btn-approve {
  background-color: #10b981;
  color: #fff;
}
.goods-btn.goods-btn-approve:hover {
  background-color: #059669;
}
.goods-btn.goods-btn-reject {
  background-color: #ef4444;
  color: #fff;
}
.goods-btn.goods-btn-reject:hover {
  background-color: #dc2626;
}
.goods-btn.goods-btn-detail {
  background-color: #6b7280;
  color: #fff;
}
.goods-btn.goods-btn-detail:hover {
  background-color: #4b5563;
}

.goods-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.goods-pagination a,
.goods-pagination span {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  color: #374151;
  background-color: #fff;
}
.goods-pagination span.current {
  background-color: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
}
.goods-pagination a:hover {
  background-color: #f3f4f6;
}

@media (max-width: 768px) {
  .goods-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .goods-filter-group {
    min-width: 100%;
  }
  .goods-table {
    font-size: 12px;
  }
  .goods-table th,
  .goods-table td {
    padding: 12px 8px;
  }
  .goods-actions {
    flex-direction: column;
  }
  .goods-btn {
    width: 100%;
  }
}
/**
 * プレゼント申請管理タブのスタイル
 * 
 * @package yado-child-theme
 */
.admin-dm-compose-container {
  min-height: 100vh;
  padding: 2rem 1rem;
  background-color: #f9fafb;
}
@media (min-width: 640px) {
  .admin-dm-compose-container {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .admin-dm-compose-container {
    padding: 2rem 2rem;
  }
}

.admin-dm-compose-wrapper {
  max-width: 56rem;
  margin: 0 auto;
}

.admin-dm-compose-header {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.admin-dm-compose-header .admin-dm-compose-title-section {
  flex: 1;
}
.admin-dm-compose-header .admin-dm-compose-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
.admin-dm-compose-header .admin-dm-compose-subtitle {
  color: #4b5563;
  margin-top: 0.5rem;
}
.admin-dm-compose-header .admin-dm-compose-back-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #e5e7eb;
  color: #374151;
  font-weight: 500;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.admin-dm-compose-header .admin-dm-compose-back-btn:hover {
  background-color: #d1d5db;
}

.admin-dm-compose-form-card {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.admin-dm-compose-form {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.dm-form-group {
  display: flex;
  flex-direction: column;
}

.dm-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}
.dm-form-label .dm-required {
  color: #ef4444;
}
.dm-form-label .dm-optional {
  color: #6b7280;
  font-size: 0.75rem;
}

.dm-form-input,
.dm-form-select,
.dm-form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.2s ease;
}
.dm-form-input:focus,
.dm-form-select:focus,
.dm-form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
  border-color: #3b82f6;
}
.dm-form-input::-moz-placeholder, .dm-form-select::-moz-placeholder, .dm-form-textarea::-moz-placeholder {
  color: #9ca3af;
}
.dm-form-input::placeholder,
.dm-form-select::placeholder,
.dm-form-textarea::placeholder {
  color: #9ca3af;
}

.dm-form-input {
  padding: 0.75rem 1rem;
}
.dm-form-input.dm-form-input-lg {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
}

.dm-form-textarea {
  resize: vertical;
  min-height: 8rem;
}
.dm-form-textarea:focus {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.dm-user-search-container {
  position: relative;
}

.dm-user-search-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.dm-user-search-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
  border-color: #3b82f6;
}

.dm-selected-users-tags {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dm-user-tag {
  background-color: #dbeafe;
  color: #1e40af;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dm-user-tag .dm-user-tag-remove {
  background: none;
  border: none;
  color: #1e40af;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1;
}
.dm-user-tag .dm-user-tag-remove:hover {
  color: #1e3a8a;
}

.dm-user-dropdown {
  margin-top: 0.5rem;
  background-color: white;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  max-height: 12rem;
  overflow-y: auto;
  z-index: 20;
}
.dm-user-dropdown.dm-hidden {
  display: none;
}

.dm-user-dropdown-item {
  padding: 0.75rem;
  border-bottom: 1px solid #f3f4f6;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.dm-user-dropdown-item:last-child {
  border-bottom: none;
}
.dm-user-dropdown-item:hover {
  background-color: #eff6ff;
}
.dm-user-dropdown-item .dm-user-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111827;
  margin: 0;
}
.dm-user-dropdown-item .dm-user-email {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}
.dm-user-dropdown-item .dm-empty-message {
  color: #6b7280;
  font-size: 0.875rem;
}

.dm-error-message {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.dm-error-message.dm-hidden {
  display: none;
}

.dm-char-counter-wrapper {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dm-char-counter {
  color: #6b7280;
  font-size: 0.875rem;
  margin-left: auto;
}

.dm-button-group {
  display: flex;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.dm-btn {
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.dm-btn-submit {
  flex: 1;
  background-color: #2563eb;
  color: white;
}
.dm-btn-submit:hover {
  background-color: #1d4ed8;
}
.dm-btn-submit:active {
  background-color: #1e40af;
}

.dm-btn-draft {
  flex: 1;
  background-color: #e5e7eb;
  color: #374151;
}
.dm-btn-draft:hover {
  background-color: #d1d5db;
}
.dm-btn-draft:active {
  background-color: #bfdbfe;
}

.dm-btn-reset {
  padding: 0.75rem 1.5rem;
  border: 1px solid #d1d5db;
  color: #374151;
  background-color: transparent;
}
.dm-btn-reset:hover {
  background-color: #f9fafb;
}
.dm-btn-reset:active {
  background-color: #f3f4f6;
}

.dm-info-panels {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .dm-info-panels {
    grid-template-columns: 1fr 1fr;
  }
}

.dm-info-panel {
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 0.875rem;
}
.dm-info-panel.dm-info-blue {
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
}
.dm-info-panel.dm-info-blue .dm-info-label {
  font-weight: 600;
}
.dm-info-panel.dm-info-amber {
  background-color: #fffbeb;
  border: 1px solid #fcd34d;
  color: #92400e;
}
.dm-info-panel.dm-info-amber .dm-info-label {
  font-weight: 600;
}

.dm-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
.dm-modal-overlay.dm-hidden {
  display: none;
}

.dm-modal {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  max-width: 28rem;
  width: 100%;
  margin: 0 1rem;
}

.dm-modal-content {
  padding: 1.5rem;
}

.dm-modal-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem 0;
}

.dm-modal-count {
  color: #4b5563;
  margin-bottom: 1rem;
}

.dm-modal-preview {
  background-color: #f9fafb;
  border-radius: 0.25rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
}
.dm-modal-preview .dm-preview-label {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
.dm-modal-preview .dm-preview-subject {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111827;
  margin: 0;
}
.dm-modal-preview .dm-preview-message {
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.5;
  margin: 0.5rem 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dm-modal-buttons {
  display: flex;
  gap: 0.75rem;
}

.dm-modal-btn {
  flex: 1;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}

.dm-modal-btn-cancel {
  background-color: white;
  color: #374151;
  border: 1px solid #d1d5db;
}
.dm-modal-btn-cancel:hover {
  background-color: #f9fafb;
}

.dm-modal-btn-confirm {
  background-color: #2563eb;
  color: white;
}
.dm-modal-btn-confirm:hover {
  background-color: #1d4ed8;
}

.dm-toast {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 40;
  animation: slideIn 0.3s ease-out;
}
.dm-toast.dm-hidden {
  display: none;
}

.dm-toast-success {
  background-color: #10b981;
  color: white;
}

.dm-toast-error {
  background-color: #ef4444;
  color: white;
}

.dm-toast-icon {
  font-size: 1rem;
}

.dm-toast-message {
  font-size: 0.875rem;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 1rem;
}
.admin-header .admin-header-left {
  flex: 1;
}
.admin-header h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem 0;
}
.admin-header .admin-header-description {
  color: #6b7280;
  margin: 0;
}
.admin-header .admin-header-right {
  flex-shrink: 0;
}

.admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}
.admin-btn.admin-btn-secondary {
  background-color: #e5e7eb;
  color: #374151;
}
.admin-btn.admin-btn-secondary:hover {
  background-color: #d1d5db;
}

.dm-send-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .dm-send-grid {
    grid-template-columns: 1fr 1.5fr;
  }
}

.dm-conditions-section {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
.dm-conditions-section .dm-conditions-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem 0;
}
.dm-conditions-section .dm-conditions-desc {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.dm-card {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
.dm-card .dm-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1.5rem 0;
}

.dm-target-count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #eff6ff;
  border-radius: 0.5rem;
  border: 1px solid #bfdbfe;
}
.dm-target-count .dm-target-label {
  color: #1e40af;
  font-size: 0.875rem;
  font-weight: 500;
}
.dm-target-count .dm-target-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2563eb;
}

.dm-form-description {
  color: #6b7280;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .dm-send-grid {
    grid-template-columns: 1fr;
  }
  .dm-conditions-section {
    order: -1;
  }
}/*# sourceMappingURL=style.css.map */