@charset "utf-8";

/* ----- 電話番号・資料請求ボタン ここから------ */
.buttons_big {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  z-index: 999;
  left: 0;
}

.buttons_big.halllist-top-containier {
  margin-top: 50px;
}

.buttons_container {
  background: rgba(0, 68, 153, 0.2);
  display: block;
}

.buttons_wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  /* max-width: 745px; */
  /* max-height: 120px; */
  padding: 20px 0;
}

.buttons_wrapper_sp {
  display: none;
}

/* ボタンをcssに変更します */
.buttons_wrapper a {
  padding: 0 5px;
}

/* .buttons_wrapper a {
  border-radius: 10px;
  display: inline-block;
  position: relative;
} */
/* .buttons_wrapper a:first-child {
  background-color: #d90052;
  color: #fff;
  margin: 0 20px 0 0;
  width: 56%;
  max-width: 590px;
  max-height: 200px;
  padding: 5px 30px;
} */
/* .buttons_wrapper a:last-child {
  background-color: #fff;
  color: #008e72;
  width: calc(100% - 60%);
  max-width: 376px;
  max-height: 200px;
  padding: 10px 25px;
} */
/* もしもの時はまずお電話ください */
.red_p_01 {
  color: #fff;
  text-align: center;
  font-size: 0.7em;
}

/* 24時間・365日フリーダイヤルにて繋がります */
.red_p_02 {
  background-color: #fff;
  border-radius: 13px;
  color: #d90052;
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 auto;
  /* padding: 1px 0 0 0; */
  text-align: center;
  width: 78%;
}

/* 0120-594-110 */
.red_p_03 {
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  /* line-height: 1.5;
    margin: 2px 0 0 0; */
  margin-top: -5px;
  font-weight: bold;
}

/* 電話アイコン */
.red_p_03:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/white_phone.svg);
  background-size: contain;
  margin: 0 10px 0 0;
  vertical-align: -2px;
}

/* 事前相談・事前見積もこちらで承っております */
.red_p_04 {
  color: #fff;
  font-size: 0.7em;
  text-align: center;
  margin-top: -10px;
}

/* 資料請求ボタン */

/* 葬儀の流れや費用について詳しくご案内します */
.green_p_01 {
  color: #008e72;
  font-size: 0.66em;
  margin: 0 0 5px 0;
  text-align: center;
}

.shiryo_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

/* 資料のイラスト */
.shiryo_container>img {
  display: inline-block;
  width: 16%;
  height: auto;
}

/* 資料請求　事前見積 */
.shiryo_wrapper p:first-child {
  color: #008e72;
  font-feature-settings: "palt";
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
}

/* 申し込みはこちら */
.shiryo_wrapper p:last-child {
  color: #008e72;
  font-size: 0.8em;
  font-weight: bold;
}

.buttons_wrapper_sp {
  display: none;
}

.copyright {
  padding-bottom: 140px;
}

.nav_menu_wrap {
  display: block !important;
}

.nav_menu,
.nav_menu>div,
.nav_menu_wrap,
.nav_menu_set,
.nav_menu_cnt {
  display: block;
}

.header_btnarea,
.header_btnarea a {
  display: inline-block;
}

.buttons_wrapper a img:hover,
.buttons_wrapper_sp a img:hover {
  opacity: 1;
}

/* フッター */
body footer {
  line-height: normal;
}

.font_bold {
    font-weight: bold;
}

.footer_container {
  /* max-width: 1140px; */
  width: 100%;
  /* background: #967cc0; */
  background: #049;
  padding: 100px 0 0px;
}

.footer_menu.footer_menu_sp {
  display: none;
}

.footer_container p {
  color: #fff;
  font-size: 0.87em;
}

.footer_menu {
  max-width: 1140px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 109px;
}

