@charset "UTF-8";

/*会葬者バナーデザイン変更*/
.mourner_bnr.new a {
    width: 210px;
    height: 191px;
    background: url(../img/common/mourner_btn_pc_new.png);
    display: block;
}

.mourner_bnr.new a:hover {
    background: url(../img/common/mourner_btn2_pc_new.png);
    opacity: 1;
}

/*MV メダル*/
.swiper-slide.main_slide {
    position: relative;
}

.swiper-slide.main_slide .medal {
    width: 140px;
    position: absolute;
    top: 28%;
    left: 3%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.swiper-slide.main_slide .medal img {
    width: 140px;
    height: 140px;
}
/*
@-webkit-keyframes shiny {
    0% {
        left: -50%;
    }
    100% {
        left: 100%;
    }
}

@keyframes shiny {
    0% {
        left: -50%;
    }
    100% {
        left:100%;
    }
}

.swiper-slide.main_slide .medal:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -100px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(100deg,rgba(255,255,255,0) 25%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 75%);
    -webkit-animation: shiny 1.5s ease infinite;
    animation: shiny 1.5s ease infinite;
}
*/

@media screen and (max-width: 1100px) {
    .swiper-slide.main_slide .medal {
        width: 90px;
        left: 2%;
    }
    .swiper-slide.main_slide .medal img {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 428px) {
    .swiper-slide.main_slide .medal {
        width: 80px;
        top: 17%;
    }
    .swiper-slide.main_slide .medal img {
        width: 80px;
        height: 80px;
    }
}

.swiper-slide.main_slide .medal:before {
    position:absolute;
    content:'';
    display:inline-block;
    top:-100px;
    left:-100px;
    width:40px;
    height:40px;
    -webkit-animation:shiny 2s ease infinite;
    animation:shiny 2s ease infinite;
    border:4px solid rgba(255,255,255,0.6)
}

@-webkit-keyframes shiny{
    0%{-webkit-transform:scale(0) rotate(25deg);transform:scale(0) rotate(25deg)}
    100%{-webkit-transform:scale(20) rotate(25deg);transform:scale(20) rotate(25deg)}
}

@keyframes shiny {
    0%{-webkit-transform:scale(0) rotate(25deg);transform:scale(0) rotate(25deg)}
    100%{-webkit-transform:scale(20) rotate(25deg);transform:scale(20) rotate(25deg)}
}

/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime svg {
    width: 40px;
    height: 40px;
    fill: #f16c6c;
  }
  .tel_anime svg .line1 {
    -webkit-animation: fillAnimation1 infinite ease 1.5s;
            animation: fillAnimation1 infinite ease 1.5s;
  }
  .tel_anime svg .line2 {
    -webkit-animation: fillAnimation2 infinite ease 1.5s;
            animation: fillAnimation2 infinite ease 1.5s;
  }
  .tel_anime svg .line3 {
    -webkit-animation: fillAnimation3 infinite ease 1.5s;
            animation: fillAnimation3 infinite ease 1.5s;
  }
  @-webkit-keyframes fillAnimation1 {
    30%, 60% {
      fill-opacity: 0;
    }
    80% {
      fill-opacity: 1;
    }
  }
  @keyframes fillAnimation1 {
    30%, 60% {
      fill-opacity: 0;
    }
    80% {
      fill-opacity: 1;
    }
  }
  @-webkit-keyframes fillAnimation2 {
    40%, 70% {
      fill-opacity: 0;
    }
    100% {
      fill-opacity: 1;
    }
  }
  @keyframes fillAnimation2 {
    40%, 70% {
      fill-opacity: 0;
    }
    100% {
      fill-opacity: 1;
    }
  }
  @-webkit-keyframes fillAnimation3 {
    50%, 80% {
      fill-opacity: 0;
    }
    100% {
      fill-opacity: 1;
    }
  }
  @keyframes fillAnimation3 {
    50%, 80% {
      fill-opacity: 0;
    }
    100% {
      fill-opacity: 1;
    }
  }

/*フローティングfooter*/
#fixedBtn .fixed__pc__tel.new {
    max-width: 420px;
    margin-top: 5px;
}
#fixedBtn .fixed__pc__tel.new .tel_wrap {
    font-size: 1.3rem;
    text-align: center;
}
#fixedBtn .fixed__pc__tel.new .tel {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

