@charset "UTF-8";
img{
	align-content: center;
	width: 100%;
	position: relative;
}

h2{
	position: absolute;
	font-family: andada;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	color: #5C494A;
	top: 550px;
	left: 10%;
	text-decoration: underline;
}
h5{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-family: andada;
	background-color: #BC928A;
	margin-bottom: -24px;
	margin-top: -15px;
}
.muri{
	position: absolute;
	width: 390px;
	top: 560px;
	left: 10px;
}
h1{
	font-family: andada;
	font-style: normal;
	font-weight: 400;
	font-size: 150px;
	margin-top: -20px;
	margin-bottom: -20px;
	background-color: #FFF6EC;
}
h4{
	font-family: andada;
	font-style: normal;
	font-weight: 400;
	background-color: #FFF6EC;
	color: #786A65;
	margin-top: 30px;
	margin-bottom: -1px;
	font-size: 20px;
}
.otituki{
	margin-bottom: -60px;
	position: relative;
}
.kuuhaku{
	background-color: #FFF6EC;
	width: 100%;
	margin-top: -85px;
}
h3{
	align-content: center;
	font-family: andada;
	font-style: normal;
	font-weight: 400;
	color: #5C494A;
	font-size: 45px;
	background-color: #FFF6EC;
	margin-top: -1px;
	margin-bottom: -10px;
}

p{
	background-color: #FFF6EC;
	font-family: andada;
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
	text-decoration: underline;
	margin-top: -80px;
	margin-bottom: -6px;
	color: #736A66;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #69524D;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #69524D;
}
.cp_cssslider {
	width: 289.8pt;
	height: 210pt;
	overflow: hidden;
	margin: 2em auto;
	border: 10px solid #ffffff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
}
.cp_slide_item {
	width: 289.8pt;
	height: 210pt;
	float: left;
	position: relative;
}
.cp_slidewrapper {
	width: 200%;/* slideの枚数×100% */
	position: relative;
	left: 0;
	animation: slider 10s infinite ease;/* スピード */
}
@-webkit-keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	50% {
	-webkit-transform: translateX(-289.8pt);
	transform: translateX(-289.8pt);
	}
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}
@keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	50% {
	-webkit-transform: translateX(-289.8pt);
	transform: translateX(-289.8pt);
	}
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}