@font-face {
  font-family: 'din-2014';
  src: url('../fonts/din-2014.otf') format('opentype');
}

html,
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Noto Sans JP';
  font-feature-settings: 'palt';
  font-optical-sizing: auto;
  font-weight: 400;
  color: #1e1e1e;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body.sp-open {
  overflow: hidden;
  position: fixed;
}
a {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease-in-out;
}

h2,
h3,
h4 {
  font-weight: normal;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
section {
  padding: 73px 0;
}
.title-banner {
  font-family: 'Noto Sans JP';
  font-optical-sizing: auto;
  font-weight: 700;
  color: #209a8e;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 38px;
}
.small-text {
  font-size: 70%;
}
.highlight {
  position: relative;
  display: flex;
}
.highlight > * {
  position: relative;
  z-index: 1;
}
.highlight:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f8e430;
  z-index: 0;
}
/* BG Color & Color*/
.bg-grey {
  background-color: #f4f0ea !important;
}
.bg-darkgrey {
  background-color: #8b8b8b !important;
}
.bg-lightgrey {
  background-color: #f5f5f5 !important;
}
.bg-cyan {
  background-color: #45c4b7 !important;
}
.bg-greenlime {
  background-color: #92c41d !important;
}
.bg-red {
  background-color: #e67c7e !important;
}
.bg-orange {
  background-color: #e68d34 !important;
}
.bg-yellow {
  background-color: #f8e430 !important;
}
.text-grey {
  color: #f4f0ea !important;
}
.text-darkgrey {
  color: #8b8b8b !important;
}
.text-lightgrey {
  color: #f5f5f5 !important;
}
.text-cyan {
  color: #45c4b7 !important;
}
.text-greenlime {
  color: #92c41d !important;
}
.text-red {
  color: #e67c7e !important;
}
.text-orange {
  color: #e68d34 !important;
}
.text-yellow {
  color: #f8e430 !important;
}
.text-black2e {
  color: #2e2e2e !important;
}
/* Border Color */
.border-cyan {
  border-color: #45c4b7 !important;
}
.border-lightgrey {
  border-color: #f5f5f5 !important;
}
/* Custom Width */
.w-60px {
  width: 60px !important;
}
.w-152px {
  width: 152px !important;
}
.w-200px {
  width: 200px !important;
}
.w-105pct {
  width: 105% !important;
}
/* Custom Margin & Padding */
.mt-n1 {
  margin-top: -1px !important;
}
.ml-15px {
  margin-left: 15px !important;
}
.mr-20px {
  margin-right: 20px !important;
}
.mb-6px {
  margin-bottom: 6px !important;
}
.mb-20px {
  margin-bottom: 20px !important;
}
.ps-18px {
  padding-left: 18px !important;
}
/* Custom Text */
.text-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.ls-4 {
  letter-spacing: 4px;
}
.fs-7px {
  font-size: 7px !important;
}
.fs-8px {
  font-size: 8px !important;
}
.fs-10px {
  font-size: 10px !important;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-14px {
  font-size: 14px !important;
}
/* Form */
.form-select:focus {
  border-color: inherit;
  box-shadow: none;
}
/* FOR LAZYLOAD */
img.lazy {
  opacity: 0 !important;
}

img:not(.initial) {
  transition: opacity 0.7s;
  transition-timing-function: ease-in-out;
}

img.initial,
img.loaded,
img.error {
  opacity: 1 !important;
}

img:not([src]) {
  visibility: hidden !important;
}

.shadow-dark-transparent {
  box-shadow: 0 4px #00000029 !important;
}

/* top search */
.wrap-search {
  position: relative;
  width: 360px;
}
.search-form {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-input {
  flex: 1;
  width: 100%;
  -webkit-appearance: none;
  padding: 8px 45px 8px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}
.search-input::placeholder {
  color: #aaa;
}
.search-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  background-color: #222;
  border: none;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-button img {
  width: 18px;
  height: 18px;
}
.search-button:hover {
  background-color: #000;
}
.fixed-top {
  background-color: #fff;
}
.fixed-top .container {
  width: 100%;
  max-width: 100%;
  padding: 16px 65px;
}
.fixed-top .wrap-primary-nav {
  padding-bottom: 0;
  border-bottom: 2px solid #45c4b7;
}
.primary-nav .nav-link {
  padding: 16px 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #45c4b7;
  position: relative;
}
.primary-nav .nav-link.active {
  background-color: #45c4b7;
  color: #fff;
}
.primary-nav .nav-item:first-child .nav-link:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.primary-nav .nav-link:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.primary-nav .nav-item .nav-link.active:before {
  left: -1px;
}
.primary-nav .nav-link.active:after {
  right: -1px;
}
.fixed-top .container-secondary-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.secondary-nav .nav-link {
  padding: 16px;
  width: 100%;
  position: relative;
  font-weight: 500;
}
.secondary-nav .nav-item {
  position: relative;
}
.secondary-nav .nav-item:first-child:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #e6e6e6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.secondary-nav .nav-item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #e6e6e6;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.secondary-nav .nav-item:first-child .nav-link img {
  filter: brightness(0.2);
  transition: 0.3s ease-in-out;
}
.secondary-nav .nav-item:first-child .nav-link:hover img,
.secondary-nav .nav-item:first-child .nav-link:active img {
  filter: brightness(1);
}
.nav-link.dropdown-toggle:after {
  display: none;
}
.dropdown-icon {
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}
.show > .nav-link .dropdown-icon {
  transform: rotate(180deg);
}

/* footer */
footer {
  padding: 56px 0 154px;
  background-color: #003d36;
  color: #fff;
}
footer .container {
  max-width: 1200px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.inner-footer-row {
  display: flex;
  gap: 32px;
}
.logo-coop {
  width: 101px;
  margin-bottom: 8px;
}
.logo-prier {
  width: 251px;
}
footer .title-menu {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 16px;
}
.menu-footer li {
  margin-bottom: 8px;
}
.menu-footer li a {
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  vertical-align: middle;
}
.address-menu li {
  margin-bottom: 16px;
}
.address-menu li a span {
  display: block;
}
.address-menu li a span:not(:last-child) {
  margin-bottom: 8px;
}
.footer-col:last-child {
  width: 100%;
  max-width: 396px;
}
.footer-col:last-child .inner-footer-row {
  gap: 160px;
}
.wrap-copyrigth {
  padding-top: 8px;
  text-align: center;
  border-top: 1px solid #374151;
  margin-top: 32px;
}
.copyright {
  margin-bottom: 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
}

/* nav menu SP */
.offcanvas-header {
  padding: 12px 20px;
}
.offcanvas-body {
  padding: 14px 32px;
}
.mobile-nav .nav-item {
  border-bottom: 1px dashed #000;
}
.mobile-nav .nav-link {
  padding: 16px 0;
  font-weight: 700;
  color: #2e2e2e;
  text-decoration: none;
}
.mobile-nav li:first-child .nav-link {
  padding-top: 10px;
}
.mobile-nav .nav-link.dropdown-link {
  color: #45c4b7;
}
.mobile-nav .dropdown-icon {
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}
.mobile-nav .nav-link[aria-expanded='true'] .dropdown-icon {
  transform: rotate(180deg);
}
.mobile-nav .dropdown-item {
  padding: 16px 0;
  color: #2e2e2e;
  display: block;
  text-decoration: none;
  border-top: 1px dashed #000;
  font-weight: 700;
  padding-left: 14px;
}
.mobile-nav .dropdown-item:hover {
  background-color: #f1f1f1;
}
.custom-offcanvas .offcanvas-header button > img {
  width: 26px;
  height: 26px;
}
.mobile-nav .nav-item.social-media {
  border: none;
  padding-top: 16px;
}

.social-height-btn {
  padding-top: 17.41px !important;
  padding-bottom: 17.41px !important;
}
.line-btn,
.blog-btn {
  padding: 8px 8px 8px 30px;
  font-size: 18px;
}
.line-btn {
  background-color: #06c755;
  border-radius: 8px;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 700;
}
.line-btn:hover {
  background-color: #06c755;
  color: #fff;
}
.blog-btn {
  background-color: #e68d34;
  border-radius: 8px;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 700;
}
.blog-btn:hover {
  background-color: #e68d34;
  color: #fff;
}
main {
  padding-top: 222px;
}
.home-banner {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner-home.png);
  background-size: cover;
  background-position: center;
}
.sub-page .home-banner {
  height: 140px;
  padding: 0;
}
.sub-titlebanner {
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  background-color: #45c4b7;
  border-radius: 4px;
  margin-bottom: 16px;
  display: inline-block;
}
.text-banner {
  max-width: 400px;
  margin: 0 auto;
}

.social-contact {
  background: #45c4b7;
  padding: 48px 0;
}
.line-text {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 2px;
}
.line-text .text-flex {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.line-text .text-flex small {
  font-size: 30px;
}
.text-outline {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #06c755;
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff,
    2px 2px 0 #ffffff;
}
.blog-text {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 38px;
  line-height: 120%;
  vertical-align: middle;
  color: #e68d34;
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff,
    2px 2px 0 #ffffff;
}
.container-small {
  max-width: 720px;
  width: 100%;
  margin: auto;
  padding: 0 12px;
}
.list-social {
  max-width: 408px;
}
.list-social li img {
  vertical-align: middle;
  margin-top: -2px;
}
.card-list-social {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 34px;
  background: #fff;
  border-radius: 8px;
}
.card-list-social li {
  width: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #45c4b7;
}
.social-text {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 500;
  margin-bottom: 12px;
}
.social-contact .social-media {
  display: flex;
  gap: 8px;
}
.social-contact .social-media > .line-btn,
.social-contact .social-media > .blog-btn {
  width: 50%;
}

.notice-section {
  background: #f5f5f5;
}
.title-section {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 24px;
  position: relative;
  z-index: 0;
}
.title-section span {
  position: relative;
}
.title-section span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 4px;
  left: 0;
  background-color: #f8e430;
  z-index: -1;
}
.wrap-noticelist {
  max-width: 800px;
  display: block;
  margin: auto;
}
.notice-list {
  margin-bottom: 24px;
}
.notice-list li:not(:last-child) {
  margin-bottom: 16px;
}
.notice-list li a {
  display: flex;
  width: 100%;
  position: relative;
}
.label-notice {
  font-size: 12px;
  background: #45c4b7;
  padding: 2px 8px;
  color: #fff;
  margin-right: 8px;
  border-radius: 4px;
  font-weight: 700;
}
.notice-list .date {
  font-size: 18px;
  color: #45c4b7;
  margin-right: 24px;
}
.text-notice {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  vertical-align: middle;
  color: #1e1e1e;
}
.notice-list li a > img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0);
}
.notice-list li a:hover > img {
  filter: brightness(1);
}
.wrap-btn-more {
  display: flex;
  justify-content: flex-end;
}
.wrap-btn-more a {
  color: #45c4b7;
  display: flex;
  align-items: center;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
}
.wrap-btn-more a span {
  margin-right: 8px;
  border-bottom: 1px solid;
}

