@charset "utf-8";

/*--------------------------------------------------*/
/*init*/
/*--------------------------------------------------*/
html{overflow-y:scroll;}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
p,blockquote,th,td{
  margin:0;
  padding:0;
}

body{
  min-width: 980px;
  color:#333;
  font-family:"Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #333;
  font-size:81.25%;
  line-height:1.5;
  letter-spacing:0px;
  text-align:center;
  -webkit-text-size-adjust:100%;
}

ul,ol,li{list-style:none;}

h1,h2,h3,h4,h5,h6{clear:both; font-size:100%;}

form, fieldset, input, textarea{font:inherit;}
input{vertical-align:top;}
fieldset{border:0;}

img{max-width: 100%; border:0; vertical-align:top;}

a{color:#333; text-decoration:none;}

em{font-style: normal;}

sup,sub{font-size: 75%;}
sup{vertical-align:text-top;}
sub{vertical-align:baseline;}

table{}
table, th, td{font:inherit;}
th, td{text-align:left; vertical-align:top;}

form, fieldset, input, textarea{font:inherit;}

*{
  box-sizing: border-box;
}

@media screen and (max-width:767px){
  body{
    min-width: 0;
    font-size: 100%;
    line-height: 1.267;
  }
}


/*--------------------------------------------------*/
/*WRAP*/
/*--------------------------------------------------*/
.wrap{
  width: 100%;
}


/*--------------------------------------------------*/
/*HEADER*/
/*--------------------------------------------------*/
.header{
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.header .headerIn{
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.header .headerIn{
}
.header .headerIn:after{content: ""; clear: both; display: block;}


.header .logo {
    padding-top: 10px;
    padding-bottom: 15px;
    float: left;
}

/*
.header .logo{
  padding-top: 28px;
  padding-bottom: 15px;
  color: #e60012;
  font-size: 153.846%;
  font-weight: bold;
  float: left;
}
*/

.header .logo a{
  color: #e60012;
}

.header .hLink{
  float: right;
}
.header .hLink ul:after{content: ""; clear: both; display: block;}
.header .hLink ul li{
  width: auto;
  margin-left: 10px;
  background: #f2f2f2;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
  font-size: 92.308%;
  line-height: 1.4;
  text-align: center;
  float: right;
}
.header .hLink ul li a{
  padding: 8px 15px 7px;
  color: #333;
  display: block;
}
.header .hLink ul li a span{
  display: inline-block;
  position: relative;
}
.header .hLink ul li a:hover span{
  text-decoration: underline;
}
.header .hLink ul li.hlAbout a span{
  padding-left: 26px;
}
.header .hLink ul li.hlShop a span{
  padding-left: 29px;
}
.header .hLink ul li a span:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.header .hLink ul li.hlAbout a span:before{
  width: 20px;
  height: 20px;
  margin-top: -11px;
  background: url(../images/hlabout_ico.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.header .hLink ul li.hlShop a span:before{
  width: 22px;
  height: 19px;
  margin-top: -9px;
  background: url(../images/hlshop_ico.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.header .hLead{
  position: absolute;
  right: 64px;
  bottom: 13px;
  font-size: 108%;
}
.header .jrkLogo{
  width: 45px;
  padding-top: 28px;
  margin-left: 22px;
  float: right;
}
.header .hLink ul li a span.forSp{
  display: none !important;
}

@media screen and (max-width:767px){
  .header{
    border-bottom: none;
  }
  .header .headerIn{
    width: 100%;
    padding: 0;
    height: 82px;
  }
  
  .header .logo{
    padding: 13px 0 0 10px;
    width: 210px;
  }
  .header .hLink ul{
    border-left: 2px solid #e5e5e5;
  }
  .header .hLink ul li{
    font-size: 62.5%;
    margin-left: 0;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-right: 2px solid #e5e5e5;
  }
  .header .hLink ul li a{
    height: 56px;
    padding: 1.1em 0.9em;
  }
  .header .hLink ul li a span{
    position: relative;
  }
  .header .hLink ul li.hlAbout a span{
    padding-left: 0;
    padding-top: 18px;
    line-height: 1;
  }
  .header .hLink ul li.hlShop a span{
    padding-left: 0;
    padding-top: 22px;
  }
  .header .hLink ul li a span:before{
    top: 0;
    left: 50%;
  }
  .header .hLink ul li.hlAbout a span:before{
    margin-top: -5px;
    margin-left: -11px;
  }
  .header .hLink ul li.hlShop a span:before{
    margin-top: 0px;
    margin-left: -11px;
  }
  .header .hLead{
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 6px 10px;
    font-size: 72%;
    color: #fff;
    background: #323232;
  }
  .header .jrkLogo{
    width: 28px;
    padding-top: 20px;
    padding-right: 7px;
    margin-left: 7px;
  }
  .header .hLink ul li a span.forPc{
    display: none !important;
  }
  .header .hLink ul li a span.forSp{
    display: block !important;
  }
}

@media screen and (max-width:390px){
  .header .headerIn{
    height: 77px;
  }
  
  .header .logo{
    padding: 11px 0 0 10px;
    width: 190px;
  }
  .header .hLink ul li a{
    height: 51px;
    padding: 10px 7px;
  }
  .header .hLink ul li.hlAbout a span{
    padding-top: 15px;
  }
  .header .hLink ul li.hlShop a span{
    padding-top: 18px;
  }
  .header .hLink ul li.hlAbout a span:before{
    width: 18px;
    margin-top: -6px;
    margin-left: -9px;
  }
  .header .hLink ul li.hlShop a span:before{
    width: 20px;
    margin-top: -2px;
    margin-left: -9px;
  }
  .header .jrkLogo{
    padding-top: 18px;
  }
}

@media screen and (max-width:359px){
  .header .logo{
    padding: 14px 0 0 4px;
    width: 165px;
  }
  .header .hLink ul li a{
    /*height: 53px;*/
    padding: 10px 4px;
  }
  .header .hLead{
    font-size: 65%;
		padding-left:4px;
  }
  .header .jrkLogo{
    padding-right: 4px;
    margin-left: 4px;
  }
}


/*--------------------------------------------------*/
/*CONTENTS*/
/*--------------------------------------------------*/
.container{
  width: 100%;
  background-color: #fff;
}


/*--------------------------------------------------*/
/*CONTENTS*/
/*--------------------------------------------------*/
.contents{
}

/*--------------------------------------------------*/
/*XXX*/
/*--------------------------------------------------*/
