@charset "utf-8";

.noteTxt {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #menuArea {
    border-top: none;
  }
  #menuArea .title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    margin: 0 15px 20px;
    padding: 0 0 20px;
    text-align: left;
    letter-spacing: 1px;
    background: url(../sp/img/common/line01.jpg) no-repeat center bottom;
    -webkit-background-size: 100% 2px;
    background-size: 100% 2px;
    color: #5b3d1d;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: none;
    width: 100%;
  }
  #menuArea .title span {
    display: none;
  }
}