@charset "utf-8";
/* CSS Document */

#s-shoes{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1D1D1D;
	-webkit-text-size-adjust: 100%;
}

.redb {
  color: #E00205;
  font-weight: bold;
}

.s-shoes_h3 {
  border-bottom: solid 3px #24130D;
  text-align: center;
  margin: 50px auto;
}


.s-shoes_p {
  font-size: 0.9rem;
  line-height:1.7em;
  margin: 5px auto;
}

.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #24130D;/*左線*/
  color: #24130D;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  margin: 5px;
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}


.s-shoes_img {
	position:relative;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}


.btn-more-link {
  margin-top: 30px;
  text-align: center;
}

.btn-more-link--link {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #363636;/*文字色*/
  background: #FFF;
  border: solid 1px #363636;/*線*/
  border-radius: 10px;/*角の丸み*/
}

@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/

  .s-shoes_img {
	position:relative;
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  justify-content: center;
  }

  .s-shoes_h3 {
    color: #24130D;
    font-size: 1.0rem;
    font-weight: bold;
    margin: 20px auto;
  }

  .s-shoes_p {
    font-size: 1.0rem;
    line-height:1.7em;
    margin: 10px auto;
  }


}
