@charset "UTF-8";
/*スマホメニューの色*/
/*スマホメニューの色*/
h2 {
  margin-bottom: 40px;
  text-align: center;
}

h3 {
  margin-bottom: 40px;
  color: #d96a6a;
  font-weight: bold;
  text-align: center;
  font-size: 1.4em;
}

section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff7f2), to(#ffffff));
  background-image: linear-gradient(180deg, #fff7f2 0%, #ffffff 100%);
  padding: 80px 0;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f0d0df));
  background: linear-gradient(transparent 60%, #f0d0df 60%);
}

.readtxt {
  font-size: 1.2em;
  text-align: center;
}

.imgbox {
  text-align: center;
  margin-top: 40px;
}

.commingsoon {
  padding: 20px 0;
  text-align: center;
}

#section02 h3 {
  margin-top: 40px;
}
#section02 .pointbox ul {
  text-align: left;
  display: inline-block;
}
#section02 .pointbox ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
#section02 .pointbox ul li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 1.4em;
  color: #a88d7a;
  line-height: 1;
}

#section03 .imgbox {
  margin-bottom: 40px;
}

#section04 .btnbox a {
  display: block;
  width: 400px;
  margin: 0 auto;
  background-color: #a88d7a;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  font-size: 1.4em;
  position: relative;
}
#section04 .btnbox a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4em;
  color: #fff;
}

/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 840px) {
  .readtxt {
    font-size: 1.1em;
  }
  #section02 h3 {
    line-height: 1.4;
  }
  #section02 .pointbox ul li:before {
    top: 5px;
  }
  #section04 .btnbox a {
    width: 80%;
    font-size: 1em;
  }
}