@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.8;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  list-style: none;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section,
.section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

small {
  font-size: 80%;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

canvas {
  display: inline-block;
}

iframe {
  vertical-align: middle;
}

/* form input*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input,
select,
textarea {
  font-size: 1.4rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  outline: none;
  padding: 5px;
  width: 100%;
  -webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #39B8B8;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 1.4rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
  width: auto;
}

/* Grid System width Flex */

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: stheimkpiloartie;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* toggle button */

.toggle {
  display: none;
}

@media screen and (max-width: 1100px) {
  .toggle {
    display: block;
    position: absolute;
    width: 58px;
    height: 58px;
    z-index: 999;
    right: 0;
    top: 0;
    background-color: #60BAA9;
  }

  .toggle span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #FFF;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
  }

  .toggle span:first-child {
    margin-top: -10px;
  }

  .toggle span:nth-child(3) {
    margin-top: 10px;
  }

  .toggle.active span:first-child {
    margin-top: 0;
    transform: rotate(45deg);
  }

  .toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .toggle.active span:nth-child(3) {
    margin-top: 0;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .toggle {
    width: 50px;
    height: 50px;
  }

  .toggle span {
    width: 26px;
    height: 2px;
    left: 13px;
  }
}

@media screen and (min-width: 1101px) {
  .gnav {
    display: block !important;
  }
}

@media screen and (max-width: 1100px) {
  .gnav {
    position: fixed;
    width: 100%;
    background-color: #FFF;
    z-index: 999;
    height: calc(100vh - 58px);
    top: 58px;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: all .5s;
    opacity: 0;
  }

  .gnav.active {
    transform: translateX(0);
    opacity: 1;
  }
}

/*////////////////////////

 user common css

////////////////////////*/

.container,
.container-l {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-l {
  max-width: 1400px;
}

.bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-pink {
  color: #D64B60;
}

.sp,
.sp02 {
  display: none;
}

.notes {
  font-size: 1.4rem;
}

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

  .sp {
    display: block;
  }
}

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

  .sp02 {
    display: block;
  }

  .notes {
    font-size: 2.5vw;
  }
}

/*////////////////////////

 header

////////////////////////*/

.h1-area {
  background-color: #FBF8F1;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 9999;
}

.h1-area h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #D64B60;
}


.header {
  padding-top: 10px;
  background-color: #FFF;
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 9999;
}

.header .h-logo {
  line-height: 1;
}

.header .gnav {
  width: calc(100% - 650px);
}

.header .gnav .nav-list {
  padding: 10px 0 15px;
}

.header .gnav .nav-list .nav-list__item a {
  font-weight: bold;
}

.header .btn-list li:first-child {
  margin-right: 5px;
}

@media screen and (max-width: 1300px) {
  .header .h-logo {
    width: 120px;
    position: relative;
    z-index: 999;
  }

  .header .gnav {
    width: calc(100% - 480px);
  }

  .header .btn-list li {
    width: 150px;
  }
}

