body {
  font-family: ‘Open Sans Regular’, sans-serif;
}
main {
  position: relative;
}
.logo {
  position: absolute;
  width: 29%;
  top: 22%;
  left: 10%;
}
.location_area {
  position: absolute;
  width: 25%;
  top: 50%;
  left: 12%;
}
.button_area {
  position: absolute;
  width: 20%;
  top: 51%;
  left: 15%;
}
.social_area {
  position: absolute;
  width: 3%;
  top: 74%;
  left: 23.5%;
}
.mb15 {
  margin-bottom: 15px;
}
.mb40 {
  margin-bottom: 40px;
}

#pc { 
  display: block !important; 
}
#sp { 
  display: none !important; 
}

#popup .header {
  position: relative;
  height: 150px;
  background: #99D4C0;
  margin-bottom: 90px;
}
#popup .header .popup_logo {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#popup .header .popup_logo img {
  width: 165px;
  max-width: none !important;
}
#popup .main {
  margin-bottom: 100px;
  text-align: center;
  color: #414042;
}
#popup ul.location_list {
  list-style-type: none;
  padding: 0;
}
#popup ul.location_list li {
  width: 300px;
  margin: 0 auto 30px auto;
}
#popup ul.location_list li a {
  font-weight: bold;
  border: 2px solid #99D4C0;
  display: block;
  padding: 10px 0;
  color:#99D4C0;
  border-radius: 50px;
}
#popup .footer {
  width:100%;
  height:100px;
  background-color: #fff;
  background-image:
    radial-gradient(#99D4C0 20%, transparent 20%),
    radial-gradient(#99D4C0 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  background-image:
    radial-gradient(#99D4C0 20%, transparent 20%),
    radial-gradient(#99D4C0 35%, transparent 35%);
}
.pc_cus {
  margin: 120px;
}
 
@media only screen and (max-width: 750px) {
  #pc { 
    display: none !important; 
  }
  #sp { 
    display: block !important; 
  }
  .pc_cus {
    margin: auto;
  }
  .logo {
    width: 70%;
    top: 11%;
    left: 15%;
  }
  .location_area {
    position: absolute;
    width: 65%;
    top: 70%;
    left: 17.5%;
  }
  .button_area {
    width: 45%;
    top: 70%;
    left: 28.5%;
  }
  .social_area {
    width: 24%;
    top: 85%;
    left: 46.5%;
  }
  .social_area img {
    width: 35%;
  }
}