.hurry main {
  font-family: 'Noto Serif JP', serif;
}
.hurry p.lead {
  font-family: 'Roboto', "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
.hurry #guide .noticeWrap {
  display: none;
}
.hurry #guide .secHeader h3 strong {
  color: #9e1f39;
  font-size: 1.2em;
}
.hurry #guide .guideBody h4 {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.4em;
  padding: 0.6em;
  background-color: #9e1f39;
  position: relative;
}
.hurry #guide .guideBody h4::after {
  content: "";
  width: 100%;
  height: 1em;
  display: block;
  background-image: url("../img/hurry/arrow-flow-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% - 1px));
}
.hurry #guide .guideBody h4 strong {
  font-size: 1.3em;
}
.hurry #guide .guideBody .box {
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: solid 2px #e3e3e3;
}
.hurry #guide .guideBody .box h5 {
  color: #9e1f39;
  font-size: 1.7rem;
  text-align: center;
}
.hurry #guide .guideBody .box ol li {
  margin-bottom: 2rem;
}
.hurry #guide .guideBody .box ol li p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.6em;
  position: relative;
}
.hurry #guide .guideBody .box ol li p::before {
  content: "1";
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.7em;
  width: 1.8em;
  height: 1.8em;
  margin-right: 0.4em;
  display: inline-block;
  background-color: #9e1f39;
}
.hurry #guide .guideBody .box ol li:nth-of-type(2) p::before {
  content: "2";
}
.hurry #guide .guideBody .box ol li img {
  width: calc(100% - 2rem);
  margin-left: 2rem;
  display: block;
}
.hurry #guide .guideBody .box .bottomBox {
  color: #9e1f39;
  text-align: center;
}
.hurry #guide .guideBody .box .bottomBox p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.hurry #guide .guideBody .box .bottomBox .telNo {
  color: #d13f41;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.03em;
  color: #9e1f39 !important;
  font-size: 4rem;
}
.hurry #guide .guideBody .box .bottomBox .telNo::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  margin-right: 0.1em;
  background-image: url("../img/common/ico-tel.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.hurry #guide .guideBody .box .bottomBox .telNo::before {
  background-image: url("../img/common/ico-tel-winered.svg") !important;
}
.hurry #guide .guideBody .box .bottomBox .allfree {
  font-family: 'Roboto', "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1;
  width: 11em;
  margin: 1.2rem auto 0;
  padding: 0.4em 1em 0.5em;
  border: solid 1px #9e1f39;
  font-size: 1.3rem;
}
.hurry #guide .guideBody .box .bottomBox::before {
  content: "";
  width: 100%;
  height: 3rem;
  display: block;
  background-image: url("../img/hurry/arrow-guide.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-position: center top;
}
.hurry #guide .guideBody .box .seikyoBox img {
  margin-bottom: 1rem;
}
.hurry #guide .guideBody .box .seikyoBox p {
  font-size: 1.5rem;
}
.hurry #guide .guideBody .box .seikyoBox ul {
  color: #9e1f39;
  padding-left: 1.8rem;
  margin-bottom: 2rem;
}
.hurry #guide .guideBody .box .seikyoBox ul li {
  font-family: 'Roboto', "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.5rem;
  list-style-type: disc;
  margin-bottom: 0;
}
.hurry #flow .flowIndex {
  margin-bottom: 2rem;
  background-color: #fefbfc;
  border: solid 1px #9e1f39;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.hurry #flow .flowIndex li {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 3.4rem 2rem 2rem 1rem;
  background-image: url("../img/hurry/arrow-flow-right.svg");
  background-position: right center;
  background-size: contain;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.hurry #flow .flowIndex li::before {
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 0.87em;
  text-align: center;
  line-height: 1.4;
  width: 1.4em;
  height: 1.4em;
  display: block;
  background-color: #9e1f39;
  position: absolute;
  left: 50%;
  top: 0.8rem;
  transform: translateX(calc(-50% - 0.3rem));
}
.hurry #flow .flowIndex li::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  background-image: url("../img/hurry/arrow-flow-down.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(calc(-50% - 0.3rem));
}
.hurry #flow .flowIndex li:nth-of-type(1) {
  width: 26%;
}
.hurry #flow .flowIndex li:nth-of-type(1)::before {
  content: "1";
}
.hurry #flow .flowIndex li:nth-of-type(2) {
  width: 26%;
}
.hurry #flow .flowIndex li:nth-of-type(2)::before {
  content: "2";
}
.hurry #flow .flowIndex li:nth-of-type(3) {
  width: 23%;
}
.hurry #flow .flowIndex li:nth-of-type(3)::before {
  content: "3";
}
.hurry #flow .flowIndex li:nth-of-type(4) {
  width: 24%;
  padding-right: 0;
  padding-left: 0;
  background-image: none;
}
.hurry #flow .flowIndex li:nth-of-type(4)::before {
  content: "4";
  transform: translateX(-50%);
}
.hurry #flow .flowIndex li:nth-of-type(4)::after {
  transform: translateX(-50%);
}
.hurry #flow .flowBody {
  border-top: solid 1px #e3e3e3;
}
.hurry #flow .flowBody li {
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #e3e3e3;
}
.hurry #flow .flowBody li .imgBox {
  margin-bottom: 1rem;
}
.hurry #flow .flowBody li .textBox h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.hurry #flow .flowBody li .textBox h3::before {
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 0.87em;
  text-align: center;
  line-height: 1.4;
  width: 1.4em;
  height: 1.4em;
  display: block;
  background-color: #9e1f39;
  margin-right: 0.3em;
  display: inline-block;
}
.hurry #flow .flowBody li .textBox p:not(.caution) {
  font-family: 'Roboto', "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.hurry #flow .flowBody li .textBox p.caution {
  line-height: 1.2;
}
.hurry #flow .flowBody li .textBox .allfree {
  font-family: 'Roboto', "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1;
  width: 11em;
  margin: 1.2rem auto 0;
  padding: 0.4em 1em 0.5em;
  border: solid 1px #9e1f39;
  color: #9e1f39;
  font-size: 1.1rem;
  margin-right: 0.5rem;
}
.hurry #flow .flowBody li .textBox .telNo {
  color: #d13f41;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.03em;
  color: #9e1f39;
  font-size: 4rem;
  margin-top: 1.2rem;
  display: block;
}
.hurry #flow .flowBody li .textBox .telNo::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  margin-right: 0.1em;
  background-image: url("../img/common/ico-tel.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.hurry #flow .flowBody li .textBox .telNo::before {
  background-image: url("../img/common/ico-tel-winered.svg");
}
.hurry #flow .flowBody li:nth-of-type(1) .textBox h3::before {
  content: "1";
}
.hurry #flow .flowBody li:nth-of-type(2) .textBox h3::before {
  content: "2";
}
.hurry #flow .flowBody li:nth-of-type(3) .textBox h3::before {
  content: "3";
}
.hurry #flow .flowBody li:nth-of-type(4) .textBox h3::before {
  content: "4";
}
.hurry #plan .secHeader h2 .wine {
  color: #9e1f39;
}
.hurry #plan .secHeader h2 .line-wine {
  border-bottom: solid 3px #9e1f39;
}
.hurry #plan .priceTableWrap .js-scrollable {
  margin-bottom: 1rem;
  overflow-x: scroll;
}
.hurry #plan .priceTableWrap .js-scrollable img {
  width: 200vw;
}
.hurry #plan .priceTableWrap p.caution {
  font-family: 'Roboto', "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .hurry p.lead {
    font-size: 24px;
    margin-bottom: 2em;
  }
  .hurry #guide .guideBody h4 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 0.8em;
  }
  .hurry #guide .guideBody .box {
    margin-bottom: 50px;
    padding: 30px;
  }
  .hurry #guide .guideBody .box h5 {
    font-size: 26px;
    font-weight: 700;
  }
  .hurry #guide .guideBody .box ol li {
    margin-bottom: 30px;
  }
  .hurry #guide .guideBody .box ol li p {
    font-size: 24px;
    font-weight: 700;
  }
  .hurry #guide .guideBody .box ol li p::before {
    transform: translateY(-3px);
  }
  .hurry #guide .guideBody .box ol li img {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .hurry #guide .guideBody .box .bottomBox p {
    font-size: 18px;
  }
  .hurry #guide .guideBody .box .bottomBox .telNo {
    font-size: 64px;
  }
  .hurry #guide .guideBody .box .bottomBox .allfree {
    font-size: 18px;
    margin-top: 20px;
  }
  .hurry #guide .guideBody .box .bottomBox::before {
    height: 50px;
  }
  .hurry #guide .guideBody .box .seikyoBox p {
    font-size: 18px;
  }
  .hurry #guide .guideBody .box .seikyoBox ul li {
    font-size: 18px;
  }
  .hurry #flow .flowIndex li a {
    font-size: 18px;
    padding: 10px 0;
  }
  .hurry #flow .flowIndex li::before {
    font-size: 16px;
  }
  .hurry #flow .flowIndex li::after {
    width: 20px;
    height: 16px;
  }
  .hurry #flow .flowBody li {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .hurry #flow .flowBody li .imgBox {
    width: 31.2%;
  }
  .hurry #flow .flowBody li .textBox {
    width: 65.6%;
  }
  .hurry #flow .flowBody li .textBox h3 {
    font-size: 24px;
  }
  .hurry #flow .flowBody li .textBox p {
    font-size: 16px;
  }
  .hurry #flow .flowBody li .textBox p.caution {
    font-size: 14px;
    margin-bottom: -10px;
  }
  .hurry #flow .flowBody li .textBox .allfree {
    font-size: 12px;
    width: auto;
    margin-right: 20px;
    padding: 0.4em 0.8em;
    display: inline-block;
    transform: translateY(-8px);
  }
  .hurry #flow .flowBody li .textBox .telNo {
    font-size: 52px;
    display: inline;
  }
  .hurry #plan .priceTableWrap .js-scrollable {
    margin-bottom: 16px;
  }
  .hurry #plan .priceTableWrap .js-scrollable img {
    width: 1000px;
  }
  .hurry #plan .priceTableWrap p.caution {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1000px) {
  .hurry .mainVisual {
    background-image: url("../img/hurry/bg-header-pc.jpg");
  }
  .hurry #guide .guideBody {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .hurry #guide .guideBody > div {
    width: 484px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .hurry #guide .guideBody .leftBox .box {
    padding-left: 0;
    padding-right: 0;
  }
  .hurry #guide .guideBody .leftBox ol {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hurry #guide .guideBody .box {
    margin-bottom: 0;
    padding-bottom: 240px;
    flex: 1;
    position: relative;
  }
  .hurry #guide .guideBody .box .seikyoBox p, .hurry #guide .guideBody .box .seikyoBox ul li {
    font-size: 16px;
  }
  .hurry #guide .guideBody .box .bottomBox {
    width: calc(100% - 60px);
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .hurry #guide .guideBody .box .bottomBox::before {
    height: 34px;
  }
  .hurry #flow .flowIndex {
    margin-bottom: 50px;
  }
  .hurry #flow .flowIndex li a {
    font-size: 20px;
  }
  .hurry #flow .flowBody li .textBox h3 {
    font-size: 30px;
  }
}
