.sideBox .img span {
  display: block;
  font-size: 10px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn a {
  color: #fff;
  padding: 15px 25px 15px 15px;
  border-radius: 65px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  position: relative;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 30%);
  display: block;
  width: 380px;
  margin: 20px auto 40px;
  font-weight: bold;
  background: linear-gradient(to bottom, rgba(191, 167, 96, 1) 0%, rgba(154, 126, 70, 1) 100%);
}

.btn a:before {
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#pankuzu br, .sitemap-main-box ul li br {
  display: none;
}

/*----------------------------------------------------
  PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .sp, .sp_br {
    display: none;
  }
  .copy_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: #fff;
  }

  .copy_wrapper p:first-child {
    order: 2;
  }

  .copy_wrapper p:last-child {
    order: 1;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 5px 0;
  }

  p.link-text-sitemap a {
    color: #333;
    text-decoration: none;
  }

  p.link-text-sitemap a:hover {
    opacity: 0.7;
  }

  p.link-text-sitemap a:before {
    content: "\0bb";
    margin-right: 2px;
  }


}



/*----------------------------------------------------
  SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .btn a {
    width: 80%;
    font-size: 16px;
  }

  .pc, .pc_br {
    display: none;
  }

  .copy_wrapper {
    padding-bottom: 120px;
  }
  p.link-text-sitemap {
    text-align: right;
    margin: 0 auto 5px;
    width: 96%;
  }
  p.link-text-sitemap a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  p.link-text-sitemap a:before {
    content: "\0bb";
    margin-right: 2px;
  }
}