@charset "utf-8";
/* CSS Document */
.main {
  background-color: azure;
}
.section-top__image-filter {
  position: relative;
  align-items: top;
  flex-wrap: wrap;
  height: 100%;
  widht: 100%;
  filter: opacity(80%); /* 背景画像にフィルタをかける */
}
.section-top__image img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-top__image-message h2 {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  font-family: utile, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 4px rgb(139, 80, 40, 0.3);
  padding: 20px 20px 0 40px;
}
.section-top__image-message p {
  z-index: 100;
  position: absolute;
  right: 0;
  top: 0;
  color: #47b2a0;
  text-shadow: 0 0 4px rgb(139, 80, 40, 0.5);
  font-family: "M PLUS 1p";
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-align: right;
  font-weight: 600;
  width: 100%;
  padding: 40px;
}
@media(min-width: 960px) { 
  .section-top__image img {
    height: 60%;
    width: 60%;
    max-height: 1200px;
  }
  .section-top__image-message {
    font-size: 2.6rem;
    line-height: 3.8rem;
    padding: 50px 200px 5px 120px;
  }
  .section-top__image-message h2 {
    font-size: 2.8rem;
    max-width: 960px;
    rigth: 300;
    top: 200;
  }
  .section-top__image-message p {
    rigth: 0;
    top: 200;
    max-width: 960px;
  }
}
.section-about {
  padding: 20px 24px 40px;
  text-align: center;
  background-color: azure;
}
.section-about-content-wrapper {
  background-color: #f9fff2;
  border-radius: 6px;
}
.menu__image h2 {
  color: #482b1a;
  font-family: "limon-regular-marker-outline", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 40px;
}
.menu__image img {
  position: center;
  size: 100% auto;
  max-width: 120px;
  margin-bottom: 40px;
}
.section-about__image {
  position: center;
  size: 100% auto;
  padding: 50px 75px;
  margin-bottom: 20px;
}
.section-about__break:after {
  content: "\A";
  white-space: pre;
}
.section-about__description p {
  color: #482b1a;
  font-family: utile, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  padding: 15px 20px 15px 40px;
  font-size: 1.8rem;
}
.section-about__description p:last-child {
  margin-bottom: 40px;
}
.section-about__description a {
  text-decoration: none;
  color: #ef9e7e;
}
@media(min-width: 960px) {
  .section-about {
    padding-bottom: 60px;
  }
  .menu__image h2 {
    font-size: 3.6rem;
    padding-top: 60px;
  }
  .menu__image img {
    max-width: 180px;
    margin-bottom: 40px;
  }
  .section-about-content-wrapper {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
  }
  .section-about__image  {
    flex: 3;
    max-width: 375px;
    max-height: 225px;
    height: 100%;
    padding: 80px 0 0 40px;
  }
  .section-about__break:after {
    content: "";
    white-space: pre;
  }
  .section-about__description p {
    flex: 7;
    padding: 24px 80px;
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}
img {
  width: 100%;
}