@charset "UTF-8";
/*********************************************************
base
*********************************************************/
* {
  box-sizing: border-box;
}

body {
  color: #262626;
  font-family: Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.8px;
  left: 0;
  line-height: 1.8;
  overflow-x: hidden;
  padding: 50px 0 0 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

span {
  font-weight: inherit;
}

button {
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.dib {
  display: inline-block;
}

.layer {
  position: fixed;
  top: 0;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.font-tel {
  font-family: "Bebas Neue", sans-serif;
}

.content {
  padding: 60px 0;
}
.content.-bg {
  background: #fcf6fa;
}

.content-ttl {
  font-family: "Ryumin Regular KL", "Ryumin Bold KL", "Kozuka Mincho Pr6N", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N B", "小塚明朝 Pr6N Bold", "Noto Serif JP";
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .content-ttl {
    font-size: 22px;
  }
}

.link-btn {
  background: #fff;
  border: 1px solid #ccc;
  color: #fe65b8;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 250px;
}
@media (max-width: 600px) {
  .link-btn {
    width: 100%;
  }
}
.link-btn::after {
  background-image: url(image.php?id=017);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
  height: 10px;
}
.link-btn:hover::after {
  right: 20px;
}

/*********************************************************
header
*********************************************************/
.header {
  background: #fff;
  padding-top: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media (max-width: 1024px) {
  .header {
    height: 50px;
    padding-top: 0;
  }
}

.header__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .header__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .header__logo {
    padding: 5px 0 5px 10px;
  }
}
.header__logo img {
  vertical-align: bottom;
  width: 100px;
}
@media (max-width: 1024px) {
  .header__logo img {
    width: auto;
    height: 40px;
  }
}

.header__tel {
  color: #a80f78;
  text-align: center;
}
@media (max-width: 1024px) {
  .header__tel {
    display: none;
  }
}
.header__tel p {
  font-weight: bold;
  font-size: 15px;
  text-align: right;
}
.header__tel a {
  display: block;
  font-size: 38px;
  line-height: 1;
  margin-top: 5px;
  padding-left: 30px;
  position: relative;
}
.header__tel a::before {
  content: "";
  background-image: url(image.php?id=013);
  background-size: contain;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 24px;
}

.header-icon {
  display: flex;
  font-size: 10px;
  text-align: center;
  width: 150px;
}
@media (min-width: 1025px) {
  .header-icon {
    display: none;
  }
}

.header-icon__btn {
  color: #fff;
  width: 33.3%;
}
.header-icon__btn a {
  display: block;
  height: 100%;
  padding: 30px 10px 5px;
  position: relative;
}
.header-icon__btn:first-child a {
  background: #39aab3;
}
.header-icon__btn:first-child a::before {
  background-image: url(image.php?id=014);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
}
.header-icon__btn:nth-child(2) a {
  background: #fe65b8;
}
.header-icon__btn:nth-child(2) a::before {
  background-image: url(image.php?id=015);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
}
.header-icon__btn:nth-child(3) {
  background: #a80f78;
}

.menu-btn {
  position: relative;
}
@media (min-width: 1025px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn__inner {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
  box-shadow: none;
  border: none;
  padding: 0;
  z-index: 1;
}
.menu-btn__inner::after {
  content: "MENU";
  font-weight: normal;
  display: block;
  line-height: 1em;
  text-align: center;
  font-size: 10px;
  padding: 25px 0 0;
}

.menu-btn__bar {
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 15px;
  height: 2px;
  margin: -1px 0 0 -7.5px;
  background: #fff;
  transition: 0.2s;
}
.menu-btn__bar::before, .menu-btn__bar::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.menu-btn__bar::before {
  margin-top: -6px;
}
.menu-btn__bar::after {
  margin-top: 4px;
}

.open .menu-btn__inner::after {
  content: "CLOSE";
}

.open .menu-btn__bar {
  background: transparent;
}
.open .menu-btn__bar::before, .open .menu-btn__bar::after {
  margin-top: 0;
}
.open .menu-btn__bar::before {
  transform: rotate(45deg);
}
.open .menu-btn__bar::after {
  transform: rotate(-45deg);
}

@media (min-width: 1025px) {
  .gnav {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 50px;
    right: -300px;
    width: 300px;
    height: 100%;
    height: calc(100vh - 50px);
    background: #FFF;
    border-left: 1px solid #C1C1C1;
    overflow: auto;
  }
}

@media (min-width: 1025px) {
  .gnav__list {
    display: flex;
  }
}

@media (min-width: 1025px) {
  .gnav__item {
    position: relative;
    text-align: center;
    width: 16.6666666667%;
  }
  #home .gnav__item:first-child .gnav__link::after, #about .gnav__item:nth-child(2) .gnav__link::after, #plan .gnav__item:nth-child(3) .gnav__link::after, #flow .gnav__item:nth-child(4) .gnav__link::after, #faq .gnav__item:nth-child(5) .gnav__link::after {
    background: #fe65b8;
    bottom: 0;
    opacity: 1;
  }
  .gnav__item::before, .gnav__item:nth-last-child(2)::after {
    background: #e6b9d8;
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 25px;
  }
  .gnav__item::before {
    left: 0;
  }
  .gnav__item:nth-last-child(2)::after {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .gnav__item {
    border-bottom: 1px solid #eee;
  }
  #home .gnav__item:first-child .gnav__link::after, #about .gnav__item:nth-child(2) .gnav__link::after, #plan .gnav__item:nth-child(3) .gnav__link::after, #flow .gnav__item:nth-child(4) .gnav__link::after, #faq .gnav__item:nth-child(5) .gnav__link::after {
    background: #fe65b8;
    content: "";
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
  }
  .gnav__item.-contact {
    display: none;
  }
}

.gnav__link {
  display: block;
  padding: 10px 0 20px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 1025px) {
  .gnav__link::after {
    content: "";
    opacity: 0.5;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: 0.5s;
    width: 100%;
    height: 4px;
  }
  .gnav__link:hover::after {
    background: #fe65b8;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .gnav__link {
    border-left: 2px solid #e6b9d8;
    font-size: 14px;
    padding: 15px;
  }
}

.gnav-sp {
  background: #a80f78;
  color: #fff;
  padding: 30px 10px;
  text-align: center;
}
@media (min-width: 1025px) {
  .gnav-sp {
    display: none;
  }
}

.gnav-sp__btn a {
  display: block;
  font-size: 14px;
  padding: 20px;
  margin-top: 15px;
}
.gnav-sp__btn span {
  position: relative;
}
.gnav-sp__btn span::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.gnav-sp__btn.-mail a {
  background: #fe65b8;
  font-weight: bold;
}
.gnav-sp__btn.-mail span {
  padding-left: 30px;
}
.gnav-sp__btn.-mail span::before {
  background-image: url(image.php?id=015);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.gnav-sp__btn.-tel a {
  background: #39aab3;
  font-weight: bold;
}
.gnav-sp__btn.-tel span {
  padding-left: 40px;
}
.gnav-sp__btn.-tel span::before {
  background-image: url(image.php?id=014);
  transform: translateY(-40%);
  width: 30px;
  height: 40px;
}

.gnav-sp__time {
  font-size: 12px;
  margin-top: 5px;
}

/*********************************************************
footer
*********************************************************/
.footer__pay {
  padding: 20px 0 30px;
  text-align: center;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.page-top.on {
  position: absolute;
  top: -20px;
  bottom: auto;
}

.page-top__link {
  background: #fe65b8;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  height: 40px;
  width: 40px;
  box-sizing: border-box;
}
.page-top__link::before {
  background-image: url(image.php?id=019);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}

.footer__bottom {
  background-image: url(image.php?id=012);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 30px 15px;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .footer__bottom {
    padding: 50px 15px 15px;
  }
}

.footer__logo img {
  width: 100px;
}

.footer__tel {
  margin-top: 5px;
  font-size: 22px;
}
.footer__tel span {
  padding-left: 40px;
  position: relative;
}
.footer__tel span::before {
  background-image: url(image.php?id=014);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
  width: 30px;
  height: 40px;
}

.footer__time {
  font-size: 12px;
  margin-top: 5px;
}

.footer__address {
  display: none;
  font-size: 14px;
  margin-top: 20px;
}

.footer-nav {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .footer-nav {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.footer-nav__list {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .footer-nav__list {
    flex-wrap: wrap;
  }
}

.footer-nav__item {
  position: relative;
  width: 20%;
}
@media (min-width: 769px) {
  .footer-nav__item:not(:last-child)::after {
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 21px;
  }
}
@media (max-width: 768px) {
  .footer-nav__item {
    border: 2px solid #fff;
    width: 50%;
  }
  .footer-nav__item:first-child, .footer-nav__item:nth-child(3) {
    border-right: none;
  }
  .footer-nav__item:nth-child(3), .footer-nav__item:nth-child(4), .footer-nav__item:nth-child(5) {
    border-top: none;
  }
  .footer-nav__item:last-child {
    width: 100%;
  }
  .footer-nav__item:last-child a {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .footer-nav__item {
    width: 100%;
  }
  .footer-nav__item:first-child, .footer-nav__item:nth-child(3) {
    border-right: 2px solid #fff;
  }
  .footer-nav__item:nth-child(2) {
    border-top: none;
  }
  .footer-nav__item:last-child a {
    text-align: left;
  }
}
.footer-nav__item a {
  font-size: 14px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer-nav__item a {
    background: rgba(154, 154, 154, 0.7);
    display: block;
    padding: 15px;
    text-align: left;
  }
}
.footer-nav__item a:hover {
  text-decoration: none;
}

.footer__banner {
  margin-top: 30px;
  text-align: center;
}
.footer__banner a:hover {
  opacity: 0.8;
}

.footer__copy {
  font-size: 12px;
  margin-top: 40px;
}

/*********************************************************
contact
*********************************************************/
.contact {
  background: #a80f78;
  color: #fff;
  padding: 40px 30px;
  text-align: center;
}

.contact__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .contact__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.contact__top {
  font-size: 20px;
}

.contact__container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .contact__container {
    display: block;
  }
}

.contact__mail,
.contact__tel {
  width: 48%;
}
@media (max-width: 600px) {
  .contact__mail,
  .contact__tel {
    width: 100%;
  }
}
.contact__mail a,
.contact__tel a {
  display: block;
  padding: 20px;
}
.contact__mail span,
.contact__tel span {
  position: relative;
}
.contact__mail span::before,
.contact__tel span::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}

.contact__mail a {
  background: #fe65b8;
  font-weight: bold;
}
.contact__mail span {
  padding-left: 30px;
}
.contact__mail span::before {
  background-image: url(image.php?id=015);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

@media (max-width: 600px) {
  .contact__tel {
    margin-top: 30px;
  }
}
.contact__tel a {
  background: #39aab3;
  font-size: 20px;
}
.contact__tel span {
  padding-left: 40px;
}
.contact__tel span::before {
  background-image: url(image.php?id=014);
  transform: translateY(-40%);
  width: 30px;
  height: 40px;
}

.contact__time {
  font-size: 12px;
  margin-top: 15px;
}

.tax {
  font-size: 80%;
}

.inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

/*********************************************************
index.html
*********************************************************/
.mv {
  background-image: url(image.php?id=042);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Ryumin Regular KL", "Ryumin Bold KL", "Kozuka Mincho Pr6N", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N B", "小塚明朝 Pr6N Bold", "Noto Serif JP";
  height: 80vh;
  min-height: 600px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .mv {
    height: 50vh;
    min-height: 45em;
  }
}
@media (max-width: 768px) {
  .mv {
    background-position: bottom 0 left 20%;
  }
}
@media (max-width: 600px) {
  .mv {
    height: 40vh;
    min-height: 35em;
  }
}

.mv__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .mv__container {
    padding: 0 2%;
  }
}
.mv__container::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mv__ttl {
  font-size: 55px;
}
@media (max-width: 1024px) {
  .mv__ttl {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .mv__ttl {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .mv__ttl {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .mv__ttl {
    font-size: 24px;
  }
}

.mv__txt {
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .mv__txt {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .mv__txt {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .mv__txt {
    font-size: 16px;
  }
}
.mv__txt strong {
  color: #a80f78;
}

.mv__pay {
  margin-top: 15px;
}

.home01 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .home01 {
    display: block;
  }
}

.home01__img,
.home01__content {
  width: 49%;
}
@media (max-width: 600px) {
  .home01__img,
  .home01__content {
    width: 100%;
  }
}

.home01__img {
  text-align: center;
}

@media (max-width: 600px) {
  .home01__content {
    margin-top: 15px;
  }
}

.home01__list {
  margin-top: 1em;
}
.home01__list li {
  padding-left: 1.1em;
  position: relative;
}
.home01__list li:not(:first-child) {
  margin-top: 0.5em;
}
.home01__list li::before {
  color: #a80f78;
  content: "●";
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 0;
}
.home01__list li strong {
  color: #a80f78;
}

.home01__txt strong {
  color: #a80f78;
}

.home01__link {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 600px) {
  .home01__link {
    text-align: center;
  }
}

.home02 {
  padding-bottom: 60px;
  text-align: center;
}

.home02__ttl {
  color: #a80f78;
  font-weight: bold;
}
.home02__ttl a {
  text-decoration: underline;
}
.home02__ttl a:hover {
  text-decoration: none;
}

.home02__txt {
  font-weight: bold;
  margin-top: 15px;
}

.home02__txt2 strong {
  font-size: 120%;
  margin-top: 5px;
}

.home02__txt3 {
  margin-top: 5px;
}
.home02__txt3 a {
  text-decoration: underline;
}
.home02__txt3 a:hover {
  text-decoration: none;
}

.home02__list {
  margin-top: 15px;
}
.home02__list li {
  font-size: 14px;
  padding-left: 1.1em;
  position: relative;
  text-align: left;
}
.home02__list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.home02__link a {
  background: #a80f78;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 50px auto 0;
  padding: 30px;
  position: relative;
  text-align: center;
  width: 98%;
  max-width: 700px;
}
@media (max-width: 600px) {
  .home02__link a {
    font-size: 16px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .home02__link a {
    padding-right: 50px;
  }
}
.home02__link a::after {
  background-image: url(image.php?id=018);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
  height: 10px;
}
.home02__link a:hover::after {
  right: 40px;
}

.home03__txt {
  margin-top: 50px;
}

.home03-link {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .home03-link {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .home03-link {
    display: block;
  }
}

.home03-link__item {
  width: 32%;
  position: relative;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .home03-link__item {
    width: 320px;
  }
  .home03-link__item:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 601px) and (max-width: 697px) {
  .home03-link__item:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .home03-link__item {
    width: 100%;
  }
  .home03-link__item:last-child {
    margin-top: 30px;
  }
}

.home03-link__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home03-link__cover ~ .home03-link__plan a {
  text-decoration: underline;
}
.home03-link__cover:hover {
  background: rgba(255, 255, 255, 0.2);
}
.home03-link__cover:hover ~ .home03-link__plan a {
  text-decoration: none;
}

.home03-link__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}

.home03-link__ttl {
  background: #a80f78;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0;
  padding: 10px;
  text-align: center;
}

.home03-link__plan {
  color: #a80f78;
  font-weight: bold;
  text-align: center;
}

.home03-link__txt {
  font-size: 14px;
  margin-top: 15px;
}

.home03__link {
  margin-top: 50px;
  text-align: center;
}

.home04__ttl {
  color: #a80f78;
  font-family: "Ryumin Regular KL", "Ryumin Bold KL", "Kozuka Mincho Pr6N", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N B", "小塚明朝 Pr6N Bold", "Noto Serif JP";
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}

.home04__box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .home04__box {
    display: block;
  }
}

.home04__txt {
  width: 60%;
}
@media (max-width: 600px) {
  .home04__txt {
    width: 100%;
  }
}
.home04__txt p:not(:first-child) {
  margin-top: 1em;
}

.home04__note {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}

.home04__img {
  width: 35%;
}
@media (max-width: 600px) {
  .home04__img {
    margin-top: 15px;
    width: 100%;
  }
}

.home04__price {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .home04__price {
    display: block;
    margin-top: 30px;
  }
}
.home04__price dt,
.home04__price dd {
  font-weight: bold;
  padding: 15px;
}
.home04__price dt {
  border-bottom: 2px solid #a80f78;
  letter-spacing: 1em;
  width: 30%;
}
@media (max-width: 600px) {
  .home04__price dt {
    border-bottom: none;
    padding: 0 0 0 20px;
    position: relative;
    width: 100%;
  }
  .home04__price dt::before {
    background: #a80f78;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
  }
}
.home04__price dd {
  border-bottom: 1px solid #eaeaea;
  color: #a80f78;
  width: 68%;
}
@media (max-width: 600px) {
  .home04__price dd {
    width: 100%;
  }
  .home04__price dd strong {
    font-size: 120%;
  }
}

/*********************************************************
lowheader
*********************************************************/
.lowheader {
  background-image: url(image.php?id=020);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .lowheader {
    padding: 10% 2%;
  }
}

.lowheader__ttl {
  font-family: "Ryumin Regular KL", "Ryumin Bold KL", "Kozuka Mincho Pr6N", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N B", "小塚明朝 Pr6N Bold", "Noto Serif JP";
  font-size: 36px;
  text-align: center;
}
@media (max-width: 768px) {
  .lowheader__ttl {
    font-size: 24px;
  }
}

/*********************************************************
about.html
*********************************************************/
.about__box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .about__box {
    display: block;
  }
}
.about__box.-re {
  flex-direction: row-reverse;
}

.about__img,
.about__content {
  width: 48%;
}
@media (max-width: 600px) {
  .about__img,
  .about__content {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .about__img {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .about__content {
    margin-top: 15px;
  }
}
.about__content strong {
  font-size: 18px;
}

.about__time {
  font-size: 12px;
}

.about__link {
  margin-top: 30px;
}

/*********************************************************
flow.html
*********************************************************/
.flow {
  counter-reset: num 0;
  padding: 60px 0;
}

.flow__box {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  counter-increment: num;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .flow__box {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 600px) {
  .flow__box {
    flex-direction: column-reverse;
  }
}
.flow__box:not(:first-child) {
  margin-top: 30px;
}

.flow__img {
  width: 250px;
}
@media (max-width: 600px) {
  .flow__img {
    border-bottom: 1px solid #e8e8e8;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }
}

.flow__list {
  width: calc(100% - 250px);
}
@media (max-width: 600px) {
  .flow__list {
    width: 100%;
  }
}

.flow__ttl {
  color: #a80f78;
  font-size: 18px;
  font-weight: bold;
}
.flow__ttl::before {
  content: counter(num) ".";
  font-family: "Ryumin Regular KL", "Ryumin Bold KL", "Kozuka Mincho Pr6N", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N B", "小塚明朝 Pr6N Bold", "Noto Serif JP";
}

.flow__txt {
  margin-top: 20px;
}

.flow__tel {
  font-size: 18px;
}

/*********************************************************
faq.html
*********************************************************/
.qa__q {
  color: #a80f78;
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 600px) {
  .qa__q {
    padding-left: 30px;
  }
}
.qa__q::before {
  content: "Q.";
  font-family: "Ryumin Regular KL", "Ryumin Bold KL", "Kozuka Mincho Pr6N", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N B", "小塚明朝 Pr6N Bold", "Noto Serif JP";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.qa__a {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 600px) {
  .qa__a {
    padding-left: 30px;
  }
}
.qa__a:last-child {
  margin-bottom: 0;
}
.qa__a::before {
  content: "A.";
  font-family: "Ryumin Regular KL", "Ryumin Bold KL", "Kozuka Mincho Pr6N", "小塚明朝 Pr6N", "Kozuka Mincho Pr6N B", "小塚明朝 Pr6N Bold", "Noto Serif JP";
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.qa__a a {
  text-decoration: underline;
}
.qa__a a:hover {
  text-decoration: none;
}

.qa__txt01 {
  font-size: 18px;
  font-weight: bold;
}

.qa__txt02 {
  margin-top: 15px;
}
.qa__txt02.-pay {
  text-align: center;
}

/*********************************************************
enshrined.html
*********************************************************/
.enshrined {
  margin-top: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .enshrined__img {
    text-align: center;
  }
}
.enshrined__img img {
  border-radius: 15px;
}
@media (min-width: 769px) {
  .enshrined__img img {
    width: 400px;
  }
}

.enshrined__txt {
  background: #e8e8e8;
  border-radius: 15px;
  padding: 50px;
}
@media (min-width: 769px) {
  .enshrined__txt {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 60%;
  }
}
@media (max-width: 480px) {
  .enshrined__txt {
    padding: 30px;
  }
}

.enshrined01__top {
  margin-top: 50px;
}

.enshrined01__list {
  counter-reset: num 0;
}

.enshrined01__item {
  counter-increment: num;
}

.enshrined01__box {
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .enshrined01__box {
    display: block;
  }
}

.enshrined01__dl {
  width: 65%;
}
@media (max-width: 600px) {
  .enshrined01__dl {
    width: 100%;
  }
}
.enshrined01__dl dt {
  color: #a80f78;
  font-size: 22px;
  font-weight: bold;
}
.enshrined01__dl dt::before {
  content: counter(num) ".";
}
.enshrined01__dl dd {
  margin-top: 15px;
}

.enshrined01__img {
  width: 30%;
}
@media (max-width: 600px) {
  .enshrined01__img {
    margin-top: 15px;
    text-align: center;
    width: 100%;
  }
}

.enshrined02__top {
  margin-top: 50px;
}

.enshrined02__img {
  margin-top: 15px;
  text-align: center;
}

.enshrined02__txt {
  margin-top: 15px;
}

/*********************************************************
plan.html
*********************************************************/
.plan01__top {
  background: #a80f78;
  color: #fff;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 5px;
  text-align: center;
  width: 90%;
  max-width: 350px;
}

.plan01__box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 980px) {
  .plan01__box {
    display: block;
  }
}

.plan01__img {
  overflow: hidden;
}
@media (max-width: 980px) {
  .plan01__img {
    display: flex;
    justify-content: center;
  }
  .plan01__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-width: 300px;
  }
  .plan01__img img:nth-child(2) {
    margin-left: 10px;
  }
}
@media (max-width: 650px) {
  .plan01__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 600px) {
  .plan01__img {
    flex-direction: column;
    align-items: center;
  }
  .plan01__img img {
    height: 200px;
  }
  .plan01__img img:nth-child(2) {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 980px) {
  .plan01__table {
    margin-top: 30px;
  }
}
@media (max-width: 980px) {
  .plan01__table tr,
  .plan01__table th,
  .plan01__table td {
    display: block;
  }
}
@media (max-width: 980px) {
  .plan01__table tr:not(:first-child) {
    padding-top: 20px;
  }
}
@media (min-width: 981px) {
  .plan01__table tr:not(:first-child) th,
  .plan01__table tr:not(:first-child) td {
    padding-top: 30px;
  }
}
.plan01__table th {
  border-bottom: 2px solid #a80f78;
  font-weight: bold;
  padding: 10px 30px;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .plan01__table th {
    border-bottom: none;
    padding: 10px 10px 10px 20px;
    position: relative;
    text-align: left;
  }
  .plan01__table th::before {
    background: #a80f78;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
  }
}
.plan01__table td {
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  padding: 20px;
}
@media (max-width: 980px) {
  .plan01__table td {
    padding-top: 5px;
  }
}

.plan01__price {
  color: #a80f78;
  font-size: 18px;
  font-weight: bold;
}

.plan01__ex {
  background: #f2f2f2;
  font-size: 14px;
  margin: 10px 0;
  padding: 15px;
}
.plan01__ex dt {
  font-weight: bold;
}
.plan01__ex dd p {
  margin-top: 0.5em;
}
.plan01__ex dd p span {
  font-size: 80%;
}

.plan01__charge {
  margin-left: 1em;
  text-indent: -1em;
}
.plan01__charge a {
  text-decoration: underline;
}
.plan01__charge a:hover {
  text-decoration: none;
}

.plan01__note {
  margin: 15px 0 0 1em;
  text-indent: -1em;
}

.plan02__table {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .plan02__table {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 801px) {
  .plan02__table {
    overflow: auto;
  }
}
.plan02__table table {
  width: 100%;
}
.plan02__table th {
  white-space: nowrap;
}
@media (max-width: 800px) {
  .plan02__table thead {
    display: none;
  }
}
.plan02__table thead th {
  color: #a80f78;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
}
.plan02__table thead th:first-child {
  border-bottom: 2px solid #a80f78;
}
.plan02__table thead th:not(:first-child) {
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 800px) {
  .plan02__table tbody tr,
  .plan02__table tbody th,
  .plan02__table tbody td {
    display: block;
  }
}
@media (max-width: 800px) {
  .plan02__table tbody tr:not(:first-child) {
    margin-top: 30px;
  }
}
.plan02__table tbody th,
.plan02__table tbody td {
  padding: 30px 20px 15px;
}
@media (min-width: 801px) {
  .plan02__table tbody th,
  .plan02__table tbody td {
    white-space: nowrap;
  }
}
@media (max-width: 800px) {
  .plan02__table tbody th,
  .plan02__table tbody td {
    padding: 10px 20px;
  }
}
.plan02__table tbody th {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .plan02__table tbody th {
    position: relative;
    text-align: left;
  }
  .plan02__table tbody th::before {
    background: #a80f78;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
  }
}
.plan02__table tbody th:first-child {
  border-bottom: 2px solid #a80f78;
}
@media (max-width: 800px) {
  .plan02__table tbody th:first-child {
    border-bottom: none;
    padding: 5px 5px 5px 20px;
  }
}
.plan02__table tbody td {
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 800px) {
  .plan__td01::before,
  .plan__td02::before,
  .plan__td03::before,
  .plan__td04::before,
  .plan__tdarea::before {
    color: #a80f78;
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
}

.plan__td02,
.plan__td03 {
  text-align: center;
}
@media (max-width: 800px) {
  .plan__td02,
  .plan__td03 {
    text-align: left;
  }
}

.plan__td01 {
  font-size: 14px;
}
@media (max-width: 800px) {
  .plan__td01::before {
    content: "種別詳細:";
  }
}

.plan__td02 {
  font-size: 12px;
}
@media (max-width: 800px) {
  .plan__td02 {
    font-size: 14px;
  }
  .plan__td02::before {
    content: "体重:";
  }
}

.plan__td03 {
  color: #a80f78;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .plan__td03::before {
    content: "料金:";
  }
}
@media (max-width: 480px) {
  .plan__td03 {
    font-size: 16px;
  }
}
.plan__td03 dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 350px;
}
@media (max-width: 800px) {
  .plan__td03 dl {
    margin-top: 15px;
  }
}
@media (max-width: 320px) {
  .plan__td03 dl {
    display: block;
  }
}
.plan__td03 dt,
.plan__td03 dd {
  font-weight: bold;
}
.plan__td03 dt:not(:first-of-type),
.plan__td03 dd:not(:first-of-type) {
  margin-top: 10px;
}
.plan__td03 dt {
  color: #333;
  font-size: 12px;
  width: 150px;
}
@media (max-width: 320px) {
  .plan__td03 dt {
    width: 100%;
  }
}
.plan__td03 dd {
  width: calc(100% - 150px);
}
@media (max-width: 320px) {
  .plan__td03 dd {
    width: 100%;
  }
  .plan__td03 dd:not(:first-child) {
    margin-top: 3px;
  }
}

.plan__td04 {
  font-size: 14px;
}
@media (max-width: 800px) {
  .plan__td04::before {
    content: "エリア外出張料金:";
  }
}

@media (min-width: 801px) {
  .plan__tdarea {
    display: none;
  }
}
@media (max-width: 800px) {
  .plan__tdarea::before {
    content: "エリア外出張料金:";
  }
}

.plan__sup {
  font-size: 10px;
  vertical-align: super;
}

.plan02__note {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  font-size: 14px;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .plan02__note {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.plan02__note li {
  margin-left: 1em;
  text-indent: -1em;
}
.plan02__note li sup {
  font-size: 10px;
  vertical-align: super;
}

.plan03__box {
  margin-top: 50px;
}
.plan03__box:not(:first-child) {
  margin-top: 30px;
}

.plan03__ttl {
  color: #a80f78;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.plan03__table {
  margin-top: 10px;
  width: 100%;
}
.plan03__table th,
.plan03__table td {
  border: 1px solid #e8e8e8;
  font-size: 14px;
  padding: 10px;
}
.plan03__table th {
  background: #fcf6fa;
  font-weight: bold;
  white-space: nowrap;
}

.mitsumori-js-tbl {
  margin-top: 50px;
}
.mitsumori-js-tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.mitsumori-js-tbl thead {
  display: none;
}
.mitsumori-js-tbl tr,
.mitsumori-js-tbl th,
.mitsumori-js-tbl td {
  display: block;
}
.mitsumori-js-tbl tr:not(:first-child) {
  margin-top: 30px;
}
.mitsumori-js-tbl td.item-price {
  display: none;
}

.item-name {
  background: #e8e8e8;
  font-size: 18px;
  padding: 10px;
}

.item-quantity.-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-quantity.-flex label {
  width: 40%;
}
@media (max-width: 480px) {
  .item-quantity.-flex label {
    width: 100%;
  }
}
.item-quantity label {
  display: block;
  margin: 15px 0 0 1.5em;
  text-indent: -1.5em;
}

.mitsumori-js-tbl {
  margin-bottom: 30px;
}

.mitsumori-js-total-tbl {
  width: 100%;
}
.mitsumori-js-total-tbl tr,
.mitsumori-js-total-tbl th,
.mitsumori-js-total-tbl td {
  display: block;
}
.mitsumori-js-total-tbl th {
  background: #e8e8e8;
  font-size: 18px;
  padding: 10px;
}
.mitsumori-js-total-tbl td {
  font-size: 24px;
  text-align: center;
}

.mitsumori__table {
  margin-top: 50px;
  width: 100%;
}

.mitsumori__ttl {
  background: #e8e8e8;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 10px;
}

.mitsumori__select {
  padding-bottom: 30px;
}
.mitsumori__select select {
  padding: 10px;
  width: 100%;
}

.mitsumori__total {
  text-align: center;
}
.mitsumori__total span {
  font-size: 200%;
  font-weight: bold;
}

.plan-car {
  padding-bottom: 60px;
}

.plan-car__img {
  display: flex;
}
.plan-car__img img {
  width: 33.3%;
}

.plan-car__list {
  margin-top: 15px;
}
.plan-car__list li {
  color: #a80f78;
  line-height: 1.3;
  list-style: disc;
  margin-left: 1.5em;
}
.plan-car__list li:not(:first-child) {
  margin-top: 5px;
}

/*********************************************************
*********************************************************/
/*********************************************************
*********************************************************/