body {
  font-family: serif;
}

.main .concept {
  background-color: #323232;
  color: white;
  padding: 60px 0 150px 0;
}
.main .concept h1 {
  font-size: 80px;
  margin-left: 150px;
}
.main .concept .text {
  display: flex;
  width: 700px;
  margin: 0 auto;
  padding-top: 80px;
}
.main .concept .text img {
  width: 70px;
  height: 285px;
}
.main .concept .text p {
  font-size: 25px;
  padding: 40px 0 0 20px;
  line-height: 2em;
}
.main .concept .text p .sp-br {
  display: none;
}
.main .concept .text span {
  float: right;
}
.main .service {
  padding-top: 90px;
  text-align: center;
  color: white;
}
.main .service .horizontal {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}
.main .service h1 {
  font-size: 80px;
  color: black;
}
.main .service .contents {
  background-color: #323232;
  width: 45vw;
  height: 480px;
  text-align: left;
  box-shadow: gray -10px 30px 10px;
}
.main .service .contents div {
  width: 90%;
  margin: 0 auto 50px;
}
.main .service .contents div h1 {
  color: white;
}
.main .service .contents div p {
  margin-left: 35px;
  font-size: 20px;
}
.main .service .contents div p .sp-br {
  display: none;
}
.main .service .contents div p span {
  float: right;
}

.reserve {
  width: 560px;
  margin: 150px auto;
}
.reserve .title {
  display: flex;
  position: relative;
}
.reserve .title h1 {
  color: black;
  font-size: 40px;
  border-bottom: dashed 2px;
}
.reserve .title h1 span {
  position: static;
  font-size: 30px;
}
.reserve .title img {
  position: absolute;
  top: 30px;
  left: 280px;
  width: 80px;
}
.reserve .line {
  padding: 50px 0 0 100px;
}
.reserve .line h1 {
  color: black;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  font-size: 20px;
}
.reserve .line div {
  display: flex;
  width: 200px;
  margin: 20px auto;
}
.reserve .line div img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.reserve .line-btn {
  position: relative;
  margin: 60px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: #000 solid 1px;
  box-shadow: 1px 1px 1px;
}
.reserve .line-btn h1 {
  font-size: 26px;
  margin: 2px;
}
.reserve .line-btn a {
  text-decoration: none;
  color: #000;
}
.reserve .line-btn .comb {
  position: absolute;
  left: 90%;
  bottom: 40%;
  width: 80px;
}

@media screen and (max-width: 800px) {
  .main .concept {
    padding: 30px 0;
  }
  .main .concept h1 {
    font-size: 40px;
    text-align: center;
    margin: 0;
  }
  .main .concept .text {
    width: 350px;
    padding-top: 40px;
  }
  .main .concept .text img {
    width: 35px;
    height: 142px;
  }
  .main .concept .text p {
    font-size: 18px;
    padding: 0 0 0 20px;
    line-height: 1.5em;
  }
  .main .concept .text p .pc-br {
    display: none;
  }
  .main .concept .text p .sp-br {
    display: block;
  }
  .main .service {
    padding-top: 30px;
  }
  .main .service .horizontal {
    flex-direction: column;
    padding-top: 30px;
  }
  .main .service h1 {
    font-size: 40px;
  }
  .main .service .contents {
    width: 80vw;
    height: 370px;
    margin: 0 auto 60px;
  }
  .main .service .contents:nth-child(2) {
    margin-bottom: 0;
  }
  .main .service .contents div {
    width: 90%;
    padding-top: 20px;
  }
  .main .service .contents div p {
    margin-left: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px){
  .reserve {
    width: 300px;
    margin: 50px auto;
  }
  .reserve .title h1 {
    font-size: 30px;
  }
  .reserve .title h1 span {
    font-size: 25px;
  }
  .reserve .title img {
    top: 20px;
    left: 240px;
    width: 60px;
  }
  .reserve .line {
    padding-top: 30px;
    padding-left: 0;
    margin-left: 0;
  }
  .reserve .line  h1 {
    text-align: left;
    line-height: 2.5rem;
    letter-spacing: 0;
    font-size: 15px;
  }
  .reserve .line div {
    margin: 20px auto;
    width: 120px;
  }
  .reserve .line div img {
    width: 20px;
  }
  .reserve .line-btn {
    margin: 30px auto;
  }
  .reserve .line-btn h1 {
    font-size: 20px;
  }
  .reserve .line-btn .comb {
    position: absolute;
    left: 90%;
    bottom: 70%;
    width: 50px;
  }
}
@media screen and (max-width:600px) {
  .main .service .contents {
    width: 90vw;
    height: 400px;
  }
  .main .service .contents .div p {
    margin-left: 0;
    font-size: 15px;
  }
  .main .service .contents .div p .sp-br {
    display: block;
  }
  .main .service .contents .div p .pc-br {
    display: none;
  } 
}
/*# sourceMappingURL=style.css.map */