@charset "UTF-8";

/*===============================================
画面の横幅が798px以上（PC用）
===============================================*/
/*@import url(https://www.ohnoya-funeral.com/about/css/asset2.css) layer(open-props); */

@media screen and (min-width: 798px){

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


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

body { margin: 0; padding: 0;}

.bodyback-img1{/**/}


.block_btn .btn_link {
    margin-bottom: 7rem;
    font-weight: bold;
    margin-top: 1rem;
    max-width: 680px;}
    @media screen and (max-width: 1060px) {
.block_btn .btn_link {
    max-width: 480px;
    }}


.block_btn .btn_link2{
    margin-bottom: 5rem;
    font-weight: bold;
    margin-top: 1rem;
    max-width: 46%;}


.leadimg20 img {
    width: 80%;
}



.page_kv {
    display: table;
    width: 100%;
    height: 260px;
    background: url(../../img/page_kv5_pc.jpg) no-repeat center!important;
    background-size: cover !important;
    border-bottom: 1px solid #f2f2f2;
}




.contents-first{
    padding-bottom: 2rem;
    background: url(../img/bg_topback_pc2.png) no-repeat right 100%;
    background-size: 100%;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
    bottom: 0;
    width: 100%;
    position: relative;}
@media screen and (max-width: 960px) {
.contents-first{
padding-bottom: 3rem;
background: url(../img/bg_topback_pc2.png) no-repeat right -43%;
background-size: 100%;
background-color:rgba(255,255,255,0.8);
}}




.contents-first .leadimg20 {
right: 0%;
    margin: 1rem 2.5% 0;
    text-align: right;
    /* float: right; */
    opacity: 5%;
    position: absolute;
    top: 17vh;
}


.contents .contents-first .tt_cap{
margin: 2rem 5%;
    color: #6e6e6e;
    line-height: 1.7;
    font-size: 1.6rem;
    text-align: left;
    width: 90%;}
    @media screen and (max-width: 960px) {
.contents .tt_cap{
        font-size: 1.5rem; 
    }}


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

.contents .contents-first h3{
    width: 80%;
    text-align: center;
    margin: 6rem auto 4rem;
    padding: 1rem;
    background: #ffffff80;
    color: #8386c0;
    font-weight: bold;
    font-size: 140%;
    line-height: 1.6;
    font-family: serif;
    /*font-feature-settings: "palt";*/

    /*background: #fff;*/
    border: 1px solid #ecf973 ;
    border-radius: 5rem;
   animation: blinkBorder-green 30s ease infinite ;}
 @media screen and (max-width: 960px) {
.contents .contents-first h3{
margin: 4rem auto 0rem;
    font-size: 120%;
}}

@keyframes blinkBorder-green {
  0% { border: 1px solid #fff; opacity: 0; /*transform: translateY(30px);*/;}
  30% { border: 1px solid #fff; opacity: 1; color: #e55d8a;scale(1.0);}
  60% { border: 1px solid #f9edbb; opacity: 1;color: #33366a;scale(1.15) ;}
  80% { border: 1px solid #ecf973; opacity: 1;color: #8386c0;scale(1.3);}
  100% { border: 1px solid #fff; opacity: 0;/*transform: translateY(30px);*/;}
}









/* ///  大野屋の直営斎場一覧  ///////////////////////　*/
.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;
    /*font-family: serif;*/
    font-feature-settings: "palt";
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;}
 @media screen and (max-width: 960px) {
.funeralhalls_all h3{
    margin: 0rem auto 0rem;
}}

.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_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 {
    text-align: center;
    margin: 1rem auto 1rem;
    width: 44%;
}



/* /// TAB  ///////////////////////　*/
.tabs{width: 100%;
}

  .tab-panels ul {
      margin: 0;
      padding: 0;
      position: relative;
  }

  .tab-panels ul li {
    list-style-type: none;
    display: inline-block;
    background: #33366a;
    margin: 0;
    padding: 1em 0.5em;
    border-radius: 0.5em 0.5em 0 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 15%;
    min-height: 4em;
    font-size: 84%;
    font-weight: bold;
    line-height: 1.3;
    font-feature-settings: "palt";}
 @media screen and (max-width: 960px) {
  .tab-panels ul li {
    width: 30%;
    font-size: 78%;
    margin: 0 1% 1rem;
}}


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

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

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

.tabContainer .title,
  .tab-panels .panel .title {
margin: 0 auto 2rem;
font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    filter: drop-shadow(0.5px 0.5px 0px #fff);}
 @media screen and (max-width: 960px) {
  .tab-panels .panel .title {
font-size: 1.5rem;
}}


.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: 0;
    margin: 1rem auto;
    width: auto;
    background: #fff9ea;
    border: 1px solid #f4e4bf;
    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: 1.5rem 1% 0%;
    width: 17%;
    /*bottom: 0rem;
    left: 0;*/}
.panel-part .panelimg img{
    width: 78%;
}


.panel-part .panelcap{
    width: 77%;
    text-align: right;
    bottom: 0rem;
    right: 0;
    margin-right: 4%;
}


.panel-part .panelcap .captitle{
    margin: 2.25rem auto 0;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    bottom: 1rem;
    line-height: 1.5;
}

.panel-part .panelcap .cap{
    margin: 0.7rem auto 1rem;
    color: #333;
    line-height: 1.7;
    font-size: 1.6rem;
    text-align: justify;
    /* filter: drop-shadow(0px 1px 1px #fff); */
    /* border-radius: 0.5rem; */
    font-weight: 400;
    font-feature-settings: "palt";}
@media screen and (max-width: 960px) {
.panel-part .panelcap .cap{
    line-height: 2;
    font-size: 100%;
    }}

.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";}
@media screen and (max-width: 960px) {
.panel-part .panelcap .cap span{
    font-size: 90%;
    }}

.panel-part .panelcap .name{
    margin: 0 2% 0.7rem;
    color: #655e51;
    font-size: 1.4rem;
    text-align: right;
    line-height: 1.5;
   /* bottom: 1rem;*/
    font-weight: bold;
}


.tab-return{
    margin: 0 35% 0;
    width: 30%;
}

.tab-return a{
    /* padding: 1rem; */
    /* color: #FFF; */
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none;
    transition-duration: 0.8s;
    /* background: #fefefe; */
    border-radius: 0 0 20rem 20rem;
    border: 2px solid #f4e4bf;
    filter: drop-shadow(1px 4px 1px #f4f4f460);
    background: #f4e4bf;
    margin-top: -1px;}
@media screen and (max-width: 960px) {
.tab-return a{
    font-size: 1.2rem;
    }}

.tab-return :hover{
    color: #ba003d90;
    border: 2px solid #FFF;
    border-top: none;
    filter: drop-shadow(1px 12px 5px #cccccc60);
}


.panelcap .block_btn .btn_minilink {
    float: right;
    padding: 0.5rem;
    margin: -1.5rem 0 2rem 0;
    width: 55%;
    line-height: 1.4;
}






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

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


.funeralplan .lead{
    width: 100%;
    text-align: center;
    margin: 0rem auto 4rem;
    color: #33366a;
    font-weight: bold;
    font-size: 150%;
    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%;
    /*display: flex;
    flex-wrap: wrap;
    position: relative;*/
}
/*
.funeralplan::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;
}
*/


.funeralplan .funeralplan_item{
margin: 2rem auto;
    width: 100%;
display: flex;
    flex-wrap: wrap;
  }



.funeralplan .funeralplan_box{
margin: 0 auto 4rem;
    width: 46%;
    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: 26vh;
transition:1s all;}
@media screen and (max-width: 960px) {
.funeralplanimg img{
    height: 20vh;
}}



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




.funeralplancap{
    width: 100%;
    margin: 1.5rem auto 1rem;
    font-size: 1.7rem;
    font-weight: bold;
    color: #8386c0;
    line-height: 1.4;
    font-feature-settings: "palt";
    text-align: center;
    bottom: 0}
 @media screen and (max-width: 960px) {
.funeralplancap{
    margin: 1rem auto;
    font-size: 1.4rem;
}}



.funeralplantitle{ 
    margin: 1.5rem auto;
    font-size: 2.8rem;
    font-weight: bold;
    color: #33366a; /*#e55d8a*/
    line-height: 1.3;
    /* width: 60%; */
    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;}
 @media screen and (max-width: 960px) {
.funeralplancontent{ 
    padding: 0.4rem 1%;
    font-size: 1.2rem;
}}


.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: 22%;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #e55d8a;
    font-feature-settings: "palt";
    border-radius: 0.4rem;}
 @media screen and (max-width: 960px) {
.in-price{ 
    width: 26%;
    font-size: 1rem;
}}



.funeralplanprice{ 
    float: right;
    width: 66%;
    font-size: 2.5em;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    font-feature-settings: "palt";
    margin: -0.2em 1% 0;
    position: relative;}
 @media screen and (max-width: 960px) {
.funeralplanprice{ 
    width: 58%;
    font-size: 1.9em;
}}



.funeralplanprice::before{ 
    content: "￥";
    position: absolute;
    font-size: 2.8rem;
    font-weight: bold;
    left: -9%;
    bottom: 0.1em;
    float: left;}
 @media screen and (max-width: 960px) {
.funeralplanprice::before{ 
    font-size: 2.4rem;
    font-weight: bold;
    left: -14%;
}}


.funeralplanprice::after{ 
    content: "～";
    position: absolute;
    font-size: 2.3rem;
    font-weight: bold;
bottom: 0.4em;}
 @media screen and (max-width: 960px) {
.funeralplanprice::after{ 
    font-size: 2rem;
    bottom: 0.25em;
}}


.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%;
    margin-bottom: 2rem;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}


.halls_list .halls_item {
    width: 21.5%;
    padding: 1.4rem 1vw;
    text-align: center;
    border-radius: 10px;
    margin: 2em auto 3em;
    position: relative;
    transition: 1s;
    display: block;
    background: #4ca736;
    background: #4ca736 url(../img/img_backflower.png) no-repeat center bottom;
    background-size: 100%;
}



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

.halls_list .halls_item:hover {
    color:#fff000;
}


.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: 15px solid #6FBA2C;
    position: absolute;
    left: calc(50% - 20px);
    bottom: calc(0% - 15px);
    transition: 0.6s;
}


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

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


.halls_item .explain {
    margin-top: 1vh;
    font-size: 1.8rem;
    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:2.4rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1.3;
    transition: 1s;
    width: 96%;
}




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


/* */
.obititle {
    padding:3vh 0;
    margin: 3em auto 1.25em;
    font-size: 3rem;
    font-family:serif;
    font-weight: bold;
    color: #fff000;
    line-height: 1.3;
    width: 96%;
    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;
    background-size: inherit;
}

.obititle2 {
    padding:3vh 0;
    margin: 2em auto 1.5em;
    font-size: 3rem;
    font-family:serif;
    font-weight: bold;
    color: #fff000;
    line-height: 1.3;
    width: 96%;
    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 */}
 @media screen and (max-width: 960px) {
.obilead{
margin: 2rem auto 1rem;
    font-size: 150%;
}}


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





/*  */

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


.halls_itembox {
    margin:1em 2% 2em;
    width: 96%;
    padding: 1.5rem;
    padding-bottom: 8vh;
    position: relative;
    /*background: #fbfbfb*/
    text-align: center;
    border: 4px solid #e4f1e3;
    border-radius: 5px;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /*background: #f6fff5 url(../img/bg_topback_pc.png) no-repeat center bottom;
    background-size: 107%;*/
    background: #f6fff5 url(../img/illust_back01.png) no-repeat center bottom;
    background-size: contain;

    /*filter: drop-shadow(0px 2px 5px #00000015);*/
}

/*
.noling {
    margin: 0 auto 0.5rem;
    text-align:left;
    width: 15%;}
.noling img {
    width: 90%;
}
*/

.nolingcap {
    width: 14%;
    padding: 1rem 1vw;
    text-align: center;
    border-radius: 6px;
    margin: 0rem auto;
    position: absolute;
    display: block;
    background: #4ca736;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
}



.p_itemboxtitle {
    padding-bottom: 2rem;
    margin: 1rem 1% 1rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #4ca736;
    line-height: 1.3;
    text-align: center;
    width:98%;
    border-bottom: 2px solid #d5e5d1;
}


.titleic {
  margin: 0.5rem 2% 0 0;}
@media screen and (max-width: 767.98px) {
.titleic {
    margin: 0rem 1% 0 0;
    width: 9%;
}}


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

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

.p_itemboximg .limg {
    margin: 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 auto 1rem;
    width: 100%;
    text-align: center;
}

.halls_itemboxin2 {
    margin: 0em 0% 1rem 1%;
    width: 68%;
    text-align: center;
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}





.p_itemboxsubtitle {
    margin: 3rem auto 0.8rem;
    /* padding-top: 1em; */
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #33366a;
    line-height: 1.4;
    font-feature-settings: "palt";
    font-family: monospace;
}


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


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



.p_modoru {
    margin:1rem auto 0;
    font-size: 1.5rem;
    font-weight:bold;
    text-align: center;
    width: 70%;
}

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

}

.p_modoru a:hover {
    background:#fff00030;
    border-radius:1em;
}




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


.hyobox img{
margin:2%;
width:46%;
}


/* */
.halls_itemboxin2{
    margin: 1em auto;
    padding: 0 0 1em;
    text-align: left;
    width: 100%;
    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: 2rem;
      font-family:serif;
      font-weight: bold;
      line-height: 1.5;}
@media screen and (max-width: 767.98px) {
 .minipointtitle {
   padding: 1rem 1vw 1em 1vw;
  font-size: 130%;
}}


 .minipointcap {
    margin: 1rem 4%;
    text-align: left;
    width: 92%;
    color: #33366a;
    font-size: 1.8rem;
    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: 4.5%;
}


 .minipointcap .minititle {
  margin: 0.6rem 2%;
  text-align: left;
  color: #e55d8a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt";
  /*padding: 0.6rem 1vw 0.3rem;
  border: solid #e55d8a;
  border-width: 1px 0px;*/}
@media screen and (max-width: 767.98px) {
 .minipointcap .minititle {
  font-size: 130%;
}}


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













.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.5em;}
.itemboxinbox .itemboxinboxtitle .capic img {
    vertical-align: middle;
    width: 5%;
    margin-bottom: 0.5rem;
}









/* */
.s_modoru {
    margin:1rem 0 0;
    font-size: 1.5rem;
    text-align: right;
    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: 4rem 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 5em;
    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: url(../img/back_sub01b.jpg) no-repeat right bottom;
    background-size: contain;
}

#box2back{
    background: url(../img/back_sub02b.jpg) no-repeat right bottom;
    background-size: contain;
}

#box3back{
    background: url(../img/back_sub03b.jpg) no-repeat right bottom;
    background-size: contain;
}


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



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


.f-process_box .f-processmaintitle{
    float:left;
    margin: 0rem 2% 0 0;
    width: 21%;
    font-family:serif;
    font-size: 2.6rem;
    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:40%;
}

.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: 2rem 0% 0;
    width: 75%;
    text-align: center;
}



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


