
p {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul {
  list-style: none;
}
html {
  background-color: #f2f3e8;
}

/* ---- 未ログイン時トップ --------------------------------*/
.top img {
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: block;
}
.top .relative {
  position: relative;
  height: 100%;
}
.top .absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.top .top1, .top .top2, .top .top3, .top .top4, .top .top5, .top .top6, .top .top7 {
  text-align: center;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
.top_background {
  width: 100vw;
  background-color: #eee;
}
.top_image {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.top_image_bottom {
  position: absolute;
  bottom: -1%;
  width: 100%;
  height: 80px;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0));
}
.top_image h1 {
  margin-top: -25%;
}
.top_slide li {
  margin: 0 3px;
  display: none;
}
.top_slide li img {
  border-radius: 3px
}
.top .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}
.top .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}
.top .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.top .slick-dots li button:before {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.top .top2, .top .top4, .top .top6 {
  background-color: #eee;
}
.top .top6 {
  padding: 20px 0;
}
.top .top4 .flex {
  display: flex;
}
.top .top4 .flex_naka {
  width: 50%;
}
.top_login {
  padding: 0 2%;
  width: 100%;
}
.top_login.first {
  position: absolute;
  bottom: 100px;
}
@media screen and (min-width:768px) {
  .top_login.first {
    width: 70%;
  }
}
.top_login li {
  float: left;
  width: 48%;
  margin: 3% 1% 3% 1%;
  text-align: center;
}
.top_login li a.btn {
  width: 100%;
  display: block;
  padding: 0 !important;
  text-align: center;
  font-size: 2.2rem;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0) !important;
}
.top_login li a img {
  display: inline;
}
@media screen and (min-width:768px) {
  .top_login li a {
    padding: 15px 0 5px 0;
    font-size: 2.2rem;
  }
}
a.top_otameshi {
  text-decoration: none !important;
}
a.top_otameshi div {
  background: -webkit-linear-gradient(top, #888 0%, #333 100%);
  background: linear-gradient(to bottom, #888 0%, #333 100%);
  padding: 20px 2.5%;
  text-align: center;
}
a.top_otameshi div h5 {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 15px;
}
a.top_otameshi div h6 {
  font-size: 1.3rem;
  color: #fff;
}
a.top_otameshi div h6 span {
  font-weight: bold;
  color: #FBFF9C;
}
#top_foot_scroll {
  display: none;
  z-index: 99;
  position: fixed;
}
.top_foot_scroll {
  width: 100%;
  /*max-width:768px;*/
  position: fixed;
  bottom: 0px;
  background-color: rgba(80, 80, 80, 0.8);
  color: #fff;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  text-align: center;
  /*left: 50%!important;
    transform: translate(-50%)!important;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);*/
}
.top_foot_scroll a {
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  width: 45%;
}
@media screen and (min-width:768px) {
  .top_foot_scroll {
    padding: 15px 0;
  }
  .top_foot_scroll a {
    font-size: 25px;
    padding: 15px 0px;
  }
}
.top_login_img {
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: block;
}

/* ---- about --------------------------------*/
.about_cont {
  width: 90%;
  margin: 0 auto;
}
.about_cont h4 {
  color: darkkhaki;
  border-bottom: 1px solid darkkhaki;
  padding-bottom: 0.2rem;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.about_cont p.txt {
  font-size: 1.3rem;
  color: #333;
  text-align: left;
  line-height: 2.7rem;
  letter-spacing: 0.05rem;
}
.about_cont p.txt a {
  font-size: 1.45rem;
  color: #999;
}
.about_cont p.txt a i {
  padding-left: 0.3rem;
}
.about_cont li {
  display: inline-block;
  line-height: 100%;
  text-align: center;
  margin-right: 0.5rem;
  vertical-align: text-top;
}
.about_cont li i {
  font-size: 2.6rem;
}
.about_intro {
  text-align: center;
  margin: 3rem auto 2.5rem auto;
}
.about_intro img {
  max-width: 70%;
  height: auto;
  margin: 1rem auto;
}
.about_intro h3 {
  font-size: 2.2rem;
  text-align: center;
  color: #333;
  margin-bottom: 1rem;
}
.about_intro h3 span {
  font-size: 1.3rem;
}
.about_intro p {
  font-size: 1.5rem;
  text-algin: center;
  color: #333;
  margin-bottom: 1rem;
}
.about_cont p, .about_cont h4, .about_cont a, .about_intro p, .about_intro h3 {
  font-family: "Libre Baskerville", "Hannari", "Noto Serif JP";
}