﻿@charset "utf-8";
/*--------------------

	reset
	
--------------------*/
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 500;
  vertical-align: baseline;
  text-decoration: none;
  letter-spacing: 0.18em;
  line-height: 1.6em;
}
@media only screen and (max-width: 1200px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    letter-spacing: 0.1em;
  }
}
body p, body span, body dl, h1, h2, h3, h4, h5, h6, a {
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow: inherit;
  height: 100%
}
body {
  width: 100%;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea, select {
  font-family: "Shippori Mincho", serif;
  /*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";*/
  font-size: 100%;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
input, p {
  margin: 0;
  padding: 0;
}
ol, ul, li {
  list-style: none;
}
table {
  text-align: left;
  vertical-align: top;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  text-align: left;
  vertical-align: top
}
caption, th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
  clear: both;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*a:link,a:visited{ color: #57450D; text-decoration:underline;}
a:active,a:hover{ color: #57450D; text-decoration:none;}*/
img {
  font-size: 0;
  border: 0;
  line-height: 0;
  letter-spacing: 0;
  max-width: 100%;
  height: auto;
}
figure {
  line-height: 0;
  display: block;
}
/*a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
*/
/*--------------------

	font
	
--------------------*/
html:not([lang*=""]) #WRAPPER, html:not([lang*=""]) #WRAPPER input, html:not([lang*=""]) #WRAPPER textarea, html:not([lang*=""]) #WRAPPER select {
  letter-spacing: normal;
} /*Firefox hack*/
a:link, a:visited {
  color: #232323;
}
a:active, a:hover {
  color: #232323;
  text-decoration: none;
}
a, img, *:before, *:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}
/*明朝を見やすく*/
/*p, a, h1, h2, h3, h4, h5, h6, dl dt, dl dd, .Pankuzu {
 -webkit-transform: rotate(0.028deg);
 -moz-transform: rotate(0.028deg);
 -ms-transform: rotate(0.028deg);
 -o-transform: rotate(0.028deg);
 transform: rotate(0.028deg);
}*/