@charset "UTF-8";
.header {
  top: 0;
}

body {
  padding-top: 110px;
}

.consul__bg{
  display: none;
}

.breadcrumb {
  width: 95%;
  margin: 0 auto;
  padding: 6px 0;
  font-size: 12px;
}
.breadcrumb span {
  color: #999;
}

.pagetitle{
  margin-bottom: 60px;
}

.scene-section {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: normal;
}

.scene-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.scene-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(20% - 15px);
  border: 1px solid #858585;
  padding: 25px 10px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
    &:hover {
      opacity: 0.8;
      text-decoration: none;
    }
}

.scene-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
}

.scene-desc {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.more-link {
    color: #c22;
    font-size: 13px;
    text-decoration: none;
    margin-top: 8px;
    width: 100%;
    text-align: right;
}

.youto-wrap {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 20px;
}

.type-section {
    margin-bottom: 60px;
}

.type-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.type-card {
    flex: 0 0 calc(33.33% - 14px);
    margin-bottom: 20px;
}

.type-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.type-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 10px;
}

.type-title {
    padding-bottom: 2px;
    a{
      font-size: 25px;
      text-decoration: underline;
      line-height: 1.5;
    }
}

.type-table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
}

.type-table th,
.type-table td {
    padding: 6px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #707070;
    border-collapse: collapse;
    letter-spacing: 0;
}

.type-table th {
    width: 110px !important;
    font-weight: bold;
    background-color: #e9e3d8;
    &.type-tsuge{
      background-color: #ECDEC1;
    }
    &.type-kuro{
      background-color: #D9D9D9;
    }
    &.type-ushi{
      background-color: #E2DECC;
    }
    a{
      text-decoration: underline;
    }
}

.type-table td {
    background-color: #fff;
    &.price-cell {
      text-align: right;
    }
}

.type-table tr:first-child th:first-child {
    width: 30%;
}

.type-table tr:first-child th:last-child {
    width: 20%;
    text-align: right;
}

.category-row td:first-child {
    background-color: #f0ebe2;
}

.type-footer {
    text-align: right;
    margin-top: 5px;
    a{
      font-size: 14px;
    }
}

/* セットの印鑑 */
.set-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.set-card {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}

.consul-wrap{
  margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1000px) {
    .scene-card {
        flex: 0 0 calc(50% - 10px);
    }

    .type-card {
        flex: 0 0 100%;
    }

    .set-card {
        flex: 0 0 100%;
    }

    .section-title{
      font-size: 30px;
    }

    .type-table{
      table-layout: fixed;
    }

    .type-table th,
    .type-table td {
        font-size: 14px;
        padding: 8px;
    }

    .type-table tr td:last-of-type{
      width: 90px !important;
    }

    .type-table tr:first-child th:first-child{
      width: 100px !important;
    }

    .type-img {
        width: 70px;
        height: 70px;
    }

    .type-title{
      a{
        font-size: 23px;
      }
    }

    .scene-desc {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {

  body{
    padding-top: 0;
  }

  .pagetitle{
    margin-bottom: 40px;
  }

  .more-link{
    margin-top: 0;
  }

}

@media (max-width: 480px) {
    .scene-card {
        flex: 0 0 100%;
        padding: 20px 10px 10px;
    }

    .section-title {
        font-size: 23px;
    }

    .type-table th,
    .type-table td {
        font-size: 13px;
        padding: 5px;
    }

    .type-header{
      gap: 5px;
    }

    .type-img {
        width: 60px;
        height: 60px;
    }

    .type-title{
      a{
        font-size: 20px;
      }
    }
}