@media screen and (max-width: 1100px) {
  .header {
    padding: 0 43px 0 0;
    height: 58px;
  }

  .header .container-l {
    background-color: #FFF;
  }

  .header .btn-list li {
    width: 136px;
    height: 58px;
    overflow: hidden;
  }

  .header .btn-list li:first-child {
    margin-right: 0;
  }

  .header .gnav {
    width: 100%;
    max-width: 500px;
  }

  .header .gnav .nav-list {
    display: block !important;
    margin: 0;
    padding: 60px 15px 15px;
    text-align: center;
    background-color: #FBF8F1;
  }

  .header .gnav .nav-list .nav-list__item {
    padding: 15px 0;
    line-height: 1.2;
    border-bottom: 1px solid #BAA573;
  }

  .header .gnav .sp {
    display: block;
  }

  .header .gnav .subnav {
    padding: 0 15px 20px;
    background-color: #FBF8F1;
  }

  .header .btn-list {
    position: relative;
    z-index: 999;
  }

  .header .sp-contact {
    padding: 20px 20px 60px;
  }

  .header .sp-contact ul {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }

  .header .sp-contact ul li:nth-child(2) {
    margin: 20px 0;
  }

  .header .h-tel {
    margin-bottom: 10px;
  }

  .header .h-tel .bold {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .header .h-tel a {
    display: block;
    background-color: #D64B60;
    color: #FFF;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    margin-top: 5px;
    border-radius: 50px;
  }

  .header .h-tel a span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
}

@media screen and (max-width: 768px) {
  .h1-area {
    padding: 2px;
  }

  .h1-area h1 {
    font-size: 10px;
    line-height: 1.2;
  }

  .header {
    padding: 0 35px 0 0;
    height: 50px;
  }

  .header .h-logo {
    width: calc(100% - 175px);
    max-width: 100px;
  }

  .header .gnav {
    top: 50px;
    height: calc(100% - 50px);
  }

  .header .gnav .nav-list {
    padding-top: 40px;
  }

  .header .btn-list li {
    width: auto;
    height: 50px;
  }

  .header .btn-list li img {
    height: 50px;
  }
}

/*////////////////////////

footer

////////////////////////*/

.footer {
  padding: 50px 0 120px;
}

.footer .f-logo {
  margin-bottom: 50px;
}

.footer .f-contact {
  text-align: center;
}

.footer .f-contact .f-contact__hdg {
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.footer .f-contact ul,
.footer .f-contact .con {
  max-width: 880px;
  margin: 50px auto;
}

.footer .f-contact .btn-contact {
  margin-right: 10px;
}

.footer .f-contact .btn-contact a {
  display: block;
  box-shadow: 1px 3px 6px rgb(209, 208, 208);
  border-radius: 5px;
}

.footer .f-contact .btn-contact a:hover {
  box-shadow: none;
}

.footer .f-tel {
  text-align: center;
  margin-bottom: 50px;
}

.footer .f-tel .bold {
  font-size: 2.5rem;
}

.footer .f-tel .t-pink {
  font-size: 6.9rem;
  font-weight: bold;
  line-height: 1.2;
}

.footer .f-tel .t-pink span {
  display: block;
  font-size: 2rem;
}

.footer .f-link {
  margin: 0 auto 70px;
}

.footer .f-link .f-link__item:not(:last-child) {
  margin-right: 10px;
}

.footer .copy {
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 80px;
  }

  .footer .f-logo {
    margin-bottom: 40px;
  }

  .footer .f-contact .f-contact__hdg {
    font-size: 4.2vw;
  }

  .footer .f-contact ul.flexbox {
    display: block;
    max-width: 394px;
    margin: 20px auto;
  }

  .footer .f-contact .btn-contact {
    margin-right: 0;
  }

  .footer .f-tel {
    margin: 20px auto;
  }

  .footer .f-tel .bold {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .footer .f-tel a {
    display: block;
    background-color: #D64B60;
    color: #FFF;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px;
    margin-top: 5px;
    border-radius: 50px;
  }

  .footer .f-tel a span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .footer .f-link.flexbox {
    margin-top: 40px;
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 394px;
  }

  .footer .f-link .f-link__item:first-child,
  .footer .f-link .f-link__item:nth-child(2) {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .footer .f-link .f-link__item:nth-child(3) {
    width: 53%;
    margin-right: 0;
  }

  .footer .f-link .f-link__item:last-child {
    width: 42%;
  }

  .footer .copy {
    text-align: center;
    padding: 20px 0;
  }
}

@media screen and (max-width: 550px) {
  .footer {
    padding-top: 30px;
  }

  .footer .f-logo {
    margin-bottom: 30px;
  }

  .footer .f-logo img {
    margin: 0 auto;
  }

  .footer .f-contact .f-contact__hdg {
    font-size: 1.6rem;
  }
}

/*////////////////////////

top

////////////////////////*/

/* .main {
  margin-top: 105px;
} */

.main-v {
  background-color: #FBF8F1;
}

.main-v .main-v__hdg {
  text-align: center;
  color: #FFF;
  background: rgb(217, 92, 110);
  background: linear-gradient(0deg, rgba(217, 92, 110, 1) 0%, rgba(250, 164, 177, 1) 100%);
  font-size: 4.3rem;
  line-height: 1.4;
}

.main-v .main-v__hdg .main-v__hdg__strong {
  letter-spacing: 1rem;
}

.main-v .main-v__hdg .main-v__hdg__min {
  font-size: 3.5rem;
  margin: 0 10px 0 0;
}

.main-v .main-v__img img {
  width: 100%;
}

.main-v .notes {
  width: 50%;
  padding: 0 15px;
  /* margin: -15px 0 0 auto; */
  margin: -7px 0 0 auto;
  font-size: 1rem;
}

.main-v .notes img {
  max-width: 35rem;
  width: 100%;
}

.top-bf {
  background-color: #FBF8F1;
  padding: 70px 0 30px;
}

.top-bf .bf-box {
  margin-bottom: 40px;
}

.top-bf .bf-box .bf-box_img {
  position: relative;
}

.top-bf .bf-box .bf-box_img .img_before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}

.top-bf .bf-box .bf-box_img .img_after {
  position: relative;
  z-index: 0;
  opacity: 0;
}

.top-bf .bf-box .bf-box_img.active .img_before {
  animation: fade .8s ease 0s 1 forwards;
}

.top-bf .bf-box .bf-box_img.active .img_after {
  animation: fade 1s ease .5s 1 forwards;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.top-bf .bf-box .bf-box__txt {
  /* background-color: #FFF; */
  /* margin-top: 60px; */
  position: relative;
  padding: 30px 0 20px;
}

.top-bf .bf-box .bf-box__txt .bf-box__txt__hdg {
  position: absolute;
  border: 1px solid #707070;
  background-color: #FFF;
  padding: 0 20px;
  z-index: 1;
  font-size: 3rem;
  left: 0;
  top: -35px;
}

.top-bf .bf-box .bf-box__txt table {
  max-width: 900px;
  margin: 0 auto;
}

.top-bf .bf-box .bf-box__txt table th {
  width: 180px;
  color: #FFF;
  font-size: 3.6rem;
  padding: 10px 0;
}

.top-bf .bf-box .bf-box__txt table th span {
  display: block;
  background-color: #D64B60;
}

.top-bf .bf-box .bf-box__txt table td {
  font-weight: bold;
  width: calc(33% - 60px);
  line-height: 1;
  padding-left: 5%;
}

.top-bf .bf-box .bf-box__txt table td .unit {
  font-size: 3rem;
  margin-left: 5px;
}

.top-bf .bf-box .bf-box__txt table td.before {
  font-size: 4rem;
  color: #4E4E4E;
}

.top-bf .bf-box .bf-box__txt table td.after {
  font-size: 4.5rem;
  position: relative;
  padding-left: 6%;
}

.top-bf .bf-box .bf-box__txt table td.after::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px;
  border-color: transparent transparent transparent #D64B60;
  position: absolute;
  left: 0;
  top: 30px;
}

.top-bf .bf-box .bf-box__txt table td.t-pink {
  font-size: 7.7rem;
  font-family: 'Noto Serif', serif;
  font-style: italic;
}

.top-bf .bf-box .bf-box__txt table td.sp-space {
  padding-left: 9.9%;
}

.top-bf .bf-box .notes {
  text-align: right;
  font-size: 1.2rem;
  /* margin-top: 10px; */
}

.top-cm {
  padding-bottom: 70px;
}

.top-cm .top-cm__hdg {
  background-color: #BAA573;
  text-align: center;
  color: #FFF;
  font-size: 4.6rem;
  line-height: 1.4;
  padding: 5px 0 10px;
  margin-bottom: 50px;
}

.top-cm .video-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.top-cm .video-wrap video {
  width: 100%;
}

.top-greeting {
  padding-bottom: 80px;
}

.top-greeting .intro {
  background-color: #E8E8E8;
  position: relative;
}

.top-greeting .intro .intro-hdg {
  font-size: 3.5rem;
  color: #434343;
  background-color: #FFF;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.top-greeting .intro .intro-hdg::before {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #FFF;
  border-bottom: 3px solid #D64B60;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.top-greeting .intro .intro-hdg span {
  font-size: 4.4rem;
}

.top-greeting .intro .intro-hdg .t-gold {
  color: #947848;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  letter-spacing: 0.2rem;
}

.top-greeting .intro .container {
  position: relative;
  z-index: 2;
}

.top-greeting .intro .container::before,
.top-greeting .intro .container::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #D64B60 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  z-index: 1;
  top: 20px;
}

.top-greeting .intro .container::after {
  border-color: #FFF transparent transparent transparent;
  top: 16px;
  z-index: 2;
}

.top-greeting .intro .check-list {
  width: 55%;
  margin-left: 3%;
}

.top-greeting .intro .check-list .check-list__item {
  font-size: 1.9rem;
  padding-left: 38px;
  position: relative;
  background: url(./img/top/icn-check.png) no-repeat left 5px;
  line-height: 1.4;
}

.top-greeting .intro .check-list .check-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.top-greeting .txt-box {
  background: url(./img/top/bg01.png) no-repeat center center / 100% 100%;
  padding: 180px 0 270px;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: -135px;
}

.top-greeting .txt-box .txt-box__hdg {
  font-size: 5.5rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
  line-height: 1.4;
  margin-bottom: 30px;
}

.top-greeting .txt-box .txt-box__hdg span {
  font-size: 7rem;
  text-shadow: 3px 3px 6px #FFF;
}

.top-greeting .greeting-box {
  background-color: rgba(255, 255, 255, .85);
  border: 1px solid #BAA573;
  padding: 60px 15px;
  position: relative;
  z-index: 4;
  margin-top: -250px;
}

.top-greeting .greeting-box .flexbox {
  max-width: 950px;
  margin: 0 auto;
}

.top-greeting .greeting-box .flexbox .img {
  width: 40%;
}

.top-greeting .greeting-box .flexbox .txt {
  width: 55%;
  font-size: 1.8rem;
}

.top-greeting .greeting-box .flexbox .txt p:not(:last-of-type) {
  margin-bottom: 20px;
}

.top-service {
  padding-bottom: 50px;
}

.top-service .top-service__hdg {
  background-color: #D64B60;
  color: #FFF;
  position: relative;
  font-size: 5.6rem;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 80px;
}

.top-service .top-service__hdg::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #D64B60 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
  bottom: -40px;
}

.top-service .point-box {
  width: 49%;
  position: relative;
  padding-top: 45px;
  margin-bottom: 40px;
}

.top-service .point-box .point-num {
  font-size: 1.9rem;
  color: #D79191;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 2;
  text-align: center;
  text-transform: capitalize;
}

.top-service .point-box .point-num span {
  display: block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 5rem;
  color: #434343;
  font-weight: bold;
  text-align: center;
  background-color: #FFF;
  margin-top: -15px;
}

.top-service .point-box .point-hdg-wrap {
  background-color: #D79191;
  height: 65px;
  position: relative;
  margin-bottom: 30px;
}

.top-service .point-box .point-hdg-wrap::before,
.top-service .point-box .point-hdg-wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  z-index: 1;
}

.top-service .point-box .point-hdg-wrap::before {
  top: 5px;
}

.top-service .point-box .point-hdg-wrap::after {
  bottom: 5px;
}

