@charset "utf-8";

#a{
	background-color: rgba(254,243,151,0.6);
	scroll-behavior: smooth;
}

#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
	padding-bottom: 5%;
}
@media(max-width:800px){
#page {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ee6d11;
	padding-bottom: 0%;
}
}

#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}

#header img{
	width:100%;
	height:auto;
	border-radius:8px;
	float:left;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border:solid 1px #999\9;
	margin-bottom:1%;	
}

#header img:hover{
	width:100%;
	height:auto;
	border-radius:8px;
	float:left;
	-moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0.7);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.7);
	border:solid 1px #2792ff\9;
	background-color:rgbs(0,0,0,0.5);

}

@media(max-width:800px){
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
}

#annai {
	display: none;
}

@media(max-width:800px){
#annai {
	display: block;
	width: 100%;
	margin: 2px auto 0px;
}
}

/*スライド部分*/
#box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#box_sp {
	display:none;
}

@media(max-width:800px){
#box {
	display:none;
/*	margin: 0px auto 3px;
	width: 100%;*/
}
#box_sp {
	display:block;
	margin: 0px auto 3px;
	width: 100%;
	background-color: #ee6d11;
}


.Thumb li img {
	width:47%;
	margin:2% 0% 0% 2%;
	margin-bottom: 1%;
	 -webkit-box-shadow: 0 0 5px 0 #777; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 5px 0 #777; /* Firefox用 */
	box-shadow: 0 0 5px 0 #777; /* CSS3 */
	background-color: #FFF;
	float:left;
}



/*
.Bt_ov{
	height:150px;
	display: block;
}
.Bt_ov:hover{
	background-color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}*/
}

.Bt_ov{
	height:100%;
	display: block;
}
.Bt_ov:hover{
	background-color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/*不明
#under {}

#under .Bt{
}

#start{
	background-image: url(img/start.gif);
}*/

#link {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.link_Bt {
		width: 890px;
		height: 70px;
		float: left;
		margin-right: 5px;
		margin-left: 5px;
		margin-top: 5px;
}
.link_Bt a {
	display: block;
	line-height: 60px;
	font-size: 30px;
	cursor: pointer;
	color: #FFF!important;
	text-align: center;
	font-weight: bold;
	background-color: #FF3300;
	border-radius: 5px;
}
.link_Bt a:hover {
		background-color: #666;
}


.link_page {
	width: 100%;
	margin-top:5px;
}

.link_page_sp {
		display: none;
}

@media(max-width:800px){
#link {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.link_Bt {
	width: 94%;
	height: 65px;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 1px;
	float: left;
}
.link_Bt a {
	display: block;
	line-height: 60px;
	font-size: 25px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #666;
	border-radius: 5px;
}
.link_Bt a:hover {
		background-color: #000;
}


.link_page {
	display: none;
}
.link_page_sp {
	display: block;
	width: 100%;
	margin-top: 5px;
}
}


#footer  {

		display: none;
}



#KOlogo{
}

#copyright {
	font-size:12px;
	color:#FFF;
	position:absolute;
	right:10px;
	bottom:10px;
}

@media(max-width:800px){
#footer  {
		display:block;
	 	height:60px;
		width: 100%;
		background-color:#585757;
		background-repeat: repeat-y;
		background-size:contain;
		position: relative;
		/*overflow:hidden;*/
		border-top: solid 8px #000;
		z-index:20;
		margin-top: 5px;
}

#KOlogo{
display:block;
height:45px;
margin:5px 0px 0;
}
}

/*---*/
#shop {
	width: 900px ;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#shop ul{
	width: 100%;
	overflow: hidden;
	display: block;
	list-style-type: none;
}

#shop li{
	width:25%;
	padding:9px;
	float:left;
}

#shop li{
	width:23%;
}

#shop li a{
	float:left;
	width:100%;
}

#shop li img{
	width:100%;
	height:auto;
	border-radius:8px;
	float:left;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border:solid 1px #999\9;
}

#shop li img:hover{
	width:100%;
	height:auto;
	border-radius:8px;
	float:left;
	-moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0.7);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.7);
	border:solid 1px #2792ff\9;

}
#shop li font{
	font-size:32px;
	color:#FF3300;
	line-height:33px;
	text-shadow: 2px 2px 1px #FFF,
    			-2px 2px 1px #FFF,
    			2px -2px 1px #FFF,
    			-2px -2px 1px #FFF;
}
/*---*/
@media(max-width:500px){
#shop {
	width: 100% ;
	margin-top: 5px;
}
#shop li{
		width:48%;
		padding:2px;
}
}

