@charset "UTF-8";
/*@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSansCJKjp-Regular.eot');
  src: url('fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/NotoSansCJKjp-Regular.woff') format('woff'),
       url('fonts/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/NotoSansCJKjp-Bold.eot');
  src: url('fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/NotoSansCJKjp-Bold.woff') format('woff'),
       url('fonts/NotoSansCJKjp-Bold.ttf')  format('truetype');
}*/
/*リセット
--------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
div#page {
  font-family: "Sawarabi Mincho", serif; }

header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
header div.headerWrap {
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
  color: #333;
  max-width: 960px; }
header div.headerWrap h1 {
  float: left;
  margin: 0; }
header div.headerWrap ul {
  float: right; }
header div.headerWrap ul li {
  float: left;
  width: auto; }
header div.headerWrap ul li img {
  height: 100%;
  width: auto; }

div#content {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: "Sawarabi Mincho", serif; }

div#main {
  max-width: 640px;
  width: 100%;
  overflow: hidden;
  margin: 100px auto 0px;
  display: table; }
div#main div:first-child {
  display: table-cell;
  width: 65%; }
div#main div:last-child {
  display: table-cell;
  width: 35%;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  vertical-align: middle;
  box-sizing: border-box; }
div#main div:last-child ul {
  font-family: "Sawarabi Mincho", serif;
  /*font-family: $eng;*/
  margin-top: 15px;
  /*font-weight: 700;*/ }
div#main div:last-child ul li {
  line-height: 1.4; }

div.itemList {
  border: 2px solid #000;
  border-left: none;
  border-right: none;
  padding: 25px 0;
  margin: auto; }
div.itemList ul li p {
  text-align: center;
  /*font-family: $eng;*/
  font-family: "Sawarabi Mincho", serif;
  /*font-weight: 700;*/
  letter-spacing: 1px; }
div.itemList ul li ul {
  width: -webkit-calc(90% - 10px);
  width: calc(90% - 10px);
  margin: 0px auto 15px; }
div.itemList ul li ul li {
  width: 100%;
  text-align: center; }
div.itemList ul li ul li a {
  background: #000;
  color: #fff;
  border-radius: 5px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  letter-spacing: 1px;
  /*font-weight: 700;*/ }
div.itemList ul li ul li a.antique {
  box-sizing: border-box;
  border: 1px solid #666;
  height: 30px;
  display: block;
  line-height: 30px;
  color: #666;
  border-radius: 5px;
  letter-spacing: 1px;
  background: #fff; }
div.itemList ul li ul li p {
  /*box-sizing: border-box;
  border: 1px solid #666;*/
  height: 30px;
  display: block;
  line-height: 30px;
  color: #666;
  border-radius: 5px;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 1px;
  background: #fff; }
div.itemList ul li ul.table {
  width: 90%;
  margin: 0px auto 15px;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px 0; }
div.itemList ul li ul.table li {
  display: table-cell;
  text-align: center; }

div.imgArea {
  margin: auto;
  max-width: 640px;
  width: 100%; }

div.imgAreaS {
  margin: auto;
  max-width: 482px;
  width: 75%; }

div#other ul {
  max-width: 640px;
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: auto; }
div#other ul li {
  display: table-cell;
  box-sizing: border-box;
  text-align: center; }
div#other ul li a {
  color: #000;
  text-decoration: none; }
div#other ul li a img {
  line-height: 1.0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  display: block; }
div#other ul li.title {
  text-align: center;
  vertical-align: middle;
  line-height: 1.4; }

div.contentBox {
  max-width: 640px;
  width: 100%;
  margin: 0px auto 0;
  font-family: "Sawarabi Mincho", serif; }
div.contentBox h2 {
  /*font-family: $eng;*/
  text-align: center;
  letter-spacing: 2px;
  padding: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  /*font-weight: 700;*/
  /*span{
  	@if $type == pc{
  		font-size: 30px;
  	}
  	@if $type == sp{
  		font-size: 26px;
  	}
  }*/ }
div.contentBox h3 {
  text-align: center;
  text-align: center; }