#fixedBtn .fixed__pc__tel.new .tel p {
    color: #f16c6c;
    font-size: 3.2rem;
    font-weight: 600;
    margin-left: 5px;
    letter-spacing: -.09rem;
}

@media screen and (max-width: 1100px) {
    #fixedBtn .fixed__pc__tel.new {
        margin-left: 20px;
    }
    #fixedBtn .fixed__pc__tel.new a {
        flex-wrap: wrap;
    }
    #fixedBtn .fixed__pc__tel.new .tel_wrap span {
        display: none;
    }
    #fixedBtn .fixed__pc__tel.new .tel p {
        font-size: 2.2rem;
    }
}

.fixed__sp__tel.new {
    max-width: 175px;
    background-image: linear-gradient(180deg, rgba(255, 210, 210, 1), rgba(243, 68, 68, 1) 100%, rgba(253, 177, 170, 1));
    border-radius: 5px;
    box-shadow: 0 5px #c65959;
    text-align: center;
    padding: 5px 5px 0;
    width: 65%;
}

.fixed__sp__tel.new .tel_wrap_sp {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

.fixed__sp__tel.new .tel {
    display: flex;
    color: #fff;
    align-items: center;
}

.fixed__sp__tel.new .tel p {
    font-size: 2.2rem;
    font-weight: 600;
    margin-left: 5px;
}

.fixed__sp__tel.new .tel_anime svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.fixed__sp__request.new {
    max-width: 150px;
    background-image: linear-gradient(180deg, rgba(153, 244, 99, 1), rgba(58, 108, 30, 1));
    border-radius: 5px;
    box-shadow: 0 5px #417423;
    padding: 5px 5px 0;
    margin-right: 0;
    width: 45%;
}

.fixed__sp__request.new .request_btn {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}

.fixed__sp__request.new .request_btn .left {
    width: 29%;
}

.fixed__sp__request.new .request_btn .right {
    width: 70%;
    text-align: center;
}

.fixed__sp__request.new .request_btn .cap {
    font-size: 1.1rem;
    color: #ffff00;
    font-weight: 600;
}

.fixed__sp__request.new .request_btn .txt {
    font-size: 2.0rem;
    font-weight: 600;
}

/*top スタッフコンテンツ*/
#top_staff {
    text-align: center;
}

#top_staff .title {
    color: #f16c6c;
    font-size: 3.2rem;
    font-weight: 600;
    display: inline-block;
    padding: 0 55px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #top_staff .title {
        font-size: 2.0rem;
        padding: 0 35px;
    }
}

#top_staff .title::before,
#top_staff .title::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
	width: 45px;
	height: 2px;
	border-top: double 5px #f16c6c;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#top_staff .title::before {
    left: 0;
}

#top_staff .title::after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

@media screen and (max-width: 767px) {
    #top_staff .title::before{
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg);
    }
    #top_staff .title::after {
        -webkit-transform: rotate(-70deg);
        transform: rotate(-70deg);
    }
}

#top_staff .title span {
    font-size: 3.8rem;
    background:linear-gradient(transparent 60%, #ff6 60%);
}
@media screen and (max-width: 1100px) {
    #top_staff .title span {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #top_staff .title span {
        font-size: 2.5rem;
    }
}

#top_staff ul.staff_pic_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 0;
    text-indent: 0;
}

@media screen and (max-width: 767px) {
    #top_staff ul.staff_pic_list li {
        width: 24%;
    }
    #top_staff ul.staff_pic_list li p {
        font-size: 1.1rem;
    }
}

#top_staff .staff_voice_box {
    margin-top: 30px;
    border: 2px solid #62b034;
}

