@charset "utf-8";

#main{
	margin-bottom: 125px;
}

section{
	text-align: center;
	position: relative;
}

#page_mv{
	background-image: url(../../img/gallery/pc/bg_h2.jpg);
}

#page_mv h2{
	background: url(../../img/gallery/pc/icon_h2.png) no-repeat top 67px center;
	background-size: 76px 41px;
}

.lead {
    margin-bottom: 50px;
    line-height: 2;
}

#wpmem_login,
#wpmem_reg {
    margin: auto;
    max-width: 500px;
}
fieldset {
    border: 1px solid #AEC25D;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 25px auto 30px;
    padding: 50px 60px 60px;
    line-height: 2.8;
    position: relative;
}
legend {
    display: contents;
    color: #483826;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: bold;
    line-height: 1;
}
label:not([for="rememberme"]) {
    display: block !important;
    width: 74%;
    margin: 20px auto 0;
    text-align: left;
}
#wpmem_login .div_text {
    margin: auto;
}
input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
}

/*会員登録ページのメアドは自動入力のため非表示*/
#wpmem_register_form label[for="user_email"],
#wpmem_register_form label[for="user_email"] + .div_text {
    display: none;
}

.button_div {
    padding-top: 20px;
    margin: auto;
    text-align: center !important;
}
#wpmem_reg .button_div {
    padding-top: 40px;
}
input.buttons {
    display: block !important;
    margin: auto !important;
    width: 260px;
}

/*ログイン済み画面*/
/*:not(nav) > ul li a {
    width: 210px;
    height: 60px;
    border: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.9px;
    background: url(../../img/common/pc/icon_btn.png) no-repeat right 16px center #B1C55D;
    background-size: 8px 11px;
    box-sizing: border-box;
    padding-right: 10px;
    margin-left: 20px;
    transition: .5s;
    display: inline-block;
    line-height: 60px;
}
:not(nav) > ul li:nth-child(2) {
    display: none;
}*/

@media screen and (max-width: 768px){
	#main{
		margin-bottom: 90px;
	}
	.lead {
	    text-align: left;
	}
	fieldset {
	    padding: 10%;
	}
}

@media screen and (max-width: 720px){
    label:not([for="rememberme"]) {
        width: 98%;
    }
}