@charset "utf-8";

#keyVisual{
	background: url("../img/keyvisual_pc.jpg") no-repeat right center / cover;
}

@media screen and (max-width: 1600px){
	#keyVisual{
		background-position: 50% center;
	}
}
@media screen and (max-width: 1024px){
	#keyVisual{
		background-position: 82% center;
	}
}
@media screen and (max-width: 768px){
	#keyVisual{
		background: url("../img/keyvisual_sp.jpg") no-repeat right center / cover;
	}
}

/* ------------------------------------------------------------------------ */

/* 共通

/* ------------------------------------------------------------------------ */
.contents,
.contents > section {
    text-align: left;
}

.contents > section {
    margin: 0 0 100px;
}

.contents > section > div{
    margin-bottom: 60px;
}

.contents > section > section > p,
.contents > section > p,
.contents > p,
.sideBox p{
    font-size: 1.6rem;
    line-height: 2.0;
}

.contents > section > div > p > span{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

#lead{
	font-family: "Shippori Mincho", serif;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 2.0;
    text-align: left;
    margin: 60px 0;
}

.contents > p.sub-txt{
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-weight: bold;    
}


.contents_area{
    margin-bottom: 100px;
}

.contents_area .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 40px auto;
}
.contents_area .flex li{
    width: 48%;
    margin: 0 0 52px;
}
.contents_area .flex li > iframe{
    width: 100%;
    margin-top: 8px;
}
.contents_area .flex li span{
    display: block;
    font-size: 1.6rem;
    margin-top: 20px;
}

.ulStyle01 {
	margin	: 30px 0px;
    font-size: 1.6rem;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}

.indent{
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.fnt{
	font-family: "Shippori Mincho", serif;
}


/* ------------------------------------------------------------------------ */

/* エンバーミング（遺体衛生保全）

/* ------------------------------------------------------------------------ */
.contents_area .flex.maintenance li{
    width: 30%;
}

/* ------------------------------------------------------------------------ */

/* 仏衣

/* ------------------------------------------------------------------------ */
.flex.Buddhistclothing{
    align-items: flex-start;
}
.flex.Buddhistclothing li{
    width: 33%;
}
.Buddhistclothing > li:nth-child(2){
    padding-top: 40px;
}
.Buddhistclothing > li:nth-child(3){
    padding-top: 80px;
}

.imgBox > figure{
    margin-bottom: 48px;
}

/* ------------------------------------------------------------------------ */

/* ボディーシャワー

/* ------------------------------------------------------------------------ */
.instructions{
    margin: 0 auto 64px;
    max-width: 1300px;
    width: calc(100% - 40px);  
}

/* ------------------------------------------------------------------------ */

/* 写真･DVD

/* ------------------------------------------------------------------------ */
.photo_area .flex{
    justify-content: flex-start;
}
.photo_area .flex div{
    width: 48%;
}
.photo_area .flex div p{
    font-size: 1.6rem;
    margin-bottom: 50px;
}
.photo_area .flex figure{
    width: 48%;
}

/* ------------------------------------------------------------------------ */

/* 葬儀写真撮影

/* ------------------------------------------------------------------------ */
.sougiphoto_area .flex li{
    width: 33%;
}

/* ------------------------------------------------------------------------ */

/* 遺影写真リメイク

/* ------------------------------------------------------------------------ */
.contents > p.center-ttl{
    font-family: "Shippori Mincho", serif;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.8;
    color: #4d4497;
    text-align: center;
}
.remake .flex li{
    width: 32%;
    font-size: 1.6rem;
    line-height: 2.0;
}

/* ------------------------------------------------------------------------ */

/* 事前遺影写真撮影

/* ------------------------------------------------------------------------ */
.beforephoto_area .flex{
    display: flex;
    justify-content: flex-start;
}
.beforephoto_area .flex figure{
    width: 48%;
}
.beforephoto_area .flex div{
    width: 48%;
    margin-left: 20px;
}
.beforephoto_area .flex div p{
    margin-bottom: 50px;
    font-size: 1.6rem;
    line-height: 2.0;
}

/* ------------------------------------------------------------------------ */

/* あなたに伝えたかった「ありがとう」を形に

/* ------------------------------------------------------------------------ */
.bg_area{
    margin: 240px auto;
}
.bg_area .inner{
    margin-top: 120px;
    padding-top: 20px;
    padding-bottom: 0;
    position: relative;
}
.bg_area .inner::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 1730px;
  background: #efedfa;
  border-radius: 50% 50% 0 0;
  z-index: -1;
}
.bg_area .inner .flex{
    display: flex;
    margin: 60px auto;
}
.bg_area .inner .flex > div{
    width: 48%;
}
.bg_area .inner .flex > div .hd02 span,
.bg_area .inner .sec_snapcinema > .hd02 span{
    background: #efedfa;
}
.bg_area .inner .flex > div p{
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
}
.bg_area .inner .flex > div figure{
    text-align: right;
    margin: 40px 0 0;
}

