@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
ol {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
body.modal-open {
  overflow: hidden;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  line-height: 1.6;
  color: #333;
  background: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
body .b-fixed {
  position: fixed;
  width: 100%;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  padding: 0 0 100px 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    padding: 0 0 40px 0;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
  .inner.column {
    padding-bottom: 40px;
  }
}

.sec_title {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
  position: relative;
}
.sec_title .wrap {
  background: #fff;
  padding: 0 0.5em;
  z-index: 2;
  position: relative;
  display: inline-block;
}
.sec_title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #888;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .sec_title {
    margin-bottom: 20px;
  }
}
.sec_title .color {
  color: #7a3796;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .sec_title .color {
    font-size: 1.1em;
  }
}
.sec_title .mini {
  font-size: 2rem;
  font-weight: normal;
}
.sec_title .fuki {
  position: relative;
  display: inline-block;
}
.sec_title .fuki:before, .sec_title .fuki:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 2px;
  border-radius: 5px;
  height: 40px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .sec_title .fuki:before, .sec_title .fuki:after {
    bottom: 0;
  }
}
.sec_title .fuki:before {
  transform: rotate(-30deg);
  left: -30px;
}
.sec_title .fuki:after {
  transform: rotate(30deg);
  right: -30px;
}

.sec_catch {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_catch {
    text-align: left;
  }
}
.sec_catch .red {
  color: #eb3535;
}
.sec_catch .color {
  color: #7a3796;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .mt60 {
    margin-top: 30px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .mb20 {
    margin-bottom: 10px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .mb120 {
    margin-bottom: 50px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 820px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 820px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .pb60 {
    padding-bottom: 30px;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .pb100 {
    padding-bottom: 50px;
  }
}

.pb120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .pb120 {
    padding-bottom: 60px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.flex.start {
  justify-content: flex-start;
}

/*----------------------------------------------------
	CTA / モーダルウィンドウ
----------------------------------------------------*/
.cta {
  padding: 20px 0;
  background: #9e5ea2;
}
@media screen and (max-width: 1100px) {
  .cta {
    padding: 20px 15px;
  }
}
.cta .label {
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  border-radius: 50px;
  margin: 0 auto 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
  text-shadow: 2px 2px 0 #691e74;
  line-height: 1.4;
  letter-spacing: 0;
}
.cta .label .color {
  color: #fffb88;
}
.cta .inner {
  background: #db1f11;
  max-width: 960px;
  padding-top: 15px;
  border-radius: 10px;
  box-shadow: 0 8px 0 #ac1a0f;
}
@media screen and (max-width: 767px) {
  .cta .inner {
    padding: 0;
    background: unset;
    width: 100%;
    box-shadow: unset;
    border: unset;
  }
}
.cta .inner .cta_lady {
  position: absolute;
  right: 4%;
  bottom: 0;
  filter: drop-shadow(0px -2px 6px rgba(55, 55, 55, 0.3));
}
@media screen and (max-width: 820px) {
  .cta .inner .cta_lady {
    right: 1%;
    bottom: 0;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .cta .inner .cta_lady {
    display: none;
  }
}
.cta .inner .tel_box {
  padding: 0 0 2% 10%;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .cta .inner .tel_box {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .cta .inner .tel_box {
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border: 1px solid #eb3535;
  }
}
.cta .inner .tel_box .cta_title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  text-align: left;
  border-radius: 10px 10px 0 0;
  margin-bottom: 8px;
  line-height: 1.2;
  letter-spacing: 0;
  padding-left: 1.5em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta .inner .tel_box .cta_title {
    padding: 8px 0;
    text-shadow: none;
    text-align: center;
    margin-bottom: 10px;
    background: #eb3535;
  }
}
.cta .inner .tel_box .time {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 1%;
}
.cta .inner .tel_box .time span {
  flex: 1;
}
.cta .inner .tel_box .time .time_label {
  background: #fff;
  color: #d01a0d;
  border-radius: 10px;
  text-align: center;
  padding: 5px 15px;
}
.cta .inner .tel_box .time.has_attend .time_label {
  width: auto;
  border-radius: 10px 0 0 10px;
  display: inline-block;
}
.cta .inner .tel_box .tel_num {
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .cta .inner .tel_box .tel_num {
    justify-content: center;
    gap: 8px 5px;
    padding: 0 5px 10px;
    flex-wrap: wrap;
  }
}
.cta .inner .tel_box .tel_num svg {
  fill: #fff;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .cta .inner .tel_box .tel_num svg {
    fill: #eb3535;
    width: 40px;
    height: 40px;
  }
}
.cta .inner .tel_box .tel_num .num {
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 8rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .cta .inner .tel_box .tel_num .num {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .cta .inner .tel_box .tel_num .num {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #eb3535;
    font-size: 4rem;
    font-weight: bold;
  }
  .cta .inner .tel_box .tel_num .num .mini {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .cta .inner .tel_box .tel_num .free {
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid;
    line-height: 1.1;
    display: block;
    text-align: center;
    padding: 1% 5%;
    border-radius: 50px;
  }
}
.cta .tel_merit {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .cta .tel_merit {
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
    margin-top: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cta .tel_merit li {
  font-size: clamp(1.6rem, 4vw, 2rem);
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
}
.cta .tel_merit li:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
.cta .tel_merit.four li {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  padding: 0 20px 0 40px;
  background: #fff;
  border-radius: 50px;
  color: #723576;
}
@media screen and (max-width: 767px) {
  .cta .tel_merit.four li {
    width: auto;
    padding: 0 10px 0 25px;
  }
}
.cta .tel_merit.four li:before {
  left: 10px;
  line-height: 1;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .cta .tel_merit.four li:before {
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .cta .tel_merit.four {
    flex-direction: unset;
    flex-wrap: wrap;
  }
}

.popup-btn {
  display: block;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒背景 */
}

.modal-content {
  background: #fff;
  padding: 60px 50px;
  width: 90%;
  max-width: 1200px;
  overflow-y: scroll;
  position: relative;
  border-radius: 10px;
  z-index: 10000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90vh;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 40px 15px 30px;
    width: 96%;
  }
}

.modal-close {
  position: absolute;
  line-height: 1;
  top: 1.5%;
  right: 1.5%;
  font-size: 30px;
  cursor: pointer;
  color: #666;
}
@media screen and (max-width: 767px) {
  .modal-close {
    right: 3%;
  }
}

.cta_modal .modal-close {
  top: 5%;
}
.cta_modal .modal-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cta_modal .tel_list {
  flex-direction: column;
  align-items: center;
}
.cta_modal .tel_list .tel_btn {
  position: relative;
  color: #eb3535;
  border: 2px solid;
  padding: 20px 0 10px 0;
  border-radius: 100px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 4px;
}
.cta_modal .tel_list .tel_btn .time {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #eb3535;
  color: #fff;
  padding: 2px 20px;
  border-radius: 5px;
}
.cta_modal .tel_list .tel_btn .title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.cta_modal .tel_list .tel_btn .tap_here {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}
.cta_modal .tel_list .tel_btn .tap_here svg {
  margin-right: 5px;
}
.cta_modal .tel_list .tel_btn .tap_here.sp_hide {
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .cta_modal .tel_list .tel_btn .tap_here.sp_hide {
    display: none;
  }
}
.cta_modal .tel_list .tel_btn .tap_here.pc_hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta_modal .tel_list .tel_btn .tap_here.pc_hide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4rem;
  }
}
.cta_modal .tel_list .tel_btn.guest {
  color: #18889c;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .cta_modal .tel_list .tel_btn.guest .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cta_modal .tel_list .tel_btn.guest .title svg {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta_modal .tel_list .tel_btn.guest .title svg {
    display: block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
  .cta_modal .tel_list .tel_btn.guest .title svg path {
    -webkit-animation: none;
            animation: none;
  }
}
.cta_modal .tel_list .tel_btn.guest svg {
  fill: #18889c;
}

.cta_set {
  background: #eee;
  padding: 30px 0;
}
.cta_set .label {
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.4;
  border-radius: 50px;
  margin: 0 auto 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .cta_set .label {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cta_set .label {
    margin-bottom: 10px;
  }
}
.cta_set .label:before, .cta_set .label:after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 2px;
  border-radius: 5px;
  height: 30px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .cta_set .label:before, .cta_set .label:after {
    margin: auto;
  }
}
.cta_set .label:before {
  transform: rotate(-30deg);
  left: -20px;
}
@media screen and (max-width: 767px) {
  .cta_set .label:before {
    left: -10px;
  }
}
.cta_set .label:after {
  transform: rotate(30deg);
  right: -20px;
}
@media screen and (max-width: 767px) {
  .cta_set .label:after {
    right: -10px;
  }
}
.cta_set .label .color {
  color: #7a3796;
  background: linear-gradient(0deg, #fffb88 0%, #fffb88 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1100px) {
  .cta_set .cta_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cta_set .cta_left {
  width: 56%;
}
@media screen and (max-width: 1100px) {
  .cta_set .cta_left {
    width: 100%;
    max-width: 720px;
  }
}
.cta_set .cta_right {
  flex: 1;
}
.cta_set .cta_right a {
  display: block;
}
.cta_set .cta_right a:first-of-type {
  margin-bottom: 10px;
}
.cta_set .tel_box {
  border: 2px solid #d01a0d;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.cta_set .tel_box .lady {
  position: absolute;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  top: -20px;
  left: 20px;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.231372549);
}
@media screen and (max-width: 767px) {
  .cta_set .tel_box .lady {
    display: none;
  }
}
.cta_set .tel_box .cta_title {
  color: #fff;
  text-align: right;
  padding: 10px 15px 10px 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  background: #d01a0d;
}
@media screen and (max-width: 767px) {
  .cta_set .tel_box .cta_title {
    padding: 10px 0;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0;
  }
}
.cta_set .tel_box .tel_num {
  padding: 20px 10px 15px;
}
@media screen and (max-width: 767px) {
  .cta_set .tel_box .tel_num {
    padding: 15px 5px;
    flex-wrap: wrap;
    gap: 10px 5px;
    justify-content: center;
  }
}
.cta_set .tel_box .tel_num > .flex {
  justify-content: center;
  align-items: center;
}
.cta_set .tel_box .tel_num svg {
  fill: #d01a0d;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .cta_set .tel_box .tel_num svg {
    width: 40px;
    height: 40px;
  }
}
.cta_set .tel_box .tel_num .num {
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 7.2rem;
  color: #d01a0d;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cta_set .tel_box .tel_num .num {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 4rem;
    font-weight: bold;
  }
  .cta_set .tel_box .tel_num .num .mini {
    font-size: 0.8em;
  }
}
.cta_set .tel_box .tel_num .time {
  border-radius: 10px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  border: 2px solid #d01a0d;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cta_set .tel_box .tel_num .time {
    margin: 0 auto;
  }
}
.cta_set .tel_box .tel_num .time .time_label {
  background: #d01a0d;
  color: #fff;
  padding: 5px 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  .cta_set .tel_box .tel_num .time .time_label {
    display: inline-block;
  }
}
.cta_set .tel_box .tel_num .time .time_label_2 {
  display: block;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .cta_set .tel_box .tel_num .time .time_label_2 {
    display: inline-block;
  }
}
.cta_set .tel_box .point {
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 1100px) {
  .cta_set .tel_box .point {
    margin-bottom: 10px;
  }
}
.cta_set .tel_box .point li {
  font-size: clamp(1.6rem, 4vw, 1.7rem);
  background: #545454;
  color: #fff;
  padding: 0 10px 0 5px;
  border-radius: 50px;
}
.cta_set .tel_box .point li:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.footer_cta {
  display: none;
}
.footer_cta.fixed {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: hsla(309deg, 9%, 16%, 0.8);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .footer_cta.fixed {
    padding: 5px 5px 10px;
  }
}
.footer_cta.fixed .flex {
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_cta.fixed .flex {
    flex-wrap: wrap;
    padding: 0;
    gap: 5px 10px;
  }
}
.footer_cta.fixed .flex .f_lady {
  position: absolute;
  bottom: -20%;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .footer_cta.fixed .flex .f_lady {
    display: none;
  }
}
.footer_cta.fixed .flex .tel_catch {
  font-size: 1.8rem;
  color: #fffa70;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer_cta.fixed .flex .tel_catch {
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
  }
}
.footer_cta.fixed .flex .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #fff;
  line-height: 1.2;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .footer_cta.fixed .flex .item {
    width: calc(50% - 5px);
    height: 50px;
    border: 0;
  }
}
.footer_cta.fixed .flex .item.tel {
  gap: 10px;
  line-height: 1;
  color: #fff;
  background: #d01a0e;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 15px 0 60px;
}
@media screen and (max-width: 767px) {
  .footer_cta.fixed .flex .item.tel {
    padding: 0;
    background: linear-gradient(180deg, #eb3535 0%, #eb3535 50%, #d81515 50%, #d81515 100%);
    box-shadow: 0 5px 0 #7b0c0c;
  }
  .footer_cta.fixed .flex .item.tel .tel_anime svg {
    width: 35px;
    height: 35px;
    fill: #fff;
    margin-right: 2px;
  }
}
.footer_cta.fixed .flex .item.tel .num {
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(3.4rem, 3vw, 4.6rem);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer_cta.fixed .flex .item.tel .num {
    display: flex;
    align-items: center;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
  }
}
.footer_cta.fixed .flex .item.tel .num:before {
  content: "";
  background: url(../img/free.svg);
  width: 40px;
  height: 38px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .footer_cta.fixed .flex .item.tel .num:before {
    content: none;
  }
}
.footer_cta.fixed .flex .item.tel .num .mini {
  font-size: 0.8em;
}
.footer_cta.fixed .flex .item.contact {
  color: #fff;
  border-radius: 5px;
  background: #18889c;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0 75px 0 15px;
  gap: 2px;
}
@media screen and (max-width: 820px) {
  .footer_cta.fixed .flex .item.contact {
    font-size: 2rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer_cta.fixed .flex .item.contact {
    font-size: 2.2rem;
    padding: 8px 0;
    line-height: 1.1;
    white-space: nowrap;
    background: linear-gradient(180deg, #18889c 0%, #18889c 50%, #147181 50%, #147181 100%);
    box-shadow: 0 5px 0 #0a3b44;
  }
}
.footer_cta.fixed .flex .item.contact .wrap {
  border: 1px solid;
  padding: 2px 6px 4px;
  margin-right: 5px;
}
.footer_cta.fixed .flex .item.contact .mini {
  font-size: 0.8em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .footer_cta.fixed .flex .item.contact .mini {
    display: none;
  }
}
.footer_cta.fixed .flex .item.contact img {
  position: absolute;
  right: 2%;
  height: 60px;
}
@media screen and (max-width: 820px) {
  .footer_cta.fixed .flex .item.contact img {
    display: none;
  }
}

/*----------------------------------------------------
	MV
----------------------------------------------------*/
.mv {
  position: relative;
  max-height: 750px;
  background: url(../img/mv_bg.png);
  background-size: cover;
}
.mv .inner {
  max-width: 1600px;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .mv .inner {
    padding: 0;
  }
}
.mv .mv_title {
  position: absolute;
  left: 1%;
  padding-top: 10%;
  letter-spacing: 3px;
  font-size: 4.8rem;
  line-height: 2;
}
.mv .mv_title .big {
  font-size: 1.3em;
}
.mv .mv_title .area {
  color: #7a3796;
}
.mv .mv_title img {
  width: 220px;
  margin-left: 10px;
  padding-bottom: 15px;
}
.mv .result {
  position: absolute;
  left: 1%;
  bottom: 10%;
}
.mv .price_ex {
  position: absolute;
  right: 1%;
  bottom: 5%;
}

/*----------------------------------------------------
	ティアとは
----------------------------------------------------*/
.about .sec_title {
  margin-bottom: 10px;
}
.about .sec_catch {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: bold;
}
.about .features {
  border-top: 2px solid #bd9bcb;
  border-bottom: 2px solid #bd9bcb;
  padding: 15px 0;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about .features {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.about .features .f_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}
.about .features .f_item img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*----------------------------------------------------
	式場一覧
----------------------------------------------------*/
.halls {
  background: #f9f9f9;
}
.halls .sec_title .wrap {
  background: #f9f9f9;
}
.halls .hall_list {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.halls .hall_list .item {
  width: calc(50% - 10px);
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .halls .hall_list .item {
    width: 100%;
    padding: 15px;
  }
}
.halls .hall_list .item .name_wrap {
  align-items: center;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .halls .hall_list .item .name_wrap {
    gap: 10px;
  }
}
.halls .hall_list .item .name_wrap .hall_name {
  color: #7f389d;
  font-size: clamp(2.2rem, 4vw, 3rem);
}
.halls .hall_list .item .name_wrap .label {
  font-size: 1.5rem;
  line-height: 1;
  background: #755c29;
  color: #fff;
  padding: 1% 4%;
  border-radius: 4px;
}
.halls .hall_list .item .name_wrap .label.mine {
  background: #8f379c;
}
.halls .hall_list .item .hall_info {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .halls .hall_list .item .hall_info {
    flex-direction: column;
  }
}
.halls .hall_list .item .hall_info > img {
  width: 38%;
  aspect-ratio: 4/3;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .halls .hall_list .item .hall_info > img {
    width: 80%;
    margin: 0 auto;
  }
}
.halls .hall_list .item .hall_info .info {
  flex: 1;
}
.halls .hall_list .item .hall_info .info .title {
  color: #8f379c;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}
.halls .hall_list .item .hall_info .info .title:before {
  content: "";
  width: 8px;
  height: 1em;
  background: #8f379c;
  display: inline-block;
}
.halls .hall_list .item .hall_info .info .detail {
  margin-bottom: 10px;
}
.halls .hall_list .item .hall_info .info .detail a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  color: #7a3796;
  font-size: 1.5rem;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  background: #f7f7f7;
}
.halls .hall_list .item .hall_info .info .detail a:after {
  content: "\f35d";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-left: 4px;
  font-size: 0.9em;
}
.halls .hall_list .item .features {
  margin-top: 10px;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.halls .hall_list .item .features .f_item {
  width: calc(33.3333333333% - 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 1.4rem;
  border: 1px solid #999;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 2px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .halls .hall_list .item .features .f_item {
    flex: unset;
    width: calc(33.3333333333% - 4px);
    white-space: nowrap;
  }
}
.halls .hall_list .item .features .f_item img {
  width: 15px;
}
.halls .catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.6rem);
  border-top: 2px solid #7a3796;
  border-bottom: 2px solid #7a3796;
  padding: 20px 50px;
  margin: 0 auto;
  font-weight: bold;
  color: #7a3796;
}
@media screen and (max-width: 767px) {
  .halls .catch {
    padding: 20px 10px;
    width: 100%;
  }
}

/*----------------------------------------------------
	選ばれる理由
----------------------------------------------------*/
.reason {
  overflow: hidden;
  position: relative;
  counter-reset: number 0;
}
.reason:before {
  content: "";
  background: linear-gradient(180deg, rgb(251, 240, 255) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 280px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.reason .sec_title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .reason .sec_title {
    margin-bottom: 20px;
  }
}
.reason .reason_list {
  gap: 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .reason .reason_list {
    flex-direction: column;
    gap: 30px;
  }
}
.reason .reason_list .item {
  width: calc(33.3333333333% - 30px);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .reason .reason_list .item {
    width: calc(33.3333333333% - 0px);
  }
}
@media screen and (max-width: 767px) {
  .reason .reason_list .item {
    width: 100%;
  }
}
.reason .reason_list .item img {
  margin-bottom: 15px;
  position: relative;
  filter: drop-shadow(6px 5px 0px rgba(89, 37, 112, 0.2));
}
@media screen and (max-width: 767px) {
  .reason .reason_list .item img {
    width: auto;
    height: 200px;
  }
}
.reason .reason_list .item .title {
  font-size: clamp(2.2rem, 3vw, 2.4rem);
  font-weight: normal;
  line-height: 1.4;
  position: relative;
  text-align: left;
  padding-left: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.reason .reason_list .item .title:before {
  counter-increment: number 1;
  content: counter(number) " ";
  background: #bf94d1;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-size: clamp(2rem, 4vw, 2.6rem);
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
}
.reason .reason_list .item .title span {
  font-weight: bold;
  color: #7a3796;
  font-size: 1.1em;
}
.reason .reason_list .item:nth-child(2) img {
  position: relative;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .reason .reason_list .item:nth-child(2) img {
    top: 0;
  }
}

/*----------------------------------------------------
	プラン一覧
----------------------------------------------------*/
.plan {
  background: #f9f9f9;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .plan {
    padding-bottom: 20px;
  }
}
.plan .sec_title {
  border-top: 2px solid #7a3796;
  border-bottom: 1px dashed #7a3796;
  padding: 5px 0;
  margin-bottom: 40px;
}
.plan .sec_title:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .plan .sec_title {
    margin-bottom: 30px;
  }
}
.plan .most {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 30px;
}
.plan .most .catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #4562b0;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 2.8rem);
  padding: 8px 30px;
  position: relative;
  margin: 0 auto 20px;
  font-weight: bold;
  line-height: 1;
  border-radius: 10px;
}
.plan .most .catch:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #4562b0;
  border-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -14px;
}
.plan .most .lead {
  margin: 0 auto 10px;
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  background: linear-gradient(0deg, #fffb88 0%, #fffb88 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .plan .most .lead {
    display: inline;
  }
}
.plan .most .caution {
  font-size: 1.4rem;
  color: #444;
}
@media screen and (max-width: 767px) {
  .plan .most .caution {
    text-align: left;
  }
}
.plan .plan_list {
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .plan .plan_list {
    margin-bottom: 15px;
  }
}
.plan .plan_list .item {
  width: calc(33.3333333333% - 7px);
}
@media screen and (max-width: 1100px) {
  .plan .plan_list .item {
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 820px) {
  .plan .plan_list .item {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .plan .plan_list .item {
    width: 100%;
  }
}
.plan .plan_list .item .popup-btn {
  padding-top: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.0901960784);
}
.plan .plan_list .item .title {
  text-align: center;
  font-size: clamp(2.6rem, 4vw, 2.8rem);
  margin-bottom: 10px;
  position: relative;
}
.plan .plan_list .item .title.link:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 3%;
  font-size: 0.8em;
  line-height: 1;
  transform: translateY(-50%);
  top: 50%;
}
.plan .plan_list .item .main_img {
  margin: 0 auto 10px;
  display: block;
  width: 100%;
}
.plan .plan_list .item .discount {
  width: 94%;
  text-align: center;
  background: #fff;
  padding: 5px;
  position: relative;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.8rem;
  border-top: 2px solid #3d2646;
  border-bottom: 2px solid #3d2646;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .item .discount {
    width: 100%;
    padding: 5px 0;
  }
}
.plan .plan_list .item .discount .color {
  color: #eb3535;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .item .discount .color {
    display: inline-block;
  }
}
.plan .plan_list .item .discount .big {
  font-size: 1.6em;
}
.plan .plan_list .item .price_flex {
  flex-direction: column;
  gap: 5px;
  width: 96%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .item .price_flex {
    flex-direction: column;
  }
}
.plan .plan_list .item .price_flex .price {
  flex: auto;
  text-align: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .item .price_flex .price {
    width: 100%;
  }
}
.plan .plan_list .item .price_flex .price .label {
  display: block;
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.plan .plan_list .item .price_flex .price .label.mini {
  font-size: 0.8em;
}
.plan .plan_list .item .price_flex .price.ippan {
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0;
  color: #888;
  margin-bottom: 10px;
}
.plan .plan_list .item .price_flex .price.ippan:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
  margin: auto;
  color: #eb3535;
  font-size: 2em;
  line-height: 1;
}
.plan .plan_list .item .price_flex .price.ippan .label {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .item .price_flex .price.ippan {
    width: 100%;
  }
}
.plan .plan_list .item .price_flex .price.ippan .num {
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.plan .plan_list .item .price_flex .price.ippan .mini {
  font-size: 1.7rem;
}
.plan .plan_list .item .price_flex .price.ippan .yen {
  font-size: 1.5rem;
}
.plan .plan_list .item .price_flex .price.club {
  align-items: flex-end;
  justify-content: center;
}
.plan .plan_list .item .price_flex .price.club .t {
  width: 40px;
  margin-bottom: 6px;
  margin-right: 3px;
}
.plan .plan_list .item .price_flex .price.club .label {
  position: relative;
  font-weight: bold;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 4vw, 1.7rem);
  line-height: 1.2;
  margin: 0;
  color: #eb3535;
  border: 1px solid;
  padding: 5px;
  border-radius: 10px;
}
.plan .plan_list .item .price_flex .price.club .num {
  font-size: 9rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  color: #eb3535;
  line-height: 1;
  letter-spacing: -3px;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .item .price_flex .price.club .num {
    font-size: 7rem;
  }
}
.plan .plan_list .item .price_flex .price.club .num .mini {
  font-size: 0.6em;
}
.plan .plan_list .item .price_flex .price.club .num .yen {
  font-size: 0.3em;
  position: relative;
  font-weight: bold;
  padding-left: 2px;
}
.plan .plan_list .item .price_flex .price.club .num .yen .tax {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 1.5rem;
  letter-spacing: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .item .price_flex .price.club .num .yen .tax {
    top: -12px;
    right: -5px;
  }
}
.plan .plan_list .item .flow_list {
  gap: 3px;
  width: 90%;
  margin: 0 auto 15px;
}
.plan .plan_list .item .flow_list .f_item {
  flex: 1;
  text-align: center;
  font-size: 1.5rem;
  background: #eee;
  color: #fff;
  letter-spacing: 0;
}
.plan .plan_list .item .btn {
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  border: 1px solid;
  width: 90%;
  padding: 2px;
  border-radius: 5px;
  margin: 0 auto 20px;
}
.plan .plan_list .item .btn:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  transform: translateY(-50%);
  top: 50%;
  font-size: 1.4rem;
  position: absolute;
  right: 5px;
}
.plan .plan_list .item.kasou .popup-btn {
  border-color: #8b6500;
  border-top: 6px solid #8b6500;
}
.plan .plan_list .item.kasou .title {
  color: #8b6500;
}
.plan .plan_list .item.kasou .f_item.in {
  background: #777;
}
.plan .plan_list .item.oneday .popup-btn {
  border-color: #18889b;
  border-top: 6px solid #18889b;
}
.plan .plan_list .item.oneday .title {
  color: #18889b;
}
.plan .plan_list .item.oneday .f_item.in {
  background: #777;
}
.plan .plan_list .item.family .popup-btn {
  border-color: #e63c60;
  border-top: 6px solid #e63c60;
}
.plan .plan_list .item.family .title {
  color: #e63c60;
}
.plan .plan_list .item.family .f_item.in {
  background: #777;
}
.plan .plan_list .modal-content .plan_info {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .plan_info {
    flex-direction: column;
  }
}
.plan .plan_list .modal-content .plan_info .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .plan_info .text {
    width: 100%;
  }
}
.plan .plan_list .modal-content .plan_info .text .title {
  font-size: clamp(2.8rem, 4vw, 3.4rem);
  margin-bottom: 20px;
}
.plan .plan_list .modal-content .plan_info .text > .flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
}
.plan .plan_list .modal-content .plan_info .text .t {
  width: 50px;
  height: 50px;
}
.plan .plan_list .modal-content .plan_info .text .club_label {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  position: relative;
  padding-left: 10%;
  line-height: 1.2;
  color: #eb3535;
  border: 1px solid;
  padding: 5px;
  border-radius: 10px;
}
.plan .plan_list .modal-content .plan_info .text .discount_red {
  width: auto;
  background: #eb3535;
  color: #fffa70;
  border: unset;
  margin: 0 0 0 5px;
  padding: 1% 4%;
  position: relative;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .plan_info .text .discount_red {
    padding: 1% 2%;
  }
}
.plan .plan_list .modal-content .plan_info .text .discount_red:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #eb3535;
  border-bottom: 0;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.plan .plan_list .modal-content .plan_info .text .discount_red .big {
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4em;
}
.plan .plan_list .modal-content .plan_info .text .price.club {
  font-weight: bold;
  color: #eb3535;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.plan .plan_list .modal-content .plan_info .text .price.club .num {
  font-size: 9rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .plan_info .text .price.club .num {
    font-size: 6.5rem;
  }
}
.plan .plan_list .modal-content .plan_info .text .price.club .yen {
  font-size: clamp(4rem, 4vw, 5rem);
  position: relative;
}
.plan .plan_list .modal-content .plan_info .text .price.club .yen .tax {
  position: absolute;
  bottom: 50px;
  right: 4px;
  font-size: 1.5rem;
  white-space: nowrap;
  color: #333;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .plan_info .text .price.club .yen .tax {
    bottom: 45px;
    right: 0;
  }
}
.plan .plan_list .modal-content .plan_info .text .price.ippan {
  text-align: center;
  font-size: 1.7rem;
}
.plan .plan_list .modal-content .plan_info .text .price.ippan .num {
  font-size: 1.1em;
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.plan .plan_list .modal-content .plan_info .plan_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .plan_info .plan_img {
    width: 100%;
  }
}
.plan .plan_list .modal-content .set_list_title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin-bottom: 10px;
}
.plan .plan_list .modal-content .set_list_box {
  background: #fdf9f3;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .set_list_box {
    padding: 10px;
  }
}
.plan .plan_list .modal-content .set_list {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .set_list {
    gap: 4px;
  }
}
.plan .plan_list .modal-content .set_list .s_item {
  width: calc(20% - 8px);
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .set_list .s_item {
    font-size: 1.5rem;
    width: calc(33.3333333333% - 3px);
    flex-direction: column;
  }
}
.plan .plan_list .modal-content .set_list .s_item img {
  width: 85px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .set_list .s_item img {
    width: 100%;
    height: 70px;
  }
}
.plan .plan_list .modal-content .set_list .s_item .name {
  padding: 5px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.plan .plan_list .modal-content .note_list {
  padding-left: 3%;
}
.plan .plan_list .modal-content .note_list li {
  font-size: clamp(1.5rem, 4vw, 1.7rem);
  padding-left: -1.3em;
  text-indent: -1.3em;
  margin-bottom: 5px;
  color: #737373;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .note_list li {
    margin-left: 15px;
  }
}
.plan .plan_list .modal-content .note_list li:before {
  content: "※";
}
.plan .plan_list .modal-content .note_list li.bold {
  font-weight: bold;
  color: #222;
}
.plan .plan_list .modal-content .move_box {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .plan .plan_list .modal-content .move_box {
    flex-direction: column;
  }
}
.plan .plan_list .modal-content .move_box button {
  font-size: 2rem;
  color: #555;
  cursor: pointer;
  padding: 5px 20px;
  box-shadow: 0 5px #d1d1d1;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  background: #f3f3f3;
  font-weight: bold;
}
.plan .function {
  text-align: right;
}

