@charset "UTF-8";
#shack-article-manager input, #shack-article-manager select {
    color: #333;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    position: relative;
    font-size: 13px;
    width: 200px;
    height: 35px;
    margin: 0;
    line-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 1px 0 3px #ddd;
    -moz-box-shadow: inset 1px 0 3px #ddd;
    -webkit-box-shadow: inset 1px 0 3px #ddd;
}
/*コンテナのパディング*/
.container {
    padding-left: 30px;
    padding-right: 30px;
}
/*右メニューのボーダー無効*/
#sp-left .sp-module, #sp-right .sp-module {
    border: none;   
    padding: 0px;
    margin-bottom: 20px;
}
/*ブログリストの各エレメント*/
.article-list .article {
    margin-bottom: 30px;
    padding: 20px;
}
/*ブログリストタイトル*/
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.1rem;
  border-bottom: solid 1px;
  line-height: 1.8em;
}
/*続きを読む*/
.article-list .article .readmore a {
    color: #252525;
    font-weight: 500;
    margin: 10px;
    background-color: #ffeb3b;
    padding: 5px 10px;
}
/*h1デザイン*/

  
/*h5デザイン*/
h5 {
  font-size: 24px;
  color: #808080;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ff6a6a;/*左線（実線 太さ 色）*/
}




/*ナビ　店舗情報　ドロップダウン　マージン*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'Arial', sans-serif;
  text-decoration: none;
  border-bottom: solid 1px #ffdda1;
}
/*offcanvasのサブメニュー*/
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
  font-size: 15px;
  padding: 4px 0px;
  line-height: 45px;
  font-weight: 400;
   
}

