* {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}
body {
  background: #bee8e5;
}
#lp_contents {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
img {
  max-width: 100%; 
  height: auto; 
  display: block; 
  margin: 0 auto;
}
a {
  text-decoration: none;
}
h2, h3 {
  font-weight: bold;
  padding: 1rem 0;
  text-align: center;
}
.pc {
  display: none;
}
.text_gray {
  color: #727171;
}
.text_green {
  color: #4bbab3;
}
.text_white {
  color: #fff;
}
.highlight_green {
  background-color: rgba(75, 186, 179, 0.3); 
}
.pad15 {
  padding: 0 1.5rem;
}
.pad17 {
  padding: 0 1.7rem;
}
.pad20 {
  padding: 0 2rem;
}
.btn_inquery,
.btn_use {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  padding: 1.25rem 3rem;
  cursor: pointer;
  text-align: center;
  color: #000;
  background-color: #f8d638;
  border-radius: 3rem;
  margin: 1rem auto;
  width: 100%;
}

/* header */
.bnr {
  background-color: #fff;
  padding: .5rem;
  text-align: center;
  height: 3.75rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: .25rem;
  align-items: center;
  max-width: 640px;
}
.bnr .header_logo {
  max-width: 6rem;
  margin: 0;
  width: 25%;
}
.bnr .header_cta {
  display: flex;
  justify-content: flex-end;
  gap: .25rem;
  width: 70%;
  align-items: center;
  max-width: 17rem;
}
.bnr .header_cta .header_tel-block {
  background-color: #fff;
  width: 50%;
}
.bnr .header_cta .header_tel-block span {
  display: none;
}
.bnr .header_cta .header_tel-block .header_tel-link {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.25rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: .25rem;
}
.bnr .header_cta .header_tel-block .header_tel-link img {
  max-width: 10px;
  margin: 0;
}
.bnr .header_cta .header_tel-block p {
  color: #777777;
  font-size: 0.625rem;
  text-align: center;
}
.bnr .header_cta .header_contact-block {
  width: 50%;
}
.bnr .header_cta .header_contact-block .btn_inquery{
  font-size: 0.625rem;
  margin: 0;
  padding: 0.5rem;
}

/* fv */
#fv {
  background-color: #FAF3D2;
  display: block;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
#fv .fv_slide_wrap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
#fv .fv_slide_wrap .fv_slide_item {
  width: 100%;
  height: auto; 
  overflow: hidden;
}
#fv .fv_slide_wrap .fv_slide_item picture,
#fv .fv_slide_wrap .fv_slide_item img {
  width: 100%;
  height: auto;
  object-fit: cover; 
  object-position: center;
  display: block;
}
#fv .fv_content {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  z-index: 2;
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  justify-content: flex-start; 
  padding: 2rem 1rem;
  box-sizing: border-box;
}
#fv .fv_content h1 img {
  width: 90%;
  height: auto;
}

/* start */
#start {
  background-color: #FAF3D2;
  padding: 1rem 0 2rem;
}
#start h2 {
  margin-bottom: 1rem;
}
#start .start__ttl {
  text-align: center;
}
#start .start__ttl p {
  background-color: #f8d638;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem;
}
#start .start__ttl p span {
  font-weight: bold;
  font-size: 1.125rem;
}
#start .start__shop {
  padding: 1.7rem 1.7rem 0;
}
#start .start__shop .shop__item {
  margin-bottom: 2rem;
}
#start .start__shop .shop__item .shop__ttl {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#start .start__shop .shop__item .shop__ttl::before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%; 
  background-color: #727171; 
}
#start .start__shop .shop__item .shop__ttl::after {
  content: '';
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%; 
  height: 1px;
  background-color: #727171; 
}
#start .start__shop .shop__item .shop__ttl p {
  font-size: 1.25rem;
  font-weight: bold;
}
#start .start__shop .shop__item .shop__access {
  padding-left: 25px;
  margin-bottom: 8px;
}
#start .start__shop .shop__item .shop__address {
  padding-left: 25px;
}
#start .start__shop .shop__item .shop__address p,
#start .start__shop .shop__item .shop__address p span {
  font-size: .75rem;
  line-height: 1.25;
}
#start .btn_inquery {
  width: 90%;
}

