/*LP用CSS*/
.lp-container{
  max-width: 460px;
  margin: 0 auto;
  background: #fff;
}
.lp-container img{
  display: block;
}
.lp-cta{
  position: relative;
}
.lp-cta-buttons{
  position: absolute;
  z-index: 1;
  inset: 23.5% 0 auto;
  width: 80.8%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(2.4vw, 11px);
  align-items: center;
}
.lp-fixed{
  position: fixed;
  z-index: 10;
  bottom: 0;
  opacity: 0;
  translate: 0 100%; 
  transition: .6s;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5px 0 10px;
  background-color: #111;
  color: #fff;
  font-family: "Hiragino Sans", "源ノ角ゴシック JP", Meiryo, sans-serif;
}
.lp-fixed.fixed{
  z-index: 9999;
  opacity: 1;
  translate: 0 0;
}
.lp-fixed::before{
  order: 2;
  content: "";
  width: 1px;
  height: 17px;
  margin: 7px 25px 0;
  background-color: #fff;
}
.lp-fixed-col:first-child{
  order: 1;
}
.lp-fixed-col:last-child{
  order: 3;
}
.lp-fixed-buttons{
  display: flex;
  gap: 25px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.lp-fixed-buttons a{
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.lp-fixed-buttons img:hover{
  opacity: 1;
}
.lp-fixed-text{
  margin: 0 0 8px;
  font-size: 10px;
  text-align: center;
}
.lp-form form > p,
.lp-form .mw_wp_form > p{
  margin-left: .8em;
  margin-right: .8em;
}
.lp-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 5px;
  min-height: 40px;
  border: 1px solid #71692B;
  transition: .3s ease-in;
  position: relative;
  color: #fff;
  background-color: #71692B;
}


/*///////////////////////////
難波院ー新規CTA
//////////////////////////*/
.lp-cta-img {
    position: absolute;
    top: 33%;
    right: 0;
}
@media(max-width:425px){
.lp-cta-new .lp-cta-buttons img{
        width: 250px;
  }
}
@media (max-width: 370px) {
    .lp-cta-new .lp-cta-buttons img {
        width: 220px;
    }
}
.lp-cta-new .lp-cta-buttons {
    align-items: baseline ;
    margin: 20px 0 0 20px ;
}
