@charset "UTF-8";
/*
Theme Name: Restaurant-theme-A
Author: ryo saya
*/
body {
  position: relative;
  width: 100%;
  background: #fff;
  color: #333;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
}

a {
  color: #111;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all ease 0.3s;
}

main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  border-spacing: 0;
}

p {
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 2px;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style: none;
}

.l-footer {
  width: 100%;
  position: relative;
  padding: 40px 0 20px;
  background: url(./image/footer-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 120px;
}
.l-footer-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 30px;
}
.l-footer-inner-logo {
  width: 193px;
}
.l-footer-bottom {
  text-align: center;
  font-size: 15px;
  color: #fff;
}

@media (max-width: 650px) {
  .l-footer {
    padding: 40px 0 25px;
    background: url(./image/footer-background.jpg);
    background-size: contain;
    margin-bottom: 60px;
  }
  .l-footer-inner {
    width: 90%;
    margin: 0 auto 40px;
  }
  .l-footer-inner-logo {
    width: 40%;
    margin: 0 auto;
  }
  .l-footer-bottom {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.l-footer.contact-footer {
  margin-bottom: 0px;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@keyframes scroll-hint {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
/*メインビジュアル*/
.fv-section {
  width: 100%;
  position: relative;
  padding: 40px 0 80px;
  background: url(./image/fv-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.fv-section-inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
  position: relative;
}
.fv-section-inner-logo {
  width: 193px;
  margin-bottom: 40px;
}
.fv-section-inner-logo img {
  width: 100%;
}
.fv-section-inner-head {
  font-size: 48px;
  color: #31703D;
  line-height: 1.46;
  padding-bottom: 20px;
}
.fv-section-inner-tel {
  width: 48.8%;
  margin-bottom: 30px;
}
.fv-section-inner-box {
  margin-bottom: 30px;
  width: 74%;
}
.fv-section-inner-box-list {
  position: relative;
  padding-left: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
}
.fv-section-inner-box-list-check {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
}
.fv-section-inner-box-list-check img {
  width: 100%;
}
.fv-section-inner-cta {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  background-image: url(./image/fv-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 50px 15px 20px;
  box-shadow: 3px 3px 5px #ccc;
}
.fv-section-inner-cta-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 47.5%;
  height: 100%;
  z-index: 5;
}
.fv-section-inner-cta-left img {
  height: 100%;
}
.fv-section-inner-cta-left .sp-img {
  display: none;
}
.fv-section-inner-cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 10;
}
.fv-section-inner-cta-box-text {
  padding-left: 30px;
  width: 43.5%;
}
.fv-section-inner-cta-box-text p {
  font-size: 22px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 4%;
}
.fv-section-inner-cta-box-right {
  width: 56.5%;
  text-align: center;
}
.fv-section-inner-cta-box-right .top-txt {
  font-size: 20px;
}
.fv-section-inner-cta-box-right-btn {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.fv-section-inner-cta-box-right-btn img {
  width: 100%;
}
.fv-section-inner-cta-box-right p {
  font-size: 16px;
}
.fv-section-inner-human {
  position: absolute;
  width: 30%;
  top: 10%;
  right: 0;
  z-index: 1;
}
.fv-section-inner-human img {
  width: 100%;
}

/*突然のことにお困りではないですか？*/
.p-worries-section {
  width: 100%;
  position: relative;
}
.p-worries-section-inner {
  width: 100%;
}
.p-worries-section-inner-content {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.p-worries-section-inner-content-head {
  font-size: 42px;
  color: #31703D;
  text-align: center;
  margin: 0 auto 60px;
}
.p-worries-section-inner-content-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 220px;
}
.p-worries-section-inner-content-box-item {
  width: 31%;
  max-width: 300px;
  position: relative;
}
.p-worries-section-inner-content-box-item-inner {
  background: url(./image/voice-item-background.png);
  background-size: cover;
  border-radius: 8px;
  padding: 40px;
  width: 100%;
  height: 275px;
}
.p-worries-section-inner-content-box-item-inner-text {
  margin: 0 auto 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.p-worries-section-inner-content-box-item-inner-image {
  width: 120px;
  margin: 0 auto;
}
.p-worries-section-inner-content-box-item-arrow {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
}
.p-worries-section-inner-content-box-item-arrow img {
  width: 100%;
}
.p-worries-section-inner-content-box-arrow {
  display: none;
}
.p-worries-section-inner-content-box-message {
  position: absolute;
  top: 84%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding: 0 20px;
  background-color: #fff;
}
.p-worries-section-inner-content-box-message p {
  color: #31703D;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.p-worries-section-inner-content-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-worries-section-inner-content-bottom-item {
  width: 320px;
  padding: 32px;
  background: url(./image/voice-bottom-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-worries-section-inner-content-bottom-item p {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.p-worries-section-inner-content-icon-01 {
  position: absolute;
  top: -90%;
  left: 92%;
  width: 149px;
  z-index: 1;
}
.p-worries-section-inner-content-icon-01 img {
  width: 100%;
}
.p-worries-section-inner-content-icon-02 {
  position: absolute;
  top: 60%;
  left: -5%;
  width: 124px;
  z-index: 1;
}
.p-worries-section-inner-content-icon-02 img {
  width: 100%;
}
.p-worries-section-inner.top-bg {
  padding-top: 80px;
  background: url(./image/voice-background-top.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-worries-section-inner.bottom-bg {
  margin-top: -90px;
  padding: 120px 0 90px;
  background: url(./image/voice-background-bottom.png);
  background-size: cover;
}

/*お電話を頂いたあとの流れについて*/
.p-flow-section {
  width: 100%;
  position: relative;
  padding: 60px 0 60px;
  background: url(./image/flow-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-flow-section-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.p-flow-section-inner-head {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 65px;
  font-size: 42px;
  font-weight: 600;
  color: #31703D;
  margin: 0 auto 40px;
}
.p-flow-section-inner-head-pre {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-flow-section-inner-head-pre img {
  width: 100%;
}
.p-flow-section-inner-head-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-flow-section-inner-head-next img {
  width: 100%;
}
.p-flow-section-inner-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 40px;
  letter-spacing: 0;
}
.p-flow-section-inner-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.p-flow-section-inner-box-item {
  width: 248px;
  background: url(./image/flow-item-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px;
  position: relative;
}
.p-flow-section-inner-box-item-head {
  background-image: linear-gradient(90deg, #CFA13C, #C88B05);
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.p-flow-section-inner-box-item-head-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.p-flow-section-inner-box-item-image {
  width: 100%;
  background-color: #fff;
  margin: 0 auto 20px;
}
.p-flow-section-inner-box-item-image img {
  width: 80%;
  margin: 0 auto;
}
.p-flow-section-inner-box-item-text {
  padding-bottom: 20px;
}
.p-flow-section-inner-box-item-text p {
  font-size: 16px;
  line-height: 1.6;
}
.p-flow-section-inner-box-item-btn {
  width: 100%;
  display: block;
}
.p-flow-section-inner-box-item-btn img {
  width: 100%;
}
.p-flow-section-inner-box-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  width: 0;
  height: 0;
  border-left: 14px solid #569B63;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  z-index: 1;
}
.p-flow-section-inner-box-item.last-item::after {
  display: none;
}

/*ご葬儀プラン*/
.p-plan-section {
  width: 100%;
  position: relative;
  padding: 60px 0 60px;
  background: url(./image/plan-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-plan-section-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.p-plan-section-inner-top {
  margin-bottom: 100px;
}
.p-plan-section-inner-top-head {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 65px;
  font-size: 42px;
  font-weight: 600;
  color: #31703D;
  margin: 0 auto 40px;
}
.p-plan-section-inner-top-head-pre {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-plan-section-inner-top-head-pre img {
  width: 100%;
}
.p-plan-section-inner-top-head-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-plan-section-inner-top-head-next img {
  width: 100%;
}
.p-plan-section-inner-top-text {
  text-align: center;
  font-size: 16px;
  padding-bottom: 40px;
  letter-spacing: 0;
}
.p-plan-section-inner-top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-plan-section-inner-top-button-btn {
  margin: 0 40px;
  width: 400px;
}
.p-plan-section-inner-top-button-btn-inner {
  padding: 20px 40px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0;
}
.p-plan-section-inner-top-button-btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  z-index: 1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
}
.p-plan-section-inner-top-button-btn-inner.n-plan {
  background-color: #569B63;
}
.p-plan-section-inner-top-button-btn-inner.n-plan::after {
  right: 60px;
}
.p-plan-section-inner-top-button-btn-inner.f-plan {
  background-image: linear-gradient(90deg, #CFA13C, #C88B05);
}
.p-plan-section-inner-content {
  width: 100%;
  margin-top: 80px;
}
.p-plan-section-inner-content-head {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #31703D;
  padding: 0 40px;
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto 40px;
}
.p-plan-section-inner-content-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 46px;
  background-color: #569B63;
  z-index: 1;
}
.p-plan-section-inner-content-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: 46px;
  background-color: #569B63;
  z-index: 1;
}
.p-plan-section-inner-content p {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
}
.p-plan-section-inner-content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 40px auto 0;
}
.p-plan-section-inner-content-box-item {
  width: 31.8%;
}
.p-plan-section-inner-content-box.test-a {
  display: flex;
}
.p-plan-section-inner-content-box.test-b {
  display: none;
}

/*ご相談はお電話でもフォームでも受け付けております*/
.p-cta-section {
  width: 100%;
  position: relative;
  padding: 60px 0 60px;
  background: url(./image/tel-section-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-cta-section-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.p-cta-section-inner-head {
  text-align: center;
  color: #31703D;
  font-size: 32px;
  font-weight: 600;
  margin: 0 auto 20px;
}
.p-cta-section-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-cta-section-inner-box-item {
  width: 48.5%;
}
.p-cta-section-inner-box-item img {
  width: 100%;
}
.p-cta-section-inner-box-cta {
  width: 48.5%;
  position: relative;
}
.p-cta-section-inner-box-cta .sp-img {
  display: none;
}
.p-cta-section-inner-box-cta-text {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
.p-cta-section-inner-box-cta-text p {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.p-cta-section-inner-box-cta-btn {
  width: 80%;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all ease 0.3s;
}
.p-cta-section-inner-box-cta-btn:hover {
  transform: translateX(-50%) scale(1.05);
}

/*多摩中央葬祭が選ばれる理由*/
.p-reason-section {
  width: 100%;
  position: relative;
  padding: 60px 0 80px;
  background: url(./image/reason-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-reason-section-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.p-reason-section-inner-head {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 65px;
  font-size: 42px;
  font-weight: 600;
  color: #31703D;
  margin: 0 auto 40px;
}
.p-reason-section-inner-head-pre {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-reason-section-inner-head-pre img {
  width: 100%;
}
.p-reason-section-inner-head-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-reason-section-inner-head-next img {
  width: 100%;
}
.p-reason-section-inner-box {
  width: 100%;
}
.p-reason-section-inner-box-item {
  width: 100%;
  margin: 0 auto 48px;
  border-radius: 8px;
  padding: 24px;
  background: url(./image/reason-item-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 5px #ccc;
}
.p-reason-section-inner-box-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.p-reason-section-inner-box-item-inner-text {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}
.p-reason-section-inner-box-item-inner-text-lead {
  font-size: 28px;
  line-height: 1.5;
  color: #31703D;
  padding-bottom: 30px;
}
.p-reason-section-inner-box-item-inner-text-lead .red-text {
  color: #BF3B34;
}
.p-reason-section-inner-box-item-inner-text p {
  font-size: 20px;
}
.p-reason-section-inner-box-item-inner-text ul {
  padding-left: 20px;
}
.p-reason-section-inner-box-item-inner-text ul li {
  font-size: 20px;
  position: relative;
  line-height: 1.5;
}
.p-reason-section-inner-box-item-inner-text ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
  z-index: 1;
}
.p-reason-section-inner-box-item-inner-image {
  width: 46.8%;
}

/*よくある質問*/
.p-faq-section {
  width: 100%;
  position: relative;
  padding: 80px 0 60px;
  background: url(./image/faq-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-faq-section-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.p-faq-section-inner-head {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 65px;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto 50px;
}
.p-faq-section-inner-head-pre {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-faq-section-inner-head-pre img {
  width: 100%;
}
.p-faq-section-inner-head-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-faq-section-inner-head-next img {
  width: 100%;
}

.p-faq__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-faq__container .p-faq__item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}

.c-faq__item__q {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  display: block;
  padding: 32px 50px 30px 85px;
  transition: all 0.3s;
  color: #000;
  border-radius: 10px 10px 0 0;
}
.c-faq__item__q::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #31703D;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all ease 0.3s;
}
.c-faq__item__q::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #31703D;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.c-faq__item__q span::before {
  content: url(./image/faq-q.png);
  font-size: 24px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #31703D;
  font-weight: 600;
  padding-top: 7px;
}

.c-faq__item__a {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  border-radius: 0 0 10px 10px;
}
.c-faq__item__a .c-faq__item__a_container {
  line-height: 1.6;
  position: relative;
  padding: 32px 50px 30px 85px;
}
.c-faq__item__a .c-faq__item__a_container p {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
.c-faq__item__a .c-faq__item__a_container::before {
  content: url(./image/faq-a.png);
  font-size: 24px;
  position: absolute;
  left: 40px;
  top: 24px;
  font-weight: 600;
}
.c-faq__item__a .c-faq__item__a_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
  height: 1px;
  background-color: #333;
  z-index: 1;
}

.p-faq__item .c-faq__item__q.j_accordion::before {
  transform: rotate(180deg);
}
.p-faq__item .c-faq__item__q.j_accordion::after {
  display: none;
}
.p-faq__item .c-faq__item__a.j_accordion {
  transition: all 0.3s;
}

/*たまチュウ安心クラブのご紹介*/
.p-club-section {
  width: 100%;
  position: relative;
  padding: 80px 0 60px;
  background: url(./image/introduction-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-club-section-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.p-club-section-inner-head {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 65px;
  font-size: 42px;
  font-weight: 600;
  color: #31703D;
  margin: 0 auto 50px;
}
.p-club-section-inner-head-pre {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-club-section-inner-head-pre img {
  width: 100%;
}
.p-club-section-inner-head-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-club-section-inner-head-next img {
  width: 100%;
}
.p-club-section-inner-text {
  font-size: 18px;
  text-align: center;
  padding-bottom: 40px;
}
.p-club-section-inner-box {
  width: 47%;
  max-width: 500px;
  margin-right: auto;
}
.p-club-section-inner-box-top {
  width: 100%;
  margin-bottom: 30px;
}
.p-club-section-inner-box-top img {
  width: 100%;
}
.p-club-section-inner-box-top .sp-img {
  display: none;
}
.p-club-section-inner-box-bottom {
  width: 100%;
  padding: 24px 32px;
  background: url(./image/introduction-btn-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Noto Sans JP", sans-serif;
}
.p-club-section-inner-box-bottom-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 5px;
  font-weight: 400;
}
.p-club-section-inner-box-bottom-s {
  color: #fff;
  font-size: 14px;
  padding-bottom: 0px;
  font-weight: 400;
}
.p-club-section-inner-box-bottom-btn {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
  transform: scale(1.05);
}
.p-club-section-inner-box-bottom-btn img {
  width: 100%;
}
.p-club-section-inner-box-bottom-btn:hover {
  transform: scale(1.1);
}
.p-club-section-inner-box-bottom-btn .sp-btn {
  display: none;
}

/*CTA固定*/
.bottom-cta {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px;
  background: url(./image/bottom-cta-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
  height: 120px;
}
.bottom-cta-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.bottom-cta-inner-tel {
  display: inline-block;
  width: 49%;
  transition: all ease 0.3s;
}
.bottom-cta-inner-tel:hover {
  transform: scale(1.05);
}
.bottom-cta-inner-tel .sp-tel {
  display: none;
}
.bottom-cta-inner-form {
  display: inline-block;
  width: 40%;
  transition: all ease 0.3s;
}
.bottom-cta-inner-form:hover {
  transform: scale(1.05);
}
.bottom-cta-inner-form .sp-form {
  display: none;
}

/*サイド固定*/
.side-btn {
  position: fixed;
  top: 60%;
  right: 0;
  width: 153px;
  height: 158px;
  background: url(./image/side-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px 0 0 12px;
  box-shadow: 3px 3px 5px #ccc;
  text-align: center;
  z-index: 100;
}
.side-btn-inner {
  margin: 54px auto 0;
  width: 84%;
  display: inline-block;
  border-radius: 8px;
  transition: all ease 0.3s;
}
.side-btn-inner:hover {
  transform: scale(1.05);
}
.side-btn-inner img {
  width: 100%;
}

/*改行*/
.br-sp {
  display: none;
}

/*資料請求および問い合わせ*/
.p-contact-header {
  width: 100%;
  position: relative;
  padding: 20px 0 60px;
  background: url(./image/contact-fv-top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-contact-header-inner {
  width: 90%;
  margin: 0 auto;
}
.p-contact-header-inner-logo {
  width: 193px;
  margin-right: auto;
  margin-bottom: 20px;
}
.p-contact-header-inner-head {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 65px;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto;
}
.p-contact-header-inner-head-pre {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-contact-header-inner-head-pre img {
  width: 100%;
}
.p-contact-header-inner-head-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 62px;
  z-index: 1;
}
.p-contact-header-inner-head-next img {
  width: 100%;
}

.p-contact-content {
  width: 100%;
  position: relative;
  padding: 80px 0;
  background: url(./image/contact-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-contact-content-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.p-contact-content-inner-text {
  width: 100%;
  margin: 0 auto 80px;
}
.p-contact-content-inner-text p {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0;
}
.p-contact-content-inner-text p .privacy-link {
  color: #2807E2;
  text-decoration: underline;
}
.p-contact-content-inner-flow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto 60px;
}
.p-contact-content-inner-flow-item {
  width: 29%;
  height: 72px;
  margin-right: 4.3%;
  background-color: #EAF1EB;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-contact-content-inner-flow-item p {
  color: #7D7D7D;
  font-size: 20px;
}
.p-contact-content-inner-flow-item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  z-index: 1;
  border-left: 32px solid #EAF1EB;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-right: none;
}
.p-contact-content-inner-flow-item.point-color {
  background-color: #569B63;
}
.p-contact-content-inner-flow-item.point-color p {
  color: #fff;
}
.p-contact-content-inner-flow-item.point-color::after {
  border-left: 32px solid #569B63;
}
.p-contact-content-inner .thank-you-head {
  font-size: 32px;
  color: #31703D;
  text-align: center;
  margin: 0 auto 40px;
}
.p-contact-content-inner .thank-you-text {
  font-size: 16px;
  text-align: center;
  padding-bottom: 120px;
}

.u-request__form {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.u-request__form_dl {
  display: block;
  margin-bottom: 30px;
}
.u-request__form_dl .u-request__form_dt {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 10px;
  letter-spacing: 0px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.u-request__form_dl .u-request__form_dt .required {
  display: inline-block;
  margin-left: 10px;
  padding: 0px 6px;
  background-color: #BF3B34;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transform: translateY(-2px);
}
.u-request__form_dl .u-request__form_dt .any {
  display: inline-block;
  margin-left: 10px;
  padding: 0px 6px;
  background-color: #737373;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transform: translateY(-2px);
}
.u-request__form_dl .u-request__form_dd {
  width: 100%;
}
.u-request__form_dl .u-request__form_dd .content_liner {
  width: 100%;
  padding: 16px 16px;
  border: none;
  border-radius: 8px;
  background-color: #F3F3F3;
  font-size: 15px;
}
.u-request__form_dl .u-request__form_dd .content_liner::-moz-placeholder {
  color: #999;
}
.u-request__form_dl .u-request__form_dd .content_liner::placeholder {
  color: #999;
}
.u-request__form_dl .u-request__form_dd .content_box {
  width: 100%;
  height: 140px;
  padding: 16px;
  border-radius: 8px;
  background-color: #F3F3F3;
  font-size: 15px;
  border: none;
}
.u-request__form_dl .u-request__form_dd .content_box::-moz-placeholder {
  color: #999;
}
.u-request__form_dl .u-request__form_dd .content_box::placeholder {
  color: #999;
}
.u-request__form_dl .u-request__form_dd .half-liner.content_liner {
  width: 360px;
}
.u-request__form_dl .u-request__form_dd .u-request__select {
  position: relative;
  width: 360px;
}
.u-request__form_dl .u-request__form_dd .u-request__select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  display: block;
  border-top: 12px solid #D9D9D9;
  border-right: 10px solid transparent;
  border-bottom: 0 transparent;
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
}
.u-request__form_dl .u-request__form_dd .u-request__select .select_form {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background-color: #F3F3F3;
  font-size: 15px;
  color: #999;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.u-request__form_dl .u-request__form_dd .attention-text {
  font-size: 13px;
  padding-top: 10px;
  color: #333333;
  display: inline-block;
  width: 100%;
  font-weight: 400;
}
.u-request__form_dl .form_customer-type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.u-request__form_dl .form_customer-type .u-request__form_check {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: #333;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.3px;
  cursor: pointer;
}
.u-request__form_dl .form_customer-type .u-request__form_check input[type=radio] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  cursor: pointer;
  display: none;
}
.u-request__form_dl .form_customer-type .u-request__form_check input[type=radio]:checked + .customer_type_name::after {
  opacity: 1;
  cursor: auto;
}
.u-request__form_dl .form_customer-type .u-request__form_check input[type=radio]:checked + .customer_type_name::before {
  background-color: #999;
}
.u-request__form_dl .form_customer-type .u-request__form_check .customer_type_name {
  display: inline-block;
  position: relative;
  padding-left: 31px;
  cursor: pointer;
}
.u-request__form_dl .form_customer-type .u-request__form_check .customer_type_name::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  cursor: pointer;
}
.u-request__form_dl .form_customer-type .u-request__form_check .customer_type_name::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}
.u-request__form_dl .u-request__form_confirm {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background-color: #eaeaea;
  font-size: 15px;
}
.u-request__form_check {
  margin-top: 30px;
  margin-bottom: 20px;
}
.u-request__form_check_box {
  position: relative;
  color: #3D3D3D;
  cursor: pointer;
  margin-right: 20px;
}
.u-request__form_check_box input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  cursor: pointer;
  opacity: 0;
}
.u-request__form_check_box input[type=checkbox]:checked + .u-request__form_check_box_text::after {
  opacity: 1;
}
.u-request__form_check_box_text {
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 25px;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
}
.u-request__form_check_box_text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  background-color: #fff;
  z-index: 0;
  border-radius: 4px;
}
.u-request__form_check_box_text::after {
  position: absolute;
  top: 48%;
  left: 2.5%;
  transform: translate(-50%, -50%) rotate(50deg);
  width: 8px;
  height: 14px;
  border-right: 3px solid #BF3B34;
  border-bottom: 3px solid #BF3B34;
  content: "";
  z-index: 1;
  opacity: 0;
}
.u-request__form_check_box .required {
  display: inline-block;
  margin-left: 10px;
  padding: 0px 6px;
  background-color: #BF3B34;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transform: translateY(-2px);
}
.u-request__form_check .required-check {
  display: none;
  margin-bottom: 10px;
  padding: 0px 6px;
  background-color: #BF3B34;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transform: translateY(-2px);
}
.u-request__form_btn {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.u-request__form_btn_box {
  display: inline-block;
  width: 90%;
  max-width: 309px;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  font-weight: 500;
  background-color: #569B63;
  border-radius: 8px;
  transition: all ease 0.3s;
  border: none;
}
.u-request__form_btn_box:hover {
  background-color: #333;
}

/*メインビジュアル*/
@media (max-width: 1100px) {
  .fv-section-inner-head {
    font-size: 32px;
  }
  .fv-section-inner-box {
    width: 76%;
  }
  .fv-section-inner-box-list {
    font-size: 15px;
    letter-spacing: 0;
  }
  .fv-section-inner-cta-box-text {
    padding-left: 10px;
  }
  .fv-section-inner-cta-box-text p {
    font-size: 16px;
  }
  .fv-section-inner-cta-box-right .top-txt {
    font-size: 18px;
  }
  .fv-section-inner-cta-box-right p {
    font-size: 16px;
  }
  .fv-section-inner-human {
    position: absolute;
    width: 30%;
    top: 12%;
    right: 0;
    z-index: 1;
  }
  .fv-section-inner-human img {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .fv-section {
    padding: 40px 0 40px;
    background: url(./image/sp-fv-background.jpg);
  }
  .fv-section-inner-logo {
    width: 120px;
    margin-bottom: 20px;
  }
  .fv-section-inner-head {
    font-size: 21px;
    padding-bottom: 20px;
  }
  .fv-section-inner-tel {
    width: 68%;
    margin-bottom: 20px;
  }
  .fv-section-inner-box {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    padding: 20px 0 10px;
  }
  .fv-section-inner-box-list {
    font-size: 15px;
    position: relative;
    z-index: 2;
    padding-left: 35px;
  }
  .fv-section-inner-box-list-check {
    width: 16px;
    left: 10px;
    top: 12px;
  }
  .fv-section-inner-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    z-index: 1;
  }
  .fv-section-inner-cta {
    background-image: url(./image/sp-fv-cta-backgrgound.png);
    padding: 10px 20px 14px 20px;
    box-shadow: 1px 1px 2px #848484;
  }
  .fv-section-inner-cta-left {
    width: 100%;
    height: 120px;
    z-index: 5;
    border: 12px 12px 0 0;
  }
  .fv-section-inner-cta-left .pc-img {
    display: none;
  }
  .fv-section-inner-cta-left .sp-img {
    display: block;
    width: 100%;
  }
  .fv-section-inner-cta-box {
    justify-content: center;
    flex-wrap: wrap;
  }
  .fv-section-inner-cta-box-text {
    padding-left: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .fv-section-inner-cta-box-text p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .fv-section-inner-cta-box-right {
    width: 100%;
  }
  .fv-section-inner-cta-box-right .top-txt {
    font-size: 16px;
  }
  .fv-section-inner-cta-box-right-btn {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .fv-section-inner-cta-box-right-btn img {
    width: 100%;
  }
  .fv-section-inner-cta-box-right p {
    font-size: 12px;
  }
  .fv-section-inner-human {
    width: 48%;
    top: 50%;
    transform: translateY(-50%);
    right: -11%;
  }
}
/*突然のことにお困りではないですか？*/
@media (max-width: 1000px) {
  .p-worries-section-inner-content-head {
    font-size: 24px;
    margin: 0 auto 40px;
  }
  .p-worries-section-inner-content-box {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0px;
    position: relative;
  }
  .p-worries-section-inner-content-box-item {
    width: 43%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .p-worries-section-inner-content-box-item-inner {
    background: url(./image/voice-item-background.png);
    background-position: 50%;
    padding: 8px 8px;
    height: 114px;
  }
  .p-worries-section-inner-content-box-item-inner-text {
    font-size: 14px;
    letter-spacing: 0;
  }
  .p-worries-section-inner-content-box-item-inner-image {
    width: 44px;
  }
  .p-worries-section-inner-content-box-item-arrow {
    display: none;
  }
  .p-worries-section-inner-content-box-arrow {
    display: block;
    position: relative;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 68%;
  }
  .p-worries-section-inner-content-box-arrow img {
    margin: 0 auto;
  }
  .p-worries-section-inner-content-box-message {
    position: absolute;
    top: 68%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 0 10px;
    background-color: #fff;
  }
  .p-worries-section-inner-content-box-message p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .p-worries-section-inner-content-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: url(./image/list-background-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 16px;
    border-radius: 12px;
  }
  .p-worries-section-inner-content-bottom-item {
    width: 100%;
    background: none;
    display: block;
    position: relative;
    padding: 0px 0px 20px 30px;
  }
  .p-worries-section-inner-content-bottom-item p {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p-worries-section-inner-content-bottom-item::before {
    content: url(./image/list-icon.png);
    position: absolute;
    transform: scale(0.4);
    top: -22px;
    left: -15px;
    z-index: 1;
  }
  .p-worries-section-inner-content-icon-01 {
    top: 0%;
    left: 88%;
    width: 64px;
  }
  .p-worries-section-inner-content-icon-02 {
    top: 80%;
    left: -5%;
    width: 64px;
  }
  .p-worries-section-inner.top-bg {
    padding-top: 60px;
    background: url(./image/voice-background-top-sp.jpg);
    background-size: cover;
  }
  .p-worries-section-inner.bottom-bg {
    margin-top: -120px;
    padding: 60px 0 60px;
    background: url(./image/voice-background-bottom-sp.jpg);
  }
}
/*お電話を頂いたあとの流れについて*/
@media (max-width: 1200px) {
  .p-flow-section {
    padding: 60px 0 20px;
    background: url(./image/sp-flow-background.jpg);
  }
  .p-flow-section-inner-head {
    padding: 0;
    font-size: 26px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .p-flow-section-inner-head-pre {
    top: 80%;
    width: 50px;
    left: -50px;
  }
  .p-flow-section-inner-head-next {
    top: 80%;
    width: 50px;
    right: -50px;
  }
  .p-flow-section-inner-text {
    padding-bottom: 30px;
  }
  .p-flow-section-inner-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-flow-section-inner-box-item {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 600px;
    padding: 32px 24px;
  }
  .p-flow-section-inner-box-item-head {
    padding: 10px;
    margin-bottom: 20px;
  }
  .p-flow-section-inner-box-item-head-text {
    font-size: 24px;
  }
  .p-flow-section-inner-box-item-text {
    padding-bottom: 20px;
  }
  .p-flow-section-inner-box-item::after {
    top: 102%;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    border-left: 18px solid #569B63;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
}
/*ご葬儀プラン*/
@media (max-width: 800px) {
  .p-plan-section {
    padding: 60px 0 40px;
    background: url(./image/sp-plan-background.jpg);
  }
  .p-plan-section-inner-top {
    margin-bottom: 40px;
  }
  .p-plan-section-inner-top-head {
    padding: 0 50px;
    font-size: 32px;
    margin: 0 auto 30px;
  }
  .p-plan-section-inner-top-head-pre {
    width: 50px;
  }
  .p-plan-section-inner-top-head-next {
    width: 50px;
  }
  .p-plan-section-inner-top-text {
    font-size: 16px;
    padding-bottom: 40px;
  }
  .p-plan-section-inner-top-button {
    display: flex;
    flex-wrap: wrap;
  }
  .p-plan-section-inner-top-button-btn {
    margin: 0 auto 20px;
    width: 100%;
  }
  .p-plan-section-inner-top-button-btn-inner {
    padding: 20px 40px 20px 20px;
    font-size: 20px;
  }
  .p-plan-section-inner-top-button-btn-inner::after {
    right: 30px;
    width: 10px;
    height: 10px;
  }
  .p-plan-section-inner-top-button-btn-inner.n-plan::after {
    right: 30px;
  }
  .p-plan-section-inner-content {
    width: 100%;
    margin-top: 0;
    padding-top: 40px;
  }
  .p-plan-section-inner-content-head {
    padding: 0 40px;
    font-size: 28px;
    margin: 0 auto 30px;
  }
  .p-plan-section-inner-content-head::before {
    width: 32px;
  }
  .p-plan-section-inner-content-head::after {
    width: 32px;
  }
  .p-plan-section-inner-content p {
    font-size: 15px;
  }
  .p-plan-section-inner-content-box {
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px auto 0;
  }
  .p-plan-section-inner-content-box-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*ご相談はお電話でもフォームでも受け付けております*/
@media (max-width: 800px) {
  .p-cta-section {
    padding: 40px 0 60px;
    background: url(./image/sp-cta-section.jpg);
  }
  .p-cta-section-inner-head {
    font-size: 20px;
  }
  .p-cta-section-inner-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-cta-section-inner-box-item {
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-cta-section-inner-box-cta {
    width: 100%;
    position: relative;
  }
  .p-cta-section-inner-box-cta .pc-img {
    display: none;
  }
  .p-cta-section-inner-box-cta .sp-img {
    display: block;
  }
  .p-cta-section-inner-box-cta-text {
    top: 10px;
  }
  .p-cta-section-inner-box-cta-text p {
    font-size: 20px;
  }
  .p-cta-section-inner-box-cta-btn {
    width: 80%;
    top: 35px;
  }
}
/*多摩中央葬祭が選ばれる理由*/
@media (max-width: 800px) {
  .p-reason-section {
    padding: 60px 0 60px;
    background: url(./image/sp-reason-background.jpg);
  }
  .p-reason-section-inner-head {
    padding: 0 50px;
    font-size: 32px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .p-reason-section-inner-head-pre {
    top: 80%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
  }
  .p-reason-section-inner-head-next {
    top: 80%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
  }
  .p-reason-section-inner-box-item {
    width: 100%;
    margin: 0 auto 32px;
    padding: 32px 24px;
    background: url(./image/sp-reason-item-bg.png);
  }
  .p-reason-section-inner-box-item-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-reason-section-inner-box-item-inner-text {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .p-reason-section-inner-box-item-inner-text-lead {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .p-reason-section-inner-box-item-inner-text p {
    font-size: 16px;
  }
  .p-reason-section-inner-box-item-inner-text ul {
    padding-left: 20px;
  }
  .p-reason-section-inner-box-item-inner-text ul li {
    font-size: 16px;
  }
  .p-reason-section-inner-box-item-inner-text ul li::before {
    top: 10px;
    left: -13px;
  }
  .p-reason-section-inner-box-item-inner-image {
    width: 100%;
  }
}
/*よくある質問*/
@media (max-width: 800px) {
  .p-faq-section {
    padding: 60px 0 60px;
    background: url(./image/faq-background.jpg);
    background-size: cover;
  }
  .p-faq-section-inner-head {
    padding: 0 55px;
    font-size: 32px;
    margin: 0 auto 40px;
  }
  .p-faq-section-inner-head-pre {
    left: 0;
    width: 50px;
  }
  .p-faq-section-inner-head-next {
    right: -2px;
    width: 50px;
  }
  .p-faq__container .p-faq__item {
    margin-bottom: 20px;
  }
  .c-faq__item__q {
    font-size: 16px;
    padding: 24px 50px 24px 55px;
  }
  .c-faq__item__q::before {
    width: 14px;
    height: 2px;
    right: 20px;
  }
  .c-faq__item__q::after {
    width: 14px;
    height: 2px;
    right: 20px;
  }
  .c-faq__item__q span::before {
    content: url(./image/faq-q.png);
    left: 20px;
    padding-top: 7px;
    top: 36px;
    transform: translateY(-50%) scale(0.9);
  }
  .c-faq__item__a .c-faq__item__a_container {
    padding: 24px 50px 24px 55px;
  }
  .c-faq__item__a .c-faq__item__a_container p {
    font-size: 16px;
  }
  .c-faq__item__a .c-faq__item__a_container::before {
    left: 20px;
    top: 16px;
    transform: translateY(0) scale(0.9);
  }
  .c-faq__item__a .c-faq__item__a_container::after {
    width: 88%;
  }
}
/*たまチュウ安心クラブのご紹介*/
@media (max-width: 800px) {
  .p-club-section {
    padding: 60px 0 60px;
    background: url(./image/sp-introduction-background.jpg);
  }
  .p-club-section-inner {
    width: 90%;
  }
  .p-club-section-inner-head {
    padding: 0 0px;
    font-size: 30px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .p-club-section-inner-head-pre {
    top: 80%;
    left: 50px;
    transform: translateY(-50%);
    width: 50px;
  }
  .p-club-section-inner-head-next {
    top: 80%;
    right: 50px;
    transform: translateY(-50%);
    width: 50px;
  }
  .p-club-section-inner-text {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .p-club-section-inner-box {
    width: 90%;
    margin: 0 auto;
  }
  .p-club-section-inner-box-top {
    margin-bottom: 20px;
  }
  .p-club-section-inner-box-top .pc-img {
    display: none;
  }
  .p-club-section-inner-box-top .sp-img {
    display: block;
  }
  .p-club-section-inner-box-bottom {
    padding: 24px;
  }
  .p-club-section-inner-box-bottom-text {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .p-club-section-inner-box-bottom-s {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .p-club-section-inner-box-bottom-btn {
    width: 100%;
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.05);
  }
  .p-club-section-inner-box-bottom-btn img {
    width: 100%;
  }
  .p-club-section-inner-box-bottom-btn:hover {
    transform: scale(1.1);
  }
  .p-club-section-inner-box-bottom-btn .sp-btn {
    display: block;
  }
  .p-club-section-inner-box-bottom-btn .pc-btn {
    display: none;
  }
}
/*CTA固定*/
@media (max-width: 650px) {
  .bottom-cta {
    padding: 15px 0 0px;
    background: url(./image/bottom-cta-background.jpg);
    background-size: contain;
    height: auto;
  }
  .bottom-cta-inner {
    width: 90%;
  }
  .bottom-cta-inner-tel {
    width: 48%;
  }
  .bottom-cta-inner-tel .sp-tel {
    display: block;
  }
  .bottom-cta-inner-tel .pc-tel {
    display: none;
  }
  .bottom-cta-inner-form {
    width: 48%;
  }
  .bottom-cta-inner-form .sp-form {
    display: block;
    margin-bottom: -3px;
  }
  .bottom-cta-inner-form .pc-form {
    display: none;
  }
}
/*サイド固定*/
@media (max-width: 650px) {
  .side-btn {
    display: none;
  }
}
/*改行*/
@media (max-width: 800px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/*資料請求および問い合わせ*/
@media (max-width: 800px) {
  .p-contact-header {
    padding: 30px 0 30px;
    background: url(./image/contact-fv-top-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-contact-header-inner-logo {
    display: none;
  }
  .p-contact-header-inner-head {
    padding: 0 50px;
    font-size: 30px;
    text-align: center;
  }
  .p-contact-header-inner-head-pre {
    top: 80%;
    left: 10px;
    width: 50px;
  }
  .p-contact-header-inner-head-next {
    right: 10px;
    top: 80%;
    width: 50px;
  }
  .p-contact-content {
    padding: 60px 0;
    background: url(./image/contact-background-sp.jpg);
  }
  .p-contact-content-inner-text {
    margin: 0 auto 40px;
  }
  .p-contact-content-inner-text p {
    font-size: 16px;
  }
  .p-contact-content-inner-flow {
    display: none;
  }
  .u-request__form_dl {
    margin-bottom: 30px;
  }
  .u-request__form_dl .u-request__form_dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .u-request__form_dl .u-request__form_dt .required {
    padding: 0px 4px;
    font-size: 13px;
  }
  .u-request__form_dl .u-request__form_dt .any {
    padding: 0px 4px;
    font-size: 13px;
  }
  .u-request__form_dl .u-request__form_dd .content_liner {
    width: 100%;
    padding: 16px 16px;
    border: none;
    border-radius: 8px;
    background-color: #F3F3F3;
    font-size: 15px;
  }
  .u-request__form_dl .u-request__form_dd .content_liner::-moz-placeholder {
    color: #999;
  }
  .u-request__form_dl .u-request__form_dd .content_liner::placeholder {
    color: #999;
  }
  .u-request__form_dl .u-request__form_dd .content_box {
    width: 100%;
    height: 140px;
    padding: 16px;
    border-radius: 8px;
    background-color: #F3F3F3;
    font-size: 15px;
    border: none;
  }
  .u-request__form_dl .u-request__form_dd .content_box::-moz-placeholder {
    color: #999;
  }
  .u-request__form_dl .u-request__form_dd .content_box::placeholder {
    color: #999;
  }
  .u-request__form_dl .u-request__form_dd .half-liner.content_liner {
    width: 100%;
  }
  .u-request__form_dl .u-request__form_dd .u-request__select {
    position: relative;
    width: 100%;
  }
  .u-request__form_dl .u-request__form_dd .u-request__select::before {
    right: 7%;
    border-top: 12px solid #D9D9D9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .u-request__form_dl .u-request__form_dd .u-request__select .select_form {
    padding: 16px;
    border-radius: 8px;
    font-size: 15px;
  }
  .u-request__form_check {
    margin-top: 20px;
  }
  .u-request__form_check_box {
    position: relative;
    color: #3D3D3D;
    cursor: pointer;
    margin-right: 20px;
  }
  .u-request__form_check_box input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    cursor: pointer;
    opacity: 0;
  }
  .u-request__form_check_box input[type=checkbox]:checked + .u-request__form_check_box_text::after {
    opacity: 1;
  }
  .u-request__form_check_box_text {
    font-size: 16px;
    padding-left: 20px;
  }
  .u-request__form_check_box_text::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    background-color: #fff;
    z-index: 0;
    border-radius: 4px;
  }
  .u-request__form_check_box_text::after {
    position: absolute;
    top: 48%;
    left: 2.5%;
    transform: translate(-50%, -50%) rotate(50deg);
    width: 8px;
    height: 14px;
    border-right: 3px solid #BF3B34;
    border-bottom: 3px solid #BF3B34;
    content: "";
    z-index: 1;
    opacity: 0;
  }
  .u-request__form_check_box .required {
    padding: 0px 4px;
    font-size: 13px;
    display: none;
  }
  .u-request__form_check .required-check {
    display: inline-block;
  }
  .u-request__form_btn {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .u-request__form_btn_box {
    display: inline-block;
    width: 90%;
    max-width: 309px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    font-weight: 500;
    background-color: #569B63;
    border-radius: 8px;
    transition: all ease 0.3s;
  }
  .u-request__form_btn_box:hover {
    background-color: #333;
  }
}/*# sourceMappingURL=style.css.map */