@charset "utf-8";
/* CSS Document */
#haagen-dazs img {
  width: 100%;
  height: auto;
}
/*date*/
#haagen-dazs .date_area {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  font-weight: 600;
  font-size: clamp(1rem, 0.683rem + 0.69vw, 1.2rem);
  margin: 0.5rem 0 1rem;
}
#haagen-dazs dl {
  display: flex;
  border-radius: 1rem;
}
#haagen-dazs dt {
  width: auto;
  background: #fff;
  margin: 0px 10px 0 0;
  padding: .1rem .8rem;
  color: #313131;
  box-sizing: border-box;
  border-radius: 4px;
}
#haagen-dazs dd {
  color: #fff;
  display: flex;
  gap: 0.3rem;
  font-size: 120%;
}
#haagen-dazs dd span {
  background: #fff;
  color: #000;
  font-size: 70%;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  line-height: 0.9em;
  padding: 0.3rem;
  margin-top: .3rem;
}
#haagen-dazs .tit_h2 {
  text-align: center;
  font-size: clamp(2rem, 1.009rem + 2.16vw, 2.625rem);
  color: #BA5714;
  margin: 0 0 3% 0;
  z-index: 1;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  font-style: normal;
}
#haagen-dazs .tit_h2::before {
  content: url('devil.svg'); /* 画像のパスを指定 */
  display: inline-block; /* 適切な表示のために必要 */
  width: 60px;
  height: 50px;
  margin-right: 12px;
}
#haagen-dazs .tit_h2::after {
  content: url('angel.svg'); /* 画像のパスを指定 */
  display: inline-block; /* 適切な表示のために必要 */
  width: 60px;
  height: 53px;
}
#haagen-dazs .atenWS {
  font-size: clamp(0.8rem, 0.641rem + 0.34vw, 0.9rem);
  color: #fff;
  margin: 1rem 0 0;
}
/*=======item_area=========*/
.grid_container {
  width: 96%;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列のグリッド */
  gap: 40px; /* グリッド間の間隔 */
}
.grid_item01 {
  margin: 0;
  padding: 1rem;
  background-color: #fff;
  border: #8d2056 solid 2px;
  /*outline: #fff solid 10px;
  outline-offset: 5px;*/
}
.grid_item02 {
  margin: 0;
  padding: 1rem;
  background-color: #fff;
  border: #eac84c solid 2px;
  /*outline: #fff solid 10px;
  outline-offset: 5px;*/
}
.grid_item img {
  /*border: solid 1px #ccc;
    border-radius: 10px;*/
  margin-bottom: 10px;
}
.name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.name > span {
  font-size: 80%;
}
.item_aten {
  margin: 1% 0;
  font-size: .9rem;
  line-height: 1.4em;
  padding-top: 1.5%;
}
.item_txtR01 {
  margin: 1% 0 0;
  font-size: 1.0rem;
  line-height: 1.4em;
  text-align: right;
  border-bottom: solid 1px #8d2056;
  padding-bottom: 1rem;
}
.item_txtR02 {
  margin: 1% 0 0;
  font-size: 1.0rem;
  line-height: 1.4em;
  text-align: right;
  border-bottom: solid 1px #eac84c;
  padding-bottom: 1rem;
}
.item_txt {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.4em;
  text-align: left;
}
.item_txt > span {
  font-size: 80%;
}
.date_box {
  width: 100%;
  margin-bottom: 1rem;
}
.date_box .date {
  width: 55%;
  border: solid 1px #adaba1;
  font-size: clamp(0.85rem, 0.771rem + 0.17vw, 0.9rem);
  padding: 5px;
  line-height: 1.4;
  text-align: center;
}
/*===============================================
●pc.css
===============================================*/
@media screen and (min-width:737px) {
  #haagen-dazs {
    max-width: 1200px;
    margin: 0 auto;
  }
  #haagen-dazs .point {
    background-color: #000;
    padding: 1rem 2.5rem;
    margin: 0 auto;
  }
  #haagen-dazs .img60 {
    width: 64%;
    margin: 0 18%;
  }
  #haagen-dazs .item_bg {
    width: 100%;
    background-color: #fffdde;
    border: solid 40px #651a2f;
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding: 2em;
    box-sizing: border-box;
  }
}
/*===============================================
●sp.css
===============================================*/
@media screen and (max-width:736px) {
  #haagen-dazs {
    margin: 0 auto;
    margin: 0 calc(50% - 50vw);
    margin-top: -10px;
  }
  #haagen-dazs .point {
    background-color: #000;
    padding: 0.8rem;
    margin: 0 auto;
  }
  #haagen-dazs .item_bg {
    width: 100%;
    background-color: #fffdde;
    border: solid 20px #651a2f;
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding: 1rem;
    box-sizing: border-box;
  }
  .grid_container {
    width: 98%;
    margin: 1rem auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .date_box .date {
    width: 75%;
  }
}