    

/**** header ***/
@media (min-width: 1001px) {
	#wrapper{
		padding-top: 0;
	}
	.h_logo img{
		//-webkit-filter: brightness(0) invert(1);
	//filter: brightness(0) invert(1);
	}
	.gnav_list > li > a{
		color: #5a442c;
	}
}



/*** visual ***/

.mv_container{
	position: relative;
	z-index: 1;
}
.mv_content{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
  transform: translate3d(-50%,-50%,0);
	text-align: center;
	padding-top: 26vh;
  background-color: rgba(0,0,0,0.50);
  max-width: 90%;
  width: 360px;
  padding: 40px 20px;
  color: #FFFFFF;
}
.mv_content .text{
  font-size: 0.81rem;
}
.mv_content .access{
  font-size: 0.75rem;
}
.btn_mv_content{
  display: inline-flex;
  max-width: 100%;
  height: 46px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 0.81rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  text-align: center;
  color: #FFFFFF;
  padding: 0px 30px;
  border: 1px solid #FFFFFF;
  position: relative;
  transition: background-color 0.3s ease,
    color 0.3s ease;
}
.btn_mv_content:hover{
  background-color: #FFFFFF;
  color: #000000;
}
.mv_logo{
	/*text-align: center;
	padding: 50px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;*/
}
.mv_logo img{
  width: 200px;
}
.mv_info{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

.mv_info_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	background-color: #090603;
}
.mv_info_left{
	display: flex;
	align-items: center;
	grid-gap: 30px;
	font-size: 0.94rem;
	line-height: 1.8;
	color: #FFFFFF;
	margin-left: 30px;
}
.mv_info_left label{
	line-height: 1.8;
}
.mv_info_left ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-column-gap: 30px;
	margin: 0px;
}
.mv_info_left ul li a{
	display: block;
	position: relative;
}
.mv_info_left ul li a:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #a0a0a9;
	margin-right: 5px;
	vertical-align: middle;
}
.mv_info_left ul li a:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #a0a0a9;
	position: absolute;
	left: 0px;
	bottom: 0px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.mv_info_left ul li a:hover:after{
	opacity: 1;
}
.mv_info_pdf .pdf{
	display: inline-block;
	font-size: 0.56rem;
	line-height: 1;
	padding: 2px 5px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	margin-left: 10px;
}
.mv_reserve_form{
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
	padding: 20px;
	text-align: center;
  background-color: rgba(0,0,0,1);
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
/*.top_slider{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
}
.slick-list,
.slick-track,
.slider_box{
	height: 100%;
}*/
.top_slider .slider_box img{
	width: 100%;
	//height: calc( 100vh - 70px );
	object-fit: cover;
}

.mv_container .container{
	//position: relative;
}

.mv_container .mv_message{
  position: absolute;
  z-index: 20;
  font-size: 1.9em;
  color: #5a442c;
	top: 10%;
  right: 60px;
  font-weight: 500;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: calc( (100% - 1400px)/2 );
}

.mv_container .mv_message .text02{
  font-size: 0.7em;
  padding: 40px 40px 0 0;
}

.mv_container .mv_catch{
    position: absolute;
    top: 443px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
    width: 100px;
}

.mv_container .mv_message span{
	background:rgba(255,255,255,0.5);
	padding: 5px;
}

.mv_container .mv_icon{
	position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 30;
}

#top_visual .mv_bottom{
	position: relative;
	margin-bottom: 120px;
}

#top_visual .mv_bottom .banner_top{
	margin-bottom: 30px;
}

#top_visual .mv_bottom .mv_bottom_img{
	position: absolute;
	background: url("../images/top/mv_bottom_bg.png") center center no-repeat;
	background-size: contain;
	top: -80px;
	z-index: 100;
}

#top_visual .mv_bottom ul{
	display: flex;
}


#top_visual .mv_bottom ul li{
	padding: 0 10px;
}

@media (max-width: 768px) {
	/*.mv_logo{
		padding-top: 0px;
		top: 0px;
		height: calc( 100vh - 50px );
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 50px;
	}*/
  .mv_content{
    top: calc( (100% - 115px) / 2 );
  }
	.mv_logo img{
    width: 150px;
	}
	.mv_info{
		position: relative;
	}
	.mv_info_inner{
		display: block;
		height: auto;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 100%;
	}
	.mv_info_left{
		grid-gap: 15px;
		margin-left: 0px;
		padding: 10px 20px;
	}
	.mv_info_left label{
		margin-bottom: 5px;
	}
	.mv_info_left ul{
		display: flex;
		align-items: center;
		grid-column-gap: 15px;
		flex: 1;
	}

  .mv_container .mv_message {
    position: absolute;
    z-index: 20;
    font-size: 1.2em;
    color: #5a442c;
    top: 60px;
    left: 20px;
    font-weight: 500;
  }


	.mv_container .mv_catch {
	  position: absolute;
	  top: 30%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  z-index: 10;
	  width: 58px;
	}

	#top_visual .mv_bottom{
		margin-bottom: 60px;
	}

	#top_visual .mv_bottom .mv_bottom_img {
	  position: absolute;
	  background: url("../images/top/mv_bottom_bg.png") center center no-repeat;
	    background-size: auto;
	  background-size: contain;
	  top: -34px;
	  z-index: 100;
	}

	#top_visual .mv_bottom ul {
	  display: flex;
	  flex-wrap: wrap;
	}

	#top_visual .mv_bottom ul li {
	  padding: 0 10px;
	  width: 50%;
	  margin-bottom: 10px;
	}

	#top_visual .mv_bottom .banner_top{
		margin-bottom: 10px;
	}
}