div.contentBox h3 span {
  display: inline-block;
  border-bottom: double 4px #000; }
div.contentBox ul.imgBox {
  width: 100%;
  font-size: 0; }
div.contentBox ul.imgBox li {
  display: inline-block;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  height: auto;
  box-sizing: border-box;
  /*border-bottom: 6px solid #fff;
  border-right: 6px solid #fff;*/
  padding: 1px;
  overflow: hidden; }
div.contentBox ul.imgBox li a {
  text-decoration: none; }
div.contentBox ul.imgBox li a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
div.contentBox ul.imgBox li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
div.contentBox ul.imgBox li a.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

footer {
  margin-top: 0px;
  padding-bottom: 50px;
  font-size: 10px;
  color: #474747;
  text-align: center; }

div#indexMain {
  max-width: 640px;
  width: 100%; }
div#indexMain p {
  line-height: 1.4;
  text-align: center; }

ul#menu {
  max-width: 640px;
  width: 100%;
  margin: auto;
  display: table;
  text-align: center;
  table-layout: fixed;
  line-height: 1.2;
  border-collapse: separate;
  border-spacing: 10px 0;
  font-family: "Sawarabi Mincho", serif; }
ul#menu li {
  display: table-cell;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 5px; }
ul#menu li a {
  text-decoration: none;
  color: #000;
  /*font-weight: 700;*/
  padding: 5px 0;
  display: block;
  width: 100%; }

div#backTop {
  display: block;
  background: #000;
  width: 280px;
  border-radius: 5px;
  text-align: center;
  padding: 15px 0;
  font-family: "Sawarabi Mincho", serif; }
div#backTop a {
  color: #fff;
  text-decoration: none;
  /*font-weight: 700;*/ }

div#infoStore {
  line-height: 1.4;
  padding-top: 0px;
  border-top: dotted 1px #000;
  border-bottom: dotted 1px #000; }
div#infoStore ul {
  width: 100%;
  display: table;
  table-layout: fixed; }
div#infoStore ul li {
  display: table-cell;
  vertical-align: middle; }
div#infoStore ul li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #000;
  border-radius: 5px;
  padding: 5px; }

