@charset "utf-8";

.iwate_beer_bgc {
  background-color: #fafcc7;
}

.iwate_beer {
  background-image: url(/content/dam/jretravel/site/page/tohoku/images/iwate_beer/iwate_beer_bg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto;
}

.base_prod.bgc li {
  background-color: #fff;
}

.ib_title {
  max-width: fit-content;
  width: 100%;
  margin: 0 auto 30px;
  padding-bottom: 3px;
  border-bottom: 4px solid #d09e07;
  font-size: 2.4rem;
  position: relative;
}
.iwate_beer_carousel ul li a>figure>figcaption{
  background: unset;
}


.ib_underline {
  margin-bottom: 20px;
  font-size: 1.3rem;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  /* text-decoration-color: #6c6c6c; */
  text-decoration-color: #c7c7c7;
  text-decoration-thickness: 2px;
  /* text-underline-offset: 5px; */
  text-underline-offset: 7px;
  line-height: 2.2;
}

.ib_underline p {
  margin-bottom: 10px;
}

.ib_datebox {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #fff;
}

.ib_datebox dl dt,
.ib_datebox dl dd {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;

}

.ib_datebox dl dt {
  margin-top: 4px;
  color: #d09e07;
}

.ib_datebox dl span {
  font-weight: 400;
}

.ib_datebox dl dd.f_normal {
  font-size: 1.4rem;
  font-weight: normal;
}

/* .ib_datebox dl .f_small {
  font-size: 1.2rem;
  font-weight: 400;
} */

.iwate_beer h2 {
  /* margin-bottom: 30px; */
  margin-bottom: 5px;
  padding-top: 70px;
  text-align: center;
}

.ib_text_sm{
  margin-bottom: 30px;
  font-size: 1.2rem;
  text-align: center;
}


.ib_images {
  margin-top: 30px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.ib_plan p.txt{
  font-size: 85%;
  font-weight: bold;
}

/* ----------PCのみ---------- */
@media screen and (min-width: 768px) {
.ib_datebox {
  min-height: 220px;
}
/* カルーセルのページネーション非表示 */
.iwate_beer_bgc .swiper-pagination-bullet{
  display: none;
}
.iwate_beer_bgc .swiper-container .swiper-button-next, .iwate_beer_bgc .swiper-button-prev{
  display: none;
}



}

/* ----------SPのみ---------- */
@media screen and (max-width: 767px) {
  .iwate_beer h2 {
    padding-top: 50px;
    /* margin-bottom: 5px; */
  }

  .iwate_beer h2 img {
    width: 300px;
  }
  .ib_text_sm{
  margin-bottom: 0;
  font-size: 1rem;
  }

  .ib_title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .ib_underline {
    margin: 0 auto 10px;
    width: 94%;
  }

  .ib_underline p {
    margin-bottom: unset;
  }

  .ib_datebox {
    width: 94%;
    padding: 10px 20px 20px;
  }

  .ib_datebox dl dd.f_normal {
    text-indent: 0.5rem;
  }

  .ib_images {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .iwate_beer_bgc {
    padding-bottom: 24px;
  }

  .iwate_beer_bgc .sp_mt50{
    margin-top: 30px !important;
  }
  .iwate_beer_bgc .clm2_right{
    padding: 0;
  }
}