.subtitle-section {
  text-align: center;
  font-weight: 400;
  margin-bottom: 24px;
}
.testimonials .title-section {
  margin-bottom: 40px;
}
.title-container {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 8px;
}
.customer-interview {
  margin-top: 80px;
}
.testimonials .subtitle-section {
  padding: 0 24px;
}
.wrap-slider {
  position: relative;
}
.testimonial-slider {
  margin: 24px auto;
  width: 100%;
}
.btn-slide {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#prev-btn-event,
#prev-btn-interview,
#prev-btn-pickup {
  left: 55px;
}
#next-btn-event,
#next-btn-interview,
#next-btn-pickup {
  right: 55px;
}
.testimonial-slider .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
  margin: 0 8px;
  text-align: center;
}
.testimonial-slider .card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  background-color: #fff;
  border: none;
  padding: 0;
  margin-bottom: 8px;
}
.testimonial-slider .card-body {
  padding: 0;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  vertical-align: middle;
}
.testimonial-slider .card-footer {
  padding: 0;
  background-color: #fff;
  border: none;
}
.testimonial-slider .card-header h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  vertical-align: middle;
  margin-bottom: 2px;
}
.profile-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  vertical-align: middle;
  margin-bottom: 0;
}
.interview-slider {
  margin-bottom: 24px;
}
.interview-slider .card {
  box-shadow: 0px 0px 6px 0px #0000001a;
  border-radius: 8px;
  background: #fff;
  margin: 0 12px;
}
.interview-slider .card-header {
  padding: 0;
  border: none;
}
.interview-slider .card-header img {
  aspect-ratio: 19 / 10;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}
