 .box {
    background-size: cover;
    text-align: center;
font-family: serif;
    font-size: 60px;
    color: #ffffff;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
}

 .bun{
  text-align: center;
  font-size: 20px;

 }

.box p {
    margin: 0; 
    padding: 0;
}

.item-list {
  display: flex;
  justify-content: space-between;
}
.item-list .item {
  width: 31%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}
.item-list .item .image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.item-list .item .image::before {
  content: "";
  display: block;
  padding-top: 90%; /*高さ調節*/
}
.item-list .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-list .item .body {
  padding: 20px;
}
/*タイトル*/
.item-list .item .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}
/*説明*/
.item-list .item .description {
  margin: 5px 0 0;
  padding: 0;
  font-size: 16px;
}

/* 装飾用 */

body {
  padding: 40px;
  background: linear-gradient(to bottom,#74a6ec,#f096c2)
}

footer{
  font-size: 30px;
  text-align: center;
}

.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
@media(max-width:750px){
    .gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }
    .gotop::before{
        bottom: 0;
    }
}

 a:link{
  color: #000000;
 }

 a:visited{
  color: #000000;
 }

 a:hover{
  color: #ff7070;
 }

  #otoiawase{
  font-family: serif;
 }

