@charset "utf-8";
.loading {
  /* Absolute Center CSS Spinner */
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Transparent Overlay */
  /* :not(:required) hides these rules from IE9 and below */
  /* Animation */
}
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "hannari_mincho";
  src: url("../fonts/hannari.eot?") format('eot'), url("../fonts/hannari.woff") format('woff');
  
  /* IPAフォントライセンスv1.0 http://ipafont.ipa.go.jp/ipa_font_license_v1.html */
}
@font-face {
  font-family: "sreda";
  src: url("../fonts/sreda.eot?") format('eot'), url("../fonts/sreda.woff") format('woff');
}
/* variants */
html {
  font-size: 14px;
  height: 100%;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #666;
}
a img {
  width: 100%;
}
a img:hover {
  background-color: #000;
  opacity: 0.6;
}
address,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
body {
  height: auto;
  min-height: 100%;
  margin: 0px auto;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  color: #333;
}
#jquery-lightbox * {
  box-sizing: content-box;
}
@media screen and (min-width: 1000px) {
  .container {
    width: 932px;
  }
}
#page header h1 {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 130px;
  width: 100%;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: 139px 111px;
  background-position: center 50%;
}
#page header ul {
  text-align: center;
  margin: 0px;
  font-size: 0px;
  border-bottom: 2px solid #333;
  padding: 0px 30px;
  margin-bottom: 20px;
}
#page header ul li {
  display: inline-block;
  width: 16.66666667%;
  height: 100%;
  font-family: "sreda";
  margin: 0px;
  padding: 20px 0px;
  font-size: 1rem;
}
#page header ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#page header ul li a.active,
#page header ul li a:hover {
  background-color: rgba(255, 0, 0, 0.3);
}
#page #contents {
  font-family: "hannari_mincho";
  letter-spacing: 0.1em;
  line-height: 2;
}
body:not(#home) #page #contents > h2 {
  width: 100%;
  height: 60px;
  padding-left: 115px;
  padding-top: 20px;
  font-size: 20px;
  font-family: "sreda";
  background-image: url("../images/head-bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
#page #contents ul.breadclumb {
  border-bottom: 2px solid #333;
  margin-bottom: 20px;
}
#page #contents ul.breadclumb li {
  display: inline;
}
#page #contents ul.breadclumb li:not(:first-child)::before {
  content: ">";
  display: inline;
  font-size: inherit;
  padding: 0px 3px;
}
#page #contents .box {
  margin: 10px 100px;
}
#page #contents h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#page #contents hr.separator {
  background-color: #333;
  height: 1px;
  width: 100%;
  border: none;
}
#page footer ul {
  text-align: center;
  font-size: 0px;
  margin: 0px;
  padding: 0px 20%;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  position: relative;
}
#page footer ul li {
  display: inline-block;
  width: 16.66666667%;
  min-width: 16.66666667%;
  font-family: "sreda";
  margin: 0px;
  padding: 20px 0px;
  font-size: 0.75rem;
}
#page footer ul li#pagetop {
  position: absolute;
  right: 0;
  top: 20px;
  border: 1px solid #333;
  padding: 0px;
  width: 16.66666667%;
}
#page footer ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#page footer ul li a:hover {
  background-color: rgba(255, 0, 0, 0.3);
}
#page footer .copyright {
  font-family: "sreda";
  font-size: 0.7rem;
  text-align: center;
  padding: 5px 0px;
}
#home h2 {
  color: #FFF;
  font-size: 1.2rem;
  width: 100%;
  padding-top: 16.4%;
  margin: 0px auto;
  background-image: url("../images/index-img06.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
#home h2 p {
  text-align: center;
  position: absolute;
  bottom: 10px;
  margin: 0px auto;
  width: 100%;
}
#home #read {
  margin: 20px 0px;
}
#home #contents .bb {
  margin-bottom: 20px;
}
#home #contents ul li {
  text-align: right;
}
#home #contents ul li:nth-child(2n) {
  padding: 0px 0px 20px 10px;
}
#home #contents ul li:nth-child(2n+1) {
  padding: 0px 10px 20px 0px;
}
#privacy h3 {
  margin-top: 20px;
}
#privacy p {
  text-indent: 1em;
  padding-left: 1em;
}
#company table {
  border-collapse: collapse;
}
#company table td,
#company table th {
  border: 1px solid #333;
  padding: 5px;
}
#company table th {
  vertical-align: top;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
#company table td {
  line-height: 1.4;
}
#company table td ul li {
  list-style: disc;
  list-style-position: inside;
}
#company #googlemap {
  margin-top: 10px;
  width: 100%;
  height: 400px;
  color: #000;
}
#company #googlemap * {
  box-sizing: content-box;
  border-style: none;
}
#company #googlemap .infowin b {
  font-size: 24px;
  font-weight: bold;
}
#company #googlemap .infowin address {
  font-size: 14px;
  color: #000;
}
#collection div.detail {
  position: relative;
  min-height: 233px;
  line-height: 1.4;
}
#collection div.detail a.button {
  position: absolute;
  right: 0;
  bottom: 0;
}
#collection .thumbs {
  margin: 0px -1%;
}
#collection .thumbs:before,
#collection .thumbs:after {
  content: " ";
  display: table;
}
#collection .thumbs:after {
  clear: both;
}
#collection .thumbs li {
  width: 18%;
  margin: 10px 1%;
  float: left;
}
#collection a.button {
  display: block;
  width: auto;
  height: 20px;
  border: 1px solid #444;
  line-height: 1;
  letter-spacing: 0;
  padding: 0px 25px;
}
#collection h3:not(.hannari) {
  font-family: "sreda";
}
#item_detail div.read {
  margin-bottom: 20px;
}
#item_detail .detail p {
  margin-bottom: 10px;
}
#item_detail .thumbs {
  margin: 0px -1%;
}
#item_detail .thumbs:before,
#item_detail .thumbs:after {
  content: " ";
  display: table;
}
#item_detail .thumbs:after {
  clear: both;
}
#item_detail .thumbs li {
  width: 31.33333333%;
  margin: 0px 1% 5px 1%;
  float: left;
}
#item_detail .thumbs li.crop {
  height: 75px;
  overflow: hidden;
  position: relative;
}
#item_detail .thumbs li.crop img {
  top: -100px;
  left: 0;
  position: absolute;
}
#item_detail a.button {
  display: block;
  width: auto;
  max-width: 126px;
  height: 20px;
  border: 1px solid #444;
  line-height: 1;
  letter-spacing: 0;
  padding: 0px 25px;
}
#item_detail h3 {
  font-family: "sreda";
}
#contact input,
#contact textarea {
  color: #000;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #CCC;
}
#contact dl dt {
  padding: 5px;
}
#contact dl dd {
  padding: 5px;
}
