@charset "UTF-8";


/*----------------大阪葬祭におまかせください------------------------*/
section.emergency-area{
  margin-top: 16px;
}

h2.center{
  text-align: center;
}
h2.top-text-color{
  color: #7f3f80;
  text-align: center;
  font-weight: 600;
  padding:16px 0;
}
.top-detail-text{
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 24px;
}
.top-title span{
  font-size: 56px;
}

/*---------マップ------------------------------------*/

.emergency_inner {
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

.emergency_map {
  width: 45%;
}

.emergency_map img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 648px;
  object-fit: contain;
}

.emergency_info {
  width: 55%;
}

.emergency_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.emergency_list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 18px 0;
  gap: 12px;
}

.emergency_arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #3f6a9c;
  flex-shrink: 0;
}

.emergency_list strong {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
}

.emergency_place {
  font-size: 18px;
  color: #333;
}

.emergency_legend {
  display: flex;
  gap: 30px;
  margin: 25px 0;
  font-size: 15px;
}

.emergency_legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.emergency_blue,
.emergency_green {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 自社会館 */
.emergency_blue {
  background-image: url("../image/area-blue.svg");
}

/* 地域会館 */
.emergency_green {
  background-image: url("../image/area-green.svg");
}

/*----------ボタン------------------------------*/
.emergency_cta-btn {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 24px auto 0;
  max-width: 600px;
  flex-wrap: nowrap;
}

/* 左 */
.emergency_cta-left {
  flex: 1;
  border: solid 2px #726658;
  background: #fff;
}

.emergency_cta-left-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
}

.emergency_cta-text {
  display: flex;
  flex-direction: column;
}

.emergency_cta-big {
  font-size: 18px;
  font-weight: bold;
  color: #8e5a7a;
}

.emergency_cta-small {
  font-size: 10px;
  color: #8e5a7a;
}

.emergency_cta-tel {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 16px;
}

