@charset "utf-8";
/*メニュー部分*/

li{
	list-style: none!important;
    margin: 0;
    padding: 0;
}



#page {
	padding-top: 0px;
	position: relative;
	z-index: 2;
	left: 0;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav {
	position: fixed;
	overflow-y: scroll;
	top: 0;
	right: -240px;
	width: 240px;
	height: 100%;
	background: #fff;
	color: #333;
	z-index: 1;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav ul {
	list-style: none;
	padding: 0;
}
#drawernav ul li {
	margin-top: 10px;
}
#drawernav ul li a {
	color: #333;
	display: block;
	padding: 5px 30px;/*padding: 10px 30px;20250206変更*/
	text-decoration: none;
}
#drawernav ul li a:hover {
	color: #ddd;
	background: #222;
}
#drawernav ul li span{
	font-size: 80%;
}
#drawernav h4 {
	padding: 0 20px;
}
#humberger {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
	width: 45px;
	padding: 17px 10px 10px;
	cursor: pointer;
}
.icon-bar {
	height: 2px;
	background: #FFD236;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

#overlay {
	z-index: -1;
	opacity: 0;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*position: fixed;*/
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);  easeInOutExpo 
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);  easeInOutExpo 
}

/**
		* ドロワー開放時のスタイル
		**/
@media(min-width: 1001px) {
#drawernav{
display: none;
}
}
@media(max-width: 1000px) {/*@media(max-width: 768px) {0904*/
body.drawer-opened #page {
	left: -240px;
}
#drawernav {
right: -240px;
}
body.drawer-opened #drawernav {
	right: 0;
}
body.drawer-opened #humberger .icon-bar {
	background: #008846;
}
body.drawer-opened #humberger :nth-child(1) {
	transform: translate(0, 12px) rotate(45deg);
	-webkit-transform: translate(0, 12px) rotate(45deg);
}
body.drawer-opened #humberger :nth-child(2) {
	transform: translate(-24px, 0);
	-webkit-transform: translate(-24px, 0);
	opacity: 0;
}
body.drawer-opened #humberger :nth-child(3) {
	transform: translate(0, -12px) rotate(-45deg);
	-webkit-transform: translate(0, -12px) rotate(-45deg);
}
body.drawer-opened #overlay {
	z-index: 3;
	opacity: 0.3;
	left: -240px;
}
}
/*r7 start*/
a #nikkan{
/*background: #fff;*/
text-align: center;
padding: 0;
position: relative;
padding-top: 7px!important;
letter-spacing: -0.05em!important;
line-height: 1rem!important;
/*line-height: 1.8rem!important;*/
text-decoration: none;
color: #565656!important;
/*width: auto!important;*/
background: #EF7929;
}
a #nikkan:after{
content: "";
display: inline-block;
border: 5px double #daa520;
width: 190px;/*width: 221px;*//**/
height: 34px;
top: 0;
left: 0;
position: absolute;
}
a #nikkan:hover{
background: #EF7929;
color: #fff;
}
/*r7 end*/
