@charset "utf-8";

/* ----------共通---------- */

.inner {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #00ff0000;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}
main,
header,
footer {
  letter-spacing: 0.1em;
}
h2 {
  font-size: 40px;
  font-weight: 600;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}
.mainp {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.en {
  font-family: "Roboto", sans-serif;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
section {
  padding: 160px 0;
}
.btn a {
  padding: 1.2em 2.1em 1.2em 4.1em;
  background: #fff;
  border-radius: 40px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
}
.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translate(0, -50%);
  background: #ff645b;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  transition: all 0.2s;
}
.btn:hover a::before {
  transform: translate(0, -50%) scale(1.4);
}
.red-font {
  color: #ff645b;
  font-weight: 600;
}
.wcolor {
  color: #fff;
}
.bcolor {
  color: #000;
}
.shadow {
  box-shadow: 3px 3px 5px #00000030;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}
.delay-time08 {
  animation-delay: 0.8s;
}
.delay-time10 {
  animation-delay: 1s;
}
.pcnone {
  display: none;
}

/* ----------共通終わり---------- */

/* ----------header---------- */

header {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .inner {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .pcnav ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
header ul a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
header ul .head-ig {
  width: 16px;
  height: 100%;
}
h1 {
  width: 60px;
}

/* ----------header終わり---------- */

/* ----------top---------- */

.top-fv {
  height: calc(100vh - 100px);
  position: relative;
  margin-top: 100px;
}
.top-fv img {
  object-fit: cover;
}
.top-fv p {
  position: absolute;
  top: 0;
  left: 15%;
  writing-mode: vertical-rl;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  background: #00000030;
  line-height: 2;
  height: calc(100vh - 100px);
  padding: 210px 40px 0;
}

.concept {
  background: #191919;
}
.concept-flex {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.concept-left h2,
.room h2,
.access h2,
.lower-fv h2,
.notice h2 {
  color: #ff645b;
  position: relative;
}
.concept-left h2::before,
.room h2::before,
.access h2::before,
.lower-fv h2::before,
.notice h2::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #ff645b;
  transform: rotate(-30deg);
}
.concept-left h3 {
  margin-top: 40px;
}
.concept-left .mainp {
  margin-top: 40px;
}
.concept-rimg {
  width: 560px;
  position: relative;
}
.concept-rimg img {
  z-index: 1;
  position: relative;
}
.concept-rimg::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: #000;
}

.cutin {
  width: 100%;
  height: 450px;
  filter: brightness(60%);
}

.charm {
  background: #e8e8e8;
  position: relative;
  z-index: 0;
}
.charm h2,
.use h2 {
  color: #ff645b;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.charm h2::before,
.use h2::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-30deg);
  width: 50px;
  height: 2px;
  margin: 0 auto;
  background: #ff645b;
}
.charm h3,
.use h3 {
  width: fit-content;
  margin: 10px auto 0;
}
.charm-flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 0 30px;
  margin-top: 60px;
}
.charm-flex h4,
.charm-flex p {
  margin-top: 30px;
}
.charm-flex .btn {
  margin-top: 44px;
}
.charm-flex .btn a {
  background: #191919;
  color: #fff;
}

.use {
  background: #e8e8e8;
  position: relative;
  z-index: 0;
}
.use::before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: #191919;
  transform: skewY(-7deg) translateY(90px);
  z-index: -1;
}
.use-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 100px;
}
.use-box {
  width: 280px;
  text-align: center;
}
.use-box p {
  text-align: left;
  margin-top: 30px;
}
.use-img {
  width: 160px;
  margin: 0 auto;
}

.reserve {
  background: url(../images/reserve.jpg) no-repeat center center / cover;
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 3;
}
.reserve-flex {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.reserve-flex::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 2px;
  height: 140px;
}
.reserve a {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  width: 50%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reserve .re-re {
  position: relative;
}
.reserve .re-re::before {
  content: "";
  position: absolute;
  top: 41%;
  left: 24%;
  background: url(../images/re-re.png) no-repeat top left / 36px;
  width: 36px;
  height: 100%;
}
.reserve .re-tel {
  position: relative;
}
.reserve .re-tel::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 27%;
  background: url(../images/re-tel.png) no-repeat top left / 30px;
  width: 30px;
  height: 100%;
}

