/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/**************************
	drawer
*/
#drawer {
	visibility: hidden;
	z-index: 1000;
	width: 100%;
}

#drawer .js-toggle {
	display: none;
}

#drawer .gnav__sub_image {
	display: none;
}

#drawer .drawer__head {
	overflow: visible;
	text-align: center;
	font-size: 0.938rem;
	box-sizing: border-box;
}

#drawer .drawer__head .home {
	color: #333;
	font-weight: bold;
	background-color: #57c2e1;
	font-size: 0.938rem;
	text-align: left;
	height: 55px;
	line-height: 58px;
	box-sizing: border-box;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 0;
	color: #fff;
}

#drawer .drawer__head .home:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: 0.2s opacity;
}

#drawer .drawer__bottom {
	background-color: #f5f6f5;
	padding-bottom: 60px;
}

#drawer .drawer__bottom::after {
	display: none;
}

#drawer .drawer__bottom_menu {
	padding: 0;
	padding-top: 10px;
}

#drawer .drawer__bottom_menu a:not(.mm-next):not(.mm-prev):not(.mm-title):not(.close_menu):not(.link) {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	height: 45px !important;
	line-height: 45px !important;
	font-weight: normal !important;
	background-color: transparent !important;
}

#drawer .drawer__bottom_menu a:not(.mm-next):not(.mm-prev):not(.mm-title):not(.close_menu):not(.link):hover {
	text-decoration: none;
	opacity: 0.6;
	transition: 0.2s opacity;
}

#drawer .drawer__bottom_menu a:not(.mm-next):not(.mm-prev):not(.mm-title):not(.close_menu):not(.link)::before {
	top: 25px;
}

#drawer .drawer__search {
	padding: 15px;
}

#drawer .drawer__search .search {
	height: 50px;
	padding-right: 50px;
}

#drawer .drawer__search .search__text {
	height: 50px;
	line-height: 40px;
	font-size: 16px;
	border: 2px solid #57c2e1;
	border-right: 0 none;
}

#drawer .drawer__search .search__submit {
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #57c2e1;
}

#drawer .close_menu {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	width: 60px;
	height: 55px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#drawer .close_menu::before {
	content: '';
	display: block;
	background: url("/common/img/sp/menu_close.png") 0 0 no-repeat transparent;
	background-size: 60px 55px;
	width: 60px;
	height: 55px;
	top: 0;
	left: 0;
	-ms-transform: initial;
	    transform: initial;
}

#drawer.drawer-show {
	visibility: visible;
}

#drawer.mm-menu.mm-offcanvas {
	max-width: 100%;
}

#drawer .mm-listview > li.mm-selected > a:not(.mm-next),
#drawer .mm-listview > li.mm-selected > span {
	background-color: transparent;
}

#drawer .mm-navbar-top {
	height: 55px;
	border-bottom: 0 none;
	padding-top: 0;
	padding-bottom: 0;
}

#drawer .mm-panels {
	background-color: #fff;
	padding-top: 0;
}

#drawer .mm-panels > .mm-panel.mm-hasnavbar {
	padding-top: 0;
}

#drawer .mm-panels > .mm-panel::before {
	height: 0;
}

#drawer .mm-panels .mm-navbar {
	padding-top: 1em;
	border-bottom: 1px dashed rgba(34, 34, 34, 0.2);
	border: 0 none;
	margin-right: 0;
	box-sizing: border-box;
	width: 100%;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
}

#drawer .mm-panels .mm-navbar .mm-prev {
	top: 0;
	height: 54px;
}

#drawer .mm-panels .mm-navbar .mm-prev::before {
	top: 0;
}

#drawer .mm-panels .mm-navbar .mm-prev::before {
	border-color: #fff;
}

#drawer .mm-panels .mm-navbar .mm-title {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	font-weight: bold;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 54px;
	box-sizing: border-box;
	padding-top: 17px;
	border-bottom: 1px dashed rgba(34, 34, 34, 0.2);
}

#drawer .mm-panels .mm-navbar + .mm-listview {
	margin-top: 55px;
}

#drawer #mm-1 .mm-navbar + .mm-listview {
	margin-top: 0;
}

#drawer #mm-1 > .mm-navbar {
	display: none;
}

#drawer .mm-listview {
	margin-top: 0;
	margin-bottom: 0;
}

#drawer .mm-panels > .mm-panel::after {
	height: 0;
}

