.shop-about a:link,.shop-news ul li a,#shop .toToyocho a,#shop .toKameidoclock 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,#shop .toToyocho a:hover,,#shop .toKameidoclock a:hover{
opacity: 0.5;
}

#shop{
  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;
}
@media screen and (max-width: 1000px) {
  #shop{
  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) {
  #shop{
  background:url(../../images/shop/shop_bg.png)no-repeat;
  background-position: top right;
  background-attachment: fixed;
  background-size: 70%;
  padding-top: 50px;
  }
}
/*タイトル*/
#shop .shop-tl-area{
  margin: 85px 0;
  text-align: center;
  width:100%;
}
#shop .shop-tl-area h2{
  font-size:3.6rem;
  letter-spacing: 3rem;
  color: #6f1414;
  margin-bottom: 85px;
  font-weight: bold;
}

#shop .shop-info-area {
  padding-bottom: 150px;
}
#shop .shop-info-area h3{
  font-size:3.0rem;
  color: #6f1414;
  border-bottom:dotted 2px #c3c3c3;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  #shop .shop-info-area {
    padding: 0 20px 150px 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 896px) {
  #shop .shop-tl-area{
    text-align: left;
    margin: 50px 0;
  }
  #shop .shop-tl-area h2{
    font-size: 3.0rem;
    letter-spacing: 1.5rem;
    padding: 0 20px;
  }
  #shop .shop-info-area h3{
    font-size:2.4rem;
  }
}
/*左エリア*/
#shop .shop-info-L{
  padding-right: 40px;
  box-sizing: border-box;
}
#shop .shop-address p{
  font-size:1.6rem;
  line-height: 2.4rem;　
  font-family:Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 30px;
}
@media screen and (max-width: 896px) {
#shop .shop-info-L{
  padding-right: 0;
}
}
/*左エリア　店舗フロアごとの情報*/
#shop .shop-about{
  font-size:1.4rem;
  line-height: 2.4rem;
  font-family:Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;　　
  margin-bottom: 50px;　　
  padding-top:30px;　　　　　　　　　
}
#shop .shop-about p a{
  border:solid 2px #6f1414;
  background: linear-gradient(90deg,#6f1414 0%, #6f1414 20%,rgba(255,255,255,0)20%,rgba(255,255,255,0)100%);
  display: block;
  position: relative;
  padding:10px 0 10px 110px;
  box-sizing: border-box;
  margin-bottom: 20px;
  color:#000;
}
#shop .shop-about a span{
  position: absolute;
  top:40%;
  left: 5%;
  color: #fff;
  margin: auto;
  display: block;
  font-size: 2.4em;
}
@media screen and (max-width: 1000px) {
  #shop .shop-about p a{
    padding:10px 0 10px 90px;
  }
}
@media screen and (max-width: 896px) {
  #shop .shop-about p a{
    background: linear-gradient(90deg,#6f1414 0%, #6f1414 20%,rgba(255,255,255,1)20%,rgba(255,255,255,1)100%);
    padding:10px 0 10px 25%;
  }
  #shop .shop-about a span{
    font-size: 1.6rem;
    top:40%;
    left: 7%;
  }
}
/*左エリアお知らせ*/
#shop .shop-news{
  border:solid 2px #b5b5b5;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  margin-top:30px;
}
#shop .shop-news h4{
  font-size:2.4rem;
  text-align: center;
}
.shop-info-L .news-list{
  line-height: 2.4rem;
  font-size: 1.6rem;
  padding-top: 25px;
  padding-bottom: 10px;
}
.shop-info-L .news-list .news-link{
  margin-bottom: 3rem;
}
  .shop-info-L .news-list .news-link data{
  width:10rem;
  display: block;
}
.shop-info-L .news-list .news-link a:link,
.shop-info-L .news-list .news-link a:visited,
.shop-info-L .news-list .news-link a:active{
  color:#000;
  text-decoration: underline;
  cursor: pointer;
}
.shop-info-L .news-archive{
  display: block;
  font-size:1.6rem;
  width: 176px;
  border:1px solid #000;
  text-align: center;
  color: #000;
  padding: 4px;
  position: absolute;
  right: 50px;
  top:25rem;
}
@media screen and (max-width: 896px) {
  #shop .shop-news{
    margin-top: 50px;
  }
}
/*右エリア*/
.shop-info-R .shop-photo p{
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .shop-info-R {
    text-align: center;
    margin-top: 50px;
    }
}
@media screen and (max-width: 540px) {
  .shop-info-R img{
    text-align: center;
    width: 100%;
  }
}
/*ストリートビュー*/
.ougi-street-view h4{
  padding-top: 120px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .ougi-street-view .flexbox-between div{
    width:48%;
  }
  .ougi-street-view .flexbox-between div iframe{
    width:100%;
  }
}
@media screen and (max-width: 896px) {
  .ougi-street-view h4 img{
    width: calc(100% - 40px);
  }
  .ougi-street-view .flexbox-between div{
    width:100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .ougi-street-view .flexbox-between div iframe{
    width:100%;
  }
}

/*東陽町バナー*/
#shop .toToyocho{
  margin-top: 105px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  #shop .toToyocho{
    padding: 0 20px;
    box-sizing: border-box;
  }
  #shop .toToyocho img{
    width: 100%;
  }
}
/*カメイドクロック町バナー*/
#shop .toKameidoclock{
  margin-top: 20px;
  margin-bottom: 115px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  #shop .toKameidoclock{
    padding: 0 20px;
    box-sizing: border-box;
  }
  #shop .toKameidoclock img{
    width: 100%;
  }
}
