@charset "utf-8";
/*-------------------------------------------
first-view
-------------------------------------------*/

.first-view {
  height: calc(100vh - 110px);
  background-image: url(../images/index/22326141_m.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 155px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  font-family: 'Motserrat', sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.first-view-text p {
  font-size: 18px;
  margin-top: 20px;
}

.link-button-area {
  text-align: center;
  margin-top: 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;
}

/*-------------------------------------------
main
-------------------------------------------*/
.main {
  padding-top: 0;
  align-items: center;
}

/*-------------------------------------------
Concept
-------------------------------------------*/
.concept {
  padding-top: 70px;
  align-items: center;
}

.concept 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;
}

.concept-inner {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.concept img {
  width: 360px;
}

.concept-text {
  max-width: 500px;
  margin-left: 40px;
}

.concept h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.concept-text p {
  font-size: 15px;
  line-height: 25px;
}

/*-------------------------------------------
Work
-------------------------------------------*/

.work {
  margin: 50px auto;
  padding-top: 70px;
}

.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;
  overflow: hidden;
}

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

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

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

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

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

/*==================================================
ふわっと下から
===================================*/
.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);
      }
    }

/*-------------------------------------------
News
-------------------------------------------*/
.news {
  align-items: center;
}

.news 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;
}

.news-inner {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  align-items: flex-start;
}

.news img {
  width: 360px;
}

.news-text {
  max-width: 500px;
  margin-left: 40px;
}

.news-text p {
  font-size: 15px;
  line-height: 28px;
}

.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .news a {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .news:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .news .date {
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.news-list .news .category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.news-list .news .category span {
  background: #f4dd64;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}

.news-list .news .title {
  margin: 0;
  width: 100%;
}

.news-list .news a:hover .title {
  color: #00F;
}

/*-------------------------------------------
About
-------------------------------------------*/
.about {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
}

.about 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;
}

.about-inner {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  align-items: flex-start;
}

.about img {
  width: 360px;
}

.about-text {
  max-width: 500px;
  margin-left: 40px;
}

.about-text p {
  font-size: 15px;
  line-height: 28px;
}

.table01 {
  border-collapse: collapse;
  border: solid 1px #b5b1b1;
  border-bottom: 1px solid #b5b1b1;
}

.table01 th,
.table01 td {
  border-collapse: collapse;
  border: solid 1px #b5b1b1;
  border-bottom: 1px solid #b5b1b1;
  padding: 16px 0 16px 16px;
}

.table01 th {
  padding-left: 20px;
  text-align: left;
  width: 30%;
}


/*-------------------------------------------
Access Map
-------------------------------------------*/
.access {
  padding-top: 30px;
  align-items: center;
}

.access 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;
}

.access title {
  font-size: 15px;
}

.access p {
  text-align: center;
}

.calendar {
  width: 930px;
  max-width: 90%;
  /*margin-top: 75px;*/
  margin-left: auto;
  margin-right: auto;
}

.calendar iframe {
  display: block;
  width: 100%;
  height: 450px;
  margin-top: 25px;
  margin-bottom: 50px;
}


.map {
  width: 930px;
  max-width: 90%;
  /*margin-top: 75px;*/
  margin-left: auto;
  margin-right: auto;
}

.map iframe {
  display: block;
  width: 100%;
  height: 450px;
  margin-top: 25px;
  margin-bottom: 50px;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

/*-------------------------------------------
Contact
-------------------------------------------*/
.contact {
  padding-top: 70px;
  width: 100%;
}

.contact-inner {
  width: 930px;
  margin: 50px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eeecec;
}

.contact 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;
}

.contact p {
  text-align: center;
}

.contact-ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.contact-table {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.contact-item,
.contact-body {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

.contact-item {
  text-align: left;
  width: 30%;
  background-color: #eee;
  background-color: #ffffff;
}

.contact-body {
  width: 70%;
}

.form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 400px;
}

.contact-sex+.contact-sex {
  margin-left: 10px;
}

.contact-sex-txt {
  display: inline-block;
  margin-left: 5px;
}

.form-select {
  width: 180px;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-skill {
  display: block;
}

.contact-skill+.contact-skill {
  margin-top: 10px;
}

.contact-skill-txt {
  display: inline-block;
  margin-left: 5px;
}

.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


@media (max-width: 800px) {

  .first-view {
    height: calc(100vh - 50px);
    background-image: url(../images/index/22326141.jpg);
    align-items: flex-start;
  }

  .first-view-text {
    padding-top: 140px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 31px;
    line-height: 44px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .concept h2 {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }

  .concept h3 {
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p {
    text-align: left;
    font-size: 14px;
  }

  .work .box .item-content {
    padding: 15px;
  }

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

  .work h2 {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }

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

  .item-box {
    width: 80%;
    height: 400px;
  }

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

  .concept-inner {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .concept-text {
    margin-right: 0;
  }

  .concept .concept-text {
    margin-left: 0;
  }

  .concept-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .concept img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .news h2 {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }

.news-inner {
  padding-bottom: 0;
}


  .news-list .item a {
    flex-wrap: wrap;
  }

  .news-list .item .date {
    min-width: 100px;
  }

  .news-list .item .title {
    margin-top: 10px;
  }

  .about-inner {
    display: block;
    width: 500px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .about h2 {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }

  .about-text {
    margin-right: 0;
    margin-left: 0;
  }

  .about-text p {
    padding-top: 20px;
  }

  .about img {
    width: 100%;
    height: auto;
  }

  .about p {
    font-size: 14px;
    line-height: 24px;
  }

  .table01 {
    font-size: 14px;
    margin-top: 20px;
  }

  .table01 td {
    padding: 12px;
  }

  .test {
    margin-left: 0;
  }

  .contact-inner {
    width: auto;
    margin: 20px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .access h2 {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }
  
  .contact h2 {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }

  .contact p {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    line-height: 24px;
  }

  .contact-table {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact-item {
    font-size: 14px;
  }

  .calendar {
    height:auto ;
  }

  .map {
    height: 60%;
  }

  .news-list .news a {
    display: block;
    text-decoration: none;
    padding: 15px 15px;
  }

  .news-list .news .date {
    min-width: 100px;
  }

  .news-list .news .title {
    margin-top: 10px;
  }

  .news-list .news .date {
    padding: 0 20px 10px 0;
  }
}