/* 固定ページタイトル非表示 */
.page #post_title {display: none !important;}

.room-badge {
  margin-left: 10px;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 4px;
  background: #c9a96a;
  color: #fff;
  vertical-align: middle;
}
/* Quick情報 */
.quick-facts {
 background: #ffffff;
  padding: 16px 0 20px;
  margin: 24px 0 32px;
}
.quick-facts-scroll {
  font-size: 11px;
  color: #aaa;
  text-align: right;
  padding: 4px 12px 0;
  letter-spacing: 0.08em;
  opacity: 0.8;
}

.quick-facts__inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
}
.quick-facts__inner::-webkit-scrollbar {
  display: none;
}

.fact-card {
  min-width: 140px;
  border-radius: 16px;
  padding: 14px 14px 16px;
  text-align: center;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
}

.fact-icon {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  opacity: 0.6;
}

.fact-label {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 4px;
}

.fact-value {
  display: block;
  font-size: 14.5px;
  font-weight: 500;
  color: #222;
}
@media (min-width: 769px) {
  .quick-facts-scroll {
    display: none;
  }
}

@media (min-width: 1024px) {
  .quick-facts__inner {
    justify-content: center;
    overflow-x: visible;
  }
}

@media (max-width: 768px) {
  .fact-card {
    min-width: 85px;
    padding: 10px 12px 12px; 
    border-radius: 14px;
  }

  .fact-icon {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .fact-label {
    font-size: 10px;
    margin-bottom: 2px;
  }

  .fact-value {
    font-size: 12px;
  }
}

/*intoroduction*/
.intro-section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: url("https://fuji-glamping-villas.com/wp-content/uploads/2025/10/mi2-1.webp") center/cover no-repeat;
  overflow: hidden;
  color: #fff;
}
.intro-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(2px);
  z-index: 0;
}
.intro-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  z-index: 1;
  align-items: stretch;
  min-height: 600px;
}
.slideshow {
  flex: 0 0 65%; 
  position: relative;
  overflow: hidden;
  height: auto;
}

.slideshow img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.slideshow img.active {
  opacity: 1;
}

.intro-text {
  flex: 0 0 35%;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  min-width: 0;       
 box-sizing: border-box;    
}

.intro-text h2 {
  font-size:clamp(30px,2.5vw,38px)!important;
  font-family: 'Cinzel', serif;
  margin-bottom: 25px;
  color: #fff;
  word-break: break-word;
  overflow-wrap: break-word;
line-height:1.5!important;
}
.miniTXT{
 max-width: 100%;       
  padding-right: 5px;     
  line-height: 1.9;
  word-break: normal;
  overflow-wrap: anywhere;
font-size: clamp(14px, 1.1vw, 18px);
}

/* ===== スマホ ===== */
@media (max-width: 768px) {
  .intro-content {
    flex-direction: column;
    min-height: auto;
  }

  .slideshow {
    flex: none;
    width: 100%;
height: 320px;
  }

  .slideshow img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  .intro-text {
    flex: none;
    width: 100%;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.6);
  }

  .intro-text h2 {
    line-height: 1.6;
    text-align: left;
  }
}
.fade-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .slider-overlay h1 {
    font-size: 14px;
  }
  .slider-overlay .fade-in-button {
    font-size: 12px;
  }
}

/*施設ページsection4*/
.about4 {
  width: 100%;
  margin-left: 0;
  padding: 40px 80px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url('https://fuji-glamping-villas.com/wp-content/uploads/2025/05/309.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat; 
  background-size: cover;  
  color: #fff; 
}
.dining-main-image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 2rem;
}
.plan-label {
  display: inline-block;
  background-color: #ff7f50;
  color: #fff;              
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 15px;
  vertical-align: middle;
margin-bottom:0;
}
.dining-plan {
  margin-bottom: 3rem;
  color: #fff; 
  text-align: center;
}
.dining-plan-title {
  font-size: clamp(23px,2.5vw,40px) !important;
  margin-bottom: 0.5rem;
line-height:1.5 !important;
}
.dining-plan-desc {
  font-size: clamp(16px,2.5vw,18px);
  margin-bottom: 1rem;
  line-height: 1.5;
	padding:0;
}
.dining-plan-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 780px) {
	.dining-plan-desc {
	padding:10px 15px;
}
	.plan-label {
	margin-bottom:10px;
}
.dining-plan-title {
	padding: 20px !important;
}
}




/* 施設ページsection3 */
.about4 .section-title{
text-align:right;
padding-right:10%;
}
.room-section {
  padding: 80px 60px;
  background: rgba(255,255,255,0.8);
  border-radius: 16px;
  backdrop-filter: blur(6px);
}
.room-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
gap:40px ;
  margin-top: 40px;