/*----------------------------------------------------
	葬儀の流れ
----------------------------------------------------*/
.support .support_box {
  position: relative;
}
.support .support_box .sec_title .sub {
  color: #7a3796;
}
.support .support_box .sec_title .dot {
  font-size: 1.2em;
  background-image: radial-gradient(circle at center, orange 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .support .support_box .sec_title .dot {
    font-size: 1.1em;
  }
}
.support .support_box .sec_catch {
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}
.support .features {
  justify-content: center;
  gap: 50px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .support .features {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support .features {
    flex-wrap: wrap;
    gap: 15px 10px;
  }
}
.support .features li {
  width: auto;
}
@media screen and (max-width: 767px) {
  .support .features li {
    width: calc(50% - 5px);
  }
}
.support .features li img {
  max-width: 150px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.support .features .title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  background: #7a3796;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .support .features .title {
    padding: 2px;
  }
}
.support .features img {
  margin-bottom: 10px;
}
.support .funeral_flow {
  counter-reset: flownum 0;
}
.support .funeral_flow .flow_title_header {
  justify-content: flex-start;
  gap: 40px;
  padding: 0 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .support .funeral_flow .flow_title_header {
    display: none;
  }
}
.support .funeral_flow .flow_title_header .flow {
  width: 27%;
  text-align: center;
  background: #eee;
  padding: 5px;
  border-radius: 10px 10px 0 0;
  background: #f4f4f4;
  color: #7a3796;
}
.support .funeral_flow .flow_title_header .flow .mini {
  font-size: 0.8em;
}
.support .funeral_flow .flow_title_header .support {
  flex: 1;
  text-align: center;
  padding: 5px;
  border-radius: 10px 10px 0 0;
  color: #7a3796;
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 2.2rem);
  text-align: left;
}
.support .funeral_flow .flow_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.support .funeral_flow .flow_box:before {
  content: "";
  width: 30px;
  height: 100%;
  background: #7a3796;
  left: 10%;
  top: 0;
  opacity: 0.1;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .support .funeral_flow .flow_box:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.support .funeral_flow .flow_box .title_box {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support .funeral_flow .flow_box .title_box {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
  .support .funeral_flow .flow_box .title_box .info_wrap {
    width: 100%;
  }
}
.support .funeral_flow .flow_box .title_box .wrap {
  width: 27%;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .support .funeral_flow .flow_box .title_box .wrap {
    width: 80%;
    padding: 0;
    margin: 0;
    border-right: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.support .funeral_flow .flow_box .title_box .wrap img {
  width: 100%;
}
.support .funeral_flow .flow_box .title_box .wrap .title {
  font-size: 2.4rem;
  color: #7a3796;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .support .funeral_flow .flow_box .title_box .wrap .title {
    text-align: left;
  }
}
.support .funeral_flow .flow_box .title_box .wrap .title:before {
  counter-increment: flownum 1;
  content: counter(flownum) " ";
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.2em;
}
.support .funeral_flow .flow_box .title_box .wrap .title .mini {
  font-size: 0.7em;
  display: block;
}
.support .funeral_flow .flow_box .title_box .point {
  flex: 1;
  position: relative;
  font-size: clamp(1.8rem, 4vw, 2rem);
}
.support .funeral_flow .flow_box .title_box .point:before {
  content: "ポイント";
  display: block;
  background: #955fab;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  border-radius: 50px;
  font-size: 1.5rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  position: absolute;
  top: -35px;
}
@media screen and (max-width: 767px) {
  .support .funeral_flow .flow_box .title_box .point:before {
    position: relative;
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto 5px;
  }
}
.support .funeral_flow .flow_box .title_box .point .item {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1em;
}
.support .funeral_flow .flow_box .title_box .point .item:first-of-type {
  margin-bottom: 5px;
}
.support .funeral_flow .flow_box .title_box .point .item:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-weight: 500;
  color: #eb3535;
  position: relative;
  left: -8px;
  line-height: 1;
}
.support .funeral_flow .flow_box .title_box .point .item .bold {
  font-weight: bold;
}
.support .funeral_flow .cash_catch {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.2rem);
  background: linear-gradient(0deg, #fffb88 0%, #fffb88 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .support .funeral_flow .cash_catch {
    display: inline;
  }
}
.support .funeral_flow .cash_list {
  justify-content: center;
  background: #f2ebf5;
  padding: 20px 30px;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 10px;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .support .funeral_flow .cash_list {
    flex-direction: column;
    gap: 20px;
    padding: 20px 40px 20px 20px;
  }
}
.support .funeral_flow .cash_list .item {
  width: calc(33.3333333333% - 13px);
  text-align: center;
  background: #fff;
  padding: 10px 25px;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
}
.support .funeral_flow .cash_list .item:after {
  content: "OK";
  position: absolute;
  color: #fff;
  background: #ee5353;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 2rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  left: -5px;
  border-radius: 50px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .support .funeral_flow .cash_list .item:after {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support .funeral_flow .cash_list .item {
    width: 100%;
  }
}
.support .funeral_flow .cash_list .item .icon {
  position: absolute;
  right: -25px;
  top: 20%;
  height: 50px;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.faq .sec_title {
  border-bottom: 2px solid #7a3796;
  padding-bottom: 10px;
}
.faq .sec_title:before {
  content: none;
}
.faq .faq_box .question {
  cursor: pointer;
  position: relative;
  padding: 15px 30px 15px 40px;
  border: 1px solid #bbb;
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: 1.4;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .faq .faq_box .question {
    padding: 4% 8% 4% 10%;
  }
}
.faq .faq_box .question:before {
  content: "Q";
  position: absolute;
  left: 1.5%;
  transform: translateY(-50%);
  top: 50%;
  font-size: 2.4rem;
  color: #7a3796;
}
.faq .faq_box .question .cross {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
.faq .faq_box .question .cross:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #7a3796;
}
@media screen and (max-width: 820px) {
  .faq .faq_box .question .cross:before {
    width: 18px;
    right: 3px;
  }
}
.faq .faq_box .question .cross:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 2px;
  height: 24px;
  background: #7a3796;
}
@media screen and (max-width: 820px) {
  .faq .faq_box .question .cross:after {
    height: 18px;
    right: 11px;
  }
}
.faq .faq_box .question.open .cross:after {
  transform: rotate(270deg);
  opacity: 0;
}
.faq .faq_box .answer {
  position: relative;
  padding: 10px 0 10px 40px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .faq .faq_box .answer {
    padding: 5% 5% 2% 10%;
  }
}
.faq .faq_box .answer:before {
  content: "A";
  position: absolute;
  left: 1.5%;
  top: 20px;
  color: #a273b6;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq .faq_box .answer:before {
    top: 5%;
  }
}
.faq .faq_box .answer a {
  text-decoration: underline;
  color: #ff527d;
}
.faq .faq_box .answer span {
  font-weight: bold;
}

.point_column {
  background: #fffcf6;
}
.point_column .sec_title .wrap {
  background: #fffcf6;
}
.point_column .sec_catch .bold {
  font-weight: bold;
  font-size: 1.2em;
}
.point_column .sec_catch i {
  color: #7a3796;
}
.point_column .point_wrap {
  padding: 30px 0 0;
  border-radius: 10px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .point_column .point_wrap {
    padding: 0;
  }
}
.point_column .point_box {
  background: #fff;
  padding: 20px 40px;
  box-shadow: 4px 4px 5px #f4efea;
  border-radius: 10px;
  margin: 0 auto 60px;
  position: relative;
}
.point_column .point_box:nth-child(3) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .point_column .point_box:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .point_column .point_box {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.point_column .point_box .num {
  position: absolute;
  left: -20px;
  top: -20px;
  background: #f2ebf5;
  border-radius: 50%;
  aspect-ratio: 1/1;
  line-height: 1;
  width: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .point_column .point_box .num {
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: -2%;
    z-index: 10;
  }
}
.point_column .point_box .title {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point_column .point_box .title {
    text-align: center;
  }
}
.point_column .point_box .flex {
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .point_column .point_box .flex {
    flex-direction: column;
    gap: 10px;
  }
}
.point_column .point_box .flex img {
  width: 100%;
  max-width: 300px;
}
.point_column .point_box .flex .info_box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .point_column .point_box .flex .info_box {
    width: 100%;
  }
}
.point_column .point_box .flex .info_box .title {
  color: #7a3796;
}
.point_column .point_box .flex .info_box .catch {
  border: 1px solid;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point_column .point_box .flex .info_box .catch {
    width: 100%;
    padding: 0;
  }
}
.point_column .point_box .flex .info_box .lead {
  text-align: justify;
}

.result .result_list {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .result .result_list {
    flex-direction: column;
  }
}
.result .result_list .item {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 767px) {
  .result .result_list .item {
    width: 85%;
    margin: 0 auto;
  }
}
.result .result_list .item .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .result .result_list .item .wrap {
    padding: 10px 15px;
  }
}
.result .result_list .item .wrap img {
  width: 80px;
}
.result .result_list .item .catch {
  line-height: 1.2;
  font-weight: bold;
}
.result .result_list .item .func {
  font-size: 1.4rem;
  color: #666;
  text-align: right;
  line-height: 1.3;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .result .result_list .item .func {
    position: unset;
    width: 100%;
  }
}