/**** message ****/
#message {
  background-image: url(../images/top/bg01.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  margin-top: -250px;
}

#message .container_block02 .thumb_wrap {
  width: 50%;
  padding: 0px 0 30px 60px;
  margin-top: 180px;
  z-index: 10;
}

#message .container_block02 .text_wrap p{
	color: #473838;

  font-size: 1.05em;
  font-weight: 500;
}

#message .container_block02 .text_wrap p.copy {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.5em;
  font-weight: 500;
  color: #473838;
}

#message .container_block02 .text_wrap {
  width: 50%;
  line-height: 1;
  padding-left: 70px;
  padding-top: 250px;
  z-index: 10;
}

#message.common_section{
	padding-bottom: 0;
}

#message.common_section {
  position: relative;

}

@media (max-width: 768px) {
	#message {
	  background-image: url(../images/top/sp/bg01.png);
	  background-repeat: no-repeat;
	  background-position: 50% 30%;
	  background-size: 100%;
	  margin-top: 20px;
	  padding-bottom: 30px!important;

	}
	#message .container_block02 .thumb_wrap {
	  width: 100%;
	  padding: 0px;
	  margin-top: 0px;
	  z-index: 10;
	}
	#message .container_block02 .text_wrap {
	  width: 100%;
	  line-height: 1;
	  padding-left: 0px;
	  padding-top: 0px;
	  z-index: 10;
	}
	#message .container_block02 .copy{
		font-size: 1.3em;
    font-weight: 500;
    text-align: left;
    color: #473838;
	}
	#message .container_block02 .text_wrap p.copy02{
		font-weight: 500;
	  line-height: 1.7;
	  text-align: center;
	  font-size: 1.3em;
	}
}



/**** service ****/
.vertical_section{
	position: relative;
}

.vertical_section .bg_item01{
	position: absolute;
	left: 0;
  top: 100px;
	width: 700px;
}

.vertical_section .bg_item02{
	position: absolute;
	right: 0;
	bottom:50%;
	width: 700px;
}


.vertical_section .section_title{
	margin-top: 20px;
}


@media (max-width: 768px) {
	.vertical_section .bg_item01 {
	  position: absolute;
	  left: 0;
	  top: -13px;
	  width: 234px;
	}

	.vertical_section .bg_item02 {
	  position: absolute;
	  right: 0;
	  bottom: 65%;
	  width: 203px;
	}

	.vertical_section .service_list h2 {
	  margin-top: -60px;
	  font-weight: normal;
	}

	.vertical_section .service_list .thum{
	  position: absolute;
	  left: -180px;
	  z-index: -10;
	}
}

/**** point02 ****/
.point02 .container_block{
	position: relative;
}

.point02 .container_block02{
	position: relative;
}
.point02 .section_title{
	padding-bottom: 30px;
}
.point02 .section_title:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #ff385c;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.point02 .copy{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 20px;
}
.container_block{
	display: flex;
	margin-bottom: 100px;
}

.container_block .text_wrap {
  width: 60%;
  padding-right: calc((100vw - 1200px) / 2);
  padding-left: 120px;
  order: 2;
  line-height: 2;
}

.container_block .text_wrap h3{
	font-size: 1.8em;
	margin-bottom: 30px;
	font-weight: bold;
}

.container_block .thumb_wrap {
  width: 40%;
  order: 1;
}

.container_block02{
	display: flex;
	align-items: center;
}

.container_block02 .text_wrap {
  width: 60%;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: 120px;
  order: 1;
  line-height: 2;
}

.container_block02 .text_wrap h3{
	font-size: 1.8em;
	margin-bottom: 30px;
	font-weight: bold;
}

.container_block02 .thumb_wrap {
  width: 40%;
  order: 2;
}

.container_block02 .text_wrap p{
	font-size: 1rem;
	line-height: 2.4;
	margin-bottom: 1em;
	color: #5a442c;
}

@media (max-width: 768px) {
	.container_block{
		display: block;
		margin-bottom: 80px;
		padding: 0 20px;
	}

	.container_block .text_wrap {
	  width: 100%;
	  padding-right: 0;
	  padding-left: 0;
	  order: 2;
	  line-height: 2;
	}

	.container_block .text_wrap h3{
		font-size: 1.5em;
		margin-bottom: 20px;
		font-weight: bold;
	}

	.container_block .thumb_wrap {
	  width: 100%;
	  order: 1;
	  margin-bottom: 20px;
	}

	.container_block02{
		display: block;
		padding: 0 20px;
	}

	.container_block02 .text_wrap {
	  width: 100%;
	  padding-left: 0;
	  padding-right: 0px;
	  order: 1;
	  line-height: 2;
	}

	.container_block02 .text_wrap h3{
		font-size: 1.5em;
		margin-bottom: 20px;
		font-weight: bold;
	}

	.container_block02 .thumb_wrap {
	  width: 100%;
	  order: 2;
	  margin-bottom: 20px;
	}

	.point02 .section_title{
		padding-bottom: 20px;
	}

}

/**** service ****/
.vertical_section .service_list{
}

.vertical_section .service_list h2{
  margin-top: -60px;
  font-weight: normal;
  padding-left: 60px;
}



.vertical_section .service_list {
  //margin-left: 80px;
}

.vertical_section .service_list .service_block .title .point{
	color: #c2c668;
}


.vertical_section .service_list .service_block .title h3 span{
  border-right: 2px solid #c2c668;
  padding-right: 13px;
}

