@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&family=Zen+Old+Mincho:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,900;1,400&display=swap');

html {
  font-size: 62.5%;
}

#giftshow {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}

#giftshow * {
  box-sizing: border-box;
}

#giftshow img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#giftshow .infomation {
  width: 60%;
}

#giftshow .infomation h1 {
  text-align: center;
  color: #3c3c3c;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-size: 1.6rem;
  margin: 0 1.0rem;
}

#giftshow .infomation h1::before {
  content: "";
  display: block;
  width: 40%;
  min-width: 20rem;
  height: 140px;
  background: url(images/2025072901.png) no-repeat center bottom;
  background-size: contain;
  margin: 0 auto 5.0rem;
}

#giftshow .infomation>p {
  color: #3c3c3c;
  margin: 2.0rem auto 0;
  width: 80%;
}

#giftshow .infomation .date {
  margin: 5.0rem 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 3.0rem 0;
  text-align: center;
}

#giftshow .infomation .date p {
  display: inline-block;
  text-align: left;
  color: #3c3c3c;
  font-size: 1.6rem;
  line-height: 1.1;
  margin: 0;
}

#giftshow .infomation .date p>strong {
  font-size: 5.0rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
}

#giftshow .infomation .date p>span {
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
}

#giftshow .infomation .date p>strong>span {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
}

#giftshow .infomation .date p>strong>span font {
  display: inline-block;
  border: solid 1px #3c3c3c;
  padding: 0.3rem 0.5rem;
  line-height: 1.0;
  margin-right: 2.0rem;
}

#giftshow .photo {
  width: 35%;
}

@media screen and (max-width:768px) {
  #giftshow .infomation {
    width: 100%;
  }


  #giftshow .photo {
    width: 100%;
    margin-top: 2.0rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #giftshow .photo span:nth-of-type(1) {
    width: 51.2%;
  }

  #giftshow .photo span:nth-of-type(2) {
    width: 48.8%;
  }
}





/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Mincho', serif;
font-family: 'Zen Old Mincho', serif;
font-family: 'Noto Sans', sans-serif; 
*/