.footer_menu ul {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.top-space {
  padding-top: 27px;
}

.footer_menu a {
  color: #ffffff;

}

.footer-logo-wrapper {
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 58px;
  gap: 0 35px;
}

.footer-logo-wrapper p {
  /* max-width: 268px; */
  /* width: 30.6%; */
  display: flex;
  align-items: center;
  /* text-align: right; */
}

.footer-logo-wrapper .footer-logo {
  max-width: 276px;
  width: 100%;
  background-color: #fff;
}

.footer-left {
  display: flex;
  justify-content: space-between;
  max-width: 560px;
  /* width: 64%; */
}

.copyright {
  text-align: center;
  /* background-color: #967cc0; */
  background-color: #049;
}

/* TBサイズ */
@media screen and (max-width:960px) {


  .footer-logo-wrapper {
    flex-direction: column;
  }

  .footer-logo-wrapper p {
    text-align: center;
    font-size: 14px;
    /* width: 100%; */
    margin-bottom: 28px;
    margin: 0 auto 28px;
  }

  .footer-logo-wrapper .footer-logo {
    /* width: 47%; */
  }


}


/*フッター ここまで*/
/* TBサイズ */
@media screen and (max-width: 768px) {
  .header_up_sp {
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
  }

  .header_btnarea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .btn-online {
        display: inline-block;
        padding: 1.2em 0;
        text-decoration: none;
        color: #e5990e;
        font-weight: bold;
        border: solid 2px #e5990e;
        background: white;
        border-radius: 5px;
        transition: .4s;
        margin: 20px 0 0 0;
        width: 23%;
        font-size: 0.7em;
        text-align: center;
    }

    .btn-online:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 20px;
        background-image: url(../images/online_nyukai_icon_pc.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 5px;
        transition: .4s;
    } */

  .btn-ippou {
    display: inline-block;
    padding: 1.2em 0;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #bd3d3d;
    border: solid 2px #bd3d3d;
    border-radius: 5px;
    transition: .4s;
    margin: 20px 0 0 0;
    width: 32%;
    font-size: 0.7em;
    text-align: center;
  }

  .btn-ippou:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(../img/ippou_ic_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 6px;
    transition: .4s;
  }

  .btn-flower {
    display: inline-block;
    padding: 1.2em 0;
    text-decoration: none;
    color: #8574b6;
    font-weight: bold;
    border: solid 2px #8574b6;
    border-radius: 5px;
    background: white;
    transition: .4s;
    margin: 20px 0 0 0;
    width: 32%;
    font-size: 0.7em;
    text-align: center;
  }

  .btn-flower:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(../img/flower_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 6px;
    transition: .4s;
  }

  .btn-siryo {
    display: inline-block;
    padding: 1.2em 0;
    text-decoration: none;
    color: #417bca;
    font-weight: bold;
    border: solid 2px #417bca;
    background: white;
    border-radius: 5px;
    transition: .4s;
    margin: 20px 0 0 0;
    width: 32%;
    font-size: 0.7em;
    text-align: center;
  }

  .btn-siryo:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(../img/document_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 6px 0;
    transition: .4s;
  }

  .buttons_wrapper_pc {
    display: none;
  }

  .buttons_wrapper_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
    margin: 0 auto;
    max-width: 635px;
  }

  .buttons_wrapper_sp a:first-child {
    width: 48%;
    height: auto;
    /* margin: 0 20px 0 0; */
  }

  .buttons_wrapper_sp a:last-child {
    width: 48%;
    height: auto;
  }

  .buttons_big.halllist-top-containier {
    margin-top: 0px;
  }

  /* .buttons_wrapper_sp a:first-child {
    margin: 0px 10px 0 0;
  } */

  .sougi img.logo {
    width: 150px;
    margin: 25px 0 25px 15px;
  }

  .main_ttl_container p,
  .subpage_main_container p {
    font-size: 16px;
  }

  .subpage_main_img {
    display: none;
  }

  .subpage_main_sp_img {
    display: block;
  }

  .main_ttl_container h2 {
    width: 100%;
  }

  .main_ttl_container br.sp {
    display: block;
  }

  /* 電話番号・LINEボタン */

  .call_tit_wrap {
    display: flex;
    justify-content: space-around;
  }

  .sp_buttons_wrap .srash {
    color: #d90052;
    font-family: Courier New;
    font-size: 5rem;
    line-height: normal;
  }

  .sp_buttons_wrap h3 {
    color: #d90052;
    font-weight: 500;
  }

  .sp_buttons_wrap h3 span.menber_font_large {
    font-weight: bold;
  }

  .sp_buttons_wrap h3 span.menber_font_small {
    font-size: 0.8em;
  }

  .freecall_btn_sp,
  .line_btn_sp {
    padding: 0 20px 40px 20px;
  }

  .top_return {
    width: 100%;
    padding: 0 20px;
  }

  .top_return img {
    width: 100%;
  }
}

