@charset "euc-jp";
.container > .cInner{
  width:100%;
}
.eyecatch{
  display: block;
}
#container{
  padding-top: 0;
  border-top:0;
}
#main{
  width:100%;
}
.free_space_block {
  margin-top: 3em;
}
.footer{
  margin-top:0;
}

/*item category辺り*/
.mainBox__topText{
  font-size:14px;
  margin-bottom:30px;
  text-align:center;
}
.itemList--8{
  text-align:center;
  letter-spacing: -.4em;
}
.itemList--8 .itemList__topText{
  font-size:12px;
  margin-bottom:20px;
}
.itemList--8 .itemList__unit{
  float:none;
  display: inline-block;
  letter-spacing: normal;
  width:100px;
  text-align:center;
  vertical-align: top;
}
.itemList--8 .itemList__unit:nth-child(n+2){
  margin-left:42px;
}

/*CONTENTS*/
.itemList--contents{

}
.itemList--contents .itemList__unit{
  width:16.66666%;
  float:left;
}
.itemList--contents .itemList__unit img{
  width:100%;
}



/*Category*/
ul.CateBox{
  text-align: center;
}
li.CateBox__lists {
    display: inline-block;
    vertical-align: top;
}
li.CateBox__lists:nth-of-type(n+2) {
    margin-left: 55px;
}
p.CateBox__text {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}


/*最近チェックした商品*/
.history {
    border-bottom: 20px solid #eae7e8;
    padding-bottom: 20px;
}


/*お知らせ*/
.bgSection{
  width:100%;
  overflow-x: hidden;
}
.bgSection__bg{
  padding:40px 500%;
  margin:0px -500%;
  overflow: hidden;
  background:#eae7e8;
  width:100%;
}
.info{
  background:white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info__inner{
  height: 160px;
  overflow: auto;
  width: 700px;
  margin: 0 auto;
}
h2.mainTitle--img {
    text-align: center;
    margin-bottom: 30px;
}
.info__inner dt,.info__inner dd{
  margin-bottom:15px;
  color: #fff;
  font-size: 12px;
}
.info__inner dt{
  float:left;
  font-weight:bold;
  width:10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.info__inner dd{
  float:left;
  padding-left:5px;
  width:88%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bgSection__bg--info{
  min-height: 230px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #bcb8b5;
  background-image: url(https://img21.shop-pro.jp/PA01416/553/etc/ic_12.jpg?cmsp_timestamp=20180827140511);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  margin-top: 50px;
}
/* オーダー案内 */
.top_order_intro {
  max-width: 900px;
  margin: 40px auto;
  padding: 26px 30px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.top_order_intro h2 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: bold;
}

.top_order_intro p {
  margin: 0 auto 14px;
  line-height: 1.9;
  font-size: 14px;
}

.top_order_intro_links a {
  display: inline-block;
  margin: 8px;
  padding: 10px 18px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
}

.top_order_intro_links a:hover {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .top_order_intro {
    width: 92vw;
    max-width: 900px;
    margin: 25px auto;
    padding: 20px 15px;
  }

  .top_order_intro h2 {
    font-size: 18px;
    line-height: 1.5;
  }

  .top_order_intro p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }

  .top_order_intro_links a {
    display: block;
    margin: 10px auto;
    padding: 10px 12px;
    max-width: 260px;
  }
}

/* Instagramリンク */
.instagram_link_area {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
}

.instagram_link_area p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.8;
}

.instagram_link_area a {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.instagram_link_area a:hover {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .instagram_link_area {
    width: 92vw;
    max-width: 900px;
    margin: 35px auto;
    padding: 24px 15px;
  }

  .instagram_link_area a {
    display: block;
    max-width: 260px;
    margin: 0 auto;
  }
}
.mainTitleJa {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}