padding:0 20px;
}
.room-slider {
  flex: 1;
  min-width: 50%;
}

.swiper-pagination-bullet {
  background: #333;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.room-info {
  flex: 1;
  min-width: 40%;
}
.room-title {
font-family: 'Cinzel', serif;
  font-size: 50px !important;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.room-desc {font-size:clamp(16px, 2.5vw, 18px);
  line-height: 1.8;
  color: #fff;
	max-width:600px;
}
.swiper-pagination {
  bottom: 20px !important; 
  text-align: center;
}
.swiper-pagination-bullet {
  width: 24px !important;
  height: 24px;
  background: rgba(255,255,255,0.9) !important; 
  border: 1px solid rgba(0,0,0,0.5)!important;       
  opacity: 1;
  margin: 0 6px !important;
  transition: transform 0.3s ease, background 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #fff !important;  
  border-color: #000;   
  transform: scale(2); 
}
.room-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}
.room-container.reverse {
  flex-direction: row-reverse; 
}
@media (max-width: 768px) {
  .room-container,
  .room-container.reverse {
    flex-direction: column;
  }
  .room-slider,
  .room-info {
    width: 100%; 
    min-width: 0; 
    margin-bottom: 20px;
  }
.room-title {
font-size:35px !important;}
.room-desc {
max-width:400px !important;}
}
/* QAセクション */
.qaSection {
  max-width: 1000px;
  margin: 60px auto;
  font-family: 'Cinzel', serif;
}
.qaa-box {
  border-top: 1px solid #ccc;
padding:15px 5px;
}
.qaa-box:last-child {
  border-bottom: 1px solid #ccc;
}
.qaa-question {
  padding: 24px 0;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  letter-spacing: 1.2px;
  transition: color 0.3s;
}
.qaa-question::before {
  content: "Q. ";
  margin-right: 11px;
  color: #111;
}
.qaa-question:hover {
  color: #555;
}
.qaa-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #111;
  transition: transform 0.3s;
}
.qaa-box.active .qaa-question::after {
  content: '−';
}
.qaa-answer {
  height: 0;  
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.9;
  padding: 0;
}
.qaa-box.active .qaa-answer {
  height: auto; 
  padding: 16px 0;
}
.qaCategoryTitle {
  font-size: 1.4rem;
  font-weight: 700 !important;
  margin: 40px 0 20px !important;
  padding-right: 16px;
  letter-spacing: 1px;
  color: #222;
}

@media screen and (max-width: 768px) {
  .qaCategoryTitle {
    font-size: 1.2rem;
    margin: 30px 0 15px;
  }
  .qaSection {
    margin: 40px auto;
    padding: 0 12px;
  }

  .qaa-question {
    font-size: 18px;
    padding: 18px 0;
  }

  .qaa-question::after {
    font-size: 18px;
  }
  .qaa-answer {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 480px) {
  .qaa-question {
    font-size: 16px;
    padding: 16px 0;
  }

  .qaa-question::before {
    margin-right: 6px;
  }

  .qaa-question::after {
    font-size: 16px;
  }

  .qaa-answer {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

/*施設ページacess  */
.about3 {
    background-image: url('https://fuji-glamping-villas.com/wp-content/uploads/2025/09/background-1.png');
    width: 100%;
    margin-left: 0;
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-size: cover;  
    padding: 40px 80px;
}
.custom-access-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  margin: 50px 0;
  color: #333;
}
.custom-access-table th,
.custom-access-table td {
  padding: 20px 15px;
  text-align: left;
  vertical-align: top;
}
.custom-access-table th {
  width: 200px;
  font-weight: 500;
  background: none;
  color: #222;
  border-bottom: 1px solid #eee;
}
.custom-access-table th i {
  margin-right: 8px;
  color: #1E3A8A; 
  font-size: 18px;
}
.custom-access-table td {
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.8;
  font-size: 14.5px;
  color: #555;
}
.custom-access-table strong.area-label {
  display: inline-block;
  background-color: #1E3A8A; 
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 6px;
  margin-bottom: 6px;
}
.custom-access-table strong {
  display: inline-block;
  color: #222;
  font-weight: 500;
  margin-bottom: 4px;
}
.custom-access-table td ul {
  padding-left: 18px;
  margin: 4px 0;
  list-style-type: disc;
}
@media (max-width: 768px) {
  .custom-access-table th,
  .custom-access-table td {
    padding: 16px 12px;
    font-size: 14px;
  }
  .custom-access-table th {
    width: 120px;
  }
}
.page #post_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; 
    background: linear-gradient(to right, #90afc5 50%, silver 50%);
}
.facility-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 20px 0;
}

.h3topics{
font-size:25px !important;
font-weight: 600;
  display: inline-block;
  border-bottom: 3px solid #2980B9;
  padding-bottom: 4px !important;
  margin-bottom: 20px !important;
}
/* テーブル1＜info＞ */
.custom-info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
  font-size: 14px;
  margin: 0 auto;
}