/* スマホナビボタン_追加_20250716*/
/*-------------------------*/
@media screen and (min-width: 769px) {

  .sp_navi,
  .nav_menu {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .sougi img.logo {
    width: 150px;
    margin: 0px 0 30px 15px;
  }
}

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

  /* メガメニュー一部変更 */
  .menu {
    background: none;
  }

  .tb {
    display: none;
  }

  nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .sp_navi_wrap {
    position: relative;
    z-index: 99999;
  }

  .sp_navi_inner {
    width: 100%;
    display: flex;
  }

  .sp_navi_cnt {
    width: 25%;
  }

  .nav_menu .btn-ippou,
  .nav_menu .btn-ippou:link,
  .nav_menu .btn-ippou:visited,
  .nav_menu .btn-ippou:hover,
  .nav_menu .btn-ippou:active {
    color: white;
  }

  .nav_menu .btn-flower,
  .nav_menu .btn-flower:link,
  .nav_menu .btn-flower:visited,
  .nav_menu .btn-flower:hover,
  .nav_menu .btn-flower:active {
    color: #8574b6;
  }

  .nav_menu .btn-siryo,
  .nav_menu .btn-siryo:link,
  .nav_menu .btn-siryo:visited,
  .nav_menu .btn-siryo:hover,
  .nav_menu .btn-siryo:active {
    color: #417bca;
  }

  .sp_navi_wrap .sp_navi_cnt .sp_navi_cntBtn,
  .sp_navi_wrap .sp_navi_cnt .sp_navi_cntBtn:link,
  .sp_navi_wrap .sp_navi_cnt .sp_navi_cntBtn:visited,
  .sp_navi_wrap .sp_navi_cnt .sp_navi_cntBtn:hover,
  .sp_navi_wrap .sp_navi_cnt .sp_navi_cntBtn:active {
    color: #01408f !important;
    text-decoration: none !important;
  }

  .sp_navi_cntBtn {
    display: block;
    width: 100%;
    height: 100%;
    padding: 44px 5px 8px;
    border: none;
    outline: none;
    background-color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
      "ヒラギノ角ゴ Pro W6", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
      Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #01408f;
    position: relative;
    transition: 0.2s;
  }

  .icon_area {
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon_home {
    background-image: url(/funeral/common/img/icon_home.svg);
    background-size: 24px;
    background-position-y: 12px;
  }

  .icon_search {
    background-image: url(/funeral/common/img/icon_search.svg);
    background-size: 24px;
    background-position-y: 12px;
  }

  .icon_kyouka {
    background-image: url(/funeral/common/img/icon_kyouka.svg);
    background-size: 24px;
    background-position-y: 12px;
  }

  a.icon_hurry {
    color: #fff;
  }

  /* スマホナビボタン(menu)_追加_20250123 */
  /*-------------------------*/

  .menu>ul>li>ul>li>ul {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .sougi .menu_title {
    padding: 1em;
  }

  .nav_menu .sp_logo img {
    width: 150px;
    margin: 26px 0 20px 15px;
  }

  .mobile_menu_wrap {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    position: relative;
    transition: 0.2s;
    text-align: center;
  }

  .mobile_menu_wrap p {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
      "ヒラギノ角ゴ Pro W6", "メイリオ", Meiryo, "Helvetica Neue", Helvetica,
      Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #01408f;
    margin-top: 6px;
  }

  .mobile_menu_wrap button {
    background: none;
    border: none
  }

  .mobile_menu_icon {
    margin: 15px auto 7px;
  }

  .mobile_menu_icon span {
    background-color: #01408f;
    width: 20px;
    height: 2px;
    display: block;
    margin: -1px auto 5px;
    transition: transform 0.2s;
  }

  .mobile_menu_icon span:last-child {
    margin-bottom: 0;
  }

  .mobile_menu_icon.menu_open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .mobile_menu_icon.menu_open span:nth-child(2) {
    transform: translateY(0px);
    opacity: 0;
  }

  .mobile_menu_icon.menu_open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav_menu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 10;
    transition: all 1s;
    position: fixed;
    background-color: white;
    top: 0;
    width: 100vw;
  }

  .nav_menu.menu_open {
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 1;
    z-index: 999;
    transition: all 0.1s;
    position: fixed;
    background: #f8f8f8;
    padding: 60px 0 150px;
  }

  .nav_list02 {
    background: #f8f8f8;
  }

  .last_sougi_nav {
    margin-bottom: 250px;
  }

  .copyright {
    padding-bottom: 155px;
  }

  .footer-menu {
    margin-top: 0;
  }

  .nav_list02 .header_up_sp {
    margin-top: -10px;
  }

  .nav_menu_wrap .category {
    font-size: 12px;
    color: #797979;
    font-weight: bold;
    margin-bottom: -1%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .toggle-icon {
    position: absolute;
    font-size: 20px;
    color: #707070;
    right: 14px;
    font-weight: lighter;
  }

  .accordion-item.open .toggle-icon {
    transform: rotate(180deg);
  }

  .accordion-item {
    touch-action: manipulation;
    pointer-events: all;
  }

  .nav_menu_wrap {
    padding: 0 20px;
  }

  .nav_menu_set {
    margin: 20px 0 0;
  }

  .nav_menu_cnt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: #c6c6c6 1px solid;
    border-radius: 4px;
    background-color: #fff;
    padding: 3% 3%;
    margin-top: 2%;
    gap: 2%;
    position: relative;
  }

  .nav_menu_cnt img {
    width: 8%;
  }

  .nav_menu_cnt p {
    font-weight: bold;
    font-size: 16px;
    padding-top: 0px;
  }

  .arrow {
    position: absolute;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    right: 30px;
  }

  .arrow02 {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
  }

  .arrow::before,
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }

  .arrow_icon::before {
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .arrow_icon02::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
  }

  .nav_list02 .shiryo_btn_sp {
    /* border: #c6c6c6 solid 1px; */
    /* border-radius: 3px; */
  }

  .nav_list02 .buttons_wrapper_sp {
    margin-top: 20px;
  }

  .nav_list02 .li_recruit_sougi02 {
    width: 100%;
    padding: 10px 20px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background-color: #67af69;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .recruit_button_wrap {
    padding: 0 20px;
  }

  .nav_footer_sp {
    background: #79b0af;
    padding: 2% 2% 80px;
    margin-top: 20px;
  }

  .nav_footer_logo {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .nav_footer_sp p {
    color: #fff;
    letter-spacing: 0;
    font-size: 0.8em;
    text-align: center;
  }

  .nav_footer_sp img {
    width: 30%;
    height: 100%;
    padding: 2% 0;
  }

  .nav_serch_wrap {
    position: relative;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }

  .nav_menu_set .accordion-item {
    touch-action: manipulation;
    cursor: pointer;
  }

  .accordion-item.open+.nav_serch_wrap {
    position: relative;
    max-height: 9999px;
    padding: 2% 0;
  }

  .nav_serch_cnt {
    position: relative;
    padding: 3% 40px 3% 3%;
    border-bottom: #dfdfdf dotted 2px;
  }

  .nav_serch_cnt p {
    font-weight: bold;
    letter-spacing: 0.08em;
  }

  /*フッター*/

  footer div {
    font-size: 14px;
  }

  .footer_container {
    padding: 40px 10%;
  }

  .footer_menu_pc {
    display: none;
  }

  .footer_menu.footer_menu_sp {
    display: flex;
  }

  .footer_menu {
    justify-content: space-evenly;
    margin: 0 auto 40px;

  }

  .footer_menu ul {
    width: 50%;
    max-width: 145px;
  }

  .footer_menu ul li a {
    line-height: 2;
  }

  .top-space {
    padding-top: 0px;
  }

  .footer-logo-wrapper {
    margin-bottom: 28px;
  }

  /* .footer-left {
        width: 100%;
    } */

  .footer-logo {
    margin-left: 0;
  }
}