.nav-new {
  width: 40px;
  text-align: center;
  top: -25px;
  right: -5px;
}
header {
    margin-bottom: 80px;
}
header .header-wrapper {
  height: 114px;
  position: relative;
  z-index: 997;
}
header nav {
  z-index: inherit;
  background: #fff;
  box-shadow: none;
}
header nav .brand-logo {
  padding: 10px 0;
  left: 0;
  z-index: 9999;
  line-height: 1rem;
}
header nav .brand-logo img {
  height: 50px;
  width: auto;
}
header nav [href="/page/lpga/records"] .nav-new {
  top: -5px !important;
  right: 100px !important;
  left: unset !important;
}
header nav [href="/page/qualify/pt/2020/schedule/"] .nav-new {
  top: -5px !important;
  right: 125px !important;
  left: unset !important;
}
header nav [href="https://champ.lpga.or.jp/"] .nav-new {
  top: -5px !important;
  right: 15px !important;
  left: unset !important;
}
header nav [href="/page/junior/alljapanjunior/"] .nav-new {
  top: 5px !important;
  right: 100px !important;
  left: unset !important;
}
header nav [href="https://t-champ.lpga.or.jp"] .nav-new {
    top: -6px !important;
    right: 18px;
    left: unset !important;
}
header .container > ul > li a {
  text-align: left;
  vertical-align: middle;
  display: block;
  text-decoration: none;
  line-height: 1.5 !important;
}
header .container > ul > li a:hover {
  color: #00822d;
}
header .container > ul > li a small,
header .container > ul > li a span {
  display: block;
  font-size: 75%;
  top: 0.5em;
}
header nav {
  position: fixed;
  filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.2));
}
header nav .langage-menu,
header nav .sidenav-trigger, 
.sidenav .material-icons, 
header nav .share-menu {
  color: #3c3c3c;
  left:82%;
  top:7px;
  position:absolute;
  height: 56px;
  line-height: 56px;
  display:none
}
header nav .share-menu {
  left: 53%;
}
header nav .langage-menu {
  left:70%;
}
header nav.nav-extended .nav-wrapper {
  min-height: 70px;
  max-width: 1080px;
  margin: 0 auto;
}
nav .snsCategory a:hover{
  background-color: #5b5b5b;
}
/* start メガドロップダウンメニュー */
/*.material-icons {
  z-index: 9998;
}*/
.material-icons.header-icons {
  margin-right: 5%;
}
.megadrop-header {
  z-index: 9998;
}
.megadrop-menu .megadrop-content {
  display: block;
  top: 100%;
  position: absolute;
  box-sizing: border-box;
  width: 350px;
  padding: 0;
  background: #ffffff;
  /*-webkit-transition: all .2s ease;*/
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.megadrop-menu:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
  color:#00804f;
}
.megadrop-menu:hover .megadrop-content {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.nav-wrapper li .list-news {
  width: 20%;
}
.nav-wrapper li .list-tournament {
  width: 26%;
}
.nav-wrapper li .list-stats {
  width: 70%;
}
.nav-wrapper li .list-protest {
  width: 44%;
}
.nav-wrapper li .list-junior {
  width: 29%;
}
.nav-wrapper li .list-lesson {
  width: 21%;
}
.nav-wrapper li .list-library {
  width: 31%;
}
.megadrop-row {
  display: flex;
  border-bottom: #c3c3c3 solid 1px;
  padding: 10px 0;
  align-items: center;
}
.megadrop-content .menu-top {
  width: 43%;
  left:0;
  height: 100%;
  /*background: #00804f;
  color: #ffffff;*/
  display: table-cell;
  vertical-align: middle;
  bottom: 0;
}
a.megadrop-content :hover {
  top: 0;
  background:#fff;
  z-index: -1;
  color:#00804f;
}
.menu-top a {
  font-size: 14px;
  color: #3c3c3c;
  padding: 10px 0 10px 15px;
}

.link-list {
  width: 100%;
  display: block;
  border-left: #c3c3c3 solid 1px;
}
.link-list ul {
  width: 100%;
  height: 100%;
  display: block;
  table-layout: fixed;
  text-align: left;
}
.list-stats .link-list ul {
  width: 100%;
  height: 100%;
  display: block;
  table-layout: fixed;
  text-align: left;
  list-style: none outside;
}
.link-list ul li {
  display: block;
  border: none;
  width: 100%;
  vertical-align: middle;
}
.list-stats .link-list ul li {
  display: block;
  border: none;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  float: left;
  width: 198px;
}
.list-stats .link-stats ul li {
  display: table-cell;
  border: none;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  float: left;
  width: 50%;
}
/*.link-list ul li:nth-child(3n+2){
  margin: 0 1%;
}*/
.link-list ul li a {
  color: #3c3c3c;
  font-size: 14px;
  min-height: 1rem;
  padding: 8px 25px;
}
.link-stats ul li a {
  color: #3c3c3c;
  font-size: 14px;
  min-height: 1rem;
  padding: 5px 25px;
}
.menu-stats .link-list ul li a {
  color: #3c3c3c;
  font-size: 14px;
  min-height: 1rem;
  padding: 7px 20px;
}
.sp-sub-menu-content {
  padding: 0 25px;
}
nav ul a {	
  color:#3c3c3c;	
  font-size:14px;
}	

/* end メガドロップダウンメニュー */
@media screen and (max-width: 992px) {
  .header-wrapper {
    padding: 0;
    max-height: 70px;
  }
}

.langage-menu-content,
.share-menu-content {
  z-index: inherit;
  background: #fff;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.sidenav {
  display: none;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
}
.sidenav > li {
  font-family: "Robot", "Noto Sans JP";
  background: #fff;
}
.sidenav > li.active {
  background: #fff;
}
.sidenav > li > a {
  text-align:center;
  line-height: 36px;
  width: auto;
  position: relative;
  padding: 0 15px;
  background: #fff;
  text-decoration: none;
  font-size:15.5px;
}
.sidenav > li > a.brand-logo-sp {
  text-align: center;
  top:10px;
  left:3px;
}
.sidenav > li > a.brand-logo-sp img {
  height: 50px;
  width: auto;
}
.sidenav > li > a > small {
  font-size: 10.5px;
  position: absolute;
  display: block;
  top: 14px;
  margin-left: 2px;
  width: auto;
}
.sidenav > li > a > i.material-icons {
  margin: 0;
}
.sidenav .material-icons {
  line-height: inherit;
  margin: 0;
}
.sidenav .collapsible-header{
  padding:5px 30px;
}
.sidenav .collapsible-header div {
  text-align: left;
  border:none;
}
.sidenav li.active .collapsible-header {
  color: #00822d;
}
.sidenav li .collapsible-header .sidenav-menu:after {
  float:right;
  content:"＋";
  font-family:fontAwesome;
  margin-right: 7px;
}
.sidenav li.active .collapsible-header .sidenav-menu:after {
  content:"-";
  font-size:2em;
}
.sidenav li.active .collapsible-header .sidenav-members:hover {
  color:#00822d;
}
.sidenav .collapsible-header:hover {
  background-color: #fff;
}
.sidenav .collapsible-body li:last-child {
  border-bottom: none;
}
.sidenav .collapsible-body li a {
  font-size: 15.5px;
  padding-right: 17px;
  padding:0 50px 0 50px;
  /*white-space: nowrap;*/
}
.sidenav li>a:hover {
  color:#00822d;
  background:#fff;
  text-decoration: none;
}
.sidenav .collapsible-body .long-txt {
  width: 80%;
  margin: 10px 0;
  line-height: 1;
  display: inline-block;
}
.sidenav .collapsible-body .long-txt-arrow {
  margin: 0;
  color: #333;
}
.sidenav-overlay {
  position: fixed;
  top: 2%;
  left: 87%;
  right: 0;
  opacity: 0;
  height: 5%;
  background-color: rgba(0,0,0,0);
  z-index: 997;
  display: none;
  width: 10%;
}
.gsc-block {
  position: relative;
  z-index: 9999;
}
.right-content {	
  text-align : right;	
}

/* language */
ul.language-nav > li.language-top {	
  display: inline-block;	
}	
ul.language-nav > li.language-top > a {	
  padding: 15px 30px;	
  display: block;	
  font-size: 0.8em;	
  text-transform: uppercase;	
  letter-spacing: .2em;	
}	
ul.language-nav > li.language-ntop:hover > a {	
  color: #00804f;	
}	

/* Submenu */
ul.language-nav li.language-top ul {	
  position: absolute;	
  top: 55px;	
  left: 0;	
}	
ul.language-nav li.language-top ul li {	
  display: block;	
}	
ul.language-nav li.language-top ul li a {	
  color: #444;	
}
ul.language-nav li.language-top ul li a:hover {
  color:#00804f;	
}
.langage-menu-content,
.share-menu-content {
  display: none;
}
.stats-menu:after {
  float: right;
  content: "＋";
  font-family: fontAwesome;
  margin-right: 7px;
}
.stats-menu.active:after {
  content:"-";
  font-size: 2em;
}

/* SNSicon */
.media-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.media-wrap > div {
  position: relative;
  z-index: 9999;
}
.media-wrap > div:not(:first-child)::before {
  content: "";
  display: block;
  height: 34px;
  border-left: 1px solid #5b5b5b;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sns-icons {
  padding-left: 15px;
}
.snsCategory {
  display: flex;
}
.snsCategory li.snsTitle {
  display: none;
}
.snsCategory li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  padding: 0 8px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #5b5b5b;
}
.snsCategory li a img {
  width: 100%;
}

