/* 料金案内ページ専用CSS（pricelist-で統一） */

.pricelist-hero {
  background: #fff;
  padding: 48px 0 32px 0;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(35,69,169,0.08);
  border: 2px solid rgba(35, 69, 169, 0.1);
  margin: 40px 20px;
}
.pricelist-hero-title {
  font-size: 28px;
  color: #2345a9;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 15px;
}
.pricelist-hero-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2345a9, #4a6fd8);
  border-radius: 2px;
}
.pricelist-hero-text {
  font-size: 18px;
  color: #333;
  line-height: 2;
}

.pricelist-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.pricelist-section {
  margin: 0 0 80px 0;
}
.pricelist-section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  color: #2345a9;
  position: relative;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.pricelist-section-title i {
  color: #64b3ef;
  font-size: 36px;
}
.pricelist-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2345a9, #4a6fd8);
  border-radius: 2px;
}

/* 外壁塗装メニューグリッド */
.wall-menu-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid rgba(35, 69, 169, 0.1);
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.wall-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}
.wall-menu-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(35, 69, 169, 0.2);
}
.wall-menu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wall-menu-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  margin: 0;
  padding: 8px 5px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
.wall-menu-item.text-block {
  background-color: #2345a9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: white;
  font-weight: normal;
  min-height: 150px;
  border: none;
}
.wall-menu-note {
  margin-top: 20px;
  padding: 10px 15px;
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 5px;
  color: #856404;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}
.roof-menu-header {
  background-color: #2345a9;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  border-radius: 5px;
}
.roof-menu-header br {
  display: none;
}
.title-supplement {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}

.pricelist-plan-content {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
  justify-content: center;
}
.pricelist-plan-content.pricelist-wall-style {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pricelist-plan-flex-container {
  display: flex;
  gap: 20px;
}
.pricelist-plan-img-wrap {
    margin-bottom: 0;
    flex: 0 0 40%;
    position: relative;
}
.pricelist-plan-text-wrap {
    flex: 1;
    padding: 20px;
}
.pricelist-plan-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(35, 69, 169, 0.1);
}
.pricelist-plan {
  background: #fff;
  border: 2px solid rgba(35, 69, 169, 0.1);
  border-radius: 15px;
  padding: 20px;
  flex: 1 1 280px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, border 0.2s;
  position: relative;
}
.plan-title-group {
  padding: 0;
  margin-bottom: 0;
}
.plan-price-group {
  padding: 15px 0 0 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.pricelist-plan h3 {
  font-size: 24px;
  margin-bottom: 8px;
  color: #2345a9;
  font-weight: bold;
  margin-top: 0;
  border-bottom: 2px solid #64b3ef;
}
.pricelist-plan-catch {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff9500;
  color: white;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: bold;
}
.pricelist-plan-years {
  font-size: 14px;
  margin-bottom: 0;
  color: #2345a9;
  font-weight: bold;
  border-left: none;
  padding-left: 0;
}
.pricelist-plan-price {
  color: #ff6b00;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0;
}
.price-unit {
  font-size: 18px;
  margin-left: 5px;
}
.pricelist-plan-price-note {
  font-size: 14px;
  color: #ff6b00;
  white-space: nowrap;
  margin-left: 10px;
}
.pricelist-plan-guide {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  padding-top: 15px;
  border-top: 1px solid #e0e4f6;
  margin-bottom: 10px;
}

.pricelist-plan-note {
  font-size: 14px;
  color: #333;
  text-align: left;
  margin-top: 0;
}

.pricelist-benefits-section {
  background: #fff;
  padding: 40px 20px;
  margin-top: 56px;
  border-radius: 15px;
  border: 2px solid rgba(35, 69, 169, 0.1);
  box-shadow: 0 2px 8px rgba(35,69,169,0.08);
}
.pricelist-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  margin-top: 32px;
}
.pricelist-benefit-item {
  background: linear-gradient(135deg, #fafbff, #f5f7ff);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(35,69,169,0.08);
  padding: 24px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #e0e4f6;
  transition: box-shadow 0.2s, border 0.2s;
}
.pricelist-benefit-item:hover {
  box-shadow: 0 4px 16px rgba(35,69,169,0.13);
  border: 1.5px solid #2345a9;
}
.pricelist-benefit-icon {
  font-size: 35px;
  color: #2345a9;
  margin-bottom: 10px;
}
.pricelist-benefit-content h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #2345a9;
}
.pricelist-benefit-content p {
  font-size: 15px;
  color: #333;
}

.pricelist-flow-section {
  margin: 56px 0 0 0;
}
.pricelist-flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  margin-top: 32px;
}
.pricelist-flow-item {
  background: linear-gradient(135deg, #fafbff, #f5f7ff);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(35,69,169,0.08);
  padding: 24px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #e0e4f6;
  transition: box-shadow 0.2s, border 0.2s;
}
.pricelist-flow-item:hover {
  box-shadow: 0 4px 16px rgba(35,69,169,0.13);
  border: 1.5px solid #2345a9;
}
.pricelist-flow-icon {
  font-size: 35px;
  color: #ff9500;
  margin-bottom: 10px;
}
.pricelist-flow-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #2345a9;
}
.pricelist-flow-text {
  font-size: 15px;
  color: #333;
}

