h1 {
	color: #6A5C54;
	text-align: center;
	background-image: url("../images/common/bg_title.png");
	width: 100%;
}

h1 {
	height: 335px;
	padding-top: 150px;
	font-size: 3.0625rem;
}

@media (max-width: 768px) {
	h1 {
	  font-size: 1.7857rem;
	  height: 174px;
	  padding-top: 80px;
	}
}

#memorial #date .schedule_wrap{
	padding: 30px 0;
}

#memorial #date .schedule_wrap .schedule{
	margin-bottom:30px;
}


#memorial #date .schedule_wrap .schedule dl{
	display: flex;
	justify-content: center; 
	margin: 0 auto;
	font-size: 1.2em;
	max-width: 700px;
}

#memorial #date .schedule_wrap .schedule dl dt{

	text-align: center;
	padding: 15px 0;
	width: 35%;
	margin-right: 10px;
}

#memorial #date .schedule_wrap .schedule dl.dl01{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #7e8c82;
}


#memorial #date .schedule_wrap .schedule dl dd{
	text-align: center;
	padding: 15px 0;
	width: 65%;
}

#memorial #date .schedule_wrap .schedule dl.dl01 dd{
	background: #cfded4;
	color: #503f36;
}

#memorial #date .schedule_wrap .schedule dl.dl01 dt{
	background: #59946b;
	color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
}

#memorial #date .schedule_wrap .schedule dl.dl02 dd{
	background: #cfded4;
	color: #503f36;
}

#memorial #date .schedule_wrap .schedule dl.dl02 dt{
	background: #59946b;
	color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
}


#memorial #date .schedule_wrap .btn_area{
text-align: center;
}
#memorial #date .schedule_wrap .button {
	display: inline-block;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 10px 20px;
	position: relative;
	transition-property: opacity;
	transition-duration: 0.5s;
}

#flow .btn_area{
  padding: 50px 20px 30px 20px;
}

#memorial #date .schedule_wrap .btnA.btnG{
	background: #923535;
	border: 1px solid #923535;
}
#memorial #date .schedule_wrap .btnA.btnR{
	background: #923535;
	border: 1px solid #923535;
}



#memorial #date .schedule_wrap .button:hover {
	opacity: 0.7;
}
.btnA {
	//display: inline-flex;
	max-width: 100%;
	height: 40px;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-indent: 0.08em;
	text-align: center;
	padding: 10px 45px 10px 25px;
	position: relative;
	border-radius: 10px;
}
.btnA:before{
	content: "";
	display: inline-block;
	background: url("../images/common/btn_arrow10.png") left top no-repeat;
	background-size: contain;
	width: 29px;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate3d(50%,-50%,0);
}

#memorial #date .move_wrap{
  padding: 30px 0;
  border-top: 1px solid #503F36;
  border-bottom: 1px solid #503F36;
  margin: 40px 30px;
  text-align: center;
}

#memorial #date .move_wrap iframe{
  width: 80%;
  height: 450px;
}

#memorial #date{
	padding-bottom: 0px;
}

#memorial #costs{
	padding-bottom: 0px;
	padding-top: 80px;
}


#memorial #costs .costs_table_wrap dl{
	display: flex;
	justify-content: center; 
	margin: 0 auto;
	font-size: 1.2em;
	max-width: 700px;
	margin-bottom: 10px;
}

#memorial #costs .costs_table_wrap dl dt{
	background: #59946b;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	width: 35%;
	margin-right: 10px;
	align-items: center;
  display: flex;
  justify-content: center;
}

#memorial #costs .costs_table_wrap dl dd{
	text-align: center;
	padding: 15px 0;
	width: 65%;
	background: #cfded4;
	color: #503f36;
}

#memorial #costs .costs_table_wrap{
	padding: 50px 0;
	position: relative;
}

#memorial #costs .costs_table01{
	padding-bottom: 50px;

}


#memorial #costs .costs_table01 dd{
	position: relative;
}

#memorial #costs .costs_table01 .plus_wrap {
	position: absolute;
	bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #503f36;
  line-height: 1;
  width: 1em;
  height: 2px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


#memorial #photo .photo_list ul{
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}


#memorial #photo .photo_list ul li{
	width: calc(100% / 4);
	padding: 10px;
}


@media (max-width: 768px) {
	#memorial #date .schedule_wrap .schedule dl{
		font-size: 1.05em;
	}
	#memorial #costs .costs_table_wrap dl {
		font-size: 1.05em;
	}
	#memorial #costs .costs_table_wrap {
	  padding: 0px 0 20px 0;
	}
	#memorial #costs {
	  padding-bottom: 0px;
	  padding-top: 30px;
	}
	#memorial #date .move_wrap {
	  padding: 20px 0;
	  margin: 40px 0px;
	}
	#memorial #date .move_wrap iframe {
	  width: 100%;
	  height: 300px;
	}
	#memorial #costs {
	  padding-bottom: 30px;
	  padding-top: 30px;
	}

	#memorial #photo .photo_list ul {
	  padding-top: 0px;
	}
	#memorial #photo .photo_list ul li{
		width: calc(100% / 2);
		padding: 5px;
	}

}