*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

/* 背景用*/
body {
  padding: 30px 10px;
}

.entryBtn,
a.entryBtn,
button.entryBtn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.entryBtn-wrap-pc-sp {
  max-width: 80%;
  margin: 0 auto 20px;
}

a.entryBtn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.entryBtn--tel {
  display: block;

  margin-top: 15px;

  color: #736357;
  border-radius: 100vh;
  background: #b5dddd;
  -webkit-box-shadow: 0 5px 0 #b5dddd;
  box-shadow: 0 5px 0 #b5dddd;
  
}

a.entryBtn--tel i {
  font-size: 2rem;
}

a.entryBtn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.entryBtn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 1rem 9rem;

  letter-spacing: 0;

  color: #736357;
  border-radius: 0.5rem;
  background: #fff;
}

a.--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}



@media only screen and (max-width: 1000px) {
  .entryBtn-wrap-pc-sp{
    max-width: 75%;
  }
}

@media only screen and (max-width: 600px) {

  a.entryBtn--tel .number{
    padding: 1rem
  }

  .entryBtn, a.entryBtn, button.entryBtn{
    font-size: 1.4rem;
  }

  .entryBtn-wrap-pc-sp{
    max-width: 90%;
  }
}