@charset "UTF-8";
@import url(normalize.css);
/*--------------------------------------------Base*/
html {
  font-size: 100%;
}

body {
  background: #fff;
  color: #333;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  line-height: 1.57;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

section[class^=sec_] {
  padding-top: 6em;
}

.sp {
  display: none;
}

/*--------------------------------------------Header*/
header {
  color: #fff;
  background-color: #000;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 5;
}

header .inr {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: spaxe-around;
  align-items: center;
}

header h1 {
  flex-basis: 20%;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 2.3em;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  padding: 0.5em 0;
  line-height: 1;
  letter-spacing: 4px;
}

header h1 span {
  font-size: 0.8rem;
  display: block;
  font-weight: 500;
}

header h1 small {
  font-size: 0.72rem;
  display: block;
  font-weight: 500;
}

#navigation {
  flex-basis: 80%;
}

.navigation_inr ul {
  font-family: baskerville-urw, serif;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1em;
}

.navigation_inr a {
  color: #fff;
}

.navigation_inr li {
  text-align: center;
  margin-right: 2em;
}

.navigation_inr li:last-child {
  margin-right: 0;
}

.navigation_inr li span {
  display: block;
  font-size: 0.65em;
}

.main_visual {
  width: 100%;
}

/*--------------------------------------------Sec01*/
.sec01 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec01 li {
  position: relative;
  flex-basis: 33.3333333333%;
}

.sec01 li figure {
  width: 100%;
  margin: 0;
}

.sec01 .gray figure {
  filter: grayscale(100%);
}

.sec01 .gray:hover figure {
  filter: grayscale(0%);
}

.sec01 .text {
  position: absolute;
  top: 0;
  left: 1em;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
  z-index: 0;
}

.sec01 h2 {
  font-size: 1.5em;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 400;
  margin-bottom: 0.7em;
}

.sec01 p {
  font-size: 0.6em;
  width: 72%;
  letter-spacing: 1px;
  line-height: 1.8;
}

/*--------------------------------------------About*/
.sec_about .inr {
  width: 85vw;
  margin: 0 auto;
}

.sec_about h2 {
  font-family: baskerville-urw, serif;
  font-size: 2em;
  font-weight: 400;
  padding-right: 5em;
  margin-top: 0;
}

.sec_about .photo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
}

.sec_about .text {
  width: 40%;
  padding-right: 4%;
}

.sec_about img {
  width: 45%;
}

.sec_about h3 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 1.4em;
  position: relative;
}

.sec_about h3::after {
  position: absolute;
  width: 20%;
  height: 0.1em;
  bottom: -0.5em;
  left: 0;
  content: "";
  background: #000;
}

.sec_about p {
  font-size: 0.85em;
  padding-top: 5%;
  line-height: 1.8;
}

/*--------------------------------------------Reason*/
.sec_reason {
  text-align: center;
}

.sec_reason h2 {
  font-family: baskerville-urw, serif;
  font-size: 3em;
  font-weight: 400;
  margin: 0;
}

.sec_reason h3 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 0.8em;
}

.sec_reason .inr {
  width: 1200px;
  margin: 0 auto;
  padding: 5% 0;
}

