@charset "utf-8";

/* ---------- スライダー ---------- */
#index #main{
	padding:10px 0 0 20px;
	position:relative;
	top:-70px;
	background: #f4ecc8;
	background: -moz-linear-gradient(top, #f4ecc8 25%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f4ecc8 25%,#ffffff 100%);
	background: linear-gradient(to bottom, #f4ecc8 25%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ecc8', endColorstr='#ffffff',GradientType=0 );
}
#index #mainbox{width:600px;height:300px;position: relative;overflow: hidden;z-index:200;text-align:center;display:inline-block;}
#index #mainbox div{display: table;position: relative;float:left;width:600px;height:100%;z-index:200;margin:0 auto;}
#index #mainbox #prev{
	z-index: 200;
	position: absolute;
	content: "";
	top: 150px;
	left: 0;
	width: 32px;
	height: 32px;
}
#index #mainbox #next{
	z-index:200;
	position:absolute;
	content:"";
	top: 150px;
	right: 0;
	width:32px;
	height:32px;
}
	#index #mainbox #prev img,
	#index #mainbox #next img{width:32px;height:32px;}
#index #mainbox ul{
	z-index:9999999;
	position:absolute;
	content:"";
	top: 5px;
	right: 30px;
	display:table;
}
	#index #mainbox ul li{color:#c8c8c8;font-size:20px;line-height:1;display:table-cell;padding:0 5px;}
	#index #mainbox ul li.on{color:#fd4f37;}


/* ---------- トップ ---------- */
#index #newsbox{width:300px;height:300px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/top/news_back.png);
}

#index #newsbox h2{height:55px;padding:12px 20px 0 0;float:right;}
#index #newsbox #newsboxin{
	width:300px;
	height:240px;
	margin-left:5px;
	overflow-y: auto;
	overflow-x: hidden;

	display:block;
}
	#newsbox dl{clear:both;display:table;width:auto;position:relative;clear:both;}
	#newsbox dt{background-color:#ff4f37;color:#fff;display:table;position:relative;line-height:1;padding:5px 10px;clear:both;z-index:20;}
	#newsbox dd{padding:10px;clear:both;width:auto;z-index:10;position:relative;top:-5px;left:5px;
		background-repeat: repeat;
		background-position: left top;
		background-image: url(../images/top/news_back.png);
	}
		#newsbox dd a{color: #15c;text-decoration: underline;}
#index #topbox{
	top:-40px;
}
#index #catchcopy{
	margin-left: 25px;
	border:4px solid #fd4e37;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	max-width:560px;
	height:220px;
	position:relative;
}
	#index #catchcopy div{padding:10px 20px 0;height:132px;text-align:center;}
	#index #catchcopy p{padding:10px 0 0;width:90%;margin:0 auto;text-align:center;font-size:1.5rem;
	display:table;line-height:1.5;}

#index #twitter{width:260px;height:220px;margin: 0 25px;}
	#index #twitter iframe{width:260px !important;height:220px !important;}

    
#index #itembox{margin: 0px auto 0;top:-35px;}
#index #itembox .box{
	float:left;
	width:260px;
	height: 350px;
	position:relative;
	margin:0px 25px 0 20px;
	box-shadow:0px 2px 8px 0px #c2c2c2;
	-moz-box-shadow:0px 2px 8px 0px #c2c2c2;
	-webkit-box-shadow:0px 2px 8px 0px #c2c2c2;
}
#index #itembox .box:hover{ animation: alphaAnime 1s;}
#index #itembox .box .photo{width:100%;height:160px;background-color:#f0f0f0;}
#index #itembox .box .photo img{
	width: 100%;
	height: 160px;
	object-fit: cover;
}

#index #itembox .box h3 a{position:absolute;left:-10px;top:150px;background-color:#fd4f37;color:#fff;font-size:1.1rem;padding:3px 10px 3px 10px;}
#index #itembox .box .price{text-align:center;font-size:1.6rem;padding:30px 0 0;}
#index #itembox .box .price a{color:#ff0000;}
#index #itembox .box p{width:100%;padding:30px 15px 20px;height: 7.5rem;}
#index #itembox .box ul{width:100%;padding: 0px 15px 20px;color: #cd0a0a;}



