@charset "UTF-8";
/* ＝=＝=＝=＝=＝=＝=＝=＝=＝
直営家族葬ホールのご案内START
＝=＝=＝=＝=＝=＝=＝=＝=＝ */

/* ＝＝＝＝＝＝＝＝
　　　PC START
＝＝＝＝＝＝＝＝＝ */
#directly_04 .wave{
    background-size: contain;
}
#directly_04 .di_wrap{
    width: 822px;
    margin: 0 auto;
}
/* ＝＝＝見出し＝＝＝ */
#directly_04 .h2{
    margin: 100px 0 40px 0;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
}
#directly_04 .h2line{
    display: block;
    width: 822px;
    margin: 0 auto 100px;
}
#directly_04 .title{
    width: 822px;
    margin: 0 auto;
    color: var(--main);
    font-size: 1.6em;
    font-weight: bold;
}
#directly_04 .sub_title{
    margin-top: 50px;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 40px;
    background-color: var(--main);
    width: fit-content;
    padding: 14px 40px;
}

/* ＝＝＝スライダー＝＝＝ */
#directly_04 .slidbox {
    margin: 70px auto 0;
    width: 100%;
}
  /* 中央以外のスライド */
#directly_04 .slick-img img {
    height: auto;
    opacity: .5;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
    width: 100%;
}
  /* 中央のスライド */
#directly_04 .slider .slick-center img {
    opacity: 1;
    transform: scale(1);
}

/*＝＝＝アコーディオンのためのcss＝＝＝*/
/*アコーディオン全体*/
#directly_04 .accordion-area02{
    list-style: none;
    width: 100%;
    max-width: 622px;
    margin: 90px auto 80px;
}
#directly_04 .accordion-area02 li:first-child{
    border-radius: 10px 10px 0 0;
}
#directly_04 .accordion-area02 li{
    border: 1px solid #717171;
    background-color: #fff;
    padding: 10px 50px 10px 50px;
}
#directly_04 .accordion-area02 li:last-child{
    border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 550px){
#directly_04 .accordion-area02 li:first-child{
    border-radius: 10px 10px 0 0;
}
#directly_04 .accordion-area02 li{
    border: 1px solid #717171;
    background-color: #fff;
    padding: 14px 30px 10px 30px;
}
#directly_04 .accordion-area02 li:last-child{
    border-radius: 0 0 10px 10px;
}
}/* アコーディオン550end */

/*アコーディオンタイトル*/
#directly_04 .ac_title02 {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 10px 40px 10px 0;
    transition: all .5s ease;
    font-size: 1.3em;
    color: #717171;
    display: flex;
    align-items: center;
    gap: 40px;
    line-height: 1.2;
}
#directly_04 .directly_title{
    font-weight: bold;
    width: 80%;
}

/*アイコンの＋と×*/
#directly_04 .ac_title02::before,
#directly_04 .ac_title02::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 5px;
    background-color: #717171;
}
#directly_04 .ac_title02::before{
    top:48%;
    right: 0;
    transform: rotate(0deg);
}
#directly_04 .ac_title02::after{    
    top:48%;
    right: 0;
    transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
#directly_04 .ac_title02.close02::before{
  transform: rotate(45deg);
}
#directly_04 .ac_title02.close02::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
#directly_04 .ac_box02 {
    display: none;/*はじめは非表示*/
    background: #FFF;
  	margin:0 0;
    padding: 4px 0 18px;
    font-size: 1em;
    transform: rotate(0.05deg);
}
#directly_04 .ac_box02 p{
    line-height: 1.6;
}
#directly_04 .directly_box{
    display: flex;
    gap: 40px;
    padding: 10px 10px 0 0;
}
#directly_04 .directly_txt{
    line-height: 1.8;
    font-size: 0.9em;
}
#directly_04 .directly_txt span{
	border: 1px solid;
	padding: 0 10px;
}

#directly_04 .features{
    display: inline-block;
    margin-top: 14px;
    border: 1px solid #717171;
    padding: 0 10px;
    margin-bottom: 4px;
}


#directly_04 .list_d{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	max-width: 622px;
    margin: 0 auto 80px;
	border: 1px solid #ccc;
	border-bottom: none;
}
#directly_04 .list_d dt{
	background: #f5f5f5;
	padding: 13px;
	width: 150px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    font-size: 1em;
    transform: rotate(0.05deg);
}
#directly_04 .list_d dd{
    line-height: 1.5;
    background: #fff;
	padding: 13px;
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
    font-size: 1em;
    transform: rotate(0.05deg);
}


/* ＝＝＝＝＝＝
    アクセス
＝＝＝＝＝＝ */
#directly_04 .pdf_b{
    display: none;
}
#directly_04 .access_box{
    width: 822px;
    margin: 0 auto;
}
#directly_04 .access{
    margin-top: 50px;
}
#directly_04 .d_line{
    border-bottom: 4px dotted var(--main);
}
#directly_04 .d_line01{
    border-bottom: 4px dotted var(--main);
    margin-bottom: 100px;
}
#directly_04 .access dt{
    color: var(--main);
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 8px;
}
#directly_04 .access dd{
    font-size: 1.1em;
    transform: rotate(0.05deg);
    line-height: 1.6;
    margin-bottom: 16px;
}
#directly_04 .access_map{
    margin-top: 40px;
}
#directly_04 .access_btn{
    margin: 40px 0 70px;
    display: flex;
    justify-content: space-between;
}
#directly_04 .access_btn a{
    background-color: #ffffff;
    border: 1px solid var(--main);
    border-radius: 10px;
    color: var(--main);
    font-weight: bold;
    display: block;
    width: 350px;
    line-height: 50px;
    text-align: center;
    font-size: 1.1em;
}
#directly_04 iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  

