/* お問い合わせボタン */
.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 : 13px;
  top   : 0px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.btnsub{
	position: absolute;
	top:12px;
	right:10px;
}
.hamburger p{
	position: absolute;
	display: inherit;
	color:#000000;
	font-size:10px;
	top:30px;
	left:6px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000000;
  -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: 20px;
}
.hamburger span:nth-child(2) {
  top: 28px;
}
.hamburger span:nth-child(3) {
  top: 36px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 26px;
  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: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
	position: absolute;
	z-index : 99999;
	top  : 60px;
	left : 0;
	color: #231815;
	background: rgba(237,239,241,0.9);
	text-align: left;
	/*transform: translateX(100%);*/
	display:none;
	transition: all 0.6s;
	width: 100%;
	padding:0 10px 10px;
	
}

nav.globalMenuSp a:hover {
	opacity: inherit;
}

nav.globalMenuSp ul {
  margin: 0px auto 0;
  padding: 0;
  width: 100%;
  /*border-bottom: 2px solid #793e94;*/
}
nav.globalMenuSp ul li {
	/*background: rgba(237,239,241,0.5);*/

	position: relative;	
  list-style-type: none;
  padding: 5px 0 5px 1.5em;
  margin:0;
  width: 100%;
  border-bottom: 1px solid #999999;
  font-weight: 600;
  font-size:17px;
  line-height: 2em;
}
nav.globalMenuSp li:before{
	position: absolute;
	left:1em;
    /*content: "\25cf  ";*/
    content: "▶ ";
    font-size: 8px;
    vertical-align: 2px;
	color:#666666;
}
.spm{
	background: #cccccc!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: 10px;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#999999;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #231815;
  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;
}
