@charset "utf-8";
*{
  font-family: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Lucida Grande', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-size:100%;
}
ul,ol,li,dl,dt,dd {
  list-style: none;
}
img,a img{
  border:0;
}
a,a:link{
background-color: transparent;
text-decoration:none;
outline: none; /*for firefox*/
cursor: pointer;
vertical-align:baseline;
}

header{
  width:950px;
}


/*ショップページヘッダ----------------------------------------*/
#shopKanban{
width:950px;
overflow:hidden;
position:relative;
}
#shopKanban .up_cont,
.pattern .up_cont {
border-bottom: 2px solid #ebebeb;
}
#shopKanban .up_cont:after{
  content: "";
  display: block;
  clear: both;
}
.pattern .up_cont:after{
  content: "";
  display: block;
  clear: both;
}
#shopKanban .title,
.pattern .title{
float:left;
}
#shopKanban .title a,
.pattern .title a{
display: block;
height: 58px;
}
#shopKanban .nav,
.pattern .nav {
height:50px;
float: right;
margin-top: 10px;
}
#shopKanban .nav a,
.pattern .nav a {
display: block;
color: #666;
font-size: 12px;
}
#shopKanban .nav li,
.pattern .nav li {
float: left;
text-align: center;
margin-right: 20px;
height: 50px;
}
#shopKanban .nav li:last-child,
.pattern .nav li:last-child {
margin-right: 0!important;
}
#shopKanban .message,
.pattern .message{
display: block;
text-align: center;
background: #f4f3f1;
padding: 2px 0;
}
#shopKanban .message p,
.pattern .message p{
  font-size: 13px;
}
#shopKanban .message a,
.pattern .message a{
color: #1d54a7;
font-size: 13px;
}
#shopKanban a:hover img,
.pattern a:hover img {
opacity: 0.7;
}
#shopKanban .graybg a:hover,
.pattern .graybg a:hover {
color: #bf0000!important;
text-decoration: underline;
}
.nav a img{
  width: 24px;
}
/*ヘッダーバナー----------------------------------------*/
.header_main p{
    padding-bottom: 10px;
}
.header_main a{
    font-size: 14px;
}
header .shopname{
  padding: 10px 20px 20px 15px;
}
header .shopname:after{
  content: "";
  display: block;
  clear: both;
}
header .shopname .logo{
  display: block;
  float: left;
}
header .areaName{
  display: inline-block;
  padding-top: 10px;
  padding-left: 20px;
  font-size:2.5em;
}
header .areaName span{
  display: block; font-size: 16px;
}
/* ヘッダーメニュー */
.menuBar{
    border-collapse: collapse;
    border-spacing: 0;
}
.menuBar li a:hover{
    text-decoration: underline;
}
.menuBar{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
}
.menuBar dt,
.menuBar dd{
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle;
}
.menuBar dd{
    padding-right: 10px;
}
.menuBar ul{
    letter-spacing: -.4em;
}
.menuBar li{
    border-left: 1px solid #d3d3d3;
    display: inline-block;
    letter-spacing: normal;
    list-style: none;
    text-align: center;
    width: 140px;
}
.menuBar li:first-child{
    border-left: none;
}
.menuBar li a{
    color: #666;
    display: block;
    font-size: 14px;
}
/* 検索フォーム */
.menuBar dd{
    text-align: right;
}
.menuBar input[type="text"]{
    background: #ebebeb;
    border: none;
    border-radius: 4px 0 0 4px;
    box-shadow: inset 0 4px 4px rgba(0,0,0,.1);
    padding: 5px;
    width: 200px;
}
.menuBar input[type="submit"]{
    background: #995a29;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    width: 100px;
}
/* ###### 600px以下###### */
@media screen and (max-width: 600px){

}
/* ヘッダーここまで */


/* レフトナビ */
.searchtable{
  width: 220px;
  /* margin-left: 25px; */
  margin-bottom: 20px;
}
.searchtable img{
  width: 201px;
}
/* 検索 */
.searchBar{
    height: 44px;
    width: 200px;
}
.searchForm{
    border: 1px solid #ddd;
    /* padding: 10px; */
    width: 200px;
}
.searchForm form{
    margin: 0;
    padding: 10px;
    text-align: center;
}
.searchForm input[type="text"],
.searchForm input[type="tel"]{
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
    font-size: 12px;
    padding: 8px 5px;
    width: 100%;
}
.searchForm input[type="tel"]{
    margin-top: 10px;
    width: 57px;
}
.searchForm input[type="submit"]{
    background: #995a29;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 5px;
    width: 100%;
}
.searchtable ul, .searchtable li{
  list-style: none;
  text-align: left;
}