.room {
  background: #e8e8e8;
}
.room .inner {
  padding: 0 60px;
}
.room .rh3 {
  margin-bottom: 80px;
}
.tab {
  display: flex;
  justify-content: right;
  list-style-type: none;
  padding: 0;
  margin-top: -145px;
  position: relative;
  z-index: 9;
}
.tab li {
  margin-right: 10px;
}
.tab li a {
  display: block;
  width: 150px;
  height: 60px;
  padding: 18px 0;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #191919;
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
  font-weight: 600;
}
.tab li a.active {
  background-color: #000;
  color: #fff;
}
.area {
  opacity: 0;
  transition: opacity 0.5s;
  height: 0;
  overflow: hidden;
  display: flex;
  gap: 110px;
}
.area.active {
  opacity: 1;
  height: auto;
  margin-top: 80px;
}
.room-text {
  margin-top: 80px;
}
.room-text h3 {
  font-size: 32px;
}
.room-text h4 {
  font-size: 20px;
}
.room-text p {
  margin-top: 30px;
}
.sub-img li.current img {
  border: 2px solid #000;
  transition: border 0.5s;
}
.main-img {
  height: 320px;
  width: 480px;
}
.main-img img {
  object-fit: cover;
}
.sub-img {
  display: flex;
  margin-top: 20px;
}
.sub-img li {
  margin-right: 20px;
  width: 65px;
  height: 65px;
}
.sub-img li:nth-child(5n) {
  margin-right: 0;
}
.sub-img li img {
  border: 2px solid transparent;
  transition: border 0.5s;
  object-fit: cover;
}
.sub-img img {
  cursor: pointer;
  width: 100%;
}
.lending {
  margin-top: 80px;
}
.lending h3 {
  font-size: 20px;
  color: #fff;
  background: #000;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lending ul.spnone {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 100px;
  gap: 10px 200px;
}
.lending ul.pcnone {
  display: none;
}
.lending ul li {
  line-height: 2;
}

.access {
  background: #191919;
}
.access .inner {
  padding-left: 60px;
}
.access-flex {
  display: flex;
  gap: 100px;
}
.access-text p {
  margin-top: 60px;
}
.access-text .btn {
  margin-top: 50px;
}
.map iframe {
  filter: grayscale(1);
  transition: all 0.3s;
  margin-right: -60px;
}
.map iframe:hover {
  filter: grayscale(0);
}

footer {
  background: #000;
  text-align: center;
  padding: 100px 0;
}
footer h1 {
  margin: 60px auto;
}
footer ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
footer li a {
  color: #fff;
  font-size: 14px;
}
footer li img {
  width: 18px;
  height: auto;
}
footer small {
  display: block;
  margin-top: 30px;
  font-size: 12px;
}

