@charset "UTF-8";
/*共通*/
/*#keirou_2408 {
  padding-bottom: 60px;
}*/
#keirou_2408 img {
  max-width: 100%;
}
#keirou_2408 a:hover {
  opacity: .8;
}
#keirou_2408 .dd02 hr {
  height: 2px;
  background-color: #0090fa;
  width: 30%;
  border: none;
  margin-bottom: 20px;
  margin-left: 0;
}
#keirou_2408 .dd01 hr {
  height: 2px;
  background-color: #0090fa;
  width: 30%;
  border: none;
  margin-left: 1.5em;
  margin-bottom: 20px;
}
/*説明文*/
#keirou_2408 .wrapBg01 {
  margin: 30px 0px;
  font-size: 1.5rem;
}
#keirou_2408 .wrapBg01 .indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
/*店頭・配送ボタン*/
#keirou_2408 .clearfix::after {
  clear: both;
  content: "";
  display: block;
}
#keirou_2408 .sbwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 3.5rem;
}
#keirou_2408 .btn {
  color: #FFFFFF;
  margin: 0 auto 0px;
  width: 100%;
  text-align: center;
  background-color: #e5a381;
  position: relative;
}
#keirou_2408 .btn a {
  color: inherit;
  padding: 10px 20px 10px 10px;
  display: block;
  border: 2px solid #e5a381;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#keirou_2408 .btn a:hover {
  background: #FFFFFF;
  color: #e5a381;
  opacity: 1;
  border: 2px solid #e5a381;
}
#keirou_2408 .btn a::after {
  transform: rotate(45deg);
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  height: 7px;
  position: absolute;
  right: 12px;
  top: 47%;
  width: 7px;
}
#keirou_2408 .btn p span {
  font-size: 16px;
  letter-spacing: 0.5px;
}
/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #keirou_2408 {
    width: min(80vw, 767px);
  }
}
/*SP*/
@media screen and (max-width:767px) {
  #keirou_2408 {
    padding-bottom: 2rem;
  }
  #keirou_2408 .dd01 hr, .dd02 hr {
    height: 2px;
    background-color: #0090fa;
    width: 50%;
    border: none;
    margin: 20px 25%;
  }
  /*店頭・配送ボタン*/
  #keirou_2408 .sbwrap {
    margin-bottom: 3rem;
  }
}