@charset "euc-jp";
/* ショップタイトル */
.p-shop__title {
  line-height:140%;
  font-weight:bold;
  padding-left: 10px;
  margin: 20px;
  font-size: 24px;
  background: #ead7a4;
  box-shadow: 0px 0px 0px 5px #ead7a4;
  border: dotted 2px white;
  padding: 0.3em 0.5em;
  color: #4c2306;
}

a {
  color: #4c2306 !important;
}
a:hover {
  color:#ff8c00 !important;
  text-decoration:none !important;
}
a:link {color:<{$link_fontcolor}>; text-decoration:none;}
a:visited {color:<{$link_fontcolor}>; text-decoration:none;}
a:active {color:<{$link_fontcolor}>; text-decoration:none;}

.c-alert{
  background: #fdf7e5;
}