@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%;
	margin-top: -12px;
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}
body {
	margin: auto;
	width: 1000px;
	max-width: 100%;
	font-size: 1.8rem;
	background-color: black;
	color: white;
	font-family: serif;
}
a,a:hover,a:visited{
	color: inherit;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1.8rem;
}
body ul {
	padding-left:0;
}
body ul li {
	list-style:none;
}
*,
*::before,
*::after {
	box-sizing:border-box;
}
.clearfix::after {
	content:'';
	display:block;
	clear:both;
}
footer {
	margin-top: 100px;
}


/* 以下lv1が完成したら干渉するので削除 */
.copyright {
	font-size: 1.5rem;
	text-align: center;
}
.footer-btn {
	width: 209px;
	padding: 14px 0 16px 0;
	font-size: 1.6rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	color: #fff;
	background: #444;
	line-height: 1.5;
	border-radius: 50px;
	transition: all .2s;
	border: 2px solid #444;
}
.footer-btn:hover{
  background-color: #fff;
  border-color: #444;
  color: #444;
}
.footer-ul{
    display: flex;
    padding: 0;
    margin: 10px;
    border-top: 10px solid #000;
    border-left: 1px solid #000;
}
.footer-ul li{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
}
.footer-ul li a{
	text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 10px;
}
@media(max-width:767px){
	.footer-ul{
        flex-wrap: wrap;
    }
    .footer-ul li{
        width: 50%;
    }
}
/* testスライドショー用 */
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/* __スライドショー用 */