@charset "utf-8";
/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : メンバーサイト様 ヘッダー
/* セレクタ : body.member #masthead
/* =========================================================================================================================================== */
body.member #masthead .row2 .col1 {
  flex: 1;
  background-color: black;
}
body.member #masthead .row2 .meeting {
  width: 62px;
  height: 100%;
}
body.member #masthead .row2 .meeting a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 11px;
  text-decoration: none;
  background-color: #a10022;
}
body.member #masthead .row2 .meeting a img {
  display: block;
  width: 28px;
  margin: 0 auto;
}
body.member #masthead .row2 .meeting a .text {
  font-size: 12px;
  text-align: center;
  color: white;
  line-height: 1.5;
}

body.member #masthead .row2 .meeting.shin a {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c04f15;
}
body.member #masthead .row2 .meeting.shin a .text {
    line-height: 1.2;
}

body.member #masthead .row2 .mypage {
  width: 190px;
  height: 100%;
  position: relative;
}
body.member #masthead .row2 .mypage > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  color: white;
  background-color: #2E8301;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 1.3;
}
body.member #masthead .row2 .mypage > a:hover,
body.member #masthead .row2 .mypage.submenu_open > a {
  opacity: 0.7;
}

body.member #masthead .row2 .mypage > a br.midrange {
  display: none;
}
body.member #masthead .row2 .mypage span {
  margin-left: 7px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,0.28);
  border-radius: 8px;
}
body.member #masthead .row2 .mypage .submenu {
  overflow: hidden;
  position: absolute;
  right: 0;
  padding: 0 15px;
  background-color: #e5ece1;
  max-height: 0;
}
body.member #masthead .row2 .mypage:hover .submenu,
body.member #masthead .row2 .mypage.submenu_open .submenu {
  max-height: calc(100vh - 160px);
  padding: 15px;
  transition: max-height 2s ease;
  overflow: scroll;
}

body.member #masthead .row2 .mypage .submenu div a {
  white-space: nowrap;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #343434;
  text-decoration: none;
  font-size: 1.4rem;
}
body.member #masthead .row2 .mypage .submenu div a:hover {
  background-color: #f6f8f5;
}


body.member #masthead .row2 .manage {
  width: 190px;
  height: 100%;
  position: relative;
}
body.member #masthead .row2 .manage > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  color: white;
  background-color: #50a7ce;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 1.3;
  padding-left: 5px;
}
body.member #masthead .row2 .manage > a:hover,
body.member #masthead .row2 .manage.submenu_open > a {
  opacity: 0.7;
}

body.member #masthead .row2 .manage > a br.midrange {
  display: none;
}
body.member #masthead .row2 .manage span {
  margin-left: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,0.28);
  border-radius: 8px;
}
body.member #masthead .row2 .manage .submenu {
  overflow: hidden;
  position: absolute;
  right: 0;
  padding: 0 15px;
  background-color: #e2eef3;
  max-height: 0;
}
body.member #masthead .row2 .manage:hover .submenu,
body.member #masthead .row2 .manage.submenu_open .submenu {
  max-height: 460px;
  padding: 15px;
  transition: max-height 0.5s ease;
}

body.member #masthead .row2 .manage .submenu div a {
  white-space: nowrap;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #343434;
  text-decoration: none;
  font-size: 1.4rem;
}
body.member #masthead .row2 .manage .submenu div a:hover {
  background-color: #f5f9fd;
}