.vertical_section .service_list .service_block{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


.vertical_section .service_list .service_block{
	//background-color: #fff;
	padding: 30px;
	border-radius: 30px;
	position: relative;
	height: 470px;
	margin-left: 150px;
  margin-bottom: 60px;
}

.vertical_section .service_list .service_block .num{
  position: absolute;
  top: -30px;
}

.vertical_section .service_list .service_block .num p{
	position: relative;
  background: #caa21d;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 2em;
}

.vertical_section .service_list .service_block .num p span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.vertical_section .service_list .service_block .title{
	color: #5a442c;
  font-size: 1.3em;
  font-weight: 500;
  color: #5a442c;
}

.vertical_section .service_list .service_block .thum{
  //margin-bottom: 30px;
}

.vertical_section .service_list .service_block .thum img{
	height: 100%;
}

.vertical_section .service_list .service_block .description{
  margin-bottom: 0px;
	min-height: 85px;
  color: #5a442c;
}

.vertical_section .service_list .service_block .service_btn{
	text-align: right;
}

.vertical_section .service_list .service_block .service_btn a{
	background: #923535;
}

.vertical_section .service_list .service_block .price{
  //margin-bottom: 50px;
}

.vertical_section .service_list .service_block .price p{
  font-size: 2.4em;
  color: #5a442c;
  font-weight: 500;
  line-height: 0.5;
  padding: 20px 0 20px 0;
}

.vertical_section .service_list .service_block .description p{
  padding-top: 60px;
  padding-right: 30px;
  font-size: 1.05em;
}
.vertical_section .service_list .service_block .price p .tax{
	font-size: 0.4em;
}

.vertical_section .service_list .service_block .caution{
	font-size: 0.3em;
}

.vertical_section .service_list .service_block .features_wrap{

}

.vertical_section .service_list .service_block .features_wrap ul{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vertical_section .service_list .service_block .features_wrap li{
  display: flex;
  border: 3px solid #caa21d;
  border-radius: 10px;
  padding: 0px 10px;
  width: 48%;
  margin-bottom: 10px;
  color: #5a442c;
  font-weight: 500;
}

.vertical_section .service_list .service_block .features_wrap .icon{
	margin-right: 10px;
}


.vertical_section .service_list .service_block .more_btn{
  margin-top: 20px;
}

.vertical_section .service_list .service_block .service_btn {
  text-align: right;
  margin-right: 30px;
  margin-left: 40px;
}
.vertical_section .service_list .service_block .features_wrap .icon_border{
  margin-bottom: 10px;
  border-bottom: 1px solid #9c8f80;
}

.vertical_section .service_list .service_block .features_wrap .icon_column1 li{
	width: 100%;
	position: relative;
}

.vertical_section .service_list .service_block .features_wrap .icon_column1 li{
	width: 100%;
}


.vertical_section .service_list .service_block .features_wrap .icon_column1 li:after{
	content: "";
	display: inline-block;
	background: url(../images/top/serviceor.png) left top no-repeat;
	background-size: contain;
	width: 21px;
	height: 21px;
  position: absolute;
	bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.vertical_section .service_list .service_block .features_wrap .icon_column1 li:last-child:after{
	content: none;
}

.vertical_section .service_list .service_block .more_btn .btn02{
  width: 100%;
}
.vertical_section {
	padding-bottom: 160px;
}


@media (max-width: 1200px) {
	.vertical_section .service_list .service_block .features_wrap li{
	  font-size: 0.8em;
	}
	.vertical_section {
	  padding-bottom: 80px;
	}


}

@media (max-width: 768px) {
	.vertical_section .service_list{
	  display: block;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}

	.vertical_section .service_list .service_block{
		background-color: none;
		padding: 30px 12px;
		border-radius: 30px;
		position: relative;
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0px;
	}
	.vertical_section .service_list .service_block .features_wrap .icon {
	  margin-right: 5px;
	}
	.vertical_section .service_list .service_block {
		margin-bottom: 50px;
	}
	.vertical_section .service_list .service_block .num {
	  position: absolute;
	  top: -25px;
	  left: 19px;
	}
	.vertical_section .service_list .service_block .num p {
	  position: relative;
	  background: #caa21d;
	  color: #fff;
	  width: 50px;
	  height: 50px;
	  border-radius: 50px;
	  font-size: 2em;
	}
	.vertical_section .service_list .service_block .title {
		margin-bottom: 10px;
		margin-top: -30px;
	}
	.vertical_section .service_list .service_block .description {
	  margin-bottom: 0px;
	  min-height: auto;
	  padding: 20px;
	  background-color:rgba(255,255,255,0.8);
	}
	.vertical_section .service_list .service_block .price p {
	  line-height: 2;
	}
	.vertical_section .service_list .service_block .price p {
	  font-size: 2.9em;
	}
	.common_section.common_section_wave-top {
	  padding-top: 60px;
	}

	.vertical_section .service_list h2 {
	  padding-left: 10px;
	}

	.vertical_section .service_list .service_block .description p {
	  padding-top: 0px;
	  padding-right: 0px;
	  font-size: 1.05em;
	}

	.vertical_section .service_list .service_block .service_btn{
		text-align: center;
	}

	.vertical_section #service_block01{
		height: 700px;
	}

	.vertical_section #service_block01 .content_text{
		height: 400px;
	}

	.vertical_section #service_block01 .content_text .thum{
		margin-bottom: 10px;
    width: 300px;
    left: -2px;
    bottom: -14px;
	}

	.vertical_section #service_block02{
		height: 500px;
	}

	.vertical_section #service_block02 .content_text{
		height: 350px;
	}
	
	.vertical_section #service_block02 .thum{
		margin-bottom: 10px;
    width: 300px;
		right: -18px;
    bottom: 0px;
	}


	.vertical_section #service_block03{
		height: 440px;
		padding-top: 111px;
		margin-bottom: 0px;
	}

	.vertical_section #service_block03 .content_text{
		height: 350px;
	}
	
	.vertical_section #service_block03 .thum{
		margin-bottom: 10px;
    width: 300px;
    left: -69px;
    top: 0px;
	}

	.vertical_section .service_list .service_block .thum {
		box-shadow: 5px 5px 5px #aeaeae;
	}
}

