@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

#slide_sp {
	display:none;
}

/* !Reseting
---------------------------------------------------------- */
body {
/*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-size: 14px;
	line-height: 1.5;
}
img {
	vertical-align:bottom;
}
.bold {
    font-weight: bold;
}
a{
	color:#0000FF;
	text-decoration:underline;
}
a:hover {
	opacity:0.6;
	text-decoration:none;
}
.home section {
	max-width: 1100px;
}
section {
    max-width: 100%;
	margin:0px auto;
}
.text-bold {
	font-weight:bold;
}
#dialog_menu,
#sp-menu,
#contents .only_sp, .logo_sp {
	display:none;
}

/*==================================
             header
==================================*/
#header {
	position: absolute;
	z-index: 9999;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top:0px;
	width:100%;
}
body:not(.home) #header {
	
}
#headerIn {
	width:1300px;
	margin:0 auto;
}
#head-top {
	font-size:14px;
	padding:3px 0;
}
#head-h1 {
	width : 1300px;
	margin : 0px auto;
}
#head-h1 h1{
	float:left;
	margin:2px 0px;
	font-size:14px;
	color:#fff;
}
#head-h1 ul li{
	padding : 0px 10px;
	font-size:12px;
	margin:2px 0px;
	float:left;
	border-left:#fff 1px solid;
}
body:not(.home) #head-h1 ul li{
	border-left:#000 1px solid;
}
body:not(.home) #head-h1 ul li:last-child{
	border-right:#000 1px solid;
}
#head-h1 ul li:last-child{
	border-right:#fff 1px solid;
}
#head-h1 a{
	color:#fff;
	text-decoration:none;
}
body:not(.home) #head-h1 a{
	color:#000;
}
#head-h1 ul li a:hover{
	opacity:0.5;
}
#head-h1 nav {
	float:right;
}
#headerLogo_left {
	width:900px;
	display:inline-block;
	vertical-align:top;		
}
#headerLogo_right {
	float:right;
	margin:15px auto;
}
#navi1 ul{
	text-align:center;
	width:1300px;
	margin:0 auto;
	padding:20px 0;
	display:table;
	table-layout:fixed;
}
#navi1 li{
	display:table-cell;
}
#navi1 li{
	border-right:1px solid #fff;
	font-size:15px;	
}
#navi1 li:last-of-type{
	border-right:none;
}
#navi1 a{
	text-decoration:none;
	display:block;
	color:#fff;
}
#navi1 a:hover{
	opacity:0.5;
}
.fadein {
	opacity : 0;
	transform: translateY(80px);
	transition: all 1s;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background-color:#1D4492;
    opacity: 0.9;
	z-index: 2;
	width: 100%;
}
#headerLogo_left h1,
#headerLogo_left .club_name {
	display:inline-block;
	vertical-align:top;
}
#headerLogo_left .club_name {
	margin:25px 0 0 15px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
body:not(.home) #headerLogo_left .club_name {
	color:#000;
}
#headerLogo_left h1 img {
	width:300px;
	height:auto;
}
#headerLogo_left h2 {
	font-weight:bold;
	color:#fff;
}
body:not(.home) #headerLogo_left h2 {
	color:#00246C;
}
#headerLogo_left p {
	margin:0 auto;
}
.name_en {
	margin:0 0 0 20px;
	font-size:16px;
	color:#FEBD11;
}
section p {
	font-size:18px;
	text-align:left;
	line-height:1.7em;
}

/*==================================
             top_sub_menu
==================================*/
#top_sub_menu{
	max-width:inherit;
	background-color:#00246C ;
}
#top_sub_menu ul{
	max-width:1100px;
	display:flex;
	margin:0px auto;
}
#top_sub_menu ul li{
	text-align:center;
    width: 100%;
	border-left:1px solid #CCCCCC;
	margin:8px 0px;
}
#top_sub_menu ul li:nth-of-type(6){
	border-right:1px solid #CCCCCC;
}
#top_sub_menu ul li a{
	padding:12px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}