.top-service .point-box .point-hdg-wrap h4 {
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-service .point-box .point-hdg-wrap .point-hdg {
  font-size: 2.3rem;
}

.top-service .point-box .point-hdg-wrap .point-hdg span {
  font-size: 1.8rem;
  margin-left: 5px;
}

.top-service .point-box .point-hdg-wrap .point-hdg02 {
  font-size: 1.8rem;
}

.top-service .point-box .img {
  width: 45%;
}

.top-service .point-box .txt {
  width: 50%;
  line-height: 1.7;
}

.bnr-area {
  text-align: center;
  background-color: #FBF8F1;
  padding: 50px 0;
  margin-bottom: 50px;
}

.top-facility {
  padding-bottom: 80px;
}

.top-facility .top-facility__hdg {
  background-color: #BAA573;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}

.top-facility .top-facility__hdg span {
  display: inline-block;
  padding: 5px 40px 10px;
  background-color: #FFF;
  position: relative;
}

.top-facility .top-facility__hdg span::before,
.top-facility .top-facility__hdg span::after {
  content: "";
  width: 4px;
  height: 100%;
  border-left: 4px solid #FFF;
  border-right: 4px solid #FFF;
  position: absolute;
  top: 0;
}

.top-facility .top-facility__hdg span::before {
  left: -14px;
}

.top-facility .top-facility__hdg span::after {
  right: -14px;
}

.top-facility .facility-slide.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.top-facility .facility-slide .facility-slide__item {
  position: relative;
  margin: 0 25px;
}

.top-facility .facility-slide .facility-slide__item img {
  width: 100%;
}

.top-facility .facility-slide .facility-slide__item .facility-name {
  background-color: #FFF;
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 45px 15px 0;
}

.top-facility .facility-slide .facility-slide__item .facility-name .facility-name__ja {
  font-size: 3.8rem;
  border-bottom: 1px solid #BAA573;
  padding: 0 20px;
}

.top-facility .facility-slide .facility-slide__item .facility-name .facility-name__en {
  font-size: 2.5rem;
  padding: 0 20px;
}

.top-access {
  padding-bottom: 80px;
}

.top-access .top-access__hdg {
  position: relative;
  z-index: 1;
  font-size: 4.5rem;
  color: #029F44;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
}

.top-access .top-access__hdg::before,
.top-access .top-access__hdg::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}

.top-access .top-access__hdg::before {
  height: 32px;
  background-color: #029F44;
  z-index: -2;
  top: 16px;
}

.top-access .top-access__hdg::after {
  height: 4px;
  border-top: 8px solid #FFF;
  border-bottom: 8px solid #FFF;
  z-index: -1;
  top: 26px;
}

.top-access .top-access__hdg .top-access__hdg__bg {
  padding: 0 20px;
  background-color: #FFF;
  display: inline-block;
}

.top-access .top-access__hdg .top-access__hdg__en {
  display: block;
  font-size: 2rem;
}

.top-access .lect,
.top-access .floor {
  margin: 0 35px 30px;
  position: relative;
}

.top-access .lect .txt {
  background-color: rgba(255, 255, 255, .7);
  padding: 20px 40px;
  width: calc(100% - 30px);
  margin: -50px auto 0;
  position: relative;
  z-index: 1;
}

.top-access .lect .txt .logo {
  margin-bottom: 20px;
}

.top-access .lect .txt .add,
.top-access .lect .txt .tel {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.top-access .lect .txt .add span {
  font-size: 1.6rem;
  margin-right: 10px;
}

.top-access .lect .txt a {
  display: inline-block;
  color: #029F44;
  border-bottom: 1px solid #029F44;
  line-height: 1.4;
  margin-left: 25px;
  position: relative;
}

.top-access .lect .txt a::before {
  content: "＞";
  position: absolute;
  left: -25px;
  top: 0;
}

.top-access .floor .logo {
  position: absolute;
  right: -70px;
  top: -35px;
  z-index: 1;
}

.top-access .floor .txt {
  background-color: #D64B60;
  color: #FFF;
  font-size: 2rem;
  padding: 25px;
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  max-width: 350px;
  margin: -20px auto 0;
  font-weight: bold;
}

.top-message {
  padding: 45px 0 70px;
  background-color: #FBF8F1;
  text-align: center;
  background-image: url(./img/top/message-bg.png);
  background-position: left -10% top 200px;
  background-repeat: no-repeat;
  background-size: 40%;
}

.top-message .logo {
  margin-bottom: 20px;
}

.top-message .top-message__hdg {
  font-size: 4rem;
  color: #947848;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}

.top-message .top-message__hdg::before {
  content: "";
  width: 100%;
  max-width: 660px;
  height: 1px;
  background-color: #947848;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.top-message .top-message__desc {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.4;
  font-weight: 500;
}

.top-message .top-message__desc .t-pink {
  font-weight: bold;
  font-size: 3.3rem;
  margin: 0 5px;
}

.top-message .txt {
  font-size: 1.8rem;
  max-width: 880px;
  margin: 0 auto;
  line-height: 2;
}

.top-message .txt p {
  margin-top: 30px;
}

.gallery-slide.slick-dotted.slick-slider {
  margin-bottom: 60px;
  position: relative;
}

.gallery-slide.slick-dotted.slick-slider::before {
  content: "";
  width: 100%;
  height: 70%;
  background-color: #FBF8F1;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.gallery-slide .gallery-slide__item {
  position: relative;
  margin: 0 10px;
}

.gallery-slide .gallery-slide__item img {
  width: 100%;
}

.top-content {
  padding: 80px 0;
  text-align: center;
}

.top-content .trainer-link {
  margin-bottom: 80px;
}

.top-content .trainer-link a {
  display: block;
  position: relative;
  padding-bottom: 80px;
}

.top-content .trainer-link a .btn {
  font-size: 3.4rem;
  width: 90%;
  max-width: 670px;
  padding: 25px 30px 25px 0;
  background-color: #D64B60;
  color: #FFF;
  border-radius: 70px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  border: 5px solid #D64B60;
  transition: all .3s;
}

.top-content .trainer-link a .btn::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 70px;
  font-size: 5rem;
  top: 52%;
  transform: translateY(-50%);
}

.top-content .trainer-link a:hover .btn {
  background-color: #FFF;
  color: #D64B60;
}

.top-voice {
  padding-bottom: 80px;
}

.top-voice .top-voice__hdg {
  font-size: 4.5rem;
  text-align: center;
  line-height: 1.4;
  z-index: 1;
  position: relative;
}

.top-voice .top-voice__hdg::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1;
}

.top-voice .top-voice__hdg .top-voice__hdg__en {
  display: block;
  font-weight: normal;
  font-size: 2rem;
}

.top-voice .top-voice__hdg .top-voice__hdg__bg {
  display: inline-block;
  padding: 0 10px;
  background-color: #FFF;
}

.top-voice .voice-box {
  border: 1px solid #BAA573;
  padding: 40px 15px;
  max-width: 910px;
  margin: 40px auto;
}

.top-voice .voice-box .inner {
  max-width: 740px;
  margin: 0 auto;
}

.top-voice .voice-box .voice-hdg {
  background-color: #BAA573;
  text-align: center;
  color: #FFF;
  font-size: 2.5rem;
  margin: 10px 0 30px;
  padding: 5px;
  line-height: 1.4;
  position: relative;
}

.top-voice .voice-box .voice-hdg::before,
.top-voice .voice-box .voice-hdg::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #BAA573;
  position: absolute;
  left: 0;
}

.top-voice .voice-box .voice-hdg::before {
  top: -8px;
}

.top-voice .voice-box .voice-hdg::after {
  bottom: -8px;
}

.top-voice .voice-box .voice-hdg .voice-title-img {
  height: 28px;
  line-height: 1;
  margin-bottom: 2px;
}

.top-voice .voice-box .img {
  width: 40%;
}

.top-voice .voice-box .img li:not(:first-child) {
  margin-top: 20px;
}

.top-voice .voice-box .txt {
  width: 55%;
}

.top-voice .voice-box .profile {
  padding: 20px;
  background-color: #FBF8F1;
  margin-bottom: 20px;
}

.top-voice .voice-box .profile .name {
  padding: 5px 20px 10px;
  border-bottom: 1px solid #BAA573;
  margin-bottom: 10px;
}

.top-voice .voice-box .profile table th {
  font-weight: normal;
  text-align: left;
  padding-top: 10px;
}

.top-voice .voice-box .profile table tr:first-child td {
  padding-top: 10px;
}

.top-voice .voice-box .profile table td .before {
  display: inline-block;
  width: 110px;
  font-size: 1.8rem;
}

