@charset "UTF-8";

/* ==========================================================================
   contact
   ========================================================================== */
/* p-member
   ----------------------------------------------------------------- */
   #btnSubmit {
    width: 300px;
    padding: 20px !important;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .2em;
    background: #5d330d;
    margin: 0 20px;
}

@media screen and (max-width: 767px) {
    #btnSubmit {
        margin-bottom: 30px;
    }
}

#btnSubmit:hover {
    opacity: .8;
}

#btnSubmit a {
    color: #fff;
    text-decoration: none;
}

#btnSubmit.syusei {
    background: #ddd;
    color: #555;
}

#btnSubmit.syusei a {
    color: #555;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .p-member {
        padding-top: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-member {
        padding-top: 60px;
    }
}

.p-member__block:nth-child(even) {
    padding-top: 40px;
    background: #f8f1e3;
}

@media screen and (min-width: 768px) {
    .p-member__block:nth-child(even) {
        padding-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .p-member__block {
        padding-bottom: 13.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-member__block {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1024px) {
    .p-member__block--greeting {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 767px) {
    .p-member__inner {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-member__inner {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-member__heading {
        margin-bottom: 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-member__heading {
        margin-bottom: 45px;
    }
}

.p-member__desc {
    text-align: center;
    font-weight: bold;
    letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
    .p-member__desc {
        padding: 0vw 5.33vw 0vw 5.33vw;
        margin-bottom: 10.67vw;
        font-size: 42px;
        font-size: 5.6vw;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-member__desc {
        margin-bottom: 60px;
        font-size: 30px;
        font-size: 3rem;
    }
}

/* memberdisc
   ----------------------------------------------------------------- */
.memberdisc {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .memberdisc {
        font-size: 20px;
        font-size: 2rem;
        text-align: left;
    }
}

@media screen and (max-width: 1023px) {
    .memberdisc {
        display: inherit;
    }
    .memberdisc br {
        display: none;
    }
}

/* login
-------------------------------------------------------------------------- */
.loginArea {
    max-width: 600px;
    margin: 0 auto;
}

.loginArea p {
    line-height: 1.3em;
}

.loginArea input[type='email'], .loginArea input[type='password'] {
    border: 2px solid #d4d5d7;
    width: 100%;
    height: 60px;
    font-size: 20px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.loginArea__pass-regi {
    position: relative;
    text-align: right;
    font-size: 18px;
    margin-top: 10px;
    padding-right: 40px;
    vertical-align: top;
}

.loginArea__pass-regi a {
    text-decoration: none;
}

.loginArea__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 40px;
    color: #fff;
    font-weight: bold;
    background: #5d330d;
    -webkit-transition: .3s ease;
            transition: .3s ease;
    cursor: pointer;
}

.loginArea__btn:hover {
    opacity: .7;
}

.loginArea__icon {
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .loginArea__icon {
        width: 5.6vw;
        margin: 0 .5em;
    }
}


.for_members{
    text-align: center;
    margin-top: 80px;
    padding: 0 20px;
    box-sizing: border-box;
}

.for_members .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.for_members p.title{
    font-size: 2rem;
    margin-top: 30px;
}

.for_members p.text{
    margin-top: 10px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {

.pc_none{ display: none;}

}

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

.for_members{
    margin-top: 40px;
}

}