
/*	追従ナビ
---------------------------------*/
.gjs-dashed .nav-shop{
  z-index: 101;
}
.nav-shop{
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 20;
}
.nav-shop01{
  background-color: #aa010e;
}
.nav-shop a{
  display: block;
  text-align: center;
  padding: 60px 30px;
}
.nav-shop p{
  display: inline;
  color: #fff;
  line-height: 1;
}
.nav-shop01 p{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding-top: 60px;
  position: relative;
}
.nav-shop01 p:before{
  content: '';
  background: no-repeat center center / contain;
  background-image: url(/system_panel/uploads/images/icon_calendar.png);
  width: 100%;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-shop02{
  display: none;
}
@media screen and (max-width:767px){
  .nav-shop{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .nav-shop01{
    width: 45%;
  }
  .nav-shop a{
    padding: 25px 0;
  }
  .nav-shop01 p{
    -ms-writing-mode:lr-tb;
    writing-mode:horizontal-tb;
    font-size: 1.8rem;
    padding-top: 0;
    padding-left: 40px;
  }
  .nav-shop01 p:before{
    width: 30px;
    height: 100%;
  }
  .nav-shop02{
    display: block;
    background-color: #102942;
    width: 55%;
  }
  .nav-shop02 p{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    padding-left: 25px;
    position: relative;
  }
  .nav-shop02 p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone.png);
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}