@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.lower main {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.fv {
    padding: 0 5.3333333333vw;
  }
}
body.lower main > div.inner section.step {
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step {
    padding: 60px 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step {
    padding: 9.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner {
    max-width: 860px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner > section {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner > section + section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner > section + section {
    margin-top: 10.6666666667vw;
  }
}
body.lower main > div.inner section.step > div.inner > section > div.title {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner > section > div.title {
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner > section > div.title {
    gap: 0 3.3333333333vw;
  }
}
body.lower main > div.inner section.step > div.inner > section > div.title span {
  font-family: "Barlow", sans-serif;
  color: #b7392c;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner > section > div.title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner > section > div.title span {
    font-size: 3.4666666667vw;
  }
}
body.lower main > div.inner section.step > div.inner > section > div.title h3 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner > section > div.title h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner > section > div.title h3 {
    font-size: 5.6vw;
  }
}
body.lower main > div.inner section.step > div.inner > section div.block {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner > section div.block {
    margin-top: 25px;
    padding: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner > section div.block {
    margin-top: 5.3333333333vw;
    padding: 4vw;
    border-radius: 3.2vw;
  }
}
body.lower main > div.inner section.step > div.inner > section:not(:first-of-type) {
  position: relative;
}
body.lower main > div.inner section.step > div.inner > section:not(:first-of-type):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/how-to/icon_arrow-bottom.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner > section:not(:first-of-type):before {
    top: -35px;
    width: 58px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner > section:not(:first-of-type):before {
    top: -6.6666666667vw;
    width: 7.7333333333vw;
    height: 2.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.line div.block {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.line div.block p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.line div.block p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.line div.block div.c_filter {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.line div.block div.c_filter {
    margin-top: 4.6666666667vw;
  }
}
body.lower main > div.inner section.step > div.inner section.line div.block div.c_filter .ac-btn {
  display: none !important;
}
body.lower main > div.inner section.step > div.inner section.line div.block div.c_filter div.cont {
  display: block;
}
body.lower main > div.inner section.step > div.inner section.line div.block div.c_filter div.cont div.list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
body.lower main > div.inner section.step > div.inner section.line div.block div.c_filter div.cont button {
  background-color: #b7392c;
  border: none;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.line div.block div.c_filter div.cont button {
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.line div.block div.c_filter div.cont button:hover {
    background-color: #800b06;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block {
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left {
    max-width: 370px;
    width: 100%;
    padding: 20px 0 0 30px;
  }
}
body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.h {
  border-bottom: 1px solid #d4d5d6;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.h {
    padding-bottom: 25px;
  }
}
body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.h p.txt {
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.h p.txt {
    line-height: 1.8;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.h p.txt {
    line-height: 1.7;
    font-size: 3.7333333333vw;
  }
}
body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.h p.nt {
  color: #888b8c;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.h p.nt {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.h p.nt {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.h div.image {
    text-align: center;
    margin: 5.3333333333vw 0;
    padding: 4vw 0;
    border-radius: 3.2vw;
    background-color: #f7f7f7;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f p {
    margin-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #2c2d2e;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn {
    width: 308px;
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn {
    width: 81.3333333333vw;
    height: 12vw;
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn:hover span.c_arrow1 {
    transform: translateX(3px);
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn + a {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn + a {
    margin-top: 2vw;
  }
}
body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn span.bg {
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn span.bg {
    border-radius: 2px;
    margin-left: 5px;
    padding: 0 3px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn span.bg {
    border-radius: 0.5333333333vw;
    margin-left: 1.3333333333vw;
    padding: 0 0.8vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn span.s {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn span.s {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn span.c_arrow1 {
    min-width: 11px;
    min-height: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.left div.f a.btn span.c_arrow1 {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.right {
    max-width: 410px;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    text-align: center;
    background-color: #f7f7f7;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.reserve div.block div.right img {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.visit div.block {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.visit div.block div.left {
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.visit div.block div.left p {
    line-height: 1.9;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.visit div.block div.left p {
    line-height: 1.6;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner section.step > div.inner section.visit div.block div.right {
    max-width: 410px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner section.step > div.inner section.visit div.block div.right {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner div.cta {
    text-align: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner div.cta {
    margin-top: 10.6666666667vw;
  }
}
body.lower main > div.inner div.cta p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner div.cta p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner div.cta p {
    text-align: center;
    font-size: 3.7333333333vw;
  }
}
body.lower main > div.inner div.cta p span {
  color: #b7392c;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner div.cta div.c_cta {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner div.cta div.c_cta {
    margin-top: 3.3333333333vw;
  }
}
body.lower main > div.inner div.cta div.c_cta a {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner div.cta div.c_cta a {
    width: 56vw;
  }
}
body.lower main > div.inner div.cta div.c_cta a span.c_arrow1 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.lower main > div.inner div.cta div.c_cta a span.c_arrow1 {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  body.lower main > div.inner div.cta div.c_cta a span.c_arrow1 {
    right: 4vw;
  }
}