@charset "utf-8";

#ehonContainer {
  position: relative;
  margin: 0 auto;
	padding: 30px 0 0;
	width: 800px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
#ehonContainer img {
  display: block;
  width: 100%;
  height: auto;
}
.ehon__contents {
  position: relative;
  padding-bottom: 80px;
  border: 7px #80cfe2 solid;
  border-radius: 26px;
	background: #fff;
}
.page-ttl {
  position: absolute;
  top: -35px;
  left: -15px;
  width: 507px;
}
.commnent {
  width: 463px;
  margin: -25px auto 30px;
}
.ann__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.ann__item {
  width: 140px;
}
.ann__item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 20px;
}
.ann__name {
  padding-bottom: 10px;
  background: url(../images/diary_title.webp) no-repeat left bottom / auto 25px;
  color: #3f0605;
  font-weight: 600;
  font-size: 0.938rem;
  text-align: center;
}
.ann__name span {
  display: block;
  margin-top: 5px;
  
  font-size: 0.85em;
}

.special {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 25px;
  width: 650px;
  margin: 60px auto 0;
  background-color: #ffebf1;
  border-radius: 80px 20px 20px 80px;
  color: #3f0605;
}
.special__pic {
  width: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.special__pic img {
  display: block;
  width: 100%;
  height: auto;
}
.special__text {
  flex: 1;
}
.special__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.0625rem;
}
.special__name span {
  display: inline-block;
  padding: 6px 10px 6px 30px;
  background: #fff url(../images/li_ana.gif) no-repeat left 8px center;
  border-radius: 30px;
  color: #ff6597;
  font-weight: 600;
  font-size: 0.95em;
}
.special__data {
  line-height: 1.7;
  font-size: 0.938rem;
}