/**** memorial ****/
#memorial{
background-image: url("../images/common/bg_washi_down_middle.png");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: 50% 50%;
  margin-bottom: 0;
}

#memorial.vertical_section .service_list .service_block .title h3 span {
  border-right: 0px solid #c2c668;
  padding-right: 0px;
}

#memorial.vertical_section .service_list .service_block .title h3{
	margin-right: 20px;
}


/**** reason ****/
#reason a{
	display: block;
	position: relative;
}
#reason .text_wrap{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate3d(0,-50%,0);
}
#reason .section_title{
	position: relative;
}
#reason .section_title:after{
	content: "";
	display: inline-block;
	background: url(../images/common/arrow_right_white.svg) left top no-repeat;
	background-size: contain;
	width: 50px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}


/**** works ***/

#works .works_wrap{
	display: flex;
	margin-bottom: 20px;
}

#works .works_wrap .works_block{
	padding:0 30px;
	width: 33%;
}

#works .works_wrap .works_block .thum{
	text-align: center;
}

@media (max-width: 768px) {

	#works .works_wrap{
		display: block;
	}

	#works .works_wrap .works_block{
		padding:0px;
		margin-bottom: 50px;
	}
}


/**** voice ****/

#voice {
	background-image: url("../images/top/bg_washi_green_after.png"), url("../images/top/bg_washi_down_before.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-position: left top, left bottom;
}

#voice .voice_wrap ul.voice_list{
	display: flex;
}


#voice .voice_wrap ul.voice_list{
	margin-bottom: 60px;
}


#voice .voice_wrap ul li .thum_wrap{
	position: relative;
}

#voice .voice_wrap ul li .thum_wrap .cat{
	position: absolute;
	left: 0;
	top: 0;
}

#voice .voice_wrap ul.voice_list li.voice_content{
	//border: 2px solid #bbbbbb;
	border-radius: 10px;
	//padding: 30px 30px;
	color: #5a442c;
	margin: 0 15px;
}

#voice .voice_wrap ul.voice_list .title_c{
  margin-bottom: 10px;
  text-align: left;
  color: #5a442c;
  font-size: 0.85em;
  margin-top: 5px;
}


#voice .voice_wrap ul.voice_list .cat_list ul{
	display: flex;

}


#voice .voice_wrap ul.voice_list .cat_list ul{
	display: flex;

}

#voice .voice_wrap ul.voice_list .cat_list ul .cat_voice{
  border: 2px solid #caa21d;
  border-radius: 10px;
  padding: 1px 30px;
  font-size: 0.8em;
	width: 50%;
  text-align: center;
}


#voice .voice_wrap ul.voice_list .cat_list ul .cat_animal{
  border: 2px solid #cf9677;
  background: #cf9677;
  color: #fff;
  border-radius: 10px;
  padding: 1px 30px;
  font-size: 0.8em;
  margin-left: 10px;
	width: 50%;
  text-align: center;
}

#voice .voice_wrap ul.voice_list .thum{
	text-align: center;
	//padding: 20px 0;
}

#voice .voice_wrap ul.voice_list .slick-slide img {
  display: inline;
}


#voice .voice_wrap .btn_wrap {
  margin-top: 20px;
}

#voice .voice_wrap .voice_list{
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	#voice .voice_wrap ul.voice_list .cat_list ul .cat_voice {
	  padding: 1px 10px;
	}
	#voice .voice_wrap ul.voice_list .cat_list ul .cat_animal {
		padding: 1px 10px;
	}
}
/**** animal ****/
#animal .animal_wrap ul{
	display: flex;
	flex-wrap: wrap;
}

#animal .animal_wrap ul li{
	width: 16.6%;
	padding: 0 10px;
	margin-bottom: 10px;
	text-align: center;
}

#animal .animal_wrap ul li{

}

#animal .animal_wrap ul li .name{
	color: #5a442c;
}

#animal .banner{
	margin-top: 50px;
}

@media (max-width: 768px) {
	#animal .animal_wrap ul li {
  	width: 33%;
	}
}


/**** price ****/
.point01 .container_block02 .thumb_wrap{
	order: 1;
}

.point01{
  //margin-bottom: 50px;
}

/**** service ****/
#service{
  background: url("../images/common/bg_washi_green_before.png") no-repeat right bottom / 100%;
  padding: 0 0 80px 0;
  position: relative;
}

.vertical_section{
}

.section_title.f_min{
	font-size: 2rem;
}
.service_list_box a{
	display: block;
	position: relative;
}
.service_list_box a:after{
	content: "";
	display: inline-block;
	background: url("../images/top/arrow01.png") left top no-repeat;
	background-size: contain;
	width: 30px;
	height: 15px;
	position: absolute;
	right: 50px;
	bottom: 50px;
}
.service_list_box img{
	width: 100%;
}
.service_list_box .text_wrap{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_list_box .text_wrap .section_title{
	color: #FFFFFF;
	margin-bottom: 0;
}
.service_list_box .text_wrap .section_title .f_en{
	color: #FFFFFF;
}
.service_list_box .text_wrap .section_title .f_en:before{
	background-color: #FFFFFF;
}


/*** information ***/
#information .cat_list{
	display: flex;
}