@media screen and (max-width: 834px) {
  main {
    letter-spacing: 0.05em;
  }
  .inner {
    padding: 0 5%;
  }
  section {
    padding: 100px 0;
  }
  h1 {
    width: 40px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  .mainp {
    font-size: 14px;
  }
  .pcnone {
    display: block;
  }
  .spnone {
    display: none;
  }

  header .inner {
    height: 70px;
  }

  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 70px;
    left: 0;
    padding: 0 0 10px 0;
    clear: both;
    background: #000;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
  }

  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  /* Hamburger menbu text */
  .menu a {
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
  }

  .menu li {
    border-top: 1px solid rgb(75, 75, 75);
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
  }

  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }

  .menu-btn {
    display: none;
  }

  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .navicon {
    background: #ddd;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ddd;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navicon:before {
    top: 9px;
  }

  .navicon:after {
    bottom: 9px;
  }

  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }

  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger Menu Animation End */

  /* Navbar Container */
  .navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Navbar Text */
  .navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
  }

  .concept-left h2::before,
  .room h2::before,
  .access h2::before,
  .lower-fv h2::before,
  .notice h2::before {
    top: -14px;
    left: 0;
    width: 30px;
  }
  .charm h2::before,
  .use h2::before {
    top: -20px;
    width: 30px;
  }

  .top-fv {
    height: 600px;
    margin-top: 70px;
  }
  .top-fv p {
    writing-mode: horizontal-tb;
    top: initial;
    bottom: 5%;
    left: 0;
    font-size: 18px;
    height: auto;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }

  .concept-flex {
    display: block;
  }
  .concept-rimg {
    width: 60%;
    margin: 30px auto 0;
  }

  .charm-flex {
    display: block;
    padding: 0;
  }
  .charm-right {
    margin-top: 80px;
  }

  .use-flex {
    gap: 40px;
  }
  .use-box {
    width: calc(50% - 40px);
  }

  .reserve .re-re::before {
    top: 43%;
    left: 24%;
    background: url(../images/re-re.png) no-repeat top left / 24px;
    width: 24px;
  }
  .reserve .re-tel::before {
    top: 42%;
    left: 28%;
    background: url(../images/re-tel.png) no-repeat top left / 20px;
    width: 20px;
  }

  .reserve {
    height: 300px;
  }
  .reserve a {
    font-size: 16px;
  }

  .room .inner {
    padding: 0 5%;
  }
  .room .rh3 {
    margin-bottom: 0;
  }
  .tab {
    justify-content: left;
    margin-top: 40px;
  }
  .main-img {
    max-width: 100%;
  }
  .sub-img li {
    width: 60px;
    height: 60px;
  }
  .area {
    display: block;
  }
  .area.active {
    margin-top: 40px;
  }
  .room-text {
    margin-top: 40px;
  }
  .room-text h3 {
    font-size: 28px;
  }
  .room-text h4 {
    font-size: 18px;
  }
  .lending {
    margin-top: 60px;
  }
  .lending h3 {
    font-size: 18px;
  }
  .lending ul {
    padding: 40px 0;
    gap: 10%;
  }
  .lending ul.spnone {
    display: none;
  }
  .lending ul.pcnone {
    display: flex;
    justify-content: start;
    background: #fff;
    gap: 0;
    padding: 40px 0 40px 50px;
    flex-wrap: wrap;
  }
  .lending ul.pcnone li {
    width: 50%;
  }

  .map {
    margin-top: 40px;
  }
  .access-flex {
    display: block;
  }
  .access-text p {
    margin-top: 40px;
  }
  .access .inner {
    padding: 0 5%;
  }

  footer ul {
    flex-direction: column;
    gap: 10px;
  }
  footer small {
    margin-top: 60px;
  }
}

@media screen and (max-width: 420px) {
  .concept-rimg {
    width: 100%;
  }
  .use-img {
    width: 100px;
  }
  .use-flex {
    gap: 30px;
  }
  .use-box {
    width: calc(50% - 30px);
  }

  .reserve .re-re {
    padding-left: 15px;
  }
  .reserve .re-re::before {
    top: 43%;
    left: 4%;
    background: url(../images/re-re.png) no-repeat top left / 24px;
    width: 24px;
  }
  .reserve .re-tel {
    padding-left: 26px;
  }
  .reserve .re-tel::before {
    top: 42%;
    left: 14%;
    background: url(../images/re-tel.png) no-repeat top left / 18px;
    width: 18px;
  }
  .tab {
    justify-content: space-between;
    gap: 10px;
  }
  .tab li {
    width: calc(100% / 3);
    margin: 0;
  }
  .tab li a {
    width: 100%;
    font-size: 12px;
    height: 40px;
    padding: 10px 0;
  }
  .sub-img li {
    width: 50px;
    height: 50px;
  }
}

/* ----------top終わり---------- */

/* ----------plan---------- */

.lower-fv {
  margin-top: 100px;
}
.lower-fv-top {
  height: calc(70vh - 100px);
}
.lower-fv-top img {
  object-fit: cover;
}
.lower-fv-bottom {
  padding: 100px 100px;
  background: #e8e8e8;
}
.lower-fv h2 {
  color: #000;
}
.lower-fv h3 {
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}