/* about */
#about {
  padding-bottom: 1rem;
  padding-top: 2rem;
  background-color: #BEE8E6;
}
#about .about_image_wrap {
  margin-bottom: 3rem;
}
#about .about_image_wrap .about_image_item {
  display: flex;
  flex-direction: column; 
  align-items: center; 
}
#about .about_image_wrap .about_image_item .dot_bottom_text {
  order: 1; 
  line-height: 3;
  margin-bottom: 1.5rem;
  text-align: center;
}
#about .about_image_wrap .about_image_item picture {
  order: 2; 
  width: 100%;
  height: auto;
}
#about .about_image_wrap .about_image_item .about_h2_group { 
  order: 3;
  display: block; 
  width: 100%; 
}
#about .about_image_wrap .about_image_item .dot_bottom_text_01,
#about .about_image_wrap .about_image_item .dot_bottom_text_02 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: .75rem; 
}
#about .about_image_wrap .about_image_item .dot_bottom_text_01::after,
#about .about_image_wrap .about_image_item .dot_bottom_text_02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; 
  height: 1rem; 
  background-color: transparent;
  background-image: radial-gradient(circle, #4bbab3 50%, transparent 50%); 
  background-size: .4rem .4rem; 
  background-repeat: repeat-x; 
  background-position: center bottom;
}
#about .about_image_wrap .about_image_item .about_h2_group h2 {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
#about .about_image_wrap .about_image_item .about_h2_group h2 img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2rem;
  width: 85%;
}
#about .about_image_wrap .about_text_01 {
  line-height: 2;
  margin-bottom: 2rem;
  text-align: center;
}
#about h3 {
  font-size: 2rem;
  position: relative;
  padding-bottom: .75rem; 
  margin: 1rem auto 2rem;
  width: fit-content;
}
#about h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 103%; 
  height: 1rem; 
  background-color: transparent;
  background-image: radial-gradient(circle, #4bbab3 50%, transparent 50%); 
  background-size: .4rem .4rem; 
  background-repeat: repeat-x; 
  background-position: center bottom;
}
#about .about_item_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  align-items: center;
}
#about .about_item_wrap .about_item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 93%;
  height: auto;
  background-color: #fff;
  padding: 1.25rem;
}
#about .about_item picture{
  width: 11.5rem;
}
#about .about_item_text {
  font-size: .875rem;
  line-height: 1.5;
  font-weight: bold;
}
#about .about_item_wrap .about_item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: space-around;
  align-self: flex-end;
}
#about .about_item_wrap .about_item:nth-child(odd) {
  align-self: flex-start;
}
#about .about_text_02,
#about .about_text_03 {
  line-height: 1.5;
  margin-bottom: 2rem;
}
#about .about_slick {
  width: 100%;
  margin: 0 auto 3rem;
  overflow: hidden;
}
#about .about_slick .about_slick_item {
  margin: auto;
  padding: 0 .75rem;
  box-sizing: unset;
}
#about .about_slick .slick-dots {
  bottom: 0;
  position: relative !important;
}
#about .about_slick .slick-dots li.slick-active button {
  background: #4bbab3;
}
#about .about_slick .slick-dots li button {
  background: #fff;
}
#about .about_slick .slick-dots li button {
  width: 15px;
  height: 15px;
}
#about .about_facilitiy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
#about .about_facilitiy img {
  width: calc(33.33% - 1rem);
  max-width: 150px;
  height: auto;
}
#about .btn_inquery {
  width: 90%;
}

