.fs-p-sideMenu a:hover {
  background: #7c736e;
}

/**** テスト用 ****/
.fs-l-header__contents {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 10% 80% 10%;
    grid-template-columns: 10% 80% 10%;
}
.fs-p-logo__image {max-height:424px;}
/**** テスト用ここまで ****/

.fs-p-logo__lead {display:none;}
.fs-c-breadcrumb {margin: 0 10px;}
nav.fs-c-breadcrumb {padding-top: 10px;}
ol.fs-c-breadcrumb__list {padding: 2px 5px;}
ol.fs-c-breadcrumb__list--subgroup li:last-child {display: none;}

/**** Clearfix ****/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
ul.top_banner {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.top_banner li {
	float: left;
	width: 25%;
	line-height: 0;
	padding: 1%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.top_banner li img {
	width: 100%;
	height: auto;
}
ul.top_banner li.col2 {
	width: 50%;
}
ul.top_banner li.col1 {
	width: 100%;
}

.youtube {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.top_banner li span {
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 0;
}

/**** ロースト具合 ****/
.coffee_pop {
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: center;
}
.coffee_pop ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}
.coffee_pop li {
	float: left;
	display: block;
	width: 50%;
	padding: 0 0.5%;
	margin: 0;
}
.coffee_pop li.col1 {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.coffee_pop li img {
	width: 100%;
	height: auto;
}


/**** カテゴリーリスト ****/
.sitemap {
	padding: 10px;
}
.sitemap a {color:#000000; text-decoration: none;}
.sitemap a:hover {color:#FFBF00;}
.sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #000000;
}
 
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #000000;
}


@media only screen and (max-width: 768px){
.fs-p-logo__image {max-height:100px;}
}

@media only screen and (max-width: 600px){
/**** テスト用 ****/
.fs-l-header__contents {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 10% 80% 10%;
    grid-template-columns: 10% 80% 10%;
}
/**** テスト用ここまで ****/

ul.top_banner li {width: 50%;}
ul.top_banner li.col2 {width: 100%;}

.coffee_pop li {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	}

}