.plans {
  background: url(../images/plans-back.jpg) no-repeat top left / cover;
  position: relative;
}
.plans h2 {
  font-size: 24px;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding: 14px 0;
  background: #fff;
  position: relative;
}
.plans h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.plans-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px 40px;
  padding: 0 30px;
  margin-top: 100px;
}
.plans-box {
  width: calc(50% - 30px);
}
.plans-box h3 {
  font-size: 20px;
  margin-top: 30px;
}
.plans-box .price {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}
.plans-box .time {
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  color: #000;
  padding: 0.3em;
  margin-right: 30px;
}
.plans-box .tax {
  font-size: 18px;
}
.plans-box .mainp {
  margin-top: 30px;
}

.notice {
  background: #e8e8e8;
}
.notice-box {
  margin-top: 50px;
  background: #fff;
}
.notice-box h3 {
  font-size: 20px;
  color: #fff;
  background: #000;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice-box ul {
  padding: 60px 0;
  width: fit-content;
  margin: auto;
}
.notice-box li {
  margin-top: 20px;
  position: relative;
  padding-left: 1.2em;
}
.notice-box li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.notice-box li:nth-of-type(1) {
  margin-top: 0;
}

.plans-image {
  background: #e8e8e8;
}
.plans-image .image-flex {
  display: flex;
  justify-content: center;
  gap: 50px;
}

@media screen and (max-width: 834px) {
  .lower-fv {
    margin-top: 70px;
  }
  .lower-fv-bottom {
    padding: 100px 0;
  }

  .plans h2 {
    font-size: 20px;
  }
  .plans-flex {
    padding: 0;
    gap: 60px 30px;
  }
  .plans-box h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  .plans-box .price {
    font-size: 18px;
    margin-top: 10px;
  }
  .plans-box .time {
    font-size: 14px;
  }
  .plans-box .tax {
    font-size: 14px;
  }
  .plans-box .mainp {
    margin-top: 20px;
  }
  .notice-box ul {
    padding: 40px 60px;
  }
  .notice-box h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {
  .lower-fv-top {
    height: 400px;
  }

  .plans h2 {
    padding: 14px 20px;
    font-size: 18px;
  }
  .plans-flex {
    display: block;
  }
  .plans-box {
    width: 100%;
    margin-top: 60px;
  }

  .notice-box ul {
    padding: 40px;
  }

  .plans-image .image-flex {
    gap: 20px;
  }
}

/* ----------plan終わり---------- */

/* ----------Q&A---------- */

.faq {
  background: url(../images/plans-back.jpg) no-repeat top left / cover;
}
.faqt {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-top: 60px;
}
.faq-flex {
  display: flex;
  gap: 100px;
  justify-content: center;
}
.faq-list {
  width: 65%;
}
.faq-side {
  width: 35%;
}
.faq h3 {
  font-size: 20px;
  color: #fff;
  margin-top: 60px;
}
.faq-list .faq-cont:nth-of-type(1) h3 {
  margin-top: 0;
}
.faq-re-box {
  margin-top: 30px;
}

.toggle {
  display: none;
}
.option {
  position: relative;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  background: #fff;
}
.title {
  padding: 1em;
  display: block;
  color: #000;
  font-weight: 600;
  margin: 4px 0;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #000;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 1em 1em 1.5em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.faq-side ul {
  margin-top: 60px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
  position: sticky;
  top: 200px;
}
.faq-side li {
  margin-top: 20px;
}
.faq-side li:nth-of-type(1) {
  margin-top: 0;
}
.faq-side ul li a {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .faqt {
    font-size: 14px;
  }
  .faq-flex {
    gap: 60px;
  }
}

@media screen and (max-width: 420px) {
  .faq h3 {
    font-size: 18px;
  }
  .faq-flex {
    flex-direction: column-reverse;
    gap: 100px;
  }
  .faq-side {
    width: 100%;
  }
  .faq-list {
    width: 100%;
  }
  .title {
    font-size: 14px;
  }
  .content p {
    font-size: 14px;
  }
  .faq-side ul {
    margin-top: 0;
    position: static;
  }
}
/* ----------Q&A終わり---------- */

/* ----------reserve---------- */

.method {
  background: #191919;
}
.method h3 {
  font-size: 20px;
  color: #fff;
  background: #000;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.method h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.re-flow-box {
  background: #fff;
  padding: 100px 0;
}
.re-flow-img {
  width: 320px;
  height: auto;
  margin-top: 20px;
}
.re-flow h4 {
  font-size: 20px;
  margin-top: 10px;
}
.re-flow {
  display: flex;
  justify-content: center;
}
.re-flow .step {
  font-size: 12px;
}
.re-flow .stepno {
  font-size: 18px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px dashed #000;
}
.re-flow .mainp {
  margin-top: 20px;
}
.re-flow01,
.re-flow03 {
  width: 320px;
}
.re-flow03 {
  position: relative;
}
.re-flow02 {
  width: 410px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 35px;
  margin: 0 35px;
  position: relative;
}
.re-flow02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-image: initial;
}
.re-flow02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  width: 0;
  height: 0;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-image: initial;
}
.re-flow03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  width: 0;
  height: 0;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-image: initial;
}
.re-flow03::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -37px;
  width: 0;
  height: 0;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-image: initial;
}
.re-flow-box .btn a {
  background: #191919;
  color: #fff;
  display: block;
  width: fit-content;
  margin: 80px auto 0;
}