#information .cat_list li{
	margin-right: 10px;
}


#information .cat_list a{
  padding: 10px 15px;
  border: 1px solid #787878;
  background: #fff;
  color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#information .cat_list a:hover {
  background: #787878;
  color: #fff;
}

@media (max-width: 768px) {
	#information .container{
		display: flex;
		flex-direction: column;
	}
	#information .container .section_title_block{
		display: contents !important;
	}
	#information .container .section_title_block .section_btn{
		order: 1;
		margin-top: 40px;
	}
	.information_title{
		margin-bottom: 30px;
	}
}





/***　検索 ****/
.reserve_form{
	text-align: left;
	background-color: rgba(255,255,255,1);
	padding: 20px 20px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px 30px;
	flex-wrap: wrap;
}
.reserve_form_content{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
	flex-wrap: wrap;
}
.reserve_form_content form{
	display: contents;
}
.reserve_title .f_en{
	display: block;
	font-size: 1.13rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #644132;
}
.reserve_title .f_ja{
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #a7745e;
}
.reserve_form select{
	border: 1px solid #644132;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
	font-size: 0.94rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
	color: #644132;
	width: 3.5em;
	  -webkit-appearance: none;
  appearance: none;
}
.reserve_form select.obj_year{
	width: 4.5em;
}
.reserve_form select:focus{
	outline: none;
}
.reserve_form dt{
	font-size: 0.81rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.reserve_form dd{
	display: flex;
	align-items: baseline;
	grid-gap: 5px;
	font-size: 0.81rem;
	letter-spacing: 0.04em;
}
.reserve_form .btn_search{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.reserve_form button{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 260px;
	height: 50px;
	background-color: #644132;
	font-size: 0.81rem;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}
.reserve_link{
	border-left: 1px solid rgb(99 66 51 / 27%);
	padding-left: 20px;
	margin-left: 20px;
}
.reserve_link p a{
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	text-decoration: underline;
	white-space: nowrap;
}
.btn_search_sp{
  display: none;
}

@media (max-width: 1200px) and (min-width: 1001px) {
	.reserve_form {
    padding: 20px 15px;
    grid-gap: 20px 20px;
	}
	.reserve_title .f_en{
		font-size: 1.06rem;
	}
	.reserve_form_content{
		grid-gap: 15px;
	}
	.reserve_form button{
		width: 180px;
	}
	.reserve_link {
    padding-left: 8px;
    margin-left: 13px;
	}
	.reserve_form select{
		font-size: 0.91rem;
	}
	.reserve_form select{
		width: 3em;
	}
	.reserve_form select.obj_year {
    width: 4em;
	}
}

@media (max-width: 1000px) {
	/*.reserve_form{
		padding: 20px 20px;
		border-radius: 5px;
		display: block;
		background-color: #FFFFFF;
	}
	.reserve_form_label{
		margin-bottom: 15px;
	}
	.reserve_form_content{
		display: block;
	}
	.reserve_form .con_day{
		margin-bottom: 10px;
	}
	.reserve_form .con_person{
		margin-bottom: 15px;
	}
	.reserve_form .btn_search{
		display: block;
	}
	.reserve_link {
		margin-top: 10px;
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
	}*/
	.top_slider .slider_box img{
		width: 100%;
		//height: calc( 100vh - 50px - 80px );
		object-fit: cover;
	}
	.mv_reserve_form{
		padding: 10px;
		/*background-color: transparent!important;*/
	}
  .reserve_form{
    display: none;
  }
  .btn_search_sp{
    display: block;
  }
  .btn_search_sp a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: 60px;
    background-color: #644132;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }
}



/**** アニメーション ****/
/*.loaded_mv{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 11;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loaded_mv_logo{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: calc( 26vh + 70px );
	opacity: 0;
	transition: opacity 1.6s ease 0.2s;
}
@media (max-width: 1000px){
	.loaded_mv_logo{
		top: calc( 26vh + 50px );
	}
}
body.loaded .loaded_mv_logo{
	animation: loading-logo 4s ease 1 forwards;
	animation-delay: 0.5s;
}
@keyframes loading-logo {
  to {opacity: 1;}
}
body.loaded .loaded_mv{
	animation: loading-off 2s ease 1 forwards;
	animation-delay: 3s;
}
@keyframes loading-off {
  to {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}


.top_slider.slick-initialized .slider_box img{
	-webkit-filter: blur(20px);
	filter: blur(20px);
	transform: scale(1);
	transition: transform 0.6s ease 1s;
}

.top_slider.slick-initialized .slider_box.slick-current img{
	-webkit-filter: blur(20px);
	filter: blur(20px);
	animation: scale 6s ease 0s forwards;
	}
.top_slider.slick-initialized .slider_box.slick-active img{
  -webkit-filter: blur(0px);
  filter: blur(0px);
	animation: scale 6s ease 0s forwards;
}

@keyframes scale{
 to {
		transform: scale(1.1);
	}
}


@media (max-width: 768px) {
	.loaded_mv_logo{
		top: 50px;
		bottom: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 50px;
	}
	.loaded_mv_logo img{
		zoom: 0.75;
	}
}
*/


/**** section_title ****/
.f_bg_line {
    background: url(../images/top/room_recomended_border.png) left bottom repeat-x;
    background-size: 160px 6px;
    padding-bottom: 15px;
}


.cat_icon{
  background: #ebebeb;
  padding: 5px 10px;
  font-size: 0.75em;
background: #4c775b;
  color: #fff;
}
@media (max-width: 768px) {
.news_cat{
	margin-bottom: 10px;
}
}


.mv_icon ul{
	display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: space-around;
  width: 1000px;
}

.mv_icon ul li{
	display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: space-around;
  color: #5a442c;
}

.mv_icon ul li .text p{
	color: #5a442c;
	font-size: 1.5em;
	line-height: 1.3;
}

.mv_icon ul li .text .emphasis{
	color: #caa21d;
	font-weight: 500;
}

.mv_icon ul li .icon{
  width: 86px;
  margin-right: 20px;
}

.mv_icon .mv_icon_title {
	border-bottom: 1px solid #5a442c;
	color: #5a442c;
  position: absolute;
  top: -50px;
}


@media (max-width: 768px) {
	.mv_icon ul li {
	  width: 33%;
	  padding: 0 2px;
	  display: block;
	  text-align: center;
	}
	.mv_icon ul li .text{
		margin-top: 5px;
	}
	.mv_container .mv_icon {
	  width: 100%;
	 }
	.mv_icon ul {
	  width: 100%;
	  align-items: flex-start;
	}
	.mv_icon ul li .icon {
	  width: 100%;
	  margin-right: 0px;
	}
	.mv_icon ul li .icon img{
		width: 70%;
	}
	.mv_icon ul li .text p {
	  font-size: 0.85em;
	  line-height: 1.3;
	  font-weight: 500;
	}
  .mv_icon ul li .text {
    margin-top: 5px;
  }
	.mv_container .mv_icon {
		position: absolute;
		bottom: -35px;
	}
}
/*simulation*/


#simulation select{
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #5a442c;
  border-radius: 10px;
  background: #fff;
  color: #717070;
}

#simulation .simulation_btn{
  padding-top: 30px;
  text-align: center;
}

