@charset "utf-8";


/* ==========================================================================
	header派生用
========================================================================== */
#header {
	background:rgba(0, 0, 0, 0.3);
}


.login_btn{
	background:rgba(255,255, 255, .8);
	color:#333;
    background-size: 200% 100%; 
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .3s ease;
	}
.shop_btn{
	background:rgba(157,16, 10, .8);
    background-size: 200% 100%; 
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .3s ease;
	}

.fixed .login_btn{
	
	color:#fff;
}

/* ==========================================================================
	main
========================================================================== */
#hasei_main{
	width:100%;
	height:640px;
	position:relative;
	box-sizing:border-box;
	padding-top:302px;
	background-size:cover;
	background-position:center center;
	text-align:center;
	background-repeat: no-repeat;
	}
#hasei_main h1{
	font-size:72px;
	color:#fff;
	letter-spacing:0.05em;
	}
.member h1{
    -webkit-text-shadow: 0px 2px 6px #949494;
    -moz-text-shadow: 0px 2px 6px #949494;
    text-shadow: 0px 2px 6px #949494;
	}	
#hasei_main h2{
	font-size:20px;
	color:#fff;
	letter-spacing:0.15em;
	margin-top:23px;
    -webkit-text-shadow: 0px 2px 6px #949494;
    -moz-text-shadow: 0px 2px 6px #949494;
    text-shadow: 0px 2px 6px #949494;
	}

@media screen and ( max-width: 950px ) {
	#hasei_main{
		padding-top:277px;
		}

	}
@media screen and ( max-width: 720px ) {
	#hasei_main{
	height:420px;
	padding-top:205px;
	
}
	#hasei_main h1{
	font-size:40px;
}	
	#hasei_main h2{
	font-size:12px;
	margin-top:16px;
}
	}
	
	
/* ==========================================================================
	photo
========================================================================== */

#wrap{	
	width:1100px;
	margin:94px auto 120px;
	padding:0;
	box-sizing:border-box;
	}

.midashi{
	font-size:15px;
	color:#333;
	line-height:30px;
	text-align:center;
	position:relative;
	}
	


dl{
	width:100%;
	margin-top:94px;
	border-top:1px solid #cdcdcd;
	}
dl dt{
	width:27%;
	float:left;
	font-weight:bold;
	font-size:15px;
	line-height:26px;
	padding:32px 0 0 2.7%;
	box-sizing:border-box;
	color:#333;
	}
dl dd{
	width:100%;
	font-size:14px;
	line-height:26px;
	padding:32px 40px 32px 27%;
	text-align:left;
	box-sizing:border-box;
	border-bottom:1px solid #cdcdcd;
	color:#333;
	}
	
@media screen and ( max-width: 1130px ) {
#wrap{
	width : 95% ;
   width : -webkit-calc(100% - 30px) ;
   width : calc(100% - 30px) ;
	
	}

	}
@media screen and ( max-width: 720px ) {
#wrap{
	margin:54px auto 60px;
	}
.midashi{
	font-size:12px;
	line-height:20px;
}
dl{
	width:100%;
	margin-top:54px;
	border-top:0;
	border-top:1px solid #cdcdcd;
	}
dl dt{
	width:100%;
	float:none;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	padding:22px 0 6px 0;
	box-sizing:border-box;
	color:#333;
	}
dl dd{
	width:100%;
	font-size:12px;
	line-height:20px;
	padding:0 0 22px 0;
	text-align:left;
	box-sizing:border-box;
	border-bottom:1px solid #cdcdcd;
	color:#333;
	}
	

	}

