@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
:root {
  --main_color: #212121;
  --gold_color: #BBA071;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 1.1851851852vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.jost {
  font-family: "Jost", sans-serif;
}

.w1600 {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.w1014 {
  max-width: 1014px;
  width: 90%;
  margin: 0 auto;
}

.anchor {
  position: relative;
  padding-top: 110px;
  margin-top: -110px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

input,
textarea,
select {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #333333;
  background-color: #fff;
  border: 1px solid #B5A479;
  padding-left: 21px;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=number],
  textarea {
    padding-left: 15px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ABABAB;
  font-weight: 500;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: #ABABAB;
  font-weight: 500;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ABABAB;
  font-weight: 500;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ABABAB;
  font-weight: 500;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #ABABAB;
  font-weight: 500;
}
input[type=text]:focus-visible,
input[type=tel]:focus-visible,
input[type=email]:focus-visible,
input[type=number]:focus-visible,
textarea:focus-visible {
  outline: var(--gold_color);
  border-color: var(--gold_color);
}

@media screen and (max-width: 767px) {
  textarea::-webkit-input-placeholder {
    line-height: 1.85;
    font-weight: 400;
  }
  textarea::-moz-placeholder {
    line-height: 1.85;
    font-weight: 400;
  }
  textarea:-ms-input-placeholder {
    line-height: 1.85;
    font-weight: 400;
  }
  textarea::-ms-input-placeholder {
    line-height: 1.85;
    font-weight: 400;
  }
  textarea::placeholder {
    line-height: 1.85;
    font-weight: 400;
  }
}

select {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #333333;
}

input[type=date] {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #333333;
}
input[type=date]:focus-visible {
  outline: var(--gold_color);
  border-color: var(--gold_color);
}

input[type=number] {
  width: 214px;
}

input[type=date] {
  width: 312px;
  padding: 14px 19px;
  border: 1px solid #C5C5C5;
}
@media screen and (max-width: 1300px) {
  input[type=date] {
    width: 25.8vw;
  }
}
@media screen and (max-width: 767px) {
  input[type=date] {
    width: calc(100% - 80px - 30px - 90px);
    padding: 12px 10px;
  }
}
input[type=date]::-webkit-input-placeholder {
  color: #C2C2C2;
}
input[type=date]::-moz-placeholder {
  color: #C2C2C2;
}
input[type=date]:-ms-input-placeholder {
  color: #C2C2C2;
}
input[type=date]::-ms-input-placeholder {
  color: #C2C2C2;
}
input[type=date]::placeholder {
  color: #C2C2C2;
}

.input {
  width: 100%;
  height: 100%;
  display: block;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.visually-hidden:checked + .radio_space::after {
  opacity: 1;
}

.visually-hidden:checked + .radio_space::after {
  opacity: 1;
}

.radio_space {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .radio_space {
    font-size: 16px;
  }
}
.radio_space::before, .radio_space::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.radio_space::before {
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  background-color: #fff;
  left: 0;
}
.radio_space::after {
  width: 7px;
  height: 7px;
  background-color: #00ACA1;
  left: 4px;
  opacity: 0;
}

.header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: -webkit-gradient(linear, left top, right top, from(#ff84cd), color-stop(48.62%, #ffdee4), to(#fff2f2));
  background: linear-gradient(90deg, #ff84cd 0%, #ffdee4 48.62%, #fff2f2 100%);
}
@media screen and (max-width: 767px) {
  .header {
    background: -webkit-gradient(linear, left top, right top, from(#ff84cd), color-stop(74.16%, #ffdee4), to(#fff2f2));
    background: linear-gradient(90deg, #ff84cd 0%, #ffdee4 74.16%, #fff2f2 100%);
    height: 80px;
  }
}
.header .content {
  height: 100%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo {
  margin-left: 44px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .header .logo {
    margin-left: 0;
    width: 25vw;
  }
}
.header .logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header .logo {
    margin: 0;
    width: 204px;
  }
}

.header .header__nav-area {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header__nav-area {
    display: block;
  }
}

.header .header__nav-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.header .icon_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
}
@media screen and (max-width: 1300px) {
  .header .icon_area {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .icon_area {
    padding-right: 42px;
  }
}
.header .icon_area .icon__tel {
  width: 245px;
  margin-right: 15px;
}
@media screen and (max-width: 1300px) {
  .header .icon_area .icon__tel {
    width: 16vw;
  }
}
.header .icon_area .icon__reserve {
  margin-right: 23px;
  width: 278px;
}
@media screen and (max-width: 1300px) {
  .header .icon_area .icon__reserve {
    width: 19vw;
  }
}
.header .icon_area .icon__price {
  width: 61px;
  margin-right: 15px;
}
@media screen and (max-width: 1300px) {
  .header .icon_area .icon__price {
    width: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .header .icon_area .icon__price {
    width: 35px;
    margin-right: 6px;
  }
}
.header .icon_area .icon__access {
  width: 61px;
}
@media screen and (max-width: 1300px) {
  .header .icon_area .icon__access {
    width: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .header .icon_area .icon__access {
    width: 35px;
  }
}

.header .icon_area .icon a {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  /* ハンバーガーボタン */
  .humberger {
    height: 32px;
    margin-left: auto;
    position: fixed;
    right: 5%;
    z-index: 150;
    width: 32px;
    border: none;
    border-radius: 4px;
  }
  .humberger.-active .humberger__line {
    background-color: transparent;
  }
  .humberger.-active .humberger__line::before {
    top: 0;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .humberger.-active .humberger__line::after {
    top: 0;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .humberger__line {
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    background-color: #FF7DC2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .humberger__line:before,
  .humberger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #FF7DC2;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .humberger__line:before {
    top: -10px;
  }
  .humberger__line:after {
    top: 10px;
  }
  /* ナビゲーションエリア */
  .header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    visibility: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff2f2), color-stop(2%, #fff2f2), color-stop(70.3%, #ffdee4), to(#ffa2d9));
    background: linear-gradient(#fff2f2 0%, #fff2f2 2%, #ffdee4 70.3%, #ffa2d9 100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
  }
  .header__nav-area .add_scroll {
    width: 100%;
    height: 100%;
    padding: 26.5vw 5% 15vw;
    overflow-y: scroll;
  }
  .header__nav-area.-active {
    left: 0;
    visibility: visible;
  }
  .header__nav-area ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    margin-bottom: 30px;
  }
  .header__nav-area ul li a {
    color: #033333;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
  }
  .header__nav-area ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #FF7DC2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__nav-area .reserve_btn {
    margin-bottom: 52px;
    max-width: 500px;
  }
  .header__nav-area .reserve_btn__comment {
    width: 80%;
  }
  .header__nav-area .nav_logo {
    width: 220px;
    margin: 0 auto;
  }
}
/* =================
	line 装飾
================= */
.whole_line {
  position: relative;
  background-color: var(--main_color);
  background-image: url(../img/lp_line_03.svg);
  background-size: cover;
  background-position: center 70px;
  background-repeat: no-repeat;
  shape-rendering: crispEdges;
}
@media screen and (max-width: 767px) {
  .whole_line {
    background-image: url(../img/lp_line_03_sp.svg);
    background-size: contain;
  }
}

/* =================
	各見出し
================= */
.ttl_area {
  position: relative;
  text-align: center;
}
.ttl_area .deco_en {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 183px;
}
@media screen and (max-width: 1300px) {
  .ttl_area .deco_en {
    font-size: 15.25vw;
  }
}
@media screen and (max-width: 767px) {
  .ttl_area .deco_en {
    font-size: 80px;
    width: 90vw;
  }
}
.ttl_area .ttl {
  font-size: 55px;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .ttl_area .ttl {
    font-size: 4.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .ttl_area .ttl {
    font-size: 26px;
    line-height: 1.4;
  }
}

/* =================
	「無料カウセリング予約はこちら」ボタン
================= */
.reserve_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .reserve_btn {
    gap: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .reserve_btn {
    width: 100%;
    gap: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .reserve_btn__link a:hover {
    opacity: 1;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.reserve_btn__link .shiny-btn {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  -webkit-animation-name: beat;
          animation-name: beat;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 1300px) {
  .reserve_btn__link .shiny-btn {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .reserve_btn__link .shiny-btn {
    border-radius: 15px;
  }
}
@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.reserve_btn__area {
  position: relative;
}
.reserve_btn__area .tag {
  content: "";
  position: absolute;
  max-width: 240px;
  width: 15vw;
  top: 0;
  left: -110px;
  z-index: 15;
}
@media screen and (max-width: 1300px) {
  .reserve_btn__area .tag {
    left: -6.875vw;
  }
}
@media screen and (max-width: 767px) {
  .reserve_btn__area .tag {
    width: 24.533vw;
    left: -8px;
  }
}
.reserve_btn__comment {
  max-width: 627px;
  width: 39.28vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reserve_btn__comment {
    width: 80vw;
  }
}

/* =================
	アコーディオン
================= */
.accordions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.c-accordion__question {
  padding: 45px 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .c-accordion__question {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__question {
    padding: 17px 20px 25px;
  }
}
.c-accordion__question::before, .c-accordion__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 56px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 3px;
  background-color: #FF4891;
}
@media screen and (max-width: 1300px) {
  .c-accordion__question::before, .c-accordion__question::after {
    right: 4.666vw;
    width: 2.333vw;
    height: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__question::before, .c-accordion__question::after {
    width: 28px;
    right: 3px;
    right: 20px;
    height: 3px;
  }
}
.c-accordion__question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-accordion:nth-child(even) .c-accordion__question {
  background-color: #FFF;
}
.c-accordion:nth-child(odd) .c-accordion__question {
  background-color: #FFD5EB;
}
.c-accordion__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-accordion__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.c-accordion__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  width: 348px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  color: #FF4891;
}
@media screen and (max-width: 1300px) {
  .c-accordion__step {
    width: 29vw;
    font-size: 2.3333333333vw;
    gap: 1.1666vw;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__step {
    font-size: 14px;
    width: auto;
  }
}
.c-accordion__step span {
  font-size: 56px;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 1300px) {
  .c-accordion__step span {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__step span {
    font-size: 24px;
    line-height: 1.1;
  }
}
.c-accordion__answer {
  padding: 33px 60px 39px 0;
  width: calc(100% - 348px);
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .c-accordion__answer {
    padding: 20px 40px 25px 0;
    width: calc(100% - 29vw);
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__answer {
    width: 90%;
    margin: auto;
    padding: 18px 0 30px;
  }
}
.c-accordion__text--mid {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  .c-accordion__text--mid {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__text--mid {
    font-size: 20px;
  }
}
.c-accordion__text--sm {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  .c-accordion__text--sm {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-accordion__text--sm {
    font-size: 14px;
  }
}
.c-accordion__btn {
  width: 408px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    width: 100%;
    margin-top: 17px;
  }
}
.c-accordion__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding: 27px 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff60aa), color-stop(51.04%, #ffa7cc), to(#ff60aa));
  background: linear-gradient(90deg, #ff60aa 0%, #ffa7cc 51.04%, #ff60aa 100%);
}
@media screen and (max-width: 767px) {
  .c-accordion__btn a {
    font-size: 18px;
    gap: 12px;
  }
}
.c-accordion__btn a span {
  width: 7px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.c-accordion__body {
  display: none;
}
.c-accordion__body.last {
  border-bottom: 1px solid #D1D1D1;
}

.c-accordion:first-of-type .c-accordion__body {
  display: block;
}

.c-accordion.open .c-accordion__question::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

/* =================
	フッター
================= */
footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8bb6), color-stop(72.39%, #ffaed0), to(#ffc5cc));
  background: linear-gradient(#ff8bb6 0%, #ffaed0 72.39%, #ffc5cc 100%);
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 80px;
  }
}

.ft_main .content {
  padding: 103px 0 120px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ft_main .content {
    padding: 38px 0 21px;
  }
}
.ft_main .content .ft_logo {
  width: 524px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1300px) {
  .ft_main .content .ft_logo {
    width: 32.75vw;
  }
}
@media screen and (max-width: 767px) {
  .ft_main .content .ft_logo {
    width: 310px;
  }
}
.ft_main .content .adress_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ft_main .content .adress_clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 42px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.ft_main .content .adress_clm .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .ft_main .content .adress_clm .left {
    gap: 6px;
  }
}
.ft_main .content .adress_clm .left .adress {
  line-height: 1.5;
}
.ft_main .content .adress_clm .left .adress .num {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .ft_main .content .adress_clm .left .adress .num {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .ft_main .content .adress_clm .left .adress .plain {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 767px) {
  .ft_main .content .adress_clm .left .adress .plain {
    font-size: 14px;
  }
}
.ft_main .content .adress_clm .left .open {
  font-weight: 400;
}
.ft_main .content .adress_clm .left .open dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .ft_main .content .adress_clm .left .open dl {
    gap: 0;
  }
}
.ft_main .content .adress_clm .left .open dl dt {
  width: 65px;
}
@media screen and (max-width: 767px) {
  .ft_main .content .adress_clm .left .open dl dt {
    width: 80px;
  }
}
.ft_main .content .adress_clm .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 35px;
}
@media screen and (max-width: 1300px) {
  .ft_main .content .adress_clm .right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .ft_main .content .adress_clm .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.ft_main .content .adress_clm .right .tel p {
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .ft_main .content .adress_clm .right .tel p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ft_main .content .adress_clm .right .tel p {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1300px) {
  .ft_main .content .adress_clm .right .tel .img {
    width: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .ft_main .content .adress_clm .right .tel .img {
    width: 245px;
  }
}
@media screen and (max-width: 1300px) {
  .ft_main .content .adress_clm .right .reserve {
    width: 250px;
  }
}
.ft_main .content .ft_menu {
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  display: grid;
  gap: 0 130px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1300px) {
  .ft_main .content .ft_menu {
    gap: 8.1vw;
  }
}
@media screen and (max-width: 767px) {
  .ft_main .content .ft_menu {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 10px;
    margin: 0 auto 40px;
  }
}
.ft_main .content .ft_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .ft_main .content .ft_menu__list {
    gap: 10px;
  }
}
.ft_main .content .ft_menu__list li a {
  display: block;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ft_main .content .ft_menu__list li a {
    font-size: 12px;
    padding-left: 25px;
  }
}
.ft_main .content .ft_menu__list li a::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ft_main .content .link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ft_main .content .link_area {
    gap: 10px;
  }
}
.ft_main .content .link_area .blog {
  width: 161px;
}
@media screen and (max-width: 767px) {
  .ft_main .content .link_area .blog {
    width: 103px;
  }
}
@media screen and (max-width: 767px) {
  .ft_main .content .link_area .insta {
    width: 31px;
  }
}
@media screen and (max-width: 767px) {
  .ft_main .content .link_area .facebook {
    width: 31px;
  }
}

.ft_copy p {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .ft_copy p {
    font-size: 10px;
    padding: 12px 0;
  }
}

/* =================
	footer_btn_are
================= */
.ft_sp_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .ft_sp_btn {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ft_sp_btn .ft_tel_btn {
    width: 31%;
    padding: 15px 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff54aa), color-stop(57.22%, #ffacce), to(#ff54aa));
    background: linear-gradient(#ff54aa 0%, #ffacce 57.22%, #ff54aa 100%);
    text-align: center;
  }
  .ft_sp_btn .ft_tel_btn img {
    width: auto;
    height: 100%;
  }
  .ft_sp_btn .ft_reserve_btn {
    width: 69%;
    padding: 15px 0 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffecf8), color-stop(53.89%, #fff), to(#ffecf8));
    background: linear-gradient(#ffecf8 0%, #fff 53.89%, #ffecf8 100%);
    text-align: center;
  }
  .ft_sp_btn .ft_reserve_btn img {
    width: auto;
    height: 100%;
    -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(49%) saturate(5188%) hue-rotate(309deg) brightness(102%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(44%) sepia(49%) saturate(5188%) hue-rotate(309deg) brightness(102%) contrast(101%);
  }
}/*# sourceMappingURL=common.css.map */