/*.sp {
  display: none;
}*/

li {
  padding: 0%;
}

.common_mainttl {
  padding-top: 90px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 1rem;
  font-family: "EB Garamond", serif;
  font-weight: 300;
}

.common_mainttl span {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック";
  font-size: 14px;
  letter-spacing: 0.24em;
  font-weight: 300;
}

.common_banar {
  max-width: 720px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common_banar li {
  list-style: none;
  width: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common_banar li:nth-of-type(1) {
  margin-right: 20px;
}

.common_banar li:hover {
  opacity: 0.7;
}

.common_banar img {
  width: 100%;
}

.common_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e63529;
  text-decoration: none;
  color: #e63529;
  border-radius: 50%;
  width: 158px;
  height: 158px;
  margin: auto;
  margin-bottom: 93px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common_btn_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.common_btn:hover {
  background-color: #e63529;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .common_mainttl {
    font-size: 21px;
    letter-spacing: 0.26rem;
    padding-top: 26px;
  }
  .common_mainttl span {
    font-size: 14px;
    letter-spacing: 0.2em;
    padding-top: 18px;
  }
  .common_banar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common_banar li {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common_banar li:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .common_banar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common_btn {
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=common.css.map */