@charset "UTF-8";

.header,
.footer {
    line-height:1;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #737373;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #737373 !important;
}
.footer{
	font-size: 62.5% !important;
}
.header ul,.header li,
.footer ul,.footer li{
	list-style: none;
}

.header a,
.footer a{
	text-decoration: none;
}

.header a:hover,
.footer a:hover{
	opacity: 0.7;
}

.header img,
.footer img{
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

.header .clearfix:after,
.footer .clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.pc--show {
  display: block;
}

.pc--hide {
  display: none;
}

.header .breadcrumb,
.footer .breadcrumb{
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  width: 1040px;
  margin: 30px auto 0;
}

.header .breadcrumb a,
.footer .breadcrumb a{
  color: #737373;
}



@media only screen and (max-width: 640px) {
  .sp--hide {
    display: none;
  }

  .sp--show {
    display: block;
  }

}