@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Nova+Square);

/* common
-------------------------------------------------------------------- */
body {
	background: #fff;
	color: #663300;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

a {
	color: #8b6e45;
	text-decoration: none;
}

a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}


/* contents
-------------------------------------------------------------------- */
#wrap{
}


/* header
-------------------------------------------------------------------- */
header{
	width:880px;
    margin: 10px auto;
}

header h1 {
	margin: 10px 0;
}


/* news
-------------------------------------------------------------------- */
#news {
	width: 880px;
    margin: 10px auto;
	overflow: hidden;
}

.topics {
	float: left;
	width: 570px;
}

.topics h2 {
	border: 1px solid #af9166;
	border-bottom: none;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    color: #443333;
    font-family: 'Nova Square', cursive;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    padding-left: 10px;
	height: 35px;
	width: 540px;
}

.topics h2:before,
.topics h2:after  {
	content: "■";
}

.topics iframe {
	width: 550px;
	height: 248px;
	border: 1px solid #af9166;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
}

.topics ul {
	overflow: hidden;
	margin-top: 10px;
}

.topics ul li {
	float: left;
}

.topics ul li + li {
	margin-left: 10px;
}

.tw {
	width: 310px;
	height: 350px;
	float: left;
}


/* update
-------------------------------------------------------------------- */
dl#update {
	width: 510px;
	margin: 0 0 10px 10px;
}

dl#update dt,
dl#update dd {
	display: inline-block;
    border-bottom: dotted 1px #af9166;
    margin-top: 10px;
	padding-left: 10px;
}

dl#update dt {
    font-family: 'Nova Square', cursive;
	clear: both;
	width: 80px;
}

dl#update dd {
	width: 404px;
}


/* main
-------------------------------------------------------------------- */
#main {
	max-width: 900px;
    margin: 20px auto;
	overflow: hidden;
}

article {
	float: left;
	width: 290px;
	margin: 10px 5px;
	overflow: hidden;
}

article:nth-child(odd) {
	background: #faf9f5;
}

article:nth-child(even) {
	background: #fff;
}

figure {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	width: 272px;
	text-align: center;;
}

figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: auto;
	width: 272px;
}

figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

figure:hover figcaption {
	opacity: 1;
}

figure h2 a {
	padding: 160px 10px 20px;
	color: #fff;
	font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    letter-spacing: 0.05em;
    height: 92px;
	display: block;
}

figure h2 a:hover {
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}

article p {
	margin: 10px;
}

article p.new {
	color: #f00;
    font-family: 'Nova Square', cursive;
	font-weight: bold;
}


/* radio
-------------------------------------------------------------------- */
#radio,
#another {
	background: #efe4d0;
	width: 900px;
    margin: 20px auto;
	overflow: hidden;
}

#radio h2,
#another h2 {
	border-bottom: 2px solid #af9166;
    color: #443333;
    font-family: 'Nova Square', cursive;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 10px 10px;
    padding-left: 10px;
	height: 35px;
}

#radio h2:before,
#radio h2:after,
#another h2:before,
#another h2:after {
	content: "■";
}

#radio ul,
#another ul {
	margin: 0 10px;
	overflow: hidden;
}

#radio ul li,
#another ul li {
	float: left;
	margin: 10px;
}


/* footer
-------------------------------------------------------------------- */
footer {
	width: 900px;
    margin: 20px auto 0;
	position: relative;
}

p.shop  {
	background: #bc6441;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

p.contact a{
	font-size:10px;
    right: 15px;
    bottom: 0;
    background: #fff;
    width: 200px;
    height: 20px;
    display: block;
	line-height: 20px;
	text-align: center;
	position: absolute;
}

p.copy{
	background: #b19667;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
    margin-top: 20px;
	text-align: center;
}


/* max-width: 640px
-------------------------------------------------------------------- */
@media all and (max-width: 640px) {

header {
	width: auto;
}

header img {
	width: 100%;
}

#news {
	width: auto;
	margin: 10px;
}

.topics {
	float: none;
	width: auto;
}

.topics h2 {
	width: auto;
}

.topics iframe {
	height: 150px;
	width: 100%;
}

.topics ul {
	display: table;
	width: auto;
}

.topics ul li {
	display: table-cell;
	float: none;
	padding: 0 10px;
}

.topics ul li img {
	width: 100%;
}

.tw {
	margin-top: 10px;
	height: 250px;
	width: 100%;
	overflow: hidden;
}

dl#update {
	width: auto;
}

figure img {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}

figure:hover img {
	-webkit-transform: none;
	transform: none;
}

figure h2 a {
    color: #443333;
    margin-top: 10px;
    padding: 0; 
    height: auto; 
}

figcaption {
	position: static;
    background: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}

article {
	float: none;
    margin: 10px auto;
}

article:nth-child(even) {
	background: #e6cfac;
}

footer {
	width: auto;
    margin: 20px auto 0;
	position: relative;
}

p.contact a{
    background: #e6cfac;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 14px;
    line-height: 50px;
	margin: 10px auto;
	position: static;
	height: 50px;
    width: 290px;
}

}