/*
Template:welcart_basic
Theme Name:Welcart Basic-child
*/
.cart_midashi {
padding: 0.5em;/*文字周りの余白*/
font-weight:bold; /*文字太さ*/
color: #ff4500;/*文字色*/
background: #dcdcdc;/*背景色*/
border-left: solid 5px #000000;/*左線（実線 太さ 色）*/
}
.raised{
  display: inline-block;
  background-color: #ff9933;/*背景色*/
  color: #FFF;/*文字色*/
  font-size: 1em;/*文字サイズ*/
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 1em 2em;/*ボタン内の余白*/
  border-radius: 3px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.raised:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}

.page-id-197 #masthead{
  display: none;
}

.head_custom {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    border-bottom:  solid;  /* 線指定 */
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
}

body.post-id-154 #header{
  display: none;
}

