@charset "UTF-8";
/* CSS Document */
/*その他と主な共通部分は省略*/
.header-sns{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: absolute;
    right: 215px;
    top: 23px;
	z-index: 20;
}
.sns-side-block01,.sns-side-block02{
	display: flex;
	flex-wrap: nowrap;
}
.logo-img-header:hover,.logo-img-footer:hover{
	opacity: 0.5;
}
.header-sns li{
	list-style: none;
	margin: auto -8px;
	width: 5%;
}
.header-sns li:hover{
	opacity: 0.5;
}
.header-icon-sns-img{
	width: 100%;
}
.logo-img-header{
	width: 70%;
	position: absolute;
	top:10px;
	left: 10px;
	z-index: 999;
}
.logo-img-footer{
	width: 300px;
    position: relative;
    left: -8px;
}
.contact-tel-wrapper {
    display: flex;
    justify-content: center;
}
.wrapper-30{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	position: absolute;
	top:25px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.img-header-30{

	    width:500px;
    display: block;
    margin: 0 auto;
	padding: 24px 0;

}
.footer-contact-button{
	display: block;
	width:50%;
	margin: 20px auto;
}
.footer-contact-button:hover{
	opacity: 0.5;
}
.img-header-tel{
	width: 200px;
    position: absolute;
    right: 10px;
	top:10px;
}
.header-top-space{
	display: block;
	height: 100px;
	background-color: #fff;
}
.btn-copy {
  font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;

  position: absolute;
text-decoration: none;
color: #111;
  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;

  content: '＼';
}
.fax{
	padding-left: 30px;
}
.btn-copy:after {
  margin-left: 1rem;

  content: '／';
}
.sidebanner{
	width:13%;
	position: fixed;
	right:0%;
	top:454px;
}
.sidebanner02{
	/*width:13%;*/
	width:150px;
	position: fixed;
	right: 1%;
}
.sidebanner:hover,.sidebanner02:hover{
	opacity: 0.5;
}



header{
	 font-family: 'Noto Sans JP', sans-serif;
}
input[type="password"],
textarea,
select,
button{
    outline: none;
}
button{
	text-decoration: none;
}
*:focus {
outline: none;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.logo{
	position: absolute;
	width: 400px;
	height: 100%;
	top: 16px;
	left: 5px;
	z-index: 999999999999999999999;
}
.header{
	/*background-color: #FFD610;*/
	background-color: #FFF;
	height:70px;
	position: fixed;
	width:100%;
	z-index: 2;
}
.header-icon{
	display: inline-block;
	width:20%;
	vertical-align: middle;
}
.header-icon-tel{
	display: inline-block;
	width:50%;
}
.g-navi{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	    height: 40px;
    align-items: center;
}
.g-navi li a{
color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}
.g-navi-block{
	width:130px;
	margin: auto 0 ;
	text-align: center;
		cursor: pointer;
}
 


.f-navi-block {
    width: 125px;
    margin: auto 0;
    text-align: center;
    cursor: pointer;
    border-right: solid 2px #2c2c2c;
    font-size: 12px;
}

.f-navi-block:last-child{
border:none;
}
.f-navi-block:hover,.g-navi-block:hover{
	opacity: 0.5;
}





.header-nav{
	margin: auto 0;
	background-color: #000;
	
}

.header-button{
	display: flex;
	padding: 0px 8px;
	margin: auto 0;
	width:171px;
	height: 70px;
	position: absolute;
	top:13px;
	right:0;
	background-color: #FFD610;
	border-radius: 50px;
}
.header-button-img{
	width:30%;
	margin: auto 0;
}
.header-button-text{
	color: #2c2c2c;
	width: 70%;
	margin: auto 0;
}
.header-tel{
		font-weight: 600;
	font-size: 18px;
}
.header-time{
		font-weight: 400;
	font-size: 12px;
	margin-top: 5px;
}
.under-header{
	display: none;
}

/*サイドバー---------------------------------------------------------------------------------------------------------------------------*/
.pc_sidebar{
	position: fixed;
	right:2%;
	z-index: 999;
}
.sns-bar{
	width:120px;
	border-radius: 30px;
	margin-top: 250px;
	
}
.sns-bar li{
	list-style: none;
	margin: 10px auto;
}




.contact-button{
		background-color: #00AFE2;
		padding: 20px;
		border-radius: 50%;
		position: absolute;
		width: 70px;
		height: 70px;
		left:-42%;
		top: 90%;
	}	
	.contact-button-title{
		color:#FFF;
		font-size: 18px;
		 font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		    text-align: center;
    margin-bottom: 7px;
	}
	.header-icon-tel,.header-icon-sns{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
.header-icon-sns:hover{
	opacity: 0.5;
}
.hover-button:hover{
	opacity: 0.5;
}
.f-sns-block:hover{
	opacity: 0.5;
}
	
/*under-header-------------------------------------------------------------------------------------------------------*/
@media(max-width:599px){

	.fax{
	padding-left: 0px;
}
.under-header{
		background-color: #FFF;
	height:70px;
	display: block;
	width:100%;/*横幅指定*/
	/*以下はレイアウトのためのCSS*/
	align-items: center;
	color:#fff;
	text-align: center;
	position: fixed;
	top:0;
		left:0;
z-index: 9999999;
	border-bottom: solid 1px #2c2c2c;
}	
.footer-contact-button {
    display: block;
    width: 80%;
    margin: 20px auto;
}	
	
	
	
	.header{
		display: none;
	}
	.under-header-ul{
		display: flex;
		justify-content: flex-end;
    padding-right: 60px;
		height: 70px;
		
	}
	.under-header-li{
		width:10%;
		list-style: none;
		margin: auto 0;
		padding: 0 2px
	}
	.under-header-img{
		width:100%;
		display: block;
		text-align: center;
	}
	.under-header-li a{
		text-decoration: none;
			color: #111;
		text-align: center;
		font-weight: 700;
	}
	
/*ハンバーガーボタン--------------------------------------------------------------------------------------------*/
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #111;
  /*動き*/
  transition: all 0.3s;
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
  display: block;
  left: -100%;
  right: -100%;
  width: 100vw;
  margin: auto;
	  background-color: #000;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  z-index: 999;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
	 position: absolute;
  left: -100%;
  right: -100%;
  width: 100vw;
  margin: auto;
  background-color: #FFF;
}
/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav.panelactive ul {
  display: block;
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #111;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
	.u-nav-menu-block{
	list-style: none;
	}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: absolute;
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 70px;
  height: 70px;
	margin: 0 auto;
	top: 0;
	right: 5px;
}
	.sp-logo{
	 position: absolute;
  z-index: 999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 40%;
	margin: 0 auto;
	top: 20px;
	left: 10px;	
	}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: #111;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 23px;
}
.openbtn span:nth-of-type(2) {
  top: 34px;
}
.openbtn span:nth-of-type(3) {
  top: 45px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
	
}
/*お問い合わせ----------------------------------------------------------------------------------------------------------*/
.section_contact{
width: 100%;
display: block;
	margin: 0 auto ;
	background-image: url("../01_images/company.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}
.contact-top-text{
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
	line-height: 45px;
}
.contact-sub-text{
		color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	text-align: center;
	font-weight: 500;
	display: block;
	margin-top: 45px;
}
.contact-link-text-wrapper{
	background-color: #FFD610;
	padding: 20px;
	border-radius: 50px;
	width: 34%;
	margin: 20px auto;
}
.contact-wrapper{
		display: block;
	padding: 70px 0 ;
	margin: 0 auto;
	max-width: 1000px;
}
.contact-sub-tel{
	display: block;
		color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 50px;
	text-align: center;
	font-weight: 900;
	margin: auto 0;
	letter-spacing: 0.2rem;
}
.contact-link-sub-text{
	display: block;
	font-size: 14px;
	color: #2c2c2c;
		font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-weight: 500;
}
.contact-icon-tel{
	display: block;
	width: 6%;
}
.sura{
	font-weight: 100;
}




.contact-link-main-text{
	display: block;
	font-size: 20px;
		color: #2c2c2c;
		font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	    font-weight: 700;
    margin-top: 5px;
	
}
.contact-button-cover{
	display:flex;
	justify-content: center;
	gap:50px;
}
.contact-button-cover li{
	list-style: none;
	width: 30%;
	padding: 15px;
	background-color: #FFD610;
	border-radius: 70px;
}
.contact-button-twin-title{
	font-size: 14px;
		color: #2c2c2c;
		font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	    font-weight: 500;
	display: block;
}
.c-area-contact-button a{
	display: block;
	font-size: 20px;
		color: #2c2c2c;
		font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	    font-weight: 500;
    margin-top: 5px;
}
/*
.contact-button-twin-left{
 background: #FFD610;
 font-family: inherit;
 padding: 27px 80px;
 font-weight: 900;
 font-size: 18px;
 border: 3px solid #111;
 border-radius: 60px;
 box-shadow: 0.1em 0.1em #111;
display: block;
	margin: 50px auto 0;
	width:100%;
}
.contact-button-twin-right{
 background: #FFD610;
 font-family: inherit;
 padding: 20px 110px;
 font-weight: 900;
 font-size: 18px;
 border: 3px solid #111;
 border-radius: 60px;
 box-shadow: 0.1em 0.1em #111;
display: block;
	margin: 50px auto 0;
	width:100%;
	outline: none
}
.contact-button-twin-left a,.contact-button-twin-right a{
	text-decoration: none;
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.contact-button-twin-left:hover,.contact-button-twin-right:hover {
 transform: translate(-0.05em, -0.05em);
 box-shadow: 0.15em 0.15em #111;
}

.contact-button-twin-left:active,.contact-button-twin-right:active  {
 transform: translate(0.05em, 0.05em);
 box-shadow: 0.05em 0.05em #111;
}
.contact-button-twin-title{
	display: block;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color:#111;
}*/
.c-area-contact-button a{
	text-decoration: none;
	    color: #2c2c2c;
	 font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.contact-button-tel{
	display: block;
font-size: 20px;
		color: #2c2c2c;
		font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	    font-weight: 500;
}
.contact-button-twin-time{
	display: block;
	font-size: 12px;
		color: #2c2c2c;
		font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	    font-weight: 500;
}
.section_contact a{
	text-decoration: none;
}
.contact-button-cover a{
	text-decoration: none;
}



















/*フッター---------------------------------------------------------------------------------------------------------------------------*/
.footer{
	background-color: #E4E4E4;
	color: #2c2c2c;
	font-family: 'Noto Sans JP', sans-serif;
}
.footer-wrapper{
	display: block;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}
.rogo-footer{
	margin: 50px 0;
	text-decoration: none;
}
.footer h1{
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0;
}
.footer h2{
font-size: 14px;
    font-weight: 500;
	    margin-bottom: 3px;
    margin-top: 15px;
}
.footer h3{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 20px;
}
.tel-wrapper{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.tel-wrapper li{
	font-size: 14px;
    font-weight: 500;
    list-style: none;
}
.copyrights{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin: 10px auto 0;
	padding-bottom: 20px;
}
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.footer-nav{
	border-top:solid 2px #2c2c2c; 
}
.f-sns-block{
	display: block;
	margin: auto 0;
	width: 35px;
	padding: 0 7px;
}
/*.footer-nav{
		display: flex;
    flex-wrap: nowrap;
	max-width: 1000px;
	justify-content: space-between;
	 position:  relative; 
}*/
.footer-nav{
		display: block; 
}
.f-navi{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 40px;
    align-items: center;
	left: -20px;
}
.f-navi a{
	text-decoration: none;
	color: #2c2c2c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.f-sns-wrapper{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
	height: 40px;
	align-items: center;
	margin: 10px 0;
}
.f-img{
	display: block;
	width: 100%;
	margin: 0 0 0 auto;
}
/*スマホ―-------------------------------------------------------------------------------------------------------------------------------*/
@media(max-width:599px){
.f-navi-block{
 width: 109px;
    margin: auto 0;
    text-align: left;
    cursor: pointer;
    border-right: solid 2px #2c2c2c;
    font-size: 10px;

}
  
	.f-sns-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 40px;
    align-items: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
	
	.tel-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}
	
	
	
	
	
	
	
	
	.pc_sidebar{
		display: none;
	}
	.ontact-button-cover{
		display: block;
	}
	.footer{
		padding: 0 10px;
	}
		.footer h1 {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
}
	
.footer h2 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
	.footer h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
	line-height: 1.4;
}
	.tel-wrapper {
    display: block;
}
	.copyrights {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    display: block;
    margin: 20px auto 0;
    padding-bottom: 10px;
}
	.tel-wrapper li{
		margin: 5px 0;
	}
	.contact-button-cover li {
    list-style: none;
    width: 80%;
    padding: 15px;
    background-color: #FFD610;
    border-radius: 70px;
	margin: 15px auto;
}
	.f-navi{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
	}
	.section_contact {
    width: 100%;
    display: block;
    margin: 0 auto;
    background-image: url(../01_images/company.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
		.contact-wrapper {
    display: block;
    max-width: 370px;
    padding: 47px 0px;
    margin: 0 auto;
}
		.contact-top-text {
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    text-align: center;
	line-height: 25px;
}
	.contact-icon-tel {
    display: block;
    width: 8%;
}
	.contact-sub-text {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    display: block;
    margin-top: 20px;
}
	.contact-link-text-wrapper {
    background-color: #FFD610;
    padding: 20px;
    border-radius: 50px;
    width: 60%;
    margin: 20px auto;
}
	.contact-sub-tel {
    display: block;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: auto 0;
    letter-spacing: 0.2rem;
}

		.contact-button-cover{
		display: block;
	}
		.contact-button-cover a {
    text-decoration: none;
	font-size: 16px;
}
		.contact-link-main-text {
    display: block;
    font-size: 18px;
    color: #2c2c2c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
	.footer-nav {
     border:none;
}
	
.f-sns-block {
    display: block;
    margin: auto 0;
    width: 30px;
    text-align: left;
    padding:0 10px 0 0;
}
}
/*タブレット―-------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:600px) and (max-width:1024px){
	.fax{
	padding-left: 0px;
}
	.f-navi-block{
		width:96px;
	margin: auto 0 ;
	text-align: center;
	cursor: pointer;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: absolute;
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 250px;
	margin: 0 auto;
	top: 0px;
	right: 0;
}
	.sp-logo{
	 position: absolute;
  z-index: 999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 250px;
	margin: 0 auto;
	top: 10px;
	left: 0;	
	}
	.contact-button-tel {
    display: block;
    font-size: 18px;
    color: #2c2c2c;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: 500;
}
	.contact-link-main-text {
    display: block;
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
}
	.contact-button-cover {
    display: flex;
    justify-content: center;
    gap: 26px;
}
	.contact-button-cover a {
    text-decoration: none;
    font-size: 16px;
}
	.pc_sidebar{
		display: none;
	}
	.ontact-button-cover{
		display: block;
	}
	.footer{
		display: block;
	width: 100%;
	}
	.under-header{
	height:70px;
	display: block;
	width:100%;/*横幅指定*/
	/*以下はレイアウトのためのCSS*/
	align-items: center;
	background-color: #FFF;
	color:#fff;
	text-align: center;
	position: fixed;
	top:auto;
		left:0;
	bottom:0;
	z-index: 99;
}	
	.header{
		display: none;
	}
	.under-header{
		background-color: #FFF;
	height:70px;
	display: block;
	width:100%;/*横幅指定*/
	/*以下はレイアウトのためのCSS*/
	align-items: center;
	color:#fff;
	text-align: center;
	position: fixed;
	top:0;
		left:0;
z-index: 9999999;
		border: solid 1px #2c2c2c;
}	
	
	
	
	
	.header{
		display: none;
	}
	.under-header-ul{
		display: flex;
		justify-content: flex-end;
    padding-right: 60px;
		height: 70px;
		
	}
	.under-header-li{
		width:6%;
		list-style: none;
		margin: auto 0;
		padding: 0 10px
	}
	.under-header-img{
		width:100%;
		display: block;
		text-align: center;
	}
	.under-header-li a{
		text-decoration: none;
			color: #111;
		text-align: center;
		font-weight: 700;
	}
	.footer-wrapper {
    display: block;
    max-width: 700px;
    margin: 0 auto;
	padding-bottom: 50px;
}
	.section_contact {
	width: 100%;
    display: block;
    margin: 0 auto;
}
	.contact-top-text {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
}
	/*ハンバーガーボタン--------------------------------------------------------------------------------------------*/
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #111;
  /*動き*/
  transition: all 0.3s;
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
  display: block;
  left: -100%;
  right: -100%;
  width: 100vw;
  margin: auto;
	  background-color: #000;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  z-index: 999;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
	 position: absolute;
  left: -100%;
  right: -100%;
  width: 100vw;
  margin: auto;
  background-color: #FFF;
}
/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav.panelactive ul {
  display: block;
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #111;
  text-decoration: none;
  padding: 30px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
	font-size: 26px;
}
	.u-nav-menu-block{
	list-style: none;
	}
	/*===== ボタンのためのCSS ===============*/
.openbtn {
  position: relative;
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 80px;
  height: 80px;
	margin: 0 auto;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 28px;
  height: 4px;
  border-radius: 2px;
  background-color: #111;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 17px;
}
.openbtn span:nth-of-type(2) {
  top: 34px;
}
.openbtn span:nth-of-type(3) {
  top: 51px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
	
}