@charset "utf-8";
/*headerバナー*/
.header .headerBnr.tomonokaiBnr {
  background-color: #f3e4e9;
  height: 35px;
  position: relative;
  margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.header .headerBnr.tomonokaiBnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
}

.header .headerBnr .tbImg,
.header .headerBnr .spImg{
  display: none;
}


@media screen and (max-width: 935px) {
  .header .headerNav ul li a {
    display: block;
    font-size: 13px;
    padding: 0 20px;
  }
  /*headerバナー*/
  .header .headerBnr .tbImg{
    display: block;
  }
.header .headerBnr .pcImg,
.header .headerBnr .spImg{
  display: none;
}
}


@media screen and (max-width: 767px) {
  /*headerバナー*/
  .header .headerBnr.tomonokaiBnr {
    height: 40px;
  }

  .header .headerBnr.tomonokaiBnr a {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    width: 95%;
    right: auto;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .header .headerBnr .spImg{
    display: block;
  }

  .header .headerBnr .tbImg,
.header .headerBnr .pcImg{
  display: none;
}

}

@media only screen and (min-width: 600px) and (max-width: 744px) {
  /* iPad mini 6 */
  /*headerバナー*/
  .header .headerBnr.tomonokaiBnr .tbImg{
    display: block;
  }

  .header .headerBnr.tomonokaiBnr .pcImg,
  .header .headerBnr.tomonokaiBnr .spImg{
  display: none;
}
}

/* メンバーバナー */
.header .headerBnr.memberBnr{
  background-color:#ceebc2;
  }
  .header .headerBnr.memberBnr a{
  bottom:0;
  }
  /*TB時、memberバナーの位置調整*/
  @media screen and (max-width: 935px) {
  .header .headerBnr.memberBnr a{
      bottom: 3px;
  }
  }
  /*SP時、memberバナーの位置調整*/
  @media screen and (max-width: 767px){
    .header .headerBnr.memberBnr a {
        bottom: 0;
        left: 42%;
        top: 49%;
    }
  }


  @media only screen and (min-width: 600px) and (max-width: 744px) {
    /* iPad mini 6 */
    .header .headerBnr.memberBnr .tbImg{
      display: block;
    }
  
    .header .headerBnr.memberBnr .pcImg,
    .header .headerBnr.memberBnrr .spImg{
    display: none;
  }
}

/* --------------------------------
サイトメンテナンス
----------------------------------- */
.header .headerBnr.tomonokaiBnr.newsMainte{
  background-color: #e25526;
  height: 60px;
}
/*TB時位置調整*/
@media screen and (max-width: 935px) {
.header .headerBnr.tomonokaiBnr.newsMainte{
  height: 45px;
}
.header .headerBnr.tomonokaiBnr.newsMainte a{
  bottom: 3px;
  justify-content: normal;
  top: 0px;
}
}
/*SP時位置調整*/
@media screen and (max-width: 767px){
.header .headerBnr.tomonokaiBnr.newsMainte{
  height: 60px;
}
.header .headerBnr.tomonokaiBnr.newsMainte a {
    bottom: 0;
    top: 50%;
    margin: 0 auto;
}
}