.f-process-inner .f-processtitle2{
    margin: 2rem 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: -1.25em;
}


.f-process-inner .f-processname{
    margin: 0;
    font-size: 1.7rem;
    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: 1.6rem;
    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%; /* 30% */
    margin: 1.4rem 0% 0rem 1em;
    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: 1em 1% 2em;
    padding: 1rem 1vw;
    width: 53%;
    text-align: center;
    font-size:1.6rem;
    color:#6e6e6e;
}

.f-process .f-process_box2 .textbox .texttitle{
    margin: 2rem 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: 1.7rem;
    color: #6e6e6e;
    line-height: 1.7;
    font-feature-settings: "palt";
    text-align: left;
}

.f-process .f-process_box2 .textboximg {
    margin: 1rem 1%;
    width: 42%;}
.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 2rem;
    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;
}

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

/*
.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: 2rem auto 0rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #333; /*#e55d8a　33366a　*/
    font-feature-settings: "palt";}
 @media screen and (max-width: 959.99px) {
.shop_box .shoptitle{ 
    font-size: 1.3rem;
}}
 @media screen and (max-width: 1024.99px) {
.shop_box .shoptitle{ 
    font-size: 1.6rem;
}}


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



.shop_box .shopkomoku{ 
    width: 100%;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.3;
    font-feature-settings: "palt";
    margin: 0.5rem 1% 0;
    text-align: left;
    padding: 0.2rem 0 0 0%;}
 @media screen and (max-width: 959.99px) {
.shop_box .shopkomoku{
    font-size: 1.4rem;
    padding: 0.2rem 0 0 0%;
}}

