/*===============================================
●smart.css  画面の横幅が599xまで
===============================================*/
@media screen and (max-width:599px){

.pc,#back {
	display:none;
}
	
.space_bottom{
	margin-bottom: 45px;
}


/* ------ トップページのメニュー------ */
.i_menu{
	width:calc(50% - 20px);
	margin:10px;
}
.i_menu img{
	max-width:100%;
}
.i_menu p{
	margin:2px 0;
}
.s_ja{
	font-size:0.8em;
}

#btn_smart_fixed{
	position:fixed;
	top:0;
	width:100%;
	height:40px;
	line-height:40px;
	background-color:rgba(255,255,255,0.9);
}
.btn_smart_inner{
	position:relative;
	padding-top:10px;
}
#search_btn_smart{
	position:absolute;
	right:20px;
}
#open_btn_smart{
	position:absolute;
	left:20px;
}
#logo_index,#logo {
	width:200px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
}



#select{
	  margin-top:50px;
  }
#selectmenu,#mainmenu{
	width:100%;
	height:100%;
	top:0;
	padding:20px;
	font-size: 1.7em;
	background-color:#fff;
}
#selectmenu_inner,#mainmenu_inner{
	width:90%;
	height: 90vh;
	padding-bottom:20px;
}

#style label,#flower label,#color label,#hotel label,#page a,#select a{
	padding: 10px 0;
	color:#333;
	border: 2px solid #ccc;
	/*border-radius:5px;*/
}
#page label {
	width:100%;
}
#select input:checked + label {
	border: 3px solid #ff0000;
}	

/* ------ コンテンツ部分------ */
.space_top{
	margin-top:20px;
}
#index a{
	background-color:#333;
	width:96%;
	height:3%;
	color:#fff;
	display:block;
	padding:2%;
	font-size:1.5em;	
	text-align:center;
	border-bottom:1px solid #fff;
}

#select_smart span{
	border:1px solid #fff;
	padding:2px 15px;
}

#nav_smart{
	position:fixed;
	width:90%;
	z-index:1;
	top:5%;
	left:0;
	background-color:rgba(0, 0, 0, 0.7);
	padding:5%;
	display:none;
}

/*.result section{
	float:left;	
	width:48%;
	margin:1%;
}*/
.result p {
	display:none;
}

.waku_1{
	width:100%;
	margin: auto;
}

#container_2 {
	padding-left:5%;
	padding-right:5%;
}

#footer{
		margin-top: 15px;
}
/* ------ 画像並べる　------*/
.one-second img,.one img,.one_yoko img{
	max-width: 100%;
}
.one-second{
	margin:0;
}




}