@charset "utf-8";

/* ZenMaruGothic-Regular */
@font-face {
	font-family: 'ZenMaruGothic';
	font-weight:400;
	font-style:normal;
	src: url('/commons/webfonts/ZenMaruGothic-Regular.woff2') format('woff2'),
	url('/commons/webfonts/ZenMaruGothic-Regular.ttf') format('truetype'); 
	font-display: swap;
}
/* ZenMaruGothic-Bold */
@font-face {
	font-family: 'ZenMaruGothic';
	font-weight:700;
	font-style:normal;
	src: url('/commons/webfonts/ZenMaruGothic-Bold.woff2') format('woff2'),
	url('/commons/webfonts/ZenMaruGothic-Bold.ttf') format('truetype');
	font-display: swap;
}

html {
    scroll-behavior: smooth;
}


body {
	font-size: 16px;
	font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333;
	text-align: left;
	padding-top: 0;
	-webkit-text-size-adjust: none;
	word-wrap:break-word;
	width:100%;
	letter-spacing: 0.05em;
	background-color:#FBECF0;
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,.maru ,.lead {
	font-family: 'ZenMaruGothic',"Arial","sans-serif";
	font-weight:bold;
}

.lead{font-size:1.1em;color: #975A61; margin-bottom:1em;}

a {
	color: #FF7690;
	font-weight:bold;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a img {
	border: 0;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


strong,.strong {
	background:linear-gradient(transparent 60%, #FFF75A 60%);
}





i {
	color: #333;
	text-decoration: none;
}

.innr {
	width: 94%;
	margin: 0 auto;
	max-width: 1280px;
	line-height:1.5;
}


.btn a {
	background-color: #FF7690;
	text-align: center;
	font-family: 'ZenMaruGothic',"Arial","sans-serif";
	font-weight:700;
	border-radius: 20px;
	padding: .5em 1em;
	display: block;
	color: #FFF75A;
	line-height:1.1em;
}
.btn a:hover {
	background-color: #00C9FF;
}

summary {
	list-style: none;
}
summary::-webkit-details-marker {
  display:none;
}

ol.ol_list {
  padding-left: 1.5em;
}
ol.ol_list li {
  list-style: disc; margin-bottom:0.5em;
}



ol.ol_no li{
  list-style-type: none;
  counter-increment: cnt;
	text-indent: -1.75em;
}

ol.ol_no li::before {
  content: ""counter(cnt)"．";
}

@media screen and (min-width:769px) {
.only-sp {
	display: none !important;
}
a[href^="tel:"] {
    pointer-events: none;
}
}

@media screen and (max-width:768px) {
	body {
	font-size: 14px;
	}
.only-pc {
	display: none !important;
}

}



@media screen and (max-width:768px) {
#header {
	position: fixed;
	z-index: 10;
}

#header-contact span{
    display: none;
}


	
}

@media screen and (max-width:480px) {
.logo img {
	top:5px;
	width:50%;
	height:auto;
}

#header-contact i{
	margin:0.5em 0;
}

}

/*contents
========================================*/

.contents section{
	padding-bottom:60px;
}

.in section{
	padding:60px 0;
}

h2 span {
	display:block;
	color:#B3868B;
	font-size:0.7em;
}

h3 span,h4 span {
	font-size:0.7em;
}


/*h1*/
.h1_head {
	text-align: center;
	margin:0 auto;
	background-color:#FFECEE;	
}

.top .h1_head {
	padding:8em 0 1em 0;	
}

.top .h1_head h1{
	color:#B3868B;
	font-size:1.2em;
}
.top h1 span {
	display:block;
}

.in .h1_head {
	padding:6em 0 1.5em 0;
	background-size:cover;
	background-position:center center;
	background-color:rgba(255,236,238,0.8);
	background-blend-mode:lighten;
}

.h1_head h1{
	border-bottom:dashed 2px #FF7690;
	padding-bottom:0.2em;
	text-shadow:0 0 10px #fff;
}


/*in h1 bg*/
#plan .h1_head {background-image:url(/commons/img/plan_02.jpg);}
#present .h1_head {background-image:url(/commons/img/goods_01_01.jpg);}
#if .h1_head,#volunteer .h1_head {background-image:url(/commons/img/img_02.jpg);}
#goods .h1_head {background-image:url(/commons/img/nikukyu01.jpg);}
#noukotsu .h1_head {background-image:url(/commons/img/plan-k06_01.jpg);}
#kuyo .h1_head {background-image:url(/commons/img/option_13.jpg);}
#voice .h1_head {background-image:url(/commons/img/tokushoku_02.jpg);}
#jasougi .h1_head {background-image:url(/commons/img/tokushoku_13.jpg);}
#company .h1_head,#faq .h1_head {background-image:url(/commons/img/top_05.jpg);}
#area .h1_head {background-image:url(/commons/img/top_01.jpg);}


.in h1{
	font-size:52px;
	font-weight:bold;
	text-align: center;
	color:#975A61;
	border-bottom-color:#FFA4B1;
}

.in h1::before {
	content:url("/commons/img/icon02.svg");
	display: block;
}

main h2{
	font-size:45px;
	margin-bottom:1em;
	font-weight:bold;
	text-align: center;
	color:#FF7690;
}
main h2::before {
  content:url("/commons/img/icon.svg");
	display: block;
}



main h3 {
	font-size: 36px;
	margin-bottom:0.5em;
	font-weight: bold;
	color:#975A61;
}

main h4{
	font-size: 30px;
	margin-bottom:0.5em;
	font-weight: bold;
	color:#975A61;
}
main h5{
	font-size: 24px;
	margin-bottom:0.5em;
	font-weight: bold;
	color:#B3868B;
}

main h6{font-size: 20px;font-weight: bold;color:#698999;}


main p {
	line-height:1.5;
	margin-bottom:1em;
}


/*features*/

.bg_animal {
	background-image: url("/commons/img/bg_animal.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: auto;
}


#features ul li div {
	font-family: 'ZenMaruGothic',"Arial","sans-serif";
	font-weight:700;
	text-align:center;
	margin:0.5em;
	padding:1em;
	border-radius:10px;
	box-sizing: border-box;
	border:2px solid #c2ac91;
	background-color:rgba(255,255,255,0.7)
	}


#features ul li h6 { text-shadow:2px 2px 1px #FFF, -2px -2px 1px #FFF,-2px 2px 1px #FFF, 2px -2px 1px #FFF, 0px 2px 1px #FFF,  0 -2px 1px #FFF, -2px 0 1px #FFF, 2px 0 1px #FFF; color:#975A61;}


/*features02*/
#features02 li{text-align:center;}
#features02 h2 {padding:0.5em 1em 0 1em; margin-bottom:0;}
#features02 h2 span {text-align:left; font-size:16px; margin-top:0.5em;}
#features02 div{padding:1em;border-radius:0; margin:0 auto;}

#features02 div h3 { font-size:18px; height:6em;text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;}
#features02 div h3 span { padding:3px 10px;background-color:#975A61; font-size:22px; color:#FFF; margin-bottom:2em; line-height:2; text-shadow:none;}
#features02 p.btn {margin-bottom:0.5em;}
#features02 .btn a {background-color:#FFF75A;color: #975A61;}
#features02 .btn a:hover {background-color: #975A61;opacity:1;color:#FFF75A}
#features02 ul {margin-bottom:0;}

.option_00 {background-image:url(/commons/img/plan_01.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;}      /*基本*/
.option_01 {background-image:url(/commons/img/plan_02.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;}      /*フラワー*/
.option_02 {background-image:url(/commons/img/plan-k03_01.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;}  /*お通夜*/
.option_03 {background-image:url(/commons/img/plan-k02_01.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;}  /*お祈り*/
.option_04 {background-image:url(/commons/img/plan-k04_01.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;}  /*お別れの会（特別葬）*/
.option_05 {background-image:url(/commons/img/plan-k03_03.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;}  /*ドライアイス*/
.option_06 {background-image:url(/commons/img/plan-k07_01.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;}  /*メモリアルパウダー*/
.option_07 {background-image:url(/commons/img/tokushoku_06.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;} /*教会セレモニー*/
.option_08 {background-image:url(/commons/img/plan-k08_01.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;}  /*地域(野良）猫葬*/
.option_09 {background-image:url(/commons/img/plan-k09_01.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;}  /*植物葬*/
.option_10 {background-image:url(/commons/img/plan-k06_01.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;}  /*海洋*/
.option_11 {background-image:url(/commons/img/tokushoku_09.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;} /*樹木葬*/
.option_12 {background-image:url(/commons/img/plan_03.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;} /*グッズ*/
.option_14 {background-image:url(/commons/img/catpapa_04.jpg);background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.7);background-blend-mode:screen;} 　/*供養祭*/





/*plan*/
ul.option_style li { background-color:#fff;}
ul.option_style li div { padding:1em; height:100%;box-sizing: border-box;border:2px solid #FBECF0; background-color:#fff;}




/*FAQ*/
#faq h5 { padding:5px; margin:0 5px;box-shadow: inset 0 0 0 1px #B3868B;}

details {transition: 0.5s;}

details {
  transition: 0.5s;
  margin-bottom:0.5em;
  padding:0.5em;
  background-color:#fff;
}
details[open] { background: #FFF;}

details p {
	padding:1em 0 0.5em 1em;
	border-top:1px solid #c2ac91;
}

summary {
	border-left: 0.5em solid #c2ac91;
	padding:0.5em;
	text-align:left;
	font-size:16px;
	background-color:#fff;
	font-weight: bold;
	color: #666;
	}



/*media*/
ul.list li h6 {
	color:#698999;
	border-top:1px dotted #8FA7B3;
	padding:2px 1em 0.5em 0;
	font-size: 0.95em;
}
ul.list li h6 span {display:inline-block;}
ul.list li p {
	padding:0 1em 0 0;
	font-size:0.8em;
}



/*style*/

.freame{
  border-radius: 30px;
  padding: 3em;
  background: #fff;
  outline: dashed 2px #FBECF0;
  outline-offset:-20px;
}


.freame_02{
  border-radius: 30px;
  padding: 3em;
  outline: dashed 2px #FFF;
  outline-offset:-20px;
}



.img_freame {
	border:solid 5px #fff;
	box-shadow: 0px 0px 10px -5px #c7c7c7;
	border-radius: 5px;
	box-sizing: border-box;
}
	

.ph_circle {
	border-radius:50%;
}


.ph_r {float:right; width:25%;}


.box {
	background-color:#fff;
	border-radius:10px;
	display:table-cell;
}

.box div {
	margin:1em;
}

.box_02 { padding: 0 0.5em;}

.box-w100 {
	border-radius:10px;
	padding:2%;
	width:96%;
}


table.table,.table td,.table th {
    border-collapse: collapse;
    border:1px solid #c5dee8;
	padding:5px 1px;
    }

.table th {
	font-weight:bold;
	color:#698999;
}

.block {
	display: inline-block;
}

.flex_wrap{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
}


@media screen and (max-width:768px) {
.contents {
	position: relative;
	top: 55px;
}

.contents section{padding-bottom:40px;}

.in section{padding:40px 0;}

main h1,.in h1{font-size: 24px;margin-bottom:1em;}
main h2{font-size: 22px;margin-bottom:1em;}
main h3{font-size: 20px;margin-bottom:1em;}
main h4{font-size: 18px;margin-bottom: 0.5em;}
main h5{font-size: 17px;margin-bottom: 0.5em;}
main h5{font-size: 16px;margin-bottom: 0.5em;}
main h6{font-size: 15px;margin-bottom: 0.5em;}
.lead {font-size:1em}

main p {margin-bottom: 0.5em;}

.in .h1_head {
	padding:6em 0 0.5em 0;
	height:100px;
}


.in h1::before {content:url("/commons/img/icon02_sp.svg");}

main h2::before {content:url("/commons/img/icon_sp.svg");}



.h1_head h1{padding-bottom:1em;}






/*features02*/

#features02 h2 {margin-bottom:1em;}
#features02 div h3 { font-size:18px;height:auto;}

/*style*/

.freame{
  border-radius: 15px;
  padding: 1.5em;
  outline-offset:-10px;
}

.freame_02{
  padding:5px;
  outline-offset:-5px;
}


.img_freame {
	border:solid 2px #fff;
	box-shadow: 0px 0px 4px -2px #c7c7c7;
	border-radius: 0px;
}

.ph_r {width:50%;}

/*FAQ*/
summary {font-size:14px;}


}	



/*Top*/
.wrapper.top_wrapper{
	display:flex;
	flex-wrap:wrap;
}
.top section{
	padding:60px 0;
}




/*top スライド　swiper*/
.swiper-slide img{
	width:100vw;
	height:600px;
	object-fit: cover;
}

.swiper-slide {
	position: relative;
}
.swiper-slide p{
	position: absolute;
	bottom:0;
	background-color:rgba(255,255,255,0.9);
	color:#999;
	padding:0.5em 2em;
	font-size:36px;
	font-family: 'ZenMaruGothic';
	font-weight:700;
	line-height:1.4;
	margin-bottom:1em;
}

.swiper-button-next {
	right:0;
}



/*画像の上に文字---*/

.ph_ontxt img {
	width:100%;
	height:100%;
}

.ph_ontxt {
	position:relative;
}

.ph_ontxt p {
    position: absolute;
	bottom: 0;
	width:100%;
	padding:10px 2px;
	color:#fff;
	background-color:rgba(151,90,97,0.6);
	font-size:16px;
	font-family: 'ZenMaruGothic';
	font-weight:700;
	margin-bottom:5px;
	text-align: center;
	line-height: 1.1;
}
.ph_ontxt p span {
	font-size: 0.8em;
	display: inline-block;
}


.ph_ontxt p.select {
	top:0;
	right:0;
	height:4.5em;
	width:4.5em;
	padding:0;
	margin:2px;
	line-height:1.2;
	border-radius:50%;
	background-color:#FFF75A;
	color:#FF7690;
}

.ph_ontxt p.select span {
	padding-top:1.5em;
}


}


@media screen and (max-width:1024px) {
#scene > .flex_wrap li{
    width:24.25%;
}
}
@media screen and (max-width:768px) {	


.top .h1_head,.in .h1_head {
	padding:1em 0;
}


.h1_head h1 span {
	font-size:0.8em;
	padding:0 0.5em;
	line-height:1;
}
.top h1 img{
	width:90%;
	height:auto;
}

.top section{
    padding:40px 0;
}
.top h2{
	font-size: 24px;
    margin-bottom:20px;
}




/*画像の上に文字---*/



.ph_ontxt p {
	padding:5px 2px;
	font-size:12px;
	margin-bottom:6px;
	line-height: 1;
}






	
/*top スライド　swiper*/
.swiper-slide img{
	height:400px;
}
.swiper-slide p{
	padding:0.5em 1em;
	font-size:18px;
	margin-bottom:0;
}

}

@media screen and (max-width:460px) {
#useful .flex_wrap li{
	width:100%;
}
#useful .flex_wrap li .text{
	padding:10px;
}
#useful .flex_wrap li .text h3{
	margin-bottom:10px;
}
#feature .block{
	background-size: 100% auto;
}
#feature .ph-3 div {
    width: 100%;
}
}



/*footer
========================================*/

#footer {
	text-align: center;
	background:#FF7690;
	border-top:solid 10px #FF7690;
}

#footer div.innr {
	padding:1.5em 0;
	border-top:dashed 2px #FFFEDF;
	width:100%;
	max-width: none;
	background:#FF7690 ;
}


.privacy a{
	display: inline-block;
}
.copy{
	font-size:0.8em;
	line-height:1.1em;
	color:#fff;
	padding:0.5em;
}
.copy i{
	color:#fff;
}
#btn_sp a{
	display: none;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	line-height: 60px;
	border-radius:50%;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	background: rgba(255,118,144,0.9);
	align-items: center;
    justify-content: center;
}
#pagetop i {
	color: #FFF75A;
	font-size: 20px;
}
#pagetop:hover {
	background-color: #00C9FF;
}

.footer_tel {
	display:none;
}

@media screen and (max-width:768px) {
	
#footer {margin-top:4em;}
	
#footer div.innr {
	padding:0.5em 0;
}

.f_logo a img{
	width:75%;
	height:auto;
}
.privacy{
    margin-bottom:30px;
}
.privacy a{
	font-size:12px;
}
#pagetop {
	bottom: 5px;
	right: 5px;
	}

.footer_tel {
	display:block;
	position:fixed;
	bottom:0;
	padding:8px;
	text-align:center;
	font-size:22px;
	background: rgba(255,118,144,0.9);
	margin:0 0 5px 0;
}

.footer_tel i{
	color:#FFF75A;
	margin-right:10px;
}

.footer_tel a {
	color:#FFF75A;
	font-family: 'ZenMaruGothic',"Arial","sans-serif";
	font-weight:700;
}

}






/*bnr*/

.bnr ul{
    width:100%;
    margin:0 auto;
	display: flex;
	flex-wrap:wrap;
	padding:1em 0;
}
.bnr li{
	overflow: hidden;
	margin-bottom:0;
	padding-bottom: 0;
	align-items: stretch;
	text-align:center;
}
.bnr li p{
	padding:0 1em;
	text-align:left;
	font-size:0.8em;
}

.bnr li.w30{
	width:30%;
}
.bnr li.w30 img {
	width:90%;
	height:auto;
}
.bnr li.w20{
	width:20%;
}

@media screen and (max-width:1200px){
.bnr li.w20 img {
	width:90%;
	height:auto;
}

}

@media screen and (max-width:768px){
.bnr li.w30{
	width:100%;
}
.bnr li.w20{
	width:50%;
}

}




