.shop-about a:link,.shop-news ul li a,.toToyocho a{
  -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
   cursor: pointer;
}
.shop-about a:link:hover,.shop-news ul li a:hover,.toToyocho a:hover{
opacity: 0.5;
}

#privacy{
  background:url(../../images/shop/shop_bg.png)no-repeat;
  background-position: top right;
  background-attachment: fixed;
  background-size: 40%;
  width:100%;
  height: 100%;
  display: block;
  padding-top: 85px;
  margin-bottom:50px;
}
@media screen and (max-width: 1000px) {
  #privacy{
  background:url(../../images/shop/shop_bg.png)no-repeat;
  background-position: top right;
  background-attachment: fixed;
  background-size: 60%;
  padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  #privacy{
  background:url(../../images/shop/shop_bg.png)no-repeat;
  background-position: top right;
  background-attachment: fixed;
  background-size: 70%;
  padding-top: 50px;
  }
}
/*タイトル*/
#privacy .shop-tl-area{
  margin: 85px 0;
  text-align: center;
  width:100%;
}
#privacy .privacy-tl-area h2{
  font-size:3.6rem;
  color: #6f1414;
  margin-bottom: 85px;
  font-weight: bold;
}
#privacy .privacy-tl-area p{
  font-size:1.6rem;
  line-height: 2.6rem;
  font-family:Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 30px;
}

#privacy .privacy-info-area {
  padding-bottom: 150px;
}
#privacy .privacy-info-area h3{
  font-size:3.0rem;
  color: #6f1414;
  border-bottom:dotted 2px #c3c3c3;
  margin-bottom: 25px;
  line-height: 3.5rem;
  padding-bottom: 15px;
}
#privacy .privacy-text p{
  font-size:1.6rem;
  line-height: 2.8rem;
  font-family:Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #privacy .privacy-info-area {
    padding: 0 20px 150px 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 896px) {
  #privacy .privacy-tl-area{
    text-align: left;
    margin: 50px 0;
  }
  #privacy .privacy-tl-area h2{
    font-size: 3.0rem;
    padding: 0 20px;
  }
  #privacy .privacy-info-area h3{
    font-size:2.4rem;
  }
}
#privacy .privacy-text p{
  font-size:1.6rem;
  line-height: 2.8rem;
  font-family:Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 30px;
}
@media screen and (max-width: 896px) {
  #privacy .privacy-tl-area p{
    padding: 0 20px;
  }
}
