.sns{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:30px;
	margin-top: 50px;
}
.menutitle{
	position: fixed;
	top:30px;
	left:30px;
}
/* お問い合わせボタン */
.btninq{
	background:#F3F3F3;
	border:#DCDDDD 1px solid;
	text-align: center;
	font-size:18px;
	margin:15px 0 10px;
	padding:5px 0;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 999999;
  right : 50px;
  top   : 25px;
  width : 62px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 860px) {
    .hamburger {
        right : 5px;
    }
}
.btnsub{
	position: absolute;
	top:12px;
	right:10px;
}
.hamburger p{
	position: absolute;
	display: inherit;
	color:#13579D;
	font-size:10px;
	top:50px;
	left:6px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 6px;
  background : #000000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
/*box-shadow: 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF;*/
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
/*
.hamburger span:nth-child(3) {
  top: 50px;
}
*/

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-30deg);
  -moz-transform   : rotate(-30deg);
  transform        : rotate(-30deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(30deg);
  -moz-transform   : rotate(30deg);
  transform        : rotate(30deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index : 99999;
	top  : 0px;
	display: block;
	right : 0px;
	transform: translateX(100%);
	color: #000000;
/*	background: rgba(230,234,238,1);*/
	background: #FCFCFA;
	text-align: left;
/*	transition: all 0.6s;*/
	width: 100%;
	height:100%;
	padding:100px 0 0;
	margin:0;
}

nav.globalMenuSp a:hover {
	opacity: inherit;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
border:0;
/*	background: rgba(230,234,238,1);*/
	background: #FCFCFA;
	
/*  border-top: 1px solid #C4C4C4;*/
/*  border-bottom: 2px solid #C4C4C4;*/
}

nav.globalMenuSp ul li {
/*	background: rgba(230,234,238,1);*/
	background: #FCFCFA;
	position: relative;	
  list-style-type: none;
  padding: 5px 0 5px 1.5em!important;
  margin:0!important;
  width: 100%;
  border: none; /*1px solid #C4C4C4;*/
  font-weight: 600;
  font-size:17px;
  line-height: 2.5em;
	color: #000000;
	text-align:center;

}
nav.globalMenuSp li:before{
/*
	position: absolute;
	right:1em;
    content: url("../images/yama_end.webp");
    font-size: 18px;
    vertical-align: 2px;
*/
/*	color:#ACA88E;*/
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000000;
  padding: 0!important;
  text-decoration :none;
  width:100%;
}
nav.globalMenuSp ul li ul li{
	/*height: 35px;*/
	/*background: #555555!important;*/
	/*margin: 0 0 0 -1.5em!important;*/
	width:100%;
}

.child li {
	border: 1px solid #DCDDDD;
	background:#555555!important;
}

.child li p{
	/*line-height: 35px;*/
	padding: 0;
	color:#ffffff;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0);
/*	display: block;*/
}
.spclose.active {
	display: block;
}

.spclose{
	display: none;
	color:#9FA0A0;
	position:absolute;
	top:12px;
	right:60px;
	font-size:10px;
}
