/*lucy*/
#common-cta {
  background: rgba(208, 210, 205, 0.9)!important;
  text-align: center;
  width: 100%;
  z-index: 999;
  border-color:#009000;
  /*position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(85, 85, 85, 0.8);*/
}
#common-cta #cta-notice {
  background: #849261;
  color: #FFF;
  font-size: 11px;
  padding: 0px 20px 0px 0px;
  border-top:1px solid #849261;
  text-align:right;
 
}

#common-cta #cta-noticesp {
  display:none;
}
#common-cta #cta-notice a, #common-cta #cta-notice a:hover, #common-cta #cta-notice a:visited {
  color: #FFF;  text-decoration:none;
}
#common-cta #cta-button a, #common-cta #cta-button a:hover, #common-cta #cta-button a:visited {
  color: #FFF;
}

#common-cta #cta-tel-sp {
  display: none;
}
#common-cta #cta-tel span {
  color: #333;
  font-size: 14px;
  line-height:1.3em;
}
#common-cta #cta-tel span {
  color: #333;
  font-size: 13px;
  line-height:1.8em;
}
#common-cta #cta-button {
  display: inline-block;
  margin: -5px 0  0;
  float:right;
}
#common-cta #cta-button a i {
  margin-right: 10px;
}
#common-cta #cta-button-sp {
  display: none;
}

#common-cta #cta-tel .cta-tel-text {
  display: inline-block;
  margin: 2px 0  0;
  text-align:left;
 /* background-color:#fff;
  border-radius:20px 20px 0px 20px;
  padding:3px 20px 3px; */
  padding-left:10px;
  float:left;
  font-weight:bold;
  line-height:1.1em;
}

#common-cta #cta-tel .cta-arrow {
  float: left;
  font-size: 45px;
  line-height: 50px;
  color: #009000;
  margin-top: 0px;
}

#common-cta #cta-tel a {
  vertical-align: top;
  color: #FFF;
  display: block;
  border-radius: 3px;
  background: #009000;
  width: 250px;
  padding: 5px 0;
  margin: 4px 0 0 0;
  text-align:center;
}

#common-cta #cta-button a {
  vertical-align: top;
  color: #fff!important;
  display: block;
  border-radius: 6px;
  background: #009000;
  padding: 6px 30px;
  margin: 5px 0 0 20px;
  text-decoration:none;
}
#common-cta #cta-button a:hover {
  opacity: 0.75;
}

.cta-attension-pc {
  color: #333!important;
}

#common-cta #cta-attention-sp {
  display: none;
}

#common-cta #cta-attention {
  font-size:11px;
  margin-bottom:10px;
  margin-top:10px;
}

#common-cta #cta-close {
  right:60px;
  position:absolute;
  font-size:11px;
}

#common-cta #cta-close-sp {
  display:none;
}


#common-cta #cta-wrap {
    margin: 10px auto 10px;
    padding: 0px 0 0px;
    width: 790px;
    display: flex;
    flex-direction: row-reverse;
}

/*--CTA SP
------------------*/
@media only screen and (max-width: 800px) {
  #wrap {
    margin: 0 auto 60px;
  }

  #common-cta  {
  padding-top:0px;
  border-width:0px !important;
 }

#common-cta #cta-wrap {
	padding:0px;
}

  #common-cta #cta-tel {
    display: none;
  }
  #common-cta #cta-button {
    display: none;
  }
  #common-cta #cta-bannur {
    display: none;
  }

  #common-cta #cta-notice {
    font-size: 11px;
  }
  #common-cta #cta-notice #close-cta {
    /*
    display: none;
    */
  }
  #common-cta #cta-tel-sp {
    display: inline-block;
    width: 39%;
    margin: 0 2% 0;
    font-size:11px;
    text-align:left;
    float:left;
    border-left:4px solid #ff6600;
    padding-left:5px;
  }
  #common-cta #cta-button-sp {
    display: inline-block;
    width: 100%;
    margin:0px;
    float:none;
  }
  #common-cta #cta-attention-sp {
    display: block;
    color: #fff;
    font-size: 11px;
    margin: 2px 0 0 0;
  }

  #common-cta #cta-tel-sp a{
    vertical-align: top;
    color: #FFF;
    display: block;
    border-radius: 3px;
    border: 0px solid #C5C5C5;
    background: none;

    width: 100%;
    padding: 4px 2px;
    margin: 0 0px 0 0;
    text-decoration:none;
  }
  #common-cta #cta-button-sp a{
    vertical-align: top;
    color: #FFF;
    border-radius: 3px;
    border: 0px solid #C5C5C5;
    display: block;
    background: none;
    width: 100%;
    padding: 0px;
    font-size:11px;
    text-decoration:none;
 } 
  #common-cta #cta-button-sp a img {
    width:100%;
 }

  #close-cta {
	display:none !important;
  }

 
  @media screen and (max-width: 800px) {
  #common-cta #cta-button-sp a i {
    display: block;
    margin-top:2px;
    margin-bottom:2px;
  }
  }
  .scroll-back-to-top-wrapper {
    display: none;
  }
  #common-cta #cta-wrap {
  padding: 0px;
  width:100%;
  }
  #common-cta .cta-attension-pc {
  display:none;
  }

  #common-cta #cta-close {
  display:block;
  right:5px;
  position:absolute;
  font-size:11px;
  }
  #common-cta #close-cta span {
  /*
  display:none;
  */
  }

}




#close-cta {
  background: #666;
  color: #fff;
  margin-left: 10px;
  margin-right: 8px;
  margin-top: 1px;
  padding: 2px 8px;
  border-radius: 4px;
  float: right;
height: fit-content;
}
#close-cta:hover {
  opacity: 0.75;
}
@media screen and (max-width:800px) {
  #cta-wrap {
    font-size: 0px;
  }
  #close-cta {
    font-size: 15px;
    display:none;
  }

}