#simulation .simulation_btn button{
  background: #cf9677;
  color: #fff;
  font-size: 1.5em;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 400;
}

#simulation .plan{
  margin-top: 20px;
  display: none;
}

#simulation .plan .arrow{
	text-align: center;
}

#simulation .plan h3{
  text-align: center;
  color: #5a442c;
  border-bottom: 1px solid #5a442c;
  padding-bottom: 5px;
  font-size: 1.5em;
	margin-top: 20px;
  margin-bottom: 15px;
}

#simulation .plan .simulation_name{
  border-left: solid 5px #caa21d;
  padding-left: 10px;
  line-height: 1.5;
  margin-bottom: 55px;
  font-size: 1.1em;
  font-weight: 400;
}

#simulation .plan_list ul{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#simulation .plan_list ul li {
  border: solid 4px #caa21d;
  border-radius: 10px;
  padding:10px 30px 20px 30px;
  width: 32%;
}

#simulation .plan_list ul li .num {
  position: absolute;
	top: -25px;
  left: 20px;
}

#simulation .plan_list ul li .num p{
  position: relative;
  background: #caa21d;
  text-align: center;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  font-size: 1.5em;
}

#simulation .plan_list ul li .num p span{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


#simulation .plan_list ul li h4{
  color: #5a442c;
  text-align: center;
  font-size: 1.4em;
  padding-bottom: 5px;
  border-bottom: 1px solid #5a442c;
}


#simulation .plan_list ul li .price{
  font-size: 2.6em;
  text-align: center;
  color: #473838;
  font-weight: 500;
  padding: 20px 0;
  line-height: 1;
}

#simulation .plan_list ul li .price span.tax{
  font-size: 0.4em;
}

#simulation .plan_list ul li .more_btn{
	text-align: center;
}


#simulation .settlement .text{
	margin-right: 20px;
}


#simulation .settlement{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 30px 0;
}

#simulation .contact_tel .contact_icon span{
  background: #fff;
  padding: 0px 25px;
  border-radius: 10px;
  font-size: 1.2em;
  color: #5a442c;
  font-weight: 500;
}

#simulation .contact_tel{
  background: #5a442c;
  border-radius: 20px;
  padding: 25px 0;
}

#simulation .contact_icon{
  text-align: center;
  margin-bottom: 5px;
}

#simulation .tel_num{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0px 0 30px 0;
  color: #fff;
}

#simulation .tel_num .text{
  font-size: 1.4em;
}

#simulation .tel_num p{
	//line-height: 1.5;
}

#simulation .tel_num .num{
  padding-left: 45px;
  font-size: 1.7em;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-left: 30px;
  position: relative;
}
#simulation .tel_num .num:before{
  content: "";
  display: inline-block;
  background: url("../images/top/simulation_telicon.png") left top no-repeat;
    background-size: auto;
  background-size: contain;
  width: 34px;
  height: 37px;
  position: absolute;
  left: 0px;
  bottom: 5px;
}

#simulation .contact_tel .mailbtn{
	text-align: center;
}

#simulation .contact_tel .mailbtn span{
	border: 2px solid #fff;
	color: #fff;
	padding: 2px 20px;
	font-weight:400 ;
	border-radius: 15px;
}

