html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Hiragino Kaku Gothic Pro W3, "ヒラギノ角ゴ Pro W3" , Osaka !important;
  background-color: #fff;
  background: -moz-linear-gradient(top, #592C85, #FF6600 30%, #592C85 60%, #FF6600);
    background: -webkit-linear-gradient(top, #592C85, #FF6600 30%, #592C85 60%, #FF6600);
    background: linear-gradient(to bottom, #592C85, #FF6600 30%, #592C85 60%, #FF6600);

  /* background-image : url(../images/back.jpg); */
}

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;
  z-index: 1;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

#logo
{
   padding: 0px 0px;
   width: 94%;
   max-width: 1000px;
   margin: auto;
}

#logo img {
  height: 60px;
}

@media screen and (min-width: 767px) {

   .toSM{
      display:none;
   }
   .toPC{
   }
}

@media screen and (max-width: 767px) {

   .toSM{
   }
   .toPC{
      display:none;
   }

}


/*colors*/
/*ノジマブルー*/
.nojimaBlue {
   color: #182D7C;
}

/*ノジマレッド*/
.nojimaRed {
   color: #E60019;
}

.markerpink{
  background: linear-gradient(transparent 40%, rgb(255, 170, 170) 40%);
}

.markeryellow{
  background: linear-gradient(transparent 40%, rgba(226, 197, 90, 0.79) 40%);
}

.markerblue{
  background: linear-gradient(transparent 40%, rgb(83, 197, 240) 40%);
}

.markerblue02{
  background: linear-gradient(transparent 40%, rgb(171, 217, 235) 40%);
}


.markeryellow2 {
  background: linear-gradient(transparent 40%, rgb(223, 246, 11) 40%);
}


/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */


section {
  margin: 1em auto;
}

h1 {
  margin-top: 0;
  text-align: center;
}

h2 {
  text-align: center;
  margin-top: 5rem;
  font-size: 24px;
  font-weight: bold;
  color: #B7986A;
}

#contents {
  max-width: 100%;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 10px;
}

.titleback {
  width: 100%;

}

.kanban{
  width: 100%;
}

.kanban p{
  text-align: center;
}

.hallostory {
  background-color: #BF9FDF;
  padding: 1rem;
  border-radius: 10px;

  text-align: center;
}

h3 {
  font-size: 20px;
}

.hallotitlep {

}

.hallostory02 {
  background-color: #BF9FDF;
  padding: 1rem;
  border-radius: 10px;
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
}

.hallostory02 img {
  max-width: 90%;
  padding: 1rem;
  border: 1px solid #000;
  background-color: #000;
  margin-bottom:1rem;
}

.prodwaku01 {
  margin: 5rem 0;
}

.prodcenter {

}

.prodcenter img {
  width: 80%;
  margin: 0 auto;
}

.btnmenu {
    margin-bottom: 5px;
}

.jackicon {
  position:relative;
line-height:2em;
text-indent:2em;
padding: 0.5rem;
font-weight: bold;
margin-bottom: 3rem;
}

.jackicon:before{
  position:absolute;
left:0;
content:"";
display:inline-block;
width:2em;
height:2em;
background:url(../images/jackicon.png) no-repeat;
background-size:contain;
}


.linejack {
  border-bottom: solid 1rem #990066;
padding: 0.5em;/*文字まわり（上下左右）の余白*/
}
  /* content:"";
display:inline-block;
width:2em;
height:2em;
background:url(../images/jackicon.png) no-repeat;
background-size:contain; */


/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {

#contents {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

section {
  margin: 1em auto;
}

.titleback img {
  width: 100%;
}

.kanban{
  width: 100%;
}


.hallostory02 img {
  max-width: 400px;
  padding: 1rem;
  border: 1px solid #000;
  background-color: #000;
  margin-bottom:1rem;
}

.hallotitlep {
font-size: 26px;
}


}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {

#contents {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

section {
  margin: 1em auto;
}

.titleback img {
  width: 25%;
}

.kanban{
  width: 75%;
}

.hallotitlep {
font-size: 30px;
}

.hallostory02 img {
  max-width: 300px;
  padding: 1rem;
  border: 1px solid #000;
  background-color: #000;
  margin-bottom:1rem;
}



}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}


#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  border-radius: 60px;
  width: 70px;
  height: 70px;
  background-color: #4B474D;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}



#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}
/* タブレット（768px～991px） */
@media (min-width: 768px) {
    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}
}
/* PC（992px～1119px） */
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
    .col-md-2-5 {width: 40%;float: left;}
    .col-md-3-5 {width: 60%;float: left;}
    .col-md-4-5 {width: 80%;float: left;}
}
/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
    .col-lg-2-5 {width: 40%;float: left;}
    .col-lg-3-5 {width: 60%;float: left;}
    .col-lg-4-5 {width: 80%;float: left;}
}

/* 画像をレスポンシブ */


/* 高さを揃える */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

/* 以下見た目をわかりやすくするための設定*/
.linkbox {
    border: solid 2px #fff;
}
.linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.1;
    background-color: #000000;
}


/* どこでもカート設定 */
.cartanywhere {
  margin-bottom: 2rem;
}

.cartanywhere img{
  margin-bottom: 1rem;
}

.cartprodname {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 0.5rem;
}

.cosetsumei {
  background-color: #fafafa;
  padding: 5px;
}

.setsumeiP {
  font-size: 1.4rem;
  display: block;
  border-left: #000 solid 3px;
  padding: 5px 0 5px 5px;
  margin-bottom: 5px;
  background-color: #fafafa;
}

.cartprice {
  font-size: 1.3rem;
  color: #ff0000;
}

.cartoffprice {
  font-size: 1.3rem;
  color: #f99705;
}

.cartnouki {
  font-size: 1.3rem;
  color: #27c10d;
}