.use-flow {
  background: #e8e8e8;
}
.use-flow-flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 100px;
}
.use-flow h3 {
  font-size: 20px;
  text-align: center;
}
.use-flow-list {
  background: #fff;
  width: 350px;
  padding: 40px 20px;
  text-align: center;
}
.use-flow h4 {
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
}
.use-flow p {
  text-align: left;
}
.use-flow01,
.use-flow02,
.use-flow03 {
  position: relative;
}
.use-flow01::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-width: 14px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-image: initial;
}
.use-flow02::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-width: 14px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-image: initial;
}
.use-flow02::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-width: 14px;
  border-style: solid;
  border-color: transparent transparent transparent #e8e8e8;
  border-image: initial;
}
.use-flow03::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-width: 14px;
  border-style: solid;
  border-color: transparent transparent transparent #e8e8e8;
  border-image: initial;
}

@media screen and (max-width: 834px) {
  .method h3 {
    font-size: 18px;
  }
  .re-flow {
    display: block;
  }
  .re-flow-box {
    padding: 0 5% 80px;
  }
  .re-flow h4 {
    margin-top: 20px;
    text-align: center;
  }
  .re-flow .mainp {
    text-align: center;
  }
  .re-flow01,
  .re-flow02,
  .re-flow03 {
    width: 100%;
    padding: 40px 0;
  }
  .re-flow02 {
    margin: 0;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .re-flow02::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 11px;
    border-style: solid;
    border-color: #000 transparent transparent;
    border-image: initial;
  }
  .re-flow02::after {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent;
    border-image: initial;
  }
  .re-flow03::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 11px;
    border-style: solid;
    border-color: #000 transparent transparent;
    border-image: initial;
  }
  .re-flow03::after {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent;
    border-image: initial;
  }
  .re-flow-img {
    max-width: 320px;
    margin: 20px auto 0;
  }
  .re-flow-box .btn a {
    margin-top: 20px;
  }
  .use-flow h3 {
    font-size: 18px;
  }
  .use-flow-flex {
    flex-direction: column;
    gap: 20px;
    margin-top: 80px;
  }
  .use-flow p {
    text-align: center;
  }
  .use-flow-list {
    width: 100%;
  }
  .use-flow01::after {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent;
    border-image: initial;
  }
  .use-flow02::after {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent;
    border-image: initial;
  }
  .use-flow02::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #e8e8e8 transparent transparent;
    border-image: initial;
  }
  .use-flow03::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #e8e8e8 transparent transparent;
    border-image: initial;
  }
}
/* ----------reserve終わり---------- */