/* search box */
.search_container {
  box-sizing: border-box;
  border: 1px solid #5b5b5b;
  border-radius: 20px;
  height: 34px ;
  width: 220px;
  overflow: hidden;
  margin-right: 15px;
}
.search_container input[type="text"] {
  border: none;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 15px;
  width: 185px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 20px;
  border: none;
  background: none;
  color: #5b5b5b;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 0;
  top: -8px;
  outline : none;
}
@media screen and (max-width: 992px) {
  header {
    margin-bottom: 25px;
  }
  header nav .brand-logo {
    padding:10px 0;
    left:22%;
  }
  .header-wrapper nav {
    filter: none;
  }
  .sidenav > li > a.brand-logo-sp {
    text-align: initial;
    top:10px;
    z-index:9998;
  }
   header nav .sidenav-trigger,
   header nav .langage-menu,
   header nav .share-menu {
    position:absolute;
    display: block;
  }
  .sidenav > li > a > i.material-icons {
    position:absolute;
    display: block;
    top:-75%;
    left:86.5%;
    z-index:9999;
  }
  .sidenav > li > a {
    text-align: initial;
    line-height: 36px;
    width: auto;
    position: relative;
    padding: 0 15px;
    background: #fff;
    text-decoration: none;
  }
  .sidenav > a {
    color:rgba(0,0,0,0.87);
    font-size:14px;
  }
  .sp-language {
    display: inline-block;
    color:rgba(0,0,0,0.87);
    bordertop: 1px solid rgba(0,0,0,0.87);
  }
  .sp-content {
    text-align: center;
    padding-top:55%;
    width: 100%;
  }
  ul .sp-content div {
    width: 80%;
    display: inline-block;
    border-top: 1px solid rgba(0,0,0,0.87);
    padding: 5% 25%;
  }
  .sidenav collapsible {
    height:100%;
  }
  .sidenav .collapsible-body .long-txt {
    width: 100%;
  }
  .sidenav .collapsible-body .long-txt span {
    display: inline-block;
  }
  
  /* language */
  .langage-menu-content,
  .share-menu-content {
    transform: translateY(-100px);
    transition: 1.0s;
    top: 56px;
    height: auto;
    position: fixed;
    display: block;
    margin: 14px 0;
  }
  .langage-menu-content > li {
    height: auto;
    border-top: solid 1px #ececec;
  }
  .langage-menu-content > li > a {
    color: #3c3c3c;
    padding: 10px 20px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
  }
  .open-langage-menu,
  .open-share-menu {
    transform: translateY(0px);
    display: block;
    width: 100%;
    box-shadow: 2px 2px 2px #999;
  }

  /* SNSicon */
  .snsCategory {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 15px 0;
    border-top: solid 1px #ececec;
  }
  .snsCategory li a {
    padding: 0 12px;
    width: 50px;
    height: 50px;
    margin: 0 7px;
  }
  .snsCategory li.snsTitle {
    width: 100%;
    margin-bottom: 12px;
  }
}

