@charset "UTF-8";

/*===============================================
画面の横幅が約797.99pxまで（スマホ用）
===============================================*/
@media screen and (max-width:797.99px){


body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;/*横にした時に文字の大きさを変えない*/
}

img{
max-width: 100%;
height: auto;
width /***/: auto;　
}


  .pc { display:none;}
  .sp { display:inline; }

.marker{background: none!important;}


.wrap {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}





.contents-first{
    padding-bottom: 3rem;
    background: url(../img/bg_topback_pc.png) no-repeat right 153%;
    background-size: 147%;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
    bottom: 0;
    width: 100%;
    position: relative;

   /* background: url(../img/heart-hand.jpg) no-repeat right 38%;
    background-size: 29%;
background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;*/
    /* transform: translateY(-50%); */
    /* top: 72%; */
    /* left: 87%;*/
}
    @media screen and (max-width: 1060px) {
.contents-first{
background: url(../img/bg_topback_pc.png) no-repeat right 100%;
    background-size: 100%;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
    }}





.contents .contents-first .tt_left-cap {/* SP用 2カラム外し対応 */
    margin: 1.5rem 4% 1rem;
    float: left;
    color: #6e6e6e;
    line-height: 1.7;
    padding: 0;
    font-size: 130%;
    text-align: left;
    width: 92%;
    font-feature-settings: "palt";
}

.contents .contents-first .leadimg20 { /* SP用 2カラム外し対応 */
margin: 0rem auto;
    text-align: center;
    width: 100%;
}




@media screen and (max-width: 797.99px){
.leadimg30 img{
    height: auto;
    width: 54% !important;
}}
@media screen and (max-width: 430.99px){
.leadimg30 img{
    object-fit: none;
    width: 100% !important;
    height: auto;
}}




.contents .contents-first .tt_cap{
margin: 2rem auto;
    color: #6e6e6e;
line-height: 1.7;
    font-size: 130%;
    text-align: left;
    width: 94%;
    font-feature-settings: "palt";
}

.contents .contents-first  .tt_tyuki{
margin: 2rem 5% 4rem 7%;
    text-indent: -1em;
}

.contents .contents-first h3{
width: 100%;
    text-align: center;
    margin: 3rem auto 0;
    color: #33366a;
    font-weight: bold;
    font-size: 180%;
    line-height: 1.8;
    font-family: serif;
    font-feature-settings: "palt";

    animation: first-fade 10s infinite;
}

