@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : pack.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.h1_wrap {
  background: url(/pack/img/bg_h1.jpg) no-repeat center bottom/cover;
}
.h1_wrap h1::before {
  content: "";
  display: block;
  width: 96px;
  height: 53px;
  position: absolute;
  top: -53px;
  left: -50px;
  background: url(/pack/img/img_h1.png) no-repeat center center/96px auto;
}

.h2_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.h2_wrap .h2 {
  position: relative;
  margin-bottom: 80px;
  padding: 0 30px;
  background-color: #d42f80;
  color: #fff;
  font-size: clamp(20px, 1.6vw, 32px);
  line-height: 68px;
  text-align: center;
  box-sizing: border-box;
  height: 68px;
}
.h2_wrap .h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-color: transparent transparent transparent #F5F4F1;
  border-style: solid;
  border-width: 34px 0 34px 25px;
  z-index: 1;
}
.h2_wrap .h2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent #F5F4F1 transparent transparent;
  border-style: solid;
  border-width: 34px 25px 34px 0;
  z-index: 1;
}
.h2_wrap .h2.item02 {
  /*margin-top: 150px;*/
  background-color: #a79149;
}

.item_box .text_wrap .item_name {
  line-height: 1.4;
}

.information_txt {
  text-align: center;
  font-size: 20px;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .h1_wrap {
    background: url(/pack/img/bg_h1_sp.jpg) no-repeat center center/cover;
  }
  .h1_wrap h1::before {
    content: "";
    display: block;
    width: 48px;
    height: 27px;
    position: absolute;
    top: -27px;
    left: -25px;
    background: url(/pack/img/img_h1.png) no-repeat center center/48px auto;
  }
  .h2_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .h2_wrap .h2 {
    position: relative;
    margin-bottom: 40px;
    padding: 10px 30px 0;
    background-color: #d42f80;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 4px;
    text-align: center;
    box-sizing: border-box;
  }
  .h2_wrap .h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent transparent transparent #F5F4F1;
    border-style: solid;
    border-width: 34px 0 34px 25px;
    z-index: 1;
  }
  .h2_wrap .h2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent #F5F4F1 transparent transparent;
    border-style: solid;
    border-width: 34px 25px 34px 0;
    z-index: 1;
  }
  .h2_wrap .h2.item02 {
    /*margin-top: 150px;*/
    background-color: #a79149;
  }
  .information_txt {
    font-size: 16px;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=pack.css.map */