@media (max-width: 768px) {
	#simulation .simulation_btn button {
		font-size: 1em;
		font-weight: 500;
	}


	#simulation .plan_list ul li .num {
		display: none;
	}

	#simulation .plan_list ul li.plan_list01 {
	  border: solid 4px #7da575;
	}
	#simulation .plan_list ul li.plan_list01 .btn02{
	  background: #7da575;
	  border: 2px solid #7da575;
	}
	#simulation .plan_list ul li.plan_list01 .btn02::before{
		background: url("../images/common/btn_arrow02_g.png") left top no-repeat;
	}
	#simulation .plan_list ul li.plan_list03 {
	  border: solid 4px #997829;
	}
	#simulation .plan_list ul li.plan_list03 .btn02{
	  background: #997829;
	  border: 2px solid #997829;
	}
	#simulation .plan_list ul li.plan_list03 .btn02::before{
		background: url("../images/common/btn_arrow02_b.png") left top no-repeat;
	}

	#simulation .section_title_text {
		padding-right: 30px;
	}
	#simulation .plan_list ul li {
	  width: 100%;
	}
	#simulation .plan_list ul li {
	  margin-bottom: 20px;
	}
	#simulation .settlement {
	  padding: 0px 0 30px 0;
	}
	#simulation .settlement {
  display: block;
	}

	#simulation .tel_num .text_free {
	  font-size: 1em;
	  text-align: center;
	}
	#simulation .tel_num {
		display: block;
	}
	#simulation .tel_num .num {
	  padding-left: 35px;
	  font-size: 1.7em;
	  margin-left: 10px;
	  position: relative;
	}
	#simulation .tel_num .num::before {
	  content: "";
	  display: inline-block;
	  width: 30px;
	  height: 37px;
	  position: absolute;
	  left: 0px;
	  bottom: -5px;
	}
	#simulation .contact_tel .contact_icon span {
		font-size: 1em;
	}
}


/*point*/
#point .section_title {
  margin-bottom: 80px;
}

#point h3{
  color: #5a442c;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  margin-bottom: 30px;
  font-weight: 500;
}

#point .btn_wrap {
  margin-top: 30px;
}


#point .point01{
margin-bottom: 50px;
}


#point .point02{
margin-bottom: 50px;
}


@media (max-width: 768px) {
  #point h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    border-bottom: 3px solid #5a442c;
    padding-bottom: 5px;
  }
	#point .text_wrap .mb30{
		margin-bottom: 10px!important;
	}
	#point .btn_wrap {
	  margin-top: 0px;
	}
	#point .point01 {
	  margin-bottom: 30px;
	  border-bottom: 1px solid #fff;
	  padding-bottom: 30px;
	}
	#point .point02 {
	  margin-bottom: 30px;
	  border-bottom: 1px solid #fff;
	  padding-bottom: 30px;
	}
}

/*works*/

#works p {
  //line-height: 1.5;
}

#works .text{
	color: #5a442c;
	min-height: 150px;
}

#works .title{
		color: #5a442c;
	text-align: center;
	padding: 10px 0 5px 0;
	font-size: 1.5em;
	font-weight: 500;
	color: #5a442c;
}

#works .more_btn{
	text-align: center;
	margin-top: 20px;
}

@media (max-width: 768px) {
	#works .works_wrap .works_block {
	  width: 100%;
	}
	#works .text{
		color: #5a442c;
		min-height: auto;
	}
  .btn02 {
  	width: 100%;
  }
}

/*access*/

#access .address{
  display: flex;
  align-items: center;
  color: #473838;
  font-weight: 500;
  font-size: 1em;
}

#access .address .content{
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #b0b0b0;
}

#access .address .content span{
  border-bottom: 1px solid #473838;
  padding-bottom: 3px;
}

#access .access_wrap {
	display: flex;
	align-items:flex-end;
}

#access .gmap{
	width: 700px;
}

#access .access{
	width: calc( 100% - 750px );
	margin-left: 50px;
}


#access .address{
	margin-bottom: 40px;
}

#access .gmap iframe {
  height: 570px;
}

@media (max-width: 768px) {
	#access .access_wrap{
	  display: block;
	}
	#access .gmap {
	  width: 100%;
	  margin-bottom: 50px;
	}
	#access .access {
	  width: 100%;
	  margin-left: 0px;
	}

	#access .gmap iframe {
	  height: 400px;
	}
	#access .access .conpany_photo{
		margin-bottom: 30px;
	}

}

/*contact_area*/

#contact_area .chach_text{
	color: #fff;
	font-size: 2em;
	margin-bottom: 50px;
	text-align: center;
}

#contact_area .contact_btn{
	display: ;
}

#contact_area .section_title{
	color: #fff;
}

#contact_area .section_title .under_line::before {
  background: #fff;
}


#contact_area .chach_text p{
	line-height: 1.5;
}

#contact_area .contact_btn_wrap{
	display: flex;
  justify-content: center;
  align-items: stretch;
}

#contact_area .contact_btn_wrap .contact_btn{
	width: 45%;
	padding: 0 10px;
  display: flex;
  align-items: center;
}

#contact_area .contact_btn_wrap .contact_btn .footbtn{
  border: 6px solid #fff;
  display: block;
  padding: 15px 29px;
  border-radius: 30px;
  color: #fff;
	width: 100%;
  height: 100%;
  position: relative;
}


#contact_area .contact_btn_wrap .contact_btn .footbtn .chach {
  font-size: 0.8em;
}

#contact_area .contact_btn_wrap .contact_btn .footbtn .line_text{

}


#contact_area .contact_btn_wrap .contact_btn .footbtn .line_text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.9em;
  font-weight: 500;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding-left: 80px;
  display: block;
  width: 400px;
}

