@charset "utf-8";

body {
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
article h1,article h2 {
	color: black;
	padding: 3px;
	margin: 0 0 10px 0;
	border-radius: 50px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #ffe5e5), color-stop(0.00, #fb091e));
	background: -webkit-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: -moz-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: -o-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: -ms-linear-gradient(top, #fb091e 0%, #ffe5e5 94%);
	background: linear-gradient(to bottom, #fb091e 0%, #ffe5e5 94%);
}

a:hover {
	opacity: 0.8;
}

article p {
	font-size: 18px;
	color: white;
	margin: 0;
	padding: 0;
}
/*  ヘッダー  */

.logo_number {
	width: 100%;
	line-height: 80px;
	background-color: rgba(255,0,0,0.8);
	z-index: 5;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.logo {
	float: left;
	width: 15%;
	margin-right: 12%;
}

.logo_img {
	width: 200px;
	height: 79px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*  ナビゲーション  */

div.navi {
	float: left;
	width: 50%;
}

div.navi ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.navi li {
	float: left;
	list-style: none;
	width: 16.6666%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


div.navi a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0px;
	text-align: center;
	font-size: 18px;

}

div.navi a:hover {
	text-decoration: none;
	color: #000;
	background-color: rgba(255,255,255,0.5);
}
div.navi a p {
	padding: 0;
	margin: 0;
}

/*  SNSボタン  */

.social {
	float: right;
	width: 20%;
	line-height: 20px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.social p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
}
.social h1 {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #fff;
}

.social-button {
	display: inline-block;
	vertical-align: top;
}


/*  コンテンツ幅・背景  */

#contents {
	width: 100%;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/6.png);
}

article {
	width: 100%;
	margin: 0px auto;
	background-color: rgba(0,0,0,1);

}
.day24 h1{
	padding: 10px;
	font-size: 30px;
	text-align: center;
	background-color: #f00;
	color: white;
	margin-bottom: 0px;
	margin-top: 80px;
}

.img_24 {
	width: 100%;
	position: relative;
}
.img_24 img {
	width: 100%
}
/*  表題  */
.pass_box img{
	width: 100%;
}

.comment p,.topping_text p {
	font-size: 25px;
	text-align: center;
	padding: 30px 30px;
}
.topping_text p span {
	background-color: red;
	border-radius: 10px;
	padding: 0px 30px;

}
.topping {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.toppingbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.topping_img {
	width: 33.3333%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.topping_img img {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.topping_img p {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

.merit p{
	font-size: 45px;
	text-align: center;
	padding: 30px 0;
	text-shadow:#fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;

}

/*  フッター  */
footer {
	width: 100%;
	height: 120px;
	background-color: rgba(255,0,0,0.8);
	color: #fff;
	margin-top: 10px;
	padding: 0px 0;

}

address,.time {
	float: left;
	margin-left: 25px;
}
address p,.time p {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.copyright {
	text-align: center;
	background-color: black;
}
.copyright p {
	margin: 0;
	padding: 0;
}





/*  スクロールアニメーション  */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateX(-100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateX(-100px); -ms-transform: translateX(-100px); transform: translateX(-100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*  トップへ戻るボタン  */

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 20px ;
	bottom: 20px ;
}
 
.move-page-top
{
	display: block ;
	width: 120px ;
	height: 120px ;
	cursor: pointer ;
	line-height: 80px;
	vertical-align: ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

/*////////  1600px以上  ////////*/

@media (min-width:1600px) {
article {
	width: 85%;
}
}
/*////////  768px以上1024px以下  ////////*/

@media (min-width:768px) and (max-width:1024px) {

	.logo_number {
		line-height: 50px;

	}

	.logo_img {
		width: 150px;
		height: 50px;
	}
	
	div.navi a {
		font-size: 18px;
	}

	.social h1,.social p {
		display: none;
	}
	div.navi li {
		float: none;
		border-left: none;
		width: 100%;
	}


	.li_last {
		border-right: none;
	}
	.naver-handle {
	padding: 0px;
	}
	/*  記事  */
.day24text_1 p {
	font-size: 50px;
}

.day24text_2 p {
	font-size: 30px;
}

.day24text_2 {
	position: absolute;
	bottom: 100px;
	right: 30px;
	width: 50%;
}

.day24_card {
	position: absolute;
	bottom: 50px;
	left: 30px;
	width: 40%;
}

.merit {
	border: 8px solid #FFF;
}

.merit p {
	font-size: 40px;
}



/*  フッター  */
footer {
	height: 110px;
}
address,.time {
	margin-left: 15px;
}
address p,.time p {
	font-size: 15px;
}


}


/*////////  767px以下  ////////*/

@media (max-width:767px) {

	.logo_number {
		line-height: 50px;

	}

	.logo_img {
		width: 150px;
		height: 50px;
	}
	
	div.navi a {
		font-size: 18px;
	}

	.social h1,.social p {
		display: none;
	}
	div.navi li {
		float: none;
		border-left: none;
		width: 100%;
	}


	.li_last {
		border-right: none;
	}
	.naver-handle {
	padding: 0px;
	}
	



	.header_box1 {
		float: none;
		width: 100%;
	}
	.header_box2 {
		display: none;
	}
	.logomark {
		width: 90%;
		height: 50%;
	}

	
	div.navi a {
		font-size: 18px;
	}

	.social h1,.social p {
		display: none;
	}

	div.navi li {
		float: none;
		list-style: none;
		width: 100%;
	}
	
	/*  記事  */
		
.day24text_1 {
	position: absolute;
	top: 20px;
	left: 20px;
}
.day24text_1 p {
	font-size: 35px;
}

.day24text_2 p {
	font-size: 20px;
}

.day24text_2 {
	position: absolute;
	bottom: 50px;
	right: 20px;
	width: 50%;
}

.day24_card {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 40%;
}

.merit {
	border: 5px solid #FFF;
}

.merit p {
	font-size: 25px;
}



.move-page-top
{
	width: 100px ;
	height: 100px ;
}
/*  フッター  */
footer {
	height: 80px;
}

address,.time {
	margin-left: 10px;
}
address p,.time p {
	font-size: 10px;
}

.copyright p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}


}


/*////////  499px以下  ////////*/

@media (max-width:499px) {

article {
	margin: 0px;
}

.day24 img {
	width: 100%;
	margin-bottom: 30px;

}


.logo_img {
	display: none;
}

.social {
	display: none;
}

div.navi {
	float: none;
	width: 100%;
}

.logo_number {
	line-height: 40px;

}

div.navi a {
	font-size: 15px;

}

	/*  記事  */
	
.day24 {
	margin-top: 50px;
}
	
.day24text_1 {
	position: absolute;
	top: 10px;
	left: 10px;
}
.day24text_1 p {
	font-size: 18px;
}

.day24text_2 p {
	font-size: 14px;
}

.day24text_2 {
	position: static;
	bottom: 0px;
	right: 0px;
	width: 100%;
}

.day24_card {
	position: static;
	bottom: 0px;
	left: 10px;
	width: 100%;
}
.comment p{
	font-size: 20px;
}

.merit {
	border: 3px solid #FFF;
}

.merit p {
	font-size: 16px;
}

.topping_img {
	float: none;
	width: 100%;
}

.topping_text p span {
	padding: 0px 10px;
	font-size: 20px;

}


.move-page-top
{
	width: 80px ;
	height: 80px ;
}
/*  フッター  */
footer {
	height: 80px;
}

address {
	margin-left: 5px;
}
address p {
	font-size: 14px;
}

.time {
	display: none;
}
.copyright {
	text-align: center;
}
.copyright p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

}