#top_sub_menu{
    position: absolute;
    justify-content: space-between;
    width: 100%;
	bottom:0;
	z-index:10;
}
.home #top_sub_menu{
	bottom:0;
}
.page-template-default #top_sub_menu, .post-template-default #top_sub_menu, .page-template-information-page #top_sub_menu{
	top:145px;
	bottom:initial;
}
#top_sub_menu.fixed{
    position: fixed;
	bottom:auto;
    top: 0;
}

/*==================================
             contents
==================================*/
body:not(.home) #contents {
	width:1300px;
	margin-top:30px;
}

#contents {
	background:#FFFFFF;
	margin:0px auto;
	text-align:center;
}
.contact_tel {
	margin:30px auto 60px;
}
.contact_tel  img {
	border:#FED749 solid 2px;
}
.contact_tel a:hover {
	opacity:0.5;
}
.box {
	width:1200px;
	margin:0 auto;
	padding:30px 50px;
	background-color:#fff;
	box-sizing:border-box;
}
.box h2 {
	margin:0 auto 30px;
    color: #00246C;
    font-size: 28px;
	font-weight:bold;
}

/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background: #00246C;
	text-decoration: none;
	color: #fff;
	font-size:14px;
	padding: 10px 15px;
	text-align: center;
	display: block;
	-moz-opacity: 0.3;
	opacity: 0.3;
	border-radius: 5px; 
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#pageTop a:before {
    content: "▲";
}

/*==================================
             footer
==================================*/
#footer {
	bottom: 0px;
	width: 100%;
	background-color: #000;
	color:#FFFFFF;
}
#footer_box {
	width:1300px;
	margin:20px auto;
}
#footer_left , #footer_right {
	display:inline-block;
}
#footer_left {
	margin:20px auto;
	padding:10px;
}
#footer_left img {
	vertical-align:middle;
}
#footer_left p{
	margin:10px 0 0 10px;
}
#footer_right {
	float:right;
	margin:20px 50px 20px 0;
}
#footer_right ul{
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 0;
}
#footer_right ul li {
	padding:0 0 0 20px;
	line-height:2em;
	margin:0 20px 0 0;
}
#footer_right ul li a {
	color:#fff;
}
#footer_right ul li:before {
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f0da';
    font-weight: 900;
    position: relative;
    color: #fff;
}
#copyright {
	text-align:center;
	color:#FFFFFF;
	background-color:#00246C;
	margin:0;
	padding:10px;
}
.footer_rogo {
	width:800px;
}
.footer_rogo a,
.club_name {
	display:inline-block;
	vertical-align:top;
}
.club_name {
	margin:30px 0 0 10px;
}
.club_name h2 {
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
#footer_left .club_name p {
	margin:0 auto;
	font-size:16px;	
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*==================================
          トップ以外共通
==================================*/
h2 img {
	margin:0 auto 20px;
}
.chushaku {
	color:#FF0000;
}

/*==================================
              slide
==================================*/
#top_slide {
	max-width:inherit;
}
#slide, #slide_sp {
	position:absolute;
}
/* スライド画像用CSS start */
#slide_wrapp, #slide_wrapp_sp {
	position: relative;
	overflow: hidden;
	width:100vw;
	height:100vh;
	margin: 0 auto;	
}
#slide_wrapp .slide_item, #slide_wrapp_sp .slide_item {
	opacity: 0;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	-webkit-transition: opacity 2s linear, transform 7.5s linear;
	-moz-transition: opacity 2s linear, transform 7.5s linear;
	-ms-transition: opacity 2s linear, transform 7.5s linear;
	-o-transition:opacity 2s linear, transform 7.5s linear;
	position: relative;
}
#slide_wrapp .slide_item:not(:first-child), #slide_wrapp_sp .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	width: 100%;
}
#slide_wrapp .slide_item.show_, #slide_wrapp_sp .slide_item.show_ {
	opacity: 1;
}
#slide_wrapp .slide_item.zoom_, #slide_wrapp_sp .slide_item.zoom_ {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#slide_wrapp .slide_item img, #slide_wrapp_sp .slide_item img {
	position: relative;
	display: block;
	width:100vw;
	height:auto;
    top: 50vh;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
}
/* スライド画像用CSS end */