/* plan--01 */
#plan--01 {
  position: relative; 
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  padding-top: 50px; 
  padding-bottom: 50px; 
  z-index: 1;
}
#plan--01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f2d1; 
  z-index: -2;
}
#plan--01::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dbefed; 
  z-index: -1; 
  border-top-left-radius: 500px; 
  border-top-right-radius: 500px; 
}
.plan .diagonal_line {
  position: relative; 
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  padding-top: 1rem;
  font-weight: bold;
}
.plan .diagonal_line::before,
.plan .diagonal_line::after {
  background-color: #6e6e6e;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  top: 65%;
  width: 2px;
}
.plan .diagonal_line::before {
  left: 5.5rem;
  transform: rotate(-27deg) translateY(-50%);
}
.plan .diagonal_line::after {
  right: 5.5rem;
  transform: rotate(27deg) translateY(-50%);
}
.plan h2 {
  padding: 1rem 2rem;
}
.plan .plan_voice_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.75rem 2rem;
}
.plan .plan_voice_wrap .plan_voice {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: auto;
}
.plan .plan_voice_wrap .plan_voice:nth-child(2) {
  flex-direction: row-reverse;
}
.plan .plan_voice_wrap .plan_voice p {
  position: relative;
  width: 12rem;
  background-color: #fff;
  line-height: 1.5;
  padding: 1rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  border-radius: .5rem;
  font-weight: bold;
}
.plan .plan_voice_wrap .plan_voice p::after {
  position: absolute;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: inline-block;
  height: .875rem;
  width: .8125rem;
  right: -.75rem;
}
.plan .plan_voice_wrap .plan_voice:nth-child(2) p::after {
  position: absolute;
  background-color: #fff;
  clip-path: polygon(0 50%, 100% 100%, 100% 0%);
  content: "";
  display: inline-block;
  height: .875rem;
  width: .8125rem;
  left: -.75rem;
}
.plan .plan_voice_wrap .plan_voice img {
  width: 3.25rem;
}
.plan .plan_text {
  text-align: center;
  margin: 1rem 0 4rem;
}
.plan .plan_text p {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.plan .plan_plan_wrap .plan_plan {
  position: relative;
  background-color: #fff;
  padding: 2.5rem 1.5rem .5rem;
}
.plan .plan_plan_wrap .plan_plan:nth-child(3) {
  margin-bottom: 0;
}
.plan .plan_plan_wrap .plan_plan h3 {
  position: absolute;
  background-color: #4bbab3;
  padding: 1rem;
  width: 11.5rem;
  top: -1.75rem;
  left: 50%;
  transform: translate(-50%);
}
.plan .plan_plan_wrap .plan_plan .plan_plan_text {
  line-height: 1.5;
  padding: 1rem 0;
}
.plan .plan_plan_wrap .plan_plan .area_wrap {
  margin: 1rem 0;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item {
  margin-bottom: 1.5rem;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .summary {
  background-color: #727070;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  min-height: 56px;
  padding: 1rem 2rem 1rem 3rem;
  position: relative;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .summary::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/plan_icon-map.png) center/contain no-repeat;
  position: absolute;
  left: .5rem;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .summary::after {
  content: "";
  display: block;
  width: .5rem;
  height: .5rem;
  border-top:  #fff 2px solid;
  border-right:  #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .summary.open::after {
  transform: translateY(-50%) scale(1,0.8) rotate(315deg);
  bottom: -1rem;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .area_item_plan {
 display: block;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .available_stores {
  margin: 1rem 0;
  border: 1px solid #6e6e6e;
  padding: .5rem;
  display: inline-block;
  font-size: 14px;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .shop_list {
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 1.5;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .shop_list .underline {
  font-size: 14px;
  text-decoration: underline;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap {
  margin-bottom: 1rem;
  text-align: center;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table thead tr th {
  height: 2rem;
  padding: .75rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table tbody tr th {
  height: 5rem;
  padding: .25rem;
  font-size: 12px;
  line-height: 1.5;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table tbody tr td {
  height: 2rem;
  padding: .25rem;
  font-size: 10px;
  line-height: 1.5;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table tbody tr td.fs_large {
  font-size: 14px;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table tbody tr .day{
  padding: .25rem 1rem;
  text-align: right;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table tbody tr .time {
  padding: .5rem;
  text-align: left;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table tbody tr {
  height: 5rem;
  border-bottom: 1px solid #d8d8d8;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table tbody tr:last-of-type {
  border-bottom: none;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table.fulltime tbody tr {
  height: 2.5rem;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table.fulltime .price_table_header {
  background-color: #4199fd;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table.fulltime th {
  background-color: #d2e7ff;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table.weekday .price_table_header {
  background-color: #26c6da;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table.weekday th {
  background-color: #d4eaec;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table.night .price_table_header {
  background-color: #7e56c1;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table.night th {
  background-color: #e2dcee;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table.holiday .price_table_header {
  background-color: #eb3f79;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table.holiday th {
  background-color: #f8dbe5;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table td {
  background-color: #f4f4f4;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table .price_value {
  font-size: 1.5rem;
}
.plan .plan_plan_wrap .plan_plan .area_wrap .area_wrap__txt {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* plan--02 */
#plan--02 {
  padding-top: 10px; 
  padding-bottom: 50px; 
}
#plan--02 .plan_plan_wrap {
  padding: 3rem 1.5rem 0;
}
#plan--02 .plan_plan_wrap .plan_plan:first-of-type {
  margin-bottom: 3rem;
}
#plan--02 .plan_plan_wrap .plan_plan .plan_head .plan_plan_text {
  padding: 1rem 0 0;
}

/* flow */
#flow {
  background-color: #f4f4f4;
  padding: 2rem 1.5rem 1rem;
}
#flow h2,
#user_voice h2,
#faq h2 {
  font-size: 1.5rem;
}
#flow h2 span.small_h2,
#user_voice h2 span.small_h2,
#faq h2 span.small_h2 {
  font-weight: bold;
  margin-top: .5rem;
}
#flow .step_wrap {
  margin-top: 1rem;
}
#flow .step_wrap .step_item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#flow .step_wrap .step_item .step_image {
  width: 7rem;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
}
#flow .step_wrap .step_item .stem_num {
  background-color: #4bbab3;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: .5rem;
  padding: .25rem 2rem;
}
#flow .step_wrap .step_item .step_image img {
  width: 95%;
  height: auto;
}
#flow .step_wrap .step_item .step_text {
  flex-grow: 1;
}
#flow .step_wrap .step_item .step_text h3 {
  text-align: left; 
  padding: 0;
  margin: .125rem 0 .5rem;
}
#flow .step_wrap .step_item .step_text p {
  font-size: 14px;
  line-height: 1.5;
}

/* user_voice */
#user_voice {
  background-color: #89d1cc;
  padding: 2rem 1.5rem 1rem;
}
#user_voice .user_voice_wrap {
  margin: 1.5rem 0 1rem;
}
#user_voice .user_voice_wrap .user_voice_item {
  position: relative;
  background-color: #fff;
  border-radius: .5rem;
  margin-bottom: 2.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column; 
  justify-content: flex-start;
  align-items: flex-start;
}
#user_voice .user_voice_wrap .user_voice_item .user_voice_header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  margin-bottom: 1.5rem;
  padding-left: .5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .5rem;
  width: 100%;
}
#user_voice .user_voice_wrap .user_voice_item .user_voice_header .user_voice_icon {
  top: -2.5rem;
  left: -.5rem; 
  width: 5rem; 
  height: auto; 
}
#user_voice .user_voice_wrap .user_voice_item .user_voice_header .user_voice_icon img {
  display: block;
  width: 100%;
  height: auto;
}
#user_voice .user_voice_wrap .user_voice_item .user_voice_header .user_voice_title h3 {
  font-size: 14px;
  padding: .5rem 0;
}
#user_voice .user_voice_wrap .user_voice_item .user_voice_header .user_voice_title p {
  font-size: 12px;
}
#user_voice .user_voice_wrap .user_voice_item .user_voice_text {
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: .5rem;
  width: 100%;
  margin-top: 3rem;
}
#user_voice .user_voice_wrap .user_voice_item .user_voice_text p {
  font-size: 14px;
  line-height: 1.5;
}

