@charset "UTF-8";
/*--------------------------------
ここからPCのCSS
----------------------------------*/
@media screen and (min-width:480px){
.sumaho{
	display: none;
}
body{
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
}

/* ========EVENT CUSTOMIZE========= */


/* ========EVENT ORIGINA CUSTOMIZE========= */

#zaiko #main_title{
  width: 1100px;
  text-align: left;
  background: url("../images/zaiko/title_back.png");
  background-size:1100px 112px;
  background-repeat: no-repeat;
  height:120px;
  position: relative;
}

#zaiko .main_stock_car_box {
    margin: 30px 0 0 8px;
    padding: 0;
    float: left;
}

#main_stock_car {
	width: 1050px;
	height: 1600px;
}

#zaiko #item01_box{
	position: absolute;
    width: 81px;
    height: 143px;
    left: 800px;
    top: -22px;
    z-index: 1;
}

#zaiko #item02_box{
	position: absolute;
	left: 870px;
    top: 15px;
    z-index: 1;
}

#zaiko #item02{
    width: 209px;
	height: 129px;
    z-index: 1;
}


#zaiko #choro_q_box{
	position: absolute;
	left: 870px;
    top: 15px;
    visibility: hidden;
    z-index: 13;
}

#zaiko #choro_q{
    width: 150px;
	height: 60px;
    z-index: 13;
}




}


/*--------------------------------
ここからスマホCSS
----------------------------------*/

@media screen and (max-width:480px){/*andの後は半角スペース*/
body{
	position:relative;//ナビ用
	overflow:hidden;
	font-size:14px;
}
*{
	margin:0;
	padding:0;	
}

.pc{
	display:none;
}
#main_left {
	min-height:0px !important;	
}
#zaiko h1 {
	background-image: url("../images/gallery/title_back_sp.png");
	height: 50px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 120%;
	line-height: 50px;
	padding-left: 10px;
	margin-bottom:10px;
	clear:both;
}
#item01_box {
	display:none;
}
#item02_box,
#choro_q_box{
	display:none;
}

#main_stock_car{
	width:100%;
}
iframe {
	width:90% !important;
	margin:0 auto !important;
	display:block;
}
#footer {
	width:100%;
	background:#000;
	font-size:60%;
	color:#fff;
	box-sizing:border-box;
	padding:5px;	
}
}