#top_staff .staff_voice_box .staff_voice_title {
    background: #62b034;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 10px 0;
}
@media screen and (max-width: 767px) {
    #top_staff .staff_voice_box .staff_voice_title {
        font-size: 2.2rem;
    }
}

#top_staff .staff_voice_box .staff_voice_item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
@media screen and (max-width: 767px) {
    #top_staff .staff_voice_box .staff_voice_item {
        flex-wrap: wrap;
    }
}

#top_staff .staff_voice_box .staff_voice_item .item01,
#top_staff .staff_voice_box .staff_voice_item .item02{
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 10px;
    width: 48%;
}
@media screen and (max-width: 767px) {
    #top_staff .staff_voice_box .staff_voice_item .item01,
    #top_staff .staff_voice_box .staff_voice_item .item02{
        width: 100%;
    }
}

#top_staff .staff_voice_box .staff_voice_item .pic {
    width: 30%;
}

#top_staff .staff_voice_box .staff_voice_item .txt {
    width: 68%;
    text-align: left;
}

#top_staff .staff_voice_box .staff_voice_item .txt .title_txt {
    font-size: 2.0rem;
}

#top_staff .staff_voice_box .contact_bnr {
    padding: 0 20px 30px;
}

#top_staff .staff_voice_box .contact_bnr a {
    display: block;
}

#top_staff .staff_voice_box .lead_txt {
    color: #d12a2a;
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.5;
    padding: 0 15px;
    font-weight: 600;
}

/*震えるアニメーション*/
@keyframes shake {
    0% {	transform: translate(0, 0);}
	5% {	transform: translate(-2px, -0);}
	10% {	transform: translate(2px, 0);}
	15% {	transform: translate(-2px, -0);}
	20% {	transform: translate(2px, 0);}
	25% {	transform: translate(-2px, -0);}
	30% {	transform: translate(0, 0);}
	100% {	transform: translate(0, 0);}
}

/*top お急ぎコンテンツ*/
#top .hurry_box,
#toyokawa-top .hurry_box{
    display: none;
}


@media screen and (max-width: 428px) {
    #top .hurry_box,
    #toyokawa-top .hurry_box {
        display: inline-block;
        width: 100%;
        padding: 0 15px;
        margin-top: 10px;
    }
    #top .hurry_box .open_btn,
    #toyokawa-top .hurry_box .open_btn {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        background: #d12a2a;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 50vh;
        box-shadow: 0 5px #9f1818;
        line-height: 1.4;
        border: 0;
        animation: shake 2s infinite;
    }
    #top .hurry_box .open_btn.active,
    #toyokawa-top .hurry_box .open_btn.active{
        animation: none;
    }
    #top .hurry_box .open_btn h3,
    #toyokawa-top .hurry_box .open_btn h3 {
        font-size: 2.4rem;
        color: #fff;
        font-weight: 600;
    }
    #top .hurry_box .open_btn p,
    #toyokawa-top .hurry_box .open_btn p{
        color: #ffff00;
        font-size: 1.6rem;
    }
    #top .hurry_box .open_btn p i,
    #toyokawa-top .hurry_box .open_btn p i{
        transition: all 0.3s;
        transform: rotate(360deg);
        margin-left: 8px;
    }
    #top .hurry_box .open_btn.active p i,
    #toyokawa-top .hurry_box .open_btn.active p i{
        transform: rotate(180deg);
    }
    #top .hurry_box .hurry_detail,
    #toyokawa-top .hurry_box .hurry_detail{
        display: none;
        background: #f1f8ed;
        padding: 10px;
    }
    #top .hurry_detail ul,
    #toyokawa-top .hurry_detail ul{
        list-style: none;
        text-indent: 0;
    }
    #top .hurry_detail ul.hurry_feature li,
    #toyokawa-top .hurry_detail ul.hurry_feature li{
        margin-bottom: 10px;
        line-height: 1.4;
        padding-left: 1.5em;
        text-indent: -1.5em;
        font-size: 1.5rem;
    }
    #top .hurry_detail ul.hurry_feature li::before,
    #toyokawa-top .hurry_detail ul.hurry_feature li::before{
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background: url(../img/common/check_mark.png) no-repeat center center;
        background-size: 17px;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }
    #top .reminder,
    #toyokawa-top .reminder{
        font-size: 2.0rem;
        text-align: center;
        font-weight: 600;
        margin: 10px auto;
    }
    #top .reminder .yellow_under,
    #toyokawa-top .reminder .yellow_under{
        display: inline-block;
        background:linear-gradient(transparent 60%, #ff6 60%);
    }
    #top .reminder .big,
    #toyokawa-top .reminder .big{
        font-size: 2.3rem;
        color: #da2f25;
    }
    #top ul.hurry_staff,
    #toyokawa-top ul.hurry_staff{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #top ul.hurry_staff li,
    #toyokawa-top ul.hurry_staff li{
        width: 42%;
        text-align: center;
    }
}