#directly_04 .d_line_bottom{
    border-bottom: 4px dotted var(--main);
    margin: 50px 0 100px;
}

/* ===========================
【直営家族葬ホールのご案内】
　のタブレット・スマホ
============================ */
@media screen and (max-width: 767px){
/* =========パンくずリスト========= */
#directly_04 .wave{
    background-size: contain;
}
.pankuzu{
    font-size: 1em;
    transform: rotate(0.05deg);
    margin-top: 20px;
}
/* ＝＝＝＝＝＝
    アクセス
＝＝＝＝＝＝ */
#directly_04 .d_line01{
    border-bottom: 4px dotted var(--main);
    margin-bottom: 80px;
}
#directly_04 .access_box{
    width: auto;
    max-width: 822px;
    margin: 50px auto;
}
#directly_04 .title{
    width: auto;
    text-align: center;
}
#directly_04 .sub_title {
    margin: 40px auto;
    max-width: 400px;
    width: 48%;
    text-align: center;
    font-size: 1.1em;
}
#directly_04 .di_wrap{
    width: auto;
}
#directly_04 .access_btn {
    margin: 40px 0 50px;
}
#directly_04 .access_btn a{
    width: 46%;
    font-size: 1em;
}
#directly_04 .slidbox {
margin: 50px auto 0;
}
#directly_04 .accordion-area02 {
    margin: 70px auto 60px;
}
/* =========見出し========= */
#directly_04 .h2line{display: none;}
#directly_04 .h2{
    margin: 60px 0 30px 0;
    font-size: 1.8em;
}
 #directly_04 .h2line_sp{
    width: 70%;
    margin: 0 auto 60px;
}
#directly_04 .d_line_bottom {
    margin: 50px 0 80px;
}
#directly_04 .list_d {
    margin: 0 auto 60px;
}
}/* 767END */

@media screen and (max-width: 550px){
    #directly_04 .d_line01{
        border-bottom: 4px dotted var(--main);
        margin-bottom: 50px;
    }
/* ------見出し------ */
#directly_04 .pdf_b{
    display: block;
}
#directly_04 .h2{
    margin: 50px 0 30px 0;
    font-size: 1.3em;
}
#directly_04 .h2line_sp{
    width: 90%;
    margin: 0 auto 40px;
}
#directly_04 .title{
    font-size: 1.3em;
    text-align: center;
    padding-bottom: 28px;
}
#directly_04 .sub_title {
    width: 70%;
    max-width: 280px;
    font-size: 1em;
    margin: 40px auto;
    text-align: center;

}
#directly_04 .ac_title02 {
    font-size: 1.1em;
}
#directly_04 .slidbox {
    margin: 40px auto 0;
}
#directly_04 .directly_txt {
    font-size: 1em;
}
#directly_04 .directly_txt span{
	border: 1px solid;
	padding: 0 10px;
}
#directly_04 .accordion-area02 {
    margin: 60px auto;
}
#directly_04 .d_line {
    margin-bottom: 50px;
}
/* ＝＝＝＝＝＝
    アクセス
＝＝＝＝＝＝ */
#directly_04 .access_btn {
    margin: 40px 0 50px;
}
#directly_04 .access_btn a{
    width: 48%;
    line-height: 1.5;
    display: grid;
    place-items: center;
    padding: 4px 0;
}
#directly_04 .access dd {
    font-size: 1em;
}
#directly_04 .d_line_bottom {
    margin: 50px 0 80px;
}
}/* 550END */


/* ＝＝＝＝＝＝＝＝＝＝
　　見出し+供花・供物
＝＝＝＝＝＝＝＝＝＝＝ */
.title_box{
    width: 822px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px dotted var(--main);
}
.flower_d{
    margin-bottom: 14px;
}

.flower_d .flower_d_in{
    width: calc(100/4);
    background-repeat: no-repeat;
    width: 240px;
}
/* ーーー供花・供物のご注文ーーー */
.flower_d .flower_d_in a{
    background-color: #fff;
    border: 1px solid var(--pink);
    border-radius: 6px;
    color: var(--pink);
    display: block;
    font-weight: bold;
    height: 60px;
}
.flower_d .flower_d_in{
    position: relative;
}
.flower_d .flowerimg{
    position: absolute;
    top: -13px;
    left: -1px;
}
.flower_d .flowertxt{
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 0 88px;
}
@media screen and (max-width: 767px){
    /* ====================
        見出し+供花・供物
    ======================= */
    .title_box{
        display: block;
        width: auto;
    }
    .flower_d{
        width: 300px;
        margin: 30px auto 40px;
    }
    .flower_d .flower_d_in{
        width: 100%;
    }
    /* -----供花・供物のご注文ｔａｂ----- */
    .flower_d .flowertxt{
        font-size: 1em;
        padding: 11px 0 0 88px;
    }
    @media screen and (max-width: 550px){
    /* -----供花・供物のご注文ｓｐ----- */
    .flower_d{
        width: 240px;
        padding-bottom: 40px;
        margin: 0 auto;
    }
    .flower_d .flower_d_in a{
        height: 50px;
    }
    .flower_d .flowerimgsmall{
        position: absolute;
        top: -7px;
        left: -9px;
    }
    .flowerimg{
        display: none;
    }
    .flowerimgsmall{
        display: block;
    }
    .flower_d .flowertxt{
        padding: 5px 0 0 50px;
    }
    }/* ナヴィ２550end */
}/* ナヴィ２767end */