@charset "UTF-8";

.info {
  background-image: url(../images/info_bg.jpeg);
  padding-top: 20vh;
}

.info-wrapper {
  text-align: center;
}

.info-wrapper p {
  text-align: center;
}

.sns-wrapper {
  display: flex;
  justify-content: center;
}

.sns-wrapper .button {
  height: 60px;
  width: 60px;
  /* float: left; */
  display: inline-block;
  margin: 0 5px;
  background-color: white;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.sns-wrapper .button .icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}

.sns-wrapper .button .icon i {
  font-size: 25px;
  line-height: 60px;
}

.sns-wrapper .button span {
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
  color: #432;
}