/*--------------------------------------------Info*/
.sec_info {
  text-align: center;
  background: repeating-linear-gradient(-45deg, #f76983 0, #f76983 3px, #f8738c 3px, #f8738c 6px);
  padding-bottom: 7em;
}

.sec_info .inr {
  width: 1200px;
  margin: 0 auto;
}

.sec_info h2 {
  color: #feffb5;
  margin-top: 0;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 400;
  font-size: 1.9em;
}

.sec_info p {
  color: #fff;
  font-size: 1em;
  line-height: 1.8;
  padding: 1em 0 2em;
}

.sec_info .cta {
  color: #f76983;
  background: #fff;
  padding: 0.5em 1.5em;
  border-radius: 3em;
  transition: all 0.3s ease-in-out;
}

.sec_info .cta:hover {
  opacity: 0.7;
}

/*--------------------------------------------Pay-Info*/
.sec_pay_info {
  padding-top: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_pay_info .photo {
  flex-basis: 65%;
}

.sec_pay_info .photo img {
  width: 100%;
}

.sec_pay_info .text {
  width: 35%;
  writing-mode: vertical-rl;
}

.sec_pay_info .text h2 {
  font-size: 2.5em;
  font-family: a-otf-ryumin-pr6n, serif;
  position: relative;
  text-align: center;
}

.sec_pay_info .text p {
  font-size: 0.85em;
  line-height: 1.8;
  margin: 0;
  margin-right: 5em;
}

.sec_pay_info .text p span {
  font-size: 0.8em;
}

.sec_pay_info .text em {
  writing-mode: lr;
  color: #f24868;
  line-height: 1.5;
  font-style: normal;
}

.sec_pay_info .man {
  position: absolute;
  width: 2.5em;
  height: 3em;
  left: -0.6em;
  bottom: 0;
}

/*--------------------------------------------Treatment*/
.sec_treatment {
  background: #2d353f;
  text-align: center;
  padding-bottom: 6em;
}

.sec_treatment h2 {
  font-family: futura-pt-condensed, sans-serif;
  color: #50555c;
  font-size: 4em;
  letter-spacing: 0.1em;
  margin: 0;
}

.sec_treatment h3 {
  color: #fff;
  margin-top: 0;
}

.sec_treatment .inr {
  width: 1200px;
  margin: 0 auto;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 7px;
       column-gap: 7px;
  margin-top: 3%;
}

.sec_treatment .box {
  background: #fff;
  padding: 1em 5% 0.5em;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 7px;
  border-radius: 7px;
}

.sec_treatment .box h4 {
  text-align: left;
  margin-top: 0;
}

.sec_treatment .box img {
  height: 60%;
  width: auto;
}

.sec_treatment .box p {
  font-size: 0.8em;
  text-align: left;
  letter-spacing: 0;
}

.sec_treatment .box .inline_text {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
}

.sec_treatment .box .inline {
  display: inline-block;
  width: 39%;
  vertical-align: middle;
  margin-right: 3%;
}

.sec_treatment .box .door {
  width: 30%;
  margin: 0 5%;
}

/*--------------------------------------------Payment*/
.sec_payment {
  background: url(../images/payment_bg.png) no-repeat top center;
  background-size: cover;
  text-align: center;
  padding-bottom: 6em;
}

.sec_payment h2 {
  background: url(../images/payment_h2_bg.png) no-repeat;
  background-size: contain;
  background-position: 0px 27px;
  padding: 0.8em 5.5em 1em;
  display: inline-block;
  color: #fff;
  font-size: 2em;
}

.sec_payment .payment_area {
  width: calc(1200px - 4em);
  margin: 0 auto;
  background: #ffdc8e;
  padding: 5em 2em 1em;
  border-radius: 0.2em;
  margin-top: -4.3em;
  box-shadow: 2px 1px 6px 1px rgba(84, 81, 81, 0.8901960784);
}

.sec_payment .payment_area li {
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 3%;
  padding: 0.4em 2em;
  box-shadow: 1px 1px 1px 1px rgba(181, 177, 177, 0.7490196078);
}

.sec_payment .payment_area li p {
  color: #db6e96;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.05em;
  margin: 0;
}

.sec_payment .payment_area li p em {
  font-size: 4rem;
  margin-right: 0.5em;
  letter-spacing: 0.05em;
}

.sec_payment .payment_area li p span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.sec_payment .payment_area li p img {
  vertical-align: -webkit-baseline-middle;
}

.sec_payment .balloon {
  position: relative;
  padding: 1.5em 5px 1.8em 0;
  margin-right: 1em;
  width: 4.7em;
  height: 4.7em;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 1.3em;
  background: #ffca53;
  border-radius: 50%;
  line-height: 0.8;
  box-sizing: border-box;
  z-index: 1;
}

.sec_payment .balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  margin-top: -1em;
  border: 1em solid transparent;
  border-left: 2em solid #ffca53;
  z-index: -1;
}

.sec_payment .balloon em {
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.sec_payment .gold {
  width: 2.3em;
}

.sec_payment .platinum {
  width: 4em;
}

.sec_payment .black {
  width: 2.6em;
}

.sec_payment li.option {
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1em 0;
}

.sec_payment li.option h4 {
  flex-basis: 100%;
  text-align: center;
  color: #eabf5e;
  margin: 0;
  margin-bottom: 1em;
}

.sec_payment li.option p {
  flex-basis: 28%;
  line-height: 1.1;
  font-size: 0.8rem;
}

.sec_payment li.option p em {
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  margin-right: 0;
}

/*--------------------------------------------Experience*/
.sec_experience {
  background: #f9f9f9;
  padding-top: 3em !important;
}

.sec_experience .inr {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2em;
}

.sec_experience .inr::before {
  background: url(../images/experience_girl.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  width: 563px;
  height: 767px;
  bottom: 0;
  left: 0;
}

.sec_experience h2 {
  font-size: 6em;
  font-weight: 700;
  font-family: futura-pt-condensed, sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ebebeb;
  margin: 0;
}

.sec_experience h3 {
  font-size: 2em;
  position: relative;
  margin-left: 37%;
  display: inline-block;
  margin-top: 0;
}

.sec_experience h3 .ok {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  left: -3em;
  bottom: -0.5em;
}

.sec_experience .text {
  margin-left: 40%;
}

.sec_experience .col1 {
  color: #da6993;
  font-size: 1.9em;
  border-bottom: dashed 1px #ff9a08;
  display: inline-block;
  letter-spacing: 0;
  margin: 0.7em 0 0 0;
}

.sec_experience .col2 {
  margin: 1.5em 0 0;
  font-size: 1.5em;
}

.sec_experience .col3 {
  margin: 0;
  margin-top: -0.8em;
  font-size: 1.8em;
}

.sec_experience .col3 span {
  color: #da6993;
}

.sec_experience .col3 em {
  font-size: 2em;
  font-style: normal;
}

.sec_experience .col4 {
  font-size: 0.85em;
  width: 84%;
  line-height: 2;
  letter-spacing: 0;
}

.sec_experience .pc {
  display: block;
}

.sec_experience .sp {
  display: none;
}

/*--------------------------------------------Contact*/
.sec_contact {
  text-align: center;
}

.sec_contact h2 {
  font-family: baskerville-urw, serif;
  font-size: 3em;
  font-weight: 400;
  margin: 0;
}

.sec_contact h3 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 0.8em;
}

.sec_contact .inr {
  width: 1200px;
  margin: 0 auto;
  padding: 5% 0 1%;
}

.sec_contact .cta_area {
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-family: source-han-sans-cjk-ja, sans-serif;
}

.sec_contact .cta_area h4,
.sec_contact .cta_area h5 {
  color: #fff;
  font-weight: 900;
  font-size: 1.5em;
  margin: 0;
}

.sec_contact .cta_area h5 {
  font-size: 0.9em;
  font-weight: normal;
}

.sec_contact .cta_area p {
  margin: 0;
  font-weight: bold;
}

.sec_contact .cta_area .box01 {
  flex-basis: 49%;
  background-size: 20px 20px;
  margin-right: 1em;
  padding: 1% 3% 0;
  background-color: #7cc007;
  background-image: radial-gradient(#86c51a 15%, transparent 20%), radial-gradient(#86c51a 15%, transparent 20%);
  background-position: 0 0, 10px 10px;
  border-radius: 0.25em;
  height: 12em;
}

.sec_contact .cta_area .qr_area {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 1em 0;
}

.sec_contact .cta_area .qr_area img {
  width: 28%;
}

.sec_contact .cta_area .qr_text {
  padding-left: 4%;
  flex-basis: 70%;
}

.sec_contact .cta_area .qr_text .col1 {
  color: #fff;
  font-size: 1.1em;
}

.sec_contact .cta_area .qr_text .col2 {
  color: #f6ff00;
  font-size: 0.9em;
  font-style: italic;
  font-family: futura-pt-condensed, sans-serif;
}

.sec_contact .cta_area .qr_text .col2 a {
  color: #f6ff00;
}

.sec_contact .cta_area .qr_text .col3 {
  color: #8dd126;
  background: #fff;
  border-radius: 0.2em;
  font-size: 0.8em;
  padding: 0.3em 2.5em;
  display: inline-block;
  margin-top: 0.9em;
}

.sec_contact .cta_area .box02 {
  flex-basis: 49%;
  background-size: 20px 20px;
  padding: 1% 3% 0;
  background-color: #ffbf33;
  background-image: radial-gradient(#ffc442 15%, transparent 20%), radial-gradient(#ffc442 15%, transparent 20%);
  background-position: 0 0, 10px 10px;
  border-radius: 0.25em;
  height: 12em;
}

.sec_contact .cta_area .box02 .col1 {
  color: #fff;
  font-size: 2.15em;
  font-family: futura-pt-condensed, sans-serif;
  font-style: italic;
  margin-top: 0.5em;
}

.sec_contact .cta_area .box02 .col1 a {
  color: #fff;
}

.sec_contact .cta_area .box02 .col1 a:hover {
  opacity: 0.7;
}

.sec_contact .cta_area .box02 .col3 {
  color: #ffc442;
  background: #fff;
  border-radius: 0.2em;
  font-size: 0.8em;
  padding: 0.3em 2.5em;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
}

/*--------------------------------------------Form*/
.sec_form {
  padding: 1% 0 5% !important;
}

.sec_form.inr {
  width: 1200px;
  margin: 0 auto;
}

.sec_form h2 {
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  padding: 2%;
}

.form {
  margin-top: 3%;
  background: #fdf4e0;
  padding: 5% 0;
  text-align: center;
  border-radius: 8px;
  font-size: 75%;
}

fieldset {
  border: none;
}

.form-simple01 {
  margin: 0 auto;
  padding: 0;
  width: 96%;
  line-height: 1.2;
}

.form-box label {
  margin: 0.1% 0 0.5%;
  padding-right: 2em;
  font-weight: bold;
  position: relative;
  width: 30%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.form-box {
  margin-left: 4%;
  margin-bottom: 5%;
  text-align: left;
}

.form_att,
.form_att2 {
  display: block;
  font-size: 1em;
  font-weight: normal;
  color: #333;
  margin: 0.5% 0 1% 0;
  vertical-align: middle;
}

.from-box input {
  margin: 1em 0;
  padding: 1% 0 10px 0;
  line-height: 1.2;
  position: relative;
  width: 65%;
  display: inline-block;
  text-align: left;
}

.form-box .must {
  font-size: 1em;
  color: #f61919;
  display: inline-block;
  padding: 0.4% 1%;
  margin: 0 3%;
  vertical-align: 0.1em;
  text-shadow: none;
  font-weight: bold;
}

.form-simple01 dd div {
  position: relative;
}

.form-box label {
  margin-bottom: 0.5%;
  display: inline-block;
}

.form-simple01 dd label:not(:last-child) {
  margin-right: 20px;
}

.form-box select {
  margin: 0px 0 5px;
  font-size: 0.8em;
}

input {
  margin: 0 0 4px 0;
  padding: 11px 5px;
  border: none;
  width: 50%;
  display: inline-block;
}

input[type=number] {
  margin: 0 5px 4px 0;
  padding: 11px 5px;
  width: 20%;
  display: inline-block;
}

select {
  -webkit-appearance: none;
  box-shadow: rgba(100, 100, 100, 0.4) 1px 1px 2px 0px inset;
  padding: 1.2em;
  width: 50%;
  color: #6e6e6e;
  border: none;
  background: linear-gradient(to bottom, white 0%, #f3f4f5 100%);
}

label.s {
  width: 100%;
  position: relative;
}

label.s::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  border: 9px solid transparent;
  border-top: 11px solid #6e6e6e;
}

input[type=radio],
input[type=checkbox] {
  width: 1.2em;
  height: 1.5em;
  margin: 0em 0.2em 0.2em 0;
  vertical-align: -0.5em;
  font-size: 110%;
  display: inline-block;
}

textarea {
  padding: 7px 5px;
  width: 40%;
  background: #fff;
  border: none;
}

.form-select {
  display: flex;
  margin-left: 25%;
  margin-bottom: 3%;
}
.form-select-check {
  margin-left: 5%;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit] {
  margin: 5% 26%;
  padding: 10px 0px;
  width: 20%;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
  height: 60px;
  color: #fff;
  background: #feb003;
  border-radius: 0.3em;
}

input[type=submit]:hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------Footer*/
footer {
  background: #000;
  padding: 2em 0;
}

footer .inr {
  width: 1200px;
  margin: 0 auto;
}

footer .inr a {
  color: #fff;
}

footer .inr li {
  flex-basis: 20%;
  font-family: baskerville-urw, serif;
  text-align: center;
  padding-bottom: 0.5em;
}

footer .inr li span {
  display: block;
  font-size: 0.65em;
}

footer .link {
  text-align: center;
  margin-bottom: 4em;
}

footer .link a {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  color: #fff;
  font-family: baskerville-urw, serif;
  padding: 2px 4px;
}

footer ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1em;
}

footer p {
  font-family: futura-pt-condensed, sans-serif;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
}

/*--------------------------------------------FontSize*/
@media (min-width: 600px) {
  html {
    font-size: calc(112.5% + 4 * (100vw - 600px) / 400);
  }
}
@media (min-width: 1000px) {
  html {
    font-size: calc(112.5% + 4 * (100vw - 1000px) / 1000);
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 150%;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 13px;
  }
}
/*--------------------------------------------1600px以下*/
@media (max-width: 1600px) {
  .sec_payment h2 {
    padding-top: 1em;
  }
  .sec_experience .inr {
    width: 94%;
  }
  .sec_experience .inr::before {
    width: 500px;
    height: 681px;
  }
  .sec_contact .cta_area .box01,
  .sec_contact .cta_area .box02 {
    height: 13em;
  }
  .sec_contact .cta_area .box02 .col1 {
    font-size: 2.4em;
  }
}
/*--------------------------------------------1300px以下*/
@media (max-width: 1300px) {
  .sec_experience .inr::before {
    width: 400px;
    height: 545px;
  }
  .sec_experience h2 {
    font-size: 5em;
  }
  .sec_experience .col1 {
    font-size: 1.7em;
  }
}
/*--------------------------------------------1200px以下*/
@media (max-width: 1200px) {
  header .inr {
    width: 90%;
  }
  .sec_about h2 {
    padding-right: 4em;
  }
  .sec_about .text {
    width: 45%;
  }
  .sec_reason .inr,
  .sec_info .inr {
    width: 90%;
  }
  .sec_pay_info .text h2 {
    font-size: 2em;
  }
  .sec_pay_info .text p {
    margin-right: 3em;
    font-size: 0.8em;
  }
  .sec_treatment .inr {
    width: 90%;
  }
  .sec_payment .payment_area {
    width: calc(90% - 4em);
  }
  .sec_experience .inr::before {
    left: -8%;
  }
  .sec_experience .text {
    margin-left: 34%;
  }
  .sec_contact .inr {
    width: 96%;
  }
  .sec_contact .cta_area .qr_text .col1 {
    font-size: 1.3em;
  }
  .sec_contact .cta_area .qr_text .col2 {
    font-size: 1.2em;
  }
  .sec_contact .cta_area .box02 .col1 {
    font-size: 2.6em;
  }
  .sec_form.inr {
    width: 94%;
  }
  footer .inr {
    width: 96%;
  }
}
/*--------------------------------------------1000px以下*/
@media (max-width: 1000px) {
  header h1 {
    flex-basis: 90%;
  }
  .header-menu {
    flex-basis: 10%;
    position: relative;
    z-index: 999;
  }
  .header-menu .menub {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s ease-in-out;
  }
  .header-menu .menub svg {
    display: block;
    margin: 2px auto;
    width: 35px;
    height: 35px;
  }
  .header-menu .menub svg rect {
    fill: #fff;
    transition: 0.3s ease-in-out;
  }
  .header-menu .menub svg .cls-1 {
    width: 65px;
  }
  .header-menu .menub svg .cls-2 {
    width: 65px;
  }
  .header-menu .menub svg .cls-3 {
    width: 65px;
  }
  .header-menu .active {
    position: fixed;
    color: #fff;
    top: 7vw;
    right: 8vw;
    transition: 0.3s ease-in-out;
  }
  .header-menu .active rect {
    fill: #fff !important;
  }
  .header-menu .active .cls-1 {
    transform: translateY(10px) translatex(26px) rotate(42deg);
  }
  .header-menu .active .cls-2 {
    transform: translateY(38px) translatex(-9px) rotate(-42deg);
  }
  .header-menu .active .cls-3 {
    display: none;
  }
  .header-menu .active span {
    display: none;
  }
  #navigation {
    display: none;
    position: fixed;
    z-index: 997;
    top: 0;
    left: 0;
    width: 60%;
    margin-left: 40%;
    height: 100%;
    overflow: scroll;
    background-color: #000;
  }
  #navigation .navigation_inr {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 7em 0;
  }
  #navigation .navigation_inr ul {
    display: block;
    text-align: center;
  }
  #navigation .navigation_inr li {
    margin: 0;
    padding-bottom: 2em;
  }
  section[class^=sec_] {
    padding-top: 4em;
  }
  .sec01 h2 {
    font-size: 1em;
  }
  .sec01 p {
    font-size: 0.6em;
  }
  .sec_about .photo {
    display: block;
    padding-left: 0;
  }
  .sec_about .text,
  .sec_about img {
    width: 100%;
    padding: 0;
  }
  .sec_about p {
    padding: 1em 0;
  }
  .sec_pay_info .text h2 {
    font-size: 1.5em;
  }
  .sec_pay_info .text p {
    margin-right: 2em;
    font-size: 0.55em;
  }
  .sec_pay_info .man {
    bottom: 0.8em;
  }
  .sec_treatment h2 {
    font-size: 3em;
  }
  .sec_treatment .inr {
    -moz-column-count: 2;
         column-count: 2;
  }
  .sec_treatment .box img {
    width: 42%;
  }
  .sec_treatment .box p {
    font-size: 0.7em;
  }
  .sec_treatment .box .car {
    width: 35%;
  }
  .sec_payment .payment_area li p {
    font-size: 1.8em;
  }
  .sec_payment .payment_area li.option p {
    font-size: 0.8rem;
  }
  .sec_payment .payment_area li p span {
    display: block;
  }
  .sec_payment li.option {
    padding: 1em 0;
  }
  .sec_experience .inr {
    padding-bottom: 0.5em;
  }
  .sec_experience .inr::before {
    width: 200px;
    height: 273px;
    left: 15%;
  }
  .sec_experience h2 {
    font-size: 4.5em;
    line-height: 0.8;
    margin-bottom: -0.5em;
  }
  .sec_experience h3 {
    margin-left: 42%;
  }
  .sec_experience h3 .ok {
    position: absolute;
    width: 3em;
    height: 3em;
    left: -4em;
  }
  .sec_experience .text {
    margin-left: 0;
  }
  .sec_experience .col1 {
    font-size: 1.7em;
    margin: 0.7em 0 0 21%;
    width: 58%;
    text-align: center;
  }
  .sec_experience .col2 {
    margin: 1.5em 0 0 21%;
  }
  .sec_experience .col3 {
    margin-top: -0.8em;
    margin-left: 21%;
  }
  .sec_experience .col4 {
    font-size: 1em;
    width: 50%;
    margin-left: 45%;
  }
  .sec_experience .pc {
    display: none;
  }
  .sec_experience .sp {
    display: block;
  }
  .sec_contact .cta_area {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .sec_contact .cta_area .box01 {
    margin-right: 0;
  }
  .sec_contact .cta_area .box02 .col1 {
    font-size: 2.5em;
  }
  .sec_contact .cta_area .box01,
  .sec_contact .cta_area .box02 {
    height: 13em;
    margin-bottom: 1em;
    padding: 3% 2% 1%;
  }
  .sec_contact .cta_area .qr_area img {
    padding-left: 2%;
    width: 25%;
  }
  .sec_contact .cta_area .qr_text {
    flex-basis: 65%;
  }
  .sec_contact .cta_area .qr_text .col2 {
    font-size: 1.3em;
    letter-spacing: -1px;
  }
  .sec_form .form {
    font-size: 0.9em;
  }
  .form-box {
    width: 81%;
    margin-left: 6%;
  }
  .form-box label {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
  }
  .form-box input {
    display: block;
    width: 100%;
  }
  input {
    width: 80%;
  }
  input[type=number] {
    width: 50%;
  }
  .form-select {
    margin-left: 6%;
  }
  textarea {
    width: 100%;
  }
  .sec_form label.s::before {
    left: 45%;
    margin: -4px 0 0 0;
    border: 6px solid transparent;
    border-top: 8px solid #6e6e6e;
  }
}
/*--------------------------------------------650px以下*/
@media (max-width: 650px) {
  .sec_contact .cta_area .box02 .col1 {
    font-size: 2em;
  }
  .sec_contact .cta_area .box01,
  .sec_contact .cta_area .box02 {
    height: 11.5em;
    margin-bottom: 1em;
  }
  .sec_contact .cta_area .qr_text .col2 {
    font-size: 1.1em;
    letter-spacing: -1px;
  }
  footer .inr li {
    flex-basis: 25%;
  }
}
/*--------------------------------------------600px以下*/
@media (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section[class^=sec_] {
    padding-top: 2.5em;
  }
  .sec01 ul {
    display: block;
  }
  .sec01 .text {
    text-shadow: 1px 0px 5px #000;
  }
  .sec01 h2 {
    font-size: 2em;
  }
  .sec01 p {
    width: 90%;
    font-size: 1em;
  }
  .sec01 .gray figure {
    filter: grayscale(0%);
  }
  .sec_about h2 {
    padding-right: 0;
  }
  .sec_reason .inr {
    width: 100%;
  }
  .sec_pay_info {
    display: block;
    padding-bottom: 5%;
  }
  .sec_pay_info .text {
    width: 100%;
    padding-top: 2em;
  }
  .sec_pay_info .text h2 {
    font-size: 2.2em;
    margin: 0.5em;
  }
  .sec_pay_info .text p {
    margin-right: 2em;
    font-size: 1em;
  }
  .sec_treatment h2 {
    font-size: 2em;
  }
  .sec_treatment h3 {
    font-size: 1em;
  }
  .sec_treatment .inr {
    width: 96%;
    padding-top: 5%;
  }
  .sec_experience .inr::before {
    left: 3%;
  }
  .sec_experience h2 {
    font-size: 3.5em;
  }
  .sec_experience .col1 {
    font-size: 1.7em;
    margin-left: 10%;
    width: 80%;
    text-align: center;
  }
  .sec_experience .col2,
  .sec_experience .col3 {
    margin-left: 10%;
  }
  input[type=radio],
  input[type=checkbox] {
    vertical-align: -0.3em;
  }
}
/*--------------------------------------------450px以下*/
@media (max-width: 450px) {
  header h1 {
    font-size: 2em;
  }
  .header-menu .active {
    top: 8vw;
    right: 7vw;
  }
  .sec_payment h2 {
    font-size: 1.5em;
    padding: 1.2em 4.5em 1em;
  }
  .sec_payment .payment_area {
    padding: 5em 1em 1em;
    width: calc(95% - 2em);
    margin-top: -3.3em;
  }
  .sec_payment .payment_area li {
    padding: 0.4em 1em;
    display: block;
  }
  .sec_payment .payment_area li p {
    display: inline-block;
    font-size: 1.6em;
    padding-right: 0.5em;
  }
  .sec_payment .balloon {
    padding: 0;
    margin: 0 auto;
    width: 10em;
    height: auto;
    font-size: 1.2em;
    border-radius: 0.2em;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .sec_payment .balloon em {
    letter-spacing: 0;
    margin-right: 0.1em;
  }
  .sec_payment .balloon::before {
    display: none;
  }
  .sec_payment .balloon br {
    display: none;
  }
  .sec_payment li.option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0.5em;
  }
  .sec_payment li.option p {
    /*font-size: 1.2em; */
  }
  .sec_payment li.option p em {
    font-size: 1.4rem;
  }
  .sec_experience h3 {
    margin-left: 38%;
  }
  .sec_experience .inr::before {
    left: -10%;
  }
  .sec_experience .col1 {
    font-size: 1.6em;
  }
  .sec_experience .col2,
  .sec_experience .col3 {
    margin-left: 0;
    text-align: center;
  }
  .sec_experience .col4 {
    font-size: 0.9em;
    width: 57%;
  }
  .sec_contact .cta_area {
    width: 80%;
  }
  .sec_contact .cta_area h4 {
    font-size: 1.3em;
  }
  .sec_contact .cta_area .box01,
  .sec_contact .cta_area .box02 {
    background-image: none;
  }
  .sec_contact .cta_area .qr_text .col2 {
    font-size: 1em;
  }
  .sec_form .form-simple01 {
    width: 85%;
  }
  .sec_form input[type=text],
  .sec_form input.text {
    width: 70%;
  }
  .sec_form #tel,
  .sec_form #mail {
    width: 70%;
  }
  .sec_form textarea {
    width: 94%;
  }
  .sec_form label.s::before {
    left: 45%;
    margin: -4px 0 0 0;
    border: 6px solid transparent;
    border-top: 8px solid #6e6e6e;
  }
  .sec_form input[type=submit] {
    margin: 0 auto;
    padding: 5px 0px;
    width: 51%;
    height: 44px;
  }
  footer .inr li {
    flex-basis: 30%;
  }
}
.fixed-menu {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.2s ease;
}

