@charset "UTF-8";
#nav_logo,
#fixedBox ul{
    display: none;
}

#fixedBox #menu.underpage {
    display: block;
    text-align: center;
    margin: -20px 0 0 0;
}
#fixedBox #menu.underpage li  {
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin: 0px 13px 0 13px;
}
#fixedBox #menu.underpage li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#fixedBox #menu.underpage li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #222;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#fixedBox #menu.underpage li a:hover::after {
  transform: scale(1, 1);
}
#fixedBox.fixed{
    position: fixed;
    top: 0;
    left: 0;
    height: 96px;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 0 18px 0;
}
#fixedBox.fixed .nav_inner{
  width: 1000px;
  height:auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#fixedBox.fixed #nav_logo{
    display: block;
    z-index: 20;
    width: 194px;
    height: 60px;
    margin-top: 14px;
}
#fixedBox.fixed #nav_logo img {
    width: 194px;
    height: 60px;
}
#fixedBox.fixed ul{
  display: block;
}
#fixedBox.fixed ul#menu {
    position: absolute;
    bottom: 0px;
    right: 0;
}
#fixedBox.fixed ul#menu li {
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin: 0 0px 0 50px;
}
#fixedBox.fixed .sns-pc{
    position: absolute;
    top: 10px;
    left: inherit;
    right: 0;
}
#fixedBox.fixed .sns-pc li {
    display: inline-block;
}
#fixedBox.fixed .sns-pc li:first-child{
    margin-right: 10px;
}
#fixedBox.fixed .sns-pc li:nth-child(2){
    margin-right: 0px;
}
#fixedBox.fixed .sns-pc li img{
    width: 220px;
    height: 78px;
}
.bx-pager.bx-default-pager{
    z-index: 5 !important;
}
header .head-wrapper{
}
header .main-title {
    text-align: center;
    padding: 20px 0 10px;
    width: 1000px;
    height: 115px;
    margin: 0 auto;
    box-sizing: border-box;
}
#fixedBox.fixed ul#menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#fixedBox.fixed ul#menu li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #222;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#fixedBox.fixed ul#menu li a:hover::after {
  transform: scale(1, 1);
}


@media only screen and (max-width: 767px) {
#fixedBox.fixed{
  display: none;
}
#nav_logo,
#fixedBox ul{
    display: none;
}

#fixedBox #menu.underpage {
    display: block;
    text-align: center;
    margin: 16px 0 0 0;
}
#fixedBox #menu.underpage li  {
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin: 0px 13px 0 13px;
}
#fixedBox #menu.underpage li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#fixedBox #menu.underpage li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #222;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#fixedBox #menu.underpage li a:hover::after {
  transform: scale(1, 1);
}
#fixedBox.fixed{
    position: fixed;
    top: 0;
    left: 0;
    height: 96px;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 0 18px 0;
}
#fixedBox.fixed .nav_inner{
  width: 1000px;
  height:auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#fixedBox.fixed #nav_logo{
    display: block;
    z-index: 20;
    width: 194px;
    height: 60px;
    margin-top: 14px;
}
#fixedBox.fixed #nav_logo img {
    width: 194px;
    height: 60px;
}
#fixedBox.fixed ul{
  display: block;
}
#fixedBox.fixed ul#menu {
    position: absolute;
    bottom: 0px;
    right: 0;
}
#fixedBox.fixed ul#menu li {
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin: 0 0px 0 16px;
}
#fixedBox.fixed .sns-pc{
    position: absolute;
    top: 7px;
    left: inherit;
    right: 0;
}
#fixedBox.fixed .sns-pc li {
    display: inline-block;
}
#fixedBox.fixed .sns-pc li:first-child{
    margin-right: 10px;
}
#fixedBox.fixed .sns-pc li:nth-child(2){
    margin-right: 0px;
}
#fixedBox.fixed .sns-pc li img{
    width: 30px;
    height: 30px;
}
.bx-pager.bx-default-pager{
    z-index: 5 !important;
}
header .head-wrapper{
  padding-top: 0px !important;

}
header .main-title{
    text-align: center;
    padding: 10px 0 10px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    box-sizing: border-box;
}
#fixedBox.fixed ul#menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#fixedBox.fixed ul#menu li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #222;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#fixedBox.fixed ul#menu li a:hover::after {
  transform: scale(1, 1);
}
.main-title h1 img {
    height: 60px !important;
    width: 194px !important;
}
.main-title h1 {
    height: auto !important;
}
.trigger {
    position: absolute;
    left: 20px;
    top: 26px !important;
    cursor: pointer;
    text-align: center;
    z-index: 200;
}
}



header .main-title h1 img{
  width: 267px;
  height:auto;
}
/*20180319 アクティブページアンダーライン*/
.active{
    border-bottom: 1px #222 solid;
}
#fixedBox.fixed ul#menu li a.active::after{
  background: none;
}
#fixedBox.fixed ul#menu li a::after{
  background: none;
}