#global-navi {
 font-family: 'Fira Sans Condensed', sans-serif;
	
}

#SideNav {
}

#SideNav nav ul {
	text-align: center;
}

#SideNav nav ul li{
display:inline-block;
font-size: 16px;
padding:  20px 20px;
}

#SideNav nav ul li a{
color: #000;
	text-decoration: none;
}

.m_contact {
	position: absolute;
	right: 2.5%;
	top: 10px;
	font-size: 16px;
}

/* ボタンのスタイル */
.m_contact a {
    background: #f4b536;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 50px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
	border: 1px solid #f4b536;
}
.m_contact a:hover {
    background: #FFF;
    color: #f4b536 !important;
}
.m_contact a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #313131;
    border-right: 2px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 23px;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.m_contact:hover a:after {
    border-top: 2px solid #f4b536;
    border-right: 2px solid #f4b536;
	color: #f4b536 !important;
}

@media screen and (max-width: 1000px) {
.H_contact {
	display: none;
}
#SideNav nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    padding-top: 50px;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
	background: #f4b536;
}
	
#SideNav nav ul {
	margin-top: 15px;
	text-align: left;
}
	
#SideNav nav ul li {
    display: block;
        margin: 0 30px 0 30px;
        padding: 10px 10px;
        border-bottom: 1px solid #000;
}

#SideNav nav ul li a {
    text-decoration: none;
    color: #000
}

#SideNav .btn-gnavi {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;	
}

#SideNav .btn-gnavi span {
    position: absolute;
    width: 30px;
    right: 0;
    height: 2px;
    background: #000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#SideNav .btn-gnavi span:nth-child(1) {
    top:0px; 
}

#SideNav .btn-gnavi span:nth-child(2) {
    top: 10px
}

#SideNav .btn-gnavi span:nth-child(3) {
    top: 20px
}
	
.btn-gnavi.open span:nth-of-type(1) {
    top: 18px;
    transform: translateY(10px) rotate(-45deg);
    right: 20px;
}

.btn-gnavi.open span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.btn-gnavi.open span:nth-of-type(3){
    top: 30px;
    right: 20px;
    transform: translateY(-10px) rotate(45deg);
}


#SideNav .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
}

#SideNav .contents section:nth-child(odd) p {
    left: 10%
}

#SideNav .contents section:nth-child(even) p {
    right: 10%
}
	
.En {
	font-size: 14px;
	line-height: 16px;
	display: block;
	font-weight: 600;
}
	
.JP {
	font-size: 18px;
	display: block;
	font-weight: 600;
}
	
.s_contact {
	border-bottom: none !important;
	padding-top: 50px !important;
}

/* ボタンのスタイル */
.s_contact a {
    background: #000;
	color: #f4b536 !important;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 10px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
}

.s_contact a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #f4b536;
    border-right: 2px solid #f4b536;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 23px;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

}

/*オンマウスで下にラインメニュー用*/
/*PCのみに適用*/
@media only screen and (min-width:1000px){
.list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #000;
	font-weight: 500;
}
	
.list a:hover {
	color: #F4B536 !important;
}
.list a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #F4B536;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.list a:hover::after {
  transform: scale(1, 1);
}
	
}	
/*オンマウスで下にラインメニュー用 END*/