.gcse-search-wrapper {
  height: 0;
  overflow: hidden;
}

/* change-language */
.change-language {
  line-height: 1;
}
.language-switch {
  display: flex;
  align-items: center;
  position: relative;
  height: 64px;
  padding: 0 15px;
}
.language-switch:hover {
  background: #ececec;
}
.language-switch .material-icons {
  display: inline-block !important;
  height: auto;
  line-height: initial;
  vertical-align: middle;
}
.language-switch .language-switch-header {
  text-align: center;
}
.language-switch .language-switch-header a {
  color: #3c3c3c;
  font-size: 14px;
  text-decoration: none;
}
.language-switch:hover .language-switch-header a {
  color: #00822d;
}
.language-switch .language-switch-content {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  background:#fff;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 10px;
  left: 0;
  top: 100%;
}
.language-switch:hover .language-switch-content {
  visibility: visible;
  opacity: 1;
}
.language-switch .language-switch-content ul > li {
  float: none;
  text-align: center;
  border-top: 1px solid #ccc;
}
.language-switch .language-switch-content ul > li a {
  color: #3c3c3c;
  line-height: 64px;
  text-decoration: none;
}
.language-switch .language-switch-content ul > li a:hover {
  background: #ececec;
  color: #00822d;
}

/* en */
.lang-en header .header-wrapper {
    height: 70px;
}
.lang-en header nav .nav-content > ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px;
    position: relative;
    top: 0;
    padding: 0 3%;
}   
.lang-en header nav .nav-content > ul > li {
    padding: 0 15px;
    float: none;
    display: flex;
    width: unset;
    text-align: center;
}
.lang-en header nav .nav-content > ul > li > a {
    padding: 10px 20px;
}
.lang-en header nav .nav-content.megadrop-header > ul > li {
    padding: 0;
} 
.lang-en header nav.nav-extended .nav-wrapper {
    min-height: 70px;
    max-width: 1080px;
    margin: 0 auto;
}
.lang-en .megadrop-menu .megadrop-content {
  width: 400px;
}
