@charset "UTF-8";

/* price.css
   PRICEページ専用CSS
   ヘッダー・フッターは index.html / styles.css の共通部品を使用
*/

.price-page{
  background:#fff;
  color:#222;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  letter-spacing:.045em;
}

.price-hero{
  max-width:1040px;
  margin:0 auto;
  padding:82px 48px 48px;
  text-align:center;
}

.price-label{
  margin:0 0 12px;
  color:#9a2b2f;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.22em;
}

.price-hero h1{
  margin:0 0 20px;
  font-size:36px;
  line-height:1.55;
  font-weight:500;
  letter-spacing:.08em;
}

.price-hero p{
  margin:0;
  font-size:14px;
  line-height:2;
  color:#444;
}

.price-section{
  max-width:1040px;
  margin:0 auto 26px;
  border:1px solid #e7e2da;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}

.price-section-head{
  display:flex;
  align-items:center;
  gap:18px;
  padding:24px 30px;
  border-bottom:1px solid #e8e2d9;
  background:#fbfaf7;
}

.film-price .price-section-head{
  background:#fafcfb;
}

.lock-price .price-section-head{
  background:#fcfaf6;
}

.price-section-head h2{
  margin:0;
  font-size:24px;
  line-height:1.55;
  font-weight:500;
  color:#24364a;
}

.price-icon{
  width:50px;
  height:50px;
  border:1px solid #d8d2c9;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  flex:0 0 auto;
}

.price-icon svg{
  width:28px;
  height:28px;
  stroke:#6b7f8f;
  stroke-width:2.5;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.price-table{
  padding:0 30px;
}

.price-table dl{
  display:grid;
  grid-template-columns:1fr 260px;
  margin:0;
  border-bottom:1px solid #eee9e2;
}

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

.price-table dt,
.price-table dd{
  padding:16px 10px;
  line-height:1.75;
}

.price-table dt{
  font-size:15px;
  font-weight:500;
  color:#222;
}

.price-table dd{
  margin:0;
  color:#3e5f74;
  font-size:18px;
  font-weight:600;
  text-align:right;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  letter-spacing:.02em;
}

.price-wide dd{
  font-size:15px;
  color:#444;
  font-weight:500;
}

.price-notes{
  margin:0;
  padding:16px 40px 26px;
  list-style:none;
  border-top:1px solid #f0eee9;
  background:#fffdfa;
}

.price-notes li{
  margin:0 0 5px;
  font-size:12px;
  line-height:1.85;
  color:#666;
}

.price-notes li::before{
  content:"※";
  margin-right:.2em;
}

.price-other{
  max-width:1040px;
  margin:0 auto 26px;
  padding:22px 30px;
  border:1px solid #eadfcb;
  border-radius:10px;
  background:#fffdf8;
  text-align:center;
}

.price-other p{
  margin:0;
  color:#6f5729;
  font-size:15px;
  line-height:1.8;
  font-weight:500;
}

.price-contact{
  max-width:1040px;
  margin:0 auto 74px;
  padding:36px 30px;
  border:1px solid #e8e4dd;
  border-radius:10px;
  text-align:center;
  background:#fff;
}

.price-contact h2{
  margin:0 0 26px;
  font-size:20px;
  line-height:1.75;
  font-weight:500;
}

.price-contact-buttons{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.price-contact-buttons a{
  min-height:66px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:3px;
  border:1px solid #d7d2ca;
  border-radius:6px;
  text-decoration:none;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  background:#fff;
}

.price-contact-buttons strong{
  font-size:14px;
  line-height:1.4;
  font-weight:700;
}

.price-contact-buttons span{
  font-size:11px;
}

.price-contact-line{
  color:#128a45;
  border-color:#9fcfaf !important;
}

.price-contact-tel{
  color:#fff;
  background:#8b2a31 !important;
  border-color:#8b2a31 !important;
}

.price-contact-mail{
  color:#496a7e;
  border-color:#b5c8d2 !important;
  background:#fafcfd !important;
}

@media(max-width:900px){
  .price-hero{
    padding:72px 22px 42px;
  }

  .price-hero h1{
    font-size:30px;
  }

  .price-hero p{
    font-size:13px;
  }

  .price-section,
  .price-other,
  .price-contact{
    margin-left:18px;
    margin-right:18px;
  }

  .price-section-head{
    padding:20px 18px;
    gap:14px;
  }

  .price-section-head h2{
    font-size:21px;
  }

  .price-icon{
    width:44px;
    height:44px;
  }

  .price-icon svg{
    width:25px;
    height:25px;
  }

  .price-table{
    padding:0 18px;
  }

  .price-table dl{
    grid-template-columns:1fr;
  }

  .price-table dt{
    padding:15px 4px 3px;
    font-size:14px;
  }

  .price-table dd{
    padding:3px 4px 15px;
    text-align:left;
    font-size:18px;
  }

  .price-notes{
    padding:15px 22px 24px;
  }

  .price-contact-buttons{
    grid-template-columns:1fr;
  }
}