/*==================================
          top_contents01
==================================*/
#top_contents01 {
	margin-top:110vh;
}
#top_contents01 h2 {
    margin: 30px auto 50px;
    font-size: 33px;
    font-weight: bold;
}
#top_contents01 h2 span {
	font-family: 'Noto Serif JP', serif;
    font-size: 16px;
}
#top_contents01 h2 span:after {
	content: "\A" ;
	white-space: pre ;
}
#top_contents01 li h3 {
	margin:0 auto;
	font-size:30px;
	font-weight:bold;
	text-align:left;
}
#top_contents01 li:nth-of-type(1) h3 {
	color:#0C3774;
	border-bottom:#0C3774 solid 1px;
}
#top_contents01 li:nth-of-type(2) h3 {
	color:#498E37;
	border-bottom:#498E37 solid 1px;
}
#top_contents01 li:nth-of-type(3) h3 {
	color:#6C5132;
	border-bottom:#6C5132 solid 1px;
}
#top_contents01 li h4 {
	font-family: 'Noto Serif JP', serif;
	margin:0 auto;
	font-size:24px;
	font-weight:bold;
	text-align:left;
}
#top_contents01 li:nth-of-type(1) h4 {
	color:#0C3774;
}
#top_contents01 li:nth-of-type(2) h4 {
	color:#498E37;
}
#top_contents01 li:nth-of-type(3) h4 {
	color:#6C5132;
}
#top_contents01 li {
	margin:70px auto;
	padding:100px 0 100px 0px;
	background-repeat:no-repeat;
	background-size:700px auto;
}
#top_contents01 li:nth-of-type(1) {
	background-image:url(../img/top/contents01.jpg);
	background-position:left;
}
#top_contents01 li:nth-of-type(2) {
	background-image:url(../img/top/contents02.jpg);
	background-position:right;
}
#top_contents01 li:nth-of-type(3) {
	background-image:url(../img/top/contents03.jpg);
	background-position:left;
}
#top_contents01 li div {
	float: right;
	width: 500px;
	padding: 30px;
	background-color: #FFFFFF;
}
#top_contents01 li:nth-of-type(2) div {
	float: left;
}
#top_contents01 li p {
	padding:30px 20px 10px;
}
.effect-fade {
	opacity : 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	transform : translate(0, 145px);
	-moz-transform : translate(0, 145px);
	-webkit-transform : translate(0, 145px);
	-o-transform : translate(0, 145px);
	-ms-transform : translate(0, 145px);
	transition : all 1000ms;
	-moz-transition : all 1000ms;
	-webkit-transition : all 1000ms;
	-o-transition : all 1000ms;
	-ms-transition : all 1000ms;
}
.effect-fade-right {
	opacity : 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	transform : translate(200px, 0px);
	-moz-transform : translate(200px, 0px);
	-webkit-transform : translate(200px, 0px);
	-o-transform : translate(200px, 0px);
	-ms-transform : translate(200px, 0px);
	transition : all 1000ms;
	-moz-transition : all 1000ms;
	-webkit-transition : all 1000ms;
	-o-transition : all 1000ms;
	-ms-transition : all 1000ms;
}
.effect-fade-left {
	opacity : 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	transform : translate(-200px, 0px);
	-moz-transform : translate(-200px, 0px);
	-webkit-transform : translate(-200px, 0px);
	-o-transform : translate(-200px, 0px);
	-ms-transform : translate(-200px, 0px);
	transition : all 1000ms;
	-moz-transition : all 1000ms;
	-webkit-transition : all 1000ms;
	-o-transition : all 1000ms;
	-ms-transition : all 1000ms;
}

.effect-fade.effect-scroll, .effect-fade-right.effect-scroll, .effect-fade-left.effect-scroll {
	opacity : 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	transform : translate(0, 0);
	-moz-transform : translate(0, 0);
	-webkit-transform : translate(0, 0);
	-o-transform : translate(0, 0);
	-ms-transform : translate(0, 0);
}