.shop_box .shopkomoku span{ 
    float: left;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    background: #8386c0;
    margin: -0.2rem 2% 0 0;
    width: 9rem;
    height: auto;
    color: #fff;
    padding: 1% 0.5vw 0.1%;}
 @media screen and (max-width: 959.99px) {
.shop_box .shopkomoku span{ 
    font-size: 70%;
    width: 5rem;
    margin-top: 0.1vh;
}}



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

 .shop_box .shopimg img{
    width: 100%;
    transition:1s all;
}

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



.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:4%;
}

.oneshop .oneshop_item{
    margin: 2rem 3% 1em;
    width: 94%;
    border: 3px solid #d5e5d190;
    border-radius: 1rem;
    background: #ffffffcd;
    filter: drop-shadow(0px 2px 2px #8386c020);
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0.8vw 1.5rem;
}

.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: 2rem auto 1rem;
    padding-bottom:0.8rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    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: 1.5rem 2% 1rem;
        overflow: hidden;
        width: 38%;
        float: left;}
.oneshopimg img{
    width: 100%;
    transition:1s all;
}

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



.oneshop .oneshop_item .oneshop_box{
        margin: 0 auto;
        padding: 1rem 0vw;
        width: 56%;
        float: right;
        text-align: left;}


.oneshoptitle{ 
    margin: 0rem auto 2rem;
    font-family: monospace;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #33366a;
    font-feature-settings: "palt";
    padding: 0vh 0 0.6vh;
    border-bottom: 1px solid #33366a;}
 @media screen and (max-width: 959.99px) {
.oneshoptitle{ 
    font-size: 1.3rem;
}}

.oneshoppaddress{
margin: 1rem auto 2rem;
        font-size: 1.4rem;
        line-height: 1.3;
        text-align: left;
        color: #333;
        font-feature-settings: "palt";}
 @media screen and (max-width: 959.99px) {
.oneshoppaddress{ 
    font-size: 1.3rem;
}}

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


.oneshopkomoku span{ 
    position: absolute;
    left: 0;
    /*float: left;*/
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background: #33366a;
    margin: -0.2rem 2% 0 0;
    width: 8rem;
    height: auto;
    color: #fff;
    padding: 0.4vh 0.2vw 0.1vh;}
 @media screen and (max-width: 959.99px) {
.oneshopkomoku span{ 
    font-size: 76%;
    left: 0;
    width: 20%;
}}





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



