
/*問い合わせ*/
.is_contact form{
    background:  rgba(255, 255, 255, .4);
  }
  .form_menu{
    padding: 10px 5px;
    font-weight: bold;
    background: #FF66B2;
    color: #fff;
    font-size: 1rem;
  }
  form .contents_box{
    padding: 10px 0;
    font-size: 1rem;
  }
  .reset_btn{
    background-color: #fff;
    border: 1px solid #46A0FF;
    border-radius: 2px;
    box-sizing: border-box;
    color: #46A0FF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 3;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .form_menu {
    padding: 10px 5px;
    font-weight: bold;
    background: #FF66B2;
    color: #fff;
    font-size: 1rem;
}


@media screen and (min-width:992px){
  input[type="text"], input[type="tel"] {
    width: 41%;
    height: 38px;
    border: 1px solid #fe6ea3;
}
  .contents_box {
    text-align: start;
    padding: 0 10px;
    /* margin-top: 1rem; */
  }
  textarea {
    width: 71%;
    height: 100px;
    resize: none;
    border: 1px solid #fe6ea3;
  }

  .reset_btn {
    background-color: #fff;
    border: 1px solid #ED5687;
    border-radius: 2px;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 3;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25%;
    padding: 5px 14px;
    margin-top: 10px;
}

.form_menu {
  padding: 10px 5px;
  font-weight: bold;
  background: #fbb0d0;
  color: #fff;
  font-size: 1rem;
}


.line_wrap {
  background: none!important;
  border: none!important;
  /* padding: 5px; */
  /* margin-bottom: 10px; */
  /* text-align: center; */
  font-size: 1rem;
}

  .line-title-baner{
    background: #91f7a9;
    padding: 5px 24px;
    font-size: 1.5vw;
    margin-bottom: 2vh;

  }

  div#link_btn {
    display: inline;
}


.link-title-baner {
  background: #fbb0d0;
  padding: 5px 24px;
  font-size: 1.5vw;
  margin-bottom: 2vh;
  color: white;
}
.text-decration-none{
  color: black;
    text-decoration: none!important;
}

.contact-princess-bg-img-overlay {
  padding: 0;
  top: calc(65% - 1vw);
  /* text-align: center; */
  /* font-weight: bold; */
  font-weight: 100!important;
  color: white;
  padding: -21px;
  left: 22%;
  /* top: 14vh; */
  text-align: center;
  /* font-weight: bold; */
  font-size: 1vw;
  position: absolute;
}

.contact-princess-bg-img-overlay-title {
  padding: 0;
  top: calc(55% - 2vw);
  font-weight: 100!important;
  color: white;
  padding: -21px;
  left: 45%;
  text-align: center;
  font-size: 1.2vw;
  position: absolute;
}

}




@media all and (min-width: 768px) and (max-width: 1024px) { 
  .contact-princess-bg-img-overlay-title {
    padding: 0;
    top: calc(55% - 2vw);
    font-weight: 100!important;
    color: white;
    padding: -21px;
    left: 45%;
    text-align: center;
    font-size: 10px!important;
    position: absolute;
  } 
}