#greeting .contents{
  background-color: rgb(255 255 255 / 75%);
  border: solid 1px #ddd;
  border-radius: 10px;
  background-size: cover;
  background-blend-mode: hard-light;
}
header.all{
  position: relative;
  background: #28a745;
  line-height: 1.4;
  border-radius: 10px;
}
.post-160{
  display:none;
}
.img-area, .photo, .photo-staff {
  min-height: 18vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.photo-staff {
  min-height: 20vw;
}
.staff-detail dt {
  text-align: right;
}
.staff-detail dd {
  margin: 0;
}

@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  
}

@media (max-width: 575px){
  
}


