@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%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
}

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

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

#giftshow .title {
  display: block;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 0 3.0rem;
  color: #714842;
  border-bottom: solid 1px #714842;
  text-align: center;
}

#giftshow .infomation {
  width: 60%;
  padding: 5%;
}

#giftshow .infomation h1 {
  text-align: center;
  font-size: 1.6rem;
  word-break: keep-all;
  overflow-wrap: anywhere;

}

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

#giftshow .infomation p {
  margin: 2.0rem 10% 0;
  line-height: 2.0;
}

#giftshow .infomation>span {
  display: block;
  margin: 5.0rem auto 0;
  width: 80%;
}

#giftshow .photo {
  width: 40%;
}

#giftshow .map {
  width: 100%;
  margin-top: 2.0rem;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#giftshow .map h2 {
  display: block;
  width: 20%;
  font-size: 2.0rem;
  font-weight: 900;
  margin-bottom: 2.4rem;
}

#giftshow .map h2 span {
  display: inline-block;
  border: solid 1px #000;
  padding: 0.5rem 1.0rem;
  margin-bottom: 1.0rem;
  line-height: 1.0;
}

#giftshow .map>span {
  width: 60%;
}

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

  #giftshow .photo {
    width: 100%;
  }

  #giftshow .map {
    width: 100%;
  }

  #giftshow .map h2 {
    width: 100%;
  }

  #giftshow .map>span {
    width: 100%;
  }

}


/* 
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; 
*/