/* お問い合わせボタン */
.btninq{
	background:#F3F3F3;
	border:#DCDDDD 1px solid;
	text-align: center;
	font-size:18px;
	margin:15px 0 10px;
	padding:5px 0;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 5001;
  right : 40px;
  top   : 40px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
	background:#b4b4b4;
	border-radius: 5px;
}
.btnsub{
	position: absolute;
	top:12px;
	right:10px;
}
.hamburger p{
	position: absolute;
	display: inherit;
	color:#793e94;
	font-size:10px;
	top:30px;
	left:6px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 12px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 20px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
	position: absolute;
	z-index : 99999;
	top  : 70px;
	right : 60px;
	color: #231815;
	background: #ffffff00;
	text-align: left;
	/*transform: translateX(100%);*/
	display:none;
	transition: all 0.6s;
	width: 200px;
	padding:0 10px 10px;
	
}

nav.globalMenuSp a:hover {
	opacity: inherit;
}

nav.globalMenuSp ul {
  margin: 20px auto 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
nav.globalMenuSp ul li {
	background: #ffffff99;
	position: relative;	
	text-align: center;
  list-style-type: none;
  padding: 5px 0 5px 0;
  margin:0;
  width: 100%;
  border: 1px solid #ffffff;
  font-weight: 600;
  font-size:17px;
  line-height: 1.5em;
}
/*nav.globalMenuSp li:before{*/
/*	position: absolute;*/
/*	left:1em;*/
    /*content: "\25cf  ";*/
/*    content: "▶ ";*/
/*    font-size: 8px;*/
/*    vertical-align: 2px;*/
/*	color:#ACA88E;*/
/*}*/
.spm{
	background: #ffffff!important;
	color:#ffffff;
	display: flex;
	justify-content:center;
	align-items: center;
	width:150px!important;
	height:30px!important;
	margin: 10px auto!important;
	font-family: 'Noto Serif JP', serif;
	padding: 5px 0 5px 0!important;
	left:0!important;
}
.spm:before{
	position: absolute;
	left:0!important;
	content:""!important;
	
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#dddddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #222222;
  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: translateY(0%);*/
	display: block;
}
.spclose.active {
	display: block;
}

.spclose{
	display: none;
	color:#793e94;
	position:absolute;
	top:0px;
	right:20px;
	font-size:10px;
}
@media screen and (max-width: 1000px) {
	.hamburger{
		top:23px;
		right:20px;
	}
}
