@charset "utf-8";

.first-view {
  height: calc(95vh - 110px);
  background-image: url(../images/index/PAW_bg-main.jpg);
  /* background-color: #dbaeae; */
  opacity: 0.9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* background-blend-mode: darken; */
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  /* max-width: 1200px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* padding-left: 40px; */
  /* padding-bottom: 80px; */
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
  /* 下記追加 */
  text-align: center;
}

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

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

.lead {
  position: relative;
  background-image: url(../images/index/onigiri_line.png), url(../images/index/shizuku_line.png);
  background-position: -5% center, 105% center;
  background-repeat: no-repeat;
  background-color: #ead4d4;
  /* max-width: 1200px; */
  padding: 30px 30px;
}

.lead h2 {
  /* font-weight: bold; */
  text-align: center;
}

.lead h2::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #888888;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.lead p {
  line-height: 2;
  text-align: center;
}

.link-button-area {
  text-align: center;
  margin-top: 40px;
  color: #ffffff;
}

.link-button-area-white {
  text-align: center;
  margin-top: 40px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 0px 0px #4b2c14;
}




.news {
  position: relative;
  background-color: #faf5e3;
  padding-top: 45px;
  padding-bottom: 30px;
}

.news h2 {
  /* font-weight: bold; */
  text-align: center;
}

.news h2::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #888888;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.news-list {
  display: flex;
  flex-direction: column;
  height: 250px;
  margin-left: 20px;
  margin-right: 20px;
  border: solid 1px #e8e2b6;
  outline-style: dotted;
  outline-color: #e8e2b6;
  outline-width: 2px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: scroll;
}

.news-list-label {
  position: absolute;
  /* bottom: 0px ; */
  text-align: right;
  /* left:calc(100% - 55px); */
  font-size: 10px;
  /* white-space: nowrap; */
  transform-origin: top left;
  /* transform: rotate(90deg); */
  color: #cfca9f;
  right: 30px;
  top: 89%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}



.news-list li {
  line-height: 2;
  flex-shrink: 0;
  padding-top: 10px;
  margin-left: auto;
}

.news-list dl {
  display: flex;
}

.news-list dt {
  color: #a76060;
}

.news-list dd {
  padding-left: 10px;
  font-size: 16px;
  vertical-align: text-bottom;
}

.news-list .news-mark {
  font-size: 10px;
  padding-top: 6px;
  color: #888888;
  vertical-align: bottom;
}

.recommended {
  background-color: #e4e2e2ed;
  padding-top: 45px;
  padding-bottom: 45px;
}

.recommended h2 {
  font-weight: bold;
  text-align: center;
}

.recommended h2::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #888888;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list li {
  /* flex-shrink: 0; */
  flex-basis: auto;
  margin-left: 75px;
}

.item-list li:first-child {
  margin-left: 0;
}

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

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 14px;
  line-height: 23px;
  margin-top: 10px;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}

.makuake-pc {
  background-color: #e4e2e2ed;
  padding-top: 45px;
  padding-bottom: 45px;
}

.makuake-pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #e4e2e2ed;
  padding-top: 45px;
  padding-bottom: 45px;
}

.makuake-sp {
  display: none;
}

/* レスポンシブ */

@media (max-width: 768px) {
  .lead {
    background-position: -18% center, 118% center;
  }

  .first-view {
    height: calc(85vh - 50px);
    background-image: url(../images/index/PAW_bg-main-sp.jpg);
    align-items: flex-start;
    /* 下記追加 */
    align-items: center;
  }

  .first-view-text {
    /* padding-top: 60px; */
    /* padding-left: 20px; */
    /* 下記追加 */
    text-align: center;
  }

  .first-view-text h1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
  }

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

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

  .lead p {
    text-align: center;
    font-size: 16px;
  }


  .news-list {
    height: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #e8e2b6;
    outline-style: dotted;
    outline-color: #e8e2b6;
    outline-width: 2px;
    overflow: auto;
  }

  .news-list li {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .news-list dl {
    display: block;
    text-align: center;
    line-height: 1.2;
  }

  .news-list dd {
    font-size: 16px;
    padding-left: 0;
  }

  .news-list .news-mark {
    font-size: 10px;
    padding-top: 0px;
    color: #888888;
    vertical-align: bottom;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .item-list li {
    flex-direction: column;
    width: auto;
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .makuake-pc {
    display: none;
  }
  
  .makuake-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #e4e2e2ed;
    padding-top: 45px;
    padding-bottom: 45px;
  }


}