/*==================================
          information
==================================*/
#information h3 {
	margin: 100px auto 10px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #00246C;
	border-bottom: #00246C solid 1px;
	line-height: 1.2em;
}
#information dl {
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	align-content: flex-start;
	height:200px;
	overflow-y: scroll;
	text-align:left;
	width:80%;
	margin:10px auto;
}
#information dt {
	text-align:center;
	padding:10px 0px;
	width:150px;
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	height:20px;
}
#information dt img {
	vertical-align:middle;
}
#information dd {
	text-align:left;
	padding:10px 0px;
	width:80%;
	border-bottom:1px solid #CCCCCC;
	height:20px;
}
#information dd p{
	font-size:14px;
}
#information dd a{
	text-decoration:none;
}
#information dd a:hover{
	text-decoration:underline;
}
/*==================================
          top_contents02
==================================*/
#top_contents02 h3 {
	margin: 100px auto 10px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #00246C;
	border-bottom: #00246C solid 1px;
	line-height: 1.2em;
}
.h3_english {
    line-height: 1em;
    font-size: 22px;
}
.h3_english:after {
	content: "\A" ;
	white-space: pre ;
}
#top_contents02>p {
	padding:50px;
}
#top_contents02 ul {
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
}
#top_contents02 ul li {
	width:30%;
	margin:10px auto;
}
#top_contents02 ul li img {
	width:100%;
	height:auto;
}
#top_contents02 ul li p {
	padding:10px 0px;
	line-height:1.7em;
}
#top_contents02 h4 {
	margin: 0 auto;
	padding:10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #00246C;
	border-bottom: #00246C solid 1px;
}

/*==================================
          top_contents03
==================================*/
#top_contents03 h3 {
	margin: 100px auto 10px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #00246C;
	border-bottom: #00246C solid 1px;
}
#top_contents03>p {
	padding:50px;
}

#top_contents03 div {
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	margin:50px 0px;
}
#top_contents03 h4 {
	position: relative;
	margin: 0px;
	padding:10px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	width:300px;
}
#top_contents03 h4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #00246C;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
#top_contents03 div p {
	width:600px;
}
/*==================================
          toppage-thema
==================================*/
#thema {
	z-index:10;
	background-color:#FFFFFF;
	opacity : 0.8;
	position:absolute;
	bottom:80px;
	padding:30px;
	margin:0px 0px 0px 10%;
	text-align:left;
	border:1px solid #FFFFFF;
	border-radius:10px;
}
#thema h2:not(span) {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	opacity:1.0;
	font-size:24px;
	font-weight:bold;
}
#thema span{
	font-size:16px;
	display:block;
}

/*==================================
             common
==================================*/
.page_title{
	margin-top: 210px;
	width:100%;
	background-color: #00246C;
}
body.page-id-25 .page_title{
	margin-top: 150px;
}
.page_title h2{
	max-width:1300px;
	margin:0px auto;
	display:block;
	font-size:32px;
	color:#FFFFFF;
	font-weight:bold;
	padding:20px;
}
body:not(.home) section>h3 {
	margin: 100px auto 10px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #00246C;
	border-bottom: #00246C solid 1px;
	line-height: 1.2em;
}
body:not(.home) section:nth-of-type(1)>h3 {
	margin: 0px auto 10px;
}
.entry {
	font-size: 14px;
	padding:0px 0px 20px 0px;
}
.entry::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f073';
    margin-right: 5px;
	font-weight: 300;
}
.entry_author::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f304';
    margin-right: 5px;
	font-weight: 900;
}
/* category */
.news_info_ul li {
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
	border-bottom:1px solid #e5e5e5;
	padding:2em 0;
	margin-top:0
}
.news_info_ul .postList_img {
	width:160px;
	margin-right:20px;
}
.news_info_ul .postList_main {
	width:80%;
}
.news_info_ul .postList_main_noimg {
	width:100%;
}
.postList_time {
	text-align:left;
	margin-bottom:5px;
}
.postList_time::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f073';
    margin-right: 5px;
}
.news_info_ul:first-child {
	border-top:1px solid #e5e5e5
}
.news_info_ul .postList_thumbnail {
	width:160px;
	height:160px;
	margin-bottom:5px;
	display:block;
	border:1px solid #e5e5e5;
}
.news_info_ul .postList_thumbnail img {
	width:100%;
	height:auto;
	border:1px solid #fff
}
.news_info_ul .postList_title, .news_info_ul .postList_title_noimg {
    font-size:22px;
	display: block;
	line-height:1.4em;
	margin-top:0;
	margin-bottom:.4em;
	font-weight:400;
	background:0 0;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:0;
}
.news_info_ul .postList_title a, .news_info_ul .postList_title_noimg a, .news_info_ul .postList_content a, .news_info_ul .postList_content_noimg a {
	text-decoration:none;
	color:#000000;
}
.news_info_ul .postList_title a:hover, .news_info_ul .postList_title_noimg a:hover, .news_info_ul .postList_content a:hover, .news_info_ul .postList_content_noimg a:hover {
	text-decoration:underline;
}
.postList_time img {
	vertical-align:middle;
}

