@charset "utf-8";
/*SP設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*
コンテンツ
-----------------------------------------*/
.newmenu span{
	line-height: 1.4em!important;
	
}

.newmenu p{
	line-height: 1.2em!important;
}


/*
footer
-----------------------------------------*/

.footmenu02 li {
	width:49%;
	background-color: #FEEA89;
	margin-bottom: 2px;	
	margin-right: 2px;
	position: relative;
}












.smttableflex {
    width: 100%;
  }
  
 .smttableflex thead {
   display: block;
  float: left;
  width: 40%;
  
  }
.smttableflex tbody {
	display: block;
	float: left;
	width: 60%;
	
	
 }
 
 .smttableflex tr {
  display: block;
  float: left;
  
}

.smttableflex thead tr {
  width: 100%;
}
.smttableflex tbody tr {
  width: 100%;
}

.smttableflex tr td, .smttableflex tr th {
	display: block;
	height: 35px;
	vertical-align: middle!important;
}




/* 小スマホ */
@media screen and (max-width: 374px) {
.order {
	width: 90%;
}

section h2{
	font-size: 16px;
}

.order-top{
	font-size: 10px;
}

.order-bottom{
	font-size: 10px;
}

.search-box_label{
	font-size: 12px;
}



/* 小スマホ向け終わり */ }






/* 中スマホ */
@media screen and (max-width: 413px) {
.mainvisual h2{
  font-size: 16px;
	padding-right: 5px!important;
	padding-left: 5px!important;
	line-height: 1.1em;
}


/* 中スマホ向けおわり*/ }


/* タブレット */
@media screen and (max-width: 833px) {
.mainvisual h2{
  font-size: 28px;
	padding-top: 25px;
	padding-right: 15px!important;
	padding-left: 25px!important;
}

.list_item img{
	width: 60%;	
}



/* タブレット*/ }