@charset "UTF-8";

/* ========================================================
/* PCSPメニュー表示切替
=========================================================*/

#pc-header {display: block;}
#mobile-header {display: none;}
a.anchor {display: block; padding-top: 85px; margin-top: -85px;}

@media (max-width: 750px) {
#pc-header {display: none;}
#mobile-header {display: block;}
a.anchor {padding-top: 170px; margin-top: -170px;}
}



/* ========================================================
SPメニューボタン
=========================================================*/
.menu-btn {
	position: absolute;
	right: 0;
	top:0;
	height: 45px;
	width: 45px;
	display: block;
	background: url(../images/btn-menu.png) no-repeat left top;
	-webkit-background-size: 100%;
	background-size: 100%;
}


/* ========================================================
/* PCメニュー表示
=========================================================*/
main {
  padding-top: 70px;
}

.header {
    background: #f8f8f8;
    width: 100%;
    position: fixed;
}


.header-inner {
  max-width: 1400px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: block;
  width: 230px;
}
.site-menu ul {
  display: flex;
}

.site-menu ul li {
  margin-left: 0px;
  margin-right: 0px;
}


@media (max-width: 750px) {
main {
  padding-top: 0px;
}


.header {
	text-align: center;
    position: static;
}
.header img {
  height: 45px;

}
}