@charset "UTF-8";

/*****************************
attention
*****************************/

/*****************************
thoughts
*****************************/
.thoughtsbox {
  background: url(../../images/page/meals/message.webp) no-repeat center / cover;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10rem 12rem;
  position: relative;
  width: 90%;
}
.thoughtsbox::before {
  background: rgba(0,0,0,.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.thoughtsbox .ttlbox {
  margin-bottom: 2rem;
}
.thoughtsbox h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 600;
}
.thoughtsbox .txt1 {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 7.5rem;
  position: relative;
}
.thoughtsbox .txt1::before {
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 60px;
}
.thoughtsbox .txt2 {
  line-height: 2;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .thoughtsbox {
    padding: 6rem 2rem;
  }
  .thoughtsbox .ttlbox {
    margin-bottom: 1rem;
  }
  .thoughtsbox h2 {
    font-size: 3rem;
  }
  .thoughtsbox .txt1 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .thoughtsbox h2 {
    font-size: 2.5rem;
  }
  .thoughtsbox .txt1 {
    padding-left: 3.5rem;
  }
  .thoughtsbox .txt1::before {
    top: 18px;
    transform: initial;
    width: 25px;
  }
}