/*///////////////////////////
難波院ー2025新規
//////////////////////////*/
.post-password-form{/*パスワード保護フォーム用。公開後は削除OK*/
    position: relative;
}
main{
    background-image: url(https://kato-aga-clinic.com/renew/wp-content/uploads/2025/10/yoyaku-back.webp);
    background-size: cover;
    background-repeat: repeat;
    background: linear-gradient(to bottom, #AD9A63, #C7B67D);
    position: relative;
    margin: -12px  0 0 0;
}
main:before{
     content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://kato-aga-clinic.com/renew/wp-content/uploads/2025/10/part10-pat.webp);
    opacity: 0.1;
    z-index: 0;
    background-repeat: repeat;
    background-size: auto;
}
.body-wrapp::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://kato-aga-clinic.com/renew/wp-content/uploads/2025/10/agakt-nmb-back-l.webp);
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
    top: 0;
}
.l-wrapper{
    padding:0 20px;
}
p.header-txt {
    font-size: 12px;
    margin: 12px 0 10px 0;
}
.p-center{
     text-align: center !important;
}
img.logo {
    margin: 0 0 14px 0;
}
img.logo {
    margin: 0 0 14px 0;
}
.postPage h2:not(.pageHeaderTitle) {
    margin: 60px 0 20px;
}
.lp-container{
  max-width: 425px;
  margin: 0 auto;
background-color: #fff;
}
.lp-container img{
  display: block;
}

@media(min-width:1930px){
  .body-wrapp::before{
    background-size: contain;
    background-position-y: -10rem;
  }
}

@media(min-width:375px){
  .p.header-txt {
    font-size: 10px;
  }
}
section#access {
    margin: 50px 0 ;
}


/*///////////////////////////
CTA
//////////////////////////*/
.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-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;
}

.lp-cta-img {
    position: absolute;
    top: 33%;
    right: 0;
}
.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 ;
}


/*///////////////////////////
google評価
//////////////////////////*/

.hyouka{
    background-image: url(https://kato-aga-clinic.com/renew/wp-content/uploads/2025/10/agakt-nmb-part02-back.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 25px 20px 20px 20px
}
.google-hyouka {
    position: relative;
    max-width: 338px;
    margin: 0 auto;
}
.google-hyouka p{
    position: absolute;
    font-size: 5rem !important;
    top: 45px;
    right: 80px;
    letter-spacing: -3.1px;
    margin:0;
}
.google-hyouka span {
     display: inline-flex;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    gap: 10px;
    letter-spacing: 0.8px;
}
.google-hyouka span img{
  max-width:93px;
}
.tuyomi {
    margin: 45px 0 0 0;
}

.tuyomi img:first-child{
  margin: 0 0 30px 0;
}

.lp-fixed::before{
display:none;
}

@media(max-width:350px){
.google-hyouka span img{
    max-width: 75px;
}
.google-hyouka p {
    font-size: 4rem !important;
    right: 70px;
}
}

/*///////////////////////////////////////
  FORM
//////////////////////////////////////////*/
.form-wrapper {
    background-color: #F1E4B4;
 position: relative;
  overflow: hidden;
  margin: 50px 0 0 0;
}
.form-wrapper:before{
     content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://kato-aga-clinic.com/renew/wp-content/uploads/2025/10/part10-pat.webp);
    opacity: 0.4;
    z-index: 0;
    background-repeat: repeat;
    background-size: auto;
}
.form-wrapper p,.form-wrapper h2{
    z-index: 10;
    position: sticky;
}
h2 {
    border: none !important;
    text-align: center;
   position: relative;
}
h2:after{
content: "";
    background-image: url(https://kato-aga-clinic.com/renew/wp-content/uploads/2025/10/agakt-nmb-part10-img02.webp);
    width: 100%;
    height: 2px;
    display: block;    
    background-repeat: no-repeat;
    background-position: center;
}
h2 img{
position: absolute;
    max-width: 175px;
    top: -62px;
    left: 0;
}
div#formArea {
    position: sticky;
    z-index: 10;
}
#formArea input[type=text], #formArea input[type=email], #formArea input[type=number], #formArea textarea{
background: #fff !important;
}
.form-table tr {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}
.form-table th {
    width: auto;
    text-align: left !important;
}
.form-table td,.form-table select {
    width: 100% !important;
}
#formArea .att {
    font-size: 9px;
    background-color: #D51E1E;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
    #formArea table th {
background-color: transparent;
    }
}
div#ui-datepicker-div {
    z-index: 50 !important;
}
.postPage p {
    font-size: 13px;
    letter-spacing: -0.8px;
	   /* margin: 0 0 -20px;*/
}

/*///////////////////////////////////////
  固定ボタン
//////////////////////////////////////////*/

.lp-fixed{
  position: fixed;
  z-index: 10;
  bottom: 0;
  opacity: 0;
  translate: 0 100%; 
  transition: .6s;
  width: 100%;

}
@media(max-width:425px){
.lp-fixed{
width:auto;
}
}
.lp-fixed.fixed{
  z-index: 9999;
  opacity: 1;
  translate: 0 0;
}

.sp-btn {
    position: relative;
    max-width: 425px;
    margin: 0 auto;
}
.sp-btn-wrapper {
    position: absolute;
    top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding:0 24px ;
}
.line-icon{
  max-width: 49px;
}
.tel-icon{
  max-width: 56px;
}
.sp-btn{
  display: none;
}

.pc-btn {
    position: fixed;
    top: 7%;
    left: 17%;
}
.pc-btn-logo {
    display: flex;
    gap: 15px;
        margin: 0 0 0 19px;
}
.pc-btn-logo span{
    font-size: 2rem;
    color: #fff;
    padding: 4px 0 0 0;
    letter-spacing: 2.7px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.35); 
}
a{
    text-decoration: none;
    color: #fff;
    font-size: 2.3rem;
}
ul{
  padding: 0;
}
ul li{
  list-style: none;
  padding: 0 0 7px 18px;
}
.white-border{
    width: 100%;
    max-width: 750px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin: 28px 0 5px 0;
}
.pc-btn-wrapper{
display: flex;
    flex-direction: column;
    margin: 31% 0 0 0;
    gap: 15px;
}

@media(max-width:1860px){
  .pc-btn {
    left: 8%;
  }
}
@media(max-width:1440px){
  .pc-btn {
        left: 0%;
    }
  .pc-btn-wrapper {
      max-width: 300px;
  }
  a {
      font-size: 2rem;
  }
}
@media(max-width:1024px){
  .pc-btn{
    display: none;
  }
    .sp-btn{
    display: block;
  }
}
@media(max-width:375px){
  .line-icon {
      max-width: 35px;
  }
  .tel-icon {
    max-width: 43px;
}
}