*{
    margin: 0;
    padding: 0;
}

html {
	scroll-behavior: smooth;
}

body{
    width: 100%;
    background-color: #2F394B;
}

section{
    text-align: center;
	margin-bottom: 5em;
}

p{
	font-family: ten-mincho, serif;
	font-weight: 100;
	font-style: normal;
	line-height: 150%;
	letter-spacing: .5px;
	font-size: 16px;
	color: #2F394B;
}

a{
	text-decoration: none;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}

a:hover{
	transition: all ease .2s;
}

h2{
	font-family: ten-mincho, serif;
	font-weight: 100;
	font-style: normal;
	color: #2F394B;
	font-size: 25px;
	border-bottom: solid 1px #A38F67;
	margin-bottom: .7em;
}

.sp{
	display: none;
}

#firstview{
	display: flex;
    flex-direction: column;
    align-items: center;
}

#firstview img{
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
}

#firstview p{
	color: #FAF4EB;
}

#firstview a{
    color: #FAF4EB;
    background: #A38F67;
    border-radius: 40px;
	padding: 1em 3em;
	width: 30em;
	margin: 3em auto 0;
}

#firstview a:hover{
	box-shadow: 0px 0px 10px #FAF4EB;
}

#information{
	display: flex;
	justify-content: center;
    align-items: flex-start;
	margin: 0 auto 10em;
	width: 78vw;
}

#information #menu{
	width: 16em;
}

#information #menu ul{
	list-style: none;
	text-align: left;
}

#information #menu ul li{
	padding: 1em;
	border-left: solid 6px #BE4B40;
	margin-bottom: 2em;
}

#information #menu ul li.yellow{
	border-left: solid 6px #A38F67;
}

#information #menu ul li a{
	color: #FAF4EB;
}

#information #menu ul li a:hover{
	color: #A38F67;
}

#information #menu_sp{
	display: none;
}

#information #content{
    background-image: url("../images/papertexture.svg");
    background-repeat: repeat;
	padding: 2em;
	text-align: left;	
}

#information #content .detail{
	margin-bottom: 2em;
}

#information #content .detail img{
	width: 100%;
}

#information #content .detail a{
	color: #2F394B;
	text-decoration: underline #2F394B;
}

#information #content .detail a:hover{
	color: #BE4B40;
	text-decoration: underline #BE4B40;
}

#information #content .detail .caution{
	font-size: 12px;
}

#information #content .red_big{
	color: #BE4B40;
	font-size: 20px;
	display: inline-block;
	margin-bottom: .6em;
}

footer{
    background-image: url("../images/papertexture.svg");
    background-repeat: repeat;
}

footer #logos{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
}

footer a{
    margin: 0 4em;
	display: flex;
    align-items: center;
}

@media only screen and (max-width:900px) {

	section{
		margin-bottom: 4em;
	}

	#information #menu{
		width: 18em;
	}

	#information #menu ul li a{
		font-size: 14px;
	}

	#logos img{
		width: 9vw;
	}

}

@media only screen and (max-width:599px) {

	h2{
		font-size: 16px;
	}

	p{
		font-size: 12px;
	}

	.pc{
		display: none;
	}

	.sp{
		display: inline-block;
	}

	#firstview img{
		width: 100%;
		margin-bottom: 2em;
	}

	#firstview p{
		padding: 1em 2em;
	}

	#firstview a{
		font-size: 12px;
		width: 12em;
	}

	#information{
		width: 100vw;
		margin-bottom: 1em;
	}

	#information #menu{
		display: none;
	}

	#information #menu_sp{
		display: block;
	}

	#information #content .detail .caution{
		font-size: 10px;
	}

	#information #content .detail a{
		color: #BE4B40;
		text-decoration: underline #BE4B40;
	}

	#information #content .red_big{
		color: #BE4B40;
		font-size: 16px;
	}

	#decoration{
		margin: 0 auto 1em;
		text-align: center;
		display: block;
	}

	footer a{
		margin: 0 4vw;
	}	

	#logos img{
		width: 12vw;
	}	
}