.top-voice .voice-box .profile table td .t-pink {
  font-size: 2.5rem;
  font-weight: bold;
}

.top-voice .voice-box .profile .notes {
  font-size: 1.2rem;
  margin-top: 10px;
  padding-left: 1rem;
}

.top-voice .voice-box .comment p {
  margin-bottom: 20px;
}

.top-faq {
  background-color: #FBF8F1;
  padding-bottom: 80px;
}

.top-faq .top-faq__hdg {
  text-align: center;
  background-color: #D79191;
  color: #FFF;
  font-size: 4.5rem;
  padding: 20px 0 0;
  line-height: 1.4;
  position: relative;
  margin-bottom: 80px;
}

.top-faq .top-faq__hdg span {
  display: block;
  font-size: 2rem;
}

.top-faq .top-faq__hdg::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 70px 0 70px;
  border-color: #D79191 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  z-index: 1;
  bottom: -40px;
}

.top-faq .faq-box {
  max-width: 780px;
  border: 2px solid #D79191;
  border-radius: 5px;
  background-color: #FFF;
  margin: 40px auto 0;
  overflow: hidden;
}

.top-faq .faq-box .faq-box__q {
  padding: 20px 50px 20px 95px;
  border-radius: 3px;
  font-size: 1.8rem;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  transition: all .3s;
}

.top-faq .faq-box .faq-box__q:hover {
  opacity: .8;
}

.top-faq .faq-box .faq-box__q::before {
  content: "";
  width: 54px;
  height: 100%;
  background-color: #D79191;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.top-faq .faq-box .faq-box__q::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  font-size: 3.8rem;
  color: #343434;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: all .5s;
}

.top-faq .faq-box .faq-box__q.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.top-faq .faq-box .faq-box__q span {
  font-size: 3rem;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  left: 15px;
  z-index: 2;
  top: 45%;
  transform: translateY(-50%);
  line-height: 1;
}

.top-faq .faq-box .faq-box__a {
  padding: 70px 20px 40px;
  position: relative;
  display: none;
}

.top-faq .faq-box .faq-box__a::before {
  content: "";
  width: 90%;
  max-width: 380px;
  height: 2px;
  background-color: #D79191;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.top-faq .faq-box .faq-box__a p {
  max-width: 650px;
  margin: 0 auto;
  line-height: 2;
}

/* 
@media screen and (max-width: 1300px) {
  .main {
    margin-top: 80px;
  }
} */

