@charset 'utf-8';
/*----------------------------------------------------ページ用CSS*/
/*------------------------------------global*/
* {
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	color: #40210f;
	position: relative;
	background: #f7e6d9 url(../img/background.jpg) repeat-y top center;
}
h1 {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 10px;
}
a {
	font-weight: bold;
	color: #40210f;
}
a:hover {
	color: #CC6633;
}
.align_right {
	text-align: right;
}
form table {
	border-color: #40210f;
	width: 100%;
	margin: 10px auto;
}
form tr {
	border-color: #40210f;
}
form td {
	border-color: #40210f;
	padding: 10px;
}
form td.title {
	font-weight: bold;
}
form select,
form input {
	font-size: 1.2rem;
}
textarea {
	width: 90%;
	height: 200px;
}
form .button {
	padding: 10px 20px;
	font-size: 1.2rem;
}
.width300 {
	width: 300px;
}
p {
	line-height: 23px;
}
/*------------------------------------header*/
header {
	width: 700px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header figure {
	display: block;
	float: left;
	padding: 40px 0 40px 10px;
}
header .sns {
	float: right;
	padding: 50px 20px 0 0;
}
header .sns li {
	display: inline;
	margin: 0 5px;
}
header .sns li img {
	width: 30px;
}
header nav ol {
	display: table;
	width: 680px;
	margin: 0 auto 30px;
	padding: 1rem 0;
	border-bottom: 2px solid #debebe;
}
header nav ol li {
	display: table-cell;
	text-align: center;
	position: relative;
	padding: 0 20px;
}
header nav ol li a {
	display: inline;
	color: #40210f;
	font-family: 'Bitter', serif;
	font-style: italic;
	font-size: 18px;
}
header nav ol li span {
	display: block;
	padding: 5px 0;
	color: #40210f;
	font-family: 'Bitter', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

/*------------------------------------section*/
section {
	width: 680px;
	margin: 10px auto;
}
section h2 {
	border-bottom: 2px solid #debebe;
	margin: 2rem auto;
	padding: 0.5rem 0;
	text-align: center;
	font-weight: bold;
	font-family: 'Bitter', serif;
	font-style: italic;
	font-size: 25px;
}
section .denden {
	margin: 20px auto;
	text-align: center;
}
/*------------------------------------sns*/
.sns ul {
	display: table;
}
.sns ul li {
	display: table-cell;
	vertical-align: top;
}

/*------------------------------------gravure*/
#gravure {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 500px;
	padding-top: 70px;
	margin: 0 auto;
	background: url(../img/background_pickup.png) no-repeat top center;
	background-size: contain;
}
#gravure .flexslider {
	width: 600px;
	margin: 0 auto;
}
#gravure .flexslider .slides img {
	margin: 0 auto;
	height: 300px;
}

/*------------------------------------main*/
#main {
	display: table;
}
#main h3 {
	font-family: 'Bitter', serif;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
}
/*------------------------------------headline*/
#headline {
	display: table-cell;
}
#headline li {
	padding: 10px 0;
	border-bottom: 1px dotted #663300;
	margin-bottom: 10px;
}
#headline li a {
	line-height: normal;
}
#headline li a strong {
	display: block;
	font-size: 14px;
}
/*------------------------------------news*/
#news #archive {
	width: 170px;
	float: left;
}
#news #archive dt {
	cursor: pointer;
	color: #996699;
	font-weight: bold;
}
#news #archive dt img {
	vertical-align: top;
	margin-right: 0.5rem;
}
#news #archive dt:hover {
	color: #dd6699;
}
#news #archive dd {
	display: none;
	padding-left: 10px;
}
#news #archive dd ul li a {
	font-size: 10px;
	color: #996699;
	text-decoration: none;
}
#news #archive dd ul li a:hover {
	color: #dd6699;
}
#news #content {
	width: 500px;
	float: right;
}
#news .box {
	padding-bottom: 20px;
	border-bottom: 1px dotted #663300;
	margin-bottom: 10px;
}
#news .box h4 {
	padding: 10px 0;
	border-bottom: 1px dotted #663300;
	margin-bottom: 10px;
	font-size: 10px;
}
#news .box h4 strong {
	font-size: 12px;
	display: block;
	color: #dd6699;
}
#news .box p.comment {
	font-size: 12px;
	line-heigh: 25px;
}
#news .box p.comment .aligncenter {
	display: block;
	margin: 1rem auto;
}
#news .box .image {
	width: 500px;
	float: left;
	margin: 0 10px 10px 0;
}
/*------------------------------------collection*/
#collection .items {
	text-align: center;
}
#collection .items .box {
	width: 32%;
	display: inline-block;
	padding: 1rem;
}
#collection .items .box img {
	width: 100%;
}
#collection .items .box h4 {
	font-size: 13px;
	font-family: 'Bitter', serif;
	font-style: italic;
	font-weight: bold;
}
/*------------------------------------about*/
#about h3 {
	font-family: 'Bitter', serif;
	font-size: 25px;
	font-weight: bold;
}
#about .block p.comment {
	padding: 10px 50px;
}
#about .block figure {
	text-align: center;
}
#about .block figure img {
	width: 300px;
}

/*------------------------------------company*/
#company .block {
	max-width: 80%;
	border: 2px solid #DEBEBE;
	margin: 3rem auto;
	padding: 2rem;
	background: #ffffff;
	text-align: center;
}
#company .block * {
	border: none;
}
#company .block h3 {
	display: inline-block;
	margin: 0 auto;
	font-size: 1.4rem;
	border-bottom: 1px solid #debebe;
	letter-spacing: 2rem;
	padding-left: 2rem;
	text-align: center;
}
#company .block td {
	padding: 2rem;
	text-align: left;
}

/*------------------------------------sitemap*/
#sitemap dd {
	margin-bottom: 10px;
}
/*------------------------------------contact*/
#contact .block {
	max-width: 80%;
	border: 2px solid #DEBEBE;
	margin: 3rem auto;
	padding: 2rem;
	background: #ffffff;
	text-align: left;
}
#contact .block table,
#contact .block table tr,
#contact .block table td {
	border: none;
	text-align: left;
}
#contact .block table td.submit {
	text-align: center;
}
#contact .block .note h4 {
	font-size: 20px;
	border-bottom: 1px solid #660000;
	padding: 5px 0;
	margin-bottom: 10px;
}
#contact .block .note ul li {
	line-height: 25px;
}
/*------------------------------------footer*/
footer {
	width: 700px;
	margin: 100px auto 0;
	padding: 2rem 0;
	border-top: 2px solid #debebe;
}
footer * {
	font-family: 'Bitter', serif;
	font-style: italic;
	font-weight: bold;
}
footer address {
	float: left;
}
footer nav {
	float: right;
}
footer nav li a {
	font-size: 15px;
}