/* PC
--------------------------------------*/
@media screen and (min-width: 768px) {
  header div.headerWrap h1 {
    width: 181px; }
  header div.headerWrap ul {
    width: 368px;
    margin-top: 20px; }
  header div.headerWrap ul li {
    margin-left: 20px;
    height: 11px; }
  header div.headerWrap ul li:nth-child(2n) {
    padding-top: 2px;
    font-size: 12px; }
  header div.headerWrap ul li img {
    height: 100%;
    width: auto; }

  div#content {
    font-size: 12px; }

  div#main div:last-child {
    padding: 30px; }
  div#main div:last-child ul {
    font-size: 22px; }

  div.itemList {
    width: 40%;
    margin: 50px auto 100px; }
  div.itemList ul li p {
    font-size: 18px; }
  div.itemList ul li ul li a {
    font-size: 12px; }
  div.itemList ul li ul li a.antique {
    font-size: 12px; }
  div.itemList ul li ul li p {
    font-size: 12px; }

  div.imgAreaS {
    margin: 50px auto 100px; }

  div#other {
    margin-bottom: 50px; }
  div#other ul li {
    border: 10px #fff solid; }
  div#other ul li a {
    font-size: 12px; }
  div#other ul li a img {
    margin-bottom: 7px; }
  div#other ul li.title {
    font-size: 22px; }
  div#other ul li.title span {
    font-size: 12px; }

  div.contentBox h2 {
    font-size: 22px;
    /*span{
    	@if $type == pc{
    		font-size: 30px;
    	}
    	@if $type == sp{
    		font-size: 26px;
    	}
    }*/ }
  div.contentBox h2#item {
    margin-bottom: 0;
    margin-top: 100px; }
  div.contentBox h3 {
    font-size: 22px;
    padding: 35px 0 0;
    margin: 0 auto 5px; }
  div.contentBox ul.imgBox {
    margin-bottom: 0px; }
  div.contentBox ul.imgBox:last-child {
    margin-bottom: 100px; }
  div.contentBox ul.imgBox li a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  div.contentBox ul.imgBox li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  div.contentBox ul.imgBox li a.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  footer {
    margin-top: 0px;
    padding-bottom: 50px;
    font-size: 10px;
    color: #474747;
    text-align: center; }

  div#indexMain {
    margin: 100px auto 50px; }
  div#indexMain p {
    font-size: 16px;
    margin-top: 50px;
    padding-left: 16px;
    padding-right: 16px; }

  ul#menu {
    font-size: 16px;
    margin-bottom: 75px; }

  div#backTop {
    margin: 0 auto 50px; }
  div#backTop a {
    font-size: 16px; }

  div#infoStore {
    margin: 100px 0; }
  div#infoStore ul li h4 {
    margin-bottom: 10px;
    font-size: 16px; }
  div#infoStore ul li p {
    font-size: 12px; }
  div#infoStore ul li a {
    font-size: 12px;
    margin-top: 15px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 767px) {
  header div.headerWrap {
    width: 95%; }
  header div.headerWrap h1 {
    width: 110px; }
  header div.headerWrap ul {
    width: 189px;
    margin: 0; }
  header div.headerWrap ul li {
    margin-left: 5px;
    height: 8px; }
  header div.headerWrap ul li:nth-child(2n) {
    padding-top: 4px;
    font-size: 10px; }
  header div.headerWrap ul li img {
    height: 100%;
    width: auto; }

  div#content {
    font-size: 10px; }

  div#main div:last-child {
    padding: 15px; }
  div#main div:last-child ul {
    font-size: 16px; }

  div.itemList {
    width: 80%;
    margin: 25px auto 50px; }
  div.itemList ul li p {
    font-size: 14px; }
  div.itemList ul li ul li a {
    font-size: 10px; }
  div.itemList ul li ul li a.antique {
    font-size: 10px; }
  div.itemList ul li ul li p {
    font-size: 10px; }

  div.imgAreaS {
    margin: 25px auto 50px; }

  div#other {
    margin-bottom: 25px; }
  div#other ul li {
    border: 5px #fff solid; }
  div#other ul li a {
    font-size: 10px; }
  div#other ul li a img {
    margin-bottom: 5px; }
  div#other ul li.title {
    font-size: 16px; }
  div#other ul li.title span {
    font-size: 10px; }

  div.contentBox h2 {
    font-size: 16px;
    line-height: 1.4;
    /*span{
    	@if $type == pc{
    		font-size: 30px;
    	}
    	@if $type == sp{
    		font-size: 26px;
    	}
    }*/ }
  div.contentBox h2#item {
    margin-bottom: 0;
    margin-top: 50px; }
  div.contentBox h3 {
    font-size: 16px;
    padding: 25px 0 0;
    margin: 0 auto 5px; }
  div.contentBox ul.imgBox {
    margin-bottom: 0px; }
  div.contentBox ul.imgBox:last-child {
    margin-bottom: 50px; }
  div.contentBox ul.imgBox li a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  div.contentBox ul.imgBox li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  div.contentBox ul.imgBox li a.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  footer {
    margin-top: 0px;
    padding-bottom: 50px;
    font-size: 10px;
    color: #474747;
    text-align: center; }

  div#indexMain {
    margin: 50px auto 25px; }
  div#indexMain p {
    font-size: 12px;
    margin-top: 25px;
    padding-left: 16px;
    padding-right: 16px; }

  ul#menu {
    font-size: 12px;
    margin-bottom: 50px; }

  div#backTop {
    margin: 0 auto 25px; }
  div#backTop a {
    font-size: 12px; }

  div#infoStore {
    box-sizing: border-box;
    padding: 15px 5px;
    margin: 50px 0; }
  div#infoStore ul li h4 {
    margin-bottom: 10px;
    font-size: 12px; }
  div#infoStore ul li p {
    font-size: 10px; }
  div#infoStore ul li a {
    font-size: 10px;
    margin-top: 15px; } }