.interview-slider .card-body {
  padding: 24px 32px 8px;
}
.interview-slider .card-footer {
  padding: 0 32px 24px;
  background-color: transparent;
  border: none;
  border-radius: 0 0 8px 8px;
}
.title-interview {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  margin-bottom: 8px;
}
.date-interview {
  display: flex;
  gap: 16px;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
  color: #a9a9a9;
}

.wrap-btn-big-green {
  text-align: center;
  padding: 0 24px;
}
.btn-big-green {
  width: 100%;
  max-width: 420px;
  padding: 16px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  background-color: #45c4b7;
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff !important;
  transition: 0.3s ease-in-out;
}
.btn-big-green:hover,
.btn-big-green:active,
.btn-big-green:focus {
  background-color: #45c4b7 !important;
  color: #fff;
}
.btn-big-green > img {
  height: 12px;
  margin-top: 4px;
}

.funeral-plan {
  background-color: #f4f0ea;
}
.funeral-row {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.funeral-col {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.funeral-col.fixed {
  width: 366px !important;
  height: 599px !important;
}
.funeral-col .card {
  padding: 24px 24px 88px;
  height: 100%;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 0px 0px #00000029;
}
.card-img-top img {
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 9 / 5;
  border-radius: 4px;
}
.badge-recomendation {
  position: absolute;
  top: 8px;
  right: 8px;
}
.funeral-col .card-body {
  padding: 24px 0 0;
}
.funeral-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  vertical-align: middle;
  text-align: center;
}
.funeral-price {
  font-family: din-2014;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  vertical-align: middle;
  color: #d8275f;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 2px 0px #67293d33;
}
.funeral-price span {
  font-weight: 700;
  font-size: 16px;
  line-height: 220.00000000000003%;
  vertical-align: middle;
}
.funeral-price span small {
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  vertical-align: middle;
  display: block;
  margin-top: 8px;
  margin-bottom: -6px;
}
.funeral-col .btn-big-green {
  margin-top: 24px;
  font-size: 16px;
  padding: 8px;
  position: absolute;
  width: calc(100% - 48px);
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
.funeral-col li {
  font-size: 18px;
}

.funeral-process {
  background-color: #f5f5f5;
}
.mw-800 {
  max-width: 800px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-line {
  color: #45c4b7;
  border: 2px solid #45c4b7;
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  transition: 0.3s ease-in-out;
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-line img {
  margin-top: 3px;
}
.btn-line:hover,
.btn-line:active,
.btn-line:focus {
  color: #45c4b7 !important;
  border: 2px solid #45c4b7;
  background-color: #fff !important;
}

.title-col {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 8px;
}
.subtitle-col {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 16px;
}
.card-search {
  padding: 40px;
}
.search-funeral-form {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.search-funeral-form > div {
  width: calc(50% - 8px);
}
.form-search .wrap-search {
  width: 100%;
  margin-bottom: 32px;
}
.form-search .search-button,
.map-search .search-button {
  background-color: #45c4b7;
}

/* Search Map */
.wrap-maps {
  position: relative;
}
.btn-map {
  padding: 7px 16px;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  vertical-align: middle;
  border: 1px solid #1e1e1e;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  white-space: nowrap;
}
.btn-map:hover,
.btn-map:active {
  border: 1px solid #1e1e1e;
  background: #fff !important;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.btn-map img {
  height: 8px;
}
.btn-map:first-child {
  top: 16px;
  left: 32px;
}
.btn-map:nth-child(2) {
  top: 51px;
  right: 0;
}
.btn-map:nth-child(3) {
  top: 92px;
  left: 33px;
}
.btn-map:nth-child(4) {
  bottom: 60px;
  right: 42px;
}
.btn-map:nth-child(5) {
  bottom: 49px;
  left: 33px;
}
.btn-map:nth-child(6) {
  bottom: 5px;
  right: 42px;
}

.form-search .btn-big-green {
  padding: 8px;
  max-width: 100%;
}
.form-search .btn-big-green img {
  height: 24px;
  margin-top: 0;
}
.card-search:not(:last-child) {
  margin-bottom: 16px;
}
.wrap-filter-funeral {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.wrap-filter-funeral > div {
  width: calc(50% - 12px);
}
.range-container {
  position: relative;
  height: 10px;
  background-color: #dee2e6;
  border-radius: 10px;
}
.range-container input[type='range'] {
  position: absolute;
  width: 100%;
  height: 10px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}
.range-container input[type='range']::-webkit-slider-runnable-track {
  height: 10px;
  background: transparent;
}
.range-container input[type='range']::-moz-range-track {
  height: 10px;
  background: transparent;
}
.range-container input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #00a699;
  /* outline: 1px solid #000; */
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
.range-container input[type='range']::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 3px solid #fff;
  outline: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.range-container::before {
  content: '';
  position: absolute;
  height: 10px;
  background-color: #00a699;
  border-radius: 10px;
  top: 0;
  left: calc((var(--min, 30) - 30) / (200 - 30) * 100%);
  width: calc((var(--max, 120) - var(--min, 30)) / (200 - 30) * 100%);
  transition: left 0.1s, width 0.1s;
}
.wrap-filter-funeral h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  margin-bottom: 8px;
  line-height: 1;
}
.filter-range .card {
  padding: 32px;
  background-color: #fafafa;
}
.label-range {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  vertical-align: middle;
  color: #1e1e1e;
}
.wrap-label-range {
  margin-bottom: 24px;
}
.filter-range .form-control {
  max-width: 167px;
}

.filter-attendees {
  font-family: 'Noto Sans JP', sans-serif;
  color: #1e1e1e;
}
.filter-attendees .custom-select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../images/icon/ic-arrow_down.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding: 8px 36px 9px 16px;
  appearance: none;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 24px;
  color: #1e1e1e;
}
.filter-attendees .custom-select:hover {
  border-color: #999;
}
.filter-attendees .custom-select:focus {
  outline: none;
  border-color: #00a699;
  box-shadow: 0 0 0 2px rgba(0, 166, 153, 0.25);
}
.filter-attendees .section-title {
  font-weight: 600;
  font-size: 15px;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.filter-attendees .form-check-input[type='radio'] {
  width: 16px;
  height: 16px;
  border: 1px solid #767676;
  margin-top: 0.1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 8px;
}
.filter-attendees .form-check-input[type='radio']:checked {
  background-color: #00a699;
  border-color: #00a699;
}
.filter-attendees .form-check-label {
  font-size: 14px;
  color: #1e1e1e;
  cursor: pointer;
  margin-right: 1.5rem;
}
.filter-attendees .form-check-input[type='checkbox'] {
  width: 16px;
  height: 16px;
  border: 1px solid #767676;
  margin-top: 0px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 8px;
}
.filter-attendees .form-check-input[type='checkbox']:checked {
  background-color: #00a699;
  border-color: #00a699;
}
.filter-attendees .form-check {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.filter-attendees .filter-group:not(:last-child) {
  margin-bottom: 24px;
}
.filter-attendees .filter-group:last-child .form-check {
  margin-bottom: 0;
}
.btn-big-green > img.w-18 {
  width: 18px;
  height: 18px;
}

.total-service {
  background-color: #f5f5f5;
}
.col-services .card {
  padding: 24px;
  border: none;
}
.col-services .card > img {
  margin-bottom: 8px;
  border-radius: 4px;
}
.col-services .card > a > img {
  height: 12px;
}
.col-services .card > a {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
}

.get-toknow .d-flex {
  gap: 32px;
}
.col-toknow {
  width: calc(50% - 16px);
}
.col-toknow > p {
  margin-bottom: 24px;
}
.col-toknow > img {
  border-radius: 8px;
}

.prie-membership {
  background-color: #45c4b7;
  background-image: url(../images/banner-footer.png);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.prie-membership h2 {
  color: #fff;
}
.prie-membership h2 span {
  color: #f8e430;
}
.title-section.no-border span:after {
  display: none;
}
.prie-membership .card {
  width: calc(50% - 8px);
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 0px 0px #00000029;
}
.prie-membership .card-header {
  color: #fff;
  padding: 16px;
  border: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.prie-membership .card-header h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
}
.friend-members .card-header {
  background: #e67c7e;
}
.prie-members .card-header {
  background: #8bb935;
}
.prie-membership .card-body {
  background-color: #f4f0ea;
  padding: 24px 40px 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.body-card {
  background-color: #fff;
  display: flex;
  padding: 13px 16px;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 4px;
}
.wrap-icon {
  width: 44px;
}
.wrap-info p {
  font-size: 12px;
  margin-bottom: 4px;
}
.text-discount {
  color: #d8275f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  vertical-align: middle;
}
.text-discount span {
  font-family: din-2014;
  font-weight: 600;
  font-size: 42px;
  line-height: 90%;
  vertical-align: middle;
  margin-right: 2px;
}
.text-discount span small {
  font-weight: 600;
  font-size: 16px;
  line-height: 90%;
  vertical-align: middle;
}
.text-discount img {
  margin-left: 6px;
}
.prie-membership .card-body > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  vertical-align: middle;
  margin-bottom: 0;
}
.wrap-membership {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.prie-membership .btn-big-green {
  width: calc(50% - 4px);
  border: 2px solid #fff;
}
.bg-orange,
.btn-big-green.bg-orange:hover,
.btn-big-green.bg-orange:active {
  background-color: #e68d34 !important;
}

/* floating button */
.floating-section {
  position: fixed;
  z-index: 999;
  background: rgb(30 30 30 / 90%);
  padding: 16px 56px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.floating-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-section .btn {
  color: #fff !important;
  border-radius: 8px;
  border: 1.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
  padding: 18px 16px;
  height: 66px;
  transition: 0.3s ease-in-out;
}
.floating-section .btn > div {
  display: flex;
  align-items: center;
}
.btn-request {
  background-color: #d8275f;
  width: 300px;
}
.btn-request:hover,
.btn-request:active,
.btn-request:focus {
  background-color: #d8275f !important;
}
.btn-apply {
  background-color: #45c4b7;
  width: 170px;
}
.btn-apply:hover,
.btn-apply:active,
.btn-apply:focus {
  background-color: #45c4b7 !important;
}
.btn-news {
  background-color: #e68d34;
  width: 170px;
}
.btn-news:hover,
.btn-news:active,
.btn-news:focus {
  background-color: #e68d34 !important;
}
.floating-section .btn-telp {
  background: linear-gradient(180deg, #ffffff 0%, #fff7ab 100%);
  /* border: none; */
  font-size: 42px;
  margin-left: 8px;
  line-height: 80%;
  width: 100%;
  max-width: 426px;
}
.floating-section .btn-telp:hover,
.floating-section .btn-telp:active,
.floating-section .btn-telp:focus {
  background: linear-gradient(180deg, #ffffff 0%, #fff7ab 100%) !important;
}
.info-funeral {
  color: #fff;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  vertical-align: middle;
}
.info-funeral div {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.info-funeral div:first-child {
  margin-bottom: 2px;
}
.info-funeral .label {
  padding: 2px 4px;
  background: #1e1e1e;
  border-radius: 4px;
}
.floating-section .btn-telp > div {
  justify-content: center;
  width: 100%;
}
/* SUB PAGE */
.sub-page section .btn-telp {
  font-family: din-2014;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  margin: 0 auto;
  gap: 2px;
  width: 294px;
  height: 44px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7ab 100%);
  border: 1.5px solid #45c4b7;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  /* flex: none; */
  /* order: 1; */
  align-self: stretch;
  /* flex-grow: 0; */
}
.sub-page section .btn-telp img {
  margin-top: -4px;
}
.sub-page .card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
  padding: 16px 24px;
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  border-radius: 8px;
}
.sub-page .card-title {
  color: #92c41d;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.sub-page h3.card-title {
  font-size: 18px;
  margin-bottom: 8px;
}
.sub-page .card-subtitle {
  font-weight: 700;
  margin-bottom: 4px;
}
.sub-page .card-text {
  margin-bottom: 0px;
}
.sub-page .card-cyan {
  border: none;
  padding: 0px !important;
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  border-radius: 8px;
  overflow: hidden;
}
.sub-page .card-cyan h3.card-title {
  background: #45c4b7;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}
.sub-page h3.card-title {
  color: #45c4b7;
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .fs-lg-11px {
    font-size: 11px !important;
  }
  .fs-lg-12px {
    font-size: 12px !important;
  }
  .fs-lg-16px {
    font-size: 16px !important;
  }
  .fs-lg-18px {
    font-size: 18px !important;
  }
  .fs-lg-22px {
    font-size: 22px !important;
  }
  .fs-lg-24px {
    font-size: 24px !important;
  }
  .fs-lg-32px {
    font-size: 32px !important;
  }
  .mb-lg-32px {
    margin-bottom: 32px !important;
  }
  .mb-lg-53px {
    margin-bottom: 53px !important;
  }
  .mb-lg-109px {
    margin-bottom: 109px !important;
  }
  a:hover,
  .nav-link:focus,
  .nav-link:hover {
    opacity: 0.6;
    color: #45c4b7;
  }
  .sp-only {
    display: none;
  }
  /* Dropdown Menu */
  .fixed-top .container.container-dropdown {
    width: auto;
    max-width: none;
    padding: 0;
  }
  .container-secondary-nav {
    box-shadow: 0 4px 16px -5px rgba(0, 0, 0, 0.2);
  }
  .nav-link:hover,
  .nav-link:focus,
  .nav-link:active {
    opacity: 1;
    color: #1e1e1e;
  }
  ul.secondary-nav li.nav-item:not(:first-child):after {
    right: auto !important;
    top: 78.5% !important;
  }
  ul.secondary-nav li > ul,
  ul.secondary-nav li .last-menu {
    position: absolute;
    width: calc(100% - 130px);
    top: 99%;
    border: none;
    box-shadow: 4px 4px 14px -10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 8px 8px;
    padding: 0;
    /* temporary */
    /* background: beige; */
  }
  .dropdown-hover:hover > .dropdown-menu {
    display: inline-block;
  }
  .dropdown-hover > .dropdown-toggle:active {
    pointer-events: none;
  }
  .dropdown-menu {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .my-dropdown {
    margin: 40px 40px;
  }
  .my-dropdown .col-dropdown.col-lg-10 {
    width: 86% !important;
  }
  .my-dropdown .col-dropdown:first-child {
    margin-left: -36px;
    color: #45c4b7;
    font-weight: 700;
  }
  .my-dropdown .col-dropdown:nth-child(2) {
    margin-left: -20px;
  }
  .my-dropdown .col-dropdown:last-child {
    margin-right: 0;
  }
  .my-dropdown .dropdown-item {
    text-align: left !important;
    margin: 0;
    padding: 0;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: inherit;
    background-color: inherit;
  }
  .my-dropdown .dropdown-item img {
    vertical-align: middle;
    margin-top: -5px;
  }
  .my-dropdown .col-dropdown ul li:not(:first-child) {
    margin-right: 40px;
  }
  .list-group-flush.underline {
    border-bottom: 1px solid #e6e6e6;
  }
  .dropdown-search input[type='search'],
  .dropdown-search input[type='search']:focus-visible {
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    padding: 8px 16px;
    width: 65%;
    height: 38px;
    -webkit-appearance: none;
    outline: none;
  }
  .dropdown-search .btn-search,
  .dropdown-search .btn-search:hover {
    margin-top: -6px;
    background: #45c4b7;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 0 16px;
    width: 92px;
    height: 38px;
    font-weight: 500;
  }
  .dropdown-search .btn-search img {
    width: 24px;
    height: 24px;
  }
  .nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    /* temporary */
    /* opacity: 1;
    visibility: visible; */
  }
  .nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav .dropdown .dropdown-menu .dropdown-item {
    text-align: center;
  }
  .mobile-nav .nav-link:hover {
    background-color: #f8f9fa;
  }
  .nav-link:hover .dropdown-icon {
    opacity: 0.7;
  }
  .nav-link {
    font-weight: bold;
    color: #1e1e1e;
  }
  .home-banner .container {
    text-align: center;
  }
  .social-text {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .col-services {
    width: calc(33.33333333% - 6px);
  }
  .col-services:first-child,
  .col-services:nth-child(2) {
    width: calc(50% - 4px);
  }
  .inner-container-800 {
    max-width: 800px;
    margin: auto;
  }
  /* search map */
  .btn-map {
    font-size: 18px;
    padding: 8px 30px;
  }
  .btn-map img {
    height: 11px;
  }
  .btn-map:first-child {
    top: 26px;
    left: 28px;
  }
  .btn-map:nth-child(2) {
    top: 78px;
    right: -10px;
  }
  .btn-map:nth-child(3) {
    top: 132px;
    left: 22px;
  }
  .btn-map:nth-child(4) {
    bottom: 84px;
    right: 60px;
  }
  .btn-map:nth-child(5) {
    bottom: 76px;
    left: 22px;
  }
  .btn-map:nth-child(6) {
    bottom: 8px;
    right: 60px;
  }
  /* SUB PAGE */
  .sub-page section {
    padding: 72px 0;
  }
  .sub-page section .container {
    width: calc(100% - 400px);
    max-width: calc(100% - 400px);
    padding-left: 0px;
    padding-right: 0px;
  }
  .sub-page section .container.c320 {
    width: calc(100% - 635px);
    max-width: calc(100% - 635px);
  }
  .sub-page section p {
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
  .sub-page section:nth-child(2) p.subtitle-section {
    text-align: left;
  }
  .sub-page .card-title {
    font-size: 22px;
  }
  .sub-page .card {
    padding: 32px;
  }
  .sub-page .card-wrapper {
    display: flex;
    gap: 16px;
  }
  .sub-page .card-wrapper .col-lg-4 {
    flex: 1;
  }
  .sub-page .card-wrapper .col-lg-6 {
    flex: 1;
  }
  .sub-page .services .col-services {
    width: calc(25% - 8px);
  }
  .sub-page .services .col-services .card > img {
    aspect-ratio: 56 / 32;
    object-fit: cover;
  }
  .sub-page .services .col-services .card {
    padding: 24px;
  }
  .sub-page .services .col-services .card > img {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1040px) {
  /* container */
  .container.fixed {
    width: 1040px;
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1200px) {
  /* Dropdown Menu */
  .my-dropdown {
    margin: 40px 80px;
  }
  .dropdown-search input[type='search'],
  .dropdown-search input[type='search']:focus-visible {
    width: 360px;
  }
  /* search map */
  .btn-map:first-child {
    top: 26px;
    left: 50px;
  }
  .btn-map:nth-child(2) {
    top: 26%;
    right: -3px;
  }
  .btn-map:nth-child(3) {
    top: 44%;
    left: 60px;
  }
  .btn-map:nth-child(4) {
    bottom: 31%;
    right: 60px;
  }
  .btn-map:nth-child(5) {
    bottom: 28%;
    left: 60px;
  }
  .btn-map:nth-child(6) {
    bottom: 17px;
    right: 60px;
  }
}
@media only screen and (min-width: 2331px) {
  .fixed-top .container.container-dropdown {
    padding: 16px 65px;
  }
}
@media only screen and (max-width: 1435px) {
  .floating-section .btn {
    width: auto;
  }
}
@media only screen and (max-width: 1315px) {
  .floating-section .btn {
    font-size: 16px;
  }
  .floating-section .btn-telp {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1274px) {
  .my-dropdown .col-dropdown ul li:nth-child(5) {
    margin-left: 167px;
  }
  .my-dropdown .col-dropdown ul li:nth-child(n + 5) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1245px) {
  .floating-section .btn {
    font-size: 15px;
  }
  .floating-section .btn-telp {
    font-size: 30px;
  }
  .info-funeral {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .secondary-nav .nav-link {
    font-size: 15px;
  }
  .filter-range .form-control {
    max-width: 150px;
  }
  .funeral-col.fixed {
    width: 33.33333333% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 1145px) {
  .floating-section {
    padding: 16px 24px;
  }
  .floating-flex {
    flex-wrap: wrap;
    gap: 8px;
  }
  .floating-section .btn {
    margin: 0;
    font-size: 14px;
  }
  .floating-section .btn-telp {
    font-size: 20px;
    max-width: 204px;
  }
  .floating-section .btn-telp img {
    width: 23px;
  }
  .info-funeral .label {
    font-size: 10px;
  }
  .btn-request {
    max-width: 250px;
  }
  .btn-apply {
    max-width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .pc-only {
    display: none;
  }
  .fw-md-medium {
    font-weight: 500 !important;
  }
  .text-sp-start {
    text-align: left;
  }
  .text-sp-end {
    text-align: right;
  }
  body {
    font-size: 14px;
  }
  section {
    padding: 32px 0;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 48px);
  }
  footer .container {
    width: 100%;
    padding: 0 24px;
  }
  .fixed-top .container {
    padding: 8px 16px;
  }
  .logo-brand {
    height: 35px;
  }
  .wrap-search {
    display: none;
  }
  .custom-offcanvas {
    width: 100%;
    max-width: 320px;
  }
  .custom-offcanvas.show {
    z-index: 9999;
    height: 100dvh;
    height: 100vh;
  }
  .mobile-nav {
    padding-bottom: 48px;
  }
  .mobile-nav .nav-link.line-btn {
    padding: 8px 16px;
    border: none;
    color: #fff;
    margin-bottom: 8px;
  }
  .mobile-nav .nav-link.blog-btn {
    padding: 8px 16px;
    border: none;
    color: #fff;
    margin-bottom: 8px;
  }
  main {
    padding-top: 51px;
  }
  .home-banner {
    background-image: url(../images/banner-home-sp.webp);
    height: 200px;
    padding: 30.5px 0;
  }
  .title-banner {
    font-size: 24px;
    justify-content: flex-start;
    max-width: 231px;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .sub-titlebanner {
    margin-bottom: 8px;
    padding: 3px 8px;
    font-size: 14px;
  }
  .text-banner {
    margin-left: 0;
    font-size: 12px;
    max-width: 291px;
  }
  .container-small {
    width: 100%;
    margin: auto;
    padding: 0 24px;
  }
  .line-text,
  .blog-text {
    font-size: 26px;
  }
  .line-text .text-flex small {
    font-size: 20px;
  }
  .text-outline {
    font-size: 30px;
  }
  .card-list-social {
    padding: 10px 17px;
  }
  .card-list-social li {
    width: 100%;
    font-size: 10px;
  }
  .line-btn {
    border-width: 2px;
  }
  .social-contact {
    padding: 24px 0;
    border-bottom: 4px solid #209a8e;
  }
  .title-section {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .notice-list {
    margin-bottom: 8px;
  }
  .notice-section .title-section {
    margin-bottom: 16px;
  }
  .notice-list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .label-notice {
    font-size: 8px;
    margin-right: 4px;
  }
  .notice-list .date,
  .text-notice,
  .wrap-btn-more a {
    font-size: 12px;
  }
  .notice-list .date {
    margin-right: 8px;
  }
  .wrap-btn-more a span {
    margin-right: 4px;
  }
  .subtitle-section {
    text-align: left;
    margin-bottom: 16px;
  }
  .testimonial-slider {
    margin: 16px 0;
  }
  .testimonial-slider .card {
    padding: 16px;
  }
  .testimonial-slider .card-header {
    gap: 8px;
  }
  .testimonial-slider .card-header img {
    height: 45px;
    width: 45px;
  }
  .testimonial-slider .card-header h3 {
    font-size: 14px;
  }
  .profile-date {
    font-size: 10px;
  }
  .testimonial-slider .card-body {
    font-size: 12px;
  }
  #prev-btn-event,
  #prev-btn-interview,
  #prev-btn-pickup {
    left: 8px;
  }
  #next-btn-event,
  #next-btn-interview,
  #next-btn-pickup {
    right: 8px;
  }
  .btn-big-green {
    font-size: 14px;
    padding: 9px;
  }
  .funeral-row {
    flex-wrap: wrap;
    gap: 4px;
  }
  .funeral-col {
    width: calc(50% - 4px);
  }
  .funeral-col.fixed {
    width: calc(50% - 4px) !important;
    height: auto !important;
  }
  .funeral-col:last-child {
    margin-top: 4px;
  }
  .funeral-col .card {
    padding: 16px 16px 66px;
  }
  .funeral-col.w-100 .card {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    flex-direction: row;
    padding: 16px;
  }
  .funeral-col.w-100 .card > div {
    width: calc(50% - 8px);
    flex-shrink: 0;
    padding: 0;
  }
  .funeral-col.w-100 .card > .card-body {
    display: flex;
    gap: 10px;
  }
  .funeral-col .btn-big-green {
    font-size: 12px;
    margin-top: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }
  .funeral-col .card-body {
    padding-top: 16px;
  }
  .funeral-title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .funeral-price {
    font-size: 28px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede;
  }
  .funeral-col.w-100 .card > .card-body .funeral-price {
    font-size: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .funeral-price span {
    font-size: 12px;
  }
  .funeral-price span small {
    font-size: 6px;
  }
  .card-img-top img {
    height: 80px;
  }
  .badge-recomendation {
    width: 55px;
    top: -4px;
    right: -4px;
  }
  .badge-recomendation img {
    width: 100%;
  }
  .funeral-col li {
    font-size: 12px;
  }
  .btn-line {
    font-size: 13px;
    height: 44px;
  }
  .title-col {
    font-size: 16px;
  }
  .subtitle-col {
    font-size: 12px;
  }
  .card-search {
    padding: 24px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
  }
  .search-funeral-form > div {
    width: 100%;
  }
  .map-search .wrap-search.sp-only {
    display: block;
    width: 100%;
  }
  .form-search .btn-big-green img {
    height: 20px;
  }
  .card-search:not(:last-child) {
    margin-bottom: 8px;
  }
  .wrap-filter-funeral {
    gap: 16px;
    margin-bottom: 16px;
  }
  .wrap-filter-funeral > div {
    width: 100%;
  }
  .filter-range .card {
    padding: 24px 16px;
  }
  .filter-range .form-control {
    max-width: 95px;
    font-size: 14px;
    padding: 4px;
  }
  .filter-attendees .custom-select {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .filter-attendees .form-check-input[type='radio'],
  .filter-attendees .form-check-input[type='checkbox'] {
    margin-right: 4px;
  }
  .wrap-filter-funeral h6 {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .col-services:not(:first-child) {
    width: calc(50% - 4px);
  }
  .col-services .card {
    height: 100%;
    padding: 16px;
  }
  .col-services:not(:first-child) .card > img {
    aspect-ratio: 56 / 23;
    object-fit: cover;
  }
  .col-services .card > a {
    font-size: 12px;
  }
  .col-services .card > a span {
    font-size: 10px;
    font-weight: 400;
  }
  .col-services .card > a > img {
    margin-left: 8px;
  }
  .get-toknow .d-flex {
    gap: 8px;
  }
  .col-toknow {
    width: 100%;
  }
  .col-toknow > p {
    margin-bottom: 16px;
  }
  .prie-membership .card-header h3 {
    font-size: 14px;
  }
  .prie-membership .card-header {
    padding: 12px;
  }
  .prie-membership .card-body {
    padding: 10px 10px 16px;
  }
  .prie-membership .btn {
    width: 100%;
  }
  .body-card {
    padding: 8px 16px;
    display: block;
    text-align: center;
    margin-bottom: 8px;
  }
  .wrap-icon {
    width: 35px;
    margin: 0 auto 10px;
  }
  .wrap-info p {
    font-size: 7px;
  }
  .text-discount {
    justify-content: center;
    font-size: 8px;
  }
  .text-discount span {
    font-size: 28px;
    margin-right: 0;
  }
  .text-discount span small {
    font-size: 12px;
  }
  .text-discount img {
    width: 44px;
    margin-left: 4px;
  }
  .prie-membership .card-body > p {
    font-size: 10px;
  }

  footer {
    padding: 32px 0 108px;
  }
  .footer-row {
    flex-wrap: wrap;
    gap: 17px;
    /* max-width: 342px; */
    margin: auto;
  }
  .footer-col {
    width: 100%;
  }
  .inner-footer-row {
    gap: 23.5px;
  }
  .logo-coop {
    width: 75px;
    margin-bottom: 4px;
  }
  .logo-prier {
    width: 198px;
  }
  footer .title-menu {
    margin-bottom: 8px;
  }
  .menu-footer li {
    margin-bottom: 4px;
  }
  .menu-footer li a {
    font-size: 12px;
  }
  .address-menu li {
    margin-bottom: 8px;
  }
  .address-menu li:last-child {
    margin-bottom: 0;
  }
  .address-menu li a span:not(:last-child) {
    margin-bottom: 4px;
  }
  .footer-col:last-child .inner-footer-row {
    gap: 64px;
  }
  .wrap-copyrigth {
    margin-top: 16px;
  }
  .copyright {
    font-size: 10px;
  }
  .floating-section {
    padding: 16px;
  }
  .floating-section .btn {
    font-size: 14px;
    padding: 8px;
    height: 38px;
    max-width: none;
  }
  .floating-section .btn-telp {
    font-size: 28px;
    width: auto !important;
    max-width: none !important;
    height: 44px;
    letter-spacing: -2px;
  }
  .floating-section .btn-news {
    display: none;
  }
  .floating-section .btn-telp img {
    width: 28px;
  }
  .info-funeral {
    font-size: 9px;
  }
  .floating-section .btn > div > img {
    margin-right: 4px;
  }
  .info-funeral div {
    gap: 2px;
  }
  .floating-section .btn-apply {
    width: 128px;
  }
  .floating-section .btn-request {
    width: 222px;
  }
  .range-container input[type='range']::-webkit-slider-runnable-track {
    height: 6px;
  }
  .range-container input[type='range']::-moz-range-track {
    height: 6px;
  }
  .range-container,
  .range-container input[type='range'],
  .range-container::before {
    height: 6px;
  }
  .range-container input[type='range']::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
  }
  .range-container input[type='range']::-moz-range-thumb {
    width: 14px;
    height: 14px;
  }
  .label-range {
    font-size: 12px;
  }
  .wrap-maps {
    position: relative;
    width: 294px;
    height: 210px;
    display: block;
    margin: auto;
  }
  .col-toknow > img {
    aspect-ratio: 16 / 4;
    object-fit: cover;
    object-position: 0px 81%;
  }
  .testimonials .title-section {
    margin-bottom: 20px;
  }
  .customer-interview {
    margin-top: 32px;
  }

  .interview-slider {
    margin-bottom: 16px;
  }
  .title-container {
    font-size: 16px;
  }
  .interview-slider .card-body {
    padding: 16px;
  }
  .title-interview {
    font-size: 12px;
  }
  .date-interview {
    gap: 8px;
    font-size: 10px;
  }
  .interview-slider .card-header img {
    aspect-ratio: 29 / 12;
    height: 120px;
  }
  .btn-slide img {
    width: 7px;
  }
  .interview-slider .card {
    margin: 0 8px;
  }
  .home .interview-slider .card {
    margin: 1px 8px;
  }
  .home section p {
    letter-spacing: 0.075em;
    line-height: 1.6em;
  }
  /* SUB PAGE */
  .sub-page .home-banner {
    height: 80px;
    padding: 24.5px 0;
  }
  .sub-page .title-banner {
    justify-content: center;
    max-width: none;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .sub-page section {
    padding: 32px 0;
  }
  .sub-page section:nth-child(2) {
    padding: 24px 0 32px 0;
  }
  .sub-page .btn-telp {
    width: 100%;
  }
  .sub-page .card-title {
    font-size: 16px;
  }
  .sub-page h3.card-title {
    font-size: 12px;
  }
  .sub-page .card-cyan h3.card-title {
    font-size: 14px;
  }
  .sub-page h3.card-title {
    font-size: 16px;
  }
  .sub-page section p {
    letter-spacing: 0.075em;
    line-height: 1.6em;
  }
}

@media only screen and (max-width: 767px) {
  .social-height-btn {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .line-btn,
  .blog-btn {
    padding: 8px;
    font-size: inherit;
  }
  .list-social {
    max-width: calc(100% - 210px);
  }
  .list-social li img {
    width: 7.5px;
  }
  .floating-flex {
    justify-content: flex-start;
  }
  footer {
    padding: 32px 0 154px;
  }
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 12px;
  }
  .mobile-nav {
    font-size: 14px;
  }
  .mobile-nav .dropdown-item {
    font-size: 12px;
  }
  .floating-section .btn-telp {
    font-size: 26px;
  }
  .col-toknow > img {
    height: 120px;
    object-position: 0px -69px;
  }
}
@media only screen and (max-width: 389px) {
  .floating-section .btn-request {
    width: auto;
  }
  .floating-section .btn-apply {
    width: auto;
  }
}
@media only screen and (max-width: 385px) {
  .img-line {
    width: 164px;
  }
  .list-social {
    max-width: calc(100% - 184px);
  }
  .social-contact .social-media > .line-btn,
  .social-contact .social-media > .blog-btn {
    font-size: 11px;
  }
  footer .title-menu {
    font-size: 14px;
  }
  .floating-flex {
    gap: 6px;
  }
  .floating-section .btn-telp {
    font-size: 22px;
  }
  .wrap-maps {
    max-width: 100%;
    height: auto;
  }
  .btn-map:first-child {
    top: 12px;
  }
  .btn-map:first-child,
  .btn-map:nth-child(3) {
    left: 7%;
  }
  .btn-map:nth-child(2) {
    top: 46px;
    right: 0;
  }
  .btn-map:nth-child(5) {
    left: 7%;
    bottom: 20%;
  }
}
@media only screen and (max-width: 374px) {
  .floating-section .btn {
    font-size: 12px;
  }
  .floating-section .btn-telp {
    font-size: 20px;
  }
}
@media only screen and (max-width: 370px) {
  .img-line {
    width: 144px;
  }
  .list-social {
    max-width: calc(100% - 164px);
  }
  .inner-footer-row {
    flex-wrap: wrap;
  }
  .prie-membership .card-header h3 {
    font-size: 12px;
  }
  .filter-range .form-control {
    max-width: 70px;
  }
  .text-discount img {
    width: 35px;
  }
  .text-discount span {
    font-size: 20px;
  }
  .wrap-maps {
    height: 195px;
  }
  .wrap-maps > img {
    width: 100%;
    height: 100%;
  }
  .btn-map:first-child,
  .btn-map:nth-child(3),
  .btn-map:nth-child(5) {
    left: 0;
  }
  .btn-map:nth-child(4),
  .btn-map:nth-child(6) {
    right: 35px;
  }
  .date-interview {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 339px) {
  .floating-flex {
    gap: 4px;
  }
  .floating-section .btn > div > img {
    width: 16px;
  }
  .floating-section .btn {
    font-size: 11px;
  }
  .floating-section .btn-telp {
    font-size: 16px;
  }
}
/* For floating SP condition only */
@media only screen and (min-width: 610px) and (max-width: 763px) {
  .floating-section .btn-request {
    width: 50%;
  }
}
