/* グローバルスタイル */

body {
    width: 100%;
    background-image: url("../img/bg_img.png");
}

#contents {
    max-width: 640px;
    margin: 0 auto;
    border-radius: 10px;
}

img {
    width: 100%;
    display: block;
}


/* contents01 */

#contents-01 {
    margin-top: -20px;
}


/* header */

.header p {
    font-weight: bold;
    font-size: 0.5em;
    margin-bottom: 0 !important;
    color: #ff4d98;
    text-align: center;
}


/* form */

#form img{
    display: block;
}

.form-inner {
    margin-top: 0;
    background: url(../img/form_bg.png) top repeat-y;
    background-size: contain;
}

.form-inner-contents {
    top: 0;
    margin: 0;
    padding: 1px 10px;
}

.goto-top {
    padding-bottom: 20px;
}

form#mailformpro input,
form#mailformpro textarea {
    margin-top: 2px;
    vertical-align: top !important;
}

#form p,#form div {
    color: #375f00;
}

.mfp {
    margin-bottom: 5px !important;
}

.question textarea ,input[type="email"],input[type="tel"] {
    width: 100% !important;
}


/*--ページトップボタン--*/

#page-top {
    display: none;
}

#page-top {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    font-size: 100%;
}

#page-top a {
    background: #ff80b6;
    text-decoration: none;
    color: #fff;
    margin-left: -60%;
    width: 100%;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #ff4d98;
}


/* コピーライト */

.copy {
    text-align: center;
    color: #ff4d98;
}