@charset "utf-8";

#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

body {
	font-family:"�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "��S�V�b�N", "Yu Gothic", "��S�V�b�N��", "YuGothic", "Meiryo UI", "���C���I", Meiryo, sans-serif;
}

/************ header ***********/

.header {
	margin-top: 20px;
}

.search {
	width: 200px;
	float: left;
}

.search ul li {
	display: inline;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.search ul li a img {
	vertical-align: middle;	
}

.search a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.search a:hover {
	opacity: 0.5;
}

.lists {
	width: 250px;
	float: right;
}

.lists p {
	display: inline;
}

.login a {
	padding-left: 30px;
}

.kago {
    position:fixed;
    top:22px;
    width:1000px; /* コンテンツの幅を指定します。*/ 
}
.kago a{
    display:block;
    float:right;
    margin-right:-60px;
}


.kago a {
	padding-left: 40px;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.kago a:hover {
	opacity: 0.5;
}

.lists p a {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-decoration: none;
	color: #666;
}

.lists p a:hover {
	text-decoration: underline;
}

/************ header nav ************/

header nav {
	width: 600px;
	margin: 0 auto;
	
}

header nav ul li {
	display: inline-block;
}

header nav ul li.left_long {
	padding-left: 0;
}


header nav ul li a {
	text-decoration: none;
	color: #222;
	height: 40px;
	line-height: 40px;
	padding: 0 36px;
	font-weight: bold;
	text-align: center;
}

header nav ul li a:hover {
	color: #AAA;
}

/****** header left : logo, sns, pagetop  ********/

.logo {
	width: 200px;
	height: 250px;
	position: fixed;
	top: 80px;
	margin-left: -150px;
}

.logo a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.logo a:hover {
	opacity: 0.5;
}

/** instagram **/

.insta {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 380px;
	margin-left: -50px;
}

.insta a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.insta a:hover {
	opacity: 0.5;
}

/** facebook **/
.fb {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 430px;
	margin-left: -50px;
}

.fb a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.fb a:hover {
	opacity: 0.5;
}

/** twitter **/

.tw {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 480px;
	margin-left: -50px;
}

.tw a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.tw a:hover {
	opacity: 0.5;
}

/** pagetop **/

.pagetop{
    position:fixed;
    bottom:20px;
    width:1000px; /* �R���e���c�̕���w�肵�܂��B*/ 
}

.pagetop a{
    display:block;
    color:#fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
    text-align:center;
    text-decoration:none;
    float:right;
    margin-right:-90px;
}

.pagetop a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.pagetop a:hover {
	opacity: 0.5;
}

/******** ACCESS *********/

.shop {	
	width: 1000px;
	height: 500px;
}

.adress {
	width: 1000px;
	height: 300px;
	margin-top: 50px;
}

.adress h1 {
	font-size: 20px;
	font-weight: bold;
	font-color: #666;
	text-align: center;
	letter-spacing: 4px;
}

.adressInner {
	width: 800px;
	margin: 30px auto;
	font-color: #666;
}
.adressInner dl{
	margin-top: 30px;
}

.adressInner dl:first-child{
	line-height: 2;
}

.adressInner dl:last-child{
	margin-top: 40px;
}

.adressInner dl dt {
	font-size: 15px;
	letter-spacing: 2px;
	float: left;
	width: 150px;
	margin-left: 50px;
}

.adressInner dl dd {
	font-size: 15px;
	letter-spacing: 2px;
	float: left;
	text-align: left;
}

.access {
	width: 1000px;
	height: 400px;
}

/******** footer *********/

footer {
	width: 1000px;
	height: 150px;
	text-align: center;
}

small {
	display: block;
	padding-top: 50px;
}