.satisfaction {
  background: linear-gradient(180deg, #faf5f9 0%, #fff 25%, #fff);
}
.satisfaction .inner {
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .satisfaction .inner {
    width: 94%;
    padding: 0 20px 10px 20px;
    margin-bottom: 30px;
  }
}
.satisfaction .inner .family {
  position: absolute;
  top: 2%;
  right: 6%;
  margin: auto;
  z-index: 2;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .satisfaction .inner .family {
    top: unset;
    bottom: 15px;
  }
}
.satisfaction .title_wrap {
  position: relative;
  padding-bottom: 20px;
}
.satisfaction .title_wrap .title {
  text-align: center;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  color: #b632a5;
  position: relative;
  text-align: left;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .satisfaction .title_wrap .title {
    text-align: center;
    padding: 0;
  }
}
.satisfaction .title_wrap .title:after {
  content: "(とても満足+満足)";
  font-size: 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .satisfaction .title_wrap .title:after {
    position: relative;
    top: -10px;
    right: 10px;
    text-align: right;
    width: 100%;
    display: block;
  }
}
.satisfaction .title_wrap .title .medi {
  font-size: 0.8em;
  display: block;
  color: #444;
}
.satisfaction .title_wrap .title .num {
  font-size: 1.8em;
  line-height: 1;
}
.satisfaction .title_wrap .date {
  padding-left: 35px;
  font-size: 1.4rem;
}
.satisfaction .graf_flex {
  background: #fff;
  padding: 20px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .satisfaction .graf_flex {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.satisfaction .graf_flex .lead_wrap .lead {
  line-height: 2;
}
.satisfaction .graf_flex img {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .satisfaction .graf_flex img {
    max-width: 100%;
  }
}

.voice {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .voice .inner {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}
.voice .sec_title .color {
  color: #b632a5;
}
.voice .splide__track {
  padding-bottom: 10px !important;
  overflow: visible;
}
.voice .splide__arrow {
  right: 12%;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .voice .splide__arrow {
    right: -5%;
    width: 40px;
    height: 40px;
  }
}
.voice .splide__arrow--prev {
  left: 12%;
}
@media screen and (max-width: 767px) {
  .voice .splide__arrow--prev {
    left: -5%;
  }
}
.voice .voice_list .item {
  border: 1px solid #eee;
  background: #fff;
  padding: 20px 40px;
  box-shadow: 0 0.3rem 0.3rem rgba(70, 31, 11, 0.16);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .voice .voice_list .item {
    padding: 20px 15px;
  }
}
.voice .voice_list .item .voice_info {
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
.voice .voice_list .item .voice_info .icon {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .voice .voice_list .item .voice_info .icon {
    width: 80px;
  }
}
.voice .voice_list .item .voice_info .info .area span {
  background: #737373;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .voice .voice_list .item .voice_info .info .area span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.voice .voice_list .item .voice_info .info .star {
  color: #ff7e00;
}
.voice .voice_list .item .voice_info .info .star .label {
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}
.voice .voice_list .item .voice_info .info .star .num {
  font-size: 1.3em;
  color: #e63c60;
  font-weight: bold;
}
.voice .voice_list .item .date {
  text-align: right;
  font-size: 1.5rem;
}
.voice .splide__track--fade > .splide__list > .splide__slide {
  height: 0 !important;
}
.voice .splide__track--fade > .splide__list > .splide__slide.is-active {
  height: auto !important;
}

.club_mv {
  text-align: center;
  padding-bottom: 40px;
}
.club_mv img {
  border: 1px solid #eee;
  box-shadow: 0 3px 5px #eee;
  border-radius: 5px;
  max-width: 900px;
  width: 100%;
}

/*----------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------*/
.cf .sec_title {
  position: relative;
}
.cf .sec_title:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #7a3796;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.cf .sec_title .color {
  display: inline-block;
  background: #fff;
  padding: 0 30px;
  z-index: 2;
  position: relative;
}
.cf .cf_cta {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cf .cf_cta .panf {
    display: none;
  }
}
.cf .cf_cta .cta_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cf .cf_cta .cta_title .wrap {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.2;
  justify-content: center;
  gap: 10px;
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-weight: bold;
  align-items: center;
}
.cf .cf_cta .cta_title .wrap:before, .cf .cf_cta .cta_title .wrap:after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 2px;
  border-radius: 5px;
  height: 30px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .cf .cf_cta .cta_title .wrap:before, .cf .cf_cta .cta_title .wrap:after {
    bottom: 0;
  }
}
.cf .cf_cta .cta_title .wrap:before {
  transform: rotate(-30deg);
  left: -25px;
}
@media screen and (max-width: 767px) {
  .cf .cf_cta .cta_title .wrap:before {
    left: -20px;
  }
}
.cf .cf_cta .cta_title .wrap:after {
  transform: rotate(30deg);
  right: -25px;
}
@media screen and (max-width: 767px) {
  .cf .cf_cta .cta_title .wrap:after {
    right: -20px;
  }
}
.cf .cf_cta .cta_title .wrap .medi {
  font-size: 0.8em;
}
.cf .cf_cta .cta_title .wrap .mark {
  background: linear-gradient(0deg, #fffb88 0%, #fffb88 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}
.cf .cf_cta .time {
  border: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 0 20px;
  border-radius: 50px;
  background: #eb3535;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cf .cf_cta .time {
    width: 100%;
    line-height: 1.2;
    padding: 5px 0;
    white-space: nowrap;
  }
}
.cf .cf_cta .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eb3535;
  font-family: "Oswald", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  font-size: clamp(3.4rem, 4vw, 4.8rem);
  line-height: 1;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .cf .cf_cta .tel {
    margin-bottom: 5px;
  }
}
.cf .cf_cta .tel:before {
  content: "";
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/free.svg);
          mask-image: url(../img/free.svg);
  background: #eb3535;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cf .cf_cta .tel:before {
    content: none;
  }
}
.cf .cf_cta .tel .medi {
  font-size: 0.8em;
}

.form_table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #ccc;
}
.form_table th,
.form_table td {
  border-top: 1px solid #ccc;
  text-align: left;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .form_table th,
.form_table td {
    padding: 1em 0.5em;
  }
}
.form_table th .flex,
.form_table td .flex {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .form_table th .flex.place,
.form_table td .flex.place {
    flex-direction: column;
  }
}
.form_table th .flex.postal_wrap,
.form_table td .flex.postal_wrap {
  gap: 5px;
}
.form_table th .flex.postal_wrap .wrap,
.form_table td .flex.postal_wrap .wrap {
  white-space: nowrap;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .form_table th .flex.postal_wrap .wrap,
.form_table td .flex.postal_wrap .wrap {
    width: 40%;
  }
}
.form_table th .flex.postal_wrap .w100,
.form_table td .flex.postal_wrap .w100 {
  width: calc(100% - 1.5em);
}
.form_table th .w50,
.form_table td .w50 {
  width: 50%;
}
.form_table th .w100,
.form_table td .w100 {
  width: 100%;
}
.form_table th input,
.form_table th select,
.form_table td input,
.form_table td select {
  padding: 0.5em;
  border: 1px solid #a8439f;
  border-radius: 6px;
  background: #f8eff7;
}
.form_table th .caution,
.form_table td .caution {
  font-size: 1.5rem;
  color: #666;
}
.form_table th .caution.red,
.form_table td .caution.red {
  color: #eb3535;
}
.form_table th .bg,
.form_table td .bg {
  background: #fff;
  padding: 0.5em;
  border: 1px solid #eee;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .form_table th .bg,
.form_table td .bg {
    display: block;
  }
}
.form_table th {
  width: 30%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .form_table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.form_table td {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .form_table td {
    display: block;
    width: 100%;
    border-top: 0;
  }
}
.form_table.gray {
  background: #f8f8f8;
  padding: 40px 20px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .form_table.gray {
    padding: 20px 10px;
  }
}
.form_table.gray tr:first-of-type th,
.form_table.gray tr:first-of-type td {
  border: 0;
}

.hissu,
.nini {
  position: relative;
}
.hissu:after,
.nini:after {
  background: #7a3796;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .hissu:after,
.nini:after {
    position: unset;
    margin-left: 8px;
  }
}

.hissu:after {
  content: "必須";
}

.nini:after {
  content: "任意";
  background: #666;
}

.error-message {
  color: #eb3535;
  font-weight: bold;
}

.submit {
  background: #eb3535;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 6px 0 #a91111;
  border: 0;
  font-size: 2rem;
  padding: 10px 20px;
  cursor: pointer;
  line-height: 1.2;
}

.pp_box {
  max-width: 1000px;
  margin: 0 auto 40px;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 1.6rem;
  counter-reset: num 0;
}
.pp_box .pp_title {
  text-align: center;
  font-size: 2.4rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.pp_box .sub_title {
  font-size: 2rem;
  margin-bottom: 10px;
}
.pp_box .pp_text {
  margin-bottom: 1.5em;
}
.pp_box ol {
  counter-reset: num;
}
.pp_box ol > li {
  counter-increment: num;
  padding-left: 2em;
  margin-bottom: 1.5em;
}
.pp_box ol > li:before {
  text-indent: 0;
  display: inline-block;
  content: counter(num) ".";
  width: 1.5em;
  margin-right: 0.45em;
  font-weight: 700;
  font-size: 1.05em;
  text-align: right;
  color: #a8439f;
}
.pp_box ul > li {
  margin-bottom: 1.5em;
}
.pp_box ul > li:before {
  text-indent: 0;
  display: inline-block;
  content: "●";
  width: 1em;
  height: auto;
  margin: auto 0.75em auto 0.25em;
  color: #a8439f;
  font-size: 1.2rem;
  font-weight: 400;
  vertical-align: 0.25em;
  text-align: center;
}

.footer {
  background: #f9f9f9;
  padding-bottom: 110px;
}
.footer .inner.flex {
  font-size: 1.6rem;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer .inner.flex {
    flex-direction: column;
  }
}
.footer .logo {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    width: 100%;
  }
}
.footer .logo .wrap {
  width: 150px;
  margin-bottom: 20px;
}
.footer .logo .wrap img {
  width: 100%;
  height: auto;
}
.footer .logo .info {
  flex: 1;
}
.footer .logo .info dt {
  border-left: 6px solid #7a3796;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
.footer .logo .info dd {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .footer .company {
    margin-bottom: 20px;
  }
}
.footer .company .info {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .company .info dt {
  font-weight: bold;
  width: 10%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer .company .info dt {
    width: 30%;
  }
}
.footer .company .info dd {
  width: calc(90% - 10px);
}
@media screen and (max-width: 767px) {
  .footer .company .info dd {
    width: calc(70% - 10px);
  }
}
.footer .company .title {
  font-weight: bold;
}
.footer .mark {
  padding-bottom: 40px;
  justify-content: flex-end;
  align-items: center;
}
.footer .copy {
  text-align: center;
  font-size: 1rem;
}

/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime svg {
  width: 40px;
  height: 40px;
  fill: #eb3535;
}
.tel_anime svg .line1 {
  -webkit-animation: fillAnimation1 infinite ease 1.5s;
          animation: fillAnimation1 infinite ease 1.5s;
}
.tel_anime svg .line2 {
  -webkit-animation: fillAnimation2 infinite ease 1.5s;
          animation: fillAnimation2 infinite ease 1.5s;
}
.tel_anime svg .line3 {
  -webkit-animation: fillAnimation3 infinite ease 1.5s;
          animation: fillAnimation3 infinite ease 1.5s;
}
@-webkit-keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
/*----------------------------------------------------
	確認完了画面
----------------------------------------------------*/
.mail_btn {
  flex: 1;
  border-radius: 5px;
  border: 0;
  padding: 15px;
  color: #fff;
  background: linear-gradient(to right, #640087 0%, #a8439f 100%);
  position: relative;
  cursor: pointer;
}
.mail_btn:after {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
.mail_btn.back {
  background: #9597a5;
}
/*# sourceMappingURL=common.css.map */