@charset "utf-8";

/*=========================================*/
/* TOPページ */
/*=========================================*/


/*-- SIDE BANNER --*/

#side_fixed_banner_area{
	position:absolute;
	top:100px;
	left:10px;
	width:300px;
	height:80px;
	background-color:rgba(255,255,255,0.65);
	z-index:50;
	/* radius */
	-webkit-border-radius:12px;
	   -moz-border-radius:12px;
	        border-radius:12px;
}

#side_fixed_banner img{
	width:100%;
}

@media print{

#side_fixed_banner_area{
	display:none;
}

}

@media screen and (max-width:1280px){

#side_fixed_banner_area{
	top:90px;
	width:240px;
	height:64px;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

}

@media screen and (max-width:960px){

#side_fixed_banner_area{
	top:90px;
	width:240px;
	height:64px;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

}

@media screen and (max-width:640px){

#side_fixed_banner_area{
	top:80px;
	width:180px;
	height:48px;
	/* radius */
	-webkit-border-radius:9px;
	   -moz-border-radius:9px;
	        border-radius:9px;
}

}


/*-- ITEM BANNER --*/

.main_item_banner_area{
	position:absolute;
	top:75%;
	left:55%;
	margin:auto;
	width:390px;
	height:90px;
	z-index:10;
}

.main_item_banner_area .nav{
	position:relative;
	width:100%;
	animation:Catch_nav 10s ease-in-out alternate;
}

.main_item_banner_area .nav img{
	width:100%;
}

@keyframes Catch_nav{
	0%{ transform:translate3d(0px,0,0); opacity:0; }
	75%{ transform:translate3d(0px,0,0); opacity:0; }
	100%{ transform:translate3d(0px,0,0); opacity:1; }
}

@media print{

.main_item_banner_area{
	display:none;
}

}

@media screen and (max-width:1280px){

.main_item_banner_area{
	top:80%;
	left:52.5%;
}

}

@media screen and (max-width:960px){

.main_item_banner_area{
	top:75%;
	left:47.5%;
	width:320px;
	height:74px;
}

}

@media screen and (max-width:640px){

.main_item_banner_area{
	top:auto;
	left:auto;
	right:15px;
	bottom:15px;
	width:240px;
	height:55px;
}

}


/*-- 年末年始 --*/

.news_kokuchi_251225{
	position:relative;
	padding:45px 0px 45px 0px;
	width:100%;
	background-color:rgba(255,255,255,1.0);
}

.news_kokuchi_251225 .img{
	position:relative;
	margin:0px auto 0px auto;
	padding:0px 45px 0px 45px;
	max-width:840px;
}

.news_kokuchi_251225 .img img{
	width:100%;
}

@media print{

.news_kokuchi_251225{
	display:none;
}

}

@media screen and (max-width:1280px){

.news_kokuchi_251225{
	padding:35px 0px 35px 0px;
}

.news_kokuchi_251225 .img{
	padding:0px 35px 0px 35px;
}

}

@media screen and (max-width:960px){

.news_kokuchi_251225{
	padding:25px 0px 25px 0px;
}

.news_kokuchi_251225 .img{
	padding:0px 25px 0px 25px;
}

}

@media screen and (max-width:640px){

.news_kokuchi_251225{
	padding:15px 0px 15px 0px;
}

.news_kokuchi_251225 .img{
	padding:0px 15px 0px 15px;
}

}