#index #searchbox{/* width:560px; */height: 270px;margin-left:25px;}
	#index #searchbox h2{float:left;font-size:1.6rem;margin:0 0 5px;padding:14px 20px 0;height:44px;}
	#index #searchbox .searchboxin{width:100%;}
		#index #searchbox .searchboxin.b2{display:none;}
	#index #searchbox dl{float:left;margin:5px 17px 5px;}
	#index #searchbox dl.lg{width:100%;}
		#index #searchbox dt{width: 180px;float:left;height:30px;text-align:center;line-height:30px;background-color:#fd4e37;color:#fff;font-size:1.2rem;}
		#index #searchbox dd{width: 240px;float:left;height:30px;}
			#index #searchbox .lg dd{width:400px;}
		#index #searchbox dd input,
		#index #searchbox dd select{
			width: 210px;
			float:left;
			height:30px;
			border-top:1px solid #d3d2d3;
			border-bottom:1px solid #d3d2d3;
			border-left:1px solid #d3d2d3;
			padding:0 10px;
			box-sizing: border-box;
		}
		#index #searchbox .lg dd input#keyword{width:400px;}
		#index #searchbox dd input[type=checkbox] {
			width:20px;
			top:-2px;
			position:relative;
		}
		#index #searchbox div{float:left;margin-left:20px;}
		#index #searchbox .checkbox {
			  box-sizing: border-box;
			  margin: 0;
			  padding: 0;
			  border-radius: 8px;
			  vertical-align: middle;	
		}
	#index #searchbox dd div{float:left;}
	#index #searchbox dd label{display:inline-block;line-height:30px;}
#index #searchbox dd.calendar img{padding-left:15px;height:30px;}

	#index #searchbox #detail{width:100%;display:table;clear:both;line-height:28px;padding:7px 20px 10px 0;cursor: pointer;}
	#index #searchbox #detail:before{content:"＋";width:28px;height:28px;text-align:center;line-height:28px;background-color:#d5d5d5;color:#fff;float:left;
		font-size:1.4rem;
		border-radius:14px;
		-moz-border-radius:14px;
		-webkit-border-radius:14px;
		margin-right:10px;
	}
#index #searchbox > .searchboxin{border-bottom:1px solid #f0f0f0;}
#index #searchbox .searchboxin.b2{height:0;border:none}
	#index #searchbox.open #detail:before{content:"ー";
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#index #searchbox.open .searchboxin.b2{display:block;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	height:50px;
}

	#index #searchbox .buttonbox{margin-top:0;clear:both;padding:10px 0 15px;width:100%;}
		#index #searchbox .buttonbox .button{padding:5px 60px;margin:0 auto;}



#index #mapbox{width:260px;height:270px;margin:0 25px;padding:0;}
	#index #mapbox h2{float:left;font-size:1.6rem;margin:0 0 0;padding:14px 20px 0;height:42px;width:100%;background:#fff;}
	#index #mapin{width:260px;height:228px;}
	#index #mapin img{width:260px;height:228px;}
	#index #mapin.sp{display:none;visibility:hidden;}

#index #theme .secin{width:900px;margin-bottom:25px;}
#index #theme .box{float:left;width:260px;position:relative;margin:0 20px;}
#index #theme .box:hover{animation: alphaAnime 1s;}
#index #theme .box div{width:100%;height:110px;overflow:hidden;position:relative;}
#index #theme .box div img{
	width: 100%;
	height: 110px;
	object-fit: cover;
}
#index #theme .box h3{
	position:absolute;
	text-align: center;
	margin:-30px 0 0;
	padding: 0;
	width:100%;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/top/theme_back.png);
	background-repeat: repeat;
}
#index #theme .box p{text-align:center;padding:4px 0 0;}



section#search{
	top:-30px;
}
section#theme{
	top:-30px;
}



@media (max-width: 640px) {
header .secin h1{
	display:block;
	z-index:300;
	float: none;
	top: 440px;
	right:0;
	left:0;
	position:absolute;
	text-align:center;
	line-height:1.6;
}
	header .secin h1 br{display:none;}
	#page header .secin h1{display:none;}
#index #main{
	padding:10px 0 0;
	top:0;
	width:640px;
	margin:0;
}
#index #mainbox {
    margin:0 auto 20px;
	float:none !important;
}
#index #mainbox #prev{
	top: 130px;
	width: 52px;
	height: 52px;
}
#index #mainbox #next{
	top: 130px;
	width:52px;
	height:52px;
}
	#index #mainbox #prev img,
	#index #mainbox #next img{width:52px;height:52px;}

#index #mainbox ul {top:5px;right:30px;}


#index #newsbox{
	width:560px;
	height:auto;
	margin:0 auto 0;
	float:none;
	display:table;
}

