html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 16px;
  font-family: メイリオ, Meiryo;
  background-color: #fafafa;
}

header {
  width: 100%;
  margin: 0 auto;
  background-color: #182d7c;
  background-repeat: repeat-x;
  height: 60px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #182d7c;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  color: #000;
}



.logo
{
 padding: 0px 0px;
 width: 94%;
 max-width: 1000px;
 margin: auto;

}

.logo img {
  height: 59px;
}

@media screen and (min-width: 768px) {

 .toSM{
  display:none;
}
.toPC{
}
}

@media screen and (max-width: 768px) {

 .toSM{
 }
 .toPC{
  display:none;
}

}


/*colors*/
/*ノジマブルー*/
.nojimaBlue {
 color: #182D7C;
}

/*ノジマレッド*/
.nojimaRed {
 color: #E60019;
}

.deepred {
  color: #C62828;
}

.btn {
  border-radius: 2px;
  }

.displayb {
  display: block;
}

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
h1 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
}

section {
  margin: 0 auto;
  padding: 5px;
}

.max1000 {
  max-width: 1000px;
}

.max1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.kanban {
  max-width: 1000px;
  margin: 0 auto;
/*  padding-bottom: 50px;*/
}

.kanban img {
  width: 100%;
}

.kanban p {
  font-size: 1.5em;
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
  border-bottom: 3px solid #C62828;
}

.cateMenu00 {
  /*background-color: #0F3A3C;*/
  padding: 20px 0 0;
  /*background-image: url(images/hartpinkM.jpg);*/
}


.cateMenu02 {
  background-color: #fafafa;
  padding: 20px 0 10px 0;
  /*background-image: url(images/patter02.png);*/
}

.cateMenu02 img {
    width: 130px;
}

.cateTitle01 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
}

.cateTitle01:after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 900;
  padding-right:0.2em;
  padding-left:0.2em;
  color: #C62828;
}

.cateTitle01sub {
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  font-size: smaller;
}


.cateTitle02 {
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

.cateTitle02:after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 900;
  padding-right:0.2em;
  padding-left:0.2em;
  color: #C62828;
}

.cateTitle02sub {
  font-family: 'Shadows Into Light', cursive;
  text-align: center;
  font-size: 20px;
}

.cateTitle03 {
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.cateTitle03:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 900;
  padding-right:0.2em;
  padding-left:0.2em;
  color: #C62828;
}

.cateTitle03sub {
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  font-size: smaller;
  margin-top: 5px;
}

.cateTitle03box {
  border: 5px solid #ccc;
  padding-top: 8px;
  margin-bottom: 20px;
  min-height: 130px;
}

.cateTitle04 {
  font-size:20px;
  font-family: 'M PLUS 1p', sans-serif;
  border-bottom: 3px solid #C62828;
}

.borderdashed01W {
  border-bottom: dashed 1px #ccc;
  font-weight: bold;
  line-height: 2em;
}
/*#categories .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  margin-bottom: 10px;
}*/

.xspace {
  width: 100%;
  height: 50px;
  background-image: url(images/hartpinkM.jpg);
  margin-bottom: 40px;
}

.xspace02 {
  width: 100%;
  height: 50px;
  background-image: url(images/hartpinkM.jpg);
  margin-bottom: 40px;
}

.boxL {
  width:90%;
  margin: 0 auto;
}


/*サムネイル*/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.2em;
  background-color: #FAFAFA;
  border: 0px solid #ddd;*/
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
  height: 280px;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
  text-decoration: none;
  color: #000;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.prodname {
  font-size:smaller;
  display: block;
  margin: 5px 0;
  min-height: 150px;
}

.prodinfo {
  display: block;
  margin: 5px 0;
  font-family: 'M PLUS 1p', sans-serif;
  font-size:0.9em;
  border-bottom: dashed 1px #ccc;
}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {

  /*background-image: url(images/patter02.png);*/
}

.kanban p {
  font-size: 1.6em;
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
  border-bottom: 3px solid #C62828;
}

.cateMenu02 {
  background-color: #fafafa;
  padding: 20px 0 40px 0;
  text-align: center;

.cateMenu02 img {
  width: 120px;
}

.xspace {
  width: 100%;
  height: 50px;
background-image: url(images/hartpinkM.jpg);
  margin-bottom: 40px;
}


}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {

  .kanban p {
  font-size: 2.0em;
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
  border-bottom: 3px solid #C62828;
}


.cateMenu02 {
  background-color: #fafafa;
  padding: 20px 0 40px 0;
  text-align: center;
  /*background-image: url(images/patter02.png);*/
}

.cateMenu02 img {
  width: 300px;
}

.xspace {
  width: 100%;
  height: 50px;
background-image: url(images/hartpinkM.jpg);
  margin-bottom: 40px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.2em;
  background-color: #FAFAFA;
  border: 0px solid #ddd;*/
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
  height: 350px;
}


}

/* ligature_symbols */
@font-face {
  font-family: 'LigatureSymbols';
  src: url('/contents/joshikaden/fonts/LigatureSymbols-2.11.eot');
  src: url('/contents/joshikaden/fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
  url('/contents/joshikaden/fonts/LigatureSymbols-2.11.woff') format('woff'),
  url('/contents/joshikaden/fonts/LigatureSymbols-2.11.ttf') format('truetype'),
  url('/contents/joshikaden/fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  border-radius: 60px;
  width: 70px;
  height: 70px;
  background-color: #C62828;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}