/* faq */
#faq {
  background-color: #f4f4f4;
  padding: 2rem 1.5rem 2rem;
}
#faq .faq_wrap {
  margin: 1rem 0;
}
#faq .faq_wrap .faq_item {
  background-color: #fff;
  border-radius: .5rem;
  margin-bottom: 1rem;
}
#faq .faq_wrap .faq_item .faq_question {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  min-height: 56px;
  padding: 1rem 2rem 1rem 3rem;
  position: relative;
  line-height: 1.5;
}
#faq .faq_wrap .faq_item .faq_question::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/qa_q.png) center/contain no-repeat;
  position: absolute;
  left: 1rem;
}
#faq .faq_wrap .faq_item .faq_answer {
  display: block; 
  max-height: 0; 
  overflow: hidden;
  transition: max-height 0.4s ease-out; 
}
#faq .faq_wrap .faq_item.faq_short .faq_answer {
  transition: max-height 0.8s ease-out; 
}
#faq .faq_wrap .faq_item.open .faq_answer {
  max-height: 500px; 
}
#faq .faq_wrap .faq_item .faq_question::after {
  content: "＋";
  display: inline-block;
  font-size: 1.5rem; 
  position: absolute;
  right: .5rem; 
  top: 50%;
  transform: translateY(-50%); 
  color: #4bbab3; 
}