/*  20220510追記
----------------*/
@media screen and (max-width: 428px) {
.gnavSP.left_header{
  top: auto;
  right: -4000px;
  left: auto;
  width: 0px;
  transition:all 0.2s;
  opacity: 0;
}
.gnavSP.left_header.opened{
  top: 0;
  left: auto;
  right: 0;
  padding-top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  padding-bottom: 0;
}
.fade-wrap{
  height: 100vh;
  padding-bottom: 80px;
}
.sp_home_btn{
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 4rem;
  color: #62b034;
  text-align: center;
  opacity: 0;
}
.opened .sp_home_btn{
  position: fixed;
  top: 0px;
  left: auto;
  right: 0;
  width: 80%;
  display: flex;
  padding: 13px 0 13px 10px;
  background: #f5f9f8;
  z-index: 200;
  opacity: 1;
}

.sp_home_btn .txt{
  font-size: 1rem;
}
.left_header_inner{
  background: #f5f9f8;
  max-width: 80%;
  margin-left: auto;
  position: relative;
  padding-top: 70px;
}


.thin #menuBtn.opened{
  display: block;

}

}

/* お急ぎページ追従ボタン非表示 */
#hurry.thin .header__btn-sp {
    display: none;
}

@media screen and (max-width: 428px) {
.google_bana{
  width: 90%;
  margin: 20px auto;
}
}


/*よくある質問用*/
.accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
    width: 100%;
  }
  .accordion-ttl{
    margin-bottom: 30px;
  }


  .accordion-ttl02{
    margin-top: 150px;
    margin-bottom: 30px;
  }

  .accordion-item{
    margin-bottom: 50px;
  }
  .accordion-title {
    cursor: pointer;
    font-size: 21px;
    padding: 10px 20px;
    background-color: #62b034;
    color: #fff;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 428px) {
    .accordion-title {
        font-size: 18px;
      }
  }

  .accordion-title::before{
    content: "Q.";
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
  }
  .accordion-content {
    display: none;
    padding: 30px 20px;
  }
  .accordion-content div{
    padding-left: 50px;
  }
  .accordion-content::before{
    content: "A.";
    font-size: 30px;
    color: #f16c6c;
    margin-right: 10px;
    float: left;

  }
  .accordion-content p {
    font-size: 16px;
    line-height: 1.5;
  }


  /* 矢印 */
  .accordion-title {
    position: relative;
  }
  .accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
  }
  .accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
  }



  .new_logo_area{
    display: flex;
  }

  .new_logo_area .new_logo{
    margin-left: 10px;
  }
.thin .new_logo_area02{
    display: flex;
    align-items: center;
}
  .new_logo_w{
    padding: 10px 0 10px 10px;
  }

  
  .new_navlist .gnavPC__1st__item>a{
    padding: 0 3px;
    margin: 0 4px;
  }

  .footer_logo{
    max-width: 300px;
    margin-top: -50px;
  }

  @media screen and (max-width: 428px) {
  .footer_logo02{
    max-width: 200px;
    margin: 10px auto;
  }

}

.fujihall .sec_btn_pdf{
  display: none;
}