@charset "UTF-8";
/* HEADER FOOTER CSS*/

/* -----------------------------------------------
 HEADER
-------------------------------------------------- */
/* header_menu */
#top #header{
	position: fixed;
	top:0;
	left:0;
	/* height: auto; */
	width: 100%;
	z-index: 1000;
}
#header{
	position: relative;
	top:0;
	left:0;
	height: 60px;
	width: 100%;
	z-index: 1000;
    background-color: white;
}
#header #h_logo{
	position:absolute;
    top:15px;
    left:30px;
    width: 220px;
    height: 60px;
    background-image: url("../images/logo.svg");
    background-size: 220px;
    background-repeat: no-repeat;
	z-index: 20;
    text-indent: 100%;
    white-space: nowrap;
   overflow: hidden;
}
#header #h_logo a{
   cursor: pointer
}
#header .h_contact{
    position: absolute;
    top:7px;
    right: 160px;
}
#header .h_contact a{
    display: block;
    color: white;
    padding: 9px 30px; 
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    background: rgba(241,151,11,1.00);
}
#header .h_member{
    position: absolute;
    top:7px;
    right: 20px;
}
#header .h_member a{
    display: block;
    color: white;
    padding: 9px 30px; 
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    background: rgba(116,177,50,1.00);
}
#header .h_contact a:hover,
#header .h_member a:hover{
    opacity: .8
}

/** toggle_menu **/
#gloval-nav {
    width: 100%;
    background: rgba(255,255,255,1.00);
    border-top: 1px solid rgba(112,112,112,0.20);
    border-bottom: 1px solid rgba(112,112,112,0.20);
    overflow: hidden;
    z-index: 2000; 
    margin-bottom: 3px
}
#gloval-nav li {
	display: table;
	float: left;
	border-left: 1px solid rgba(112,112,112,0.20);
	text-align: center;
    width: 16.6%;
}
#gloval-nav li:first-child {
	border-left: none;
}
#gloval-nav li a {
  display: block;
  text-decoration: none;
  color: rgba(20,20,20,1.00);
  padding: 0.8em;
}
#gloval-nav li a:hover {
    opacity: .5
}
#gloval-nav ul .pc_none{
    display: none
}
/* 固定 */
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2000;
}

/* -----------------------------------------------
 992px以下
-------------------------------------------------- */
@media screen and (max-width: 992px) {
#header #h_logo{
	position:absolute;
    top:18px;
    left:20px;
    width: 180px;
    height: 50px;
    background-size: 180px;
}
#header .h_member{
    display: none
}
#header .h_contact{
    display: none
}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  position: fixed;
  top: 0;
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2000;
}
.btn-trigger span {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 4px;
  background-color: #00B4B8;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 20px;
}
.btn-trigger span:nth-of-type(2) {
  top: 28px;
}
.btn-trigger span:nth-of-type(3) {
  top: 36px;
}

/*=============================
#btn01
=============================*/
#btn01.active span {
  background-color: #B0C0C1;
}
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
      transform: translateY(6px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
}
#gloval-nav {
  width:100%;
  height:100%; 
  background: rgba(0,0,0,0.90);
  position: fixed;
  top: 0;
  left:50%;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition:  -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:  -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition:  transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:  transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:  transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;/*慣性スクロールを追加*/
}
/*--pc css reset-- */
#gloval-nav ul {
    position: absolute;
    top:60px;
  display: block;
  width: 100%;
  list-style: none;
  margin: 0 auto
}
#gloval-nav li {
    width: 100%;
	height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.30);
    border-left: none;
    text-align: left;
}
#gloval-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 20px
}

#gloval-nav li a:hover{
    opacity: 0.5
}
#gloval-nav ul .pc_none{
    display: block
}
/* open*/
.open #gloval-nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

/* open*/
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}
}


/* -----------------------------------------------
 tablet 768px以下
-------------------------------------------------- */
@media screen and (max-width: 768px) {
#gloval-nav {left:50%;}
}


/* -----------------------------------------------
smartPhone 576以下
-------------------------------------------------- */
@media (max-width: 576px) {
.hidden_sp {display: none;}
.hidden_pc {display: -webkit-box;display: -ms-flexbox;display: flex;}
#gloval-nav {left: 0;}
}
/* ----- /heaerここまで ------- */

/* -----------------------------------------------
 FOOTER
-------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0px;
	position: relative;
	line-height: 1.6;
}
#footer .container{
    padding: 3em 0
}
#footer .icon_cb{
	position: fixed;
	bottom: 0;
	cursor:pointer;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 50px;
	margin: auto;
}
#footer .icon_cb img{
	width: 50px;
}

/* -----------------------------------------------
smartPhone 576以下
-------------------------------------------------- */
@media (max-width: 576px) {
#footer .container{
    padding: 1em 0
}
#footer .container-fluid+.container{
	padding: 1em 1em 3em;
	text-align: initial;
}
#footer .icon_cb{
    display: none
}
}