/*==================================
         menuToggle
==================================*/

#menuToggle {
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 102; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #999999;
	border-radius: 3px;
	z-index: 101;
	transform-origin: 4px 0px;
	-ms-transform-origin: 4px 0px; /* IE 9 */
	-webkit-transform-origin: 4px 0px; /* Safari and Chrome */
	-moz-transform-origin: 4px 0px; /* Firefox */
	-o-transform-origin: 4px 0px; /* Opera */

	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Firefox 4 */
	-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
	-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Safari and Chrome */
	-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Opera */
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Safari and Chrome */
	-moz-transform-origin: 0% 0%; /* Firefox */
	-o-transform-origin: 0% 0%; /* Opera */
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%; /* IE 9 */
	-webkit-transform-origin: 0% 100%; /* Safari and Chrome */
	-moz-transform-origin: 0% 100%; /* Firefox */
	-o-transform-origin: 0% 100%; /* Opera */
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	-moz-transform: rotate(45deg) translate(-2px, -1px); /* Firefox 4 */
	-webkit-transform: rotate(45deg) translate(-2px, -1px); /* Safari and Chrome */
	-o-transform: rotate(45deg) translate(-2px, -1px); /* Opera */
	background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
	-moz-transform: rotate(0deg) scale(0.2, 0.2); /* Firefox 4 */
	-webkit-transform: rotate(0deg) scale(0.2, 0.2); /* Safari and Chrome */
	-o-transform: rotate(0deg) scale(0.2, 0.2); /* Opera */
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
	-moz-transform: rotate(-45deg) translate(0, -1px); /* Firefox 4 */
	-webkit-transform: rotate(-45deg) translate(0, -1px); /* Safari and Chrome */
	-o-transform: rotate(-45deg) translate(0, -1px); /* Opera */
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
	position: absolute;
	width: 300px;
	margin: -100px 0 0 0;
	padding: 50px 50px 50px 50px;
	padding-top: 125px;
	right: -100px;
	background: #F2F2F2;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Safari and Chrome */
	-moz-transform-origin: 0% 0%; /* Firefox */
	-o-transform-origin: 0% 0%; /* Opera */
	transform: translate(100%, 0);
	-moz-transform: translate(100%, 0); /* Firefox 4 */
	-webkit-transform: translate(100%, 0); /* Safari and Chrome */
	-o-transform: translate(100%, 0); /* Opera */
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Firefox 4 */
	-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Safari and Chrome */
	-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Opera */
}

#menu li {
    padding: 10px 50px 10px 10px;
	width: max-content;
    font-size: 14px;
    background-size: 7px auto;
	border-bottom:1px solid #333333;
}
#menu li a {
    color: #000;
    text-decoration: none;
}
#menu li a::before {
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: relative;
    color: #00246C;
}
#menu li h4 {
    padding: 10px 0 5px 20px;
    color: #113D96;
    background-image: url(../img/page_top_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 7px auto;
}
#menu li.business ul li {
    background-image: none;
}
#menu li.business {
    padding: 0;
    background-image: none;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
	-webkit-transform: scale(1.0, 1.0); /* Safari and Chrome */
	-o-transform: scale(1.0, 1.0); /* Opera */
	-moz-transform: scale(1.0, 1.0); /* Firefox */
	opacity: 1;
}

#humberger-menu {
	top:0px;
	right:10px;
	z-index:99999;
	position:absolute;
	transition : .3s;
	-moz-transition: .3s; /* Firefox 4 */
	-webkit-transition: .3s; /* Safari and Chrome */
	-o-transition: .3s; /* Opera */
}
.menu-off {
	position: fixed;
}
.hum-show {
	position: fixed;
	width: 100%;
	opacity:0.4;
}