@media screen and (max-width: 1100px) {
  /* .main {
    margin-top: 58px;
  } */

  .main-v .main-v__hdg {
    font-size: 4vw;
  }

  .main-v .main-v__hdg .main-v__hdg__min {
    font-size: 3.5vw;
    margin: 0 10px 0 0;
  }

  .top-bf .bf-box .bf-box__txt {
    /* margin-top: 40px; */
  }

  .top-bf .bf-box .bf-box__txt .bf-box__txt__hdg {
    font-size: 3vw;
    left: 0;
    top: -20px;
  }

  .top-bf .bf-box .bf-box__txt table th {
    font-size: 3.6vw;
  }

  .top-bf .bf-box .bf-box__txt table td .unit {
    font-size: 3vw;
  }

  .top-bf .bf-box .bf-box__txt table td.before {
    font-size: 4vw;
  }

  .top-bf .bf-box .bf-box__txt table td.after {
    font-size: 4.5vw;
  }

  .top-bf .bf-box .bf-box__txt table td.after::before {
    border-width: 10px 0 10px 15px;
    left: 1%;
    top: 50%;
    margin-top: -8px;
    ;
  }

  .top-bf .bf-box .bf-box__txt table td.t-pink {
    font-size: 7.7vw;
  }

  .top-cm .top-cm__hdg {
    font-size: 4.6vw;
  }

  .top-greeting .intro .intro-hdg {
    font-size: 3.5vw;
  }

  .top-greeting .intro .intro-hdg span {
    font-size: 4.4vw;
  }

  .top-greeting .intro .container::after {
    border-color: #FFF transparent transparent transparent;
    top: 16px;
    z-index: 2;
  }

  .top-greeting .intro .img {
    width: 42%;
  }

  .top-greeting .intro .check-list {
    padding: 80px 0 60px;
  }

  .top-greeting .txt-box {
    background-size: auto 100%;
    margin-top: -15%;
    padding-top: 20%;
  }

  .top-greeting .txt-box .txt-box__hdg {
    font-size: 5vw;
  }

  .top-greeting .txt-box .txt-box__hdg span {
    font-size: 6vw;
  }

  .top-greeting .txt-box .logo {
    width: 50%;
    margin: 0 auto;
  }

  .top-service .top-service__hdg {
    font-size: 5.6vw;
  }

  .top-facility .top-facility__hdg {
    font-size: 4vw;
  }

  .top-facility .facility-slide .facility-slide__item {
    margin: 0 15px;
  }

  .top-facility .facility-slide .facility-slide__item .facility-name {
    padding: 10px 25px 15px 0;
  }

  .top-facility .facility-slide .facility-slide__item .facility-name .facility-name__ja {
    font-size: 3.4vw;
    padding-left: 10px;
  }

  .top-facility .facility-slide .facility-slide__item .facility-name .facility-name__en {
    font-size: 2.5vw;
    padding: 0 10px;
  }

  .top-access .top-access__hdg {
    font-size: 4.5vw;
  }

  .top-access .floor .logo {
    right: -50px;
  }

  .top-message .top-message__hdg {
    font-size: 4vw;
  }

  .top-message .top-message__desc {
    font-size: 3vw;
  }

  .top-message .top-message__desc .t-pink {
    font-size: 3.3vw;
  }

  .top-voice .top-voice__hdg {
    font-size: 4.5vw;
  }

  .top-faq .top-faq__hdg {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .top-bf .bf-box:first-of-type .bf-box_img .img_before {
    animation: fade .8s ease 1s 1 forwards;
  }

  .top-bf .bf-box:first-of-type .bf-box_img .img_after {
    animation: fade 1s ease 1.5s 1 forwards;
  }

  .top-greeting .intro {
    position: relative;
    padding-bottom: 60px;
  }

  .top-greeting .intro::before {
    content: "";
    width: 100%;
    height: 40%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .top-greeting .intro .intro-hdg {
    border-bottom: 2px solid #D64B60;
    width: 90%;
    margin: 0 auto 20px;
    z-index: 2;
  }

  .top-greeting .intro .intro-hdg::before,
  .top-greeting .intro .intro-hdg::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #D64B60 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    z-index: 1;
    bottom: -17px;
  }

  .top-greeting .intro .intro-hdg::after {
    border-color: #FFF transparent transparent transparent;
    bottom: -14px;
    z-index: 2;
  }

  .top-greeting .intro .container>.flexbox {
    display: block;
  }

  .top-greeting .intro .container::before,
  .top-greeting .intro .container::after {
    content: normal;
  }

  .top-greeting .intro .img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
  }

  .top-greeting .intro .check-list {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .top-greeting .intro .check-list .check-list__item {
    color: #434343;
  }

  .top-greeting .txt-box {
    margin-top: -17%;
  }

  .top-service .top-service__hdg {
    margin-bottom: 50px;
  }

  .top-service .point-box {
    width: 100%;
  }

  .top-service .point-box .img {
    width: 35%;
  }

  .top-service .point-box .txt {
    width: 62%;
  }

  .top-facility .facility-slide.slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .top-facility .facility-slide .facility-slide__item {
    margin: 0 5px;
  }

  .top-access .flexbox {
    display: block;
  }

  .top-access .lect,
  .top-access .floor {
    max-width: 510px;
    margin: 0 auto 40px;
    padding: 0 60px;
  }

  .top-access .lect .txt {
    margin: 0;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-access .lect .txt .logo {
    width: 120px;
  }

  .top-access .lect .txt .desc {
    margin-left: 10px;
  }

  .top-access .lect .txt .add {
    line-height: 1.4;
  }

  .top-access .lect .txt .add span {
    display: block;
  }

  .top-access .floor .logo {
    right: -10px;
    width: 30%;
  }

  .top-access .floor .txt {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin: -50px 0 0 -15px;
    padding: 5px;
    font-size: 1.8rem;
    text-align: center;
  }

  .gallery-slide.slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .top-content .trainer-link a {
    padding-bottom: 10%;
  }

  .top-content .trainer-link a .btn {
    font-size: 4.2vw;
    padding: 4% 20% 4% 10%;
  }

  .top-content .trainer-link a .btn::before {
    font-size: 6vw;
    right: 15%;
  }

  .top-voice .voice-box .img {
    width: 100%;
    text-align: center;
  }

  .top-voice .voice-box .txt {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 550px) {
  .main-v .main-v__hdg {
    font-size: 1.6rem;
    padding: 3px;
  }

  .main-v .main-v__hdg .main-v__hdg__strong {
    letter-spacing: .2rem;
  }

  .main-v .main-v__hdg .main-v__hdg__min {
    font-size: 1.6rem;
    margin: 0;
  }

  .main-v .notes {
    margin-top: -25px;
    line-height: 1.2;
  }

  .top-bf {
    padding: 0;
  }

  .top-bf .container {
    padding: 0;
  }

  .top-bf .bf-box {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .top-bf .bf-box .bf-box__txt {
    max-width: calc(100% - 30px);
    margin: 10px auto 0;
    padding: 0 0 5px;
  }

  .top-bf .bf-box .bf-box__txt .bf-box__txt__hdg {
    font-size: 1.2rem;
    top: -10px;
    left: -15px;
    padding: 0 5px;
  }

  .top-bf .bf-box .bf-box__txt table th {
    width: 65px;
    padding: 5px 0;
  }

  .top-bf .bf-box .bf-box__txt table th span {
    padding: 0 7px;
    white-space: nowrap;
  }

  .top-bf .bf-box .bf-box__txt table td.after::before {
    border-width: 5px 0 5px 7px;
    left: 8%;
    margin-top: -4px;
  }

  .top-bf .bf-box .bf-box__txt table td.sp-space {
    padding-left: 10%;
  }

  .top-bf .bf-box .bf-box__txt table td .unit {
    margin-left: 1px;
  }

  .top-bf .bf-box .notes {
    text-align: center;
    font-size: 1rem;
  }

  .top-cm {
    padding-bottom: 40px;
  }

  .top-cm .top-cm__hdg {
    font-size: 2.3rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }

  .top-greeting {
    padding-bottom: 30px;
  }

  .top-greeting .intro::before {
    height: 200px;
  }

  .top-greeting .intro .intro-hdg {
    font-size: 1.6rem;
    width: 305px;
  }

  .top-greeting .intro .intro-hdg span {
    font-size: 2rem;
  }

  .top-greeting .intro .intro-hdg .t-gold {
    letter-spacing: 0.1rem;
  }

  .top-greeting .intro .intro-hdg::before,
  .top-greeting .intro .intro-hdg::after {
    border-width: 10px 12px 0 12px;
    margin-left: -12px;
    bottom: -11px;
  }

  .top-greeting .intro .intro-hdg::after {
    bottom: -8px;
    z-index: 2;
  }

  .top-greeting .intro .img img {
    margin: 0 auto;
  }

  .top-greeting .intro .check-list {
    padding-top: 10px;
  }

  .top-greeting .intro .check-list .check-list__item {
    font-size: 1.4rem;
    background-size: 22px;
    background-position: left 2px;
    padding-left: 30px;
  }

  .top-greeting .txt-box {
    background-image: url(img/top/bg01_sp.png);
    background-size: 100% 100%;
    padding: 45px 0 105px;
    margin-top: -45px;
  }

  /* .top-greeting .txt-box .txt-box__hdg{
    font-size: 1.8rem;
  }

  .top-greeting .txt-box .txt-box__hdg span{
    font-size: 2.3rem;
  } */
  .top-greeting .txt-box .txt-box__hdg {
    margin-bottom: 10px;
  }

  .top-greeting .txt-box .logo {
    width: 200px;
  }

  .top-greeting .greeting-box {
    margin-top: -100px;
    padding: 0 10px 30px;
    border: none;
    background-color: transparent;
    position: relative;
  }

  .top-greeting .greeting-box::before {
    content: "";
    width: 100%;
    height: calc(100% - 80px);
    z-index: -1;
    border-left: 1px solid #BAA573;
    border-bottom: 1px solid #BAA573;
    border-right: 1px solid #BAA573;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .top-greeting .greeting-box .flexbox {
    display: block;
  }

  .top-greeting .greeting-box .flexbox .img {
    width: 140px;
    margin: 0 auto 20px;
  }

  .top-greeting .greeting-box .flexbox .txt {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }

  .top-service {
    padding-bottom: 20px;
  }

  .top-service .container {
    padding: 0;
  }

  .top-service .top-service__hdg {
    margin-bottom: 20px;
    font-size: 2.4rem;
    padding: 5px 0 10px;
  }

  .top-service .top-service__hdg::before {
    border-width: 18px 20px 0 20px;
    margin-left: -20px;
    bottom: -17px;
  }

  .top-service .point-box {
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .top-service .point-box .point-num {
    font-size: 1.4rem;
  }

  .top-service .point-box .point-num span {
    width: 50px;
    height: 50px;
    font-size: 3.5rem;
    line-height: 1.5;
  }

  .top-service .point-box .point-hdg-wrap {
    height: 45px;
    margin-bottom: 20px;
  }

  .top-service .point-box .point-hdg-wrap::before {
    top: 4px;
  }

  .top-service .point-box .point-hdg-wrap::after {
    bottom: 4px;
  }

  .top-service .point-box .point-hdg-wrap .point-hdg {
    font-size: 1.7rem;
  }

  .top-service .point-box .point-hdg-wrap .point-hdg span {
    font-size: 1.3rem;
  }

  .top-service .point-box .point-hdg-wrap .point-hdg02 {
    font-size: 1.3rem;
  }

  .top-service .point-box .flexbox {
    display: block;
    position: relative;
    z-index: 1;
  }

  .top-service .point-box .txt {
    width: calc(100% - 150px);
    font-size: 1.2rem;
    letter-spacing: .1rem;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, .85);
    height: 100%;
    min-height: 150px;
  }

  .top-service .point-box .img {
    width: 160px;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
  }

  .top-service .point-box:nth-of-type(odd) .point-num {
    left: 10px;
  }

  .top-service .point-box:nth-of-type(even) .point-num {
    left: auto;
    right: 10px;
  }

  .top-service .point-box:nth-of-type(odd) .txt {
    margin: 0;
  }

  .top-service .point-box:nth-of-type(even) .txt {
    margin: 0 0 0 auto;
  }

  .top-service .point-box:nth-of-type(odd) .img {
    right: 10px;
  }

  .top-service .point-box:nth-of-type(even) .img {
    left: 10px;
  }

  .top-service .point-box:nth-of-type(4) .txt {
    min-height: 180px;
  }

  .top-service .point-box:nth-of-type(4) .img {
    width: 140px;
  }

  .bnr-area {
    padding: 0;
    margin-bottom: 40px;
    background-color: #FFF;
  }

  .top-facility {
    padding-bottom: 40px;
  }

  .top-facility .top-facility__hdg {
    font-size: 2.5rem;
    margin-bottom: 30px;
    background-color: transparent;
  }

  .top-facility .top-facility__hdg span {
    padding: 0px 20px;
    line-height: 1;
  }

  .top-facility .top-facility__hdg span::before,
  .top-facility .top-facility__hdg span::after {
    width: 2px;
    top: 1px;
  }

  .top-facility .top-facility__hdg span::before {
    border-left: 2px solid #BAA573;
    border-right: 1px solid #BAA573;
    left: 0;
  }

  .top-facility .top-facility__hdg span::after {
    border-right: 2px solid #BAA573;
    border-left: 1px solid #BAA573;
    right: 0;
  }

  .top-facility .facility-slide .facility-slide__item .facility-name {
    padding: 5px 20px 5px 0;
    left: 5px;
    bottom: 5px;
  }

  .top-facility .facility-slide .facility-slide__item .facility-name .facility-name__ja {
    font-size: 1.6rem;
  }

  .top-facility .facility-slide .facility-slide__item .facility-name .facility-name__en {
    font-size: 1rem;
  }

  .top-access {
    padding-bottom: 30px;
  }

  .top-access .top-access__hdg {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .top-access .top-access__hdg .top-access__hdg__en {
    font-size: 1.2rem;
  }

  .top-access .top-access__hdg::before {
    height: 2px;
    width: calc(100% - 30px);
    left: 15px;
  }

  .top-access .top-access__hdg::after {
    content: normal;
  }

  .top-access .lect,
  .top-access .floor {
    padding: 0 25px;
    margin-bottom: 30px;
  }

  .top-access .lect .txt {
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
  }

  .top-access .lect .txt .logo {
    width: calc(100% - 200px);
    max-width: 82px;
  }

  .top-access .lect .txt .desc {
    width: 190px;
  }

  .top-access .lect .txt .add span {
    font-size: 1.2rem;
  }

  .top-access .lect .txt .add,
  .top-access .lect .txt .tel {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }

  .top-access .lect .txt .tel span {
    font-weight: bold;
  }

  .top-access .lect .txt a {
    font-size: 1.4rem;
    margin-left: 20px;
  }

  .top-access .lect .txt a::before {
    left: -20px;
  }

  .top-access .floor .logo {
    width: 90px;
    top: -20px;
    right: -10px;
  }

  .top-access .floor .txt {
    margin: 0;
    font-size: 1.3rem;
    position: absolute;
    padding: 0 10px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    white-space: nowrap;
  }

  .top-access .map {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .top-access .map iframe {
    height: 170px;
  }

  .top-message {
    padding: 20px 0 30px;
    margin-bottom: 30px;
    background-size: 60%;
    background-position: -10% 130px;
  }

  .top-message .logo {
    max-width: 115px;
    margin: 0 auto;
  }

  .top-message .top-message__hdg {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .top-message .top-message__hdg::before {
    content: normal;
  }

  .top-message .top-message__desc {
    font-size: 1.8rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #BAA573;
  }

  .top-message .top-message__desc .t-pink {
    font-size: 2rem;
  }

  .top-message .txt {
    font-size: 1.4rem;
    padding: 0 15px;
  }

  .top-message .txt p {
    margin-top: 20px;
  }

  .gallery-slide .gallery-slide__item {
    margin: 0 5px;
  }

  .top-content {
    padding: 50px 0 40px;
  }

  .top-content .container {
    padding: 0;
  }

  .top-content .trainer-link {
    padding: 0 5px;
    margin-bottom: 40px;
  }

  .top-content .trainer-link a .btn {
    font-size: 1.6rem;
    padding: 12px 40px 12px 20px;
    width: 86%;
    border-width: 3px;
  }

  .top-content .trainer-link a .btn::before {
    font-size: 2rem;
    right: 11%;
  }

  .top-voice {
    padding-bottom: 10px;
  }

  .top-voice .top-voice__hdg {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .top-voice .top-voice__hdg .top-voice__hdg__en {
    font-size: 1.2rem;
  }

  .top-voice .top-voice__hdg::before {
    top: 8px;
  }

  .top-voice .voice-box {
    margin: 0 auto 30px;
    padding: 20px 10px;
    font-size: 1.4rem;
  }

  .top-voice .voice-box .voice-hdg {
    font-size: 1.6rem;
    margin: 7px 0 25px;
  }

  .top-voice .voice-box .voice-hdg::before {
    top: -6px;
  }

  .top-voice .voice-box .voice-hdg::after {
    bottom: -6px;
  }

  .top-voice .voice-box .voice-hdg .voice-title-img {
    height: 1.75rem;
    line-height: 1;
    margin-bottom: 1px;
  }

  .top-voice .voice-box .img li:not(:first-child) {
    margin: 15px auto 0;
    width: 90%;
  }

  .top-voice .voice-box .profile {
    padding: 10px 10px 20px;
  }

  .top-voice .voice-box .profile .name {
    padding: 0 0 5px;
    margin-bottom: 0;
  }

  .top-voice .voice-box .profile table td .before {
    width: 85px;
    font-size: 1.4rem;
  }

  .top-voice .voice-box .profile table td .t-pink {
    font-size: 1.4rem;
  }

  .top-voice .voice-box .profile table th,
  .top-voice .voice-box .profile table td {
    padding-top: 10px;
    line-height: 1.4;
  }

  .top-voice .voice-box .profile .notes {
    font-size: 2.5vw;
    padding-left: 0;
    text-align: left;
  }

  .top-faq {
    padding-bottom: 20px;
  }

  .top-faq .top-faq__hdg {
    padding: 15px 0 10px;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  .top-faq .top-faq__hdg span {
    font-size: 1.2rem;
  }

  .top-faq .top-faq__hdg::before {
    border-width: 20px 20px 0 20px;
    margin-left: -20px;
    z-index: 1;
    bottom: -16px;
  }

  .top-faq .faq-box {
    margin: 0 0 20px;
    font-size: 1.4rem;
    border-width: 1px;
  }

  .top-faq .faq-box .faq-box__q {
    font-size: 1.4rem;
    padding: 5px 45px;
  }

  .top-faq .faq-box .faq-box__q span {
    font-size: 1.8rem;
    left: 10px;
  }

  .top-faq .faq-box .faq-box__q::before {
    width: 35px;
  }

  .top-faq .faq-box .faq-box__q::after {
    font-size: 2.7rem;
    right: 15px;
    color: #434343;
  }

  .top-faq .faq-box .faq-box__a::before {
    width: 144px;
    top: 15px;
  }

  .top-faq .faq-box .faq-box__a {
    padding: 30px 15px 30px;
  }
}

/* 20220203追加 */

.access-info-hdg {
  font-size: 3rem;
  margin-bottom: 50px;
  color: #FFF;
}

.lectten .access-info-hdg {
  background-color: #3ca04d;
}

.hatsukaichi .access-info-hdg {
  background-color: #b40067;
}

.access-info.hatsukaichi {
  padding-top: 80px;
}

.top-access .hatsukaichi .lect .txt {
  margin: 30px auto 0;
  padding-top: 0;
  width: 100%;
}

.top-access .hatsukaichi .lect .txt .logo {
  margin-bottom: 10px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .access-info-hdg {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .access-info.hatsukaichi {
    padding-top: 50px;
  }

  .top-access .hatsukaichi .img {
    padding: 0 25px;
  }

  .top-access .hatsukaichi .lect .txt {
    margin-top: 15px;
  }

  .top-access .hatsukaichi .lect .txt .logo {
    margin-right: 0;
  }

  .top-access .hatsukaichi .lect .txt .desc {
    width: 100%;
  }
}

/* 20230324追加 */

.media-bg {
  padding-bottom: 20px;
  background: rgb(245, 154, 168);
  background: linear-gradient(90deg, rgba(245, 154, 168, 1) 0%, rgba(222, 102, 119, 1) 100%);
  position: relative;
}

.media-bg::before {
  content: '';
  position: absolute;
  top: 156px;
  left: 50%;
  border-top: 50px solid #E9808F;
  border-right: 60px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 60px solid transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-top: -3px;
  z-index: 1;
}

.media-intro {
  max-width: 400px;
  margin: 0 auto;
  font-size: 3rem;
  line-height: 1.9;
  padding-top: 40px;
  text-align: center;
  position: relative;
  padding-top: 24px;
  letter-spacing: 0.05rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(141, 141, 141, .16);
  overflow-x: hidden;
}

.media-intro02-point {
  font-size: 4rem;
  line-height: 2.;
  position: relative;
  letter-spacing: 0.05rem;
}

.media-intro02-point {
  letter-spacing: -0.7rem;
  position: relative;
}

.media-intro02-point02 {
  letter-spacing: 0.05rem;
}

.media-intro02-point::before {
  content: '';
  position: absolute;
  background-color: #FFF;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media-intro02-ls {
  letter-spacing: -0.6rem;
}

.magazine {
  margin: 80px 0;
  text-align: center;
}


.reason-block01 {
  padding: 80px 0;
  max-width: 750px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.reason01-head {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  position: relative;
  text-align: center;
}

.medical-basis {
  font-size: 4.5rem;
  letter-spacing: -0.1rem;
  position: relative;
}

.medical-basis::before {
  content: '';
  position: absolute;
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reason01-head-ls {
  letter-spacing: 0.3rem;
}

.licens-trainer {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 16px;
}

.fiveper {
  max-width: 340px;
  margin: 0 auto;
  margin-top: 16px;
}

.trainer-inner {
  overflow-x: scroll;
  margin: 40px auto 0;
  padding-bottom: 20px;
}

.trainer-inner .flexbox {
  gap: 20px;
  width: 150%;
}

.scroll-side {
  font-size: 1.2rem;
  margin-top: 20px;
  text-align: end;
}


.facility-title {
  font-size: 3rem;
  font-weight: 900;
  padding: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.allshop-inner {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.shop-block02 {
  width: 45%;
  list-style: none;
  font-size: 1.3rem;
  margin-top: 16px;
}

.shop-block02 li {
  list-style: none;
  font-size: 1.6rem;
  text-align: center;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 1rem;
  margin-top: 10px;
}

.shop-block02 li a {
  text-decoration: none;
  color: #B9A573;
  border: 1px solid #B9A573;
  border-radius: 30px;
  padding: 10px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
}

.cv-nextbody-logo02,
.cv-swichbody-logo02 {
  width: 90%;
  margin: 0 auto 20px;
}

.adress-nextbody-logo {
  max-width: 262px;
  margin: 0 auto;
  margin-top: 72px;
  margin-bottom: 40px;
}

.cv-swichbody-logo03 {
  max-width: 320px;
  margin: 0 auto;
  margin-top: 72px;
  margin-bottom: 16px;
}

.cv-swich {
  width: 320px;
  margin: 80px auto 40px auto;
}

.adress-block {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 24px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.shop-name {
  text-align: center;
  font-size: 2.2rem;
  color: #B9A573;
  padding: 0 0 16px 0;
}

.shop-img {
  max-width: 600px;
  padding: 0 3%;
  margin: 0 auto;
}


.adress_outline_body {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 3%;
}

.adress__outline__block {
  padding: 23px 0 23px 100px;
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}

.adress__outline__term {
  font-weight: 700;
  font-size: 1.4rem;
  left: 0;
  line-height: 1.5;
  position: absolute;
  letter-spacing: 0.13rem;
}

.adress__outline__body {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.13rem;
  position: relative;
  line-height: 1.5;
}

.adress__outline__body span {
  padding: 0 16px;
}

.google-map {
  margin-top: 24px;
  position: relative;
  margin-left: -10px;
  margin-bottom: 12px;
}

.google-map a {
  text-decoration: none;
  border: 1px solid #E2E2E2;
  background-color: #FFF;
  border-radius: 50px;
  padding: 10px 16px 12px 42px;
  align-items: center;
  font-weight: 500;
  font-size: 1.1rem;
}

.google-map::before {
  content: '';
  position: absolute;
  background-color: #D44B61;
  width: 21px;
  height: 21px;
  top: 1px;
  left: 10px;
  border-radius: 50%;
}

.google-map::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cv-btn-top,
.cv-btn-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 24px;
}

.cv-btn-bottom {
  margin-top: 12px;
  margin-bottom: 40px;
}

.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 98%;
  max-width: 800px;
  padding: 60px 3% 60px;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(252, 242, 244, 1) 100%);
  line-height: 1.4em;
  transition: 0.5s;
  opacity: .95;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked~.popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn:hover {
  background: #000;
  color: #fff;
  transition: .3s ease;
}

a.btn_form {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 49%;
  margin: auto;
  padding: 1.2rem 1rem;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 5px solid #902737;
  background: rgb(239, 153, 165);
  background: linear-gradient(180deg, rgba(239, 153, 165, 1) 0%, rgba(183, 70, 89, 1) 100%);
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

.btn_other {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 49%;
  margin: auto;
  padding: 2rem 1rem;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 5px solid #9B9B9B;
  background-color: #C1C1C1;
  color: #fff !important;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

.btn_other.btn_tel {
  background-color: #4561a8;
  border-color: #2e3e67;
}

.btn_other.btn_line {
  background-color: #06c755;
  border-color: #016129;
}


.twoweektrial-intro-title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.twoweektrial-intro-sub {
  color: #33280E;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 60px;
}

.twoweektrial-intro-title span {
  font-family: "masqualero", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 6rem;
  padding-right: 8px;
  margin-top: -1px;
}

.twoweektrial-intro {
  background-image: url(./assets/imgs/2-weektrial-intro-bg.png);
  background-size: cover;
  padding: 80px 0;
}

.twoweektrial-intro-box {
  max-width: 700px;
  margin: 0 auto;
}

.section-BeforeAfter {
  padding-bottom: 80px;
}

.section-BeforeAfter .inner {
  max-width: 900px;
  margin: 0 auto;
}

.ba-intro-bg {
  padding: 40px 0;
  background: rgb(245, 154, 168);
  background: linear-gradient(90deg, rgba(245, 154, 168, 1) 0%, rgba(222, 102, 119, 1) 100%);
  margin-bottom: 60px;
}

.ba-intro {
  /* max-width: 340px; */
  max-width: 420px;
  margin: 0 auto;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  position: relative;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(141, 141, 141, .16);
}

.ba-intro::before {
  /* content: "たった"; */
  display: block;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.ba-intro-change {
  font-size: 4.4rem;
}

.ba-intro02 {
  color: #D44B61;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 40px;
  max-width: 400px;
  position: relative;
}

.ba-intro02::before,
.ba-intro02::after {
  content: "";
  position: absolute;
  width: 25.75px;
  height: 23.6px;
  top: 10px;
}

.ba-intro02::before {
  background-image: url(./assets/imgs/openning-parenthsis.png);
  left: 60px;
}

.ba-intro02::after {
  background-image: url(./assets/imgs/backets.png);
  right: 64px;
}

.swiper-container .swiper-slide {
  width: 440px !important;
  text-align: center;
}

.swiper-container {
  overflow-x: hidden !important;
}

.swiper-button-prev {
  background-image: none !important;
}

.swiper-button-prev:before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  border: 3px solid #D44B61;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.swiper-button-prev:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #D44B61;
  border-left: 3px solid #D44B61;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  left: 19px;
}

.swiper-button-next {
  background-image: none !important;
}

.swiper-button-next:before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  border: 3px solid #D44B61;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  background-color: #fff;
}

.swiper-button-next:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #D44B61;
  border-right: 3px solid #D44B61;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  right: 20px;
}

.swiper-conteiner-bottom {
  margin: 60px 0 0;
}

.difference {
  font-size: 1.0rem;
  padding: 0 3%;
  text-align: end;
  margin-bottom: 32px;
}

.section-cv {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(252, 242, 244, 1) 100%);
  margin-top: 50px;
  padding: 60px 0 0;
}

.cv-innner {
  max-width: 600px;
  margin: 0 auto;
}

.cv-title {
  font-size: 3rem;
  color: #D44B61;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.cv-title::before,
.cv-title::after {
  content: "";
  position: absolute;
  width: 25.75px;
  height: 23.6px;
  top: 10px;
}

.cv-title::before {
  background-image: url(./assets/imgs/openning-parenthsis.png);
  left: 0;
}

.cv-title::after {
  background-image: url(./assets/imgs/backets.png);
  right: 0;
}

.cv-title02 {
  margin: 8px 0 20px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
}

.cv-title03 {
  margin: 8px 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #D5454E;
  text-align: center;
}

.btn_hotpepper {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 49%;
  margin: auto;
  padding: 1.2rem 1rem;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 5px solid #741935;
  background: rgb(224, 142, 168);
  background: linear-gradient(180deg, rgba(224, 142, 168, 1) 0%, rgba(145, 35, 69, 1) 100%);
  color: #fff !important;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

.pop-up-head {
  font-size: 2.2rem;
  text-align: center;
  color: #AF315A;
  margin-bottom: 24px;
}

.allshop-inner03 {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.shop-block03 {
  width: 45%;
  list-style: none;
  font-size: 1.3rem;
  margin-top: 16px;
}

.shop-block03 li {
  list-style: none;
  font-size: 1.3rem;
  text-align: center;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 1rem;
  margin-top: 10px;

}

.shop-block03 li a {
  text-decoration: none;
  color: #B9A573;
  border: 1px solid #B9A573;
  border-radius: 30px;
  padding: 10px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
}

.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 98%;
  max-width: 800px;
  padding: 60px 3% 60px;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(252, 242, 244, 1) 100%);
  line-height: 1.4em;
  transition: 0.5s;
  opacity: .95;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked~.popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn:hover {
  background: #000;
  color: #fff;
  transition: .3s ease;
}

@media screen and (max-width: 550px) {

  .media-bg {
    padding: 15px 0;
  }

  .media-bg::before {
    top: auto;
    bottom: -80px;
    z-index: -1;
  }

  .media-intro {
    font-size: 1.6rem;
    padding-top: 0;
  }

  .media-intro02-point {
    font-size: 2.4rem;
  }

  .media-intro02-point::before {
    width: 3px;
    height: 3px;
  }

  .magazine {
    margin: 60px 0;
  }

  .reason-block01 {
    padding: 60px 10px;
  }

  .reason01-head {
    font-size: 2rem;
  }

  .medical-basis {
    font-size: 2.6rem;
  }

  .medical-basis::before {
    width: 3px;
    height: 3px;
  }

  .fiveper {
    max-width: 220px;
  }

  .trainer-inner {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px 20px;
  }

  .trainer-inner .flexbox {
    width: 700px;
  }

  .facility-title {
    font-size: 2rem;
  }

  .allshop-inner {
    padding: 0 10px;
  }

  .shop-block02 {
    width: 48%;
  }

  .shop-block02 li {
    font-size: 1.4rem;
  }

  .adress-nextbody-logo {
    max-width: 150px;
  }

  .cv-swichbody-logo03,
  .cv-swich {
    max-width: 190px;
  }

  .adress-block {
    width: calc(100% - 30px);
    padding: 24px 10px;
  }

  .shop-name {
    font-size: 1.8rem;
  }

  .shop-img,
  .adress_outline_body {
    padding: 0;
  }

  .adress__outline__block {
    padding: 20px 0;
  }

  .adress__outline__term {
    position: static;
    margin-bottom: 5px;
  }

  .cv-btn-bottom {
    margin-bottom: 20px;
  }

  a.btn_form,
  .btn_other {
    font-size: 1.4rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .twoweektrial-intro-title {
    font-size: 2rem;
  }

  .twoweektrial-intro-sub {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }

  .twoweektrial-intro-title span {
    font-size: 3rem;
  }

  .twoweektrial-intro {
    padding: 60px 0;
  }

  .ba-intro {
    font-size: 2.2rem;
    /* max-width: 195px */
  }

  .ba-intro-change {
    font-size: 2.6rem;
  }

  .ba-intro::before {
    font-size: 1.2rem;
  }

  .ba-intro02 {
    font-size: 2rem;
    max-width: 300px;
  }

  .ba-intro02::before,
  .ba-intro02::after {
    background-repeat: no-repeat;
    width: 20px;
    background-size: contain;
    top: 6px;
  }

  .ba-intro02::before {
    left: 50px;
  }

  .ba-intro02::after {
    right: 54px;
  }

  .swiper-container .swiper-slide {
    width: 84% !important;
  }

  .swiper-conteiner-bottom {
    margin: 40px 0 0;
  }

  .difference {
    margin-bottom: 60px;
  }

  .section-cv {
    padding: 60px 10px 0;
  }

  .cv-title {
    font-size: 2rem;
    max-width: 250px;
  }

  .cv-title::before,
  .cv-title::after {
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    top: 6px;
  }

  .cv-title02 {
    font-size: 1.5rem;
  }

  .btn_hotpepper {
    font-size: 1.4rem;
  }

  .pop-up-head {
    font-size: 1.8rem;
  }

  .google-map {
    margin-left: 0;
  }

  .sp .section-cv {
    margin-top: 0;
    padding-top: 20px;
  }

}

.fix-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 20px;
  background-color: rgb(255, 255, 255, .8);
  transform: translateY(110%);
  transition: transform .5s;
}

.fix-btn a {
  display: block;
  background: rgb(239, 153, 165);
  background: linear-gradient(180deg, rgba(239, 153, 165, 1) 0%, rgba(183, 70, 89, 1) 100%);
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (max-width: 768px) {

  .fix-btn {
    padding: 10px;
  }

  .fix-btn a {
    font-size: 1.7rem;
  }

}

.top-voice .voice-box .name {
  margin-top: 5px !important;
}

/* 2023-10-18追記 店舗一覧タイトル表記修正 */
.section-adress .allshop__hdg {
  background-color: #BAA573;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}

.section-adress .allshop__hdg span {
  display: inline-block;
  padding: 5px 40px 10px;
  background-color: #FFF;
  position: relative;
}

.section-adress .allshop__hdg span::before,
.section-adress .allshop__hdg span::after {
  content: "";
  width: 4px;
  height: 100%;
  border-left: 4px solid #FFF;
  border-right: 4px solid #FFF;
  position: absolute;
  top: 0;
}

.section-adress .allshop__hdg span::before {
  left: -14px;
}

.section-adress .allshop__hdg span::after {
  right: -14px;
}

.section-adress .top-access__hdg {
  position: relative;
  z-index: 1;
  font-size: 4.5rem;
  color: #029F44;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
}

.section-adress .top-access__hdg::before, .section-adress .top-access__hdg::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}

.section-adress .top-access__hdg::before {
  height: 32px;
  background-color: #029F44;
  z-index: -2;
  top: 16px;
}

.section-adress .top-access__hdg::after {
  height: 4px;
  border-top: 8px solid #FFF;
  border-bottom: 8px solid #FFF;
  z-index: -1;
  top: 26px;
}

.section-adress .top-access__hdg .top-access__hdg__bg {
  padding: 0 20px;
  background-color: #FFF;
  display: inline-block;
}

.section-adress .top-access__hdg .top-access__hdg__en {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 1100px) {
  .section-adress .allshop__hdg {
    font-size: 4vw;
  }

  .section-adress .top-access__hdg {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 550px) {
  .section-adress .allshop__hdg {
    font-size: 2.5rem;
    margin-bottom: 30px;
    background-color: transparent;
    padding-top: 20px;
  }

  .section-adress .allshop__hdg span {
    padding: 0px 20px;
    line-height: 1;
  }

  .section-adress .allshop__hdg span::before,
  .section-adress .allshop__hdg span::after {
    width: 2px;
    top: 1px;
  }

  .section-adress .allshop__hdg span::before {
    border-left: 2px solid #BAA573;
    border-right: 1px solid #BAA573;
    left: 0;
  }

  .section-adress .allshop__hdg span::after {
    border-right: 2px solid #BAA573;
    border-left: 1px solid #BAA573;
    right: 0;
  }

  .section-adress .top-access__hdg {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .section-adress .top-access__hdg .top-access__hdg__en {
    font-size: 1.2rem;
  }

  .section-adress .top-access__hdg::before {
    height: 2px;
    width: calc(100% - 30px);
    left: 15px;
  }

  .section-adress .top-access__hdg::after {
    content: normal;
  }
}

.btn-contact {
  text-align: center;
  margin:40px auto;
  transition-duration: 0.8s;
  transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}
.btn-contact:hover {
  transform: translateY(3px);
}