.outer-main{
  display: block;
  text-align: center;
}

.main{
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

.menu-works{
  width: 100%;
  background: #4C4948;
  display: block;
  text-align:center;


}

.menu-text{
  display: inline;
  color: white;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1em;
}

.temp{
  width:100%;
}

.works-text{
  display:block;
  text-align: center;
}

.shops-text{
  display:block;
  text-align: center;
}

.headline{
  display: inline;
  font-size: 2.5em;
  font-weight: bold;
  color: #4C4948;
}

.information{
  width: 100%;
  height:100px;
  background: #B1B1B2;
}

.shop-list{
  display: block;
  text-align: center;
}

.products-list{
  display: block;
  text-align: center;
}

.inner-shop-list{
  display: inline-block;
}

.inner-shop-list img{
  width:15%;
}

.inner-products-list img{
  width:25%;
}

.center-p{
  margin-right: 10%;
  margin-left: 10%;
}

.works-inner-text{
  display: inline-block;
  font-size: 1.4em;
  width: 80%;
  color: #4C4948;
  line-height: 1.5;
  text-align: left;
}

.outer-under-text{
  display: block;

  text-align: center;
}

.headline-online{
  font-size: 2.5em;
}

.shop-under-text{
  display: inline-block;
  font-size: 1.8em;
  line-height: 1.5;
  text-align: left;
}

.width{
  width: 80%;
}

.outer-st.pic{
  display: block;
  text-align: center;
}

.st-pic{
  display: inline-block;
  width: 80%;
}

.kadomaru{
  border-radius: 10%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.slider{
  width: 94%;
  margin: 0 auto;
}

.slider img{
  width: 100%;
  height: auto;
}

.slider .slick-slide{
  margin: 0 10px;
}

.slick-prev,.slick-next {
      position: absolute;/*絶対配置にする*/
      top: 42%;
      cursor: pointer;/*マウスカーソルを指マークに*/
      outline: none;/*クリックをしたら出てくる枠線を消す*/
      border-top: 2px solid #666;/*矢印の色*/
      border-right: 2px solid #666;/*矢印の色*/
      height: 15px;
      width: 15px;
  }

  .slick-prev {/*戻る矢印の位置と形状*/
      left: -1.5%;
      transform: rotate(-135deg);
  }

  .slick-next {/*次へ矢印の位置と形状*/
      right: -1.5%;
      transform: rotate(45deg);
  }

  .slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

@media screen and (max-width: 959px) {
  .headline{
    font-size: 1.8em;
  }

  .works-inner-text{
    font-size: 1.2em;
    margin-top: 4%;
    margin-bottom: 2%;
  }

  .headline-online{
    font-size: 1.3em;
  }

  .shop-under-text{
    font-size: 1.1em;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .shops-text{
    margin-top: 4%;
    margin-bottom: 2%;
  }

  .slider{
    width: 70%;
    margin: 0 auto;
  }
}