/*----------------------------------------------------------*/
/* レスポンシブデザイン @ ヘッダー masthead
/*----------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  body.member #masthead .row2 .mypage {
    width: 115px;
  }
  body.member #masthead .row2 .mypage a br.midrange {
    display: block;
  }
  body.member #masthead .row2 .manage {
    width: 115px;
  }
  body.member #masthead .row2 .manage a br.midrange {
    display: block;
  }
}

@media screen and (max-width: 1020px) {
  body.member #masthead .row2 .meeting,
  body.member #masthead .row2 .mypage,
  body.member #masthead .row2 .manage {
    display: none;
  }
  body.member #masthead .rowsp .spnavi {
    height: 100%;
    max-width: 508px;
    padding: 0 20px;
  }
  body.member #masthead .rowsp .spnavi li a br {
    display: none;
  }
  body.member #masthead .rowsp .spnavi li.menu {
    width: calc((100% - 234px)/2 + 1px);
    max-width: 61px;
    margin: 0;
  }
  body.member #masthead .rowsp .spnavi li.menu a {
    display: block;;
    width: 30px;
    margin-right: auto;
  }
  body.member #masthead .rowsp .spnavi li.menu a .text {
    font-size: 1rem;
  }
  body.member #masthead .rowsp .spnavi li.search {
    flex: 1;
    margin: 0;
    max-width: 59px;
  }
  body.member #masthead .rowsp .spnavi li.search a {
    display: block;;
    width: 28px;
    margin-right: auto;
  }
  body.member #masthead .rowsp .spnavi li.search a .text {
    font-size: 1rem;
  }
  body.member #masthead .rowsp .spnavi li.manage {
    width: 120px;
    max-width: 120px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.member #masthead .rowsp .spnavi li.manage > a {
    font-size: 1.2rem;
    width: 120px;
    height: 100%;
    text-align: center;
    line-height: 1.33;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #50a7ce;
    padding: 0 5px;
  }
  body.member #masthead .rowsp .spnavi li.manage .submenu {
    position: absolute;
    top: 134px;
    left: 0;
    width: 100%;
    background-color: #e2eefe;
    max-height: 0;
    overflow: hidden;
  }
  body.member #masthead.is-fixed .rowsp .spnavi li.manage .submenu {
    top: 55px;
  }
  body.member.sp_manage_open #masthead .rowsp .spnavi li.manage .submenu {
    max-height: 400px;
    transition: max-height 0.7s ease;
    padding: 15px 0;
  }
  body.member #masthead .rowsp .spnavi li.manage .submenu .wrap {
    width: 300px;
    margin: 0 auto;
  }
  body.member #masthead .rowsp .spnavi li.manage .submenu .wrap a {
    font-size: 1.4rem;
    white-space: nowrap;
    height: 30px;
    display: block;
    line-height: 30px;
    color: #343434;
  }
  body.member #masthead .rowsp .spnavi li.manage .submenu .wrap a:hover {
    background-color: #f5f9fd;
  }
  body.member #masthead .rowsp .spnavi li.mypage {
    width: 120px;
    max-width: 120px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.member #masthead .rowsp .spnavi li.mypage > a {
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.33;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e8300;
  }  
  body.member #masthead .rowsp .spnavi li.mypage .submenu {
    position: absolute;
    top: 134px;
    left: 0;
    width: 100%;
    background-color: #e5ece1;
    max-height: 0;
    overflow: hidden;
  }
  body.member #masthead.is-fixed .rowsp .spnavi li.mypage .submenu {
    top: 55px
  }
  body.member.sp_mypage_open #masthead .rowsp .spnavi li.mypage .submenu {
    max-height: calc(100vh - 134px);
    transition: max-height 2s ease;
    padding: 15px 0;
    overflow: scroll;
  }
  body.member #masthead .rowsp .spnavi li.mypage .submenu .wrap {
    width: 300px;
    margin: 0 auto;
  }
  body.member #masthead .rowsp .spnavi li.mypage .submenu .wrap a {
    font-size: 1.4rem;
    white-space: nowrap;
    height: 30px;
    display: block;
    line-height: 30px;
    color: #343434;
    text-align: left;
    width: 100%;
  }
  body.member #masthead .rowsp .spnavi li.mypage .submenu .wrap a:hover {
    background-color: #f5f9fd;
  }

  body.member #masthead .rowsp .spnavi li.meeting {
    width: 54px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.member #masthead .rowsp .spnavi li.meeting a {
    font-size: 1rem;  
    width: 54px;
    height: 100%;
    text-align: center;
    line-height: 1.33;
    display: block;
    background-color: #a10022;
  }
  body.member #masthead .rowsp .spnavi li.meeting a .text {
    font-size: 1.2rem;
    padding: 12.5px 0;
  }
  body.member #masthead .rowsp .spnavi li.meeting a .text br {
    display: block;
  }
  
  body.member #masthead .rowsp .spnavi li.meeting.shin a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c04f15;
  }
  body.member #masthead .rowsp .spnavi li.meeting.shin a .text {
      padding: 0;
  }
}
/*
@media screen and (max-width: 361px) {
  body.member #masthead .rowsp .spnavi {
    max-width: 344px;
  }
  body.member #masthead .rowsp .spnavi li a br {
    display: block;
  }
  body.member #masthead .rowsp .spnavi li.menu {
    width: calc((100% - 192px)/2 + 1px);
  }
  body.member #masthead .rowsp .spnavi li.manage {
    width: 84px;
  }
  body.member #masthead .rowsp .spnavi li.manage a {
    width: 84px;
  }
  body.member #masthead .rowsp .spnavi li.mypage {
    width: 54px;
  }
  body.member #masthead .rowsp .spnavi li.mypage a {
    width: 54px;
  }
  body.member #masthead .rowsp .spnavi li.meeting {
    width: 54px;
  }
  body.member #masthead .rowsp .spnavi li.meeting a {
    width: 54px;
  }
}
*/

@media screen and (max-width: 494px) {
  body.member #masthead .rowsp .spnavi {
    max-width: unset;
  }
  body.member #masthead .rowsp .spnavi li.menu    { width: 57px; flex: initial; }
  body.member #masthead .rowsp .spnavi li.search  { width: 55px; flex: initial; }
  body.member #masthead .rowsp .spnavi li.meeting { width: 54px; flex: initial; }
  body.member #masthead .rowsp .spnavi li.mypage  { width: 84px; flex: 1 0 0%;  }
  body.member #masthead .rowsp .spnavi li.manage  { width: 84px; flex: 1 0 0%;  }

  body.member #masthead .rowsp .spnavi li.meeting a { width: 100%; }
  body.member #masthead .rowsp .spnavi li.mypage a  { width: 100%; }
  body.member #masthead .rowsp .spnavi li.manage a  { width: 100%; }
}
@media screen and (max-width: 374px) {
  body.member #masthead .rowsp .spnavi li.menu    { width: 45px; flex: 1 0 0%;  }
  body.member #masthead .rowsp .spnavi li.search  { width: 43px; flex: 1 0 0%;  }
  body.member #masthead .rowsp .spnavi li.meeting { width: 54px; flex: initial; }
  body.member #masthead .rowsp .spnavi li.mypage  { width: 84px; flex: initial; }
  body.member #masthead .rowsp .spnavi li.manage  { width: 84px; flex: initial; }

  body.member #masthead .rowsp .spnavi li.mypage br { display: none; }
}
@media screen and (max-width: 350px) {
  body.member #masthead .rowsp .spnavi li.menu    { width: 45px; flex: initial; }
  body.member #masthead .rowsp .spnavi li.search  { width: 43px; flex: initial; }
  body.member #masthead .rowsp .spnavi li.meeting { width: 54px; flex: initial; }
  body.member #masthead .rowsp .spnavi li.mypage  { width: 54px; flex: 1 0 0%;  }
  body.member #masthead .rowsp .spnavi li.manage  { width: 84px; flex: initial; }

  body.member #masthead .rowsp .spnavi li.mypage br { display: block; }
}