@keyframes first-fade {
  0% {opacity: 1; color: #8386c0;scale(1.0);}
  50% {opacity: 1;color: #e55d8a;scale(1.15);}
  100% {opacity: 1;color: #33366a;scale(1.3);}
}


/* ///  大野屋の直営斎場一覧  ///////////////////////　*/

.funeralhalls_place {/**/}

.funeralhalls_all {
    margin: 0 auto 4rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}

.funeralhalls{
    margin: 0 auto -2rem;
    text-align: center; 
    padding-bottom: 2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.funeralhalls_all h3{
    width: 100%;
    text-align: center;
margin: 0rem auto 0;
    /* font-family: serif; */
    font-feature-settings: "palt";
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}



.funeralhalls_all .funeralhalls .lead, .lead-b {
        margin: 2rem auto 4rem;
    }



.funeralhalls_all .funeralhalls .leadimg{
    width: 86%;
    text-align: center;
    background: #f7dc6f;
    border: 5px solid #f7dc6f ;
    border-radius: 0.5rem;
   animation: blinkBorder 1.4s ease infinite alternate;
}


@keyframes blinkBorder {
  0% { border: 5px solid #f7dc6f ;}
  50% { border: 5px solid #fff ;}
  100% { border: 5px solid #f9edbb ;}
}



.funeralhalls .physicalship-big {
    line-height: 1.4;
    font-size: 154%;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 3rem;
}
.funeralhalls .physicalship-big::before,
.funeralhalls .physicalship-big::after{
bottom: -2rem;
    font-size: 256%;
}

.funeralhalls .physicalship-big .tt_middle {
    margin: 0;
    font-size: 125%;
}

.funeralhalls .physicalship-big .tt_big {
    margin: 0rem 0.5% 0rem;
    color: #e55d8a;
    line-height: 1;
    font-size: 212%;
}

.funeralhalls_all .funeralhalls .leadimg{
    width: 96%;
    text-align: center;
    background: #f7dc6f;
    border: 5px solid #f7dc6f ;
    border-radius: 0.5rem;
}


.funeralhalls_all .funeralhalls .block_btn2 {
    text-align: center;
    margin: 2rem auto 3rem;
    display: initial;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.funeralhalls_all .funeralhalls .block_btn2 a {
    font-size: 140%;
    text-align: center;
    margin: 0rem auto 1rem;
    /* width: 46%; */
    line-height: 1.3;
    padding: 2%;
    display: block;
    font-feature-settings: "palt";
}



/* /// TAB  ///////////////////////　*/
.tabs{
}

  .tab-panels ul {
      margin: 0;
      padding: 0;
      position: relative;
  }
  .tab-panels ul li {
    list-style-type: none;
    display: inline-block;
    background: #33366a;
    margin: 0.5rem 1%;
    padding: 1em 0.5em;
    border-radius: 0.5em 0.5em 0 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 30.2%;
    min-height: 3em;
    line-height: 1.3;
        font-size: 96%;
    }


  .tab-panels ul li::after{

}



  .tab-panels ul li:hover {
        color: #fff;
        background: #8885c2;
              }

  .tab-panels ul li.active {
        color: #fff;
        background: #e55d8a;
        }

  .tab-panels .panel  {
        display:none;
        background: ##f4e4bf;
        color: #000;
        padding: 1.5em 2%;
    border-radius: 0.4em;
      }


  .tab-panels .panel .title {
margin: 0 auto 2rem;
    font-size: 126%;
    font-weight: bold;
    line-height: 1.5;
      }

.tab-panels .panel.active {display:block;}



.panel .panel-list{
    margin: 1rem auto;
    /* display: flex; */
    background: #f4f4f410;
    border-radius: 1rem;
    /* float: left; */
    /* flex-wrap: wrap;*/}
@media screen and (max-width: 960px) {
.panel .panel-list{
    margin: 0 auto;
    }}


.panel-list .panel-part{
    padding: 1%;
    margin: 1rem auto;
    width: auto;
    background: #fff9ea;
    border: 1px solid #dbd3c5;
    border-radius: 1rem;
    filter: drop-shadow(0px 3px 1px #8386c020);
    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-feature-settings: "palt";
    }

#panel-part1{background: #fffffd;}/*#fff9ea*/
#panel-part2{background: #faffff;}/*#f3ffff*/
#panel-part3{background: #fbfbff;}/*#f5f5ff*/
#panel-part4{background: #f9fff6;}/*#fff9ea*/
#panel-part5{background: #fffaff;}/*#fff7ff*/
#panel-part6{background: #fff9f3;}/*#fff5ef*/

.panel-part .panelimg{
    margin: 0.5rem 0% 0%;
    width: 25%;
    /*bottom: 0rem;
    left: 0;*/}
@media screen and (max-width: 960px) {
.panel-part .panelimg{
    margin: 0.5rem 0% 0 2%;
    width: 20%;
}}
.panel-part .panelimg img{
    width: 78%;
}


.panel-part .panelcap{
    width: 94%;
    text-align: right;
    bottom: 0rem;
    right: 0;
    margin: 0 3%;}
 @media screen and (max-width: 960px) {
.panel-part .panelcap .block_btn{
    margin-top: 20px;
    font-size: 84%;
    }}





.panel-part .panelcap .captitle{
margin: -5rem 0 2rem 23%;
    color: #333;
    font-size: 130%;
    font-weight: bold;
    text-align: left;
    bottom: 1rem;
    line-height: 1.5;
    min-height: 5rem;
}

.panel-part .panelcap .cap{
    margin: 1rem auto 1rem;
    color: #333;
    line-height: 1.8;
    font-size: 120%;
    text-align: justify;
    font-weight: 500;
    font-feature-settings: "palt";}


.panel-part .panelcap .cap:last-of-type{
    margin: 1.5rem 1% 4rem;
}

.panel-part .panelcap .cap span{
    font-size: 1.2rem;
    font-feature-settings: "palt";}


.panel-part .panelcap .name{
    margin: 0 2% 1.25rem;
    color: #655e51;
    font-size: 110%;
    text-align: right;
    line-height: 1.5;
    font-weight: bold;
}


.tab-return{
    margin: 0 5% 0;
    width: 90%;
}

.tab-return a{
padding: 0.7rem;
    color: #33366a;
    font-size: 124%;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none;
    transition-duration: 0.8s;
    background: #f4e4bf;
    border-radius: 0 0 3rem 3rem;
    border: 2px solid;
    border-top: none;
    filter: drop-shadow(1px 2px 1px #f4f4f460);
    border-color: #f4e4bf #33366a #33366a #33366a;
}

/*
.tab-return :hover{
    color: #e55d8a90;
    border: 2px solid #e55d8a60;
    border-top: none;
    filter: drop-shadow(1px 4px 1px #e55d8a20);
}
*/






/* ///  プラン  ///////////////////////　*/
.funeralplan_place {/**/}

.funeralplan_all {
    margin: 0 auto 4rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    width: 100%;}
        @media screen and (max-width: 1060px) {
.funeralplan_all {
    width: 100%;
    }}


.funeralplan .lead{
    width: 100%;
    text-align: center;
    margin: 3rem auto;
    color: #33366a;
    font-weight: bold;
    font-size: 160%;
    line-height: 1.6;
    font-family: serif;
    /*font-feature-settings: "palt";*/
    animation: first-fade2 16s infinite; /* both */
}

@keyframes first-fade2 {
  0% {opacity: 1; color: #e55d8a;scale(1.0);}
  50% {opacity: 1; color: #8386c0;scale(1.0);}
  100% {opacity: 1;color: #e55d8a;scale(1.15);}
}


.funeralplan{
    margin: 0 auto 2rem;
    text-align: center;
    padding: 0;
    width: 100%;
}

.funeralplan .funeralplan_item{
margin: 2rem auto;
    width: 100%;
  }


.funeralplan .funeralplan_box{
margin: 0 auto 2rem;
    width: 100%;
    text-align: center;
    border: 1px solid #e4e4e4;
    background: #fff;
    filter: drop-shadow(0px 2px 2px #8386c020);
}

.funeralplanimg{ 
    margin: 0 auto 1rem;
    overflow:hidden;}
.funeralplanimg img{
    /*object-fit: cover;*/
    width: 100%;
    /*height: 20vh;
    object-position: 100% 30%; トリミングの内の位置*/
/*transition:1s all;*/
}



/*
.funeralplanimg img:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
}
*/

.funeralplancap{ 
    width: 100%;
    margin: 1rem auto;
    font-size: 128%;
    font-weight: bold;
    color: #8386c0;
    line-height: 1.4;
    font-feature-settings: "palt";
    text-align: center;
}


.funeralplantitle{ 
margin: 1.5rem auto;
    font-size: 200%;
    font-weight: bold;
    color: #33366a;
    line-height: 1.3;
    text-align: center;
}


.funeralplanname{ 
    margin: 1rem 0 1rem;
    font-size: 1.75rem;
    font-weight: bold;
    color: #33366a;
    line-height: 1.3;
    width: 32%;
    text-align: right;
}


.funeralplan-inner{
margin: 0 auto 0.5rem;
    padding: 0 2%;
    width: 100%;
    text-align: center;
display: flex;
flex-wrap: wrap;
/*background-color: rgba(255,255,255,0.7);*/
}



.funeralplancontent{ 
margin: 0rem 1% 2rem;
    padding: 0.6rem 1%;
    width: 23%;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #655e51;
    background: #fff;
    line-height: 1.3;
    font-feature-settings: "palt";
    border: 1px solid #e4e4e4;
    border-radius: 0.4rem;
}

.funeralplanprice-all{ 
margin: 0rem 0% 1rem;
    width: 100%;
text-align: left;
    color: #e55d8a;
    display: inline-block;
}


.in-price{ 
    float: left;
    margin: 0rem 2% 0rem;
    padding: 1.5%;
    width: 26%;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #e55d8a;
    font-feature-settings: "palt";
    border-radius: 0.4rem;
}

.funeralplanprice{ 
    float: right;
    width: 60%;
    font-size: 280%;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    font-feature-settings: "palt";
    margin: -0.1em 1% 0;
    position: relative;
}

.funeralplanprice::before{ 
    content: "￥";
    position: absolute;
    font-size: 80%;
    font-weight: bold;
    left: -12%;
    bottom: 0.1em;
    float: left;
}

.funeralplanprice::after{ 
    content: "～";
    position: absolute;
    font-size: 70%;
    font-weight: bold;
    bottom: 0.3em;
}


.funeralplan .funeralplan_item .btn_minilink {
    margin: 0 4% 2rem;
    width: 92%;
}


.funeralplan .funeralplan_item .block_btn {
    text-align: center;
    margin: 0 auto;
}

.funeralplan .funeralplan_item .btn_minilink:hover {
color: #e55d8a;
    background: rgba(229,93,138,0.1);
    text-decoration: none;
    border: 1px solid #e55d8a;
}








/* ////////// 　//////////////////////  */

.halls_list {
width: 100%;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
     }

.halls_list .halls_item {
    width: 46%;
    padding: 1.4rem 1vw;
    text-align: center;
    border: 1px solid #4ca736;
    border-radius: 10px;
    margin: 1rem auto;
    position: relative;
    transition: 1s;
    display: block;
    background: #4ca736;
    /* background: #4ca736 url(../img/img_backflower.png) no-repeat center bottom; */
    /* background-size: 100%; */
    line-height: 1.6;
    color: #fff; }
@media screen and (min-width: 768px) {
.halls_list .halls_item {
    width: 30%;
}}



.halls_list .halls_item a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #fff;
    font-size: 134%;
    font-weight: bold;
}

.halls_list .halls_item:hover {
    border: 1px solid #6FBA2C;
}


.halls_list .halls_item::after {
    content: "";
    display: block;
    width: fit-content;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 11px solid #8E8BC2;
    position: absolute;
    left: calc(50% - 20px);
    bottom: calc(0% - 12px);
    transition: 0.6s;
}


.halls_list .halls_item:hover::after {
    border-top: 15px solid #6FBA2C;
}

 .halls_item .num img {
width: 41.85185%;
margin-top: 0.5rem;
}



.halls_item .ttl {
    margin: 0.5rem auto;
    font-size: 114%;
    font-weight: bold;
    color: #e55d8a;
    line-height: 1.3;
    transition: 1s;
    width: 98%;
}


.halls_item .explain {
    line-height: 1.5;
    font-feature-settings: "palt";
    font-size: 115%;
    text-align: center;
    line-height: 1.5;
    font-feature-settings: "palt";
    font-weight: 500;
    color: #fff;
}

.halls_item .explaintitle {
    margin: 0rem auto 1rem;
    font-size:140%;
    font-weight: bold;
    color: #FFF;
    line-height: 1.3;
    transition: 1s;
    width: 96%;
}




    .halls_item .explain a {
        color: #929292;
    }



/* */
.obititle,
.obititle2 {
    padding: 0.8vh 0 1vh;
    margin: 1em auto 2rem;
    font-size: 180%;
    font-family: serif;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    width: 100%;
    /* filter: drop-shadow(rgb(255, 255, 255) 0.5px 0.5px 0px); */
    text-align: center;
    display: block;
    background: #4ca736;
    /* background: #4ca736 url(../img/img_titleback1.png) no-repeat right bottom; */
}


.obititle2 {
    padding:5vh 0;
    margin: 1em auto 2em;
    font-size: 3.2rem;
    font-family:serif;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    width: 100%;
    filter: drop-shadow(rgb(255, 255, 255) 0.5px 0.5px 0px);
    text-align: center;
    display: block;
    background: #4ca736;
    background: #4ca736 url(../img/img_titleback2.png) no-repeat left bottom;
    background-size: 30%;
}




.obilead{
    width: 100%;
    text-align: center;
    margin: 0rem auto;
    color: #33366a;
    font-weight: bold;
    font-size: 160%;
    line-height: 1.7;
    font-family: serif;
    /*font-feature-settings: "palt";*/
    animation: first-fade2 16s infinite; /* both */
}



.obilead-s{
    width: 100%;
    text-align: center;
    margin: 0rem auto;
    color: #33366a;
    font-weight: bold;
    font-size: 150%;
    line-height: 1.7;
    font-family: serif;
    /*font-feature-settings: "palt";*/
    animation: first-fade2 16s infinite; /* both */
}









/*  */

.halls_itemboxall {
    margin:1em 2%;
    width: 96%;
    text-align: center;
    border-radius: 10px;
    display: flex ;
    flex-wrap: wrap;
    align-items: flex-start;
}


.halls_itembox {
    margin: 1em auto 1rem;
    width: 100%;
    padding: 1rem 1vw;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    background: #f6fff5;
    border: 4px solid #e4f1e3;
    border-radius: 10px;
    /* background: #f6fff5 url(../img/illust_back01.png) no-repeat left bottom; */
    /* background-size: 183%;*/
}

/*
.noling {
    margin: 0 auto 1rem;
    text-align:left;
    width: 18%;}

.noling img {
    width: 90%;
}
*/

.nolingcap {
    width: 23%;
    padding: 0.4vh 0.5vw;
    text-align: center;
    border-radius: 6px;
    margin: 0rem auto;
    position: absolute;
    display: block;
    background: #4ca736;
    font-size: 100%;
    color: #fff;
    font-weight: bold;
    left: 3%;
    top: calc(0% - -1.3rem);}
@media screen and (min-width: 768px) {
.nolingcap {
    width: 16%;
    top: calc(0% - -1.2rem);
}}


.p_itemboxtitle {
    padding-bottom: 1rem;
    margin: 0.8vh 2% 2rem;
    font-weight: bold;
    color: #4ca736;
    line-height: 1.3;
    width: 96%;
    font-size: 170%;
    /* filter: drop-shadow(rgb(255, 255, 255) 0.5px 0.5px 0px); */
    text-align: center;
    border-bottom: 2px solid #d5e5d1;
}


.titleic {
    margin: 0.5rem 2% 0 0;
}

.p_itemboximg {
        margin: 1rem auto 2em;
        width: 100%;
        text-align: center;
    display:flex;
    flex-wrap:wrap;
}



.p_itemboximg2,
.p_itemboximg3 {
    margin: 1rem auto;
    width: 100%;
    text-align: center;
}


.p_itemboximg img {
    /*border-radius: 1rem 0 1rem 0;*/
    width: 100%;
}


.p_itemboximg p {
    margin-bottom:0;
    text-align: right;
    font-size:96%;
}


.p_itemboximg .limg {
    margin: 0 0 0;
    width: 100%;
}

.p_itemboximg .mimg1 {
    margin: 0 1% 0 0;
    width: 49%;
}

.p_itemboximg .mimg2 {
    margin: 0 0 0 1%;
    width: 49%;
}





.halls_itemboxin {
    margin: 0em 0% 1rem;
    /*width: 65%;*/
    text-align: center;
    float: right;
}

.halls_itemboxin2 {
    margin: 0rem auto 2rem;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    color: #333;
    line-height: 1.5;
}





.p_itemboxsubtitle {
    margin: 0rem auto 1rem;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    color: #333;
    line-height: 1.5;
}



.p_itemboxcaptitle {
    margin: 0 auto 1.5rem;
    font-size: 138%;
    text-align: left;
    color: #33366a;
    font-weight: bold;
    line-height: 1.3;
    font-feature-settings: "palt";
    width: 96%;
}



.p_itemboxcap {
    margin: 0 auto 1rem;
    font-size: 126%;
    text-align: left;
    line-height: 1.6;
    font-feature-settings: "palt";
    width: 98%;
}




.p_modoru {
    margin: 1rem 0 0;
    font-size: 140%;
    text-align: center;
    width: 100%;
    display: block;
}

.p_modoru a {
    display:block;
text-decoration:none;
    transition: 1s;
    /* padding: 0.5rem;*/

}

.p_modoru a:hover {
    /*background:#fff00030;
    border-radius:1rem;*/
}

dd.explain p {
    font-size: 115%;
    text-align: left;
    padding: 0.3rem 1% 1rem;
}




.hyobox{
display:flex;
flex-wrap:wrap;
width:100%;
}

.hyobox img{
margin: 0 5% 0.5rem;
width: 90%;}


/* */
.halls_itemboxin2{
    margin: 7vh auto 0em;
    padding: 0 0 1em;
    text-align: left;
    width: 98%;
    background: #fff;
    border-radius: 0.8rem;
    box-shadow: 0px 0px 2px 2px #33366a20;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

 .minipointtitle {
      margin: 0 auto 1em;
      padding: 1rem 1vw 0.6em 1vw;
      text-align: center;
      width: 100%;
      background:#f0f0f0;
      border-radius: 0.5rem 0.5rem 0 0;
      color: #33366a;
      font-size: 150%;
      font-family:serif;
      font-weight: bold;
      line-height: 1.5;}


 .minipointcap {
    margin: 1rem 4%;
    text-align: left;
    width: 92%;
    color: #33366a;
    font-size: 140%;
    font-weight: 600;
    line-height: 1.5;
    font-feature-settings: "palt";

}


 .minipointcap .capic {
  margin: 0.5rem 1% 0 0;
vertical-align: text-bottom;}
 .minipointcap .capic img {
        width: 9%;
}


 .minipointcap .minititle {
    margin: 0rem 2% 0rem 1.75em;
    text-align: left;
    color: #4d4d4d;
    font-weight: 500;
    line-height: 1.5;
    font-feature-settings: "palt";
    font-size: 100%;
    float: left;
    text-indent: -1em;
    padding-left: 1em;
  /*padding: 0.6rem 1vw 0.3rem;
  border: solid #e55d8a;
  border-width: 1px 0px;*/}

 .minipointtitle2 {
    margin: 1em auto;
    text-align: center;
    width: 96%;
    color: #33366a;
    font-size: 2rem;
    font-family: serif;
    font-weight: bold;
    line-height: 1.5;
  }









.halls_itembox .halls_itemboxin .itemboxinbox {
    margin: 2em 2% 0;
    padding: 1em;
    text-align: center;
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #d5e5d1;
    border-radius: 1rem;
    background: #fff;
    filter: drop-shadow(#f3f3f3 1px 2px 3px);
    position:relative;
}

.halls_itembox .halls_itemboxin .itemboxinbox:last-child {
    margin-bottom:1.5em;
}


.halls_itembox .halls_itemboxin .itemboxinbox::after {
    content: "";
    display: block;
    width: fit-content;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #d5e5d1;
    position: absolute;
    left: calc(50% - 20px);
    bottom: calc(0% - 15px);
    transition: 0.6s;
}


.halls_itembox .halls_itemboxin .itemboxinbox:last-child::after {
    border: none;
}



.itemboxinbox .itemboxinboxtitle {
    margin: 0rem 1% 1em;
    font-size: 1.9rem;
    font-weight: bold;
    color: #33366a;
    line-height: 1.3;
    width: 98%;
    text-align: left;
    border-bottom: 1px solid #d5e5d1;
    padding: 0 0 0.4rem 1.5em;
}


.itemboxinbox .itemboxinboxtitle2 {
    margin: 1em 1% 0em;
    font-size: 1.9rem;
    font-weight: bold;
    color: #33366a;
    line-height: 1.3;
    width: 98%;
    text-align: left;
    padding: 0;
}


.itemboxinbox .itemboxinboxtitle .capic{
    margin: 0rem 6px 0.5rem -1.75em;}
.itemboxinbox .itemboxinboxtitle .capic img {
    vertical-align: middle;
    width: 10%;
    margin-bottom: 0.5rem;
}





/* */
.s_modoru {
    margin:0 auto;
    font-size: 130%;
    text-align: center;
    width: -webkit-fill-available;
}

.s_modoru a {
    display:block;
text-decoration:none;
    transition: 1s;
    padding:0.5rem;

}

.s_modoru a:hover {
    background:#fff00030;
    border-radius:1rem;
}







/* ///  事前相談から葬儀後まで  ///////////////////////　*/

.f-process_place {/**/}

.f-process_all {
    margin: 0 auto 0;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}


.f-process .lead{
    width: 100%;
    text-align: center;
    margin: 3rem auto 1rem;
    color: #33366a;
    font-weight: bold;
    font-size: 160%;
    line-height: 1.7;
    font-family: serif;
    /*font-feature-settings: "palt";*/
    animation: first-fade2 16s infinite; /* both */}
 @media screen and (max-width: 960px) {
.f-process .lead{
margin: 2rem auto 1rem;
    font-size: 150%;
}}


@keyframes first-fade2 {
  0% {opacity: 1; color: #e55d8a;scale(1.0);}
  50% {opacity: 1; color: #8386c0;scale(1.0);}
  100% {opacity: 1;color: #e55d8a;scale(1.15);}
}




.f-process{
    margin: 0 auto 2rem;
    text-align: center;
    padding: 0;
    width: 100%;
}



.f-process .f-process_item{
margin: 2rem auto;
    width: 100%;
    }


/*  */
.f-process .f-process_box{
    margin: 0 auto 3em;
    padding: 0;
    width: 94%;
    text-align: center;
    border: 2px solid #6fb62c; /*f7dc6f*/
    background: #fff;
    border-radius: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    filter: drop-shadow(0px 2px 2px #8386c020);
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#box1back{
    background: #fff url(../img/back_sub01.jpg) no-repeat right 4vh;
    background-size: contain;
}

#box2back{
    background: #fff url(../img/back_sub02.jpg) no-repeat right 4vh;
    background-size: contain;
}

#box3back{
    background: #fff url(../img/back_sub03.jpg) no-repeat right 4vh;
    background-size: contain;
}


.f-process .f-process_box:not(:last-child)::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 2rem 20vw 0px 20vw;
    border-color: #6fb62c transparent transparent transparent;
    bottom: -2rem;
    transform: translatex(30%) translateX(30%);
    margin: auto;
    z-index: 500;
}


.f-process .f-process_box2{
    margin: 0 auto 2em;
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}


.f-process_box .f-processmaintitle{
    margin: 0;
    padding-bottom: 1rem;
    width: 100%;
    font-family: serif;
    font-size: 180%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    color: #fff;
    font-weight: bold;
    background: #6fb62c;
    line-height:1.4;
}

.f-process_box .f-processmaintitle span{
    text-align: center;
    margin: 0rem 1%;
    width: 100%;
    font-size: 60%;
    line-height: 1;
    padding: 0;
}

.f-process_box .f-processmaintitle span::before{
content:"\02014";
margin-right: 2%;
    font-size:90%;
}

.f-process_box .f-processmaintitle span::after{
content:"\02014";
margin-left: 2%;
    font-size:90%;
}

.f-process_box .f-process-inner{
    margin: 0 auto;
    padding: 0rem 2vw 1rem;
    width: 100%;
    text-align: center;
}



.f-process-inner .f-processtitle{
    margin: 2rem 2% 1rem 0;
    padding: 0 0 0.4rem 1em;
    font-size: 160%;
    font-weight: bold;
    color: #e55d8a;
    line-height: 1.3;
    width: 98%;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-feature-settings: "palt";
    /* float: left;*/
}


.f-process-inner .f-processtitle2{
    margin: 0rem 2% 0em 0;
    padding: 0 0 0.4rem 1em;
    font-size: 1.8rem;
    font-weight: bold;
    color: #6fb62c;
    line-height: 1.3;
    width: 98%;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    float: left;
}


.f-process-inner .f-processtitle2::before {
    content: '♦';
    position: absolute;
    color: #f7dc6f;
    margin-left: -1em;
}


.f-process-inner .f-processname{
    margin: 0;
    font-size: 124%;
    font-weight: bold;
    color: #33366a;
    line-height: 1.3;
    width: 32%;
    text-align: right;
    float: right;
    padding-bottom: 0.4rem;
}



.f-process_box .cap{
    width: 98%;
    margin: 0rem 2% 2rem 0;
    font-size: 124%;
    color: #6e6e6e;
    line-height: 1.7;
    font-feature-settings: "palt";
    text-align: left;
}

.f-process_box ul{
list-style-type: none;
}

.f-process_box ul.f-box{
    width: 98%;
    margin: 1rem auto 2rem;
    font-feature-settings: "palt";
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}



.f-process_box li.f-cap{
    width: 46%;
    margin: 1rem 0% 0rem 1rem;
    font-size: 1.6rem;
    color: #6e6e6e;
    line-height: 1.4;
    font-feature-settings: "palt";
    text-align: left;
    padding-left: 1em;
    text-indent: -0.9em;
}

.f-process_box li.f-cap::before{
    content:"●";
    margin-right: 2%;
    margin-bottom:0.3rem;
        font-size:70%;
        color:#6fb62c;
}


/*  */


.f-process .f-process_box2 .textbox{
    margin: 0em 1%;
    padding: 1rem 1vw;
    width: 98%;
    text-align: center;
    font-size:1.6rem;
    color:#6e6e6e;
}

.f-process .f-process_box2 .textbox .texttitle{
    margin: 1rem auto;
    font-size: 2rem;
    font-weight: bold;
    color: #33366a;
    line-height: 1.3;
    width: 98%;
    text-align: center;
}

.f-process .f-process_box2 .textbox .textcap{
    width: 98%;
    margin: 0rem auto;
    font-size: 100%;
    color: #6e6e6e;
    line-height: 1.7;
    font-feature-settings: "palt";
    text-align: left;
}

.f-process .f-process_box2 .textboximg {
    margin: 1rem 1%;
    width: 98%;}
.f-process .f-process_box2 .textboximg img {
    width: 100%;
}










/* /// shop  ///////////////////////　*/
.shop_place {/**/}

.shop_all {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}


.shop .lead{
    width: 100%;
    text-align: center;
    margin: 0rem auto 4rem;
    color: #33366a;
    font-weight: bold;
    font-size: 160%;
    line-height: 1.6;
    font-family: serif;
    /*font-feature-settings: "palt";*/
    animation: first-fade2 16s infinite; /* both */
}

@keyframes first-fade2 {
  0% {opacity: 1; color: #e55d8a;scale(1.0);}
  50% {opacity: 1; color: #8386c0;scale(1.0);}
  100% {opacity: 1;color: #e55d8a;scale(1.15);}
}


.shop{
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
    /*display: flex;
    flex-wrap: wrap;
    position: relative;*/
}
/*
.categoryplan::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4rem 20vw 0px 20vw;
    border-color: #fffbec transparent transparent transparent;
    bottom: -5rem;
    transform: translateY(-50%) translateX(20%);
    -webkit- transform: translateY(-50%) translateX(20%);
    margin: auto;
    z-index: 500;
}
*/

.shop .shop_item{
    margin: 2rem auto;
    width: 100%;
    /*display: flex;
    flex-wrap: wrap;*/}
    @media screen and (min-width: 568px){
.shop .shop_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    }}





.shop .shop_item .shop_box{
    margin: 0 auto 3rem;
    padding: 1%;
    width: 100%;
    text-align: center;
    border: 4px solid #e6e6e6;
    border-radius: 1rem;
    background: #fff;
    filter: drop-shadow(0px 2px 2px #8386c020);}
    @media screen and (min-width: 568px){
.shop .shop_item .shop_box{
    width: 48%;
    }}


/*
.shop .shop_box:hover {
  transition: 0.8s;
  background: #8386c0;
  color: #fff;
    border: 6px solid #f4e4bf;}

.shop .shop_box:hover > p { color: #fff;}
.shop .shop_box:hover + .shopcap{color: #fff;}
*/



.shop_box .shoptitle{ 
    margin: 1.5rem auto 2rem;
    font-size: 144%;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #33366a;/*#e55d8a　*/}
  @media screen and (min-width: 568px){
.shop_box .shoptitle{ 
font-size: 130%;
    }}
  @media screen and (max-width: 430.99px){
.shop_box .shoptitle{ 
    font-size: 140%;
    }}



.shop_box .shopcap{ 
    width: 100%;
    margin: 1rem 2% 0;
font-size: 110%;
    line-height: 1.3;
    font-feature-settings: "palt";
    text-align: left;
    min-height: 3rem; }
  @media screen and (min-width: 568px){
.shop_box .shopcap{ 
font-size: 100%;
    }}
  @media screen and (max-width: 430.99px){
.shop_box .shopcap{ 
    font-size: 120%;
    }}



.shop_box .shopkomoku{
    margin:0 auto;
    width: 96%;
    font-size: 114%;
    text-align: left;
    line-height: 1.3;
    font-feature-settings: "palt";
    padding: 1rem 1% 1rem 32%;
position:relative;}
 @media screen and (max-width: 1024.99px) {
.shop_box .shopkomoku{
    padding: 1rem 1% 1rem 31%;
}}
 @media screen and (max-width: 820.99px) {
.shop_box .shopkomoku{
    padding: 0.5rem 1% 1rem 29%;
}}
 @media screen and (max-width: 798.99px) {
.shop_box .shopkomoku{
    padding: 0.5rem 1% 1rem 26%;
}}
  @media screen and (max-width: 375.99px){
.shop_box .shopkomoku{
    padding: 0.5rem 1% 1rem 29%;
}}



.shop_box .shopkomoku span{
    position:absolute;
    float: left;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
left: 0%;
    background: #8386c0;
    margin: -0.3vh 2% 0 0;
    width: 9rem;
    height: auto;
    color: #fff;
    padding: 1%;}
 @media screen and (max-width: 798.99px) {
.shop_box .shopkomoku span{
    margin: -0.1vh 2% 0 0;
    width: 8rem;
}}
 @media screen and (max-width: 430.99px) {
.shop_box .shopkomoku span{
    margin: -0.2vh 2% 0 0;
    width: 9rem;
}}
 @media screen and (max-width: 390.99px) {
.shop_box .shopkomoku span{
    width: 8rem;
}}


 .shop_box .shopimg{ 
margin: 2rem auto 0;
    overflow: hidden;
}

 .shop_box .shopimg img{
    width: 100%;
    height: 14vh;
    object-fit: cover;
    /* transition: 1s all; */
    /*overflow: hidden;
    object-fit: cover;
    height: 20vh;*/
}
    /*
 @media screen and (max-width: 959.99px) {
 .shop_box .shopimg img{
    height: 30vh;
}}
 @media screen and (max-width: 1160px) {
 .shop_box .shopimg img{
    height: 20vh;
}}
*/


/*
 .shop_box .shopimg img:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
}
*/


 .shop_box .block_btn3 {
    margin-top: 1rem;
    padding: 0 0 1rem;
}

 .shop_box .block_btn3 .btn_minilink {
    font-size: 100%;}
  @media screen and (min-width: 376px){
 .shop_box .block_btn3 .btn_minilink {
font-size: 110%;
    }}
  @media screen and (min-width: 568px){
 .shop_box .block_btn3 .btn_minilink {
font-size: 94%;
    }}



.shop .physicalship-big {
    line-height: 1.4;
    font-size: 154%;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 3rem;
}
.shop .physicalship-big::before,
.shop .physicalship-big::after{
    bottom: -1rem;
    font-size: 190%;
}


.shop .physicalship-big .tt_middle {
    margin: 0;
    font-size: 100%;}
  @media screen and (min-width: 568px){
.shop .physicalship-big .tt_middle {
    font-size: 130%;
    }}


.shop .physicalship-big .tt_big {
    margin: 0rem 0.5% 0rem;
    color: #e55d8a;
    line-height: 1;
    font-size: 212%;
}


.shop .tt_l-cap {
    padding: 1rem;
}


.shop .tt_tyuki {
    font-size: small;
    text-indent: -1.1rem;
    width: 90%;
    margin: 1rem auto 0;
}



/*  oneshop  　*/

.oneshop{
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 100%;
}

span.icmail{
        vertical-align: -webkit-baseline-middle;
        margin: 0 1%;
}
span.icmail img{
    width:6%;
    vertical-align: super;
}

.oneshop .oneshop_item{
    margin: 0rem auto;
    padding: 1rem 0.8vw;
    width: 98%;
    border: 1px solid #d5e5d1;
    border-radius: 1rem;
    background: #ffffff;
    filter: drop-shadow(2px 5px 5px #8386c030);
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.oneshop .title{ 
    margin: 1rem auto 0.5rem;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #333;
    width:100%;
    font-feature-settings: "palt";}
 @media screen and (max-width: 959.99px) {
.oneshoptitle{ 
    font-size: 1.3rem;
}}

.oneshop .oneshop_item .subtitle{ 
    margin: 1rem auto 1rem;
    padding:1rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #333;
    width:100%;
    border-bottom: 1px solid #e6e6e6;
    font-feature-settings: "palt";}
 @media screen and (max-width: 959.99px) {
.oneshoptitle{ 
    font-size: 1.3rem;
}}

.oneshopimg{ 
    margin: 0.8rem 2%;
    overflow: hidden;
    width: 96%;
    float: left;}
.oneshopimg img{
    width: 100%;
    transition: 1s all;
    height: 14vh;
    object-fit: cover;
}

.oneshopimg img:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
}


.oneshop .oneshop_item .oneshop_box{
    margin: 0px 3% 2rem;
    width: 94%;
    text-align: left;
  }


.oneshoptitle{
    margin: 0rem auto 0rem;
    font-size: 146%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #333;
    font-feature-settings: "palt";
  }


.oneshoppaddress{
    margin: 0.5rem auto 1em;
    font-size: 110%;
    line-height: 1.3;
    text-align: left;
    color: #333;
    font-feature-settings: "palt";
  }

.oneshopkomoku{
    width: 100%;
    font-size: 110%;
    text-align: left;
    line-height: 1.4;
    font-feature-settings: "palt";
    margin: 1rem 1%;
    text-align: left;
    padding: 0.2rem 0 0 23%;
position:relative;}
 @media screen and (max-width: 959.99px) {
.oneshopkomoku{
    padding: 0.2rem 0 0 22%;
}}
 @media screen and (max-width: 430.99px) {
.oneshopkomoku{
    padding: 0.2rem 0 0 22%;
}}



.oneshopkomoku span{
    position: absolute;
    left: 0;
    /*float: left;*/
    font-size: 74%;
    font-weight: bold;
    text-align: center;
    background: #8386c0;
    margin: -0.2rem 2% 0 0;
    width: 20%;
    height: auto;
    color: #fff;
    padding: 1%;}
 @media screen and (max-width: 959.99px) {
.oneshopkomoku span{ 
    font-size: 80%;
    left: 0;
}}


.oneshop .block_btn3{
  margin: 0 2% 2em;
  width: 96%;
  padding: 0.6rem 0rem;
}


.oneshop .tt_tyuki {
    font-size: small;
    text-indent: -1.1rem;
    width: 90%;
    margin: 1rem auto 0;
}








} /* END */