﻿@charset "utf-8";

/********* TOP *********/

body {
	background-color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

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

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

/************ 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;	
}

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

.lists p {
	display: inline;
}

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

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

.kago a:hover {
	opacity: 0.5;
}

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

.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;
	z-index: 9999;
}

.logo a,
.search ul li a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.logo a:hover,
.search ul li 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; /* コンテンツの幅を指定します。*/ 
}
.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;
}

/********** slider ************/

#slider img {
	width: 1000px;
	height: 500px;
}

h1 {
	color: #666;
	font-size: 30px;
	text-align: center;
	margin-top: 70px;
}

/*********** pickUp ***********/

.pickUp {
	padding: 30px;
}

section {
	float: left;
}

section figure a {
	text-decoration: none;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

section figure a:hover {
	opacity: 0.5;
}

.pickUp figure img {
	width: 212px;
	height: 212px;
	margin: 0 15px;
}

.vintage figure img,
.info3 figure img {
	margin-right: 0; 
}

.online figure img,
.info1 figure img {
	margin-left: 0; 
}

.pickUp figure figcaption {
	font-size: 13px;
	text-align: center;
	margin: 20px;
	line-height: 1.5;
	color: #666;
}

/*********** information ***********/


.information h1 {
	margin: 20px 0 30px 0;

}

.information p {
	text-align: center;
	margin: 8px;
}

.information p a {
	text-decoration: none;
	color: #666;
}

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

.information .tokusyuu {
	padding-right: 45px;
}

/*********** category ***********/

h2 {
	font-size: 25px;
	color: #666;
	text-align: center;
	margin-top: 80px;
}

.category ul {
	padding: 10px 30px 0 30px; 
}

.category ul li a {
	width: 180px;
	height: 70px;
	border: solid 1px #666;
	margin: 20px 20px;
	float: left;
	color: #666;
	text-decoration: none;
	text-align: center;
	line-height: 70px;
	font-size: 15px;
	font-weight: 570;
}

.category ul li a:hover {
	color: #999;
}

.category .table a,
.category .syokki a {
	margin-left: 45px;
}

/*********** kyou ***********/

.kyou h2 {
	margin-bottom: 30px;
}

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

footer div {
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
	padding-bottom: 60px;
	font-weight: bold;
	color: #333;
}