#faq .faq_wrap .faq_item.open .faq_question::after {
  content: "－";
}
#faq .faq_wrap .faq_item .faq_answer p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: normal;
  min-height: 56px;
  padding: 1rem .25rem 1rem 2rem;
  position: relative;
  margin: 0 1rem 1rem;
  border-top: 1px solid #e6e6e6;
  line-height: 1.5;
}
#faq .faq_wrap .faq_item .faq_answer p::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/qa_a.png) center/contain no-repeat;
  position: absolute;
  top: 1rem;
  left: 0;
}

/* form */
#form {
  background-color: #fff;
  padding: 2.5rem;
}
/* @media screen and (max-width: 959px) {*/
  #form .form_wrap input[type=date] {
    line-height: 40px;
}
#preferred_date_of_visit_1-acb7f191-692f-40eb-a1ad-2b62f9e7babf {
    line-height: 40px;
}
/* } */

/* fixed-bottom-bnr */
.fixed-bottom-bnr {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: .5s;
  z-index: 100
}

.appear {
  transform: translate(-50%, 0);
}

/* footer */
footer {
  padding-top: 1.5rem;
  text-align: center;
  margin-bottom: 3.75rem;
}
footer img {
  width: 50%;
}
footer .footer_wrap {
  background-color: #fff;
  border-radius: 1rem;
  margin: 0 1.5rem 1.5rem;
  padding: 2rem 1rem 1rem;
}
footer .footer_wrap h3 {
  font-size: 1.25rem;
  margin: .25rem;
}
footer .footer_wrap .footer_tel .tel_link {
  position: relative;
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 2.25rem;
}
footer .footer_wrap .footer_tel .tel_link::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/footer_icon_tel.png) center/contain no-repeat;
  position: absolute;
  top: 1rem;
  left: 0;
}
footer .footer_wrap .footer_contact_info_wrap {
  max-width: 300px;
  margin: 1.5rem auto 0;
}
footer .footer_wrap .footer_contact_info_wrap .footer_contact_info_item {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem; 
  justify-content: flex-start; 
}
footer .footer_wrap .footer_contact_info_wrap .footer_contact_info_item dt {
  display: flex; 
  align-items: center;
  font-weight: bold; 
  position: relative; 
  flex-shrink: 0; 
  white-space: nowrap; 
  font-size: 12px;
  width: 4.5rem; 
}
footer .footer_wrap .footer_contact_info_wrap .footer_contact_info_item dd::before {
  content: ""; 
  display: inline-block;
  width: .75rem;
  height: 2px; 
  background-color: #4bbab3; 
  margin-right: 1rem; 
  vertical-align: middle; 
}
footer .footer_wrap .footer_contact_info_wrap .footer_contact_info_item dd {
  flex-grow: 1;
  font-size: 12px;
  text-align: left;
}
footer address {
  text-align: center;
  font-size: 10px;
  padding: 1rem;
  background-color: #000;
}