#drawer .toggle,
#drawer .gnavi__cap {
	display: none;
}

#drawer .mm-panel .mm-panel a {
	background-color: #edd8f8;
}

#drawer .mm-panel .mm-panel li:not(.mm-divider)::after {
	border-bottom: 1px dashed rgba(34, 34, 34, 0.2);
	border: 0 none;
	height: 3px;
	width: 100%;
}

#drawer .mm-panel .mm-panel li:first-child {
	min-height: 55px;
	position: relative;
	top: 0;
	left: 0;
}

#drawer li {
	min-height: 55px;
	box-sizing: border-box;
}

#drawer li:first-child {
	min-height: 55px;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
	background-color: #57c2e1;
}

#drawer li:first-child .drawer__a {
	min-height: 55px;
}

#drawer li.sub_cate_none {
	display: none;
}

#drawer li:not(.mm-divider)::after {
	border-bottom: 1px dashed rgba(34, 34, 34, 0.2);
	width: 100%;
}

#drawer li.li-bottom {
	background-color: #fff0d6;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#drawer li.li-bottom::after {
	display: none;
}

#drawer li.active > .drawer__a,
#drawer li.active > .a1,
#drawer li.active > .a2,
#drawer li.active > .a3,
#drawer li.active > .mm-next {
	font-weight: bold;
}

#drawer a:not(.mm-next):not(.mm-prev):not(.mm-title):not(.close_menu):not(.link):not(.cancel) {
	color: #333;
	font-weight: bold;
	background-color: #fff;
	font-size: 0.938rem;
	height: 55px;
	line-height: 58px;
	box-sizing: border-box;
	padding-right: 18px;
	padding-left: 18px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	box-sizing: border-box;
}

#drawer a:not(.mm-next):not(.mm-prev):not(.mm-title):not(.close_menu):not(.link):not(.cancel):hover {
	text-decoration: none;
	opacity: 0.6;
	transition: 0.2s opacity;
}

#drawer .mm-listview .mm-vertical .mm-panel,
#drawer .mm-vertical .mm-listview .mm-panel {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 0;
}

#drawer .mm-listview .mm-vertical .mm-panel::before,
#drawer .mm-vertical .mm-listview .mm-panel::before {
	content: '';
	display: block;
	position: absolute;
	top: -13px;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}

#drawer .mm-listview .mm-vertical .mm-panel .a1,
#drawer .mm-vertical .mm-listview .mm-panel .a1 {
	display: block;
	text-align: center;
	color: #fff;
	padding: 0;
	padding-bottom: 10px;
	height: 40px;
}

#drawer .mm-listview .mm-vertical .mm-panel .a1 .text,
#drawer .mm-vertical .mm-listview .mm-panel .a1 .text {
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid transparent;
	position: relative;
	top: -10px;
	left: 0;
	font-weight: bold;
}

#drawer .mm-listview .mm-vertical .mm-panel .a1:hover .text,
#drawer .mm-listview .mm-vertical .mm-panel .a1.active .text,
#drawer .mm-vertical .mm-listview .mm-panel .a1:hover .text,
#drawer .mm-vertical .mm-listview .mm-panel .a1.active .text {
	border-bottom-color: #fff;
}

#drawer .mm-listview .mm-vertical .mm-panel .a1:hover,
#drawer .mm-vertical .mm-listview .mm-panel .a1:hover {
	opacity: 1;
}

#drawer .mm-listview .mm-vertical .mm-panel .li1,
#drawer .mm-vertical .mm-listview .mm-panel .li1 {
	min-height: initial;
	min-height: auto;
}

#drawer .mm-listview .mm-vertical .mm-panel .li1::after,
#drawer .mm-vertical .mm-listview .mm-panel .li1::after {
	display: none;
}

#drawer .mm-listview .mm-vertical .mm-panel .mm-next,
#drawer .mm-vertical .mm-listview .mm-panel .mm-next {
	display: none;
}

#drawer li .mm-next {
	height: 52px;
	padding: 0;
	box-sizing: border-box;
}

#drawer li .mm-next::before {
	display: none;
}

#drawer li .mm-next::after {
	border-color: #fff;
}

#drawer li.mm-opened .mm-next::before {
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.mm-opening #mm-blocker {
	background: #000 none repeat scroll 0 0;
	transition: background 1s ease 0.2s;
	opacity: 0.2;
}

html.mm-right.mm-opening .mm-slideout {
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
