p {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul {
  list-style: none;
}
html {
  background-color: #f6f1ee;
}
@media screen and (min-width:768px) {
  html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
    font-size: 12px;
  }
  /*menuサイズ調整*/
  .navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 40px;
    font-size: 16px;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    line-height: 4.6rem;
  }
}

/* ---- 未ログイン時トップ --------------------------------*/
.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;
}
.top_login {
  /*padding:2%;
	background-color: #ff8a71;*/
  padding: 0 2%;
}
.top_login li {
  /*width: 46%;
    margin:15px 2%;*/
  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, #FAC8A5 0%, #f794a4 100%);
  background: linear-gradient(to bottom, #FAC8A5 0%, #f794a4 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(255, 138, 113, 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_wrap {
  background-image: url(/image/site/bg_white.png);
  background-size: contain;
  background-attachment: fixed;
}
.about_cont {
  width: 90%;
  margin: 0 auto;
}
.about_cont h4 {
  color: #ff8a71;
  border-bottom: 1px solid #ff8a71;
  padding-bottom: 0.2rem;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.about_cont p.txt {
  font-size: 1.3rem;
  color: #666;
  text-align: left;
  line-height: 2.7rem;
}
.about_cont p.txt a {
  color: #ff8a71;
  font-size: 1.3rem;
  text-decoration: none;
}
.about_cont p.txt a i {
  padding-left: 0.3rem;
}
.about_intro {
  text-align: center;
  margin: 3rem auto;
}
.about_intro img {
  max-width: 70%;
  height: auto;
  margin: 1rem auto;
}
.about_intro h3 {
  font-size: 1.6rem;
  text-align: center;
  color: #666;
  margin-bottom: 0.7rem;
}
.about_intro p {
  font-size: 1.15rem;
  text-algin: center;
  color: #666;
}
@media screen and (min-width:768px) {
  .about_wrap h2.ttl {
    font-size: 30px;
    padding: 16px 0 8px 0;
  }
  .about_cont h4 {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
  .about_cont p.txt {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .about_cont p.txt a {
    font-size: 1.5rem;
  }
  .about_cont p.txt a i {
    padding-left: 0.5rem;
  }
  .about_intro {
    margin: 4rem auto;
  }
  .about_intro img {
    margin: 1.5rem auto;
  }
  .about_intro h3 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .about_intro p {
    font-size: 1.35rem;
  }
}
