@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*// mixin //////////////////////////////////////////////////*/
/* media query */
/* hover */
.c-conv-fin .contact {
  max-width: 60rem;
  margin: 0 auto 3rem;
  text-align: center;
  background: #444444;
  padding: 2rem 1rem;
  border: 1px solid;
}
.c-conv-fin .toiawase {
  margin: 1rem auto;
  max-width: 40rem;
}
.c-conv-fin .time {
  font-size: 1.4rem;
}

.c-conv__wrap__btns .c-button {
  background-color: #00996a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-conv__wrap__btns .c-button:hover {
  background-color: #00996a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-mv__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90vw;
  max-width: 90rem;
  margin: 0 auto;
  background: #212020bd;
  padding: 3rem 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #00996a;
  position: absolute;
  color: white;
}
@media only screen and (max-width: 767px) {
  .p-mv__txt {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.fin-img {
  max-width: 20rem;
  width: 14vw;
  display: block;
  min-width: 12rem;
}

.fin-ttl {
  font-size: 3.6rem;
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .fin-ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.fin-txt {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .fin-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.l-footer-float,
.foot-cv {
  display: none;
}

/* スマホのナビを遅く表示させたい場合 */
.spNavBar {
  bottom: -100%;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.spNavBar.on {
  bottom: -1px;
}
/*# sourceMappingURL=../../map/top/top-fin.css.map */