.pricelist-cta-section {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-top: 56px;
  border-radius: 15px;
  border: 2px solid rgba(35, 69, 169, 0.1);
}
.pricelist-cta-title {
  font-size: 24px;
  color: #2345a9;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}
.pricelist-cta-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2345a9, #4a6fd8);
  border-radius: 2px;
}
.pricelist-cta-text {
  font-size: 17px;
  color: #333;
  margin-bottom: 18px;
  text-align: center;
}
.pricelist-cta-button {
  display: inline-block;
  background: #2345a9;
  color: #fff !important;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: normal;
  font-size: 18px;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 8px rgba(35,69,169,0.10);
  margin-top: 10px;
  position: relative;
}
.pricelist-cta-button i {
  margin-right: 8px;
}
.pricelist-cta-button::after {
  content: '→';
  margin-left: 8px;
}
.pricelist-cta-button:hover {
  opacity: 0.8;
  background: #2345a9;
  color: #fff;
}


.pricelist-plan-content.pricelist-roof-style {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ナビゲーションボタン */
.pricelist-nav-section {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 40px;
  border-radius: 15px;
}
.pricelist-nav-buttons {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.pricelist-nav-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2345a9;
  color: #fff !important;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: normal;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid #2345a9;
}
.pricelist-nav-button:hover {
  background: #fff;
  color: #2345a9 !important;
}
.pricelist-nav-button i {
  font-size: 18px;
} 

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .wall-menu-container {
    padding: 10px;
  }
  .pricelist-nav-section {
    padding: 20px 15px;
    margin: 30px 0;
  }
  .pricelist-nav-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .pricelist-nav-button {
    justify-content: center;
    padding: 12px 20px;
    font-size: 15px;
  }
  .pricelist-hero {
    margin: 30px 20px;
    padding: 30px 20px;
  }
  
  .pricelist-hero-title {
    font-size: 22px;
  }
  
  .pricelist-section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .pricelist-plan-content {
    flex-direction: column;
    gap: 16px;
  }
  .pricelist-plan {
    max-width: 100%;
    width: 100%;
  }
  .pricelist-benefits-grid, .pricelist-flow-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pricelist-container {
    padding: 0;
  }
  .pricelist-set-list {
    grid-template-columns: 1fr;
    gap: 18px 0;
    max-width: 98vw;
    padding: 0 2vw;
  }
  .pricelist-set-list li {
    width: 100%;
    min-height: 100px;
    padding: 12px 10px;
    gap: 16px;
  }
  .pricelist-set-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
  .pricelist-set-list li span {
    font-size: 16px;
  }
  
  .pricelist-set-table {
    font-size: 12px;
  }
  
  .pricelist-set-table th,
  .pricelist-set-table td {
    padding: 8px 4px;
  }
  
  .pricelist-table-img {
    width: 60px;
    height: 60px;
  }
  
  .pricelist-cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .pricelist-hero {
    margin: 20px 10px;
    padding: 20px 10px;
  }
  
  .pricelist-hero-title {
    font-size: 19px;
  }
  
  .pricelist-section-title {
    font-size: 19px;
    margin-bottom: 15px;
  }
  
  .pricelist-cta-title {
    font-size: 19px;
  }
  
  .pricelist-cta-button {
    font-size: 14px;
    padding: 10px 25px;
  }
  
  .pricelist-setmenu {
    padding: 20px 10px;
  }
  
  .pricelist-plan {
    padding: 15px 10px;
  }
  
  .pricelist-plan-text-wrap {
    padding: 0 10px 10px;
  }
  
  .pricelist-set-list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  
  .pricelist-set-table {
    font-size: 11px;
  }
  
  .pricelist-set-table th,
  .pricelist-set-table td {
    padding: 6px 3px;
  }
  
  .pricelist-table-img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 900px) {
  .wall-menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .wall-menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .roof-menu-header {
    font-size: 14px;
  }
  .roof-menu-header br {
    display: block;
  }
  .wall-menu-item.text-block {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
    .pricelist-plan-content.pricelist-wall-style {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
  .pricelist-section.pricelist-roof-style {
    margin-bottom: 40px;
  }
    .pricelist-plan-flex-container {
        flex-direction: column;
    }
    .pricelist-cta-section {
      margin-top: 40px;
      margin-bottom: 80px;
    }
}

