@charset "UTF-8";
/*　header
-------------------------------------*/
header .flower01 {
  left: -60px;
  top: 62px;
  animation: opacityFrame 2.5s forwards;
  -webkit-animation: opacityFrame 2.5s forwards;
}
header .flower02 {
  left: 152px;
  top: -28px;
  animation: rotateFrame 2.5s forwards;
  -webkit-animation: rotateFrame 2.5s forwards;
}
header .flower03 {
  top: 154px;
  right: -40px;
  animation: opacityFrame 2.5s forwards;
  -webkit-animation: opacityFrame 2.5s forwards;
}

/*　.content
-------------------------------------*/
.content {
  padding: 0 95px 130px;
}
.content .box {
  border-bottom: 1px solid rgba(96, 76, 45, 0.16);
  margin-bottom: 40px;
  position: relative;
}
.content .box h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.content .box p {
  margin-bottom: 22px;
}
.content .box .link {
  margin-bottom: 12px;
  text-align: right;
}
.content .box .link a:after {
  content: ">";
  padding-left: 7px;
}
.content .box05 {
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.content .contact p {
  text-align: center;
}
.content .contact .link {
  font-size: 18px;
  margin-top: 5px;
}
.content .contact .link a:after {
  content: ">";
  padding-left: 7px;
}
.content .rose {
  left: -263px;
  bottom: -138px;
}
.content .block {
  right: -228px;
  bottom: 20px;
}
.content .mirror {
  left: -245px;
  bottom: -159px;
}
.content .shirts {
  right: -229px;
  bottom: -48px;
}
.content .hat {
  left: -175px;
  bottom: 60px;
}

@media screen and (max-width: 760px) {
  /*　header
  -------------------------------------*/
  header .flower01 {
    left: -5px;
    width: 60px;
  }
  header .flower02 {
    left: 50px;
    top: -10px;
  }
  header .flower03 {
    top: 140px;
    right: -30px;
  }

  /*　.content
  -------------------------------------*/
  .content {
    padding: 0 30px;
  }
  .content .box {
    margin-bottom: 30px;
  }
  .content .box h3 {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .content .box p {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .content .box05 {
    margin-bottom: 40px;
  }
  .content .contact .link {
    font-size: 16px;
    margin-top: 10px;
  }
  .content .rose {
    left: -45px;
    bottom: -40px;
    width: 100px;
  }
  .content .block {
    right: -50px;
    bottom: 20px;
    width: 120px;
  }
  .content .mirror {
    left: -70px;
    bottom: -80px;
    width: 120px;
  }
  .content .shirts {
    right: -50px;
    bottom: -48px;
    width: 140px;
  }
  .content .hat {
    left: -40px;
    bottom: -35px;
    width: 90px;
  }
}
