@charset "utf-8";

/**********************************************/
/*お問合せ*/
/**********************************************/

/*トップ写真なし*/
#contact_body .theme {
    height: 0vh;
}

#contact_body .theme-img .photo {
    height: 0;
}
#contact_body .theme-img #message {
    display: none;
}


#contact {
    padding: 100px 0 100px;
    text-align: center;
    /*background-image: url("../images/illst_3.png"), url("../images/illst_4.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 20% 100px, 80% 90%;
    background-size: 200px, 160px;*/

}

/*内枠*/
#contact .contents {}

/*余白*/
.contact-inner {
    width:100%;
    margin: 0 auto;
    padding: 0 20px;
}
.contact-inner p{
        width: 100%;
        max-width: 60%;
        margin: 5% auto;
        text-align: left;
}

/*見出し*/
#contact .header-ttl .h2-header {
    margin: 20px 0;
}
#contact h3 {
    margin-bottom: 20px;
}
/*くわしくボタン*/
#contact .btn_more {
    margin-top: 50px;
}
.wap_contact-form{
    position: relative;
    padding: 26px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: beige;
    max-width: 700px;
}

.contact-form {
    max-width: 480px;
    margin: 2rem  auto 5rem;
}
.contact-form label {
    color: #000;
    display: block;
    margin-bottom: .5rem;
    font-weight:900;
    text-align:left;
}
.contact-field {
    background: rgba(255,255,255,.6);
    padding: 1rem;
    width: 100%;
    margin-bottom: .5rem;
    border: #333 1px solid;
}
textarea {
    height: 10rem;
}
.contact-btn {
    background: #666;
    color: #fff;
    display: block;
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
    font-size: 120%;
}

.contact-contact-module {
    position: relative;
    padding: 26px;
    border-radius: 15px;
    background-color: beige;
    max-width: 700px;
    margin: 20px auto;
}
.contact-contact-module .contact-contact-tit {
    text-align: center;
}
.contact-contact-module .contact-contact-tel-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    max-width: 100%!important;
    margin: 0;

}
.contact-contact-module .contact-contact-tel {
    margin-left: 14px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .1em;
    max-width: 100%!important;
}
.contact-contact-module .contact-contact-eigyo {
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
    letter-spacing: .07em;
    font-weight: 500;
    max-width: 100%!important;
    margin: 0;
     margin-top: 20px;
}
.contact-contact-module .contact-contact-teikyu {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .07em;
    max-width: 100%!important;
    margin: 0;

}
.box {
      max-width: 480px;               /* 横幅を200pxに指定 */
      height: 100px;               /* 横幅を200pxに指定 */
      border: none;      /* わかりやすくボーダーを引く */
      overflow-y: scroll;          /* 縦方向にスクロール可能にする */
}
.box p{
    font-size: 80%;
    padding: 10px;
    max-width: 100%;
    line-height: 120%;
    margin: 0;
    color: #666;
    background-color: #FFF;
}
.pricheck{
    margin: 4% 0;
}
/*@media (min-width: 768px){
.contact-contact-module {
    width: 805px;
    margin: 61px auto 0 auto;
    padding-top: 30px;
    display: flex;
    align-items: center;
    border-radius: 30px;
}
    .contact-contact-module .contact-contact-tit {
    width: 281px;
    height: 113px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #707070;
}
    .contact-contact-module .contact-contact-tel-wrap {
    padding-left: 63px;
    margin-bottom: 8px;
    text-align: left;
}
    .contact-contact-module .contact-contact-tel {
    font-size: 35px;
    letter-spacing: .15em;
}
    .contact-contact-module .contact-contact-eigyo {
    text-align: left;
    padding-left: 63px;
}
    .contact-contact-module .contact-contact-teikyu {
    text-align: left;
    padding-left: 63px;
}
}*/
/****************************/
/*表紙*/
/****************************/
#cover {}


/****************************/
/*レスポンシブ*/
/****************************/

@media screen and (max-width: 800px) {

    #contact {
        padding: 50px 0 260px;
        background-position: 30% 85%, 70% 75%;
        background-size: 140px, 140px;
    }
    .contact-inner p {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }

}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 380px) {
}
