@charset "UTF-8";

.info-intro-header {
    width: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
}

.info-intro-header h1 {
    position: relative;
    margin: 0;
    padding: 0;
}

.info-intro-header .big-title {
    font-size: 1.55em;
    letter-spacing: 0.17em;
    line-height: 2.0em;
    color: #1a1a1a;
    text-shadow: none;
}

.info-intro-header h1 font {
    font-size: 1.20em;
    letter-spacing: 0.30em;
    line-height: 1.5em;
    color: #1a1a1a;
    text-shadow: none;
}

.info-intro-header .sub-title {
    font-size: 1.14em;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    color: #1C1C1C;
    text-shadow: none;
}

.info-intro-header h1::before,
.info-intro-header h1::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 150px;
    background-color: #1a1a1a;
    top: 50%;
    transform: translateY(-50%);
}

.info-intro-header h1::before {
    left: calc(50% - 250px - 100px);
}

.info-intro-header h1::after {
    right: calc(50% - 250px - 100px);
}

.info-intro-header-date { margin:20px 0 30px 0;}
.info-intro-header-date h2 { font-size: 1.10em; text-align: center;}

/* スマホ用調整 */
@media (max-width: 579px) {

  .info-intro-header {
      margin: 25px auto 20px auto;
  }

  .info-intro-header .big-title {
      font-size: 1.00em;
      letter-spacing: 0.10em;
      line-height: 1.7em;
  }

  .info-intro-header h1 font {
      font-size: 0.80em;
      letter-spacing: 0.00em;
      line-height: 1.5em;
      color: #1a1a1a;
      text-shadow: none;
  }

  .info-intro-header .sub-title {
      font-size: 0.75em;
      letter-spacing: 0.07em;
      line-height: 1.3em;
  }

  .info-intro-header h1::before,
  .info-intro-header h1::after {
      width: 180px;
  }

  .info-intro-header h1::before {
      left: calc(50% - 180px - 150px);
  }
  .info-intro-header h1::after {
      right: calc(50% - 180px - 150px);
  }

  .info-intro-header-date { margin:-10px 0 20px 0;}
  .info-intro-header-date h2 { font-size: 1.10em; text-align: center;}
}

#topSection {
  background-color: rgba(255, 255, 255, 0.75);
  margin: 50px 0 0 0;
  overflow-x: hidden;
}

.container-info {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 50px 0 80px 0;
    overflow-x: hidden;
}

.container-info-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 45px 30px 45px;
  max-width: 1000px;
  margin: 0 auto;
}

.info-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.card-info {
    background-color: white;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    height: 85px;
}

.card-inline {
    display: block;
    margin: 0;
    padding: 0;
}

.title, .title_s {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 40px;
    padding: 10px 20px 0 20px;
    text-align: left;
}

.date {
    font-size: 0.75em;
    margin: 0;
    overflow: hidden;
    height: 18px;
    text-align: left;
    padding: 0 20px 0 20px;
    color: #888;
}

.category {
    font-size: 0.75em;
    margin: 0;
    overflow: hidden;
    height: 20px;
    text-align: right;
    padding: 0 5px 0 0;
    letter-spacing: -0.03em;
}

.info_image_card:hover .card-info {
    background-color: #947e50;
}

.info_image_card:hover .card-inline .date,
.info_image_card:hover .card-inline .category,
.info_image_card:hover .card-info .title {
    color: #fff;
}

.channel-signup { margin:0 auto; text-align: center;}
.channel-signup-title { margin:0 auto; text-align: center; font-size: 0.85em;}

@media (min-width: 816px) {
    .container-info-1 .info_image_card {
        flex: 0 0 calc(33.333% - 15px);
        margin-right: 15px;
        max-width: calc(33.333% - 15px);
        margin-bottom: 15px;
    }
    .container-info-1 .info_image_card:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 579px) {
    .container-info-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 12px;
        padding-right: 12px;
    }
    .container-info-1 .info_image_card {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    .card-info {
        height: 75px;
    }
    .card-inline {
        display: block;
        margin: 0;
        padding: 0;
    }
    .title {
        font-size: 0.75em;
        margin: 0;
        overflow: hidden;
        height: 30px;
        text-align: left;
        padding: 10px 5px 0 10px;
        line-height: 1.4em;
    }
    .title_s {
        font-size: 0.66em;
        margin: 0;
        overflow: hidden;
        height: 30px;
        text-align: left;
        padding: 10px 5px 0 10px;
        line-height: 1.4em;
        letter-spacing: -1px;
    }
    .date {
        font-size: 0.70em;
        margin: 0;
        overflow: hidden;
        height: 20px;
        text-align: left;
        padding: 3px 0 0 10px;
    }
    .category {
        font-size: 0.65em;
        margin: 0;
        overflow: hidden;
        height: 20px;
        text-align: right;
        padding: 5px 4px 0 0;
        letter-spacing: -0.03em;
    }
}
