@charset "utf-8";
.all-menu {
	width: 100%;
	height: 40px;
	background: #000;
	position: fixed;
	top: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
}

.all-menu-inner {
	padding-right: 70px;
	position: relative;
	display: flex;
}
.kw {
	display: block;
	padding: 8px 0 0 10px;
	width: 210px;
}
.kw-drawer {
	display: block;
	padding: 8px 0 0 10px;
	width: 210px
}
.kw-serch {
	height: 20px;
	border: none;
	background: #EEE;
	width: 175px;
}
.mushi {
	background: none;
	border: none;
	font-size: 1em;
	display: block;
	padding: 2px 2%;
	cursor: pointer;
	vertical-align: middle;
	color: #FFF;
}
.mushi a {
	display: block;
	color: #FFFFFF;
}
.mushi a:hover {
	display: block;
	color: #CCCCCC;
}
.all-sns-box {
    display: flex;
	justify-content: space-between;
}
.all-sns-box li,
.drawer-sns-box li {
    display: block;
    cursor: pointer;
    margin: 9px 13px;
}
.all-sns-box li a,
.drawer-sns-box li a {
    background-color: #000;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-size: 134%;
    color: #ffffff;
}

.all-sns-box li a:hover,
.drawer-sns-box li a:hover {
	display: block;
	color: #CCCCCC
}

.drawer-waku {
	max-width: 1095px;
	margin: 30px auto;
	display: flex;
	height: 100%;
	overflow: hidden;
}

.drawer-waku-a {
	width: 38%;
}
.drawer-waku-a li {
	max-width: 313px;
	display: block;
	font-size: 104%;
	color: #FFF;
	margin-bottom: 30px;
}
.drawer-waku-a li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
.drawer-waku-a li a:hover {
	display: block;
	color: #BBB;
	text-decoration: none;
}
.drawer-waku-a li img {
	width: 100%;
	margin-bottom: 10px;
}
.drawer-waku-b {
	width: 30%;
	height: auto;
}
.drawer-waku-b li {
	max-width: 252px;
	display: block;
	font-size: 100%;
	color: #FFF;
	border: solid 1px #FFF;
	margin-bottom: 25px;
	position: relative;
}
.drawer-waku-b li i {
	position: absolute;
	right: 5px;
	
}
.drawer-waku-b li a {
	display: block;
	padding: 18px 10px;
	color: #FFF;
	text-decoration: none
}
.drawer-waku-b li a:hover {
	display: block;
	color: #000;
	background: #FFF;
}
.drawer-title {
	max-width: 440px;
	margin: 3% auto 5%;
}
.drawer-title img {
	width: 100%;
}

.drawer-sns {
	display: flex;
	justify-content: flex-end;
	margin: 12px 0;
	padding-right: 60px
}

.drawer-sns-box {
	display: flex;
}

.common-footer {
	background: #000;
	padding: 75px 0 40px;
}

.common-footer-inner {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.common-footer-l {
	max-width: 360px;
	width: 50%;
	padding: 2% 10% 2% 0;
	border-right: solid 1px #FFF;
}
.common-footer-l h2 img {
	width: 100%;
	margin-bottom: 20px;
}

.common-footer-address {
	font-size: 98%;
	line-height: 150%;
	color: #FFF;
	margin-bottom: 10px;
}

.common-footer-txt {
	font-size: 84%;
	color: #FFF;
	line-height: 150%;
}

.common-footer-r {
	max-width: 345px;
	width: 50%;
	padding: 2% 0;
}
.common-footer-r li {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 94%;
	text-align: center;
	border: solid 1px #FFF;
	margin-bottom: 25px;
	position: relative;
}
.common-footer-r li a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	color: #FFF;
}
.common-footer-r li a:hover {
	display: block;
	color: #222222;
	background: #FFF;
}
.common-footer-r li i {
	position: absolute;
	right: 10px;
}