.bg_area .inner .sec_snapcinema > figure{
    text-align: center;
}

/* ------------------------------------------------------------------------ */

/* ボタンエリア

/* ------------------------------------------------------------------------ */
.afterservice_btn_area{
    margin-bottom: 150px;
}
.afterservice_btn_area .contents p{
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.afterservice_btn_area .contents .flex{
    display: flex;
    justify-content: center;
}
.afterservice_btn_area .contents .flex li{
    margin: 0 10px;
}

.afterservice_btn_area .contents .flex li a{

}
.afterservice_btn_area .contents .flex li a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 1120px) {
    #lead{
        font-size: 1.8vw;
    }
    
    .contents > p.center-ttl{
        font-size: 3vw;
    }
    
    .contents > p.sub-txt{
        font-size: 2vw;
    }
}

@media screen and (max-width: 758px) {
    .hd01{
        margin: 0 auto 20px;
    }
    
    .contents_area .flex,
    .bg_area .inner .flex,
    .afterservice_btn_area .contents .flex{
        display: block;
    }
    
    #lead,
    .contents > p.sub-txt{
        font-size: 1.6rem;
    }
    
    .contents > p.center-ttl{
        font-size: 2.4rem;
    }
    
    .contents_area .flex li,
    .flex.Buddhistclothing li,
    .contents_area .flex.maintenance li,
    .photo_area .flex div,
    .sougiphoto_area .flex li,
    .remake .flex li,
    .beforephoto_area .flex figure,
    .bg_area .inner .flex > div{
        width: 100%;
    }

    .sougiphoto_area .flex li{
        margin-bottom: 20px;
    }
    
    .photo_area .flex figure{
        width: 100%;
        text-align: center;
    }
    
    .beforephoto_area .flex div{
        width: 100%;
        margin: 20px 0 0;
    }
    .beforephoto_area .flex div p{
        margin-bottom: 20px;
    }    
    
    .bg_area{
        margin: 220px auto 100px;
    }
    
    .bg_area .inner{
        background: #efedfa;
        padding-bottom: 40px;
    }
    
    .bg_area .inner::before{
        height: 340px;
        top: -90px;
    }
    
    .bg_area .inner .flex > div figure{
        margin: 20px 20px 60px;
    }
    
    
    .afterservice_btn_area .contents .flex li{
        margin: 0 10px 20px;
    }
    
    .instructions .spStyle .hd01{
        margin: 0 0 20px;
    }
    .instructions .spStyle p{
        text-align: left;
        line-height: 2.0;
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
    
    
    .ulStyle01{
        margin: 15px 0px;
    }
    
}

@media screen and (max-width: 478px) {
    .contents > section > section > p,
    .contents > section > p,
    .contents > p,
    .sideBox p,
    .contents_area .flex li span,
    #lead, .contents > p.sub-txt,
    .instructions .spStyle p,
    .photo_area .flex div p,
    .beforephoto_area .flex div p,
    .bg_area .inner .flex > div p{
        font-size: 1.4rem;
    }
    
    .contents_area .flex li > iframe{
        height: 230px;
    }
    
    .photo_area .flex div p{
        margin-bottom: 20px;
    }
    
    .contents > p.center-ttl{
        font-size: 2.0rem;
    }
}