.categorytable{
    /* margin-left: 25px; */
    width: 201px;
}
.categorytable ul{
    width: 100%;
    margin-top: -5px;
}
.categorytable ul li{
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-bottom: transparent;
}
.categorytable ul li:last-child{
  border-bottom: 1px solid #ddd;
}
.categorytable a{
    background: #fffcfc;
    background: -moz-linear-gradient(top, #fffcfc 0%, #f9f6f2 100%);
    background: -webkit-linear-gradient(top, #fffcfc 0%,#f9f6f2 100%);
    background: linear-gradient(to bottom, #fffcfc 0%,#f9f6f2 100%);
    color: #333;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    text-decoration: none;
    width: 100%;
}
.categorytable a span{
    padding-left: 5px;
}
.categorytable a:hover span{
    text-decoration: underline;
}
/* レフトナビここまで */

/* body共通 */
.sp_category, .sp_bunner{
  display: none;
}
.pattern .up_cont{
  display: none;
}
.pattern{
  width: 700px;
}
.pattern > img{
  width: 100%;
  border: 0;
}
.messageBorad{
    color: #333;
    border: 2px solid #bbb;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0;
    padding: 12px;
}
.messageBorad p{
  text-indent: 1em;
}
.sp_dele{
  margin-top: 20px;
}
.pattern .text > img{
  margin-top: 20px;
}
.pattern .text:last-child > img{
  margin-bottom: 10px;
}
/* BとCの共通 */
.itembox{
  width: 100%;
  margin-bottom: 15px;
  padding: 2px;
}
.itembox h1{
  color: #bf0000;
  font-size: 20px;
  border-bottom: 3px solid #bf0000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
}
.itembox h1 #c_second{
  color: #bf0000;
  font-weight: bold;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
}
.itembox h1 span{
  font-size: 14px;
  color: black;
  font-weight: normal;
  padding-left: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.itembox ul li{
  float: left;
  width: 25%;
  padding: 0 5px;
  height: 100%;
}
.itembox ul:after{
  content: "";
  display: block;
  clear: both;
}
.itembox ul li a{
  font-size: 14px;
  color: #333;
}
.itembox ul li a img{
  width: 100%;
}
.itembox ul li a .price{
  margin-top: 2px;
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
}
.itembox ul li a .price span{
  border-bottom: solid 1px #333;
}
/* SP オススメの返礼品カテゴリ */
.sp_category{
  margin: 30px 0 20px 0;
  text-align: center;
}
.sp_category ul{
  width: 100%;
  padding: 10px;
}
.sp_category li{
  width: 50%;
  float: left;
  padding: 5px 10px;
}
.sp_category ul:after{
  content: "";
  display: block;
  clear: both;
}
.sp_category li a{
  color: #fff;;
  display: block;
  border: solid 1px #bbb;
  border-radius: 3px;
  padding: 10px 10px;
  font-size: 14px;
  background-color: #bf0000;
}
/* body共通ここまで */

/* PatternA */
.pattern img{
  width: 100%;
}
.pattern_A .text{
  color: #333;
  font-size: 14px;
  width: 100%;
}
.pattern_A .text .blank{
  text-indent: 1.2em;
}

/* PatternAここまで */

/* PatternB */
.pattern_B .messageBorad{
    margin-bottom: 40px;
}
/* patternBここまで */

/* PatternC */
.itembox_C .ranking img{
  width: 40px;
  vertical-align: sub;
}
.itembox_C .ranking{
  font-size: 20px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.itembox_C .ranking span{
  font-size: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.itembox_C ul li{
  width: 20%;
}
.itembox_C li:first-child{
  width: 60%;
}
.itembox_C li:nth-child(4), .itembox_C li:nth-child(5){
  margin-top: 13px;
}
.pattern_C .itembox:nth-child(4){
  margin-bottom: 40px;
}
/* patternCここまで */

/* ###### 600px以下###### */
@media screen and (max-width: 600px){
  .pattern .up_cont,
  .sp_category,
  .sp_bunner{
    display: block;
  }
  .sp_bunner{
    margin: 10px 0;
  }
  .pattern .up_cont .nav p{
    display: none;
  }
  .pattern .nav li:last-child {
    margin-right: 10px!important;
  }
  .pattern .up_cont .nav li img{
    margin-top: 50%;
  }
  .pattern .sp_dele{
    display: none;
  }
  .pattern{
    width: 100%;
  }
  .itembox ul li{
    width: 50%;
    float: none;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .itembox ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .itembox h1 span{
    font-size: 13px;
  }
  .itembox h1 #b_second:before{
    content: "\A";
		white-space: pre;
  }
  .itembox_C ul li{
    width: 50%;
  }
  .itembox_C li:first-child{
    width: 100%;
  }
  .itembox_C li:nth-child(4), .itembox_C li:nth-child(5){
    margin-top: 0px;
  }
  .itembox h1 #c_second{
    font-weight: normal;
    font-size: 12px;
    color: #333;
    padding-left: 10px;
  }
  .itembox_C{
    margin-top: 20px;
  }
}
/* ###### 370px以下###### */
@media screen and (max-width: 370px){
  .itembox h1{
    font-size: 16px;
  }
  .itembox h1 span{
    font-size: 11px;
  }
}

/* footer */

.footer_wrap{
  text-align:center;
  width: 840px;
  border: solid 1px #FFFFFF;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.footer_box{
  width: 50%;
  float: left;
  padding: 0px 5px;
  margin-top: 10px;
  text-align: left;
}
.footer_box:nth-child(4), .footer_box:nth-child(5),
.footer_box:nth-child(6), .footer_box:nth-child(7){
  height: 200px;
}
.footer_wrap:after{
  content: "";
  display: block;
  clear: both;
}
.footer_titlebox{
  background-color: #EEE;
  padding: 8px 10px;
  margin-bottom: 15px;
}
.footer_title{
  font-size: 14px;
  border-left: solid 5px #D21725;
  text-align: left;
  padding-left: 5px;
}
.footer_box p, .footer_box a{
  font-size: 12px;
  margin: 0.5em 0;
}
.footer_box img{
  margin-right: 5px;
  vertical-align: middle;
}
/* footerここまで */
