@charset "utf-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#background{
	background-color: #ffebee;
}

#wrapper {
  width:100%;
  overflow:hidden;
}

main{
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
img{
	vertical-align: bottom;
}
footer{
  position: fixed;
  bottom: 0;
  width: 100%;
}

.content{
    width: 100%;
	margin: 0;
}

.content img {
	max-width: 100%;
	width: 100%;
}
.info {
	max-width: 35%;
	width: 60%;
    margin: 0 50px;
}

p{
    font-size: 35px;
    color: #fff;
    padding: 20px 0;
}

/*トップに戻る*/
#page_top {
	z-index: 1;
    position: fixed;
    right: 0px;
top: -80px;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
}

#page_top a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #41c5b3;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    text-align: center;
}

#page_top a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #41c5b3;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    text-align: center;
}

@media screen and ( max-width:479px )
{	main{
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	text-align: center;
	overflow: hidden	
}

.content{
    width: 100%;
	margin: 0;
}

.info {
	max-width: 100%;
	width: 95%;
	margin: 0px;
}

p{
    font-size: 12px;
    color: #fff;
    padding: 20px 0;
}
}