/* 中央 */
.emergency_cta-middle {
  background: #726658;
  color: #fff;
  padding: 8px 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

/* 右 */
.emergency_cta-right {
  background: #8e5a7a;
  color: #fff;
  padding: 18px 8px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

/*----------------6つの式場でサポート------------------------*/

/* ---------- タイトル ---------- */
h2.top-title{
  font-weight: 700;
  text-align: center;
  font-size: 32px;
}
.top-support {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.top-support-back {
  background-image: url("../image/top/top-support-back.webp");
  padding:24px 0 200px 0;

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-support-text {
  margin-bottom: 24px;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

/* ---------- 一覧 ---------- */

.top-support-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* ---------- カード ---------- */

.top-support-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

.top-support-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.top-support-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 16px;
}

.top-support-card-title {
  margin-bottom: 10px;
  color: #8f63a8;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
}

/* ---------- アイコン ---------- */

.top-support-card-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.top-support-card-icons li {
  width: 32px;
  height: 32px;
}

.top-support-card-icons img {
  display: block;
  width: 100%;
}

/* ---------- 住所 ---------- */

.top-support-card-address {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}

.top-support-card-pin {
  flex-shrink: 0;
  width: 26px;
}

.top-support-card-pin img {
  display: block;
  width: 100%;
}

.top-support-card-address-text {
  line-height: 1.6;
  font-size: 15px;
  font-weight: 600;
}
.top-support-card-address-text span {
  color: #555;
  font-size: 14px;
}

/* ---------- ボタン ---------- */

.top-support-card-btn {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background: #3f6a9c;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: .3s;
}

.top-support-card-btn:hover {
  opacity: .8;
}

/* ---------- 下部ボタン ---------- */

.top-support-network {
  margin-top: 70px;
  text-align: center;
}

.top-support-network a {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  width: min(100%, 760px);
  height: 72px;
  font-size: 20px;
  border: 3px solid #4f82d6;
  border-radius: 999px;
  background: #fff;
  color: #4f82d6;
  font-weight: 700;
  text-decoration: none;
}

.top-support-network span{
  color: #555;
  font-size: 16px;
}



/*----------------大阪葬祭が選ばれる6つの理由------------------------*/
section.top-reason {
  margin-bottom: 0px;
}

.top-reason{
  position: relative;
  z-index: 2;

  margin-top: -260px;
  overflow: hidden;
}

.top-reason-back{
  background-image: url("../image/top/top-reason-back.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 200px 0 80px;
}

.top-reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 50px;
  margin-top: 60px;
}

.top-reason-item {
  text-align: center;
}

.top-reason-circle {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 25px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  aspect-ratio: 1 / 1;
}

.top-reason-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateY(60px);
}


.top-reason-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28%;
  background: #5aa2d8;
  color: #fff;
  z-index: 2;
  padding-top: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.top-reason-text {
  max-width: 360px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
}



/*----------------ご危篤・ご逝去でお急ぎの方------------------------*/
section.top-tell-banner {
  margin-top: 0px;
  margin-bottom: 0px;
}


/*----------------事前相談・生前見積------------------------*/
section.preconsultation {
  margin-top: 16px;
}

.preconsultation{
  position:relative;
  z-index: 1;

  /* 引き上げた分だけ余白を確保 */
  padding-bottom: 80px;
}
.preconsultation-back{
  background:
    linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("../image/top/top-preconsultation-back.webp");
  /* background-image:url("../image/top/top-preconsultation-back.webp"); */
  padding:224px 0 224px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.preconsultation-head{
  text-align:center;
}

.preconsultation-line{
  height:2px;
  background:#726658;
  margin:20px auto;
  width:100%;
}

.preconsultation-question-title{
  text-align:center;
  color:#8e5a7a;
  font-weight:700;
  margin-bottom:24px;
}

.preconsultation-question-wrap{
  display:flex;
  justify-content:center;
  gap:30px;
  margin-bottom:32px;
}

.preconsultation-question{
  width:350px;
  background:#b186b4;
  border-radius:999px;
  padding:20px 16px;

  display:flex;
  align-items:center;
  gap:15px;
}

.preconsultation-q{
  width:50px;
  height:50px;
  background:#fff;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#8e5a7a;
  font-size:30px;
  font-weight:bold;
  flex-shrink:0;
}

.preconsultation-question p{
  color:#fff;
  font-size:18px;
  line-height:1.5;
}

.preconsultation-arrow{
  width:0;
  height:0;
  margin:24px auto;

  border-left:28px solid transparent;
  border-right:28px solid transparent;
  border-top:45px solid #726658;
}

.preconsultation-text{
  margin:0 auto 32px;
  text-align:center;
  line-height:1.8;
  font-size:18px;
}

/* ---------- 下部ボタン ---------- */

.top-support-network.preconsultation-btn {
  margin-top: 32px;
  text-align: center;
}

.top-support-network.preconsultation-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 760px);
  height: 56px;
  max-width: 500px;
  font-size: 18px;
  border: 3px solid #8e5a7a;
  border-radius: 999px;
  color: #8e5a7a;
  background: #ffffff00;
  font-weight: 700;
  text-decoration: none;
}

.top-support-network.preconsultation-btn span{
  color: #8e5a7a;
  font-size: 16px;
  padding-left: 16px;
}


/*----------------大阪葬祭のサービス------------------------*/
section.top-service {
  margin-bottom: 0px;
}

.top-service {
  position: relative;
  z-index: 2;

  /* 160px上に重ねる */
  margin-top: -300px;
  overflow: hidden;
}

.top-service-back {
  padding: 200px 0 180px 0;
  background-image: url("../image/top/top-service-back.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.top-service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.top-service-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.top-service-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px 20px;
}

.top-service-title {
  margin-bottom: 16px;
  color: #8f63a8;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}

.top-service-text {
  flex-grow: 1;
  line-height: 1.8;
}

.top-service-list-text {
  flex-grow: 1;
  margin: 0;
  line-height: 1.8;
}

.top-service-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: #a984aa;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}

.top-service-btn:hover {
  opacity: .8;
}



@media screen and (max-width: 1024px) {

  
/*----------------大阪葬祭におまかせください------------------------*/
.top-detail-text{
  line-height: 1.7;
  padding-bottom: 10px;
}
/*---------マップ------------------------------------*/

.emergency_inner {
  margin: 0 auto;
  display: flex;
  gap: 16px;
  align-items: center;
}

.emergency_map img {
  max-height: 600px;
  display: block;
}

.emergency_list li {
  padding: 14px 0;
}

.emergency_list strong {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
}

.emergency_place {
  font-size: 16px;
}

.emergency_legend {
  display: flex;
  gap: 24px;
  margin: 10px 0 20px;
  font-size: 15px;
}
/*----------ボタン------------------------------*/

.emergency_cta-left-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  height: 100%;
}

.emergency_cta-big {
  font-size: 16px;
  font-weight: bold;
  color: #8e5a7a;
}

.emergency_cta-small {
  font-size: 8px;
  color: #8e5a7a;
}

.emergency_cta-tel {
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 8px;
}

/* 中央 */
.emergency_cta-middle {
  background: #726658;
  color: #fff;
  padding: 12px 4px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

/* 右 */
.emergency_cta-right {
  background: #8e5a7a;
  color: #fff;
  padding: 18px 4px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
/*----------------6つの式場でサポート------------------------*/
.top-support-text {
  margin-bottom: 16px;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

.top-support-list {
    grid-template-columns: repeat(2, 1fr);
  }

.top-support {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.top-support-back {
  background-image: url("../image/top/top-support-back.webp");
  padding:24px 0 200px 0;

  background-position: right center;
  /* background-position: center top; */
  background-repeat: no-repeat;
  background-size: cover;
}
/* ---------- 下部ボタン ---------- */

.top-support-network {
  margin-top: 48px;
  text-align: center;
}


/*----------------大阪葬祭が選ばれる6つの理由------------------------*/
  .top-reason-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 64px;
    margin-top: 0px;
  }

  .top-reason{
  position: relative;
  z-index: 2;

  margin-top: -360px;
  overflow: hidden;
}

.top-reason-back{
  background-image: url("../image/top/top-reason-back.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 248px 0 80px;
}

  .top-reason-circle {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .top-reason-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28%;
  background: #5aa2d8;
  color: #fff;
  z-index: 2;
  padding-top: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}


/*----------------事前相談・生前見積------------------------*/
.preconsultation{
  position:relative;
  z-index: 1;
  /* 引き上げた分だけ余白を確保 */
  padding-bottom: 80px;
}
.preconsultation-back{
  background:
    linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("../image/top/top-preconsultation-back.webp");
  padding:144px 0 200px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.preconsultation-line{
  height:2px;
  background:#726658;
  margin:16px auto;
  width:100%;
}

.preconsultation-question-title{
  text-align:center;
  color:#8e5a7a;
  font-weight:700;
  margin-bottom:8px;
}

.preconsultation-question-wrap{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-bottom:24px;
}

.preconsultation-question{
  width:300px;
  background:#b186b4;
  border-radius:999px;
  padding:20px 8px;

  display:flex;
  align-items:center;
  gap:8px;
}

.preconsultation-q{
  width:45px;
  height:45px;
  background:#fff;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#8e5a7a;
  font-size:24px;
  font-weight:bold;
  flex-shrink:0;
}

.preconsultation-question p{
  color:#fff;
  font-size:16px;
  line-height:1.5;
}

.preconsultation-arrow{
  width:0;
  height:0;
  margin:16px auto;

  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-top:30px solid #726658;
}


/*----------------大阪葬祭のサービス------------------------*/
section.top-service {
  margin-bottom: 0px;
}

.top-service {
  position: relative;
  z-index: 2;

  /* 160px上に重ねる */
  margin-top: -300px;
  overflow: hidden;
}

.top-service-back {
  padding: 160px 0 100px 0;
  background-image: url("../image/top/top-service-back.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.top-service-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px 16px;
}

.top-service-title {
  margin-bottom: 10px;
  color: #8f63a8;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}

.top-service-list-text {
  flex-grow: 1;
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
}

.top-service-text {
  flex-grow: 1;
  line-height: 1.8;
  font-size: 15px;
}

/*ボタン*/
.top-service-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 48px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: #a984aa;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}
}




/* ===============================
   ▼ 767px以下（スマホ）
================================ */
@media screen and (max-width: 767px) {

/*----------------大阪葬祭におまかせください------------------------*/
.top-detail-text{
  line-height: 1.7;
  padding-bottom: 16px;
}

section.emergency-area{
  margin-top: 8px;
}
.top-emergency-banner .emergency-call.top{
  margin-top: 8px;
}
/*-- マップ ------------------------------------------------*/
  .emergency_inner {
    flex-direction: column;
  }

  .emergency_map,
  .emergency_info {
    width: 100%;
  }

  .emergency_map img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

  .emergency_list strong {
    font-size: 16px;
  }

  .emergency_place {
    font-size: 14px;
  }

  .emergency_list li {
  padding: 10px 0;
  gap: 8px;
}

.emergency_legend {
  display: flex;
  gap: 24px;
  margin: 10px 0 20px;
  font-size: 14px;
}

/*----------ボタン------------------------------*/

  .emergency_cta-btn{
    max-width: 500px;
    margin: 16px auto;
    position: relative;
    z-index: 10;
    flex-direction: row;
  }

  .emergency_cta-big{
    font-size: 18px;
  }

  .emergency_cta-small{
    font-size: 9px;
  }

  .emergency_cta-tel{
    font-size: 22px;
    padding: 0 16px;
  }

  .emergency_cta-middle{
    font-size: 12px;
    padding: 6px 6px;
  }

  .emergency_cta-right{
    font-size: 12px;
    padding: 13px 6px;
  }

  /*----------------6つの式場でサポート------------------------*/
  .top-support-text {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
}

  h2.top-title{
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}

  .top-support-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

.top-support-card-title {
  margin-bottom: 10px;
  color: #8f63a8;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}

/* ---------- 下部ボタン ---------- */

.top-support-network {
  margin-top: 32px;
  text-align: center;
}

.top-support-network a {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  width: min(100%, 760px);
  height: 56px;
  font-size: 18px;
  border: 3px solid #4f82d6;
  border-radius: 999px;
  background: #fff;
  color: #4f82d6;
  font-weight: 700;
  text-decoration: none;
}

.top-support-network span{
  color: #555;
  font-size: 14px;
}

/* ---------- ボタン ---------- */

.top-support-card-btn {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: #3f6a9c;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: .3s;
}

/*----------------大阪葬祭が選ばれる6つの理由------------------------*/

.top-reason-back{
  background-image: url("../image/top/top-reason-back.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 168px 0 48px;
}

.top-reason-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28%;
  background: #5aa2d8;
  color: #fff;
  z-index: 2;
  padding-top: 8px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.top-reason-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    margin-top: 0px;
  }

/*----------------事前相談・生前見積------------------------*/
section.preconsultation {
  margin-top: 0px;
}

.preconsultation{
  position:relative;
  z-index: 1;
  /* 引き上げた分だけ余白を確保 */
  padding-bottom: 64px;
}
.preconsultation-back{
  background:
    linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("../image/top/top-preconsultation-back.webp");
  padding:115px 0 115px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.preconsultation-line{
  height:2px;
  background:#726658;
  margin:16px auto;
  width:100%;
}

.preconsultation-question-title{
  text-align:center;
  color:#8e5a7a;
  font-weight:700;
  margin-bottom:0px;
  font-size:18px;
}

.preconsultation-question-wrap{
  flex-direction:column;
  align-items:center;
  
  gap:10px;
  margin-bottom:16px;
}

.preconsultation-question{
  width: 80%;
  background:#b186b4;
  border-radius:999px;
  padding:20px 8px;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.preconsultation-q{
  width:45px;
  height:45px;
  background:#fff;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#8e5a7a;
  font-size:24px;
  font-weight:bold;
  flex-shrink:0;
}

.preconsultation-question p{
  color:#fff;
  font-size:15px;
  line-height:1.5;
}

.preconsultation-arrow{
  width:0;
  height:0;
  margin:10px auto;

  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-top:30px solid #726658;
}
.preconsultation-text{
  margin:0 auto 24px;
  text-align:left;
  line-height:1.8;
  font-size:16px;
}

/* ---------- 下部ボタン ---------- */

.top-support-network.preconsultation-btn {
  margin-top: 24px;
  text-align: center;
}

.top-support-network.preconsultation-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 760px);
  height: 48px;
  max-width: 500px;
  font-size: 16px;
  border: 3px solid #8e5a7a;
  border-radius: 999px;
  color: #8e5a7a;
  background: #ffffff00;
  font-weight: 700;
  text-decoration: none;
}

.top-support-network.preconsultation-btn span{
  color: #8e5a7a;
  font-size: 16px;
  padding-left: 16px;
}


/*----------------サービス案内------------------------*/
.top-service {
  position: relative;
  z-index: 2;

  /* 160px上に重ねる */
  margin-top: -350px;
  overflow: hidden;
}

.top-service-back {
  padding: 300px 0 80px 0;
  background-image: url("../image/top/top-service-back.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}


  .top-service-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .top-service-body {
    padding: 25px 20px;
  }

  .top-service-title {
    font-size: 18px;
  }

  .top-service-btn {
    width: 200px;
    height: 48px;
    font-size: 16px;
    margin: 20px auto 0;
  }

  .top-service-text {
  flex-grow: 1;
  line-height: 1.8;
  font-size: 14px;
}
  }



/* ===============================
   ▼ 600px以下（スマホ）
================================ */
@media screen and (max-width: 600px) {
/*----------------大阪葬祭が選ばれる6つの理由------------------------*/

.top-reason-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #5aa2d8;
  color: #fff;
  z-index: 2;
  padding-top: 8px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.top-reason-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateY(50px);
}

.top-reason-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 0px;
  }


/*----------------事前相談・生前見積------------------------*/ 
.preconsultation-question{
  width: 90%;
}


/*----------------サービス案内------------------------*/

.top-service-back {
  padding: 260px 0 80px 0;
  background-image: url("../image/top/top-service-back.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

}









/* ===============================
   ▼ 480px以下（スマホ）
================================ */

@media screen and (max-width: 480px) {
/*----------------大阪葬祭におまかせください------------------------*/
.top-detail-text{
  font-size: 14px;
}
/*----------ボタン------------------------------*/

  .emergency_cta-btn{
    max-width: 500px;
    margin: 14px auto;
    position: relative;
    z-index: 10;
    flex-direction: row;
  }

  .emergency_cta-big{
    font-size: 14px;
  }

  .emergency_cta-small{
    font-size: 7px;
  }

  .emergency_cta-tel{
    font-size: 16px;
    padding: 0px;
  }

  .emergency_cta-middle{
    font-size: 9px;
    padding: 6px 3px;
  }

  .emergency_cta-right{
    font-size: 9px;
    padding: 13px 3px;
  }

/*----------------6つの式場でサポート------------------------*/
  .top-support-text {
  margin-bottom: 16px;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}

/* ---------- 下部ボタン ---------- */

.top-support-network {
  margin-top: 24px;
  text-align: center;
  display: block;
}

.top-support-network a {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: min(100%, 760px);
  height: 48px;
  font-size: 16px;
  border: 3px solid #4f82d6;
  border-radius: 999px;
  background: #fff;
  color: #4f82d6;
  font-weight: 700;
  text-decoration: none;
}

.top-support-network span{
  color: #555;
  font-size: 12px;
}


/*----------------大阪葬祭が選ばれる6つの理由------------------------*/
.top-reason-back{
  background-image: url("../image/top/top-reason-back.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 128px 0 48px;
}

.top-reason-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34%;
  background: #5aa2d8;
  color: #fff;
  z-index: 2;
  padding-top: 8px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.top-reason-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateY(40px);
}

.top-reason-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 8px;
    margin-top: 0px;
  }


/*----------------事前相談・生前見積------------------------*/
.preconsultation-text{
  margin:0 auto 24px;
  text-align:left;
  line-height:1.7;
  font-size:14px;
}

.preconsultation-back{
  background:
    linear-gradient(
      rgba(255,255,255,0.3),
      rgba(255,255,255,0.3)
    ),
    url("../image/top/top-preconsultation-back.webp");
  padding:115px 0 136px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}


/*----------------サービス案内------------------------*/

.top-service-back {
  padding: 220px 0 80px 0;
  background-image: url("../image/top/top-service-back.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}


}