.custom-info-table tr {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.custom-info-table td:first-child {
  background-color: transparent;
  color: #333;
	background:#fff;
  font-weight: bold;
  padding: 6px 12px;
  font-size: 16px;
  text-transform: uppercase; 
  margin-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  transition: box-shadow 0.2s ease; 
	
}
.custom-info-table td:first-child:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}
.custom-info-table td:last-child {
  color: #444;
  line-height: 1.6;
  padding: 0 4px;
  border: none;
}
/* QandA 単体page*/
.qa-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.qa-tag {
  padding: 4px 16px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  background: #fff;
  transition: all 0.3s ease;
}

.qa-tag:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
/*価格PRICE*/
.price-rules {
  max-width: 520px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  font-size: clamp(14px, 2.3vw, 16px);
  color: #444;
}

.price-rules li {
list-style: none;
  margin-bottom: 8px;
  padding-left: 0.5em;
}

.price-table-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #fafafa;
  border-radius: 14px;
  padding: 20px 18px 25px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(14px, 2.3vw, 16px);
}

.price-table thead th {
  text-align: left;
  font-weight: 600;
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
  color: #000;
}

.price-table tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.price-table tbody tr:last-child {
  border-bottom: none;
}

.price-table td {
  padding: 14px 10px;
  vertical-align: middle;
}

.price-table td:first-child {
  font-weight: 500;
}

.price-table td:last-child {
  text-align: right;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.price-note {
  margin: 18px auto 0; 
  max-width: 800px;    
  font-size: clamp(12px, 2.2vw, 14px);
  color: #666;
  text-align: left;    
  line-height: 1.6;
}
.price-sub-note {
  margin-top: 4px;
  margin-left: 1.2em;  
  font-size: 0.9em;
  color: #777;        
  line-height: 1.4;
}

.price-sub-note span {
  font-size: 0.85em;
  color: #999;
}

@media (max-width: 600px) {
  .price-table-wrap {
    padding: 16px 14px 20px;
  }

  .price-table td:last-child,
  .price-table th:last-child {
    text-align: left;
  }
}
/*footernav*/
.facility-footer-nav {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;          
  justify-content: center;
  gap: 12px 16px;        
}

.facility-footer-nav a {
  font-size: clamp(12px, 3vw, 14px);
color: #D8D4CC !important;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.facility-footer-nav a::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(255,255,255,0.3);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.facility-footer-nav a:hover::after {
  transform: scaleX(1);
}

/* ===============================
  施設専用フッター
=============================== */
.facility-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw); 
  padding: 70px 20px 50px;
  background: #111;
  color: #fff;
  text-align: center;
}
.facility-footer-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.facility-footer-logo {
  font-size: clamp(33px, 2.5vw, 88px);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.facility-footer-note {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin-top: 14px;
  line-height: 1.7;
}
.facility-footer-tel a {
  font-size: clamp(23px, 2.5vw, 30px);
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.facility-footer-logo-img {
   max-width: clamp(180px, 60vw, 330px) !important; 
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;     
}

@media (max-width: 768px) {

  .facility-footer {
    padding: 60px 16px 40px;width: 100%;
    margin-left: -3.8%;
  }
  .facility-footer-logo {
    margin-bottom: 14px;
    letter-spacing: 0.04em;
  }
  .facility-footer-tel a {
    font-size: clamp(18px, 5vw, 22px);
    display: inline-block;
    margin: 12px 0;
  }
  .facility-footer-note {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
  }
	.facility-footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; 
}
}
.gallery-grid.is-collapsed {
  max-height: 900px; 
  overflow: hidden;
  position: relative;
}
.gallery-grid.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    rgba(255,255,255,1)
  );
  pointer-events: none;
}
/*写真*/
.gallery-grid.is-expanded {
  max-height: none;
}
.gallery-grid.is-expanded::after {
  display: none;
}
.gallery-more-wrap {
  text-align: center;
  margin-top: 30px;
}

.gallery-more-btn {
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid #111;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all .25s ease;
}

