@charset "utf-8";
/*-------------------------------------------
main
-------------------------------------------*/
.main {
  padding-top: 0;
  align-items: center;
}

.title {
  height: 310px;
  background-image: url(../images/menu/menu-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
 }

 .title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: bold;
 }

 .title p {
  font-size: 14px;
  margin-top: 15px;
 }

/*-------------------------------------------
Work
-------------------------------------------*/
.work {
  margin: 50px auto;
  padding: 0px;
}

.work h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 0.6em;
  color: #7b6459;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

.work p {
  text-align: center;
  line-height: 25px;
}

.item-box-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item-box  {
  background-color: #fcf6d9;
  width: 250px;
  height: auto;
  margin: 10px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 3px 3px 3px 0px rgba(235, 226, 226, 0.4);
	opacity: 0;
}

.item-box2  {
  background-color: #f9ecd0;
  width: 250px;
  height: auto;
  margin: 10px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 3px 3px 3px 0px rgba(235, 226, 226, 0.4);
}

.item-box3  {
  background-color: #e6fcd9;
  width: 250px;
  height: auto;
  margin: 10px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 3px 3px 3px 0px rgba(235, 226, 226, 0.4);
}


.item-box .item-box2 .item-box3 img {
  width: 100%;
}

.item-box .item-box2 .item-box3 p {
  padding: 5px;
  text-align: center;
}

.item .item-box2 .item-box3 .item-cat {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  padding: 5px;
}

.item .item-price {
  font-size: 16px;
}

.link-button-area {
  text-align: center;
  margin-top: 20px;
 margin-bottom: 20px; 
}

.link-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Motserrat' sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.link-button:hover {
  background-color: #d8b500;
}


/*==================================================
ふわっと下から
===================================*/
.fadeUpTrigger{
  opacity:0;
  }
  
  .fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:1.0s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }


@media (max-width: 800px) {
  .work .box .item-content {
    padding: 15px;
  }

  .work {
    margin: 20px auto;
    padding-top: 0;
  }

  .work h2 {
    font-size: 22px;
    margin-top: 30px;
  }

  .work p {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .item-box  {
    background-color: #fcf6d9;
    width: 160px;
    height: 300px;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 3px 3px 3px 0px rgba(235, 226, 226, 0.4);
  }
  
  .item-box2  {
    background-color: #d9f2fc;
    width: 160px;
    height: 300px;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 3px 3px 3px 0px rgba(235, 226, 226, 0.4);
  }
  
  .item-box3  {
    background-color: #e6fcd9;
    width: 160px;
    height: 300px;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 3px 3px 3px 0px rgba(235, 226, 226, 0.4);
  }
   
  .item-content {
    width: auto;
  }

  .item .item-content .item-cat {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }

.work .item-content .item-text {
  margin-left: 0;
  margin-right: 0;
  }

  .work .item-content .item-price {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    }
  
  .item .item-price {
    font-size: 15px;
    text-align: center;
  }

  .box p {
    font-size: 12px;
    margin-top: 10px;
  }
}