/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ TOPページ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ---------------- TOPページ背景 ------------------*/
.top_bg {
  background-image: url(img/main-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
}


/* ---------------- TOPメイン画像 ------------------*/
.main__visual .wrapper {
  width: 98%;
  max-width: 100%;
  margin: 0 auto;
  height: 430px;
}

.main__visual h1 {
  margin-top: 190px;
}

.main__visual img {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 560px) {
  .main__visual img {
    width: 60%;
  }
}

/* ---------------- top01 ------------------*/
.top01 {
  text-align: center;
}

.top01 p {
  text-align: left;
  font-size: 1.8rem;
}

@media screen and (max-width: 800px) {
  .top01 p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 560px) {
  .top01 p {
    text-align: left;
  }

  .top01 p br{
    display: none;
  }
}

/* ---------------- top02 ------------------*/
.top02 {
  background-color: #FCE3CD;
}




















