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

h2{
	position: absolute;
	font-family: andada;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	left: 10%;
	text-decoration: underline;
}
.shinu{
	position: absolute;
	top: 560px;
	width: 450px;
	left: 10px;
}
h5{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-family: andada;
	background-color: #BC928A;
	margin-bottom: 0px;
	margin-top: -7px;
}
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;
}

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;
}

#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;
}
	