@charset "UTF-8";
/* 編集用CSS */

/* common */
body {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

/* header */
.ec-headerNav .ec-headerNav__item {
	padding: 2px 5px;
}
.ec-headerNav .ec-headerNav__link, .ec-headerNav .ec-headerNav__link--cart {
	font-size: 14px;
	font-weight: normal;
}

.ec-layoutRole {
	max-width: 980px;
}

/* sidebar */
.ec-sidebarItem a {
	white-space: unset;
	text-decoration: none!important;
}
.ec-sidebarItem li:hover a {
	background: #ccff99;
}
.ec-sidebarItem .icon-space {
	max-width: 70px;
    height: auto;
}
.ec-sidebarItem li br{
	display:block;
}



@media screen and (min-width:621px){
	.ec-sidebarItem__body h2 {
		border-radius: 5px 5px 0 0;
	}
}

.ec-sidebarItem__body h2 {
    margin:0px;
    padding: 0.5em;
    background: #009966;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}


@media screen and (min-width:769px){
	/*画面幅が621px以上の時*/

	.area_pc{
		display:true;
	}
	.area_sp{
		display:none;
	}

	.ec-headerNaviRole, .ec-layoutRole__left{
 		padding: 0 10px;
	 }
	.ec-sidebarItem .ec-sidebarItem__body {
		padding:initial;
		width:200px;
	}
	.ec-sidebarItem{
		border: initial;
		background-color:initial;
		margin-bottom:initial;
	}
	.ec-sidebarItem ul {
		margin-bottom: 1em;
		background: #fff;
		border-left: 5px solid #009966;
		border-bottom: 5px solid #009966;
		border-right: 5px solid #009966;
		border-radius: 0 0 5px 5px;
	}
	.ec-sidebarItem li {
		border-bottom: 1px solid #ccc;
		margin-bottom:initial;
	}
	.ec-sidebarItem a  {
		display: flex;
		align-items: center;
		padding: 5px 0;
		color: #0000ee;
		font-size: 13px;
		vertical-align: middle;
	}
	.ec-sidebarItem li img {
		width: 36px;
		margin: .1em .5em;
		vertical-align: middle;
	}
}



@media screen and (max-width:768px){
  /*画面幅が620pxまでの時*/

	.ec-sidebarItem li br{
		display:none;
	}


	.ec-sidebarItem{
		border-top:0px !important;

	}
	.area_pc{
		display:none;
	}
	.area_sp{
		display:true;
	}

	#h-area01 dl {
		width: 100%;
		color: #009966;
		order: 3;
		font-size: 105%;
		font-weight:none;
	}
	#h-area01{
		font-weight:none;

	}
	.ec-headerTitle__shopInfo{
		clear:both;
		padding:10px 0 0 0;
	}
	.ec-headerTitle__businessHours{
		width:50% !important;
		margin-top:initial !important;
		margin:0px;
	}
	.orange {
    
		color: #FF9900;
	}
	.ec-headerRole__title, .ec-headerNaviRole{
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 0 1em;
	}
	.ec-headerNav__item{
		width: 33%;
		padding: 2px 5px;
	}
	.ec-headerNav__link, headerNav__link--cart  {
		font-size:100% !important;
		font-weight: normal !important;
	}
	.ec-headerNav .ec-headerNav__link .fas, .ec-headerNav .ec-headerNav__link--cart .fas{
		font-size:100% !important;
	}
	.ec-headerNav__item:nth-child(2) , .ec-headerNav__item:nth-child(3) , .ec-headerNav__item:nth-child(5) {
		display:none;
	}
	.ec-sidebarItem .icon-space {
		max-width: 36px;
	    height: auto;
	}
}
