@charset "utf-8";
/*
ハンバーガーメニュー表示用
*/ 
.hbg_menu * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
}

.hbg_menu a {
  color: inherit;
  text-decoration: none;
}

.hbg_menu a:visited {
  color: inherit;
}

.hbg_menu .hbg_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(51, 51, 51, 0.5);
	display: none;
	top: 0;
	left: 0;
}

.hbg_menu .hbg_button {
	display: block;
	background: #FFF;
	border: none;
	padding: 0 5px 0 5px;
	width: 50px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 1px;
	right: 32px;
	z-index: 1001;
	text-align: center;
	outline: none;
}

.hbg_menu .hbg_button.active .hbg_bar {
	width: 49px;
}

.hbg_menu .hbg_button.active .hbg_bar1 {
	transform: rotate(30deg);
}

.hbg_menu .hbg_button.active .hbg_bar2 {
	opacity: 0;
}

.hbg_menu .hbg_button.active .hbg_bar3 {
	transform: rotate(-30deg);
	margin-bottom: 0px;
}

.hbg_menu .hbg_button.active .hbg_menu_text {
	display: none;
}

.hbg_menu .hbg_button.active .hbg_close {
	display: block;
}

.hbg_menu .hbg_bar {
	display: block;
	height: 2px;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}

.hbg_menu .hbg_text {
	text-align: center;
	font-size: 10px;
}

.hbg_menu .hbg_close {
	letter-spacing: 0.08em;
	display: none;
}

.hbg_menu .hbg_menu_text {
	display: block;
}

.hbg_menu .hbg_nav_wrapper {
	width: 312px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #FFF;
}

.hbg_menu.left .hbg_nav_wrapper.open {
  transform: translate(0);
}

.hbg_menu.left .hbg_button {
	right: auto;
	left: 4px;
}

.hbg_menu.left .hbg_nav_wrapper {
	transform: translate(-312px);
	right: auto;
	left: 0;
}

.hbg_menu.left .hbg_nav_wrapper.open {
	transform: translate(0);
}

.hbg_menu .hbg_nav {
	padding: 92px 24px;
}

.hbg_menu .hbg_nav div {
	padding: 10px 0;
	background-color: #276490;
	width: 100%;
	color: #FFF;
	text-align: center;
	margin-bottom: 8px;
}

.hbg_menu .hbg_nav li {
	font-size: 16px;
	margin-bottom: 15px;
}

/*+++ Default Button Color +++*/
.hbg_menu .hbg_button {
	color: #276490;
}

.hbg_menu .hbg_button .hbg_bar {
	background-color: #276490;
}

.hbg_menu .mitaiou {
	background-color: #BBBBBB;
	color: #333333
}