.common-copy {
	color: #FFF;
	background: #222;
	font-size: 84%;
	text-align: center;
	padding: 30px 0;
}
.top-logo {
	width: 220px;
	display: block;
	margin: 10px 0 0 10px;
}
.top-logo img {
	width: 100%;
}
@media screen and (max-width:786px) {
.all-menu {
	width: 100%;
	height: 40px;
	background: #000;
	position: fixed;
	top: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
}

.all-menu-inner {
	padding-right: 70px;
	position: relative;
	display: flex;
}
.kw {
	display: none;
	padding: 8px 0 0 10px;
	width: 160px
}
.kw-drawer {
	display: block;
	padding: 8px 0 0 10px;
	width: 160px
}
.kw-serch {
	height: 20px;
	border: none;
	background: #EEE;
	width: 125px;
}
.mushi {
	background: none;
	border: none;
	font-size: 1em;
	display: block;
	padding: 2px 2%;
	cursor: pointer;
	vertical-align: middle;
	color: #FFF;
}
.mushi a {
	display: block;
	color: #FFFFFF;
}
.mushi a:hover {
	display: block;
	color: #CCCCCC;
}
.all-sns-box {
    display: flex;
	justify-content: space-between;
}
.all-sns-box li,
.drawer-sns-box li {
	display: block;
	cursor: pointer;
	margin: 9px 8px;
}
.all-sns-box li a,
.drawer-sns-box li a {
	background-color: #000;
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-size: 114%;
	color: #ffffff;
}

.all-sns-box li a:hover,
.drawer-sns-box li a:hover {
	display: block;
	color: #CCCCCC
}

.drawer-waku {
	margin: 30px 0;
	padding: 0 50px;
	display: block;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.drawer-waku-a {
	width: 100%;
}
.drawer-waku-a li {
	max-width: 313px;
	display: block;
	font-size: 94%;
	color: #FFF;
	margin-bottom: 30px;
}
.drawer-waku-a li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
.drawer-waku-a li a:hover {
	display: block;
	color: #BBB;
	text-decoration: none;
}
.drawer-waku-a li img {
	width: 100%;
	margin-bottom: 10px;
}
.drawer-waku-b {
	width: 95%;
	height: 50%;
}
.drawer-waku-b li {
	max-width: 252px;
	display: block;
	font-size: 100%;
	color: #FFF;
	border: solid 1px #FFF;
	margin-bottom: 25px;
	position: relative;
}
.drawer-waku-b li i {
	position: absolute;
	right: 5px;
	
}
.drawer-waku-b li a {
	display: block;
	padding: 18px 10px;
	color: #FFF;
	text-decoration: none
}
.drawer-waku-b li a:hover {
	display: block;
	color: #000;
	background: #FFF;
}
.drawer-title {
	max-width: 280px;
	margin: 3% auto 10%;
}
.drawer-title img {
	width: 100%;
}

.drawer-sns {
	display: flex;
	justify-content: flex-end;
	margin: 12px 0 50px;
	padding-right: 60px;
}

.drawer-sns-box {
	display: flex;
}

.common-footer {
	background: #000;
	padding: 45px 0 0px;
}

.common-footer-inner {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	display: block;
	justify-content: space-between;
}

.common-footer-l {
	width: 80%;
	padding: 2% 10% 10%;
	border-right: none;
}
.common-footer-l h2 img {
	width: 100%;
	margin-bottom: 20px;
}

.common-footer-address {
	font-size: 98%;
	line-height: 150%;
	color: #FFF;
	margin-bottom: 10px;
}

.common-footer-txt {
	font-size: 84%;
	color: #FFF;
	line-height: 150%;
}

.common-footer-r {
	width: 80%;
	padding: 2% 10%;
}
.common-footer-r li {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 94%;
	text-align: center;
	border: solid 1px #FFF;
	margin-bottom: 25px;
	position: relative;
}
.common-footer-r li a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	color: #FFF;
}
.common-footer-r li a:hover {
	display: block;
	color: #222222;
	background: #FFF;
}
.common-footer-r li i {
	position: absolute;
	right: 10px;
}

.common-copy {
	color: #FFF;
	background: #222;
	font-size: 84%;
	text-align: center;
	padding: 30px 0;
}
.top-logo {
	width: 150px;
	display: block;
	margin: 12px 0 0 10px;
}
.top-logo img {
	width: 100%;
}
}