#index #newsbox h2{height:55px;padding:12px 0 0 20px;float:left;}
#index #newsbox #newsboxin{
	width:560px;
	height:160px;
	margin-left:5px;
	margin-bottom:5px;
	display:block;
}
	#newsbox dl{clear:both;display:table;width:auto;position:relative;clear:both;}
	#newsbox dt{font-size:1.2rem;}
	#newsbox dd{
		padding:15px 10px 10px;
		clear:both;
		width:auto;
		z-index:10;
		position:relative;
		top:-10px;
		left:5px;
		font-size:0.9em;
		background-repeat: repeat;		background-position: left top;
		background-image: url(../images/top/news_back.png);
	}



#index #catchcopy{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:560px;margin:20px 20px 0;display:table;position:relative;height:auto;
}
	#index #catchcopy div{padding:15px 0 0;height:auto;vertical-align:middle;text-align:center;width:100%;}
	#index #catchcopy p{padding:10px 0 0;
		height:auto;
		text-align:center;
		width:90%;
		line-height:1.4;
		margin:0 5%;
		}

#index #twitter{width:560px;margin:20px 20px 0;height:auto;}
	#index #twitter iframe{width:560px !important;height:300px !important;}

#index #itembox{margin: 20px auto 0;top:inherit;}

#index #itembox .box{
	float:none;
	width:480px;
	margin:30px 60px 30px 60px;
	height:auto;
}
#index #itembox .box .photo{height:220px;}
#index #itembox .box .photo img{height: 220px;}

#index #itembox .box h3 a{position:absolute;left:-10px;top:195px;background-color:#fd4f37;color:#fff;font-size:1.6rem;padding:3px 10px 3px 10px;}
#index #itembox .box .price{text-align:center;font-size:2rem;padding:30px 0 0;}
#index #itembox .box .price a{color:#ff0000;}
#index #itembox .box p{line-height:1.4;height: auto;}



#index #searchbox{width:600px;min-height:auto;margin:0 auto;}
	#index #searchbox h2{font-size:1.8rem;height:auto;}
	#index #searchbox dl{float:none;margin:25px 20px 5px;}
	#index #searchbox dt{width:120px;height:50px;text-align:center;line-height:50px;font-size:1.3rem;}
	#index #searchbox dd{width:400px;float:left;height:auto;}

	#index #searchbox dd input,
	#index #searchbox dd select{width:320px;float:left;height:50px;}

	
		#index #searchbox .lg dd{width:400px;}
		#index #searchbox .lg dd input#keyword{width:400px;}
		#index #searchbox dd input[type=checkbox] {
			width:20px;
			top:-2px;
		}
		#index #searchbox div{float:left;margin:0;padding:0 0 0 15px;width:140px;}
		#index #searchbox .checkbox {
			  box-sizing: border-box;
			  padding: 0 0 0 10px;
		}
	#index #searchbox dd label{line-height:40px;}
#index #searchbox dd.calendar img{padding-left:10px;display:block;height:50px;}
	
	
	#index #searchbox #detail{width:100%;display:table;clear:both;line-height:36px;padding:20px 25px;font-size:1.6rem;}
	#index #searchbox #detail:before{content:"＋";width:36px;height:36px;text-align:center;line-height:36px;background-color:#d5d5d5;color:#fff;float:left;
		font-size:1.4rem;
		border-radius:18px;
		-moz-border-radius:18px;
		-webkit-border-radius:18px;
		margin-right:20px;
	}
	
	#index #searchbox .buttonbox{margin:0 auto;clear:both;padding:10px 0 15px;text-align:center;width:100%;}
	#index #searchbox .buttonbox input{width:200px;padding: 5px 0;}


#index #mapbox{width:600px;height:auto;margin:150px auto 0;}
	#index #mapin.pc{display:none;visibility:hidden;}
	#index #mapin.sp{display:block;visibility:visible;}
	#index #mapbox h2{font-size:1.8rem;margin:0 0 0;;height:auto;}
	#index #mapin{width:100%;height:526px;}
	#index #mapin img{width:600px;height:526px;}


#index #theme .secin{width:480px;margin:0 60px;}
#index #theme .box{float:left;width:480px;position:relative;margin:0 auto 35px;}
#index #theme .box div{width:100%;height:240px;overflow:hidden;}
#index #theme .box div img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
#index #theme .box h3{text-align:center;margin:-50px 0 0;height:50px;line-height:50px;}
	#index #theme .box h3 a{padding:5px;}
}