#contact_area .contact_btn_wrap .contact_btn .footbtn .line_text:before{
  content: "";
  display: inline-block;
  background: url("../images/common/foorter_lineicon.png") left top no-repeat;
  background-size: auto;
  background-size: contain;
  width: 79px;
  height: 75px;
  position: absolute;
  left: 0px;
  bottom: -5px;
}

#contact_area .contact_btn_wrap .contact_btn .footbtn .num{
  padding-left: 45px;
  font-size: 2.1em;
  letter-spacing: 0.3em;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}

#contact_area .contact_btn_wrap .contact_btn .footbtn .num rt{
  font-size: 0.3em;
}

#contact_area .contact_btn_wrap .contact_btn .footbtn .num:before{
  content: "";
  display: inline-block;
  background: url("../images/common/phone_icon.png") left top no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 34px;
  height: 37px;
  position: absolute;
  left: 0px;
  bottom: 5px;
}

@media (max-width: 768px) {
	#contact_area .chach_text {
	  font-size: 1.2em;
	}
	#contact_area .contact_btn_wrap {
	  display: block;
	}
	#contact_area .contact_btn_wrap .contact_btn {
	  width: 100%;
	  padding: 0 0px;
	  display: flex;
	  align-items: center;
	  margin-bottom: 20px;
	}
	#contact_area .contact_btn_wrap .contact_btn .footbtn {
	  border: 4px solid #fff;
	  display: block;
	  padding: 15px 15px;
	}
	#contact_area .contact_btn_wrap .contact_btn .footbtn .num::before {
	  width: 24px;
	  height: 27px;
	  position: absolute;
	  left: 0px;
	  bottom: 0px;
	}
	#contact_area .contact_btn_wrap .contact_btn .footbtn .chach {
	  font-size: 0.8em;
	  margin-bottom: 8px;
	}
	#contact_area .contact_btn_wrap .contact_btn .footbtn .num {
	  padding-left: 30px;
	  font-size: 1.6em;
	}
	#contact_area .contact_btn_wrap .contact_btn .footbtn .time{
	  font-size: 0.8em;
	}
	#contact_area .contact_btn_wrap .contact_btn .footbtn .line_text {
	  position: relative;
	  top: 0;
	  left: 0;
	  font-size: 1.5em;
	  transform: 0px;
	  -webkit-transform: translate(0px, 0px);
	  -ms-transform: 0px;

	  width: 100%;
	  text-align: center;
	  padding-left: 40px;
	  display: block;
	  width: 100%;
	}
	#contact_area .contact_btn_wrap .contact_btn .footbtn .line_text::before {
	  content: "";
	  background-size: auto;
	  background-size: contain;
	  width: 49px;
	  height: 45px;
	  position: absolute;
	  left: 10px;
	  bottom: 0px;
	}
}


#loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
}

#loading-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loading-img img {
	width:256px;
}
.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(200px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.vertical_section.common_section {
  position: relative;
}

@media (max-width: 768px) {
	#loading-img {
		position: static;
margin: 35vh auto 0;
  text-align: center;
  transform: translate(0%, 0%);
	}
}


/*cemetery*/
#cemetery {
	background-image: url("../images/top/bg_washi_green_middle.png");
	background-repeat: repeat-y;
	background-size:100%;
	background-position:50% 50%;
}
.section_title02 span::before {
  background: #fff;
}


#cemetery .read{
	color: #503f36;
	margin-bottom: 30px;
}

#cemetery .read span{
	background:rgba(255,255,255,0.5);
	padding: 3px;
}

#cemetery .cemetery_list li{
	margin-bottom: 60px;
	background: #fff;
}

#cemetery .cemetery_list li:last-child{
	margin-bottom: 0px;
}

#cemetery .cemetery_list li a{
	display: flex;

}

#cemetery .cemetery_list li:nth-child(odd) a{
	flex-direction:row-reverse
}

#cemetery .cemetery_list li .thum{
	width: 691px;
}


#cemetery .cemetery_list li .text_wrap{
	position: relative;
  padding: 0 20px;
  width: calc(100% - 691px);
}

#cemetery .cemetery_list li .text{
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#cemetery .cemetery_list li h3{
	font-size: 1.8em;
	margin-bottom: 20px;
}

/* HTML: <div class="triangle"></div> */
#cemetery .triangle {
  width: 20px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%,100% 0,100% 100%);
  background: #923535;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

@media (max-width: 768px) {
	#cemetery .cemetery_list li a {
	  display: block;
	}
	#cemetery .cemetery_list li .thum {
	  width: 100%;
	}
	#cemetery .cemetery_list li .text_wrap {
	  position: relative;
	  padding: 0 20px;
	  width: 100%;
	}

	#cemetery .cemetery_list li .text {
	  position: static;
	  width: 100%;
	  padding: 10px;
	}

	#cemetery .cemetery_list li .text{
	    transform: translate(0%, 0%);
	    -webkit-transform: translate(0%, 0%);
	    -ms-transform: translate(0%, 0%);
	    text-align: center;
	}
	#cemetery .cemetery_list li h3{
		font-size: 1.6em;
		margin-bottom: 15px;
	}

	#cemetery .cemetery_list li{
		margin-bottom: 20px;
	}
}

/*Q&A*/
#qa{
  background: url("../images/common/bg_washi_down_after.png") no-repeat right top / 100%;
  position: relative;
}

#qa h2{
  text-align: center;
  margin-bottom: 60px;
}


@media (max-width: 768px) {
	.contact .content_inner .contact_btn {
	  display: block;
	}
	.contact .content_inner .contact_btn div {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 100%;
	  text-align: center;
	  background: #fff;
	  color: #527c58;
	  padding: 15px 15px 15px 40px;
	}
}