/* slick */
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-dots{
  margin-top: 2%;
}
.slick-dots li.slick-active button:before{
  display: none;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button{
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.slick-dots li button{
  box-sizing: border-box;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.slick-dotted.slick-slider{
  margin-bottom: 6%;
}
.slick-track{
  margin-bottom: 2%;
}
.slick-next:before,
.slick-prev:before{
  display: none;
}
/* 矢印を常に表示する設定 */
.slick-prev, .slick-next {
  display: block !important;       /* 常に表示 */
  opacity: 1 !important;           /* 不透明にする */
  visibility: visible !important;  /* 視覚的に見えるようにする */
  z-index: 1000;                   /* 矢印が他の要素の下に行かないように */
}
/* スライダーのホバー時の透明度や表示制御を無効化 */
.slick-slider:hover .slick-prev, 
.slick-slider:hover .slick-next {
  opacity: 1 !important;           /* ホバー時でも透明度を維持 */
  visibility: visible !important;  /* 常に表示されるようにする */
}
/* 矢印がマウスホバーで消えないようにホバーエフェクトを無効化 */
.slick-prev:hover, .slick-next:hover {
  opacity: 1 !important;           /* 矢印のホバー時の透明度変更を無効化 */
  visibility: visible !important;  /* ホバー時も常に表示 */
}

@media screen and (min-width: 960px) {
  #lp_contents {
    max-width: 1440px; 
  }
  .btn_inquery,
  .btn_use {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
    margin: 1.5rem auto;
    width: 420px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inline;
  }

  /* header */
  .bnr {
    background: rgba(255, 255, 255, 0.75);
    max-width: 1440px;
    padding: 1rem;
  }
  .bnr .header_logo {
    max-width: 10rem;
    width: 10%;
  }
  .bnr .header_cta {
    width: 35%;
    max-width: 31rem;
  }
  .bnr .header_cta .header_tel-block {
    background-color: unset;
  }
  .bnr .header_cta .header_tel-block span {
    display: inline-block;
    font-weight: bold;
    font-size: 10px;
    color: #333;
  }
  .bnr .header_cta .header_tel-block .header_tel-link {
    justify-content: center;
    font-size: 28px;
    color: #4CBBB4;
    margin-top: .25rem;
  }
  .bnr .header_cta .header_tel-block .header_tel-link img {
    max-width: 13px;
  }
  .bnr .header_cta .header_tel-block p {
    display: none;
  }
  .bnr .header_cta .header_contact-block {
    width: 40%;
  }
  .bnr .header_cta .header_contact-block .btn_inquery{
    font-size: .75rem;
    padding: .75rem 1rem;
    width: 100%;
  }

  /* fv */
  #fv .fv_slide_wrap {
    height: 530px;
  }
  #fv .fv_slide_wrap .fv_slide_item {
    height: 530px; 
  }
  #fv .fv_slide_wrap .fv_slide_item picture,
  #fv .fv_slide_wrap .fv_slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #fv .fv_content {
    align-items: center; 
    justify-content: center; 
    padding: 2rem 2vw; 
  }
  #fv .fv_content h1 img {
  width: 50%;
  }

  /* start */
  #start h2 {
    margin: 0 auto 1rem;
    max-width: 400px;
  }
  #start .start__ttl {
    max-width: 600px;
    margin: 0 auto;
  }
  #start .start__shop {
    max-width: 600px;
    margin: 0 auto 1rem;
  }
  #start .start__shop .shop__address p span {
    padding-left: 10px;
  }
  #start .btn_inquery {
    width: 30%;
  }

  /* about */
  #about .about_image_wrap .about_image_item {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 10rem 12rem;
    gap: 0 2rem;
    align-items: center;
    max-width: 900px;
    margin: 2rem auto; 
  }
  #about .about_image_wrap .about_image_item picture {
    grid-column: 1 / 2; 
    grid-row: 1 / span 2;
    width: 100%;
    height: auto;
    display: block; 
  }
  #about .about_image_wrap .about_image_item picture img {
    width: 100%; 
    height: auto;
    display: block;
    object-fit: contain;
  }
  #about .about_image_wrap .about_image_item .dot_bottom_text {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-bottom: 0;
    text-align: left;
  }
  #about .about_image_wrap .about_image_item .about_h2_group {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin-top: 1rem;
    text-align: left;
  }
  #about .about_image_wrap .about_image_item .about_h2_group h2 {
    align-items: flex-start;
    margin-top: 0;
  }
  #about .about_image_wrap .about_image_item .about_h2_group h2 img {
    width: 95%;
    height: auto;
    display: block;
    margin-top: 1rem;
  }
  #about .about_image_wrap .about_text_01 {
    font-size: 1.25rem;
  }
  #about .about_image_wrap p img.about_worker {
    display: block; 
    width: 35%;
    height: auto; 
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #about p img.about_scene {
    display: block; 
    width: 40%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #about .about_item_wrap {
    max-width: 900px; 
    gap: 3rem; 
    margin: 4rem auto; 
    flex-wrap: wrap;
    justify-content: center; 
  }
  #about .about_item_wrap .about_item {
    position: relative; 
    display: flex;
    align-items: center; 
    width: 100%;
    background-color: unset; 
    padding: 0; 
    overflow: hidden; 
  }
  #about .about_item picture {
    width: 31rem; 
    height: 100%; 
    display: block;
    flex-shrink: 0;
  }
  #about .about_item picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center; 
  }
  #about .about_item_text {
    position: absolute;
    background-color: #fff; 
    font-size: 1.25rem; 
    line-height: 1.5;
    padding: 6rem 3rem; 
    box-sizing: border-box;
    width: 27rem; 
    min-height: 200px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    box-shadow: 15px 15px 0px 0px rgba(51, 154, 85, 0.2);
  }
  #about .about_item_wrap .about_item:nth-child(odd) {
    flex-direction: row; 
    justify-content: flex-start;
  }
  #about .about_item_wrap .about_item:nth-child(odd) .about_item_text {
    right: 1rem; 
    left: auto;
    top: 43%;
    transform: translateY(-50%);
  }
  #about .about_item_wrap .about_item:nth-child(even) {
    flex-direction: row-reverse; 
    justify-content: unset;
  }
  #about .about_item_wrap .about_item:nth-child(even) .about_item_text {
    left: 0; 
    right: auto;
    top: 43%; 
    transform: translateY(-50%); 
  }
  #about .about_text_02,
  #about .about_text_03 {
    text-align: center;
    line-height: 2;
    font-size: 1.25rem;
  }
  #about .about_facilitiy {
    justify-content: center;
    padding: 0;
    margin: 0 auto 3rem;
    max-width: 520px;
  }
  #about .about_facilitiy img {
    margin: 0;
    max-width: 90px;
  }
  #about .about_slick {
    height: auto;
    max-width: 1440px; 
    margin: 0 auto 3rem;
    width: 100%;
  }
  #about .about_slick .about_slick_item {
    padding: 0 10px; 
    box-sizing: border-box; 
  }
  #about .about_slick .about_slick_item picture {
    width: 100%; 
    height: auto;
    display: block;
  }
  #about .about_slick .about_slick_item img {
    width: 100%;
    height: auto;
    object-fit: contain; 
    object-position: center;
  }
  #about .about_slick .slick-dots {
    margin: 0;
  }
  #about .btn_inquery {
  width: 30%;
  }

  /* plan--01 */
  #plan--01 {
    border-radius: 0;
    background-color: #dbefed;
  }
  #plan--01::before {
    content: unset;
  }
  .plan .diagonal_line::before {
    left: 41%;
  }
  .plan .diagonal_line::after {
    right: 41%;
  }
  .plan .plan_voice_wrap {
    margin: 0 auto;
    max-width: 520px;
  }
  .plan .plan_voice_wrap .plan_voice p {
    width: 20rem;
  }
  .plan .plan_plan_wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 820px;
  }
  .plan .plan_plan_wrap .plan_plan {
    padding: 3.75rem 3.125rem 1rem;
  }
  .plan .plan_plan_wrap .plan_plan .plan_head {
    margin-bottom: 2rem;
  }
  .plan .plan_head {
    display: flex;
  }
  .plan .plan_head .plan_head_img {
    margin-right: 2rem;
  }
  .plan .plan_plan_wrap .plan_plan .plan_plan_text {
    padding: 0;
  }
  .plan .plan_plan_wrap .plan_plan .plan_plan_text a {
    margin-bottom: 0;
  }
  .plan .plan_plan_wrap .area_wrap .area_item_plan {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1rem;
    margin: 0 auto;
    width: 630px;
  }
  .plan .plan_plan_wrap .plan_plan .area_wrap .area_item .summary {
    padding-left: 6.25rem;
  }
  .plan .plan_plan_wrap .plan_plan .area_wrap .area_item .summary::before {
    left: 3.125rem;
  }
  .plan .plan_plan_wrap .plan_plan .area_wrap .area_item .summary::after {
    right: 3.125rem;
  }
  .plan .plan_plan_wrap .plan_plan .area_wrap .area_item .shop_list_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1rem;
  }
  .plan .plan_plan_wrap .plan_plan .area_wrap .area_item .shop_list {
    margin: 0;
  }
  .plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    width: 630px;
  }
  .plan .plan_plan_wrap .plan_plan .area_wrap .area_item .price_table_wrap .price_table {
    margin: 0;
    width: 300px;
  }

  /* flow */
  #flow .step_wrap {
    margin: 0 auto;
    width: 680px;
  }
  #flow .step_wrap .step_item {
    margin-bottom: 2rem;
  }
  #flow .step_wrap .step_item .step_image {
    width: 150px;
  }
  #flow .step_wrap .step_item .step_text h3 {
    margin-bottom: 1rem;
  }
  #flow .step_wrap .step_item .stem_num {
    margin-right: .5rem;
  }
  #flow .step_wrap .step_item .step_text {
    width: 514px;
  }

  /* user_voice */
  #user_voice .user_voice_wrap {
    margin: 0 auto;
    width: 680px;
  }

  /* faq */
  #faq .faq_wrap {
    margin: 0 auto;
    width: 680px;
  }

  /* form */
  #form .form_wrap {
    margin: 0 auto;
    width: 720px;
  }

  /* footer */
  footer .footer_wrap {
    margin: 0 auto 3.5rem;
    width: 680px;
  }
  footer .footer_wrap .footer_logo {
    margin: 0 auto;
    width: 140px;
  }
  footer .footer_wrap .footer_contact_info_wrap {
    max-width: 330px;
  }
  footer .footer_wrap .footer_contact_info_wrap .footer_contact_info_item dt,
  footer .footer_wrap .footer_contact_info_wrap .footer_contact_info_item dd{
    font-size: .875rem;
  }

}