@charset "utf-8";
/* CSS Document */
#salt .btn_buy a {
    display: block;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    background-color: #D5B06D;
    text-decoration: none;
    border-radius: 60px;
}
#salt .font_cate {
    font-family: 'Zen Old Mincho', serif;
    transform: rotate(.03deg);
    font-size: 240%;
    line-height: 1.5em;
    font-weight: bold;
    color: #CCA256;
}
#salt .font_sub, #salt_top .font_sub {
    font-family: 'Zen Old Mincho', serif;
    transform: rotate(.03deg);
    font-size: 160%;
    line-height: 1.5em;
    font-weight: bold;
    color: #CCA256;
}
#salt .marker {
    background-color: #FFF3DA;
}
#salt #step dl dd {
    font-size: 16px;
    line-height: 1.5em;
}
#salt #step dl dd .font_step {
    font-size: 140%;
    line-height: 1.5em;
    font-weight: bold;
    color: #CCA256;
}
#staff_voice div {
    padding-bottom: 30px;
    border-bottom: dashed 1px #BFBFBF;
}
#salt .dred {
    color: #BD0000;
}
/*ナビ*/
#salt nav ul li, #salt_top nav ul li  {
    margin-bottom: 10px;
}
a.btn_ao_b {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem 2rem;
  border: 1px solid #cca256;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #cca256;
  font-weight: normal;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 120%;
}
a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #cca256;
  border-right: 2px solid #cca256;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.btn_ao_b .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
  a.btn_ao_b .b__text {
    font-size: 120%;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 10px;
    height: 10px;
  }
}
.box_under_line {
    border-bottom: 1px dashed #000;
    padding-bottom: 30px;
}