.fixed-menu.active {
  opacity: 1;
  transform: translate(0);
}

.fixed-menu a {
  flex-basis: 50%;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  background-color: #000;
  padding: 0.32em 0.48em;
}

.fixed-menu a:last-child {
  border-left: 1px solid #fff;
}

.banner img {
  display: block;
  width: auto;
  margin: 0 auto;
}


.link-banner {
  width: 1200px;
  margin: 50px auto;
  text-align: left;
}

@media (max-width: 1200px) {
  .link-banner {
    width: 80%;
    margin: 50px auto;
  }
}
@media (max-width: 440px) {
  .link-banner {
    width: 100%;
    margin: 30px auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.link-banner img {
  width: auto;
  max-width: 100%;
}

.text02 {
  display: none;
}

label {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 300px;
}

.form-box-date-box-content {
  display: flex;
  align-items: center;
}
.form-box-date-box-content .form_att {
  width: 160px;
}

/********************************************
* Now Loading
********************************************/
#form-load {
  display: none;
}

.loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load1 {
  animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  text-align: center;
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.8;
  width: 800px;
}

.load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

.text02 {
  display: none;
}

label {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 300px;
}

.form-box-date-box-content {
  display: flex;
  align-items: center;
}
.form-box-date-box-content .form_att {
  width: 160px;
}

/********************************************
* Now Loading
********************************************/
#form-load {
  display: none;
}

.loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load1 {
  animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  text-align: center;
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.8;
  width: 800px;
}

.load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}