@charset "utf-8";

/*リスト 必要に応じて*/
/*ul{
    list-style-type: none;
}*/
/*リンク 必要に応じて*/
/*a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}*/

html{
    scroll-behavior: smooth;
}
.site-menu{
    z-index: 1;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #000000;
}
.site-menu-div{
    display: flex;
    flex-wrap: wrap;
    width: 620px;
}
.site-menu-ul{
    list-style-type: none;
    margin: 0 auto;
}
.site-menu-li{
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 40PX;
    width: 150px;
    height: 40px;
}
.site-menu-li:hover{
    color: #000000;
    font-weight: bold;
    background: #fff;
}
.article{
    padding-top: 50px;
}
.main-div{
    display: flex;
    justify-content: center;
}
.main-img{
    width: 620px;
}
.message{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
}
.span-text{
    font-size: 15px;
}
.contents-title{
    margin: 0 auto;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.contents-title p{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 2px #000000;
    box-shadow: 0px 3px 5px #909090;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contents-title span{
	font-weight: normal;
}
.p-category-1{
    background-image: linear-gradient(#F0D422, #F2A20C);
}
.p-category-2{
    background-image: linear-gradient(#0CA1E8, #0F52F2);
}
.p-category-3{
    background-image: linear-gradient(#089613, #006B25);
}
.main-contents{
    text-align: center;
    width: 620px;
    margin: 0 auto;
}

.contents{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contents-box{
    width: 195px;
    margin-left: 8px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.contens-img{
    margin-left: 10px;
    width: 175px;
    height: 248px;
    border: 1px solid #000000;
}
.contens-img:hover{
    opacity: 0.5;
}
.img-title{
    text-align: center;
	font-size: 12px;
}
.img-title-b{
    margin-top: 5px;
    font-size: 12px;
}
.img-link{
    text-decoration: none;
}
.reg{
    font-size: 1px;
    vertical-align: top;
}
.footer-css{
    width: 100%;
    height: 300px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    background: #000;
	/*background: #0271B8;*/
}
.footer-div{
    width: 350px;
}

.footer-img{
    float: left;
    margin-top: 30px;
    width: 350px;
}
.footer-p{
    color: #fff;
    padding-top: 25px;
}
.footer-ul{
	list-style: none;
	padding-left: 20px;
	background-size: 15px auto;
	margin-top: 10px;
	line-height: 32px;
	margin-left: 50px;
}
.footer-ul a{
	text-decoration: none;
	color: #fff;
}
.footer-ul li{
	padding-left: 20px;
	background: url("images/aikon.png") left 0px top 8px no-repeat;
	background-size: 15px auto;
}
.footer-ul li a{
    display: block;
    height: 100%;
    width: 100%
}


/*countdown_javascript------------------------------------*/
#CDT {
text-align: center;
font-size: 45px;
font-weight: bold;
color: #ffffff;
font-family: 'Noto Sans JP', sans-serif;}
#CDT01 {
width: 100%;
text-align: center;
font-size: 45px;
font-weight: bold;
color: #ffffff;
font-family: 'Noto Sans JP', sans-serif;
}
.ttl {
color: #ffffff;
font-size: 28px;
font-weight: 600;
text-align: center;
margin: 0;
line-height: 1.5;
}
.timer {
display: flex;
flex-direction: row;
align-items: center;
background: #d00000;
margin: 5px auto;
padding: 5px;
text-align:center;
}
.timer-contents-p{
	width: 20%;
	color: #fff;
}
/*countdown_javascript------------------------------------*/



@media (max-width: 600px) {
    .site-menu-div{
        width: 320px;
    }
    .article{
        padding-top: 90px;
    }
    .main-img{
        width: 320px;
    }
    .message{
        font-size: 17px;
    }
    .span-text{
        font-size: 12px;
    }
    .contents-box{
        width: 151px;
    }
    .contens-img{
        width: 120px;
        height: 178px;
    }
    .contents-title{
        padding-top: 90px;
        margin-top: -90px;
    }
    .main-contents{
        width: 320px;
    }
	.img-title{
		font-size: 10px;
	}
    .footer-img{
        width: 100%;
    }
    .footer-div{
        width: 300px;
    }
	.footer-ul{
		font-size: 10px;
		margin-left: -15px;
	}
}