.gallery-more-btn:hover {
  background: #111;
  color: #fff;
}
.WhyTxt {
  display: inline-block;  
  position: relative;  
  font-size: clamp(14px,2.5vw,18px);
  font-weight: 500;
  color: #0D1B2A;    
  border-bottom: 2px solid #0D1B2A; 
  padding-bottom: 6px;
  margin-bottom: 20px;
}.WhyTxt::after {
  content: '';
  position: absolute;
  bottom: -8px;   
  left: 0;  
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0D1B2A; 
}
/* Next Trip セクション */
.next-trip {
  background: #fafafa;
  padding: 100px 20px;
}
.next-trip-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.next-trip-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.next-trip-title span {
  display: block;
  font-size: 15px;
  color: #888;
  margin-top: 10px;
  font-family: sans-serif;
  font-weight: 400;
}
.next-trip-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
}
.next-trip-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.next-trip-card:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}
.next-trip-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.next-trip-content {
  padding: 25px;
  text-align: left;
}
.next-trip-content h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-family: 'Cinzel', serif;
  font-weight: 500;
}
.next-trip-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}
.next-trip-content .btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 10px 22px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s ease;
}
.next-trip-content .btn:hover {
  background: #333;
}
@media (max-width: 768px) {
  .next-trip {
    padding: 60px 15px;
  }
  .next-trip-content {
		paddi}
	#article {
    padding: 0 10px;
}
}
/* 紹介ページsection7 */
.gallery-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 42px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.gallery-btn-wrap {
  margin-top: 10px;
}
.gallery-toggle {
  background: #111;
  color: #fff;
  font-size: 15px;
  padding: 10px 24px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.gallery-toggle:hover {
  background: #333;
}

.best-rate-note {
  font-size: 13.5px;
  text-align: center;
  padding: 14px 18px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 10px; 
  line-height: 1.7;
  margin: 20px auto !important;
  max-width: 720px;
  background: transparent; 
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
 .gallery-grid .wide {
    grid-column: span 2;
  }
  .best-rate-note {
    font-size: 13px;
    padding: 14px 14px;
  }
}

/* Price bannaer */
.price-banner {
	position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: linear-gradient(145deg, rgba(255,255,255,0.7), rgba(245,232,205,0.9));
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 230, 180, 0.5);
  padding: 10px 26px;
  border-radius: 10px;
  font-size: 17px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 2.2s;
  opacity: 0;	
}
.price-banner--2{
	top: -33px;
	flex-direction: column; 
	padding: 15px 44px;
	padding-bottom: 15px;
}
.price-note {
  font-size: 16px;
  color: #666;
  margin-bottom: 2px;
	line-height: 1.2; 
}
.price-subnote {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.45);
}
.price-banner .before {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
}
.price-banner .after {
	color: #b48b00;
  font-size: 20px !important;
}
.price-compare {
    font-size: 14px !important;
    width: 100%; 
    margin-top: 2px;
}
.price-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.0) 100%);
  animation: shine 4s infinite;
  border-radius: inherit;
}
.price-banner::after {
  content: "ベストレート！Best rate Price";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ffd75e, #ffb300);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 30px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  letter-spacing: 0.5px;
}
@keyframes shine {
  0% { left: -100%; }
  60% { left: 120%; }
  100% { left: 120%; }
}

@media (max-width: 768px) {
.price-banner--2{
padding: 10px 66px !important;
padding-bottom: 15px !important;
}
.price-banner .after {
  font-size: 17px !important;
}
.price-note {
  font-size: 15px;
}
}
/*なぜベストレート */
/* =========================
   sub info wrap
========================= */
.sub-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin: 16px 0;
  width: 100%;
  box-sizing: border-box;
}

/* =========================
   best rate box
========================= */
.best-rate {
  width: 100%;
  max-width: 520px;
  margin: 0;
  padding: 14px 18px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.best-rate:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  transform: translateY(-0.5px);
}

/* =========================
   title
========================= */
.best-rate-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #2f3f3b;
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

/* arrow */
.best-rate-title::after {
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 16px;
  transition: transform 0.25s ease;
  opacity: 0.6;
}

/* open arrow */
.best-rate.open .best-rate-title::after {
  transform: translateY(-50%) rotate(-90deg);
}

/* =========================
   text area
========================= */
.best-rate p {
  display: none;      
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #444;
}

/* open state */
.best-rate.open p {
  display: block;
}

/* always show */
.best-rate p.always-show {
  display: block;
}
.best-rate .note {
  display: block;
  margin-top: 6px;
  font-size: 11.5px;
  line-height: 1.6;
  color: #777;
  letter-spacing: 0.02em;
}

/* =========================
   mobile fix
========================= */
@media (max-width: 600px) {
  .best-rate {
    padding: 12px 14px;
    border-radius: 12px;
  }
  .best-rate-title {
    font-size: 13px;
  }
  .best-rate p {
    font-size: 12.5px;
  }
}